]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
inter-procedural value range propagation
[thirdparty/gcc.git] / ChangeLog
CommitLineData
b54b3800
GA
12023-11-19 Lewis Hyatt <lhyatt@gmail.com>
2
3 * Makefile.in: Regenerate.
4 * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
5
9d58d2d8
GA
62023-11-18 Petter Tomner <tomner@bahnhof.se>
7
8 * MAINTAINERS: Update my email address.
9
102023-11-18 Frederik Harwath <frederik@harwath.name>
11
12 * MAINTAINERS: Change my address.
13
5cb13173
GA
142023-11-16 Michal Jires <mjires@suse.cz>
15
16 * MAINTAINERS: Add myself.
17
b9fd8399
GA
182023-11-13 Arsen Arsenović <arsen@aarsen.me>
19
20 PR bootstrap/12596
21 * .gitignore: Add '/gettext*'.
22 * configure.ac (host_libs): Replace intl with gettext.
23 (hbaseargs, bbaseargs, baseargs): Split baseargs into
24 {h,b}baseargs.
25 (skip_barg): New flag. Skips appending current flag to
26 bbaseargs.
27 <library exemptions>: Exempt --with-libintl-{type,prefix} from
28 target and build machine argument passing.
29 * configure: Regenerate.
30 * Makefile.def (host_modules): Replace intl module with gettext
31 module.
32 (configure-ld): Depend on configure-gettext.
33 * Makefile.in: Regenerate.
34
352023-11-13 Arsen Arsenović <arsen@aarsen.me>
36
37 * intl/*: Remove.
38
392023-11-09 Jivan Hakobyan <jivanhakobyan9@gmail.com>
40
41 * MAINTAINERS: Add myself.
42
432023-11-09 YunQiang Su <yunqiang.su@cipunited.com>
44
45 * MAINTAINERS: Update my email address.
46
2cca6ae6
GA
472023-11-06 Carl Love <cel@linux.ibm.com>
48
49 * MAINTAINERS: Update my email address.
50
c73d2d49
GA
512023-11-01 Eric Gallager <egallager@gcc.gnu.org>
52
53 * .github/CONTRIBUTING.md: Wrap lines more tightly.
54
552023-11-01 Eric Gallager <egallager@gcc.gnu.org>
56
57 * .github/CONTRIBUTING.md: New file.
58 * .github/PULL_REQUEST_TEMPLATE.md: New file.
59
3b632746
GA
602023-10-22 Iain Sandoe <iain@sandoe.co.uk>
61
62 * configure: Regenerate.
63 * configure.ac: Do not add default runpaths to GCC exes
64 when we are building -static-libstdc++/-static-libgcc (the
65 default).
66 * libtool.m4: Add 'enable-darwin-at-runpath'. Act on the
67 enable flag to alter Darwin libraries to use @rpath names.
68
d5cfabc6
GA
692023-10-15 Mike Frysinger <vapier@gentoo.org>
70
71 * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
72 * Makefile.in: Regenerate.
73
6febf76c
GA
742023-10-11 Filip Kastl <fkastl@suse.cz>
75
76 * MAINTAINERS: Fix name order.
77
69e3072c
GA
782023-10-10 Christoph Müllner <christoph.muellner@vrull.eu>
79
80 * MAINTAINERS: Add myself.
81
0defa2a0
GA
822023-10-06 Sergei Trofimovich <siarheit@google.com>
83
84 PR bootstrap/111663
85 * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
86 * Makefile.in: Regenerate.
87
6c44b95d
GA
882023-10-05 Jan Engelhardt <jengelh@inai.de>
89
90 * SECURITY.txt: Fix up indentation.
91
922023-10-05 Jan Engelhardt <jengelh@inai.de>
93
94 * SECURITY.txt: Fix up commas.
95
bf2e66e3
GA
962023-10-04 Siddhesh Poyarekar <siddhesh@gotplt.org>
97
98 * SECURITY.txt: New file.
99
6b78e9a5
GA
1002023-09-18 Fei Gao <gaofei@eswincomputing.com>
101
102 * MAINTAINERS: Add myself.
103
37bbfd1c
GA
1042023-09-15 Yang Yujie <yangyujie@loongson.cn>
105
106 * config-ml.in: Remove unneeded loongarch clause.
107 * configure.ac: Register custom makefile fragments mt-loongarch-*
108 for loongarch targets.
109 * configure: Regenerate.
110
a1c20158
GA
1112023-09-12 Edwin Lu <ewlu@rivosinc.com>
112
113 * MAINTAINERS: Add myself
114
1152023-09-12 Thomas Schwinge <thomas@codesourcery.com>
116 Chung-Lin Tang <cltang@codesourcery.com>
117
118 PR testsuite/109951
119 * Makefile.tpl (BASE_TARGET_EXPORTS): Add
120 'SYSROOT_CFLAGS_FOR_TARGET'.
121 * Makefile.in: Regenerate.
122
d820cd78
GA
1232023-09-05 Yang Yujie <yangyujie@loongson.cn>
124
125 * config-ml.in: Do not build the multilib library variant
126 that is duplicate with the toplevel one.
127
ded52c9f
GA
1282023-08-29 Tsukasa OI <research_trasio@irq.a4lg.com>
129
130 * MAINTAINERS: Add myself.
131
6cd85273
GA
1322023-08-22 Filip Kastl <fkastl@suse.cz>
133
134 * MAINTAINERS: Update my email address.
135
886afed6
GA
1362023-08-11 Eric Feng <ef2648@columbia.edu>
137
138 * MAINTAINERS: Add myself.
139
4b92dba7
GA
1402023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
141
142 * Makefile.def: Reflect that libsframe needs to installed before
143 libbfd. Reorder a bit to better track libsframe dependencies.
144 * Makefile.in: Regenerate.
145
1462023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
147
148 * Makefile.def: Add install dependency on libsframe for libbfd.
149 * Makefile.in: Regenerated.
150
1512023-08-07 Nick Alcock <nick.alcock@oracle.com>
152
153 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
154 Solaris 11.
155
1562023-08-07 Alexander von Gluck IV <kallisti5@unixzen.com>
157
158 * configure: Regenerate.
159 * configure.ac: Add Haiku to list of ELF OSes
160 * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
161
1622023-08-07 Nick Alcock <nick.alcock@oracle.com>
163
164 * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
165 options, including options containing paths.
166
1672023-08-07 Nick Alcock <nick.alcock@oracle.com>
168
169 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
170 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
171 errors from nms that refuse to work on non-regular files. Remove
172 other workarounds for this problem. Strip out blank lines from the
173 nm output.
174
1752023-08-07 Arsen Arsenović <arsen@aarsen.me>
176
177 * configure.ac: Reinstate 32b PA-RISC HP-UX targets
178 * configure: Regenerate.
179
1802023-08-07 Simon Marchi <simon.marchi@efficios.com>
181
182 * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
183 * configure: Re-generate.
184 * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
185 (PKG_CONFIG_PATH): New.
186 * Makefile.in: Re-generate.
187
1882023-08-07 Luis Machado <luis.machado@arm.com>
189
190 * configure.ac: Disable year2038 by default on 32-bit hosts.
191 * configure: Regenerate.
192
1932023-08-07 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
194
195 * Makefile.def: Add gprofng module.
196 * configure.ac: Add --enable-gprofng option.
197 * Makefile.in: Regenerate.
198 * configure: Regenerate.
199
2002023-08-07 Martin Liska <mliska@suse.cz>
201
202 * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
203 * configure: Regenerate.
204
2052023-08-07 Fangrui Song <maskray@google.com>
206
207 * configure: Regenerate.
208 * configure.ac: Add --with-zstd.
209
2102023-08-07 Arsen Arsenović <arsen@aarsen.me>
211
212 * configure: Regenerate.
213 * configure.ac: Recover tilegx/tilepro targets.
214
2152023-08-07 H.J. Lu <hjl.tools@gmail.com>
216
217 * configure: Regenerated.
218 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
219 --plugin and rc before enabling --plugin.
220
2212023-08-07 H.J. Lu <hjl.tools@gmail.com>
222
223 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
224 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
225 * configure.ac: Include config/gcc-plugin.m4.
226 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
227 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
228 RANLIB if possible.
229 * Makefile.in: Regenerated.
230 * configure: Likewise.
231
2322023-08-07 Arsen Arsenović <arsen@aarsen.me>
233
234 * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
235 $(CFLAGS).
236
2372023-08-07 David Faust <david.faust@oracle.com>
238
239 * MAINTAINERS: Add the BPF port to my reviewer listing.
240
4297a08e
GA
2412023-08-02 Jan Beulich <jbeulich@suse.com>
242
243 * MAINTAINERS: Correct my email address.
244
2452023-08-02 Hu, Lin1 <lin1.hu@intel.com>
246
247 * MAINTAINERS (Write After Approval): Add myself.
248
cf58b896
GA
2492023-08-01 Richard Ball <richard.ball@arm.com>
250
251 * MAINTAINERS: Add myself.
252
a2f31d79
GA
2532023-07-31 Andreas Schwab <schwab@suse.de>
254
255 * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
256 * configure: Regenerate.
257 * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
258
2592023-07-31 xuli <xuli1@eswincomputing.com>
260
261 * MAINTAINERS: Add myself.
262
af37e394
GA
2632023-07-25 Thomas Schwinge <thomas@codesourcery.com>
264
265 * MAINTAINERS: List myself as "nvptx port" maintainer.
266
0ce63530
GA
2672023-07-21 Cupertino Miranda <cupertino.miranda@oracle.com>
268
269 * MAINTAINERS: Add myself to write after approval
270
ec842611
GA
2712023-07-18 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
272
273 * MAINTAINERS: Add myself as a reviewer for the riscv port.
274
2752023-07-18 Robin Dapp <rdapp@ventanamicro.com>
276
277 * MAINTAINERS: Add myself as a reviewer for the riscv port.
278
15939bae
GA
2792023-07-12 Hao Liu <hliu@os.amperecomputing.com>
280
281 * MAINTAINERS: Add Hao Liu to write after approval
282
2832023-07-12 Ken Matsui <kmatsui@gcc.gnu.org>
284
285 * MAINTAINERS: Add Ken Matsui to write after approval
286
01405f01
GA
2872023-07-07 Eugene Rozenfeld <erozen@microsoft.com>
288
289 * Makefile.in: Collect both kernel and user events for autofdo
290 * Makefile.tpl: Collect both kernel and user events for autofdo
291
69d3015a
GA
2922023-06-30 Rishi Raj <rishiraj45035@gmail.com>
293
294 * MAINTAINERS: Added myself to Write After Approval and DCO
295
14bfda60
GA
2962023-06-29 Eugene Rozenfeld <erozen@microsoft.com>
297
298 * Makefile.in: Remove -gtoggle for STAGEautoprofile
299 * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
300
f445b42e
GA
3012023-06-25 Lehua Ding <lehua.ding@rivai.ai>
302
303 * MAINTAINERS: Add Lehua Ding to write after approval
304
3052023-06-25 Iain Sandoe <iain@sandoe.co.uk>
306
307 * Makefile.def: Pass the enable-host-pie value to GCC configure.
308 * Makefile.in: Regenerate.
309 * configure: Regenerate.
310 * configure.ac: Adjust the logic for shared and PIE host flags to
311 ensure that PIE is passed for hosts that require it.
312
f10a4ce0
GA
3132023-06-16 YunQiang Su <yunqiang.su@cipunited.com>
314
315 * MAINTAINERS (Write After Approval): move Matthew Fortune
316 to Write After Approval.
317
7ff79341
GA
3182023-06-15 Marek Polacek <polacek@redhat.com>
319
320 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
321 check.
322 * configure: Regenerate.
323
c1c5edef
GA
3242023-06-14 Filip Kastl <filip.kastl@gmail.com>
325
326 * MAINTAINERS: Add myself to write after approval
327
829d5975
GA
3282023-06-02 YunQiang Su <yunqiang.su@cipunited.com>
329
330 * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
331 port maintainer.
332 (Write After Approval): Remove myself.
333
df2762ac
GA
3342023-05-30 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
335
336 * MAINTAINERS (Write After Approval): Add myself.
337
b4c15a14
GA
3382023-05-29 Martin Jambor <mjambor@suse.cz>
339
340 * MAINTAINERS: Replace spaces with tabs.
341
68816ba2
GA
3422023-05-27 Benjamin Priour <vultkayn@gcc.gnu.org>
343
344 * MAINTAINERS: New entry.
345
b2776076
GA
3462023-05-18 Eugene Rozenfeld <erozen@microsoft.com>
347
348 * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
349 * Makefile.in: Regenerate
350
ff2dcddf
GA
3512023-05-17 Eugene Rozenfeld <erozen@microsoft.com>
352
353 * Makefile.in: Disable warnings as errors for STAGEautofeedback
354
3d125c91
GA
3552023-05-11 Robin Dapp <rdapp@ventanamicro.com>
356
357 * MAINTAINERS: Sort.
358
3592023-05-11 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
360
361 * MAINTAINERS: Add myself.
362
08d0d17b
GA
3632023-05-10 Pan Li <pan2.li@intel.com>
364
365 * MAINTAINERS: Add myself.
366
50205195
GA
3672023-04-28 Eugene Rozenfeld <erozen@microsoft.com>
368
369 * Makefile.in: Define PROFILE_MERGER
370 * Makefile.tpl: Define PROFILE_MERGER
371
32a98ccd
GA
3722023-04-27 Robin Dapp <rdapp@ventanamicro.com>
373
374 * MAINTAINERS: Change my email address.
375
4a3dbcbd
GA
3762023-04-26 Patrick O'Neill <patrick@rivosinc.com>
377
378 * MAINTAINERS: Add myself.
379
3802023-04-26 Martin Liska <mliska@suse.cz>
381
382 * MAINTAINERS: fix sorting
383
49cea02d
GA
3842023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
385
386 * MAINTAINERS (Write After Approval): Add myself.
387
aeaf9426
GA
3882023-04-24 Martin Liska <mliska@suse.cz>
389
390 * MAINTAINERS: Fix sorting.
391
6d7f9ebf
GA
3922023-04-21 Peter Foley <pefoley2@pefoley.com>
393
394 * configure: Regenerate.
395 * configure.ac: Only create serdep.tmp if needed
396
3972023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
398
399 * MAINTAINERS (Write After Approval): Add myself.
400
4012023-04-21 Vineet Gupta <vineetg@rivosinc.com>
402
403 * MAINTAINERS (Write After Approval): Add myself.
404 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
405
a8c8351c
GA
4062023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
407
408 * MAINTAINERS: Add myself.
409
50bd9c41
GA
4102023-03-22 Tobias Burnus <tobias@codesourcery.com>
411
412 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
413
c8065441
GA
4142023-03-10 Arsen Arsenović <arsen@aarsen.me>
415
416 * MAINTAINERS (Write After Approval): Add myself.
417
88cc4495
GA
4182023-02-16 Martin Liska <mliska@suse.cz>
419
420 * MAINTAINERS: I'm stepping down from my positions.
421
f432ad09
GA
4222023-01-10 Philip Herron <herron.philip@googlemail.com>
423
424 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
425
d808db1f
GA
4262023-01-06 Clément Chigot <chigot@adacore.com>
427
428 * configure.ac: Skip GMP and MPFR when --disable-gdb is
429 provided.
430 * configure: Regenerate.
431
faccda27
GA
4322023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
433
434 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
435
90323d0b
GA
4362022-12-31 Iain Sandoe <iain@sandoe.co.uk>
437
438 * Makefile.def: Do not build shared libffi.
439 * Makefile.in: Regenerate.
440
de282a20
GA
4412022-12-21 Andrew Pinski <apinski@marvell.com>
442
443 * Makefile.def: Add configure-gdb dependencies
444 on all-gmp and all-mpfr.
445 * configure.ac: Split out MPC checking from MPFR.
446 Require GMP and MPFR if the gdb directory exist.
447 * Makefile.in: Regenerate.
448 * configure: Regenerate.
449
26f4aefa
GA
4502022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
451
452 * configure.ac (target_libraries): Add target-libgm2.
453 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
32582c19
JJ
454 Add GCC_TARGET_TOOL entry for gm2.
455 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
26f4aefa 456 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32582c19
JJ
457 * Makefile.def (target_modules): Add libgm2.
458 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
459 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
460 (languages): Add entry for language=m2 with gcc-check-target=check-m2
26f4aefa 461 and lib-check-target=check-target-libgm2.
32582c19
JJ
462 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
463 (HOST_EXPORTS): Add definition for GM2.
464 (BASE_TARGET_EXPORTS): Add definition for GM2.
465 (GM2_FOR_BUILD): Defined.
466 (GM2FLAGS): Defined.
467 (GM2_FOR_TARGET): Defined.
468 (GM2FLAGS_FOR_TARGET): Defined.
469 (EXTRA_HOST_FLAGS): Defined.
470 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
471 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
472 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
473 * configure: Rebuilt.
474 * Makefile.in: Rebuilt.
26f4aefa 475
f17ddf2c
GA
4762022-12-13 Philip Herron <philip.herron@embecosm.com>
477
478 * Makefile.def: Add Rust language.
479 * Makefile.in: Regenerate via autogen.
480
40ce6485
GA
4812022-12-09 Martin Liska <mliska@suse.cz>
482
483 * MAINTAINERS: Fix spacing.
484
4bc2d9f6
GA
4852022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
486
487 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
488
4892022-12-07 Iain Sandoe <iain@sandoe.co.uk>
490
491 * Makefile.def: Pass host_libs_picflag to host dependent library
492 configures.
493 * Makefile.in: Regenerate.
494 * configure: Regenerate.
495 * configure.ac (host_libs_picflag): New configure variable set to
496 '--with-pic' when building 'host_shared'.
497
d769c504
GA
4982022-11-25 Weimin Pan <weimin.pan@oracle.com>
499
500 * Makefile.def: Add libsframe as new module with its dependencies.
501 * Makefile.in: Regenerated.
502 * configure.ac: Add libsframe to host_libs.
503 * configure: Regenerated.
504
8761284f
GA
5052022-11-23 Marek Polacek <polacek@redhat.com>
506
507 Revert:
508 2022-11-23 Marek Polacek <polacek@redhat.com>
509
510 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
511 isl.
512 * Makefile.in: Regenerate.
513 * Makefile.tpl: Set PICFLAG.
514 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
515 check.
516 * configure: Regenerate.
517
5182022-11-23 Marek Polacek <polacek@redhat.com>
519
520 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
521 isl.
522 * Makefile.in: Regenerate.
523 * Makefile.tpl: Set PICFLAG.
524 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
525 check.
526 * configure: Regenerate.
527
83d400bd
GA
5282022-11-14 Martin Liska <mliska@suse.cz>
529
530 Revert:
531 2022-11-09 Martin Liska <mliska@suse.cz>
532
533 * doc/Makefile: New file.
534 * doc/_static/custom.css: New file.
535 * doc/baseconf.py: New file.
536 * doc/bsd.rst: New file.
537 * doc/contrib.rst: New file.
538 * doc/contribute.rst: New file.
539 * doc/cppdiropts.rst: New file.
540 * doc/cppenv.rst: New file.
541 * doc/cppopts.rst: New file.
542 * doc/cppwarnopts.rst: New file.
543 * doc/favicon.ico: New file.
544 * doc/funding.rst: New file.
545 * doc/gcc_sphinx.py: New file.
546 * doc/gnu.rst: New file.
547 * doc/gnu_free_documentation_license.rst: New file.
548 * doc/gpl-3.0.rst: New file.
549 * doc/indices-and-tables.rst: New file.
550 * doc/lgpl-2.1.rst: New file.
551 * doc/logo.pdf: New file.
552 * doc/logo.svg: New file.
553 * doc/md.rst: New file.
554 * doc/requirements.txt: New file.
555
5562022-11-14 Martin Liska <mliska@suse.cz>
557
558 Revert:
559 2022-11-09 Martin Liska <mliska@suse.cz>
560
561 * doc/baseconf.py: Port to GCC sources.
562
5632022-11-14 Martin Liska <mliska@suse.cz>
564
565 Revert:
566 2022-11-14 Martin Liska <mliska@suse.cz>
567
568 * configure: Regenerate.
569 * configure.ac: Support Sphinx based documentation.
570
5712022-11-14 Martin Liska <mliska@suse.cz>
572
573 Revert:
574 2022-11-09 Martin Liska <mliska@suse.cz>
575
576 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
577 provide a default.
578
5792022-11-14 Martin Liska <mliska@suse.cz>
580
581 Revert:
582 2022-11-09 Martin Liska <mliska@suse.cz>
583
584 * doc/bsd.rst:
3d3b561f 585 Add trailing newline.
83d400bd 586 * doc/contrib.rst:
3d3b561f 587 Add trailing newline.
83d400bd 588 * doc/contribute.rst:
3d3b561f 589 Add trailing newline.
83d400bd 590 * doc/cppdiropts.rst:
3d3b561f 591 Add trailing newline.
83d400bd 592 * doc/cppenv.rst:
3d3b561f 593 Add trailing newline.
83d400bd 594 * doc/cppopts.rst:
3d3b561f 595 Add trailing newline.
83d400bd 596 * doc/cppwarnopts.rst:
3d3b561f 597 Add trailing newline.
83d400bd 598 * doc/funding.rst:
3d3b561f 599 Add trailing newline.
83d400bd 600 * doc/gnu.rst:
3d3b561f 601 Add trailing newline.
83d400bd 602 * doc/gnu_free_documentation_license.rst:
3d3b561f 603 Add trailing newline.
83d400bd 604 * doc/gpl-3.0.rst:
3d3b561f 605 Add trailing newline.
83d400bd 606 * doc/indices-and-tables.rst:
3d3b561f 607 Add trailing newline.
83d400bd 608 * doc/lgpl-2.1.rst:
3d3b561f 609 Add trailing newline.
83d400bd 610 * doc/md.rst:
3d3b561f 611 Add trailing newline.
83d400bd
GA
612
6132022-11-14 Martin Liska <mliska@suse.cz>
614
615 Revert:
616 2022-11-09 Martin Liska <mliska@suse.cz>
617
618 * configure.ac: Use new install URL.
619 * configure: Regenerate.
620
6212022-11-14 Martin Liska <mliska@suse.cz>
622
623 Revert:
624 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
625
626 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
627 instead of just ``.''.
628 * doc/gcc_sphinx.py: Moved to...
629 * doc/modules/gcc_sphinx.py: ...here.
630
6312022-11-14 Martin Liska <mliska@suse.cz>
632
633 Revert:
634 2022-11-10 Martin Liska <mliska@suse.cz>
635
636 * doc/baseconf.py: Modernize by using pathlib.
637
6382022-11-14 Martin Liska <mliska@suse.cz>
639
640 Revert:
641 2022-11-11 Martin Liska <mliska@suse.cz>
642
643 * doc/Makefile: Disable -j auto.
644
6452022-11-14 Martin Liska <mliska@suse.cz>
646
647 Revert:
648 2022-11-11 Martin Liska <mliska@suse.cz>
649
650 * doc/Makefile: Update comment.
651
6522022-11-14 Martin Liska <mliska@suse.cz>
653
654 Revert:
655 2022-11-11 Martin Liska <mliska@suse.cz>
656
657 * doc/indices-and-tables.rst: Rename Indexes to Indices.
658
6592022-11-14 Martin Liska <mliska@suse.cz>
660
661 Revert:
662 2022-11-13 Martin Liska <mliska@suse.cz>
663
664 PR web/107643
665 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
666 is set.
667 * doc/indices-and-tables.rst: Use include_todo tag.
668
6692022-11-14 Martin Liska <mliska@suse.cz>
670
671 Revert:
672 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
673
674 * doc/contrib.rst: Update Jeff Law's email address.
675
eefbfbc7
GA
6762022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
677
678 * doc/contrib.rst: Update Jeff Law's email address.
679
6802022-11-13 Martin Liska <mliska@suse.cz>
681
682 PR web/107643
683 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
684 is set.
685 * doc/indices-and-tables.rst: Use include_todo tag.
686
5b6ce16a
GA
6872022-11-11 Martin Liska <mliska@suse.cz>
688
689 * doc/indices-and-tables.rst: Rename Indexes to Indices.
690
6912022-11-11 Martin Liska <mliska@suse.cz>
692
693 * doc/Makefile: Update comment.
694
6952022-11-11 Martin Liska <mliska@suse.cz>
696
697 * doc/Makefile: Disable -j auto.
698
f225b813
GA
6992022-11-10 Martin Liska <mliska@suse.cz>
700
701 * doc/baseconf.py: Modernize by using pathlib.
702
7032022-11-10 Arsen Arsenović <arsen@aarsen.me>
704
705 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
706 instead of just ``.''.
707 * doc/gcc_sphinx.py: Moved to...
708 * doc/modules/gcc_sphinx.py: ...here.
709
1cdfd0e5
GA
7102022-11-09 Martin Liska <mliska@suse.cz>
711
712 * configure.ac: Use new install URL.
713 * configure: Regenerate.
714
7152022-11-09 Martin Liska <mliska@suse.cz>
716
717 * doc/bsd.rst:
3d3b561f 718 Add trailing newline.
1cdfd0e5 719 * doc/contrib.rst:
3d3b561f 720 Add trailing newline.
1cdfd0e5 721 * doc/contribute.rst:
3d3b561f 722 Add trailing newline.
1cdfd0e5 723 * doc/cppdiropts.rst:
3d3b561f 724 Add trailing newline.
1cdfd0e5 725 * doc/cppenv.rst:
3d3b561f 726 Add trailing newline.
1cdfd0e5 727 * doc/cppopts.rst:
3d3b561f 728 Add trailing newline.
1cdfd0e5 729 * doc/cppwarnopts.rst:
3d3b561f 730 Add trailing newline.
1cdfd0e5 731 * doc/funding.rst:
3d3b561f 732 Add trailing newline.
1cdfd0e5 733 * doc/gnu.rst:
3d3b561f 734 Add trailing newline.
1cdfd0e5 735 * doc/gnu_free_documentation_license.rst:
3d3b561f 736 Add trailing newline.
1cdfd0e5 737 * doc/gpl-3.0.rst:
3d3b561f 738 Add trailing newline.
1cdfd0e5 739 * doc/indices-and-tables.rst:
3d3b561f 740 Add trailing newline.
1cdfd0e5 741 * doc/lgpl-2.1.rst:
3d3b561f 742 Add trailing newline.
1cdfd0e5 743 * doc/md.rst:
3d3b561f 744 Add trailing newline.
1cdfd0e5
GA
745
7462022-11-09 Martin Liska <mliska@suse.cz>
747
748 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
749 provide a default.
750
7512022-11-09 Martin Liska <mliska@suse.cz>
752
753 * configure: Regenerate.
754 * configure.ac: Support Sphinx based documentation.
755
7562022-11-09 Martin Liska <mliska@suse.cz>
757
758 * doc/baseconf.py: Port to GCC sources.
759
7602022-11-09 Martin Liska <mliska@suse.cz>
761
762 * doc/Makefile: New file.
763 * doc/_static/custom.css: New file.
764 * doc/baseconf.py: New file.
765 * doc/bsd.rst: New file.
766 * doc/contrib.rst: New file.
767 * doc/contribute.rst: New file.
768 * doc/cppdiropts.rst: New file.
769 * doc/cppenv.rst: New file.
770 * doc/cppopts.rst: New file.
771 * doc/cppwarnopts.rst: New file.
772 * doc/favicon.ico: New file.
773 * doc/funding.rst: New file.
774 * doc/gcc_sphinx.py: New file.
775 * doc/gnu.rst: New file.
776 * doc/gnu_free_documentation_license.rst: New file.
777 * doc/gpl-3.0.rst: New file.
778 * doc/indices-and-tables.rst: New file.
779 * doc/lgpl-2.1.rst: New file.
780 * doc/logo.pdf: New file.
781 * doc/logo.svg: New file.
782 * doc/md.rst: New file.
783 * doc/requirements.txt: New file.
784
89d0a14a
JJ
7852022-11-04 Thomas Schwinge <thomas@codesourcery.com>
786
787 * Makefile.def: Remove module 'liboffloadmic'.
788 * Makefile.in: Regenerate.
789 * configure.ac: Remove 'liboffloadmic' handling.
790 * configure: Regenerate.
791
9a8b868d
GA
7922022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
793
794 * MAINTAINERS: Update email address.
795
10439719
GA
7962022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
797
798 * configure.ac: Don't configure readline if --with-system-readline is
799 used.
800 * configure: Re-generate.
801
781f477a
GA
8022022-10-12 Cui,Lili <lili.cui@intel.com>
803
804 * MAINTAINERS (Write After Approval): Add myself.
805
ab332cd7
GA
8062022-10-11 Olivier Hainque <hainque@adacore.com>
807
808 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
809 and friends for rtp !large. Assume the linker has the required
810 abilities and set lt_cv_deplibs_check_method.
811
3a221b73
GA
8122022-09-30 Olivier Hainque <hainque@adacore.com>
813
814 * configure.ac (*vxworks*): If enable_shared is not
815 set, set to "no" and add --disable-shared to target and
816 host_configargs.
817 * configure: Regenerate.
818
220c4d8e
GA
8192022-09-26 Jeff Law <jlaw@ventanamicro.com>
820
821 * MAINTAINERS: Update my email address and DCO entry.
822
4afaeaab
GA
8232022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
824
825 * MAINTAINERS (Write After Approval): Add myself.
826
d0fc05e8
GA
8272022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
828
829 * MAINTAINERS (Write After Approval): Add myself.
830
fe2a8ce9
GA
8312022-09-07 Jeff Law <jeffreyalaw@gmail.com>
832
833 * MAINTAINERS: Update my email address.
834
8352022-09-07 Tom de Vries <tdevries@suse.de>
836
837 * configure.ac: Set extra_host_libiberty_configure_flags and
838 extra_host_zlib_configure_flags in separate case statements.
839 * configure: Regenerate.
840
25aeb922
GA
8412022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
842
843 * MAINTAINERS: Update c-sky port maintainers' emails.
844
542c60c4
GA
8452022-08-31 Martin Liska <mliska@suse.cz>
846
847 * configure: Regenerate.
848 * configure.ac: Delete hpux9 and hpux10.
849
30afe5e7
GA
8502022-08-18 Sergei Trofimovich <siarheit@google.com>
851
852 * Makefile.def: Drop libelf module and gcc-configure dependency
853 on it.
854 * Makefile.in: Regenerate with 'autogen Makefile.def'.
855 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
856 LIBELFINC.
857 * configure: Regenrate.
858 * configure.ac (host_libs): Drop unused libelf.
859
8602022-08-18 Sergei Trofimovich <siarheit@google.com>
861
862 * Makefile.in: Regenerate.
863
4ad52740
GA
8642022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
865
866 * MAINTAINERS: Add myself as AutoFDO maintainer.
867
32510382
GA
8682022-08-01 Roger Sayle <roger@nextmovesoftware.com>
869 Arnaud Charlet <charlet@adacore.com>
870
871 * configure: Regenerate.
872
4a7274dd
GA
8732022-07-31 Roger Sayle <roger@nextmovesoftware.com>
874
875 PR bootstrap/106472
876 * Makefile.def (dependencies): Make configure-target-libgo depend
877 upon all-target-libbacktrace.
878
1e2c5f4c
GA
8792022-07-27 David Faust <david.faust@oracle.com>
880
881 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
882
8832022-07-27 Richard Biener <rguenther@suse.de>
884
885 * MAINTAINERS (Roger Sayle): Update e-mail address.
886
bbb9c030
GA
8872022-07-21 Sam Feifer <sfeifer@redhat.com>
888
889 * MAINTAINERS (Write After Approval): Add myself.
890
8912022-07-21 Marc Poulhiès <poulhies@adacore.com>
892
893 * MAINTAINERS: Add myself as Ada front end co-maintainer.
894
7c0c10db
GA
8952022-07-19 Alexander Monakov <amonakov@ispras.ru>
896
897 * .gitignore: Do not ignore config.h.
898
bdc7b765
GA
8992022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
900
901 * MAINTAINERS: Add myself to Write After Approval.
902
8467574d
GA
9032022-07-04 Martin Liska <mliska@suse.cz>
904
905 * MAINTAINERS: fix sorting of names
906
3731dd0b
GA
9072022-07-03 Immad Mir <mirimmad17@gmail.com>
908
909 * MAINTAINERS: add myself.
910
9112022-07-03 Immad Mir <mirimmad17@gmail.com>
912
913 * MAINTAINERS: Add myself to write after approval and DCO.
914
20f0f305
GA
9152022-07-02 Tim Lange <mail@tim-lange.me>
916
917 * MAINTAINERS: Add myself.
918
ed974488
GA
9192022-07-01 Haochen Jiang <haochen.jiang@intel.com>
920
921 * MAINTAINERS (Write After Approval): Add myself.
922
976196b3
GA
9232022-06-30 Cui,Lili <lili.cui@intel.com>
924
925 Revert:
926 2022-06-30 Cui,Lili <lili.cui@intel.com>
927
928 * MAINTAINERS (Write After Approval): Add myself.
929
9302022-06-30 Cui,Lili <lili.cui@intel.com>
931
932 * MAINTAINERS (Write After Approval): Add myself.
933
fb29fdea
GA
9342022-06-28 Alexandre Oliva <oliva@adacore.com>
935
936 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
937 (EXTRA_GCC_FLAGS): Likewise.
938 * Makefile.in: Rebuilt.
939
9402022-06-28 konglin1 <lingling.kong@intel.com>
941
942 * MAINTAINERS (Write After Approval): Add myself.
943
9d3dd218
GA
9442022-06-27 Tom de Vries <tdevries@suse.de>
945
946 * configure.ac: Build libiberty pic variant for gdbserver.
947 * configure: Regenerate.
948
b2b72757
GA
9492022-06-26 Iain Sandoe <iain@sandoe.co.uk>
950
951 * configure: Regenerate.
952 * configure.ac: Correct use of $host.
953
87509781
GA
9542022-06-25 Jeff Law <jeffreyalaw@gmail.com>
955
956 * MAINTAINERS: Remove tilegx and tilepro entries.
957 * configure.ac: Remove tilegx and tilepro stanzas.
958 * configure: Rebuilt.
959
37b3b5da
GA
9602022-05-28 Bruce Korb <bkorb@gnu.org>
961
962 * .gitignore: Ignore vim swap files
963
9df4ffe4
GA
9642022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
965
966 * MAINTAINERS: Add myself to write after approval.
967
d0d513b5
GA
9682022-05-11 Kewen Lin <linkw@linux.ibm.com>
969
970 * MAINTAINERS: Remove myself from DCO section.
971
bd022ff9
GA
9722022-05-09 Xi Ruoyao <xry111@xry111.site>
973
974 * MAINTAINERS: Update my email address.
975
9762022-05-09 Clément Chigot <chigot@adacore.com>
977
978 * MAINTAINERS: Update my email address.
979
ab869e7f
GA
9802022-05-05 Kewen Lin <linkw@linux.ibm.com>
981
982 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
983 section.
984
d1d57187
GA
9852022-04-19 Richard Henderson <rth@gcc.gnu.org>
986
987 * MAINTAINERS: Update my email address.
988
8af4270d
GA
9892022-04-01 Qian Jianhua <qianjh@fujitsu.com>
990
991 * MAINTAINERS: Update my email address.
992
9f774626
GA
9932022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
994
995 * MAINTAINERS: (CPU Port Maintainers): Add myself and
996 Lulu as LoongArch port maintainer.
997
9982022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
999 Lulu Cheng <chenglulu@loongson.cn>
1000
1001 * configure.ac: Add LoongArch tuples.
1002 * configure: Regenerate.
1003
aab0127d
GA
10042022-03-28 Tom Tromey <tromey@adacore.com>
1005
1006 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1007 * configure: Rebuild.
1008
6fc4a993
GA
10092022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
1010
1011 * MAINTAINERS: Change my information.
1012
9fc8f278
GA
10132022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
1014
1015 * MAINTAINERS: Add myself to DCO section.
1016
510613e7
GA
10172022-03-14 Jonathan Wakely <jwakely@redhat.com>
1018
1019 * configure.ac: Fix incorrect option in comment.
1020 * configure: Regenerate.
1021
8cc4f9cd
GA
10222022-03-09 Hans-Peter Nilsson <hp@axis.com>
1023
1024 * Makefile.def (dependencies): Make configure-sim depend on
1025 all-readline.
1026 * Makefile.in: Regenerate.
1027
2cfb33fc
GA
10282022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
1029
1030 * MAINTAINERS (Write After Approval): Update my e-mail address.
1031
2a2fda2d
GA
10322022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
1033
1034 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1035
1bb52662
GA
10362022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
1037
1038 * MAINTAINERS: Update my email and add myself to the DCO list.
1039
e0b8716f
GA
10402022-01-25 Thomas Schwinge <thomas@codesourcery.com>
1041
1042 Revert:
1043 2021-09-16 Andrew Pinski <apinski@marvell.com>
1044
1045 PR bootstrap/67102
1046 * Makefile.def: Have configure-target-libffi depend on
1047 all-target-libstdc++-v3.
1048 * Makefile.in: Regenerate.
1049
d43be9dc
GA
10502022-01-22 Jakub Jelinek <jakub@redhat.com>
1051
1052 PR other/104181
1053 * build.log: Remove.
1054
5fa55d55
GA
10552022-01-20 Martin Liska <mliska@suse.cz>
1056
1057 * MAINTAINERS: Adjust email address based on IRC request.
1058
7a761ae6
GA
10592022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
1060
1061 * MAINTAINERS: Update my email address.
1062
fc829782
GA
10632022-01-17 Martin Liska <mliska@suse.cz>
1064
1065 * MAINTAINERS: Rename .c names to .cc.
1066
ad3f0d08
GA
10672022-01-13 Jakub Jelinek <jakub@redhat.com>
1068
1069 * Makefile.am: Remove.
1070
01a254e3
GA
10712022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1072
1073 * Makefile.am: New file.
1074
10752022-01-11 Martin Liska <mliska@suse.cz>
1076
1077 * MAINTAINERS: Sort 2 names.
1078
d9450aa0
GA
10792022-01-10 Martin Liska <mliska@suse.cz>
1080
1081 * MAINTAINERS: Fix obvious issues with sorting.
1082
55e96bf9
GA
10832022-01-07 liuhongt <hongtao.liu@intel.com>
1084
1085 * build.log: New file.
1086
0fbefa25
GA
10872022-01-05 Nathan Sidwell <nathan@acm.org>
1088
1089 * MAINTAINERS: Add DCO entry. Sort that list.
1090
7d11b64b
GA
10912022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
1092
1093 * MAINTAINERS: Change of email address in both DCO and
1094 Write After Approval list.
1095
aa17859b
GA
10962021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
1097
1098 * configure: Regenerate.
1099
11002021-12-21 Martin Liska <mliska@suse.cz>
1101
1102 * config.sub: Change mode back to 755.
1103
2554e2da
GA
11042021-12-17 Martin Liska <mliska@suse.cz>
1105
1106 * config.sub: Sync from master.
1107
11082021-12-17 Martin Liska <mliska@suse.cz>
1109
1110 Revert:
1111 2021-12-16 Matthias Seidel <mseidel@apache.org>
1112
1113 * config.sub: Fix typo.
1114
774269aa
GA
11152021-12-16 Matthias Seidel <mseidel@apache.org>
1116
1117 * config.sub: Fix typo.
1118
11192021-12-16 H.J. Lu <hjl.tools@gmail.com>
1120
1121 Revert:
1122 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
1123
1124 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1125 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1126 * configure.ac: Include config/gcc-plugin.m4.
1127 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1128 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1129 RANLIB if possible.
1130 * Makefile.in: Regenerated.
1131 * configure: Likewise.
1132
8a89c39b
GA
11332021-12-15 H.J. Lu <hjl.tools@gmail.com>
1134
1135 * Makefile.tpl (BUILD_CFLAGS): New.
1136 (CFLAGS): Append $(BUILD_CFLAGS).
1137 (CXXFLAGS): Likewise.
1138 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1139 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1140 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1141 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1142 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1143 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1144 (PGO-TRAINING-TARGETS): Likewise.
1145 (PGO_BUILD_TRAINING): Likewise.
1146 (all): Add '+' to the command line for recursive make. Support
1147 the PGO build.
1148 * configure.ac: Add --enable-pgo-build[=lto].
1149 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1150 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
1151 * Makefile.in: Regenerated.
1152 * configure: Likewise.
1153
11542021-12-15 H.J. Lu <hjl.tools@gmail.com>
1155
1156 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1157 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1158 * configure.ac: Include config/gcc-plugin.m4.
1159 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1160 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1161 RANLIB if possible.
1162 * Makefile.in: Regenerated.
1163 * configure: Likewise.
1164
9c6586bc
GA
11652021-12-14 Marc Poulhiès <poulhies@adacore.com>
1166
1167 * MAINTAINERS: Add myself to write after approval.
1168
3a580f96
GA
11692021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
1170
1171 * MAINTAINERS: Adding myself.
1172
ea6ef320
GA
11732021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
1174
1175 * configure: Regenerate.
1176 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1177 $(CPP).
1178
c177e806
GA
11792021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
1180
1181 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1182 libatomic.
1183 * Makefile.in: Regenerate.
1184 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1185 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1186 target-libphobos-bootstrap.
1187 (STAGE2_CONFIGURE_FLAGS): Likewise.
1188 * configure: Regenerate.
1189 * configure.ac: Add support for bootstrapping D front-end.
1190
6b1695f4
GA
11912021-11-16 Martin Uecker <uecker@gcc.gnu.org>
1192
1193 * MAINTAINERS: Add myself to DCO section and update email address.
1194
11952021-11-16 Iain Sandoe <iain@sandoe.co.uk>
1196
1197 * configure: Regenerate.
1198 * configure.ac: Ensure that PIC (shared) defaults are set
1199 correctly for Darwin.
1200
12012021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
1202
1203 * MAINTAINERS: Update my address.
1204
af2852b9
GA
12052021-11-12 Alan Modra <amodra@gmail.com>
1206
1207 * Makefile.def (configure-opcodes): Depend on configure-bfd.
1208 * Makefile.in: Regenerate.
1209
18ae471f
GA
12102021-11-03 Maciej W. Rozycki <macro@embecosm.com>
1211
1212 * MAINTAINERS: Clarify the policy WRT the Write After Approval
1213 list.
1214
b4df2dd3
GA
12152021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * MAINTAINERS (Reviewers, arc): Remove my entry.
1218 (Write After Approval): Add an entry for myself.
1219
2322c8b1
GA
12202021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
1221
1222 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1223 * Makefile.in: Regenerate.
1224 * configure: Regenerate.
1225 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1226
3ff5b4ed
GA
12272021-10-26 Jeff Law <jeffreyalaw@gmail.com>
1228
1229 * MAINTAINERS: Fix up Maciej's entries.
1230
12312021-10-26 Maciej W. Rozycki <macro@embecosm.com>
1232
1233 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1234 maintainer.
1235
c2bd5d8a
GA
12362021-10-22 Eric Gallager <egallager@gcc.gnu.org>
1237
1238 PR other/102663
1239 * Makefile.def: Handle install-dvi target.
1240 * Makefile.tpl: Likewise.
1241 * Makefile.in: Regenerate.
1242
19472fc3
GA
12432021-10-19 Clément Chigot <clement.chigot@atos.net>
1244
1245 * MAINTAINERS: Add myself for write after approval.
1246
52055987
GA
12472021-10-12 Eric Gallager <egallager@gcc.gnu.org>
1248
1249 * Makefile.def: Mark libcody, libdecnumber,
1250 c++tools, libgcc, and libobjc as missing TAGS
1251 targets.
1252 * Makefile.in: Regenerate.
1253
50e20ee6
GA
12542021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
1255
1256 * MAINTAINERS: Add myself to DCO section and update email
1257 address.
1258
d238146e
GA
12592021-09-29 Jonathan Wakely <jwakely@redhat.com>
1260
1261 * MAINTAINERS: Add myself to DCO section.
1262
fd133479
GA
12632021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * configure: Regenerate.
1266 * configure.ac (skipdirs): Add the contents of target_configdirs if
1267 we are not building gcc.
1268
9a4293ed
GA
12692021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * Makefile.def: Back-port commits ba4d88ad892f and
1272 755ba58ebef0 from binutils-gdb repository.
1273 * Makefile.in: Regenerated.
1274
62498024
GA
12752021-09-20 Harald Anlauf <anlauf@gmx.de>
1276
1277 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1278
0a4cb439
GA
12792021-09-17 Iain Sandoe <iain@sandoe.co.uk>
1280
1281 * Makefile.def: Add a jit check target for the jit
1282 language.
1283 * Makefile.in: Regenerate.
1284
e19570d3
GA
12852021-09-16 Andrew Pinski <apinski@marvell.com>
1286
1287 PR bootstrap/67102
1288 * Makefile.def: Have configure-target-libffi depend on
1289 all-target-libstdc++-v3.
1290 * Makefile.in: Regenerate.
1291
a26206ec
GA
12922021-09-10 Petter Tomner <tomner@kth.se>
1293
1294 * MAINTAINERS: Me added to DCO and write after approval
1295
e11c6046
GA
12962021-09-01 YunQiang Su <syq@debian.org>
1297
1298 * MAINTAINERS: Add myself for write after approval.
1299
6d51ee43
GA
13002021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1303 * Makefile.in: Regenerate.
1304
4be4fa4e
GA
13052021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
1306
1307 * MAINTAINERS: Add myself for write after approval.
1308
6e529985
GA
13092021-08-18 Iain Sandoe <iain@sandoe.co.uk>
1310
1311 * Makefile.in: Regenerate.
1312 * Makefile.tpl: Make the state of the configured host
1313 shared flag available to makefile fragements.
1314
37768150
GA
13152021-08-09 Hongyu Wang <hongyu.wang@intel.com>
1316
1317 * MAINTAINERS (Write After Approval): Add myself.
1318
92d45509
GA
13192021-07-20 Richard Earnshaw <rearnsha@arm.com>
1320
1321 * .dir-locals.el (bug-reference-url-format): Use https.
1322
13232021-07-20 Richard Earnshaw <rearnsha@arm.com>
1324
1325 * .dir-locals.el (c-mode): Change fill-column to 79.
1326
d97d71a1
GA
13272021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
1328
1329 * MAINTAINERS: Add myself to DCO section.
1330
ef2ace64
GA
13312021-07-09 Iain Sandoe <iain@sandoe.co.uk>
1332
1333 * configure: Regenerate.
1334 * configure.ac: Adjust cases for which it is necessary to
1335 include the Darwin host config fragment.
1336
6fba0eea
GA
13372021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
1338
1339 * MAINTAINERS: Add myself for write after approval and DCO.
1340
6d53e6f9
GA
13412021-07-05 Iain Sandoe <iain@sandoe.co.uk>
1342
1343 * Makefile.def: Add dsymutil defs.
1344 * Makefile.in: Regenerated.
1345 * Makefile.tpl: Add dsymutil to flags.
1346 * configure: Regenerated.
1347 * configure.ac: Add dsymutil to target and build recipes.
1348
bea7c16a
GA
13492021-07-01 Ankur Saini <arsenic@sourceware.org>
1350
1351 * MAINTAINERS: Add myself for write after approval.
1352
25b6bfea
GA
13532021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
1354
1355 * MAINTAINERS (Write After Approval): Add myself.
1356
90708f87
GA
13572021-06-25 Matthias Kretz <m.kretz@gsi.de>
1358
1359 * MAINTAINERS: Add myself for write after approval and DCO
1360
9aa8327e
GA
13612021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
1362
1363 * .gitignore: Add entry for cscope.out.
1364
419af06a
GA
13652021-06-22 liuhongt <hongtao.liu@intel.com>
1366
1367 * MAINTAINERS: Remove my Write After Approval entry.
1368
2f080224
GA
13692021-06-21 liuhongt <hongtao.liu@intel.com>
1370
1371 * MAINTAINERS: Add myself as maintainer of the i386 vector
1372 extensions.
1373
c5581d48
GA
13742021-06-18 Antoni Boucher <bouanto@zoho.com>
1375
1376 * MAINTAINERS (Write After Approval): Add myself.
1377
688359a2
GA
13782021-06-17 Aldy Hernandez <aldyh@redhat.com>
1379
1380 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1381 as *vrp and ranger maintainers.
1382
28c62475
GA
13832021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1384
1385 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1386 not trigger testsuite failures.
1387
13882021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1389
1390 * MAINTAINERS: Add myself to DCO section with both email addresses.
1391
440c8a0a
GA
13922021-06-03 Jason Merrill <jason@redhat.com>
1393
1394 * MAINTAINERS: Add DCO version number.
1395
9663c744
GA
13962021-06-02 Jason Merrill <jason@redhat.com>
1397
1398 * MAINTAINERS: Add DCO section.
1399
ee682192
GA
14002021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1401
1402 * MAINTAINERS (Write After Approval): Add myself.
1403
1a87f838
GA
14042021-05-29 Mike Frysinger <vapier@gentoo.org>
1405
1406 * configure.ac: Add gnulib to configdirs for sim.
1407 * configure: Regenerate.
1408
a8daf9a1
GA
14092021-05-18 Mike Frysinger <vapier@gentoo.org>
1410
1411 * Makefile.def: Add configure-sim dependency on all-gnulib.
1412 * Makefile.in: Regenerated.
1413
a7ffc1ef
GA
14142021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1415
1416 * MAINTAINERS (Write After Approval): Add myself.
1417
0ff3a0f2
GA
14182021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1419
1420 * MAINTAINERS (Write After Approval): Add myself.
1421
037e3661
GA
14222021-05-11 Martin Liska <mliska@suse.cz>
1423
1424 * MAINTAINERS: Remove entries for removed
1425 components (HSA, BRIG, libhsail-rt).
1426 Move Pekka to Write After Approval.
1427
14282021-05-11 Martin Liska <mliska@suse.cz>
1429
1430 * Makefile.def: Remove libhsail-rt.
1431 * Makefile.in: Likewise.
1432 * configure.ac: Likewise.
1433 * configure: Regenerate.
1434 * libhsail-rt/ChangeLog: Removed.
1435 * libhsail-rt/Makefile.am: Removed.
1436 * libhsail-rt/Makefile.in: Removed.
1437 * libhsail-rt/README: Removed.
1438 * libhsail-rt/aclocal.m4: Removed.
1439 * libhsail-rt/configure: Removed.
1440 * libhsail-rt/configure.ac: Removed.
1441 * libhsail-rt/configure.tgt: Removed.
1442 * libhsail-rt/include/internal/fibers.h: Removed.
1443 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1444 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1445 * libhsail-rt/include/internal/workitems.h: Removed.
1446 * libhsail-rt/rt/arithmetic.c: Removed.
1447 * libhsail-rt/rt/atomics.c: Removed.
1448 * libhsail-rt/rt/bitstring.c: Removed.
1449 * libhsail-rt/rt/fbarrier.c: Removed.
1450 * libhsail-rt/rt/fibers.c: Removed.
1451 * libhsail-rt/rt/fp16.c: Removed.
1452 * libhsail-rt/rt/misc.c: Removed.
1453 * libhsail-rt/rt/multimedia.c: Removed.
1454 * libhsail-rt/rt/queue.c: Removed.
1455 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1456 * libhsail-rt/rt/segment.c: Removed.
1457 * libhsail-rt/rt/workitems.c: Removed.
1458 * libhsail-rt/target-config.h.in: Removed.
1459
99e8df7a
GA
14602021-05-04 Nick Clifton <nickc@redhat.com>
1461
1462 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1463 * configure: Regenerate.
1464
e4ff4ffb
GA
14652021-04-28 Jakub Jelinek <jakub@redhat.com>
1466 Tobias Burnus <tobias@codesourcery.com>
1467
1468 * configure.ac (--enable-offload-defaulted): New.
1469 * configure: Regenerate.
1470
05ec629f
GA
14712021-04-23 David Faust <david.faust@oracle.com>
1472
1473 * MAINTAINERS (Write After Approval): Add myself.
1474
a0ecde22
GA
14752021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1476
1477 * MAINTAINERS (Write After Approval): Add myself.
1478
651684b4
GA
14792021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1480
1481 * MAINTAINERS: Add myself as pru port maintainer.
1482
bf1f3168
GA
14832021-03-23 David Malcolm <dmalcolm@redhat.com>
1484
1485 * MAINTAINERS: Add myself as static analyzer maintainer.
1486
287e3e84
GA
14872021-03-18 Jeff Law <jlaw@tachyum.com>
1488
1489 * MAINTAINERS: Update primary entry.
1490
5e93c2f0
GA
14912021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1492
1493 * MAINTAINERS (Write After Approval): Add myself.
1494
14952021-03-13 Mike Frysinger <vapier@gentoo.org>
1496
1497 * Makefile.def: Remove all-sim dependency on configure-gdb.
1498 * Makefile.in: Regenerated.
1499
48ff383f
GA
15002021-03-11 Jeff Law <law@redhat.com>
1501
1502 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1503
15042021-03-11 Martin Liska <mliska@suse.cz>
1505
1506 * Makefile.tpl: The change was done Makefile.in which
1507 is generated file.
1508
6405b40f
GA
15092021-03-08 Jeff Law <law@redhat.com>
1510
1511 * MAINTAINERS: Update my email address
1512
71e24b06
GA
15132021-02-23 Kito Cheng <kito.cheng@sifive.com>
1514
1515 * config.guess: Import latest upstream.
1516 * config.sub: Import latest upstream.
1517
161e4c08
GA
15182021-01-25 Martin Liska <mliska@suse.cz>
1519
1520 PR gcov-profile/98739
1521 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1522 for profiledbootstrap.
1523
8502e23d
GA
15242021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1525
1526 * MAINTAINERS (Write After Approval): Add myself.
1527
15282021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1529
1530 * MAINTAINERS (Write After Approval): Update my e-mail address.
1531
6851dda2
GA
15322021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1533
1534 * MAINTAINERS: Fix spacing.
1535
15362021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1537
1538 * MAINTAINERS (Write After Approval): Add myself
1539
942ae5be
GA
15402021-01-06 Nick Alcock <nick.alcock@oracle.com>
1541
1542 * Makefile.def: Sync with binutils-gdb:
1543 (dependencies): all-ld depends on all-libctf.
1544 (host_modules): libctf is no longer no_install.
1545 No longer no_check. Checking depends on all-ld.
1546 * Makefile.in: Regenerated.
1547
651b8a50
GA
15482021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1549
1550 * libtool.m4: Match gnu* along other GNU systems.
1551 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1552 * libgo/configure: Re-generate.
1553
7e73f511
GA
15542021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1555
1556 * MAINTAINERS: Update my email address.
1557
cd69e3d5
GA
15582020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1559
1560 * MAINTAINERS (Write After Approval): Add myself.
1561
6e9d8651
GA
15622020-12-15 Nathan Sidwell <nathan@acm.org>
1563
1564 * Makefile.def
1565 * Makefile.in
1566 * Makefile.tpl
1567 * configure
1568 * configure.ac
1569
15702020-12-15 Nathan Sidwell <nathan@acm.org>
1571
1572 * Makefile.def: Add libcody.
1573 * configure.ac: Add libcody.
1574 * Makefile.in: Regenerated.
1575 * configure: Regenerated.
1576
d52945ce
GA
15772020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1578
1579 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1580
6e1edf48
GA
15812020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1582
1583 PR target/97865
1584 * libtool.m4: Update handling of Darwin platform link flags
1585 for Darwin20.
1586
11860cf4
GA
15872020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1588
1589 * .gitignore: Sync with binutils-gdb
1590
15912020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1592
1593 * MAINTAINERS: Add myself as arc port maintainer.
1594
a9625c50
GA
15952020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1596
1597 PR d/87788
1598 * configure.ac: Don't disable D for *-*-darwin*.
1599 * configure: Regenerate.
1600
16012020-11-29 John David Anglin <danglin@gcc.gnu.org>
1602
1603 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1604 hppa64-*-hpux11*.
1605
360258da
GA
16062020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1607
1608 * configure: Regenerate.
1609 * configure.ac: Add --bootstrap-hwasan option.
1610
8e6198d0
GA
16112020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1612
1613 * config.guess: Import latest upstream.
1614 * config.sub: Import latest upstream.
1615
29c5d9ce
GA
16162020-11-16 Martin Liska <mliska@suse.cz>
1617
1618 * .gitignore: Add cache as clangd uses it now.
1619
77f67db2
GA
16202020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1621
1622 * MAINTAINERS (Write After Approval): add myself
1623
2bee28dd
GA
16242020-11-09 Pat Bernardi <bernardi@adacore.com>
1625
1626 * MAINTAINERS (Write After Approval): Add myself.
1627
16282020-11-09 Jonathan Wakely <jwakely@redhat.com>
1629
1630 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1631 Remove FIXME comments.
1632
44cab2d8
GA
16332020-11-06 Martin Uecker <muecker@gwdg.de>
1634
1635 * MAINTAINERS: Update my email address.
1636
16372020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1638
1639 * MAINTAINERS (Write After Approval): Add myself.
1640
8e97b905
GA
16412020-10-06 Tobias Burnus <tobias@codesourcery.com>
1642
1643 PR target/97302
1644 * configure.ac: Only set with_gmp to /usr/local
1645 if not building in tree.
1646 * configure: Regenerate.
1647
239601c5
GA
16482020-09-18 Omar Tahir <omar.tahir@arm.com>
1649
1650 * MAINTAINERS (Write After Approval): Add myself.
1651
57ea0894
GA
16522020-08-26 Tobias Burnus <tobias@codesourcery.com>
1653
1654 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1655
5b9a3d2a
GA
16562020-08-20 Tobias Burnus <tobias@codesourcery.com>
1657
1658 PR bootstrap/96612
1659 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1660 if not the same as ${host}.
1661 * configure: Regenerate.
1662
2c4c56c2
GA
16632020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1664
1665 * MAINTAINERS (Write After Approval): Add myself.
1666
afdd220a
GA
16672020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1668
1669 * MAINTAINERS: Update my email address.
1670
d48cca8f
GA
16712020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1672
1673 * MAINTAINERS (Write After Approval): Add myself.
1674
3ea9abca
GA
16752020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1676
1677 * MAINTAINERS (Write After Approval): Add myself.
1678
8e3b453e
GA
16792020-06-12 Martin Liska <mliska@suse.cz>
1680
1681 * .gitignore: Add .clang-tidy.
1682
2c455ae0
GA
16832020-06-08 Jason Merrill <jason@redhat.com>
1684
1685 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1686 * configure: Regenerate.
1687
8f94b078
GA
16882020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1689
1690 * MAINTAINERS: Add myself as xtensa port maintainer.
1691
53ffb43a
GA
16922020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1693
1694 * configure.ac: Don't require --enable-host-shared when building
1695 for Mingw.
1696 * configure: Regenerate.
1697
5329b59a
JM
16982020-05-18 Jason Merrill <jason@redhat.com>
1699
1700 * configure.ac: Update bootstrap dialect to -std=c++11.
1701
9a4a0a5b
AC
17022020-05-18 Alex Coplan <alex.coplan@arm.com>
1703
1704 * MAINTAINERS (Write After Approval): Add myself.
1705
afa3d80e
TS
17062020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1707
1708 PR target/92713
1709 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1710 (noconfigdirs): Add 'target-libstdc++-v3'.
1711 * configure: Regenerate.
1712
e6cbe965
SC
17132020-04-21 Stephen Casner <casner@acm.org>
1714
1715 PR 25830
1716 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1717 * configure: Rebuild.
1718
e9f799d2
ML
17192020-04-17 Martin Liska <mliska@suse.cz>
1720 Jonathan Yong <10walls@gmail.com>
1721
1722 PR gcov-profile/94570
1723 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1724 for CYGWIN.
1725
efd5bd4d
MJ
17262020-04-14 Martin Jambor <mjambor@suse.cz>
1727
1728 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1729
f9d09df0
TT
17302020-04-09 Tom Tromey <tom@tromey.com>
1731
1732 * configure: Rebuild.
1733 * Makefile.in: Rebuild.
1734 * Makefile.def (gdbsupport, gdbserver): New host modules.
1735 (configure-gdb): Depend on all-gdbsupport.
1736 (all-gdb): Depend on all-gdbsupport, all-libctf.
1737 * configure.ac (host_tools): Add gdbserver.
1738 Conditionally build gdbserver and gdbsupport.
1739
29b1533a
TB
17402020-03-09 Tobias Burnus <tobias@codesourcery.com>
1741
1742 * configure.ac: Build libgomp by default for amdgcn.
1743 * configure: Regenerate.
1744
7d6b3a78
SP
17452020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1746
1747 * MAINTAINERS (Write After Approval): Add myself.
1748
4707548e
JH
17492020-02-28 Joel Hutton <joel.hutton@arm.com>
1750
1751 * MAINTAINERS (Write After Approval) : Add myself.
1752
6f83ceb8
PD
17532020-02-20 Palmer Dabbelt <palmer@sifive.com>
1754
1755 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1756
d6ee2e7c
MS
17572020-02-14 Martin Sebor <msebor@redhat.com>
1758
1759 * doc/extend.texi (attribute alias): Mention type requirement.
1760 (attribute weak): Same.
1761 (attribute weakref): Correct invalid example.
1762
e01975f9
SB
17632020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1764
1765 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1766
affb7b66
JJ
17672020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1768 Jakub Jelinek <jakub@redhat.com>
1769
1770 * .gitattributes: Add *.md diff=md.
1771
780e19f8
GJL
17722020-01-14 Georg-Johann Lay <avr@gjlay.de>
1773
1774 The mentioned auto-generated file is no more part of the
1775
1776 GCC sources, it's auto-generated in $(builddir) during build.
1777
1778 PR target/92055
1779 * contrib/gcc_update (files_and_dependencies): Remove
1780 entry for gcc/config/avr/t-multilib.
1781
ef4395e5
AS
17822020-01-14 Anatoly Sokolov <aesok@dol.ru>
1783
1784 * MAINTAINERS: Update my email address.
1785
b2b465c5
JM
17862020-01-13 Joseph Myers <joseph@codesourcery.com>
1787
1788 * README.MOVED_TO_GIT: Remove.
1789
cff5a231
JM
17902020-01-11 Joseph Myers <joseph@codesourcery.com>
1791
1792 * README.MOVED_TO_GIT: New file.
1793
b1b72741
DZ
17942020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1795
1796 * MAINTAINERS (Write After Approval): Add myself.
1797
74a7b87a
JL
17982019-12-20 Jerome Lambourg <lambourg@adacore.com>
1799
1800 * MAINTAINERS (write_after_approval): Add myself.
1801
39f8777c
SMW
18022019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1803
1804 * MAINTAINERS (write_after_approval): Add myself.
1805
6226f592
MI
18062019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1807
1808 * MAINTAINERS (write_after_approval): Add myself.
1809
4f943869
MK
18102019-12-11 Matthias Klose <doko@ubuntu.com>
1811
1812 * configure.ac: Factor out common cases for compare_exclusions.
1813 * configure: Regenerate.
1814
a9046e98
JL
18152019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1816
1817 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1818 flag.
1819
53eb0cb3
LH
18202019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1821
a9046e98 1822 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 1823
90ca6847
TB
18242019-11-27 Tobias Burnus <tobias@codesourcery.com>
1825
1826 PR middle-end/92463
1827 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1828 * configure: Regenerate
1829
aeebd94c
JB
18302019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1831
1832 * configure.ac: Use https for gcc.gnu.org.
1833 * configure: Regenerated.
1834
267d7432
JG
18352019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1836
1837 * MAINTAINERS (aarch64 port): Remove my name, move to...
1838 (Write After Approval): ...Here.
1839
a91eb234
KN
18402019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1841
1842 * MAINTAINERS: Change my email address as maintainer.
1843
8be34204
JB
18442019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1845
90ca6847
TB
1846 PR fortran/91828
1847 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1848 * configure: Regenerated.
8be34204 1849
678a1e99
JM
18502019-10-21 Jason Merrill <jason@redhat.com>
1851
1852 * .gitattributes: Also check ChangeLog whitespace.
1853
aa7710cb
AB
18542019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1855
1856 * contrib/dg-extract-results.sh: Add support for KPASS.
1857 * contrib/dg-extract-results.py: Likewise.
1858
6664a5f7
JM
18592019-10-17 Jason Merrill <jason@redhat.com>
1860
1861 * .gitattributes: Avoid {} in filename pattern.
1862
df77d703
TS
18632019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1864
1865 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1866 Approval section.
1867
4d07a2ec
FH
18682019-10-01 Frederik Harwath <frederik@codesourcery.com>
1869
1870 * MAINTAINERS: Add myself to Write After Approval
1871
5fdd1d33
RS
18722019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1873
1874 * MAINTAINERS: Add myself as an aarch64 maintainer.
1875
16b17446
KT
18762019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1877
1878 * MAINTAINERS: Add myself as aarch64 maintainer.
1879
a8cea25c
CL
18802019-09-23 Carl Love <cel@us.ibm.com>
1881
1882 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1883 New define_insn.
1884 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1885 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1886
0d1cfeed
ST
18872019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1888
1889 * MAINTAINERS (Sam Tebbs): Update email address.
1890
3d34b7af
TB
18912019-09-10 Tobias Burnus <tobias@codesourcery.com>
1892
1893 * MAINTAINERS: Update my email address.
1894
b1e21e5a
CL
18952019-09-10 Christophe Lyon <christophe.lyon@st.com>
1896
3d34b7af 1897 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 1898
91dfef96
JM
18992019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1900
1901 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1902 Remove myself from Write After Approval section.
1903
19042019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1905
1906 * configure.ac: Support for bpf-*-* targets.
1907 * configure: Regenerate.
1908
b7b1f657
JM
19092019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1910
1911 * config.sub: Import upstream version 2019-06-30.
1912 * config.guess: Import upstream version 2019-07-24.
1913
2f2aeda9
UW
19142019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1915
1916 * MAINTAINERS: Remove spu port maintainers.
1917
91eed5f2
ML
19182019-08-28 Martin Liska <mliska@suse.cz>
1919
1920 * .gitignore: Add .clangd and compile_commands.json
1921 to .gitignore.
1922
d0fc6e9f
MF
19232019-08-23 Michael Forney <mforney@mforney.org>
1924
1925 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1926 * Makefile.in: Regenerate.
1927
aac9103b
TT
19282019-08-19 Tom Tromey <tom@tromey.com>
1929
1930 * configure: Rebuild.
1931 * configure.ac: Add --with-static-standard-libraries.
1932
3b5864f4
AO
19332019-08-16 Alexandre Oliva <oliva@gnu.org>
1934
1935 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1936
8fc306e9
ME
19372019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1938
1939 * MAINTAINERS (Write After Approval): Add myself.
1940
f069f0f2
KC
19412019-07-08 Kito Cheng <kito.cheng@sifive.com>
1942
1943 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1944 RISC-V port maitainer.
1945
9118c5e1
KC
19462019-07-08 Kito Cheng <kito.cheng@sifive.com>
1947
1948 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1949
c19713b7
KC
19502019-07-08 Kito Cheng <kito.cheng@sifive.com>
1951
1952 * MAINTAINERS (Write After Approval): Add myself.
1953
e676d704 19542019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
1955
1956 * MAINTAINERS (Write After Approval): Add myself.
1957
247b63e3
ML
19582019-06-25 Martin Liska <mliska@suse.cz>
1959
1960 contrib/filter-clang-warnings.py: Transform from
1961 filter-rtags-warnings.py.
1962
98e5be21
TT
19632019-06-15 Tom Tromey <tom@tromey.com>
1964
1965 * configure.ac (host_libs): Add gnulib.
1966 * configure: Rebuild.
1967 * Makefile.def (host_modules, dependencies): Add gnulib.
1968 * Makefile.in: Rebuild.
1969
1ab4217d
DD
19702019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1971
1972 * MAINTAINERS (Write After Approval): Add myself.
1973
3e209f57 19742019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
1975
1976 * configure: Regenerate.
1977 * configure.ac: Add PRU target.
1978
8b164a4e 19792019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
1980
1981 * MAINTAINERS (Write After Approval): Add myself.
1982
de6abd85
NC
19832019-06-11 Nick Clifton <nickc@redhat.com>
1984
1985 Import these changes from the binutils/gdb repository:
1986
1987 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1988
1989 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1990 and all its deps.
1991 * Makefile.in: Regenerated.
1992
1993 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1994
1995 * Makefile.def (host_modules): Add libctf.
1996 * Makefile.def (dependencies): Likewise.
1997 libctf depends on zlib, libiberty, and bfd.
1998 * Makefile.in: Regenerated.
1999 * configure.ac (host_libs): Add libctf.
2000 * configure: Regenerated.
2001
fb03c52f
VI
20022019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
2003
2004 * MAINTAINERS (Write After Approval): Add myself.
2005
dbd5df2e
PB
20062019-05-19 Peter Bergner <bergner@linux.ibm.com>
2007
2008 * MAINTAINERS: Update my email address.
2009
8ee47828
TR
20102019-05-17 Thomas Rodgers <trodgers@redhat.com>
2011
2012 * MAINTAINERS (Write After Approval): Add myself.
2013
f6b2daaf
JM
20142019-05-16 Jun Ma <junma@linux.alibaba.com>
2015
2016 * MAINTAINERS (Write After Approval): Add myself.
2017
2ed6d245
JW
20182019-05-07 Jim Wilson <jimw@sifive.com>
2019
2020 * MAINTAINERS: Remove myself as IA-64 maintainer.
2021
d1b65077
RI
20222019-05-04 Roland Illig <roland.illig@gmx.de>
2023
2024 * MAINTAINERS (Write After Approval): Add myself.
2025
5fe6af6d
RB
20262019-05-02 Richard Biener <rguenther@suse.de>
2027
2028 PR bootstrap/85574
2029 * Makefile.tpl (compare target): Also compare extra-compare
2030 files.
2031 * Makefile.in: Regenerate.
2032
1e8dac32
RZ
20332019-04-22 Roman Zhuykov <zhroma@ispras.ru>
2034
2035 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2036 as modulo-scheduler maintainer.
2037
42d3fe9a
IS
20382019-04-21 Iain Sandoe <iain@sandoe.co.uk>
2039
2040 * MAINTAINERS: Add myself as co-maintainer for Darwin.
2041
3d52462c
IS
20422019-04-18 Iain Sandoe <iain@sandoe.co.uk>
2043
2044 * MAINTAINERS: Update my email address.
2045
4d024c32
JP
20462019-04-14 Johannes Pfau <johannespfau@gmail.com>
2047
2048 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2049 * configure: Regenerate.
2050
7d31d331
RO
20512019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2052
2053 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2054 * configure: Regenerate.
2055
bb50312e
IB
20562019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
2057
2058 * configure.ac: Add target-zlib to target_libraries.
2059 * configure: Regenerate.
2060
1c67e69c
ML
20612019-04-09 Martin Liska <mliska@suse.cz>
2062
2063 * Makefile.in: Regenerate.
2064 * Makefile.tpl: Pass GENERATOR_CFLAGS
2065 in all stages.
2066
684f6008
ML
20672019-03-28 Martin Liska <mliska@suse.cz>
2068
2069 PR bootstrap/89829
2070 * Makefile.in: Revert r254150.
2071 * Makefile.tpl: Likewise.
2072
fed156ac
BE
20732019-03-28 Ben Elliston <bje@gnu.org>
2074
2075 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2076 related, and libdecnumber.
2077
d81beb31
AM
20782019-03-15 Alexander Monakov <amonakov@ispras.ru>
2079
2080 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2081 (Write After Approval): Remove myself.
2082
35e2f066
AM
20832019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2084
5fce606f 2085 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 2086
60f32352
AS
20872019-02-11 Andrew Stubbs <ams@codesourcery.com>
2088
2089 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2090 (Write After Approval): Remove myself and Julian.
2091
b4f964c8
HA
20922019-01-26 Harald Anlauf <anlauf@gmx.de>
2093
2094 * MAINTAINERS (Write After Approval): Add myself.
2095
1009e9a2
KCY
20962019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
2097
2098 * MAINTAINERS (Write After Approval): Add myself.
2099
275e9ad9
XHL
21002019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2101
62fa42ce
SB
2102 * ChangeLog: Replace space with tab.
2103 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 2104
8fcc3599
JG
21052019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
2106
2107 * MAINTAINERS (Write After Approval): Add myself.
2108
9c83c587
LJH
21092019-01-18 Li Jia He <helijia@gcc.gnu.org>
2110
2111 * MAINTAINERS (Write After Approval): Add myself.
2112
7431c1a1
AS
21132019-01-17 Andrew Stubbs <ams@codesourcery.com>
2114 Kwok Cheung Yeung <kcy@codesourcery.com>
2115 Julian Brown <julian@codesourcery.com>
2116 Tom de Vries <tom@codesourcery.com>
2117 Jan Hubicka <hubicka@ucw.cz>
2118 Martin Jambor <mjambor@suse.cz>
2119
2120 * configure.ac: Likewise.
2121 * configure: Regenerate.
2122 * contrib/config-list.mk: Add amdgcn-amdhsa.
2123
0684a816
KL
21242019-01-16 Kewen Lin <linkw@gcc.gnu.org>
2125
2126 * MAINTAINERS (Write After Approval): Add myself.
2127
62fa42ce 21282019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 2129
275e9ad9 2130 * MAINTAINERS (Write After Approval): Add myself.
9a603611 2131
5227609c
RO
21322019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2133
2134 PR target/88535
2135 * config.guess: Import upstream version 2019-01-03.
2136 * config.sub: Import upstream version 2019-01-01.
2137
7c50cefc
TP
21382018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
2139
2140 * MAINTAINERS (Write After Approval): Update my maintainer address.
2141
ea9a30d0
GB
21422018-12-21 Gergö Barany <gergo@codesourcery.com>
2143
2144 * MAINTAINERS (Write After Approval): Add myself.
2145
23d3e2d5
SB
21462018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
2147
2148 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2149
e4a9a572
IS
21502018-12-05 Iain Sandoe <iain@sandoe.co.uk>
2151
2152 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2153 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2154 (GCC_TARGET_TOOL): Likewise.
2155 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2156 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 2157 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 2158 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 2159 * configure: Regenerate.
e4a9a572
IS
2160 * Makefile.in: Likewise.
2161
f9b4801c
JP
21622018-11-28 Johannes Pfau <johannespfau@gmail.com>
2163
2164 * MAINTAINERS (Write After Approval): Add myself.
2165
7f9414c1
ML
21662018-11-13 Martin Liska <mliska@suse.cz>
2167
2168 * gcc.target/i386/pr87930.c: Move to ...
2169 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
2170
1dbff00c
SH
21712018-11-10 Stafford Horne <shorne@gmail.com>
2172
2173 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2174 (Write After Approval): Remove myself.
2175
e9f3803d
HAQ
21762018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
2177
2178 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2179 Append $INCICONV to it.
2180
45bf1490
SH
21812018-11-04 Stafford Horne <shorne@gmail.com>
2182
2183 * MAINTAINERS (Write After Approval): Add myself.
2184
22e05272
JM
21852018-10-31 Joseph Myers <joseph@codesourcery.com>
2186
2187 PR bootstrap/82856
2188 * multilib.am: New file. From automake.
2189
2190 Merge from binutils-gdb:
2191 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2192
2193 * libtool.m4: Use AC_LANG_SOURCE.
2194 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2195 * ar-lib: New file.
2196 * test-driver: New file.
2197 * configure: Re-generate.
2198
82a14443
MP
21992018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
2200
2201 * MAINTAINERS (Write After Approval): Add myself.
2202
260eedb9
IB
22032018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
2204
2205 PR bootstrap/87788
2206 PR d/87799
2207 * configure: Rebuild.
2208 * configure.ac: Disable D on systems where it is known not to work.
2209
b4c522fa
IB
22102018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
2211
2212 * Makefile.def (target_modules): Add libphobos.
2213 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2214 GDCFLAGS_FOR_TARGET.
2215 (dependencies): Make libphobos depend on libatomic, libbacktrace
2216 configure, and zlib configure.
2217 (language): Add language d.
2218 * Makefile.in: Rebuild.
2219 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2220 (HOST_EXPORTS): Add GDC.
2221 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2222 (BASE_TARGET_EXPORTS): Add GDC.
2223 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2224 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2225 (EXTRA_HOST_FLAGS): Add GDC.
2226 (STAGE1_FLAGS_TO_PASS): Add GDC.
2227 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2228 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2229 environment variables.
2230 * configure: Rebuild.
2231 * configure.ac: Add target-libphobos to target_libraries. Set and
2232 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2233
04193ea0
IL
22342018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
2235
2236 * MAINTAINERS (Write After Approval): Add myself.
2237
72eda5f2
IB
22382018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2239
2240 * MAINTAINERS (Write After Approval): Remove myself.
2241
4c029cee
IB
22422018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2243
2244 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2245
fc7367ea
BC
22462018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
2247
2248 * MAINTAINERS: Update my email address.
2249
956a7508
TS
22502018-10-04 Thomas Schwinge <thomas@codesourcery.com>
2251
2252 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2253 maintainer.
2254
16ddcc28
MM
22552018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
2256
2257 * MAINTAINERS (Write After Approval): Add self.
2258
f9529512
ST
22592018-09-13 Sam Tebbs <sam.tebbs@arm.com>
2260
2261 * MAINTAINERS (write after approval): Add myself.
2262
3ff89a4e
XG
22632018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
2264
2265 * MAINTAINERS: Update my email address.
2266
e8a0276c
VL
22672018-08-29 Vlad Lazar <vlad.lazar@arm.com>
2268
2269 * MAINTAINERS (write after approval): Add myself.
2270
3d20537c
RS
22712018-08-21 Richard Sandiford <richard.sandiford@arm.com>
2272
2273 * MAINTAINERS: Add self to global reviewers list.
2274
661d1750
SL
22752018-08-17 Sandra Loosemore <sandra@codesourcery.com>
2276
2277 MAINTAINERS: Add c-sky port maintainers.
2278
aa405905
ML
22792018-08-10 Martin Liska <mliska@suse.cz>
2280
2281 * MAINTAINERS: Revert change in previous commit and
92a285c1 2282 join lines.
aa405905 2283
04e2b41d
ML
22842018-08-10 Martin Liska <mliska@suse.cz>
2285
2286 * MAINTAINERS: Remove extra line.
2287
6e9f49e4
N
22882018-08-06 Naveen H.S <naveenh@marvell.com>
2289
2290 * MAINTAINERS: Update my email address.
2291
3b0df776
DD
22922018-07-19 DJ Delorie <dj@redhat.com>
2293
2294 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2295 as maintainer.
2296
f030b30e
AK
22972018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
2298
2299 * MAINTAINERS: Adjust email address for me and my colleague Robin
2300 Dapp.
2301
7264261f
L
23022018-07-13 H.J. Lu <hongjiu.lu@intel.com>
2303 Sunil K Pandey <sunil.k.pandey@intel.com>
2304
2305 PR target/84413
2306 * config/i386/i386.c (m_CORE_AVX512): New.
2307 (m_CORE_AVX2): Likewise.
2308 (m_CORE_ALL): Add m_CORE_AVX2.
2309 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2310 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2311 and remove the rest of m_SKYLAKE_AVX512.
2312
19975c57
SH
23132018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2314
2315 * config.sub: Sync with upstream version 2018-07-03.
2316
c234070e
SH
23172018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2318
2319 * config.guess: Sync with upstream version 2018-06-26.
2320 * config.sub: Sync with upstream version 2018-07-02.
2321
d41cd173
BW
23222018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
2323
92a285c1 2324 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
2325 * ltmain.sh: Likewise.
2326
d3435784
SB
23272018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2328
2329 * contrib/config-list.mk: Remove powerpc-linux_paired.
2330
da34ca3f
AO
23312018-06-29 Alexandre Oliva <oliva@adacore.com>
2332
2333 * configure.ac: Introduce support for @unless/@endunless.
2334 * Makefile.tpl (dep-kind): Rewrite with cond; return
2335 postbootstrap in some cases.
2336 (make-postboot-dep, postboot-targets): New.
2337 (dependencies): Do not output postbootstrap dependencies at
2338 first. Output non-target ones changed for configure to depend
2339 on stage_last @if gcc-bootstrap, and the original deps @unless
2340 gcc-bootstrap.
2341 * configure.in, Makefile.in: Rebuilt.
2342
8e236ddd
JW
23432018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
2344
2345 * MAINTAINERS (write after approval): Add myself.
2346
71d40114
RV
23472018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2348
2349 * MAINTAINERS (write after approval): Add myself.
2350
8006534c
NC
23512018-06-19 Nick Clifton <nickc@redhat.com>
2352
2353 * zlib/configure.ac: Restore old behaviour of only enabling
2354 multilibs when a target subdirectory is defined. This allows
2355 building with srcdir == builddir.
2356 * zlib/configure: Regenerate.
2357
9e03592e
EB
23582018-06-18 Eric Botcazou <ebotcazou@adacore.com>
2359
2360 * Makefile.def (fortran): Add check-target-libgomp-fortran.
2361 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2362 * Makefile.in: Regenerate.
2363
29305f60
BE
23642018-06-16 Ben Elliston <bje@gnu.org>
2365
2366 * config.guess: Import latest version.
2367 * config.sub: Likewise.
2368
31db0fe0
ML
23692018-06-08 Martin Liska <mliska@suse.cz>
2370
2371 * MAINTAINERS: Remove MPX-related entries.
2372 * Makefile.def: Remove libmpx support.
9e03592e
EB
2373 * Makefile.in: Regenerate.
2374 * configure.ac: Remove removed files.
2375 * configure: Regenerate.
31db0fe0
ML
2376 * libmpx/ChangeLog: Remove.
2377 * libmpx/Makefile.am: Remove.
2378 * libmpx/Makefile.in: Remove.
2379 * libmpx/acinclude.m4: Remove.
2380 * libmpx/aclocal.m4: Remove.
2381 * libmpx/config.h.in: Remove.
2382 * libmpx/configure: Remove.
2383 * libmpx/configure.ac: Remove.
2384 * libmpx/configure.tgt: Remove.
2385 * libmpx/libmpx.spec.in: Remove.
2386 * libmpx/mpxrt/Makefile.am: Remove.
2387 * libmpx/mpxrt/Makefile.in: Remove.
2388 * libmpx/mpxrt/libmpx.map: Remove.
2389 * libmpx/mpxrt/libtool-version: Remove.
2390 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2391 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2392 * libmpx/mpxrt/mpxrt.c: Remove.
2393 * libmpx/mpxrt/mpxrt.h: Remove.
2394 * libmpx/mpxwrap/Makefile.am: Remove.
2395 * libmpx/mpxwrap/Makefile.in: Remove.
2396 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2397 * libmpx/mpxwrap/libtool-version: Remove.
2398 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2399
e68086c4
ML
24002018-06-04 Martin Liska <mliska@suse.cz>
2401
2402 * MAINTAINERS: Add myself as gcov maintainer.
2403
37cca345
MF
24042018-06-04 Matthew Fortune <mfortune@gmail.com>
2405
2406 * MAINTAINERS: Update my email address.
2407
74386680
TV
24082018-06-04 Tom de Vries <tdevries@suse.de>
2409
2410 * MAINTAINERS: Remove write-after-approval entries for component
2411 maintainers.
2412
010ff25b
JL
24132018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2414
2415 * MAINTAINERS (write after approval): Add myself.
2416
64acc19a 24172018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
2418
2419 * MAINTAINERS: Update my email address.
2420
7aad7f4b
TV
24212018-06-01 Tom de Vries <tdevries@suse.de>
2422
2423 * MAINTAINERS: Update my email address.
2424
c5470754
BC
24252018-05-22 Bin Cheng <bin.cheng@arm.com>
2426
2427 * MAINTAINERS (loop-optimizer): Add myself.
2428
58b40a67
FT
24292018-05-01 Francois H. Theron <francois.theron@netronome.com>
2430
2431 * configure.ac: Added "nfp" target.
2432 * configure: Regenerate.
2433
bece35ca
RB
24342018-04-30 Richard Biener <rguenther@suse.de>
2435
2436 PR bootstrap/85571
2437 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2438 (STAGE3_TFLAGS): Likewise.
2439 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2440 (STAGEtrain_TFLAGS): Likewise.
2441 * Makefile.in: Regenerate.
2442
ae05281f
RB
24432018-04-26 Richard Biener <rguenther@suse.de>
2444
2445 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2446 (STAGE2_CFLAGS): Likewise.
2447 (STAGE2_TFLAGS): Likewise.
2448 (STAGE3_CFLAGS): Add -fchecking.
2449 (STAGE3_TFLAGS): Likewise.
2450 (STAGEtrain_CFLAGS): Filter out -fchecking.
2451 (STAGEtrain_TFLAGS): Likewise.
2452 * Makefile.in: Re-generate.
2453
c6e34a9b
CM
24542018-04-25 Catherine Moore <clm@codesourcery.com>
2455
2456 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2457
ae9fb56f
PC
24582018-04-18 Paul Clarke <pc@us.ibm.com>
2459
2460 * MAINTAINERS (write after approval): Add myself.
2461
a2919888
AS
24622018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2463
2464 * MAINTAINERS: Update my email address.
2465
c6024672
BS
24662018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2467
2468 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2469
85d36775
BS
24702018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2471
2472 * MAINTAINERS: Update my email address and disambiguate myself
2473 a bit from Will Schmidt.
2474
8bb406a2
NS
24752018-03-21 Nathan Sidwell <nathan@acm.org>
2476
2477 * MAINTAINERS: Move maintainers of now-removed picochip and score
2478 ports to write after approval.
2479
c9b39302
RS
24802018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2481
2482 * MAINTAINERS: Add entry for SVE maintainership.
2483
1fc1d82e
MR
24842018-02-13 Maciej W. Rozycki <macro@mips.com>
2485
2486 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2487 * configure: Regenerate.
2488
7b7f78d7
BK
24892018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2490
2491 * MAINTAINERS (write after approval): Add myself.
2492
3c1f3bf6
SP
24932018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2494
2495 * MAINTAINERS (write after approval): Add myself.
2496
182f27e3
SP
24972018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2498
2499 * MAINTAINERS (write after approval): Add myself.
85911661 2500
85ec4feb
JJ
25012018-01-03 Jakub Jelinek <jakub@redhat.com>
2502
2503 Update copyright years.
2504
ef7d7cf5
BE
25052018-01-03 Ben Elliston <bje@gnu.org>
2506
2507 * config.guess: Import latest version.
2508 * config.sub: Likewise.
2509
842df93e
SH
25102017-12-12 Stafford Horne <shorne@gmail.com>
2511
2512 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2513 * configure: Regenerate.
2514
1d0a8ae9
QZ
25152017-11-29 Qing Zhao <qing.zhao@oracle.com>
2516
2517 * MAINTAINERS (Write After Approval): Add myself.
2518
5e9d6aa4
JK
25192017-11-28 Julia Koval <julia.koval@intel.com>
2520 Sebastian Peryt <sebastian.peryt@intel.com>
2521
2522 * Makefile.def (target_modules): Remove libcilkrts.
2523 * Makefile.in: Ditto.
2524 * configure: Ditto.
2525 * configure.ac: Ditto.
2526
d2eaaa89
JK
25272017-11-28 Julia Koval <julia.koval@intel.com>
2528
2529 * MAINTAINERS (Write After Approval): Add myself.
2530
90b415f6
SD
25312017-11-22 Sudakshina Das <sudi.das@arm.com>
2532
2533 * MAINTAINERS (Write After Approval): Add myself.
2534
f804ba3e
PD
25352017-11-06 Palmer Dabbelt <palmer@sifive.com>
2536
2537 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2538 Use my SiFive email address.
2539
8744c9bf
SP
25402017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2541
2542 * MAINTAINERS (write after approval): Add myself.
2543
7181cca3
ML
25442017-10-27 Martin Liska <mliska@suse.cz>
2545
2546 * Makefile.tpl: Use proper name of folder as it was renamed
2547 during transition to 4 stages.
2548 * Makefile.in: Regenerate.
2549
fb336a7b
IT
25502017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2551
e50ffab3 2552 * MAINTAINERS (write after approval): Add myself.
fb336a7b 2553
7b5f5267
GP
25542017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2555
2556 * MAINTAINERS: Add a note that maintainership also includes web
2557 pages, docs, and testsuite related to that area.
2558
55de8eb3
TV
25592017-09-25 Tom de Vries <tom@codesourcery.com>
2560
2561 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2562
86ab175e
PMR
25632017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2564
2565 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2566
500ac452
NS
25672017-09-15 Nathan Sidwell <nathan@acm.org>
2568
2569 * MAINTAINERS: Remove myself as a vxworks maintainer.
2570
72ace300
TS
25712017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2572
2573 * MAINTAINERS: Remove email address of Jim Norris.
2574
1328002a
KT
25752017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2576
2577 * MAINTAINERS (Reviewers): Move myself from here...
2578 (CPU Port Maintainers): ... to here.
2579
84d0b6f5
JG
25802017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2581
2582 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2583
9c04bba3
RD
25842017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2585
e50ffab3 2586 * MAINTAINERS (write after approval): Add myself.
9c04bba3 2587
5a427c63
TR
25882017-07-28 Tony Reix <tony.reix@atos.net>
2589
2590 * configure.ac (target-libffi): Don't disable for AIX.
2591 (go): Don't add to unsupported_languages on AIX.
2592 (target-libgo): Don't disable for AIX.
2593 * configure: Regenerate.
2594
8994b66f
YG
25952017-07-19 Yury Gribov <tetra2005@gmail.com>
2596
2597 * MAINTAINERS: Add myself.
2598
7a795e10
TS
25992017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2600
2601 * MAINTAINERS: Update my email address.
2602
50061652
RE
26032017-07-04 Richard Earnshaw <rearnsha@arm.com>
2604
2605 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2606 arm-specific auto-generated header files.
2607
d4360477
NS
26082017-07-03 Nathan Sidwell <nathan@acm.org>
2609
2610 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2611 * configure: Rebuilt.
2612
9dc9ae74
BS
26132017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2614
2615 * MAINTAINERS: Readd myself for c6x.
2616
c8cf0b6f
ML
26172017-06-28 Martin Liska <mliska@suse.cz>
2618
2619 PR bootstrap/81217
2620 * Makefile.def: Remove superfluous bootstrap_target from
2621 bootstrap_stage.
2622 * Makefile.in: Re-generate the file.
2623
0666865c
MO
26242017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2625
e50ffab3 2626 * MAINTAINERS: Add myself to Write After Approval
0666865c 2627
827c925e
AJ
26282017-06-21 Andrew Jenner <andrew@codesourcery.com>
2629
2630 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2631
0d053a49
ML
26322017-06-19 Martin Liska <mliska@suse.cz>
2633
2634 * Makefile.def: Define 4 stages PGO bootstrap.
2635 * Makefile.tpl: Define FLAGS.
2636 * Makefile.in: Regenerate.
2637
be75f645
ILT
26382017-06-14 Ian Lance Taylor <iant@golang.org>
2639
2640 * Makefile.def: Add check-gotools to go check targets.
2641 * Makefile.in: Rebuild.
2642
c725f69c
SB
26432017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2644
2645 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2646
76052545
EB
26472017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2648
2649 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2650 * configure: Regenerate.
2651
afd88efc
ML
26522017-05-31 Martin Liska <mliska@suse.cz>
2653
2654 * configure.ac: Add handling of stage2_werror_flags to
2655 action-if-given and to action-if-not-given.
2656 * configure: Regenerate.
2657
945bafd6
PB
26582017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2659
2660 * MAINTAINERS: Add self to Write After Approval
2661
b9396a49
BS
26622017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2663
2664 * MAINTAINERS: Update my email address, and remove myself as
2665 maintainer in some areas.
2666
aa1b69e7
EG
26672017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2668
2669 * MAINTAINERS: Add self to Write After Approval
2670
cdfee50a
NS
26712017-05-25 Nathan Sidwell <nathan@acm.org>
2672
2673 * configure.ac: Add --enable-languages=default to mean default and
2674 make --enable-languages=all mean all supported languages.
2675 * configure: Regenerated.
2676
83349046
SB
26772017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2678
2679 * config.gcc (powerpc*-*-*spe*): New.
2680 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2681 (powerpc-*-rtems*spe*): New.
2682 (powerpc*-*-linux*spe*): New.
2683 (powerpc-wrs-vxworksspe): New.
2684 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2685 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2686 * config.host (powerpc*-*-*spe*): New.
2687
01c712cb
ML
26882017-05-19 Martin Liska <mliska@suse.cz>
2689
2690 * configure.ac: Add --enable-werror-always just for
2691 bootstrap-debug (or none build config) and do not add it
2692 when we are on a release branch.
2693 * configure: Regenerated.
2694
7880c1a5
SL
26952017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2696
2697 * MAINTAINERS: Add self to Write After Approval
2698
c759355f
KK
26992017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2700
2701 * MAINTAINERS: Move myself to Write After Approval section.
2702
79557bae
CZ
27032017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2704
2705 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2706 ACCH registers.
2707 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2708 available.
2709 (umulsidi3): Likewise.
2710 (mulsidi3_700): Disable this pattern when we have advanced mpy
2711 instructions.
2712 (umulsidi3_700): Likewise.
2713 (maddsidi4): New pattern.
2714 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2715 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2716 (mpydu_imm_arcv2hs): Likewise.
2717 * config/arc/predicates.md (accl_operand): New predicate.
2718
c7314bc1
CZ
27192017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2720 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2723 case.
2724 (ARC_AUTOFP_IRQ_P): Likewise.
2725 (ARC_AUTO_IRQ_P): Likewise.
2726 (rgf_banked_register_count): New variable.
2727 (parse_mrgf_banked_regs_option): New function.
2728 (arc_override_options): Handle rgf_banked_regs option.
2729 (arc_handle_interrupt_attribute): Add firq option.
2730 (arc_compute_function_type): Return fast irq type when required.
2731 (arc_must_save_register): Handle fast interrupts.
2732 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2733 (arc_return_address_regs): Update.
2734 * config/arc/arc.h (arc_return_address_regs): Update.
2735 (arc_function_type): Add fast interrupt type.
2736 (ARC_INTERRUPT_P): Update.
2737 (RC_FAST_INTERRUPT_P): Define.
2738 * config/arc/arc.md (simple_return): Update for fast interrupts.
2739 (p_return_i): Likewise.
2740 * config/arc/arc.opt (mrgf-banked-regs): New option.
2741 * doc/invoke.texi (mrgf-banked-regs): Document.
2742
41453183
CZ
27432017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2744
2745 * config/arc/arc.c (irq_ctrl_saved): New variable.
2746 (ARC_AUTOBLINK_IRQ_P): Define.
2747 (ARC_AUTOFP_IRQ_P): Likewise.
2748 (ARC_AUTO_IRQ_P): Likewise.
2749 (irq_range): New function.
2750 (arc_must_save_register): Likewise.
2751 (arc_must_save_return_addr): Likewise.
2752 (arc_dwarf_emit_irq_save_regs): Likewise.
2753 (arc_override_options): Handle deferred options.
2754 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2755 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2756 arc_must_save_return_addr.
2757 (arc_compute_frame_size): Handle automated save and restore of
2758 registers.
2759 (arc_expand_prologue): Likewise.
2760 (arc_expand_epilogue): Likewise.
2761 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2762 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2763 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2764
52744dd7
TK
27652017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2766 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2767
2768 PR bootstrap/77661
2769 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2770 in-tree build MPC.
2771 * Makefile.in: Regenerate.
2772
deeba76a
FXC
27732017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2774
2775 * configure.ac: Enable LTO by default on darwin >= 9.
2776 * configure: Regenerate.
2777
5a05e11d
PD
27782017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2779
2780 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2781 and Andrew Waterman as the RISC-V maintainers.
2782
e04f858c
NK
27832017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2784
2785 * MAINTAINERS: Add self to Write After Approval
2786
a98cf819
GP
27872017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2788
2789 * config.guess: Import latest from upstream.
2790
9826d1a3
GP
27912017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2792
2793 * MAINTAINERS (Write After Approval): Remove entries that are
2794 already covered under Reviewers.
2795
a46586c3
MW
27962017-03-08 Mark Wielaard <mark@klomp.org>
2797
2798 PR demangler/70909
2799 PR demangler/67264
2800 * include/demangle.h: Add d_printing to struct demangle_component
2801 and pass struct demangle_component as non const.
2802
734ca1c2
GP
28032017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2804
2805 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2806
93b87d1d
TS
28072017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2808
2809 * Makefile.tpl: Remove HOST_ISLVER.
2810 (HOST_EXPORTS): Remove ISLVER.
2811 * Makefile.in: Regenerate.
2812
f877b3ad
RB
28132017-02-13 Richard Biener <rguenther@suse.de>
2814
2815 * configure: Re-generate.
2816
2ad31830
GP
28172017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2818
2819 * MAINTAINERS: Adjust bug reporting URL.
2820
3501e62c
GP
28212017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2822
2823 * MAINTAINERS (Write After Approval): Remove redundant entry
2824 for Andrew Burgess.
2825
510555e0
JDA
28262017-02-03 John David Anglin <danglin@gcc.gnu.org>
2827
e50ffab3 2828 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 2829 32-bit hppa*-*-hpux*.
e50ffab3 2830 * configure: Regenerate.
510555e0 2831
f6a24a94
MJ
28322017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2833
2834 * configure.ac: Moved the white list of enabling BRIG FE to
2835 libhsail-rt/configure.tgt.
2836 * configure: Regenerated.
2837 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2838
28392017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
2840 Martin Jambor <mjambor@suse.cz>
2841
5fd1486c
PJ
2842 * Makefile.def (target_modules): Added libhsail-rt.
2843 (languages): Added language brig.
2844 * Makefile.in: Regenerated.
2845 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2846 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2847 * configure: Regenerated.
2848
3c36aa6b
JJ
28492017-01-17 Jakub Jelinek <jakub@redhat.com>
2850
2851 PR other/79046
2852 * configure: Regenerated.
2853
8f56cb51
AM
28542017-01-04 Alan Modra <amodra@gmail.com>
2855
2856 * configure: Regenerate.
2857
f2c764c5
BE
28582016-12-29 Ben Elliston <bje@gnu.org>
2859
2860 * config.sub: Import latest version.
2861
1dc9c117
AI
28622016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2863
2864 * MAINTAINERS (Write After Approval): Add myself.
2865
c21fdaa1
JJ
28662016-12-21 Jakub Jelinek <jakub@redhat.com>
2867
2868 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2869 includes bootstrap-mpx.
2870 * configure: Regenerated.
2871
cc811459
CX
28722016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2873
2874 * MAINTAINERS (Write After Approval): Add myself.
2875
b55e6680
MJ
28762016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2877
8f56cb51 2878 * configure: Regenerate.
b55e6680 2879
825fba52
MK
28802016-12-01 Matthias Klose <doko@ubuntu.com>
2881
2882 * configure.ac: Don't use pkg-config to check for bdw-gc.
2883 * configure: Regenerate.
2884
114bf3f1
MK
28852016-11-30 Matthias Klose <doko@ubuntu.com>
2886
2887 * Makefile.def: Remove reference to boehm-gc target module.
2888 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2889 options and for the bdw-gc pkg-config module.
2890 * configure: Regenerate.
2891 * Makefile.in: Regenerate.
2892
21b0f96a
NS
28932016-11-28 Nathan Sidwell <nathan@acm.org>
2894
2895 * MAINTAINERS (nvptx): Remove self.
2896
292edab3
BE
28972016-11-25 Ben Elliston <bje@gnu.org>
2898
2899 * config.guess: Import latest version.
2900 * config.sub: Likewise.
2901
0954a00b
TT
29022016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2903
2904 * MAINTAINERS (Write After Approval): Add myself.
2905
8e4d2ca4
MK
29062016-11-15 Matthias Klose <doko@ubuntu.com>
2907
2908 * Makefile.def: Remove references to GCJ.
2909 * Makefile.tpl: Likewise.
2910 * Makefile.in: Regenerate.
2911
84c1b9d3
MK
29122016-11-15 Matthias Klose <doko@ubuntu.com>
2913
2914 * config-ml.in: Remove references to GCJ.
2915 * configure.ac: Likewise.
2916 * configure: Regenerate.
2917
3f95ca6c
JC
29182016-11-01 Josh Conner <joshconner@google.com>
2919
2920 * MAINTAINERS (Write After Approval): Update email address,
2921
457cc672
CL
29222016-10-27 Carl Love <cel@us.ibm.com>
2923
2924 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2925 Approval list to make it alphabetical.
2926
2142f54f
CL
29272016-10-27 Carl Love <cel@us.ibm.com>
2928
2929 * MAINTAINERS (Write After Approval): Add myself.
2930
104700f4
AB
29312016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2932
2933 * MAINTAINERS (Reviewers): Add myself.
2934 (Write After Approval): Add myself.
2935
942c0db8
HP
29362016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2937 Ulrich Weigand <uweigand@de.ibm.com>
2938
2939 * MAINTAINERS: Update email address.
2940
fbf4c502
NS
29412016-10-10 Nathan Sidwell <nathan@acm.org>
2942
2943 * MAINTAINERS: Update email address.
2944
b20e7532
AT
29452016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2946
2947 * configure.ac: Add aarch64-*-freebsd*.
2948 * configure: Regenerate.
2949
2e21fd4d
SE
29502016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2951
2952 * MAINTAINERS: Update email address after it got reverted.
2953
43c40f3e
RO
29542016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2955
2956 * configure.ac (target_libraries): Readd target-boehm-gc.
2957 Restore --enable-objc-gc handling.
2958 * configure: Regenerate.
2959
f05796ba
JL
29602015-10-03 Jeff Law <law@redhat.com>
2961
2962 * MAINTAINERS: Move several inactive maintainers to the
2963 write-after-approval section.
2964
012447ea
JJ
29652016-09-30 Jakub Jelinek <jakub@redhat.com>
2966
2967 * configure.ac: Add target-libffi to target_libraries.
2968 Readd libgcj target disablings, modified to only target-libffi.
2969 Readd target addition of go to unsupported languages.
2970 * configure: Regenerated.
2971
a7d75d59
SE
29722016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2973
2974 * MAINTAINERS: Update email address.
2975
d1a79a95
AH
29762016-09-30 Andrew Haley <aph@redhat.com>
2977
4d8c733d 2978 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
2979 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2980 libgcj.
2981
af2d4873
AH
29822016-09-30 Andrew Haley <aph@redhat.com>
2983
2984 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2985 write-after approval after GCJ deletion.
2986
07b78716
AH
29872016-09-30 Andrew Haley <aph@redhat.com>
2988
2989 * Makefile.def: Remove libjava.
2990 * Makefile.tpl: Likewise.
2991 * Makefile.in: Regenerate.
2992 * configure.ac: Likewise.
2993 * configure: Likewise.
2994 * gcc/java: Remove.
2995 * libjava: Likewise.
2996
a29b7214
CZ
29972016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2998
2999 * MAINTAINERS (Reviewers): Add myself.
3000
2fd88f4f
AK
30012016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
3002
3003 * configure.ac: Disable "sim" directory for arc*-*-*.
3004 * configure: Regenerated.
3005
e2080e79
TC
30062016-09-23 Tamar Christina <tamar.christina@arm.com>
3007
3008 * MAINTAINERS (Write After Approval): Add myself.
3009
8f3675f8
MR
30102016-09-12 Maciej W. Rozycki <macro@imgtec.com>
3011
3012 * configure.ac: Check for the minimum in-tree MPFR version
3013 handled.
3014 * configure: Regenerate.
3015
21f88103
YTL
30162016-07-20 Yan-Ting Lin <currygt52@gmail.com>
3017
3018 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3019 * configure: Regenerated.
3020
60d51882
FR
30212016-07-19 Fritz Reese <fritzoreese@gmail.com>
3022
3023 * MAINTAINERS (Write After Approval): Add myself.
3024
277d7ee0
AK
30252016-06-23 Andi Kleen <ak@linux.intel.com>
3026
3027 * Makefile.def: Add autoprofiledbootstrap.
3028 * Makefile.tpl: Dito.
3029 * Makefile.in: Regenerate.
3030
fd6487af
JS
30312016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
3032
3033 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3034 * configure: Regenerate.
3035
3e326935
TS
30362016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3037
3038 * configure: Regenerate.
3039 * configure.ac: Remove support for avr-rtems.
3040
9582bf04
SKS
30412016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3042
3043 * MAINTAINERS (Write After Approval): Add myself.
3044
6f820b68
MC
30452016-06-16 Michael Collison <michael.collison@arm.com>
3046
3047 * MAINTAINERS (Write After Approval): Add myself.
3048
775ee7fa
MM
30492016-06-14 Mikael Morin <mikael@gcc.gnu.org>
3050
3051 * MAINTAINERS (Write After Approval): Update e-mail address.
3052
de3ba371
JM
30532016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
3054
21f88103 3055 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 3056
350216e3
AM
30572016-05-28 Alan Modra <amodra@gmail.com>
3058
3059 * Makefile.tpl (configure): Depend on m4 files included.
3060 * Makefile.in: Regenerate.
3061
9cad20fa
BS
30622016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3063
3064 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3065 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3066
92466115
BS
30672016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3068
3069 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3070 special case builtin.
3071 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3072 support for ALTIVEC_BUILTIN_VEC_ADDEC.
3073 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3074 for __builtin_vec_addec.
3075
fe38e08b
JS
30762016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
3077
3078 * config.guess: Import version 2016-04-02 (newest).
3079 * config.sub: Import version 2016-05-10 (newest).
3080
cef1a0b8 30812016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 3082
cef1a0b8
JL
3083 * configure.ac: Add ARC support to libgloss.
3084 * configure: Regenerate
704b85c7 3085
75a6b91a
AS
30862016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3087
3088 * MAINTAINERS (Write After Approval): Add myself.
3089
00f35794
BE
30902016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3091
3092 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3093 * configure: Regenerated.
3094 * Makefile.def (gmp): Explicitly disable assembler.
3095 (mpfr): Adjust lib_path.
3096 (mpc): Likewise.
3097 * Makefile.in: Regenerated.
3098
c100769b
JJ
30992016-05-01 Jakub Jelinek <jakub@redhat.com>
3100
3101 PR bootstrap/70704
3102 * configure.ac (--enable-stage1-checking): Add missing
3103 --enable-checking=.
3104 * configure: Regenerated.
3105
bc6d9014
OE
31062016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3107
ace08cb8
OE
3108 * config.guess: Revert r235676.
3109 * config.sub: Revert r235676.
3110
31112016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3112
3113 * config.guess: Remove SH5 support.
bc6d9014
OE
3114 * config.sub: Likewise.
3115 * configure: Likewise.
3116 * configure.ac: Likewise.
3117
7db11a5a
JJ
31182016-04-26 Jakub Jelinek <jakub@redhat.com>
3119
3120 PR bootstrap/70704
3121 * configure.ac (--enable-stage1-checking): For --disable-checking or
3122 implicit --enable-checking, make sure extra flag matches in between
3123 stage1 and later checking.
3124 * configure: Regenerated.
3125
ab0fc037
TS
31262016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3127
3128 * .gitattributes: New file.
3129
c048fa95
SB
31302016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
3131
3132 * MAINTAINERS (rs6000/powerpc port): Add myself.
3133
f3653cf5
SB
31342016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
3135
3136 PR bootstrap/70173
3137 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3138 and gotools directories. Delete the stage_final file.
3139 * Makefile.in: Regenerate.
3140
4f93efa4
AV
31412016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
3142
3143 * MAINTAINERS (Write After Approval): Add myself.
3144
c27e432e
SK
31452016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
3146
3147 * MAINTAINERS (Fortran maintainer): Remove myself.
3148
7134713c
BS
31492016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
3150
3151 * MAINTAINERS (Write After Approval): Add myself.
3152
7d74282a
KN
31532016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
3154
3155 * MAINTAINERS (Write After Approval): Add myself.
3156
1b858e76
CC
31572016-03-17 Cary Coutant <ccoutant@gmail.com>
3158
3159 Sync with binutils-gdb:
3160
3161 2016-03-17 Cary Coutant <ccoutant@gmail.com>
3162
3163 * configure.ac: Add mips and s390 to the gold target check.
3164 * configure: Regenerate.
3165
d15bd5bb
DD
31662016-03-01 DJ Delorie <dj@redhat.com>
3167
3168 * MAINTAINERS (mep): Remove myself as MeP maintainer.
3169
6d1fa6bb
DM
31702016-02-22 David Malcolm <dmalcolm@redhat.com>
3171
3172 * MAINTAINERS (libcpp): Add myself.
3173 (diagnostic messages): Likewise.
3174
607bda60
TV
31752016-02-20 Tom de Vries <tom@codesourcery.com>
3176
3177 * MAINTAINERS: Fix whitespace.
3178
80cfaff8
CZ
31792016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
3180
3181 * MAINTAINERS (Write After Approval): Add myself.
3182
c661a43d
SP
31832016-01-29 Sebastian Pop <s.pop@samsung.com>
3184
3185 * config/isl.m4: Add comments about isl-0.16.
3186 * configure: Regenerate.
3187
86b3a101
MJ
31882016-01-29 Martin Jambor <mjambor@suse.cz>
3189
3190 * MAINTAINERS (hsa maintainers): Add myself.
3191
960cbfd2
WD
31922015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
3193
3194 * MAINTAINERS: (Write After Approval): Add myself.
3195
1e050c90
AK
31962016-01-25 Aditya Kumar <aditya.k7@samsung.com>
3197 Sebastian Pop <s.pop@samsung.com>
3198
3199 * Makefile.in: Regenerate.
3200 * Makefile.tpl: Export ISLVER.
3201 * configure: Regenerate.
3202 * config/isl.m4: Detect isl-0.15.
3203
cefadad1
MM
32042016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
3205
3206 PR bootstrap/69329
3207 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3208 * Makefile.in: Regenerate.
3209
9e530bcd
AP
32102016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
3211
3212 * configure.ac: Enable LTO for DJGPP
3213 * configure: Regenerate
3214
324402a0
L
32152016-01-12 H.J. Lu <hongjiu.lu@intel.com>
3216
3217 Sync with binutils-gdb:
3218 2015-10-21 Nick Clifton <nickc@redhat.com>
3219
3220 PR gas/19109
3221 * configure.ac: Note the 'none' is an acceptable argument to
3222 --enable-compressed-debug-sections.
3223 * configure: Regenerate.
3224
9eaaa830
BE
32252016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
3226
3227 PR bootstrap/69134
3228 * Makefile.def (mpfr): Disable assembler.
3229 * Makefile.in: Regenerate.
3230
cfe67e03
BE
32312016-01-01 Ben Elliston <bje@gnu.org>
3232
3233 * config.guess: Import version 2016-01-01.
3234 * config.sub: Likewise.
3235
be33d404
SS
32362015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
3237
3238 * MAINTAINERS (Write After Approval): Add myself.
3239
e357a5e0
SP
32402015-12-17 Sebastian Pop <s.pop@samsung.com>
3241
3242 * Makefile.in: Replace ISL with isl.
3243 * Makefile.tpl: Same.
3244 * config/isl.m4: Same.
3245 * configure.ac: Same.
3246 * contrib/download_prerequisites: Same.
3247 * configure: Regenerate.
3248
1ad2439b
AP
32492015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
3250
3251 * MAINTAINERS (Write After Approval): Add Myself.
3252
70decafb
NS
32532015-12-17 Nathan Sidwell <nathan@acm.org>
3254
3255 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3256 * configure: Regenerate.
3257
560d18d3
AK
32582015-12-16 Aditya Kumar <aditya.k7@samsung.com>
3259 Sebastian Pop <s.pop@samsung.com>
3260
3261 * config/isl.m4 (ISL_CHECK_VERSION): Check for
3262 isl_ctx_get_max_operations.
3263 * configure: Regenerate.
3264
57e8ab24 32652015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
3266
3267 * MAINTAINERS (Write After Approval): Add myself.
3268
105b682e
ILT
32692015-12-02 Ian Lance Taylor <iant@google.com>
3270
3271 PR go/66147
3272 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3273 * Makefile.in: Regenerate.
3274
7eb46bec
AT
32752015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
3276
3277 PR libffi/65726
3278 * Makefile.def (lang_env_dependencies): Make libffi depend
3279 on cxx.
3280 * Makefile.in: Regenerate.
3281
cc3baaa9
DE
32822015-11-26 David Edelsohn <dje.gcc@gmail.com>
3283
3284 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3285 symbols.
3286
3be96231
TG
32872015-11-20 Tristan Gingold <gingold@adacore.com>
3288
3289 Sync with binutils-gdb:
3290 2015-11-20 Tristan Gingold <gingold@adacore.com>
3291
3292 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3293 * configure: Regenerate.
3294
daa53f38
ML
32952015-11-19 Martin Liska <mliska@suse.cz>
3296
3297 * .gitignore: Add .clang-format to ignored files.
3298 * Makefile.in: Add clang-format.
3299 * Makefile.tpl: Likewise.
3300
54985c70
TA
33012015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
3302
3303 * configure.ac: Enable libmpx by default.
3304 * configure: Regenerated.
3305
d0397c75
SE
33062015-10-23 Steve Ellcey <sellcey@imgtec.com>
3307
3308 * MAINTAINERS: Update email address.
3309
735a559c
PM
33102015-10-23 Paulo Matos <pmatos@linki.tools>
3311
3312 * MAINTAINERS: Update email address.
3313
15713b43
AH
33142015-10-23 Alan Hayward <alan.hayward@arm.com>
3315
3316 * MAINTAINERS (Write After Approval): Add myself.
3317
78edb32f
L
33182015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3319
3320 Sync with binutils-gdb:
3321 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3322
3323 PR gas/19109
3324 * configure.ac: Add
3325 --enable-compressed-debug-sections={all,gas,gold,ld}.
3326 * configure: Regenerated.
3327
dec6b7f1
AC
33282015-10-16 Arnaud Charlet <charlet@adacore.com>
3329
3330 * MAINTAINERS: Update list of Ada maintainers and email addresses.
3331
6be1d686
ML
33322015-10-09 Martin Liska <mliska@suse.cz>
3333
3334 * MAINTAINERS (Write After Approval): Add myself.
3335
dc0e2060
AF
33362015-10-09 Alexander Fomin <alexander.fomin@intel.com>
3337
3338 * MAINTAINERS (Write After Approval): Add myself.
3339
bec93d40
FW
33402015-10-02 Florian Weimer <fweimer@redhat.com>
3341
3342 * MAINTAINERS: Update email address.
3343
0487f06d
LK
33442015-10-02 Louis Krupp <louis.krupp@zoho.com>
3345
3346 * MAINTAINERS (Write After Approval): Add myself.
3347
56547ff7
KT
33482015-09-20 Kai Tietz <ktietz70@googlemail.com>
3349
423ea09f 3350 * MAINTAINERS: Update email.
56547ff7 3351
ed4c91ea
BS
33522015-09-14 Bernd Schmidt <bschmidt@redhat.com>
3353
3354 * MAINTAINERS: Update my email address.
3355
2503fd9e
JB
33562015-09-01 James Bowman <james.bowman@ftdichip.com>
3357
3358 * MAINTAINERS (ft32 port): Add myself.
3359
3726332a
DS
33602015-08-28 David Sherwood <david.sherwood@arm.com>
3361
3362 * MAINTAINERS: Add myself.
3363
15480aaf
PM
33642015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
3365
3366 * MAINTAINERS (Write After Approval): Add myself.
3367
ad4f95e3
FXC
33682015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3369
3370 PR libfortran/54572
3371 * Makefile.def: Make libgfortran depend on libbacktrace.
3372 * Makefile.in: Regenerate.
3373
95f25df0
SD
33742015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3375
3376 * MAINTAINERS (Write After Approval): Add myself.
3377
5dc85f7e
TV
33782015-08-12 Tom de Vries <tom@codesourcery.com>
3379
3380 PR other/67092
3381 * configure.ac: Remove --with_host_libstdcxx support.
3382 * configure: Regenerate.
3383
44a7d18d
TS
33842015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3385 Jakub Jelinek <jakub@redhat.com>
3386
3387 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3388 nvptx*-*-*.
3389 * configure: Regenerate.
3390
bf5372e7
YS
33912015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3392
3393 * Makefile.def (libiconv): Define bootstrap=true.
3394 Mark pdf/html/info as missing.
3395 (configure-gcc): Depend on all-libiconv.
3396 (all-gcc): Ditto.
3397 (configure-libcpp): Ditto.
3398 (all-libcpp): Ditto.
3399 (configure-intl): Ditto.
3400 (all-intl): Ditto.
3401 * Makefile.in: Regenerate.
3402
94b8fdcc
BC
34032015-08-03 Bin Cheng <bin.cheng@arm.com>
3404
3405 * MAINTAINERS (loop ivopts): Add the entry and myself.
3406
430bcac1
NS
34072015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3408
3409 * MAINTAINERS (nvptx): Add self.
3410
110d61da
AL
34112015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3412
3413 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3414 128-bit vector modes.
3415
c9da7548 34162015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 3417
c9da7548
VV
3418 * MAINTAINERS (Write After Approval): Add myself.
3419
423ea09f 34202015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
3421
3422 * config.sub, config.guess: Import from upstream.
3423
6b1786aa
JL
34242015-07-24 Michael Darling <darlingm@gmail.com>
3425
3426 PR other/66259
3427 * config-ml.in: Reflects renaming of configure.in to configure.ac
3428 * configure: Likewise
3429 * configure.ac: Likewise
3430
45952786
BS
34312015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3432
3433 * MAINTAINERS: Update my email address.
3434
f1595603
L
34352015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3436
3437 Sync with binutils-gdb:
3438 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3439
3440 * configure.ac (target_configdirs): Exclude target-zlib if
3441 target-libjava isn't built.
3442 * configure: Regenerated.
3443
a05c2c75
L
34442015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3445
3446 Sync with binutils-gdb:
3447 2015-05-13 John David Anglin <dave.anglin@bell.net>
3448
3449 * configure.ac: Disable configuration of GDB for HPUX targets.
3450 * configure: Regenerate.
3451
3452 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3453
3454 * configure.ac: Add --with-system-zlib.
3455 * configure: Regenerated.
3456
3457 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3458
3459 * configure.ac: Add FT32 support.
3460 * configure: Regenerate.
3461
3462 2015-01-12 Anthony Green <green@moxielogic.com>
3463
3464 * configure.ac: Don't disable gprof for moxie.
3465 * configure: Rebuild.
3466
1c01ebf6
L
34672015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3468
3469 Sync with binutils-gdb:
3470 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3471
3472 PR ld/18355
3473 * Makefile.def: Add extra_configure_flags to host zlib.
3474 * configure.ac (extra_host_zlib_configure_flags): New. Set
3475 to --enable-host-shared When bfd is to be built as shared
3476 library. AC_SUBST.
3477 * Makefile.in: Regenerated.
3478
e59969a1
HPN
34792015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3480
3481 Sync with src:
3482 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3483 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3484 * Makefile.in: Regenerated.
3485
d9063947
L
34862015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3487
3488 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3489 target.
3490 * configure: Regenerate.
3491
b837291d
LC
34922015-06-23 Ludovic Courtès <ludo@gnu.org>
3493
3494 * MAINTAINERS (Write After Approval): Add myself.
3495
2a97995f
AT
34962015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3497
3498 * MAINTAINERS (OS Port Maintainers): Add myself.
3499 (Various Maintainers): Remove myself from libffi testsuite.
3500
19cd26a6
RS
35012015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3502
3503 * MAINTAINERS (gen* on machine desc): Add self.
3504
8ca528d9
JM
35052015-06-02 Jason Merrill <jason@redhat.com>
3506
3507 PR bootstrap/66319
3508 * configure.ac: Use -std=gnu++98.
3509
4526c3c1
SN
35102015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3511
3512 * MAINTAINERS (Write After Approval): Add myself.
3513
318a4e6d
MF
35142015-05-28 Mike Frysinger <vapier@gentoo.org>
3515
3516 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3517 * configure: Regenerate.
3518
46070488
JM
35192015-05-26 Jason Merrill <jason@redhat.com>
3520
3521 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3522 * configure: Regenerate.
3523
fef939d6
JB
35242015-05-16 James Bowman <james.bowman@ftdichip.com>
3525
3526 * configure.ac: FT32 target added.
fef939d6
JB
3527 * configure: Regenerated.
3528
886faf50
IB
35292015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3530
3531 * MAINTAINERS (Write After Approval): Add myself.
3532
91c6b410
PM
35332015-05-11 Paulo Matos <paulo@matos-sorge.com>
3534
3535 * MAINTAINERS (Write After Approval): Add myself.
3536
e640447c
PM
35372015-05-11 Paulo Matos <paulo@matos-sorge.com>
3538
3539 * configure.ac: Fix typo.
3540 * configure: Regenerate.
3541
e587377d
MM
35422015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3543
3544 * MAINTAINERS (Write After Approval): Add myself.
3545
cabb9d59
MK
35462015-05-03 Matthias Klose <doko@ubuntu.com>
3547
3548 * configure.ac: Match $host configured with triplets.
3549 * configure: Regenerate.
3550
fafb95a6
BRF
35512015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3552
3553 * Makefile.tpl: Remove surplus whitespace throughout.
3554 * Makefile.in: Regenerate.
3555
85867772
SB
35562015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3557
3558 * MAINTAINERS (Various Maintainers): Add myself as instruction
3559 combiner maintainer.
3560
c10b5ea0
JJ
35612015-04-17 Jakub Jelinek <jakub@redhat.com>
3562
3563 PR bootstrap/62077
3564 * configure.ac (--enable-stage1-checking): Default to
3565 release,misc,gimple,rtlflag,tree,types if --disable-checking
3566 or --enable-checking is not specified and DEV-PHASE is not
3567 experimental.
3568 * configure: Regenerated.
3569
77019397
MO
35702015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3571
3572 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3573 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3574 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3575 * Makefile.in: Regenerate.
3576
17feae99 35772015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
3578
3579 * MAINTAINERS: Update my email address.
3580
e61ffb3b
JG
35812015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3582
3583 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3584
b16cc4f2
KT
35852015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3586
3587 * MAINTAINERS: Add myself as an arm port reviewer.
3588
ec523909
ML
35892015-03-25 Martin Liska <mliska@suse.cz>
3590 Yury Gribov <y.gribov@samsung.com>
3591
3592 * Makefile.in: Fix ln source location for vimrc file.
3593 * Makefile.tpl: Likewise.
3594
fc30054e
AH
35952015-03-09 Aldy Hernandez <aldyh@redhat.com>
3596
3597 PR bootstrap/25672
3598 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3599 cross-compiling. Similarly for CXX_FOR_TARGET.
3600 * configure: Regenerate.
3601
5373cd33
IE
36022015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3603
3604 * Makefile.def: Add libmpx.
3605 * configure.ac: Add libmpx.
3606 * Makefile.in: Regenerate.
3607 * configure: Regenerate.
3608
a6e8abb9
KY
36092015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3610
3611 * MAINTAINERS (CPU Port Maintainers): Add myself
3612 i386 vector ISA extns mantainer.
3613
f2b86778
JL
36142015-03-13 Jeff Law <law@redhat.com>
3615
3616 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3617 maintainer.
3618 Remove Richard Henderson as a maintainer for the x86 port.
3619
9dd44d1c
JR
36202015-03-03 Joern Rennecke <gnu@amylaar.uk>
3621
3622 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3623
33079441
IE
36242015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3625
3626 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3627 pointer bounds checker and i386 MPX maintainer.
3628
d083ae5f
SL
36292015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3630
3631 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3632
f91f1c13
MS
36332015-02-26 Martin Sebor <msebor@redhat.com>
3634
3635 * MAINTAINERS (Various Maintainers): Add self.
3636
426c1eb0
TS
36372015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3638
3639 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3640 Make sure it contains lto.
3641 * configure: Regenerate.
3642
8ae12d71
TS
36432015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3644
3645 * configure: Regenerate.
3646
11aa81cc 36472015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 36481
11aa81cc
DN
3649 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3650 middle-end, docstring): Remove myself.
3651 (Write After Approval): Add myself.
3652
a436ab27
JJ
36532015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3654
3655 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3656 (Write After Approval): Update address.
3657
231d020b
DM
36582015-01-29 David Malcolm <dmalcolm@redhat.com>
3659
3660 PR jit/64780
3661 * configure.ac: Require the user to explicitly specify
3662 --enable-host-shared if the jit is enabled.
3663 * configure: Regenerate.
3664
82a94471
RS
36652015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3666
3667 * MAINTAINERS (Write After Approval): Add myself.
3668
e6f0c56d
TV
36692015-01-25 Tom de Vries <tom@codesourcery.com>
3670
3671 * MAINTAINERS: Make whitespace consistent.
3672
631ff3e1
BO
36732015-01-23 Braden Obrzut <admin@maniacsvault.net>
3674
3675 * MAINTAINERS (Write After Approval): Add myself.
3676
09b9cd1f
AV
36772015-01-20 Andre Vehreschild <vehre@gmx.de>
3678
3679 * MAINTAINERS: (Write After Approval): Add myself.
3680
802ed46a
MU
36812015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3682
3683 * MAINTAINERS: (Write After Approval): Add myself.
3684
c61fcfa6
PT
36852015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3686
3687 * MAINTAINERS: (Write After Approval): Add myself.
3688
ebcd09c1
IS
36892015-01-13 Iain Sandoe <iain@codesourcery.com>
3690
3691 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3692 objective-c/c++ front end maintainer.
3693
71aa170d
MP
36942015-01-13 Marek Polacek <polacek@redhat.com>
3695
3696 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3697
da067543
JL
36982015-01-12 Jeff Law <law@redhat.com>
3699
3700 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3701 a very long time.
3702
bf1de3f0
ILT
37032015-01-09 Ian Lance Taylor <iant@google.com>
3704
3705 * configure.ac (host_tools): Add gotools.
3706 * Makefile.def (host_modules): Add gotools.
3707 (dependencies): Add dependency of all-gotools on all-target-libgo.
3708
82a19768
AT
37092015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3710
3711 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3712 * configure: Regenerate.
3713
53dd59bf
TS
37142015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3715
3716 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3717 all-target-libgomp.
3718 * Makefile.in: Regenerate.
3719
8054942d
EB
37202015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3721
3722 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3723
0969ec7d
EB
37242015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3725
3726 * configure.ac: Add Visium support.
3727 * configure: Regenerate.
3728
ec8fd1c0
AS
37292015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3730
3731 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3732 * configure: Regenerate.
3733
9bccfdf5
AP
37342015-01-03 Andrew Pinski <apinski@cavium.com>
3735
3736 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3737 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3738 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3739 (OBJCOPY_FOR_TARGET): New variable.
3740 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3741 * Makefile.in: Regenerate.
3742 * configure.ac: Check for already installed target objcopy.
3743 Also GCC_TARGET_TOOL on objcopy.
3744 * configure: Regenerate.
3745
007adc0d
HPN
37462015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3747
3748 * config.sub: Update from upstream, to 2015-01-01 version.
3749 * config.guess: Ditto.
3750
fe55e976
SH
37512014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3752
3753 * MAINTAINERS (RTEMS Ports): Add myself.
3754
b86d271e
PMR
37552014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3756
3757 * MAINTAINERS (Write After Approval): Add myself.
3758
9733278a
MH
37592014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3760
3761 * MAINTAINERS (Write After Approval): Add myself.
3762
4b4f2e35
TS
37632014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3764
3765 * configure.ac (--enable-as-accelerator-for): Don't set
3766 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3767 * configure: Regenerate.
3768
b6a65eb6
JJ
37692014-12-13 Jakub Jelinek <jakub@redhat.com>
3770
3771 PR bootstrap/64023
3772 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3773 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3774 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3775 to CXX.
3776 * Makefile.in: Regenerated.
3777
c3e1e693
YG
37782014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3779 Yury Gribov <y.gribov@samsung.com>
3780
3781 * .gitignore: Added .local.vimrc and .lvimrc.
3782 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3783 * Makefile.in: Regenerate.
3784
37852014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
3786
3787 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3788 * configure: Regenerated.
3789
b9fb25a5
BS
37902014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3791
3792 * MAINTAINERS (nvptx port): New entry.
3793
d896cc4d
JBG
37942014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3795
3796 * configure: Regenerate.
3797
74ae587e
JBG
37982014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3799
3800 * configure.ac: Merge with Binutils.
3801
45c89690
TB
38022014-11-26 Tobias Burnus <burnus@net-b.de>
3803
3804 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3805 * Makefile.in: Regenerate.
3806
ea903c37
BE
38072014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3808
3809 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3810 missing flex.
3811 * Makefile.in: Regenerated.
3812
eb23df59
IV
38132014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3814
3815 * Makefile.in: Regenerate.
3816
a699d672
L
38172014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3818
3819 PR bootstrap/63784
3820 * libtool.m4: Add $pic_flag with -shared.
3821
fc065a61
RL
38222014-11-21 Renlin Li <Renlin.Li@arm.com>
3823
3824 * MAINTAINERS (Write After Approval): Added myself.
3825
efcc23e6
AV
38262014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3827
3828 * MAINTAINERS (write-after-approval): Add myself.
3829
dd308ed8
MK
38302014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3831
3832 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3833 from 2 years ago.
3834
ac8698a1
AV
38352014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3836
3837 Revert:
3838 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3839
3840 * MAINTAINERS (Write After Approval): Added myself as line map
3841 maintainer.
3842
8dab9330
RL
38432014-11-19 Renlin Li <Renlin.Li@arm.com>
3844
3845 Revert:
3846 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3847
3848 * MAINTAINERS (Write After Approval): Added myself.
3849
1be22083
RL
38502014-11-19 Renlin Li <Renlin.Li@arm.com>
3851
3852 * MAINTAINERS (Write After Approval): Added myself.
3853
59392f46
AV
38542014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3855
3856 * MAINTAINERS (Write After Approval): Added myself as line map
3857 maintainer.
3858
0f3422cc
DS
38592014-11-17 Dodji Seketeli <dodji@redhat.com>
3860
3861 * MAINTAINERS (Various Maintainers): Added myself as line map
3862 maintainer.
3863
0c8969f0
JBG
38642014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3865
3866 * move-if-change: Sync from upstream gnulib.
3867
d7134c0e
JBG
38682014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3869
3870 * compile: Sync with upstream Automake.
3871 * depcomp: Ditto.
3872 * install-sh: Ditto.
3873 * missing: Ditto.
3874 * mkinstalldirs: Ditto.
3875 * ylwrap: Ditto.
3876
e4ff7e6a
JBG
38772014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3878
3879 * config.sub: Update from upstream config repo.
3880 * config.guess: Ditto.
3881
5f520819
KY
38822014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3883
3884 * Makefile.def: Add liboffloadmic to target_modules. Make
3885 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3886 * Makefile.in: Regenerate.
3887 * configure: Regenerate.
3888 * configure.ac: Add liboffloadmic to target binaries.
3889 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3890 Add liboffloadmic to noconfig list when C++ is not supported.
3891
85c64bbe
BS
38922014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3893 Thomas Schwinge <thomas@codesourcery.com>
3894 Ilya Verbin <ilya.verbin@intel.com>
3895 Andrey Turetskiy <andrey.turetskiy@intel.com>
3896
3897 * configure: Regenerate.
3898 * configure.ac (--enable-as-accelerator-for)
3899 (--enable-offload-targets): New configure options.
3900
7d35a59e
TB
39012014-11-11 Tobias Burnus <burnus@net-b.de>
3902
0a002272 3903 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
3904 * Makefile.in: Regenerate.
3905
35485da9
DM
39062014-11-11 David Malcolm <dmalcolm@redhat.com>
3907
3908 * ChangeLog.jit: New.
3909 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3910
ebf6d33b
FXC
39112014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3912
3913 PR target/63610
3914 * libtool.m4: Fix globbing of darwin versions.
3915 * configure: Regenerate.
3916
4a9bb2aa
TB
39172014-11-11 Tobias Burnus <burnus@net-b.de>
3918
4a9bb2aa
TB
3919 * Makefile.def: Remove CLooG.
3920 * Makefile.tpl: Ditto.
3921 * configure.ac: Ditto.
3922 * configure: Regenerate.
3923 * Makefile.in: Ditto.
3924
738f2522
BS
39252014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3926
3927 * configure.ac: Handle nvptx-*-*.
3928 * configure: Regenerate.
3929
9b591dd1
PG
39302014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3931
3932 * MAINTAINERS (Write After Approval): Add myself.
3933
14258928
JJ
39342014-10-31 Jakub Jelinek <jakub@redhat.com>
3935
3936 * Makefile.def (libcc1): Remove bootstrap=true;.
3937 * Makefile.in: Regenerated.
3938
1335a8ca
JBG
39392014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3940
3941 * configure.ac: Update comment.
3942 * configure: Regenerate.
3943
cb115cc2
IE
39442014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3945
3946 * MAINTAINERS (Write After Approval): Add myself.
3947
fca38047
TS
39482014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3949
3950 * configure.ac (extra_host_libiberty_configure_flags): Add
3951 --enable-shared also for libcc1's benefit.
3952 * configure: Regenerate.
3953
65c0707b
TG
39542014-10-29 Tristan Gingold <gingold@adacore.com>
3955
3956 * MAINTAINERS: Change my email address.
3957
ddc8de03
PM
39582014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3959 Tom Tromey <tromey@redhat.com>
3960
3961 * Makefile.def: Add libcc1 to host_modules.
3962 * configure.ac (host_tools): Add libcc1.
3963 * Makefile.in, configure: Rebuild.
3964
4eb1ac39 39652014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
3966
3967 * configure.ac (build_configargs): Don't share config.cache between
3968 build subdirs.
7fd74620 3969 * configure: Regenerate.
3d96b0d0 3970
d81230b5
DH
39712014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3972
3973 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3974 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3975 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3976 leon3v7 as leon3.
3977 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3978 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3979 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3980 * config/sparc/sparc.md (cpu): Add leon3v7.
3981 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3982
c7a6a617
DH
39832014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3984
3985 * MAINTAINERS (write-after-approval): Add myself.
3986
74cc5471
ILT
39872014-10-23 Ian Lance Taylor <iant@google.com>
3988
3989 * configure.ac: Disable the Go frontend on systems where it is known
3990 to not work.
3991 * configure: Regenerate.
3992
929315a9
RB
39932014-10-23 Richard Biener <rguenther@suse.de>
3994
3995 * Makefile.def: Add libcpp build module and dependencies.
3996 * configure.ac: Add libcpp build module.
3997 * Makefile.in: Regenerate.
3998 * configure: Likewise.
3999
5d12b768
MF
40002014-10-15 Max Filippov <jcmvbkbc@gmail.com>
4001
4002 * MAINTAINERS (write-after-approval): Add myself.
4003
7b262a51
MLI
40042014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
4005
4006 * INSTALL/README: Do not mention CVS.
4007
7705dfd1
JY
40082014-10-03 Jing Yu <jingyu@google.com>
4009
4010 * configure.ac: Add aarch64 to list of targets that support gold.
4011 * configure: Regenerate.
4012
a3052d31
FD
40132014-09-29 François Dumont <fdumont@gcc.gnu.org>
4014
4015 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
4016
b2a1b261
CM
40172014-09-29 Catherine Moore <clm@codesourcery.com>
4018
4019 * MAINTAINERS: Add myself as MIPS maintainer.
4020
05342e10
MF
40212014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
4022
4023 * MAINTAINERS: Move myself to MIPS maintainers.
4024
3f6bb7e5
JBG
40252014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4026
4027 * MAINTAINERS: Put all email addresses between '<' and '>'.
4028
3e895729
FXC
40292014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4030
4031 * MAINTAINERS: Move myself to reviewers (Fortran).
4032
e04733ee
AK
40332014-09-01 Andi Kleen <ak@linux.intel.com>
4034
4035 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4036 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
4037 * Makefile.in: Regenerate.
4038
e79c0ea8
DM
40392014-08-28 David Malcolm <dmalcolm@redhat.com>
4040
4041 * rtx-classes-status.txt: Delete
4042
b32d5189
DM
40432014-08-28 David Malcolm <dmalcolm@redhat.com>
4044
4045 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4046
e0c0c325
SP
40472014-08-27 Sebastian Pop <s.pop@samsung.com>
4048
4049 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4050 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4051 of checking for version number.
4052 * configure: Regenerated.
4053 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4054
d7ac0a6a
DM
40552014-08-27 David Malcolm <dmalcolm@redhat.com>
4056
4057 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4058 is done; begin phase 6 (use extra rtx_def subclasses).
4059
9daaca36
DM
40602014-08-27 David Malcolm <dmalcolm@redhat.com>
4061
4062 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4063 done; begin phase 5 (additional rtx_def subclasses).
4064
b2908ba6
DM
40652014-08-26 David Malcolm <dmalcolm@redhat.com>
4066
4067 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4068
1130d5e3
DM
40692014-08-26 David Malcolm <dmalcolm@redhat.com>
4070
4071 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4072 SET_BB_HEADER are done.
4073
0e0ce50d
DM
40742014-08-26 David Malcolm <dmalcolm@redhat.com>
4075
4076 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4077 done.
4078
3d30f4e8
DM
40792014-08-26 David Malcolm <dmalcolm@redhat.com>
4080
4081 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4082
6144a836
DM
40832014-08-26 David Malcolm <dmalcolm@redhat.com>
4084
4085 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4086
b311fd0f
DM
40872014-08-25 David Malcolm <dmalcolm@redhat.com>
4088
4089 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4090
d8ce2eae
DM
40912014-08-25 David Malcolm <dmalcolm@redhat.com>
4092
4093 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4094
1455e88c
DM
40952014-08-25 David Malcolm <dmalcolm@redhat.com>
4096
4097 * rtx-classes-status.txt: Phase 3 (per-file commits within
4098 "config" subdirs) is done; begin phase 4 (removal of
4099 "scaffolding").
4100
76c531d3
DM
41012014-08-23 David Malcolm <dmalcolm@redhat.com>
4102
4103 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4104 dir) is done; begin phase 3 (per-file commits within "config"
4105 subdirs).
4106
00550b3d
DM
41072014-08-21 David Malcolm <dmalcolm@redhat.com>
4108
4109 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4110 phase 2 (per-file commits in main source dir).
4111
622dbadf
BC
41122014-08-21 Bin Cheng <bin.cheng@arm.com>
4113
4114 * configure: Regenerated.
4115
c1286e0b
DM
41162014-08-19 David Malcolm <dmalcolm@redhat.com>
4117
4118 * rtx-classes-status.txt (TODO): Add SET_BND_TO
4119
c2fc1aee
DM
41202014-08-19 David Malcolm <dmalcolm@redhat.com>
4121
4122 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4123
68975683
DM
41242014-08-19 David Malcolm <dmalcolm@redhat.com>
4125
4126 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4127
d914bc6b
DM
41282014-08-19 David Malcolm <dmalcolm@redhat.com>
4129
4130 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4131
8020a4d5
DM
41322014-08-19 David Malcolm <dmalcolm@redhat.com>
4133
4134 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4135
a231b8a5
JV
41362014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
4137
4138 * MAINTAINERS (Write After Approval): Add myself.
4139
ce8126f5
CF
41402014-08-19 Christopher Faylor <me.gnu@cgf.cx>
4141
4142 * MAINTAINERS: Remove myself
4143
0f82e5c9
DM
41442014-08-19 David Malcolm <dmalcolm@redhat.com>
4145
4146 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4147
9c9afb69
PP
41482014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
4149
4150 * MAINTAINERS (Write After Approval): Add myself.
4151
190bea87
DM
41522014-08-18 David Malcolm <dmalcolm@redhat.com>
4153
4154 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4155 SET_BB_HEADER, SET_BB_FOOTER
4156
c41b94ce
DM
41572014-08-18 David Malcolm <dmalcolm@redhat.com>
4158
bb3fff01 4159 * rtx-classes-status.txt: New file
c41b94ce 4160
eae1a5d4
RG
41612014-08-18 Roman Gareev <gareevroman@gmail.com>
4162
4163 * configure.ac: Eliminate ClooG installation dependency.
4164 * configure: Regenerate.
4165 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4166 * Makefile.in: Regenerate.
4167
f613bc0f
IV
41682014-08-15 Ilya Verbin <iverbin@gmail.com>
4169
4170 * MAINTAINERS (Write After Approval): Add myself.
4171
423ea09f 41722014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
4173
4174 * MAINTAINERS (Write After Approval): Add myself.
4175
88b1a322
JW
41762014-08-01 Jiong Wang <jiong.wang@arm.com>
4177
4178 * MAINTAINERS (Write After Approval): Add myself.
4179
8ed499f8
AG
41802014-07-28 Anthony Green <green@moxielogic.com>
4181
4182 Import from savannah.gnu.org:
4183 * config.sub: Update to 2014-07-28 version.
4184
09ec3110
RS
41852014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
4186
4187 * MAINTAINERS: Remove my MIPS maintainer entry.
4188
7b7f941a
UB
41892014-07-26 Uros Bizjak <ubizjak@gmail.com>
4190
4191 PR target/47230
4192 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4193 * configure: Regenerate.
4194
a12f7ac8
JN
41952014-07-24 James Norris <jnorris@codesourcery.com>
4196
4197 * MAINTAINERS (Write After Approval): Add myself.
4198
09611faf
RG
41992014-07-20 Roman Gareev <gareevroman@gmail.com>
4200
4201 * configure.ac: Accept only CLooG 0.18.1.
4202 * configure: Regenerate.
4203
37738b0f
RG
42042014-07-17 Roman Gareev <gareevroman@gmail.com>
4205
4206 * configure.ac: Don't accept isl 0.11.
4207 * configure: Regenerate.
4208
473037cb
AZ
42092014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4210
4211 * MAINTAINERS (Write After Approval): Add myself.
4212
9a62ed16
RO
42132014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4214
4215 * configure.ac: Don't accept isl 0.10.
4216 * configure: Regenerate.
4217
c41f1c42 42182014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 4219
c41f1c42
BE
4220 Fix include path for in-tree cloog.
4221 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4222 * configure: Regenerate.
29d0a43c 4223
c41f1c42 42242014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 4225
c41f1c42 4226 * .gitignore: Import gcc_update output.
a5852bea 4227
b6383ab8
TS
42282014-06-13 Thomas Schwinge <thomas@codesourcery.com>
4229
a10ec8bc
TS
4230 * config-ml.in: Robustify ac_configure_args parsing.
4231
45b3824d
TS
4232 * configure.ac (--enable-linker-plugin-configure-flags)
4233 (--enable-linker-plugin-flags): New flags.
4234 (configdirs): Conditionally add libiberty-linker-plugin.
4235 * configure: Regenerate.
4236 * Makefile.def (host_modules): Add libiberty-linker-plugin.
4237 (host_modules) <lto-plugin>: Pay attention to
4238 @extra_linker_plugin_flags@ and
4239 @extra_linker_plugin_configure_flags@.
4240 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4241 * Makefile.in: Regenerate.
4242
b6383ab8
TS
4243 * Makefile.tpl (configure-[+prefix+][+module+])
4244 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4245 "module_srcdir" instead of "module" for locating a module's srcdir.
4246 * Makefile.in: Regenerate.
4247
a4a1b5f3
MF
42482014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
4249
4250 * MAINTAINERS (Write After Approval): Add myself.
4251
38a13841
SP
42522014-06-06 Sebastian Pop <sebpop@gmail.com>
4253
4254 * MAINTAINERS: Update my email address.
4255
153fcd41
TP
42562014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4257
4258 * MAINTAINERS (Write After Approval): Add myself.
4259
e25d9632
AB
42602014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
4261
4262 * MAINTAINERS (Write After Approval): Add myself.
4263
1007a55c
JW
42642014-05-30 Jonathan Wakely <jwakely@redhat.com>
4265
4266 PR libstdc++/61011
4267 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4268 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4269 * configure: Regenerate.
4270
fd9ed1ae
PA
42712014-05-28 Pedro Alves <palves@redhat.com>
4272
4273 * MAINTAINERS (Write After Approval): Add myself.
4274
03bdb69f
MK
42752014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4276
4277 * MAINTAINERS: Update my affiliation/email.
4278
905083ad
MS
42792014-05-19 Mike Stump <mikestump@comcast.net>
4280
4281 * MAINTAINERS: Add wide-int reviewers.
4282
707f1839
SL
42832014-05-14 Sandra Loosemore <sandra@codesourcery.com>
4284
4285 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4286 * configure: Regenerated.
4287
7321dc60
TR
42882014-05-15 Torvald Riegel <triegel@redhat.com>
4289
4290 * MAINTAINERS (libitm): Add myself as maintainer.
4291
5b1e4b47
CB
42922014-05-07 Charles Baylis <charles.baylis@linaro.org>
4293
4294 * MAINTAINERS (Write After Approval): Add myself.
4295
a4ebe104
RS
42962014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
4297
4298 * config.sub, config.guess: Import from upstream.
4299
9575df4a
AL
43002014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4301
4302 * MAINTAINERS (Write After Approval): Put myself in correct order.
4303
2fdc94b7
AL
43042014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4305
4306 * MAINTAINERS (Write After Approval): Add myself.
4307
080c6230
LB
43082014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4309
4310 * MAINTAINERS: Move myself from Reviewers to Write After Approval
4311 section.
4312
4e4c8692
RÁE
43132014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4314
4315 * MAINTAINERS (Write After Approval): Delete myself.
4316
ffe7f7a7
JJ
43172014-04-17 Jakub Jelinek <jakub@redhat.com>
4318
4319 PR sanitizer/56781
4320 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4321 and -B* options with -Xcompiler.
4322
147d38a5
EB
43232014-04-04 Eric Botcazou <ebotcazou@adacore.com>
4324
4325 PR bootstrap/60620
423ea09f 4326 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
4327 * Makefile.in: Regenerate.
4328
ba1925c3
YS
43292014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
4330
4331 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4332 for WINDRES_FOR_TARGET in default-manifest.o rule.
4333 * Makefile.in: Regenerate.
4334
8707b3bc
DH
43352014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
4336
4337 * MAINTAINERS (Write After Approval): Add myself.
4338
9e1c8fc1
JJ
43392014-03-26 Jakub Jelinek <jakub@redhat.com>
4340
4341 PR sanitizer/56781
4342 * Makefile.def: Set bootstrap=true; for host fixincludes.
4343 * configure.ac: Don't bootstrap host fixincludes unless
4344 --with-build-config=bootstrap-{a,ub}san.
4345 * Makefile.in: Regenerated.
4346 * configure: Regenerated.
4347
beeda1d9
JJ
43482014-03-21 Jakub Jelinek <jakub@redhat.com>
4349
4350 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4351 --enable-vtable-verify option parsing. Don't add
4352 target-libsanitizer to bootstrap_target_libs unless
4353 --with-build-config=bootstrap-asan or
4354 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
4355 to bootstrap_target_libs unless --enable-vtable-verify.
4356 * configure: Regenerated.
4357
e5dddc50
AS
43582014-03-10 Anatoly Sokolov <aesok@post.ru>
4359
4360 * MAINTAINERS (Write After Approval): Add myself.
4361
df5bc1cb
DC
43622014-03-07 Denis Chertykov <chertykov@gmail.com>
4363
4364 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4365
3b9edeac
JJ
43662014-03-07 Jakub Jelinek <jakub@redhat.com>
4367
4368 PR bootstrap/58572
4369 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4370 -I for libstdc++-v3 includes if $(LEAN).
4371 * Makefile.in: Regenerated.
4372
c01a8548
JW
43732014-03-04 Jonathan Wakely <jwakely@redhat.com>
4374
4375 * MAINTAINERS: Update my email address.
4376
341c653c
WL
43772014-02-24 Walter Lee <walt@tilera.com>
4378
4379 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4380 (tilegx-*-*): Change to tilegx*-*-*.
4381 * configure: Regenerate.
4382
37f2c4f0
LR
43832014-02-17 Loren J. Rittle <ljrittle@acm.org>
4384
4385 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4386
6c01e96e
KV
43872014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4388
4389 * MAINTAINERS (Write After Approval): Add myself.
4390
91da0481
RO
43912014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4392
4393 PR target/59788
4394 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4395 *solaris2*.
4396
dd35b84f
JDA
43972014-01-21 John David Anglin <danglin@gcc.gnu.org>
4398
4399 * MAINTAINERS: Update my email address.
4400
493b8af8
GP
44012014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4402
4403 * MAINTAINERS: Convert to UTF-8.
4404 Properly sort Xinliang David Li's entry.
4405
f121b81d
CLT
44062013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4407 Sandra Loosemore <sandra@codesourcery.com>
4408
4409 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4410 nios2 port maintainers.
4411
74f769b5
MT
44122013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4413
4414 * MAINTAINERS (Write After Approval): Add myself.
4415
79e0604d 44162013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
4417
4418 * configure.ac: Add user-friendly check for native x86_64-linux
4419 multilibs.
4420 * configure: Regenerate.
4421
44222013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4423
4424 * MAINTAINERS: Add myself as sh maintainer.
4425
44262013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4427
4428 * MAINTAINERS: Add self as SLSR maintainer.
4429
44302013-11-18 Jan Hubicka <hubicka@ucw.cz>
4431
4432 * MAINTAINERS: Update my email address.
4433
44342013-11-15 David Edelsohn <dje.gcc@gmail.com>
4435
4436 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4437
44382013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4439
4440 * Makefile.in: Regenerate.
4441
4442 * Makefile.tpl: Fix typo.
4443 * Makefile.in: Regenerate partially.
4444
44452013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4446
4447 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4448 supported.
4449 * configure: Regenerated.
4450
44512013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4452
4453 * MAINTAINERS (Write After Approval): Add myself.
4454
44552013-10-30 Jason Merrill <jason@redhat.com>
4456
4457 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4458 --disable-build-format-warnings.
4459
44602013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4461
423ea09f 4462 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
4463 depend on libstdc++ and libgcc.
4464 * configure: Regenerate.
4465 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4466 libcilkrts for POSIX and i*86, and x86_64 architectures.
4467 * Makefile.in: Added libcilkrts related fields to support building it.
4468
44692013-10-26 Jeff Law <law@redhat.com>
4470
4471 * Makefile.def (target_modules): Remove libmudflap
4472 (languages): Remove check-target-libmudflap).
4473 * Makefile.in: Rebuilt.
4474 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4475 * configure.ac (target_libraries): Remove target-libmudflap.
4476 Remove checks which disabled libmudflap on some systems.
4477 * configure: Rebuilt.
4478 * libmudflap: Directory removed.
4479
44802013-10-21 Cong Hou <congh@google.com>
4481
4482 * MAINTAINERS (Write After Approval): Add myself.
4483
44842013-10-16 Mike Stump <mikestump@comcast.net>
4485
4486 * .dir-locals.el: Add.
4487
44882013-10-15 David Malcolm <dmalcolm@redhat.com>
4489
4490 * configure.ac: Add --enable-host-shared
4491 * configure: Regenerate.
4492
44932013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4494
4495 Import from savannah.gnu.org:
4496 * config.guess: Update to 2013-06-10 version.
4497 * config.sub: Update to 2013-10-01 version.
4498
44992013-10-01 Simon Cook <simon.cook@embecosm.com>
4500
4501 Changes to build configuration to allow big endian ARC ELF toolchain
4502 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4503 * configure: Regenerate.
4504
45052013-09-20 Alan Modra <amodra@gmail.com>
4506
4507 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4508 ppc host match. Support little-endian powerpc linux hosts.
4509
45102013-09-19 Dodji Seketeli <dodji@redhat.com>
4511
4512 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4513 maintainer.
4514
45152013-09-12 DJ Delorie <dj@redhat.com>
4516
4517 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4518 maintainers.
4519
45202013-09-03 Richard Biener <rguenther@suse.de>
4521
4522 * configure.ac: Also allow ISL 0.12.
4523 * configure: Regenerated.
4524
45252013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4526
4527 * MAINTAINERS (Write After Approval): Add myself.
4528
45292013-08-27 David Malcolm <dmalcolm@redhat.com>
4530
4531 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4532
45332013-08-26 Caroline Tice <cmtice@google.com>
4534
4535 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4536 "Various Reviewers" to libvtv "Various Maintainers".
4537
45382013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4539
4540 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4541
45422013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4543
4544 * MAINTAINERS: Update name, email.
4545
45462013-08-13 Adam Butcher <adam@jessamine.co.uk>
4547
4548 * MAINTAINERS (Write After Approval): Add myself.
4549
45502013-08-12 Caroline Tice <cmtice@google.com>
4551
4552 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4553 address in the Write After Approval section.
4554
45552013-08-09 Carlos O'Donell <carlos@redhat.com>
4556
4557 * MAINTAINERS (Write After Approval): Update email.
4558
45592013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4560
4561 * configure.ac: Adjust to check VTV_SUPPORTED.
4562 * configure: Regenerated.
4563
45642013-08-02 Caroline Tice <cmtice@google.com>
4565
4566 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4567 on non-linux systems; add target-libvtv to noconfigdirs; add
4568 libsupc++/.libs to C++ library search paths.
4569 * configure: Regenerated.
4570 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4571 libstdc++ and libgcc.
4572 * Makefile.in: Regenerated.
4573
45742013-07-19 Yvan Roux <yvan.roux@linaro.org>
4575
4576 * MAINTAINERS (Write After Approval): Add myself.
4577
45782013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4579 Shiva Chen <shiva0217@gmail.com>
4580
4581 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4582 nds32 port maintainers.
4583
45842013-07-17 Tim Shen <timshen91@gmail.com>
4585
4586 * MAINTAINERS (Write After Approval): Add myself.
4587
45882013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4589
4590 * configure.ac: Sync from binutils.
4591 * configure: Regenerate.
4592
45932013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4594
4595 * MAINTAINERS (Write After Approval): Add myself.
4596
45972013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4598
4599 * MAINTAINERS (Write After Approval): Add myself.
4600
46012013-05-17 David Malcolm <dmalcolm@redhat.com>
4602
4603 * MAINTAINERS (Write After Approval): Add myself.
4604
46052013-04-30 Brooks Moses <bmoses@google.com>
4606
4607 * MAINTAINERS: Update my email; move myself from Fortran
4608 reviewer to Write After Approval.
4609
46102013-04-16 Andreas Schwab <schwab@suse.de>
4611
4612 * configure.ac (aarch64-*-*): Don't disable java.
4613 * configure: Regenerate.
4614
46152013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4616
4617 * MAINTAINERS (Write After Approval): Add myself.
4618
46192013-03-30 Matthias Klose <doko@ubuntu.com>
4620
4621 * Makefile.def (target_modules): Don't install libffi.
4622 * Makefile.in: Regenerate.
4623
46242013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4625
4626 * MAINTAINERS (Write After Approval): Add myself.
4627
46282013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4629
4630 * MAINTAINERS (Write After Approval): Add myself.
4631
46322013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4633
4634 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4635 * configure: Regenerated.
4636
a15d2ea8
ILT
46372013-02-05 Ian Lance Taylor <iant@google.com>
4638
4639 PR go/55969
4640 * configure.ac: Disable libgo on some systems where it does not
4641 work.
4642
a3b854b6
FXC
46432013-02-04 David Edelsohn <dje.gcc@gmail.com>
4644
4645 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4646 Remove Geoff Keating as rs6000 port maintainer, at his request.
4647
46482013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4649
4650 * MAINTAINERS: Update my email.
4651
46522013-01-23 Shenghou Ma <minux.ma@gmail.com>
4653
4654 * configure: Re-generate.
4655
46562013-01-15 Richard Biener <rguenther@suse.de>
4657
4658 PR other/55973
4659 * configure: Re-generate.
4660
46612013-01-14 Matthias Klose <doko@ubuntu.com>
4662
4663 * Makefile.def (install-target-libsanitizer): Depend on
4664 install-target-libstdc++-v3.
4665 * Makefile.in: Regenerate.
4666
46672013-01-14 Richard Biener <rguenther@suse.de>
4668
4669 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4670 * configure: Re-generate
4671
46722013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4673
4674 * config.sub: Update from config repo.
4675
46762013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4677
4678 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4679 * Makefile.in: Regenerate.
4680
46812013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4682
4683 * MAINTAINERS (arc): Add new port maintainership for myself.
4684
46852013-01-09 Jason Merrill <jason@redhat.com>
4686
4687 * .gitignore: Import from gdb repository.
4688
46892013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4690
4691 * Makefile.def (configure-gcc): Depend on all-gmp.
4692 (all-gcc): Remove dependency on all-gmp.
4693 * Makefile.in: Regenerated.
4694
46952013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4696
4697 * config.sub: Merge from config repo.
4698 * config.guess: Ditto.
4699
47002013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4701
4702 * Makefile.def: Merge from binutils.
4703 * Makefile.in: Ditto.
4704
47052013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4706
4707 * MAINTAINERS: Update my email.
4708
47092012-12-29 Ben Elliston <bje@gnu.org>
4710
4711 * config.guess: Update to 2012-12-29 version.
4712 * config.sub: Likewise.
4713
47142012-12-20 Matthias Klose <doko@ubuntu.com>
4715
4716 * Makefile.def (install-target-libgfortran): Depend on
4717 install-target-libquadmath, install-target-libgcc.
4718 (install-target-libsanitizer): Depend on install-target-libgcc.
4719 (install-target-libjava): Depend on install-target-libgcc.
4720 (install-target-libitm): Depend on install-target-libgcc.
4721 (install-target-libobjc): Depend on install-target-libgcc.
4722 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4723 * Makefile.in: Regenerate.
4724
47252012-12-19 Matthias Klose <doko@ubuntu.com>
4726
4727 * Makefile.def (install-target-libgo): Depend on
4728 install-target-libatomic.
4729 * Makefile.in: Regenerate.
4730
47312012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4732
4733 PR go/55201
4734 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4735 * Makefile.in: Regenerate.
4736
47372012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4738
4739 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4740 * configure: Regenerate.
4741
47422012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4743
4744 * config.sub: Merge from config repo.
4745
47462012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4747
4748 * Makefile.def (target_modules): Add bootstrap=true and
4749 raw_cxx=true to libsanitizer.
4750 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4751 * Makefile.in: Regenerated.
4752 * configure: Likewise.
4753
47542012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4755
4756 * MAINTAINERS: Remove self as RTL optimization maintainer.
4757
47582012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4759
4760 * MAINTAINERS (Write After Approval): Add myself.
4761
47622012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4763
4764 * Makefile.def (target_modules): Remove bootstrap=true and
4765 raw_cxx=true from libsanitizer.
4766 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4767 * Makefile.in: Regenerated.
4768 * configure: Likewise.
4769
47702012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4771
4772 * Makefile.def (target_modules): Add bootstrap=true and
4773 raw_cxx=true to libsanitizer.
4774 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4775 * Makefile.in: Regenerated.
4776 * configure: Likewise.
4777
47782012-11-28 Andrew Pinski <apinski@cavium.com>
4779
4780 PR bootstrap/54279
4781 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4782 * configure: Regenerate.
4783 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4784 * Makefile.in: Regenerate.
4785
47862012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4787
4788 * configure.ac: Disable libsanitizer if we're not building C++.
4789 * configure: Regenerate.
4790
47912012-11-15 Roland McGrath <roland@hack.frob.com>
4792
4793 * MAINTAINERS (Write After Approval): Add myself.
4794
47952012-11-15 Dmitry Vyukov <dvyukov@google.com>
4796
4797 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4798 Kostya Serebryany (kcc@google.com) and
4799 Jakub Jelinek (jakub@redhat.com).
4800 Rename area for Dodji Seketeli (dodji@redhat.com).
4801
48022012-11-15 Dodji Seketeli <dodji@redhat.com>
4803
4804 * MAINTAINERS: (asan.c, related): Add myself.
4805
48062012-11-14 Roland McGrath <mcgrathr@google.com>
4807
4808 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4809 * configure: Regenerate.
4810
48112012-11-13 Richard Henderson <rth@redhat.com>
4812
4813 * configure.ac: Move libsanitizer logic to subdirectory.
4814 * configure: Regenerate.
4815
48162012-11-13 Dodji Seketeli <dodji@redhat.com>
4817
4818 * configure.ac: Enable libsanitizer just on x86 linux for now.
4819 * configure: Re-generate.
4820
48212012-11-13 David Edelsohn <dje.gcc@gmail.com>
4822
4823 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4824 sections.
4825 * configure: Regenerate.
4826
48272012-11-13 Hans-Peter Nilsson <hp@axis.com>
4828
4829 * configure.ac: Add section for configdirs for libsanitizer.
4830 Disable for cris-*-* and mmix-*-*.
4831 * configure: Regenerate.
4832
48332012-11-12 Wei Mi <wmi@google.com>
4834
4835 * configure.ac: Add libsanitizer to target_libraries.
4836 * Makefile.def: Ditto.
4837 * configure: Regenerate.
4838 * Makefile.in: Regenerate.
4839 * libsanitizer: New directory for asan runtime. Contains an empty
4840 tsan directory.
4841
48422012-11-03 Corinna Vinschen <corinna@vinschen.de>
4843
4844 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4845 against Mingw64 w32api.
4846 * configure: Regenerate.
4847
48482012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4849
4850 * configure: Regenerated.
4851
48522012-11-03 Robert Mason <rbmj@verizon.net>
4853
4854 * configure.ac: add --disable-libstdcxx configure option
4855 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4856
48572012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4858
4859 * MAINTAINERS (Write After Approval): Add myself.
4860
48612012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4862
4863 * MAINTAINERS (Write After Approval): Add myself.
4864
48652012-10-24 Sharad Singhai <singhai@google.com>
4866
4867 * MAINTAINERS (Write After Approval): Add myself.
4868
48692012-10-24 Eric Christopher <echristo@gmail.com>
4870
4871 * MAINTAINERS: Update email address.
4872
48732012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4874
4875 PR bootstrap/54820
4876 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4877 * configure: Regenerate.
4878
48792012-10-23 Richard Earnshaw <rearnsha@arm.com>
4880
4881 * MAINTAINERS (aarch64): Add Marcus and myself.
4882
48832012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4884
4885 PR bootstrap/54820
4886 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4887 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4888 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4889 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4890 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4891 * Makefile.in: Regenerate.
4892 * configure.ac (have_static_libs): New variable and associated check.
4893 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4894 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4895 * configure: Regenerate.
4896
48972012-10-10 Richard Biener <rguenther@suse.de>
4898
4899 * MAINTAINERS: Adjust for changed surname.
4900
49012012-10-04 Lawrence Crowl <crowl@google.com>
4902
4903 * MAINTAINERS (Write After Approval): Add myself.
4904
49052012-10-01 Cary Coutant <ccoutant@google.com>
4906
4907 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4908
49092012-09-28 Ian Lance Taylor <iant@google.com>
4910
4911 * Makefile.def: Make all-target-libgo depend on
4912 all-target-libbacktrace.
4913 * Makefile.in: Rebuild.
4914
49152012-09-26 Ian Lance Taylor <iant@google.com>
4916
4917 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4918 * Makefile.in: Rebuild.
4919
49202012-09-20 Walter Lee <walt@tilera.com>
4921
4922 * configure.ac: Add tilegx to list of targets that support gold.
4923 * configure: Regenerate.
4924
49252012-09-20 Marek Polacek <polacek@redhat.com>
4926
4927 * MAINTAINERS (Write After Approval): Add myself.
4928
49292012-09-19 Steve Ellcey <sellcey@mips.com>
4930
4931 * configure.ac: Add mips*-mti-elf* target.
4932 * configure: Regenerate.
4933
49342012-09-17 Ian Lance Taylor <iant@google.com>
4935
4936 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4937 * configure.ac (host_libs): Add libbacktrace.
4938 (target_libraries): Add libbacktrace.
4939 * Makefile.def (host_modules): Add libbacktrace.
4940 (target_modules): Likewise.
4941 * configure, Makefile.in: Rebuild.
4942
49432012-09-14 David Edelsohn <dje.gcc@gmail.com>
4944
4945 PR target/38607
4946 Merge upstream change.
4947 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4948
4949 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4950 Add libgomp*.o to compare_exclusions for AIX.
4951 * configure: Regenerate.
4952
49532012-09-06 Diego Novillo <dnovillo@google.com>
4954
4955 * configure.ac: Bump minimum GMP version to 4.2.3.
4956 * configure: Re-generate.
4957
49582012-09-05 Georg-Johann Lay <avr@gjlay.de>
4959
4960 PR target/54461
4961 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4962 target-libgloss if not configured --with-avrlibc=no.
4963 * configure: Regenerate.
4964
49652012-09-04 Jason Merrill <jason@redhat.com>
4966
4967 * configure.ac: Fix --enable-languages=all.
4968
49692012-09-04 Christophe Lyon <christophe.lyon@st.com>
4970
4971 * MAINTAINERS (Write After Approval): Add myself.
4972
49732012-09-03 Richard Guenther <rguenther@suse.de>
4974
4975 PR bootstrap/54138
4976 * configure.ac: Re-organize ISL / CLOOG checks to allow
4977 disabling with either --without-isl or --without-cloog.
4978 * configure: Regenerated.
4979
49802012-09-03 Georg-Johann Lay <avr@gjlay.de>
4981
4982 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4983 * configure: Regenerate.
4984
49852012-08-27 Ulrich Drepper <drepper@gmail.com>
4986
4987 * MAINTAINERS: Fix my email address.
4988
49892012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4990
4991 PR binutils/4970
4992 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4993 and opcodes.
4994 * Makefile.in: Regenerated.
4995
49962012-08-26 Art Haas <ahaas@impactweather.com>
4997
4998 * configure: Regenerate.
4999
50002012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
5001
5002 * INSTALL/README: Also refer to the online installation
5003 instructions.
5004
50052012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5006
5007 * MAINTAINERS (Write After Approval): Add myself.
5008 (Picochip port): Remove myself.
5009
50102012-08-14 Diego Novillo <dnovillo@google.com>
5011
5012 Merge from cxx-conversion branch.
5013
5014 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5015 POSTSTAGE1_CONFIGURE_FLAGS.
5016 * Makefile.in: Regenerate.
5017 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
5018 Force C++ when bootstrapping.
5019 * configure: Regenerate.
5020
50212012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
5022
5023 * MAINTAINERS (Write After Approval): Add myself.
5024
50252012-07-16 Joseph Myers <joseph@codesourcery.com>
5026
5027 * README: Document use of ranges of years in copyright notices.
5028
50292012-07-06 Richard Guenther <rguenther@suse.de>
5030
5031 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5032 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5033 --with-gmp=system.
5034 * Makefile.in: Regenerated.
5035 * configure: Likewise.
5036
50372012-07-06 Richard Guenther <rguenther@suse.de>
5038
5039 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5040 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5041 supply V=1 as extra_make_flags.
5042 * configure: Regenerated.
5043 * Makefile.in: Likewise.
5044
50452012-07-04 Tristan Gingold <gingold@adacore.com>
5046
5047 * configure: Regenerate.
5048
50492012-07-03 Richard Guenther <rguenther@suse.de>
5050
5051 * Makfile.def (isl): Remove not necessary extra_exports and
5052 extra_make_flags.
5053 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5054 * Makefile.in: Regenerated.
5055
50562012-07-03 Richard Guenther <rguenther@suse.de>
5057
5058 * Makefile.def (cloog): Add V=1 to extra_make_flags.
5059 * configure.ac: If either the ISL or the CLooG check failed
5060 do not try to build in-tree versions.
5061 * Makefile.in: Regenerated.
5062 * configure: Regenerated.
5063
50642012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5065
5066 * configure: Regenerate.
5067
50682012-07-02 Janis Johnson <janisjo@codesourcery.com>
5069
5070 * MAINTAINERS (Various Maintainers): Add myself as testsuite
5071 maintainer.
5072
50732012-07-02 Richard Guenther <rguenther@suse.de>
5074
5075 * configure: Regenerated.
5076
50772012-07-02 Richard Guenther <rguenther@suse.de>
5078 Michael Matz <matz@suse.de>
5079 Tobias Grosser <tobias@grosser.es>
5080 Sebastian Pop <sebpop@gmail.com>
5081
5082 * Makefile.def: Add ISL host module, remove PPL host module.
5083 Adjust ClooG host module to use the proper ISL.
5084 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5085 * configure.ac: Include config/isl.m4. Add ISL host library,
5086 remove PPL. Remove PPL configury, add ISL configury, adjust
5087 ClooG configury.
5088 * Makefile.in: Regenerated.
5089 * configure: Likewise.
5090
50912012-07-02 Richard Guenther <rguenther@suse.de>
5092
5093 Merge from graphite branch
5094 2011-07-21 Tobias Grosser <tobias@grosser.es>
5095
5096 * configure: Regenerated.
5097 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5098 both cloog.org and legacy versions. The only supported version will
5099 be CLooG with the isl backend.
5100
5101 2011-07-21 Tobias Grosser <tobias@grosser.es>
5102
5103 * configure: Regenerated.
5104 * configure.ac: Require cloog isl 0.17.0
5105
5106 2011-07-21 Tobias Grosser <tobias@grosser.es>
5107
5108 * configure: Regenerated.
5109 * config/cloog.m4: Do not define CLOOG_ORG
5110
51112012-06-29 Steven Bosscher <steven@gcc.gnu.org>
5112
5113 * configure.ac: Skip C if explicitly selected.
5114 * configure: Regenerate.
5115
51162012-06-28 Christophe Lyon <christophe.lyon@st.com>
5117
5118 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5119 they contain -O2.
5120 * configure: Regenerate.
5121
51222012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
5123
5124 PR debug/53740
5125 * df.h, df-problems.c, dce.c: Revert last patch.
5126
51272012-06-25 Iain Sandoe <iain@codesourcery.com>
5128
5129 * MAINTAINERS (Write After Approval): Update my email address.
5130
51312012-06-21 Meador Inge <meadori@codesourcery.com>
5132
5133 * MAINTAINERS (Write After Approval): Add myself.
5134
51352012-06-20 Jason Merrill <jason@redhat.com>
5136
5137 * Makefile.tpl (check-target-libgomp-c++): New.
5138 (check-target-libitm-c++): New.
5139 * Makefile.def (c++): Add them.
5140 * Makefile.in: Regenerate.
5141
51422012-05-29 Edmar Wienskoski <edmar@freescale.com>
5143
5144 * MAINTAINERS (Write After Approval): Add myself.
5145
51462012-05-16 Olivier Hainque <hainque@adacore.com>
5147
5148 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5149 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5150 (install-no-fixedincludes): Adjust accordingly.
5151 * Makefile.in: Regenerate.
5152
51532012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5154
5155 Merge upstream change
5156 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5157
51582012-05-14 Marc Glisse <marc.glisse@inria.fr>
5159
5160 * MAINTAINERS (Write After Approval): Add myself.
5161
51622012-05-09 Nick Clifton <nickc@redhat.com>
5163 Paul Smith <psmith@gnu.org>
5164
5165 PR bootstrap/50461
5166 * configure.ac (mpfr-dir): When using in-tree MPFR sources
5167 allow for the fact that from release v3.1.0 of MPFR the source
5168 files were moved into a src sub-directory.
5169 * configure: Regenerate.
5170
51712012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
5172
5173 * configure.ac: Bump minimum MPFR version to 2.4.0.
5174 * configure: Regenerated.
5175
51762012-05-01 Richard Henderson <rth@redhat.com>
5177
5178 * Makefile.def (libatomic): New target_module.
5179 * configure.ac (target_libraries): Add libatomic.
5180 (noconfigdirs): Check if libatomic is supported.
5181 * Makefile.in, configure: Rebuild.
5182
51832012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
5184
5185 * MAINTAINERS (Write After Approval): Add myself.
5186
51872012-04-25 Joel Brobecker <brobecker@adacore.com>
5188
5189 * config.sub: Update to 2012-04-18 version from official repo.
5190
51912012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
5192
5193 * MAINTAINERS (Write After Approval): Add myself.
5194
51952012-04-11 Steve Ellcey <sellcey@mips.com>
5196
5197 * MAINTAINERS: Changed email address.
5198
51992012-03-28 Georg-Johann Lay <avr@gjlay.de>
5200
5201 PR target/52737
5202 * contrib/gcc_update (files_and_dependencies):
5203 Remove gcc/config/avr/t-multilib from touch data.
5204
52052012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5206
5207 * MAINTAINERS (OS Port Maintainers): Remove irix.
5208 * configure.ac (enable_libgomp): Remove *-*-irix6*.
5209 (unsupported_languages): Remove mips-sgi-irix6.*.
5210 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5211 (with_stabs): Remove.
5212 * configure: Regenerate.
5213
52142012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5215
5216 * MAINTAINERS (OS Port Maintainers): Remove osf.
5217 * configure.ac (enable_libgomp): Remove *-*-osf*.
5218 (with_stabs): Remove alpha*-*-osf*.
5219 * configure: Regenerate.
5220
52212012-03-05 Tristan Gingold <gingold@adacore.com>
5222
5223 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5224 * configure: Regenerate.
5225
52262012-02-17 Walter Lee <walt@tilera.com>
5227
5228 * MAINTAINERS: (Write After Approval): Delete myself.
5229
52302012-02-14 Walter Lee <walt@tilera.com>
5231
5232 * MAINTAINERS (tilegx port): Add myself.
5233 (tilepro port): Add myself.
5234 (Write After Approval): Add myself.
5235
52362012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
5237
5238 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5239 and Joseph Myers as docstring relicensing maintainers.
5240
52412012-02-09 Bin Cheng <bin.cheng@arm.com>
5242
5243 * MAINTAINERS (write-after-approval): Add myself.
5244
52452012-02-08 Ira Rosen <irar@il.ibm.com>
5246
5247 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5248 maintainer.
5249
52502012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5251
5252 * MAINTAINERS (Write After Approval): Move myself to
5253 maintain alphabetical order.
5254
52552012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5256
5257 * MAINTAINERS (Write After Approval): Add myself.
5258
52592012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5260
5261 * MAINTAINERS (Write After Approval): Add myself.
5262
52632012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5264 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5265
5266 * configure.ac (cr16-*-*): Remove nonconfigdirs.
5267 * configure: Regenerate.
5268
52692012-01-23 Harshit Chopra <harshit@google.com>
5270
5271 * MAINTAINERS (Write After Approval): Add myself.
5272
52732012-01-22 Douglas B Rupp <rupp@ngnat.com>
5274
5275 * configure.ac: Remove reference to mh-interix.
5276 * configure: Regenerate.
5277
52782012-01-05 Richard Henderson <rth@redhat.com>
5279
5280 PR bootstrap/51072
5281 * configure.ac: Disable libitm if c++ is not enabled.
5282 * configure: Rebuild.
5283
5284 * configure.ac: Fix regexp for same.
5285 * configure: Rebuild.
5286
52872012-01-02 Balaji V. Iyer <bviyer@gmail.com>
5288
5289 * MAINTAINERS (Write After Approval): Add myself.
5290
52912012-01-02 Richard Guenther <rguenther@suse.de>
5292
5293 PR bootstrap/51686
5294 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5295 * Makefile.in: Regenerate.
5296
52972011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
5298
5299 * MAINTAINERS (Write After Approval): Add myself.
5300
53012011-12-18 Eric Botcazou <ebotcazou@adacore.com>
5302
5303 * configure: Regenerate.
5304
53052011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5306
5307 * MAINTAINERS (picochip): Changed email address.
5308
53092011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5310
5311 * MAINTAINERS (write-after-approval): Add self.
5312
53132011-11-29 DJ Delorie <dj@redhat.com>
5314
5315 * configure.ac (rl78-*-*) New case.
5316 * configure: Regenerate.
5317 * MAINTAINERS: Add myself as RL78 maintainer.
5318
53192011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5320
5321 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5322
53232011-11-21 Andreas Tobler <andreast@fgznet.ch>
5324
5325 * libtool.m4: Additional FreeBSD 10 fixes.
5326
53272011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
5328
5329 * MAINTAINERS: Move myself from Write After Approval to CPU Port
5330 Maintainers section, as Epiphany maintainer.
5331
53322011-11-18 Iain Sandoe <iains@gcc.gnu.org>
5333
5334 PR target/49992
5335 * configure.ac: Remove ranlib special-casing for Darwin.
5336 * configure: Regenerate.
5337
53382011-11-12 Andrey Belevantsev <abel@ispras.ru>
5339
5340 * MAINTAINERS (Reviewers): Keep the list sorted.
5341
53422011-11-11 Andrey Belevantsev <abel@ispras.ru>
5343
5344 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5345
53462011-11-09 Roland McGrath <mcgrathr@google.com>
5347
5348 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5349 * configure: Rebuild.
5350 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5351 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5352 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5353 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5354 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5355 Add READELF.
5356 * Makefile.in: Rebuild.
5357
53582011-11-09 Jason Merrill <jason@redhat.com>
5359
5360 * Makefile.def (language=c++): Remove check-c++0x.
5361 * Makefile.in (check-gcc-c++): Regenerate.
5362
53632011-11-08 Richard Henderson <rth@redhat.com>
5364
5365 * configure.ac: Test for libitm directory present first.
5366
5367 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5368
5369 * configure.ac: Test libitm/configure.tgt to disable libitm.
5370 * configure: Rebuild.
5371
53722011-11-07 Aldy Hernandez <aldyh@redhat.com>
5373 Richard Henderson <rth@redhat.com>
5374
5375 Merged from transactional-memory.
5376
5377 * Makefile.def (lang_env_dependencies): libitm is c++.
5378 Add libitm target module.
5379 * configure.ac: Likewise.
5380 * config/mmap.m4: New file.
5381 * contrib/gcc_update: Add libitm to touch data.
5382 * Makefile.in, configure: Rebuild.
5383
53842011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5385
5386 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5387 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5388 * Makefile.in: Regenerate.
5389
53902011-11-01 DJ Delorie <dj@redhat.com>
5391
5392 * config.sub: Update to version 2011-10-29 (added rl78)
5393
53942011-10-27 Nick Clifton <nickc@redhat.com>
5395
5396 * config.sub: Import these changes from the config project:
5397
5398 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5399 Ben Elliston <bje@gnu.org>
5400
5401 * config.sub (epiphany): New.
5402
5403 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5404 Ben Elliston <bje@gnu.org>
5405
5406 * config.sub (hexagon, hexagon-*): New.
5407
5408 2011-08-23 Roland McGrath <mcgrathr@google.com>
5409
5410 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5411 64eb to be64.
5412
5413 2011-08-16 Roland McGrath <mcgrathr@google.com>
5414
5415 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5416 (nacl): Grok as alias for 32el-unknown-nacl.
5417
54182011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5419
5420 * MAINTAINERS (Write After Approval): Add myself.
5421
54222011-10-24 Teresa Johnson <tejohnson@google.com>
5423
5424 * MAINTAINERS (Write After Approval): Add myself.
5425
54262011-09-21 Jakub Jelinek <jakub@redhat.com>
5427
5428 * MAINTAINERS (sparc port): Remove myself.
5429
54302011-09-14 Tom de Vries <tom@codesourcery.com>
5431
5432 * MAINTAINERS (Write After Approval): Add myself.
5433
54342011-08-14 Yao Qi <yao@codesourcery.com>
5435
5436 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5437 * configure: Regenerate.
5438
54392011-07-26 Ian Lance Taylor <iant@google.com>
5440
5441 * configure.ac: Set have_compiler based on whether gcc directory
5442 exists, rather than on whether gcc is in configdirs.
5443 * configure: Rebuild.
5444
54452011-07-21 Joseph Myers <joseph@codesourcery.com>
5446
5447 * MAINTAINERS (Global Reviewers): Add self.
5448
54492011-07-20 David Edelsohn <dje.gcc@gmail.com>
5450
5451 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5452 link directories.
5453 * Makefile.in: Rebuild.
5454
54552011-07-20 Ian Lance Taylor <iant@google.com>
5456
5457 PR bootstrap/49787
5458 * configure.ac: Move --enable-bootstrap handling earlier in file.
5459 If --enable-bootstrap and either --enable-build-with-cxx or
5460 --enable-build-poststage1-with-cxx, enable C++ automatically.
5461 * configure: Rebuild.
5462
54632011-07-19 Ian Lance Taylor <iant@google.com>
5464
5465 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5466 make C++ a boot_language. Set and substitute
5467 POSTSTAGE1_CONFIGURE_FLAGS.
5468 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5469 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5470 * configure, Makefile.in: Rebuild.
5471
54722011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5473
5474 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5475 maintainers.
5476
54772011-07-18 Jakub Jelinek <jakub@redhat.com>
5478
5479 * MAINTAINERS (Global Reviewers): Add myself.
5480
54812011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5482
5483 * configure: Regenerate.
5484
54852011-07-16 Jason Merrill <jason@redhat.com>
5486
5487 * Makefile.def (language=c++): Add check-c++0x and
5488 check-target-libmudflap-c++.
5489 * Makefile.tpl (check-target-libmudflap-c++): New.
5490 * Makefile.in: Regenerate.
5491
54922011-07-16 Matthias Klose <doko@ubuntu.com>
5493
5494 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5495 * Makefile.def (target_modules/libjava): Pass
5496 $(EXTRA_CONFIGARGS_LIBJAVA).
5497 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5498 if not configured with --enable-static-libjava.
5499 * Makefile.in: Regenerate.
5500 * configure: Likewise.
5501
55022011-07-15 Jason Merrill <jason@redhat.com>
5503
5504 * Makefile.in (check-c++): Move check-gcc-c++0x after
5505 check-target-libstdc++-v3.
5506
55072011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5508
5509 * MAINTAINERS (c6x port): New entry.
5510
55112011-07-13 Jason Merrill <jason@redhat.com>
5512
5513 * Makefile.in (check-gcc-c++0x): New.
5514 (check-c++): Depend on it.
5515
55162011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5517
5518 PR target/39150
5519 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5520 x86_64-*-solaris2.1[0-9]*.
5521 * configure: Regenerate.
5522
55232011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5524
5525 * MAINTAINERS (RTL optimizers): Add self.
5526
55272011-06-27 Gabriel Charette <gchare@google.com>
5528
5529 * MAINTAINERS (Write After Approval): Add myself.
5530
55312011-06-22 Hans-Peter Nilsson <hp@axis.com>
5532
5533 PR regression/47836
5534 PR bootstrap/23656
5535 PR other/47733
5536 PR bootstrap/49247
5537 PR c/48825
5538 * configure.ac (target_libraries): Remove target-libiberty.
5539 Remove case-statement setting skipdirs=target-libiberty for
5540 multiple targets. Remove checking target_configdirs and
5541 removing target-libiberty but keeping target-libgcc if
5542 otherwise empty.
5543 * Makefile.def (target_modules): Don't add libiberty.
5544 (dependencies): Remove all traces of target-libiberty.
5545 * configure, Makefile.in: Regenerate.
5546
55472011-06-13 Walter Lee <walt@tilera.com>
5548
5549 * configure.ac (tilepro-*-*) New case.
5550 (tilegx-*-*): Likewise.
5551 * configure: Regenerate.
5552
55532011-06-06 Jing Yu <jingyu@google.com>
5554
5555 * configure.ac: Skip target-libiberty for
5556 arm*-*-linux-androideabi.
5557 * configure: Regenerated.
5558
55592011-06-06 Nick Clifton <nickc@redhat.com>
5560
5561 * config.sub: Sync from upstream.
5562
55632011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5564
5565 * MAINTAINERS (Write After Approval): Add myself.
5566
55672011-06-01 Daniel Jacobowitz <drow@false.org>
5568
5569 * MAINTAINERS: Update my email address.
5570
55712011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5572
5573 * MAINTAINERS (Write After Approval): Update my email address.
5574
55752011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5576
5577 * MAINTAINERS (Write After Approval): Add myself.
5578
55792011-05-08 Doug Kwan <dougkwan@google.com>
5580
5581 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5582 * configure: Regenerated.
5583 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5584 value from configure.
5585 * Makefile.in: Regenerated.
5586
55872011-05-05 Joseph Myers <joseph@codesourcery.com>
5588
5589 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5590 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5591 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5592 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5593 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5594 *-*-vxworks*): Disable newlib and libgloss in separate case
5595 statement.
5596 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5597 to separate case statement.
5598 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5599 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5600 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5601 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5602 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5603 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5604 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5605 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5606 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5607 i[[3456789]]86-*-rdos*, m32r-*-*,
5608 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5609 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5610 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5611 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5612 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5613 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5614 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5615 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5616 and libgloss in main case over targets. Remove most empty cases
5617 in main case over targets.
5618 * configure: Regenerate.
5619
56202011-05-04 Janis Johnson <janisjo@codesourcery.com>
5621
5622 * MAINTAINERS (Write After Approval): Add myself.
5623
56242011-05-04 Joseph Myers <joseph@codesourcery.com>
5625
5626 * configure.ac: Remove code setting special library locations for
5627 hppa*64*-*-hpux11*. Remove code setting compiler for
5628 sparc-sun-solaris2*.
5629 * configure: Regenerate.
5630
56312011-05-04 Joseph Myers <joseph@codesourcery.com>
5632
5633 * configure.ac: Separate libgloss_dir settings from general case
5634 over targets.
5635 * configure: Regenerate.
5636
56372011-04-28 Joseph Myers <joseph@codesourcery.com>
5638
5639 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5640 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5641 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5642 cases in libgcj-disabling case statement.
5643 (hppa*64*-*-linux*): Set unsupported_languages instead of
5644 disabling target-zlib.
5645 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5646 to hppa*64*-*-hpux*.
5647 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5648 hppa*-*-hpux*.
5649 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5650 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5651 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5652 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5653 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5654 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5655 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5656 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5657 libgcj-disabling case statement.
5658 * configure: Regenerate.
5659
56602011-04-28 Joseph Myers <joseph@codesourcery.com>
5661
5662 * configure.ac: Disable Java for targets not supporting libffi.
5663 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5664 Remove cases in Java-disabling statement.
5665 (*arm-wince-pe): Change to arm-wince-pe.
5666 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5667 cases in Java-disabling statement.
5668 (bfin-*-*): Don't disable Java again.
5669 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5670 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5671 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5672 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5673 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5674 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5675 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5676 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5677 Java-disabling statement.
5678 (mmix-*-*): Don't disable Java again.
5679 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5680 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5681 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5682 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5683 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5684 statement.
5685 * configure: Regenerate.
5686
56872011-04-28 Joseph Myers <joseph@codesourcery.com>
5688
5689 * configure.ac: Separate cases disabling Java and Java libraries
5690 from general case over targets.
5691 * configure: Regenerate.
5692
56932011-04-21 Jie Zhang <jzhang918@gmail.com>
5694
5695 * MAINTAINERS: Update my email address.
5696
56972011-04-20 Easwaran Raman <eraman@google.com>
5698
5699 * MAINTAINERS (Write After Approval): Add myself.
5700
57012011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5702
5703 PR lto/48086
5704 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5705 * configure: Regenerate.
5706
57072011-04-16 Jim Meyering <meyering@redhat.com>
5708
5709 * MAINTAINERS (Write After Approval): Add myself.
5710
57112011-04-15 Dodji Seketeli <dodji@redhat.com>
5712
5713 * MAINTAINERS: Update my email address.
5714
57152011-04-13 Georg-Johann Lay <avr@gjlay.de>
5716
5717 * MAINTAINERS (Write After Approval): Add myself.
5718
57192011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5720
5721 * MAINTAINERS (Write After Approval): Add myself.
5722
57232011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5724
5725 * MAINTAINERS (Write After Approval): Add myself.
5726
57272011-04-06 Joseph Myers <joseph@codesourcery.com>
5728
5729 * configure.ac (build_tools): Remove build-byacc.
5730 (host_libs): Remove mmalloc.
5731 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5732 autoconf automake libtool diff rcs fileutils shellutils time
5733 textutils wdiff find uudecode hello tar gzip indent recode release
5734 sed perl gawk findutils gettext zip.
5735 (libgcj): Remove target-qthreads.
5736 (target_tools): Remove target-examples target-gperf.
5737 (YACC): Don't handle building byacc.
5738 * configure: Regenerate.
5739 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5740 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5741 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5742 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5743 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5744 handle building components.
5745 * Makefile.in: Regenerate.
5746
57472011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5748
5749 * MAINTAINERS: Update my email address as Xtensa maintainer.
5750
57512011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5752
5753 * config.sub: Sync from upstream.
5754
57552011-04-01 Joseph Myers <joseph@codesourcery.com>
5756
5757 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5758 (microblaze*): Don't disable libssp.
5759 * configure: Regenerate.
5760
57612011-04-01 Joseph Myers <joseph@codesourcery.com>
5762
5763 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5764 moveifchange.
5765 * configure: Regenerate.
5766 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5767 * Makefile.in: Regenerate.
5768
57692011-04-01 Joseph Myers <joseph@codesourcery.com>
5770
5771 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5772 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5773 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5774 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5775 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5776 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5777 md_exec_prefix cases.
5778 * configure: Regenerate.
5779
57802011-04-01 Joseph Myers <joseph@codesourcery.com>
5781
5782 * configure.ac: Separate cases disabling target-libssp,
5783 target-libiberty, target-libstdc++-v3 and Fortran from general
5784 case over targets.
5785 * configure: Regenerate.
5786
57872011-04-01 Joseph Myers <joseph@codesourcery.com>
5788
5789 * configure.ac (*-*-chorusos): Don't disable libgcj.
5790 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5791 Remove case.
5792 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5793 (arm-*-coff): Don't disable libgcj.
5794 (arm*-*-linux-gnueabi): Remove useless assignment.
5795 (arm-*-riscix*): Don't disable libgcj.
5796 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5797 configuration.
5798 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5799 (c54x*-*-*): Remove case.
5800 (tic54x-*-*): Don't disable GCC or GCC libraries.
5801 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5802 to *.
5803 (d10v-*-*): Don't disable GCC libraries.
5804 (d30v-*-*): Don't disable libgcj.
5805 (h8500-*-*): Don't disable GCC libraries.
5806 (i960-*-*): Don't disable libgcj.
5807 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5808 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5809 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5810 libgcj.
5811 (m68k-*-coff*): Remove case.
5812 (mmix-*-*): Don't disable libgloss on host.
5813 (mn10200-*-*, mn10300-*-*): Remove cases.
5814 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5815 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5816 Don't disable libgcj.
5817 (romp-*-*): Remove case.
5818 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5819 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5820 case.
5821 (v810-*-*): Don't disable GCC libraries.
5822 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5823 (ip2k-*-*): Don't disable GCC libraries.
5824 * configure: Regenerate.
5825
58262011-03-28 Joseph Myers <joseph@codesourcery.com>
5827
5828 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5829 libffi on host.
5830 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5831 on host.
5832 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5833 * configure: Regenerate.
5834
58352011-03-26 John Marino <binutils@marino.st>
5836
5837 * configure.ac: Add support for *-*-dragonfly*
5838 * configure: Regenerate.
5839
58402011-03-25 Joseph Myers <joseph@codesourcery.com>
5841
5842 * configure.ac (native_only): Remove.
5843 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5844 send-pr uudecode guile gnuserv on host.
5845 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5846 send-pr rcs guile perl texinfo libtool on host.
5847 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5848 automake send-pr rcs guile perl texinfo libtool on host.
5849 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5850 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5851 (alpha*-dec-osf*): Don't disable fileutils on target.
5852 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5853 texinfo send-pr expect dejagnu on target.
5854 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5855 target-qthreads on target.
5856 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5857 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5858 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5859 x86_64-*-mingw*): Don't disable expect on target.
5860 (*-*-cygwin*): Don't disable target-gperf on target.
5861 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5862 gnuserv on target.
5863 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5864 target.
5865 * configure: Regenerate.
5866
58672011-03-25 Joseph Myers <joseph@codesourcery.com>
5868
5869 * configure.ac (target_tools): Remove target-groff.
5870 (native_only): Remove target-groff.
5871 (hppa*64*-*-*): Don't disable byacc.
5872 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5873 setting.
5874 (*-*-kaos*): Don't skip target-librx and target-groff.
5875 (*-*-netware*): Don't skip target-libmudflap.
5876 (*-*-tpf*): Don't skip target-libmudflap.
5877 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5878 directories on the host.
5879 (ia64*-*-*vms*): Don't skip tix.
5880 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5881 host.
5882 * configure: Regenerate.
5883
58842011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5885
5886 * configure.ac: Remove references to mt-mep, mt-netware,
5887 mt-wince.
5888 * Makefile.def: Add all-utils soft dependencies.
5889 * Makefile.tpl: Remove GDB_NLM_DEPS.
5890 * configure: Regenerate.
5891 * Makefile.in: Regenerate.
5892
58932011-03-24 Paolo Bonzini <bonzini@gnu.org>
5894
5895 * configure.ac: Do not include mh-x86omitfp.
5896 * configure: Regenerate.
5897
58982011-03-24 Paolo Bonzini <bonzini@gnu.org>
5899
5900 * configure.ac: Remove empty cases.
5901 * configure: Regenerate.
5902
59032011-03-24 Paolo Bonzini <bonzini@gnu.org>
5904
5905 * Makefile.def: Add dependency from termcap to gdb.
5906 * Makefile.in: Regenerate.
5907
59082011-03-24 Paolo Bonzini <bonzini@gnu.org>
5909
5910 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5911 * configure: Regenerate.
5912 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5913 * Makefile.tpl: Likewise.
5914 * Makefile.in: Regenerate.
5915
59162011-03-24 Paolo Bonzini <bonzini@gnu.org>
5917
5918 * configure.ac: Remove all mentions of tentative_cc.
5919 * configure: Regenerate.
5920
59212011-03-24 Joseph Myers <joseph@codesourcery.com>
5922
5923 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5924 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5925 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5926 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5927 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5928 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5929 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5930 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5931 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5932 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5933 *-*-rhapsody*): Remove host cases.
5934 * configure: Regenerate.
5935
59362011-03-24 Joseph Myers <joseph@codesourcery.com>
5937
5938 * configure.ac (ppc*-*-pe): Remove host case.
5939 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5940 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5941 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5942 cases.
5943 * configure: Regenerate.
5944
59452011-03-24 Joseph Myers <joseph@codesourcery.com>
5946
5947 * config.sub: Update to version 2011-03-23.
5948
59492011-03-22 Joseph Myers <joseph@codesourcery.com>
5950
5951 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5952 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5953 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5954 * configure: Regenerate.
5955
59562011-03-22 Joseph Myers <joseph@codesourcery.com>
5957
5958 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5959 to Write After Approval.
5960 * config-ml.in: Don't handle arc-*-elf*.
5961 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5962 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5963 handle GCC libraries.
5964 * configure: Regenerate.
5965
59662011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5967
5968 PR bootstrap/48120:
5969 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5970 Add -lstdc++ -lm to LIBS.
5971 * configure: Regenerate.
5972
59732011-03-18 David Edelsohn <dje.gcc@gmail.com>
5974
5975 * config.guess: Update to version 2011-02-02
5976 * config.sub: Update to version 2011-02-24
5977
59782011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5979
5980 PR lto/48086
5981 * configure.ac: Re-enable LTO on *-apple-darwin9.
5982 * configure: Regenerate.
5983
59842011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5985
5986 PR lto/48086
5987 * configure.ac: Disable LTO on darwin due to an assembler change in
5988 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5989 under 256.
5990 * configure: Regenerate.
5991
59922011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5993
5994 * MAINTAINERS: Update myself as score backend maintainer,
5995 update my e-mail address.
5996
59972011-03-09 Xuepeng Guo <terry.guo@arm.com>
5998
5999 * MAINTAINERS: Update my e-mail address.
6000
60012011-03-06 Joey Ye <joey.ye@arm.com>
6002
6003 * MAINTAINERS: Update my e-mail address.
6004
60052011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6006
6007 * configure.ac: Adjust test of with_ppl.
6008 * configure: Regenerated.
6009
60102011-03-02 Kai Tietz <ktietz@redhat.com>
6011
6012 * MAINTAINERS: Adjust my e-mail address.
6013
60142011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6015
6016 * configure.ac: Add -lpwl to ppllibs.
6017 * configure: Regenerated.
6018
60192011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6020
6021 * config/cloog.m4: Add -lisl to clooglibs.
6022 * configure: Regenerated.
6023
60242011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6025
6026 * MAINTAINERS (CPU Port maintainers): Add self.
6027
60282011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6029
6030 * MAINTAINERS: Add myself as testsuite maintainer.
6031
60322011-02-15 Mike Stump <mikestump@comcast.net>
6033
6034 * MAINTAINERS: Add myself as testsuite maintainer.
6035
60362011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6037
6038 Import from Libtool and gnulib:
6039
6040 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
6041
6042 Prepare for supporting FreeBSD 10.
6043 * config.rpath: Remove handling of freebsd1* which soon would
6044 match FreeBSD 10.0.
6045
6046 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
6047
6048 Remove support for FreeBSD 1.x.
6049 * libtool.m4 (_LT_LINKER_SHLIBS)
6050 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6051 soon would incorrectly match FreeBSD 10.0.
6052
60532011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6054
6055 PR binutils/12283
6056 * move-if-change: Import version from gnulib.
6057
60582011-02-12 Alexandre Oliva <aoliva@redhat.com>
6059
6060 PR lto/47225
6061 * Makefile.def (lto-plugin): Double dash for enable-shared.
6062 (configure-gcc): Depend on all-lto-plugin.
6063 * Makefile.in: Rebuilt.
6064
60652011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6066
6067 * configure.ac: Remove extra bracket.
6068 * configure: Regenerate.
6069
60702011-02-08 Tobias Burnus <burnus@net-b.de>
6071
6072 * MAINTAINERS: Add myself as libquadmath maintainer.
6073
60742011-02-08 Thomas Schwinge <thomas@schwinge.name>
6075
6076 * MAINTAINERS: Update my email address.
6077
60782011-02-07 Joseph Myers <joseph@codesourcery.com>
6079
6080 * MAINTAINERS (option handling): Add self.
6081
60822011-02-06 Kai Tietz <kai.tietz@onevision.com>
6083
6084 PR lto/47225
6085 * Makefile.def: Add dependency for install-gcc
6086 on install-lto-plugin.
6087 * Makfile.in: Regenerated
6088
60892011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
6090
6091 * MAINTAINERS (CPU Port Maintainers): Add myself.
6092
60932011-01-31 Alexandre Oliva <aoliva@redhat.com>
6094
6095 PR libgcj/44341
6096 * configure.ac: Discard --with-* flags for host when configuring
6097 target libraries for cross build.
6098 * configure: Rebuilt.
6099
61002011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6101
6102 * MAINTAINERS (linear loop transforms): Removed.
6103
61042011-01-25 Jakub Jelinek <jakub@redhat.com>
6105
6106 * configure.ac: If with_ppl is no, move setting with_cloog=no
6107 after CLOOG_REQUESTED check.
6108 * configure: Regenerated.
6109
61102011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6111
6112 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6113 CLooG has been requested.
6114 * configure: Regenerated.
6115
61162011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6117
6118 * configure: Regenerated.
6119 * configure.ac: Check for version 0.11 (or later revision) of PPL.
6120
61212011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
6122
6123 * configure: Regenerated.
6124 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6125
61262011-01-21 Andreas Schwab <schwab@redhat.com>
6127
6128 * configure.ac: Use AS_HELP_STRING throughout.
6129 * configure: Regenerate.
6130
61312011-01-18 Jie Zhang <jie.zhang@analog.com>
6132
6133 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6134 * configure: Regenerate.
6135
61362011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6137
6138 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6139
61402011-01-13 Joel Brobecker <brobecker@adacore.com>
6141
6142 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6143 for ia64-hpux.
6144 * configure: Regenerate.
6145
61462011-01-07 Jan Hubicka <jh@suse.cz>
6147
6148 PR lto/47225
6149 * Makefile.in: Regenerate.
6150 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6151 configure.
6152
61532011-01-07 Jan Hubicka <jh@suse.cz>
6154
6155 * Makefile.in: Regenerate.
6156 * Makefile.def (gcc host module) and soft dependency on lto-plugin
6157 and configure dependency on lto-plugin configure.
6158 (lto-plugin module): Remove dependency on GCC; add dependency on
6159 liniberty.
6160
61612011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
6162
6163 * MAINTAINERS (Write After Approval): Add myself.
6164
61652010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
6166
6167 * configure: Regenerate.
6168
61692010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
6170
6171 * configure.ac: (picochip): Disable libiberty.
6172
61732010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
6174
6175 * MAINTAINERS (Write After Approval): Add myself.
6176
61772010-12-10 Ian Lance Taylor <iant@google.com>
6178
6179 PR bootstrap/46819
6180 * configure.ac: For --disable-libgcj clear libgcj_saved.
6181 * configure: Rebuild.
6182
61832010-12-10 Tobias Burnus <burnus@net-b.de>
6184
6185 PR fortran/46540
6186 * configure.ac: Add --disable-libquadmath and
6187 --disable-libquadmath-support.
6188 * configure: Regenerate.
6189
61902010-12-03 Ian Lance Taylor <iant@google.com>
6191
6192 * MAINTAINERS: Add myself as libgo maintainer.
6193
61942010-12-03 Hans-Peter Nilsson <hp@axis.com>
6195
6196 PR libffi/46792
6197 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6198 * configure: Regenerate.
6199
62002010-12-02 Ian Lance Taylor <iant@google.com>
6201
6202 * configure.ac: Always set default for poststage1_ldflags to
6203 -static-libstdc++ -static-libgcc.
6204
62052010-11-29 Andreas Schwab <schwab@redhat.com>
6206
6207 * configure.ac: Move comment to remove extra space in last argument
6208 of GCC_TARGET_TOOL.
6209
62102010-11-26 Alexandre Oliva <aoliva@redhat.com>
6211
6212 PR other/46026
6213 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6214 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6215 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6216 (BASE_FLAGS_TO_PASS): Use it.
6217 * configure: Rebuilt.
6218 * Makefile.in: Rebuilt.
6219
62202010-11-23 H.J. Lu <hongjiu.lu@intel.com>
6221
6222 PR binutils/12258
6223 * configure.ac: Correct comments for --enable-gold/--enable-ld.
6224 Properly check default linker.
6225 * configure: Regnerated.
6226
62272010-11-23 Matthias Klose <doko@ubuntu.com>
6228
6229 * configure.ac: For --enable-gold, handle value `default' instead of
6230 `both*'. New configure option --{en,dis}able-ld.
6231 * configure: Regenerate.
6232
62332010-11-20 Ian Lance Taylor <iant@google.com>
6234
6235 * configure.ac: Only disable a language library if no language needs
6236 it. Don't let --disable-libgcj uncondtionally disable libffi.
6237 * configure: Rebuild.
6238
62392010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6240
6241 * Makefile.in: Regenerate.
6242
6243 PR other/46202
6244 * configure.ac: Fix just-built in-tree STRIP name to be
6245 binutils/strip-new.
6246 * configure: Regenerate.
6247 * Makefile.def (install-strip-gcc, install-strip-binutils)
6248 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6249 (install-strip-sid): Mirror dependencies on non-strip variants
6250 of these targets on the respective -strip prerequisites.
6251 * Makefile.tpl (install-strip, install-strip-host)
6252 (install-strip-target): New targets.
6253 (install-strip-[+module+], install-strip-target-[+module+]):
6254 New targets.
6255 * Makefile.in: Regenerate.
6256
62572010-11-19 Ian Lance Taylor <iant@google.com>
6258 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6259
6260 * configure.ac: Add target-libgo to target_libraries. Set
6261 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6262 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6263 (HOST_EXPORTS): Add GOC.
6264 (BASE_TARGET_EXPORTS): Add GOC.
6265 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6266 (GOCFLAGS_FOR_TARGET): New variable.
6267 (EXTRA_HOST_FLAGS): Add GOC.
6268 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6269 * Makefile.def (target_modules): Add libgo.
6270 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6271 (dependencies): Add dependency from configure-target-libgo to
6272 configure-target-libffi and all-target-libstdc++-v3. Add
6273 dependencies from all-target-libgo to all-target-libffi.
6274 (languages): Add go.
6275 * configure: Rebuild.
6276 * Makefile.in: Rebuild.
6277
62782010-11-19 Ian Lance Taylor <iant@google.com>
6279
6280 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6281 compiler/flag environment variables.
6282
62832010-11-18 Ian Lance Taylor <iant@google.com>
6284
6285 * configure.ac: Check for lang_requires_boot_languages in
6286 config-lang.in files.
6287 * configure: Rebuild.
6288
62892010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
6290 Tobias Burnus <burnus@net-b.de>
6291
6292 PR fortran/32049
6293 * Makefile.def: Add libquadmath; build it with language=fortran.
6294 * configure.ac: Add libquadmath.
6295 * Makefile.tpl: Handle multiple libs in check-[+language+].
6296 * Makefile.in: Regenerate.
6297 * configure: Regenerate.
6298
b9b9d342
TT
62992010-11-16 Tom Tromey <tromey@redhat.com>
6300
6301 * MAINTAINERS: Moved myself to reviewers section.
6302
ecbfe87a
ZD
63032010-11-15 Zdenek Dvorak <ook@ucw.cz>
6304
6305 * MAINTAINERS: Moved myself to reviewers section.
6306
29a4f477
RW
63072010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6308
6309 * MAINTAINERS (Various Maintainers): Add self for build machinery.
6310 (Write After Approval): Remove self.
6311
9965e3cd
AS
63122010-11-15 Andreas Schwab <schwab@redhat.com>
6313
6314 * configure.ac: Fix spelling in option names.
6315 * configure: Regenerated.
6316
0463992b
GJL
63172010-11-13 Georg-Johann Lay <georgjohann@web.de>
6318
6319 PR bootstrap/39622
6320 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6321 * configure: Regenerated.
6322
3df08734
KG
63232010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
6324
6325 * MAINTAINERS: Update my email address.
6326
f16e2237
TG
63272010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6328
f16e2237
TG
6329 * configure: Regenerate.
6330
0bb52d68
TG
63312010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6332
1f980c25 6333 * configure: Regenerate.
0bb52d68 6334
aba2b02e
TG
63352010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6336
aba2b02e
TG
6337 * configure: Regenerate.
6338
27882098
TG
63392010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6340
27882098
TG
6341 * configure: Regenerate.
6342
d32ef397
AS
63432010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6344
6345 * configure.ac: Support official CLooG.org versions.
6346 * configure: Regenerate.
6347 * config/cloog.m4: New.
6348
5a4b6c0e
FD
63492010-11-10 François Dumont <francois.cppdevs@free.fr>
6350
6351 * MAINTAINERS (Write After Approval): Add myself.
6352
f2cea726
DE
63532010-11-09 David Edelsohn <dje.gcc@gmail.com>
6354
6355 * MAINTAINERS: Update my email address.
6356
d8ed14ce
IS
63572010-11-04 Iain Sandoe <iains@gcc.gnu.org>
6358
6359 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6360 * configure: Regenerate.
d8ed14ce 6361
48215350
DK
63622010-11-03 Ian Lance Taylor <iant@google.com>
6363 Dave Korn <dave.korn.cygwin@gmail.com>
6364
6365 PR lto/46273
6366 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
6367 and on other supported platforms whenever LTO is enabled.
6368 * configure: Rebuild.
6369
87841584
AM
63702010-11-02 Alan Modra <amodra@gmail.com>
6371
6372 PR binutils/12110
6373 * configure.ac: Error when source path contains spaces.
6374 * configure: Regenerate.
6375
fe12dfe1
JW
63762010-10-23 James E. Wilson <wilson@codesourcery.com>
6377
6378 * MAINTAINERS: Update my email address.
6379
66c92425
ILT
63802010-10-20 Ian Lance Taylor <iant@google.com>
6381
6382 * Makefile.def (target_modules): Set lib_path to src/.libs for
6383 libstdc++-v3 module.
6384 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6385 * Makefile.in: Rebuild.
6386
187d3518
LB
63872010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6388
6389 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6390 (Write After Approval): Remove myself.
6391
02db6bba
TG
63922010-10-15 Tristan Gingold <gingold@adacore.com>
6393
6394 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6395
c0103e74
DR
63962010-10-14 Douglas Rupp <rupp@gnat.com>
6397
6398 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6399
1cd0b716
DK
64002010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6401
6402 * configure.ac (build_lto_plugin): New shell variable.
6403 (--enable-lto): Turn on by default for all non-ELF platforms that
6404 have had LTO support added so far. Set build_lto_plugin appropriately
6405 for both ELF and non-ELF.
6406 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6407 * configure: Regenerate.
6408
d4c1abb3
RW
64092010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6410
6411 Sync from src:
6412 * configure.ac (v850 support): Remove target-libgloss from
6413 noconfigdirs.
6414 * configure: Regenerate.
6415
ffedf511
RW
64162010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6417
6418 PR bootstrap/45326
6419 PR bootstrap/45174
6420 * configure.ac: Honor initial values of $build_configargs,
6421 $host_configargs, $target_configargs. Mark the precious, so
6422 environment settings get recorded.
6423 * configure: Regenerate.
6424
e1826acc
RW
64252010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6426
6427 PR bootstrap/45796
6428 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6429 Depend on all-build-libiberty.
6430 * Makefile.in: Regenerate.
6431
80920132
ME
64322010-09-30 Michael Eager <eager@eagercon.com>
6433
6434 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6435 * configure: Regenerate.
6436
770a498a
ME
64372010-09-28 Michael Eager <eager@eagercon.com>
6438
6439 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6440
86dfbd58
RW
64412010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6442
6443 PR bootstrap/44621
6444 * configure.ac: Fix unportable shell quoting.
6445 * configure: Regenerate.
6446
db50fe7d
IS
64472010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6448
6449 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6450 targets and amend comment.
6451 * configure: Regenerate.
6452
0064e825
TB
64532010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6454
6455 * MAINTAINERS (Write After Approval): Add myself.
6456
bb79486c
JH
64572010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6458
6459 * configure.ac: Enable LTO by default on Darwin.
6460 * configure: Regenerate.
6461
9e0b22c3
MS
64622010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6463
bb79486c 6464 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 6465
2fabf1b7
IB
64662010-09-01 Ian Bolton <ian.bolton@arm.com>
6467
bb79486c 6468 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 6469
3a9abc98
DS
64702010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6471
6472 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6473 ports
6474
331a9a59
DY
64752010-07-28 David Yuste <david.yuste@gmail.com>
6476
6477 * MAINTAINERS (Write After Approval): Add myself.
6478
223a9d64
N
64792010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6480
6481 * configure.ac: Support all v850 targets.
6482 * configure: Regenerate.
6483
9183bdcf
MG
64842010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6485
6486 PR bootstrap/44455
6487 * configure.ac (extra_mpfr_configure_flags): Copy from
6488 extra_mpc_gmp_configure_flags.
6489 * configure: Re-generated.
6490
2e290598
AK
64912010-07-22 Andi Kleen <ak@linux.intel.com>
6492
6493 * MAINTAINERS (Write After Approval): Add myself.
6494
8d6cd388
CLT
64952010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6496
6497 * MAINTAINERS (Write After Approval): Add myself.
6498
b0b01eb0
JY
64992010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6500
6501 * MAINTAINERS (Write After Approval): Add myself.
6502
77198d71
JH
65032010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6504
6505 PR target/44862
6506 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6507 Provide -B option to allow for link spec %s substitutions for
6508 libstdc++.a on darwin.
6509 * Makefile.in: Regenerate.
6510
02fe70af
MM
65112010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6512
6513 * MAINTAINERS (Reviewers): Update my e-mail address
6514
c63a4676
AO
65152010-06-10 Alexandre Oliva <aoliva@redhat.com>
6516
6517 * Makefile.def (configure-gcc): Depend on all-libelf.
6518 * Makefile.in: Rebuild.
6519
e68edbf6
FC
65202010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6521
6522 * MAINTAINERS (Write After Approval): Add myself in the right place.
6523
dce2d8b2 65242010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
6525
6526 * MAINTAINERS (Write After Approval): Add myself.
6527
dce2d8b2 65282010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
6529
6530 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
6531
65322010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 6533
1ab55d69
MK
6534 * config.sub: Update to version 2010-05-21.
6535 * config.guess: Update to version 2010-04-03.
0c422e74 6536
02540df4
SB
65372010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6538
6539 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6540 * configure: Regenerate.
6541
dfe5f5b2
ST
65422010-05-12 Sriraman Tallam <tmsriram@google.com>
6543
6544 * MAINTAINERS (Write After Approval): Add myself.
6545
c082f9f3
SB
65462010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6547
6548 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6549 a platform that supports LTO.
6550 * configure: Regenerate.
6551
f1af9e5f
SP
65522010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6553
6554 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6555 * configure: Regenerated.
6556
38e3d868
RM
65572010-04-27 Roland McGrath <roland@redhat.com>
6558 H.J. Lu <hongjiu.lu@intel.com>
6559
6560 * configure.ac (--enable-gold): Support both, both/gold and
6561 both/bfd to add gold to configdirs without removing ld.
6562 * configure: Regenerated.
6563
6564 * Makefile.def: Add install-gold dependency to install-ld.
6565 * Makefile.in: Regenerated.
6566
3bec79c5
DK
65672010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6568
6569 PR lto/42776
6570 * configure.ac (--enable-lto): Refactor handling so libelf tests
6571 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6572 and allow LTO to be explicitly enabled on non-ELF platforms that
6573 are known to support it inside else-clause.
6574 * configure: Regenerate.
6575
615c8ffa
EB
65762010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6577
6578 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6579 * configure: Regenerate.
6580
e4522f78
RC
65812010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6582
6583 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6584 * configure: Regenerate.
6585
8ccb78f2
RO
65862010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6587
6588 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6589 separately.
6590 * configure: Regenerate.
6591
d5cc2ee3
KW
65922010-04-16 Kevin Williams <kevin.williams@inria.fr>
6593
6594 * MAINTAINERS (Write After Approval): Add myself.
6595
8406cb62
TG
65962010-04-14 Tristan Gingold <gingold@adacore.com>
6597
6598 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6599 * configure: Regenerate.
6600
3591b8e2
SE
66012010-04-13 Steve Ellcey <sje@cup.hp.com>
6602
6603 * configure: Regenerate after change to elf.m4.
6604
a82ecc7b
IS
66052010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6606
6607 * MAINTAINERS (Write After Approval): Add myself.
6608
1f0bf148
SP
66092010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6610
6611 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6612 * configure: Regenerated.
6613
66142010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6615
6616 * configure.ac: Print "buggy but acceptable" when CLooG
6617 revision is less than 9.
6618 * configure: Regenerated.
6619
ecd01dee
DN
66202010-04-01 Diego Novillo <dnovillo@google.com>
6621
6622 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6623
dc683a3f
RW
66242010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6625
6626 PR bootstrap/43615
6627 PR bootstrap/43328
6628
6629 Revert:
6630
6631 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6632
6633 * configure.ac: Do not pass --enable-multilib nor
6634 --disable-multilib in baseargs. Accept explicitly passed
6635 --enable_multilib.
6636 * configure: Regenerate.
6637
7527d83f
UW
66382010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6639
6640 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6641
895522b6
JJ
66422010-03-31 Janis Johnson <janis187@us.ibm.com>
6643
6644 * MAINTAINERS: Remove myself.
6645
9db4e878
RW
66462010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6647
6648 PR bootstrap/43328
6649 * configure.ac: Do not pass --enable-multilib nor
6650 --disable-multilib in baseargs. Accept explicitly passed
6651 --enable_multilib.
6652 * configure: Regenerate.
6653
acf6bf36
AP
66542010-03-28 Andrew Pinski <pinskia@gmail.com>
6655
6656 * MAINTAINERS (spu port): Remove me.
6657
b42f0d7e
JM
66582010-03-23 Joseph Myers <joseph@codesourcery.com>
6659
6660 * configure.ac (tic6x-*-*): New case.
6661 * configure: Regenerate.
6662
0d1152b1
JM
66632010-03-23 Joseph Myers <joseph@codesourcery.com>
6664
6665 * config.sub: Update to version 2010-03-22.
6666 * config.guess: Update to version 2009-12-30.
6667
dce2d8b2 66682010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
6669
6670 PR ada/42554
6671 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6672 * configure: Regenerate.
6673
5408fbe8
RR
66742010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6675
6676 * MAINTAINERS: Update my email address.
6677
3f55a3b3
SP
66782010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6679
6680 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6681 (ghassan.shobaki@amd.com): Removed.
6682
3f08f7e8
AM
66832010-03-17 Alan Modra <amodra@gmail.com>
6684
6685 * MAINTAINERS: Update my email address.
6686
f3a9d094
DN
66872010-03-16 Diego Novillo <dnovillo@google.com>
6688
6689 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6690 Matthews.
6691
db5c4b8b
JM
66922010-03-16 Joseph Myers <joseph@codesourcery.com>
6693
6694 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6695 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6696
b995570a
JM
66972010-03-16 Joseph Myers <joseph@codesourcery.com>
6698
6699 * MAINTAINERS: Update my email address.
6700
124cc66f
DJ
67012010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6702
6703 * MAINTAINERS: Update my email address.
6704
a4581668
BS
67052010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6706
6707 * MAINTAINERS: Update my email address.
6708
49d78e29
JZ
67092010-03-09 Jie Zhang <jie@codesourcery.com>
6710
6711 * MAINTAINERS: Update my email address.
6712
8927b7c0
RO
67132010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6714
6715 PR libstdc++/32499
6716 * configure.ac (RANLIB): Default to true.
6717 (STRIP): Likewise.
6718 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6719 * configure: Regenerate.
6720
dce2d8b2 67212010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
6722
6723 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6724 (Write After Approval): Update my email address.
6725
bf646aaf
NC
67262010-02-17 Nick Clifton <nickc@redhat.com>
6727
6728 PR 11238
6729 * Makefile.tpl (local-distclean): Also remove config.cache files in
6730 sub-directories as there may not be Makefiles present in the
6731 sub-directories.
96e41f16
NC
6732 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6733 the config.cache files found by the find command.
6734
bf646aaf
NC
6735 * Makefile.in: Regenerate.
6736 * configure.ac: Revert previous delta.
6737 * configure: Regenerate.
6738
ff78880a
NC
67392010-02-15 Nick Clifton <nickc@redhat.com>
6740
6741 PR 11238
6742 * configure.ac: Delete config.cache files in sub-directories when
6743 deleting Makefiles.
6744 * configure: Regenerate.
6745
8150eadf
BE
67462010-02-12 Ben Elliston <bje@gnu.org>
6747
6748 * MAINTAINERS: Update my email address.
6749
a9e12bfd
AP
67502010-02-08 Andrew Pinski <pinskia@gmail.com>
6751
6752 * MAINTAINERS (spu port): Update my email address.
6753
95315086
JZ
67542010-02-08 Jie Zhang <jie.zhang@analog.com>
6755
6756 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6757
362c6d2f
KG
67582010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6759
6760 * configure.ac: Add "recommended" version checks for GMP/MPC.
6761 Update recommended GMP/MPFR/MPC versions.
6762 * configure: Regenerate.
6763
888c5ad2
JR
67642010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6765
6766 * MAINTAINERS: Move my Embecosm email address into the
6767 write-after-approval section.
6768
3bf714a7
ILT
67692010-01-26 Ian Lance Taylor <iant@google.com>
6770
6771 * MAINTAINERS: Add myself as Go frontend maintainer.
6772
ad1e5170
JR
67732010-01-25 Joern Rennecke <amylaar@spamcop.net>
6774
6775 PR libstdc++/36101, PR libstdc++/42813
6776 * configure.ac (bootstrap_target_libs): Make inclusion of
6777 target-libgomp conditional on libgomb being in target_configdirs.
6778 * configure: Regenerate.
6779
fb0553d1
JR
67802010-01-23 Joern Rennecke <amylaar@spamcop.net>
6781
6782 PR libstdc++/36101, PR libstdc++/42813
6783 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6784 * configure: Regenerate.
6785
aae29963
JR
67862010-01-22 Joern Rennecke <amylaar@spamcop.net>
6787
6788 PR libstdc++/36101, PR libstdc++/42813
6789 * configure.ac (target_configdirs): Substitute.
6790 * Makefile.def: Bootstrap target module libgomp.
6791 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6792 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6793 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6794 * configure, Makefile.in: Regenerate.
6795
d8fe8895
DK
67962010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6797
6798 * MAINTAINERS: Adjust my details.
6799
ebfe4897
EW
68002010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6801
6802 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6803
f7746c59
TL
68042010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6805
6806 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6807
306c7b5b
TL
68082010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6809
6810 * MAINTAINERS (Write After Approval): Add myself.
6811
1b8b9e19
KT
68122010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6813
6814 * MAINTAINERS (Write After Approval): Add myself.
6815
c164615b
RG
68162010-01-11 Richard Guenther <rguenther@suse.de>
6817
6818 PR lto/41569
6819 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6820 * Makefile.in: Regenerated.
6821
f3f623ae
AT
68222010-01-11 Andreas Tobler <andreast@fgznet.ch>
6823
6824 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6825 * configure: Regenerate.
6826
592c90ff 68272010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 6828 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
6829
6830 PR bootstrap/42424
6831 * configure.ac: Include libtool m4 files.
9c78662a 6832 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
6833 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6834 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 6835
592c90ff
KG
6836 * configure: Regenerate.
6837
60a2e213
RW
68382010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6839
6840 PR bootstrap/41818
6841 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6842 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6843 * Makefile.in: Regenerate.
6844
7413962d
RG
68452010-01-02 Richard Guenther <rguenther@suse.de>
6846
6847 PR lto/41529
6848 * configure.ac: Include config/elf.m4. Disable LTO if not
6849 builting for an elf target.
6850 * configure: Regenerate.
6851
f77f3945
CF
68522009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6853
6854 * MAINTAINERS: Change my email address.
6855
4960e3f0
BE
68562009-12-18 Ben Elliston <bje@au.ibm.com>
6857
6858 * config.sub, config.guess: Update from upstream sources.
6859
d16a31da
SZ
68602009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6861
6862 * MAINTAINERS (Write After Approval): Add myself.
6863
3a5729ea
KG
68642009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6865
6866 PR middle-end/30447
6867 PR middle-end/30789
6868 PR other/40302
6869
6870 * configure.ac: Require MPC.
6871 * configure: Regenerate.
6872
43e02a8a
RW
68732009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6874
6875 PR target/38384
6876 PR bootstrap/40972
6877 * libtool.m4: Sync from git Libtool.
6878 * ltoptions.m4: Likewise.
6879 * ltversion.m4: Likewise.
6880 * lt~obsolete.m4: Likewise.
6881 * ltmain.sh: Likewise.
6882
360d4522
KG
68832009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6884
6885 * configure.ac: Update minimum MPC version to 0.8.
6886 * configure: Regenerate.
6887
f264ed56
SP
68882009-11-21 Sebastian Pop <sebpop@gmail.com>
6889
6890 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6891 * configure: Regenerated.
6892
ed2eaa9f
ILT
68932009-11-21 Ian Lance Taylor <iant@google.com>
6894
6895 * configure.ac: Change default of poststage1_ldflags to be empty if
6896 poststage1_libs is set. When poststage1_libs is empty, and
6897 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6898 * configure: Rebuild.
6899
58346783
AN
69002009-11-21 Adam Nemet <adambnmet@gmail.com>
6901
6902 * MAINTAINERS (Write After Approval): Update my email address.
6903
5ca0106a
BE
69042009-11-20 Ben Elliston <bje@au.ibm.com>
6905
6906 * config.guess: Update from upstream sources.
6907
87213cd4
AO
69082009-11-16 Alexandre Oliva <aoliva@redhat.com>
6909
6910 * Makefile.def: Restore host and target settings for gmp.
6911 * Makefile.in: Rebuild.
6912
f61428ed
AO
69132009-11-16 Alexandre Oliva <aoliva@redhat.com>
6914
6915 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6916 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6917 Fix portability of test of C++ as bootstrap language. Add
6918 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6919 * configure: Rebuild.
6920 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6921 and cloog. Fix in-tree ppl configuration. Introduce libelf
6922 in-tree building.
6923 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6924 (POSTSTAGE1_HOST_EXPORTS): Use it.
6925 (STAGE[+id+]_CXXFLAGS): New.
6926 (BASE_FLAGS_TO_PASS): Pass it down.
6927 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6928 extra_exports.
6929 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6930 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6931 extra_exports.
6932 * Makefile.in: Rebuild.
6933
f6c56be6
BE
69342009-11-17 Ben Elliston <bje@au.ibm.com>
6935
6936 * config.sub, config.guess: Update from upstream sources.
6937
0ccb5970
JK
69382009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6939
6940 * MAINTAINERS (Write After Approval): Add myself.
6941
dce2d8b2 69422009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
6943
6944 * MAINTAINERS (Write After Approval): Add myself.
6945
5d571eaa
OS
69462009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6947
6948 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6949 paths for *-w64-mingw* and x86_64-*mingw*.
6950 * configure: Regenerated.
6951
dce2d8b2 69522009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
6953
6954 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6955
c393f559
BK
69562009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6957
6958 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6959 Phil Edwards to Write-After Approval.
6960
ef4c4300
KT
69612009-10-30 Kai Tietz <kai.tietz@onevision.com>
6962
6963 * configure.ac: Disable target-winsup & co for
6964 x86_64-*-mingw* and *-w64-mingw* targets.
6965 * configure: Regenerated.
6966
65a324b4
NC
69672009-10-16 Nick Clifton <nickc@redhat.com>
6968
6969 * MAINTAINERS: Add myself as a maintainer for the RX port.
6970
dce2d8b2 69712009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 6972
9c78662a 6973 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 6974
17e72e5d
RO
69752009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6976
6977 * configure.ac (CLooG test): Use = with test.
6978 * configure: Regenerate.
6979
ed3a56f3
RG
69802009-10-22 Richard Guenther <rguenther@suse.de>
6981
6982 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6983 cloog if the ppl version check failed. Move flags saving
6984 before setting in libelf check.
6985 * configure: Regenerate.
6986
ad0abd3c
RG
69872009-10-21 Richard Guenther <rguenther@suse.de>
6988
6989 * configure.ac: Adjust the ppl and cloog configure to work as
6990 documented. Disable cloog if ppl was disabled. Omit the version
6991 checks if they were disabled.
6992 * configure: Re-generate.
6993
e4c5bd48
RW
69942009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6995
6996 * configure.ac: Add 'lto' to enable_languages, not
6997 new_enable_languages, and only if not already present.
6998 * configure: Regenerate.
6999
0ffd69c5
GP
70002009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
7001
7002 * README: Refer to the various COPYING* files instead of just
7003 COPYING.
7004 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7005
dce2d8b2 70062009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
7007
7008 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 7009
58687768
RG
70102009-10-07 Richard Guenther <rguenther@suse.de>
7011
7012 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7013 and Richard Guenther as reviewers.
7014 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7015 as reviewers.
7016
49b0ca5c 70172009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 7018
49b0ca5c 7019 * config.sub: Update from upstream sources.
d2d9ce5e 7020
aeb94799
ILT
70212009-10-06 Ian Lance Taylor <iant@google.com>
7022
7023 * Makefile.def: check-gold depends upon all-gas.
7024 * Makefile.in: Rebuild.
7025
123651cd
PM
70262009-10-05 Phil Muldoon <pmuldoon@redhat.com>
7027
7028 * MAINTAINERS (Write After Approval): Add myself.
7029
d7f09764
DN
70302009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
7031
7032 * Makefile.def: all-lto-plugin depends on all-libiberty.
7033 set bootstrap=true for lto-plugin.
7034 Add lto-plugin.
7035 * Makefile.in: Regenerate.
7036 * configure.ac (host_libs): Add lto-plugin.
7037 * configure: Regenerate.
7038
d7f09764
DN
70392009-10-03 Diego Novillo <dnovillo@google.com>
7040
7041 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7042 (HOST_LIBELFLIBS): Define.
7043 (HOST_LIBELFINC): Define.
7044 * Makefile.in: Regenerate.
7045 * configure.ac: Add --enable-lto.
7046 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7047 If --enable-lto is used, add 'lto' to new_enable_languages.
7048 If --enable-lto is used and gold is enabled, add
7049 lto-plugin to configdirs.
7050 * configure: Regenerate.
7051
70522009-10-03 Simon Baldwin <simonb@google.com>
7053
7054 * configure.ac: If --with-system-zlib, suppress local zlib and
7055 pass --with-system-zlib to subdir configure scripts.
7056 * configure: Regenerate.
7057
dce2d8b2 70582009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
7059 Paolo Bonzini <bonzini@gnu.org>
7060
7061 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7062 $(srcdir).
7063 * Makefile.in: Rebuilt.
7064
dce2d8b2 70652009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
7066
7067 * MAINTAINERS (Write After Approval): Add myself.
7068
3e661154
KG
70692009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7070
7071 * configure.ac: Update minimum MPC version to 0.7.
7072 * configure: Regenerate.
7073
f1a036e4
NC
70742009-09-25 Nick Clifton <nickc@redhat.com>
7075
7076 * configure.ac: Pass any --cache-file=/dev/null option on to
7077 subconfigures.
7078 * configure: Regenerate.
7079
d4c74acc
NC
70802009-09-23 Nick Clifton <nickc@redhat.com>
7081
7082 * config.sub, config.guess: Update from upstream sources.
7083
dce2d8b2 70842009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
7085
7086 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7087 * Makefile.in: Rebuilt.
7088
0db770bd
RW
70892009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7090
7091 PR bootstrap/32272
7092 * configure.ac: Error out if $srcdir isn't '.' but contains
7093 host-${host_noncanonical}.
7094 * configure: Regenerate.
7095
71101870
RO
70962009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7097
7098 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7099 maintainer.
7100
ca6d0d62
RW
71012009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7102
79cd2b23
RW
7103 * configure.ac: If bootstrapping a combined tree with
7104 --enable-gold, require c++ in stage1_languages.
7105 * configure: Regenerate.
7106
ab9dcd0c
RW
7107 * configure.ac: Also add target_libs of stage1_languages to
7108 bootstrap_target_libs.
7109 * configure: Regenerate.
7110
ca6d0d62
RW
7111 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7112 with --enable-languages not containing c++.
7113 * configure: Regenerate.
7114
1c3c9f12
JZ
71152009-09-15 Jie Zhang <jie.zhang@analog.com>
7116
7117 * configure.ac: Disable java and boehm-gc for bfin-*-*.
7118 * configure: Regenerate.
7119
dce2d8b2 71202009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 7121
6fb30a14
JR
7122 * MAINTAINERS (Write After Approval): Update my e-mail address,
7123 and move from from here...
7124 (Waiting for paperwork): To here.
0318772d 7125
4056c2c6
JM
71262009-09-09 Joseph Myers <joseph@codesourcery.com>
7127
7128 * MAINTAINERS (Reviewers): Add self as driver reviewer.
7129
3e54529c
RW
71302009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7131
7132 * configure.ac: Do not use $extrasub for replacing @if/@endif
7133 parts in Makefile; instead, use additional arguments to
7134 AC_CONFIG_COMMANDS to do the replacement manually, with several
7135 sed invocations, to avoid HP-UX sed command limits.
7136 * configure: Regenerate.
7137
713e2ea6
AO
71382009-09-08 Alexandre Oliva <aoliva@redhat.com>
7139
7140 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7141 blank before -L.
7142
5646b7b9
AO
71432009-09-04 Alexandre Oliva <aoliva@redhat.com>
7144
7145 * configure.ac (with-build-config): Document. Handle without.
7146 Handle missing argument.
7147 * configure: Rebuilt.
7148
e12c4094
AO
71492009-09-03 Alexandre Oliva <aoliva@redhat.com>
7150
7151 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
7152 Default to bootstrap-debug only if compare-debug works.
7153 * configure: Rebuilt.
7154 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7155 * Makefile.in: Rebuilt.
7156
75cb0057
RO
71572009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7158
7159 * MAINTAINERS (OS Port Maintainers): Update my email address.
7160
8fc68cba
AO
71612009-09-01 Alexandre Oliva <aoliva@redhat.com>
7162
7163 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7164 * Makefile.in: Rebuilt.
7165
44cb38cf
CD
71662009-09-01 Chris Demetriou <cgd@google.com>
7167
7168 * MAINTAINERS (Write After Approval): Add myself.
7169
f9329c35
DS
71702009-08-31 Dodji Seketeli <dodji@redhat.com>
7171
7172 PR debug/30161
7173 * include/dwarf2.h (enum dwarf_tag): Added
7174 DW_TAG_GNU_template_template_param
7175 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7176
f945e229
PB
71772009-08-30 Paolo Bonzini <bonzini@gnu.org>
7178
7179 * Makefile.tpl (AWK): Fix typo.
7180 * Makefile.in: Regenerate.
7181
87264276
PB
71822009-08-30 Paolo Bonzini <bonzini@gnu.org>
7183
7184 * configure.ac: Detect awk and sed.
7185 * Makefile.def (flags_to_pass): Add AWK and SED.
7186 * Makefile.tpl (AWK, SED): New.
7187 (BASE_FLAGS_TO_PASS): Add AWK and SED.
7188 * configure: Regenerate.
7189 * Makefile.in: Regenerate.
7190
68ccd57c
DK
71912009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
7192
7193 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7194 (collapseslashes): Likewise.
7195
df58e648
RW
71962009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7197
7198 * configure.ac (AC_PREREQ): Bump to 2.64.
7199
0539cb2c
RW
72002009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7201
70fa0efa
RW
7202 * configure.ac: Remove --with-datarootdir, --with-docdir,
7203 --with-pdfdir, --with-htmldir switches.
7204 * configure: Regenerate.
7205
5213506e
RW
7206 * configure: Regenerate.
7207
0539cb2c
RW
7208 * compile: Sync from Automake 1.11.
7209 * depcomp: Likewise.
7210 * install-sh: Likewise.
7211 * missing: Likewise.
7212 * mkinstalldirs: Likewise.
7213 * ylwrap: Likewise.
7214
197c68cc
DK
72152009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
7216
7217 * ltmain.sh (func_normal_abspath): New function.
7218 (func_relative_path): Likewise.
7219 (func_mode_help): Document new -bindir option for link mode.
7220 (func_mode_link): Add new -bindir option, and use it to place
7221 output DLL if specified.
7222
58af276a
RW
72232009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7224
0115d4a3
RW
7225 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7226 (baseargs): Add --disable-option-checking.
7227 * configure: Regenerate.
7228
58af276a
RW
7229 * Makefile.def (configure-target-libiberty): Depend on
7230 all-binutils and all-ld.
7231 (configure-target-newlib): Likewise.
7232 * Makefile.in: Regenerate.
7233
e9d9afef
BE
72342009-08-17 Ben Elliston <bje@au.ibm.com>
7235
7236 * config.sub, config.guess: Update from upstream sources.
7237
354ebf88
RW
72382009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7239
7240 Sync from src, merge:
7241
7242 2009-07-02 Tristan Gingold <gingold@adacore.com>
7243
7244 * configure.ac: Do not exclude gas for i386-*-darwin.
7245 Add a case for x86_64-*-darwin.
7246 * configure: Regenerate.
7247
8375f7b2
NV
72482009-08-06 Neil Vachharajani <nvachhar@gmail.com>
7249
7250 * MAINTAINERS: Add my name to Write After Approval list.
7251
dce2d8b2 72522009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
7253
7254 * configure.ac: Add Microblaze target.
7255 * configure: Regenerate.
7256
ea2002ba
CB
72572009-07-31 Christian Bruel <christian.bruel@st.com>
7258
7259 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7260 * configure: Regenerate.
2bf33cdb 7261
dce2d8b2 72622009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
7263
7264 * MAINTAINERS (Write After Approval): Update my e-mail address.
7265
e90e6bd7
ILT
72662009-07-06 Ian Lance Taylor <iant@google.com>
7267
7268 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7269 * configure: Rebuild.
7270
f6e0880a
TG
72712009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
7272
7273 * MAINTAINERS: Move myself to the Graphite Reviewers.
7274
6d984927
WG
72752009-06-30 Wei Guozhi <carrot@google.com>
7276
7277 * MAINTAINERS: Add my name to Write After Approval list.
7278
f2689b09
SE
72792009-06-26 Steve Ellcey <sje@cup.hp.com>
7280
7281 PR bootstrap/40338
7282 * configure.ac (comparestring): Create new variable.
7283 * Makefile.tpl (comparestring): Use to skip some comparisions.
7284 * configure: Regenerate.
7285 * Makefile.in: Regenerate.
7286
f62c0ba4
DE
72872009-06-26 Doug Evans <dje@sebabeach.org>
7288
7289 * Makefile.def (host_modules): Add cgen.
7290 * Makefile.in: Regenerate.
7291 * configure.ac (host_tools): Add cgen.
7292 * configure: Regenerate.
7293
7acf4da6
DD
72942009-06-23 DJ Delorie <dj@redhat.com>
7295
7296 * MAINTAINERS: Add myself as mep maintainer.
7297
00020c16
ILT
72982009-06-23 Ian Lance Taylor <iant@google.com>
7299
7300 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
7301 boot_languages. Only bootstrap target libraries listed in
7302 target_libs for some boot language. Add --with-stage1-ldflags,
7303 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
7304 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
7305 if not building with C++.
7306 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7307 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7308 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7309 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7310 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
7311 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7312 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7313 * configure, Makefile.in: Rebuild.
7314
1da52d4a
LF
73152009-06-23 Li Feng <nemokingdom@gmail.com>
7316
7317 * MAINTAINERS: Added my name to write-after-approval list.
7318
144c9175
RM
73192009-06-15 Ryan Mansfield <rmansfield@qnx.com>
7320
7321 * configure.ac: Define is_elf for QNX Neutrino targets.
7322 * configure: Regenerate.
7323
e5871e24
GS
73242009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
7325
9c78662a 7326 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 7327
5f4a82c0
KG
73282009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7329
7330 * configure.ac: Detect MPC in default directory.
7331 * configure: Regenerate.
7332
394e9195
JG
73332009-06-03 Jerome Guitton <guitton@adacore.com>
7334 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7335
9c78662a
UB
7336 * Makefile.tpl (all): Avoid a trailing backslash.
7337 * Makefile.in: Regenerate.
394e9195 7338
47bca6aa
BE
73392009-06-03 Ben Elliston <bje@au.ibm.com>
7340
7341 * config.sub, config.guess: Update from upstream sources.
7342
a891a473
RS
73432009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
7344
7345 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7346 to noconfdirs.
7347 * configure: Regenerate.
7348
70cb2d9f
AO
73492009-06-02 Alexandre Oliva <aoliva@redhat.com>
7350
7351 * Makefile.tpl ([+compare-target+]): Compare all stage
7352 directories, rather than just gcc.
7353 * Makefile.in: Rebuilt.
7354
7f1245df
DK
73552009-06-01 Doug Kwan <dougkwan@google.com>
7356
7357 * configure.ac: Support gold for target arm*-*-*.
7358 * configure: Regenerate.
394e9195 7359
acd26225
KG
73602009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7361
7362 * Makefile.def: Add MPC support and dependencies.
7363 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
7364
7365 * Makefile.in, configure: Regenerate.
7366
a1fc946a
AO
73672009-05-27 Alexandre Oliva <aoliva@redhat.com>
7368
7369 * Makefile.tpl (all): Avoid harmless warning in make all when
7370 gcc-bootstrap is enabled but stage_last does not exist.
7371 * Makefile.in: Rebuilt.
7372
2e6a3c8d
NR
73732009-05-24 Nicolas Roche <roche@adacore.com>
7374
7375 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7376 * Makefile.in: Regenerate.
7377
63487d11
DC
73782009-05-21 Denis Chertykov <chertykov@gmail.com>
7379
7380 * MAINTAINERS: Update my e-mail address.
7381
449223af
DK
73822009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7383
7384 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7385 * configure: Regenerate.
7386
31c98f49
AO
73872009-05-18 Alexandre Oliva <aoliva@redhat.com>
7388
7389 PR other/40159
7390 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7391 gcc-no-bootstrap are mutually exclusive.
7392 * Makefile.in: Rebuilt.
7393
0f501837
AO
73942009-05-18 Alexandre Oliva <aoliva@redhat.com>
7395
7396 PR other/40159
7397 * Makefile.tpl (all): Don't end with unconditional success.
7398 * Makefile.in: Rebuilt.
7399
4a4a4e99
AO
74002009-05-12 Alexandre Oliva <aoliva@redhat.com>
7401
7402 PR target/37137
7403 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7404 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7405 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7406 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7407 stage_configureflags, stage_cflags and stage_libcflags into
7408 explicit Makefile macros.
7409 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7410 GFORTRAN.
7411 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7412 CC. Set CC_FOR_BUILD from CC.
7413 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7414 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7415 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7416 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7417 and GFORTRAN.
7418 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7419 (_LIBCFLAGS): Renamed to _TFLAGS.
7420 (do-compare-debug, do-compare3-debug): Drop.
7421 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7422 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7423 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7424 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7425 (XGCC_FLAGS_FOR_TARGET): New.
7426 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7427 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7428 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7429 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 7430 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
7431 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7432 TFLAGS.
7433 (BUILD_CONFIG): Include if requested.
7434 (all): Set TFLAGS on bootstrap.
7435 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7436 (all-stageid-prefixmodule): Likewise.
7437 (do-clean, distclean-stageid): Set TFLAGS.
7438 (restrap): Fix whitespace.
7439 * Makefile.in: Rebuilt.
7440
1cee3429
PB
74412009-05-07 Paolo Bonzini <bonzini@gnu.org>
7442
7443 * config.guess: Sync with src.
7444
0b70eafd
DK
74452009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7446
7447 * configure.ac ($with_ppl): Default to no if not supplied.
7448 ($with_cloog): Likewise.
7449 configure: Regenerate.
7450
5175f17c
JW
74512009-04-27 James E. Wilson <wilson@codesourcery.com>
7452
7453 * MAINTAINERS: Update my e-mail address.
7454
952fa153
NC
74552009-04-27 Nick Clifton <nickc@redhat.com>
7456
7457 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7458
a687f83c
EB
74592009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7460
7461 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7462 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7463 * Makefile.in: Regenerate.
7464
9e3eba15
KG
74652009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7466
7467 PR bootstrap/39739
7468 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7469 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7470
7471 * configure, Makefile.in: Regenerate.
7472
a687f83c 74732009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
7474
7475 * include/hashtab.h: Update GTY annotations to new syntax
7476 * include/splay-tree.h: Likewise
7477
070bdbd9
BE
74782009-04-17 Ben Elliston <bje@au.ibm.com>
7479
7480 * config.sub, config.guess: Update from upstream sources.
7481
55f2d967
AG
74822009-04-15 Anthony Green <green@moxielogic.com>
7483
7484 * configure.ac: Add moxie support.
7485 * configure: Rebuilt.
7486
309c24a9
JJ
74872009-04-14 Jakub Jelinek <jakub@redhat.com>
7488
7489 * configure.ac: Change copyright header to refer to version
7490 3 of the GNU General Public License and to point readers at the
7491 COPYING3 file and the FSF's license web page.
7492 * Makefile.def: Likewise.
7493 * Makefile.tpl: Likewise.
7494 * Makefile.in: Regenerate.
7495
b93133bc
JH
74962009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7497
7498 * configure.ac: Restore match for darwin9 or later. Use double
7499 brackets since regeneration eats one pair.
7500 * configure: Regenerate.
7501
d18ff35a
L
75022009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7503
7504 PR gas/10039
7505 * configure.ac: Require texinfo 4.7.
7506 * configure: Regenerated.
7507
748086b7
JJ
75082009-04-09 Nick Clifton <nickc@redhat.com>
7509
7510 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7511 the GCC Runtime Library Exception.
7512
a3337ea2
KG
75132009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7514
7515 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7516 * configure: Regenerate.
7517
60911f14
SE
75182009-04-01 Steve Ellcey <sje@cup.hp.com>
7519
7520 * Makefil.def (languages): New entries.
7521 * Makefile.tpl (check-gcc-*): New generic target.
7522 * Makefile.in: Regenerate.
60911f14 7523
dce2d8b2 75242009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 7525
d18ff35a 7526 * MAINTAINERS: Update my email address.
7369c1d0 7527
cfb1f59f
TT
75282009-03-18 Tom Tromey <tromey@redhat.com>
7529
d18ff35a
L
7530 * configure: Rebuild.
7531 * configure.ac (host_libs): Add libiconv.
7532 * Makefile.in: Rebuild.
7533 * Makefile.def (host_modules): Add libiconv.
7534 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 7535
75eeae1a
TG
75362009-03-16 Tristan Gingold <gingold@adacore.com>
7537
7538 * configure.ac: Treat gdb as supported on x86_64-darwin.
7539 * configure: Regenerate.
7540
f38095f3
JM
75412009-03-16 Joseph Myers <joseph@codesourcery.com>
7542
7543 * configure.ac (--with-host-libstdcxx): New option.
7544 * configure: Regenerate.
7545
dce2d8b2 75462009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
7547
7548 * MAINTAINERS: Move myself into the write after approval list.
7549
6d401294
NP
75502009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7551
7552 * MAINTAINERS: Update e-mail address.
2bf33cdb 7553
07c97076
DN
75542009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7555
7556 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7557
dce2d8b2 75582009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
7559
7560 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7561
7a9d3fe8
RW
75622009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7563
7564 Backport from git Libtool:
7565
7566 2009-01-19 Robert Millan <rmh@aybabtu.com>
7567 Support GNU/kOpenSolaris.
7568 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7569 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7570 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7571 GNU/kOpenSolaris.
7572
c9e9e11f
AS
75732009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7574
7575 * MAINTAINERS: Update e-mail address.
7576
5e8c1552 75772009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
7578
7579 * MAINTAINERS (Write After Approval): Add self.
7580
b0adb088
BM
75812009-02-18 Bingfeng Mei <bmei@broadcom.com>
7582
7583 * MAINTAINERS (Write After Approval): Add myself.
7584
ee04b574
AS
75852009-02-05 Andreas Schwab <schwab@suse.de>
7586
7587 * Makefile.tpl (stage_last): Define $r and $s before using
7588 $(RECURSE_FLAGS_TO_PASS).
7589 * Makefile.in: Regenerate
7590
907884c9
ILT
75912009-01-30 Ian Lance Taylor <iant@google.com>
7592
7593 * MAINTAINERS: Move myself to the Global Reviewers list.
7594
416ac4d4
RM
75952009-01-29 Robert Millan <rmh@aybabtu.com>
7596
7597 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7598 * configure: Regenerate.
7599
ee5decb3
GP
76002009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7601
7602 * MAINTAINERS: Make whitespace consistent.
19196f44 7603 Remove Robert Millan from Write After Approval.
ee5decb3 7604
36fbb0ec
AM
76052009-01-16 Alan Modra <amodra@bigpond.net.au>
7606
7607 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7608 (all-opcodes): Depend on all-libiberty.
7609 * Makefile.in: Regenerate.
7610
52535a64
DR
76112009-01-15 Douglas B Rupp <rupp@gnat.com>
7612
7613 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7614 * configure: Regenerate.
7615
e04a57df
RR
76162009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7617
7618 * MAINTAINERS (Write After Approval): Add myself.
7619
856c450b
SK
76202009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7621
7622 * MAINTAINERS: Add myself to reviewers (Fortran).
7623
dce2d8b2 76242009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
7625
7626 PR tree-optimization/38515
7627 * configure.ac (cloog-polylib): Removed.
7628 (with_ppl, with_cloog): Test for "no".
7629 * configure: Regenerated.
7630
1e5e8a59
DF
76312009-01-11 Daniel Franke <franke.daniel@gmail.com>
7632
7633 * MAINTAINERS: Moved myself to reviewers (Fortran).
7634
5e5debf6
TS
76352009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7636
7637 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7638 (Write After Approval): Remove myself.
7639
1c42acf1
DN
76402009-01-03 Diego Novillo <dnovillo@google.com>
7641
7642 * MAINTAINERS: Remove myself from alias maintainership.
7643
2fbbedaf
DA
76442009-01-02 David Ayers <ayers@fsfe.org>
7645
7646 * MAINTAINERS: Update e-mail address.
7647
17213821
GP
76482008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7649
7650 * MAINTAINERS: Make whitespace consistent.
7651
baafc534
RW
76522008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7653
7654 Backport from upstream Libtool:
7655 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7656 Add cache variables to tests that require the linker to work.
7657 For shlibpath_overrides_runpath, this also changes the semantics
7658 to let the result from the C compiler take precedence.
7659
18430d27
BE
76602008-12-02 Ben Elliston <bje@au.ibm.com>
7661
7662 * config.sub, config.guess: Update from upstream sources.
7663
dce2d8b2 76642008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
7665
7666 * configure.ac (ppllibs): Add by default the lib flags.
7667 * configure: Regenerate.
7668
41e9641b
LM
76692008-12-08 Luis Machado <luisgpm@br.ibm.com>
7670
7671 * MAINTAINERS: Add myself to the write after approval list.
7672
25783c30
JH
76732008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7674
ee04b574
AS
7675 * configure.ac: Add double brackets on darwin[912].
7676 * configure: Regenerate.
25783c30 7677
0e318fcc
DK
76782008-12-03 Daniel Kraft <d@domob.eu>
7679
7680 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7681 Approval to Reviewer section (for Fortran front-end).
7682
7f171b95
JH
76832008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7684
7685 * configure.ac: Expand to darwin10 and later.
7686 * configure: Regenerate.
7687
09ce620e
AS
76882008-12-02 Andreas Schwab <schwab@suse.de>
7689
7690 * Makefile.def: configure-target-boehm-gc depends on
7691 all-target-libstdc++-v3.
7692 * Makefile.in: Regenerate.
7693
386c704d
KT
76942008-12-02 Kai Tietz <kai.tietz@onevision.com>
7695
7696 * MAINTAINERS: Add myself as mingw maintainer.
7697
e03dd84a
BE
76982008-12-02 Ben Elliston <bje@au.ibm.com>
7699
7700 * config.sub, config.guess: Update from upstream sources.
7701
3fa87964
GP
77022008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7703
7704 * README.SCO: Remove.
7705
df72d7ed
FP
77062008-11-29 Fernando Pereira <pronesto@gmail.com>
7707
7708 * MAINTAINERS: Add myself to the write after approval list.
7709
b5646528
DK
77102008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7711
7712 * MAINTAINERS: Update my email address in WAA section.
7713
dce2d8b2 77142008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
7715
7716 * MAINTAINERS: Update e-mail address.
7717
dce2d8b2 77182008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
7719
7720 * MAINTAINERS: Change e-mail address.
7721
0db3a858
TG
77222008-11-27 Tristan Gingold <gingold@adacore.com>
7723
7724 * configure.ac: Build gdb for i?86-*-darwin*
7725 * configure: Regenerated.
7726
dce2d8b2 77272008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
7728
7729 * MAINTAINERS: Added my full name.
7730
487e299b
DJ
77312008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7732
7733 PR bootstrap/38014
7734 PR bootstrap/37923
7735
7736 Revert:
7737
7738 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7739
7740 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7741 * Makefile.in: Regenerated.
7742
7743 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7744
7745 PR gdb/921
7746 PR gdb/1646
7747 PR gdb/2175
7748 PR gdb/2176
7749
7750 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7751 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7752 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7753 (HOST_EXPORTS): Pass CPPFLAGS.
7754 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7755 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7756 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7757 * Makefile.in, configure: Regenerated.
7758 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7759 and CPPFLAGS_FOR_BUILD.
7760
dce2d8b2 77612008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
7762
7763 * MAINTAINERS: Add myself as middle end maintainer.
7764
044fed69
AS
77652008-11-06 Andrew Stubbs <ams@codesourcery.com>
7766
7767 * MAINTAINERS (Write after approval): Add myself.
7768
caf6defe
DN
77692008-11-05 Diego Novillo <dnovillo@google.com>
7770
7771 * MAINTAINERS (Global Reviewers): Add myself.
7772 (Non-Algorithmic Maintainers): Remove myself.
7773
3e9899ac
TS
77742008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7775
09ce620e 7776 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 7777
ea99e36e
MM
77782008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7779
09ce620e 7780 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 7781
fb0d2684
BE
77822008-10-31 Ben Elliston <bje@au.ibm.com>
7783
7784 * configure.ac (spu-*-*): Remove special case.
7785 * configure: Regenerate.
7786
73c07a3e
CM
77872008-10-30 Catherine Moore <clm@codesourcery.com>
7788
7789 * MAINTAINERS (Write after approval): Update my email address.
7790
7310a2da
SSF
77912008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7792
7793 * configure.ac [spu-*-*]: Do not set skipdirs.
7794 * configure: Re-generate.
7795
7e51fe23
BS
77962008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7797
7798 * MAINTAINERS (Various Maintainers): Add myself to reload.
7799
ef20be93
RG
78002008-10-25 Richard Guenther <rguenther@suse.de>
7801
7802 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7803 maintainer. Remove myself as libgcc-math maintainer.
7804 (Non-Algorithmic Maintainers): Remove myself.
7805
03ffcfa0
DJ
78062008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7807
7808 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7809 * Makefile.in: Regenerated.
7810
dec014a9
CC
78112008-10-23 Cary Coutant <ccoutant@google.com>
7812
7813 * MAINTAINERS (Write after approval): Add myself.
7814
b36c386c
DJ
78152008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7816
7817 PR gdb/921
7818 PR gdb/1646
7819 PR gdb/2175
7820 PR gdb/2176
7821
7822 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7823 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7824 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7825 (HOST_EXPORTS): Pass CPPFLAGS.
7826 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7827 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7828 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7829 * Makefile.in, configure: Regenerated.
7830 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7831 and CPPFLAGS_FOR_BUILD.
7832
dce2d8b2 78332008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
7834
7835 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7836 Sebastian Pop.
7837
e0bda97e
AP
78382008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7839
7840 * MAINTAINERS (Write After Approval): Added myself.
7841
36c713e0
KG
78422008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7843
7844 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7845 recommended version to 2.3.2.
7846
7847 * configure: Regenerate.
7848
8fe005ee
MM
78492008-10-01 Mark Mitchell <mark@codesourcery.com>
7850
7851 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7852
be8f156f
DD
78532008-09-29 David Daney <david.daney@caviumnetworks.com>
7854
7855 * MAINTAINERS (Write After Approval): Update e-mail address.
7856
ae11dff4
PG
78572008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7858
7859 * libtool.m4: Update to libtool 2.2.6.
7860 * lt~obsolete.m4: Update to libtool 2.2.6.
7861 * ltmain.sh: Update to libtool 2.2.6.
7862 * ltsugar.m4: Update to libtool 2.2.6.
7863 * ltversion.m4: Update to libtool 2.2.6.
7864 * ltoptions.m4: Update to libtool 2.2.6.
7865 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7866
441154b1
CF
78672008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7868
7869 * MAINTAINERS (Write After Approval): Add myself.
7870
775b3b26
BRF
78712008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7872
7873 * MAINTAINERS (Write After Approval): Update my name.
7874
94538043
SB
78752008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7876
09ce620e 7877 * MAINTAINERS: Add myself in "Write After Approval".
94538043 7878
52d1bfd8
SE
78792008-09-18 Steve Ellcey <sje@cup.hp.com>
7880
09ce620e 7881 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 7882
c5cc92f5
GP
78832008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7884
7885 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7886 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7887 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7888 and Michael Tiemann from Write After Approval since they do not
7889 actually have access.
7890
23d9794a
RG
78912008-09-05 Richard Guenther <rguenther@suse.de>
7892
7893 * configure.ac: Initialize clooglibs to -lcloog.
7894 * configure: Re-generate.
7895
192a671e
LCW
78962008-09-04 Le-Chun Wu <lcwu@google.com>
7897
7898 * MAINTAINERS (Write After Approval): Add myself.
7899
d789184e
SP
79002008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7901
7902 * configure.ac (--with-cloog-polylib): New.
7903 (--disable-cloog-version-check): New.
7904 (--disable-ppl-version-check): New.
7905 * configure: Re-generate.
7906
36a881c7
RG
79072008-09-03 Richard Guenther <rguenther@suse.de>
7908
7909 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7910 cloog test.
7911 * configure: Re-generate.
7912
358da97e
HS
79132008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7914
7915 Add picoChip port.
7916 * MAINTAINERS: Add picoChip maintainers.
7917
f8bf9252
SP
79182008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7919 Tobias Grosser <grosser@fim.uni-passau.de>
7920 Jan Sjodin <jan.sjodin@amd.com>
7921 Harsha Jagasia <harsha.jagasia@amd.com>
7922 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7923 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7924 Adrien Eliche <aeliche@isty.uvsq.fr>
7925
7926 Merge from graphite branch.
7927 * configure: Regenerate.
7928 * Makefile.in: Regenerate.
7929 * configure.ac (host_libs): Add ppl and cloog.
7930 Add checks for PPL and CLooG.
7931 * Makefile.def (ppl, cloog): Added modules and dependences.
7932 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7933 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7934
d89f0ad6
AL
79352008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7936
7937 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7938 (GCC_SHLIB_SUBDIR): New.
7939 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7940 * configure: Regenerate.
7941 * Makefile.in: Regenerate.
7942
88a25817
GP
79432008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7944
7945 * MAINTAINERS: Consistently use tabs to separate columns.
7946
f873f15f
TG
79472008-08-29 Tristan Gingold <gingold@adacore.com>
7948
7949 * MAINTAINERS (Write after Approval): Add myself.
7950
e1514c3f
TG
79512008-08-28 Tristan Gingold <gingold@adacore.com>
7952
7953 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7954 Enable bfd, binutils and opcodes.
7955 * configure: Regenerate.
7956
4717882f
JDA
79572008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7958
7959 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7960
28c9884c
TK
79612008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7962
7963 * MAINTAINERS: Use correct Umlaut for last name.
7964
ae96d86a
FXC
79652008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7966
7967 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7968
3ecc96e3
DE
79692008-08-16 David Edelsohn <edelsohn@gnu.org>
7970
7971 * MAINTAINERS: Update my email address.
7972
dd609cc1
EB
79732008-08-16 Nicolas Roche <roche@adacore.com>
7974
7975 * Makefile.tpl: Add BOOT_ADAFLAGS.
7976 * Makefile.in: Regenerate.
7977
08d0963a
RS
79782008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7979
7980 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7981 * configure: Regenerate.
7982
dce2d8b2 79832008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
7984
7985 * configure.ac: Add makefile fragments for hpux.
7986 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7987 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7988 * configure: Regenerate.
7989 * Makefile.in: Regenerate.
7990
dce2d8b2 79912008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
7992
7993 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7994
dce2d8b2 79952008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
7996
7997 * MAINTAINERS (Write after Approval): Add myself.
7998
78209f30
XG
79992008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
8000
8001 * MAINTAINERS (Write After Approval): Add myself.
8002
5b5b098d
AJ
80032008-06-29 Andrew Jenner <andrew@codesourcery.com>
8004
8005 * MAINTAINERS (Write After Approval): Add myself.
8006
d812ec93
KW
80072008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
8008
8009 * MAINTAINERS: Update my email address.
8010
99e78224
JY
80112008-06-25 Joey Ye <joey.ye@intel.com>
8012
8013 * MAINTAINERS (Write After Approval): Add myself.
8014
18c04407
RW
80152008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8016
8017 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8018 * Makefile.in: Regenerate.
8019 * configure: Regenerate.
8020
47aa9a31
DK
80212008-06-17 Daniel Kraft <d@domob.eu>
8022
8023 * MAINTAINERS (Write After Approval): Add myself.
8024
ad33ff57
RW
80252008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8026
8027 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8028 "$@" is still intact with both Autoconf 2.59 and 2.62.
8029 * configure: Regenerate.
8030
cdce5c41
RW
80312008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8032
8033 * Makefile.tpl: Fix comment errors.
8034 * Makefile.in: Regenerate.
8035
01b79d11
DM
80362008-06-12 David S. Miller <davem@davemloft.net>
8037 David Edelsohn <edelsohn@gnu.org>
8038
8039 * configure.ac: Add powerpc*-*-* to gold supported targets.
8040 * configure: Regenerate.
8041
f8c33439
JM
80422008-06-08 Joseph Myers <joseph@codesourcery.com>
8043
8044 PR tree-optimization/36218
8045 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8046 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8047 (all prefix="build-"): Pass them to build-system sub-makes.
8048 * Makefile.in: Regenerate.
8049
cd985f66
JM
80502008-06-07 Joseph Myers <joseph@codesourcery.com>
8051
8052 * MAINTAINERS (mt port): Remove.
8053 (sco5, unixware, sco udk): Remove.
8054 (Kean Johnston): Add to Write After Approval.
8055
3f6383d3
JB
80562008-05-30 Julian Brown <julian@codesourcery.com>
8057
8058 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8059 of libobjc for ARM EABI Linux.
8060 * configure: Regenerate.
30da41ed 8061
dce2d8b2 80622008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 8063
09ce620e 8064 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 8065
dce2d8b2 80662008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 8067
e29cc9b4 8068 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 8069
955410cb
JW
80702008-05-15 Janus Weil <janus@gcc.gnu.org>
8071
8072 * MAINTAINERS (Write After Approval): Add myself.
8073
719bb4e3 80742008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
8075
8076 * config-ml.in: don't handle --enable-shared and --enable-static.
8077
372b05fc
RS
80782008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
8079
8080 * MAINTAINERS: Update my email address.
8081
f73e2200
PC
80822008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
8083
8084 * MAINTAINERS: Update my email address.
09ce620e 8085
3e438e2b
KVH
80862008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
8087
8088 * MAINTAINERS (Write After Approval): Add myself.
8089
177bf491
GS
80902008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
8091
8092 * MAINTAINERS (Write After Approval): Add myself.
8093
dce2d8b2 80942008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
8095
8096 * MAINTAINERS (crx): Add myself.
8097
14a8726b
PB
80982008-04-18 Paolo Bonzini <bonzini@gnu.org>
8099
8100 Sync with src:
8101 2008-04-14 David S. Miller <davem@davemloft.net>
8102
09ce620e
AS
8103 * configure.ac: Add sparc*-*-* to gold supported targets.
8104 * configure: Regenerate.
14a8726b 8105
7142fb32
PB
81062008-04-18 Paolo Bonzini <bonzini@gnu.org>
8107
8108 PR bootstrap/35457
8109 * configure.ac: Include override.m4.
8110 * configure: Regenerate.
8111
c6b196de
PB
81122008-04-18 Paolo Bonzini <bonzini@gnu.org>
8113
09ce620e
AS
8114 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8115 * Makefile.in: Regenerate.
c6b196de 8116
dce2d8b2 81172008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 8118
09ce620e 8119 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 8120 as nonconfigurable directories list.
09ce620e 8121 * configure: Regenerate.
c993ae60 8122
8479b1b1
BE
81232008-04-14 Ben Elliston <bje@au.ibm.com>
8124
8125 * config.sub, config.guess: Update from upstream sources.
8126
295e261a
HPN
81272008-04-12 Hans-Peter Nilsson <hp@axis.com>
8128
8129 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8130 * Makefile.in: Regenerate.
8131
ac3949d9
EW
81322008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
8133
8134 * configure.ac: Do not build libssp for the AVR.
8135 * configure: Regenerate.
8136
06407e30
ILT
81372008-04-07 Ian Lance Taylor <iant@google.com>
8138
8139 * Makefile.def: check-gold depends upon all-binutils.
8140 * Makefile.in: Regenerate.
8141
97db009c
AH
81422008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
8143
8144 * MAINTAINERS (Write After Approval): Add myself.
8145
2a79c47f
NC
81462008-04-04 Nick Clifton <nickc@redhat.com>
8147
8148 PR binutils/4334
5f4bebbf 8149 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
8150 builds.
8151 * configure: Regenerate.
8152
c53a18d3
N
81532008-04-04 NightStrike <NightStrike@gmail.com>
8154
8155 PR other/35151
09ce620e
AS
8156 * configure.ac: Combine rules for mingw32 and mingw64.
8157 * configure: Regenerate.
c53a18d3 8158
d925aa70
KT
81592008-04-02 Kai Tietz <kai.tietz@onvision.com>
8160
8161 * MAINTAINERS (Write After Approval): Add myself.
8162
dce2d8b2 81632008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
8164
8165 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8166 * Makefile.in (.NOTPARALLEL): Ditto.
8167
4412a506
PG
81682008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
8169
8170 * MAINTAINERS (Write After Approval): Add myself.
8171
dce2d8b2 81722008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
8173
8174 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8175 * Makefile.in (.NOTPARALLEL): Regenerate.
8176
639223bd
PB
81772008-03-27 Paolo Bonzini <bonzini@gnu.org>
8178
8179 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8180 * Makefile.in: Regenerate.
8181
b8ab1f4a
JS
81822008-03-26 Jakub Staszak <kuba@et.pl>
8183
8184 * MAINTAINERS (Write After Approval): Add myself.
8185
b45890a4
TK
81862008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
8187
8188 * MAINTAINERS: Update e-mail address.
8189
5afab7ad
ILT
81902008-03-20 Ian Lance Taylor <iant@google.com>
8191
8192 * configure.ac: Add support for --enable-gold.
8193 * Makefile.def: Add gold as a directory like ld.
8194 * configure, Makefile.in: Regenerate.
8195
38d24731
RW
81962008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8197
8198 * configure.ac: m4_include config/proginstall.m4.
8199 * configure: Regenerate.
32bc4cf4
RW
8200
8201 Backport from upstream Libtool:
09ce620e 8202
32bc4cf4 8203 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 8204
32bc4cf4
RW
8205 Deal with Autoconf 2.62's semantic change in m4_append.
8206 * ltsugar.m4 (lt_append): Replace broken versions of
8207 m4_append.
8208 (lt_if_append_uniq): Don't require separator to be overquoted,
8209 and avoid broken m4_append.
8210 (lt_dict_add): Fix typo.
8211 * libtool.m4 (_LT_DECL): Don't overquote separator.
8212
9d3c50ea
DE
82132008-03-13 David Edelsohn <edelsohn@gnu.org>
8214
8215 * config.rpath: Add AIX 6 support.
8216
5d2edb29
PB
82172008-03-13 Paolo Bonzini <bonzini@gnu.org>
8218
8219 * Makefile.def (stageprofile). Remove -fprofile-generate
8220 from stage_libcflags.
8221 * Makefile.in: Regenerate.
8222
954910ef
BE
82232008-03-13 Ben Elliston <bje@au.ibm.com>
8224
8225 * config.sub, config.guess: Update from upstream sources.
8226
e8645a40
TT
82272008-03-06 Tom Tromey <tromey@redhat.com>
8228
8229 * MAINTAINERS: Update for treelang deletion.
8230
2c8e955e
JW
82312008-03-03 James E. Wilson <wilson@tuliptree.org>
8232
8233 * MAINTAINERS: Update my email address.
8234
54acd307
SS
82352008-03-03 Stan Shebs <stanshebs@earthlink.net>
8236
893ad2a1 8237 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
8238 (objective-c/c++): Add myself as a maintainer.
8239
4b52b516
VR
82402008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
8241
8242 * MAINTAINERS (Write After Approval): Update my email address.
8243
e652b516
TB
82442008-02-25 Tomas Bily <tbily@suse.cz>
8245
8246 * MAINTAINERS (Write After Approval): Add myself.
8247
02d30740
JJ
82482008-02-23 Jakub Jelinek <jakub@redhat.com>
8249
8250 * MAINTAINERS (OpenMP): Add myself.
8251
1c8bd6a3
PB
82522008-02-20 Paolo Bonzini <bonzini@gnu.org>
8253
4b40b2a5
UB
8254 PR bootstrap/32009
8255 PR bootstrap/32161
1c8bd6a3 8256
4b40b2a5
UB
8257 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8258 * configure: Regenerate.
1c8bd6a3 8259
4b40b2a5
UB
8260 * Makefile.def: Define stage_libcflags for all bootstrap stages.
8261 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8262 STAGE4_LIBCFLAGS): New.
8263 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8264 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8265 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8266 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8267 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8268 for target modules. Don't export LIBCFLAGS.
8269 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8270 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8271 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8272 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8273 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8274 * Makefile.in: Regenerate.
1c8bd6a3 8275
bb44c9d2
RW
82762008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8277
8278 PR libgcj/33085
8279 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8280 Do not use -DDLL_EXPORT. Backport from upstream.
8281
29a7754d
RW
82822008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8283
8284 * MAINTAINERS (Write After Approval): Add myself.
8285
9a212bb7
HPN
82862008-02-02 Hans-Peter Nilsson <hp@axis.com>
8287
8288 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8289 * configure: Regenerate.
8290
aa12a573
MG
82912008-01-31 Marc Gauthier <marc@tensilica.com>
8292
8293 * configure.ac (xtensa*-*-*): Recognize processor variants.
8294 * configure: Regenerate.
8295
ac9e6043
RW
82962008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8297
40049ccc
UB
8298 PR bootstrap/34922
8299 * configure.ac (PARSE_ARGS): Push suitable setting of
8300 ac_subdirs_all, for `./configure --help=recursive'.
8301 Handle `+' in generic toplevel directory disabling.
8302 * configure: Regenerate.
ac9e6043 8303
4288c86a
NC
83042008-01-28 Nick Clifton <nickc@redhat.com>
8305
8306 * MAINTAINERS (xstormy16): Take over maintainership.
8307
8d8da227
JM
83082008-01-25 Joseph Myers <joseph@codesourcery.com>
8309
8310 * MAINTAINERS (c4x port): Remove.
8311
349b60e7
DE
83122008-01-24 David Edelsohn <edelsohn@gnu.org>
8313
8314 * libtool.m4: Backport AIX 6 support from ToT Libtool.
8315
3ca06a68
BE
83162008-01-23 Ben Elliston <bje@au.ibm.com>
8317
8318 * config.sub, config.guess: Update from upstream sources.
8319
3c631381
TG
83202008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
8321
8322 * MAINTAINERS (Write After Approval): Add myself.
8323
20533ef1
L
83242008-01-17 H.J. Lu <hjl.tools@gmail.com>
8325
8326 * MAINTAINERS: Update my email address.
8327
83282008-01-09 Raksit Ashok <raksit@google.com>
8329
8330 * MAINTAINERS (Write After Approval): Add myself.
8331
684f4f6a
RA
83322008-01-09 Raksit Ashok <raksit@google.com>
8333
8334 * MAINTAINERS (Write After Approval): Add myself.
8335
9cb8756f
BE
83362008-01-08 Ben Elliston <bje@au.ibm.com>
8337
8338 * config.sub, config.guess: Update from upstream sources.
8339
94e1934d
KG
83402007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8341
8342 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 8343 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
8344 * configure: Regenerate.
8345
a2e51f77
SP
83462007-12-15 Sebastian Pop <sebastian.pop@amd.com>
8347
8348 * MAINTAINERS: Update my email address.
8349
ffe3dcd9
BRF
83502007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
8351
8352 * MAINTAINERS: Update my email address.
8353
aa4095c9
RS
83542007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
8355
8356 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8357 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8358 * Makefile.in: Regenerate.
8359
dce2d8b2 83602007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
8361
8362 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8363 misplaced entries.
8364
0fe0f073
AT
83652007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8366
8367 * configure.ac: Enable libjava for x86_64-*-darwin9.
8368 * configure: Regenerate.
8369
dce2d8b2 83702007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
8371
8372 * MAINTAINERS (Write After Approval): Add myself.
8373
c3220d4c
BE
83742007-12-05 Ben Elliston <bje@au.ibm.com>
8375
8376 * config.sub, config.guess: Update from upstream sources.
8377
aba7501e
MK
83782007-12-02 Matthias Klose <doko@ubuntu.com>
8379
8380 * config-ml.in: Remove 64bit configure tests.
8381
d683ec81
PB
83822007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8383
8384 * config-ml.in: Robustify against white space in absolute file
8385 names.
8386
8387 * config-ml.in (multi-clean): Substitute ${Makefile}.
8388 Remove superfluous ${Makefile} in list.
8389
60f1711a
TS
83902007-11-19 Thiemo Seufer <ths@mips.com>
8391
8392 * config-ml.in: Don't hardcode the Makefile name.
8393
487f9d96
AM
83942007-11-08 Alexander Monakov <amonakov@ispras.ru>
8395
8396 * MAINTAINERS (Write After Approval): Add myself.
8397
fa3886fe
ST
83982007-11-07 Samuel Tardieu <sam@rfc1149.net>
8399
8400 * MAINTAINERS (Write After Approval): Add myself.
8401
dce2d8b2 84022007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
8403
8404 * MAINTAINERS (Write After Approval): Add myself.
8405
acc48927
BE
84062007-10-25 Ben Elliston <bje@au.ibm.com>
8407
8408 * MAINTAINERS (mercury): Remove entry.
8409 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8410
e00e9858
DJ
84112007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8412
8413 * Makefile.def (dependencies): Make configure-gdb depend on
8414 all-intl.
8415 * Makefile.in: Regenerated.
8416
def14a3c
SK
84172007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8418
8419 * MAINTAINERS (Fortran maintainer): Remove myself.
8420
dce2d8b2 84212007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
8422
8423 * Makefile.def: To avoid problems running with parallel makes,
8424 build newlib before libgloss so that target specific header
8425 files are availble.
8426 * Makefile.in: Regenerate
8427
bbfbfafc
DJ
84282007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8429
8430 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8431 * Makefile.in: Regenerate.
8432
c56abad5
VM
84332007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8434
8435 * MAINTAINERS (Register allocation reviewer): Add myself.
8436
f019adc1
MF
84372007-10-08 Mike Frysinger <vapier@gentoo.org>
8438
8439 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8440 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8441 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8442 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8443 * configure: Regenerate.
8444
dce2d8b2 84452006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
8446
8447 * MAINTAINERS (Register allocation reviewer): Add myself.
8448
0999159b
PB
84492007-10-01 Paolo Bonzini <bonzini@gnu.org>
8450
8451 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8452 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8453 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8454 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8455 * configure.ac: Default them to host tools for $host = $build.
8456 Subst them.
8457
8458 * configure: Regenerate.
8459 * Makefile.in: Regenerate.
8460
dce2d8b2 84612006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
8462
8463 * MAINTAINERS (Register allocation reviewer): Add myself.
8464
dce2d8b2 84652006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
8466
8467 * MAINTAINERS (Register allocation reviewer): Add myself.
8468
9d209c83
SP
84692007-09-21 Seongbae Park <seongbae.park@gmail.com>
8470
8471 * MAINTAINERS (Write After Approval): Fix typo.
8472
1ec3b87b
RS
84732007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8474
8475 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8476 * configure: Regenerate.
8477
19d5986d
PJ
84782007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8479
8480 PR bootstrap/31906
8481 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 8482 they're already prefixed.
19d5986d 8483
6d3b5aea
BK
84842007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8485
8486 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8487 libstdc++.
8488 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8489 * configure: Regenerate.
8490 * Makefile.in: Regenerate.
09ce620e 8491
4fe7e755
AS
84922007-09-17 Andreas Schwab <schwab@suse.de>
8493
8494 * configure.ac: Raise minimum makeinfo version to 4.6.
8495 * configure: Regenerate.
8496
dce2d8b2 84972007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 8498
ffe3dcd9 8499 * MAINTAINERS (write-after-approval) add myself
d483feaa 8500
fa9a3f31
AM
85012007-09-15 Alan Modra <amodra@bigpond.net.au>
8502
8503 * configure.ac: Correct makeinfo version check.
8504 * configure: Regenerate.
8505
6593a73e
RS
85062007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8507
8508 * MAINTAINERS: Update my email address.
8509
d9dced13
RS
85102007-09-14 Richard Sandiford <richard@codesourcery.com>
8511
8512 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8513 to $skipdirs and only disable gprof for newlib. Use the normal
8514 mips*-elf* handling in other respects.
8515 * configure: Regnerate.
8516
773c1467
DD
85172007-09-12 David Daney <ddaney@avtrex.com>
8518
8519 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8520 enabling libgcj.
8521 * configure: Regenerate.
8522
c03353e2
RIL
85232007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8524
8525 PR other/32154
8526 * configure.ac: For libgloss targets, point the linker to the linker
8527 script, startup code and simulator library.
8528 * configure: Regenerate.
8529
c4e9bf2b
AH
85302007-09-07 Andrew Haley <aph@redhat.com>
8531
8532 * configure.ac (noconfigdirs): Remove target-libffi and
8533 target-libjava.
8534 * configure: Regenerate.
8535
1f5a6b84
FXC
85362007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8537
8538 PR target/33281
8539 * configure.ac: Use config/mh-mingw on mingw.
8540 * configure: Regenerate.
1f5a6b84 8541
3951e521
PH
85422007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8543
9f349f63 8544 * MAINTAINERS (Write After Approval): Add myself.
3951e521 8545
e643dc23
RG
85462007-09-05 Richard Guenther <rguenther@suse.de>
8547
8548 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8549 nor --disable-checking is provided also turn on yes and types
8550 checking for stage1.
8551 * configure: Re-generate.
8552
039874df
KW
85532007-08-30 Krister Walfridsson <cato@df.lth.se>
8554
8555 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8556 (Write After Approval): Remove myself.
8557
c3f07bd6 85582007-08-29 Nick Clifton <nickc@redhat.com>
15098359 8559
c3f07bd6 8560 * config.sub, config.guess: Update from upstream sources.
15098359 8561
40049ccc 85622007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
8563
8564 * MAINTAINERS (Write After Approval): Added myself.
8565 * MAINTAINERS (Reviewers): Removed myself.
8566
c8aea42c 85672007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 8568 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
8569
8570 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8571 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8572 * Makefile.in: Regenerate.
8573 * configure.ac (--with-debug-prefix-map): New.
8574 * configure: Regenerate.
8575
4bf6c438
RS
85762007-08-17 Richard Sandiford <richard@codesourcery.com>
8577 Nigel Stephens <nigel@mips.com>
8578
4bf6c438
RS
8579 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8580 as target_makefile_frag.
8581 * configure: Regenerate.
8582
bb286d71
AO
85832007-08-16 Alexandre Oliva <aoliva@redhat.com>
8584
8585 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8586 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8587 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8588 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8589 (do-compare, do-compare3, do-compare-debug): New.
8590 ([+compare-target+]): Use them.
8591
a4630417
MK
85922007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8593
8594 * MAINTAINERS (Write After Approval): Change my email address.
8595
d9acb717
RW
85962007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8597 Ben Elliston <bje@au.ibm.com>
8598
8599 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8600 --silent if $silent.
8601 * configure: Regenerate.
8602
96876681
ZD
86032003-08-12 Zdenek Dvorak <ook@ucw.cz>
8604
8605 * MAINTAINERS (Various Maintainers): Add myself as
8606 loop infrastructure maintainer. Update my e-mail
8607 address.
8608
1c1d80ee
DN
86092007-07-31 Diego Novillo <dnovillo@google.com>
8610
8611 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8612 Adjust description.
8613
7e98624c
RG
86142007-07-26 Richard Guenther <rguenther@suse.de>
8615
8616 * configure.ac: Add types checking to stage1 checking flags.
8617 * configure: Regenerate.
8618
4c85af60
NC
86192007-07-17 Nick Clifton <nickc@redhat.com>
8620
8621 * COPYING3: New file. Contains version 3 of the GNU General
8622 Public License.
8623 * COPYING3.LIB: New file. Contains version 3 of the GNU
8624 Lesser General Public License.
8625
19ddfd3a
AK
86262007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8627
8628 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8629
2a064545
AK
86302007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8631
8632 * MAINTAINERS (S/390 co-maintainer): Add myself.
8633 (Write After Approval): Remove myself.
8634
f861f54d
DH
86352007-07-13 Dan Hipschman <dsh@google.com>
8636
8637 * MAINTAINERS (Write After Approval): Add myself.
8638
0136f2f7
NC
86392007-07-11 Nick Clifton <nickc@redhat.com>
8640
8641 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8642 WINDRES export.
8643 * Makefile.in: Regenerate.
8644
6e29b5a4
RO
86452007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8646
8647 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8648 maintainer.
8649
159a4b02
L
86502007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8651
8652 * lt~obsolete.m4: New. Import from 20070318 libtool.
8653
6ba67283
JB
86542007-07-03 Julian Brown <julian@codesourcery.com>
8655
8656 * MAINTAINERS (Write After Approval): Add myself.
8657
30b74385
RW
86582007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8659
8660 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8661 * configure: Regenerate.
8662
86632007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8664
8665 * configure.ac: Add some missing m4 quotation.
8666 * configure: Regenerate.
8667
943c54ce
SB
86682007-07-02 Simon Baldwin <simonb@google.com>
8669
8670 * MAINTAINERS (Write After Approval): Add myself.
8671
1c00b503
PB
86722007-07-02 Paolo Bonzini <bonzini@gnu.org>
8673
8674 * configure: Regenerate.
8675
901119ae
KT
86762007-07-02 Kai Tietz <kai.tietz@onevision.com>
8677
8678 * Makefile.def: Add windmc tool to build.
8679 * Makefile.tpl: Likewise.
8680 * configure.ac: Likewise.
8681 * Makefile.in: Regenerate.
8682 * configure: Regenerate.
09ce620e 8683
83f4c19f
DD
86842007-06-28 DJ Delorie <dj@redhat.com>
8685
8686 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8687 not building newlib.
8688 * configure: Regenerated.
09ce620e 8689
5346c75c
JS
86902007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8691
8692 * MAINTAINERS (Write After Approval): Add myself.
8693
aacfb86b
MM
86942007-06-25 Martin Michlmayr <tbm@cyrius.com>
8695
8696 * MAINTAINERS (Write After Approval): Add myself.
8697
590bf0d3
CM
86982007-06-19 Chris Matthews <chrismatthews@google.com>
8699
8700 * MAINTAINERS (Write After Approval): Add myself.
8701
cdbbee7a
RIL
87022007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8703
8704 * MAINTAINERS (Write After Approval): Add myself.
8705
b8afffc1
DJ
87062007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8707
8708 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8709 * Makefile.in: Regenerated.
8710
3fcfad76
BS
87112007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8712
8713 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8714 bfin*-*-uclinux* targets.
8715 * configure: Regenerate.
8716
3f5a2b7f
ILT
87172007-06-14 Ian Lance Taylor <iant@google.com>
8718
8719 * MAINTAINERS: Add myself as non-algorithmic global write
8720 maintainer.
8721
4c46daee
DN
87222007-06-14 Diego Novillo <dnovillo@google.com>
8723
8724 * MAINTAINERS: Add self as middle-end maintainer and
8725 non-algorithmic global write maintainer.
8726
a3bb222a
FXC
87272007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8728
8729 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8730 Move all Fortran maintainers except Paul Brook into the
8731 Non-Autopoiesis section.
8732
a19e8f64
PB
87332007-06-14 Paolo Bonzini <bonzini@gnu.org>
8734
8735 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8736 (distclean-stage[+id+]): Possibly delete stage_last.
8737 * Makefile.in: Regenerate.
8738
1c2abe5e
SP
87392007-06-12 Seongbae Park <seongbae.park@gmail.com>
8740
8741 * MAINTAINERS (Various Maintainer): Fix typo.
8742
abca4739
PB
87432007-06-11 Paolo Bonzini <bonzini@gnu.org>
8744
8745 * MAINTAINERS (Various Maintainer): Add myself as
8746 dataflow maintainer.
8747
a894d2c3
BE
87482007-06-07 Ben Elliston <bje@au.ibm.com>
8749
8750 * config.sub, config.guess: Update from upstream sources.
8751
8024d75e
BE
87522007-06-07 Ben Elliston <bje@au.ibm.com>
8753
8754 * Makefile.tpl: Fix spelling error.
8755 * Makefile.in: Regenerate.
8756
973a9a5e
SE
87572007-06-01 Steve Ellcey <sje@cup.hp.com>
8758
96598938
L
8759 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8760 lt_cv_sys_max_cmd_len.
973a9a5e 8761
ccb4d26b
DN
87622007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8763
8764 * MAINTAINERS (Various Maintainers): Add myself as
8765 auto-vectorizer maintainer.
8766
eecb7461
PB
87672003-05-31 Paolo Bonzini <bonzini@gnu.org>
8768
8769 PR libjava/32098
8770 * libtool.m4: Revert previous change.
8771 * ltgcc.m4: Put it here.
8772
89d28202
ZD
87732003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8774
8775 * MAINTAINERS (Various Maintainers): Add myself as
8776 auto-vectorizer maintainer.
8777
60c7a11a
L
87782007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8779
8780 PR libjava/32098
8781 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8782
9dd3cc81
RG
87832007-05-30 Richard Guenther <rguenther@suse.de>
8784
8785 * MAINTAINERS (Various Maintainers): Add myself as
8786 auto-vectorizer maintainer.
8787
9cc1244e
JJ
87882007-05-30 Jakub Jelinek <jakub@redhat.com>
8789
8790 PR bootstrap/29382
8791 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8792 * configure: Rebuilt.
8793
6124296b
RC
87942007-05-28 Roberto Costa <robsettantasei@gmail.com>
8795
8796 * MAINTAINERS (Write After Approval): Removed my name.
8797
6b757a0d
SB
87982007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8799
8800 * MAINTAINERS (Write After Approval): Remove myself.
8801
86ef8528
AT
88022007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8803
8804 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8805
1cf3d07d
SE
88062007-05-23 Steve Ellcey <sje@cup.hp.com>
8807
8808 * ltmain.sh: Update from ToT Libtool.
8809 * libtool.m4: Update from ToT Libtool.
8810 * ltsugar.m4: New. Update from ToT Libtool.
8811 * ltversion.m4: New. Update from ToT Libtool.
8812 * ltoptions.m4: New. Update from ToT Libtool.
8813 * ltconfig: Remove.
8814 * ltcf-c.sh: Remove.
8815 * ltcf-cxx.sh: Remove.
8816 * ltcf-gcj.sh: Remove.
8817
ce3fcf8c
OW
88182007-05-22 Ollie Wild <aaw@google.com>
8819
8820 * MAINTAINERS (Write After Approval): Add myself.
8821
342b9200
PB
88222007-05-16 Paolo Bonzini <bonzini@gnu.org>
8823
8824 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8825 stage_cflags.
8826 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8827 Remove CFLAGS/LIBCFLAGS.
8828 (configure-stage[+id+]-[+prefix+][+module+],
8829 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8830 * Makefile.in: Regenerate.
8831
cea17285
DN
88322007-05-15 Diego Novillo <dnovillo@google.com>
8833
8834 * MAINTAINERS: Update e-mail address.
8835
11c004e7
RE
88362007-05-15 Revital Eres <eres@il.ibm.com>
8837
8838 * MAINTAINERS (Write After Approval): Add myself.
8839
ab6bd693
RC
88402007-05-14 Roberto Costa <robsettantasei@gmail.com>
8841
8842 * MAINTAINERS (Write After Approval): Updated my address.
8843
388cdf07
TN
88442007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8845
8846 * MAINTAINERS (Write After Approval): Add myself.
8847
23f24034
SR
88482007-05-11 Silvius Rus <rus@google.com>
8849
8850 * MAINTAINERS (Write After Approval): Add myself.
8851
34a7526e
TT
88522007-04-23 Tom Tromey <tromey@redhat.com>
8853
8854 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8855
51da21be
MM
88562007-04-22 Mark Mitchell <mark@codesourcery.com>
8857
8858 * MAINTAINERS (cpplib): Rename to ...
8859 (libcpp): ... this. Add C/C++ front end maintainers.
8860
70070387
SE
88612007-04-14 Steve Ellcey <sje@cup.hp.com>
8862
8863 * config-ml.in: Pass ${ml_config_env} to configure calls.
8864
df1a0dbb
CB
88652007-04-04 Christian Bruel <christian.bruel@st.com>
8866
8867 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8868
9daff147
DK
88692007-04-02 Dave Korn <dave.korn@artimi.com>
8870
8871 * MAINTAINERS (Write After Approval): Add myself.
8872
374eadb2
TB
88732007-03-31 Tobias Burnus <burnus@net-b.de>
8874
8875 * MAINTAINERS (fortran 95 front end): Add myself.
8876
8eced3a2
DR
88772007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8878
8879 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8880
653de3e3
AZ
88812007-03-24 Ayal Zaks <zaks@il.ibm.com>
8882
8883 * MAINTAINERS (Modulo Scheduler): Add myself.
8884
b737d953
BM
88852007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8886
8887 * MAINTAINERS (fortran 95 front end): Add myself.
8888 (c++ front end): whitespace fix.
8889
a584cdf2
NF
88902007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8891
8892 * MAINTAINERS (Write After Approval): Add myself.
8893
8c79f3c4
RS
88942007-03-21 Richard Sandiford <richard@codesourcery.com>
8895
8896 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8897 of glob. Quote arguments with single quotes too.
8898 * configure: Regenerate.
8899
07f1ac6d
BM
89002007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8901
8902 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8903 * Makefile.in: Regenerate
8904
172e41aa
AS
89052007-03-07 Andreas Schwab <schwab@suse.de>
8906
8907 * configure: Regenerate.
8908
9c4d2493
BM
89092007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8910
8911 * configure.ac: Add "--with-pdfdir" configure option,
8912 which defines pdfdir variable.
8913 * Makefile.def (target=fixincludes): Add install-pdf to
8914 missing targets.
8915 (recursive_targets): Add install-pdf target.
8916 (flags_to_pass): Add pdfdir.
8917 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8918 target.
8919 * configure: Regenerate
8920 * Makefile.in: Regenerate
8921
e14e622e
EC
89222007-02-28 Eric Christopher <echristo@apple.com>
8923
8924 Revert:
8925 2006-12-07 Mike Stump <mrs@apple.com>
8926
8927 * Makefile.def (dependencies): Add dependency for
8928 install-target-libssp and install-target-libgomp on
8929 install-gcc.
8930 * Makefile.in: Regenerate.
8931
54e433bc
MK
89322007-02-27 Matt Kraai <kraai@ftbfs.org>
8933
8934 * configure: Regenerate.
8935 * configure.ac: Move statements after variable declarations.
8936
6c8d3d8f
KK
89372007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8938
8939 * MAINTAINERS: Add myself as sh maintainer.
8940
9f8c6739
JM
89412007-02-19 Joseph Myers <joseph@codesourcery.com>
8942
8943 * configure.ac: Adjust for loop syntax.
8944 * configure: Regenerate.
8945
278a7a38
AO
89462007-02-18 Alexandre Oliva <aoliva@redhat.com>
8947
8948 * configure: Rebuilt.
8949
b2eaac4a
AO
89502007-02-18 Alexandre Oliva <aoliva@redhat.com>
8951
8952 * configure.ac: Drop multiple occurrences of --enable-languages,
8953 and fix its quoting.
8954 * configure: Rebuilt.
8955
beeaf216 89562007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
8957 Nathan Sidwell <nathan@codesourcery.com>
8958 Vladimir Prus <vladimir@codesourcery.com>
8959 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
8960
8961 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8962 * configure: Regenerate.
8963
09201a09
GP
89642007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8965
8966 * ltconfig (freebsd*): Default to elf.
8967
291f172e
DJ
89682007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8969
8970 * configure.ac (target_libraries): Move libgcc before libiberty.
8971 * configure: Regenerated.
8972
c3a86da9
DJ
89732007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8974 Paolo Bonzini <bonzini@gnu.org>
8975
8976 PR bootstrap/30753
8977 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8978 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8979 * configure: Regenerated.
8980
88e1e72a
FXC
89812007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8982
8983 * MAINTAINERS (Language Front End Maintainers): Update my mail
8984 address.
8985
44bfc3ac
DJ
89862007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8987
8988 PR bootstrap/30748
8989 * configure.ac: Correct syntax for Solaris ksh.
8990 * configure: Regenerated.
8991
3e19841a
PB
89922007-02-09 Paolo Bonzini <bonzini@gnu.org>
8993
8994 * configure.ac: Sync with src.
8995 * configure: Regenerate.
8996
74a48762
PB
89972007-02-09 Paolo Bonzini <bonzini@gnu.org>
8998
8999 * Makefile.in: Regenerate.
9000
d846e52e
PB
90012007-02-09 Paolo Bonzini <bonzini@gnu.org>
9002
9003 * config.sub: Sync with src.
9004
1c710c3c
DJ
90052007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
9006
9007 * Makefile.tpl (build_alias, host_alias, target_alias): Use
9008 noncanonical equivalents.
9009 * configure.in: Rename to...
9010 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
9011 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
9012 target_noncanonical. Use them. Rewrite removal of configure
9013 arguments for autoconf 2.59. Discard variable settings. Force
9014 program_transform_name for native tools.
9015
9016 * Makefile.in: Regenerated.
9017 * configure: Regenerated with autoconf 2.59.
9018
dce2d8b2 90192007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 9020
3de8da2a 9021 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 9022
f6671c93
AS
90232007-01-31 Andreas Schwab <schwab@suse.de>
9024
9025 * Makefile.tpl (LDFLAGS): Substitute it.
9026 * Makefile.in: Regenerate.
9027
dce2d8b2 90282007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 9029
3de8da2a 9030 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 9031
2472200d
DE
90322007-01-28 David Edelsohn <edelsohn@gnu.org>
9033
3de8da2a 9034 * MAINTAINERS (spu port): Add myself.
2472200d 9035
5305be7e
RG
90362007-01-23 Richard Guenther <rguenther@suse.de>
9037
9038 PR bootstrap/30541
9039 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9040 * Makefile.tpl (GNATBIND): Substitute it.
9041 (GNATMAKE): Likewise.
9042 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9043 of STAGE_PREFIX.
9044 * Makefile.in: Regenerate.
9045 * configure: Regenerate.
9046
416cfb5e
MS
90472007-01-18 Mike Stump <mrs@apple.com>
9048
9049 * configure.in: Re-enable -Werror for gcc builds.
9050
3de8da2a 90512007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 9052
3de8da2a 9053 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 9054
d943d7c4
PB
90552007-01-11 Paolo Bonzini <bonzini@gnu.org>
9056
9057 * configure.in: Change == to = in test command.
3de8da2a 9058 * configure: Regenerate.
d943d7c4 9059
e69bf64b 90602007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
9061 Nick Clifton <nickc@redhat.com>
9062 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
9063
9064 * configure.in (build_configargs, host_configargs, target_configargs):
9065 Remove build/host/target parameters.
9066 (host_libs): Add gmp and mpfr.
9067 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9068 * Makefile.def (gmp, mpfr): New.
9069 (gcc): Remove target.
9070 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9071 target_os, target_vendor): New.
dce2d8b2 9072 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
9073 * configure: Regenerate.
9074 * Makefile.in: Regenerate.
e69bf64b
PB
9075
90762007-01-11 Matt Fago <fago@earthlink.net>
9077
9078 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 9079 to improve robustness of configure tests.
e69bf64b 9080 * configure: Regenerate.
e14e622e 9081
a42f3b80
UB
90822007-01-09 Uros Bizjak <ubizjak@gmail.com>
9083
9084 * MAINTAINERS: Add myself as i386 maintainer.
9085
a36aee1a
JH
90862007-01-08 Jan Hubicka <jh@suse.cz>
9087
61fcaeef 9088 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 9089
738a52d3
KT
90902007-01-08 Kai Tietz <kai.tietz@onevision.com>
9091
9092 * configure.in: Add support for an x86_64-mingw* target.
95af8923 9093 * configure: Regenerate.
738a52d3 9094
54fdc474
DJ
90952007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9096
9097 * Makefile.tpl (all-target): Correct @if conditional for target
9098 modules.
9099 * configure.in: Omit libiberty if building only target libgcc.
9100 * configure, Makefile.in: Regenerated.
9101
3dd71726
PB
91022007-01-04 Paolo Bonzini <bonzini@gnu.org>
9103
dce2d8b2 9104 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
9105 * configure: Regenerate.
9106
fa958513
DJ
91072007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9108
9109 * Makefile.def (target_modules): Add libgcc.
9110 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
9111 * Makefile.tpl (clean-target-libgcc): Delete.
9112 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9113 on gcc even for bootstrapped modules. Rewrite handling of
9114 lang_env_dependencies to loop over target_modules.
9115 * configure.in (target_libraries): Add target-libgcc.
9116 * Makefile.in, configure: Regenerated.
9117
e1888513
PB
91182006-12-29 Paolo Bonzini <bonzini@gnu.org>
9119
9120 * configure.in: Reorganize recognition of languages. Add
9121 --enable-stage1-languages. Show supported languages for the chosen
9122 target rather than all recognized languages.
9123 * configure: Regenerate.
9124
53b88b73
PB
91252006-12-29 Paolo Bonzini <bonzini@gnu.org>
9126
9127 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9128 * Makefile.in: Regenerate.
9129
a3993f33
KG
91302006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9131
9132 * configure.in: Warn that MPFR 2.2.0 is buggy.
9133 * configure: Regenerate.
9134
f063a9ed
ILT
91352006-12-27 Ian Lance Taylor <iant@google.com>
9136
9137 * configure.in: When removing Makefiles to force a reconfigure, also
9138 remove prev-DIR*/Makefile.
9139 * configure: Regenerate.
9140
af71363e
AS
91412006-12-22 Andreas Schwab <schwab@suse.de>
9142
9143 * configure: Regenerate with correct autoconf version.
9144
0b0dc272
AM
91452006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
9146
3de8da2a
UB
9147 * configure.in: add AC_SUBST for *_FOR_TARGET.
9148 * configure: Regenerate.
0b0dc272 9149
53b88b73
PB
91502006-12-19 Paolo Bonzini <bonzini@gnu.org>
9151
9152 * configure.in: Simplify logic for rejecting languages that cannot
9153 be built. Separate the case when a language is unsupported,
9154 from the case when the user chooses not to build a language.
9155
400ebff4
PB
91562006-12-19 Paolo Bonzini <bonzini@gnu.org>
9157
9158 * configure.in: Remove "$build" case for powerpc-*-darwin* since
9159 it only affects bootstrap and could be tested on "$host" as well.
9160 * configure: Regenerate.
9161 * config/mh-ppc-darwin: Add to the stage1 cflags here.
9162
8efea775
PB
91632006-12-19 Paolo Bonzini <bonzini@gnu.org>
9164
9165 PR bootstrap/29544
9166 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9167 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9168 move here comment from Makefile.tpl.
9169 * Makefile.tpl: Move some definitions higher in the file.
9170 (STAGE1_CHECKING): New.
9171 * configure.in: Add --enable-stage1-checking.
9172 * configure: Regenerate.
9173 * Makefile.in: Regenerate.
9174
ed88a7ed
PB
91752006-12-19 Paolo Bonzini <bonzini@gnu.org>
9176
9177 * MAINTAINERS: Add myself as build system maintainer.
9178
b65151d3
SM
91792006-12-15 Simon Martin <simartin@users.sourceforge.net>
9180
9181 * MAINTAINERS (Write After Approval): Add myself.
9182
7e050830
EC
91832006-12-13 Eric Christopher <echristo@apple.com>
9184
9185 * MAINTAINERS: Add myself as darwin maintainer.
9186
8b494895
ILT
91872006-12-11 Ian Lance Taylor <ian@airs.com>
9188
9189 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9190
dce2d8b2 91912006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
9192
9193 MAINTAINERS: Update my entry.
9194
58e24147
AM
91952006-12-11 Alan Modra <amodra@bigpond.net.au>
9196
9197 * configure.in: Handle spu makefile frag.
58e24147
AM
9198 * Makefile.tpl (MAINT): Define
9199 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9200 * configure: Regenerate.
9201 * Makefile.in: Regenerate.
9202
9b6f37a0
BE
92032006-12-11 Ben Elliston <bje@au.ibm.com>
9204
9205 * config.guess: Import latest version.
9206 * config.sub: Likewise.
9207
ea6f5c57
BE
92082006-12-11 Ben Elliston <bje@au.ibm.com>
9209
9210 * configure.in (spu-*-*): Don't skip target-libiberty.
9211 * configure: Regenerate.
9212
42c1cd8a
AT
92132006-12-10 Andreas Tobler <a.tobler@schweiz.org>
9214
9215 PR bootstrap/30134
9216 * configure.in: Correct x86 darwin support for libjava to powerpc
9217 and i?86 only.
9218 * configure: Regenerate.
9219
55eb837d
ST
92202006-12-08 Sandro Tolaini <tolaini@libero.it>
9221
9222 * configure.in: Add x86 darwin support for libjava.
9223 * configure: Regenerate.
9224
5bdacbc7
MS
92252006-12-07 Mike Stump <mrs@apple.com>
9226
9227 * Makefile.def (dependencies): Add dependency for
9228 install-target-libssp and install-target-libgomp on
9229 install-gcc.
9230 * Makefile.in: Regenerate.
9231
477d851c
RG
92322006-12-04 Richard Guenther <rguenther@suse.de>
9233
9234 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9235 (Non-Algorithmic Maintainers): Move over non-algorithmic
9236 loop optimizer maintainers, add myself as a non-algorithmic
9237 middle-end maintainer.
9238
5d33d367
DF
92392006-12-04 Daniel Franke <franke.daniel@gmail.com>
9240
9241 * MAINTAINERS (Write After Approval): Add myself.
9242
dbee1fb3
KG
92432006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9244
9245 * configure.in: Update error message for missing GMP/MPFR.
9246
9247 * configure: Regenerate.
9248
b5147de7
KG
92492006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9250
9251 * configure.in: Update MPFR version in error message.
9252
9253 * configure: Regenerate.
9254
f019376c
KG
92552006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9256
9257 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9258 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9259 --with-gmp-lib): New flags.
9260
9261 * configure: Regenerate.
9262
91ed95ae
BM
92632006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
9264
9265 * MAINTAINERS (Write After Approval): Change my email address.
9266
3a971f15
MLI
92672006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9268
05170031 9269 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 9270
dce2d8b2 92712006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
9272
9273 * MAINTAINERS (i18n): Update e-mail address.
9274
df5487ee
TS
92752006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
9276
9277 * MAINTAINERS (spu port): Add myself as maintainer.
9278 (Write After Approval): Remove myself.
9279
92c2f0ee
BE
92802006-11-22 Ben Elliston <bje@au.ibm.com>
9281
9282 * configure.in (skipdirs): Don't build libssp for SPU.
9283 * configure: Regenerate.
9284
a3b97199
AP
92852006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
9286
9287 * MAINTAINERS (spu port): Add myself as maintainer.
9288 (libobjc): Update my email address.
9289
0eb97064
AB
92902006-11-21 Andrea Bona <andrea.bona@st.com>
9291
9292 * MAINTAINERS (Write After Approval): Add myself.
9293
dce2d8b2 92942006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
9295
9296 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9297 * configure : Rebuilt.
9298
dce2d8b2 92992006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
9300
9301 * MAINTAINERS (Write After Approval): Add myself.
9302
d58542ea
AO
93032006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
9304
9305 * MAINTAINERS (Write After Approval): Add myself.
9306
a357b5ae
KG
93072006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9308
9309 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9310 libmpfr.a.
9311 * configure: Regenerate.
9312
9bd6112c
PB
93132006-11-16 Paolo Bonzini <bonzini@gnu.org>
9314
9315 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9316 (unstage): Test for stage_last presence.
9317
9318 PR bootstrap/29802
dce2d8b2
EB
9319 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9320 STAGE_PREFIX.
9bd6112c
PB
9321 * Makefile.in: Regenerate.
9322
c8cf9f0f
ZD
93232003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
9324
9325 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9326 maintainers.
9327
467b1fc6
ER
93282006-11-14 Erven Rohou <erven.rohou@st.com>
9329
9330 * MAINTAINERS (Write After Approval): Add myself.
9331
995a5697
PB
93322006-11-14 Paolo Bonzini <bonzini@gnu.org>
9333
9334 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9335 and stageN-package/Makefile.
9336 * Makefile.in: Regenerated.
9337
c8d6d53e
JZ
93382006-11-14 Jie Zhang <jie.zhang@analog.com>
9339
9340 * configure.in: Remove target-libgloss from noconfigdirs for
9341 bfin-*-*.
9342 * configure: Regenerated.
9343
dffb147d
KG
93442006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9345
9346 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 9347
dffb147d
KG
9348 * configure: Regenerate.
9349
ca558912
KG
93502006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9351
9352 * configure.in: Robustify error message for missing GMP/MPFR.
9353
9354 * configure: Regenerate.
9355
dce2d8b2 93562006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
9357
9358 * MAINTAINERS (Write After Approval): Add myself.
9359
dce2d8b2 93602006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
9361
9362 * MAINTAINERS: Change email address.
9363
91de1527
VP
93642006-10-30 Vladimir Prus <vladimir@codesourcery.com>
9365
9366 * MAINTAINERS (Write After Approval): Add myself.
9367
a3867703
PB
93682006-10-26 Peter Bergner <bergner@vnet.ibm.com>
9369
9370 * MAINTAINERS (Write After Approval): Add myself.
9371
b4364fa2
CL
93722006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9373
7e050830 9374 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 9375 Write After Approval section.
b4364fa2 9376
70ec446f
KG
93772006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9378
9379 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9380 need_gmp anymore.
9381 * configure: Regenerate.
9382
018c8d88
TB
93832006-10-16 Tobias Burnus <burnus@net-b.de>
9384
9385 * MAINTAINERS (Write After Approval): Add myself.
9386
f6a1687e
BE
93872006-10-16 Ben Elliston <bje@au.ibm.com>
9388
9389 * config.guess: Import latest version.
9390 * config.sub: Likewise.
9391
b5422ad7
BM
93922006-10-10 Brooks Moses <bmoses@stanford.edu>
9393
9394 * Makefile.def: Added pdf target handling.
9395 * Makefile.tpl: Added pdf target handling.
9396 * Makefile.in: Regenerated.
9397
bdcee471
CL
93982006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9399
9400 * MAINTAINERS: Add self as score port maintainer.
9401
7d610414
BM
94022006-10-04 Brooks Moses <bmoses@stanford.edu>
9403
9404 * MAINTAINERS (Write After Approval): Add myself.
9405
e48d66a9
SK
94062006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9407
7e050830 9408 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
9409 or newer.
9410 * configure: Regenerated.
9411
c394e891
DB
94122006-09-27 Dave Brolley <brolley@redhat.com>
9413
dce2d8b2
EB
9414 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9415 using $s instead of $r.
c394e891
DB
9416 * configure: Regenerated.
9417
1ee4c5a0
TS
94182006-09-26 Thiemo Seufer <ths@mips.com>
9419
9420 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9421 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9422 * configure: Regenerate.
9423
dce2d8b2 94242006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
9425
9426 * MAINTAINERS (Write After Approval): Remove myself.
9427
0c502898
CF
94282006-09-22 Chao-ying Fu <fu@mips.com>
9429
9430 * MAINTAINERS (Write After Approval): Add myself.
9431
a7819e42
JM
94322006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9433
9434 * MAINTAINERS: Add self as soft-fp maintainer.
9435
dce2d8b2 94362006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
9437
9438 * MAINTAINERS: Add myself as avr maintainer.
9439 Remove Marek Michalkiewicz as avr maintainer.
827d0991 9440
e8288489
RC
94412006-09-07 Roberto Costa <roberto.costa@st.com>
9442
9443 * MAINTAINERS (Write After Approval): Add myself.
9444
b91f0a41
CV
94452006-08-30 Corinna Vinschen <corinna@vinschen.de>
9446
9447 * configure.in: Never build newlib for a Mingw host.
9448 Never build newlib as Mingw target library.
9449 Test the existence of winsup/cygwin for building a Cygwin newlib,
9450 rather than just winsup.
9451 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9452 building a Mingw target.
9453 * configure: Regenerate.
9454
094c07a0
EB
94552006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9456
9457 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9458
8d1171cb
PB
94592006-07-25 Paolo Bonzini <bonzini@gnu.org>
9460
9461 * config.guess: Import from src (was more updated).
9462 * config.sub: Likewise.
9463
2e9e6f68
DJ
94642006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9465
9466 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9467 * configure: Regenerated.
9468
57255173
PB
94692006-07-18 Paolo Bonzini <bonzini@gnu.org>
9470
cc6010cd
AP
9471 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9472 for stages after the first.
57255173 9473
9fbe6585
JJ
94742006-07-17 Jakub Jelinek <jakub@redhat.com>
9475
9476 * Makefile.def: Add dependencies for configure-opcodes
9477 on configure-intl and all-opcodes on all-intl.
9478 * Makefile.in: Regenerated.
9479
18c3f977
BE
94802006-07-13 Ben Elliston <bje@au.ibm.com>
9481
9482 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9483
27b56ba6
PE
94842006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9485
9486 Port to hosts whose 'sort' and 'tail' implementations
9487 treat operands with leading '+' as file names, as POSIX
9488 has required since 2001. However, make sure the code still
9489 works on pre-POSIX hosts.
9490 * ltmain.sh: Don't assume "sort +2" is equivalent to
9491 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9492
ad6d4e43
UW
94932006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9494
9495 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9496
706601d9
PG
94972006-07-04 Peter O'Gorman <peter@pogma.com>
9498
9499 * ltconfig: chmod 644 before ranlib during install.
9500
0b50988a
EB
95012006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9502
9503 PR bootstrap/18058
9504 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9505 if the bootstrap compiler is a GCC version that supports it.
9506 * configure: Regenerate.
9507
b6348cb3
PB
95082006-07-03 Paolo Bonzini <bonzini@gnu.org>
9509
95695ad3 9510 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
9511 * configure: Regenerate.
9512
1546bb64
PB
95132006-07-03 Paolo Bonzini <bonzini@gnu.org>
9514
9515 PR other/27063
9516 * configure.in: Test subdir_requires and give an appropriate
9517 error message.
9518 * configure: Regenerate.
9519
5cb6c629
AJH
95202006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9521
9522 * MAINTAINERS (Write After Approval): Add myself.
9523
f4d8cdf8
JDA
95242006-06-22 John David Anglin <dave.anglin@nrc.ca>
9525
9526 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9527
4fe5abb7
SE
95282006-06-22 Steve Ellcey <sje@cup.hp.com>
9529
9530 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9531
2a79fd67
DA
95322006-06-20 David Ayers <d.ayers@inode.at>
9533
9534 PR bootstrap/28072
9535 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9536 whether target-libjava is being configured instead of whether the
9537 java front end is enabled.
9538 * configure: Regenerate.
7e050830 9539
04879af3
RO
95402006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9541
9542 PR target/27540
9543 * configure.in: Only enable libgomp on IRIX 6.
9544 * configure: Regenerate.
9545
ec6c7392
PB
95462006-06-15 Paolo Bonzini <bonzini@gnu.org>
9547
9548 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9549 too.
9550 * Makefile.in: Regenerate.
9551
12973d7a
DD
95522006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9553
9554 * config-ml.in: Alter CCASFLAGS to include special
9555 multilib options the same as is done for CFLAGS.
9556
c67ed86a
JDA
95572006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9558
9559 * configure.in: Don't enable libgomp on hpux10.
9560 * configure: Rebuilt.
9561
cb253473
DA
95622006-06-12 David Ayers <d.ayers@inode.at>
9563
9564 PR bootstrap/27963
9565 PR target/19970
7e050830 9566 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
9567 ${libgcj} is specified.
9568 * configure: Regenerate.
7e050830 9569
dce2d8b2 95702006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
9571
9572 Sync from src:
7e050830
EC
9573
9574 * configure.in: Sync.
32845532 9575 * configure: Regenerated.
7e050830 9576
32845532
CD
9577 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9578
9579 * Makefile.def: Added dependencies from sim and gdb on intl, and
9580 added configure dependencies to everything with an all dependency
9581 on intl.
9582 * Makefile.in: Regenerated.
9583
7cd0cf9c
DA
95842006-06-06 David Ayers <d.ayers@inode.at>
9585
9586 PR libobjc/13946
9587 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9588 * Makefile.in: Regenerate.
9589 * configure.in: Add --enable-objc-gc at toplevel and have it
9590 enable boehm-gc for Objective-C.
9591 Remove target-boehm-gc from libgcj.
9592 Add target-boehm-gc to target_libraries.
9593 Add target-boehm-gc to noconfigdirs where ${libgcj}
9594 is specified.
9595 Assert that boehm-gc is supported when requested for Objective-C.
9596 Only build boehm-gc if needed either for Java or Objective-C.
9597 * configure: Regenerate.
7e050830 9598
3ff3adad
PB
95992006-06-05 Paolo Bonzini <bonzini@gnu.org>
9600
9601 PR 27674
9602 * Makefile.tpl (configure-[+prefix+][+module+],
9603 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9604 Remove rule to unstage bootstrapped modules.
9605 (stage_current): New.
9606 * Makefile.in: Regenerate.
9607
898e551d
LB
96082006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9609
9610 * MAINTAINERS (Write After Approval): Update my e-mail address.
9611
ea60341e
MS
96122006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9613
9614 * include/libiberty.h: Declare pex_run_in_environment.
9615
222ae291
AL
96162006-05-31 Asher Langton <langton2@llnl.gov>
9617
9618 * MAINTAINERS (Write After Approval): Add myself.
898e551d 9619
e9a54b07
PB
96202006-05-25 Paolo Bonzini <bonzini@gnu.org>
9621
9622 * Makefile.def (bfd, opcodes): Fix lib_path.
9623 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9624 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9625 * Makefile.in: Regenerate.
9626
03e67131
CD
96272006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9628
9629 * Makefile.in: Regenerate.
9630
65d6e994
CD
96312006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9632
9633 * Makefile.def: Add install-html target. Add datarootdir
9634 docdir and htmldir to flags_to_pass.
9635 * Makefile.tpl: Add install-html target.
9636 * Makefile.in: Regenerate.
9637 * configure.in: Add --with-datarootdir, --with-docdir, and
9638 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9639 * configure: Regenerate.
9640
9e299237
MS
96412006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9642
9643 * configure.in: Enable gprof for cross builds.
9644 * configure: Regenerate.
9645
c31202cd
RG
96462006-05-22 Richard Guenther <rguenther@suse.de>
9647
9648 Revert
9649 2006-01-31 Richard Guenther <rguenther@suse.de>
9650 Paolo Bonzini <bonzini@gnu.org>
9651
9652 * Makefile.def (target_modules): Add libgcc-math target module.
9653 * configure.in (target_libraries): Add libgcc-math target library.
9654 (--enable-libgcc-math): New configure switch.
9655 * Makefile.in: Re-generate.
9656 * configure: Re-generate.
9657 * libgcc-math: New toplevel directory.
9658
2a332582
JDA
96592006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9660 Andreas Tobler <a.tobler@schweiz.ch>
9661
9662 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9663 * configure: Rebuilt.
9664
dce2d8b2 96652006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 9666
ccce6917
SL
9667 * MAINTAINERS (Write After Approval): Add myself.
9668
ed606bc0
DD
96692006-05-01 DJ Delorie <dj@redhat.com>
9670
3d8f47a0 9671 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
9672 * configure: Regenerate.
9673
9386bd20
RG
96742006-05-01 Richard Guenther <rguenther@suse.de>
9675
9676 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9677 maintainer.
9678
dce2d8b2 96792006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
9680
9681 * MAINTAINERS (Write After Approval): Add myself.
9682
87ceee72
JB
96832006-04-28 Jan Beulich <jbeulich@novell.com>
9684
9685 * MAINTAINERS (Write After Approval): Add myself.
9686
e88a2c09
DD
96872006-04-18 DJ Delorie <dj@redhat.com>
9688
9689 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9690 reference libgloss so that libssp can be built in a combined
9691 tree.
9692 * configure: Regenerate.
9693
675f0a8a
RM
96942006-04-08 Robert Millan <rmh@gcc.gnu.org>
9695
9696 * MAINTAINERS (Write After Approval): Add myself.
9697
27b6c940
BE
96982006-04-05 Ben Elliston <bje@au.ibm.com>
9699
9700 * configure.in: Require makeinfo 4.4 or higher.
9701 * configure: Regenerate.
9702
687b17d4
GP
97032006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9704
9705 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9706 Rearrange the entries of other libraries to have them in one place.
9707
906ac235
JB
97082006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9709
7e050830 9710 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
9711 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9712
fb0103e5
RG
97132006-03-14 Richard Guenther <rguenther@suse.de>
9714
9715 * configure: Regenerate with autoconf 2.13.
9716
17237f6b
JB
97172006-03-13 Jim Blandy <jimb@codesourcery.com>
9718
9719 * MAINTAINERS: Use my work address.
bed31434
JB
9720
9721 * MAINTAINERS: Update my E-mail address.
9722
27079765
AH
97232006-03-10 Aldy Hernandez <aldyh@redhat.com>
9724
9725 * configure.in: Handle --disable-<component> generically.
9726 * configure: Regenerate.
9727
54a17039
L
97282006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9729
9730 PR libgcj/17311
9731 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9732
b9bd11ca
EE
97332006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9734
9735 * MAINTAINERS (Write After Approval): Remove myself.
9736 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9737
dce2d8b2 97382006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 9739
072b06f2
RE
9740 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9741 (TARGET_CONFIGDIRS): Remove.
9742 * configure.in: Remove AC_SUBST(target_configdirs).
9743 * Makefile.in, configure: Regenerated.
ee2312f3 9744
936e1a35
SK
97452006-02-20 Steven G. Kargl <kargls@comcast.net>
9746
9747 * MAINTAINERS (Write After Approval): Remove myself.
9748 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9749
cc11cc9b
PB
97502006-02-20 Paolo Bonzini <bonzini@gnu.org>
9751
9752 PR bootstrap/25670
9753
9754 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9755
9756 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9757 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9758 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9759 BUILD_PREFIX, BUILD_PREFIX_1.
9760 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9761
9762 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9763 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9764
9765 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9766 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9767 of `cat stage_current`. Always provide the `r' and `s' variables.
9768 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9769 a single shell execution.
9770 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9771 bootstrapped modules, make the stage1 module if the build was not
9772 started yet, else build the current stage.
9773 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9774 (all-build, all-host, all-target, [+make_target+]-host,
9775 [+make_target+]-target): Do not use \-continued lines.
9776 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9777 (current_stage, restrap, stage_last): New.
9778
9779 * Makefile.in: Regenerate.
9780 * configure: Regenerate.
9781
63a7c9ef
BD
97822006-02-19 Bud Davis <jmdavis@link.com>
9783
9784 * MAINTAINERS (Write After Approval): Remove myself.
9785 (Language Front End Maintainers): Add myself as fortran 95
9786 maintainer and update e-mail address.
9787
a3543e3a
FXC
97882006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9789
9790 * MAINTAINERS (Write After Approval): Remove myself.
9791 (Language Front End Maintainers): Add myself as fortran 95
9792 maintainer.
9793
ca5b1d2c
VK
97942006-02-16 Victor Kaplansky <victork@il.ibm.com>
9795
9796 * MAINTAINERS (Write After Approval): Add myself.
9797
0499513f
TK
97982006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9799
9800 * MAINTAINERS (Write After Approval): Remove myself.
9801 (Language Front End Maintainers): Add myself as
9802 fortran 95 maintainer.
9803
d1f8db0c
PB
98042006-02-14 Paolo Bonzini <bonzini@gnu.org>
9805
9806 Sync from src:
9807
9808 2005-12-27 Leif Ekblad <leif@rdos.net>
9809
cc6010cd
AP
9810 * configure.in: Add support for RDOS target.
9811 * configure: Regenerate.
d1f8db0c
PB
9812
98132006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 9814 Andreas Schwab <schwab@suse.de>
d1f8db0c 9815
cc6010cd 9816 * configure: Regenerate.
d1f8db0c 9817
cac90078
DE
98182006-02-12 David Edelsohn <edelsohn@gnu.org>
9819
9820 * configure.in (enable_libgomp): Add AIX.
9821 * configure: Regenerate.
9822
bd37fbf5
MK
98232006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9824
9825 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9826
23027b7a
LM
98272006-02-03 Lee Millward <lee.millward@gmail.com>
9828
9829 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9830
0058967b
RG
98312006-01-31 Richard Guenther <rguenther@suse.de>
9832 Paolo Bonzini <bonzini@gnu.org>
9833
9834 * Makefile.def (target_modules): Add libgcc-math target module.
9835 * configure.in (target_libraries): Add libgcc-math target library.
9836 (--enable-libgcc-math): New configure switch.
9837 * Makefile.in: Re-generate.
9838 * configure: Re-generate.
9839 * libgcc-math: New toplevel directory.
9840
e8b05380
PB
98412006-01-26 Paolo Bonzini <bonzini@gnu.org>
9842
9843 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9844 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9845 the assembler, linker and binutils.
9846 * configure: Regenerate.
9847
d54d5437
DM
98482006-01-22 Dirk Mueller <dmueller@suse.de>
9849
9850 * MAINTAINERS (Write After Approval): Add myself.
9851
670cbfcf
DN
98522006-01-20 Diego Novillo <dnovillo@redhat.com>
9853
9854 * configure: Regenerate.
9855
953ff289
DN
98562006-01-18 Richard Henderson <rth@redhat.com>
9857 Jakub Jelinek <jakub@redhat.com>
9858 Diego Novillo <dnovillo@redhat.com>
9859
9860 * libgomp: New directory.
9861 * Makefile.def: Add target_module libgomp.
9862 * Makefile.in: Regenerate.
9863 * configure.in (target_libraries): Add target-libgomp.
9864 * configure: Regenerate.
9865
32ce4048
AO
98662006-01-05 Alexandre Oliva <aoliva@redhat.com>
9867
9868 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9869 @ from continuation.
9870 * Makefile.in: Rebuilt.
9871
0eaf8e17 98722006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 9873
c76c0c83
CL
9874 * MAINTAINERS (Write After Approval): Add myself.
9875
2d309510
PB
98762006-01-04 Paolo Bonzini <bonzini@gnu.org>
9877
9878 PR bootstrap/24252
9879
9880 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9881 * Makefile.tpl (OBJDUMP): New.
9882 (EXTRA_HOST_FLAGS): Add it.
9883 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9884
953ff289
DN
9885 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9886 to use symbolic links between directories. Avoid race conditions
9887 or make them harmless.
9888 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
9889
9890 * Makefile.def (LEAN): Pass.
9891 * Makefile.tpl (LEAN): Define.
9892 (stage[+id+]-start): Accept that the previous directory does not
9893 exist, if the bootstrap is lean.
9894 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9895 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9896 configure substitution.
9897 ([+compare-target+]): Likewise.
9898 ([+bootstrap-target+]-lean): New.
9899 * configure.in: Remove lean bootstrap support from here.
9900
953ff289
DN
9901 * Makefile.in: Regenerate.
9902 * configure: Regenerate.
2d309510 9903
368872c3
BE
99042006-01-04 Ben Elliston <bje@au.ibm.com>
9905
9906 * MAINTAINERS (libdecnumber): Add myself.
9907
d79e6356
MM
99082006-01-02 Mark Mitchell <mark@codesourcery.com>
9909
9910 * libtool-ldflags: New script.
9911
a6fbc1e2
AS
99122006-01-02 Andreas Schwab <schwab@suse.de>
9913
9914 * configure.in: When reconfiguring remove Makefile in
9915 all stage directories.
9916 * configure: Regenerate.
9917
103a4b39
SB
99182005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9919
9920 * MAINTAINERS: Update my email address.
9921
212f829c
PB
99222005-12-20 Paolo Bonzini <bonzini@gnu.org>
9923
9924 Revert Ada-related part of the previous change.
9925
9926 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9927 Do not pass.
9928 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9929 * Makefile.in: Regenerate.
9930 * configure.in: Do not include mt-ppc-aix target fragment.
9931 * configure: Regenerate.
9932
8ef1f2df
PB
99332005-12-19 Paolo Bonzini <bonzini@gnu.org>
9934
9935 * configure.in: Select appropriate fragments for PowerPC/AIX.
9936 * configure: Regenerate.
9937
9938 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9939 BOOT_CFLAGS, BOOT_LDFLAGS.
9940 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9941 BOOT_CFLAGS, BOOT_LDFLAGS.
9942 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9943 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9944 (stage): Fail if we cannot complete the work.
9945 * Makefile.in: Regenerate.
9946
ab34901f
NS
99472005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9948
9949 * configure.in: Replace ms1 with mt.
9950 * configure: Rebuilt.
9951
cbe82f21
BM
99522005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9953
9954 * MAINTAINERS: Update my email address.
9955
19843472
PB
99562005-12-15 Paolo Bonzini <bonzini@gnu.org>
9957
9958 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9959 install-host-nogcc): Don't invoke $(stage) at the end.
9960 * Makefile.in: Regenerate.
9961
1ca26cd2
PB
99622005-12-14 Paolo Bonzini <bonzini@gnu.org>
9963
9964 * configure.in: Flip the top-level bootstrap switch.
9965 * configure: Regenerate.
9966
f41d6665
DJ
99672005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9968
9969 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9970 $(stage) and $(unstage).
9971 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9972 (all): Remove stray semicolon.
9973 (local-distclean): Don't handle multilib.tmp and multilib.out.
9974 (install.all): Set $s for consistency.
9975 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9976 check_multilibs setting. Always make the install directory.
9977 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9978 Correct @if/@endif.
9979 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9980 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9981 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9982 (multilib.out): Remove.
9983 * Makefile.in: Regenerated.
9984
dce2d8b2 99852005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
9986
9987 * MAINTAINERS (Write After Approval): Add myself.
9988
64f182bd
NS
99892005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9990
121b2cee
NS
9991 * MAINTAINERS: Add myself as mt maintainer.
9992
64f182bd
NS
9993 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9994
a6d63770
AN
99952005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9996
9997 * MAINTAINERS: Change email address.
9998
2abefe3d
PB
99992005-12-05 Paolo Bonzini <bonzini@gnu.org>
10000
10001 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10002 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10003 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
10004 Find in-tree tools if available.
10005 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10006 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10007 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10008 (COMPILER_*_FOR_TARGET): New.
10009 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10010 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10011 (CONFIGURED_*, USUAL_*): Remove.
10012 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10013 STRIP): Use autoconf substitutions.
10014 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10015 COMPILER_NM_FOR_TARGET): New.
10016 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10017
10018 (all): Make all-host and all-target in parallel.
10019 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10020 that $$r and $$s are set before invoking a recursive make.
10021 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10022 ([+bootstrap-target+]): Inline most of the `all' target.
10023
2f3bdde7
BE
100242005-11-29 Ben Elliston <bje@au.ibm.com>
10025
10026 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10027 from the gcc build directory.
10028 * Makefile.in: Regenerate.
10029
a4b6c45a
BE
100302005-11-29 Ben Elliston <bje@au.ibm.com>
10031
10032 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
10033 depend on all-libdecnumber.
10034 * configure.in (host_libs): Include libdecnumber.
10035 * Makefile.in: Regenerate.
10036 * configure: Likewise.
10037
473a74b9
BE
100382005-11-29 Ben Elliston <bje@au.ibm.com>
10039
10040 * libdecnumber: Import decNumber sources from the dfp-branch.
10041
b4623110
KJ
100422005-11-21 Kean Johnston <jkj@sco.com>
10043
10044 * config.sub, config.guess: Sync from upstream sources.
10045
67dc1785
BE
100462005-11-21 Ben Elliston <bje@au.ibm.com>
10047
10048 Import from Autoconf sources:
10049
10050 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
10051 * config/move-if-change: Don't output "$2 is unchanged";
10052 suggested by Ben Elliston. Handle weird characters correctly.
10053
186abafe
AT
100542005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
10055
10056 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10057 to match upstream libtool for darwin.
10058
ef9db8d5
DJ
100592005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
10060
10061 * Makefile.def: Remove gdb dependencies for gdbtk.
10062 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10063 (configure-gdb, install-gdb): New rules.
10064 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10065 * Makefile.in, configure: Regenerated.
10066
9c5141ab
JB
100672005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
10068
10069 * MAINTAINERS (Write After Approval): Add myself.
10070
4523d51b
EE
100712005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
10072
10073 * MAINTAINERS (Write After Approval): Add myself.
10074
086b011c
DN
100752005-10-24 Diego Novillo <dnovillo@redhat.com>
10076
10077 * MAINTAINERS (alias analysis): Add Daniel Berlin and
10078 Diego Novillo.
10079
e7c84bf8
PB
100802005-10-22 Paolo Bonzini <bonzini@gnu.org>
10081
10082 PR bootstrap/24297
10083 * Makefile.tpl (do-[+make-target+], do-check, install,
10084 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10085 are set before recursing.
10086 * Makefile.in: Regenerate.
10087
b88a7564
EB
100882005-10-20 Eric Botcazou <ebotcazou@adacore.com>
10089
10090 PR bootstrap/18939
10091 * Makefile.def (gcc) <target>: Fix thinko.
10092 * Makefile.in: Regenerate.
10093
61efc800
BS
100942005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
10095
10096 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10097 * configure: Regenerate.
10098
f53d2869
JZ
100992005-10-15 Jie Zhang <jie.zhang@analog.com>
10100
10101 * MAINTAINERS (Write After Approval): Add self.
10102
077fc835
KH
101032005-10-08 Kazu Hirata <kazu@codesourcery.com>
10104
10105 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10106 target-libffi, target-qthreads, target-libjava, and
10107 targetlibobjc.
10108 * configure: Regenerate.
10109
d739199a
DJ
101102005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
10111
10112 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10113 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10114 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10115 (USUAL_OBJDUMP_FOR_TARGET): New.
10116 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10117 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 10118 * configure, Makefile.in: Regenerated.
d739199a 10119
db38c6bb
PB
101202005-10-05 Paolo Bonzini <bonzini@gnu.org>
10121
10122 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10123 before other host packages.
10124
3015564c
KK
101252005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
10126
10127 * MAINTAINERS: Add self as sh libraries/configury maintainer.
10128
1061f99e
PB
101292005-10-05 Paolo Bonzini <bonzini@gnu.org>
10130
10131 PR bootstrap/22340
10132
10133 * configure.in (default_target): Remove.
10134 * Makefile.tpl (all): Do not use prerequisites as subroutines
10135 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10136 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10137 use prerequisites as subroutines.
10138 (check-host, check-target): New.
10139 (bootstrap configure & all targets): Do not use stage*-start
10140 if the directory layout is already ok.
10141 (non-bootstrap configure & all targets): Prepend a $(unstage).
10142 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
10143 (NOTPARALLEL): Remove.
10144 (unstage, stage variables): New variables.
10145 (unstage, stage targets): Simply expand to those variables.
10146
10147 * configure: Regenerate.
10148 * Makefile.in: Regenerate.
10149
4a9c436f
JW
101502005-10-04 James E Wilson <wilson@specifix.com>
10151
10152 * Makefile.def (lang_env_dependencies): Add libmudflap.
10153 * Makefile.in: Regenerate.
10154
37150080
AS
101552005-10-03 Andreas Schwab <schwab@suse.de>
10156
10157 Backport from libtool CVS:
10158 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
10159
10160 * ltmain.sh: add support for installing into temporary
10161 staging area (e.g. 'make install DESTDIR=...')
10162
39d16468
L
101632005-10-03 H.J. Lu <hongjiu.lu@intel.com>
10164
10165 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10166 * configure: Regenerated.
10167
72a7ab82
AP
101682005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
10169
10170 * configure: Regenerate with the correct
10171 autoconf version.
10172
6b65a26d
CM
101732005-09-30 Catherine Moore <clm@cm00re.com>
10174
10175 * configure.in (bfin-*-*): New.
10176 * configure: Regenerated.
10177
040b1c5a
GK
101782005-09-28 Geoffrey Keating <geoffk@apple.com>
10179
10180 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10181 (LIPO_FOR_TARGET): New.
10182 (CONFIGURED_LIPO_FOR_TARGET): New.
10183 (USUAL_LIPO_FOR_TARGET): New.
10184 (STRIP_FOR_TARGET): New.
10185 (CONFIGURED_STRIP_FOR_TARGET): New.
10186 (USUAL_STRIP_FOR_TARGET): New.
10187 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10188 STRIP_FOR_TARGET.
10189 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10190 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10191 * Makefile.in: Regenerate.
10192 * configure: Regenerate.
7e050830 10193
3a3c28db
DE
101942005-09-19 David Edelsohn <edelsohn@gnu.org>
10195
10196 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10197 (rs6000-*-aix*): Same.
10198 * configure: Regenerate.
10199
2749a921
TT
102002005-09-16 Tom Tromey <tromey@redhat.com>
10201
10202 * MAINTAINERS: Add self as java maintainer.
10203
7f26dfa3
FXC
102042005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
10205
10206 * configure.in: Recognize f95 in the --enable-languages option,
10207 and substitute it for fortran, issuing a warning.
10208 * configure: Regenerate.
10209
d8852c4f
PE
102102005-08-30 Phil Edwards <phil@codesourcery.com>
10211
10212 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
10213 * configure: Regenerated.
10214
ad685e81
AH
102152005-08-22 Aldy Hernandez <aldyh@redhat.com>
10216
10217 * MAINTAINERS: Add self as ms1 maintainer.
10218
b00d752c
RE
102192005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
10220
10221 * Makefile.def (libssp): Add to lang_env_dependencies.
10222 * Makefile.in: Regenerate.
10223
9ed8fb9b
ILT
102242005-08-18 Ian Lance Taylor <ian@airs.com>
10225
10226 * MAINTAINERS: Add myself as middle-end maintainer.
10227
0f029d39
CG
102282005-08-17 Christian Groessler <chris@groessler.org>
10229
10230 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10231 * Makefile.in: Regenerate.
10232
81087874
AK
102332005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
10234
10235 * MAINTAINERS (write after approval): Added myself.
10236
6a134f1c
MR
102372005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
10238
10239 * MAINTAINERS (Write After Approval): Add myself.
10240
2693c0b0
PB
102412005-08-12 Paolo Bonzini <bonzini@gnu.org>
10242
10243 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10244 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10245 Look for alternate names of the target cc and c++
10246 * configure: Regenerate.
10247
4de997d1
PB
102482005-08-08 Paolo Bonzini <bonzini@gnu.org>
10249
10250 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10251 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10252 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10253 tools; remove code to manually set them.
10254 (Target tools): Look in the environment for them.
10255 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10256 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10257 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10258 build directory.
10259 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10260 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10261 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10262 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10263 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10264 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10265 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10266 * configure: Regenerate.
10267 * Makefile.in: Regenerate.
10268
b089e33a
BE
102692005-07-28 Ben Elliston <bje@au.ibm.com>
10270
10271 * MAINTAINERS: Update for removed CPU targets.
10272
e3791243
MM
102732005-07-27 Mark Mitchell <mark@codesourcery.com>
10274
10275 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 10276 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
10277 * Makefile.in: Regenerated.
10278
526635cb
MM
102792005-07-26 Mark Mitchell <mark@codesourcery.com>
10280
10281 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10282 (CFLAGS_FOR_TARGET): Use it.
10283 (CXXFLAGS_FOR_TARGET): Likewise.
10284 * Makefile.in: Regenerated.
10285 * configure.in (--with-build-sysroot): New option.
10286 * configure: Regenerated.
10287
19791f70
PB
102882005-07-24 Paolo Bonzini <bonzini@gnu.org>
10289
10290 * Makefile.tpl: Wrap install between unstage and stage
10291 * Makefile.in: Regenerate.
10292
35f5a23f
EC
102932005-07-21 Eric Christopher <echristo@apple.com>
10294
10295 * MAINTAINERS: Update affiliation.
10296
ff3ddf15
PW
102972005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
10298
10299 * MAINTAINERS: Add self as crx port maintainer.
10300
3a664c1c
DD
103012005-07-20 DJ Delorie <dj@redhat.com>
10302
10303 * MAINTAINERS: Add self as m32c maintainer.
10304
539df155
KC
103052005-07-16 Kelley Cook <kcook@gcc.gnu.org>
10306
10307 * all files: Update FSF address.
10308
be9c593a
EC
103092005-07-15 Eric Christopher <echristo@redhat.com>
10310
10311 * MAINTAINERS: Change affiliation.
10312
fd7ea4ab
JB
103132005-07-14 Jim Blandy <jimb@redhat.com>
10314
10315 * configure.in: Add cases for Renesas m32c.
10316 * configure: Regenerated.
7e050830 10317
0063a823
KC
103182005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10319
d0ca130a
KC
10320 * COPYING.LIB: Update from fsf.org.
10321
103222005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10323
10324 * COPYING, compile, config.guess,
0063a823
KC
10325 config.sub, install-sh, missing, mkinstalldirs,
10326 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 10327 * config-ml.in: Update FSF address.
0063a823 10328
a8ba31f2
EC
103292005-07-13 Eric Christopher <echristo@redhat.com>
10330
10331 * configure.in: Add toplevel noconfigdir support for tpf.
10332 * configure: Regenerate.
10333
5bea4a03
PB
103342005-07-11 Paolo Bonzini <bonzini@gnu.org>
10335
10336 PR ada/22340
10337
10338 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10339 * Makefile.in: Regenerate.
10340
284bdbbd
MM
103412005-07-07 Mark Mitchell <mark@codesourcery.com>
10342
10343 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 10344 Brolley to write-after-approval.
284bdbbd 10345
452190fb
AS
103462005-07-07 Andreas Schwab <schwab@suse.de>
10347
10348 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10349 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10350 * Makefile.in: Regenerated.
10351
9c8f9ec2
GK
103522005-07-06 Geoffrey Keating <geoffk@apple.com>
10353
10354 * configure.in: Don't build sim or rda when targetting darwin.
10355 * configure: Regenerate.
10356
ef0087a7
KH
103572005-07-06 Kazu Hirata <kazu@codesourcery.com>
10358
10359 * configure.in: Add --enable-libssp and --disable-libssp.
10360 * configure: Regenerate with autoconf-2.13.
10361
77008252
JJ
103622005-07-02 Jakub Jelinek <jakub@redhat.com>
10363
10364 * Makefile.def (target_modules): Add libssp.
10365 * configure.in (target_libraries): Add target-libssp.
10366 * configure: Rebuilt.
10367 * Makefile.in: Rebuilt.
10368
a04eae1b
ZW
103692005-07-01 Zack Weinberg <zackw@panix.com>
10370
10371 * MAINTAINERS: Change email address. Resign from maintainership.
10372
948884cd
RG
103732005-07-01 Richard Guenther <rguenther@suse.de>
10374
10375 * MAINTAINERS: Change my e-mail address and affiliation.
10376
c7870f5d
PB
103772005-06-22 Paolo Bonzini <bonzini@gnu.org>
10378
10379 * Makefile.def (stagefeedback): Come after profile.
10380 Define profiledbootstrap target.
10381 * Makefile.tpl (profiledbootstrap): Remove.
10382 (stageprofile-end): Zap stagefeedback.
10383 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10384 * Makefile.in: Regenerate.
10385
ab99519a
RS
103862005-06-13 Richard Sandiford <richard@codesourcery.com>
10387
10388 * MAINTAINERS: Update my email address.
10389
f610dd5f
ZW
103902005-06-13 Zack Weinberg <zack@codesourcery.com>
10391
10392 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10393 In 'cpp' stanza, support '#line' as well as '# '.
10394
71bc2a83
AS
103952005-06-08 Andreas Schwab <schwab@suse.de>
10396
10397 * MAINTAINERS: Move myself from 'Write After Approval' to
10398 'CPU Port Maintainers' section as m68k maintainer.
10399
4fab7234
HPN
104002005-06-07 Hans-Peter Nilsson <hp@axis.com>
10401
10402 * configure.in (unsupported_languages): New macro.
10403 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10404 non-ported target libraries in noconfigdirs.
10405 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10406 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 10407 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
10408 unsupported_languages.
10409 * configure: Regenerate.
10410
68193f9b
TS
104112005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10412
10413 * configure.in: Fix typo in handling of --with-mpfr-dir.
10414 * configure: Regenerate.
10415
f26f6b8d
RS
104162005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10417
10418 * MAINTAINERS: Update my email address.
10419
ba4853f8
JB
104202005-06-02 Jim Blandy <jimb@redhat.com>
10421
10422 * config.sub: Add cases for the Renesas m32c. (This patch has been
10423 accepted into the master sources.)
10424
79dd769c 104252005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
10426 Michael Snyder <msnyder@redhat.com>
10427 Stan Cox <scox@redhat.com>
79dd769c 10428
f610dd5f 10429 * configure.in: Set noconfigdirs for ms1.
79dd769c 10430
f610dd5f 10431 * configure: Regenerate.
79dd769c 10432
d29e107f
JD
104332005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10434
10435 * MAINTAINERS (Write After Approval): Add self.
10436
e93196c3
JC
104372005-06-01 Josh Conner <jconner@apple.com>
10438
10439 * MAINTAINERS (Write After Approval): Add self.
10440
ae263c7a
KH
104412005-06-01 Kazu Hirata <kazu@codesourcery.com>
10442
10443 * MAINTAINERS: Update my email address.
10444
585b3aa3
ZM
104452005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10446
10447 * MAINTAINERS (Write After Approval): Add self.
10448
4930c50b
CD
104492005-05-26 Chris Demetriou <cgd@broadcom.com>
10450
10451 * MAINTAINERS (Write After Approval): Remove self.
10452
2dfbef6d
PB
104532005-05-25 Paolo Bonzini <bonzini@gnu.org>
10454
10455 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10456 (Dependencies): Consider target modules for bootstrap dependencies.
10457 Make target bootstrap modules depend on each stage's gcc.
10458 * Makefile.in: Regenerate.
10459
bcb28cf5
PB
104602005-05-20 Paolo Bonzini <bonzini@gnu.org>
10461
10462 * Makefile.def (configure-gcc): Depend on binutils having been built.
10463 (all-gcc): No need to do it here.
10464 * Makefile.in: Regenerate.
10465
0cf085e4
PB
104662005-05-19 Paul Brook <paul@codesourcery.com>
10467
f610dd5f 10468 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
10469 language cannot be built.
10470 * configure: Regenerate.
10471
dfb2c39a
DJ
104722005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10473
10474 * ylwrap: Import from Automake 1.9.5.
10475
771aaa92
DU
104762005-05-13 David Ung <davidu@mips.com>
10477
10478 * MAINTAINERS (Write After Approval): Add self.
10479
3ac9bd58
MS
104802005-05-09 Mike Stump <mrs@apple.com>
10481
10482 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10483 lt_cv_sys_max_cmd_len for now.
f610dd5f 10484
f77a5578
SC
104852005-05-09 Stan Cox <scox@redhat.com>
10486
10487 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10488
795e36e5
MK
104892005-05-08 Matt Kraai <kraai@ftbfs.org>
10490
10491 * README.SCO: Update the URL.
10492
c9392a2b
DE
104932005-05-05 David Edelsohn <edelsohn@gnu.org>
10494
10495 * ltconfig: Define file_list_spec. Pass file_list_spec and
10496 with_gnu_ld to libtool.
10497 * ltcf-c.sh (aix[45]): Define file_list_spec.
10498 * ltcf-cxx.sh (aix[45]): Same.
10499 * ltcf-gcj.sh (aix[45]): Same.
10500 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10501 exists, write list of input files to temporary file.
10502
bebcd931
MS
105032005-05-04 Mike Stump <mrs@apple.com>
10504
10505 * configure.in: Always pass --target to target configures as
10506 otherwise rebuilds that do --recheck will fail.
10507 * confiugure: Rebuilt.
10508
ce406537
PB
105092005-05-04 Paolo Bonzini <bonzini@gnu.org>
10510
10511 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10512 STAGE_HOST_EXPORTS.
10513 (configure, all): Add bootstrap support.
10514 (Host modules, target modules): Pass post-stage1 flags and exports.
10515 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10516 * Makefile.in: Regenerate.
10517
aa9dcfc4
PB
105182005-04-29 Paolo Bonzini <bonzini@gnu.org>
10519
10520 * configure: Regenerate.
10521
b6f9abcf
MS
105222005-04-27 Mike Stump <mrs@apple.com>
10523
10524 * MAINTAINERS: Add self as darwin maintainer.
10525
acb217cb
BS
105262005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10527
10528 * config.sub: Update from master copy.
10529
b6dae270
MS
105302005-04-21 Mike Stump <mrs@apple.com>
10531
10532 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10533 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10534
c2e0d3a9
HPN
105352005-04-19 Hans-Peter Nilsson <hp@axis.com>
10536
10537 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10538 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10539 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10540 "*-*-elf" and "*-*-linux*".
10541 * configure: Regenerate.
10542
871ae772
JM
105432005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10544
10545 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10546
bf070c29
MS
105472005-04-12 Mike Stump <mrs@apple.com>
10548
10549 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10550
e865b6f7
TK
105512005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10552
10553 * MAINTAINERS (Write After Approval): Add myself.
10554
7b71ad7f
BS
105552005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10556
10557 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10558
25b42232
PB
105592005-04-06 Paolo Bonzini <bonzini@gnu.org>
10560
f610dd5f 10561 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
10562 (TARGET_CONFIGARGS): Include --with-target-subdir.
10563 (configure, all): New macros. Use them throughout.
10564 * Makefile.in: Regenerate.
10565
d727c624
JG
105662005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10567
10568 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 10569
fff72cc4
ZD
105702005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10571
10572 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10573
86472dc3
GP
105742005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10575
10576 * MAINTAINERS: Move John Carr to Write After Approval.
10577
dce2d8b2 105782005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
10579
10580 * config/mh-mingw32: Delete.
10581 * configure.in: Don't use it.
10582 * configure: Regenerate.
10583
33da42bc
PB
105842005-03-31 Paolo Bonzini <bonzini@gnu.org>
10585
10586 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10587 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 10588 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
10589 (HOST_LIB_PATH): Generate from Makefile.def.
10590 (TARGET_LIB_PATH): Likewise.
10591 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10592 * Makefile.in: Regenerate.
10593 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10594 (RPATH_ENVVAR): Include Darwin case.
10595 * configure: Regenerate.
10596
15cc1841
TF
105972005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10598
10599 * MAINTAINERS (Various Maintainers): Remove self.
10600 (Write After Approval): Add self.
10601
6a8c79d5
TF
106022005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10603
10604 * MAINTAINERS (Various Maintainers): Add self.
10605
256f7136
PB
106062005-03-25 Paolo Bonzini <bonzini@gnu.org>
10607
10608 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10609 * configure: Regenerate.
10610
191dd2c9
ZW
106112005-03-21 Zack Weinberg <zack@codesourcery.com>
10612
10613 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10614 gcc_version, and gcc_version_trigger from set of flags to pass.
10615 * Makefile.tpl: Remove definitions of above variables.
10616 (config.status): Remove dependency on $(gcc_version_trigger).
10617 * Makefile.in: Regenerate.
10618 * configure.in: Do not reference config/gcc-version.m4 nor
10619 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10620 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10621 * configure: Regenerate.
10622
ef6e9bc0 106232005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 10624 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
10625
10626 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10627 * Makefile.in: Regenerate.
10628
009bbd5a
FW
106292005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10630
10631 * MAINTAINERS (Write After Approval): Add myself.
10632
09f8755b
DA
106332005-03-03 David Ayers <d.ayers@inode.at>
10634
10635 * MAINTAINERS (Write After Approval): Add myself.
10636
e73ed25c
AO
106372005-03-01 Alexandre Oliva <aoliva@redhat.com>
10638
10639 PR libgcj/20160
10640 * ltmain.sh: Avoid creating archives with components that have
10641 duplicate basenames.
10642
ace9ac7b
AP
106432005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10644
10645 PR bootstrap/20250
10646 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10647 instead of check.
10648 * Makefile.in: Regenerate.
10649
c9db9354
PB
106502005-02-28 Paolo Bonzini <bonzini@gnu.org>
10651
10652 * Makefile.in: Regenerate to fix conflict between the previous two
10653 patches.
10654
215c351a
PB
106552005-02-28 Paolo Bonzini <bonzini@gnu.org>
10656
10657 PR bootstrap/17383
10658 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10659 * Makefile.tpl (HOST_SUBDIR): New substitution.
10660 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10661 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10662 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10663 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10664 (Host modules, Bootstrapped modules): Use it.
10665 (Build modules, Target modules): Do not create symlink trees,
10666 always configure out-of-srcdir.
10667 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10668 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10669 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10670 $(HOST_SUBDIR). Create a symlink for host_subdir.
10671
10672 * Makefile.in: Regenerate.
10673 * configure: Regenerate.
10674
5395b47b
NN
106752005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10676
10677 Merged from libada-gnattools-branch:
10678 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10679
10680 * gnattools: New directory.
10681 * Makefile.def: Add gnattools as a module, depending on target-libada.
10682 * Makefile.in: Regenerate.
10683 * configure.in: Include gnattools in host_tools; disable it if ada
10684 is disabled.
10685 * configure: Regenerate.
10686
ca2cc05c
JM
106872005-02-24 James A. Morrison <phython@gcc.gnu.org>
10688
10689 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10690 treelang maintainer.
10691 (Write After Approval): Remove myself.
10692
d2f3024f
PS
106932005-02-23 Paul Schlie <schlie@comcast.net>
10694
10695 * configure.in: Allow darwin targeted ports to build tk, itcl and
10696 libgui.
10697 * configure: Regenerate.
10698
bba5e0ca
EB
106992005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10700
10701 PR libgcj/10353
10702 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10703 * configure: Regenerate.
10704
70132ce7
SK
107052005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10706
10707 * MAINTAINERS (Write After Approval): Add myself.
10708
20f0edca
ILT
107092005-02-10 Ian Lance Taylor <ian@airs.com>
10710
10711 * MAINTAINERS: Update my e-mail address.
10712
e64e5109
RG
107132005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10714
10715 * MAINTAINERS (Write After Approval): Add myself.
10716
40d64b5a
HPN
107172005-01-29 Hans-Peter Nilsson <hp@axis.com>
10718
10719 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10720 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10721 target-libgloss when not *-*-elf and *-*-aout.
10722 * configure: Regenerate.
10723
54a12711
KH
107242005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10725
10726 * MAINTAINERS: Remove obsolete entries.
10727
0aa99dbb
KH
10728 * MAINTAINERS (Write After Approval): Add Michael Matz.
10729
2b009f5f
NB
107302005-01-19 Neil Booth <neil@daikokuya.co.uk>
10731
10732 * MAINTAINERS: Remove self as cpplib maintainer.
10733
385870f5
KC
107342005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10735
10736 * install-sh, config.sub: Import from upstream.
10737
e7daab31
KC
107382005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10739
10740 PR bootstrap/18222
10741 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10742 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10743 * Makefile.in: Regenerate.
10744
e6003f4d
JT
107452005-01-16 Jason Thorpe <thorpej@netbsd.org>
10746
10747 * MAINTAINERS: Update my email address.
10748
145e2972 107492005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 10750 Andreas Schwab <schwab@suse.de>
145e2972
DE
10751
10752 PR bootstrap/18033
10753 * config-ml.in: Eval option if surrounded by single quotes.
10754
86c7e0da
PB
107552005-01-03 Paolo Bonzini <bonzini@gnu.org>
10756
10757 Revert 2004-12-28 Makefile changes, a better fix will be
10758 applied to mainline and src after GCC 4.0 branches.
10759
3224a22f
PB
107602004-12-28 Paolo Bonzini <bonzini@gnu.org>
10761
10762 PR bootstrap/17383
10763
10764 * Makefile.def (target_modules): Remove stage parameter,
10765 it is always true now.
10766 * Makefile.tpl (configure-build-[+module+],
10767 configure-target-[+module+]): Always build symlink tree
10768 for the directory and for include. BUILD_SUBDIR and
10769 TARGET_SUBDIR cannot be . anymore.
10770 * Makefile.in: Regenerate.
10771
aaf51ca2
DE
107722004-12-25 David Edelsohn <edelsohn@gnu.org>
10773
10774 Revert 2004-12-08 Makefile changes.
10775
4e32e454
DS
107762004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10777
10778 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10779 cygwin, mingw.
10780
669f01d8
AS
107812004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10782
10783 * configure.in (sh64-*-*): Reenable gprof.
10784 * configure: Regenerate.
10785
1b227ee0
DE
107862004-12-08 David Edelsohn <edelsohn@gnu.org>
10787
10788 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10789 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10790 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10791 * Makefile.in: Regenerate.
10792
ce5e944c
CF
107932004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10794
10795 * MAINTAINERS: Update my email address.
10796
893f1e87
MK
107972004-12-07 Matt Kraai <kraai@ftbfs.org>
10798
10799 * Makefile.tpl: Generate normal dependencies if the LHS module is
10800 not bootstrapped.
10801 * Makefile.in: Regenerate.
10802
bb59c339
RS
108032004-12-03 Richard Sandiford <rsandifo@redhat.com>
10804
10805 * configure.in: Include config/gxx-include-dir.m4. Use
10806 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10807 * configure: Regenerate.
10808
4982adbe
RS
108092004-12-03 Richard Sandiford <rsandifo@redhat.com>
10810
10811 * config.if: Delete.
10812 * configure.in: Set libstdcxx_incdir directly.
10813 * configure: Regenerate.
10814
05750653
EC
108152004-12-02 Eric Christopher <echristo@redhat.com>
10816
10817 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10818 * Makefile.in: Regenerate.
10819
5fef1dbd
RS
108202004-12-02 Richard Sandiford <rsandifo@redhat.com>
10821
10822 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10823 * configure: Regenerate.
10824
afabd8e6
RS
108252004-12-02 Richard Sandiford <rsandifo@redhat.com>
10826
10827 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10828 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10829 * configure: Regenerate.
10830
78716e86
EC
108312004-12-01 Eric Christopher <echristo@redhat.com>
10832
10833 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10834 of things to remove.
10835
57ab8ba9
MK
108362004-11-29 Matt Kraai <kraai@ftbfs.org>
10837
10838 * MAINTAINERS (Write After Approval): Update my e-mail address.
10839
2539bffe
KC
108402004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10841
10842 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10843 from CVS libtool to always pass_all.
10844
3e732ba0
JDA
108452004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10846
10847 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10848 (hppa*64*-*-*): Delete incorrect comment.
10849 * configure: Rebuilt.
10850
767f726e
KC
108512004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10852
10853 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10854
2c92e90f
KC
108552004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10856
10857 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10858 from CVS libtool to always pass_all.
10859
32f84e48
KC
108602004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10861
10862 * install-sh, compile: Import from automake.
10863
9587be8a
KC
108642004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10865
10866 * config.guess, config.sub: Import from savannnah.
10867
04e81808 108682004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
10869
10870 * MAINTAINERS (Write After Approval): Add myself
10871
f87a2b2e
MS
108722004-11-12 Mike Stump <mrs@apple.com>
10873
10874 * Makefile.def: Add html support.
10875 * Makefile.tpl: Likewise.
10876 * Makefile.in: Regenerate.
10877
848556c2
GK
108782004-11-11 Geoffrey Keating <geoffk@apple.com>
10879
556f03c4
GK
10880 PR 18423
10881 * configure.in: Remove all instances of build-fixincludes from
10882 noconfigdirs.
10883 (build_configargs): Supply --target to subdirectories.
10884 * configure: Regenerate.
10885
848556c2
GK
10886 * Makefile.def: Make gcc install depend on fixincludes install.
10887 * Makefile.in: Regenerate.
10888
9e5712a5
JJ
108892004-11-10 Janis Johnson <janis187@us.ibm.com>
10890
10891 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10892
4ef509c0
PB
108932004-11-11 Paul Brook <paul@codesourcery.com>
10894
10895 * MAINTAINERS: Add self as arm maintainer. Update email address.
10896
20d11df6
HPN
108972004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10898
10899 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10900 target-libgfortran.
79fd8592 10901 * configure: Regenerate.
20d11df6 10902
68c70f15
DE
109032004-11-07 David Edelsohn <edelsohn@gnu.org>
10904
10905 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10906 like CC.
10907
54f88091
PB
109082004-11-05 Paolo Bonzini <bonzini@gnu.org>
10909
10910 * Makefile.def (host fixincludes): Specify missing targets.
10911 * Makefile.in: Regenerate.
10912
6866abb8
RC
109132004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10914
10915 * MAINTAINERS: Add myself
10916
83f62578
GL
109172004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10918
10919 * MAINTAINERS (Write After Approval): Add myself.
10920
53c7ffe7
GK
109212004-11-04 Geoffrey Keating <geoffk@apple.com>
10922
10923 * Makefile.def: Build fixincludes for the host, too.
10924 * Makefile.in: Regenerate.
10925 * configure.in (host_tools): Add fixincludes.
10926 * configure: Regenerate.
10927
ac8b3d9d
DJ
109282004-11-04 Daniel Jacobowitz <dan@debian.org>
10929
10930 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10931 * configure: Regenerated.
10932
bab37580
L
109332004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10934
10935 PR other/17783
10936 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10937 * configure: Regenerated.
10938
db1de713
MM
109392004-10-31 Mark Mitchell <mark@codesourcery.com>
10940
10941 * README.SCO: Update per FSF instructions.
10942
a827e21a
EW
109432004-10-28 Eric B. Weddington <ericw@evcohs.com>
10944
10945 PR target/18151
10946 * configure.in (case ${target}): Do not build fixincludes for avr.
10947 * configure: Regenerated.
10948
9d069a4f
PB
109492004-10-26 Paolo Bonzini <bonzini@gnu.org>
10950
10951 * configure.in (case ${target}): Do not build fixincludes
10952 on platforms where it is not used.
10953 * configure: Regenerated.
10954
fc45f3fe
DJ
109552004-10-23 Daniel Jacobowitz <dan@debian.org>
10956
10957 * configure.in: Use an absolute path to install-sh.
10958 * configure: Regenerated.
10959
36554b92
AL
109602004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10961
10962 * MAINTAINERS (Write After Approval): Add myself.
10963
88e9994a
KH
109642004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10965
10966 * MAINTAINERS: Remove from Write After Approval those that are
10967 already maintainers.
10968
ad02a944
SP
109692004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10970
10971 * MAINTAINERS: Update my email address.
10972
c8e6cd41
KC
109732004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10974
10975 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10976 * configure: Regenerate.
10977
dce2d8b2 109782004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
10979
10980 * MAINTAINERS: Update my email address.
10981
a8b0957e
KH
109822004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10983
10984 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10985 entries belonging to this category.
10986
96836f61
JZ
109872004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10988
10989 * MAINTAINERS: Update my e-mail address.
10990
7e0b5752
PB
109912004-10-06 Paolo Bonzini <bonzini@gnu.org>
10992
10993 Fix wrong conflict resolution in:
10994
10995 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10996
10997 * Makefile.in: Regenerate.
10998 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10999 in the recursive `make', instead of hardwiring `all'.
11000 (Autogenerated TARGET-* variables): New.
11001
370f7a47
TL
110022004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
11003
11004 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 11005 * configure: Regenerate.
370f7a47 11006
13e5d623
KH
110072004-10-04 Kazu Hirata <kazu@cs.umass.edu>
11008
11009 * MAINTAINERS (Various Maintainers): Move the "windows,
11010 cygwin, mingw" maintainer to ...
11011 (OS Port Maintainers): ... here.
11012
a6497c1b
KH
110132004-10-04 Kazu Hirata <kazu@cs.umass.edu>
11014
11015 * MAINTAINERS (Write After Approval): Remove those that are
11016 maintainers of some subsystem.
11017
1abb828a
D
110182004-10-02 P.J. Darcy <darcypj@us.ibm.com>
11019
11020 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11021 * ltcf-cxx.sh (tpf*): Likewise.
11022 * ltconfig (tpf*): Add TPF OS configuration support.
11023
16d1338d
BS
110242004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
11025
11026 * MAINTAINERS: Change my email address to my new work account.
11027
9082a750
MR
110282004-09-24 Michael Roth <mroth@nessie.de>
11029
11030 * configure.in (--without-headers): Add missing double quotes.
11031 * configure: Regenerate.
11032
dce2d8b2 110332004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
11034
11035 * ylwrap: Revert to previous version.
11036
4c4a5bbc
L
110372004-09-23 H.J. Lu <hongjiu.lu@intel.com>
11038
11039 PR bootstrap/17369
11040 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11041 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11042 SET_GCC_LIB_PATH_CMD.
11043 (BASE_TARGET_EXPORTS): Likewise.
11044 * Makefile.in: Regenerated.
11045
11046 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11047 * configure: Regenerated.
11048
85f59630
KC
110492004-09-23 Kelley Cook <kcook@gcc.gnu.org>
11050
11051 * config.guess: New upstream version
11052 * compile, depcomp, install-sh, ylwrap: Likewise.
11053
95c53c62
RS
110542004-09-19 Roger Sayle <roger@eyesopen.com>
11055
11056 * config/mh-x86omitfp: New host makefile fragment. Add
11057 -fomit-frame-pointer to the default BOOT_CFLAGS.
11058 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11059 * configure: Regenerate.
11060
0a1c093b
AP
110612004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
11062
11063 PR target/11572
11064 * configure.in (*-*-darwin*): Renable libobjc.
11065 * configure: Regenerate.
11066
315fcf97
NS
110672004-09-10 Nathan Sidwell <nathan@codesourcery.com>
11068
11069 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11070
0a050485 110712004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 11072
0a050485
DB
11073 * Makefile.def: Remove libbanshee.
11074 * Makefile.tpl: Ditto.
11075 * configure.in: Ditto.
11076 * Makefile.in: Regen.
11077 * configure: Ditto.
11078
5f4a098e
DE
110792004-09-08 David Edelsohn <edelsohn@gnu.org>
11080
11081 * ltmain.sh: Use $pic_object as $non_pic_object if
11082 $non_pic_object=none.
11083
32b2511f
PB
110842004-09-07 Paolo Bonzini <bonzini@gnu.org>
11085
11086 * missing: Import latest version from master repository.
11087
fc4d0e82
NC
110882004-09-06 Nick Clifton <nickc@redhat.com>
11089
11090 * config.sub: Import latest version from master repository.
11091 * config.guess: Likewise.
11092 This includes these changes:
78716e86 11093
fc4d0e82
NC
11094 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
11095
11096 * config.sub: Handle crisv32, alias etraxfs.
11097 * config.guess (crisv32:Linux:*:*): Handle.
11098
11099 2004-08-13 Brad Smith <brad@comstyle.com>
11100
11101 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11102 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11103
11104 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
11105
11106 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11107 assume the processor is a powerpc. This is because coreutils
11108 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11109 in this case, due to a MacOS X bug that causes
11110 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11111 to return a negative number.
11112 Problem reported by Petter Reinholdtsen in:
11113 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11114
11115 2004-07-19 Ben Elliston <bje@gnu.org>
11116
11117 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11118
11119 2004-06-24 Ben Elliston <bje@gnu.org>
11120
11121 * config.guess: Update copyright years.
11122 * config.sub: Likewise.
11123
11124 2004-06-22 Robert Millan <robertmh@gnu.org>
11125
11126 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11127 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11128
11129 2004-06-22 Stanley F. Quayle <stan@stanq.com>
11130
11131 * config.guess (*:*VMS:*:*): New entry. Replaces
11132 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11133 manufacturer.
11134
11135 2004-06-22 Ben Elliston <bje@gnu.org>
11136
11137 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11138 * config.sub: Likewise.
11139
11140 2004-06-22 Ben Elliston <bje@gnu.org>
11141
11142 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11143 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11144
11145 2004-06-11 Ben Elliston <bje@gnu.org>
11146
11147 * config.guess (pegasos:OpenBSD:*:*): Remove.
11148
11149 2004-06-11 Ben Elliston <bje@gnu.org>
11150
11151 From Wouter Verhelst <wouter@grep.be>:
11152 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11153
11154 2004-06-11 Ben Elliston <bje@gnu.org>
11155
11156 * config.guess (luna88k:OpenBSD:*:*): New.
11157
11158 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
11159
11160 * config.guess (m32r*:Linux:*:*): New case.
11161 * config.sub: Handle m32rle.
11162
11163 2004-03-12 Ben Elliston <bje@wasabisystems.com>
11164
11165 From Jens Petersen <petersen@redhat.com>:
11166 * config.sub: Handle sparcv8.
11167
11168 2004-03-03 Ben Elliston <bje@wasabisystems.com>
11169
11170 From Tom Smith <smith@cag.lkg.hp.com>:
11171 * config.guess: Version suffixes are equally significant on Tru64
11172 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
11173 prefix of "P" (patched kernel).
11174
11175 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
11176
11177 * config.sub: Add support for National Semiconductor CRX target.
11178
2f4cc6bf
JJ
111792004-09-03 Janis Johnson <janis187@us.ibm.com>
11180
11181 * MAINTAINERS (Various Maintainers): Remove myself as web page
11182 maintainer, add myself as maintainer of build status lists.
11183
61fec9ff
JB
111842004-09-03 Jan Beulich <jbeulich@novell.com>
11185
11186 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11187 *-*-netware, but add target-libmudflap.
11188 Consolidate *-*-netware targets (of which really only i?86 exists)
11189 into a single entry.
11190 * configure: Likewise.
11191
45f366ab
PB
111922004-09-01 Paolo Bonzini <bonzini@gnu.org>
11193
11194 * Makefile.tpl (sorry): Remove.
11195 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11196 (cleanstrap targets): Depend on distclean, not distclean-stage1.
11197 (do-clean): Clean per-stage directories too.
11198 (do-distclean): Run distclean-stage1 too.
11199 (.NOTPARALLEL): Enable during toplevel bootstrap.
11200 (stage[+id+]-bubble): Enable parallel execution during
11201 the recursive invocation.
11202 * Makefile.in: Regenerate.
11203
11204 Fix previous checkin:
11205
11206 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11207 include.
11208 * configure.in: Fix indentation.
11209 * configure: Regenerate.
11210
dce2d8b2 112112004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 11212
45f366ab
PB
11213 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11214 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11215 * configure: regenerate
78716e86 11216 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 11217 -mdynamic-no-pic
be8fff81 11218
71b5d516
PB
112192004-08-31 Paolo Bonzini <bonzini@gnu.org>
11220
11221 * Makefile.def (build_modules): Add fixincludes.
11222 (dependencies): Make gcc depend on fixincludes.
11223 * configure.in (build_tools): Add fixincludes.
11224 (build_configdirs): Always include build_libs.
11225 * Makefile.in: Regenerate.
11226 * configure: Regenerate.
11227
112282004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
11229
11230 * Makefile.def (bootstrap stages): Add 'lean' parameter.
11231 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11232 phony targets; do not generate timestamp files.
11233 (distclean-stageN): Remove references to their timestamp files.
11234 (restageN, touch-stageN): Remove.
11235 (stageN-bubble): Rewritten.
11236 (compare): Support lean bootstraps.
11237 * Makefile.in: Regenerate.
11238
11239 * configure.in: Only warn when bootstrapping but
11240 build != host or build != target. Support lean bootstraps.
11241 * configure: Regenerate.
11242
ce7cbbb0
PE
112432004-08-26 Phil Edwards <phil@codesourcery.com>
11244
11245 * configure.in: Give a better error message if GMP/MPFR are missing
11246 and a language needing them has been requested.
11247 * configure: Regenerated.
11248
9c71a529
PE
112492004-08-25 Phil Edwards <phil@codesourcery.com>
11250
11251 * configure.in: Print a list of available language front-ends if
11252 a requested one is missing. Tidy stray tab characters.
11253 * configure: Regenerated.
11254
e3f92d3b
MK
112552004-08-19 Michael Koch <konqueror@gmx.de>
11256
11257 * gcc/doc/install.texi: Update entry about automake for libjava.
11258
c3f84f61
RM
112592004-08-17 Robert Millan <robertmh@gnu.org>
11260
11261 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11262 (instead of FreeBSD).
11263 * configure: Regenerate.
11264
7c27e184
PB
112652004-08-16 Paolo Bonzini <bonzini@gnu.org>
11266
11267 * Makefile.in: Regenerate.
11268 * configure: Regenerate.
11269
11270 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11271 stage_*_flags.
11272 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11273 for bootstrapped modules if toplevel bootstrap is going.
11274 (GCC bootstrap): Generate per-stage targets for all bootstrapped
11275 modules. Adjust for changes in Makefile.def. Enable several
11276 rules even in non-bootstrap mode, just to avoid peppering the
11277 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11278 (stage-[+prev+]-bubble): Remove.
11279
11280 * Makefile.def (Dependencies): Depend on all-build-bison,
11281 all-build-flex, all-build-byacc, all-build-texinfo, rather
11282 than the host variations.
11283 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
11284 with BUILD_SUBDIR.
11285 (BISON): Update for recent Bisons.
11286 (YACC): Fix typo.
11287 (cross): Depend on all-build.
11288 (all): Do not depend on all-build.
11289 (prebootstrap): Remove.
11290 (dep-kind): Accept separate prefixes for MODULE and ON variables.
11291 (Prebootstrap dependencies): Add them to the per-stage targets
11292 and to all-prebootstrap.
11293 * configure.in (build_configdirs): Always enable build_tools.
11294 (BUILD_DIR_PREFIX): Remove.
11295
11296 * Makefile.def (gcc): Add target variable.
11297 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11298 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11299 in the recursive `make', instead of hardwiring `all'.
11300 (Autogenerated TARGET-* variables): New.
11301
20f3bb80
BB
113022004-08-13 Brian Booth <bbooth@redhat.com>
11303
11304 * MAINTAINERS: Remove myself from write-after-approval.
11305
b5be499d
NN
113062004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
11307
11308 * src-release: Stop distributing mmalloc with gdb (which doesn't
11309 use it).
11310 * Makefile.def: GDB doesn't depend on mmalloc anymore.
11311 * Makefile.in: Regenerate.
11312
b3f8d95d
MM
113132004-08-09 Mark Mitchell <mark@codesourcery.com>
11314
11315 * configure.in (arm*-*-eabi*): New target.
11316 * configure: Regenerate.
11317
3589b69e
PB
113182004-08-06 Paolo Bonzini <bonzini@gnu.org>
11319
11320 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11321 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11322 (Dependencies): New section.
11323 * Makefile.tpl (Dependencies): Generate from Makefile.def.
11324 (configure-target-[+module+]): Depend on maybe-all-gcc
11325 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
11326 (toplevel profiledbootstrap): Fix dependencies.
11327 * Makefile.in: Regenerate.
11328
972974fc
MM
113292004-08-03 Mark Mitchell <mark@codesourcery.com>
11330
11331 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11332 target-libiberty to noconfigdirs.
11333 * configure: Regenerate.
11334
bebf829d
PB
113352004-08-03 Paul Brook <paul@codesourcery.com>
11336
11337 * configure.in: Check for MPFR as well as GMP.
11338 * configure: Regenerate.
11339
98a5bb3b
RM
113402004-08-01 Robert Millan <robertmh@gnu.org>
11341
11342 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11343 libmudflap for all GNU-based systems (with Glibc).
11344 * configure: Regenerate.
11345
dce2d8b2 113462004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
11347
11348 * Makefile.def (host-modules): Add gcc.
11349 * Makefile.in: Regenerate.
11350 * Makefile.tpl (sorry): New rule.
11351 (configure-host, all-host, [+make_target+]-host, do-check,
11352 install-host): Do not add gcc as a special case.
11353 (host modules): Add a small special-casing for gcc. Export
11354 extra_make_flags through the environment.
11355 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11356 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11357 other recursive targets for gcc): Remove.
11358
11359 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11360 (stage, unstage): New rules.
11361 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11362 distclean-stage[+id+]): Use stage_current.
11363 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11364 the stage*-start rules.
11365
aeb732c1
GK
113662004-08-02 Geoffrey Keating <geoffk@apple.com>
11367
11368 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11369 use -all_load flag.
11370
25b656e7
PB
113712004-08-02 Paolo Bonzini <bonzini@gnu.org>
11372
11373 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11374 * configure: Regenerate.
11375
cc440d71
TM
113762004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11377
11378 * maintainer-scripts/gcc_release: Revert yesterday's change.
11379
270e140b
SB
113802004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11381
11382 * MAINTAINERS: Add myself to write-after-approval.
11383
3e4035f8
TM
113842004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11385
11386 * libf2c: Removed.
11387 * gcc/gccbug.in: Updated because of libf2c removal.
11388 * maintainer-scripts/gcc_release: Ditto.
11389
dce2d8b2 113902004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
11391
11392 * configure.in: Build libmudflap by default on FreeBSD.
11393 * configure: Regenerated.
11394
dfcada9a
MM
113952004-07-09 Mark Mitchell <mark@codesourcery.com>
11396
11397 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11398 systems.
11399 * configure: Regenerated.
11400
dce2d8b2 114012004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
11402
11403 PR target/16344
11404 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11405 feedback based compiler.
11406 * Makefile.in: Rebuilt.
11407
95bcca47
AO
114082004-07-08 Alexandre Oliva <aoliva@redhat.com>
11409
11410 * Makefile.def (host_modules): Set bootstrap=true for flex.
11411 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11412 * Makefile.in: Rebuilt.
11413
051822f6
JH
114142004-07-07 Jan Hubicka <jh@suse.cz>
11415
11416 * MAINTAINERS: Add self as a profile feedback maintainer.
11417
7b61653a
PE
114182004-07-05 Phil Edwards <phil@codesourcery.com>
11419
11420 * configure.in: Do not prepend $srcdir to /dev/null in
11421 makefile fragments.
11422 * configure: Regenerate.
11423
23f6b2f9
PB
114242004-07-01 Paolo Bonzini <bonzini@gnu.org>
11425
11426 * Makefile.def (build_modules): Add bison, byacc, flex,
11427 m4, texinfo.
11428 (flags_to_pass): Add FLEX.
11429 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11430 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11431 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11432 DEFAULT_MAKEINFO): Remove.
11433 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11434 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11435 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11436 objdir or else use configured tool.
11437 (all-build): New.
11438 (all): Depend on it.
11439 (Build module dependencies): Add.
11440 * Makefile.in: Regenerate.
11441 * configure.in: Better support for multiple build modules,
11442 matching what is done for host/target modules. Do not look
11443 for "plausible" locations of build tools if Canadian cross.
11444 Use autoconf's AC_PROG_CC to find a C compiler. Define
11445 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11446 * configure: Regenerate.
78716e86 11447
1c020272
PB
114482004-06-22 Paolo Bonzini <bonzini@gnu.org>
11449
11450 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11451 * Makefile.in: Regenerate.
11452
a52a0a7f
PB
114532004-06-22 Paolo Bonzini <bonzini@gnu.org>
11454
11455 * Makefile.tpl (configure-build-[+module+],
11456 configure-[+module+], configure-target-[+module+]): Pass
11457 [+extra_configure_args+].
11458 (all-build-[+module+], all-[+module+], check-[+module+],
11459 install-[+module+], [+make_target+]-[+module+],
11460 all-target-[+module+], check-target-[+module+],
11461 install-target-[+module+], [+make_target+]-target-[+module+]):
11462 Pass [+extra_make_args+].
11463 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11464 (GCC_HOST_EXPORTS): Remove.
11465 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11466 cross, check-gcc, check-gcc-c++, install-gcc,
11467 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11468 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11469 * Makefile.in: Regenerate.
11470
ccde3f1a
MS
114712004-06-21 Matthew Sachs <msachs@apple.com>
11472
11473 * MAINTAINERS: Added self to write-after-approval.
11474
6264b0a6
CF
114752004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11476
11477 * configure.in: Check for srcdir/winsup rather than build directory
11478 winsup.
11479 * configure: Regenerate.
11480
801e2270
CV
114812004-06-17 Corinna Vinschen <vinschen@redhat.com>
11482
11483 * configure.in: Don't build Cygwin native newlib if winsup
11484 directory is missing. Emit warning instead.
11485 * configure: Regenerate.
11486
ad6717df
PB
114872004-06-09 Paolo Bonzini <bonzini@gnu.org>
11488
11489 * Makefile.tpl (touch-stage[+id+]): New.
11490 (restage[+prev+]): Depend on touch-stage[+id+].
11491
11492 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11493 Use it throughout.
11494
11495 * Makefile.def: Add profile and feedback bootstrap stages.
11496 Remove next field from bootstrap stages.
11497 * Makefile.tpl (LN, LN_S): Substitute.
11498 (stageN-start, stageN-end): Use double-colon rules, to
11499 provide a hook for additional setup commands.
11500 (distclean-stageN-gcc, restageN): Create dependencies from
11501 [+prev+], not from [+next+].
11502 (stageN-bubble): Add commands for successive stages from
11503 [+prev+], using double-colon rules.
11504 (all-stageN-gcc): Fix typo.
11505 (stagefeedback-start, profiledbootstrap): New.
11506 * Makefile.in: Regenerate.
11507 * configure.in: Call ACX_PROG_LN.
11508 * configure: Regenerate.
11509
5bbb9680
CY
115102004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11511
11512 * MAINTAINERS (Write After Approval): Add myself.
11513
e18be1d4
MA
115142004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11515
11516 * MAINTAINERS (Write After Approval): Add myself.
11517
5607edfd
PB
115182004-06-03 Paolo Bonzini <bonzini@gnu.org>
11519
11520 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11521 without gcc.
11522 * configure: Regenerate.
11523
1ec4e9c3
PB
115242004-06-01 Paolo Bonzini <bonzini@gnu.org>
11525
11526 * Makefile.tpl: Fix typo.
11527 * Makefile.in: Regenerate.
11528
dce2d8b2 115292004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
11530
11531 * configure.in: Remove new- prefix from toplevel
11532 bootstrap targets.
11533 * configure: Regenerate.
11534
f516a7da
PB
115352004-06-01 Paolo Bonzini <bonzini@gnu.org>
11536
11537 * Makefile.tpl (all.normal): Rename to all.
11538 (all): Replace with a rule to pick the default
11539 target from configure.
11540 (all-gcc, configure-gcc): Use conditionals to
11541 do nothing when toplevel bootstrap is going on.
11542 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11543 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11544 * configure.in: Support --enable-bootstrap.
11545
11546 * Makefile.def: Remove new- prefix from toplevel
11547 bootstrap targets.
11548 * Makefile.tpl: Likewise.
11549
11550 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11551 target.
11552
11553 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11554 $(RECURSE_FLAGS) to recursive invocation of make.
11555
11556 * Makefile.in: Regenerate.
11557 * configure: Regenerate.
11558
78dd5e36 115592004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 11560 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
11561
11562 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11563 like CC.
11564
30f1bddc
DJ
115652004-05-27 Daniel Jacobowitz <dan@debian.org>
11566
11567 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11568 * configure: Regenerate.
11569
4fc4dd12
DJ
115702004-05-25 Daniel Jacobowitz <drow@false.org>
11571
11572 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11573 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11574 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11575 targets.
11576 * Makefile.in: Regenerate.
11577
dce2d8b2 115782004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
11579
11580 * configure.in: Test the ability to symlink directories.
11581 * configure: Regenerate.
11582
11583 * Makefile.def (bootstrap-stage): New definitions.
11584 * Makefile.tpl (configure-stage1-gcc,
11585 configure-stage2-gcc, configure-stage3-gcc,
11586 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11587 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11588 new-restage3, compare): Autogenerate, see Makefile.in
11589 entry for behavioral changes.
11590 (distclean-stage1, new-stage1-start, new-stage1-end,
11591 new-stage1-bubble, distclean-stage2, new-stage2-start,
11592 new-stage2-end, new-stage2-bubble, distclean-stage3,
11593 new-stage3-start, new-stage3-end): New autogenerated targets.
11594 (objext, prebootstrap, BOOT_CFLAGS,
11595 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11596 targets.
11597
11598 * Makefile.in: Regenerate.
11599 (distclean-stage1, new-stage1-start, new-stage1-end,
11600 new-stage1-bubble, distclean-stage2, new-stage2-start,
11601 new-stage2-end, new-stage2-bubble, distclean-stage3,
11602 new-stage3-start, new-stage3-end): New targets.
11603 (all-stage1-gcc): Move prebootstrap dependency from here...
11604 (configure-stage1-gcc): ...to here.
11605 (new-bootstrap): Use bubble targets.
11606 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11607 Use per-stage distclean targets.
11608 (configure-stage1-gcc, configure-stage2-gcc,
11609 configure-stage3-gcc, all-stage1-gcc,
11610 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11611 Use new-stageN-start to prepare the tree.
11612
4f4e53dd
PB
116132004-05-23 Paolo Bonzini <bonzini@gnu.org>
11614
11615 * Makefile.def (host_modules): add libcpp.
11616 * Makefile.tpl: Add dependencies on and for libcpp.
11617 * Makefile.in: Regenerate.
11618 * configure.in: Add libcpp host module.
11619 * configure: Regenerate.
11620
60975492
PB
116212004-05-21 Paolo Bonzini <bonzini@gnu.org>
11622
11623 * Makefile.tpl: Whenever a recursive target is defined, wrap
11624 it in a special @if/@endif block, and prepare its maybe
11625 dependency in the @if/@endif block
11626 * configure.in: Instead of writing maybe dependencies, remove
11627 the @if/@endif statements, and remove the @if/@endif blocks
11628 that remain.
11629 * configure: Regenerate.
11630 * Makefile.in: Regenerate.
11631
5ce7d75d
JJ
116322004-05-20 Janis Johnson <janis187@us.ibm.com>
11633
11634 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11635
c779c42f
KK
116362004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11637
11638 PR bootstrap/15120
11639 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11640 * */configure: Rebuilt.
11641
b4117c30
ZW
116422004-05-17 Zack Weinberg <zack@codesourcery.com>
11643
11644 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11645 of libf2c.
11646 * configure, Makefile.in: Regenerate.
11647
719bb4e3 116482004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
11649
11650 * MAINTAINERS (Write After Approval): Add myself.
11651
6de9cd9a
DN
116522004-05-13 Diego Novillo <dnovillo@redhat.com>
11653
11654 Merge from tree-ssa-20020619-branch.
11655
11656 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11657 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11658 (HOST_GMPLIBS): Define.
11659 (HOST_GMPINC): Define.
11660 (TARGET_LIB_PATH): Add libmudflap.
11661 (GFORTRAN_FOR_TARGET): Define.
11662 (configure-build*): Export GFORTRAN.
11663 (configure-gcc): Export GMPLIBS and GMPINC.
11664 (all-gcc): Add maybe-all-libbanshee.
11665 (configure-target-libgfortran): Define.
11666 * Makefile.in: Regenerate.
11667 * configure.in (host_libs): Add libbanshee.
11668 (target_libraries): Add target-libmudflap and target-libgfortran.
11669 Add --with-libbanshee.
11670 Handle --disable-libmudflap.
11671 (*-*-freebsd*): Use with_gmp.
11672 Add $(libgcj) to noconfigdirs.
11673 * configure: Regenerate.
11674 * depcomp: New file.
11675 * MAINTAINERS: Add tree-ssa maintainers.
11676
8f1b790f
VM
116772004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11678
b4117c30 11679 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 11680
693446fc
BF
116812004-04-30 Brian Ford <ford@vss.fsi.com>
11682
b4117c30 11683 * MAINTAINERS (Write After Approval): Add myself.
693446fc 11684
d1bb666c
UB
116852004-04-29 Uros Bizjak <uros@kss-loka.si>
11686
b4117c30 11687 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 11688
6cf1ac42
PB
116892004-04-28 Paolo Bonzini <bonzini@gnu.org>
11690
11691 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11692 * configure: Regenerate.
11693
632933d5
PB
116942004-04-27 Paolo Bonzini <bonzini@gnu.org>
11695
11696 Revert:
11697 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11698
11699 * Makefile.def (flags_to_pass): Remove *dir variables that
11700 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11701 as well as prefix and exec_prefix.
11702 * Makefile.in: Regenerate.
11703
80dc6aa0
RM
117042004-04-26 Robert Millan <robertmh@gnu.org>
11705
11706 Add patches from libtool CVS.
11707 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11708 * ltconfig: Likewise.
11709 * ltcf-c.sh: Likewise.
11710 * ltcf-cxx.sh: Likewise.
11711 * ltcf-gcj.sh: Likewise.
11712
e11283f1
PB
117132004-04-26 Paolo Bonzini <bonzini@gnu.org>
11714
11715 * Makefile.def (host_modules): Mark with the bootstrap
11716 flag packages on which gcc depends.
11717 * Makefile.tpl (all-bootstrap): Use it.
11718 * Makefile.in: Regenerate.
11719
8546950c
PB
117202004-04-26 Paolo Bonzini <bonzini@gnu.org>
11721
11722 * Makefile.def (flags_to_pass): Remove *dir variables that
11723 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11724 as well as prefix and exec_prefix.
11725 * Makefile.in: Regenerate.
11726
a76494aa
PB
117272004-04-26 Paolo Bonzini <bonzini@gnu.org>
11728
b4117c30
ZW
11729 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11730 * configure: Regenerate.
11731 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11732 * gcc/Makefile.tpl (compare): Use the result of the test.
11733 * gcc/Makefile.in: Regenerate.
a76494aa 11734
03a91701
PB
117352004-04-23 Paolo Bonzini <bonzini@gnu.org>
11736
11737 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11738 Always relocate gcc and prev-gcc to the original names, even
11739 if the build fails.
11740 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11741 New targets.
11742
082a6351
LG
117432004-04-23 Laurent GUERBY <laurent@guerby.net>
11744
11745 * MAINTAINERS: Update my email address.
b4117c30 11746
1f1d584b
RO
117472004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11748
11749 * configure.in (mips*-*-irix5*): Enable ld.
11750 * configure: Regenerate.
082a6351 11751
1db673ca
RO
117522004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11753
11754 * configure: Regenerate.
11755
ce4ea44e
JW
117562004-04-15 James E Wilson <wilson@specifixinc.com>
11757
11758 * Makefile.tpl (configure-[+module+], configure-gcc,
11759 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11760 Set and export LDFLAGS.
11761 * Makefile.in: Regenerate.
11762
611f62ad
MC
117632004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11764
b4117c30 11765 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 11766
be912515
NN
117672004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11768
11769 PR bootstrap/14871
11770 * Makefile.tpl: If we don't have built-in-tree target tools,
11771 use the ones found by configure rather than hacking around with
11772 program_transform_name.
11773 * configure.in: Give Makefile.tpl the information necessary
11774 to do that.
11775 * Makefile.in: Regenerate.
11776 * configure: Regenerate.
11777
9104315a
NN
117782004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11779
11780 PR bootstrap/14760
11781 * configure.in: When computing baseargs, strip *all* copies of
11782 offending options. Also, don't match/substitute the trailing space,
11783 so that this actually works when two similar options are separated by
11784 only one space.
11785 * configure: Regenerate.
11786
bef1d700
DE
117872004-04-06 David Edelsohn <edelsohn@gnu.org>
11788
b4117c30
ZW
11789 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11790 (rs6000-*-aix*): Same.
11791 * configure: Regenerate.
bef1d700 11792
54bcf05e 117932004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
11794
11795 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 11796
369a832c 117972004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
11798
11799 * MAINTAINERS: Add myself to write-after-approval.
369a832c 11800
09a9c095
NN
118012004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11802
7caf53cb
NN
11803 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11804 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11805 * Makefile.in: Regenerate.
11806
09a9c095
NN
11807 * configure.in (top level bootstrap support): Rework --enable-werror
11808 to set @stage2_werror_flag@.
11809 * configure: Regenerate.
11810 * Makefile.tpl (top level bootstrap support): Pass
11811 @stage2_werror_flag@ down to configure in stages 2 and 3.
11812 * Makefile.in: Regenerate.
11813
5595a2bd
NN
118142004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11815
cbfd7e06
NN
11816 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11817 for stages 2 and 3 as well as in make. As a consequence, remove
11818 OUTPUT_OPTION (now detected by configure) from the flags passed down
11819 to make.
11820 * Makefile.in: Regenerate.
11821
5595a2bd
NN
11822 * Makefile.tpl (new-bootstrap): Fix typo.
11823 * Makefile.in: Regenerate.
11824
ca3b3e20
NN
118252004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11826
295f4e42
NN
11827 * Makefile.tpl: Rearrange by moving recursive_targets rules
11828 into their proper sections.
11829 * Makefile.tpl (top level bootstrap support): Move disabling
11830 of coverage flags from 'make' to 'configure'; improve comments.
11831 * Makefile.in: Regenerate.
11832
340de83f
NN
11833 * Makefile.tpl (experimental top level bootstrap) Move stage1
11834 language setting from all- target to configure- target; disable
11835 intermodule optimization in stage 1; prevent gratuitous rebuilds
11836 of stage 1.
11837 * Makefile.in: Regenerate.
11838 * configure.in: Comma-separate stage 1 language list for top
11839 level bootstrap.
11840 * configure: Regenerate.
11841
ca3b3e20
NN
11842 * Makefile.tpl: Clean up experimental top level bootstrap support:
11843 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11844 prev-gcc in configure- targets as well as all- targets.
11845 * Makefile.in: Regenerate.
11846
4d038073
KC
118472004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11848
11849 * compile: New file imported from automake.
11850
ab3533d6
PB
118512004-03-17 Paolo Bonzini <bonzini@gnu.org>
11852
11853 * configure.in: Remove symbolic link section.
11854 * configure: Regenerate.
11855 * Makefile.tpl (links): Remove.
11856 * Makefile.in: Regenerate.
11857
1e0f07d3 118582004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 11859 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
11860
11861 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 11862 Set with AC_CHECK_PROGS.
1e0f07d3
PB
11863 * configure.in: Fix comment typo from last patch.
11864 * configure: Regenerate.
11865
2805b53a
NN
118662004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11867
11868 * Makefile.tpl: Introduce experimental top level bootstrap support.
11869 * Makefile.in: Regenerate.
11870 * configure.in: Introduce support for top level bootstrap.
11871 * configure: Regenerate.
11872
79b4b7d2 118732004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11874 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
11875
11876 PR bootstrap/14522
11877 * configure.in: Cope with shells that do not support unquoted ^
11878 * configure: Regenerate.
11879
6bbec498 118802004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11881 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
11882
11883 PR bootstrap/14522
79b4b7d2 11884 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
11885 quotes inside quoted backquote substitutions.
11886 * configure: Regenerate.
11887
83c15dfc
AP
118882004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11889
11890 PR bootstrap/14522
f2bd98d4 11891 * configure.in: Fix escaping of $.
83c15dfc
AP
11892 * configure: Regenerate.
11893
55ffb5ed
NN
118942004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11895
11896 * configure: Regenerate, since I forgot to while committing Paolo's
11897 changes.
11898
e4c9c075
PB
118992004-03-08 Paolo Bonzini <bonzini@gnu.org>
11900
11901 PR ada/14131
11902 Move language detection to the top level.
11903 * configure.in: Find default values for the tools as
11904 soon as possible. Disable ada if GNAT is not found.
11905 Emit error message about missing languages. Expand
11906 --enable-languages=all for the gcc subdirectory.
11907
5199e2c6
BE
119082004-03-10 Ben Elliston <bje@gnu.org>
11909
11910 * MAINTAINERS: Update my email address.
11911
c18b95e5
DE
119122004-03-05 David Edelsohn <edelsohn@gnu.org>
11913
11914 * ltconfig: Disable building static libraries if building shared
11915 libraries on AIX 5L.
11916
d0fe5ad3
RS
119172004-03-01 Richard Sandiford <rsandifo@redhat.com>
11918
11919 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11920 and disable libgcj.
11921 * configure: Regenerated.
11922
e6f71f9d
BB
119232004-03-01 Brian Booth <bbooth@redhat.com>
11924
11925 * MAINTAINERS: Add myself to write-after-approval.
11926
8983e50e
PB
119272004-03-01 Paolo Bonzini <bonzini@gnu.org>
11928
11929 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11930
d4cd9d81
NN
119312004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11932
11933 PR bootstrap/7087
11934 * Makefile.tpl: Guard XFOO sed statements better.
11935 * Makefile.tpl: Add dependency for configure-target-libada.
11936 * Makefile.in: Regenerate (incidentally fixes broken
11937 commit when libada-branch was merged).
11938
0ea0229e
KC
119392004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11940
11941 * MAINTAINERS: Add myself to write-after-approval.
11942
bad93735
AP
119432004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11944
11945 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11946 maintainers.
11947
a7ca14fc
AC
119482004-02-20 Andrew Cagney <cagney@redhat.com>
11949
11950 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11951 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11952
51592782
NN
119532004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11954
11955 PR bootstrap/11932
11956 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11957
6a30854a
JQ
119582004-02-14 Jerry Quinn <jlquinn@optonline.net>
11959
11960 * MAINTAINERS: Added myself to write-after-approval.
11961
be8b2bee
MK
119622004-02-14 Michael Koch <konqueror@gmx.de>
11963
11964 * MAINTAINERS: Added myself to write-after-approval.
11965
972760b7
JM
119662004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11967
11968 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11969 some OS port maintainers to OS port maintainers section.
11970
b0281654
FCE
119712004-02-13 Frank Ch. Eigler <fche@redhat.com>
11972
11973 * MAINTAINERS: Add self.
11974
3c419fd6
KH
119752004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11976
11977 * MAINTAINERS: Alphabetize.
11978
e88e9aee
PB
119792004-02-12 Paolo Bonzini <bonzini@gnu.org>
11980
11981 * MAINTAINERS: Remove myself.
b4117c30 11982
1915e422
DE
119832004-02-11 David Edelsohn <edelsohn@gnu.org>
11984
11985 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11986 (rs6000-*-aix*): Same.
11987 * configure: Regenerate.
11988
a22c2d8d
KC
119892004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11990
11991 * configure.in (host): Add in missing $noconfigdirs to defines.
11992 * configure: Regenerate.
11993
d9cdb878
AC
119942004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11995 Nathanael Nerode <neroden@gcc.gnu.org>
11996
11997 PR ada/6637, PR ada/5911
b4117c30 11998 Merge with libada-branch:
d9cdb878
AC
11999 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12000 with appropriate dependencies. Add --enable-libada configure switch.
12001 * configure, Makefile.in: Regenerate.
12002
8bd92821
PB
120032004-02-09 Paolo Bonzini <bonzini@gnu.org>
12004
12005 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12006
89a95129
RO
120072004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12008
12009 * configure.in: Don't pass --with-stabs on IRIX 5 either.
12010 * configure: Regenerate.
12011
892629bc
GK
120122004-02-04 Geoffrey Keating <geoffk@apple.com>
12013
12014 Merge from upstream:
12015
12016 * ltmain.in: When setting IFS to '~', be careful about user
12017 arguments that contain '~'.
12018
12019 2004-02-04 Peter O'Gorman <peter@pogma.com>
12020
12021 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12022 Also test $base_compile against $CC with escaped arguments. Bug
12023 reported by Geoff Keating <geoffk@apple.com>.
12024
6b402165
KH
120252004-02-04 Kazu Hirata <kazu@cs.umass.edu>
12026
12027 * MAINTAINERS: Remove i960 port.
12028
fa2f0306
DD
120292004-01-23 DJ Delorie <dj@redhat.com>
12030
12031 * Makefile.def (target_modules) [libiberty]: Don't stage.
12032 * Makefile.in: Rebuilt.
12033
9feb20aa
CT
120342004-01-20 Caroline Tice <ctice@apple.com>
12035
12036 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12037
7aed2ccc
PC
120382004-01-19 Paolo Carlini <pcarlini@suse.de>
12039
12040 * MAINTAINERS: Update my email address.
12041
f25bebe1
JM
120422004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
12043
12044 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12045
28083580
VR
120462004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12047
12048 * MAINTAINERS: Remove entries without email address.
12049
c0f4b5e4
DJ
120502004-01-15 Daniel Jacobowitz <drow@mvista.com>
12051
12052 * MAINTAINERS: Add myself to write-after-approval.
12053
b5eb5a5e
SB
120542004-01-15 Steven Bosscher <stevenb@suse.de>
12055
12056 * MAINTAINERS: Update my email address.
12057
dce2d8b2 120582004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
12059
12060 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12061 * Makefile.tpl (configure-target-[+module+]): Support stage.
12062 * Makefile.in: Rebuilt.
12063
74c0b320
ILT
120642004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
12065
12066 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12067
2560344b
RS
120682004-01-10 Richard Sandiford <rsandifo@redhat.com>
12069
12070 * MAINTAINERS: Add myself as a MIPS maintainer.
12071
8b21cda6
NN
120722004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
12073
2b6c260d
NN
12074 * configure.in: Use ./config.cache, not config.cache.
12075 * configure: Regenerate.
12076 * Makefile.tpl: Special-casing not needed for GCC any more.
12077 * Makefile.in: Regenerate.
12078
09438bde
NN
12079 * configure.in: Don't share a cache file for host dirs.
12080 * configure: Regenerate.
12081
8b21cda6
NN
12082 * config-ml.in: Don't mess with the cache file.
12083
e42870df
EB
120842004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
12085
12086 * MAINTAINERS: Move myself from 'Write After Approval' to
12087 'CPU Port Maintainers' section as SPARC maintainer.
12088
6b9eb62c
NN
120892004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
12090
78a816a6
NN
12091 * Makefile.tpl: Make GCC use a separate config.cache.
12092 * Makefile.in: Regenerate.
12093
6b9eb62c
NN
12094 PR bootstrap/11932, PR bootstrap/11933
12095 (I don't know if it will fix either of them, but it relates
12096 to them.)
12097 * configure.in: Don't use shared config.cache for target
12098 directories.
12099 * configure: Regenerate.
12100
86d7b562
DN
121012004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12102
12103 * MAINTAINERS: Add myself to 'Write After Approval' section.
12104
07d0a605
RS
121052003-12-31 Roger Sayle <roger@eyesopen.com>
12106
12107 * configure.in (ia64*-*-hpux*): Disable building java libraries.
12108 * configure: Regenerated.
12109
459ac19f
KH
121102003-12-23 Kazu Hirata <kazu@cs.umass.edu>
12111
12112 * MAINTAINERS: Remove the mn10200 maintainer.
12113
5785c0ed 121142003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 12115
cc6010cd
AP
12116 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12117 * configure: Regenerated.
5785c0ed 12118
a268eff9
JH
121192003-12-16 Jan Hubicka <jh@suse.cz>
12120
12121 * MAINTAINERS: Add myself as callgraph maintainer.
12122
9d465b12
TF
121232003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
12124
12125 * configure.in (raw_libstdcxx_flags): Remove the leading space.
12126 * configure: Regenerate.
12127
a68a270a
GB
121282003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
12129
12130 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12131 'Write After Approval' section. Update email.
12132
dce2d8b2 121332003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
12134
12135 * MAINTAINERS (Write After Approval): Add myself.
12136
8c052da4
MT
121372003-11-20 Matt Thomas <matt@3am-software.com>
12138
12139 * MAINTAINERS: Add myself as a vax port maintainer.
12140
e75f9147
KC
121412003-11-20 Kelley Cook <kcook@gcc.gnu.org>
12142
12143 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12144 (configure-build-[+module+], configure-[+module+]): Likewise.
12145 (configure-target-[+module+], configure-gcc, config.status): Likewise.
12146 * Makefile.in: Regenerate.
12147
43d8d958
AT
121482003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
12149
12150 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12151 shared/dylibed libraries.
12152 * ltmain.sh: Likewise.
12153 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12154 * ltcf-cxx.sh: Likewise.
12155 * ltcf-gcj.sh: Likewise.
12156 * ltconfig: Likewise.
12157
638dcaa0
SC
121582003-11-17 Stan Cox <scox@redhat.com>
12159
12160 * MAINTAINERS: Add myself as iq2000 port maintainer.
12161
15cc172b
AC
121622003-11-14 Arnaud Charlet <charlet@act-europe.fr>
12163
b4117c30
ZW
12164 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12165 * Makefile.in: Regenerate.
15cc172b 12166
20af77cd
UW
121672003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
12168
12169 * config.sub: Update to 2003-11-03 version.
12170
4dd01c5c
PE
121712003-10-20 Phil Edwards <phil@codesourcery.com>
12172
12173 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
12174 * configure: Regenerate.
12175
dce2d8b2 121762003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
12177
12178 * MAINTAINERS: Add myself to 'Write After Approval' section.
12179
8b7ebc31
AC
121802003-10-20 Arnaud Charlet <charlet@act-europe.fr>
12181
12182 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12183
afe1910c
JM
121842003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
12185
12186 * MAINTAINERS: Update my email address.
12187
05dcec66
RO
121882003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12189
12190 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12191
dce2d8b2 121922003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
12193
12194 * MAINTAINERS: Add myself to 'Write After Approval' section.
12195
507ec745
BI
121962003-10-16 Bernardo Innocenti <bernie@develer.com>
12197
12198 * config.guess: Update to 2003-10-16 version.
12199 * config.sub: Update to 2003-10-16 version.
12200
dce2d8b2 122012003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
12202
12203 * MAINTAINERS: Added myself to 'Write After Approval' section.
12204
0c9b16bc
FH
122052003-10-15 Falk Hueffner <falk@debian.org>
12206
12207 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12208 'Write After Approval' section. Update email.
12209
74d57d15
RS
122102003-10-14 Roger Sayle <roger@eyesopen.com>
12211
12212 * MAINTAINERS: Move myself from 'Write After Approval' to
12213 'Various Maintainers' section as middle-end maintainer.
12214
d29b8ad8
NN
122152003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
12216
12217 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12218 HOST_FLAGS_TO_PASS.
12219 * Makefile.in: Regenerate.
12220
26db814a
BI
122212003-10-11 Bernardo Innocenti <bernie@develer.com>
12222
12223 * config.guess: Update to 2003-10-07 version.
12224 * config.sub: Update to 2003-10-07 version.
12225
fffeb871
RO
122262003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12227
12228 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12229 * ltconfig (irix5*, irix6*): Don't override version_type.
12230
6691a79e
ME
122312003-10-05 Mohan Embar <gnustuff@thisiscool.com>
12232
12233 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12234 * configure: Rebuilt
12235 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12236 * Makefile.in: Rebuilt
12237
62cdd71e
L
122382003-10-03 H.J. Lu <hongjiu.lu@intel.com>
12239
12240 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12241
6fe2eacc
CW
122422003-09-30 Carlo Wood <carlo@alinoe.com>
12243
cc6010cd 12244 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 12245
ea57e5ad
PK
122462003-09-29 Paul Koning <ni1d@arrl.net>
12247
12248 * MAINTAINERS: Move myself from "Write After Approval"
12249 to CPU platform maintainers for pdp11 platform.
12250
e070672a
AT
122512003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
12252
12253 * MAINTAINERS: Move myself from 'Write After Approval' to
12254 'Various Maintainers' section as libffi testsuite maintainer.
12255
43bb47c2
DJ
122562003-09-21 Daniel Jacobowitz <drow@mvista.com>
12257
12258 * configure.in: Pass a computed --program-transform-name
12259 to subconfigures.
12260 * configure: Regenerated.
12261
da9d3b37
NN
122622003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12263
94322beb
NN
12264 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12265 * Makefile.in: Regenerate.
12266
da9d3b37
NN
12267 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12268 * Makefile.in: Regenerate.
12269
ffd9060b
ZL
122702003-09-19 Ziemowit Laski <zlaski@apple.com>
12271
12272 * MAINTAINERS: Move myself from 'Write After Approval'
12273 to 'Various Maintainers' (objective-c) section.
12274
eeae7b41
DJ
122752003-09-17 Daniel Jacobowitz <drow@mvista.com>
12276
12277 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12278 quoting.
12279 * configure: Regenerated.
12280
a080d12b
JB
122812003-09-16 Joel Brobecker <brobecker@gnat.com>
12282
12283 * MAINTAINERS (Write After Approval): Add myself to write after
12284 approval list.
12285
6cd2fc59
DN
122862003-09-16 Dorit Naishlos <dorit@il.ibm.com>
12287
cc6010cd 12288 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 12289
dcbdd9cc
ILT
122902003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
12291
12292 * MAINTAINERS: Update my e-mail address.
12293
e517f636
AM
122942003-09-09 Alan Modra <amodra@bigpond.net.au>
12295
12296 * libtool.m4 (LD): Correct powerpc64 host match.
12297
bc49924b
JW
122982003-09-06 James E Wilson <wilson@tuliptree.org>
12299
12300 * MAINTAINTERS: Update my affiliation and email address.
12301
082124f5
ZD
123022003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12303
12304 * MAINTAINERS (Write After Approval): Add myself.
12305
dc94d89e
DD
123062003-09-04 DJ Delorie <dj@redhat.com>
12307
12308 * configure: Regenerate.
12309
123102003-09-04 Robert Millan <robertmh@gnu.org>
12311
12312 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 12313
7a0f2d4e
KG
123142003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12315
12316 * configure.in: Ensure arguments to sed are properly spaced.
12317 * configure: Regenerate.
12318
88d032eb
GP
123192003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
12320
12321 * MAINTAINERS: Update my e-mail address.
12322
0b3f3d22
ME
123232003-08-28 Mohan Embar <gnustuff@thisiscool.com>
12324
12325 * MAINTAINERS (Write After Approval): Add myself.
12326
d253f9ba
DJ
123272003-08-27 Daniel Jacobowitz <drow@mvista.com>
12328
12329 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12330 * configure: Regenerated.
12331
066ec9c9
MM
123322003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
12333
12334 * MAINTAINERS: Update my email address.
12335
415d7ef9
PE
123362003-08-23 Phil Edwards <pme@gcc.gnu.org>
12337
12338 * configure.in: Use newline instead of semicolon when assuming
12339 shell arguments in a for loop.
12340 * configure: Regenerated.
12341
e1567352
JE
123422003-08-22 Jason Eckhardt <jle@rice.edu>
12343
12344 * MAINTAINERS: Resurrect the i860 maintainer.
12345
b348267b
GK
123462003-08-20 Geoffrey Keating <geoffk@apple.com>
12347
e50084fa
GK
12348 PR 8180
12349 * configure.in: When testing with_libs and with_headers, treat
12350 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
12351 * configure: Regenerate.
b4117c30 12352
b348267b
GK
12353 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12354 make, shell, etc.
12355 (baseargs): Likewise.
12356 * configure: Regenerate.
12357
ca26ffe0
BI
123582003-08-20 Bernardo Innocenti <bernie@develer.com>
12359
12360 * MAINTAINERS (Write After Approval): Add myself.
12361
940cde4d
GK
123622003-08-19 Geoffrey Keating <geoffk@apple.com>
12363
12364 * configure.in: Disable libgcj for darwin not on powerpc.
12365 * configure: Rebuild.
12366
74bed51b
ADL
123672003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
12368
12369 * config-ml.in, symlink-tree: Add license.
12370
b4117c30
ZW
123712003-08-03 Richard Stallman <rms@gnu.org>
12372 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
12373
12374 * README.SCO: New file.
12375
333a28b4
MK
123762003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12377
12378 * Makefile.tpl (check, check-c++): Express dependencies using
12379 dependencies rather than commands.
12380 * Makefile.in: Regenerate.
12381
c197e306
AC
123822003-08-01 Andrew Cagney <cagney@redhat.com>
12383
12384 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12385 * configure: Ditto.
12386
a8ee6e2d
GK
123872003-07-31 Geoffrey Keating <geoffk@apple.com>
12388
12389 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 12390 * Makefile.in: Update.
a8ee6e2d 12391
8d9b3f2e
AT
123922003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12393
12394 * configure.in: Enable libgcj for darwin.
12395 * configure: Rebuild.
12396
52c0c542
PE
123972003-07-29 Phil Edwards <pme@gcc.gnu.org>
12398
12399 * config-ml.in: Use ac_configure_args directly instead of
12400 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12401 actually seen.
12402
b4acb5ef
NN
124032003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12404
12405 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12406 creating target and build subdirs to build all parent dirs as needed.
12407 * Makefile.in: Rebuild.
12408 * configure.in: Don't build dirs explicitly here.
12409 * configure: Rebuild.
12410
a51d71d0
PB
124112003-07-26 Paul Brook <paul@nowt.org>
12412
12413 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12414
f43e12ce
AO
124152003-07-22 Alexandre Oliva <aoliva@redhat.com>
12416
12417 * Makefile.tpl (all-make): Depend on intl.
12418 * Makefile.in: Rebuilt.
12419
8a199ff6
PE
124202003-07-20 Phil Edwards <pme@gcc.gnu.org>
12421
12422 * install-sh: Update to newer upstream versions (associated with
12423 aclocal 1.7).
12424 * mkinstalldirs: Likewise.
12425 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12426
e6a8c803
AP
124272003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12428
12429 * MAINTAINERS: Move self from Bug database only accounts
12430 to write-after-approval.
12431
9f13608f
NN
124322003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12433
12434 * config.if: Remove unused libc_interface determination.
12435
c7864714
NN
124362003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12437
12438 * MAINTAINERS: Move self from write-after-approval to
12439 build machinery (*.in).
12440
775956d0
NN
124412003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12442
12443 PR bootstrap/11273
12444 PR bootstrap/11408
12445 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12446 unused INSTALL_PROGRAM_ARGS.
12447 * configure.in: Use AC_PROG_INSTALL.
12448 * Makefile.in: Regenerate.
12449 * configure: Regenerate.
12450
c7f67a6e
KH
124512003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12452
12453 * MAINTAINERS: Alphabetize.
12454
33952f6f
AO
124552003-07-10 Alexandre Oliva <aoliva@redhat.com>
12456
12457 * configure: Rebuilt.
12458 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12459 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12460 newlib nor libgloss.
12461 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12462 * configure.in (am33_2.0-*-linux*): Added.
12463
0d4f1b4e
BW
124642003-07-09 Bob Wilson <bob.wilson@acm.org>
12465
12466 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12467 * configure: Regenerate.
12468
56694dd9
ZW
124692003-07-07 Zack Weinberg <zack@codesourcery.com>
12470
12471 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12472 * Makefile.in: Regenerate.
12473
21607eb4
ZW
124742003-07-04 Zack Weinberg <zack@codesourcery.com>
12475
12476 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12477 * Makefile.in: Regenerate.
12478
dce2d8b2 124792003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
12480
12481 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12482 * Makefile.in: Regenerated.
12483
5d42f90e
L
12484 * config-ml.in: Replace PWD with PWD_COMMAND.
12485
6eb95e99
ZW
124862003-07-04 Zack Weinberg <zack@codesourcery.com>
12487
12488 * intl: New directory; see intl/ChangeLog for details.
12489 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12490 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12491 * Makefile.in: Regenerate.
12492
07d1940e
NN
124932003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12494
12495 * configure.in: Clean up config-lang.in handling. Delete
12496 useless assignment to "subdirs".
12497 * configure: Regenerate.
12498
4dbda6f0
NN
124992003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12500
12501 * configure.in: Rename 'target_libs' to 'target_libraries'.
12502 Remove useless reference to 'target_libs'.
12503 * configure: Regenerate.
12504
2c30ab71
KS
125052003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12506
12507 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12508 * Makefile.in: Regenerate.
12509
11405c93
NN
125102003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12511
12512 * Makefile.def: Introduce flags_to_pass.
12513 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12514 * Makefile.in: Regenerate.
12515
fb87ad5d
HPN
125162003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12517
12518 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12519 and target-libgloss.
12520 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12521 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12522 * configure: Regenerate.
12523
a7956a48
BK
125242003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12525
12526 * configure.in: Update testsuite_flags to new location.
12527 * configure. Regenerate.
6eb95e99 12528
eaf9f3b2
NN
125292003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12530
12531 * Makefile.tpl: Remove BUILD_CC stuff.
12532 * Makefile.in: Regenerate.
12533
2d89ffef
KH
125342003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12535
12536 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12537
dce2d8b2 125382003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
12539
12540 * MAINTAINERS (Write After Approval): Add myself.
12541
dce2d8b2 125422003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 12543
b951c91c
L
12544 * config.guess: Update to 2003-06-12 version.
12545 * config.sub: Update to 2003-06-13 version.
12546
dce2d8b2 125472003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
12548
12549 * config.guess: Update to 2003-06-06 version.
12550 * config.sub: Update to 2003-06-06 version.
12551
655b7166
RO
125522003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12553
12554 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12555 * configure. Regenerate.
12556
01b759aa
NN
125572003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12558
bf1d3e81
NN
12559 * configure.in: Disable serial configure by default.
12560 * configure: Regenerate.
12561 * Makefile.tpl: Abolish .NOTPARALLEL.
12562 * Makefile.in: Regenerate.
12563
e89fbdfe
NN
12564 * Makefile.tpl: Replace {build,host,target}_canonical by
12565 {build,host,target}.
12566 * Makefile.in: Regenerate.
12567
01b759aa
NN
12568 * Makefile.tpl: Fix stupid pasto.
12569 * Makefile.in: Regenerate.
12570
f7dae026
NN
125712003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12572
12573 * Makefile.tpl: Remove bogus conditional.
12574 * Makefile.in: Regenerate.
12575
125762003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
12577
12578 * Makefile.tpl (profiledbootstrap): New target.
12579 * Makefile.in (profiledbootstrap): New target.
12580
2ffc3e73 125812003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
12582
12583 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12584 Pinski. Remove user names from other bugzilla-only maintainers.
12585
1a1e6b96
NN
125862003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12587
1358ccea
NN
12588 * Makefile.tpl: Make 'recursive targets' using autogen rather
12589 than shell loop. Remove duplicate 'clean' targets and false
12590 comments.
12591 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12592 Add systematic method of specifying missing targets in subdirs.
12593 Add copyright boilerplate.
12594 * Makefile.in: Regenerate.
12595 * configure.in: Add 'recursive targets' to maybe list.
12596 * configure: Regenerate.
12597
ae74ed1f
NN
12598 * MAINTAINERS: "GNATS only" -> "Bug database only".
12599
1a1e6b96
NN
12600 * Makefile.tpl: Rename [+target+] to [+make_target+].
12601 * Makefile.def: Rename 'target' to 'make_target'.
12602
c79af3fa
NB
126032003-05-31 Neil Booth <neil@daikokuya.co.uk>
12604
12605 * MAINTAINERS: Add self as options handling maintainer.
12606
39d85b61
MM
126072003-05-28 Michael Meissner <gnu@the-meissners.org>
12608
12609 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12610 been too long since I touched those ports.
12611
afc2b62d
DD
126122003-05-28 DJ Delorie <dj@redhat.com>
12613
12614 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12615 * Makefile.in: Regenerate.
12616
df445104
MR
126172003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12618
12619 * configure.in: Use curly braces in the definition of tooldir.
12620 * configure: Regenerate.
12621
2eb98e5d 126222003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 12623
2eb98e5d
DD
12624 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12625 newlib or libgloss.
12626 * Makefile.in: Regenerate.
12627
862fced8
DD
126282003-05-21 DJ Delorie <dj@redhat.com>
12629
12630 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12631 * Makefile.in: Regenerate.
12632
fc351800
ILT
126332003-05-20 Ian Lance Taylor <ian@airs.com>
12634
12635 * MAINTAINERS: Update my e-mail address.
12636
7e2dbcef
NN
126372003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12638
12639 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 12640 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
12641 Factor out common code from autogen IF statements.
12642 * configure: Regenerate.
12643 * Makefile.in: Regenerate.
12644
f2a0e225
KC
126452003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12646
12647 * configure.in: Accept i[3456789]86 for machine type.
12648 * configure: Regenerate.
12649
8b87bb96
NN
126502003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12651
12652 * configure.in: Switch more things to use maybe dependencies.
12653 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12654 * configure: Regenerate.
12655 * Makefile.tpl: Switch more things to use maybe dependencies.
12656 * Makefile.in: Regenerate.
12657
fdb882bc 126582003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
12659
12660 * Makefile.tpl (install-opcodes): Define.
12661 * Makefile.in: Rebuild.
12662
f7c50032
AJ
126632003-05-13 Andreas Jaeger <aj@suse.de>
12664
12665 * config.guess: Update to 2003-05-09 version.
12666 * config.sub: Update to 2003-05-09 version.
12667
dce2d8b2 126682003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
12669
12670 * configure.in: Correct sed script so that options in quotes are not
12671 deleted.
12672 * configure: Rebuild.
12673
aa8f1f57
CV
126742003-05-12 Corinna Vinschen <corinna@vinschen.de>
12675
12676 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12677 and $$s/newlib/libc/sys/cygwin32 include paths.
12678 * configure: Ditto.
12679
0c130f81
MM
126802003-05-12 Michael Meissner <gnu@the-meissners.org>
12681
12682 * MAINTAINERS: Update my email addresses.
12683
aa1a100b
EB
126842003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12685
12686 * config-ml.in: Propagate INSTALL variables.
f7c50032 12687
87861833
GP
126882003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12689
12690 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12691
de722255
CD
126922003-05-02 Chris Demetriou <cgd@broadcom.com>
12693
6eb95e99
ZW
12694 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12695 * Makefile.in: Regenerate.
de722255 12696
96c4a002
WB
126972003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12698
12699 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12700
55b15a11
WB
127012003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12702
12703 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12704
0c227849
DJ
127052003-04-27 Daniel Jacobowitz <drow@mvista.com>
12706
12707 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12708 * Makefile.in: Regenerated.
12709
d45148c1
WB
127102003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12711
12712 * MAINTAINERS (Write After Approval): Upgrade myself from
12713 GNATS only to write-after-approval. Update my mail address.
12714
dce2d8b2 127152003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
12716
12717 (OS Port Maintainers: freebsd): Add myself.
12718
438f50c3
MM
127192003-04-22 Mark Mitchell <mark@codesourcery.com>
12720
12721 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12722
9074e169
KJ
127232003-04-22 Kean Johnston <jkj@sco.com>
12724
12725 * MAINTAINERS (SCO ports): Added myself.
12726
dfd39a2e
NS
127272003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12728
12729 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12730
ccbae82a
KJ
127312003-04-19 Kean Johnston <jkj@sco.com>
12732
12733 * MAINTAINERS (Write After Approval): Add myself.
12734
2f50999f
GP
127352003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12736
12737 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12738 * Makefile.in: Regenerate.
12739
e9b84181
JJ
127402003-04-18 Jakub Jelinek <jakub@redhat.com>
12741
12742 * configure.in (powerpc64*-*-linux*): Remove.
12743 * configure: Rebuilt.
12744
1ca4c6e1
PE
127452003-04-17 Phil Edwards <pme@gcc.gnu.org>
12746
12747 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12748 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12749 and restrap.
12750 * Makefile.in: Regenerate.
12751
0590b963
RE
127522003-04-16 Richard Earnshaw <rearnsha@arm.com>
12753
12754 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12755 * configure: Regenerated.
12756
ff41a56f
DD
127572003-04-15 DJ Delorie <dj@redhat.com>
12758
12759 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12760
50d440bc
NC
127612003-04-13 Nick Clifton <nickc@redhat.com>
12762
12763 * config-ml.in: Remove support for --disable-aix removing
12764 call-aix multilibs.
12765
b1e0a93e
AO
127662003-04-10 Alexandre Oliva <aoliva@redhat.com>
12767
12768 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12769 * */configure: Rebuilt.
12770
71fb704d
JS
127712003-04-08 Joel Sherrill <joel@oarcorp.com>
12772
12773 * MAINTAINERS: Add my email address.
12774
3897ea90
OH
127752003-03-17 Olivier Hainque <hainque@act-europe.fr>
12776
12777 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 12778
93c834b7
NN
127792003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12780
12781 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12782 * Makefile.in: Regenerate.
12783
82c34dcb
MC
127842003-03-14 Michael Chastain <mec@shout.net>
12785
12786 * Makefile.in: Regenerate with correct Makefile.def.
12787
73458fb7
NN
127882003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12789
12790 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12791 Make macro.
12792 * Makefile.in: Regenerate.
12793 * configure.in: Clean up gxx_include_dir logic.
12794 * configure: Regenerate.
12795
32cf27e5
AE
127962003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12797
12798 * MAINTAINERS (Write After Approval): Add myself.
12799
c727e7a0
BE
128002003-03-10 Ben Elliston <bje@wasabisystems.com>
12801
12802 * MAINTAINERS: Update my mail address.
12803
9a27ac7a
FS
128042003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12805
12806 * configure.in (gxx_include_dir): Fix typo.
12807 * configure: Regenerated.
12808
3aa83176
NN
128092003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12810
12811 * Makefile.tpl: Reindent.
12812 * Makefile.in: Regenerate.
12813 * configure.in: Reindent. Don't set unused variables.
12814 * configure: Regenerate.
12815
9124bc53
DJ
128162003-03-04 Daniel Jacobowitz <drow@mvista.com>
12817
12818 * configure.in: Include $(build_tooldir)/sys-include in
12819 FLAGS_FOR_TARGET.
12820 * configure: Regenerated.
12821
cb543528
NN
128222003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12823
c858bf1e
NN
12824 * Makefile.tpl: Always pass down RANLIB.
12825 * Makefile.in: Regenerate.
12826
aa9c3ab4
NN
12827 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12828 * Makefile.in: Regenerate.
12829 * configure.in: Remove unused logic relating to --enable-shared
12830 and --enable-threads. Remove bogus comments. Remove redundant
12831 noconfigdirs.
12832 * configure: Regenerate.
12833
cb543528
NN
12834 * configure.in: Replace ${libstdcxx_version} by its value.
12835 Remove reference to mh-dgux.
12836 * configure: Regenerate.
12837
53f70c1b
KB
128382003-03-03 Kevin Buettner <kevinb@redhat.com>
12839
12840 * MAINTAINERS (Write After Approval): Add myself.
12841
df0f0674
NN
128422003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12843
12844 * Makefile.tpl: Rearrange.
12845 * Makefile.in: Regenerate.
12846
dce2d8b2 128472003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
12848
12849 * configure.in: Add support for kaOS as cross build target system.
12850 * configure: Regenerated.
12851
a7a287eb
SB
128522003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12853
12854 * MAINTAINERS (Write after approval): Add myself.
12855
ff00c8a2
JW
128562003-02-21 James E Wilson <wilson@tuliptree.org>
12857
12858 * MAINTAINERS: Update my email address.
12859
abb2db7a
ZW
128602003-02-21 Zack Weinberg <zack@codesourcery.com>
12861
12862 * MAINTAINERS: Add self to blanket write privs. section.
12863
e9f2dc3b
SM
128642003-02-20 Sean McNeil <sean@blue.mcneil.com>
12865
12866 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12867 configure-target-* as some target builds may require additional
12868 flags for preprocessor tests.
12869 * Makefile.in: Regenerated.
12870
ee03dc5e
AO
128712003-02-19 Alexandre Oliva <aoliva@redhat.com>
12872
11856278
AO
12873 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12874 * ltconfig: Handle it.
12875 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12876 auto-detecting it.
12877
274aef32
AO
12878 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12879 it is used as argument to $CC.
12880 * ltcf-gcj.sh: Likewise.
12881
ee03dc5e
AO
12882 * configure.in: Introduce --enable-maintainer-mode.
12883 * configure: Rebuilt.
12884 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12885 for maintainer mode.
12886 * Makefile.in: Rebuilt.
12887
30db8e17
JM
128882003-02-18 Jason Merrill <jason@redhat.com>
12889
12890 * Makefile.tpl (check-c++): Allow parallelism.
12891
cab60ac6
GP
128922003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12893
12894 * MAINTAINERS: Remove John Carr (who never actually had access to
12895 gcc.gnu.org).
12896
c8e5d1af
GK
128972003-02-15 Geoffrey Keating <geoffk@apple.com>
12898
12899 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12900 don't configure target-libobjc.
12901 * configure: Regenerate.
12902
70f91f50
RO
129032003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12904
12905 * Makefile.tpl (RANLIB): Define.
12906 * Makefile.in: Regenerate.
12907
669e9062
LB
129082003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12909
12910 * MAINTAINERS: Update my email.
abb2db7a 12911
61b56b2e
KS
129122003-02-06 Keith R Seitz <keiths@redhat.com>
12913
12914 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12915 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12916 * Makefile.in: Regenerated.
12917 * configure.in: Remove all traces of snavigator, db, and grep.
12918 * configure: Regenerated.
12919
a1ba6e15
GP
129202003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12921
12922 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12923 After Approval.
12924
f5f2cce5
CC
129252003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12926
12927 * MAINTAINERS (Write after approval): Add myself.
12928
ba49f6f1
FCE
129292003-01-31 Frank Ch. Eigler <fche@redhat.com>
12930
12931 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12932 * Makefile.in: Regenerated.
12933
ccf9f10c
RS
129342003-01-30 Roger Sayle <roger@eyesopen.com>
12935
12936 * config.guess: Updated to 2003-01-30's version.
12937 * config.sub: Updated to 2003-01-28's version.
12938
a693735b
AO
129392003-01-30 Alexandre Oliva <aoliva@redhat.com>
12940
12941 * config.if: If gcc_version is already set, just use it. Don't set
12942 gcc_version_trigger if it's already set, otherwise set it to
12943 gcc/version.c, but only if the file exists. If it is not set and
12944 gcc/version.c does not exist, try to extract the version number from
12945 $CC.
12946
204c43d6
AT
129472003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12948
abb2db7a 12949 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 12950
842e91ec
PE
129512003-01-27 Phil Edwards <pme@gcc.gnu.org>
12952
12953 * configure.in: Revert 24Jan change.
12954 * configure: Regenerate.
12955
6b99984e
GP
129562003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12957
12958 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12959 entry of HJ Lu.
12960
806e0935
NN
129612003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12962
12963 * configure.in: Revert previous change.
12964 * configure: Regenerate.
12965
307a9864
NN
129662003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12967
12968 * configure.in: Make rda native-only.
12969 * configure: Regenerate.
12970
02ba6302
VR
129712003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12972
12973 * MAINTAINERS: Move myself from GNATS-only-accounts to
12974 write-after-approval.
12975
77d187bc
NN
129762003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12977
12978 * configure.in: Add missing \.
12979 * configure: Rebuilt.
12980
a94a2d4c
JJ
129812003-01-17 Jakub Jelinek <jakub@redhat.com>
12982
12983 * configure.in (baseargs): Avoid using \| in sed regular
12984 expressions.
12985 * configure: Rebuilt.
12986
73f84924
JJ
129872003-01-16 Jakub Jelinek <jakub@redhat.com>
12988
12989 * configure.in (baseargs): Remove all supported forms of
12990 --cache-file, --srcdir, --host, --build and --target options
12991 from argument lists.
12992 * configure: Rebuilt.
12993
8c12fc63
JZ
129942003-01-15 Josef Zlomek <zlomekj@suse.cz>
12995
12996 * MAINTAINERS: Add myself to write-after-approval list.
12997
7c005a3a
AO
129982003-01-15 Alexandre Oliva <aoliva@redhat.com>
12999
13000 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13001 * configure: Rebuilt.
13002
3dfabf63
NN
130032003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
13004
13005 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13006 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13007 * Makefile.in: Regenerate.
13008 * configure: Regenerate.
13009
cf53ae10
AO
130102003-01-09 Alexandre Oliva <aoliva@redhat.com>
13011
13012 * configure.in: Remove Makefile in build, host and target modules
13013 unless configure was run with --no-recursion.
13014 * configure: Rebuilt.
13015
3fbe8e4a
CC
130162003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13017
13018 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13019 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13020 * Makefile.in: Regenerate.
13021
66e2aa7d
CD
130222003-01-08 Chris Demetriou <cgd@broadcom.com>
13023
13024 * config.guess: Update to 2003-01-03 version.
13025 * config.sub: Update to 2003-01-03 version.
13026
b5038cfb
CF
130272003-01-07 Christopher Faylor <cgf@redhat.com>
13028
13029 * configure: Regenerate with proper autoconf 2.13.
13030
d02c69be
CF
130312003-01-07 Christopher Faylor <cgf@redhat.com>
13032
13033 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 13034 * configure: Regenerate.
d02c69be 13035
e914a571
AC
130362003-01-06 Andrew Cagney <ac131313@redhat.com>
13037
13038 * configure.in (GDB_TK): Add tcl directories conditional on
13039 gdb/gdbtk directory being present.
13040 * configure: Regenerate.
abb2db7a 13041
dce2d8b2 130422003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 13043
dce2d8b2
EB
13044 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
13045 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
13046 * configure: Rebuilt.
13047
89a7012a
TT
130482002-12-31 Tom Tromey <tromey@redhat.com>
13049
13050 * Makefile.in: Rebuilt.
13051 * Makefile.def (target_modules) [libffi]: Allow installation.
13052
3f4f56e2
AS
130532002-12-31 Andreas Schwab <schwab@suse.de>
13054
13055 * configure.in: Fix use of $program_transform_name.
13056 * configure: Regenerated.
13057
6c1b8d0a
DJ
130582002-12-30 Daniel Jacobowitz <drow@mvista.com>
13059
13060 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 13061 * configure: Regenerated.
6c1b8d0a 13062
c5120911
AO
130632002-12-29 Alexandre Oliva <aoliva@redhat.com>
13064
13065 * Makefile.tpl (local-distclean): Don't remove...
13066 (multilib.ts): ... this. Moved into...
13067 (multilib.out): ... this. Don't use sub-make.
13068 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13069 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13070 (configure-build-[+module+], configure-[+module+],
13071 configure-target-[+module+], configure-gcc): ... these. Test
13072 for Makefile existence. Drop config.status from dependencies.
13073 * Makefile.in: Rebuilt.
13074 * configure.in: Move gcc-version-trigger to the end of
13075 ac_configure_args. Add comments to maybedep.tmp and
13076 serdep.tmp. Introduce --disable-serial-configure. Remove
13077 nonopt from baseargs, matching and removing corresponding
13078 whitespace while at it.
13079 * configure: Rebuilt.
13080
e245b0ea
AO
130812002-12-28 Alexandre Oliva <aoliva@redhat.com>
13082
903de295
AO
13083 * configure.in (host_configargs): Replace reference to
13084 no-longer-defined buildopts with --build=${build_alias}.
13085 * configure: Rebuilt.
13086
e245b0ea
AO
13087 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
13088 program_transform_name to standard idiom.
13089 (AUTOGEN, AUTOCONF): Define.
13090 (Makefile.in): Use $(AUTOGEN).
13091 (Makefile): Depend on config.status, and use autoconf-style rule to
13092 build it. Move original commands to...
13093 (config.status): ... this new target.
13094 (configure): Add $(srcdir). Depend on config/acx.m4. Use
13095 $(AUTOCONF).
13096 * Makefile.in: Rebuilt.
13097
671aa708
NN
130982002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
13099
53fbfb58
NN
13100 * Makefile.tpl: Fix dramatic bustage due to change in
13101 program_transform_name.
13102 * Makefile.in: Regenerate.
13103
13104 * configure.in: Remove unnecessary PATH setting.
13105 * configure: Regnerate.
13106
13107 * configure.in: Don't default to unprefixed tools unless
13108 the native tools will work.
13109 * configure: Regenerate.
13110
671aa708
NN
13111 * configure.in: Convert to autoconf script. Blow away lots
13112 of now-redundant Makefile fragments.
13113 * configure: Generate using Autoconf.
13114 * Makefile.tpl: Rewrite to reflect autoconfiscation.
13115 * Makefile.in: Regenerate.
13116
57f40826
NN
131172002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
13118
3fedb745
NN
13119 * configure: Fix stupid bug where RANLIB was mistakenly included.
13120
abb2db7a 13121 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
13122 (build_configargs, host_configargs, target_configargs).
13123
13124 * configure.in: Move logic out of sed statement.
13125
abb2db7a 13126 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
13127 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13128
315fa0f4
SS
131292002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
13130
13131 * config.sub: Import from master repository
13132 * config.guess: Ditto
13133
45aff44f
AS
131342002-12-24 Andreas Schwab <schwab@suse.de>
13135
13136 * Makefile.tpl (multilib.out): Fix missing space.
13137 * Makefile.in: Regenerate.
13138
88b5521b
NN
131392002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
13140
13141 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
13142 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
13143 * Makefile.in: Regenerate.
13144 * configure.in: Remove unnecessary leftovers.
13145
2a726918
GK
131462002-12-21 Geoffrey Keating <geoffk@apple.com>
13147
13148 * configure.in (extra_ranlibflags_for_target): New variable.
13149 (*-*-darwin): Add -c to ranlib commands.
13150 * configure (tooldir): Handle extra_ranlibflags_for_target.
13151
aace3269 131522002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
13153
13154 * Makefile.tpl: Revert HJL's change.
13155 * Makefile.in: Regenerated.
13156 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13157 always.
13158
f0895142
AS
131592002-12-19 Andreas Schwab <schwab@suse.de>
13160
13161 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13162 * Makefile.in: Regenerate.
13163
dce2d8b2 131642002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
13165
13166 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13167 * Makefile.in: Regenerated.
13168
13169 * configure.in (build_prefix): New. Substitute.
13170
212f6dd0
NN
131712002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
13172
79308c5d
NN
13173 * Makefile.tpl: Don't let real targets depend on phony targets.
13174 * Makefile.in: Regenerate.
13175
212f6dd0
NN
13176 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13177 * Makefile.in: Regenerate.
13178
ab17919f
SS
131792002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
13180
13181 * config.sub: Import from master repository
13182 * config.guess: Ditto
13183
5ecf91d1
JM
131842002-12-16 Jason Merrill <jason@redhat.com>
13185
13186 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13187 previous 'make bootstrap'.
13188 * Makefile.in: Regenerate.
13189
d8437e1b
HPN
131902002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
13191
13192 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13193
4977bab6
ZW
131942002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
13195
13196 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13197 * Makefile.in: Regenerate.
13198
0edcfdcb
JM
131992002-12-13 Jason Merrill <jason@redhat.com>
13200
6248218a 13201 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
13202 library tests.
13203 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
13204 * Makefile.in: Regenerate.
13205
4977bab6
ZW
132062002-12-12 Alexandre Oliva <aoliva@redhat.com>
13207
13208 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13209 * Makefile.in: Rebuilt.
13210
f87505dd
AO
132112002-12-12 Alexandre Oliva <aoliva@redhat.com>
13212
13213 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13214
4977bab6
ZW
132152002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
13216
13217 * configure: Fix bug put in by gremlins.
13218
13219 * Makefile.tpl: Substitute more autoconfily.
13220 * configure: Substitute more autoconfily.
13221 * Makefile.in: Regenerate.
13222
7f0db92a
SS
132232002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
13224
13225 * config.sub: Import from master repository
13226 * config.guess: Ditto
13227 * MAINTAINERS: Added Svein Seldal under write after approval
13228
4977bab6
ZW
132292002-12-08 Andrew Cagney <ac131313@redhat.com>
13230
13231 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13232 * Makefile.in (all-sim): Ditto.
13233
132342002-12-06 DJ Delorie <dj@redhat.com>
13235
13236 * Makefile.tpl: Change configure dependencies to not have real
13237 targets depend on phony targets.
13238
132392002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
13240
13241 * configure.in: Revert unintentional change.
13242
13243 * Makefile.tpl: Change dependency for */multilib.out so that
13244 it works when gcc isn't in the tree.
13245
13246 * configure.in: Substitute more.
13247 * configure: Run subconfigures from the Makefile.
13248 * Makefile.tpl: Run subconfigures from the Makefile; add a few
13249 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
13250
67f1b906
GP
132512002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13252
13253 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13254
4977bab6
ZW
132552002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
13256
13257 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13258 and corresponding dependencies.
13259 * Makefile.in: Regenerate.
13260
13261 * configure.in (host_tools): Order binutils, gas and ld for
13262 convenience in running the testsuites.
13263
13264 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13265 * Makefile.in: Regenerate.
13266 * configure.in: Introduce rules to serialize subconfigure runs.
13267
13268 * configure.in: Introduce BASE_CC_FOR_TARGET.
13269 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
13270 Realize configure-build-* targets. Realize configure-target-* targets.
13271 * Makefile.in: Regenerate.
13272
132732002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
13274
13275 * configure: Move gcc_version_trigger stuff from here...
13276 * configure.in: ...to here.
13277
13278 * configure.in: Separate subconfigure options added by this file from
13279 options given by the user. Add machinery to put args for host
13280 subconfigures into the Makefile.
13281
13282 * Makefile.tpl: Remove 'vault' targets.
13283 * Makefile.tpl: Reorder and comment dependencies.
13284 * Makefile.in: Regenerate.
13285
132862002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
13287 * configure.in: Fix my broken commit of previous patch. (sigh)
13288
743f054e
GK
132892002-11-28 Geoffrey Keating <geoffk@apple.com>
13290
13291 * configure.in: Move host-specific darwin noconfigdirs into
13292 the host-specific section.
13293
4977bab6
ZW
132942002-11-28 Geoffrey Keating <geoffk@apple.com>
13295
13296 * configure.in: Move host-specific darwin noconfigdirs into
13297 the host-specific section.
13298
132992002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
13300
13301 * configure: Remove skip-this-dir support.
13302 * Makefile.tpl: Remove skip-this-dir support.
13303
13304 * Makefile.tpl: Remove leftover support for non-autoconfiscated
13305 subdirectories.
13306 * Makefile.in: Regenerate.
13307
13308 * Makefile.tpl: Strip out useless setting of 'dir'.
13309 * Makefile.in: Regenerate.
13310
133112002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
13312
13313 * configure.in: Fix deeply stupid bug.
13314
13315 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13316 shell code in CXX_FOR_TARGET
13317 * Makefile.def: Introduce raw_cxx.
13318 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13319 RAW_CXX_FOR_TARGET.
13320 * Makefile.in: Regenerate.
13321
133222002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
13323
13324 * Makefile.tpl: Remove unnecessary ifs.
13325 * Makefile.in: Regenerate.
13326
13327 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
13328 dependencies. Maybe-ize build-libiberty. Create dummy install
13329 targets for 'no_install' modules.
13330 * configure: Move GDB_TK substitution to configure.in. Move
13331 build_modules stuff to configure.in.
13332 * configure.in: Implement soft dependency machinery. Maybe-ize
13333 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
13334 * Makefile.in: Regenerate.
13335
133362002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
13337
13338 * Makefile.tpl: Make all-target, install-target behave similarly
13339 to all, install (only hitting configured targets). Eliminate
13340 unused macro defintions.
13341
13342 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13343 build != host.
13344
13345 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13346
13347 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13348
13349 * configure.in: Produce lists of subdir targets we're actually
13350 configuring. Remove references to "dosrel".
13351 * Makefile.tpl: Let configure set which subdir targets are hit.
13352 Remove install-cross; clean up install; remove ALL. Remove
13353 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
13354 Autogenerate host module targets. Remove empty dependency lines
13355 and redundant dependency; rearrange slightly.
13356 * Makefile.def: Add host-side libtermcap, utils.
13357
13358 * Makefile.in: Regenerate.
13359
e6226a2f
RO
133602002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13361
13362 * ltconfig (osf[345]): Append $major to soname_spec.
13363 Reflect this in library_names_spec.
13364 * ltmain.sh (osf): Prefix $major with . for use as extension.
13365
3b75d237
AJ
133662002-11-19 Andreas Jaeger <aj@suse.de>
13367
13368 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13369 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13370 and sparc64 GNU/Linux systems.
13371
809108de
NS
133722002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13373
13374 * MAINTAINERS: Update email.
13375
e7e0de7e
GP
133762002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13377
13378 * MAINTAINERS: Complete James Dennett's entry.
13379
f7109dea
EB
133802002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13381
13382 * MAINTAINERS (Write After Approval): Add myself.
13383
d3ac17c9
BK
133842002-11-13 Bruce Korb <bkorb@gnu.org>
13385
13386 * Makefile.tpl: syntactic cleanup
13387
dce2d8b2 133882002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
13389
13390 * MAINTAINERS: Add myself to write-after-approval list.
13391
4977bab6
ZW
133922002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13393
13394 * Makefile.def: Add list of recursive targets to autogenerate.
13395 Add build_modules.
13396 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13397 targets. Autogenerate *-build-* targets.
13398 * Makefile.in: Regenerate.
13399
134002002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13401
13402 * configure: More autoconf-style substitutions.
13403 * Makefile.tpl: More autoconf-style substitutions.
13404 * Makefile.in: Regenerate.
13405
134062002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13407
13408 * configure: Substitute more variables in a more autoconf-friendly
13409 way. Simplify slightly.
13410 * Makefile.tpl: Make more variables substitutable in an
13411 autoconf-friendly way.
13412 * Makefile.in: Regenerate.
13413
d4783999
JW
134142002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13415
13416 * MAINTAINERS (Write After Approval): Add myself.
13417
4977bab6
ZW
134182002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13419
13420 * configure.in (v810*): Remove special setting of tools.
13421
13422 * configure: Add support for extra required flags for ar or nm.
13423 * configure.in (aix4.3+): Use above support for target-specific
13424 issues, rather than using config/mt-aix43.
13425
134262002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13427
13428 * configure: Remove 'removing', which doesn't work. Replace $subdir
13429 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13430 with $srcdir. Reformat indentation. Substitute some variables
13431 formerly hard-coded in the Makefile for build=host.
13432 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13433 * Makefile.def: Autogenerate more.
13434 * Makefile.in: Regenerate.
13435
1c9c903e
AN
134362002-11-04 Adam Nemet <anemet@lnxw.com>
13437
13438 * MAINTAINERS (Write After Approval): Add myself.
13439
40673d2b
KB
134402002-11-04 Kevin Buettner <kevinb@redhat.com>
13441
13442 * Makefile.def (host_modules): Add rda.
13443 * Makefile.in: Regenerate.
13444 * configure.in (target_tool): Add target-rda to list.
13445
42e650ae
GP
134462002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13447
13448 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13449
e004b81f
PE
134502002-10-25 Phil Edwards <pme@gcc.gnu.org>
13451
13452 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13453 and restrap targets to this rule.
13454 * Makefile.in: Regenerate.
13455
06bd49b1
GP
134562002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13457
13458 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13459 GNATS only accounts.
13460
d0af82b0
HPN
134612002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13462
13463 * configure.in (i[3456]86-*-linux*): Add check to disable
13464 ${libgcj} for glibc1.
13465
10782654
DC
134662002-10-24 Denis Chertykov <denisc@overta.ru>
13467
13468 * MAINTAINERS: Add myself as ip2k port maintainer.
13469
a5a438f5
SS
134702002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13471
13472 * configure.in: Add tic4x target.
13473
fe3d5b7f
NN
134742002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13475
aba8a494
NN
13476 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13477 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13478 * Makefile.in: Regenerate.
13479
fe3d5b7f
NN
13480 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13481 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13482 * Makefile.in: Regenerate.
13483
a6ad79e7
JJ
134842002-10-02 Janis Johnson <janis187@us.ibm.com>
13485
13486 * MAINTAINERS: Add myself as web pages co-maintainer.
13487
6a8a9058
NN
134882002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13489
13490 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13491 * Makefile.in: Regenerate.
13492
327d975a
ZW
134932002-10-02 Zack Weinberg <zack@codesourcery.com>
13494
13495 * MAINTAINERS: Add myself and Nathan Sidwell
13496 <nathan@codesourcery.com> as VxWorks maintainers.
13497
a5ae8f19 134982002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
13499
13500 * Makefile.def: Remove order dependency comments.
13501 * Makefile.tpl: Add explicit install-install dependencies.
13502 * Makefile.in: Regenerate.
d0f6c823 13503
34c6040c 13504 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 13505 * Makefile.in: Regenerate.
34c6040c 13506
d0f6c823
NN
13507 * Makefile.tpl: Add configure-target (for src-release in src)
13508 * Makefile.in: Regenerate.
13509
50bd210b
NC
135102002-09-30 Nick Clifton <nickc@redhat.com>
13511
13512 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13513
ca25149e
UW
135142002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13515
13516 * configure.in (s390*-*-linux*): Enable libgcj.
13517
dd30b57d
NN
135182002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13519
9e60a678
NN
13520 * configure: Revert accidentally applied changes.
13521
dd30b57d
NN
13522 * Makefile.tpl: Make more autoconf-friendly.
13523 * Makefile.in: Regenerate.
13524 * configure: Make substitution more autoconf-like.
13525
5831424e
RE
135262002-09-28 Richard Earnshaw <rearnsha@arm.com>
13527
13528 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13529 single entry to handle all these.
13530 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13531 libjava on arm-*-elf.
13532
b7f3b15b
GK
135332002-09-27 Geoffrey Keating <geoffk@apple.com>
13534
13535 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13536 things that depend on them.
13537
0dffceed
NN
135382002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13539
13540 * Makefile.tpl: Make subsituted variables more autoconfy.
13541 * Makefile.in: Regenerate.
13542 * configure: Make seds more autoconfy.
13543
1db75a86 135442002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
13545
13546 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13547 * Makefile.in: Regenerate.
13548 * configure.in: Rewrite sed statements to look autoconfy.
13549
1db75a86
NN
13550 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13551 all-target-foo on configure-target-foo.
13552 * Makefile.def: Ditto.
13553 * Makefile.in: Rebuild.
13554
741a4e89
AH
135552002-09-25 Andrew Haley <aph@redhat.com>
13556
13557 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13558
95ddd785
NN
135592002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13560
13561 * Makefile.def: New file.
13562 * Makefile.tpl: New file.
13563 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13564 * contrib/gcc_update: Note that Makefile.in is a generated file.
13565
13566 * configure.in: Minor rearrangement. Simplify tests.
13567
65a824f6
JT
135682002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13569
13570 * configure.in (with_headers): Skip copy if value is "yes".
13571 (with_libs): Likewise.
13572
51270f0a 135732002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
13574
13575 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13576 * configure.in (sh*-*-pe*): Ditto.
13577 * configure.in (mips*-*-pe*): Ditto.
13578 * configure.in (*arm-wince-pe): Ditto.
13579
8f89dbf4
NN
13580 * configure.in: Rearrange.
13581
c1b8db3f
KH
135822002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13583
13584 * MAINTAINERS: Update my email address.
13585
341f0575
PK
135862002-08-30 Paul Koning <pkoning@equallogic.com>
13587
13588 * MAINTAINERS: (Write After Approval): Add myself.
13589
d2e06980
GK
135902002-08-29 Geoffrey Keating <geoffk@redhat.com>
13591
13592 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13593
4906d5d8
GK
135942002-08-24 Geoffrey Keating <geoffk@redhat.com>
13595
13596 * MAINTAINERS: Change my mailing address.
13597
e9a25cc8
PC
135982002-08-21 Paolo Carlini <pcarlini@unitus.it>
13599
13600 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 13601 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 13602
dce2d8b2 136032002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
13604
13605 * MAINTAINERS (Write After Approval): Remove myself.
13606 (Various Maintainers: c++ runtime libs): Add myself.
13607
5ce6f47b
EC
136082002-08-15 Eric Christopher <echristo@redhat.com>
13609
13610 * config.sub: Import from master repository.
13611 * config.guess: Ditto.
13612
7f9317f0
AO
136132002-08-19 Alexandre Oliva <aoliva@redhat.com>
13614
13615 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13616 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13617 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13618
7aecca3d
AH
136192002-08-16 Aldy Hernandez <aldyh@redhat.com>
13620
13621 * MAINTAINERS: Add self to rs6000 vector extensions.
13622
8ea4b195
AO
136232002-08-15 Alexandre Oliva <aoliva@redhat.com>
13624
13625 * libiberty/configure: Reverted unintended yesterday's check in.
13626
f5cc59a7
AO
136272002-08-14 Alexandre Oliva <aoliva@redhat.com>
13628
13629 * boehm-gc/configure, libf2c/configure: Rebuilt.
13630 * libffi/configure, libiberty/configure: Ditto.
13631 * libjava/configure, libobjc/configure: Ditto.
13632 * libstdc++-v3/configure, zlib/configure: Ditto.
13633 Merged from binutils:
13634 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13635 From Steve Ellcey <sje@cup.hp.com>:
13636 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13637 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13638 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13639 IA64.
13640 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13641 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13642 soname_spec, sys_lib_search_path_spec): Ditto.
13643
dce2d8b2 136442002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
13645
13646 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13647
2ff34870
L
136482002-08-04 H.J. Lu (hjl@gnu.org)
13649
13650 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13651
a014f2fe
KW
136522002-08-02 Krister Walfridsson <cato@df.lth.se>
13653
13654 * MAINTAINERS (Write After Approval): Add myself.
13655
c01d477a
AM
136562002-07-31 Alan Modra <amodra@bigpond.net.au>
13657
13658 * configure.in: Move generic linux case to end. Copy generic
13659 linux noconfigdirs to mips*-*-linux* entry and new
13660 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13661
68cd2524
MM
136622002-07-19 Michael Matz <matz@suse.de>
13663
13664 * MAINTAINERS: Add myself as ra* maintainer.
13665
e2d83b8c
CD
136662002-07-16 Chris Demetriou <cgd@broadcom.com>
13667
13668 * config.guess: Update to 2002-07-09 version.
13669 * config.sub: Update to 2002-07-03 version.
13670
cece4f1d
HPN
136712002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13672
13673 * MAINTAINERS: Fix typo in a maintainer email address.
13674
bb654703
NN
136752002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13676
13677 * configure.in: Remove two redundant tests.
13678
789b7de5
RO
136792002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13680
13681 * configure.in (mips*-*-irix6*o32): Enable stabs.
13682
e1da1089
NN
136832002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13684
f3970bba
NN
13685 * configure.in: Don't build grez.
13686 * Makefile.in: Ditto.
13687
e1da1089
NN
13688 * Makefile.in: Remove references to bsp, cygmon, libstub.
13689 * configure.in: Ditto.
13690
13691 * configure.in: Remove leftover reference to gdbtest.
13692
57c905fa
PE
136932002-07-08 Phil Edwards <pme@gcc.gnu.org>
13694
13695 * configure.in (gxx_include_dir): Change to match versioned
13696 C++ headers if --enable-version-specific-runtime-libs is used.
13697
a0af94a7 136982002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 13699
a0af94a7
SE
13700 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13701
423ce3eb
NN
137022002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13703
13704 * configure.in: Make --without-x work.
13705
98186934
NN
137062002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13707
c3b7d169
NN
13708 * configure.in: Rearrange target Makefile fragment collection.
13709
98186934
NN
13710 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13711 cvs[src].
13712 * configure.in: Ditto.
13713
eebd288a
MK
137142002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13715
13716 * MAINTAINERS (Write After Approval): Update my e-mail address.
13717
3ab36f05
NN
137182002-06-24 Ben Elliston <bje@redhat.com>
13719
13720 * configure.in (host_tools): Remove cgen.
13721
13722 * Makefile.in (all-cgen): Remove; runs from its source directory.
13723 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 13724 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
13725 (all-sim): Likewise.
13726
dce2d8b2 137272002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
13728
13729 * Makefile.in: Eliminate 'apache' targets.
13730 * configure.in: Eliminate 'apache' targets.
13731
55380b08
NN
13732 * configure.in: Eliminate redundant tests. Reorganize.
13733
9a5c1b9d
NN
13734 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13735
5fd3853a
NN
13736 * config-ml.in: Eliminate references to Cygnus configure.
13737
cfefc434
NN
13738 * Makefile.in: Eliminate references to building emacs.
13739
2fe93885
GS
137402002-06-28 Graham Stott <graham.stott@btinternet.com>
13741
13742 * MAINTAINERS: Update my email address.
13743
53c40185
BK
137442002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13745
13746 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 13747 (cxx_incdir): Remove.
53c40185 13748
97679694
NN
137492002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13750
13751 * MAINTAINERS (Write After Approval): Add self.
13752
b03bcd37
DC
13753Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13754
13755 * configure.in: Add support for ip2k.
13756
6bd12129
NN
137572002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13758
13759 * configure.in: Fix AIX configury bug.
13760
e0d98a92
SE
137612002-06-20 Steve Ellcey <sje@cup.hp.com>
13762
13763 * MAINTAINERS (Write After Approval): Add self.
13764
ba3292db
NN
137652002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13766
ef40bc65
NN
13767 * configure.in: replace ${topsrcdir} with ${srcdir}
13768
7a0be465
NN
13769 * configure.in: Move definition of libstdcxx_flags
13770 right above usage, rather than waaay earlier.
13771
e1848dde
NN
13772 * configure.in: Pull definition of is_cross_compiler earlier.
13773
8bc2fff1
NN
13774 * configure.in: Rearrange a little.
13775
ba3292db
NN
13776 * configure.in: Remove references to librx.
13777 * Makefile.in: Remove references to librx.
13778
11d8b408
DC
13779Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13780
13781 * config.sub: Add support for avr target.
13782 Import from master sources, rev 1.255
5ce6f47b 13783
93da8339
PE
137842002-06-19 Phil Edwards <pme@gcc.gnu.org>
13785
13786 * configure, .cvsignore: Revert previous change...
13787 * Makefile: ...delete.
13788
b4caab5c
NN
137892002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13790
13791 * configure.in: Eliminate ${gasdir} variable.
13792
ee777171
DB
137932002-06-18 Dave Brolley <brolley@redhat.com>
13794
13795 * configure.in: Add support for frv.
13796 * config.sub: Add support for frv.
13797
26e4af54
PE
137982002-06-18 Phil Edwards <pme@gcc.gnu.org>
13799
13800 * configure: Remove garbage from previous commit.
13801
bb20b7da
PE
138022002-06-18 Phil Edwards <pme@gcc.gnu.org>
13803
13804 * configure: For in-source builds, make a subdir and re-exec there.
13805 * Makefile: New file. Pass targets through to build directory.
13806 * .cvsignore: No longer ignore "Makefile".
13807
9d321f6c
DR
138082002-06-16 Douglas Rupp <rupp@gnat.com>
13809
13810 * MAINTAINERS (Write After Approval): Add self.
13811
c8eb2bc0
KG
138122002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13813
13814 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13815
f210d239
JT
138162002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13817
13818 * configure.in (vax-*-netbsd*): Re-enable gas.
13819
e9667b3c
NN
138202002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13821
efe1f357
NN
13822 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13823 BUILD_PREFIX_1, to correct nomenclature.
13824 * configure: Likewise.
13825
e9667b3c
NN
13826 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13827 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13828
fe2fe497
OH
138292002-05-31 Olaf Hering <olh@suse.de>
13830
13831 * config-ml.in: Propogate DESTDIR also.
13832
dcf7f0dd
JT
138332002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13834
13835 * configure.in (vax-*-netbsd*): Don't build gas for this
13836 platform.
13837
6ff14f32
MM
138382002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13839
13840 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13841 and libgcj for AVR.
13842
397de1ff
KK
138432002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13844
13845 * MAINTAINERS (Write After Approval): Add myself.
13846
ac30211c
JT
138472002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13848
13849 * config.guess: Update to 2002-05-22 version.
13850 * config.sub: Likewise.
13851
1e6347d8
RO
138522002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13853
13854 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13855 * config-ml.in: Likewise.
13856 * configure: Likewise.
13857 * configure.in: Likewise.
13858
e5ce1d6d
SC
138592002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13860
13861 * MAINTAINERS: Update my email address.
13862
6cdef75d
NN
138632002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13864
4a87f061
NN
13865 * configure.in: Simplify makefile fragment collection.
13866
13867 * configure.in: Remove code to build emacs.
603606e7 13868
e254d6b5
NN
13869 * configure.in : Remove --srcdir argument from targargs and buildargs
13870 (it's always overridden in the Makefile anyway). Rearrange a bit.
13871
13872 * configure: Move some logic to configure.in.
13873 * configure.in: Move some logic from configure.
6cdef75d 13874
1d6006fe
TT
138752002-05-11 Tom Tromey <tromey@redhat.com>
13876
13877 * MAINTAINERS: Reflect libgcj reality.
13878
b70b3534
FS
138792002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13880
13881 * Makefile.in: Honour DESTDIR.
13882
4434687a
MM
138832002-05-08 Mark Mitchell <mark@codesourcery.com>
13884
13885 * config.guess: Import 2002-03-20 version.
13886 * config.sub: Import 2002-04-26 version.
13887
a89e49c7
RO
138882002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13889
13890 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13891
44e55536
TJ
138922002-05-07 Tim Josling <tej@melbpc.org.au>
13893
13894 * MAINTAINERS: Add self.
13895
dce2d8b2 138962002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
13897
13898 * ltmain.sh: Detect and handle object name conflicts
13899 while piecewise linking a static library.
13900
b7c13625
AO
139012002-05-05 Alexandre Oliva <aoliva@redhat.com>
13902
13903 * configure.in (noconfigdirs): Don't disable libgcj on
13904 sparc64-*-solaris* and sparcv9-*-solaris*.
13905
4182d9fa
AO
139062002-05-03 Alexandre Oliva <aoliva@redhat.com>
13907
13908 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13909
7bebf279
TF
139102002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13911
13912 * configure.in (FLAGS_FOR_TARGET): Do not add
13913 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13914 on i[3456]86-*-linux*.
13915
9a06dc7d
TF
139162002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13917
13918 * configure.in (noconfigdirs): Replace [ ] with test.
13919
13920 * configure.in (noconfigdirs): Do not add target-newlib if
13921 target == i[3456]86-*-linux*, and host == target.
13922
a51a07fa
NN
139232002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13924
9e7facd6
DD
13925 * configure.in: delete reference to absent file
13926
aeaa0f2f
NN
13927 * configure.in: replace '[' with 'test'
13928
4bb98828
NN
13929 * configure.in: Eliminate references to gash.
13930 * Makefile.in: Eliminate references to gash.
13931
64791664
NN
13932 * configure.in: remove useless references to 'pic' makefile fragments.
13933
3ed57cf4
NN
13934 * configure.in: (*-*-windows*) Finish removing.
13935
a51a07fa
NN
13936 * configure.in: Eliminate redundant test for libgui.
13937
8552f6f1
RS
139382002-04-29 Roger Sayle <roger@eyesopen.com>
13939
13940 * MAINTAINERS: Add self and realphabetize. Update entries
13941 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13942 entry for a29k port maintainer.
13943
dce2d8b2 139442002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
13945
13946 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13947 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13948
704c9a14
NN
139492002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13950
13951 * configure.in: remove references to dead files
13952
7bff5059
MM
139532002-04-19 Mark Mitchell <mark@codesourcery.com>
13954
13955 * MAINTAINERS: Add information about purpose of this file.
13956
0c7c67f0
TT
139572002-04-18 Tom Tromey <tromey@redhat.com>
13958
13959 * configure.in: Disallow configuring libgcj when it is already
13960 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13961 Solaris 2.8 by default. For PR libgcj/6158.
13962
63501e91
NN
139632002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13964
13965 * configure.in: Move default CC setting out of config/mh-* fragments
13966 directly into here.
13967
701afd4d
NN
139682002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13969
13970 * configure.in: don't even try to configure or make a subdirectory
13971 if there's no configure script for it.
13972
07cdae91
MM
139732002-04-15 Mark Mitchell <mark@codesourcery.com>
13974
13975 * MAINTAINERS: Remove chill maintainers.
13976 * Makefile.in (CHILLFLAGS): Remove.
13977 (CHILL_LIB): Remove.
13978 (TARGET_CONFIGDIRS): Remove libchill.
13979 (CHILL_FOR_TARGET): Remove.
13980 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13981 CHILL_LIB.
13982 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13983 (CHECK_TARGET_MODULES): Likewise.
13984 (INSTALL_TARGET_MODULES): Likewise.
13985 (CLEAN_TARGET_MODULES): Likewise.
13986 (configure-target-libchill): Remove.
13987 (all-target-libchill): Remove.
13988 * configure.in (target_libs): Remove target-libchill.
13989 Do not compute CHILL_FOR_TARGET.
13990 * libchill: Remove directory.
5ce6f47b 13991
ab50d72b
DD
139922002-04-11 DJ Delorie <dj@redhat.com>
13993
13994 * Makefile.in, configure.in: Sync with binutils, entries
13995 follow...
13996
0a1e123a
DD
139972002-04-07 Andrew Cagney <ac131313@redhat.com>
13998
13999 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
14000 (do-tar, do-bz2): New rules.
14001 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
14002 (gdb-tar): New rule.
14003 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
14004 (insight_dejagnu.tar): New rule.
14005 (insight.tar): New rule.
14006 (gdb+dejagnu.tar): New rule.
14007 (gdb.tar): New rule.
14008
ab50d72b
DD
140092002-02-01 Mo DeJong <supermo@bayarea.net>
14010
14011 * Makefile.in: Add all-tix to deps for all-snavigator
14012 so that tix is built when building snavigator.
14013
140142002-01-11 Steve Ellcey <sje@cup.hp.com>
14015
14016 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14017 ld and gdb are not supported.
14018
140192002-01-07 Mark Salter <msalter@redhat.com>
14020
14021 * configure.in: Remove target-bsp and target-cygmon from arm builds.
14022 Allow target-libgloss to be built for arm, strongarm, and xscale.
14023
140242001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
14025
14026 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14027 options for i[3456]86-pc-linux* native builds.
14028
140292001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
14030
14031 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14032 files from .po files for a distribution.
14033
140342001-09-03 Jeff Holcomb <jeffh@redhat.com>
14035
14036 * configure.in: Enable libstdc++-v3 for h8300 targets.
14037
140382001-06-19 Alan Modra <amodra@bigpond.net.au>
14039
14040 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14041 version from bfd/.
14042
14043Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
14044
14045 * Makefile.in (VER): When present, extract the version number from
14046 the file version.in.
14047
dce2d8b2 140482001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
14049
14050 * configure.in : enable ld for aix
14051
140522001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14053
14054 * config.guess: Add linux target for S/390.
14055
140562000-11-07 Philip Blundell <pb@futuretv.com>
14057
14058 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14059
140602000-11-03 Philip Blundell <pb@futuretv.com>
14061
14062 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14063 files.
14064
140652001-01-15 Ben Elliston <bje@redhat.com>
14066
14067 * configure.in (host_tools): Add sid.
14068 Always configure cgen.
14069
140702000-11-24 Nick Clifton <nickc@redhat.com>
14071
14072 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14073
ab50d72b
DD
140742000-08-20 Doug Evans <dje@casey.transmeta.com>
14075
14076 * Makefile.in (ALL_MODULES): Add all-cgen.
14077 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14078 (all-cgen): New target.
14079 (all-opcodes,all-sim): Depend on all-cgen.
14080 * configure.in (host_tools): Add cgen.
14081 Only configure cgen if --enable-cgen-maint.
14082
dce2d8b2 140832002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
14084
14085 * configure.in: Add *-*-freebsd* configurations.
14086
90def2b2
TT
140872002-04-08 Tom Tromey <tromey@redhat.com>
14088
14089 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14090 Fixes PR libgcj/6068.
14091
320d7e7a
KW
140922002-03-30 Krister Walfridsson <cato@df.lth.se>
14093
14094 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14095
18b467f1
RO
140962002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14097
14098 * configure.in (alpha*-dec-osf*): Enable libgcj.
14099
dce2d8b2 141002003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
14101
14102 * MAINTAINERS (Write After Approval): Add myself.
14103
56ae9405
NC
141042002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
14105
14106 Fix for: PR bootstrap/3591, target/5676
14107 * configure.in (mcore-pe): Disable the configuration of
14108 libstdc++-v3 since exceptions are not supported.
14109
f18d9a0c
AG
141102002-03-20 Anthony Green <green@redhat.com>
14111
14112 * configure.in: Enable libgcj for xscale-elf target.
14113
dce2d8b2 14114Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
14115
14116 * MAINTAINERS: Update my email address.
14117
28eca9e8
AO
141182002-03-16 Alexandre Oliva <aoliva@redhat.com>
14119
14120 * ltmain.sh (relink_command): Fix typo in previous change.
14121
e67e72c7
AO
141222002-03-15 Alexandre Oliva <aoliva@redhat.com>
14123
14124 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
14125 (relink_command): Added --tag flags.
14126 (mode=install): If relinking fails; error out.
14127
c2273204
RH
141282002-03-12 Richard Henderson <rth@redhat.com>
14129
14130 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
14131 .NOTPARALLEL tag.
14132 (do-check): Rename from check.
14133 (check): Allow parallel check.
14134
bcb64245
BW
141352002-03-12 Bob Wilson <bob.wilson@acm.org>
14136
14137 * MAINTAINERS: Add myself as maintainer for xtensa port.
14138 Fix alphabetical order in CPU port maintainer list.
14139 Remove myself from Write After Approval list.
14140
63adb4ff
RH
141412002-03-11 Richard Henderson <rth@redhat.com>
14142
14143 * Makefile.in (.NOTPARALLEL): Add fake tag.
14144
9bec4bf0
L
141452002-03-07 H.J. Lu (hjl@gnu.org)
14146
14147 * configure.in: Enable gprof for mips*-*-linux*.
14148
c7fc1f84
DS
141492002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
14150
14151 * MAINTAINERS (Write After Approval): Add myself.
14152
6bff33fb
AO
141532002-02-28 Alexandre Oliva <aoliva@redhat.com>
14154
14155 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14156 libjava.
14157 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14158
0210b33b
AO
141592002-02-23 Alexandre Oliva <aoliva@redhat.com>
14160
14161 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14162 because its Makefile is there; test for the executable instead.
14163
fcc0a3ef
AO
141642002-02-22 Alexandre Oliva <aoliva@redhat.com>
14165
14166 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14167 libstdc++-v3 and libjava.
14168
dce2d8b2 141692002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
14170
14171 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14172 boehm-gc
5ce6f47b 14173
40fe0ec3
AO
141742002-02-09 Alexandre Oliva <aoliva@redhat.com>
14175
14176 * config.guess: Updated to 2002-01-30's version.
14177 * config.sub: Updated to 2002-02-01's version.
14178 Contribute sh64-elf.
14179 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
14180 * configure.in: Added sh64-*-*.
14181
694d53ee
CD
141822002-02-08 Chris Demetriou <cgd@broadcom.com>
14183
14184 * MAINTAINERS: Belatedly add myself to write after approval list.
14185
a9ca50b1
JH
14186Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
14187
14188 * MAINTAINERS: Put self in as maintainer for x86-64 port.
14189 Remove self as Write After Approval.
14190
5ffc3500
GK
141912002-01-31 Geoffrey Keating <geoffk@redhat.com>
14192
14193 * MAINTAINERS: Put self in as maintainer for contrib/regression
14194 directory.
14195
4ceaf7fb
PE
141962002-01-28 Phil Edwards <pme@gcc.gnu.org>
14197
14198 * MAINTAINERS: Update my email address.
14199
51584787
JT
142002002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
14201
5ce6f47b
EC
14202 * configure.in (*-*-netbsd*): New. Skip target-newlib,
14203 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
14204 libraries if not supported for NetBSD on target CPU.
14205
5701d273
DR
142062002-01-25 Douglas B Rupp <rupp@gnat.com>
14207
14208 * install-sh: Use _inst.$$_ for temp file name.
14209
b299a075
JT
142102002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
14211
14212 * MAINTAINERS (Write After Approval): Move my contact info
14213 from here...
14214 (OS Port Maintainers): ...to here (netbsd).
14215
51fe14b5
BW
142162002-01-22 Bob Wilson <bob.wilson@acm.org>
14217
14218 * MAINTAINERS (Write After Approval): Add myself.
14219
dce2d8b2 142202002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
14221
14222 * Makefile.in (all-fastjar): Also depend on all-libiberty.
14223 (all-target-fastjar): Also depend on all-target-libiberty.
14224
3cd87679
L
142252002-01-16 H.J. Lu (hjl@gnu.org)
14226
14227 * config.guess: Import from master sources, rev 1.225.
14228 * config.sub: Import from master sources, rev 1.238.
14229
969a6d8f
KH
142302002-01-16 Kazu Hirata <kazu@hxi.com>
14231
14232 * MAINTAINERS (Write After Approval): Remove myself.
14233
366f6a52
FW
142342001-12-19 Florian Weimer <fw@deneb.enyo.de>
14235
14236 * MAINTAINERS (Write After Approval): Add myself.
14237
f02240b6
JM
142382001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
14239
14240 * MAINTAINERS: Add self as docs co-maintainer.
14241
5d08dc39
MK
142422001-12-11 Matthias Klose <doko@debian.org>
14243
14244 * MAINTAINERS (Write After Approval): Add myself.
14245
39e790d5
ZW
142462001-12-09 Zack Weinberg <zack@codesourcery.com>
14247
14248 * MAINTAINERS: Update my email address.
14249
4519d6a3
TC
142502001-12-07 Turly O'Connor <turly@apple.com>
14251 * MAINTAINERS (Write After Approval): Add myself.
14252 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14253 (rs6000_initialize_trampoline): Call __trampoline_setup for
14254 ABI_DARWIN too.
14255 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 14256 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 14257
21cf0a73
PC
142582001-12-07 Paolo Carlini <pcarlini@unitus.it>
14259
14260 * MAINTAINERS (Write After Approval): Add myself.
14261
4ee43206
DR
14262Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
14263
14264 * configure, configure.in: Use temp file for long sed commands.
14265
251931f3
LG
142662001-12-03 Laurent Guerby <guerby@acm.org>
14267
14268 * config.sub: Update to version 1.232 on subversion.
14269
03777dd7
BE
142702001-12-03 Ben Elliston <bje@redhat.com>
14271
14272 * MAINTAINERS: Update mail address for config.* patches.
14273
dce2d8b2 142742001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
14275 Zack Weinberg <zack@codesourcery.com>
14276
14277 When build != host, create libiberty for the build machine.
14278
14279 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14280 CONFIG_ARGUMENTS.
14281 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14282 New variables.
14283 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14284 and rules.
14285 (all.normal): Depend on ALL_BUILD_MODULES.
14286 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14287 (all-build-libiberty): Depend on configure-build-libiberty.
14288
14289 * configure: Calculate and substitute proper value for
14290 ALL_BUILD_MODULES.
14291 * configure.in: Create the build subdirectory.
14292 Calculate and substitute TARGET_CONFIGARGS (formerly
14293 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14294
04075e8f
ZL
142952001-11-26 Ziemowit Laski <zlaski@apple.com>
14296
14297 * MAINTAINERS (write-after-approval): Add self.
14298
ed19322d
CR
142992001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
14300
14301 * MAINTAINERS (GNATS only accounts): Remove self.
14302
90a12988
HPN
143032001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
14304
14305 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14306 libf2c.
14307
77e653ad
CR
143082001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
14309
14310 * MAINTAINERS (Write After Approval): Add self.
14311
64adad99
DB
143122001-11-12 David O'Brien <obrien@FreeBSD.org>
14313
14314 * MAINTAINERS: mips and s390 are also CPU ports.
14315
834a28c7
DB
143162001-11-12 David O'Brien <obrien@FreeBSD.org>
14317
14318 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14319
ef94239f
DB
143202001-11-11 David O'Brien <obrien@FreeBSD.org>
14321
14322 * MAINTAINERS: Alphabetize.
14323
beda0427
KH
143242001-11-09 Kazu Hirata <kazu@hxi.com>
14325
14326 * MAINTAINERS (Various maintainers: h8 port): Add myself.
14327
6ca224d3
JDA
143282001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
14329
14330 * MAINTAINERS (Various maintainers: hppa port): Added myself.
14331
132e4bd7
PE
143322001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
14333
14334 * configure.in (--enable-languages): Be more permissive about
14335 syntax. Check for empty lists better. Warn about $LANGUAGES.
14336
c6243b4c
GK
143372001-11-08 Geoffrey Keating <geoffk@redhat.com>
14338
14339 * config.sub: Import from master sources, rev. 1.230.
14340 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14341
abbb9e76
LG
143422001-11-07 Laurent Guerby <guerby@acm.org>
14343
14344 * MAINTAINERS (Write After Approval): Add self.
14345
53cdb27a
HPN
143462001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
14347
14348 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14349
dd3a88c9
HPN
143502001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
14351
14352 * config.sub: Import from master sources, rev 1.226.
14353 * config.guess: Import from master sources, rev 1.216.
14354
d344dce9
HPN
143552001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
14356
14357 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14358 * MAINTAINERS: Add self as maintainer of MMIX port.
14359 Remove old after-approval entry.
14360
63f6bcd7
JM
143612001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
14362
14363 * ChangeLog, configure: Fix spelling errors.
14364
84f92638
BK
143652001-10-20 Brendan Kehoe <brendan@zen.org>
14366
14367 * MAINTAINERS: Tweak my address.
14368
dce2d8b2 14369Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
14370
14371 * MAINTAINERS: Update my email address.
14372
1567080c 143732001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 14374
f48a3b5c 14375 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 14376 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 14377
30106886
GB
143782001-10-10 Geert Bosch <bosch@gnat.com>
14379
e490616e 14380 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
14381 Added Robert Dewar.
14382
dce2d8b2 143832001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
14384
14385 * MAINTAINERS (Write After Approval): Added self
14386
d1c3e709
GB
143872001-10-02 Geert Bosch <bosch@gnat.com>
14388
14389 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14390
50f5f793
JM
143912001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14392
14393 * configure: Handle temporary files securely using mkdir.
14394
7fddf9a9
AO
143952001-09-29 Alexandre Oliva <aoliva@redhat.com>
14396
14397 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14398
dce2d8b2 143992001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
14400
14401 * configure.in (*-*-linux*): Disable configuration of target-newlib
14402 and target-libgloss.
e490616e 14403
0c055e34
AO
144042001-09-26 Alexandre Oliva <aoliva@redhat.com>
14405
14406 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14407 RANLIB.
14408
759bfa90
AO
144092001-09-21 Alexandre Oliva <aoliva@redhat.com>
14410
14411 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14412 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14413 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14414 avoid quotes nesting problems.
14415 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14416 (DO_X): Export only variables that are set.
14417
1dc4a750
BE
144182001-09-19 Ben Elliston <bje@redhat.com>
14419
14420 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14421 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14422 semantics. Use the shell built-in "type" command instead.
14423
898c7238
AO
144242001-08-31 Alexandre Oliva <aoliva@redhat.com>
14425
14426 Merged from gcc-3_0-branch:
14427 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14428 * ltcf-c.sh: Use $objext, not $ac_objext.
14429 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14430 * ltcf-cxx.sh: Add support for GNU.
14431 2001-07-22 Timothy Wall <twall@redhat.com>
14432 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14433 default settings if using GNU tools with that configuration.
14434 * ltcf-cxx.sh: Ditto.
14435 * ltcf-gcj.sh: Ditto.
14436 2001-07-21 Michael Chastain <chastain@redhat.com>
14437 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14438 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14439 * ltmain.sh: Mark as gcc-local.
14440
8fa0a32e
EC
144412001-08-30 Eric Christopher <echristo@redhat.com>
14442 Jason Eckhardt <jle@redhat.com>
14443
14444 * config.guess: Merge from master sources.
14445 * config.sub: Merge from master sources, add support for mipsisa32.
14446
32f30f91 144472001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
14448 * config.sub: Merge from master sources, rev 1.219.
14449 * MAINTAINERS: Add self as contact for stormy16 port.
14450
f6084f99
ZW
144512001-08-14 Zack Weinberg <zackw@panix.com>
14452
14453 * config.sub: Merge from master sources, rev 1.218.
14454 * config.guess: Merge from master sources, rev 1.209.
14455
91b54f7f
GS
144562001-08-11 Graham Stott <grahams@redhat.com>
14457
14458 * Makefile.in (check-c++): Add missing semicolon.
14459
e5b3941e
JH
14460Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14461
32f30f91 14462 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 14463
6387a56e
EC
144642001-07-30 Eric Christopher <echristo@redhat.com>
14465
14466 * MAINTAINERS (Various maintainers: mips port): Added myself.
14467
53b475f0
AH
144682001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14469
e490616e 14470 * configure.in (sh-*-linux*): New.
53b475f0 14471
2a08c780
RH
144722001-07-27 Richard Henderson <rth@redhat.com>
14473
14474 * .cvsignore: Add LAST_UPDATED.
14475
bfa79422
UW
144762001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14477
14478 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14479
0ae85492
AH
144802001-07-16 Aldy Hernandez <aldyh@redhat.com>
14481
e490616e 14482 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 14483
8e1ab0fe
NP
14484Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14485
14486 * MAINTAINERS (Write After Approval): Added myself.
14487
2b997990
SC
144882001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14489
14490 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14491 and libgcj on m68hc11/m68hc12.
14492
d920e825
L
144932001-06-27 H.J. Lu (hjl@gnu.org)
14494
14495 * Makefile (CFLAGS_FOR_BUILD): New.
14496 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14497
d425a1e0
JM
144982001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14499
14500 * README: Remove version number.
14501
5b5b4207
GP
145022001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14503
14504 * INSTALL/README: Update wrt. to the installation instructions now
14505 residing in gcc/doc/install.texi.
14506
be839b69
JM
145072001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14508
14509 * README: Replace with a cut-down and updated version of gcc/README.
14510
fe2ee7c4
DE
145112001-06-12 David Edelsohn <edelsohn@gnu.org>
14512
14513 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14514 multilibs to be disabled.
14515
4f5d646c
DB
145162001-06-11 Daniel Berlin <dan@cgsoftware.com>
14517
14518 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 14519
818f0c85
AO
145202001-06-09 Alexandre Oliva <aoliva@redhat.com>
14521
14522 * config.guess: Import CVS version 1.195.
14523 * config.sub: Import CVS version 1.212.
14524
e9a8af10
AO
145252001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14526
14527 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14528 gcc/xgcc is built, use -print-prog-name to find out the program
14529 name to use.
14530
ae3ca0a9
PE
145312001-06-04 Phil Edwards <pme@sources.redhat.com>
14532
14533 * config.guess: Import CVS version 1.194. All gcc-local changes
14534 appear to also be in the master copy.
14535 * config.sub: Import CVS version 1.211.
14536
066bd40d
MM
14537Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14538
14539 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14540 with_gcc]: Use `gcc -shared' to build a shared library.
14541
4aef4f33
JDA
14542Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14543
14544 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14545 archives.
14546
c386f00f
RO
14547Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14548
14549 * MAINTAINERS (Write After Approval): Add myself.
14550
2ae5cea5
HPN
145512001-06-01 Hans-Peter Nilsson <hp@axis.com>
14552
14553 * configure.in (libstdcxx_flags): Do not try to execute
14554 libstdc++-v3/testsuite_flags until it exists.
14555
c3766183
AM
145562001-06-01 Alan Modra <amodra@bigpond.net.au>
14557
14558 * MAINTAINERS: Update my email address.
14559
9b337833
GS
145602001-05-31 Graham Stott <grahams@redhat.com>
14561
14562 * MAINTAINERS (Write After Approval): Add myself.
14563
dce2d8b2 145642001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
14565
14566 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14567 libraries when using g++ with native linker.
14568
5f7de4b8
AO
145692001-05-28 Alexandre Oliva <aoliva@redhat.com>
14570
14571 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14572
a7bc0fbb
AO
145732001-05-22 Alexandre Oliva <aoliva@redhat.com>
14574
14575 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14576 [aix4*|aix5*]: Prepend blank.
14577
33456445
AO
145782001-05-20 Alexandre Oliva <aoliva@redhat.com>
14579
14580 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14581 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14582 of subdir/configure scripts to use the new libtool.m4.
14583
e48d3d00
MK
145842001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14585
14586 * MAINTAINERS (Write After Approval): Add myself.
14587
9e0e191b
BK
145882001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14589
14590 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14591
3f19b439
BE
145922001-05-11 Ben Elliston <bje@redhat.com>
14593
14594 * Makefile.in (all-sid): New target.
14595 (check-sid, clean-sid, install-sid): Likewise.
14596
6ebe3121
JO
145972001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14598
14599 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14600
ca3667c4
AO
146012001-05-03 Alexandre Oliva <aoliva@redhat.com>
14602
14603 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14604 libgcj.
14605
146062001-05-03 Alexandre Oliva <aoliva@redhat.com>
14607
14608 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14609 gcc/xgcc is built, use -print-prog-name to find out the program
14610 name to use.
14611
b2964d63
AO
146122001-04-26 Alexandre Oliva <aoliva@redhat.com>
14613
b1bb2302
AO
14614 * configure.in (noconfigdirs): Don't reset it from scratch in the
14615 target case; only append to it.
6387a56e 14616
b2964d63
AO
14617 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14618 sparc-*-solaris2.8]: Disable ${libgcj}.
14619
8343765d
AO
146202001-04-25 Alexandre Oliva <aoliva@redhat.com>
14621
14622 * configure.in (libgcj_saved): Copy from $libgcj.
14623 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14624 --disable-libgcj.
14625
ddbb6d43
GRK
146262001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14627
14628 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 14629 C front end maintainer.
ddbb6d43 14630
3fa03ff9
AG
14631Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14632
14633 * configure.in: Move *-chorusos target case to the proper switch.
14634 Disable libgcj.
14635
99ffe40f
AO
146362001-04-12 Alexandre Oliva <aoliva@redhat.com>
14637
14638 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14639 1.641.2.228.
14640
78faa32d
FS
146412001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14642
14643 * Makefile.in (STAGE1_CFLAGS): Pass down.
14644
cdbff0ab
AM
146452001-04-13 Alan Modra <amodra@one.net.au>
14646
14647 * config.guess: Add hppa64-linux support. Note for next import that
14648 this is already in the master file.
14649 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14650
75b9074c
AO
146512001-04-12 Alexandre Oliva <aoliva@redhat.com>
14652
14653 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14654 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14655
125404c5
SS
146562001-04-11 Stan Shebs <shebs@apple.com>
14657
14658 * MAINTAINERS: Add self as Darwin port maintainer.
14659
876684fe
AM
146602001-04-11 Alan Modra <amodra@one.net.au>
14661
14662 * MAINTAINERS: Update my email address.
14663
06729913
LR
146642001-04-10 Loren J. Rittle <ljrittle@acm.org>
14665
14666 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14667 recent versions of FreeBSD (release 3 or later).
14668 * ltconfig: On FreeBSD, -lc must not be provided when building
14669 a shared library or else the standard -pthread gcc option is
14670 rendered worthless to later users of the built library.
14671
67916302
JM
146722001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14673
14674 * MAINTAINERS: Add self and RTH as C front end maintainers.
14675
d2bc0628
AO
146762001-04-05 Alexandre Oliva <aoliva@redhat.com>
14677
e490616e
ZW
14678 * config.sub: Make sure to match an already-canonicalized
14679 machine name (eg. mn10300-unknown-elf).
d2bc0628 14680
a3406c06
AO
146812001-04-01 Alexandre Oliva <aoliva@redhat.com>
14682
14683 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14684 New macros.
14685 (bootstrap, cross): Use RECURSE_FLAGS.
14686 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14687
a076f6a4
AO
146882001-03-27 Alexandre Oliva <aoliva@redhat.com>
14689
14690 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14691
e9f4fa71
CH
146922001-03-22 Colin Howell <chowell@redhat.com>
14693
7238de5c
CH
14694 * Makefile.in (DO_X): Do not backslash single-quotes in
14695 backquotes (two places).
e9f4fa71 14696
b6b14b1b
AO
146972001-03-22 Alexandre Oliva <aoliva@redhat.com>
14698
14699 Re-installed:
14700 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14701 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14702 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14703 * ltcf-cxx.sh: Likewise.
14704 * ltcf-gcj.sh: Likewise.
14705
1eb0b89d
GP
147062001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14707
14708 * MAINTAINERS: Add myself as "documentation co-maintainer".
14709
82e23236
AO
147102001-03-22 Alexandre Oliva <aoliva@redhat.com>
14711
14712 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14713 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14714
64ec27c3
TT
147152001-03-19 Tom Tromey <tromey@redhat.com>
14716
14717 * config-ml.in: Handle GCJ and GCJFLAGS.
14718
191de407
MC
147192001-03-21 Michael Chastain <chastain@redhat.com>
14720
14721 * Makefile.in: all-m4 depends on all-texinfo.
14722
fed4dede
LR
147232001-03-20 Loren J. Rittle <ljrittle@acm.org>
14724
14725 * MAINTAINERS: Add myself to write after approval list.
14726
085072bb
LB
147272001-03-18 Laurynas Biveinis <lauras@softhome.net>
14728
14729 * Makefile.in (DO_X): Quote nested quotes.
14730
5af8ea3f
AM
147312001-03-18 Alan Modra <alan@linuxcare.com.au>
14732
14733 * MAINTAINERS: Add myself to write after approval list.
14734
69e23037
LB
147352001-03-15 Laurynas Biveinis <lauras@softhome.net>
14736
14737 * Makefile.in (DO_X): Use double quotes for quoting
14738 "RANLIB=$${RANLIB}".
14739
2b9650f4
OP
147402001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14741
14742 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14743
dce2d8b2 147442001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
14745
14746 * configure.in: Only use `lang_requires' for languages athat are
14747 actually enabled.
14748
f6646274
PE
147492001-03-08 Phil Edwards <pme@sources.redhat.com>
14750
14751 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14752
c9a54638
AO
147532001-03-08 Alexandre Oliva <aoliva@redhat.com>
14754
14755 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14756
6a556ad6
TT
147572001-03-07 Tom Tromey <tromey@redhat.com>
14758
14759 * configure.in: Allow config-lang.in to set `lang_requires' to list
14760 of other required languages.
14761
6822468a
LB
147622001-03-06 Laurynas Biveinis <lauras@softhome.net>
14763
14764 * Makefile.in: Remove RANLIB definition. Use RANLIB
14765 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14766 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 14767
f04885d3 147682001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 14769 Alexandre Oliva <aoliva@redhat.com>
6387a56e 14770
f04885d3
BK
14771 * Makefile.in (check-c++): Use tabs, not spaces.
14772
288edf47 147732001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 14774
288edf47
LB
14775 * MAINTAINERS: add myself to Write After Approval list.
14776
3d55d2f8 147772001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 14778
e490616e 14779 * Makefile.in (check-c++): New rule.
6387a56e 14780
4d88a68a
BK
14781 * configure.in (target_libs): Remove libg++.
14782 (noconfigdirs): Remove libg++.
14783 (noconfigdirs): Same.
14784 (noconfigdirs): Same.
14785 (noconfigdirs): Same.
14786
14787 * config-ml.in: Remove libg++ references.
14788
14789 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14790 (ALL_TARGET_MODULES): Same.
14791 (configure-target-libg++): Remove.
14792 (all-target-libg++): Remove.
14793 (configure-target-libio): Remove.
14794 (all-target-libio): Remove.
14795 (check-target-libio): Remove.
14796 (.PHONY): Remove.
14797 (libg++.tar.bz2): Remove.
14798 (all-target-cygmon): Remove libio.
14799 (all-target-libstdc++): Remove.
14800 (configure-target-libstdc++): Remove.
14801 (TARGET_LIB_PATH): Remove libstdc++.
14802 (ALL_GCC_CXX): Remove libstdc++.
14803 (all-target-gperf): Correct.
14804
2437d4ed
NC
148052001-02-16 Nick Clifton <nickc@redhat.com>
14806
14807 * configure.in (noconfigdirs): Allow configuration of texinfo
14808 for Cygwin hosts.
14809
85b99cbe
AG
148102001-02-15 Anthony Green <green@redhat.com>
14811
14812 * configure: Introduce GCJ_FOR_TARGET.
14813 * configure.in: Ditto.
14814 * Makefile.in: Ditto.
14815
7b18790c
AS
148162001-02-13 Andreas Schwab <schwab@suse.de>
14817
14818 * MAINTAINERS: Update mail address.
14819
c4880c99
MS
148202001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14821
14822 * config.guess: Add linux target for S/390.
14823 * config.sub: Likewise.
14824
dce2d8b2 148252001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
14826
14827 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 14828 target-libgloss.
e31ae6db 14829
7739adfb
BE
148302001-02-06 Ben Elliston <bje@redhat.com>
14831
14832 * configure: Output host type to stdout, not stderr.
14833
36ca672c
MM
148342001-02-05 Mark Mitchell <mark@codesourcery.com>
14835
e40f2829 14836 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
14837 * ltcf-cxx.sh: Likewise.
14838
36ca672c
MM
14839 * config.if: Assume enable_libstdcxx_v3 is defined.
14840
22fdd65e
MM
148412001-02-04 Mark Mitchell <mark@codesourcery.com>
14842
14843 Remove V2 C++ library.
14844 * configure.in: Remove --enable-libstdcxx_v3 support.
14845
3b60dd8e
BM
148462001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14847
14848 * include/demangle.h: Add prototype for java_demangle_v3.
14849
42c0c80a
PE
148502001-01-29 Phil Edwards <pme@sources.redhat.com>
14851
14852 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14853
0be25992
RH
148542001-01-27 Richard Henderson <rth@redhat.com>
14855
14856 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14857
8a8de62d
MS
148582001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14859
14860 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14861 Don't unset, it's non-portable and no longer necessary, set to empty
14862 instead.
14863
92769744
MS
148642001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14865
14866 * ltconfig: Shell portability fix for the tagname validity check.
14867
88a1c0ab
AO
148682001-01-27 Alexandre Oliva <aoliva@redhat.com>
14869
14870 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14871 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14872
45291dd5
MS
148732001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14874
14875 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14876
1ace7e15
TT
148772001-01-26 Tom Tromey <tromey@redhat.com>
14878
14879 * configure.in: Allow libgcj to be built on Sparc Solaris.
14880
0ef8b11b
DE
148812001-01-25 David Edelsohn <edelsohn@gnu.org>
14882
14883 * ltcf-c.sh: Add aix5 case.
14884 * ltcf-cxx.sh: Likewise.
14885 * ltconfig: Likewise.
14886
0006091e
AO
148872001-01-24 Alexandre Oliva <aoliva@redhat.com>
14888
9bad11e1
AO
14889 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14890 keep at least one of build_libtool_libs or build_old_libs set to
14891 yes.
14892
0006091e
AO
14893 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14894 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14895
7c01b2b5
BM
148962001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14897
14898 * configure.in: Enable libgcj on several additional platforms.
14899
d340e0ac
BM
149002001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14901
14902 * configure.in: Enable libgcj for linux targets.
14903
5baf8c37
MS
149042001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14905
14906 * MAINTAINERS (Write After Approval): Add myself.
14907
10a0ba84
JDA
149082001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14909
14910 * MAINTAINERS: Add myself as vax port maintainer.
14911
357c6a4b
FH
149122001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14913
14914 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14915
6e2d9a7a
MS
149162001-01-09 Mike Stump <mrs@wrs.com>
14917
14918 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14919 failures of subdirectories.
14920
b6b14b1b 149212001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 14922
b6b14b1b 14923 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 14924 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
14925 * ltcf-cxx.sh: Likewise.
14926 * ltcf-gcj.sh: Likewise.
14927 * ltconfig.sh: Fix typo.
976b230d 14928
07109110
LB
149292001-01-02 Laurynas Biveinis <lauras@softhome.net>
14930
14931 * configure: handle DOS-style absolute paths.
14932
1da5b8fc
LB
149332001-01-02 Laurynas Biveinis <lauras@softhome.net>
14934
14935 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14936
4c2f5b4f
MM
149372000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14938
14939 * MAINTAINERS: Add myself as avr port co-maintainer.
14940
bc53668e
BE
149412000-12-28 Ben Elliston <bje@redhat.com>
14942
14943 * MAINTAINERS: Add myself under ``Write After Approval''.
14944
c387606f
JM
149452000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14946
14947 * texinfo: Remove directory from GCC.
14948
2cb5082c
JM
149492000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14950
14951 * COPYING: Update to current
14952 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14953 to 19yy as example year in copyright notice).
14954
cc330df9
BK
149552000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14956
6387a56e 14957 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
14958 (libstdcxx_incdir): Pass down.
14959 * config.if: Remove expired bits for cxx_interface, add stub.
14960 (libstdcxx_incdir): Add variable for g++ include directory.
14961 * configure.in (gxx_include_dir): Use it.
6387a56e 14962
4c6b2835
AO
149632000-12-18 Alexandre Oliva <aoliva@redhat.com>
14964
14965 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14966 with old-email address from ``Write After Approval''.
14967
3896f13e
AJ
149682000-12-15 Andreas Jaeger <aj@suse.de>
14969
14970 * configure.in: Handle lang_dirs.
14971
149722000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 14973
ad46e881
TT
14974 * MAINTAINERS: Removed brads.
14975
90a10418
TT
14976 * MAINTAINERS: Added gcj developers.
14977
41dfe3a2 149782000-12-13 Anthony Green <green@redhat.com>
6387a56e 14979
41dfe3a2 14980 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
14981 listed. Disable libgcj for x86 and Alpha Linux until compatible
14982 with g++ abi.
6387a56e 14983
e2f601da
MS
149842000-12-13 Mike Stump <mrs@wrs.com>
14985
14986 * Makefile.in (local-distclean): Also remove fastjar.
14987
70030c01
RB
149882000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14989
14990 * contrib/gcc_update: Add fastjar --touch entries.
14991
2a50f859
AO
149922000-12-12 Alexandre Oliva <aoliva@redhat.com>
14993
14994 * configure.in: Disable language-specific target libraries for
14995 languages that aren't enabled.
14996
7743113b
AG
149972000-12-10 Anthony Green <green@redhat.com>
14998
14999 * configure.in: Define libgcj. Disable libgcj target libraries for
15000 most targets.
15001
92e061a6
NB
150022000-12-10 Neil Booth <neilb@earthling.net>
15003
15004 * MAINTAINERS: Update mail address, remove from WAA list.
15005
f34ff6d6
APB
150062000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
15007
15008 * libjava: Imported from /cvs/java.
15009 * libffi: Likewise.
15010 * Boehm-gc: Likewise.
15011
d82a33c6
APB
150122000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
15013
15014 * configure.in (target_libs): Revert 2000-12-08 patch.
15015 (noconfigdirs): Added target-libjava.
15016
e14f8e28
LB
150172000-12-09 Laurynas Biveinis <lauras@softhome.net>
15018
15019 * djunpack.bat: removed.
15020
fc26516b
LB
150212000-12-09 Laurynas Biveinis <lauras@softhome.net>
15022
15023 * Makefile.in: handle DOS-style absolute paths.
15024 * config-ml.in: likewise.
15025 * symlink-tree: likewise.
15026
bd8757b3
APB
150272000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15028
15029 * fastjar: Imported.
15030
81522a1f
APB
150312000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15032
15033 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15034 libjava.
15035 * configure.in (target_libs): Removed `target-libjava'.
15036
5db1f7ed
APB
150372000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15038
15039 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15040 (ALL_MODULES): Added fastjar.
15041 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15042 (all-target-libjava): all-fastjar replaces all-zip.
15043 (all-fastjar): Added.
15044 (configure-target-fastjar, all-target-fastjar): Likewise.
15045 * configure.in (host_tools): Added fastjar.
15046
5e59997c
MS
150472000-12-07 Mike Stump <mrs@wrs.com>
15048
15049 * Makefile.in (local-distclean): Remove leftover built files.
15050
0a534f40
NC
150512000-11-24 Nick Clifton <nickc@redhat.com>
15052
15053 * configure.in (xscale-elf): Add target.
15054 (xscale-coff): Add target.
15055
7686cadf
LR
150562000-11-22 Loren J. Rittle <ljrittle@acm.org>
15057
e490616e
ZW
15058 * ltcf-cxx.sh: Support creation of C++ shared libraries on
15059 recent versions of FreeBSD (release 3 or later).
15060 * ltconfig: On FreeBSD, -lc must not be provided when building
15061 a shared library or else the standard -pthread gcc option is
15062 rendered worthless to later users of the built library.
7686cadf 15063
fff01699
FF
150642000-11-16 Fred Fish <fnf@be.com>
15065
15066 * configure.in (enable_libstdcxx_v3): Fix typo,
15067 libstd++ -> libstdc++.
15068
4dc16355
KL
150692000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
15070
15071 * MAINTAINERS: Add self to Write After Approval list.
15072
bf6fc7b2
BS
150732000-11-21 Bernd Schmidt <bernds@redhat.com>
15074
15075 * MAINTAINERS: Update my email address. Add myself to global write
15076 privs list.
15077
ce8e06b1
AO
150782000-11-18 Alexandre Oliva <aoliva@redhat.com>
15079
6e2a4843
AO
15080 * Makefile.in: Merge with src and libgcj.
15081 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
15082 configure-target-<library> when their configure scripts need the C
15083 or C++ library to have already been built to work properly.
15084 (do_proto_toplev): Set them to an empty string.
15085
ce8e06b1
AO
15086 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15087 (REALLY_SET_LIB_PATH): Use them.
15088
c003f378
SS
150892000-11-17 Stan Shebs <shebs@apple.com>
15090
15091 * MAINTAINERS: Add self to Write After Approval list.
15092
cc1e60ea
JM
150932000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15094
15095 * configure: Provide the original toplevel configure arguments
15096 (including $0) to subprocesses in the environment rather than
15097 through gcc/configargs.h.
15098
1173593d
JM
150992000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15100
15101 * MAINTAINERS: Remove references to cccp. Change C9X reference to
15102 C99. Alphabetise "Write After Approval" list.
15103
520907ee
MM
151042000-11-12 Mark Mitchell <mark@codesourcery.com>
15105
34f6fbdb
MM
15106 * configure: Turn on libstdc++ V3 by default.
15107
520907ee
MM
15108 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15109 if we've got GCC.
15110
0bbd37ed
PB
151112000-11-11 Philip Blundell <philb@gnu.org>
15112
15113 * MAINTAINERS: Add self to Write After Approval list.
15114
7ca0e6d9
DE
151152000-11-09 David Edelsohn <edelsohn@gnu.org>
15116
15117 * ltcf-c.sh (aix4): Improve shared library configuration; require
15118 exporting symbols.
15119 * ltcf-cxx.sh (aix4): Define.
15120 * ltconfig (aix4): Define library and soname specs appropriate for
15121 AIX. Define command to create export symbols list.
15122
dce2d8b2 15123Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
15124
15125 * config.sub: Add support for Sun Chorus
15126
fc05d516
NC
151272000-10-31 Nick Clifton <nickc@redhat.com>
15128
15129 * MAINTAINERS: Rename <name>@cygnus.com addresses to
15130 <name>@redhat.com. Also installed new email address for Clint
15131 Popetz.
6387a56e 15132
90a0e73f
JM
151332000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
15134
15135 * etc: Remove directory from GCC.
15136
a5e1b548
MM
151372000-10-16 Michael Meissner <meissner@redhat.com>
15138
15139 * configure (gcc/configargs.h): Only create if there is a build GCC
15140 directory created.
15141
6387a56e
EC
151422000-10-16 Matthias Klose <doko@debian.org>
15143
be1db873
MK
15144 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15145 when configured for libstdc++-v3.
15146
f5fa9a5b
PE
151472000-10-05 Phil Edwards <pme@gcc.gnu.org>
15148
15149 * configure: Save configure arguments to gcc/configargs.h.
15150
61a77fea
PT
151512000-10-04 Philipp Thomas <pthomas@suse.de>
15152
15153 * config.guess: Import CVS version 1.157.
15154 * config.sub: Import CVS version 1.181.
15155
3a4fee66
AP
151562000-10-04 Andris Pavenis <pavenis@latnet.lv>
15157
15158 * Makefile.in (bootstrap): avoid recursion if subdir missing
15159 (cross): ditto
15160 (do-proto-toplev): ditto
15161
3dd7094e
AO
151622000-09-30 Alexandre Oliva <aoliva@redhat.com>
15163
de710532
AO
15164 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15165 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15166
3dd7094e
AO
15167 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15168 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
15169 all affected `configure' scripts.
15170
e592386f
NB
15171Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
15172
15173 * MAINTAINERS: Add self as cpplib co-maintainer.
15174
fba54939
AH
151752000-09-24 Aldy Hernandez <aldyh@redhat.com>
15176
15177 * MAINTAINERS: Add self to Write After Approval list.
15178
2bd429f4
GP
151792000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15180
15181 * INSTALL/README: egcs -> GCC update.
15182
dce2d8b2 15183Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
15184
15185 * MAINTAINERS: Add myself to Write After Approval list.
15186
d7ce9a83
KH
151872000-09-15 Kazu Hirata <kazu@hxi.com>
15188
15189 * MAINTAINERS: Add myself to Write After Approval list.
15190
18a53ffe
JL
15191Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
15192
e490616e
ZW
15193 * configure.in: Do not build byacc for hppa64. Provide paths to the
15194 X11 libraries for hppa64.
18a53ffe 15195
f246ff23
SC
151962000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15197
15198 * MAINTAINERS: Add myself as 68hc11 port maintainer.
15199
06298abd
AO
152002000-09-06 Alexandre Oliva <aoliva@redhat.com>
15201
4b92758a
AO
15202 * Makefile.in (all-zlib): Added dummy target.
15203
06298abd
AO
15204 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15205 ltcf-gcj.sh: Updated from libtool multi-language branch.
15206
4d73d07a
AO
152072000-09-05 Alexandre Oliva <aoliva@redhat.com>
15208
15209 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15210 (bootstrap*): Depend on all-bootstrap.
15211
05d52d78
PT
152122000-09-05 Philipp Thomas <pthomas@suse.de>
15213
15214 * config.guess: Import CVS version 1.156.
15215 * config.sub: Import CVS version 1.179.
15216
3c809ba4
AG
152172000-09-02 Anthony Green <green@cygnus.com>
15218
15219 * Makefile.in (all-gcc): Depend on all-zlib.
15220 (CLEAN_MODULES): Add clean-zlib.
15221 (ALL_MODULES): Add all-zlib.
15222 * configure.in (host_libs): Add zlib.
15223
10ad78a0 152242000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
15225
15226 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15227 crosses, but add gcc/include to the header search path for them.
15228
b36a9ce3
DB
152292000-08-04 David E. O'Brien <obrien@FreeBSD.org>
15230
15231 * MAINTAINERS: Add self to Write After Approval list.
15232
cb011248
FS
152332000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15234
15235 * config.guess: Import CVS version 1.152.
15236 * config.sub: Import CVS version 1.177.
15237
db310af0
AO
152382000-08-25 Alexandre Oliva <aoliva@redhat.com>
15239
7965440a
AO
15240 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15241 $targargs to tell whether newlib is going to be built.
15242
db310af0
AO
15243 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15244 $$r/TARGET_SUBDIR/libio for _G_config.h.
15245
e7977565
AO
152462000-08-23 Alexandre Oliva <aoliva@redhat.com>
15247
15248 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15249
126bb9ed
DD
152502000-08-22 DJ Delorie <dj@redhat.com>
15251
15252 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15253
5b0e9d29
AO
152542000-08-22 Alexandre Oliva <aoliva@redhat.com>
15255
15256 * config-ml.in (CC, CXX): Avoid trailing whitespace.
15257 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15258 sub-configures.
15259
4f3e904e
DD
152602000-08-21 DJ Delorie <dj@redhat.com>
15261
15262 * MAINTAINERS: Add self as a libiberty maintainer
15263
c9635443
AO
152642000-08-16 Alexandre Oliva <aoliva@redhat.com>
15265
15266 * configure.in (libstdcxx_flags): Use
15267 libstdc++-v3/src/libstdc++.INC.
15268
8b2100ba
AO
152692000-08-15 Alexandre Oliva <aoliva@redhat.com>
15270
15271 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15272
57119aa9
ZW
152732000-08-14 Zack Weinberg <zack@wolery.cumb.org>
15274
eeb943b0
ZW
15275 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15276
6387a56e 15277 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
15278 explicit. Substitute enable_threads into generated Makefiles.
15279 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15280 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15281
acffa7c4
GK
152822000-08-13 Geoff Keating <geoffk@cygnus.com>
15283
15284 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15285
808d8c41
AO
152862000-08-12 Alexandre Oliva <aoliva@redhat.com>
15287
15288 * config-ml.in (CC): Remove bogus duplicate quotation mark from
15289 previous delta.
15290
1fc8c51c 152912000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 15292
1fc8c51c
JM
15293 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15294 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15295 (FLAGS_FOR_TARGET): Not here.
15296 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 15297
25698887
AO
152982000-08-11 Alexandre Oliva <aoliva@redhat.com>
15299
15300 * config-ml.in (CC, CXX): Don't introduce a leading space.
15301
10120687
DD
153022000-08-07 DJ Delorie <dj@delorie.com>
15303
15304 * MAINTAINERS: Add self as a DJGPP maintainer
15305
15c758e9
DD
153062000-08-07 DJ Delorie <dj@redhat.com>
15307
15308 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15309 "if we're also building gcc, and it's a gcc that will run on the
15310 build machine, we want to use its includes instead of the system's
15311 default includes".
15312
2d0de245
JM
153132000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
15314
15315 * MAINTAINERS: Add self to Write After Approval list.
15316
e81b330a
AO
153172000-08-03 Alexandre Oliva <aoliva@redhat.com>
15318
83440c1e
AO
15319 * configure.in (libstdcxx_flags): Don't use `"'.
15320
e81b330a
AO
15321 * config-ml.in: Adjust multilib search paths to the
15322 appropriate multilib tree.
15323
cf95c847
AO
153242000-08-02 Alexandre Oliva <aoliva@redhat.com>
15325
15326 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15327 commas in $LANGUAGES.
15328
9e9af119
MH
153292000-08-02 Manfred Hollstein <manfredh@redhat.com>
15330
15331 * configure.in: Re-enable all references to libg++ and librx.
15332
606ce391
AO
153332000-08-01 Alexandre Oliva <aoliva@redhat.com>
15334
89820b43
AO
15335 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15336 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
15337 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15338 * ltcf-cxx.sh (need_lc): Set based on postdeps.
15339
606ce391
AO
15340 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15341
04179d4a
AO
153422000-07-31 Alexandre Oliva <aoliva@redhat.com>
15343
15344 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15345 CXX_FOR_TARGET for sed.
15346
d4eb109c
AO
153472000-07-30 Alexandre Oliva <aoliva@redhat.com>
15348
15349 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15350 Do not override if already set in the environment or in configure.
15351 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15352 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15353
4f4caf92
AO
153542000-07-28 Alexandre Oliva <aoliva@redhat.com>
15355
15356 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15357 the libtool CVS tree multi-language branch.
15358 * ltconfig, ltmain.sh: Updated.
6387a56e 15359
b87487b6
AO
153602000-07-27 Alexandre Oliva <aoliva@redhat.com>
15361
1670d1ea
AO
15362 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15363 (clean-target): Depend on it.
15364
b87487b6
AO
15365 * Makefile.in (FLAGS_FOR_TARGET): New macro.
15366 (GCC_FOR_TARGET): Use it.
15367 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15368 * configure.in: ... here.
15369 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
15370 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15371
4e81ae98
EC
153722000-07-24 Eric Christopher <echristo@cygnus.com>
15373
15374 * MAINTAINERS: Add self to Write After Approval list.
15375
059ae32c
AO
153762000-07-24 Alexandre Oliva <aoliva@redhat.com>
15377
5b28edd4
AO
15378 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15379 (configure-target-libchill, configure-target-libobjc): Likewise.
15380
059ae32c
AO
15381 * configure.in: Use the same cache file for all target libs.
15382 * config-ml.in: But different cache files per multilib variant.
15383
1adcd149
MS
153842000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15385
15386 * configure (topsrcdir): Don't use dirname.
15387
2d573dff
JO
153882000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15389
15390 * MAINTAINERS: Add self to Write After Approval list.
15391
d207ebef
JM
153922000-07-20 Jason Merrill <jason@redhat.com>
15393
15394 * configure.in: Remove all references to libg++ and librx.
15395
15396 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15397
153982000-07-20 Hans-Peter Nilsson <hp@axis.com>
15399
15400 * config.sub: Update to subversions version 2000-07-06.
15401
7b7792d5
AH
154022000-07-12 Andrew Haley <aph@cygnus.com>
15403
15404 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15405 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15406
3abaac67
PE
154072000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15408
15409 * symlink-tree: Check number of arguments.
15410
34be2b36
JW
154112000-07-05 Jim Wilson <wilson@cygnus.com>
15412
15413 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15414 search path for a g++ extracted from the build tree. This
15415 will allow link tests run by configure scripts in
15416 subdirectories to succeed.
15417
d207ebef
JM
154182000-07-01 Koundinya K <kk@ddeorg.soft.net>
15419
e490616e 15420 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 15421
0900331b
MH
154222000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15423
15424 * MAINTAINERS: Add myself as loop discovery maintainer.
15425
d207ebef
JM
154262000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15427
15428 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15429 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15430
154312000-06-19 Timothy Wall <twall@cygnus.com>
15432
15433 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15434 * config.sub: Add tic54x target.
15435
11a27a76
TM
15436Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15437
15438 * MAINTAINERS: Add self as Fortran maintainer,
15439 remove Craig Burley.
15440
d207ebef 15441Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 15442
d207ebef
JM
15443 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15444 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 15445
7758b73f
PT
15446Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15447
15448 * MAINTAINERS: Add self as i18n maintainer
15449
d207ebef
JM
1545020000-05-21 H.J. Lu (hjl@gnu.org)
15451
e490616e
ZW
15452 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15453 directory are used if they exist. Make sure
15454 $(build_tooldir)/include is searched for header files,
15455 $(build_tooldir)/lib/ for library files.
d207ebef 15456 (GCC_FOR_TARGET): Likewise.
e490616e 15457 (CXX_FOR_TARGET): Likewise.
d207ebef 15458
bae29210
JL
15459Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15460
15461 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15462
d207ebef 15463Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
15464
15465 * Makefile.in (configure-target-libiberty): Depend on
15466 configure-target-newlib.
15467
aab0d19d
AO
154682000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15469
15470 * configure.in, Makefile.in: Merge all libffi-related
15471 configury stuff from the libgcj tree.
15472
d207ebef
JM
15473Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15474
15475 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15476 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15477
15478Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15479
15480 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15481 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 15482 current version information. Add to proto-toplev directory.
d207ebef
JM
15483 (gdb-taz): Build do-djunpack.
15484
758c7bd4
DE
154852000-05-15 David Edelsohn <edelsohn@gnu.org>
15486
15487 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15488
1888228d
AC
15489Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15490
15491 * MAINTAINERS: Add self to Write After Approval list.
15492
d207ebef
JM
154932000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15494
15495 * ltmain.sh: Preserve in relink_command any environment
15496 variables that may affect the linker behavior.
15497
2d7cc2fe
JL
15498Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15499
d207ebef
JM
15500 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15501
15502Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15503
15504 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15505
155062000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15507
15508 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 15509 with the version name.
2d7cc2fe 15510
ee455968
JE
15511Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15512
15513 * MAINTAINERS: Add self as bb-reorder maintainer.
15514
73b97e5c
BK
155152000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15516
15517 * config.if: Tweak.
15518
d207ebef
JM
155192000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15520
15521 * djunpack.bat: New file.
15522
15523Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15524
15525 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
15526 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15527 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15528 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 15529
954869eb
DP
155302000-04-16 Dave Pitts <dpitts@cozx.com>
15531
e490616e
ZW
15532 * config.sub (case $basic_machine): Change default for "ibm-*"
15533 to "openedition".
954869eb 15534
eaabe541
AJ
155352000-04-13 Andreas Jaeger <aj@suse.de>
15536
15537 * MAINTAINERS: Added myself.
15538
d207ebef
JM
15539Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15540
15541 * Makefile.in (gdb-taz): New target. GDB specific archive.
15542 (do-md5sum): New target.
15543 (MD5PROG): Define.
15544 (PACKAGE): Default to TOOL.
15545 (VER): Default to a shell script.
15546 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 15547 md5 checksum generation.
d207ebef
JM
15548 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15549 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15550 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 15551 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
15552
15553Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15554
15555 * configure (warn_cflags): Delete.
15556
0ea6d60c
PDM
15557Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15558
15559 * MAINTAINERS: Added myself.
15560
17090313 155612000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 15562 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 15563
e490616e
ZW
15564 * configure.in (enable_libstdcxx_v3): Add.
15565 (target_libs): Add bits here to switch between libstdc++-v2 and
15566 libstdc++-v3.
15567 * config.if: And this file too.
15568 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 15569
76b78517
MM
155702000-04-05 Michael Meissner <meissner@redhat.com>
15571
15572 * config.sub (d30v): Add d30v as a basic machine type.
15573
ad242caf
JM
155742000-03-29 Jason Merrill <jason@casey.cygnus.com>
15575
15576 * configure.in: -linux-gnu*, not -linux-gnu.
15577
d4537148
TM
15578Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15579
15580 * MAINTAINERS: Add self in write-after-approval section.
15581
f152e9d4
JW
15582Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15583
15584 * MAINTAINERS: Add self as ia64 port maintainer.
15585
6a5fcef1
NB
155862000-03-08 Neil Booth <NeilB@earthling.net>
15587
15588 * MAINTAINERS: Add self in write-after-approval section.
15589
d207ebef 15590Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 15591
d207ebef
JM
15592 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15593 (do-tar-bz2): Replace TOOL with PACKAGE.
15594 (gdb.tar.bz2): Remove GDBTK from GDB package.
15595 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 15596 dejagnu.tar.bz2): New packages.
d207ebef
JM
15597
155982000-02-27 Andreas Jaeger <aj@suse.de>
15599
15600 * configure.in: Add entry for mips*-*-linux*, move catch all
15601 *-*-*linux* entry below this one.
15602
156032000-02-27 Ian Lance Taylor <ian@zembu.com>
15604
15605 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 15606
521fe9d0
NC
156072000-02-24 Nick Clifton <nickc@cygnus.com>
15608
15609 * config.sub: Support an OS of "wince".
15610
d207ebef
JM
15611Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15612
15613 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 15614 version.
d207ebef 15615
dce2d8b2 156162000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
15617
15618 * config.sub: Add support for Linux/IBM 370.
15619 * configure.in: Likewise.
15620
3a685f6f
NC
156212000-02-22 Nick Clifton <nickc@cygnus.com>
15622
15623 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15624
dce2d8b2 156252000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 15626
d207ebef 15627 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 15628
4746ee26
KG
156292000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15630
15631 * configure (gcc_version): When setting, narrow search to
15632 lines containing `version_string'.
15633
ba96c72d
DC
156342000-02-15 Denis Chertykov <denisc@overta.ru>
15635
15636 * config.sub: Add support for avr target.
15637
77f16a66
NC
156382000-02-14 Nick Clifton <nickc@cygnus.com>
15639
15640 * MAINTAINERS: Add maintainers for MCore port.
15641
784a3a80
HPN
15642Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15643
15644 * config.sub: Add mmix-knuth-mmixware.
15645
719dd4fa
KG
156462000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15647
15648 * MAINTAINERS: Pair cccp with cpplib maintainership.
15649
dce2d8b2 156502000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
15651
15652 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15653 structure stuff to -L library search.
15654 (CXX_FOR_TARGET): Ditto.
15655 (CROSS_CHECK_MODULES): Fix spelling mistake.
15656
7a53e94b
MM
156572000-01-24 Mark Mitchell <mark@codesourcery.com>
15658
15659 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15660 the C++ compiler.
15661
0da3b5a7
RH
156622000-01-12 Richard Henderson <rth@cygnus.com>
15663
15664 * configure.in: Don't build some bits for beos.
15665
02368d6d
JS
156662000-01-12 Joel Sherrill (joel@OARcorp.com)
15667
15668 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15669 as include files.
15670
2e76d35c
ZW
156712000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15672
15673 * Add self as cpplib maintainer, as requested by Jason
15674 Merrill. Correct my e-mail address.
15675
4c25fdcf
GK
156762000-01-06 Geoff Keating <geoffk@cygnus.com>
15677
15678 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15679 not mh-aix43.
15680
188e3966
HPN
15681Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15682
15683 * MAINTAINERS: Add myself to "write after approval" list.
15684
c2f5d030
RH
156851999-12-14 Richard Henderson <rth@cygnus.com>
15686
15687 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15688 * config.sub: Accept alphaev[78], alphaev8.
15689
eeda916a
AO
156901999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15691
15692 * config.guess, config.sub: Update from autoconf.
15693
b3bd7820
BK
156941999-11-29 Bruce Korb <autogen@linuxbox.com>
15695
2c290989 15696 * MAINTAINERS: update my playtime e-address.
b3bd7820 15697
1882b2b1
RO
15698Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15699
15700 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15701 necessary libraries are missing.
15702
dce2d8b2 15703Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
15704
15705 * MAINTAINERS: Add new 'write after approval' maintainer.
15706
1e25de97
APB
15707Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15708
15709 * MAINTAINERS: Add new Java maintainer.
15710
1722c704
AS
157111999-10-25 Andreas Schwab <schwab@suse.de>
15712
15713 * configure: Fix quoting inside arguments of eval.
15714
8141abe8
NC
157151999-10-21 Nick Clifton <nickc@cygnus.com>
15716
15717 * config-ml.in: Allow suppression of some ARM multilibs.
15718
0b77644a
LV
15719Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15720
15721 * config.guess: Add OS/390 match pattern.
15722 * config.sub: Add mvs, openedition targets.
15723 * configure.in (i370-ibm-opened*): New.
15724
d207ebef
JM
157251999-09-04 Steve Chamberlain <sac@pobox.com>
15726
15727 * config.sub: Add support for configuring for pj.
15728
157291999-08-31 Nick Clifton <nickc@cygnus.com>
15730
15731 * config.sub (maybe_os): Add support for configuring for fr30.
15732
af13ebe9
NC
157331999-08-25 Nick Clifton <nickc@cygnus.com>
15734
15735 * configure.in: Do not configure or build ld for AIX
15736 platforms. ld is known to be broken on these platforms.
15737
1250c760
RO
15738Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15739
15740 * config-ml.in: Pass compiler flag corresponding to multidirs to
15741 subdir configures.
15742
d207ebef
JM
157431999-08-09 Ian Lance Taylor <ian@zembu.com>
15744
15745 * Makefile.in (LDFLAGS): Define.
15746
157471999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15748
15749 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15750 noconfigdirs.
15751 (*-*-cygwin*): Likewise.
15752
157531999-08-08 Ian Lance Taylor <ian@zembu.com>
15754
15755 * mkdep: New file.
15756 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15757 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15758
15759 From Eli Zaretskii <eliz@is.elta.co.il>:
15760 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15761 long file name when using DJGPP on MS-DOS.
15762
dbd83e11
JL
15763Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15764
15765 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15766
d207ebef
JM
157671999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15768
15769 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15770 dependency as this causes "make check" to globally "make all"
15771
cd1f4c2c
TT
15772Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15773
15774 * configure.in (target_libs): Added target-zlib.
15775 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15776 (CONFIGURE_TARGET_MODULES): Likewise.
15777 (CHECK_TARGET_MODULES): Likewise.
15778 (INSTALL_TARGET_MODULES): Likewise.
15779 (CLEAN_TARGET_MODULES): Likewise.
15780 (configure-target-zlib): New target.
15781 (all-target-zlib): Likewise.
15782 (all-target-libjava): Depend on all-target-zlib.
15783 (configure-target-libjava): Depend on configure-target-zlib.
15784
15785 * Makefile.in (configure-target-libjava): Depend on
15786 configure-target-newlib.
15787 (configure-target-boehm-gc): New target.
15788 (configure-target-qthreads): New target.
15789
e490616e
ZW
15790 * configure.in (target_libs): Added target-qthreads.
15791 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15792 (CONFIGURE_TARGET_MODULES): Likewise.
15793 (CHECK_TARGET_MODULES): Likewise.
15794 (INSTALL_TARGET_MODULES): Likewise.
15795 (CLEAN_TARGET_MODULES): Likewise.
15796 (all-target-qthreads): New target.
15797 (configure-target-libjava): Depend on configure-target-qthreads.
15798 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
15799
15800 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15801 (CONFIGURE_TARGET_MODULES): Likewise.
15802 (CHECK_TARGET_MODULES): Likewise.
15803 (INSTALL_TARGET_MODULES): Likewise.
15804 (CLEAN_TARGET_MODULES): Likewise.
15805 (all-target-libjava): New target.
15806 (all-target-boehm-gc): Likewise.
15807 * configure.in (target_libs): Added libjava, boehm-gc.
15808
d207ebef
JM
158091999-07-22 Ian Lance Taylor <ian@zembu.com>
15810
15811 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15812 configure.bat in SUPPORT_FILES.
15813 (gas+binutils.tar.bz2): Likewise.
15814
15815 * makeall.bat: Remove; obsolete.
15816
158171999-07-21 Ian Lance Taylor <ian@zembu.com>
15818
15819 From Mark Elbrecht:
15820 * configure.bat: Remove; obsolete.
15821
158221999-07-11 Ian Lance Taylor <ian@zembu.com>
15823
15824 * configure: Add -W -Wall to the default CFLAGS when compiling with
15825 gcc.
15826
15827Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15828
15829 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15830
158311999-06-30 Mark Mitchell <mark@codesourcery.com>
15832
15833 * configure.in: Build ld on IRIX6.
15834
158351999-06-12 Ian Lance Taylor <ian@zembu.com>
15836
15837 * Makefile.in: Change distribution targets to use bzip2 instead of
15838 gzip.
15839 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15840 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15841
158421999-06-04 Nick Clifton <nickc@cygnus.com>
15843
15844 * config.sub: Add mcore target.
15845
26d088fa
CD
15846Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15847
15848 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15849
c2c08b29
L
15850Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15851
15852 * config.guess (dummy): Changed to $dummy.
15853
671d0648
NC
158541999-05-24 Nick Clifton <nickc@cygnus.com>
15855
15856 * config.sub: Tidied up case statements.
15857
b1345c72
BE
158581999-05-22 Ben Elliston <bje@cygnus.com>
15859
51ccbd8d
BE
15860 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15861 <jiro@din.or.jp>.
15862
b1345c72
BE
15863 * config.guess: Merge with FSF version. Future changes will be
15864 more accurately recorded in this ChangeLog.
15865 * config.sub: Likewise.
15866
2caf864f
SM
15867Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15868
3d3b561f 15869 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
2caf864f 15870
d207ebef
JM
158711999-04-30 Tom Tromey <tromey@cygnus.com>
15872
15873 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15874
90fb0c24
TT
158751999-04-23 Tom Tromey <tromey@cygnus.com>
15876
15877 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15878
d207ebef
JM
158791999-04-20 Drew Moseley <dmoseley@cygnus.com>
15880
15881 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15882 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15883 Bad merge removed these two changes.
15884
3516940d 15885Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 15886 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
15887
15888 * config.guess (interix Alpha): Add.
15889
d207ebef
JM
158901999-04-11 Richard Henderson <rth@cygnus.com>
15891
15892 * configure.in (i?86-*-beos*): Do config gperf; don't config
15893 gdb, newlib, or libgloss.
15894
e891fbfe 15895Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15896
e891fbfe
AO
15897 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15898 link a trivial program with -mabi=64. If it fails, remove mabi=64
15899 from multidirs.
15900
f9ae47d6
PT
15901Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15902
15903 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15904
d207ebef
JM
159051999-04-08 Nick Clifton <nickc@cygnus.com>
15906
15907 * config.sub: Add support for mcore targets.
15908
159091999-04-07 Michael Meissner <meissner@cygnus.com>
15910
15911 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15912 not mt-ospace, in order to shut up assembler warning about using
15913 symbols that are named the same as registers.
15914
159151999-04-07 Drew Moseley <dmoseley@cygnus.com>
15916
15917 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15918 dependency list for all-target-cygmon.
15919
159201999-04-05 Doug Evans <devans@casey.cygnus.com>
15921
15922 * config-ml.in: Check $host, not $target, for selective multilibs.
15923 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15924 thumb interworking, and underscore prefix multilibs.
15925
159261999-04-04 Ian Lance Taylor <ian@zembu.com>
15927
15928 * missing: Update to version from current automake.
15929
88101ab9
L
15930Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15931
15932 * configure (gxx_include_dir): Removed.
15933
15934 * configure.in (gxx_include_dir): Handle it.
15935 * Makefile.in: Likewise.
15936
d207ebef
JM
159371999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15938
15939 * config.sub (mips64vr4111,mips64vr4111el) Add.
15940
159411999-03-21 Ben Elliston <bje@cygnus.com>
15942
e490616e 15943 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 15944
8dc91cbe
ME
15945Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15946
8dc91cbe
ME
15947 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15948 config/mh-djgpp.
15949
d207ebef
JM
15950Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15951
15952 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15953 all-target-newlib to dependency list for all-target-bsp.
15954
926bb5ed
MK
15955Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15956
15957 * config.sub: Add i386-uwin support.
15958 * config.guess: Likewise.
15959
4a6e3000
FS
15960Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15961
15962 * configure.in: cleanup, add mh-*pic handling for arm, special
15963 case powerpc*-*-aix*
15964
d207ebef
JM
15965Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15966
15967 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15968 can be built.
15969
15970Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15971
15972 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 15973 targets.
d207ebef 15974
71c91078
NC
159751999-03-02 Nick Clifton <nickc@cygnus.com>
15976
15977 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15978
282e5df8
GN
15979Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15980
15981 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15982
1de558ee
NC
159831999-02-24 Nick Clifton <nickc@cygnus.com>
15984
15985 * config.sub: Fix typo in arm recognition.
15986
d207ebef
JM
15987Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15988
15989 * configure.in (noconfigdirs): Changed target_configdirs to
15990 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15991 rather than m68k-*-* since it is not known to work on
15992 m68k-aout. Ditto for arm-*-*oabi.
15993
15994Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15995
15996 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
15997
159981999-02-19 Ben Elliston <bje@cygnus.com>
15999
16000 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16001 Smart and improved by Andrew Cagney.
16002
fab7445a
ME
16003Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
16004
16005 * config.guess: Recognize openbsd-*-hppa.
16006
8ccdc228
L
16007Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
16008
16009 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16010 only if it is not empty.
16011
3b7265ff
NC
160121999-02-17 Nick Clifton <nickc@cygnus.com>
16013
16014 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 16015
d207ebef 16016 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
16017
16018 * config.sub: Modified to recognize uname's armv* syntax.
16019
d207ebef
JM
160201999-02-17 Mark Salter <msalter@cygnus.com>
16021
16022 * configure.in: Added target-bsp for sparclite.
16023
16024Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
16025
16026 * config.sub: Recognize alphapca5[67] and up to alphaev8.
16027
160281999-02-08 Nick Clifton <nickc@cygnus.com>
16029
16030 * configure.in: Add support for strongarm port.
16031 * config.sub: Add support for strongarm target.
16032
c48dd3f5 16033Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 16034
c48dd3f5
MK
16035 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16036 the old name config/mh-cygwin32.
16037 Enable texinfo.
16038
d207ebef
JM
16039Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
16040
16041 * configure.in: Do build ld for ix86 Solaris.
16042
ecd62820
JW
16043Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
16044
16045 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
16046 $AR_FOR_TARGET. Likewise for RANLIB.
16047
bbd8fa7f 16048Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 16049
e490616e
ZW
16050 * config.sub (oabi): Recognize.
16051 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 16052
0397442c
RL
16053Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
16054
16055 * config.guess: Improve detection of i686 on UnixWare 7.
16056
c9ffaa63
MK
16057Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
16058
16059 * config.guess: Add support for i386-pc-interix.
16060 * config.sub: Likewise.
16061 * configure.in: Likewise.
c9ffaa63 16062
d207ebef
JM
16063Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
16064
16065 * Makefile.in: Remove unneeded all-target-libio from
16066 from all-target-winsup target since it is now unneeded.
16067 Add all-target-libtermcap in its place since it is now
16068 needed.
16069
16070Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
16071
16072 * configure.in: makefile stub for cygwin target is probably
16073 unnecessary. Remove it for now.
d207ebef
JM
16074
16075Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
16076
16077 * configure.in: libtermcap.a should be built when cygwin is the
16078 target as well as the host.
16079 * config.guess: Allow mixed case in cygwin uname output.
16080 * Makefile.in: Add libtermcap target.
d207ebef 16081
ebe12325
JL
16082Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
16083
16084 * config.sub: Clean up handling of hppa2.0.
16085
57057b67
RB
16086Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
16087
16088 * config.guess: Use C code to identify more HP machines.
16089
f8670be1
JL
16090Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
16091
16092 * config.sub: Handle hppa2.0.
16093
d207ebef
JM
16094Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
16095
16096 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 16097 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
16098
160991998-12-15 Mark Salter <msalter@cygnus.com>
16100
16101 * configure.in: Added target-bsp for several target architectures.
16102
16103 * Makefile.in: Added rules for bsp.
16104
d1a09590
JL
16105Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
16106
16107 * config.guess: Improve detection of hppa2.0 processors.
16108
16109Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
16110
16111 * config.guess: Recognize FreeBSD using ELF automatically.
16112
71205e0b
MH
161131998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
16114
16115 * configure (skip-this-dir): Add handling for new shell script, which
16116 might be created by a sub-directory's configure to indicate, this particular
16117 directory is "unwanted".
16118 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16119
d207ebef
JM
16120Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
16121
16122 * ltconfig: import from libtool, after changing libtool to
16123 account for the cygwin name change.
16124
16125Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
16126
16127 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16128 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16129
16130Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
16131
16132 * configure.in: Add libtermcap to list of cygwin dependencies.
16133
16134Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
16135
e490616e
ZW
16136 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16137 they include winsup/include when it's a cygwin target.
d207ebef
JM
16138
161391998-11-12 Tom Tromey <tromey@cygnus.com>
16140
16141 * configure.in (host_tools): Added zip.
16142 * Makefile.in (all-target-libjava): Depend on all-zip.
16143 (all-zip): New target.
16144 (ALL_MODULES): Added all-zip.
16145 (NATIVE_CHECK_MODULES): Added check-zip.
16146 (INSTALL_MODULES): Added install-zip.
16147 (CLEAN_MODULES): Added clean-zip.
16148
16149Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
16150
16151 * Makefile.in: lose "32" from comment about cygwin.
16152
16153Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
16154
16155 * configure.in: Use -Os to build target libraries for the fr30.
16156
16157Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
16158
16159 * config.sub: Add fr30.
16160
16161Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
16162
e490616e 16163 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
16164 cygwin* instead of cygwin32*.
16165 * config.sub: Check cygwin* instead of cygwin32*.
16166
d2ec8b39
RL
16167Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
16168
16169 * config.guess: Match any version of Unixware7.
16170
d207ebef
JM
161711998-10-20 Syd Polk <spolk@cygnus.com>
16172
16173 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16174 if desired.
16175
35cd2565
JL
16176Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
16177
16178 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16179 these if the appropriate directories and files to not exist.
16180
52d4e5b7
JL
16181Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
16182
16183 * Makefile.in (DEVO_SUPPORT): Add config.if.
16184
38ada91e
MH
16185Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
16186
16187 * configure: Add pattern to replace "build_tooldir"'s
16188 definition in the generated Makefile with "tooldir"'s
16189 actual value.
16190
e44e84da
JL
16191Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
16192
56a8387f
JL
16193 * config.sub: Bring back lost sparcv9.
16194
e44e84da
JL
16195 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16196
5cb95c7a
JL
16197Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
16198
16199 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16200 CC_FOR_TARGET and friends.
16201
16202Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 16203
ceff9b14
AO
16204 * Makefile.in (build_tooldir): New variable, same as tooldir.
16205 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16206 -B$(build_tooldir)/bin/.
16207 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 16208
f2d11dcd
GP
16209Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16210
16211 * README: Remove installation instructions and refer to the
16212 INSTALL directory instead.
16213
73a6d2e7 16214Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 16215
73a6d2e7
RL
16216 * config.sub: Add support for i[34567]86-pc-udk.
16217 * configure.in: Likewise.
16218
5d4a5ee6
JL
16219Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
16220
16221 * Makefile.in: add bzip2 package building bits for user
16222 tools module
16223 * configure.in: ditto
16224
6fc19d6d
JL
16225Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
16226
16227 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16228 (ALL_TARGET_MODULES): Add all-target-libobjc.
16229 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16230 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16231 (all-target-libchill): Add dependencies.
16232 * configure.in (target_libs): Add libchill.
4e81ae98 16233
f653f0ab
MH
162341998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
16235
16236 * configure.in (target_subdir): Remove duplicate line.
16237
5d4a5ee6
JL
16238Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
16239
16240 * Makefile.in (all-automake): fix dependencies.
16241
494933e4
JL
16242Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
16243
16244 * configure.in: Minor cleanups for building in the $(target_alias)
16245 subdir.
16246
f6b58262
JW
162471998-09-22 Jim Wilson <wilson@cygnus.com>
16248
16249 * Makefile.in (bootstrap): Set r and s before make all. Use
16250 BASE_FLAGS_TO_PASS in make all.
16251 (cross): Likewise.
16252
27c7a08d
MM
162531998-09-20 Mark Mitchell <mark@markmitchell.com>
16254
16255 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16256
e67afd1e
RH
16257Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
16258
16259 * config.sub: Fix typo in last change.
16260
8e44ac71
MH
162611998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16262
16263 * config.sub: Add support for C4x target.
16264 * configure.in: Likewise.
16265
d7496fbb
DM
162661998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
16267
16268 * config.sub: Recognize sparcv9 just like sparc64.
16269
22097bd1
RL
16270Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
16271
16272 * config.guess: Match "Pent II" or "PentII" for OpenServer.
16273
4b877abd
JL
16274Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
16275
2c8ec9a2
JL
16276 * config.guess: Correctly identify Pentium II sco boxes.
16277
4b877abd
JL
16278 * config.guess: Fix "tr" code. From Weiwen Liu.
16279
ab03db52
JH
16280Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
16281
16282 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16283 stabs.
16284
b54db294
JL
16285Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
16286
16287 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16288 (ALL_TARGET_MODULES): Add all-target-libchill.
16289 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16290 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16291 (all-target-libchill): Add dependencies.
16292 * configure.in (target_libs): Add libchill.
16293
bf48dd73
LW
16294Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16295
16296 * config.guess: Avoid assumptions about "tr" behaves when
16297 LANG is set to something other than English.
16298
a3cbd105
L
16299Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
16300
16301 * configure (gxx_include_dir): Changed to
16302 '${prefix}/include/g++'-${libstdcxx_interface}.
16303
16304 * config.if: New to determine the interfaces.
16305
c4acd909
MK
16306Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
16307
16308 * config.guess: Detect and handle MPE/IX.
16309 * config.sub: Deal with MPE/IX.
16310
9ea97665
DE
16311Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
16312
16313 * configure.in: Use mh-aix43.
16314
0ce065bd
MH
163151998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
16316
16317 * configure: Fix --without/--disable cases for gxx-include-dir.
16318
5d4a5ee6
JL
16319Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
16320
16321 * mdata-sh: Imported. Needed for automake support.
16322
16323Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
16324
16325 * Makefile.in (taz): Try "chmod -R og=u ." before
16326 "chmod og=u `find . -print`".
16327
16328Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
16329
16330 * configure.in: Add arm-elf and thumb-elf support.
16331
16332Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
16333
16334 * Makefile.in: Undo previous patch.
16335
16336Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
16337
16338 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16339 to here ...
16340 (install-no-fixedincludes): and here
16341 (INSTALL_MODULES): ... from here.
16342
466456d9
ILT
16343Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
16344
16345 * config.sub: Merge with FSF.
16346
1b409d25
ILT
16347 * config.guess: Merge with FSF.
16348
d207ebef
JM
16349Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
16350
16351 * configure (extraconfigdirs): New variable.
16352 (SUBDIRS): Add extraconfigdirs and recurse on them too.
16353 * Makefile.in (all): Move higher in file.
16354 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16355 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16356 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16357 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16358 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16359
163601998-07-23 Brendan Kehoe <brendan@cygnus.com>
16361
16362 * Makefile.in (all-target-libjava): Depend on all-gcc and
16363 all-target-newlib.
16364 (configure-target-libjava): Depend on $(ALL_GCC).
16365
7f1937c1
RL
16366Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
16367
16368 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16369 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16370
2ada2bd6
ML
16371Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16372
16373 * INSTALL/README: Fix typo.
16374
1e025bde
ML
16375Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16376
5d4a5ee6
JL
16377 * ylwrap: Change absolute path checks to check for DOS style path
16378 names.
1e025bde 16379
5d4a5ee6
JL
16380 * ylwrap: Don't use a full path name if the source file is in the
16381 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 16382
6755ff73
ILT
16383 * config-ml.in: Default to being verbose, to match Feb 18 change to
16384 configure.
16385
5d4a5ee6
JL
16386Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16387
16388 Brought over from egcs:
16389
16390 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16391
16392 * configure.in (target_subdir): Set to ${target_alias} instead
16393 of "libraries".
16394
16395 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16396
16397 * configure.in (target_subdir): Set to libraries if enable_multilib.
16398
16399Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16400
16401 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16402 multilibs, force reconfiguration the first time we create
16403 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16404
16405Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16406
16407 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16408 avoid confusion with --no-recursion.
16409
16410Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16411
16412 * configure.in: Win32 hosts shouldn't use install -x
16413 * install-sh: remove -x option, and special .exe-handling
16414 hack.
16415
d207ebef
JM
16416Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16417
16418 * config.guess: Recognize i586-pc-beos.
16419 * configure.in: Don't build some bits for beos.
16420
fbd836fc
ILT
16421Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16422
5d4a5ee6
JL
16423 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16424 CFLAGS default to -O2.
16425
fbd836fc
ILT
16426 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16427 when using GNU ld.
16428
16429Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16430
16431 * ltmain.sh: Correct install when using a different shell.
16432
16433Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16434
16435 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16436
d207ebef
JM
16437Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16438
16439 * makefile.vms: Update to build binutils/makefile.vms. Add install
16440 target.
fbd836fc
ILT
16441
16442Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16443
16444 * ltconfig: Update to correct AIX handling.
16445
69b471bc
JL
16446Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16447
81241b5e
JL
16448 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16449
69b471bc
JL
16450 * configure.in (target_subdir): Set to ${target_alias} instead
16451 of "libraries".
16452
bedf82df
MH
164531998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16454
16455 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16456 (Makefile): Depend on $(gcc_version_trigger).
16457
16458 * configure (gcc_version): Change default initializer to empty
16459 string.
16460 (gcc_version_trigger): New variable; pass this variable down
16461 to subdir configures to enable them checking gcc's version
16462 themselves. Emit make macros for both gcc_version vars.
16463 (topsrcdir): Initialize reliably.
16464 (recursion line): Remove --with-gcc-version=${gcc_version}.
16465
28e449d8
MH
164661998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16467
16468 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
16469 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16470 in $(libsubdir); emit definition in each generated Makefile.
16471 (gxx_include_dir): Initialize depending on
16472 $enable_version_specific_runtime_libs.
28e449d8 16473
50c4c9f7
MH
164741998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16475
16476 * configure (gcc_version): Initialize properly depending on
16477 how and where configure is started.
16478 (recursion line): Pass a --with-gcc-version=${gcc_version}
16479 to configures in subdirs.
16480
d207ebef
JM
16481Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16482
16483 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 16484 cygmon
d207ebef 16485
5d4a5ee6
JL
16486Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16487
16488 * configure.in: Add cygmon and libstub support for mn10200.
16489
2f96399b
MH
164901998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16491
16492 * configure (gcc_version): Add new variable describing the
16493 particular gcc version we're building.
16494 * Makefile.in (libsubdir): Add new macro for the directory
16495 in which the compiler finds executables, libraries, etc.
16496 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16497 and libsubdir.
16498
c4137c50
AO
16499Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16500
ceff9b14
AO
16501 * Makefile.in (local-clean): Remove *.log.
16502 (warning.log): Built with warn_summary from build.log.
16503 (mail-report.log): Run test_summary.
16504 (mail-report-with-warnings.log): Run test_summary including
16505 warning.log in the report.
c4137c50 16506
276d5ee0
RL
16507Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16508
16509 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16510
5d4a5ee6
JL
16511Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16512
16513 * Makefile.in (grep): Grep no longer depends on libiberty.
16514
16515Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16516
16517 * Makefile.in: all-snavigator needs all-libgui.
16518
16519Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16520
16521 * configure.in: Add cygmon and libstub support for mn10300.
16522
8af14275
ILT
16523Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16524
16525 * missing: Update to version from automake 1.3.
16526
fbd836fc
ILT
16527 * ltmain.sh: On installation, don't get confused if the same name
16528 appears more than once in the list of library names.
16529
466456d9
ILT
16530Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16531
16532 * config.sub: Accept m68060 and m5200 as CPU names.
16533
5d4a5ee6
JL
16534Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16535
16536 * configure: Use && rather than using -a in test, because odd
16537 strings can confuse test.
16538 * configure.in: Likewise.
16539
fbd836fc
ILT
16540Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16541
16542 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16543
f0983958
AO
16544Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16545
16546 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 16547 bootstrap4-lean): New targets.
f0983958 16548
bfed1ea0
JL
16549Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16550
16551 * mpw-* Delete. Not used.
16552
5d4a5ee6
JL
16553Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16554
16555 * COPYING.LIB: Update FSF address.
16556
bfed1ea0
JL
16557Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16558
16559 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16560
5d4a5ee6
JL
16561 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16562 GAS_SUPPORT_DIRS.
16563
bfed1ea0
JL
16564Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16565
16566 * ltconfig, ltmain.sh: Avoid producing a version number if
16567 -version-info was not used.
16568
5d4a5ee6
JL
16569Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16570
16571 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16572 building with newlib.
16573
165741998-04-30 Paul Eggert <eggert@twinsun.com>
16575
d207ebef 16576 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 16577 Solaris `make' causes it to continue to next definition.
d207ebef
JM
16578
16579Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16580
16581 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16582 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
16583
16584Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16585
16586 * configure.in: Change alpha to alpha* in several places.
16587
d207ebef
JM
16588Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16589
16590 * config.sub: Recognize sparc86x.
16591
77be0cab
MM
16592Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16593
16594 * configure.in (--enable-target-optspace): Remove debug echo.
16595
62441128
JW
16596Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16597
16598 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16599
bfed1ea0
JL
16600Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16601
16602 * ltconfig: Update cygwin32 support.
16603
5d4a5ee6
JL
16604 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16605 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16606 (GDB_SUPPORT_DIRS): Likewise.
16607
3f4ea1de
MM
16608Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16609
16610 * configure.in (target_makefile_frag): If --enable-target-optspace,
16611 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
16612 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16613 not used.
16614 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 16615
5d4a5ee6
JL
16616Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16617
16618 * Makefile.in (all-bfd): Depend on all-intl.
16619 (all-binutils): Likewise.
16620 (all-gas): Likewise.
16621 (all-gprof): Likewise.
16622 (all-ld): Likewise.
16623
166241998-04-19 Brendan Kehoe <brendan@cygnus.com>
16625
16626 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16627
bfed1ea0
JL
16628Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16629
5d4a5ee6
JL
16630 * Makefile.in (all-bfd): Depend upon all-libiberty.
16631
bfed1ea0
JL
16632 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16633
5d4a5ee6
JL
16634Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16635
16636 * Makefile.in: Add libstub.
16637
16638 * configure.in: Ditto. Build libstub for targets that have cygmon
16639 support.
16640
16641Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16642
16643 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16644
16645Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16646
16647 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16648 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16649
ec8d6ddc
KW
16650Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16651
16652 * configure: Define DEFAULT_M4 by searching PATH.
16653 * Makfile.in: Use DEFAULT_M4.
16654
bfed1ea0
JL
16655Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16656
16657 * ltconfig: Add cygwin32 support.
16658
5d4a5ee6
JL
16659 * Makefile.in, configure.in: Add libtool as a native only directory
16660 to configure and build.
16661
547a6183
JL
16662Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16663
16664 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16665
5d4a5ee6 16666Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 16667
5d4a5ee6
JL
16668 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16669
16670Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16671
16672 * Makefile.in: add ash make rules
16673 * configure.in: add ash to native_only and host_tools lists
16674
16675Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16676
16677 * Makefile.in (all-gettext, all-intl): New targets.
16678 (ALL_MODULES): Added all-gettext, all-intl.
16679 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16680 (INSTALL_MODULES): Added install-gettext, install-intl.
16681 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16682
16683 * configure.in (host_tools): Added gettext.
16684 (native_only): Likewise.
16685 (noconfigdirs) [various cases]: Likewise.
16686 (host_libs): Added intl.
16687
d207ebef
JM
16688Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16689
16690 * configure: Do not disable building gdbtk for cygwin32 hosts.
16691
e98e406f
NC
16692Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16693
16694 * configure.in: Add thumb-coff target.
16695 * config.sub: Add thumb-coff target.
16696
5d4a5ee6
JL
16697Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16698
16699 * Makefile.in: Revert yesterday's change.
16700 (all-target-winsup): all-target-librx stays out of here.
16701
16702Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16703
16704 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16705 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16706 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16707 Remove references to librx and libg++.
16708
16709Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16710
16711 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16712 recursive makes
16713
bfed1ea0
JL
16714Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16715
16716 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 16717 for newlib directory.
bfed1ea0
JL
16718 (CXX_FOR_TARGET): Likewise.
16719
16720Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16721
16722 * ltconfig: Update after libtool/ltconfig.in change for
16723 hpux11.
16724
16725Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16726
16727 * ltconfig, ltmain.sh: Update to libtool 1.2.
16728
3cd730af
MH
16729Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16730
16731 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16732 (install-gcc-cross): Instead, override LANGUAGES here.
16733
80564603
DL
167341998-03-18 Dave Love <d.love@dl.ac.uk>
16735
16736 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16737 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16738
d207ebef
JM
16739Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16740
16741 * configure.in: Add Thumb-pe target.
16742
5d4a5ee6 16743Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 16744
5d4a5ee6
JL
16745 * Makefile.in - changed sn targets to snavigator
16746 * configure.in - changed sn targets to snavigator
16747
2d4a0558
MH
16748Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16749
16750 * config-ml.in: After building symlink tree call make distclean
16751 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16752 to be the case for libiberty.
16753
04b93567
L
16754Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16755
16756 * configure: When making link, also check the current
16757 directory. The configure scripts may create one.
16758
9a06b842
RH
16759Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16760
16761 * config.sub: Accept alphapca56 and alphaev6 properly.
16762
217fc4e6
FS
16763Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16764
16765 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16766
3e07bdbd 16767Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 16768
e490616e 16769 * config.sub (sco5): Fix typo.
3e07bdbd 16770
5d4a5ee6
JL
16771Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16772
16773 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16774 install-itcl.
16775 (install-itcl): Remove dependency on install-tcl.
16776
16777Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16778
16779 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16780
16781Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16782
16783 * configure.in: Don't build libgui for a cygwin32 target when not on
16784 a cygwin32 host.
16785
16786Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16787
16788 * configure (redirect): Set to null, so default behavior of
16789 configure is now --verbose.
16790
ce0d965c
DL
167911998-02-16 Dave Love <d.love@dl.ac.uk>
16792
16793 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16794 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16795
3acd1fd0
MH
16796Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16797
16798 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16799 this change to sync Makefile.in with its ChangeLog entries.
16800
5d4a5ee6
JL
16801Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16802
16803 * ltmain.sh (mkdir): Check that the directory doesn't exist
16804 before we exit with error, so that we don't get races during
16805 parallel builds.
16806
bfed1ea0
JL
16807Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16808
16809 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16810
4e77e8f1
MH
16811Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16812
16813 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16814 PICFLAG_FOR_TARGET.
16815 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16816
16817 * configure: Emit a definition for the new macro enable_shared
16818 into each Makefile.
16819
5d4a5ee6
JL
16820Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16821
16822 * configure.in (host_tools, native_only): Add libtool.
16823
16824Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16825
16826 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16827 Fix typo in ming config comment.
16828
bfed1ea0
JL
16829Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16830
16831 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16832
5d4a5ee6
JL
16833Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16834
16835 * config.sub: Add tic30 cases, and map c30 to tic30.
16836
8821a725
RH
16837Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16838
16839 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16840 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16841 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16842 (CLEAN_TARGET_MODULES): Similarly
16843 (all-target-libf2c): Add dependences.
4e81ae98 16844 * configure.in (target_libs): Add libf2c.
8821a725 16845
5d4a5ee6
JL
16846Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16847
16848 * configure.in: Remove expect from noconfigdirs when target
16849 is cygwin32. OK to build expect and dejagnu with Canadian
16850 Cross.
16851
0aadd657
ILT
16852Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16853
5d4a5ee6
JL
16854 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16855 host.
16856
0aadd657
ILT
16857 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16858 and mingw32.
16859
d0a8352c
MH
16860Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16861
16862 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16863 here as it is not defined in the toplevel Makefile.
16864
59739e3c
MH
16865Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16866
16867 * configure (package_makefile_rules_frag): New variable, which names
16868 a file with generic rules, ...
16869 Change comment to mention we now have FIVE parts.
16870 * configure: Undo last change.
16871
228197ee
LT
16872Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16873
16874 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 16875 * config.sub: More accurate determination of HP processor types.
228197ee 16876
efd4c0ba
MH
16877Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16878
16879 * configure (package_makefile_frag): Move inserting the
16880 ${package_makefile_frag} to where it should be according
16881 to the comment.
16882
6eef3189
PB
16883Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16884
16885 * config.guess: Add support for Linux/ARM.
16886
d207ebef
JM
16887Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16888
16889 * .cvsignore: Remove *-info and *-install since they match
16890 release-info and mpw-install, which we don't want to just ignore.
16891
48464ebf
RH
16892Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16893
16894 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16895
803462a7
PN
16896Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16897
16898 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16899 local_prefix to sub-make invocations.
16900
520ab477
L
16901Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16902
16903 * configure.in: Check makefile fragments in the source
16904 directory.
16905
4bcdb76d
AO
16906Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16907
ceff9b14
AO
16908 * configure.in: Check whether host and target makefile
16909 fragments exist before adding them to *_makefile_frag.
4bcdb76d 16910
5d4a5ee6
JL
16911Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16912
16913 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16914
16915Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16916
16917 * configure.in: Make sure we only replace RPATH_ENVVAR on
16918 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16919 regexp to sed.
16920
16921 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16922 to sub-makes.
16923
0d3e11a5
LI
169241998-01-13 Lee Iverson (leei@ai.sri.com)
16925
16926 * config-ml.in (multi-do): LDFLAGS must include multilib
16927 designator.
16928
d45b3d87 16929Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
16930
16931 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16932
d39cd7a1
MK
16933Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16934
16935 * config.sub: Add mingw32 support.
16936 * configure.in: Likewise.
d39cd7a1 16937
6decbc24
FS
16938Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16939
16940 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16941
5d4a5ee6
JL
16942Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16943
16944 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16945 * configure (gxx_include_dir): Provide a definition for subdirs
16946 which do not use autoconf.
16947
16948Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16949
16950 * config.guess: Sync with egcs. Picks up new alpha support,
16951 BeOS & some additional linux support.
16952
d3d1907a
JL
16953Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16954
16955 * config.guess: HP 9000/803 is a PA1.1 machine.
16956
b104e095
RH
16957Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16958
16959 * configure.in: It's alpha*-...
16960
aca823c1
L
16961Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16962
16963 * configure.in (host_makefile_frag, target_makefile_frag):
16964 Handle multiple config files.
16965 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16966 alpha-*-*.
16967
d207ebef
JM
16968Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16969
16970 * mkdep: New file.
16971
16972Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16973
16974 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16975
5d4a5ee6
JL
16976Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16977
16978 * Makefile.in: Add libgui directory.
16979 (GDB_TK): Add all-libgui.
16980 * configure.in: Add libgui directory.
16981 * configure: Add all-libgui to GDB_TK.
16982
16983Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16984
16985 * config-ml.in (multidirs): Add m32r to multilib list.
16986
16987Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16988
16989 * Makefile.in (all-target-gperf): Change dependency to
16990 all-target-libstdc++.
16991
baf55877
FF
16992Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16993
16994 * config.guess: Add BeOS support.
16995
5d4a5ee6
JL
16996Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16997
16998 Source directory cvs renamed to cvssrc:
16999 * configure.in (host_tools): Change cvs to cvssrc.
17000 (native_only): Likewise.
17001 (noconfigdirs) [various cases]: Likewise.
17002 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17003 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17004 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17005 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17006 (all-cvssrc): Rename target from all-cvs.
17007
f2d76545
JL
17008Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
17009
17010 * configure (gxx_include_dir): Fix thinko.
17011
205cba53
JL
17012Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
17013
17014 * Makefile.in (INSTALL_TARGET_CROSS): Define.
17015 (install-cross, install-gcc-cross): New targets.
17016
5d4a5ee6
JL
17017Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
17018
17019 * configure.in (noconfigdirs): Add support for Thumb target.
17020
17021 * config.sub (maybe_os): Add support for Thumb target.
17022
17023Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
17024
17025 * Makefile.in: Add rules for cygmon.
17026
17027 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17028
96b0f1fc
JL
17029Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
17030
17031 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17032 * configure (gxx_include_dir): Provide a definition for subdirs
17033 which do not use autoconf.
d207ebef
JM
17034
17035Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
17036
17037 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 17038 11/18/97 build
d207ebef 17039
7dfef6ed
JL
17040Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
17041
17042 * From Franz Sirl.
17043 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17044 found on RedHat Linux systems.
96b0f1fc 17045
83cfe7c0
JL
17046Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
17047
17048 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17049 guesses.
17050
7dfef6ed
JL
17051Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
17052
17053 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17054
5d4a5ee6
JL
17055Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
17056
17057 * ltmain.sh: If mkdir fails, check whether the directory was created
17058 anyhow by some other process.
17059
d207ebef
JM
17060Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
17061
17062 * configure.in (d30v-*-*): Configure all directories.
17063
17064Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
17065
17066 * configure.in (d30v-*-*): Configure newlib, libiberty directories
17067 for the D30V.
17068
17069Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
17070
17071 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17072
5d4a5ee6
JL
17073Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
17074
e490616e
ZW
17075 * include/libiberty.h: Add extern "C" { so it can be used with C++
17076 progrms.
17077 * include/remote-sim.h: Add extern "C" { so it can be used with C++
17078 programs.
5d4a5ee6 17079
d207ebef
JM
17080Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
17081
17082 * configure.in (d30v-*-*): Configure GCC now.
17083
5d4a5ee6
JL
17084Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17085
17086 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17087 is no longer needed.
17088
c9670e62
JM
17089Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
17090
17091 * Makefile.in: check-target-libio depends on all-target-libstdc++.
17092
cc71c0ca
MH
17093Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
17094
17095 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17096 targets using "$@" to provide support for similar but not identical
17097 targets without having to duplicate code.
17098
d207ebef
JM
17099Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
17100
17101 * makefile.vms: Fix to work with DEC C.
17102
17103Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
17104
17105 * config.sub: Add mips-tx39-elf to marketing names.
17106
17107Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
17108
17109 * ltmain.sh: Handle symlinks in generated script.
17110
17111Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
17112
17113 * configure: Handle autoconf style directory options: --bindir,
17114 --datadir, --includedir, --infodir, --libdir, --libexecdir,
17115 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17116 --sysconfdir.
17117 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17118 (sharedstatedir, localstatedir, oldincludedir): New variables.
17119 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17120 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17121 sbindir, sharedstatedir, and sysconfdir.
17122
b1e3ddfd
AJ
17123Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17124
17125 * Makefile.in (bootstrap-lean): New target.
17126
d207ebef
JM
17127Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
17128
17129 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 17130 sn, and gnuserv from noconfigdirs.
d207ebef
JM
17131
17132Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
17133
17134 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17135
09f97c1e
JL
17136Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
17137
17138 * Makefile.in (cross): New target.
17139
335d0ab2
AO
17140Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
17141 Jeff Law <law@cygnus.com>
17142
17143 * Makefile.in (bootstrap2, bootstrap3): New targets.
17144 (all-bootstrap): Remove outdated and confusing target.
339c9b00 17145 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 17146
d207ebef
JM
17147Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
17148
17149 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 17150 windows. Consistent with gdb/configure.
d207ebef 17151
e693cc28
UD
171521997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
17153
e693cc28
UD
17154 * configure.in: Name Linux target fragment.
17155
17156 * configure: Rewrite so that project Makefile fragment is inserted
17157 first and appears last in the resulting Makefile.
17158
d207ebef
JM
17159Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
17160
17161 * Makefile.in (install-itcl): Install tcl first.
17162
5d4a5ee6
JL
17163Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
17164
17165 * configure.in: remove bison from noconfigdirs for Cygwin32 host
17166
f401679e
JW
17167Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
17168
17169 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17170
17171 * configure.in (skipdirs): Add target-librx for Linux.
17172 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17173
ec20b1b9
JL
17174Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
17175
17176 * Makefile.in (bootstrap): New target.
17177
becdcf6d
JL
17178Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
17179
63f6bcd7 17180 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 17181
d207ebef
JM
17182Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
17183
17184 * config.guess: Merge with FSF.
17185
0c82f6bf
FF
17186Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
17187
17188 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17189
d207ebef
JM
17190Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
17191
17192 * config.sub: Add "marketing-names" patch.
17193
3fbc0b70
JS
17194Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
17195
e490616e 17196 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 17197
e20d4801
JL
17198Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
17199
17200 * config.sub: Handle v850-elf.
17201
fe181f78 17202Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
17203
17204 * .cvsignore (*-install): Remove.
17205
bfed1ea0
JL
17206Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
17207
17208 * ltconfig: Set CONFIG_SHELL in libtool.
17209 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17210
558a1e7c
JW
17211Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
17212
17213 * configure.in (target_subdir): Set to libraries if enable_multilib.
17214
7818d6fc
JW
17215Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
17216
17217 * config.guess: Update from gcc directory.
17218
d207ebef
JM
17219Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
17220
17221 * Makefile.in (all-sim): Depends on all-readline.
17222
6599da04
JM
17223Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
17224
17225 * Makefile.in (BISON, YACC): Use $$s.
17226 (all-bison): Depend on all-texinfo.
17227
17228Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
17229
17230 * Makefile.in (BISON): Add -L flag.
17231 (YACC): Likewise.
17232
d207ebef
JM
17233Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17234
4e81ae98
EC
17235 * configure.in (noconfigdirs): Add support for v850e target.
17236
d207ebef
JM
17237 * config.sub (maybe_os): Add support for v850e target.
17238
17239Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17240
4e81ae98
EC
17241 * configure.in (noconfigdirs): Add support for v850ea target.
17242
d207ebef
JM
17243 * config.sub (maybe_os): Add support for v850ea target.
17244
6599da04
JM
17245Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
17246
17247 * config.sub: Add mipstx39. Delete r3900.
17248
17249Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17250
17251 * Makefile.in (all-autoconf): Depends on all-texinfo.
17252
17253Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
17254
17255 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17256 eabi targets.
17257
17258Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
17259
17260 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17261
17262 * configure: When handling a Canadian Cross, handle YACC as well as
17263 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 17264 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
17265
17266Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
17267
17268 * Makefile.in (BISON): bison, not byacc or bison -y.
17269 (YACC): bison -y or byacc or yacc.
17270 (various): Add *-bison as appropriate.
17271 (taz): No need to mess with BISON anymore.
17272
17273Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
17274
17275 * configure: If OSTYPE matches *win32*, try to find a good value for
17276 CONFIG_SHELL.
17277
17278Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
17279
17280 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17281 configure.in if it is present.
17282
17283Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
17284
17285 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17286
17287Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
17288
17289 * config.sub: Recognize `arc' cpu.
17290 * configure.in: Likewise.
17291 * config-ml.in: Likewise.
17292
17293Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
17294
17295 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17296
17297Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
17298
17299 * configure: Changed sed delimiter from ':' to '|' when
17300 attempting to substitute ${config_shell} for SHELL. On
17301 NT ${config_shell} may contain a ':' in it.
17302
17303Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
17304
17305 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17306
17307Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
17308
17309 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17310
17311Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
17312
17313 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17314
17315 * ylwrap: If the program is a relative path, force it to be
17316 absolute.
17317
17318Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
17319
17320 * configure (tooldir): Set BISON to `bison -y' and not just bison.
17321
17322Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
17323
17324 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
17325 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17326 for libraries.
6599da04
JM
17327
17328Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
17329
17330 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 17331 separated by spaces.
6599da04
JM
17332
17333Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
17334
17335 * ylwrap: New file.
17336 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17337
17338 * ltmain.sh: Handle /bin/sh at start of install program.
17339
17340 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17341
17342 * ltconfig, ltmain.sh: New files, from libtool 1.0.
17343 * missing: New file, from automake 1.2.
17344
17345Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
17346
17347 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
17348 check-tk to CHECK_X11_MODULES.
17349
17350Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
17351
17352 * config.sub: Merge with FSF.
17353
17354Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
17355
17356 * config.guess: Merge with FSF.
17357
17358Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17359
17360 * configure: Treat msdosdjgpp like go32.
17361 * configure.in: Likewise. Don't remove gprof for go32.
17362
17363 * configure: Change Makefile.tem2 to Makefile.tm2.
17364
17365Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
17366
17367 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17368
17369Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17370
17371 * install-sh (chmodcmd): Set to null if the DST directory already
17372 exists. Same as Nov 11th change.
17373
17374Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17375
4e81ae98 17376 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
17377
17378Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17379
17380 * config.guess: Update from FSF.
17381
17382Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17383
17384 * Makefile.in (GDB_TK): Depend on itcl and tix.
17385
17386Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17387
17388 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17389 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17390 (INSTALL_SCRIPT): New variable.
17391 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17392 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17393 to -x.
17394 * install-sh: Add support for -x option.
17395
17396Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17397
17398 * configure.in, Makefile.in: Treat tix like itcl.
17399
17400Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17401
17402 * Makefile.in (WINDRES): New variable.
17403 (WINDRES_FOR_TARGET): New variable.
17404 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17405 (EXTRA_HOST_FLAGS): Add WINDRES.
17406 (EXTRA_TARGET_FLAGS): Add WINDRES.
17407 (EXTRA_GCC_FLAGS): Add WINDRES.
17408 ($(DO_X)): Pass down WINDRES.
17409 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17410 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17411 DLLTOOL_FOR_TARGET.
17412
17413Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17414
17415 * configure.in: configure sim before gdb for win32-x-ppc
17416
17417Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17418
17419 Move gperf into the toplevel, from libg++.
17420 * configure.in (target_tools): Add target-gperf.
17421 (native_only): Add target-gperf.
17422 * Makefile.in (all-target-gperf): New target, depend on
17423 all-target-libg++.
17424 (configure-target-gperf): Empty rule.
17425 (ALL_TARGET_MODULES): Add all-target-gperf.
17426 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17427 (CHECK_TARGET_MODULES): Add check-target-gperf.
17428 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17429 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17430
17431Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 17432
6599da04
JM
17433 * config.sub (mn10200): Recognize new basic machine.
17434
17435Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17436
17437 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17438 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17439
17440Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17441
17442 * configure.in: If we're building mips-sgi-irix6* native, turn on
17443 ENABLE_MULTILIB and set TARGET_SUBDIR.
17444
17445Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17446
17447 * Makefile.in (all-sn): Depend on all-grep.
17448
17449Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17450
17451 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17452
17453 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17454 Makefile. From Jeff Makey <jeff@cts.com>.
17455 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17456
17457 * Makefile.in (DISTBISONFILES): Remove.
17458 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17459 $(DEFAULT_YACC).
17460
17461 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 17462 cygwin32.
6599da04
JM
17463
17464 * Makefile.in (LD): New variable.
17465 (EXTRA_HOST_FLAGS): Pass down LD.
17466 ($(DO_X)): Likewise.
17467
17468Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17469
17470 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17471
17472Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17473
17474 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 17475 before adding our own. Always add --build.
6599da04
JM
17476
17477Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17478
17479 * configure.in (targargs): Pass --build if we're doing
17480 a cross-compile.
17481
17482Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17483
ca236658 17484 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
17485 sed. Otherwise sed chokes on NT path names with drive
17486 designators. Also look for "?:*" as the leading characters in an
17487 absolute pathname.
17488
17489Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17490
17491 * config.sub: Support for r3900.
17492
17493Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17494
17495 * configure.in: Use install-sh, not install.sh.
17496
17497Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17498
17499 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17500 apply it twice.
17501
17502Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17503
17504 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17505 install-binutils.
17506
17507Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17508
17509 * Makefile.in: Add automake targets.
17510 * configure.in (host_tools): Add automake.
17511
17512Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17513
17514 * configure: Default CXX to c++, not gcc.
17515 * Makefile.in (CXX): Set to c++, not gcc.
17516 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17517
17518Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17519
17520 * install-sh: try appending a .exe if source file doesn't
17521 exist
17522
17523Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17524
17525 * configure.in: Turn on multilib by default.
17526 (cross_only): Remove target-libiberty.
17527
17528 * Makefile.in (all-gcc): Don't depend on libiberty.
17529
17530Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17531
17532 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17533
17534Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17535
17536 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17537 (DISTBISONFILES): Add ld/Makefile.in
17538
17539Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17540
17541 * configure.in: if target is cygwin32 but host isn't cygwin32,
17542 don't configure gdb tcl tk expect, not just gdb.
17543
17544Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17545
17546 * configure.in: Added gnuserv everywhere sn appears.
17547
17548 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17549 (CROSS_CHECK_MODULES): Added check-gnuserv.
17550 (INSTALL_MODULES): Added install-gnuserv.
17551 (CLEAN_MODULES): Added clean-gnuserv.
17552 (all-gnuserv): New target.
17553
17554Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17555
17556 * config.guess: Fixes for MIPS OpenBSD systems.
17557
17558Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17559
17560 * Makefile.in (INSTALL_XFORM): Remove.
17561 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17562
17563 * mkinstalldirs: New file, copied from automake.
17564 * Makefile.in (installdirs): Rename from install-dirs. Use
17565 mkinstalldirs. Change all users.
17566 (DEVO_SUPPORT): Add mkinstalldirs.
17567
17568Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17569
17570 * install-sh: Rename from install.sh.
17571 * Makefile.in (INSTALL): Change install.sh to install-sh.
17572 (DEVO_SUPPORT): Likewise.
17573
17574 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17575 Graichen <graichen@rzpd.de>.
17576
17577Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17578
17579 * config.guess: Recognize OpenBSD systems correctly.
17580
17581Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17582
17583 * README, Makefile.in (ETC_SUPPORT): Remove references to
17584 cfg-paper*, configure.{texi,man,info*}._
17585
17586Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17587
17588 * Makefile.in (all.normal): Ensure that gcc is built after all
17589 the x11 - ie gdb - targets.
17590
17591Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17592
17593 * makefile.vms: Don't run conf-a-gas.
17594
17595Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17596
e490616e 17597 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 17598
d207ebef
JM
17599Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17600
17601 * configure.in: Remove noconfigdirs case since gdb also
17602 configures and builds for tic80-coff.
17603
6599da04
JM
17604Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17605
17606 * configure: Set cache_file to config.cache.
17607 * Makefile.in (local-distclean): Remove config.cache.
17608
17609Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17610
17611 * COPYING: Update FSF address.
17612
d207ebef
JM
17613Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17614
17615 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17616 noconfigdirs.
17617
6599da04
JM
17618Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17619
17620 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17621 MAKEDIRS, is empty.
17622
17623Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17624
17625 * config.sub: Tweak mn10300 entry.
17626
17627Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17628
17629 * configure.in (host_tools): Put sim before gdb, so gdb's
17630 configure.tgt can determine if the simulator was configured.
17631
17632Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17633
17634 * config.sub: Move BeOS $os case to be with other Cygnus
17635 local cases.
17636
17637Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17638
17639 * config.sub: Remove misplaced comment that broke Linux.
17640
17641Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17642
17643 * config.sub: Add BeOS support.
17644
17645Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17646
17647 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17648
17649Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17650
17651 * configure.in (noconfigdirs): Remove tcl and tk from
17652 noconfigdirs for cygwin32 builds.
17653
d207ebef
JM
17654Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17655
17656 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17657
6599da04
JM
17658Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17659
17660 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17661 make-all.com, use makefile.vms instead.
17662
17663Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17664
17665 * config.sub: Accept -lnews*.
17666
d207ebef
JM
17667Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17668
17669 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 17670 target-examples and target-libiberty for d30v.
d207ebef
JM
17671
17672Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17673
17674 * configure.in (noconfigdirs): Enable ld for d30v.
17675
17676Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17677
17678 * configure.in (tic80-*-*): Build compiler.
17679
17680Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17681
17682 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 17683 unsupported d30v directories
d207ebef
JM
17684
17685Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17686
4e81ae98
EC
17687 * config.sub, configure.in: Add d30v target cpu.
17688
6599da04
JM
17689Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17690
17691 * makefile.vms: New file.
17692 * make-all.com: Remove.
17693
17694Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17695
17696 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17697
17698Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17699
17700 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17701
17702Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17703
17704 * Makefile.in (ALL_MODULES): Added all-db.
17705 (CROSS_CHECK_MODULES): Addec check-db.
17706 (INSTALL_MODULES): Added install-db.
17707 (CLEAN_MODULES): Added clean-db.
17708
17709Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17710
17711 * config.guess: Merge with latest FSF sources.
17712
17713Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17714
17715 * Makefile.in (ALL_MODULES): Added all-itcl.
17716 (CROSS_CHECK_MODULES): Added check-itcl.
17717 (INSTALL_MODULES): Added install-itcl.
17718 (CLEAN_MODULES): Added clean-itcl.
17719
17720Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17721
17722 * configure.in: build gdb for mn10200
17723
17724Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17725
17726 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17727
d207ebef
JM
17728Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17729
17730 * configure.in (tic80-*-*): Turn off most targets right now.
17731
6599da04
JM
17732Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17733
17734 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17735 rather than the makeinfo program.
17736 (do-info): Depend upon all-texinfo.
17737
17738Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17739
17740 * configure.in: Remove uses of config/mh-linux.
17741
17742 * config.sub, config.guess: Merge with latest FSF sources.
17743
d207ebef
JM
17744Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17745
17746 * config.sub (case $basic_machine): Add tic80 entries.
17747
6599da04
JM
17748Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17749
17750 * config.sub, config.guess: Merge with latest FSF sources.
17751
17752Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17753
17754 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17755 * mpw-config.in: Test for NewFolderRecursive.
17756 * mpw-install: Use symbolic name for startup filename.
17757 * mpw-README: Add various additional details.
17758
17759Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17760
17761 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17762
17763Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17764
17765 * configure.in: Do build gcc and the target libraries for
17766 the mn10200.
17767
17768Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17769
17770 * configure.in: don't avoid building gdb for mn10300 any more
17771 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17772 instead of single-quoting it.
17773
17774Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17775
17776 * configure.in: Don't use --with-stabs on IRIX 6.
17777
17778Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17779
17780 * configure.in (m32r): Build gdb, libg++ now.
17781
17782Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17783
17784 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17785 directories from noconfigdirs.
17786
17787Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17788
17789 * config.sub (basic_machine): added mips16 configuration
17790
17791Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17792
17793 * config.sub: Handle d10v-unknown.
17794
d207ebef
JM
17795Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17796
17797 * config.sub: Handle v850-unknown.
17798
6599da04
JM
17799Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17800
17801 * Makefile.in: add findutils
17802 * configure.in: add findutils to list of host_tools
17803
17804Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17805
17806 * config.sub: Handle mn10200 and mn10300.
17807
17808Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17809
17810 * configure.in (d10v-*): Do not build librx.
17811
17812Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17813
17814 * configure.in (mn10300): Build everything except gdb & libgloss.
17815
17816Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17817
17818 * config.guess: Patch for Dansk Data Elektronik servers,
17819 from Niels Skou Olsen <nso@dde.dk>.
17820
17821 For ncr, use /bin/uname rather than uname, since GNU uname does not
17822 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17823
17824 Patch for MIPS R4000 running System V,
17825 from Eric S. Raymond <esr@snark.thyrsus.com>.
17826
17827 Fix thinko for nextstep.
17828
17829 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17830
17831 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17832 * config.guess: Guess mips-dec-mach_bsd4.3.
17833
17834 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17835 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17836 release numbers.
17837 * config.guess (mips-mips-riscos*): Emit just enough of the
17838 release number.
17839
17840 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17841 * config.guess (sparc-auspex-sunos*): Added.
17842 (f300-fujitsu-*): Added.
17843
17844 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17845 * config.guess: Recognize a Tadpole as a sparc.
17846
17847Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17848
17849 * config.guess: Don't assume that NextStep version is either 2 or
17850 3. NextStep 4 (aka OpenStep 4) has come out now.
17851
17852Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17853
17854 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17855 From Rik Faith <faith@cs.unc.edu>.
17856
17857Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17858
17859 * config.sub: Contributions from bug-gnu-utils to:
17860 Support plain "hppa" (no version given) architecture, reported by
17861 OpenStep.
17862 OpenBSD like NetBSD.
17863 LynxOs is not a hardware supplier.
17864
17865 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 17866 OpenBSD like NetBSD.
6599da04
JM
17867 Stratus systems.
17868 More Pyramid systems.
17869 i[n>4]86 Intel chips.
17870 M680[n>4]0 Motorola chips.
17871 Use unknown instead of lynx for hardware manufacturer.
17872
17873Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17874
17875 * install.sh (chmodcmd): Set to null if the DST directory already
17876 exists.
17877
17878Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17879
17880 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17881 not use mt-ppc target Makefile fragment any more.
17882
17883Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17884
17885 * configure.in (*-*-windows): Exclude everything but those dirs
17886 needed to build windows.
17887
17888Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17889
17890 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17891
17892Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17893
17894 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
17895
17896Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17897
17898 * Undo my previous change.
17899
17900Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17901
17902 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17903 unconditionally.
17904 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17905
17906Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17907
17908 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17909 host to add it's own flags.
6599da04
JM
17910
17911Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17912
17913 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17914
17915Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17916
17917 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17918 (CXX_FOR_TARGET): Likewise.
17919 (GCC_FOR_TARGET): Define.
17920 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17921 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17922 CC_FOR_TARGET was specified on the command line.
17923 (MAKEOVERRIDES): Don't define.
17924
17925Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17926
17927 * configure.in (m32r): Fix spelling of libg++ libs.
17928
17929Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17930
17931 * config.sub (-apple*): Remove, now redundant.
17932
17933Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17934
17935 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17936
17937 * configure: Rework yesterday's sed script patch.
17938
17939 * config.sub: Merge with FSF.
17940
17941Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17942
17943 * config.guess: Merge from FSF.
17944
17945 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
17946 * config.guess: Use pc instead of unknown, for pc clone systems.
17947 Change linux to linux-gnu.
6599da04
JM
17948
17949 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 17950 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
17951
17952Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17953
17954 * test-build.mk (HOLES): Add "xargs" for gdb.
17955
17956 * configure: Avoid hpux10.20 sed bug.
17957
17958Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17959
731a8127 17960 * configure.in: Add support for windows host
6599da04
JM
17961 (that is a build done under the Microsoft build environment).
17962
17963Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17964
17965 * Makefile.in: Replace all uses of srcroot with s, to shrink
17966 command line lengths.
17967
17968 Patches from Geoffrey Noer <noer@cygnus.com>:
17969 * configure.in: If configuring for newlib, pass --with-newlib to
17970 subdirectories.
17971 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17972 -Bnewlib/ and -Lwinsup to gcc.
17973 (CXX_FOR_TARGET): Likewise.
17974
17975Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17976
17977 * Makefile.in (ETC_SUPPORT): Add configure.
17978
17979Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17980
4e81ae98 17981 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
17982 host configuration file.
17983
17984Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17985
17986 * configure.in: Break mn10x00 support into separate
17987 mn10200 and mn10300 configurations.
17988 * config.sub: Likewise.
17989
17990Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17991
17992 * configure.in: Add lots of stuff to noconfigdirs for
17993 the mn10x00 targets.
17994
17995 * config.sub, configure.in: Add mn10x00 support.
17996
17997Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17998
17999 * make-all.com: Call conf-a-gas, not config-a-gas.
18000
18001Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
18002
18003 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 18004 targets.
6599da04
JM
18005
18006Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
18007
18008 * mpw-README: Add much more detail for native PowerMac.
18009 * mpw-install: New file.
18010 * mpw-configure: Add --norecursion and --help options.
18011 * mpw-config.in: Translate readme and install files when
18012 copying to objdir.
18013 * mpw-build.in: Don't always depend on byacc and flex.
18014 (install-only-top): New action.
18015
d207ebef
JM
18016Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
18017
18018 * configure.in: You can now configure GDB for the v850.
18019
6599da04
JM
18020Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
18021
18022 * configure.in (noconfigdirs): Don't configure any C++ dirs
18023 if targeting D10V.
18024
18025Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
18026
18027 * config.sub: Recognize mips64vr5000.
18028
18029Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
18030
18031 * configure.in: Use a single line for host_tools and native_only.
18032
18033Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
18034
18035 * config.sub, configure.in: Add entries for m32r.
18036
18037Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
18038
18039 * Makefile.in (inet-install): Don't run install-gzip.
18040
18041Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
18042
18043 * configure.in: Don't config lots of things for *-*-windows*.
18044
18045Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
18046
18047 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18048 (host_libs, host_tools): Copy from configure.in.
18049 * mpw-configure: Don't complain about directories not found.
18050
18051Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18052
18053 * configure.in (i[345]86): Recognize i686 for pentium pro.
18054 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18055 file.
18056
18057 * config.guess (i[345]86): Ditto.
18058
18059Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18060
18061 * configure.in (noconfigdirs): Removed gdb for D10V.
18062
d207ebef 18063Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 18064
d207ebef
JM
18065 * configure.in: Remove ld, target-libio, target-libg++, and
18066 target-libstdc++ from noconfigdirs.
5d4a5ee6 18067
6599da04
JM
18068Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
18069
18070 * configure: Fix three locations where shell scripts were
18071 being run directly rather than with config_shell.
18072
d207ebef
JM
18073Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
18074
18075 * configure.in (v850-*-*): Set up initial $noconfigdirs.
18076 * config.sub (basic_machine): Recognize v850.
18077
6599da04
JM
18078Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18079
18080 * mpw-configure: Handle multiple enable/disable options and
18081 pass them down recursively, handle -c and -s flags appropriately
18082 depending on choice of compiler, add escape mechanism for
18083 quoted arguments to gC.
18084
18085Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18086
18087 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18088 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18089 so that -mrelocatable-lib and -mno-eabi are used.
18090
18091 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18092 not support --print-multi-lib, don't abort.
18093
6599da04
JM
18094Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
18095
18096 * make-all.com: Run config-a-gas.
18097 * setup.com: Don't copy subdirectory files around.
18098
18099Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
18100
18101 * configure.in (*-*-ose): Remove exclusion of libgloss for this
18102 target, it now compiles correctly.
18103
18104Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
18105
18106 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18107
18108Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18109
4e81ae98 18110 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
18111
18112Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18113
18114 * configure.in (native_only): Add prms.
18115
18116Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
18117
18118 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18119 (BINUTILS_SUPPORT_DIRS): Likewise.
18120
18121Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18122
18123 * configure.in (d10v-*-*): Don't configure ld or gdb until the
18124 d10v support is added.
18125
18126Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18127
18128 * configure.in (d10v-*-*): New target.
18129
18130Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
18131
18132 * config.guess (HP 9000/811): Recognize this as a PA1.1
18133 machine.
18134
18135Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
18136
18137 * Makefile.in (do-tar-gz): New target, split out from tail end of
18138 taz target. Run each command separately, don't use pipes.
18139 (taz): Use it.
18140
18141Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
18142
18143 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18144 * mpw-build.in: No builds should depend on building byacc or flex,
18145 they are assumed to be installed already.
18146
18147Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18148
18149 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18150 variable that CC_FOR_TARGET needs.
18151
18152Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18153
18154 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18155 options have changed since the last time the subdirectory was
18156 configured, and if it has, reconfigure.
18157 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18158 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18159
18160Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
18161
18162 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18163 CLEAN_MODULES): Add bash.
18164 (all-bash): New target.
18165
18166Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
18167
18168 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18169
18170Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18171
18172 * config.sub (basic_machine): Recognize d10v as a valid processor.
18173
18174Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
18175
18176 * mpw-configure: Add support for --bindir.
18177 * mpw-build.in: Use a GCC-specific build script for GCC actions.
18178
18179Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
18180
18181 * configure.in: add bash, time, gawk to list of hosttools and things
18182 to only build for native toolchains
18183
18184Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18185
18186 * Makefile.in (docdir): Remove.
18187
18188Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18189
18190 * Makefile.in (datadir): Set to $(prefix)/share.
18191
18192Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
18193
18194 * configure.in: build diff and patch for cygwin32-hosted
18195 toolchains.
18196
18197Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
18198
18199 * config.sub: Accept -rtems*.
18200
18201Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
18202
e490616e
ZW
18203 * configure.in: enable dosrel for cygwin32-hosted builds,
18204 remove diff from the list of things not buildable
18205 via Canadian Cross
6599da04
JM
18206
18207Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
18208
18209 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 18210 don't get ". ".
6599da04
JM
18211
18212Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
18213
18214 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18215
18216Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
18217
18218 * Makefile.in (taz): Handle case where tex3patch didn't even get
18219 checked out. Also, if it was found, put the symlink in a new util
18220 subdirectory.
18221
18222Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18223
18224 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18225
18226Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
18227
18228 * config.sub: Recognize -openvms.
18229 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18230 * make-all.com, setup.com: New files.
18231
18232Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18233
18234 * Makefile.in (taz): tex3patch moved to texinfo/util.
18235
18236Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
18237
18238 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18239 * configure.in: remove make from disable-if-Can-Cross list
18240 enable gdb if ${host} and ${target} are cygwin32
18241
18242Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
18243
18244 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
18245 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18246
18247Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18248
18249 * config.guess: Combine mips-mips-riscos cases, and use cpp to
18250 distinguish sysv/svr4/bsd variants.
18251 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18252
18253Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
18254
18255 * configure.in: Added copyright notice.
18256 * move-if-change: Added copyright notice.
18257
18258Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18259
18260 * configure.in (powerpcle-*-solaris*): Until we get shared
18261 libraries working, don't build gdb, sim, make, tcl, tk, or
18262 expect.
18263
18264Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
18265
18266 * config.guess: Merge with FSF:
18267
18268 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
18269 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18270
18271 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
18272 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18273
18274 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
18275 * config.guess: Combine two OSF1 rules.
18276 Also recognize field test versions. From mjr@zk3.dec.com.
18277 * config.guess (dgux): Use /usr/bin/uname rather than uname,
18278 because GNU uname does not support -p. From pmr@pajato.com.
18279
18280Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
18281
18282 * Makefile.in (MAKEDIRS): Removed $(tooldir).
18283
18284Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
18285
18286 * mpw-README: Document GCCIncludes.
18287
18288Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
18289
18290 * configure.in (alpha-*-linux*): Set enable_shared to yes.
18291
18292Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
18293
18294 * mpw-configure: Handle --enable-FOO and --disable-FOO.
18295
18296Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
18297
18298 * configure.in (*-*-cygwin32): Configure make.
18299
18300Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
18301
18302 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18303
18304Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
18305
18306 * Makefile.in (all-inet): Depend on all-perl.
18307
18308 * Makefile.in (inet-install): New target.
18309
18310 * Makefile.in (all-inet): Depend on all-tcl.
18311 (all-inet): Depend on all-send-pr.
18312
18313Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18314
18315 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18316 temporarily.
18317
18318Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
18319
18320 * configure.in: Don't configure --with-gnu-ld on AIX.
18321
18322Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18323
18324 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18325
18326Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
18327
18328 * Makefile.in (ALL_MODULES): Added all-inet.
18329 (CROSS_CHECK_MODULES): Added check-inet.
18330 (INSTALL_MODULES): Added install-inet.
18331 (CLEAN_MODULES): Added clean-inet.
18332 (all-indent): New target.
18333
18334 * configure.in (host_tools): Added inet.
18335 (native_only): Added inet.
18336 (noconfigdirs): Added inet.
18337
18338Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
18339
18340 * configure.in: Don't configure libgloss if we are not configuring
18341 newlib.
18342
18343Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18344
18345 * configure.in: Don't configure libgloss for unsupported
18346 architectures.
18347
18348Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18349
18350 * Makefile.in (CLEAN_MODULES): Add clean-apache.
18351
18352Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
18353
18354 * Makefile.in (ALL_MODULES): Include all-apache.
18355 (CROSS_CHECK_MODULES): Include check-apache.
18356 (INSTALL_MODULES): Include install-apache.
18357 (all-apache): New target.
18358
18359 * configure.in: Added apache everywhere perl is seen.
18360
18361Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18362
18363 * Makefile.in: Add support for clean-{module} and
18364 clean-target-{module} rules.
18365
18366Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
18367
18368 * configure.in (*-*-ose) do not build libgloss.
18369
18370Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18371
18372 * config.guess (prep*:SunOS:5.*:*): Turn into
18373 powerpele-unknown-solaris2.
18374
18375Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18376
18377 * configure.in: Permit --enable-shared to specify a list of
18378 directories.
18379
18380Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18381
18382 * configure.in (host==solaris): Pass only the first word of $CC
18383 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18384
18385Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18386
18387 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18388
18389Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18390
18391 * Makefile.in (ALL_MODULES): Include all-perl.
18392 (CROSS_CHECK_MODULES): Include check-perl.
18393 (INSTALL_MODULES): Include install-perl.
18394 (ALL_X11_MODULES): Include all-guile.
18395 (CHECK_X11_MODULES): Include check-guile.
18396 (INSTALL_X11_MODULES): Include install-guile.
18397 (all-perl): New target.
18398 (all-guile): New target.
18399
18400 * configure.in (host_tools): Include perl and guile.
18401 (native_only): Include perl and guile.
18402 (noconfigdirs): Don't build guile and perl; no ports have been
18403 done.
18404
18405Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18406
e490616e
ZW
18407 * configure (--enable-*): Handle quoted option lists such as
18408 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
18409
18410Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18411
18412 * Makefile.in ({,inst}all-target): New rule so we can make and
18413 install all of the target directories easily.
18414
18415Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18416
18417 * configure.in: Add missing global flag in sed substitution when
18418 deleting `target-' from ${configdirs}.
18419
18420Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18421
18422 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18423 option.
18424
18425 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18426 config/mh-necv4.
18427
18428 * install.sh: Correct misspelling of transformbasename.
18429
18430 * config.guess: Recognize mips-*-sysv*.
18431
18432Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18433
18434 * config.sub: Recognize mon960.
18435
18436Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18437
18438 * configure: Restore Canadian Cross handling of BISON and LEX,
18439 removed in Feb 20 change.
18440
18441Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18442
18443 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18444 Mention make install. Remove the old copyright date as well the
18445 clumsy and rather pointless copyright on the README file.
18446
18447Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18448
18449 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18450 Makefile after running symlink-tree, then run `make distclean' to
18451 avoid clobbering any generated files in srcdir.
18452
18453Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18454
18455 * configure.in (m68k-*-netbsd*): Build everything now.
18456
18457Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18458
18459 * Makefile.in (taz): Fix quoting.
18460
18461Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18462
18463 * configure.in (sparclet-*-*): Build everything now.
18464
18465Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18466
18467 * configure.in (m68k-*-linux*): New host.
18468
18469Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18470
18471 * configure: Check for bison before byacc.
18472
18473Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18474
18475 * Makefile.in configure: Change the way LEX and BISON/YACC are
18476 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18477 searching PATH. These are used as fallbacks by Makefile.in if
18478 flex/bison/byacc aren't in objdir.
18479
18480Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18481
18482 * Makefile.in: Make everything which depends upon all-bfd also
18483 depend upon all-opcodes, in case --with-commonbfdlib is used.
18484
18485Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18486
18487 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18488 building NT native compilers on Unix.
18489
18490Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18491
18492 * configure.in: Don't get CC from the host Makefile fragment if we
18493 can find gcc in PATH, or if this is a Canadian Cross. Move the
18494 Solaris test for /usr/ucb/cc to the post target script, just after
18495 the compiler sanity test.
18496
18497Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18498
18499 * config.sub: Merge with FSF.
18500
18501Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18502
18503 * Makefile.in (RPATH_ENVVAR): New variable.
18504 (REALLY_SET_LIB_PATH): Use it.
18505 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18506
18507Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18508
18509 * config.sub, configure.in: Recognize sparclet cpu.
18510
18511Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18512
18513 * config.guess: Support m68k-cbm-sysv4.
18514
18515Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18516
18517 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18518 m68k-unknown-linuxaout from linker help string. Put quotes around
18519 $ld_help_string.
18520
18521Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18522
18523 * config.guess (powerpc-harris-powerunix): Add guess for port
18524 to new target.
18525
18526Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18527
18528 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18529
18530Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18531
18532 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18533 $(REALLY_SET_LIB_PATH) in Makefile.
18534 * Makefile.in (SET_LIB_PATH): New variable.
18535 (REALLY_SET_LIB_PATH): New variable.
18536 ($(DO_X)): Use $(SET_LIB_PATH).
18537 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18538 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18539 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18540 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18541 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18542 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18543 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18544 (install-dosrel): Likewise.
18545 (all-opcodes): Depend upon all-libiberty.
18546
18547Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18548
18549 * config.guess (*:CYGWIN*): New
18550
18551Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18552
18553 * Makefile.in (all-target-winsup): All all-target-libiberty.
18554
18555Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18556
18557 * configure.in (noconfigdirs): Add missing # in front of comment.
18558
18559Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18560
18561 * configure.in: add second pass to things added to noconfigdirs
18562 so *-gm-magic can exclude libgloss properly.
18563
18564Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18565
18566 * mpw-configure (extralibs_name, rez_name): Set correctly
18567 for MWC68K compiler.
18568
18569 * mpw-README: Add more info on the necessary build tools.
18570
18571Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18572
18573 * configure.in, config.sub: Recognize cygwin32.
18574
18575Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18576
18577 * config.guess, config.sub: Recognize A/UX.
18578
18579Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18580
18581 * config.sub: Merge with gcc/config.sub.
18582
18583Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18584
18585 * mpw-build.in (do-binutils): Add build of stamps.
18586
18587Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18588
18589 * config.sub: Add recognition for mips64vr4100*-* targets.
18590
18591Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18592
18593 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18594 Add creation of gconfigargs with `--enable-shared' turned on.
18595 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18596 ($(host)-stamp-stage3-configured): Likewise.
18597 (HOLES): Add chatr and ldd.
18598 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18599
18600Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18601
18602 * configure: Pass --nfp to recursive configures.
18603
18604Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18605
18606 * Makefile.in (DLLTOOL): New.
18607 (DLLTOOL_FOR_TARGET): New.
18608 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18609 (EXTRA_TARGET_FLAGS): Ditto.
18610 (EXTRA_GCC_FLAGS): Ditto.
18611 (CONFIGURE_TARGET_MODULES): Ditto.
18612 (DO_X): Ditto.
18613 * configure: Add DLLTOOL.
18614
18615Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18616
18617 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18618 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18619 mh-sco, since old workarounds no longer needed, and don't
18620 build ld, since libraries have weak symbols in COFF.
18621
18622Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18623
18624 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18625
18626Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18627
18628 * configure.in: Make sure that ${CC} can be used to compile an
18629 executable.
18630
18631Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18632
18633 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18634 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18635 nothing depending on whether gdbtk is being built.
18636
18637Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18638
18639 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18640
18641Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18642
18643 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18644 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18645
18646Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18647
18648 * config-ml.in: Add support for
18649 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18650 Simplify setting of multidirs from --disable-foo.
18651
18652Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18653
18654 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18655 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18656 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 18657 non-empty, pass them on to the GCC make.
6599da04
JM
18658 (all-bootstrap): New rule that is like all-gcc, except it executes
18659 the GCC bootstrap rule instead of the GCC all rule.
18660
18661Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18662
18663 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18664
18665Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18666
18667 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18668 DG/UX support.
18669
18670Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18671
18672 * config.sub (i*86*) Change [345] to [3456]
18673
18674Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18675
18676 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18677 --with-gnu-ld=no.
18678
18679Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18680
18681 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18682 AIX multilibs get built.
18683
18684Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18685
18686 * configure.in (i386-win32): Don't build expect if we're not
18687 building the tcl subdir.
18688
18689Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18690
18691 * Makefile.in: (configure-target-examples, all-target-examples):
18692 New targets, configure and build example programs.
18693
18694Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18695
18696 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18697 use it as input to sedit the generated MPW makefile.
18698 * mpw-README: Add a suggestion about Gestalt.h.
18699
18700Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18701
18702 * config.sub: Accept *-*-ieee*.
18703
18704Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18705
18706 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18707 Ronald F. Guilmette <rfg@monkeys.com>.
18708
18709Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18710
18711 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18712 for powerpc-pe native.
18713 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18714 (target==powerpc-pe): duplicate i386-win32 entry.
18715
18716Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18717
18718 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18719 of vxworks, not just vxworks5.1.
18720
18721Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18722
18723 * mpw-configure: Add support for exec-prefix.
18724
18725Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18726
18727 * config.guess: Recognize HP model 816 machines as having
18728 a PA1.1 processor.
18729
18730Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18731
18732 * configure: Ignore new autoconf configure options.
18733
6599da04
JM
18734Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18735
18736 * config.guess: Recognize Pentium under SCO.
18737 From Robert Lipe <robertl@arnet.com>.
18738
18739Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18740
18741 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
18742
18743Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18744
18745 * configure.in: Don't configure gas for alpha-dec-osf*.
18746
18747Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18748
18749 * configure.in: Default to --with-stabs for some targets for which
18750 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18751 i[345]86*-*-unixware*.
18752
18753Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18754
18755 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18756 rather than basing it on the target. Simplify handling of options
18757 controlling which directories to configure. Remove extraneous
18758 slash in multi-clean target.
18759
18760Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18761
18762 * config-ml.in: Prefix more variables with ml_ so they don't collide
18763 with configure's.
18764
18765Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18766
18767 * configure: Don't turn -v into --v.
18768
18769Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18770
18771 * configure.in (targargs): Fix typo.
18772
18773 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18774
18775Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18776
18777 * configure.in: Strip --host and --target options from
18778 CONFIG_ARGUMENTS, and always configure for --host only. Add
18779 --with-cross-host option when building with a cross-compiler.
18780 * configure: Canonicalize the arguments put into config.status by
18781 always using `=' for an option with an argument. Pass a presumed
18782 --host or --target explicitly.
18783
18784Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18785
18786 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18787 into general OS recognition case.
18788
18789Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18790
18791 * configure.in (target_configdirs): add target-winsup only
18792 for win32 target systems.
18793
18794Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18795
18796 * Makefile.in (all-target-libgloss): Depend upon
18797 configure-target-newlib, since when libgloss is built it looks to
18798 see if the newlib directory exists.
18799
18800Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18801
18802 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18803 cfg-ml-*.in.
18804
18805Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18806
18807 * configure: Handle LD and LD_FOR_TARGET when configuring a
18808 Canadian Cross.
18809
6599da04
JM
18810Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18811
18812 * configure.in (target_libs): add target-winsup.
18813 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18814 (target==ppcle-pe): remove ld from $noconfigdirs.
18815
18816Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18817
18818 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18819 Preserve relative path names in $srcdir. Build symlink tree if
18820 configuring cross target dir and srcdir=. (= no VPATH support).
18821 (configure-target-libg++): Depend on configure-target-librx.
18822 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18823 * config-ml.in: New file.
18824 * symlink-tree: New file.
18825 * configure: Ensure srcdir="." if that's what it is.
18826
18827Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18828
18829 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18830 includes and FLEX_SKELETON setting.
18831 * mpw-configure (--with-gnu-ld): New option, controls whether
18832 to use PPCLink or ld with PowerMac GCC.
18833 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18834 * mpw-config.in: Configure grez if targeting Mac.
18835
18836 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
18837 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18838 just macos.
6599da04
JM
18839 * configure.in: Configure grez resource compiler if targeting Mac.
18840 * Makefile.in (all-grez, install-grez): New targets.
18841
18842Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18843
18844 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 18845 gcc in the path, set CC to gcc -O2.
6599da04
JM
18846
18847Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18848
18849 * configure: Default ${build} correctly. Avoid picking up extra
18850 spaces when reading CC and CXX from Makefile. When doing a
18851 Canadian Cross, use plausible default values for numerous
18852 variables.
18853 * configure.in: When doing a Canadian Cross, don't try to
18854 configure tools whose configure script can't handle it.
18855
18856Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18857
18858 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18859
18860Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18861
18862 * configure: Remove dubious bug reporting address.
18863
18864Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18865
18866 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18867 configure script, run that instead of this directory's configure.
18868 In either case, print a message that we're configuring the sub-dir.
18869
18870Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18871
18872 * configure.in: Before checking for the existence of various files,
18873 use sed to filter out "target-".
18874
18875Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18876
18877 * Makefile.in (DO_X): Split rule to decrease command line length
18878 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18879 (Philippe De Muyter).
18880
18881Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18882
18883 * Makefile.in (all-patch): depend on all-libiberty.
18884
18885Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18886
18887 * configure.in: If the only directory in target_configdirs which
18888 actually exists is libiberty, then set target_configdirs to empty,
18889 to avoid trying to build a target libiberty in a gas or gdb
18890 distribution.
18891
18892Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18893
18894 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
18895 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18896 systems.
6599da04
JM
18897
18898Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18899
18900 * configure.in (copy_dirs): Use sys-include instead of include
18901 for --with-headers option.
18902
18903Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18904
18905 * Makefile.in, configure.in: Make winsup builds work with
18906 new scheme.
18907
18908Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18909
18910 * configure.in: Build the linker on AIX.
18911
18912Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18913
18914 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18915 where needed.
18916
18917Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18918
18919 * Makefile.in (all-gcc): Fix typo.
18920
18921Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18922
18923 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18924
18925Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18926
18927 * configure.in: Rename libFOO to target-libFOO, and xiberty
18928 to target-xiberty, to provide more flexibility.
18929 (target_subdir): Define. Create if cross.
18930 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18931 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18932 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18933 check-libFOO -> check-target-libFOO, etc.
18934 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18935 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18936 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18937 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18938 allow ALL_GCC="" to only configure.
18939 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18940 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18941 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18942
18943Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18944
18945 * Makefile.in (taz): Build "info" in etc explicitly.
18946
18947Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18948
18949 * configure.in: Make sure that CC is undefined (as opposed to
18950 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18951 problem with autoconf trying to configure on a host without GCC.
18952
18953Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18954
18955 * mpw-configure: Set host alias from choice of host compiler,
18956 only use generic MPW Makefile sed if present, edit a file
18957 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18958 * mpw-README: Add problem notes about CW6 and CW7.
18959
18960Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18961
18962 * Makefile.in (taz): Use ";" instead of ";;".
18963
18964Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18965
18966 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18967 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18968 DISTDOCDIRS.
18969 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18970 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18971
18972Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18973
18974 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18975 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18976 Move bfd to DISTSTUFFDIRS.
18977
18978Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18979
18980 * Makefile.in (X11_LIB): Removed.
18981 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18982
18983 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18984
18985Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18986
18987 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18988 names.
18989
18990Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18991
18992 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18993
18994Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18995
18996 * configure.in (i[345]86-*-win32): Always build newlib.
18997 Don't configure cvs, autoconf or texinfo.
18998 * Makefile.in (LD_FOR_TARGET): New.
18999 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19000 Pass down LD_FOR_TARGET.
19001
19002Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
19003
19004 * winsup: New directory.
19005 * Makefile.in: Build winsup.
19006 * configure.in: Winsup is configured when target is win32.
19007 Can only build win32 target GDB when native.
4e81ae98 19008
6599da04
JM
19009Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
19010
19011 * config.guess: Recognize HP model 819 machines as having
19012 a PA 1.1 processor.
19013
19014Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
19015
19016 * configure: Fix sed loop which substitutes for CC and CXX to
19017 avoid bug found in various sed implementations.
19018
19019Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19020
19021 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19022 simulator. Use standard powerpc-*-eabi*.
19023
19024Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
19025
19026 * configure.in: Stop putting gas and binutils in noconfigdirs for
19027 powerpc-*-aix* and rs6000-*-*.
19028
19029Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
19030
19031 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19032 -mcall-aixdesc libraries.
19033
19034Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
19035
19036 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
19037
19038 * config.sub (arm | armel | armeb): Fix shell syntax.
19039
19040Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19041
19042 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19043 -msoft-float and -mcpu=common support.
19044 (powerpc*-*-eabisim*): Add support for building -mcall-aix
19045 libraries.
19046
19047Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19048
19049 * configure.in: Allow configuration and build of emacs19 for the alpha.
19050
19051Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19052
19053 * configure.in (CC): Get ^CC, not just any old CC, from
19054 ${host_makefile_frag}.
19055
19056Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19057
4e81ae98 19058 * configure.in (CC): Try to get CC from
6599da04
JM
19059 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19060
19061Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19062
19063 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19064 only if it exists in $(srcdir).
19065
19066Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
19067
19068 * configure: If CC and CXX are not set in the environment, set
19069 them, based on either an existing Makefile or on searching for gcc
19070 in PATH. Substitute for CC and CXX in Makefile.
19071 * configure.in: Remove libm from target_libs. Separate
19072 target_configdirs from configdirs. If CC is not set in
19073 environment, try to get it from a host Makefile fragment. Rewrite
19074 changes of configdirs to use skipdirs instead. A few minor
19075 tweaks. Take directories out of target_configdirs as they are
19076 taken out of configdirs. Remove existing Makefile files from
19077 subdirectories. Substitute for TARGET_CONFIGDIRS and
19078 CONFIG_ARGUMENTS in Makefile.
19079 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19080 by configure.in.
19081 (CONFIG_ARGUMENTS): Likewise.
19082 (CONFIGURE_TARGET_MODULES): New variable.
19083 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19084 ($(CONFIGURE_TARGET_MODULES)): New target.
19085 (configure-libg++, configure-libio): New targets.
19086 (all-libg++): Depend upon configure-libg++.
19087 (all-libio): Depend upon configure-libio.
19088 (configure-libgloss, all-libgloss): New targets.
19089 (configure-libstdc++): New target.
19090 (all-libstdc++): Depend upon configure-libstdc++.
19091 (configure-librx, all-librx): New targets.
19092 (configure-newlib): New target.
19093 (all-newlib): Depend upon configure-newlib
19094 (configure-xiberty): New target.
19095 (all-xiberty): Depend upon configure-xiberty.
19096
19097Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19098
19099 * configure.in (host i[345]86-*-win32): Expand the
19100 noconfigdirs again.
19101
19102Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
19103
19104 * mpw-configure: Fix sed command file name.
19105
19106Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
19107
4e81ae98 19108 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
19109 noconfigdirs again.
19110
19111Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
19112
19113 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19114 or powerpc*-*-pe*, since they are not yet supported.
19115
19116Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
19117
19118 Add PowerMac support and many other enhancements.
19119 * mpw-configure: New option --cc to select compiler to use,
19120 paste options set according to --cc into the generated
19121 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19122 if mpw-make.sed is present.
19123 * mpw-config.in: Don't test for gC1, test for mpw-touch,
19124 add forward includes for PowerPC include files.
19125 * mpw-build.in: Build using Makefile.PPC if present.
19126 (do-byacc, etc): Remove separate version resource builds.
19127 (do-gas): Build "stamps" before "all".
19128 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19129 * mpw-README: Update to reflect --cc option, PowerMac support,
19130 and recently-reported compatibility problems.
19131
19132Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
19133
19134 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19135 embedded m68k systems (-aout, -coff, -elf, -vxworks).
19136 (--with-multilib-top): Pass to recursive invocations.
19137
19138Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
19139
19140 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19141 v810-*-*.
19142
19143Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19144
19145 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19146 gdb, ld and opcodes on v810-*-*.
19147
6599da04
JM
19148Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
19149
19150 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19151 (local-maintainer-clean): New target.
19152 (maintainer-clean): New target.
19153 (realclean): Just depend upon maintainer-clean.
19154
19155Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19156
19157 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19158
19159Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
19160
19161 * configure.in: Build ld in mips*-*-bsd* case.
19162
19163Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
19164
19165 * config.sub: Accept -lites* OS. From Ian Dall.
19166
19167Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
19168
19169 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 19170 targets.
6599da04
JM
19171
19172Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19173
19174 * configure.in: treat i386-win32 canadian cross the same as
19175 i386-go32 canadian cross.
19176
19177Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19178
19179 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19180 running under the simulator to build a reduced set of libraries.
19181 (powerpc-*-eabiaix): Add fine grained multilib support added to
19182 other powerpc targets yesterday.
19183
19184Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19185
19186 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19187 -disable-softfloat, -disable-relocatable, -disable-aix, and
19188 -disable-sysv to control which multilib libraries get built.
19189
19190Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19191
19192 * configure: Add Makefile.tem to list of files to remove in trap
19193 handler.
19194
19195Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
19196
19197 * config.guess (*Linux*): Add missing "exit"s.
19198 Also, need specific check for alpha-unknown-linux (uses COFF).
19199
19200Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
19201
19202 * config.guess: Merge with FSF:
19203
19204 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
19205 * config.guess (AIX4): More robust release numbering discovery.
19206
19207 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
19208 * config.guess (i386-sequent-ptx): Properly get version number.
19209
19210 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
19211 * config.guess (mips:*:4*:UMIPS): New case.
19212
19213Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
19214
19215 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19216 (i386-win32 host): Likewise. Don't build readline.
19217
19218Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
19219
19220 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
19221 SUPPORT_FILES to submakes.
19222
19223Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
19224
19225 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19226 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19227 mpw-configure.
19228
19229Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
19230
19231 * configure.in (appdirs): Use =, not ==, in test expression when
19232 trying to build the text to print in the warning message for
19233 Solaris users.
19234
19235Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
19236
19237 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19238
19239Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19240
19241 * config.guess: Recognize lynx-2.3.
19242
19243Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
19244
19245 * config.sub (z8ksim): Deleted
19246 (z8k-*-coff): New, this is the one true name of the target.
19247
19248Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
19249
19250 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19251
19252Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
19253
19254 * config.guess (*:Linux:*:*): First try asking the linker what the
19255 default object file format is (elf, aout, or coff). Then if this
19256 fails, try previous methods.
19257
19258Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19259
19260 * configure.in: Don't build newlib for *-*-vxworks5.1.
19261
19262Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19263
19264 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19265 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19266
19267Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
19268
19269 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19270
19271Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
19272
19273 * cfg-ml-com.in: New file.
19274 * cfg-ml-pos.in: New file.
19275
19276Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19277
19278 * COPYING.NEWLIB: Add HP free copyright to list.
19279
19280Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19281
19282 * config.sub: Recognize -eabi* for the system, not just -eabi.
19283
19284Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
19285
19286 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19287 * config.sub, configure.in (win32): New target and host.
19288
19289Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
19290
19291 * configure.in: Add i386-pe configuration.
19292
19293Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
19294
19295 * mpw-build.in (install): Install GDB after LD.
19296
19297Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
19298
19299 * mpw-config.in (elf/mips.h): Always forward-include, needed
19300 for GDB to build.
19301
19302Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
19303
19304 * testsuite: New directory for customer acceptance and whole tool
19305 chain tests.
19306
19307Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19308
19309 * configure: If per-host line isn't found, but AC_OUTPUT is found
19310 and a configure script exists, run it instead.
19311
19312Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
19313
19314 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
19315
19316Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
19317
19318 * configure: Set build_{cpu,vendor,os,alias} to host values when
19319 --build isn't specified.
19320
19321Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19322
19323 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19324 (FLAGS_TO_PASS): Pass them.
19325 (EXTRA_TARGET_FLAGS): Ditto.
19326
6599da04
JM
19327Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19328
19329 * Makefile.in (all-libg++): Depend on all-libstdc++.
19330
19331Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19332
19333 * configure.in (noconfigdirs): Enable all packages for
3d3b561f 19334 i386-unknown-netbsd.
6599da04
JM
19335
19336Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
19337
19338 * configure.in (noconfigdirs): Don't configure tk for i386-go32
19339 hosted builds (DOS builds)
19340
19341Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19342
19343 Changes for ARM based on patches from Richard Earnshaw:
19344 * config.sub: Handle armeb and armel.
19345 * configure.in: Omit arm linker only for riscix.
19346
19347Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
19348
19349 * config.guess: Update from FSF.
19350
19351Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
19352
63f6bcd7 19353 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
19354 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
19355 powerpcle variant. Convert pentium into i586, not i486. Add p5
19356 alias for i586. Map new x86 variants p6, k5, nexgen into i586
19357 temporarily.
19358
19359Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
19360
19361 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19362
19363Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
19364
19365 * config.sub: Accept -lites* as a basic system type.
19366
19367Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
19368
19369 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19370 installed, and if so return linuxoldld as the system name.
19371
19372Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19373
19374 * config.guess: Add hppa1.1-hp-lites support.
19375
19376Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19377
19378 * configure.in: Don't build newlib for m68k-vxworks5.1.
19379
19380Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19381
19382 * configure.in (mips-sgi-irix6): Use mh-irix5.
19383
19384Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19385
19386 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19387
19388Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19389
19390 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 19391 OSF/1. Fix compiler flags.
6599da04
JM
19392 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19393
19394Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19395
19396 * configure.in: Recognize --with-newlib.
19397 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19398
19399Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19400
d207ebef 19401 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
19402 to *_X11_MODULES due to gdbtk needing X include files et al.
19403
19404Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19405
19406 Merge in support for Mac MPW as a host.
19407 (Old change descriptions retained for informational value.)
19408
19409 * mpw-config.in: Add generic include forwards for cpu-specific
19410 include files in aout and elf directories.
19411
19412 * mpw-configure: Added copyright.
19413 * mpw-config.in: Check for presence of required build tools.
19414 (target_libs): Add newlib.
19415 (target_tools): Add examples.
19416 (Read Me): Generate as "Read Me for MPW" instead.
19417 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19418 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19419 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19420
19421 * mpw-configure: Remove subdir-specific makefile hackery,
19422 delete mk.tmp after using it.
19423
19424 * mpw-build.in (all): Display start and end times.
19425
19426 * mpw-configure (host_canonical): Set.
19427 (target_cpu): Always add to makefiles.
19428 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19429 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19430 (mpw-mh-mpw): Look for in srcdir and srcroot.
19431 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19432
19433 * mpw-build.in: (install-only): New target.
19434
19435 * mpw-configure (host_alias, target_alias): Rename from hostalias
19436 and targetalias, add into generated Makefile.
19437 (mk.tmp): If present, add into generated Makefile.
19438 * mpw-build.in (all-gas): Build config.h first before gas proper.
19439
19440 * mpw-configure (config.status): Write only if changed.
19441 * mpw-config.in (readline): Configure it (not built, just used for
19442 definitions).
19443
19444 * mpw-config.in (elf/mips.h): Add a forward include.
19445
19446 * mpw-config.in: Forward-include most .h files in include into
19447 extra-include.
19448 (readline): Don't build.
19449 mpw-build.in (install): Install GDB.
19450
19451 * mpw-configure (prefix, mpw_prefix): Handle it.
19452 * mpw-config.in (mmalloc, readline): Don't configure.
19453 * mpw-build.in (thisscript): Rename to ThisScript.
19454 Use mpw-build instead of BuildProgram everywhere.
19455 (mmalloc, readline): Don't build.
19456 * mpw-README: New file, basic documentation about the MPW port.
19457
19458 * mpw-config.in: Use forward-include to create include files.
19459
19460 * mpw-configure: Add more things to the top of each configured
19461 Makefile, including contents of config/mpw-mh-mpw.
19462 * mpw-config.in (extra-include): Create this directory and fill it
19463 with Posix-like include files when configuring.
19464
19465 * config.sub (apple, mac, mpw): Add various aliases.
19466
19467 * mpw-build.in: New file, top-level build script fragment for MPW.
19468 * mpw-configure: New file, configure script for MPW.
19469 * mpw-config.in: New file, config fragment for MPW.
19470
19471Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19472
19473 * configure.in (host_libs): Remove glob, since it is gone from the
19474 sources.
19475
19476Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19477
19478 * Makefile.in: define empty GDB_NLM_DEPS var.
19479
19480 * configure.in(target_makefile_frag): use config/mt-netware
19481 for netware targets.
19482
19483Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19484
19485 * config.sub: Merge in recent FSF changes. Remove linux special
19486 cases.
19487
19488Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19489
731a8127 19490 Revert this change:
6599da04
JM
19491
19492 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19493
19494 * build-all.mk: Use CC=cc -Xs on Solaris.
19495
6599da04
JM
19496Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19497
19498 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19499 stop using it.
19500 * Makefile.in: Nuke all references to glob subdirectory.
19501
19502Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19503
19504 * configure.in: Fix --enable-shared logic in per-host.
19505
19506Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19507
19508 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19509
19510Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19511
19512 * configure.in (noconfigdirs): Don't build gas on AIX, for
19513 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19514
19515Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19516
19517 * configure: Fix --cache-file to work if the file argument is a
19518 relative path.
19519
19520Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19521
19522 * configure: If the --cache-file is used, pass it down to
19523 configure in subdirectories.
19524
19525Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19526
19527 * config.sub: add vxworks29k configuration.
19528
19529Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19530
19531 * Makefile.in (taz): Do "diststuff" part quietly.
19532
19533Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19534
19535 * config.sub: Mini-merge with gcc/config.sub.
19536
19537Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19538
19539 * config.guess (IRIX): Sed - to _.
19540
19541Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19542
19543 * Makefile.in (source-vault, binary-vault): New targets.
19544
19545Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19546
19547 * config.sub: Recognize -eabi as a basic system type.
19548
19549Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19550
19551 * configure.in (enable_shared stuff): Fix typo.
19552
19553Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19554
19555 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19556
19557Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19558
19559 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19560
19561Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19562
19563 * configure.in (rs6000-*-*): Don't build gas.
19564
19565Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19566
19567 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19568 reduce command line length.
19569 (AS_FOR_TARGET): Check for as.new, not Makefile.
19570 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19571
19572Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19573
19574 * config.guess: Merge from FSF.
19575
19576Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19577
19578 * configure: Don't use $ when handling program_suffix.
19579
19580Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19581
19582 * configure.in: Configure tk for hppa/hpux.
19583
19584Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19585
19586 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19587
19588Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19589
19590 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19591 to LIBCXXFLAGS. Tests are better run without it.
19592
19593Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19594
19595 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19596
19597Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19598
19599 * configure.in (*-*-netware*): Don't configure xiberty.
19600
19601Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19602
19603 * configure.in: Remove tk from native_only list.
19604
19605Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19606
19607 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3d3b561f 19608 for special NCD build.
6599da04
JM
19609
19610Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19611
19612 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19613 makeall.bat, they're only useful for binutils snapshots.
19614 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19615 makeall.bat to specified SUPPORT_FILES.
19616
19617Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19618
19619 * build-all.mk: Add Ericsson targets to sun4 and solaris
3d3b561f
ML
19620 hosts. Add BNR's sun4 target to solaris host, so their
19621 build-from-source will be tested in-house first.
6599da04
JM
19622
19623Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19624
19625 * Makefile.in (LIBCFLAGS): New variable.
19626 (CFLAGS_FOR_TARGET): Ditto.
19627 (LIBCFLAGS_FOR_TARGET): Ditto.
19628 (LIBCXXFLAGS): Ditto.
19629 (CXXFLAGS_FOR_TARGET): Ditto.
19630 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19631 (BASE_FLAGS_TO_PASS): Pass them.
19632 (EXTRA_TARGET_FLAGS): Ditto.
19633
731a8127 19634 * configure.in: Support --enable-shared.
6599da04
JM
19635
19636Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19637
19638 * configure.in (target_libs): Include libstdc++ again.
19639 * config.guess: Update from FSF (for FreeBSD).
19640
19641Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19642
19643 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19644 makeall.bat.
19645 (DISTDOCDIRS): Add `etc'.
19646 (ETC_SUPPORT_PFX): New variable.
19647 (taz): Include anything from etc starting with a word in
19648 ETC_SUPPORT_PFX.
19649
19650Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19651
19652 * config.sub: Update for recent FSF changes. Remove obsolete
19653 h8300hds entry. Add -windows* and -osx as basic os. Minor
19654 spacing changes.
19655
19656Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19657
19658 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19659
19660 * config.guess: Merge with FSF.
19661 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19662
19663Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19664
19665 * configure: Since the "trap 0" handler will override the exit
19666 status on many systems, only use it for "exit 1", and make it set
19667 a non-zero exit status; reset it before "exit 0". Also, check
19668 exit status of config.sub, and error out if it failed.
19669
19670Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19671
19672 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19673 and install libgloss.
19674
19675Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19676
19677 * Makefile.in (all-binutils): Depend upon all-byacc.
19678
19679 * configure.in: Don't build emacs on Irix 5.
19680
19681Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19682
19683 * configure.in (*-*-netware*): Add libio.
19684
19685Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19686
19687 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19688 (CHECK_TARGET_MODULES): Ditto.
19689 (INSTALL_TARGET_MODULES): Ditto.
19690 (TARGET_LIBS): Ditto.
19691 (all-libstdc++): Note dependencies.
19692
19693Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19694
19695 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19696
19697Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19698
19699 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19700 -fexternal-templates.
19701
19702 * configure.in (target_libs): Add libstdc++.
19703 (noconfigdirs): Add libstdc++ as appropriate.
19704
19705Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19706
19707 * config.guess: Update from FSF.
19708
19709Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19710
19711 * configure: Use ${config_shell} when running ${configsub}.
19712
19713Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19714
19715 * config.sub: No longer recognize h8300h.
19716
19717Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19718
19719 * config.sub: Remove extraneous differences between config.sub and
19720 gcc/config.sub.
19721
19722Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19723
19724 * Makefile.in (DISTSTUFFDIRS): Add gas.
19725
19726Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19727
19728 * COPYING.NEWLIB: New file.
19729
19730Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19731
19732 * config.guess (HP-UX): Patch from Harlan Stenn
19733 <harlan@landmark.com> to also emit release level.
19734
19735Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19736
19737 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19738
19739Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19740
19741 * config.sub: Merge nextstep cleanup from FSF.
19742
19743Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19744
19745 * configure.in (arm-*-*): Don't configure ld for this target.
19746
19747Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19748
19749 * configure.in (*-*-netware): don't configure libg++, libio,
3d3b561f 19750 librx, or newlib.
6599da04
JM
19751
19752Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19753
19754 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19755 configure ld--it works, but it doesn't support shared libraries.
19756
19757Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19758
19759 * config.guess (*-unknown-freebsd*): Get rid of possible
19760 trailing "(Release)" in version string.
19761 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19762
19763Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19764
19765 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19766 Fix type: *-next-neststep -> *-next-nextstep.
19767
19768 * config.guess: Merge from FSF:
19769
19770 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19771
19772 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19773
19774 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19775
19776 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19777 instead of UNIX_SV for UnixWare 1.0).
19778
19779Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19780
19781 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19782 to make gdb/nlm/* build after the compiler and linker.
19783
19784Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19785
19786 * config.guess (netbsd, freebsd, linux): Accept any machine,
19787 not just i[34]86.
19788 (m68k-atari-sysv4): Relocate to match FSF version.
19789
19790 * config.guess: More merges from the FSF:
19791
19792 Add a space before function call or macro invocation.
19793
19794 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19795
19796 * config.guess: Add trap cmd to remove dummy.c and dummy when
19797 interrupted.
19798
19799 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19800
19801 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19802 (dummy): Redirect stderr from compilation of dummy.c.
19803
19804 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19805
19806 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19807
19808Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19809
19810 * configure: Accept and ignore --cache*, for compatibility with
19811 new autoconf.
19812
19813Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19814
19815 * config.guess: Merge from FSF:
19816
19817 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19818
19819 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
19820 (PATH): Add /.attbin at end for finding uname.
19821 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
19822
19823 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19824
e490616e 19825 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
19826
19827 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19828
e490616e
ZW
19829 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19830 to select whether to use ELF or COFF.
6599da04
JM
19831
19832 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19833
e490616e 19834 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
19835
19836 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19837
19838 * config.guess: Guess the OS version for HPUX.
19839
19840 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19841
19842 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19843
19844Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19845
19846 * configure.in: Recognize --with-headers, --with-libs, and
19847 --without-newlib.
19848 * Makefile.in (all-xiberty): Depend upon all-ld.
19849
19850Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19851
19852 * configure.in: Change i[34]86 to i[345]86.
19853
19854Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19855
19856 * configure (version): A few more tweaks to help message.
19857
19858Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19859
19860 * Makefile.in: Remove (for now) librx as a host library,
19861 now that we're building it for target.
19862
19863Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19864
19865 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19866 (Karl Berry).
19867
19868Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19869
19870 * configure.in: Also configure librx.
19871
19872Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19873
19874 * Makefile.in: Update various rules to reflect that librx
19875 is now needed for libg++.
19876
19877Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19878
19879 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19880
19881Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19882
19883 * configure.in: Configure the examples directory.
19884
19885Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19886
19887 * configure: Simplify Jun 2 1994 change.
19888
19889Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19890
19891 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19892 /bin/gcc isn't good enough to build gcc.
19893
19894Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19895
19896 * Makefile.in (GDB_SUPPORT_FILES): Remove
19897 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19898 (gdb.tar.gz): Add new rule to use standard distribution building
19899 mechanism.
19900
19901Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19902
19903 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19904 Bill Cox <bill@cygnus.com>.
19905
19906Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19907
19908 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19909
19910Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19911
19912 * configure: Search current dir first in .gdbinit.
19913
19914Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19915
19916 * config.sub: Recognize freebsd (merged from gcc config.sub).
19917
19918Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19919
19920 * config.sub: Refer to NeXT's operating system as nextstep.
19921
19922 * config.sub (case $basic_machine): Re-order the cases, to match
19923 the order in the FSF version (which is mostly alphabethical).
19924 Merge in some additions and changes from the FSF.
19925
19926Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19927
19928 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19929 * config.sub: Recognize cxux7.
19930 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19931
19932Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19933
19934 * config.sub: Fix typo powerpc -> powerpc-*.
19935
19936Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19937
19938 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19939
19940 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19941 parallel with all-emacs and install-emacs). Top-level command
19942 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19943
19944Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19945
19946 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19947 $(relbindir)/make before doing ``make install'', and use
19948 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19949 installing over running make binary.
19950 ($(host)-stamp-stage3-installed): Likewise.
19951
19952Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19953
19954 * config.guess: Recognize Mach.
19955
19956Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19957
19958 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19959 see whether --exec-prefix was used.
19960
19961Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19962
19963 * README: Explicitly mention libg++/README. (Zoo's idea.)
19964
19965Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19966
19967 * Makefile.in: Add all-librx target similar to all-libproc.
19968
19969Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19970
19971 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19972 with post 1.2 uname bogosity.
19973
19974Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19975
19976 * configure: Remove temporary files on receipt of a signal.
19977
19978Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19979
19980 * configure: If there is a package_makefile_frag, remove
19981 ${subdir}/Makefile.tem after copying it in.
19982
19983Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19984
19985 * build_all.mk: support rs6000 lynx identifies itself as
19986 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19987 since /bin/gcc is too feeble to compile a modern gcc.
19988
19989Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19990
19991 * brought devo/test-build.mk update-to-date with progressive/
3d3b561f 19992 test-build.mk. Add lynx targets and hppa flag info.
6599da04
JM
19993
19994Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19995
19996 * configure.in: Use mh-ncrsvr43. Patch from
19997 Tom McConnell <tmcconne@sedona.intel.com>.
19998
19999Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
20000
20001 * config.guess (i386-unknown-bsdi): No longer need to
20002 check #if defined(__bsdi__) && defined(__i386__).
20003
20004Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20005
20006 * configure: Set program_transform_nameoption correctly.
20007
20008Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
20009
20010 * brought build-all.mk update-to-date with progressive build-all.mk,
3d3b561f 20011 added new targets and hppa info.
4e81ae98 20012
6599da04
JM
20013Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20014
20015 * configure: If config.guess result is a prefix of the user
20016 specified target, assume a native build and use the user specified
20017 target as the host alias. Remove SunOS patch suffix removal hack.
20018 * configure.in: Remove SunOS patch suffix removal hack.
20019
20020 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20021 in NATIVE_CHECK_MODULES.
20022
20023Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
20024
20025 * Makefile.in: Rename HOST_ONLY to NATIVE.
20026 * configure: Delete SunOs patch suffix from host_canonical
3d3b561f 20027 and build_canonical variables that are prepended to Makefiles.
6599da04
JM
20028 * configure.in: Add comments for easier maintenance.
20029
20030Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20031
20032 * Makefile.in: Add all-libproc target similar to all-gui.
20033
20034Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
20035
20036 * Makefile.in (CHECK_MODULES): split into
20037 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20038
20039Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
20040
20041 * config.guess (i386-unknown-bsdi): New system to guess.
20042
20043Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20044
20045 * Makefile.in: Add all-gui target (but not yet build by "all").
20046
20047Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
20048
20049 * config.sub: Move deletion of patch suffix from here...
20050 * configure.in: To here, at Ian's suggestion. The top-
3d3b561f 20051 level scripts might need to know of a patch level.
6599da04
JM
20052
20053Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
20054
20055 * config.sub: Strip off patch suffix so rtl is recognized
3d3b561f 20056 as a sunos4.1.3 machine, even though it's been patched.
6599da04
JM
20057
20058Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
20059
20060 * Makefile.in (INSTALL_LAST): Delete.
20061 (INSTALL_DOSREL): New.
20062
20063Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20064
20065 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20066 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20067 whether we pass down --with-gnu-ld anyhow.
20068
20069Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
20070
20071 * Makefile.in (INSTALL_LAST): Change operation so it works
20072 on more flavors of make.
20073 * configure.in (go32): Don't build libg++ or libio.
20074
20075Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
20076
20077 * Makefile.in (Move HOST_PREFIX_1 and friends up so
20078 they can be overriden by templates.
20079
20080Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
20081
20082 * configure.in (target==go32): Don't build gdb.
20083 * dosrel: New directory.
20084
20085Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
20086
20087 * configure.in (host==go32): Configure dosrel too.
20088 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20089 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20090 be set by incoming names or templates.
20091 (INSTALL_LAST): New rule.
6599da04
JM
20092
20093Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
20094
20095 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20096
20097Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20098
6599da04
JM
20099 * configure.in (appdirs): New variable. Currently empty, but will
20100 be used in gas distribution. If nonempty, lists a set of
20101 directories at least one of which must get configured, or top
20102 level configuration is considered to have failed.
20103 (rs6000-*-lynxos*): Use new file name.
20104
20105Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20106
20107 Eliminate XTRAFLAGS.
20108 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20109 newlib include files using -idirafter, and also use -nostdinc.
20110 (CXX_FOR_TARGET): Likewise.
20111 (XTRAFLAGS): Removed.
20112 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20113 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20114 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20115 ($(DO_X)): Don't pass down XTRAFLAGS.
20116
20117Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20118
20119 * configure.in (mips*-dec-bsd*): New target; do build linker.
20120 (mips*-*-bsd*): New target; don't build linker.
20121
20122Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
20123
20124 * configure.in: support rs6000-*-lynxos* configuration.
20125 support sunos4 as a cross target.
20126
20127 * config.sub: look for lynx*, not lynx since the OS version may
20128 legitimately be part of the name.
20129
20130Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20131
20132 * configure.in (i[34]86-*-sco*): Move to be with other i386
20133 targets.
20134 (romp-*-*): New target. Skip various binary utilities.
20135 (vax-*-*): New target. Don't build newlib.
20136 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
20137
20138Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20139
20140 * configure.in: Only set host_makefile_frag if config
20141 directory exists.
20142
20143Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20144
20145 * install.sh: If $dstdir exists, don't check whether each
20146 component does.
20147
20148Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20149
20150 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20151
20152Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20153
3b75d237
AJ
20154 * configure.in (*-*-lynxos*): Don't configure newlib for either
20155 native or cross Lynx.
6599da04
JM
20156
20157Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
20158
20159 * config.sub (sparc64-elf): Fix os.
20160 (z8k): Remove duplicate.
20161
20162Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20163
20164 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20165 gcc/stmp-fixproto, to try to prevent fixproto from being run.
20166
20167Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
20168
20169 * configure: Make file links cleanly even if Lynx fails on
3d3b561f 20170 an NFS symlink (at least fail cleanly).
6599da04
JM
20171
20172Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
20173
20174 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20175 -XNh2000.
20176
20177Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20178
20179 * configure: Unknown options are fatal again.
20180
20181Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
20182
20183 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 20184 compatibility.
6599da04
JM
20185
20186Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
20187
20188 * build-all.mk: Add `clean' target.
20189
20190Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20191
20192 * config.guess: Add SINIX support.
20193 * configure.in: Add mips-*-sysv4* support.
20194
20195Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
20196
20197 * build-all.mk: Document all useful targets.
20198 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20199 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20200
20201Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20202
20203 * configure: Support --silent, --quiet.
20204
20205Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20206
20207 * configure: Support --disable-FEATURE.
20208
20209Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20210
20211 * config.guess: Recognize NCR running SVR4.3.
20212
20213Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
20214
20215 * config.guess: Make BSDI generate i386-unknown-bsd386.
20216 Patch from Paul Eggert <eggert@twinsun.com>.
20217
20218Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20219
20220 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20221
20222Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20223
20224 * configure: Make unrecognized options give nonfatal warnings
20225 instead of fatal errors, and pass them to any subdirectory
20226 configures in case they recognize them.
20227 Make --x equivalent to --with-x.
20228
20229Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20230
20231 * configure: Add --enable-* options. Clean up usage message and
20232 some comments.
20233
20234Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
20235
20236 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20237
20238Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20239
20240 * configure.in (hppa*-*-*): Enable binutils.
20241
20242Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20243
20244 * config.sub: Recognize cisco.
20245
20246Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
20247
20248 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20249
20250Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20251
20252 * config.guess: about target *-hitachi-hiuxwe2, don't print more
20253 than one configuration name. Add comment.
20254
20255Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
20256
20257 * config.guess: about target *-hitachi-hiuxwe2, fixed
20258 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
20259 macro is incorrect.]
20260
20261Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20262
20263 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20264 than the "make ls" stuff which used to be here.
20265
20266Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
20267
20268 * config.guess: Recognize i[34]86-unknown-freebsd.
20269 From Shawn M Carey <smcarey@rodan.syr.edu>.
20270
20271Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
20272
20273 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20274
20275Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20276
20277 * config.guess: Check for ptx.
20278
20279Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
20280
20281 * config.sub: Add os9k checking.
20282
20283Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20284
20285 * config.guess: Handle OSF1 running on HPPA processors
20286
20287Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20288
20289 * configure: If subdir configure fails, print out a message with
20290 subdirectory name, in case subdir's configure code didn't identify
20291 itself.
20292
20293Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
20294
20295 * configure.in: Remove embedded newlines from configdirs.
20296 Avoid mismatches of substrings. Fix matching strings at end
20297 of configdirs.
20298
20299Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
20300
20301 * config.guess: Add Lynx/rs6000 config support.
20302
20303Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20304
20305 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20306
20307Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
20308
20309 * configure.in (hppa*-*-osf*): Treat this just like most other
20310 PA configurations (eg no binutils or ld).
20311 (hppa*-*-*elf*): These configurations have binutils and ld.
20312
20313Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20314
20315 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
20316
20317Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20318
20319 * configure.in (rs6000-*-*): Build gas.
20320
20321Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20322
e490616e 20323 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
20324
20325Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20326
20327 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20328 for GDB and GDB has been fixed to not need it.
20329
6599da04
JM
20330Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20331
20332 * config.guess: Recognize vax hosts.
20333
20334Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20335
20336 * configure (while loop): Don't use "break 2" inside case
20337 statement -- the case statement isn't an enclosing loop.
20338
20339Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20340
20341 * config.guess: Clean up NeXT support, to allow nextstep
20342 on Intel machines. Make OS be nextstep.
20343
20344Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
20345
20346 * config.guess: Add alternate forms for Convex.
20347
20348Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
20349
20350 * configure: Completely rewrite option processing. Take
20351 advantage of pattern-matching to avoid invoking test frequently.
20352 Also clean up host and target defaulting logic.
20353
20354Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20355
20356 * Makefile.in: Replace all occurrances of "rootme" with "r" and
20357 "$${rootme}" with "$$r", to increase the likelihood that the do-*
20358 commands (plus user environment) will fit SCO limits.
20359
20360Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20361
20362 * configure.in: Don't issue warnings about directories which are
20363 not being configured if -norecursion is set. Correct test for
20364 --with-gnu-as and --with-gnu-ld to not get confused by substring
20365 matches.
20366
20367 * configure.in: Don't build gas for alpha-dec-osf1*.
20368
20369Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
20370
20371 * configure: Back out Per's change of 12/19/1993. It changes the
20372 behavior of configure in unexpected and confusing ways.
20373
20374 Also, use different delim char when calculating
20375 program_transform_name so that the name can contain slashes.
20376
20377Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20378
20379 * configure.in, config.sub: Add support for VSTa micro-kernel.
20380
20381Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20382
20383 * configure.in: Nuke hacks which were used to get a special
20384 version of GAS for HPPA configurations.
20385
20386Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20387
20388 * configure: If only ${target_alias} is given, use that
20389 as the default for ${host_alias}.
20390 * configure: Add missing back-slashes before nested quotes.
20391
20392Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20393
20394 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20395
20396Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20397
20398 * config.guess: Recognize some Tektronix configurations.
20399 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20400
20401Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20402
20403 * config.sub: Match any flavor of SH.
20404
20405Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20406
20407 * configure.in: Don't try to configure newlib for Alpha.
20408
20409Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20410
20411 * configure.in: Don't build ld for Irix 5. Don't build gas,
20412 libg++ or libio for any Alpha target.
20413
20414 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
20415
20416Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20417
20418 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20419 default arguments -- so it tried to compress itself.
20420
20421Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20422
20423 * configure.in (notsupp): ensure that a space is always at the end
3d3b561f 20424 of the configdirs list, since the grep checks for an explicit space
6599da04
JM
20425
20426Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20427
20428 * configure.in (target i386-sysv4.2): don't build ld, since static
3d3b561f 20429 versions of many libraries are not available.
6599da04
JM
20430
20431Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20432
20433 * config.guess: Recognize Apollos (using environment variables).
20434 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20435
20436Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20437
20438 * config.guess: Recognize Sony news mips running newsos.
20439
20440Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20441
20442 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20443 "fi ; else" for bash.
20444
20445Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20446
20447 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20448
20449Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20450
20451 * config.sub: accept unixware as an alias for svr4.2.
20452 Fix some inconsistancies with the gcc version.
20453
20454Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20455
20456 * Makefile.in (DISTDOCDIRS): Add gdb.
20457
20458Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20459
20460 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20461
20462Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20463
20464 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20465 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20466 this now.
20467
20468Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20469
20470 * config.sub: Accept hiux* as an OS name.
20471
20472 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20473 etc/make-stds.texi. The underscore came from gcc, and dje now
20474 agrees that RUNTESTFLAGS is the correct name.
20475
20476Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20477
20478 * install.sh: Remove 'set -e'. It makes any conditionals
20479 in the script useless.
20480
20481 * config.guess: Automatically recognize arm-acorn-riscix
20482 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20483
20484Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20485
20486 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20487
20488Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20489
20490 * Makefile.in (DISTDOCDIRS): New variable.
20491 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 20492 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
20493
20494Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20495
20496 * configure.in (hppa target): check the source directory for the
3d3b561f 20497 pagas sub-directory
6599da04
JM
20498
20499Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20500
20501 * config.sub: Allow -aout* and -elf*.
20502
20503Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20504
20505 * configure.in: Don't build ld on i386-solaris2, same as for
20506 sparc-solaris2.
20507
20508Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20509
20510 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20511
20512Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20513
20514 * configure.in: Configure gdb for alpha.
20515
20516Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20517
20518 * Makefile.in (CXXFLAGS): Add -O.
20519
20520Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20521
20522 * config.guess: added support for DG Aviion
20523
20524Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20525
20526 * configure.in: Produce warning message for subdirectories not
20527 configurable for this host/target combination. Don't try to
20528 configure gdb for vms.
20529
20530Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20531
20532 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20533 appropriate files before making "diststuff".
20534 (DISTBISONFILES): New var: list of files to be edited.
20535 (DISTSTUFFDIRS): Add binutils.
20536
20537Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20538
20539 * config.sub: also handle mipsel and mips64el (for little endian mips)
20540
20541Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20542
20543 * configure.in: Add * to end of all OS names.
20544
20545Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20546
20547 * configure.in: Build newlib for LynxOS native.
20548
20549Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20550
20551 * config.guess: Add support for delta 88k running SVR3.
20552
20553 * configure.in: Add comment about HP compiler vs. emacs.
20554
20555Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20556
20557 * configure.in: don't build ld on solaris2 (not a viable option
3d3b561f 20558 due to bugs in getpwnam & getpwuid)
6599da04
JM
20559
20560Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20561
20562 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20563 config.guess will produce a full version number.
20564
20565Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20566
20567 * configure.in: Build linker and binutils for alpha-dec-osf1.
20568
20569Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20570
20571 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20572 and gdb/testsuite/Makefile.in.
20573
20574Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20575
20576 * configure.in: recognize mips*- instead of mips-
20577
20578Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20579
20580 * config.sub: Accept linux*coff and linux*elf as operating
20581 systems.
20582
20583Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20584
20585 * config.sub: Recognize mips64, and mips3 as an alias for it.
20586
20587Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20588
20589 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20590 gdb knows how to handle OSF/1 shared libraries.
20591
20592Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20593
20594 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20595 * config.guess: Recognize Hitachi's HIUX.
20596 * config.sub: Recognize h3050r* and hppahitachi.
20597 Remove redundant cases for hp9k[23]*.
20598
20599Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20600
20601 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20602 if gas and ld are in the source tree and are in ${configdirs}.
20603 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 20604 --with options (but still pass them down on the command line,
6599da04
JM
20605 if they were explicitly specified).
20606
20607Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20608
20609 * configure: substitute SHELL value in Makefile.in with
20610 ${CONFIG_SHELL}
20611
20612Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20613
20614 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20615 *-*-solaris2* targets.
20616
20617Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20618
20619 * Makefile.in: define M4, and pass it down to sub-makes;
20620 all-autoconf now depends on all-m4
20621
20622Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20623
20624 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20625 presence of {ar,ranlib} instead of a configured directory
20626
20627Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20628
20629 * config.guess: Accept 34?? as well as 33?? for NCR.
20630
20631Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20632
20633 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20634 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20635
20636Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20637
20638 * configure: grab values for $(CC) and $(CXX) from the
20639 environment, so that someone can do "CC=gcc configure; make" and
20640 have it work right (matching the way that autoconf works now)
20641
20642 * configure.in, Makefile.in: add support for gash, the tcl
20643 interface to Galaxy
20644
20645 * config.guess: add NetBSD variants (hp300, x86)
20646
20647Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20648
20649 * install.sh: Support -d option (in the manner of SunOS 4 install,
20650 as it is more deterministic than that of GNU install)
20651 (chmodcmd): Set file to mode 755 by default (should also do default
20652 chgrp and chown, but I don't feel like dealing with that now)
20653
20654Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20655
20656 * config.sub: Remove h8300hhms alias.
20657
20658Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20659
20660 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20661
20662Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20663
20664 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20665 as stmp-fixinc
20666
20667Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20668
20669 * config.sub: recognize m88110-bug-coff.
20670
20671Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20672
20673 * Makefile.in (all-libio): all dependencies on the toolchain used
20674 to build this (gcc, gas, ld, etc)
20675
20676Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20677
20678 * config.guess: Deal with OSF/1 1.3 on alpha.
20679
20680Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20681
20682 * install.sh: add some 'else true' clauses for portability
20683
20684 * configure.in: don't build libio for h8[35]00-*-* targets
20685
20686Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20687
20688 * Makefile.in: Add support for new libio.
20689
20690Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20691
20692 * install.sh: If one command fails, don't try the rest. Don't try
20693 to remove $dsttmp (via trap) unless we have already created it.
20694 If $src doesn't exist, detect it and exit with an error.
20695
20696 * config.guess: Recognize BSD on hp300.
20697
20698Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20699
20700 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20701 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20702
20703Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20704
20705 * Makefile.in (all-send-pr): depends on all-prms
20706
20707Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20708
20709 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20710
20711Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20712
20713 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20714 Added test for mips-mips-riscos5.
20715
20716Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20717
20718 * configure.in: use mh-hp300 for 68k HP hosts
20719
20720Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20721
20722 * configure: add support for CONFIG_SHELL, so that you can use
20723 some alternate shell for evaluating configure scripts
20724
20725Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20726
20727 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20728 in configure script to bug-gdb@prep.ai.mit.edu when building
20729 distribution archive.
20730 * Makefile.in (COMPRESS): Remove def.
20731 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20732 gdb.tar.Z and make-gdb.tar.Z respectively.
20733 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20734 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20735 to convergence with 'taz' target in Makefile.in.
20736
20737Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20738
20739 * install.sh (dsttmp): use trap to ensure that tmp files go
20740 away on error conditions
20741
20742Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20743
20744 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20745
20746Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20747
20748 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20749 its parent is '/' not ''.
20750
20751 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20752
20753Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20754
20755 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20756 that ${newsrcdir}/configure.in does.
20757
20758Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20759
20760 * test-build.mk: support for CONFIG_SHELL
20761
20762Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20763
20764 * config.sub (netware): Add as a basic system type.
20765
20766Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20767
20768 * Makefile.in (Makefile): depend on configure.in. Also drop the
3d3b561f 20769 $(srcdir)/ from the dependency on Makefile.in.
6599da04
JM
20770
20771Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20772
20773 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20774 (h8300hhms is temporary until multi-libraries are implemented).
20775 * configure.in: Handle h8300h too.
20776
20777Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20778
20779 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20780
20781Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20782
20783 * configure: Remove extraneous output when guessing host type.
20784 * config.guess: Remove extraneous output when guessing using C
20785 compiler rather than uname, or when guessing fails.
20786
20787Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20788
20789 * Makefile.in: remove all.cross and install.cross targets
20790
20791 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
3d3b561f 20792 definitions
6599da04
JM
20793
20794Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20795
20796 * configure.in (target sh): Build gprof.
20797
20798Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20799
20800 * config.sub: change -solaris to -solaris2
20801
20802Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20803
20804 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20805
20806Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20807
20808 * configure: Correct error message for missing Makefile.in to
20809 print correct directory.
20810
20811Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20812
20813 * install.sh: kludge around 386BSD shell bug
20814
20815Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20816
20817 * config.guess: Recognize NeXT.
20818 * config.guess: Recognize i486-ncr-sysv4.
20819 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20820
20821Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20822
20823 * Makefile.in (MAKEINFOFLAGS): New variable.
20824 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20825 * build-all.mk, test-build.mk: Pass down --no-split as
20826 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20827
20828Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20829
20830 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20831
20832Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20833
20834 * Makefile.in (libg++.tar.z): New rule.
20835 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20836 * Makefile.in (taz): Only do a single chmod.
20837
20838Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20839
20840 * install.sh: don't use dirname anymore (replaced with sed usage)
20841
20842Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20843
20844 * Makefile.in: Change extension for gzip'd files from '.z' to
20845 '.gz' per new FSF standard usage.
20846
20847Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20848
20849 * configure: put quotes around the final value of program_transform_name
20850
20851Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20852
20853 * Makefile.in: new install.sh support; update install-info rules
20854
20855Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20856
20857 * configure.in: Build diff for crosses, but not for go32 host.
20858
20859 * configure.in: Build gprof only for native, and don't build it
20860 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20861
20862Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20863
20864 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20865
20866Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20867
20868 * configure.in (host_tools): Add prms.
20869
20870Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20871
20872 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20873 with $(FLAGS_TO_PASS) on the command line
20874
20875 * config.sub: Recognize lynx and lynxos
20876
20877Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20878
20879 * config.sub: Accept -ecoff*, not just -ecoff.
20880
20881Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20882
20883 * Makefile.in (taz): Use .gz suffix instead of .z.
20884 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20885 names.
20886
20887Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20888
20889 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20890
20891Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20892
20893 * Makefile.in (install-no-fixedincludes): install gcc last, so
20894 that rebuilds that might happen during 'make install' don't get
20895 bogus gcc include files
20896
20897Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20898
20899 Change from Utah for HPPA support:
20900 * config.guess: Recognize hppa1.x-hp-bsd.
20901
20902Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20903
20904 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20905 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20906
20907Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20908
20909 * config.sub: Add support for rom68k and bug boot monitors.
20910
20911Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20912
20913 * Makefile.in: Make all-opcodes depend on all-bfd.
20914
20915Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20916
20917 * config.guess: Added special check for i[34]86-univel-sysv4*.
20918
20919Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20920
20921 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20922 the processor rather than assuming i486.
20923
20924Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20925
20926 * config.guess: Recognize SunOS6 as Solaris3.
20927
20928Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20929
20930 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20931 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20932
20933Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20934
20935 * build-all.mk (all-cross): New target for Canadian Cross.
20936 Added Q2 go32 targets.
20937 * test-build.mk: Configure go32 cross sparclite-aout and
20938 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20939 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20940
20941Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20942
20943 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20944 GO32 hosted toolchains
20945
20946Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20947
20948 * configure: change so "-exec-prefix" gets passed down rather
20949 than "-exec_prefix" so autoconf generated Makefiles get the
20950 exec_prefix set right.
20951
20952Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20953
20954 * config.guess: get the Solaris2 minor version number
20955
20956 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20957
20958Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20959
20960 * config.guess: Recognize some Sequent platforms.
20961
20962Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20963
20964 * Makefile.in: added the vault-install target
20965
20966 * configure.in: actually use the Sun3 makefile fragment that's in
20967 config, also added the release dir to configdirs
20968
20969Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20970
20971 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20972
20973Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20974
20975 * configure.in: remove some program from Alpha targetted toolchains
20976
20977Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20978
20979 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20980 gprof.
20981 (taz): Run "make diststuff" in those directories instead of "make
20982 proto-dir". Look for "VERSION=" only at start of line in subdir
20983 Makefile. Use "gzip -9" for compression.
20984 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20985 (binutils.tar.z): New target.
20986
20987Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20988
20989 * Makefile.in (taz): Include gpl.texinfo.
20990
20991Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20992
20993 * Makefile.in (setup-dirs): Merged into "taz" target.
20994 (taz): Only do `proto-dir' stuff if a directory is actually needed
20995 for this target.
20996
20997Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20998
20999 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21000 (FLAGS_TO_PASS): Pass down MUNCH_NM.
21001 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21002 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21003 (gcc-no-fixedincludes): Correct for current gcc Makefile.
21004
21005Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
21006
21007 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
21008 config.sub, and move-if-change to gdb testsuite distribution
21009 archive, so the testsuite can be extracted, configured, and
21010 run separately from the gdb distribution. Blow away the Chill
21011 tests that require a Chill compiled executable, since GNU Chill
21012 is not yet publically available.
21013
21014Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21015
21016 * test-build.mk: set environment variables in a single command,
21017 instead of a list of assignments and exports
21018
21019 * config.guess: recognize Alpha/OSF1 systems
21020
21021Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21022
21023 * configure: Change help message to prefer --options rather than
3d3b561f 21024 -options.
6599da04
JM
21025
21026Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21027
21028 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21029 zippy@ecst.csuchico.edu.
21030 * config.guess: Recognize miniframe.
21031
21032Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
21033
cc6010cd
AP
21034 * Makefile.in: Use srcroot to find runtest rather than rootme.
21035 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
21036
21037Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
21038
21039 * test-build.mk: Extensive additions to support building on a
21040 machine other than the host.
21041
21042Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21043
21044 * configure (tooldir): Fix for i386-aix again.
21045
21046Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
21047
21048 * configure, Makefile.in: Change definition of $(tooldir)
21049 to match the FSF.
21050
21051Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
21052
21053 * config.guess: Recognize i[34]86/SVR4.
21054
21055Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21056
21057 * Makefile.in (all-gdb): gdb depends on sim.
21058
21059Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
21060
21061 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
21062 at the same time we make the prototype gdb directory.
21063 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
21064 files at the same time as the gdb base release distribution.
21065
21066Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
21067
21068 * Makefile.in (check): Use individual check targets rather than
21069 DO_X rule.
21070 (check-gcc): Added.
21071
21072Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
21073
21074 * config.sub: Use sysv3.2 not sysv32 for canonical OS
21075 for System V release 3.2.
21076
21077Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21078
21079 * config.sub: Recognize hppaosf.
21080 * configure.in: Do configure ld/binutils/gas for it.
21081
21082Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21083
21084 * configure (tooldir): Alter syntax used to set this, for systems
21085 where "\$" isn't handled right, like i386-aix.
21086
21087Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
21088
21089 * configure: Pass program-transform-name, not
21090 program_transform_name, to recursive configures.
21091
21092Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
21093
21094 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21095 of gas+ld+binutils.
21096
21097Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
21098
21099 * config.guess: Recognize AIX3.2 as distinct from 3.1.
21100
21101Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21102
21103 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21104
6599da04
JM
21105Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21106
21107 * Makefile.in (PRMS): Set back to all-prms.
21108
21109Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
21110
21111 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21112 targets, rather than for MIPS hosts.
21113
21114Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21115
21116 * configure.in: add comment for --with-x default values
21117
21118 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21119
21120 * Makefile.in: add check-* targets for each of the directories in
21121 the tree. Add a definition of RUNTEST that will use the one we
21122 just built, if it exists. Pass this down via FLAGS_TO_PASS.
21123
21124Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
21125
21126 * configure.in: Removed obsolete references to bfd_target and
21127 target_makefile_frag.
21128
21129 * build-all.mk: Set assorted targets for Q2.
21130 * config.sub: Recognize z8k-sim and h8300-hms.
21131 * test-build.mk: Really don't pass host to configure.
21132 (HOLES): Added uname.
21133
21134Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
21135
21136 * configure: Handle an empty program-prefix, program-suffix or
21137 program-transform-name correctly.
21138
21139Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
21140
21141 * build-all.mk: -G 8 no longer required for MIPS targets.
21142 * test-build.mk: Don't pass host argument to configure; make it
21143 guess.
21144
21145Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
21146
21147 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
21148 * Makefile.in (COMPRESS): New macro, like GZIP.
21149
21150Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
21151
21152 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21153
21154 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21155 with gas currently defaults to -G 0.
21156
21157Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
21158
21159 * Makefile.in (all-flex): flex depends on byacc.
21160
21161 * build-all.mk: If host not specified, use config.guess. Pass TAG
21162 to test-build.mk as RELEASE_TAG.
21163 * test-build.mk (configargs): New variable containing arguments to
21164 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
21165 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21166
21167 * config.guess: Use /bin/uname when checking -X argument on SCO,
21168 to avoid invoking GNU uname which doesn't understand -X.
21169
21170 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21171
21172 * configure.in: Build gas for mips-*-*.
21173
21174Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21175
21176 * Makefile.in (all.normal): insert missing backslash.
21177
21178Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
21179
731a8127 21180 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
21181
21182 * Makefile.in: Complete overhaul to merge many almost identical
21183 targets.
21184
21185Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21186
21187 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21188 (gdb.tar.Z): Adjusted.
21189
21190 * Makefile.in (setup-dirs, taz): New targets; should be general
21191 enough to adapt for gdb sometime. Build only .z file.
21192 (gas.tar.z): New target.
21193
21194Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
21195
21196 * build-all.mk: Use CC=cc -Xs on Solaris.
21197
6599da04
JM
21198Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
21199
21200 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
21201 for handling BISON for FSF releases.
21202
21203Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21204
21205 * configure: Actually implement the change zoo just documented.
21206
21207Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21208
21209 * configure: when using config.guess, only set target_alias when
21210 it's not already been set (ie, on the command line)
21211
21212Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21213
21214 * Makefile.in: add installcheck target, set PRMS to install-prms
21215
21216Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21217
21218 * configure: add support for package_makefile_fragment, handle the
21219 case where a directory has a configure.in file but no Makefile.in
21220 more gracefully (with an actual understandable error message, even);
21221 add support for --without (and add this to the usage message); also
21222 explicitly add a --host=${host_alias} to the command line when
21223 config.guess is used
21224
21225Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21226
21227 * configure: Must use both --host and --target in recursive calls.
21228
21229Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
21230
21231 * Makefile.in: Change deja-gnu to dejagnu.
21232
21233Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
21234
21235 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21236
21237Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21238
21239 * configure.in: canonicalize all instances to *-*-solaris2*,
21240 also strip out a number of tools to not build for go32 host
21241
21242Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21243
21244 * config.guess: add GPL.
21245
21246 * Makefile.in, config.guess, config.sub, configure: bump
3d3b561f 21247 copyrights to 93.
6599da04
JM
21248
21249Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
21250
21251 * Makefile.in (do-info): Removed obsolete check for existence of
21252 localenv file.
21253
21254 * Makefile.in (MAKEOVERRIDES): Define to be empty.
21255
21256Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21257
21258 * Makefile.in: a couple of 'else true' for decstation,
21259 support for TclX
21260
21261 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21262
21263Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
21264
21265 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21266
21267Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
21268
21269 * config.guess: Recognize i386-ibm-aix (PS/2).
21270 * configure.in: Use config/mh-aix386 file for it.
21271
21272Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
21273
21274 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21275 CC_FOR_TARGET instead.
21276 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21277
21278Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
21279
21280 * Makefile.in: Add sim to list of directories sent with gdb
21281
21282Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
21283
21284 * configure.in: Put back mips-dec-bsd* case.
21285
21286Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
21287
21288 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21289 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
21290 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
21291
21292Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21293
21294 * configure.in: remove no-op mips-dec-bsd* in "case $target"
21295
21296 * Makefile.in (dir.info): only run gen-info-dir if it exists,
21297 (install-info): install dir.info only if it exists,
21298 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21299
21300Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
21301
21302 * configure.in: For vms target, skip bfd, ld, binutils. Do build
21303 gas for mips-dec-bsd.
21304
21305Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
21306
21307 * configure (makesrcdir): If ${srcdir} is relative and not ".",
21308 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21309
21310Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
21311
21312 * configure.in: Added "dejagnu" to hosttools list.
21313
21314Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
21315
21316 * config.sub, configure.in, config.guess: Add support
21317 for Bosx, an AIX variant from Bull.
21318 Patches from F.Pierresteguy@frcl.bull.fr.
21319
21320Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
21321
21322 * devo/dejagnu: Initial creation of devo/dejagnu.
21323 Migrated dejagnu testcases and support files for testing software
21324 tools to reside as subdirectories, currently called "testsuite",
21325 within the directory of the software tool. Migrated all programs,
21326 support libraries, etc. beloging to dejagnu proper from
21327 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
21328 with no modifications. The changes to these files which will
21329 allow them to configure, build, and execute properly will be made
21330 in a future update.
21331
21332Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21333
21334 * Makefile.in: Change send_pr to send-pr.
21335 * configure.in: Likewise.
21336 * send_pr: Renamed directory to send-pr.
21337
21338Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
21339
21340 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
21341
21342Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
21343
21344 * README: Update for gdb-4.8 release.
21345 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
21346 gdb-xxx.tar.z (gzip'd) file also.
21347
21348Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21349
21350 * Makefile.in: make all-diff depend on all-libiberty
21351
21352Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
21353
21354 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21355
21356Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21357
21358 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21359
21360Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
21361
21362 * Makefile.in (DEVO_SUPPORT): Remove etc directory
21363 (ETC_SUPPORT): Only add the files GDB wants from etc/.
21364 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
21365
21366Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21367
21368 * Makefile.in: makeinfo binary is in a new location
21369
21370Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21371
21372 * config.sub: Accept -ecoff as an OS.
21373
21374 * Makefile.in: Various changes to eliminate a level of make
21375 recursion and reduce the required command line length.
21376 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21377 sub-makes.
21378 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21379 variables holding settings for specific sub-makes.
21380 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21381 in terms of BASE_FLAGS_TO_PASS.
21382 (TARGET_LIBS): New variable listing directories which use
21383 TARGET_FLAGS_TO_PASS.
21384 (subdir_do): Eliminated.
21385 (do-*): New set of targets to replace subdir_do.
21386 (various): All targets which used subdir_do now depend on do-*.
21387 (local-clean): Renamed from do_clean.
21388 (local-distclean): New target, dependency of distclean and
21389 realclean.
21390 (install-info): Don't create directories. Depend on dir.info
21391 rather than calling make recursively.
21392 (install-dir.info): Eliminated.
21393 (install-info-dirs): Create all info directories here.
21394 (dir.info): Depend upon do-install-info.
21395
21396 * test-build.mk (HOLES): Added false.
21397
21398Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21399
21400 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21401
21402Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21403
21404 * Makefile.in (info): remove dependency on all-texinfo. The
21405 problem was really in texinfo/C, not at this level.
21406
21407Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21408
21409 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21410
21411Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21412
21413 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21414 GDB releases.
21415
21416Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21417
21418 * configure: Include srcdir in message about target of link not
21419 being found. Don't convert `-' to `_' in `with' options being
21420 passed to subdirs.
21421
21422Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21423
21424 * configure.in: add uudecode to host_tools
21425
21426 * Makefile.in: added {all,install}-uudecode targets, added them to
21427 the appropriate lists
21428
21429Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21430
21431 * Makefile.in (all-gcc): Added dependency on all-gas.
21432
21433 * configure.in (mips-*-*): Build ld and binutils.
21434
21435Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21436
21437 * configure: check return code from mkdir, print error message and
3d3b561f 21438 exit on failure.
6599da04
JM
21439
21440Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21441
21442 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21443
21444Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21445
21446 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21447
21448Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21449
21450 * config.sub (h8500): Recognize this as a cpu type.
21451
21452Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21453
21454 * configure: source directory missing is no longer a warning
21455
21456 * configure.in: recognize irix[34]* instead of irix[34]
21457
21458 * Makefile.in: define and pass down X11_LIB
21459
6599da04
JM
21460Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21461
21462 * guess-systype: Renamed to ...
21463 * config.guess: ... by popular request.
21464 * configure.in, Makefile.in: Update accordingly.
21465
21466Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21467
21468 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21469 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21470 + Execute ./dummy instead of assuming . is in PATH.
21471
21472Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21473
21474 * guess-systype: New shell script. Attempts to guess the
21475 canonical host name of the executing host.
21476 Only a few hosts are supported so far.
21477 * configure: Call guess-systype if no host is specified.
21478
21479Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21480
21481 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21482 gcc Makefile.
21483
6599da04
JM
21484Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21485
21486 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21487 (all-gcc, install-gcc, subdir_do): Use it.
21488
21489Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21490
21491 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21492
21493Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21494
21495 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
3d3b561f 21496 set exclusively by configure, using configure.in .
6599da04
JM
21497
21498Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21499
21500 * test-build.mk: set $PATH for all builds
21501
21502 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21503
21504Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21505
21506 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21507 the one used in gcc/Makefile.in, so that a null expansion doesn't
21508 override the one needed to build gcc with a native cc.
21509
6599da04
JM
21510Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21511
21512 * configure: Accept -with arguments.
21513
21514Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21515
21516 * Makefile.in: added h8300sim
21517
21518Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21519
6599da04
JM
21520 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21521 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21522 (all-cygnus, native, build-cygnus): Make
21523 $(canonhost)-stamp-3stage-done, not $(host)....
21524 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21525 i386-sco3.2v4. Added else true to if command.
21526
21527Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21528
21529 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21530
21531Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21532
21533 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21534
21535Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21536
21537 * configure.in: don't remove binutils from Solaris builds
21538
21539Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21540
21541 * Makefile.in: get rid of earlier definitions for *clean,
21542 also handle the recursive info rule better
21543
21544Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21545
21546 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21547 do more-or-less the right thing.
21548
21549Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21550
21551 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21552 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21553
21554Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21555
21556 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21557 $(host_canonical).
21558
21559 * configure.in: split the configdirs list into 4 categories (native
21560 v. cross, library v. tool) and handle the cross-only and native-
21561 only in more reasonable (and correct!) way.
21562
21563Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21564
21565 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21566 configdirs anymore.
21567
21568Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21569
21570 * Makefile.in: extensive cleanup:: removed all of the explicit
21571 clean-* targets, collapsed many wrappers around subdir_do into
21572 one, added additional targets to satisfy standards.texi, deleted
21573 some old targets, some changes for consistency
21574
21575Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21576
21577 * configure.in: handle some programs as cross-only, and others as
21578 native only
21579
21580 * test-build.mk: handle partial holes in a more generic manner
21581
21582 * Makefile.in: m4 depends on libiberty
21583
6599da04
JM
21584Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21585
21586 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21587 time, wdiff, and find to configdirs
21588
21589 * Makefile.in: all, clean, and install rules for the new programs
21590 added to configure.in
21591
21592Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21593
21594 * configure.in: use mh-sun for all *-sun-* hosts
21595
6599da04
JM
21596Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21597
21598 * Makefile.in: define flags for X11 include files and library file
21599 locations, pass them down to the programs that need this info
21600
21601 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21602
6599da04
JM
21603Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21604
21605 * configure.in: start building libg++ for HP-UX targets
21606
21607Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21608
21609 * README: Update references to files moved into etc/.
21610
21611Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21612
21613 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21614 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21615
21616Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21617
21618 * configure: accept dash as well as underscore in long option
21619 names for FSF compatibility.
21620
21621Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21622
21623 * config.sub: added -sco3.2v4 support from FSF.
21624
21625Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21626
21627 * configure.in: expand the section that adds or removes
21628 directories from the list of programs to build, to handle native
21629 vs. cross in addition to host v. native
21630
21631Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21632
21633 * Makefile.in: Replace C++ in macro names with CXX.
21634 This is less likely to break ...
21635
21636Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21637
21638 * test-build.mk: add -w to GNU_MAKE
21639
21640Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21641
21642 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21643 add 'sparc' to list of recognized cpus. This needed to make
21644 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21645 Delete some redundant ose68 variants. Recognize -wrs as an os,
21646 then changes that into $CPU-wrs-vxworks.
21647
21648 * configure.in: remove most references to gdbtest, regularize
21649 target based program removal
21650
21651 * test-build.mk: import from p3 tree (many fixes and changes)
21652
21653Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21654
21655 * Makefile.in: added rules to handle tcl, tk, and expect
21656
21657 * configure.in: handle those directories if they exist
21658
21659Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21660
21661 * config.sub: removed bogus hppabsd and hppahpux names, since
21662 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21663
21664Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21665
21666 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21667 depends upon all-xiberty
21668
21669 * Makefile.in: changes from p3, including:
21670
21671 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21672
21673 * Makefile.in (XTRAFLAGS): include newlib directories if
21674 newlib/Makefile exists, rather than if host != target.
21675
21676 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21677
21678 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21679 from the same source tree and not building a cross-compiler. This
21680 matters for the libg++ configuration if reconfiguring a tree that
21681 has already been installed.
21682
21683 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21684
21685 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21686 pick up the machine and system specific header files.
21687
21688 * Makefile.in: added AS_FOR_TARGET, passed down in
21689 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21690 the C compiler to use to create programs which are run in the
21691 build environment, set it to default to $(CC), and passed it down
21692 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21693
21694 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21695
21696 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21697 We need them for unusual native builds, like systems without
21698 ranlib.
21699
21700 * configure: also define $(host_canonical) and
e490616e
ZW
21701 $(target_canonical), which are the full, canonical names for the
21702 given host and target
6599da04
JM
21703
21704Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21705
21706 * Makefile.in: Added separate definitions for C++.
21707
21708Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21709
21710 * configure.in (configdirs): Add deja-gnu.
21711
21712Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21713
21714 * README: Update for configure.texi and gdb-4.7 release.
21715
21716Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21717
21718 * Makefile.in: Move "all" target to top of file.
21719 Previously, first target was ".PHONY" which caused BSD4.4 make
21720 to build .PHONY when make was run without arguments.
21721
21722Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21723
21724 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21725 Library-copylefted code in libiberty.
21726
21727Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21728
21729 * config.sub: Replace m68kmote with plain old m68k.
21730
21731Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21732
21733 * Makefile.in: Remove space from blank line, avoid Make complaints.
21734
21735Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21736
21737 * config.sub: Complain if no argument is given. Added support for
21738 386bsd as OS and target alias.
21739
21740Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21741
21742 * Makefile.in (XTRAFLAGS): include newlib directories if
21743 newlib/Makefile exists, rather than if host != target.
21744
21745Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21746
21747 * config.sub: recognize sparclite-wrs-vxworks.
21748
21749 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21750 p3.) Added clean-xiberty to clean.
21751
21752Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21753
21754 * configure.in: use *-*-* instead of nested cases for host and target
21755
21756Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21757
21758 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21759 from the same source tree and not building a cross-compiler. This
21760 matters for the libg++ configuration if reconfiguring a tree that
21761 has already been installed.
21762
21763Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21764
21765 * config.sub (i486v/i486v4): Merge in from FSF version.
21766
21767Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21768
21769 * configure: only set PWD if it is already set.
21770
21771Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21772
21773 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21774 doesn't have unset and all success paths (and most error paths)
21775 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21776 to just ${PWD} to avoid confusion.)
21777
21778Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21779
21780 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21781 even for a native compilation.
21782
21783Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21784
21785 Changes to make the gdb.tar.Z rule work better.
21786
21787 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21788 (DEVO_SUPPORT): Add configure.texi.
21789 (bfd-ilrt.tar.Z): Remove ancient rule.
21790
21791Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21792
21793 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21794 pick up the machine and system specific header files.
21795
21796 * configure.in, config.sub: added new target m68010-adobe-scout,
21797 with alias of adobe68k. Changed configure.in to check for
21798 -scout before -sco* to avoid a false match.
21799
21800 * Makefile.in: added AS_FOR_TARGET, passed down in
21801 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21802 the C compiler to use to create programs which are run in the
21803 build environment, set it to default to $(CC), and passed it down
21804 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21805
21806Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21807
21808 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21809 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21810 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21811 FOR_TARGET variants, to newlib and libg++.
21812
21813Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21814
21815 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21816 first.
21817
21818Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21819
21820 * config.sub: Accept `elf' as an environment.
21821
21822Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21823
21824 * Makefile.in (all-opcodes): cd into the right directory
21825
21826Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21827
21828 * configure: added -program_transform_name option, used as
21829 argument to sed when installing programs.
21830 configure.texi: added documentation for -program_prefix,
21831 -program_suffix and -program_transform_name.
21832
21833Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21834
21835 * config.sub: Accept i486 where i386 ok.
21836
21837Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21838
21839 * config.sub: accept we32k
21840
21841Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21842
3b75d237 21843 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
21844
21845 * Makefile.in: don't create all directories for ``make install'';
21846 let the subdirectories create the ones they need.
21847
21848Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21849
e490616e 21850 * COPYING: new file, GPL v2
6599da04
JM
21851
21852Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21853
21854 * Makefile.in: use the new gen-info-dir, which needs a template
21855 argument (which also lives in texinfo)
21856
21857 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21858
6599da04
JM
21859Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21860
21861 * config.sub (ncr3000): Change i386 to i486.
21862
21863Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21864
21865 * Makefile.in: add install-rcs, install-grep to
21866 install-no-fixedincludes, removed install-bison and install-libgcc
21867
21868Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21869
21870 * configure.in: grab the HPUX makefile fragment if on HPUX
21871
21872Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21873
21874 * Makefile.in: eradicate bison spoor (ditto libgcc).
3d3b561f
ML
21875 configure.in: recognise m68{k,000}-ericsson-OSE.
21876 es1800 is alias for m68k-ericsson-OSE
6599da04
JM
21877
21878Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21879
21880 * configure.in: rearrange the parts that remove programs from
21881 configdirs, based now on HOST==TARGET or by canonical triple.
21882
21883Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21884
21885 * test-build.mk: recurse explicitly with -f test-build.mk when
3d3b561f
ML
21886 appropriate. predicate stage3 and comparison on the existence
21887 of gcc. That is, if gcc isn't around, we aren't three-staging.
21888 On very clean, also remove ...stamp-co. Build in-place before
21889 doing other builds.
6599da04
JM
21890
21891Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21892
21893 * Makefile.in, configure.in: add tgas
21894
21895Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21896
21897 * Makefile.in: a number of changes merged in from progressive.
21898
21899 * configure.in: add libm.
21900
21901 * .cvsignore: ignore some stuff that comes from test-build.mk.
21902
6599da04
JM
21903Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21904
21905 * config.sub: Add es1800 (m68k-ericsson-es1800).
21906
21907Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21908
21909 * configure: Add program_suffix (parallel to program_prefix)
21910 * Makefile.in: adjust directory-creating script for losing decstation
21911
21912Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21913
21914 * configure: Minor $subdir-related fixes.
21915
21916Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21917
21918 * configure: fix various problems with propogating
21919 makefile_target_frag in subdirs.
21920 * configure.in: config libgcc if its there
21921
21922Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21923
21924 * config.sub: HPPA merge.
21925
6599da04
JM
21926Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21927
21928 * Makefile.in: Replace all-bison with all-byacc in all
21929 dependency lines for other tools (which now use byacc).
21930
21931Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21932
21933 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21934
6599da04
JM
21935Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21936
21937 * Makefile.in: make gprof rules similar to byacc rules (instead of
21938 vestigal $(unsubdir) that didn't work...)
21939
21940Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21941
21942 * config.sub: Add support for Linux.
21943 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21944 (at least for libg++).
21945
21946Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21947
21948 * configure.texi: fix doc for the -nfp option to configure
21949
21950Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21951
21952 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21953
21954Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21955
21956 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21957 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21958 * configure.in: added solaris* host_makefile_frag hook.
21959
21960Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21961
21962 * config.sub: changed recognition of m68000 so that various
21963 m68k types can be specified via m680[01234]0
21964
21965Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21966
21967 * config.sub (basic_machine): fix sed so that '-foo' isn't
21968 completely substituted out while .+'-foo' loses the '-foo'
21969
21970Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21971
21972 * config.sub ($os): Add -aout.
21973
21974Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21975
21976 * configure: If host_makefile_frag is absolute, don't
21977 prefix ${invsubdir} (relevant to libg++ auto-configure).
21978
21979Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21980
21981 * Makefile.in (tooldir): Define it.
21982 (all-ld): Depend on all-flex.
21983
21984Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21985
21986 * Makefile.in (check): Fix libg++ special case.
21987
21988Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21989
21990 * configure: do not bury `pwd` into config.status, thus do fewer
3d3b561f 21991 pwd's.
6599da04
JM
21992
21993 * configure: print the "Building in" message only when building in
3d3b561f 21994 other than "." AND verbose.
6599da04 21995
63f6bcd7 21996 * configure: remove -s, rework -v to better accommodate guested
3d3b561f 21997 configures.
6599da04
JM
21998
21999 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22000
22001Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
22002
22003 * Makefile.in: macroize flags passed on recursion. remove
3d3b561f 22004 fileutils.
6599da04
JM
22005
22006Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
22007
22008 * configure: get makesrcdir right for subdirs deeper than 1.
22009
22010 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
3d3b561f 22011 install.
6599da04
JM
22012
22013Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
22014
22015 * Makefile.in: don't print subdir_do or recursion lines.
22016
22017Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
22018
22019 * standards.texi: added menu item.
22020
22021 * Makefile.in: build and install standards.info.
22022
22023 * standards.texi: new file.
22024
22025Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22026
22027 * configure: test for and move config.status pieces from
3d3b561f 22028 ${subdir}/.
6599da04
JM
22029
22030Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
22031
6599da04
JM
22032 * configure: Test for existance of files before trying to mv
22033 them, to avoid numerous non-existance messages.
22034
22035Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
22036
22037 * configure: correct final line of config.status.
22038
22039 * configure: patch from eggert. Avoids a protection problem if
3d3b561f 22040 the original Makefile.in is read only.
6599da04
JM
22041
22042 * configure: use move-if-change from gcc to create config.status.
3d3b561f
ML
22043 Some makefiles depend on config.status to tell if a directory
22044 has been reconfigured for a different host. This change
22045 prevents those directories from remaking everything in the case
22046 where the reconfig was only intended to rebuild a Makefile.
6599da04
JM
22047
22048 * configure: test for config.sub with "config.sub sun4" rather
3d3b561f
ML
22049 than "config.sub ${host_alias}". Otherwise we can't tell a bad
22050 host alias from a missing config.sub.
6599da04
JM
22051
22052Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22053
22054 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
3d3b561f 22055 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6599da04
JM
22056
22057Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
22058
22059 * configure: mkdir ${subdir} as needed.
22060
22061Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
22062
22063 * Makefile.in,configure.in: added autoconf.
22064
22065Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22066
22067 * Makefile.in: no longer pass against on recursion.
22068
22069 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
3d3b561f 22070 definitions are not inherited.
6599da04
JM
22071
22072 * configure: correct makesrcdir when subdir is .
22073
22074Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
22075
22076 * configure: Add support for 'subdirs' variable, which is
22077 like 'configdirs', except that configure doesn't re-invoke
22078 itself for subdirs, it just creates a Makefile for each subdir.
22079 * configure.texi: Document subdirs.
22080
22081Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22082
22083 * configure.in: added flex to configdirs
22084
22085Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
22086
22087 * Makefile.in: remove clean-stamps from clean.
22088
22089Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
22090
22091 * configure.in: Add gdbtest to configdirs.
22092
22093Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
22094
22095 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
22096 to recursive makes.
22097 * configure.in: Recognize new ncr3000 config.
22098
22099Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
22100
22101 * Makefile.in, configure.in: removed references to gdbm.
22102
22103Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
22104
22105 * config.sub: Don't canonicalize os value
22106 newsos* to bsd (readline needs to check for newsos).
22107 (This fix was earlier made Jan 31, but got re-broken.)
22108
22109Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
22110
22111 * configure.in: sco is an os, not a vendor!
22112
22113 * configure: Quote $( better. Keep various shells happy.
22114
22115Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
22116
22117 * Makefile.in: eliminate stamp-files.
22118
22119Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
22120
22121 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
3d3b561f 22122 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6599da04
JM
22123
22124Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
22125
22126 * config.sub: fix iris/iris3.
22127
22128Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
22129
22130 * configure: re-add -rm.
22131
22132Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
22133
22134 * Maskefile.in: add .stmp-rcs to all.
22135
22136 * configure.in: remove gas from rs6000 build, use aix host fragment.
22137
22138Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
22139
22140 * configure: pass down site_option during recursion.
22141
22142Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
22143
22144 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
22145
22146Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
22147
22148 * configure: Change exec_prefix so that it really defaults to prefix.
22149
22150Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
22151
22152 * Makefile.in, configure.in: Add support for mmalloc library.
22153
22154Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
22155
22156 * Makefile.in: add stmp dependencies for a few more things.
22157
22158Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
22159
22160 * configure: adjusted error message on objdir/srcdir configure
3d3b561f 22161 collision, per john's suggestion.
6599da04
JM
22162
22163 * Makefile.in: add libiberty stmp to all and all.cross.
22164
22165Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
22166
22167 * Makefile.in: remove force dependencies, add grep to all.
22168
22169Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
22170
22171 * Makefile.in: drop flex. make stamp files work.
22172
22173 * configure: added test for conflicting configuration in srcdir,
3d3b561f
ML
22174 remove trailing slashes from srcdir. Otherwise emacs gdb mode
22175 gets cranky. use relative paths for configure and srcdir
22176 whenever possible. Send some error messages to stderr that were
22177 going to stdout.
6599da04
JM
22178
22179Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
22180
22181 * Makefile.in: Fix libg++ rule to check for gcc directory
22182 before using gcc/gcc. Also pass XTRAFLAGS.
22183
22184Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
22185
22186 * Makefile.in: added stmp-files so that directories aren't polled
3d3b561f 22187 when they are already built.
6599da04
JM
22188
22189 * configure.texi: fixed a node pointer problem.
22190
22191Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
22192
731a8127 22193 * config.sub configure.in gdb/configure.in
6599da04
JM
22194 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22195 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22196 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
22197
22198Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22199
22200 * configure: -recurring becomes -silent. corrected help message
3d3b561f 22201 for -site= option.
6599da04
JM
22202
22203 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22204
22205Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22206
22207 * configure: when building Makefile for crosses, replace
3d3b561f
ML
22208 tooldir and program_prefix. default srcdir from location of
22209 config.sub. remove "for host in hosts" and "for target in
22210 targets" loops.
6599da04
JM
22211
22212Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22213
22214 * Makefile.in: Do not pass bindir or mandir to cvs.
22215
22216Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
22217
22218 * Makefile.in, configure.in: removed traces of namesubdir,
3d3b561f
ML
22219 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
22220 copyrights to '92, changed some from Cygnus to FSF.
6599da04
JM
22221
22222 * configure.texi: remove most references to multiple hosts,
3d3b561f 22223 multiple targets, subdirs, etc.
6599da04
JM
22224
22225 * configure.man: removed rcsid. reference config.sub not
3d3b561f 22226 config.subr.
6599da04
JM
22227
22228 * Makefile.in: mkdir $(infodir) on install-info.
22229
22230Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
22231
22232 * configure.texi: Explain better about .gdbinit and about
22233 the environment that configure.in sections run in.
22234
22235Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
22236
22237 * configure.in: Ultrix is only a decstation if it's a MIPS.
22238
22239Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
22240
22241 * README: DOC.configure => cfg-paper.texi.
22242
22243Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
22244
22245 * config.sub (near case $os): Don't convert newsos* to bsd!
22246
22247Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
22248
22249 * Makefile.in: Reinstall change from gdb-4.3 that reduces
22250 the number of copies of COPYING that go into the GDB tar file.
22251
22252Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
22253
731a8127 22254 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
22255 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22256 Fix SCO configuration stuff.
22257
22258Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
22259
22260 * Makefile.in: For libg++, make sure the -I pointing
22261 to the gcc directory goes *after* all the libg++-local -I flags.
22262 Also, move just-gcc dependency from just-libg++ to all-libg++.
22263
22264Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
22265
22266 * configure: Change -x to -f to keep Ultrix /bin/test happy.
22267
22268Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
22269
22270 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
22271
22272Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
22273
22274 * config.sub: Add stratus configuration frags. Also
22275 submitted to FSF.
22276
22277Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
22278
22279 * Makefile.in (DEV_SUPPORT): add configure.man.
22280
22281 * config.sub(Decode manufacturer-specific): add -none*.
22282
22283Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
22284
22285 * Makefile.in: remove form feeds to make Sun's make happy.
22286 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
22287
22288Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
22289
22290 * Makefile.in (AR_FLAGS): Make quieter.
22291
22292Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
22293
22294 * configure.in: Add libg++.
22295 * configure: When verbose, don't output the command line at each
22296 level; it will be unremarkably the same as the previous version,
22297 which will be the same as what the user typed.
22298
22299Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
22300
22301 * configure.in, Makefile.in: fix clean-info, add flex. add
3d3b561f 22302 fileutils.
6599da04
JM
22303
22304 * configure: be less sensitive to spaces in Makefile.in. Do not
3d3b561f
ML
22305 look for sources in "..". Doing so breaks subdirectories that
22306 might have their own configure. If a subdir has it's own
22307 configure script, use it.
6599da04
JM
22308
22309Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
22310
22311 * cfg-paper.texi: some changes suggested by rms.
22312
22313Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
22314
22315 * config.sub: Merge in some small additions from the FSF version,
22316 taken from the gcc distribution, to bring the Cygnus and FSF
22317 versions into closer sync.
22318
22319Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
22320
22321 * configure.in: Changed svr4 references to sysv4.
22322
22323Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
22324
22325 * configure: added -V for version number option.
22326
22327Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
22328
22329 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
3d3b561f 22330 renamed from DOC.configure to cfg-paper.texi.
6599da04
JM
22331
22332Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22333
22334 * configure, config.subr, config.sub: config.subr is now
3d3b561f 22335 config.sub again.
6599da04
JM
22336
22337Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
22338
22339 * configure.texi: new file, in progress.
22340
22341 * Makefile.in: build info file and install the man page for
3d3b561f 22342 configure.
6599da04
JM
22343
22344 * configure.man: new file, first cut.
22345
22346 * configure: find config.subr again now that configuration "none"
3d3b561f
ML
22347 has gone. removed all traces of the -ansi option. removed all
22348 traces of the -languages option.
6599da04
JM
22349
22350 * config.subr: resync from rms.
22351
22352Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22353
22354 * configure, config.sub, config.subr: merge config.sub into
3d3b561f
ML
22355 config.subr, call the result config.subr, remove config.sub, use
22356 config.subr.
6599da04
JM
22357
22358 * Makefile.in: revised install for dir.info.
22359
22360Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22361
22362 * configure.in: add decstation host makefile frag.
22363
22364 * Makefile.in: BISON now bison -y again. also install-gcc on
3d3b561f
ML
22365 install. clean-gdbm on clean. infodir belongs in datadir.
22366 Make directories for info install. Build dir.info here then
22367 install it.
6599da04
JM
22368
22369Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22370
22371 * Makefile.in: fix for bad directory tests.
22372
22373Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22374
22375 * configure: \{1,2\} appears to be a sysv'ism. Use a different
3d3b561f 22376 regexp. -srcdir relative was being handled incorrectly.
6599da04
JM
22377
22378 * Makefile.in: unwrapped some for loops so that parallel makes
3d3b561f
ML
22379 work again and so one can focus one's attention on a particular
22380 package.
6599da04
JM
22381
22382Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22383
22384 * configure: added PWD as a stand in for `pwd` (for speed). use
3d3b561f
ML
22385 elif wherever possible. make -srcdir work without -objdir.
22386 -objdir= commented out.
6599da04
JM
22387
22388Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22389
22390 * configure: +options become --options. -subdirs commented out.
3d3b561f
ML
22391 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22392 Makefile now at top of generated Makefile. Removed cvs log
22393 entries. added -srcdir. create .gdbinit only if there is one
22394 in ${srcdir}.
6599da04
JM
22395
22396 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3d3b561f
ML
22397 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22398 and mandir now keyed off datadir by default.
6599da04
JM
22399
22400Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22401
22402 * Freshly created ChangeLog.
22403
22404\f
22405Local Variables:
22406mode: change-log
22407left-margin: 8
22408fill-column: 76
22409version-control: never
22410End: