]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
debug/113488 - DW_AT_abstract_origin to self
[thirdparty/gcc.git] / ChangeLog
CommitLineData
1a177974
GA
12024-01-16 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
2
3 * Makefile.def: Add a dependency to libgrust for all-gcc.
4 * Makefile.in: Regenerate the file.
5
62024-01-16 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
7
8 * Makefile.def: Add libgrust target to bootstrap.
9 * Makefile.in: Regenerate.
10
be035ec4
GA
112024-01-15 Andrew Pinski <quic_apinski@quicinc.com>
12
13 * MAINTAINERS (DCO): Add myself.
14
73ce73fc
GA
152024-01-09 Siddhesh Poyarekar <siddhesh@gotplt.org>
16
17 * SECURITY.txt: Drop "exploitable" in the hardening section.
18
192024-01-09 Tom Tromey <tom@tromey.com>
20
21 * Makefile.in: Rebuild.
22 * Makefile.tpl (BASE_EXPORTS): Add GUILE.
23 (GUILE): New variable.
24 * Makefile.def (flags_to_pass): Add GUILE.
25
6b1d6a2d
GA
262024-01-08 Joseph Myers <josmyers@redhat.com>
27
28 * MAINTAINERS: Update my email address.
29
03fb8f27
GA
302023-12-30 Joseph Myers <jsm@polyomino.org.uk>
31
32 * MAINTAINERS: Update my email address.
33
f998335a
GA
342023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
35 Thomas Schwinge <thomas@codesourcery.com>
36
37 * Makefile.def: Add libgrust as host & target module.
38 * configure.ac: Add libgrust to host tools list. Add libgrust to
39 noconfigdirs if we're not building target libstdc++.
40 * Makefile.in: Regenerate.
41 * configure: Regenerate.
42
432023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
44 Arthur Cohen <arthur.cohen@embecosm.com>
45
46 * MAINTAINERS: Add maintainers for libgrust.
47
e8018ccf
GA
482023-12-13 Arsen Arsenović <arsen@aarsen.me>
49
50 * Makefile.def (gettext): Disable (via missing)
51 {install-,}{pdf,html,info,dvi} and TAGS targets. Set no_install
52 to true. Add --disable-threads --disable-libasprintf. Drop the
53 lib_path (as there are no shared libs).
54 * Makefile.in: Regenerate.
55
8a5d6ce0
GA
562023-12-12 Paul Iannetta <piannetta@kalrayinc.com>
57
58 * MAINTAINERS: Add myself to write after approval
59
602023-12-12 Feng Wang <wangfeng@eswincomputing.com>
61
62 * MAINTAINERS: Update my email address
63
642023-12-12 Feng Wang <wangfeng@eswincomputing.com>
65
66 * MAINTAINERS: Add myself to write after approval
67
6fb55db0
GA
682023-11-23 Nathaniel Shead <nathanieloshead@gmail.com>
69
70 * MAINTAINERS: Add myself to write after approval and DCO
71
26a7e775
GA
722023-11-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
73
74 * libtool.m4: Fix stray call
75
b54b3800
GA
762023-11-19 Lewis Hyatt <lhyatt@gmail.com>
77
78 * Makefile.in: Regenerate.
79 * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
80
9d58d2d8
GA
812023-11-18 Petter Tomner <tomner@bahnhof.se>
82
83 * MAINTAINERS: Update my email address.
84
852023-11-18 Frederik Harwath <frederik@harwath.name>
86
87 * MAINTAINERS: Change my address.
88
5cb13173
GA
892023-11-16 Michal Jires <mjires@suse.cz>
90
91 * MAINTAINERS: Add myself.
92
b9fd8399
GA
932023-11-13 Arsen Arsenović <arsen@aarsen.me>
94
95 PR bootstrap/12596
96 * .gitignore: Add '/gettext*'.
97 * configure.ac (host_libs): Replace intl with gettext.
98 (hbaseargs, bbaseargs, baseargs): Split baseargs into
99 {h,b}baseargs.
100 (skip_barg): New flag. Skips appending current flag to
101 bbaseargs.
102 <library exemptions>: Exempt --with-libintl-{type,prefix} from
103 target and build machine argument passing.
104 * configure: Regenerate.
105 * Makefile.def (host_modules): Replace intl module with gettext
106 module.
107 (configure-ld): Depend on configure-gettext.
108 * Makefile.in: Regenerate.
109
1102023-11-13 Arsen Arsenović <arsen@aarsen.me>
111
112 * intl/*: Remove.
113
1142023-11-09 Jivan Hakobyan <jivanhakobyan9@gmail.com>
115
116 * MAINTAINERS: Add myself.
117
1182023-11-09 YunQiang Su <yunqiang.su@cipunited.com>
119
120 * MAINTAINERS: Update my email address.
121
2cca6ae6
GA
1222023-11-06 Carl Love <cel@linux.ibm.com>
123
124 * MAINTAINERS: Update my email address.
125
c73d2d49
GA
1262023-11-01 Eric Gallager <egallager@gcc.gnu.org>
127
128 * .github/CONTRIBUTING.md: Wrap lines more tightly.
129
1302023-11-01 Eric Gallager <egallager@gcc.gnu.org>
131
132 * .github/CONTRIBUTING.md: New file.
133 * .github/PULL_REQUEST_TEMPLATE.md: New file.
134
3b632746
GA
1352023-10-22 Iain Sandoe <iain@sandoe.co.uk>
136
137 * configure: Regenerate.
138 * configure.ac: Do not add default runpaths to GCC exes
139 when we are building -static-libstdc++/-static-libgcc (the
140 default).
141 * libtool.m4: Add 'enable-darwin-at-runpath'. Act on the
142 enable flag to alter Darwin libraries to use @rpath names.
143
d5cfabc6
GA
1442023-10-15 Mike Frysinger <vapier@gentoo.org>
145
146 * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
147 * Makefile.in: Regenerate.
148
6febf76c
GA
1492023-10-11 Filip Kastl <fkastl@suse.cz>
150
151 * MAINTAINERS: Fix name order.
152
69e3072c
GA
1532023-10-10 Christoph Müllner <christoph.muellner@vrull.eu>
154
155 * MAINTAINERS: Add myself.
156
0defa2a0
GA
1572023-10-06 Sergei Trofimovich <siarheit@google.com>
158
159 PR bootstrap/111663
160 * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
161 * Makefile.in: Regenerate.
162
6c44b95d
GA
1632023-10-05 Jan Engelhardt <jengelh@inai.de>
164
165 * SECURITY.txt: Fix up indentation.
166
1672023-10-05 Jan Engelhardt <jengelh@inai.de>
168
169 * SECURITY.txt: Fix up commas.
170
bf2e66e3
GA
1712023-10-04 Siddhesh Poyarekar <siddhesh@gotplt.org>
172
173 * SECURITY.txt: New file.
174
6b78e9a5
GA
1752023-09-18 Fei Gao <gaofei@eswincomputing.com>
176
177 * MAINTAINERS: Add myself.
178
37bbfd1c
GA
1792023-09-15 Yang Yujie <yangyujie@loongson.cn>
180
181 * config-ml.in: Remove unneeded loongarch clause.
182 * configure.ac: Register custom makefile fragments mt-loongarch-*
183 for loongarch targets.
184 * configure: Regenerate.
185
a1c20158
GA
1862023-09-12 Edwin Lu <ewlu@rivosinc.com>
187
188 * MAINTAINERS: Add myself
189
1902023-09-12 Thomas Schwinge <thomas@codesourcery.com>
191 Chung-Lin Tang <cltang@codesourcery.com>
192
193 PR testsuite/109951
194 * Makefile.tpl (BASE_TARGET_EXPORTS): Add
195 'SYSROOT_CFLAGS_FOR_TARGET'.
196 * Makefile.in: Regenerate.
197
d820cd78
GA
1982023-09-05 Yang Yujie <yangyujie@loongson.cn>
199
200 * config-ml.in: Do not build the multilib library variant
201 that is duplicate with the toplevel one.
202
ded52c9f
GA
2032023-08-29 Tsukasa OI <research_trasio@irq.a4lg.com>
204
205 * MAINTAINERS: Add myself.
206
6cd85273
GA
2072023-08-22 Filip Kastl <fkastl@suse.cz>
208
209 * MAINTAINERS: Update my email address.
210
886afed6
GA
2112023-08-11 Eric Feng <ef2648@columbia.edu>
212
213 * MAINTAINERS: Add myself.
214
4b92dba7
GA
2152023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
216
217 * Makefile.def: Reflect that libsframe needs to installed before
218 libbfd. Reorder a bit to better track libsframe dependencies.
219 * Makefile.in: Regenerate.
220
2212023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
222
223 * Makefile.def: Add install dependency on libsframe for libbfd.
224 * Makefile.in: Regenerated.
225
2262023-08-07 Nick Alcock <nick.alcock@oracle.com>
227
228 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
229 Solaris 11.
230
2312023-08-07 Alexander von Gluck IV <kallisti5@unixzen.com>
232
233 * configure: Regenerate.
234 * configure.ac: Add Haiku to list of ELF OSes
235 * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
236
2372023-08-07 Nick Alcock <nick.alcock@oracle.com>
238
239 * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
240 options, including options containing paths.
241
2422023-08-07 Nick Alcock <nick.alcock@oracle.com>
243
244 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
245 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
246 errors from nms that refuse to work on non-regular files. Remove
247 other workarounds for this problem. Strip out blank lines from the
248 nm output.
249
2502023-08-07 Arsen Arsenović <arsen@aarsen.me>
251
252 * configure.ac: Reinstate 32b PA-RISC HP-UX targets
253 * configure: Regenerate.
254
2552023-08-07 Simon Marchi <simon.marchi@efficios.com>
256
257 * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
258 * configure: Re-generate.
259 * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
260 (PKG_CONFIG_PATH): New.
261 * Makefile.in: Re-generate.
262
2632023-08-07 Luis Machado <luis.machado@arm.com>
264
265 * configure.ac: Disable year2038 by default on 32-bit hosts.
266 * configure: Regenerate.
267
2682023-08-07 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
269
270 * Makefile.def: Add gprofng module.
271 * configure.ac: Add --enable-gprofng option.
272 * Makefile.in: Regenerate.
273 * configure: Regenerate.
274
2752023-08-07 Martin Liska <mliska@suse.cz>
276
277 * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
278 * configure: Regenerate.
279
2802023-08-07 Fangrui Song <maskray@google.com>
281
282 * configure: Regenerate.
283 * configure.ac: Add --with-zstd.
284
2852023-08-07 Arsen Arsenović <arsen@aarsen.me>
286
287 * configure: Regenerate.
288 * configure.ac: Recover tilegx/tilepro targets.
289
2902023-08-07 H.J. Lu <hjl.tools@gmail.com>
291
292 * configure: Regenerated.
293 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
294 --plugin and rc before enabling --plugin.
295
2962023-08-07 H.J. Lu <hjl.tools@gmail.com>
297
298 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
299 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
300 * configure.ac: Include config/gcc-plugin.m4.
301 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
302 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
303 RANLIB if possible.
304 * Makefile.in: Regenerated.
305 * configure: Likewise.
306
3072023-08-07 Arsen Arsenović <arsen@aarsen.me>
308
309 * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
310 $(CFLAGS).
311
3122023-08-07 David Faust <david.faust@oracle.com>
313
314 * MAINTAINERS: Add the BPF port to my reviewer listing.
315
4297a08e
GA
3162023-08-02 Jan Beulich <jbeulich@suse.com>
317
318 * MAINTAINERS: Correct my email address.
319
3202023-08-02 Hu, Lin1 <lin1.hu@intel.com>
321
322 * MAINTAINERS (Write After Approval): Add myself.
323
cf58b896
GA
3242023-08-01 Richard Ball <richard.ball@arm.com>
325
326 * MAINTAINERS: Add myself.
327
a2f31d79
GA
3282023-07-31 Andreas Schwab <schwab@suse.de>
329
330 * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
331 * configure: Regenerate.
332 * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
333
3342023-07-31 xuli <xuli1@eswincomputing.com>
335
336 * MAINTAINERS: Add myself.
337
af37e394
GA
3382023-07-25 Thomas Schwinge <thomas@codesourcery.com>
339
340 * MAINTAINERS: List myself as "nvptx port" maintainer.
341
0ce63530
GA
3422023-07-21 Cupertino Miranda <cupertino.miranda@oracle.com>
343
344 * MAINTAINERS: Add myself to write after approval
345
ec842611
GA
3462023-07-18 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
347
348 * MAINTAINERS: Add myself as a reviewer for the riscv port.
349
3502023-07-18 Robin Dapp <rdapp@ventanamicro.com>
351
352 * MAINTAINERS: Add myself as a reviewer for the riscv port.
353
15939bae
GA
3542023-07-12 Hao Liu <hliu@os.amperecomputing.com>
355
356 * MAINTAINERS: Add Hao Liu to write after approval
357
3582023-07-12 Ken Matsui <kmatsui@gcc.gnu.org>
359
360 * MAINTAINERS: Add Ken Matsui to write after approval
361
01405f01
GA
3622023-07-07 Eugene Rozenfeld <erozen@microsoft.com>
363
364 * Makefile.in: Collect both kernel and user events for autofdo
365 * Makefile.tpl: Collect both kernel and user events for autofdo
366
69d3015a
GA
3672023-06-30 Rishi Raj <rishiraj45035@gmail.com>
368
369 * MAINTAINERS: Added myself to Write After Approval and DCO
370
14bfda60
GA
3712023-06-29 Eugene Rozenfeld <erozen@microsoft.com>
372
373 * Makefile.in: Remove -gtoggle for STAGEautoprofile
374 * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
375
f445b42e
GA
3762023-06-25 Lehua Ding <lehua.ding@rivai.ai>
377
378 * MAINTAINERS: Add Lehua Ding to write after approval
379
3802023-06-25 Iain Sandoe <iain@sandoe.co.uk>
381
382 * Makefile.def: Pass the enable-host-pie value to GCC configure.
383 * Makefile.in: Regenerate.
384 * configure: Regenerate.
385 * configure.ac: Adjust the logic for shared and PIE host flags to
386 ensure that PIE is passed for hosts that require it.
387
f10a4ce0
GA
3882023-06-16 YunQiang Su <yunqiang.su@cipunited.com>
389
390 * MAINTAINERS (Write After Approval): move Matthew Fortune
391 to Write After Approval.
392
7ff79341
GA
3932023-06-15 Marek Polacek <polacek@redhat.com>
394
395 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
396 check.
397 * configure: Regenerate.
398
c1c5edef
GA
3992023-06-14 Filip Kastl <filip.kastl@gmail.com>
400
401 * MAINTAINERS: Add myself to write after approval
402
829d5975
GA
4032023-06-02 YunQiang Su <yunqiang.su@cipunited.com>
404
405 * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
406 port maintainer.
407 (Write After Approval): Remove myself.
408
df2762ac
GA
4092023-05-30 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
410
411 * MAINTAINERS (Write After Approval): Add myself.
412
b4c15a14
GA
4132023-05-29 Martin Jambor <mjambor@suse.cz>
414
415 * MAINTAINERS: Replace spaces with tabs.
416
68816ba2
GA
4172023-05-27 Benjamin Priour <vultkayn@gcc.gnu.org>
418
419 * MAINTAINERS: New entry.
420
b2776076
GA
4212023-05-18 Eugene Rozenfeld <erozen@microsoft.com>
422
423 * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
424 * Makefile.in: Regenerate
425
ff2dcddf
GA
4262023-05-17 Eugene Rozenfeld <erozen@microsoft.com>
427
428 * Makefile.in: Disable warnings as errors for STAGEautofeedback
429
3d125c91
GA
4302023-05-11 Robin Dapp <rdapp@ventanamicro.com>
431
432 * MAINTAINERS: Sort.
433
4342023-05-11 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
435
436 * MAINTAINERS: Add myself.
437
08d0d17b
GA
4382023-05-10 Pan Li <pan2.li@intel.com>
439
440 * MAINTAINERS: Add myself.
441
50205195
GA
4422023-04-28 Eugene Rozenfeld <erozen@microsoft.com>
443
444 * Makefile.in: Define PROFILE_MERGER
445 * Makefile.tpl: Define PROFILE_MERGER
446
32a98ccd
GA
4472023-04-27 Robin Dapp <rdapp@ventanamicro.com>
448
449 * MAINTAINERS: Change my email address.
450
4a3dbcbd
GA
4512023-04-26 Patrick O'Neill <patrick@rivosinc.com>
452
453 * MAINTAINERS: Add myself.
454
4552023-04-26 Martin Liska <mliska@suse.cz>
456
457 * MAINTAINERS: fix sorting
458
49cea02d
GA
4592023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
460
461 * MAINTAINERS (Write After Approval): Add myself.
462
aeaf9426
GA
4632023-04-24 Martin Liska <mliska@suse.cz>
464
465 * MAINTAINERS: Fix sorting.
466
6d7f9ebf
GA
4672023-04-21 Peter Foley <pefoley2@pefoley.com>
468
469 * configure: Regenerate.
470 * configure.ac: Only create serdep.tmp if needed
471
4722023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
473
474 * MAINTAINERS (Write After Approval): Add myself.
475
4762023-04-21 Vineet Gupta <vineetg@rivosinc.com>
477
478 * MAINTAINERS (Write After Approval): Add myself.
479 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
480
a8c8351c
GA
4812023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
482
483 * MAINTAINERS: Add myself.
484
50bd9c41
GA
4852023-03-22 Tobias Burnus <tobias@codesourcery.com>
486
487 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
488
c8065441
GA
4892023-03-10 Arsen Arsenović <arsen@aarsen.me>
490
491 * MAINTAINERS (Write After Approval): Add myself.
492
88cc4495
GA
4932023-02-16 Martin Liska <mliska@suse.cz>
494
495 * MAINTAINERS: I'm stepping down from my positions.
496
f432ad09
GA
4972023-01-10 Philip Herron <herron.philip@googlemail.com>
498
499 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
500
d808db1f
GA
5012023-01-06 Clément Chigot <chigot@adacore.com>
502
503 * configure.ac: Skip GMP and MPFR when --disable-gdb is
504 provided.
505 * configure: Regenerate.
506
faccda27
GA
5072023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
508
509 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
510
90323d0b
GA
5112022-12-31 Iain Sandoe <iain@sandoe.co.uk>
512
513 * Makefile.def: Do not build shared libffi.
514 * Makefile.in: Regenerate.
515
de282a20
GA
5162022-12-21 Andrew Pinski <apinski@marvell.com>
517
518 * Makefile.def: Add configure-gdb dependencies
519 on all-gmp and all-mpfr.
520 * configure.ac: Split out MPC checking from MPFR.
521 Require GMP and MPFR if the gdb directory exist.
522 * Makefile.in: Regenerate.
523 * configure: Regenerate.
524
26f4aefa
GA
5252022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
526
527 * configure.ac (target_libraries): Add target-libgm2.
528 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
32582c19
JJ
529 Add GCC_TARGET_TOOL entry for gm2.
530 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
26f4aefa 531 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32582c19
JJ
532 * Makefile.def (target_modules): Add libgm2.
533 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
534 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
535 (languages): Add entry for language=m2 with gcc-check-target=check-m2
26f4aefa 536 and lib-check-target=check-target-libgm2.
32582c19
JJ
537 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
538 (HOST_EXPORTS): Add definition for GM2.
539 (BASE_TARGET_EXPORTS): Add definition for GM2.
540 (GM2_FOR_BUILD): Defined.
541 (GM2FLAGS): Defined.
542 (GM2_FOR_TARGET): Defined.
543 (GM2FLAGS_FOR_TARGET): Defined.
544 (EXTRA_HOST_FLAGS): Defined.
545 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
546 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
547 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
548 * configure: Rebuilt.
549 * Makefile.in: Rebuilt.
26f4aefa 550
f17ddf2c
GA
5512022-12-13 Philip Herron <philip.herron@embecosm.com>
552
553 * Makefile.def: Add Rust language.
554 * Makefile.in: Regenerate via autogen.
555
40ce6485
GA
5562022-12-09 Martin Liska <mliska@suse.cz>
557
558 * MAINTAINERS: Fix spacing.
559
4bc2d9f6
GA
5602022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
561
562 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
563
5642022-12-07 Iain Sandoe <iain@sandoe.co.uk>
565
566 * Makefile.def: Pass host_libs_picflag to host dependent library
567 configures.
568 * Makefile.in: Regenerate.
569 * configure: Regenerate.
570 * configure.ac (host_libs_picflag): New configure variable set to
571 '--with-pic' when building 'host_shared'.
572
d769c504
GA
5732022-11-25 Weimin Pan <weimin.pan@oracle.com>
574
575 * Makefile.def: Add libsframe as new module with its dependencies.
576 * Makefile.in: Regenerated.
577 * configure.ac: Add libsframe to host_libs.
578 * configure: Regenerated.
579
8761284f
GA
5802022-11-23 Marek Polacek <polacek@redhat.com>
581
582 Revert:
583 2022-11-23 Marek Polacek <polacek@redhat.com>
584
585 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
586 isl.
587 * Makefile.in: Regenerate.
588 * Makefile.tpl: Set PICFLAG.
589 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
590 check.
591 * configure: Regenerate.
592
5932022-11-23 Marek Polacek <polacek@redhat.com>
594
595 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
596 isl.
597 * Makefile.in: Regenerate.
598 * Makefile.tpl: Set PICFLAG.
599 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
600 check.
601 * configure: Regenerate.
602
83d400bd
GA
6032022-11-14 Martin Liska <mliska@suse.cz>
604
605 Revert:
606 2022-11-09 Martin Liska <mliska@suse.cz>
607
608 * doc/Makefile: New file.
609 * doc/_static/custom.css: New file.
610 * doc/baseconf.py: New file.
611 * doc/bsd.rst: New file.
612 * doc/contrib.rst: New file.
613 * doc/contribute.rst: New file.
614 * doc/cppdiropts.rst: New file.
615 * doc/cppenv.rst: New file.
616 * doc/cppopts.rst: New file.
617 * doc/cppwarnopts.rst: New file.
618 * doc/favicon.ico: New file.
619 * doc/funding.rst: New file.
620 * doc/gcc_sphinx.py: New file.
621 * doc/gnu.rst: New file.
622 * doc/gnu_free_documentation_license.rst: New file.
623 * doc/gpl-3.0.rst: New file.
624 * doc/indices-and-tables.rst: New file.
625 * doc/lgpl-2.1.rst: New file.
626 * doc/logo.pdf: New file.
627 * doc/logo.svg: New file.
628 * doc/md.rst: New file.
629 * doc/requirements.txt: New file.
630
6312022-11-14 Martin Liska <mliska@suse.cz>
632
633 Revert:
634 2022-11-09 Martin Liska <mliska@suse.cz>
635
636 * doc/baseconf.py: Port to GCC sources.
637
6382022-11-14 Martin Liska <mliska@suse.cz>
639
640 Revert:
641 2022-11-14 Martin Liska <mliska@suse.cz>
642
643 * configure: Regenerate.
644 * configure.ac: Support Sphinx based documentation.
645
6462022-11-14 Martin Liska <mliska@suse.cz>
647
648 Revert:
649 2022-11-09 Martin Liska <mliska@suse.cz>
650
651 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
652 provide a default.
653
6542022-11-14 Martin Liska <mliska@suse.cz>
655
656 Revert:
657 2022-11-09 Martin Liska <mliska@suse.cz>
658
659 * doc/bsd.rst:
3d3b561f 660 Add trailing newline.
83d400bd 661 * doc/contrib.rst:
3d3b561f 662 Add trailing newline.
83d400bd 663 * doc/contribute.rst:
3d3b561f 664 Add trailing newline.
83d400bd 665 * doc/cppdiropts.rst:
3d3b561f 666 Add trailing newline.
83d400bd 667 * doc/cppenv.rst:
3d3b561f 668 Add trailing newline.
83d400bd 669 * doc/cppopts.rst:
3d3b561f 670 Add trailing newline.
83d400bd 671 * doc/cppwarnopts.rst:
3d3b561f 672 Add trailing newline.
83d400bd 673 * doc/funding.rst:
3d3b561f 674 Add trailing newline.
83d400bd 675 * doc/gnu.rst:
3d3b561f 676 Add trailing newline.
83d400bd 677 * doc/gnu_free_documentation_license.rst:
3d3b561f 678 Add trailing newline.
83d400bd 679 * doc/gpl-3.0.rst:
3d3b561f 680 Add trailing newline.
83d400bd 681 * doc/indices-and-tables.rst:
3d3b561f 682 Add trailing newline.
83d400bd 683 * doc/lgpl-2.1.rst:
3d3b561f 684 Add trailing newline.
83d400bd 685 * doc/md.rst:
3d3b561f 686 Add trailing newline.
83d400bd
GA
687
6882022-11-14 Martin Liska <mliska@suse.cz>
689
690 Revert:
691 2022-11-09 Martin Liska <mliska@suse.cz>
692
693 * configure.ac: Use new install URL.
694 * configure: Regenerate.
695
6962022-11-14 Martin Liska <mliska@suse.cz>
697
698 Revert:
699 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
700
701 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
702 instead of just ``.''.
703 * doc/gcc_sphinx.py: Moved to...
704 * doc/modules/gcc_sphinx.py: ...here.
705
7062022-11-14 Martin Liska <mliska@suse.cz>
707
708 Revert:
709 2022-11-10 Martin Liska <mliska@suse.cz>
710
711 * doc/baseconf.py: Modernize by using pathlib.
712
7132022-11-14 Martin Liska <mliska@suse.cz>
714
715 Revert:
716 2022-11-11 Martin Liska <mliska@suse.cz>
717
718 * doc/Makefile: Disable -j auto.
719
7202022-11-14 Martin Liska <mliska@suse.cz>
721
722 Revert:
723 2022-11-11 Martin Liska <mliska@suse.cz>
724
725 * doc/Makefile: Update comment.
726
7272022-11-14 Martin Liska <mliska@suse.cz>
728
729 Revert:
730 2022-11-11 Martin Liska <mliska@suse.cz>
731
732 * doc/indices-and-tables.rst: Rename Indexes to Indices.
733
7342022-11-14 Martin Liska <mliska@suse.cz>
735
736 Revert:
737 2022-11-13 Martin Liska <mliska@suse.cz>
738
739 PR web/107643
740 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
741 is set.
742 * doc/indices-and-tables.rst: Use include_todo tag.
743
7442022-11-14 Martin Liska <mliska@suse.cz>
745
746 Revert:
747 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
748
749 * doc/contrib.rst: Update Jeff Law's email address.
750
eefbfbc7
GA
7512022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
752
753 * doc/contrib.rst: Update Jeff Law's email address.
754
7552022-11-13 Martin Liska <mliska@suse.cz>
756
757 PR web/107643
758 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
759 is set.
760 * doc/indices-and-tables.rst: Use include_todo tag.
761
5b6ce16a
GA
7622022-11-11 Martin Liska <mliska@suse.cz>
763
764 * doc/indices-and-tables.rst: Rename Indexes to Indices.
765
7662022-11-11 Martin Liska <mliska@suse.cz>
767
768 * doc/Makefile: Update comment.
769
7702022-11-11 Martin Liska <mliska@suse.cz>
771
772 * doc/Makefile: Disable -j auto.
773
f225b813
GA
7742022-11-10 Martin Liska <mliska@suse.cz>
775
776 * doc/baseconf.py: Modernize by using pathlib.
777
7782022-11-10 Arsen Arsenović <arsen@aarsen.me>
779
780 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
781 instead of just ``.''.
782 * doc/gcc_sphinx.py: Moved to...
783 * doc/modules/gcc_sphinx.py: ...here.
784
1cdfd0e5
GA
7852022-11-09 Martin Liska <mliska@suse.cz>
786
787 * configure.ac: Use new install URL.
788 * configure: Regenerate.
789
7902022-11-09 Martin Liska <mliska@suse.cz>
791
792 * doc/bsd.rst:
3d3b561f 793 Add trailing newline.
1cdfd0e5 794 * doc/contrib.rst:
3d3b561f 795 Add trailing newline.
1cdfd0e5 796 * doc/contribute.rst:
3d3b561f 797 Add trailing newline.
1cdfd0e5 798 * doc/cppdiropts.rst:
3d3b561f 799 Add trailing newline.
1cdfd0e5 800 * doc/cppenv.rst:
3d3b561f 801 Add trailing newline.
1cdfd0e5 802 * doc/cppopts.rst:
3d3b561f 803 Add trailing newline.
1cdfd0e5 804 * doc/cppwarnopts.rst:
3d3b561f 805 Add trailing newline.
1cdfd0e5 806 * doc/funding.rst:
3d3b561f 807 Add trailing newline.
1cdfd0e5 808 * doc/gnu.rst:
3d3b561f 809 Add trailing newline.
1cdfd0e5 810 * doc/gnu_free_documentation_license.rst:
3d3b561f 811 Add trailing newline.
1cdfd0e5 812 * doc/gpl-3.0.rst:
3d3b561f 813 Add trailing newline.
1cdfd0e5 814 * doc/indices-and-tables.rst:
3d3b561f 815 Add trailing newline.
1cdfd0e5 816 * doc/lgpl-2.1.rst:
3d3b561f 817 Add trailing newline.
1cdfd0e5 818 * doc/md.rst:
3d3b561f 819 Add trailing newline.
1cdfd0e5
GA
820
8212022-11-09 Martin Liska <mliska@suse.cz>
822
823 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
824 provide a default.
825
8262022-11-09 Martin Liska <mliska@suse.cz>
827
828 * configure: Regenerate.
829 * configure.ac: Support Sphinx based documentation.
830
8312022-11-09 Martin Liska <mliska@suse.cz>
832
833 * doc/baseconf.py: Port to GCC sources.
834
8352022-11-09 Martin Liska <mliska@suse.cz>
836
837 * doc/Makefile: New file.
838 * doc/_static/custom.css: New file.
839 * doc/baseconf.py: New file.
840 * doc/bsd.rst: New file.
841 * doc/contrib.rst: New file.
842 * doc/contribute.rst: New file.
843 * doc/cppdiropts.rst: New file.
844 * doc/cppenv.rst: New file.
845 * doc/cppopts.rst: New file.
846 * doc/cppwarnopts.rst: New file.
847 * doc/favicon.ico: New file.
848 * doc/funding.rst: New file.
849 * doc/gcc_sphinx.py: New file.
850 * doc/gnu.rst: New file.
851 * doc/gnu_free_documentation_license.rst: New file.
852 * doc/gpl-3.0.rst: New file.
853 * doc/indices-and-tables.rst: New file.
854 * doc/lgpl-2.1.rst: New file.
855 * doc/logo.pdf: New file.
856 * doc/logo.svg: New file.
857 * doc/md.rst: New file.
858 * doc/requirements.txt: New file.
859
89d0a14a
JJ
8602022-11-04 Thomas Schwinge <thomas@codesourcery.com>
861
862 * Makefile.def: Remove module 'liboffloadmic'.
863 * Makefile.in: Regenerate.
864 * configure.ac: Remove 'liboffloadmic' handling.
865 * configure: Regenerate.
866
9a8b868d
GA
8672022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
868
869 * MAINTAINERS: Update email address.
870
10439719
GA
8712022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
872
873 * configure.ac: Don't configure readline if --with-system-readline is
874 used.
875 * configure: Re-generate.
876
781f477a
GA
8772022-10-12 Cui,Lili <lili.cui@intel.com>
878
879 * MAINTAINERS (Write After Approval): Add myself.
880
ab332cd7
GA
8812022-10-11 Olivier Hainque <hainque@adacore.com>
882
883 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
884 and friends for rtp !large. Assume the linker has the required
885 abilities and set lt_cv_deplibs_check_method.
886
3a221b73
GA
8872022-09-30 Olivier Hainque <hainque@adacore.com>
888
889 * configure.ac (*vxworks*): If enable_shared is not
890 set, set to "no" and add --disable-shared to target and
891 host_configargs.
892 * configure: Regenerate.
893
220c4d8e
GA
8942022-09-26 Jeff Law <jlaw@ventanamicro.com>
895
896 * MAINTAINERS: Update my email address and DCO entry.
897
4afaeaab
GA
8982022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
899
900 * MAINTAINERS (Write After Approval): Add myself.
901
d0fc05e8
GA
9022022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
903
904 * MAINTAINERS (Write After Approval): Add myself.
905
fe2a8ce9
GA
9062022-09-07 Jeff Law <jeffreyalaw@gmail.com>
907
908 * MAINTAINERS: Update my email address.
909
9102022-09-07 Tom de Vries <tdevries@suse.de>
911
912 * configure.ac: Set extra_host_libiberty_configure_flags and
913 extra_host_zlib_configure_flags in separate case statements.
914 * configure: Regenerate.
915
25aeb922
GA
9162022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
917
918 * MAINTAINERS: Update c-sky port maintainers' emails.
919
542c60c4
GA
9202022-08-31 Martin Liska <mliska@suse.cz>
921
922 * configure: Regenerate.
923 * configure.ac: Delete hpux9 and hpux10.
924
30afe5e7
GA
9252022-08-18 Sergei Trofimovich <siarheit@google.com>
926
927 * Makefile.def: Drop libelf module and gcc-configure dependency
928 on it.
929 * Makefile.in: Regenerate with 'autogen Makefile.def'.
930 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
931 LIBELFINC.
932 * configure: Regenrate.
933 * configure.ac (host_libs): Drop unused libelf.
934
9352022-08-18 Sergei Trofimovich <siarheit@google.com>
936
937 * Makefile.in: Regenerate.
938
4ad52740
GA
9392022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
940
941 * MAINTAINERS: Add myself as AutoFDO maintainer.
942
32510382
GA
9432022-08-01 Roger Sayle <roger@nextmovesoftware.com>
944 Arnaud Charlet <charlet@adacore.com>
945
946 * configure: Regenerate.
947
4a7274dd
GA
9482022-07-31 Roger Sayle <roger@nextmovesoftware.com>
949
950 PR bootstrap/106472
951 * Makefile.def (dependencies): Make configure-target-libgo depend
952 upon all-target-libbacktrace.
953
1e2c5f4c
GA
9542022-07-27 David Faust <david.faust@oracle.com>
955
956 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
957
9582022-07-27 Richard Biener <rguenther@suse.de>
959
960 * MAINTAINERS (Roger Sayle): Update e-mail address.
961
bbb9c030
GA
9622022-07-21 Sam Feifer <sfeifer@redhat.com>
963
964 * MAINTAINERS (Write After Approval): Add myself.
965
9662022-07-21 Marc Poulhiès <poulhies@adacore.com>
967
968 * MAINTAINERS: Add myself as Ada front end co-maintainer.
969
7c0c10db
GA
9702022-07-19 Alexander Monakov <amonakov@ispras.ru>
971
972 * .gitignore: Do not ignore config.h.
973
bdc7b765
GA
9742022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
975
976 * MAINTAINERS: Add myself to Write After Approval.
977
8467574d
GA
9782022-07-04 Martin Liska <mliska@suse.cz>
979
980 * MAINTAINERS: fix sorting of names
981
3731dd0b
GA
9822022-07-03 Immad Mir <mirimmad17@gmail.com>
983
984 * MAINTAINERS: add myself.
985
9862022-07-03 Immad Mir <mirimmad17@gmail.com>
987
988 * MAINTAINERS: Add myself to write after approval and DCO.
989
20f0f305
GA
9902022-07-02 Tim Lange <mail@tim-lange.me>
991
992 * MAINTAINERS: Add myself.
993
ed974488
GA
9942022-07-01 Haochen Jiang <haochen.jiang@intel.com>
995
996 * MAINTAINERS (Write After Approval): Add myself.
997
976196b3
GA
9982022-06-30 Cui,Lili <lili.cui@intel.com>
999
1000 Revert:
1001 2022-06-30 Cui,Lili <lili.cui@intel.com>
1002
1003 * MAINTAINERS (Write After Approval): Add myself.
1004
10052022-06-30 Cui,Lili <lili.cui@intel.com>
1006
1007 * MAINTAINERS (Write After Approval): Add myself.
1008
fb29fdea
GA
10092022-06-28 Alexandre Oliva <oliva@adacore.com>
1010
1011 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1012 (EXTRA_GCC_FLAGS): Likewise.
1013 * Makefile.in: Rebuilt.
1014
10152022-06-28 konglin1 <lingling.kong@intel.com>
1016
1017 * MAINTAINERS (Write After Approval): Add myself.
1018
9d3dd218
GA
10192022-06-27 Tom de Vries <tdevries@suse.de>
1020
1021 * configure.ac: Build libiberty pic variant for gdbserver.
1022 * configure: Regenerate.
1023
b2b72757
GA
10242022-06-26 Iain Sandoe <iain@sandoe.co.uk>
1025
1026 * configure: Regenerate.
1027 * configure.ac: Correct use of $host.
1028
87509781
GA
10292022-06-25 Jeff Law <jeffreyalaw@gmail.com>
1030
1031 * MAINTAINERS: Remove tilegx and tilepro entries.
1032 * configure.ac: Remove tilegx and tilepro stanzas.
1033 * configure: Rebuilt.
1034
37b3b5da
GA
10352022-05-28 Bruce Korb <bkorb@gnu.org>
1036
1037 * .gitignore: Ignore vim swap files
1038
9df4ffe4
GA
10392022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
1040
1041 * MAINTAINERS: Add myself to write after approval.
1042
d0d513b5
GA
10432022-05-11 Kewen Lin <linkw@linux.ibm.com>
1044
1045 * MAINTAINERS: Remove myself from DCO section.
1046
bd022ff9
GA
10472022-05-09 Xi Ruoyao <xry111@xry111.site>
1048
1049 * MAINTAINERS: Update my email address.
1050
10512022-05-09 Clément Chigot <chigot@adacore.com>
1052
1053 * MAINTAINERS: Update my email address.
1054
ab869e7f
GA
10552022-05-05 Kewen Lin <linkw@linux.ibm.com>
1056
1057 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1058 section.
1059
d1d57187
GA
10602022-04-19 Richard Henderson <rth@gcc.gnu.org>
1061
1062 * MAINTAINERS: Update my email address.
1063
8af4270d
GA
10642022-04-01 Qian Jianhua <qianjh@fujitsu.com>
1065
1066 * MAINTAINERS: Update my email address.
1067
9f774626
GA
10682022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
1069
1070 * MAINTAINERS: (CPU Port Maintainers): Add myself and
1071 Lulu as LoongArch port maintainer.
1072
10732022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
1074 Lulu Cheng <chenglulu@loongson.cn>
1075
1076 * configure.ac: Add LoongArch tuples.
1077 * configure: Regenerate.
1078
aab0127d
GA
10792022-03-28 Tom Tromey <tromey@adacore.com>
1080
1081 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1082 * configure: Rebuild.
1083
6fc4a993
GA
10842022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
1085
1086 * MAINTAINERS: Change my information.
1087
9fc8f278
GA
10882022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
1089
1090 * MAINTAINERS: Add myself to DCO section.
1091
510613e7
GA
10922022-03-14 Jonathan Wakely <jwakely@redhat.com>
1093
1094 * configure.ac: Fix incorrect option in comment.
1095 * configure: Regenerate.
1096
8cc4f9cd
GA
10972022-03-09 Hans-Peter Nilsson <hp@axis.com>
1098
1099 * Makefile.def (dependencies): Make configure-sim depend on
1100 all-readline.
1101 * Makefile.in: Regenerate.
1102
2cfb33fc
GA
11032022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
1104
1105 * MAINTAINERS (Write After Approval): Update my e-mail address.
1106
2a2fda2d
GA
11072022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
1108
1109 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1110
1bb52662
GA
11112022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
1112
1113 * MAINTAINERS: Update my email and add myself to the DCO list.
1114
e0b8716f
GA
11152022-01-25 Thomas Schwinge <thomas@codesourcery.com>
1116
1117 Revert:
1118 2021-09-16 Andrew Pinski <apinski@marvell.com>
1119
1120 PR bootstrap/67102
1121 * Makefile.def: Have configure-target-libffi depend on
1122 all-target-libstdc++-v3.
1123 * Makefile.in: Regenerate.
1124
d43be9dc
GA
11252022-01-22 Jakub Jelinek <jakub@redhat.com>
1126
1127 PR other/104181
1128 * build.log: Remove.
1129
5fa55d55
GA
11302022-01-20 Martin Liska <mliska@suse.cz>
1131
1132 * MAINTAINERS: Adjust email address based on IRC request.
1133
7a761ae6
GA
11342022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
1135
1136 * MAINTAINERS: Update my email address.
1137
fc829782
GA
11382022-01-17 Martin Liska <mliska@suse.cz>
1139
1140 * MAINTAINERS: Rename .c names to .cc.
1141
ad3f0d08
GA
11422022-01-13 Jakub Jelinek <jakub@redhat.com>
1143
1144 * Makefile.am: Remove.
1145
01a254e3
GA
11462022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1147
1148 * Makefile.am: New file.
1149
11502022-01-11 Martin Liska <mliska@suse.cz>
1151
1152 * MAINTAINERS: Sort 2 names.
1153
d9450aa0
GA
11542022-01-10 Martin Liska <mliska@suse.cz>
1155
1156 * MAINTAINERS: Fix obvious issues with sorting.
1157
55e96bf9
GA
11582022-01-07 liuhongt <hongtao.liu@intel.com>
1159
1160 * build.log: New file.
1161
0fbefa25
GA
11622022-01-05 Nathan Sidwell <nathan@acm.org>
1163
1164 * MAINTAINERS: Add DCO entry. Sort that list.
1165
7d11b64b
GA
11662022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
1167
1168 * MAINTAINERS: Change of email address in both DCO and
1169 Write After Approval list.
1170
aa17859b
GA
11712021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
1172
1173 * configure: Regenerate.
1174
11752021-12-21 Martin Liska <mliska@suse.cz>
1176
1177 * config.sub: Change mode back to 755.
1178
2554e2da
GA
11792021-12-17 Martin Liska <mliska@suse.cz>
1180
1181 * config.sub: Sync from master.
1182
11832021-12-17 Martin Liska <mliska@suse.cz>
1184
1185 Revert:
1186 2021-12-16 Matthias Seidel <mseidel@apache.org>
1187
1188 * config.sub: Fix typo.
1189
774269aa
GA
11902021-12-16 Matthias Seidel <mseidel@apache.org>
1191
1192 * config.sub: Fix typo.
1193
11942021-12-16 H.J. Lu <hjl.tools@gmail.com>
1195
1196 Revert:
1197 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
1198
1199 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1200 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1201 * configure.ac: Include config/gcc-plugin.m4.
1202 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1203 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1204 RANLIB if possible.
1205 * Makefile.in: Regenerated.
1206 * configure: Likewise.
1207
8a89c39b
GA
12082021-12-15 H.J. Lu <hjl.tools@gmail.com>
1209
1210 * Makefile.tpl (BUILD_CFLAGS): New.
1211 (CFLAGS): Append $(BUILD_CFLAGS).
1212 (CXXFLAGS): Likewise.
1213 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1214 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1215 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1216 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1217 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1218 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1219 (PGO-TRAINING-TARGETS): Likewise.
1220 (PGO_BUILD_TRAINING): Likewise.
1221 (all): Add '+' to the command line for recursive make. Support
1222 the PGO build.
1223 * configure.ac: Add --enable-pgo-build[=lto].
1224 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1225 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
1226 * Makefile.in: Regenerated.
1227 * configure: Likewise.
1228
12292021-12-15 H.J. Lu <hjl.tools@gmail.com>
1230
1231 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1232 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1233 * configure.ac: Include config/gcc-plugin.m4.
1234 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1235 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1236 RANLIB if possible.
1237 * Makefile.in: Regenerated.
1238 * configure: Likewise.
1239
9c6586bc
GA
12402021-12-14 Marc Poulhiès <poulhies@adacore.com>
1241
1242 * MAINTAINERS: Add myself to write after approval.
1243
3a580f96
GA
12442021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
1245
1246 * MAINTAINERS: Adding myself.
1247
ea6ef320
GA
12482021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
1249
1250 * configure: Regenerate.
1251 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1252 $(CPP).
1253
c177e806
GA
12542021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
1255
1256 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1257 libatomic.
1258 * Makefile.in: Regenerate.
1259 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1260 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1261 target-libphobos-bootstrap.
1262 (STAGE2_CONFIGURE_FLAGS): Likewise.
1263 * configure: Regenerate.
1264 * configure.ac: Add support for bootstrapping D front-end.
1265
6b1695f4
GA
12662021-11-16 Martin Uecker <uecker@gcc.gnu.org>
1267
1268 * MAINTAINERS: Add myself to DCO section and update email address.
1269
12702021-11-16 Iain Sandoe <iain@sandoe.co.uk>
1271
1272 * configure: Regenerate.
1273 * configure.ac: Ensure that PIC (shared) defaults are set
1274 correctly for Darwin.
1275
12762021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
1277
1278 * MAINTAINERS: Update my address.
1279
af2852b9
GA
12802021-11-12 Alan Modra <amodra@gmail.com>
1281
1282 * Makefile.def (configure-opcodes): Depend on configure-bfd.
1283 * Makefile.in: Regenerate.
1284
18ae471f
GA
12852021-11-03 Maciej W. Rozycki <macro@embecosm.com>
1286
1287 * MAINTAINERS: Clarify the policy WRT the Write After Approval
1288 list.
1289
b4df2dd3
GA
12902021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * MAINTAINERS (Reviewers, arc): Remove my entry.
1293 (Write After Approval): Add an entry for myself.
1294
2322c8b1
GA
12952021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
1296
1297 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1298 * Makefile.in: Regenerate.
1299 * configure: Regenerate.
1300 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1301
3ff5b4ed
GA
13022021-10-26 Jeff Law <jeffreyalaw@gmail.com>
1303
1304 * MAINTAINERS: Fix up Maciej's entries.
1305
13062021-10-26 Maciej W. Rozycki <macro@embecosm.com>
1307
1308 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1309 maintainer.
1310
c2bd5d8a
GA
13112021-10-22 Eric Gallager <egallager@gcc.gnu.org>
1312
1313 PR other/102663
1314 * Makefile.def: Handle install-dvi target.
1315 * Makefile.tpl: Likewise.
1316 * Makefile.in: Regenerate.
1317
19472fc3
GA
13182021-10-19 Clément Chigot <clement.chigot@atos.net>
1319
1320 * MAINTAINERS: Add myself for write after approval.
1321
52055987
GA
13222021-10-12 Eric Gallager <egallager@gcc.gnu.org>
1323
1324 * Makefile.def: Mark libcody, libdecnumber,
1325 c++tools, libgcc, and libobjc as missing TAGS
1326 targets.
1327 * Makefile.in: Regenerate.
1328
50e20ee6
GA
13292021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
1330
1331 * MAINTAINERS: Add myself to DCO section and update email
1332 address.
1333
d238146e
GA
13342021-09-29 Jonathan Wakely <jwakely@redhat.com>
1335
1336 * MAINTAINERS: Add myself to DCO section.
1337
fd133479
GA
13382021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * configure: Regenerate.
1341 * configure.ac (skipdirs): Add the contents of target_configdirs if
1342 we are not building gcc.
1343
9a4293ed
GA
13442021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * Makefile.def: Back-port commits ba4d88ad892f and
1347 755ba58ebef0 from binutils-gdb repository.
1348 * Makefile.in: Regenerated.
1349
62498024
GA
13502021-09-20 Harald Anlauf <anlauf@gmx.de>
1351
1352 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1353
0a4cb439
GA
13542021-09-17 Iain Sandoe <iain@sandoe.co.uk>
1355
1356 * Makefile.def: Add a jit check target for the jit
1357 language.
1358 * Makefile.in: Regenerate.
1359
e19570d3
GA
13602021-09-16 Andrew Pinski <apinski@marvell.com>
1361
1362 PR bootstrap/67102
1363 * Makefile.def: Have configure-target-libffi depend on
1364 all-target-libstdc++-v3.
1365 * Makefile.in: Regenerate.
1366
a26206ec
GA
13672021-09-10 Petter Tomner <tomner@kth.se>
1368
1369 * MAINTAINERS: Me added to DCO and write after approval
1370
e11c6046
GA
13712021-09-01 YunQiang Su <syq@debian.org>
1372
1373 * MAINTAINERS: Add myself for write after approval.
1374
6d51ee43
GA
13752021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1378 * Makefile.in: Regenerate.
1379
4be4fa4e
GA
13802021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
1381
1382 * MAINTAINERS: Add myself for write after approval.
1383
6e529985
GA
13842021-08-18 Iain Sandoe <iain@sandoe.co.uk>
1385
1386 * Makefile.in: Regenerate.
1387 * Makefile.tpl: Make the state of the configured host
1388 shared flag available to makefile fragements.
1389
37768150
GA
13902021-08-09 Hongyu Wang <hongyu.wang@intel.com>
1391
1392 * MAINTAINERS (Write After Approval): Add myself.
1393
92d45509
GA
13942021-07-20 Richard Earnshaw <rearnsha@arm.com>
1395
1396 * .dir-locals.el (bug-reference-url-format): Use https.
1397
13982021-07-20 Richard Earnshaw <rearnsha@arm.com>
1399
1400 * .dir-locals.el (c-mode): Change fill-column to 79.
1401
d97d71a1
GA
14022021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
1403
1404 * MAINTAINERS: Add myself to DCO section.
1405
ef2ace64
GA
14062021-07-09 Iain Sandoe <iain@sandoe.co.uk>
1407
1408 * configure: Regenerate.
1409 * configure.ac: Adjust cases for which it is necessary to
1410 include the Darwin host config fragment.
1411
6fba0eea
GA
14122021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
1413
1414 * MAINTAINERS: Add myself for write after approval and DCO.
1415
6d53e6f9
GA
14162021-07-05 Iain Sandoe <iain@sandoe.co.uk>
1417
1418 * Makefile.def: Add dsymutil defs.
1419 * Makefile.in: Regenerated.
1420 * Makefile.tpl: Add dsymutil to flags.
1421 * configure: Regenerated.
1422 * configure.ac: Add dsymutil to target and build recipes.
1423
bea7c16a
GA
14242021-07-01 Ankur Saini <arsenic@sourceware.org>
1425
1426 * MAINTAINERS: Add myself for write after approval.
1427
25b6bfea
GA
14282021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
1429
1430 * MAINTAINERS (Write After Approval): Add myself.
1431
90708f87
GA
14322021-06-25 Matthias Kretz <m.kretz@gsi.de>
1433
1434 * MAINTAINERS: Add myself for write after approval and DCO
1435
9aa8327e
GA
14362021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
1437
1438 * .gitignore: Add entry for cscope.out.
1439
419af06a
GA
14402021-06-22 liuhongt <hongtao.liu@intel.com>
1441
1442 * MAINTAINERS: Remove my Write After Approval entry.
1443
2f080224
GA
14442021-06-21 liuhongt <hongtao.liu@intel.com>
1445
1446 * MAINTAINERS: Add myself as maintainer of the i386 vector
1447 extensions.
1448
c5581d48
GA
14492021-06-18 Antoni Boucher <bouanto@zoho.com>
1450
1451 * MAINTAINERS (Write After Approval): Add myself.
1452
688359a2
GA
14532021-06-17 Aldy Hernandez <aldyh@redhat.com>
1454
1455 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1456 as *vrp and ranger maintainers.
1457
28c62475
GA
14582021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1459
1460 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1461 not trigger testsuite failures.
1462
14632021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1464
1465 * MAINTAINERS: Add myself to DCO section with both email addresses.
1466
440c8a0a
GA
14672021-06-03 Jason Merrill <jason@redhat.com>
1468
1469 * MAINTAINERS: Add DCO version number.
1470
9663c744
GA
14712021-06-02 Jason Merrill <jason@redhat.com>
1472
1473 * MAINTAINERS: Add DCO section.
1474
ee682192
GA
14752021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1476
1477 * MAINTAINERS (Write After Approval): Add myself.
1478
1a87f838
GA
14792021-05-29 Mike Frysinger <vapier@gentoo.org>
1480
1481 * configure.ac: Add gnulib to configdirs for sim.
1482 * configure: Regenerate.
1483
a8daf9a1
GA
14842021-05-18 Mike Frysinger <vapier@gentoo.org>
1485
1486 * Makefile.def: Add configure-sim dependency on all-gnulib.
1487 * Makefile.in: Regenerated.
1488
a7ffc1ef
GA
14892021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1490
1491 * MAINTAINERS (Write After Approval): Add myself.
1492
0ff3a0f2
GA
14932021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1494
1495 * MAINTAINERS (Write After Approval): Add myself.
1496
037e3661
GA
14972021-05-11 Martin Liska <mliska@suse.cz>
1498
1499 * MAINTAINERS: Remove entries for removed
1500 components (HSA, BRIG, libhsail-rt).
1501 Move Pekka to Write After Approval.
1502
15032021-05-11 Martin Liska <mliska@suse.cz>
1504
1505 * Makefile.def: Remove libhsail-rt.
1506 * Makefile.in: Likewise.
1507 * configure.ac: Likewise.
1508 * configure: Regenerate.
1509 * libhsail-rt/ChangeLog: Removed.
1510 * libhsail-rt/Makefile.am: Removed.
1511 * libhsail-rt/Makefile.in: Removed.
1512 * libhsail-rt/README: Removed.
1513 * libhsail-rt/aclocal.m4: Removed.
1514 * libhsail-rt/configure: Removed.
1515 * libhsail-rt/configure.ac: Removed.
1516 * libhsail-rt/configure.tgt: Removed.
1517 * libhsail-rt/include/internal/fibers.h: Removed.
1518 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1519 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1520 * libhsail-rt/include/internal/workitems.h: Removed.
1521 * libhsail-rt/rt/arithmetic.c: Removed.
1522 * libhsail-rt/rt/atomics.c: Removed.
1523 * libhsail-rt/rt/bitstring.c: Removed.
1524 * libhsail-rt/rt/fbarrier.c: Removed.
1525 * libhsail-rt/rt/fibers.c: Removed.
1526 * libhsail-rt/rt/fp16.c: Removed.
1527 * libhsail-rt/rt/misc.c: Removed.
1528 * libhsail-rt/rt/multimedia.c: Removed.
1529 * libhsail-rt/rt/queue.c: Removed.
1530 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1531 * libhsail-rt/rt/segment.c: Removed.
1532 * libhsail-rt/rt/workitems.c: Removed.
1533 * libhsail-rt/target-config.h.in: Removed.
1534
99e8df7a
GA
15352021-05-04 Nick Clifton <nickc@redhat.com>
1536
1537 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1538 * configure: Regenerate.
1539
e4ff4ffb
GA
15402021-04-28 Jakub Jelinek <jakub@redhat.com>
1541 Tobias Burnus <tobias@codesourcery.com>
1542
1543 * configure.ac (--enable-offload-defaulted): New.
1544 * configure: Regenerate.
1545
05ec629f
GA
15462021-04-23 David Faust <david.faust@oracle.com>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
a0ecde22
GA
15502021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1551
1552 * MAINTAINERS (Write After Approval): Add myself.
1553
651684b4
GA
15542021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1555
1556 * MAINTAINERS: Add myself as pru port maintainer.
1557
bf1f3168
GA
15582021-03-23 David Malcolm <dmalcolm@redhat.com>
1559
1560 * MAINTAINERS: Add myself as static analyzer maintainer.
1561
287e3e84
GA
15622021-03-18 Jeff Law <jlaw@tachyum.com>
1563
1564 * MAINTAINERS: Update primary entry.
1565
5e93c2f0
GA
15662021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
15702021-03-13 Mike Frysinger <vapier@gentoo.org>
1571
1572 * Makefile.def: Remove all-sim dependency on configure-gdb.
1573 * Makefile.in: Regenerated.
1574
48ff383f
GA
15752021-03-11 Jeff Law <law@redhat.com>
1576
1577 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1578
15792021-03-11 Martin Liska <mliska@suse.cz>
1580
1581 * Makefile.tpl: The change was done Makefile.in which
1582 is generated file.
1583
6405b40f
GA
15842021-03-08 Jeff Law <law@redhat.com>
1585
1586 * MAINTAINERS: Update my email address
1587
71e24b06
GA
15882021-02-23 Kito Cheng <kito.cheng@sifive.com>
1589
1590 * config.guess: Import latest upstream.
1591 * config.sub: Import latest upstream.
1592
161e4c08
GA
15932021-01-25 Martin Liska <mliska@suse.cz>
1594
1595 PR gcov-profile/98739
1596 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1597 for profiledbootstrap.
1598
8502e23d
GA
15992021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1600
1601 * MAINTAINERS (Write After Approval): Add myself.
1602
16032021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1604
1605 * MAINTAINERS (Write After Approval): Update my e-mail address.
1606
6851dda2
GA
16072021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1608
1609 * MAINTAINERS: Fix spacing.
1610
16112021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1612
1613 * MAINTAINERS (Write After Approval): Add myself
1614
942ae5be
GA
16152021-01-06 Nick Alcock <nick.alcock@oracle.com>
1616
1617 * Makefile.def: Sync with binutils-gdb:
1618 (dependencies): all-ld depends on all-libctf.
1619 (host_modules): libctf is no longer no_install.
1620 No longer no_check. Checking depends on all-ld.
1621 * Makefile.in: Regenerated.
1622
651b8a50
GA
16232021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1624
1625 * libtool.m4: Match gnu* along other GNU systems.
1626 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1627 * libgo/configure: Re-generate.
1628
7e73f511
GA
16292021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1630
1631 * MAINTAINERS: Update my email address.
1632
cd69e3d5
GA
16332020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1634
1635 * MAINTAINERS (Write After Approval): Add myself.
1636
6e9d8651
GA
16372020-12-15 Nathan Sidwell <nathan@acm.org>
1638
1639 * Makefile.def
1640 * Makefile.in
1641 * Makefile.tpl
1642 * configure
1643 * configure.ac
1644
16452020-12-15 Nathan Sidwell <nathan@acm.org>
1646
1647 * Makefile.def: Add libcody.
1648 * configure.ac: Add libcody.
1649 * Makefile.in: Regenerated.
1650 * configure: Regenerated.
1651
d52945ce
GA
16522020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1653
1654 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1655
6e1edf48
GA
16562020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1657
1658 PR target/97865
1659 * libtool.m4: Update handling of Darwin platform link flags
1660 for Darwin20.
1661
11860cf4
GA
16622020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1663
1664 * .gitignore: Sync with binutils-gdb
1665
16662020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1667
1668 * MAINTAINERS: Add myself as arc port maintainer.
1669
a9625c50
GA
16702020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1671
1672 PR d/87788
1673 * configure.ac: Don't disable D for *-*-darwin*.
1674 * configure: Regenerate.
1675
16762020-11-29 John David Anglin <danglin@gcc.gnu.org>
1677
1678 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1679 hppa64-*-hpux11*.
1680
360258da
GA
16812020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1682
1683 * configure: Regenerate.
1684 * configure.ac: Add --bootstrap-hwasan option.
1685
8e6198d0
GA
16862020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1687
1688 * config.guess: Import latest upstream.
1689 * config.sub: Import latest upstream.
1690
29c5d9ce
GA
16912020-11-16 Martin Liska <mliska@suse.cz>
1692
1693 * .gitignore: Add cache as clangd uses it now.
1694
77f67db2
GA
16952020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1696
1697 * MAINTAINERS (Write After Approval): add myself
1698
2bee28dd
GA
16992020-11-09 Pat Bernardi <bernardi@adacore.com>
1700
1701 * MAINTAINERS (Write After Approval): Add myself.
1702
17032020-11-09 Jonathan Wakely <jwakely@redhat.com>
1704
1705 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1706 Remove FIXME comments.
1707
44cab2d8
GA
17082020-11-06 Martin Uecker <muecker@gwdg.de>
1709
1710 * MAINTAINERS: Update my email address.
1711
17122020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1713
1714 * MAINTAINERS (Write After Approval): Add myself.
1715
8e97b905
GA
17162020-10-06 Tobias Burnus <tobias@codesourcery.com>
1717
1718 PR target/97302
1719 * configure.ac: Only set with_gmp to /usr/local
1720 if not building in tree.
1721 * configure: Regenerate.
1722
239601c5
GA
17232020-09-18 Omar Tahir <omar.tahir@arm.com>
1724
1725 * MAINTAINERS (Write After Approval): Add myself.
1726
57ea0894
GA
17272020-08-26 Tobias Burnus <tobias@codesourcery.com>
1728
1729 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1730
5b9a3d2a
GA
17312020-08-20 Tobias Burnus <tobias@codesourcery.com>
1732
1733 PR bootstrap/96612
1734 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1735 if not the same as ${host}.
1736 * configure: Regenerate.
1737
2c4c56c2
GA
17382020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1739
1740 * MAINTAINERS (Write After Approval): Add myself.
1741
afdd220a
GA
17422020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1743
1744 * MAINTAINERS: Update my email address.
1745
d48cca8f
GA
17462020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1747
1748 * MAINTAINERS (Write After Approval): Add myself.
1749
3ea9abca
GA
17502020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1751
1752 * MAINTAINERS (Write After Approval): Add myself.
1753
8e3b453e
GA
17542020-06-12 Martin Liska <mliska@suse.cz>
1755
1756 * .gitignore: Add .clang-tidy.
1757
2c455ae0
GA
17582020-06-08 Jason Merrill <jason@redhat.com>
1759
1760 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1761 * configure: Regenerate.
1762
8f94b078
GA
17632020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1764
1765 * MAINTAINERS: Add myself as xtensa port maintainer.
1766
53ffb43a
GA
17672020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1768
1769 * configure.ac: Don't require --enable-host-shared when building
1770 for Mingw.
1771 * configure: Regenerate.
1772
5329b59a
JM
17732020-05-18 Jason Merrill <jason@redhat.com>
1774
1775 * configure.ac: Update bootstrap dialect to -std=c++11.
1776
9a4a0a5b
AC
17772020-05-18 Alex Coplan <alex.coplan@arm.com>
1778
1779 * MAINTAINERS (Write After Approval): Add myself.
1780
afa3d80e
TS
17812020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1782
1783 PR target/92713
1784 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1785 (noconfigdirs): Add 'target-libstdc++-v3'.
1786 * configure: Regenerate.
1787
e6cbe965
SC
17882020-04-21 Stephen Casner <casner@acm.org>
1789
1790 PR 25830
1791 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1792 * configure: Rebuild.
1793
e9f799d2
ML
17942020-04-17 Martin Liska <mliska@suse.cz>
1795 Jonathan Yong <10walls@gmail.com>
1796
1797 PR gcov-profile/94570
1798 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1799 for CYGWIN.
1800
efd5bd4d
MJ
18012020-04-14 Martin Jambor <mjambor@suse.cz>
1802
1803 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1804
f9d09df0
TT
18052020-04-09 Tom Tromey <tom@tromey.com>
1806
1807 * configure: Rebuild.
1808 * Makefile.in: Rebuild.
1809 * Makefile.def (gdbsupport, gdbserver): New host modules.
1810 (configure-gdb): Depend on all-gdbsupport.
1811 (all-gdb): Depend on all-gdbsupport, all-libctf.
1812 * configure.ac (host_tools): Add gdbserver.
1813 Conditionally build gdbserver and gdbsupport.
1814
29b1533a
TB
18152020-03-09 Tobias Burnus <tobias@codesourcery.com>
1816
1817 * configure.ac: Build libgomp by default for amdgcn.
1818 * configure: Regenerate.
1819
7d6b3a78
SP
18202020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1821
1822 * MAINTAINERS (Write After Approval): Add myself.
1823
4707548e
JH
18242020-02-28 Joel Hutton <joel.hutton@arm.com>
1825
1826 * MAINTAINERS (Write After Approval) : Add myself.
1827
6f83ceb8
PD
18282020-02-20 Palmer Dabbelt <palmer@sifive.com>
1829
1830 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1831
d6ee2e7c
MS
18322020-02-14 Martin Sebor <msebor@redhat.com>
1833
1834 * doc/extend.texi (attribute alias): Mention type requirement.
1835 (attribute weak): Same.
1836 (attribute weakref): Correct invalid example.
1837
e01975f9
SB
18382020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1839
1840 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1841
affb7b66
JJ
18422020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1843 Jakub Jelinek <jakub@redhat.com>
1844
1845 * .gitattributes: Add *.md diff=md.
1846
780e19f8
GJL
18472020-01-14 Georg-Johann Lay <avr@gjlay.de>
1848
1849 The mentioned auto-generated file is no more part of the
1850
1851 GCC sources, it's auto-generated in $(builddir) during build.
1852
1853 PR target/92055
1854 * contrib/gcc_update (files_and_dependencies): Remove
1855 entry for gcc/config/avr/t-multilib.
1856
ef4395e5
AS
18572020-01-14 Anatoly Sokolov <aesok@dol.ru>
1858
1859 * MAINTAINERS: Update my email address.
1860
b2b465c5
JM
18612020-01-13 Joseph Myers <joseph@codesourcery.com>
1862
1863 * README.MOVED_TO_GIT: Remove.
1864
cff5a231
JM
18652020-01-11 Joseph Myers <joseph@codesourcery.com>
1866
1867 * README.MOVED_TO_GIT: New file.
1868
b1b72741
DZ
18692020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1870
1871 * MAINTAINERS (Write After Approval): Add myself.
1872
74a7b87a
JL
18732019-12-20 Jerome Lambourg <lambourg@adacore.com>
1874
1875 * MAINTAINERS (write_after_approval): Add myself.
1876
39f8777c
SMW
18772019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1878
1879 * MAINTAINERS (write_after_approval): Add myself.
1880
6226f592
MI
18812019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1882
1883 * MAINTAINERS (write_after_approval): Add myself.
1884
4f943869
MK
18852019-12-11 Matthias Klose <doko@ubuntu.com>
1886
1887 * configure.ac: Factor out common cases for compare_exclusions.
1888 * configure: Regenerate.
1889
a9046e98
JL
18902019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1891
1892 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1893 flag.
1894
53eb0cb3
LH
18952019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1896
a9046e98 1897 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 1898
90ca6847
TB
18992019-11-27 Tobias Burnus <tobias@codesourcery.com>
1900
1901 PR middle-end/92463
1902 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1903 * configure: Regenerate
1904
aeebd94c
JB
19052019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1906
1907 * configure.ac: Use https for gcc.gnu.org.
1908 * configure: Regenerated.
1909
267d7432
JG
19102019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1911
1912 * MAINTAINERS (aarch64 port): Remove my name, move to...
1913 (Write After Approval): ...Here.
1914
a91eb234
KN
19152019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1916
1917 * MAINTAINERS: Change my email address as maintainer.
1918
8be34204
JB
19192019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1920
90ca6847
TB
1921 PR fortran/91828
1922 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1923 * configure: Regenerated.
8be34204 1924
678a1e99
JM
19252019-10-21 Jason Merrill <jason@redhat.com>
1926
1927 * .gitattributes: Also check ChangeLog whitespace.
1928
aa7710cb
AB
19292019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * contrib/dg-extract-results.sh: Add support for KPASS.
1932 * contrib/dg-extract-results.py: Likewise.
1933
6664a5f7
JM
19342019-10-17 Jason Merrill <jason@redhat.com>
1935
1936 * .gitattributes: Avoid {} in filename pattern.
1937
df77d703
TS
19382019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1939
1940 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1941 Approval section.
1942
4d07a2ec
FH
19432019-10-01 Frederik Harwath <frederik@codesourcery.com>
1944
1945 * MAINTAINERS: Add myself to Write After Approval
1946
5fdd1d33
RS
19472019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1948
1949 * MAINTAINERS: Add myself as an aarch64 maintainer.
1950
16b17446
KT
19512019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1952
1953 * MAINTAINERS: Add myself as aarch64 maintainer.
1954
a8cea25c
CL
19552019-09-23 Carl Love <cel@us.ibm.com>
1956
1957 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1958 New define_insn.
1959 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1960 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1961
0d1cfeed
ST
19622019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1963
1964 * MAINTAINERS (Sam Tebbs): Update email address.
1965
3d34b7af
TB
19662019-09-10 Tobias Burnus <tobias@codesourcery.com>
1967
1968 * MAINTAINERS: Update my email address.
1969
b1e21e5a
CL
19702019-09-10 Christophe Lyon <christophe.lyon@st.com>
1971
3d34b7af 1972 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 1973
91dfef96
JM
19742019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1975
1976 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1977 Remove myself from Write After Approval section.
1978
19792019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1980
1981 * configure.ac: Support for bpf-*-* targets.
1982 * configure: Regenerate.
1983
b7b1f657
JM
19842019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1985
1986 * config.sub: Import upstream version 2019-06-30.
1987 * config.guess: Import upstream version 2019-07-24.
1988
2f2aeda9
UW
19892019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1990
1991 * MAINTAINERS: Remove spu port maintainers.
1992
91eed5f2
ML
19932019-08-28 Martin Liska <mliska@suse.cz>
1994
1995 * .gitignore: Add .clangd and compile_commands.json
1996 to .gitignore.
1997
d0fc6e9f
MF
19982019-08-23 Michael Forney <mforney@mforney.org>
1999
2000 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
2001 * Makefile.in: Regenerate.
2002
aac9103b
TT
20032019-08-19 Tom Tromey <tom@tromey.com>
2004
2005 * configure: Rebuild.
2006 * configure.ac: Add --with-static-standard-libraries.
2007
3b5864f4
AO
20082019-08-16 Alexandre Oliva <oliva@gnu.org>
2009
2010 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2011
8fc306e9
ME
20122019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
2013
2014 * MAINTAINERS (Write After Approval): Add myself.
2015
f069f0f2
KC
20162019-07-08 Kito Cheng <kito.cheng@sifive.com>
2017
2018 * MAINTAINERS (Write After Approval): Remove myself, already listed in
2019 RISC-V port maitainer.
2020
9118c5e1
KC
20212019-07-08 Kito Cheng <kito.cheng@sifive.com>
2022
2023 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2024
c19713b7
KC
20252019-07-08 Kito Cheng <kito.cheng@sifive.com>
2026
2027 * MAINTAINERS (Write After Approval): Add myself.
2028
e676d704 20292019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
2030
2031 * MAINTAINERS (Write After Approval): Add myself.
2032
247b63e3
ML
20332019-06-25 Martin Liska <mliska@suse.cz>
2034
2035 contrib/filter-clang-warnings.py: Transform from
2036 filter-rtags-warnings.py.
2037
98e5be21
TT
20382019-06-15 Tom Tromey <tom@tromey.com>
2039
2040 * configure.ac (host_libs): Add gnulib.
2041 * configure: Rebuild.
2042 * Makefile.def (host_modules, dependencies): Add gnulib.
2043 * Makefile.in: Rebuild.
2044
1ab4217d
DD
20452019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
2046
2047 * MAINTAINERS (Write After Approval): Add myself.
2048
3e209f57 20492019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
2050
2051 * configure: Regenerate.
2052 * configure.ac: Add PRU target.
2053
8b164a4e 20542019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
2055
2056 * MAINTAINERS (Write After Approval): Add myself.
2057
de6abd85
NC
20582019-06-11 Nick Clifton <nickc@redhat.com>
2059
2060 Import these changes from the binutils/gdb repository:
2061
2062 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
2063
2064 * Makefile.def (dependencies): configure-libctf depends on all-bfd
2065 and all its deps.
2066 * Makefile.in: Regenerated.
2067
2068 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
2069
2070 * Makefile.def (host_modules): Add libctf.
2071 * Makefile.def (dependencies): Likewise.
2072 libctf depends on zlib, libiberty, and bfd.
2073 * Makefile.in: Regenerated.
2074 * configure.ac (host_libs): Add libctf.
2075 * configure: Regenerated.
2076
fb03c52f
VI
20772019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
2078
2079 * MAINTAINERS (Write After Approval): Add myself.
2080
dbd5df2e
PB
20812019-05-19 Peter Bergner <bergner@linux.ibm.com>
2082
2083 * MAINTAINERS: Update my email address.
2084
8ee47828
TR
20852019-05-17 Thomas Rodgers <trodgers@redhat.com>
2086
2087 * MAINTAINERS (Write After Approval): Add myself.
2088
f6b2daaf
JM
20892019-05-16 Jun Ma <junma@linux.alibaba.com>
2090
2091 * MAINTAINERS (Write After Approval): Add myself.
2092
2ed6d245
JW
20932019-05-07 Jim Wilson <jimw@sifive.com>
2094
2095 * MAINTAINERS: Remove myself as IA-64 maintainer.
2096
d1b65077
RI
20972019-05-04 Roland Illig <roland.illig@gmx.de>
2098
2099 * MAINTAINERS (Write After Approval): Add myself.
2100
5fe6af6d
RB
21012019-05-02 Richard Biener <rguenther@suse.de>
2102
2103 PR bootstrap/85574
2104 * Makefile.tpl (compare target): Also compare extra-compare
2105 files.
2106 * Makefile.in: Regenerate.
2107
1e8dac32
RZ
21082019-04-22 Roman Zhuykov <zhroma@ispras.ru>
2109
2110 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2111 as modulo-scheduler maintainer.
2112
42d3fe9a
IS
21132019-04-21 Iain Sandoe <iain@sandoe.co.uk>
2114
2115 * MAINTAINERS: Add myself as co-maintainer for Darwin.
2116
3d52462c
IS
21172019-04-18 Iain Sandoe <iain@sandoe.co.uk>
2118
2119 * MAINTAINERS: Update my email address.
2120
4d024c32
JP
21212019-04-14 Johannes Pfau <johannespfau@gmail.com>
2122
2123 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2124 * configure: Regenerate.
2125
7d31d331
RO
21262019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2127
2128 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2129 * configure: Regenerate.
2130
bb50312e
IB
21312019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
2132
2133 * configure.ac: Add target-zlib to target_libraries.
2134 * configure: Regenerate.
2135
1c67e69c
ML
21362019-04-09 Martin Liska <mliska@suse.cz>
2137
2138 * Makefile.in: Regenerate.
2139 * Makefile.tpl: Pass GENERATOR_CFLAGS
2140 in all stages.
2141
684f6008
ML
21422019-03-28 Martin Liska <mliska@suse.cz>
2143
2144 PR bootstrap/89829
2145 * Makefile.in: Revert r254150.
2146 * Makefile.tpl: Likewise.
2147
fed156ac
BE
21482019-03-28 Ben Elliston <bje@gnu.org>
2149
2150 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2151 related, and libdecnumber.
2152
d81beb31
AM
21532019-03-15 Alexander Monakov <amonakov@ispras.ru>
2154
2155 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2156 (Write After Approval): Remove myself.
2157
35e2f066
AM
21582019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2159
5fce606f 2160 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 2161
60f32352
AS
21622019-02-11 Andrew Stubbs <ams@codesourcery.com>
2163
2164 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2165 (Write After Approval): Remove myself and Julian.
2166
b4f964c8
HA
21672019-01-26 Harald Anlauf <anlauf@gmx.de>
2168
2169 * MAINTAINERS (Write After Approval): Add myself.
2170
1009e9a2
KCY
21712019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
2172
2173 * MAINTAINERS (Write After Approval): Add myself.
2174
275e9ad9
XHL
21752019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2176
62fa42ce
SB
2177 * ChangeLog: Replace space with tab.
2178 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 2179
8fcc3599
JG
21802019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
2181
2182 * MAINTAINERS (Write After Approval): Add myself.
2183
9c83c587
LJH
21842019-01-18 Li Jia He <helijia@gcc.gnu.org>
2185
2186 * MAINTAINERS (Write After Approval): Add myself.
2187
7431c1a1
AS
21882019-01-17 Andrew Stubbs <ams@codesourcery.com>
2189 Kwok Cheung Yeung <kcy@codesourcery.com>
2190 Julian Brown <julian@codesourcery.com>
2191 Tom de Vries <tom@codesourcery.com>
2192 Jan Hubicka <hubicka@ucw.cz>
2193 Martin Jambor <mjambor@suse.cz>
2194
2195 * configure.ac: Likewise.
2196 * configure: Regenerate.
2197 * contrib/config-list.mk: Add amdgcn-amdhsa.
2198
0684a816
KL
21992019-01-16 Kewen Lin <linkw@gcc.gnu.org>
2200
2201 * MAINTAINERS (Write After Approval): Add myself.
2202
62fa42ce 22032019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 2204
275e9ad9 2205 * MAINTAINERS (Write After Approval): Add myself.
9a603611 2206
5227609c
RO
22072019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2208
2209 PR target/88535
2210 * config.guess: Import upstream version 2019-01-03.
2211 * config.sub: Import upstream version 2019-01-01.
2212
7c50cefc
TP
22132018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
2214
2215 * MAINTAINERS (Write After Approval): Update my maintainer address.
2216
ea9a30d0
GB
22172018-12-21 Gergö Barany <gergo@codesourcery.com>
2218
2219 * MAINTAINERS (Write After Approval): Add myself.
2220
23d3e2d5
SB
22212018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
2222
2223 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2224
e4a9a572
IS
22252018-12-05 Iain Sandoe <iain@sandoe.co.uk>
2226
2227 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2228 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2229 (GCC_TARGET_TOOL): Likewise.
2230 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2231 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 2232 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 2233 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 2234 * configure: Regenerate.
e4a9a572
IS
2235 * Makefile.in: Likewise.
2236
f9b4801c
JP
22372018-11-28 Johannes Pfau <johannespfau@gmail.com>
2238
2239 * MAINTAINERS (Write After Approval): Add myself.
2240
7f9414c1
ML
22412018-11-13 Martin Liska <mliska@suse.cz>
2242
2243 * gcc.target/i386/pr87930.c: Move to ...
2244 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
2245
1dbff00c
SH
22462018-11-10 Stafford Horne <shorne@gmail.com>
2247
2248 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2249 (Write After Approval): Remove myself.
2250
e9f3803d
HAQ
22512018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
2252
2253 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2254 Append $INCICONV to it.
2255
45bf1490
SH
22562018-11-04 Stafford Horne <shorne@gmail.com>
2257
2258 * MAINTAINERS (Write After Approval): Add myself.
2259
22e05272
JM
22602018-10-31 Joseph Myers <joseph@codesourcery.com>
2261
2262 PR bootstrap/82856
2263 * multilib.am: New file. From automake.
2264
2265 Merge from binutils-gdb:
2266 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2267
2268 * libtool.m4: Use AC_LANG_SOURCE.
2269 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2270 * ar-lib: New file.
2271 * test-driver: New file.
2272 * configure: Re-generate.
2273
82a14443
MP
22742018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
2275
2276 * MAINTAINERS (Write After Approval): Add myself.
2277
260eedb9
IB
22782018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
2279
2280 PR bootstrap/87788
2281 PR d/87799
2282 * configure: Rebuild.
2283 * configure.ac: Disable D on systems where it is known not to work.
2284
b4c522fa
IB
22852018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
2286
2287 * Makefile.def (target_modules): Add libphobos.
2288 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2289 GDCFLAGS_FOR_TARGET.
2290 (dependencies): Make libphobos depend on libatomic, libbacktrace
2291 configure, and zlib configure.
2292 (language): Add language d.
2293 * Makefile.in: Rebuild.
2294 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2295 (HOST_EXPORTS): Add GDC.
2296 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2297 (BASE_TARGET_EXPORTS): Add GDC.
2298 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2299 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2300 (EXTRA_HOST_FLAGS): Add GDC.
2301 (STAGE1_FLAGS_TO_PASS): Add GDC.
2302 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2303 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2304 environment variables.
2305 * configure: Rebuild.
2306 * configure.ac: Add target-libphobos to target_libraries. Set and
2307 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2308
04193ea0
IL
23092018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
2310
2311 * MAINTAINERS (Write After Approval): Add myself.
2312
72eda5f2
IB
23132018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2314
2315 * MAINTAINERS (Write After Approval): Remove myself.
2316
4c029cee
IB
23172018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2318
2319 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2320
fc7367ea
BC
23212018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
2322
2323 * MAINTAINERS: Update my email address.
2324
956a7508
TS
23252018-10-04 Thomas Schwinge <thomas@codesourcery.com>
2326
2327 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2328 maintainer.
2329
16ddcc28
MM
23302018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
2331
2332 * MAINTAINERS (Write After Approval): Add self.
2333
f9529512
ST
23342018-09-13 Sam Tebbs <sam.tebbs@arm.com>
2335
2336 * MAINTAINERS (write after approval): Add myself.
2337
3ff89a4e
XG
23382018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
2339
2340 * MAINTAINERS: Update my email address.
2341
e8a0276c
VL
23422018-08-29 Vlad Lazar <vlad.lazar@arm.com>
2343
2344 * MAINTAINERS (write after approval): Add myself.
2345
3d20537c
RS
23462018-08-21 Richard Sandiford <richard.sandiford@arm.com>
2347
2348 * MAINTAINERS: Add self to global reviewers list.
2349
661d1750
SL
23502018-08-17 Sandra Loosemore <sandra@codesourcery.com>
2351
2352 MAINTAINERS: Add c-sky port maintainers.
2353
aa405905
ML
23542018-08-10 Martin Liska <mliska@suse.cz>
2355
2356 * MAINTAINERS: Revert change in previous commit and
92a285c1 2357 join lines.
aa405905 2358
04e2b41d
ML
23592018-08-10 Martin Liska <mliska@suse.cz>
2360
2361 * MAINTAINERS: Remove extra line.
2362
6e9f49e4
N
23632018-08-06 Naveen H.S <naveenh@marvell.com>
2364
2365 * MAINTAINERS: Update my email address.
2366
3b0df776
DD
23672018-07-19 DJ Delorie <dj@redhat.com>
2368
2369 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2370 as maintainer.
2371
f030b30e
AK
23722018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
2373
2374 * MAINTAINERS: Adjust email address for me and my colleague Robin
2375 Dapp.
2376
7264261f
L
23772018-07-13 H.J. Lu <hongjiu.lu@intel.com>
2378 Sunil K Pandey <sunil.k.pandey@intel.com>
2379
2380 PR target/84413
2381 * config/i386/i386.c (m_CORE_AVX512): New.
2382 (m_CORE_AVX2): Likewise.
2383 (m_CORE_ALL): Add m_CORE_AVX2.
2384 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2385 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2386 and remove the rest of m_SKYLAKE_AVX512.
2387
19975c57
SH
23882018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2389
2390 * config.sub: Sync with upstream version 2018-07-03.
2391
c234070e
SH
23922018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2393
2394 * config.guess: Sync with upstream version 2018-06-26.
2395 * config.sub: Sync with upstream version 2018-07-02.
2396
d41cd173
BW
23972018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
2398
92a285c1 2399 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
2400 * ltmain.sh: Likewise.
2401
d3435784
SB
24022018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2403
2404 * contrib/config-list.mk: Remove powerpc-linux_paired.
2405
da34ca3f
AO
24062018-06-29 Alexandre Oliva <oliva@adacore.com>
2407
2408 * configure.ac: Introduce support for @unless/@endunless.
2409 * Makefile.tpl (dep-kind): Rewrite with cond; return
2410 postbootstrap in some cases.
2411 (make-postboot-dep, postboot-targets): New.
2412 (dependencies): Do not output postbootstrap dependencies at
2413 first. Output non-target ones changed for configure to depend
2414 on stage_last @if gcc-bootstrap, and the original deps @unless
2415 gcc-bootstrap.
2416 * configure.in, Makefile.in: Rebuilt.
2417
8e236ddd
JW
24182018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
2419
2420 * MAINTAINERS (write after approval): Add myself.
2421
71d40114
RV
24222018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2423
2424 * MAINTAINERS (write after approval): Add myself.
2425
8006534c
NC
24262018-06-19 Nick Clifton <nickc@redhat.com>
2427
2428 * zlib/configure.ac: Restore old behaviour of only enabling
2429 multilibs when a target subdirectory is defined. This allows
2430 building with srcdir == builddir.
2431 * zlib/configure: Regenerate.
2432
9e03592e
EB
24332018-06-18 Eric Botcazou <ebotcazou@adacore.com>
2434
2435 * Makefile.def (fortran): Add check-target-libgomp-fortran.
2436 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2437 * Makefile.in: Regenerate.
2438
29305f60
BE
24392018-06-16 Ben Elliston <bje@gnu.org>
2440
2441 * config.guess: Import latest version.
2442 * config.sub: Likewise.
2443
31db0fe0
ML
24442018-06-08 Martin Liska <mliska@suse.cz>
2445
2446 * MAINTAINERS: Remove MPX-related entries.
2447 * Makefile.def: Remove libmpx support.
9e03592e
EB
2448 * Makefile.in: Regenerate.
2449 * configure.ac: Remove removed files.
2450 * configure: Regenerate.
31db0fe0
ML
2451 * libmpx/ChangeLog: Remove.
2452 * libmpx/Makefile.am: Remove.
2453 * libmpx/Makefile.in: Remove.
2454 * libmpx/acinclude.m4: Remove.
2455 * libmpx/aclocal.m4: Remove.
2456 * libmpx/config.h.in: Remove.
2457 * libmpx/configure: Remove.
2458 * libmpx/configure.ac: Remove.
2459 * libmpx/configure.tgt: Remove.
2460 * libmpx/libmpx.spec.in: Remove.
2461 * libmpx/mpxrt/Makefile.am: Remove.
2462 * libmpx/mpxrt/Makefile.in: Remove.
2463 * libmpx/mpxrt/libmpx.map: Remove.
2464 * libmpx/mpxrt/libtool-version: Remove.
2465 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2466 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2467 * libmpx/mpxrt/mpxrt.c: Remove.
2468 * libmpx/mpxrt/mpxrt.h: Remove.
2469 * libmpx/mpxwrap/Makefile.am: Remove.
2470 * libmpx/mpxwrap/Makefile.in: Remove.
2471 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2472 * libmpx/mpxwrap/libtool-version: Remove.
2473 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2474
e68086c4
ML
24752018-06-04 Martin Liska <mliska@suse.cz>
2476
2477 * MAINTAINERS: Add myself as gcov maintainer.
2478
37cca345
MF
24792018-06-04 Matthew Fortune <mfortune@gmail.com>
2480
2481 * MAINTAINERS: Update my email address.
2482
74386680
TV
24832018-06-04 Tom de Vries <tdevries@suse.de>
2484
2485 * MAINTAINERS: Remove write-after-approval entries for component
2486 maintainers.
2487
010ff25b
JL
24882018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2489
2490 * MAINTAINERS (write after approval): Add myself.
2491
64acc19a 24922018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
2493
2494 * MAINTAINERS: Update my email address.
2495
7aad7f4b
TV
24962018-06-01 Tom de Vries <tdevries@suse.de>
2497
2498 * MAINTAINERS: Update my email address.
2499
c5470754
BC
25002018-05-22 Bin Cheng <bin.cheng@arm.com>
2501
2502 * MAINTAINERS (loop-optimizer): Add myself.
2503
58b40a67
FT
25042018-05-01 Francois H. Theron <francois.theron@netronome.com>
2505
2506 * configure.ac: Added "nfp" target.
2507 * configure: Regenerate.
2508
bece35ca
RB
25092018-04-30 Richard Biener <rguenther@suse.de>
2510
2511 PR bootstrap/85571
2512 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2513 (STAGE3_TFLAGS): Likewise.
2514 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2515 (STAGEtrain_TFLAGS): Likewise.
2516 * Makefile.in: Regenerate.
2517
ae05281f
RB
25182018-04-26 Richard Biener <rguenther@suse.de>
2519
2520 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2521 (STAGE2_CFLAGS): Likewise.
2522 (STAGE2_TFLAGS): Likewise.
2523 (STAGE3_CFLAGS): Add -fchecking.
2524 (STAGE3_TFLAGS): Likewise.
2525 (STAGEtrain_CFLAGS): Filter out -fchecking.
2526 (STAGEtrain_TFLAGS): Likewise.
2527 * Makefile.in: Re-generate.
2528
c6e34a9b
CM
25292018-04-25 Catherine Moore <clm@codesourcery.com>
2530
2531 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2532
ae9fb56f
PC
25332018-04-18 Paul Clarke <pc@us.ibm.com>
2534
2535 * MAINTAINERS (write after approval): Add myself.
2536
a2919888
AS
25372018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2538
2539 * MAINTAINERS: Update my email address.
2540
c6024672
BS
25412018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2542
2543 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2544
85d36775
BS
25452018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2546
2547 * MAINTAINERS: Update my email address and disambiguate myself
2548 a bit from Will Schmidt.
2549
8bb406a2
NS
25502018-03-21 Nathan Sidwell <nathan@acm.org>
2551
2552 * MAINTAINERS: Move maintainers of now-removed picochip and score
2553 ports to write after approval.
2554
c9b39302
RS
25552018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2556
2557 * MAINTAINERS: Add entry for SVE maintainership.
2558
1fc1d82e
MR
25592018-02-13 Maciej W. Rozycki <macro@mips.com>
2560
2561 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2562 * configure: Regenerate.
2563
7b7f78d7
BK
25642018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2565
2566 * MAINTAINERS (write after approval): Add myself.
2567
3c1f3bf6
SP
25682018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2569
2570 * MAINTAINERS (write after approval): Add myself.
2571
182f27e3
SP
25722018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2573
2574 * MAINTAINERS (write after approval): Add myself.
85911661 2575
85ec4feb
JJ
25762018-01-03 Jakub Jelinek <jakub@redhat.com>
2577
2578 Update copyright years.
2579
ef7d7cf5
BE
25802018-01-03 Ben Elliston <bje@gnu.org>
2581
2582 * config.guess: Import latest version.
2583 * config.sub: Likewise.
2584
842df93e
SH
25852017-12-12 Stafford Horne <shorne@gmail.com>
2586
2587 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2588 * configure: Regenerate.
2589
1d0a8ae9
QZ
25902017-11-29 Qing Zhao <qing.zhao@oracle.com>
2591
2592 * MAINTAINERS (Write After Approval): Add myself.
2593
5e9d6aa4
JK
25942017-11-28 Julia Koval <julia.koval@intel.com>
2595 Sebastian Peryt <sebastian.peryt@intel.com>
2596
2597 * Makefile.def (target_modules): Remove libcilkrts.
2598 * Makefile.in: Ditto.
2599 * configure: Ditto.
2600 * configure.ac: Ditto.
2601
d2eaaa89
JK
26022017-11-28 Julia Koval <julia.koval@intel.com>
2603
2604 * MAINTAINERS (Write After Approval): Add myself.
2605
90b415f6
SD
26062017-11-22 Sudakshina Das <sudi.das@arm.com>
2607
2608 * MAINTAINERS (Write After Approval): Add myself.
2609
f804ba3e
PD
26102017-11-06 Palmer Dabbelt <palmer@sifive.com>
2611
2612 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2613 Use my SiFive email address.
2614
8744c9bf
SP
26152017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2616
2617 * MAINTAINERS (write after approval): Add myself.
2618
7181cca3
ML
26192017-10-27 Martin Liska <mliska@suse.cz>
2620
2621 * Makefile.tpl: Use proper name of folder as it was renamed
2622 during transition to 4 stages.
2623 * Makefile.in: Regenerate.
2624
fb336a7b
IT
26252017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2626
e50ffab3 2627 * MAINTAINERS (write after approval): Add myself.
fb336a7b 2628
7b5f5267
GP
26292017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2630
2631 * MAINTAINERS: Add a note that maintainership also includes web
2632 pages, docs, and testsuite related to that area.
2633
55de8eb3
TV
26342017-09-25 Tom de Vries <tom@codesourcery.com>
2635
2636 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2637
86ab175e
PMR
26382017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2639
2640 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2641
500ac452
NS
26422017-09-15 Nathan Sidwell <nathan@acm.org>
2643
2644 * MAINTAINERS: Remove myself as a vxworks maintainer.
2645
72ace300
TS
26462017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2647
2648 * MAINTAINERS: Remove email address of Jim Norris.
2649
1328002a
KT
26502017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2651
2652 * MAINTAINERS (Reviewers): Move myself from here...
2653 (CPU Port Maintainers): ... to here.
2654
84d0b6f5
JG
26552017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2656
2657 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2658
9c04bba3
RD
26592017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2660
e50ffab3 2661 * MAINTAINERS (write after approval): Add myself.
9c04bba3 2662
5a427c63
TR
26632017-07-28 Tony Reix <tony.reix@atos.net>
2664
2665 * configure.ac (target-libffi): Don't disable for AIX.
2666 (go): Don't add to unsupported_languages on AIX.
2667 (target-libgo): Don't disable for AIX.
2668 * configure: Regenerate.
2669
8994b66f
YG
26702017-07-19 Yury Gribov <tetra2005@gmail.com>
2671
2672 * MAINTAINERS: Add myself.
2673
7a795e10
TS
26742017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2675
2676 * MAINTAINERS: Update my email address.
2677
50061652
RE
26782017-07-04 Richard Earnshaw <rearnsha@arm.com>
2679
2680 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2681 arm-specific auto-generated header files.
2682
d4360477
NS
26832017-07-03 Nathan Sidwell <nathan@acm.org>
2684
2685 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2686 * configure: Rebuilt.
2687
9dc9ae74
BS
26882017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2689
2690 * MAINTAINERS: Readd myself for c6x.
2691
c8cf0b6f
ML
26922017-06-28 Martin Liska <mliska@suse.cz>
2693
2694 PR bootstrap/81217
2695 * Makefile.def: Remove superfluous bootstrap_target from
2696 bootstrap_stage.
2697 * Makefile.in: Re-generate the file.
2698
0666865c
MO
26992017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2700
e50ffab3 2701 * MAINTAINERS: Add myself to Write After Approval
0666865c 2702
827c925e
AJ
27032017-06-21 Andrew Jenner <andrew@codesourcery.com>
2704
2705 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2706
0d053a49
ML
27072017-06-19 Martin Liska <mliska@suse.cz>
2708
2709 * Makefile.def: Define 4 stages PGO bootstrap.
2710 * Makefile.tpl: Define FLAGS.
2711 * Makefile.in: Regenerate.
2712
be75f645
ILT
27132017-06-14 Ian Lance Taylor <iant@golang.org>
2714
2715 * Makefile.def: Add check-gotools to go check targets.
2716 * Makefile.in: Rebuild.
2717
c725f69c
SB
27182017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2719
2720 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2721
76052545
EB
27222017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2723
2724 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2725 * configure: Regenerate.
2726
afd88efc
ML
27272017-05-31 Martin Liska <mliska@suse.cz>
2728
2729 * configure.ac: Add handling of stage2_werror_flags to
2730 action-if-given and to action-if-not-given.
2731 * configure: Regenerate.
2732
945bafd6
PB
27332017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2734
2735 * MAINTAINERS: Add self to Write After Approval
2736
b9396a49
BS
27372017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2738
2739 * MAINTAINERS: Update my email address, and remove myself as
2740 maintainer in some areas.
2741
aa1b69e7
EG
27422017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2743
2744 * MAINTAINERS: Add self to Write After Approval
2745
cdfee50a
NS
27462017-05-25 Nathan Sidwell <nathan@acm.org>
2747
2748 * configure.ac: Add --enable-languages=default to mean default and
2749 make --enable-languages=all mean all supported languages.
2750 * configure: Regenerated.
2751
83349046
SB
27522017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2753
2754 * config.gcc (powerpc*-*-*spe*): New.
2755 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2756 (powerpc-*-rtems*spe*): New.
2757 (powerpc*-*-linux*spe*): New.
2758 (powerpc-wrs-vxworksspe): New.
2759 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2760 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2761 * config.host (powerpc*-*-*spe*): New.
2762
01c712cb
ML
27632017-05-19 Martin Liska <mliska@suse.cz>
2764
2765 * configure.ac: Add --enable-werror-always just for
2766 bootstrap-debug (or none build config) and do not add it
2767 when we are on a release branch.
2768 * configure: Regenerated.
2769
7880c1a5
SL
27702017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2771
2772 * MAINTAINERS: Add self to Write After Approval
2773
c759355f
KK
27742017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2775
2776 * MAINTAINERS: Move myself to Write After Approval section.
2777
79557bae
CZ
27782017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2779
2780 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2781 ACCH registers.
2782 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2783 available.
2784 (umulsidi3): Likewise.
2785 (mulsidi3_700): Disable this pattern when we have advanced mpy
2786 instructions.
2787 (umulsidi3_700): Likewise.
2788 (maddsidi4): New pattern.
2789 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2790 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2791 (mpydu_imm_arcv2hs): Likewise.
2792 * config/arc/predicates.md (accl_operand): New predicate.
2793
c7314bc1
CZ
27942017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2795 Andrew Burgess <andrew.burgess@embecosm.com>
2796
2797 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2798 case.
2799 (ARC_AUTOFP_IRQ_P): Likewise.
2800 (ARC_AUTO_IRQ_P): Likewise.
2801 (rgf_banked_register_count): New variable.
2802 (parse_mrgf_banked_regs_option): New function.
2803 (arc_override_options): Handle rgf_banked_regs option.
2804 (arc_handle_interrupt_attribute): Add firq option.
2805 (arc_compute_function_type): Return fast irq type when required.
2806 (arc_must_save_register): Handle fast interrupts.
2807 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2808 (arc_return_address_regs): Update.
2809 * config/arc/arc.h (arc_return_address_regs): Update.
2810 (arc_function_type): Add fast interrupt type.
2811 (ARC_INTERRUPT_P): Update.
2812 (RC_FAST_INTERRUPT_P): Define.
2813 * config/arc/arc.md (simple_return): Update for fast interrupts.
2814 (p_return_i): Likewise.
2815 * config/arc/arc.opt (mrgf-banked-regs): New option.
2816 * doc/invoke.texi (mrgf-banked-regs): Document.
2817
41453183
CZ
28182017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2819
2820 * config/arc/arc.c (irq_ctrl_saved): New variable.
2821 (ARC_AUTOBLINK_IRQ_P): Define.
2822 (ARC_AUTOFP_IRQ_P): Likewise.
2823 (ARC_AUTO_IRQ_P): Likewise.
2824 (irq_range): New function.
2825 (arc_must_save_register): Likewise.
2826 (arc_must_save_return_addr): Likewise.
2827 (arc_dwarf_emit_irq_save_regs): Likewise.
2828 (arc_override_options): Handle deferred options.
2829 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2830 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2831 arc_must_save_return_addr.
2832 (arc_compute_frame_size): Handle automated save and restore of
2833 registers.
2834 (arc_expand_prologue): Likewise.
2835 (arc_expand_epilogue): Likewise.
2836 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2837 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2838 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2839
52744dd7
TK
28402017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2841 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2842
2843 PR bootstrap/77661
2844 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2845 in-tree build MPC.
2846 * Makefile.in: Regenerate.
2847
deeba76a
FXC
28482017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2849
2850 * configure.ac: Enable LTO by default on darwin >= 9.
2851 * configure: Regenerate.
2852
5a05e11d
PD
28532017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2854
2855 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2856 and Andrew Waterman as the RISC-V maintainers.
2857
e04f858c
NK
28582017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2859
2860 * MAINTAINERS: Add self to Write After Approval
2861
a98cf819
GP
28622017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2863
2864 * config.guess: Import latest from upstream.
2865
9826d1a3
GP
28662017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2867
2868 * MAINTAINERS (Write After Approval): Remove entries that are
2869 already covered under Reviewers.
2870
a46586c3
MW
28712017-03-08 Mark Wielaard <mark@klomp.org>
2872
2873 PR demangler/70909
2874 PR demangler/67264
2875 * include/demangle.h: Add d_printing to struct demangle_component
2876 and pass struct demangle_component as non const.
2877
734ca1c2
GP
28782017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2879
2880 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2881
93b87d1d
TS
28822017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2883
2884 * Makefile.tpl: Remove HOST_ISLVER.
2885 (HOST_EXPORTS): Remove ISLVER.
2886 * Makefile.in: Regenerate.
2887
f877b3ad
RB
28882017-02-13 Richard Biener <rguenther@suse.de>
2889
2890 * configure: Re-generate.
2891
2ad31830
GP
28922017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2893
2894 * MAINTAINERS: Adjust bug reporting URL.
2895
3501e62c
GP
28962017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2897
2898 * MAINTAINERS (Write After Approval): Remove redundant entry
2899 for Andrew Burgess.
2900
510555e0
JDA
29012017-02-03 John David Anglin <danglin@gcc.gnu.org>
2902
e50ffab3 2903 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 2904 32-bit hppa*-*-hpux*.
e50ffab3 2905 * configure: Regenerate.
510555e0 2906
f6a24a94
MJ
29072017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2908
2909 * configure.ac: Moved the white list of enabling BRIG FE to
2910 libhsail-rt/configure.tgt.
2911 * configure: Regenerated.
2912 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2913
29142017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
2915 Martin Jambor <mjambor@suse.cz>
2916
5fd1486c
PJ
2917 * Makefile.def (target_modules): Added libhsail-rt.
2918 (languages): Added language brig.
2919 * Makefile.in: Regenerated.
2920 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2921 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2922 * configure: Regenerated.
2923
3c36aa6b
JJ
29242017-01-17 Jakub Jelinek <jakub@redhat.com>
2925
2926 PR other/79046
2927 * configure: Regenerated.
2928
8f56cb51
AM
29292017-01-04 Alan Modra <amodra@gmail.com>
2930
2931 * configure: Regenerate.
2932
f2c764c5
BE
29332016-12-29 Ben Elliston <bje@gnu.org>
2934
2935 * config.sub: Import latest version.
2936
1dc9c117
AI
29372016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2938
2939 * MAINTAINERS (Write After Approval): Add myself.
2940
c21fdaa1
JJ
29412016-12-21 Jakub Jelinek <jakub@redhat.com>
2942
2943 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2944 includes bootstrap-mpx.
2945 * configure: Regenerated.
2946
cc811459
CX
29472016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2948
2949 * MAINTAINERS (Write After Approval): Add myself.
2950
b55e6680
MJ
29512016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2952
8f56cb51 2953 * configure: Regenerate.
b55e6680 2954
825fba52
MK
29552016-12-01 Matthias Klose <doko@ubuntu.com>
2956
2957 * configure.ac: Don't use pkg-config to check for bdw-gc.
2958 * configure: Regenerate.
2959
114bf3f1
MK
29602016-11-30 Matthias Klose <doko@ubuntu.com>
2961
2962 * Makefile.def: Remove reference to boehm-gc target module.
2963 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2964 options and for the bdw-gc pkg-config module.
2965 * configure: Regenerate.
2966 * Makefile.in: Regenerate.
2967
21b0f96a
NS
29682016-11-28 Nathan Sidwell <nathan@acm.org>
2969
2970 * MAINTAINERS (nvptx): Remove self.
2971
292edab3
BE
29722016-11-25 Ben Elliston <bje@gnu.org>
2973
2974 * config.guess: Import latest version.
2975 * config.sub: Likewise.
2976
0954a00b
TT
29772016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2978
2979 * MAINTAINERS (Write After Approval): Add myself.
2980
8e4d2ca4
MK
29812016-11-15 Matthias Klose <doko@ubuntu.com>
2982
2983 * Makefile.def: Remove references to GCJ.
2984 * Makefile.tpl: Likewise.
2985 * Makefile.in: Regenerate.
2986
84c1b9d3
MK
29872016-11-15 Matthias Klose <doko@ubuntu.com>
2988
2989 * config-ml.in: Remove references to GCJ.
2990 * configure.ac: Likewise.
2991 * configure: Regenerate.
2992
3f95ca6c
JC
29932016-11-01 Josh Conner <joshconner@google.com>
2994
2995 * MAINTAINERS (Write After Approval): Update email address,
2996
457cc672
CL
29972016-10-27 Carl Love <cel@us.ibm.com>
2998
2999 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
3000 Approval list to make it alphabetical.
3001
2142f54f
CL
30022016-10-27 Carl Love <cel@us.ibm.com>
3003
3004 * MAINTAINERS (Write After Approval): Add myself.
3005
104700f4
AB
30062016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * MAINTAINERS (Reviewers): Add myself.
3009 (Write After Approval): Add myself.
3010
942c0db8
HP
30112016-10-21 Hartmut Penner <hepenner@us.ibm.com>
3012 Ulrich Weigand <uweigand@de.ibm.com>
3013
3014 * MAINTAINERS: Update email address.
3015
fbf4c502
NS
30162016-10-10 Nathan Sidwell <nathan@acm.org>
3017
3018 * MAINTAINERS: Update email address.
3019
b20e7532
AT
30202016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
3021
3022 * configure.ac: Add aarch64-*-freebsd*.
3023 * configure: Regenerate.
3024
2e21fd4d
SE
30252016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
3026
3027 * MAINTAINERS: Update email address after it got reverted.
3028
43c40f3e
RO
30292016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3030
3031 * configure.ac (target_libraries): Readd target-boehm-gc.
3032 Restore --enable-objc-gc handling.
3033 * configure: Regenerate.
3034
f05796ba
JL
30352015-10-03 Jeff Law <law@redhat.com>
3036
3037 * MAINTAINERS: Move several inactive maintainers to the
3038 write-after-approval section.
3039
012447ea
JJ
30402016-09-30 Jakub Jelinek <jakub@redhat.com>
3041
3042 * configure.ac: Add target-libffi to target_libraries.
3043 Readd libgcj target disablings, modified to only target-libffi.
3044 Readd target addition of go to unsupported languages.
3045 * configure: Regenerated.
3046
a7d75d59
SE
30472016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
3048
3049 * MAINTAINERS: Update email address.
3050
d1a79a95
AH
30512016-09-30 Andrew Haley <aph@redhat.com>
3052
4d8c733d 3053 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
3054 write-after approval. Remove Tom Tromey and Bryce McKinlay from
3055 libgcj.
3056
af2d4873
AH
30572016-09-30 Andrew Haley <aph@redhat.com>
3058
3059 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3060 write-after approval after GCJ deletion.
3061
07b78716
AH
30622016-09-30 Andrew Haley <aph@redhat.com>
3063
3064 * Makefile.def: Remove libjava.
3065 * Makefile.tpl: Likewise.
3066 * Makefile.in: Regenerate.
3067 * configure.ac: Likewise.
3068 * configure: Likewise.
3069 * gcc/java: Remove.
3070 * libjava: Likewise.
3071
a29b7214
CZ
30722016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
3073
3074 * MAINTAINERS (Reviewers): Add myself.
3075
2fd88f4f
AK
30762016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
3077
3078 * configure.ac: Disable "sim" directory for arc*-*-*.
3079 * configure: Regenerated.
3080
e2080e79
TC
30812016-09-23 Tamar Christina <tamar.christina@arm.com>
3082
3083 * MAINTAINERS (Write After Approval): Add myself.
3084
8f3675f8
MR
30852016-09-12 Maciej W. Rozycki <macro@imgtec.com>
3086
3087 * configure.ac: Check for the minimum in-tree MPFR version
3088 handled.
3089 * configure: Regenerate.
3090
21f88103
YTL
30912016-07-20 Yan-Ting Lin <currygt52@gmail.com>
3092
3093 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3094 * configure: Regenerated.
3095
60d51882
FR
30962016-07-19 Fritz Reese <fritzoreese@gmail.com>
3097
3098 * MAINTAINERS (Write After Approval): Add myself.
3099
277d7ee0
AK
31002016-06-23 Andi Kleen <ak@linux.intel.com>
3101
3102 * Makefile.def: Add autoprofiledbootstrap.
3103 * Makefile.tpl: Dito.
3104 * Makefile.in: Regenerate.
3105
fd6487af
JS
31062016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
3107
3108 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3109 * configure: Regenerate.
3110
3e326935
TS
31112016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3112
3113 * configure: Regenerate.
3114 * configure.ac: Remove support for avr-rtems.
3115
9582bf04
SKS
31162016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3117
3118 * MAINTAINERS (Write After Approval): Add myself.
3119
6f820b68
MC
31202016-06-16 Michael Collison <michael.collison@arm.com>
3121
3122 * MAINTAINERS (Write After Approval): Add myself.
3123
775ee7fa
MM
31242016-06-14 Mikael Morin <mikael@gcc.gnu.org>
3125
3126 * MAINTAINERS (Write After Approval): Update e-mail address.
3127
de3ba371
JM
31282016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
3129
21f88103 3130 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 3131
350216e3
AM
31322016-05-28 Alan Modra <amodra@gmail.com>
3133
3134 * Makefile.tpl (configure): Depend on m4 files included.
3135 * Makefile.in: Regenerate.
3136
9cad20fa
BS
31372016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3138
3139 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3140 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3141
92466115
BS
31422016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3143
3144 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3145 special case builtin.
3146 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3147 support for ALTIVEC_BUILTIN_VEC_ADDEC.
3148 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3149 for __builtin_vec_addec.
3150
fe38e08b
JS
31512016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
3152
3153 * config.guess: Import version 2016-04-02 (newest).
3154 * config.sub: Import version 2016-05-10 (newest).
3155
cef1a0b8 31562016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 3157
cef1a0b8
JL
3158 * configure.ac: Add ARC support to libgloss.
3159 * configure: Regenerate
704b85c7 3160
75a6b91a
AS
31612016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3162
3163 * MAINTAINERS (Write After Approval): Add myself.
3164
00f35794
BE
31652016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3166
3167 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3168 * configure: Regenerated.
3169 * Makefile.def (gmp): Explicitly disable assembler.
3170 (mpfr): Adjust lib_path.
3171 (mpc): Likewise.
3172 * Makefile.in: Regenerated.
3173
c100769b
JJ
31742016-05-01 Jakub Jelinek <jakub@redhat.com>
3175
3176 PR bootstrap/70704
3177 * configure.ac (--enable-stage1-checking): Add missing
3178 --enable-checking=.
3179 * configure: Regenerated.
3180
bc6d9014
OE
31812016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3182
ace08cb8
OE
3183 * config.guess: Revert r235676.
3184 * config.sub: Revert r235676.
3185
31862016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3187
3188 * config.guess: Remove SH5 support.
bc6d9014
OE
3189 * config.sub: Likewise.
3190 * configure: Likewise.
3191 * configure.ac: Likewise.
3192
7db11a5a
JJ
31932016-04-26 Jakub Jelinek <jakub@redhat.com>
3194
3195 PR bootstrap/70704
3196 * configure.ac (--enable-stage1-checking): For --disable-checking or
3197 implicit --enable-checking, make sure extra flag matches in between
3198 stage1 and later checking.
3199 * configure: Regenerated.
3200
ab0fc037
TS
32012016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3202
3203 * .gitattributes: New file.
3204
c048fa95
SB
32052016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
3206
3207 * MAINTAINERS (rs6000/powerpc port): Add myself.
3208
f3653cf5
SB
32092016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
3210
3211 PR bootstrap/70173
3212 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3213 and gotools directories. Delete the stage_final file.
3214 * Makefile.in: Regenerate.
3215
4f93efa4
AV
32162016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
3217
3218 * MAINTAINERS (Write After Approval): Add myself.
3219
c27e432e
SK
32202016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
3221
3222 * MAINTAINERS (Fortran maintainer): Remove myself.
3223
7134713c
BS
32242016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
3225
3226 * MAINTAINERS (Write After Approval): Add myself.
3227
7d74282a
KN
32282016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
3229
3230 * MAINTAINERS (Write After Approval): Add myself.
3231
1b858e76
CC
32322016-03-17 Cary Coutant <ccoutant@gmail.com>
3233
3234 Sync with binutils-gdb:
3235
3236 2016-03-17 Cary Coutant <ccoutant@gmail.com>
3237
3238 * configure.ac: Add mips and s390 to the gold target check.
3239 * configure: Regenerate.
3240
d15bd5bb
DD
32412016-03-01 DJ Delorie <dj@redhat.com>
3242
3243 * MAINTAINERS (mep): Remove myself as MeP maintainer.
3244
6d1fa6bb
DM
32452016-02-22 David Malcolm <dmalcolm@redhat.com>
3246
3247 * MAINTAINERS (libcpp): Add myself.
3248 (diagnostic messages): Likewise.
3249
607bda60
TV
32502016-02-20 Tom de Vries <tom@codesourcery.com>
3251
3252 * MAINTAINERS: Fix whitespace.
3253
80cfaff8
CZ
32542016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
3255
3256 * MAINTAINERS (Write After Approval): Add myself.
3257
c661a43d
SP
32582016-01-29 Sebastian Pop <s.pop@samsung.com>
3259
3260 * config/isl.m4: Add comments about isl-0.16.
3261 * configure: Regenerate.
3262
86b3a101
MJ
32632016-01-29 Martin Jambor <mjambor@suse.cz>
3264
3265 * MAINTAINERS (hsa maintainers): Add myself.
3266
960cbfd2
WD
32672015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
3268
3269 * MAINTAINERS: (Write After Approval): Add myself.
3270
1e050c90
AK
32712016-01-25 Aditya Kumar <aditya.k7@samsung.com>
3272 Sebastian Pop <s.pop@samsung.com>
3273
3274 * Makefile.in: Regenerate.
3275 * Makefile.tpl: Export ISLVER.
3276 * configure: Regenerate.
3277 * config/isl.m4: Detect isl-0.15.
3278
cefadad1
MM
32792016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
3280
3281 PR bootstrap/69329
3282 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3283 * Makefile.in: Regenerate.
3284
9e530bcd
AP
32852016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
3286
3287 * configure.ac: Enable LTO for DJGPP
3288 * configure: Regenerate
3289
324402a0
L
32902016-01-12 H.J. Lu <hongjiu.lu@intel.com>
3291
3292 Sync with binutils-gdb:
3293 2015-10-21 Nick Clifton <nickc@redhat.com>
3294
3295 PR gas/19109
3296 * configure.ac: Note the 'none' is an acceptable argument to
3297 --enable-compressed-debug-sections.
3298 * configure: Regenerate.
3299
9eaaa830
BE
33002016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
3301
3302 PR bootstrap/69134
3303 * Makefile.def (mpfr): Disable assembler.
3304 * Makefile.in: Regenerate.
3305
cfe67e03
BE
33062016-01-01 Ben Elliston <bje@gnu.org>
3307
3308 * config.guess: Import version 2016-01-01.
3309 * config.sub: Likewise.
3310
be33d404
SS
33112015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
3312
3313 * MAINTAINERS (Write After Approval): Add myself.
3314
e357a5e0
SP
33152015-12-17 Sebastian Pop <s.pop@samsung.com>
3316
3317 * Makefile.in: Replace ISL with isl.
3318 * Makefile.tpl: Same.
3319 * config/isl.m4: Same.
3320 * configure.ac: Same.
3321 * contrib/download_prerequisites: Same.
3322 * configure: Regenerate.
3323
1ad2439b
AP
33242015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
3325
3326 * MAINTAINERS (Write After Approval): Add Myself.
3327
70decafb
NS
33282015-12-17 Nathan Sidwell <nathan@acm.org>
3329
3330 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3331 * configure: Regenerate.
3332
560d18d3
AK
33332015-12-16 Aditya Kumar <aditya.k7@samsung.com>
3334 Sebastian Pop <s.pop@samsung.com>
3335
3336 * config/isl.m4 (ISL_CHECK_VERSION): Check for
3337 isl_ctx_get_max_operations.
3338 * configure: Regenerate.
3339
57e8ab24 33402015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
3341
3342 * MAINTAINERS (Write After Approval): Add myself.
3343
105b682e
ILT
33442015-12-02 Ian Lance Taylor <iant@google.com>
3345
3346 PR go/66147
3347 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3348 * Makefile.in: Regenerate.
3349
7eb46bec
AT
33502015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
3351
3352 PR libffi/65726
3353 * Makefile.def (lang_env_dependencies): Make libffi depend
3354 on cxx.
3355 * Makefile.in: Regenerate.
3356
cc3baaa9
DE
33572015-11-26 David Edelsohn <dje.gcc@gmail.com>
3358
3359 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3360 symbols.
3361
3be96231
TG
33622015-11-20 Tristan Gingold <gingold@adacore.com>
3363
3364 Sync with binutils-gdb:
3365 2015-11-20 Tristan Gingold <gingold@adacore.com>
3366
3367 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3368 * configure: Regenerate.
3369
daa53f38
ML
33702015-11-19 Martin Liska <mliska@suse.cz>
3371
3372 * .gitignore: Add .clang-format to ignored files.
3373 * Makefile.in: Add clang-format.
3374 * Makefile.tpl: Likewise.
3375
54985c70
TA
33762015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
3377
3378 * configure.ac: Enable libmpx by default.
3379 * configure: Regenerated.
3380
d0397c75
SE
33812015-10-23 Steve Ellcey <sellcey@imgtec.com>
3382
3383 * MAINTAINERS: Update email address.
3384
735a559c
PM
33852015-10-23 Paulo Matos <pmatos@linki.tools>
3386
3387 * MAINTAINERS: Update email address.
3388
15713b43
AH
33892015-10-23 Alan Hayward <alan.hayward@arm.com>
3390
3391 * MAINTAINERS (Write After Approval): Add myself.
3392
78edb32f
L
33932015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3394
3395 Sync with binutils-gdb:
3396 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3397
3398 PR gas/19109
3399 * configure.ac: Add
3400 --enable-compressed-debug-sections={all,gas,gold,ld}.
3401 * configure: Regenerated.
3402
dec6b7f1
AC
34032015-10-16 Arnaud Charlet <charlet@adacore.com>
3404
3405 * MAINTAINERS: Update list of Ada maintainers and email addresses.
3406
6be1d686
ML
34072015-10-09 Martin Liska <mliska@suse.cz>
3408
3409 * MAINTAINERS (Write After Approval): Add myself.
3410
dc0e2060
AF
34112015-10-09 Alexander Fomin <alexander.fomin@intel.com>
3412
3413 * MAINTAINERS (Write After Approval): Add myself.
3414
bec93d40
FW
34152015-10-02 Florian Weimer <fweimer@redhat.com>
3416
3417 * MAINTAINERS: Update email address.
3418
0487f06d
LK
34192015-10-02 Louis Krupp <louis.krupp@zoho.com>
3420
3421 * MAINTAINERS (Write After Approval): Add myself.
3422
56547ff7
KT
34232015-09-20 Kai Tietz <ktietz70@googlemail.com>
3424
423ea09f 3425 * MAINTAINERS: Update email.
56547ff7 3426
ed4c91ea
BS
34272015-09-14 Bernd Schmidt <bschmidt@redhat.com>
3428
3429 * MAINTAINERS: Update my email address.
3430
2503fd9e
JB
34312015-09-01 James Bowman <james.bowman@ftdichip.com>
3432
3433 * MAINTAINERS (ft32 port): Add myself.
3434
3726332a
DS
34352015-08-28 David Sherwood <david.sherwood@arm.com>
3436
3437 * MAINTAINERS: Add myself.
3438
15480aaf
PM
34392015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
3440
3441 * MAINTAINERS (Write After Approval): Add myself.
3442
ad4f95e3
FXC
34432015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3444
3445 PR libfortran/54572
3446 * Makefile.def: Make libgfortran depend on libbacktrace.
3447 * Makefile.in: Regenerate.
3448
95f25df0
SD
34492015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3450
3451 * MAINTAINERS (Write After Approval): Add myself.
3452
5dc85f7e
TV
34532015-08-12 Tom de Vries <tom@codesourcery.com>
3454
3455 PR other/67092
3456 * configure.ac: Remove --with_host_libstdcxx support.
3457 * configure: Regenerate.
3458
44a7d18d
TS
34592015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3460 Jakub Jelinek <jakub@redhat.com>
3461
3462 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3463 nvptx*-*-*.
3464 * configure: Regenerate.
3465
bf5372e7
YS
34662015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3467
3468 * Makefile.def (libiconv): Define bootstrap=true.
3469 Mark pdf/html/info as missing.
3470 (configure-gcc): Depend on all-libiconv.
3471 (all-gcc): Ditto.
3472 (configure-libcpp): Ditto.
3473 (all-libcpp): Ditto.
3474 (configure-intl): Ditto.
3475 (all-intl): Ditto.
3476 * Makefile.in: Regenerate.
3477
94b8fdcc
BC
34782015-08-03 Bin Cheng <bin.cheng@arm.com>
3479
3480 * MAINTAINERS (loop ivopts): Add the entry and myself.
3481
430bcac1
NS
34822015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3483
3484 * MAINTAINERS (nvptx): Add self.
3485
110d61da
AL
34862015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3487
3488 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3489 128-bit vector modes.
3490
c9da7548 34912015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 3492
c9da7548
VV
3493 * MAINTAINERS (Write After Approval): Add myself.
3494
423ea09f 34952015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
3496
3497 * config.sub, config.guess: Import from upstream.
3498
6b1786aa
JL
34992015-07-24 Michael Darling <darlingm@gmail.com>
3500
3501 PR other/66259
3502 * config-ml.in: Reflects renaming of configure.in to configure.ac
3503 * configure: Likewise
3504 * configure.ac: Likewise
3505
45952786
BS
35062015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3507
3508 * MAINTAINERS: Update my email address.
3509
f1595603
L
35102015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3511
3512 Sync with binutils-gdb:
3513 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3514
3515 * configure.ac (target_configdirs): Exclude target-zlib if
3516 target-libjava isn't built.
3517 * configure: Regenerated.
3518
a05c2c75
L
35192015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3520
3521 Sync with binutils-gdb:
3522 2015-05-13 John David Anglin <dave.anglin@bell.net>
3523
3524 * configure.ac: Disable configuration of GDB for HPUX targets.
3525 * configure: Regenerate.
3526
3527 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3528
3529 * configure.ac: Add --with-system-zlib.
3530 * configure: Regenerated.
3531
3532 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3533
3534 * configure.ac: Add FT32 support.
3535 * configure: Regenerate.
3536
3537 2015-01-12 Anthony Green <green@moxielogic.com>
3538
3539 * configure.ac: Don't disable gprof for moxie.
3540 * configure: Rebuild.
3541
1c01ebf6
L
35422015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3543
3544 Sync with binutils-gdb:
3545 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3546
3547 PR ld/18355
3548 * Makefile.def: Add extra_configure_flags to host zlib.
3549 * configure.ac (extra_host_zlib_configure_flags): New. Set
3550 to --enable-host-shared When bfd is to be built as shared
3551 library. AC_SUBST.
3552 * Makefile.in: Regenerated.
3553
e59969a1
HPN
35542015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3555
3556 Sync with src:
3557 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3558 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3559 * Makefile.in: Regenerated.
3560
d9063947
L
35612015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3562
3563 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3564 target.
3565 * configure: Regenerate.
3566
b837291d
LC
35672015-06-23 Ludovic Courtès <ludo@gnu.org>
3568
3569 * MAINTAINERS (Write After Approval): Add myself.
3570
2a97995f
AT
35712015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3572
3573 * MAINTAINERS (OS Port Maintainers): Add myself.
3574 (Various Maintainers): Remove myself from libffi testsuite.
3575
19cd26a6
RS
35762015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3577
3578 * MAINTAINERS (gen* on machine desc): Add self.
3579
8ca528d9
JM
35802015-06-02 Jason Merrill <jason@redhat.com>
3581
3582 PR bootstrap/66319
3583 * configure.ac: Use -std=gnu++98.
3584
4526c3c1
SN
35852015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3586
3587 * MAINTAINERS (Write After Approval): Add myself.
3588
318a4e6d
MF
35892015-05-28 Mike Frysinger <vapier@gentoo.org>
3590
3591 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3592 * configure: Regenerate.
3593
46070488
JM
35942015-05-26 Jason Merrill <jason@redhat.com>
3595
3596 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3597 * configure: Regenerate.
3598
fef939d6
JB
35992015-05-16 James Bowman <james.bowman@ftdichip.com>
3600
3601 * configure.ac: FT32 target added.
fef939d6
JB
3602 * configure: Regenerated.
3603
886faf50
IB
36042015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3605
3606 * MAINTAINERS (Write After Approval): Add myself.
3607
91c6b410
PM
36082015-05-11 Paulo Matos <paulo@matos-sorge.com>
3609
3610 * MAINTAINERS (Write After Approval): Add myself.
3611
e640447c
PM
36122015-05-11 Paulo Matos <paulo@matos-sorge.com>
3613
3614 * configure.ac: Fix typo.
3615 * configure: Regenerate.
3616
e587377d
MM
36172015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3618
3619 * MAINTAINERS (Write After Approval): Add myself.
3620
cabb9d59
MK
36212015-05-03 Matthias Klose <doko@ubuntu.com>
3622
3623 * configure.ac: Match $host configured with triplets.
3624 * configure: Regenerate.
3625
fafb95a6
BRF
36262015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3627
3628 * Makefile.tpl: Remove surplus whitespace throughout.
3629 * Makefile.in: Regenerate.
3630
85867772
SB
36312015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3632
3633 * MAINTAINERS (Various Maintainers): Add myself as instruction
3634 combiner maintainer.
3635
c10b5ea0
JJ
36362015-04-17 Jakub Jelinek <jakub@redhat.com>
3637
3638 PR bootstrap/62077
3639 * configure.ac (--enable-stage1-checking): Default to
3640 release,misc,gimple,rtlflag,tree,types if --disable-checking
3641 or --enable-checking is not specified and DEV-PHASE is not
3642 experimental.
3643 * configure: Regenerated.
3644
77019397
MO
36452015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3646
3647 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3648 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3649 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3650 * Makefile.in: Regenerate.
3651
17feae99 36522015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
3653
3654 * MAINTAINERS: Update my email address.
3655
e61ffb3b
JG
36562015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3657
3658 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3659
b16cc4f2
KT
36602015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3661
3662 * MAINTAINERS: Add myself as an arm port reviewer.
3663
ec523909
ML
36642015-03-25 Martin Liska <mliska@suse.cz>
3665 Yury Gribov <y.gribov@samsung.com>
3666
3667 * Makefile.in: Fix ln source location for vimrc file.
3668 * Makefile.tpl: Likewise.
3669
fc30054e
AH
36702015-03-09 Aldy Hernandez <aldyh@redhat.com>
3671
3672 PR bootstrap/25672
3673 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3674 cross-compiling. Similarly for CXX_FOR_TARGET.
3675 * configure: Regenerate.
3676
5373cd33
IE
36772015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3678
3679 * Makefile.def: Add libmpx.
3680 * configure.ac: Add libmpx.
3681 * Makefile.in: Regenerate.
3682 * configure: Regenerate.
3683
a6e8abb9
KY
36842015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3685
3686 * MAINTAINERS (CPU Port Maintainers): Add myself
3687 i386 vector ISA extns mantainer.
3688
f2b86778
JL
36892015-03-13 Jeff Law <law@redhat.com>
3690
3691 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3692 maintainer.
3693 Remove Richard Henderson as a maintainer for the x86 port.
3694
9dd44d1c
JR
36952015-03-03 Joern Rennecke <gnu@amylaar.uk>
3696
3697 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3698
33079441
IE
36992015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3700
3701 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3702 pointer bounds checker and i386 MPX maintainer.
3703
d083ae5f
SL
37042015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3705
3706 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3707
f91f1c13
MS
37082015-02-26 Martin Sebor <msebor@redhat.com>
3709
3710 * MAINTAINERS (Various Maintainers): Add self.
3711
426c1eb0
TS
37122015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3713
3714 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3715 Make sure it contains lto.
3716 * configure: Regenerate.
3717
8ae12d71
TS
37182015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3719
3720 * configure: Regenerate.
3721
11aa81cc 37222015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 37231
11aa81cc
DN
3724 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3725 middle-end, docstring): Remove myself.
3726 (Write After Approval): Add myself.
3727
a436ab27
JJ
37282015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3729
3730 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3731 (Write After Approval): Update address.
3732
231d020b
DM
37332015-01-29 David Malcolm <dmalcolm@redhat.com>
3734
3735 PR jit/64780
3736 * configure.ac: Require the user to explicitly specify
3737 --enable-host-shared if the jit is enabled.
3738 * configure: Regenerate.
3739
82a94471
RS
37402015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3741
3742 * MAINTAINERS (Write After Approval): Add myself.
3743
e6f0c56d
TV
37442015-01-25 Tom de Vries <tom@codesourcery.com>
3745
3746 * MAINTAINERS: Make whitespace consistent.
3747
631ff3e1
BO
37482015-01-23 Braden Obrzut <admin@maniacsvault.net>
3749
3750 * MAINTAINERS (Write After Approval): Add myself.
3751
09b9cd1f
AV
37522015-01-20 Andre Vehreschild <vehre@gmx.de>
3753
3754 * MAINTAINERS: (Write After Approval): Add myself.
3755
802ed46a
MU
37562015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3757
3758 * MAINTAINERS: (Write After Approval): Add myself.
3759
c61fcfa6
PT
37602015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3761
3762 * MAINTAINERS: (Write After Approval): Add myself.
3763
ebcd09c1
IS
37642015-01-13 Iain Sandoe <iain@codesourcery.com>
3765
3766 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3767 objective-c/c++ front end maintainer.
3768
71aa170d
MP
37692015-01-13 Marek Polacek <polacek@redhat.com>
3770
3771 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3772
da067543
JL
37732015-01-12 Jeff Law <law@redhat.com>
3774
3775 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3776 a very long time.
3777
bf1de3f0
ILT
37782015-01-09 Ian Lance Taylor <iant@google.com>
3779
3780 * configure.ac (host_tools): Add gotools.
3781 * Makefile.def (host_modules): Add gotools.
3782 (dependencies): Add dependency of all-gotools on all-target-libgo.
3783
82a19768
AT
37842015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3785
3786 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3787 * configure: Regenerate.
3788
53dd59bf
TS
37892015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3790
3791 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3792 all-target-libgomp.
3793 * Makefile.in: Regenerate.
3794
8054942d
EB
37952015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3796
3797 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3798
0969ec7d
EB
37992015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3800
3801 * configure.ac: Add Visium support.
3802 * configure: Regenerate.
3803
ec8fd1c0
AS
38042015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3805
3806 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3807 * configure: Regenerate.
3808
9bccfdf5
AP
38092015-01-03 Andrew Pinski <apinski@cavium.com>
3810
3811 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3812 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3813 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3814 (OBJCOPY_FOR_TARGET): New variable.
3815 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3816 * Makefile.in: Regenerate.
3817 * configure.ac: Check for already installed target objcopy.
3818 Also GCC_TARGET_TOOL on objcopy.
3819 * configure: Regenerate.
3820
007adc0d
HPN
38212015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3822
3823 * config.sub: Update from upstream, to 2015-01-01 version.
3824 * config.guess: Ditto.
3825
fe55e976
SH
38262014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3827
3828 * MAINTAINERS (RTEMS Ports): Add myself.
3829
b86d271e
PMR
38302014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3831
3832 * MAINTAINERS (Write After Approval): Add myself.
3833
9733278a
MH
38342014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3835
3836 * MAINTAINERS (Write After Approval): Add myself.
3837
4b4f2e35
TS
38382014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3839
3840 * configure.ac (--enable-as-accelerator-for): Don't set
3841 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3842 * configure: Regenerate.
3843
b6a65eb6
JJ
38442014-12-13 Jakub Jelinek <jakub@redhat.com>
3845
3846 PR bootstrap/64023
3847 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3848 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3849 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3850 to CXX.
3851 * Makefile.in: Regenerated.
3852
c3e1e693
YG
38532014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3854 Yury Gribov <y.gribov@samsung.com>
3855
3856 * .gitignore: Added .local.vimrc and .lvimrc.
3857 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3858 * Makefile.in: Regenerate.
3859
38602014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
3861
3862 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3863 * configure: Regenerated.
3864
b9fb25a5
BS
38652014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3866
3867 * MAINTAINERS (nvptx port): New entry.
3868
d896cc4d
JBG
38692014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3870
3871 * configure: Regenerate.
3872
74ae587e
JBG
38732014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3874
3875 * configure.ac: Merge with Binutils.
3876
45c89690
TB
38772014-11-26 Tobias Burnus <burnus@net-b.de>
3878
3879 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3880 * Makefile.in: Regenerate.
3881
ea903c37
BE
38822014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3883
3884 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3885 missing flex.
3886 * Makefile.in: Regenerated.
3887
eb23df59
IV
38882014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3889
3890 * Makefile.in: Regenerate.
3891
a699d672
L
38922014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3893
3894 PR bootstrap/63784
3895 * libtool.m4: Add $pic_flag with -shared.
3896
fc065a61
RL
38972014-11-21 Renlin Li <Renlin.Li@arm.com>
3898
3899 * MAINTAINERS (Write After Approval): Added myself.
3900
efcc23e6
AV
39012014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3902
3903 * MAINTAINERS (write-after-approval): Add myself.
3904
dd308ed8
MK
39052014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3906
3907 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3908 from 2 years ago.
3909
ac8698a1
AV
39102014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3911
3912 Revert:
3913 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3914
3915 * MAINTAINERS (Write After Approval): Added myself as line map
3916 maintainer.
3917
8dab9330
RL
39182014-11-19 Renlin Li <Renlin.Li@arm.com>
3919
3920 Revert:
3921 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3922
3923 * MAINTAINERS (Write After Approval): Added myself.
3924
1be22083
RL
39252014-11-19 Renlin Li <Renlin.Li@arm.com>
3926
3927 * MAINTAINERS (Write After Approval): Added myself.
3928
59392f46
AV
39292014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3930
3931 * MAINTAINERS (Write After Approval): Added myself as line map
3932 maintainer.
3933
0f3422cc
DS
39342014-11-17 Dodji Seketeli <dodji@redhat.com>
3935
3936 * MAINTAINERS (Various Maintainers): Added myself as line map
3937 maintainer.
3938
0c8969f0
JBG
39392014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3940
3941 * move-if-change: Sync from upstream gnulib.
3942
d7134c0e
JBG
39432014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3944
3945 * compile: Sync with upstream Automake.
3946 * depcomp: Ditto.
3947 * install-sh: Ditto.
3948 * missing: Ditto.
3949 * mkinstalldirs: Ditto.
3950 * ylwrap: Ditto.
3951
e4ff7e6a
JBG
39522014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3953
3954 * config.sub: Update from upstream config repo.
3955 * config.guess: Ditto.
3956
5f520819
KY
39572014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3958
3959 * Makefile.def: Add liboffloadmic to target_modules. Make
3960 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3961 * Makefile.in: Regenerate.
3962 * configure: Regenerate.
3963 * configure.ac: Add liboffloadmic to target binaries.
3964 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3965 Add liboffloadmic to noconfig list when C++ is not supported.
3966
85c64bbe
BS
39672014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3968 Thomas Schwinge <thomas@codesourcery.com>
3969 Ilya Verbin <ilya.verbin@intel.com>
3970 Andrey Turetskiy <andrey.turetskiy@intel.com>
3971
3972 * configure: Regenerate.
3973 * configure.ac (--enable-as-accelerator-for)
3974 (--enable-offload-targets): New configure options.
3975
7d35a59e
TB
39762014-11-11 Tobias Burnus <burnus@net-b.de>
3977
0a002272 3978 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
3979 * Makefile.in: Regenerate.
3980
35485da9
DM
39812014-11-11 David Malcolm <dmalcolm@redhat.com>
3982
3983 * ChangeLog.jit: New.
3984 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3985
ebf6d33b
FXC
39862014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3987
3988 PR target/63610
3989 * libtool.m4: Fix globbing of darwin versions.
3990 * configure: Regenerate.
3991
4a9bb2aa
TB
39922014-11-11 Tobias Burnus <burnus@net-b.de>
3993
4a9bb2aa
TB
3994 * Makefile.def: Remove CLooG.
3995 * Makefile.tpl: Ditto.
3996 * configure.ac: Ditto.
3997 * configure: Regenerate.
3998 * Makefile.in: Ditto.
3999
738f2522
BS
40002014-11-06 Bernd Schmidt <bernds@codesourcery.com>
4001
4002 * configure.ac: Handle nvptx-*-*.
4003 * configure: Regenerate.
4004
9b591dd1
PG
40052014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
4006
4007 * MAINTAINERS (Write After Approval): Add myself.
4008
14258928
JJ
40092014-10-31 Jakub Jelinek <jakub@redhat.com>
4010
4011 * Makefile.def (libcc1): Remove bootstrap=true;.
4012 * Makefile.in: Regenerated.
4013
1335a8ca
JBG
40142014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4015
4016 * configure.ac: Update comment.
4017 * configure: Regenerate.
4018
cb115cc2
IE
40192014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
4020
4021 * MAINTAINERS (Write After Approval): Add myself.
4022
fca38047
TS
40232014-10-30 Thomas Schwinge <thomas@codesourcery.com>
4024
4025 * configure.ac (extra_host_libiberty_configure_flags): Add
4026 --enable-shared also for libcc1's benefit.
4027 * configure: Regenerate.
4028
65c0707b
TG
40292014-10-29 Tristan Gingold <gingold@adacore.com>
4030
4031 * MAINTAINERS: Change my email address.
4032
ddc8de03
PM
40332014-10-27 Phil Muldoon <pmuldoon@redhat.com>
4034 Tom Tromey <tromey@redhat.com>
4035
4036 * Makefile.def: Add libcc1 to host_modules.
4037 * configure.ac (host_tools): Add libcc1.
4038 * Makefile.in, configure: Rebuild.
4039
4eb1ac39 40402014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
4041
4042 * configure.ac (build_configargs): Don't share config.cache between
4043 build subdirs.
7fd74620 4044 * configure: Regenerate.
3d96b0d0 4045
d81230b5
DH
40462014-10-24 Daniel Hellstrom <daniel@gaisler.com>
4047
4048 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4049 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4050 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4051 leon3v7 as leon3.
4052 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4053 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4054 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4055 * config/sparc/sparc.md (cpu): Add leon3v7.
4056 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4057
c7a6a617
DH
40582014-10-24 Daniel Hellstrom <daniel@gaisler.com>
4059
4060 * MAINTAINERS (write-after-approval): Add myself.
4061
74cc5471
ILT
40622014-10-23 Ian Lance Taylor <iant@google.com>
4063
4064 * configure.ac: Disable the Go frontend on systems where it is known
4065 to not work.
4066 * configure: Regenerate.
4067
929315a9
RB
40682014-10-23 Richard Biener <rguenther@suse.de>
4069
4070 * Makefile.def: Add libcpp build module and dependencies.
4071 * configure.ac: Add libcpp build module.
4072 * Makefile.in: Regenerate.
4073 * configure: Likewise.
4074
5d12b768
MF
40752014-10-15 Max Filippov <jcmvbkbc@gmail.com>
4076
4077 * MAINTAINERS (write-after-approval): Add myself.
4078
7b262a51
MLI
40792014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
4080
4081 * INSTALL/README: Do not mention CVS.
4082
7705dfd1
JY
40832014-10-03 Jing Yu <jingyu@google.com>
4084
4085 * configure.ac: Add aarch64 to list of targets that support gold.
4086 * configure: Regenerate.
4087
a3052d31
FD
40882014-09-29 François Dumont <fdumont@gcc.gnu.org>
4089
4090 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
4091
b2a1b261
CM
40922014-09-29 Catherine Moore <clm@codesourcery.com>
4093
4094 * MAINTAINERS: Add myself as MIPS maintainer.
4095
05342e10
MF
40962014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
4097
4098 * MAINTAINERS: Move myself to MIPS maintainers.
4099
3f6bb7e5
JBG
41002014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4101
4102 * MAINTAINERS: Put all email addresses between '<' and '>'.
4103
3e895729
FXC
41042014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4105
4106 * MAINTAINERS: Move myself to reviewers (Fortran).
4107
e04733ee
AK
41082014-09-01 Andi Kleen <ak@linux.intel.com>
4109
4110 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4111 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
4112 * Makefile.in: Regenerate.
4113
e79c0ea8
DM
41142014-08-28 David Malcolm <dmalcolm@redhat.com>
4115
4116 * rtx-classes-status.txt: Delete
4117
b32d5189
DM
41182014-08-28 David Malcolm <dmalcolm@redhat.com>
4119
4120 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4121
e0c0c325
SP
41222014-08-27 Sebastian Pop <s.pop@samsung.com>
4123
4124 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4125 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4126 of checking for version number.
4127 * configure: Regenerated.
4128 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4129
d7ac0a6a
DM
41302014-08-27 David Malcolm <dmalcolm@redhat.com>
4131
4132 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4133 is done; begin phase 6 (use extra rtx_def subclasses).
4134
9daaca36
DM
41352014-08-27 David Malcolm <dmalcolm@redhat.com>
4136
4137 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4138 done; begin phase 5 (additional rtx_def subclasses).
4139
b2908ba6
DM
41402014-08-26 David Malcolm <dmalcolm@redhat.com>
4141
4142 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4143
1130d5e3
DM
41442014-08-26 David Malcolm <dmalcolm@redhat.com>
4145
4146 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4147 SET_BB_HEADER are done.
4148
0e0ce50d
DM
41492014-08-26 David Malcolm <dmalcolm@redhat.com>
4150
4151 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4152 done.
4153
3d30f4e8
DM
41542014-08-26 David Malcolm <dmalcolm@redhat.com>
4155
4156 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4157
6144a836
DM
41582014-08-26 David Malcolm <dmalcolm@redhat.com>
4159
4160 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4161
b311fd0f
DM
41622014-08-25 David Malcolm <dmalcolm@redhat.com>
4163
4164 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4165
d8ce2eae
DM
41662014-08-25 David Malcolm <dmalcolm@redhat.com>
4167
4168 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4169
1455e88c
DM
41702014-08-25 David Malcolm <dmalcolm@redhat.com>
4171
4172 * rtx-classes-status.txt: Phase 3 (per-file commits within
4173 "config" subdirs) is done; begin phase 4 (removal of
4174 "scaffolding").
4175
76c531d3
DM
41762014-08-23 David Malcolm <dmalcolm@redhat.com>
4177
4178 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4179 dir) is done; begin phase 3 (per-file commits within "config"
4180 subdirs).
4181
00550b3d
DM
41822014-08-21 David Malcolm <dmalcolm@redhat.com>
4183
4184 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4185 phase 2 (per-file commits in main source dir).
4186
622dbadf
BC
41872014-08-21 Bin Cheng <bin.cheng@arm.com>
4188
4189 * configure: Regenerated.
4190
c1286e0b
DM
41912014-08-19 David Malcolm <dmalcolm@redhat.com>
4192
4193 * rtx-classes-status.txt (TODO): Add SET_BND_TO
4194
c2fc1aee
DM
41952014-08-19 David Malcolm <dmalcolm@redhat.com>
4196
4197 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4198
68975683
DM
41992014-08-19 David Malcolm <dmalcolm@redhat.com>
4200
4201 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4202
d914bc6b
DM
42032014-08-19 David Malcolm <dmalcolm@redhat.com>
4204
4205 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4206
8020a4d5
DM
42072014-08-19 David Malcolm <dmalcolm@redhat.com>
4208
4209 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4210
a231b8a5
JV
42112014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
4212
4213 * MAINTAINERS (Write After Approval): Add myself.
4214
ce8126f5
CF
42152014-08-19 Christopher Faylor <me.gnu@cgf.cx>
4216
4217 * MAINTAINERS: Remove myself
4218
0f82e5c9
DM
42192014-08-19 David Malcolm <dmalcolm@redhat.com>
4220
4221 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4222
9c9afb69
PP
42232014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
4224
4225 * MAINTAINERS (Write After Approval): Add myself.
4226
190bea87
DM
42272014-08-18 David Malcolm <dmalcolm@redhat.com>
4228
4229 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4230 SET_BB_HEADER, SET_BB_FOOTER
4231
c41b94ce
DM
42322014-08-18 David Malcolm <dmalcolm@redhat.com>
4233
bb3fff01 4234 * rtx-classes-status.txt: New file
c41b94ce 4235
eae1a5d4
RG
42362014-08-18 Roman Gareev <gareevroman@gmail.com>
4237
4238 * configure.ac: Eliminate ClooG installation dependency.
4239 * configure: Regenerate.
4240 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4241 * Makefile.in: Regenerate.
4242
f613bc0f
IV
42432014-08-15 Ilya Verbin <iverbin@gmail.com>
4244
4245 * MAINTAINERS (Write After Approval): Add myself.
4246
423ea09f 42472014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
4248
4249 * MAINTAINERS (Write After Approval): Add myself.
4250
88b1a322
JW
42512014-08-01 Jiong Wang <jiong.wang@arm.com>
4252
4253 * MAINTAINERS (Write After Approval): Add myself.
4254
8ed499f8
AG
42552014-07-28 Anthony Green <green@moxielogic.com>
4256
4257 Import from savannah.gnu.org:
4258 * config.sub: Update to 2014-07-28 version.
4259
09ec3110
RS
42602014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
4261
4262 * MAINTAINERS: Remove my MIPS maintainer entry.
4263
7b7f941a
UB
42642014-07-26 Uros Bizjak <ubizjak@gmail.com>
4265
4266 PR target/47230
4267 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4268 * configure: Regenerate.
4269
a12f7ac8
JN
42702014-07-24 James Norris <jnorris@codesourcery.com>
4271
4272 * MAINTAINERS (Write After Approval): Add myself.
4273
09611faf
RG
42742014-07-20 Roman Gareev <gareevroman@gmail.com>
4275
4276 * configure.ac: Accept only CLooG 0.18.1.
4277 * configure: Regenerate.
4278
37738b0f
RG
42792014-07-17 Roman Gareev <gareevroman@gmail.com>
4280
4281 * configure.ac: Don't accept isl 0.11.
4282 * configure: Regenerate.
4283
473037cb
AZ
42842014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4285
4286 * MAINTAINERS (Write After Approval): Add myself.
4287
9a62ed16
RO
42882014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4289
4290 * configure.ac: Don't accept isl 0.10.
4291 * configure: Regenerate.
4292
c41f1c42 42932014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 4294
c41f1c42
BE
4295 Fix include path for in-tree cloog.
4296 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4297 * configure: Regenerate.
29d0a43c 4298
c41f1c42 42992014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 4300
c41f1c42 4301 * .gitignore: Import gcc_update output.
a5852bea 4302
b6383ab8
TS
43032014-06-13 Thomas Schwinge <thomas@codesourcery.com>
4304
a10ec8bc
TS
4305 * config-ml.in: Robustify ac_configure_args parsing.
4306
45b3824d
TS
4307 * configure.ac (--enable-linker-plugin-configure-flags)
4308 (--enable-linker-plugin-flags): New flags.
4309 (configdirs): Conditionally add libiberty-linker-plugin.
4310 * configure: Regenerate.
4311 * Makefile.def (host_modules): Add libiberty-linker-plugin.
4312 (host_modules) <lto-plugin>: Pay attention to
4313 @extra_linker_plugin_flags@ and
4314 @extra_linker_plugin_configure_flags@.
4315 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4316 * Makefile.in: Regenerate.
4317
b6383ab8
TS
4318 * Makefile.tpl (configure-[+prefix+][+module+])
4319 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4320 "module_srcdir" instead of "module" for locating a module's srcdir.
4321 * Makefile.in: Regenerate.
4322
a4a1b5f3
MF
43232014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
4324
4325 * MAINTAINERS (Write After Approval): Add myself.
4326
38a13841
SP
43272014-06-06 Sebastian Pop <sebpop@gmail.com>
4328
4329 * MAINTAINERS: Update my email address.
4330
153fcd41
TP
43312014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4332
4333 * MAINTAINERS (Write After Approval): Add myself.
4334
e25d9632
AB
43352014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
4336
4337 * MAINTAINERS (Write After Approval): Add myself.
4338
1007a55c
JW
43392014-05-30 Jonathan Wakely <jwakely@redhat.com>
4340
4341 PR libstdc++/61011
4342 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4343 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4344 * configure: Regenerate.
4345
fd9ed1ae
PA
43462014-05-28 Pedro Alves <palves@redhat.com>
4347
4348 * MAINTAINERS (Write After Approval): Add myself.
4349
03bdb69f
MK
43502014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4351
4352 * MAINTAINERS: Update my affiliation/email.
4353
905083ad
MS
43542014-05-19 Mike Stump <mikestump@comcast.net>
4355
4356 * MAINTAINERS: Add wide-int reviewers.
4357
707f1839
SL
43582014-05-14 Sandra Loosemore <sandra@codesourcery.com>
4359
4360 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4361 * configure: Regenerated.
4362
7321dc60
TR
43632014-05-15 Torvald Riegel <triegel@redhat.com>
4364
4365 * MAINTAINERS (libitm): Add myself as maintainer.
4366
5b1e4b47
CB
43672014-05-07 Charles Baylis <charles.baylis@linaro.org>
4368
4369 * MAINTAINERS (Write After Approval): Add myself.
4370
a4ebe104
RS
43712014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
4372
4373 * config.sub, config.guess: Import from upstream.
4374
9575df4a
AL
43752014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4376
4377 * MAINTAINERS (Write After Approval): Put myself in correct order.
4378
2fdc94b7
AL
43792014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4380
4381 * MAINTAINERS (Write After Approval): Add myself.
4382
080c6230
LB
43832014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4384
4385 * MAINTAINERS: Move myself from Reviewers to Write After Approval
4386 section.
4387
4e4c8692
RÁE
43882014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4389
4390 * MAINTAINERS (Write After Approval): Delete myself.
4391
ffe7f7a7
JJ
43922014-04-17 Jakub Jelinek <jakub@redhat.com>
4393
4394 PR sanitizer/56781
4395 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4396 and -B* options with -Xcompiler.
4397
147d38a5
EB
43982014-04-04 Eric Botcazou <ebotcazou@adacore.com>
4399
4400 PR bootstrap/60620
423ea09f 4401 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
4402 * Makefile.in: Regenerate.
4403
ba1925c3
YS
44042014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
4405
4406 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4407 for WINDRES_FOR_TARGET in default-manifest.o rule.
4408 * Makefile.in: Regenerate.
4409
8707b3bc
DH
44102014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
4411
4412 * MAINTAINERS (Write After Approval): Add myself.
4413
9e1c8fc1
JJ
44142014-03-26 Jakub Jelinek <jakub@redhat.com>
4415
4416 PR sanitizer/56781
4417 * Makefile.def: Set bootstrap=true; for host fixincludes.
4418 * configure.ac: Don't bootstrap host fixincludes unless
4419 --with-build-config=bootstrap-{a,ub}san.
4420 * Makefile.in: Regenerated.
4421 * configure: Regenerated.
4422
beeda1d9
JJ
44232014-03-21 Jakub Jelinek <jakub@redhat.com>
4424
4425 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4426 --enable-vtable-verify option parsing. Don't add
4427 target-libsanitizer to bootstrap_target_libs unless
4428 --with-build-config=bootstrap-asan or
4429 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
4430 to bootstrap_target_libs unless --enable-vtable-verify.
4431 * configure: Regenerated.
4432
e5dddc50
AS
44332014-03-10 Anatoly Sokolov <aesok@post.ru>
4434
4435 * MAINTAINERS (Write After Approval): Add myself.
4436
df5bc1cb
DC
44372014-03-07 Denis Chertykov <chertykov@gmail.com>
4438
4439 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4440
3b9edeac
JJ
44412014-03-07 Jakub Jelinek <jakub@redhat.com>
4442
4443 PR bootstrap/58572
4444 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4445 -I for libstdc++-v3 includes if $(LEAN).
4446 * Makefile.in: Regenerated.
4447
c01a8548
JW
44482014-03-04 Jonathan Wakely <jwakely@redhat.com>
4449
4450 * MAINTAINERS: Update my email address.
4451
341c653c
WL
44522014-02-24 Walter Lee <walt@tilera.com>
4453
4454 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4455 (tilegx-*-*): Change to tilegx*-*-*.
4456 * configure: Regenerate.
4457
37f2c4f0
LR
44582014-02-17 Loren J. Rittle <ljrittle@acm.org>
4459
4460 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4461
6c01e96e
KV
44622014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4463
4464 * MAINTAINERS (Write After Approval): Add myself.
4465
91da0481
RO
44662014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4467
4468 PR target/59788
4469 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4470 *solaris2*.
4471
dd35b84f
JDA
44722014-01-21 John David Anglin <danglin@gcc.gnu.org>
4473
4474 * MAINTAINERS: Update my email address.
4475
493b8af8
GP
44762014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4477
4478 * MAINTAINERS: Convert to UTF-8.
4479 Properly sort Xinliang David Li's entry.
4480
f121b81d
CLT
44812013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4482 Sandra Loosemore <sandra@codesourcery.com>
4483
4484 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4485 nios2 port maintainers.
4486
74f769b5
MT
44872013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4488
4489 * MAINTAINERS (Write After Approval): Add myself.
4490
79e0604d 44912013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
4492
4493 * configure.ac: Add user-friendly check for native x86_64-linux
4494 multilibs.
4495 * configure: Regenerate.
4496
44972013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4498
4499 * MAINTAINERS: Add myself as sh maintainer.
4500
45012013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4502
4503 * MAINTAINERS: Add self as SLSR maintainer.
4504
45052013-11-18 Jan Hubicka <hubicka@ucw.cz>
4506
4507 * MAINTAINERS: Update my email address.
4508
45092013-11-15 David Edelsohn <dje.gcc@gmail.com>
4510
4511 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4512
45132013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4514
4515 * Makefile.in: Regenerate.
4516
4517 * Makefile.tpl: Fix typo.
4518 * Makefile.in: Regenerate partially.
4519
45202013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4521
4522 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4523 supported.
4524 * configure: Regenerated.
4525
45262013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4527
4528 * MAINTAINERS (Write After Approval): Add myself.
4529
45302013-10-30 Jason Merrill <jason@redhat.com>
4531
4532 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4533 --disable-build-format-warnings.
4534
45352013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4536
423ea09f 4537 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
4538 depend on libstdc++ and libgcc.
4539 * configure: Regenerate.
4540 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4541 libcilkrts for POSIX and i*86, and x86_64 architectures.
4542 * Makefile.in: Added libcilkrts related fields to support building it.
4543
45442013-10-26 Jeff Law <law@redhat.com>
4545
4546 * Makefile.def (target_modules): Remove libmudflap
4547 (languages): Remove check-target-libmudflap).
4548 * Makefile.in: Rebuilt.
4549 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4550 * configure.ac (target_libraries): Remove target-libmudflap.
4551 Remove checks which disabled libmudflap on some systems.
4552 * configure: Rebuilt.
4553 * libmudflap: Directory removed.
4554
45552013-10-21 Cong Hou <congh@google.com>
4556
4557 * MAINTAINERS (Write After Approval): Add myself.
4558
45592013-10-16 Mike Stump <mikestump@comcast.net>
4560
4561 * .dir-locals.el: Add.
4562
45632013-10-15 David Malcolm <dmalcolm@redhat.com>
4564
4565 * configure.ac: Add --enable-host-shared
4566 * configure: Regenerate.
4567
45682013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4569
4570 Import from savannah.gnu.org:
4571 * config.guess: Update to 2013-06-10 version.
4572 * config.sub: Update to 2013-10-01 version.
4573
45742013-10-01 Simon Cook <simon.cook@embecosm.com>
4575
4576 Changes to build configuration to allow big endian ARC ELF toolchain
4577 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4578 * configure: Regenerate.
4579
45802013-09-20 Alan Modra <amodra@gmail.com>
4581
4582 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4583 ppc host match. Support little-endian powerpc linux hosts.
4584
45852013-09-19 Dodji Seketeli <dodji@redhat.com>
4586
4587 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4588 maintainer.
4589
45902013-09-12 DJ Delorie <dj@redhat.com>
4591
4592 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4593 maintainers.
4594
45952013-09-03 Richard Biener <rguenther@suse.de>
4596
4597 * configure.ac: Also allow ISL 0.12.
4598 * configure: Regenerated.
4599
46002013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4601
4602 * MAINTAINERS (Write After Approval): Add myself.
4603
46042013-08-27 David Malcolm <dmalcolm@redhat.com>
4605
4606 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4607
46082013-08-26 Caroline Tice <cmtice@google.com>
4609
4610 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4611 "Various Reviewers" to libvtv "Various Maintainers".
4612
46132013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4614
4615 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4616
46172013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4618
4619 * MAINTAINERS: Update name, email.
4620
46212013-08-13 Adam Butcher <adam@jessamine.co.uk>
4622
4623 * MAINTAINERS (Write After Approval): Add myself.
4624
46252013-08-12 Caroline Tice <cmtice@google.com>
4626
4627 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4628 address in the Write After Approval section.
4629
46302013-08-09 Carlos O'Donell <carlos@redhat.com>
4631
4632 * MAINTAINERS (Write After Approval): Update email.
4633
46342013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4635
4636 * configure.ac: Adjust to check VTV_SUPPORTED.
4637 * configure: Regenerated.
4638
46392013-08-02 Caroline Tice <cmtice@google.com>
4640
4641 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4642 on non-linux systems; add target-libvtv to noconfigdirs; add
4643 libsupc++/.libs to C++ library search paths.
4644 * configure: Regenerated.
4645 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4646 libstdc++ and libgcc.
4647 * Makefile.in: Regenerated.
4648
46492013-07-19 Yvan Roux <yvan.roux@linaro.org>
4650
4651 * MAINTAINERS (Write After Approval): Add myself.
4652
46532013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4654 Shiva Chen <shiva0217@gmail.com>
4655
4656 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4657 nds32 port maintainers.
4658
46592013-07-17 Tim Shen <timshen91@gmail.com>
4660
4661 * MAINTAINERS (Write After Approval): Add myself.
4662
46632013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4664
4665 * configure.ac: Sync from binutils.
4666 * configure: Regenerate.
4667
46682013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4669
4670 * MAINTAINERS (Write After Approval): Add myself.
4671
46722013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4673
4674 * MAINTAINERS (Write After Approval): Add myself.
4675
46762013-05-17 David Malcolm <dmalcolm@redhat.com>
4677
4678 * MAINTAINERS (Write After Approval): Add myself.
4679
46802013-04-30 Brooks Moses <bmoses@google.com>
4681
4682 * MAINTAINERS: Update my email; move myself from Fortran
4683 reviewer to Write After Approval.
4684
46852013-04-16 Andreas Schwab <schwab@suse.de>
4686
4687 * configure.ac (aarch64-*-*): Don't disable java.
4688 * configure: Regenerate.
4689
46902013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4691
4692 * MAINTAINERS (Write After Approval): Add myself.
4693
46942013-03-30 Matthias Klose <doko@ubuntu.com>
4695
4696 * Makefile.def (target_modules): Don't install libffi.
4697 * Makefile.in: Regenerate.
4698
46992013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4700
4701 * MAINTAINERS (Write After Approval): Add myself.
4702
47032013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4704
4705 * MAINTAINERS (Write After Approval): Add myself.
4706
47072013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4708
4709 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4710 * configure: Regenerated.
4711
a15d2ea8
ILT
47122013-02-05 Ian Lance Taylor <iant@google.com>
4713
4714 PR go/55969
4715 * configure.ac: Disable libgo on some systems where it does not
4716 work.
4717
a3b854b6
FXC
47182013-02-04 David Edelsohn <dje.gcc@gmail.com>
4719
4720 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4721 Remove Geoff Keating as rs6000 port maintainer, at his request.
4722
47232013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4724
4725 * MAINTAINERS: Update my email.
4726
47272013-01-23 Shenghou Ma <minux.ma@gmail.com>
4728
4729 * configure: Re-generate.
4730
47312013-01-15 Richard Biener <rguenther@suse.de>
4732
4733 PR other/55973
4734 * configure: Re-generate.
4735
47362013-01-14 Matthias Klose <doko@ubuntu.com>
4737
4738 * Makefile.def (install-target-libsanitizer): Depend on
4739 install-target-libstdc++-v3.
4740 * Makefile.in: Regenerate.
4741
47422013-01-14 Richard Biener <rguenther@suse.de>
4743
4744 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4745 * configure: Re-generate
4746
47472013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4748
4749 * config.sub: Update from config repo.
4750
47512013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4752
4753 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4754 * Makefile.in: Regenerate.
4755
47562013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4757
4758 * MAINTAINERS (arc): Add new port maintainership for myself.
4759
47602013-01-09 Jason Merrill <jason@redhat.com>
4761
4762 * .gitignore: Import from gdb repository.
4763
47642013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4765
4766 * Makefile.def (configure-gcc): Depend on all-gmp.
4767 (all-gcc): Remove dependency on all-gmp.
4768 * Makefile.in: Regenerated.
4769
47702013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4771
4772 * config.sub: Merge from config repo.
4773 * config.guess: Ditto.
4774
47752013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4776
4777 * Makefile.def: Merge from binutils.
4778 * Makefile.in: Ditto.
4779
47802013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4781
4782 * MAINTAINERS: Update my email.
4783
47842012-12-29 Ben Elliston <bje@gnu.org>
4785
4786 * config.guess: Update to 2012-12-29 version.
4787 * config.sub: Likewise.
4788
47892012-12-20 Matthias Klose <doko@ubuntu.com>
4790
4791 * Makefile.def (install-target-libgfortran): Depend on
4792 install-target-libquadmath, install-target-libgcc.
4793 (install-target-libsanitizer): Depend on install-target-libgcc.
4794 (install-target-libjava): Depend on install-target-libgcc.
4795 (install-target-libitm): Depend on install-target-libgcc.
4796 (install-target-libobjc): Depend on install-target-libgcc.
4797 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4798 * Makefile.in: Regenerate.
4799
48002012-12-19 Matthias Klose <doko@ubuntu.com>
4801
4802 * Makefile.def (install-target-libgo): Depend on
4803 install-target-libatomic.
4804 * Makefile.in: Regenerate.
4805
48062012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4807
4808 PR go/55201
4809 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4810 * Makefile.in: Regenerate.
4811
48122012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4813
4814 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4815 * configure: Regenerate.
4816
48172012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4818
4819 * config.sub: Merge from config repo.
4820
48212012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4822
4823 * Makefile.def (target_modules): Add bootstrap=true and
4824 raw_cxx=true to libsanitizer.
4825 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4826 * Makefile.in: Regenerated.
4827 * configure: Likewise.
4828
48292012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4830
4831 * MAINTAINERS: Remove self as RTL optimization maintainer.
4832
48332012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4834
4835 * MAINTAINERS (Write After Approval): Add myself.
4836
48372012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4838
4839 * Makefile.def (target_modules): Remove bootstrap=true and
4840 raw_cxx=true from libsanitizer.
4841 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4842 * Makefile.in: Regenerated.
4843 * configure: Likewise.
4844
48452012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4846
4847 * Makefile.def (target_modules): Add bootstrap=true and
4848 raw_cxx=true to libsanitizer.
4849 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4850 * Makefile.in: Regenerated.
4851 * configure: Likewise.
4852
48532012-11-28 Andrew Pinski <apinski@cavium.com>
4854
4855 PR bootstrap/54279
4856 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4857 * configure: Regenerate.
4858 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4859 * Makefile.in: Regenerate.
4860
48612012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4862
4863 * configure.ac: Disable libsanitizer if we're not building C++.
4864 * configure: Regenerate.
4865
48662012-11-15 Roland McGrath <roland@hack.frob.com>
4867
4868 * MAINTAINERS (Write After Approval): Add myself.
4869
48702012-11-15 Dmitry Vyukov <dvyukov@google.com>
4871
4872 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4873 Kostya Serebryany (kcc@google.com) and
4874 Jakub Jelinek (jakub@redhat.com).
4875 Rename area for Dodji Seketeli (dodji@redhat.com).
4876
48772012-11-15 Dodji Seketeli <dodji@redhat.com>
4878
4879 * MAINTAINERS: (asan.c, related): Add myself.
4880
48812012-11-14 Roland McGrath <mcgrathr@google.com>
4882
4883 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4884 * configure: Regenerate.
4885
48862012-11-13 Richard Henderson <rth@redhat.com>
4887
4888 * configure.ac: Move libsanitizer logic to subdirectory.
4889 * configure: Regenerate.
4890
48912012-11-13 Dodji Seketeli <dodji@redhat.com>
4892
4893 * configure.ac: Enable libsanitizer just on x86 linux for now.
4894 * configure: Re-generate.
4895
48962012-11-13 David Edelsohn <dje.gcc@gmail.com>
4897
4898 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4899 sections.
4900 * configure: Regenerate.
4901
49022012-11-13 Hans-Peter Nilsson <hp@axis.com>
4903
4904 * configure.ac: Add section for configdirs for libsanitizer.
4905 Disable for cris-*-* and mmix-*-*.
4906 * configure: Regenerate.
4907
49082012-11-12 Wei Mi <wmi@google.com>
4909
4910 * configure.ac: Add libsanitizer to target_libraries.
4911 * Makefile.def: Ditto.
4912 * configure: Regenerate.
4913 * Makefile.in: Regenerate.
4914 * libsanitizer: New directory for asan runtime. Contains an empty
4915 tsan directory.
4916
49172012-11-03 Corinna Vinschen <corinna@vinschen.de>
4918
4919 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4920 against Mingw64 w32api.
4921 * configure: Regenerate.
4922
49232012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4924
4925 * configure: Regenerated.
4926
49272012-11-03 Robert Mason <rbmj@verizon.net>
4928
4929 * configure.ac: add --disable-libstdcxx configure option
4930 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4931
49322012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4933
4934 * MAINTAINERS (Write After Approval): Add myself.
4935
49362012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4937
4938 * MAINTAINERS (Write After Approval): Add myself.
4939
49402012-10-24 Sharad Singhai <singhai@google.com>
4941
4942 * MAINTAINERS (Write After Approval): Add myself.
4943
49442012-10-24 Eric Christopher <echristo@gmail.com>
4945
4946 * MAINTAINERS: Update email address.
4947
49482012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4949
4950 PR bootstrap/54820
4951 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4952 * configure: Regenerate.
4953
49542012-10-23 Richard Earnshaw <rearnsha@arm.com>
4955
4956 * MAINTAINERS (aarch64): Add Marcus and myself.
4957
49582012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4959
4960 PR bootstrap/54820
4961 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4962 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4963 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4964 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4965 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4966 * Makefile.in: Regenerate.
4967 * configure.ac (have_static_libs): New variable and associated check.
4968 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4969 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4970 * configure: Regenerate.
4971
49722012-10-10 Richard Biener <rguenther@suse.de>
4973
4974 * MAINTAINERS: Adjust for changed surname.
4975
49762012-10-04 Lawrence Crowl <crowl@google.com>
4977
4978 * MAINTAINERS (Write After Approval): Add myself.
4979
49802012-10-01 Cary Coutant <ccoutant@google.com>
4981
4982 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4983
49842012-09-28 Ian Lance Taylor <iant@google.com>
4985
4986 * Makefile.def: Make all-target-libgo depend on
4987 all-target-libbacktrace.
4988 * Makefile.in: Rebuild.
4989
49902012-09-26 Ian Lance Taylor <iant@google.com>
4991
4992 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4993 * Makefile.in: Rebuild.
4994
49952012-09-20 Walter Lee <walt@tilera.com>
4996
4997 * configure.ac: Add tilegx to list of targets that support gold.
4998 * configure: Regenerate.
4999
50002012-09-20 Marek Polacek <polacek@redhat.com>
5001
5002 * MAINTAINERS (Write After Approval): Add myself.
5003
50042012-09-19 Steve Ellcey <sellcey@mips.com>
5005
5006 * configure.ac: Add mips*-mti-elf* target.
5007 * configure: Regenerate.
5008
50092012-09-17 Ian Lance Taylor <iant@google.com>
5010
5011 * MAINTAINERS (Various Maintainers): Add libbacktrace.
5012 * configure.ac (host_libs): Add libbacktrace.
5013 (target_libraries): Add libbacktrace.
5014 * Makefile.def (host_modules): Add libbacktrace.
5015 (target_modules): Likewise.
5016 * configure, Makefile.in: Rebuild.
5017
50182012-09-14 David Edelsohn <dje.gcc@gmail.com>
5019
5020 PR target/38607
5021 Merge upstream change.
5022 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5023
5024 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5025 Add libgomp*.o to compare_exclusions for AIX.
5026 * configure: Regenerate.
5027
50282012-09-06 Diego Novillo <dnovillo@google.com>
5029
5030 * configure.ac: Bump minimum GMP version to 4.2.3.
5031 * configure: Re-generate.
5032
50332012-09-05 Georg-Johann Lay <avr@gjlay.de>
5034
5035 PR target/54461
5036 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5037 target-libgloss if not configured --with-avrlibc=no.
5038 * configure: Regenerate.
5039
50402012-09-04 Jason Merrill <jason@redhat.com>
5041
5042 * configure.ac: Fix --enable-languages=all.
5043
50442012-09-04 Christophe Lyon <christophe.lyon@st.com>
5045
5046 * MAINTAINERS (Write After Approval): Add myself.
5047
50482012-09-03 Richard Guenther <rguenther@suse.de>
5049
5050 PR bootstrap/54138
5051 * configure.ac: Re-organize ISL / CLOOG checks to allow
5052 disabling with either --without-isl or --without-cloog.
5053 * configure: Regenerated.
5054
50552012-09-03 Georg-Johann Lay <avr@gjlay.de>
5056
5057 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5058 * configure: Regenerate.
5059
50602012-08-27 Ulrich Drepper <drepper@gmail.com>
5061
5062 * MAINTAINERS: Fix my email address.
5063
50642012-08-26 H.J. Lu <hongjiu.lu@intel.com>
5065
5066 PR binutils/4970
5067 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5068 and opcodes.
5069 * Makefile.in: Regenerated.
5070
50712012-08-26 Art Haas <ahaas@impactweather.com>
5072
5073 * configure: Regenerate.
5074
50752012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
5076
5077 * INSTALL/README: Also refer to the online installation
5078 instructions.
5079
50802012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5081
5082 * MAINTAINERS (Write After Approval): Add myself.
5083 (Picochip port): Remove myself.
5084
50852012-08-14 Diego Novillo <dnovillo@google.com>
5086
5087 Merge from cxx-conversion branch.
5088
5089 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5090 POSTSTAGE1_CONFIGURE_FLAGS.
5091 * Makefile.in: Regenerate.
5092 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
5093 Force C++ when bootstrapping.
5094 * configure: Regenerate.
5095
50962012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
5097
5098 * MAINTAINERS (Write After Approval): Add myself.
5099
51002012-07-16 Joseph Myers <joseph@codesourcery.com>
5101
5102 * README: Document use of ranges of years in copyright notices.
5103
51042012-07-06 Richard Guenther <rguenther@suse.de>
5105
5106 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5107 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5108 --with-gmp=system.
5109 * Makefile.in: Regenerated.
5110 * configure: Likewise.
5111
51122012-07-06 Richard Guenther <rguenther@suse.de>
5113
5114 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5115 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5116 supply V=1 as extra_make_flags.
5117 * configure: Regenerated.
5118 * Makefile.in: Likewise.
5119
51202012-07-04 Tristan Gingold <gingold@adacore.com>
5121
5122 * configure: Regenerate.
5123
51242012-07-03 Richard Guenther <rguenther@suse.de>
5125
5126 * Makfile.def (isl): Remove not necessary extra_exports and
5127 extra_make_flags.
5128 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5129 * Makefile.in: Regenerated.
5130
51312012-07-03 Richard Guenther <rguenther@suse.de>
5132
5133 * Makefile.def (cloog): Add V=1 to extra_make_flags.
5134 * configure.ac: If either the ISL or the CLooG check failed
5135 do not try to build in-tree versions.
5136 * Makefile.in: Regenerated.
5137 * configure: Regenerated.
5138
51392012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5140
5141 * configure: Regenerate.
5142
51432012-07-02 Janis Johnson <janisjo@codesourcery.com>
5144
5145 * MAINTAINERS (Various Maintainers): Add myself as testsuite
5146 maintainer.
5147
51482012-07-02 Richard Guenther <rguenther@suse.de>
5149
5150 * configure: Regenerated.
5151
51522012-07-02 Richard Guenther <rguenther@suse.de>
5153 Michael Matz <matz@suse.de>
5154 Tobias Grosser <tobias@grosser.es>
5155 Sebastian Pop <sebpop@gmail.com>
5156
5157 * Makefile.def: Add ISL host module, remove PPL host module.
5158 Adjust ClooG host module to use the proper ISL.
5159 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5160 * configure.ac: Include config/isl.m4. Add ISL host library,
5161 remove PPL. Remove PPL configury, add ISL configury, adjust
5162 ClooG configury.
5163 * Makefile.in: Regenerated.
5164 * configure: Likewise.
5165
51662012-07-02 Richard Guenther <rguenther@suse.de>
5167
5168 Merge from graphite branch
5169 2011-07-21 Tobias Grosser <tobias@grosser.es>
5170
5171 * configure: Regenerated.
5172 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5173 both cloog.org and legacy versions. The only supported version will
5174 be CLooG with the isl backend.
5175
5176 2011-07-21 Tobias Grosser <tobias@grosser.es>
5177
5178 * configure: Regenerated.
5179 * configure.ac: Require cloog isl 0.17.0
5180
5181 2011-07-21 Tobias Grosser <tobias@grosser.es>
5182
5183 * configure: Regenerated.
5184 * config/cloog.m4: Do not define CLOOG_ORG
5185
51862012-06-29 Steven Bosscher <steven@gcc.gnu.org>
5187
5188 * configure.ac: Skip C if explicitly selected.
5189 * configure: Regenerate.
5190
51912012-06-28 Christophe Lyon <christophe.lyon@st.com>
5192
5193 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5194 they contain -O2.
5195 * configure: Regenerate.
5196
51972012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
5198
5199 PR debug/53740
5200 * df.h, df-problems.c, dce.c: Revert last patch.
5201
52022012-06-25 Iain Sandoe <iain@codesourcery.com>
5203
5204 * MAINTAINERS (Write After Approval): Update my email address.
5205
52062012-06-21 Meador Inge <meadori@codesourcery.com>
5207
5208 * MAINTAINERS (Write After Approval): Add myself.
5209
52102012-06-20 Jason Merrill <jason@redhat.com>
5211
5212 * Makefile.tpl (check-target-libgomp-c++): New.
5213 (check-target-libitm-c++): New.
5214 * Makefile.def (c++): Add them.
5215 * Makefile.in: Regenerate.
5216
52172012-05-29 Edmar Wienskoski <edmar@freescale.com>
5218
5219 * MAINTAINERS (Write After Approval): Add myself.
5220
52212012-05-16 Olivier Hainque <hainque@adacore.com>
5222
5223 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5224 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5225 (install-no-fixedincludes): Adjust accordingly.
5226 * Makefile.in: Regenerate.
5227
52282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5229
5230 Merge upstream change
5231 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5232
52332012-05-14 Marc Glisse <marc.glisse@inria.fr>
5234
5235 * MAINTAINERS (Write After Approval): Add myself.
5236
52372012-05-09 Nick Clifton <nickc@redhat.com>
5238 Paul Smith <psmith@gnu.org>
5239
5240 PR bootstrap/50461
5241 * configure.ac (mpfr-dir): When using in-tree MPFR sources
5242 allow for the fact that from release v3.1.0 of MPFR the source
5243 files were moved into a src sub-directory.
5244 * configure: Regenerate.
5245
52462012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
5247
5248 * configure.ac: Bump minimum MPFR version to 2.4.0.
5249 * configure: Regenerated.
5250
52512012-05-01 Richard Henderson <rth@redhat.com>
5252
5253 * Makefile.def (libatomic): New target_module.
5254 * configure.ac (target_libraries): Add libatomic.
5255 (noconfigdirs): Check if libatomic is supported.
5256 * Makefile.in, configure: Rebuild.
5257
52582012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
5259
5260 * MAINTAINERS (Write After Approval): Add myself.
5261
52622012-04-25 Joel Brobecker <brobecker@adacore.com>
5263
5264 * config.sub: Update to 2012-04-18 version from official repo.
5265
52662012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
5267
5268 * MAINTAINERS (Write After Approval): Add myself.
5269
52702012-04-11 Steve Ellcey <sellcey@mips.com>
5271
5272 * MAINTAINERS: Changed email address.
5273
52742012-03-28 Georg-Johann Lay <avr@gjlay.de>
5275
5276 PR target/52737
5277 * contrib/gcc_update (files_and_dependencies):
5278 Remove gcc/config/avr/t-multilib from touch data.
5279
52802012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5281
5282 * MAINTAINERS (OS Port Maintainers): Remove irix.
5283 * configure.ac (enable_libgomp): Remove *-*-irix6*.
5284 (unsupported_languages): Remove mips-sgi-irix6.*.
5285 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5286 (with_stabs): Remove.
5287 * configure: Regenerate.
5288
52892012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5290
5291 * MAINTAINERS (OS Port Maintainers): Remove osf.
5292 * configure.ac (enable_libgomp): Remove *-*-osf*.
5293 (with_stabs): Remove alpha*-*-osf*.
5294 * configure: Regenerate.
5295
52962012-03-05 Tristan Gingold <gingold@adacore.com>
5297
5298 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5299 * configure: Regenerate.
5300
53012012-02-17 Walter Lee <walt@tilera.com>
5302
5303 * MAINTAINERS: (Write After Approval): Delete myself.
5304
53052012-02-14 Walter Lee <walt@tilera.com>
5306
5307 * MAINTAINERS (tilegx port): Add myself.
5308 (tilepro port): Add myself.
5309 (Write After Approval): Add myself.
5310
53112012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
5312
5313 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5314 and Joseph Myers as docstring relicensing maintainers.
5315
53162012-02-09 Bin Cheng <bin.cheng@arm.com>
5317
5318 * MAINTAINERS (write-after-approval): Add myself.
5319
53202012-02-08 Ira Rosen <irar@il.ibm.com>
5321
5322 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5323 maintainer.
5324
53252012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5326
5327 * MAINTAINERS (Write After Approval): Move myself to
5328 maintain alphabetical order.
5329
53302012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5331
5332 * MAINTAINERS (Write After Approval): Add myself.
5333
53342012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5335
5336 * MAINTAINERS (Write After Approval): Add myself.
5337
53382012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5339 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5340
5341 * configure.ac (cr16-*-*): Remove nonconfigdirs.
5342 * configure: Regenerate.
5343
53442012-01-23 Harshit Chopra <harshit@google.com>
5345
5346 * MAINTAINERS (Write After Approval): Add myself.
5347
53482012-01-22 Douglas B Rupp <rupp@ngnat.com>
5349
5350 * configure.ac: Remove reference to mh-interix.
5351 * configure: Regenerate.
5352
53532012-01-05 Richard Henderson <rth@redhat.com>
5354
5355 PR bootstrap/51072
5356 * configure.ac: Disable libitm if c++ is not enabled.
5357 * configure: Rebuild.
5358
5359 * configure.ac: Fix regexp for same.
5360 * configure: Rebuild.
5361
53622012-01-02 Balaji V. Iyer <bviyer@gmail.com>
5363
5364 * MAINTAINERS (Write After Approval): Add myself.
5365
53662012-01-02 Richard Guenther <rguenther@suse.de>
5367
5368 PR bootstrap/51686
5369 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5370 * Makefile.in: Regenerate.
5371
53722011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
5373
5374 * MAINTAINERS (Write After Approval): Add myself.
5375
53762011-12-18 Eric Botcazou <ebotcazou@adacore.com>
5377
5378 * configure: Regenerate.
5379
53802011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5381
5382 * MAINTAINERS (picochip): Changed email address.
5383
53842011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5385
5386 * MAINTAINERS (write-after-approval): Add self.
5387
53882011-11-29 DJ Delorie <dj@redhat.com>
5389
5390 * configure.ac (rl78-*-*) New case.
5391 * configure: Regenerate.
5392 * MAINTAINERS: Add myself as RL78 maintainer.
5393
53942011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5395
5396 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5397
53982011-11-21 Andreas Tobler <andreast@fgznet.ch>
5399
5400 * libtool.m4: Additional FreeBSD 10 fixes.
5401
54022011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
5403
5404 * MAINTAINERS: Move myself from Write After Approval to CPU Port
5405 Maintainers section, as Epiphany maintainer.
5406
54072011-11-18 Iain Sandoe <iains@gcc.gnu.org>
5408
5409 PR target/49992
5410 * configure.ac: Remove ranlib special-casing for Darwin.
5411 * configure: Regenerate.
5412
54132011-11-12 Andrey Belevantsev <abel@ispras.ru>
5414
5415 * MAINTAINERS (Reviewers): Keep the list sorted.
5416
54172011-11-11 Andrey Belevantsev <abel@ispras.ru>
5418
5419 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5420
54212011-11-09 Roland McGrath <mcgrathr@google.com>
5422
5423 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5424 * configure: Rebuild.
5425 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5426 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5427 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5428 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5429 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5430 Add READELF.
5431 * Makefile.in: Rebuild.
5432
54332011-11-09 Jason Merrill <jason@redhat.com>
5434
5435 * Makefile.def (language=c++): Remove check-c++0x.
5436 * Makefile.in (check-gcc-c++): Regenerate.
5437
54382011-11-08 Richard Henderson <rth@redhat.com>
5439
5440 * configure.ac: Test for libitm directory present first.
5441
5442 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5443
5444 * configure.ac: Test libitm/configure.tgt to disable libitm.
5445 * configure: Rebuild.
5446
54472011-11-07 Aldy Hernandez <aldyh@redhat.com>
5448 Richard Henderson <rth@redhat.com>
5449
5450 Merged from transactional-memory.
5451
5452 * Makefile.def (lang_env_dependencies): libitm is c++.
5453 Add libitm target module.
5454 * configure.ac: Likewise.
5455 * config/mmap.m4: New file.
5456 * contrib/gcc_update: Add libitm to touch data.
5457 * Makefile.in, configure: Rebuild.
5458
54592011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5460
5461 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5462 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5463 * Makefile.in: Regenerate.
5464
54652011-11-01 DJ Delorie <dj@redhat.com>
5466
5467 * config.sub: Update to version 2011-10-29 (added rl78)
5468
54692011-10-27 Nick Clifton <nickc@redhat.com>
5470
5471 * config.sub: Import these changes from the config project:
5472
5473 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5474 Ben Elliston <bje@gnu.org>
5475
5476 * config.sub (epiphany): New.
5477
5478 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5479 Ben Elliston <bje@gnu.org>
5480
5481 * config.sub (hexagon, hexagon-*): New.
5482
5483 2011-08-23 Roland McGrath <mcgrathr@google.com>
5484
5485 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5486 64eb to be64.
5487
5488 2011-08-16 Roland McGrath <mcgrathr@google.com>
5489
5490 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5491 (nacl): Grok as alias for 32el-unknown-nacl.
5492
54932011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5494
5495 * MAINTAINERS (Write After Approval): Add myself.
5496
54972011-10-24 Teresa Johnson <tejohnson@google.com>
5498
5499 * MAINTAINERS (Write After Approval): Add myself.
5500
55012011-09-21 Jakub Jelinek <jakub@redhat.com>
5502
5503 * MAINTAINERS (sparc port): Remove myself.
5504
55052011-09-14 Tom de Vries <tom@codesourcery.com>
5506
5507 * MAINTAINERS (Write After Approval): Add myself.
5508
55092011-08-14 Yao Qi <yao@codesourcery.com>
5510
5511 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5512 * configure: Regenerate.
5513
55142011-07-26 Ian Lance Taylor <iant@google.com>
5515
5516 * configure.ac: Set have_compiler based on whether gcc directory
5517 exists, rather than on whether gcc is in configdirs.
5518 * configure: Rebuild.
5519
55202011-07-21 Joseph Myers <joseph@codesourcery.com>
5521
5522 * MAINTAINERS (Global Reviewers): Add self.
5523
55242011-07-20 David Edelsohn <dje.gcc@gmail.com>
5525
5526 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5527 link directories.
5528 * Makefile.in: Rebuild.
5529
55302011-07-20 Ian Lance Taylor <iant@google.com>
5531
5532 PR bootstrap/49787
5533 * configure.ac: Move --enable-bootstrap handling earlier in file.
5534 If --enable-bootstrap and either --enable-build-with-cxx or
5535 --enable-build-poststage1-with-cxx, enable C++ automatically.
5536 * configure: Rebuild.
5537
55382011-07-19 Ian Lance Taylor <iant@google.com>
5539
5540 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5541 make C++ a boot_language. Set and substitute
5542 POSTSTAGE1_CONFIGURE_FLAGS.
5543 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5544 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5545 * configure, Makefile.in: Rebuild.
5546
55472011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5548
5549 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5550 maintainers.
5551
55522011-07-18 Jakub Jelinek <jakub@redhat.com>
5553
5554 * MAINTAINERS (Global Reviewers): Add myself.
5555
55562011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5557
5558 * configure: Regenerate.
5559
55602011-07-16 Jason Merrill <jason@redhat.com>
5561
5562 * Makefile.def (language=c++): Add check-c++0x and
5563 check-target-libmudflap-c++.
5564 * Makefile.tpl (check-target-libmudflap-c++): New.
5565 * Makefile.in: Regenerate.
5566
55672011-07-16 Matthias Klose <doko@ubuntu.com>
5568
5569 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5570 * Makefile.def (target_modules/libjava): Pass
5571 $(EXTRA_CONFIGARGS_LIBJAVA).
5572 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5573 if not configured with --enable-static-libjava.
5574 * Makefile.in: Regenerate.
5575 * configure: Likewise.
5576
55772011-07-15 Jason Merrill <jason@redhat.com>
5578
5579 * Makefile.in (check-c++): Move check-gcc-c++0x after
5580 check-target-libstdc++-v3.
5581
55822011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5583
5584 * MAINTAINERS (c6x port): New entry.
5585
55862011-07-13 Jason Merrill <jason@redhat.com>
5587
5588 * Makefile.in (check-gcc-c++0x): New.
5589 (check-c++): Depend on it.
5590
55912011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5592
5593 PR target/39150
5594 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5595 x86_64-*-solaris2.1[0-9]*.
5596 * configure: Regenerate.
5597
55982011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5599
5600 * MAINTAINERS (RTL optimizers): Add self.
5601
56022011-06-27 Gabriel Charette <gchare@google.com>
5603
5604 * MAINTAINERS (Write After Approval): Add myself.
5605
56062011-06-22 Hans-Peter Nilsson <hp@axis.com>
5607
5608 PR regression/47836
5609 PR bootstrap/23656
5610 PR other/47733
5611 PR bootstrap/49247
5612 PR c/48825
5613 * configure.ac (target_libraries): Remove target-libiberty.
5614 Remove case-statement setting skipdirs=target-libiberty for
5615 multiple targets. Remove checking target_configdirs and
5616 removing target-libiberty but keeping target-libgcc if
5617 otherwise empty.
5618 * Makefile.def (target_modules): Don't add libiberty.
5619 (dependencies): Remove all traces of target-libiberty.
5620 * configure, Makefile.in: Regenerate.
5621
56222011-06-13 Walter Lee <walt@tilera.com>
5623
5624 * configure.ac (tilepro-*-*) New case.
5625 (tilegx-*-*): Likewise.
5626 * configure: Regenerate.
5627
56282011-06-06 Jing Yu <jingyu@google.com>
5629
5630 * configure.ac: Skip target-libiberty for
5631 arm*-*-linux-androideabi.
5632 * configure: Regenerated.
5633
56342011-06-06 Nick Clifton <nickc@redhat.com>
5635
5636 * config.sub: Sync from upstream.
5637
56382011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5639
5640 * MAINTAINERS (Write After Approval): Add myself.
5641
56422011-06-01 Daniel Jacobowitz <drow@false.org>
5643
5644 * MAINTAINERS: Update my email address.
5645
56462011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5647
5648 * MAINTAINERS (Write After Approval): Update my email address.
5649
56502011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5651
5652 * MAINTAINERS (Write After Approval): Add myself.
5653
56542011-05-08 Doug Kwan <dougkwan@google.com>
5655
5656 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5657 * configure: Regenerated.
5658 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5659 value from configure.
5660 * Makefile.in: Regenerated.
5661
56622011-05-05 Joseph Myers <joseph@codesourcery.com>
5663
5664 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5665 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5666 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5667 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5668 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5669 *-*-vxworks*): Disable newlib and libgloss in separate case
5670 statement.
5671 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5672 to separate case statement.
5673 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5674 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5675 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5676 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5677 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5678 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5679 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5680 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5681 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5682 i[[3456789]]86-*-rdos*, m32r-*-*,
5683 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5684 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5685 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5686 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5687 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5688 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5689 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5690 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5691 and libgloss in main case over targets. Remove most empty cases
5692 in main case over targets.
5693 * configure: Regenerate.
5694
56952011-05-04 Janis Johnson <janisjo@codesourcery.com>
5696
5697 * MAINTAINERS (Write After Approval): Add myself.
5698
56992011-05-04 Joseph Myers <joseph@codesourcery.com>
5700
5701 * configure.ac: Remove code setting special library locations for
5702 hppa*64*-*-hpux11*. Remove code setting compiler for
5703 sparc-sun-solaris2*.
5704 * configure: Regenerate.
5705
57062011-05-04 Joseph Myers <joseph@codesourcery.com>
5707
5708 * configure.ac: Separate libgloss_dir settings from general case
5709 over targets.
5710 * configure: Regenerate.
5711
57122011-04-28 Joseph Myers <joseph@codesourcery.com>
5713
5714 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5715 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5716 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5717 cases in libgcj-disabling case statement.
5718 (hppa*64*-*-linux*): Set unsupported_languages instead of
5719 disabling target-zlib.
5720 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5721 to hppa*64*-*-hpux*.
5722 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5723 hppa*-*-hpux*.
5724 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5725 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5726 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5727 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5728 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5729 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5730 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5731 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5732 libgcj-disabling case statement.
5733 * configure: Regenerate.
5734
57352011-04-28 Joseph Myers <joseph@codesourcery.com>
5736
5737 * configure.ac: Disable Java for targets not supporting libffi.
5738 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5739 Remove cases in Java-disabling statement.
5740 (*arm-wince-pe): Change to arm-wince-pe.
5741 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5742 cases in Java-disabling statement.
5743 (bfin-*-*): Don't disable Java again.
5744 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5745 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5746 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5747 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5748 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5749 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5750 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5751 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5752 Java-disabling statement.
5753 (mmix-*-*): Don't disable Java again.
5754 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5755 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5756 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5757 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5758 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5759 statement.
5760 * configure: Regenerate.
5761
57622011-04-28 Joseph Myers <joseph@codesourcery.com>
5763
5764 * configure.ac: Separate cases disabling Java and Java libraries
5765 from general case over targets.
5766 * configure: Regenerate.
5767
57682011-04-21 Jie Zhang <jzhang918@gmail.com>
5769
5770 * MAINTAINERS: Update my email address.
5771
57722011-04-20 Easwaran Raman <eraman@google.com>
5773
5774 * MAINTAINERS (Write After Approval): Add myself.
5775
57762011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5777
5778 PR lto/48086
5779 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5780 * configure: Regenerate.
5781
57822011-04-16 Jim Meyering <meyering@redhat.com>
5783
5784 * MAINTAINERS (Write After Approval): Add myself.
5785
57862011-04-15 Dodji Seketeli <dodji@redhat.com>
5787
5788 * MAINTAINERS: Update my email address.
5789
57902011-04-13 Georg-Johann Lay <avr@gjlay.de>
5791
5792 * MAINTAINERS (Write After Approval): Add myself.
5793
57942011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5795
5796 * MAINTAINERS (Write After Approval): Add myself.
5797
57982011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5799
5800 * MAINTAINERS (Write After Approval): Add myself.
5801
58022011-04-06 Joseph Myers <joseph@codesourcery.com>
5803
5804 * configure.ac (build_tools): Remove build-byacc.
5805 (host_libs): Remove mmalloc.
5806 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5807 autoconf automake libtool diff rcs fileutils shellutils time
5808 textutils wdiff find uudecode hello tar gzip indent recode release
5809 sed perl gawk findutils gettext zip.
5810 (libgcj): Remove target-qthreads.
5811 (target_tools): Remove target-examples target-gperf.
5812 (YACC): Don't handle building byacc.
5813 * configure: Regenerate.
5814 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5815 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5816 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5817 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5818 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5819 handle building components.
5820 * Makefile.in: Regenerate.
5821
58222011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5823
5824 * MAINTAINERS: Update my email address as Xtensa maintainer.
5825
58262011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5827
5828 * config.sub: Sync from upstream.
5829
58302011-04-01 Joseph Myers <joseph@codesourcery.com>
5831
5832 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5833 (microblaze*): Don't disable libssp.
5834 * configure: Regenerate.
5835
58362011-04-01 Joseph Myers <joseph@codesourcery.com>
5837
5838 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5839 moveifchange.
5840 * configure: Regenerate.
5841 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5842 * Makefile.in: Regenerate.
5843
58442011-04-01 Joseph Myers <joseph@codesourcery.com>
5845
5846 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5847 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5848 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5849 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5850 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5851 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5852 md_exec_prefix cases.
5853 * configure: Regenerate.
5854
58552011-04-01 Joseph Myers <joseph@codesourcery.com>
5856
5857 * configure.ac: Separate cases disabling target-libssp,
5858 target-libiberty, target-libstdc++-v3 and Fortran from general
5859 case over targets.
5860 * configure: Regenerate.
5861
58622011-04-01 Joseph Myers <joseph@codesourcery.com>
5863
5864 * configure.ac (*-*-chorusos): Don't disable libgcj.
5865 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5866 Remove case.
5867 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5868 (arm-*-coff): Don't disable libgcj.
5869 (arm*-*-linux-gnueabi): Remove useless assignment.
5870 (arm-*-riscix*): Don't disable libgcj.
5871 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5872 configuration.
5873 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5874 (c54x*-*-*): Remove case.
5875 (tic54x-*-*): Don't disable GCC or GCC libraries.
5876 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5877 to *.
5878 (d10v-*-*): Don't disable GCC libraries.
5879 (d30v-*-*): Don't disable libgcj.
5880 (h8500-*-*): Don't disable GCC libraries.
5881 (i960-*-*): Don't disable libgcj.
5882 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5883 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5884 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5885 libgcj.
5886 (m68k-*-coff*): Remove case.
5887 (mmix-*-*): Don't disable libgloss on host.
5888 (mn10200-*-*, mn10300-*-*): Remove cases.
5889 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5890 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5891 Don't disable libgcj.
5892 (romp-*-*): Remove case.
5893 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5894 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5895 case.
5896 (v810-*-*): Don't disable GCC libraries.
5897 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5898 (ip2k-*-*): Don't disable GCC libraries.
5899 * configure: Regenerate.
5900
59012011-03-28 Joseph Myers <joseph@codesourcery.com>
5902
5903 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5904 libffi on host.
5905 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5906 on host.
5907 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5908 * configure: Regenerate.
5909
59102011-03-26 John Marino <binutils@marino.st>
5911
5912 * configure.ac: Add support for *-*-dragonfly*
5913 * configure: Regenerate.
5914
59152011-03-25 Joseph Myers <joseph@codesourcery.com>
5916
5917 * configure.ac (native_only): Remove.
5918 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5919 send-pr uudecode guile gnuserv on host.
5920 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5921 send-pr rcs guile perl texinfo libtool on host.
5922 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5923 automake send-pr rcs guile perl texinfo libtool on host.
5924 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5925 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5926 (alpha*-dec-osf*): Don't disable fileutils on target.
5927 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5928 texinfo send-pr expect dejagnu on target.
5929 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5930 target-qthreads on target.
5931 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5932 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5933 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5934 x86_64-*-mingw*): Don't disable expect on target.
5935 (*-*-cygwin*): Don't disable target-gperf on target.
5936 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5937 gnuserv on target.
5938 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5939 target.
5940 * configure: Regenerate.
5941
59422011-03-25 Joseph Myers <joseph@codesourcery.com>
5943
5944 * configure.ac (target_tools): Remove target-groff.
5945 (native_only): Remove target-groff.
5946 (hppa*64*-*-*): Don't disable byacc.
5947 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5948 setting.
5949 (*-*-kaos*): Don't skip target-librx and target-groff.
5950 (*-*-netware*): Don't skip target-libmudflap.
5951 (*-*-tpf*): Don't skip target-libmudflap.
5952 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5953 directories on the host.
5954 (ia64*-*-*vms*): Don't skip tix.
5955 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5956 host.
5957 * configure: Regenerate.
5958
59592011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5960
5961 * configure.ac: Remove references to mt-mep, mt-netware,
5962 mt-wince.
5963 * Makefile.def: Add all-utils soft dependencies.
5964 * Makefile.tpl: Remove GDB_NLM_DEPS.
5965 * configure: Regenerate.
5966 * Makefile.in: Regenerate.
5967
59682011-03-24 Paolo Bonzini <bonzini@gnu.org>
5969
5970 * configure.ac: Do not include mh-x86omitfp.
5971 * configure: Regenerate.
5972
59732011-03-24 Paolo Bonzini <bonzini@gnu.org>
5974
5975 * configure.ac: Remove empty cases.
5976 * configure: Regenerate.
5977
59782011-03-24 Paolo Bonzini <bonzini@gnu.org>
5979
5980 * Makefile.def: Add dependency from termcap to gdb.
5981 * Makefile.in: Regenerate.
5982
59832011-03-24 Paolo Bonzini <bonzini@gnu.org>
5984
5985 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5986 * configure: Regenerate.
5987 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5988 * Makefile.tpl: Likewise.
5989 * Makefile.in: Regenerate.
5990
59912011-03-24 Paolo Bonzini <bonzini@gnu.org>
5992
5993 * configure.ac: Remove all mentions of tentative_cc.
5994 * configure: Regenerate.
5995
59962011-03-24 Joseph Myers <joseph@codesourcery.com>
5997
5998 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5999 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
6000 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
6001 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
6002 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
6003 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
6004 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
6005 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
6006 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
6007 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
6008 *-*-rhapsody*): Remove host cases.
6009 * configure: Regenerate.
6010
60112011-03-24 Joseph Myers <joseph@codesourcery.com>
6012
6013 * configure.ac (ppc*-*-pe): Remove host case.
6014 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6015 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6016 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6017 cases.
6018 * configure: Regenerate.
6019
60202011-03-24 Joseph Myers <joseph@codesourcery.com>
6021
6022 * config.sub: Update to version 2011-03-23.
6023
60242011-03-22 Joseph Myers <joseph@codesourcery.com>
6025
6026 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6027 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6028 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6029 * configure: Regenerate.
6030
60312011-03-22 Joseph Myers <joseph@codesourcery.com>
6032
6033 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
6034 to Write After Approval.
6035 * config-ml.in: Don't handle arc-*-elf*.
6036 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6037 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6038 handle GCC libraries.
6039 * configure: Regenerate.
6040
60412011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6042
6043 PR bootstrap/48120:
6044 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6045 Add -lstdc++ -lm to LIBS.
6046 * configure: Regenerate.
6047
60482011-03-18 David Edelsohn <dje.gcc@gmail.com>
6049
6050 * config.guess: Update to version 2011-02-02
6051 * config.sub: Update to version 2011-02-24
6052
60532011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
6054
6055 PR lto/48086
6056 * configure.ac: Re-enable LTO on *-apple-darwin9.
6057 * configure: Regenerate.
6058
60592011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
6060
6061 PR lto/48086
6062 * configure.ac: Disable LTO on darwin due to an assembler change in
6063 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6064 under 256.
6065 * configure: Regenerate.
6066
60672011-03-11 Chen Liqin <liqin.gcc@gmail.com>
6068
6069 * MAINTAINERS: Update myself as score backend maintainer,
6070 update my e-mail address.
6071
60722011-03-09 Xuepeng Guo <terry.guo@arm.com>
6073
6074 * MAINTAINERS: Update my e-mail address.
6075
60762011-03-06 Joey Ye <joey.ye@arm.com>
6077
6078 * MAINTAINERS: Update my e-mail address.
6079
60802011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6081
6082 * configure.ac: Adjust test of with_ppl.
6083 * configure: Regenerated.
6084
60852011-03-02 Kai Tietz <ktietz@redhat.com>
6086
6087 * MAINTAINERS: Adjust my e-mail address.
6088
60892011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6090
6091 * configure.ac: Add -lpwl to ppllibs.
6092 * configure: Regenerated.
6093
60942011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6095
6096 * config/cloog.m4: Add -lisl to clooglibs.
6097 * configure: Regenerated.
6098
60992011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6100
6101 * MAINTAINERS (CPU Port maintainers): Add self.
6102
61032011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6104
6105 * MAINTAINERS: Add myself as testsuite maintainer.
6106
61072011-02-15 Mike Stump <mikestump@comcast.net>
6108
6109 * MAINTAINERS: Add myself as testsuite maintainer.
6110
61112011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6112
6113 Import from Libtool and gnulib:
6114
6115 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
6116
6117 Prepare for supporting FreeBSD 10.
6118 * config.rpath: Remove handling of freebsd1* which soon would
6119 match FreeBSD 10.0.
6120
6121 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
6122
6123 Remove support for FreeBSD 1.x.
6124 * libtool.m4 (_LT_LINKER_SHLIBS)
6125 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6126 soon would incorrectly match FreeBSD 10.0.
6127
61282011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6129
6130 PR binutils/12283
6131 * move-if-change: Import version from gnulib.
6132
61332011-02-12 Alexandre Oliva <aoliva@redhat.com>
6134
6135 PR lto/47225
6136 * Makefile.def (lto-plugin): Double dash for enable-shared.
6137 (configure-gcc): Depend on all-lto-plugin.
6138 * Makefile.in: Rebuilt.
6139
61402011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6141
6142 * configure.ac: Remove extra bracket.
6143 * configure: Regenerate.
6144
61452011-02-08 Tobias Burnus <burnus@net-b.de>
6146
6147 * MAINTAINERS: Add myself as libquadmath maintainer.
6148
61492011-02-08 Thomas Schwinge <thomas@schwinge.name>
6150
6151 * MAINTAINERS: Update my email address.
6152
61532011-02-07 Joseph Myers <joseph@codesourcery.com>
6154
6155 * MAINTAINERS (option handling): Add self.
6156
61572011-02-06 Kai Tietz <kai.tietz@onevision.com>
6158
6159 PR lto/47225
6160 * Makefile.def: Add dependency for install-gcc
6161 on install-lto-plugin.
6162 * Makfile.in: Regenerated
6163
61642011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
6165
6166 * MAINTAINERS (CPU Port Maintainers): Add myself.
6167
61682011-01-31 Alexandre Oliva <aoliva@redhat.com>
6169
6170 PR libgcj/44341
6171 * configure.ac: Discard --with-* flags for host when configuring
6172 target libraries for cross build.
6173 * configure: Rebuilt.
6174
61752011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6176
6177 * MAINTAINERS (linear loop transforms): Removed.
6178
61792011-01-25 Jakub Jelinek <jakub@redhat.com>
6180
6181 * configure.ac: If with_ppl is no, move setting with_cloog=no
6182 after CLOOG_REQUESTED check.
6183 * configure: Regenerated.
6184
61852011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6186
6187 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6188 CLooG has been requested.
6189 * configure: Regenerated.
6190
61912011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6192
6193 * configure: Regenerated.
6194 * configure.ac: Check for version 0.11 (or later revision) of PPL.
6195
61962011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
6197
6198 * configure: Regenerated.
6199 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6200
62012011-01-21 Andreas Schwab <schwab@redhat.com>
6202
6203 * configure.ac: Use AS_HELP_STRING throughout.
6204 * configure: Regenerate.
6205
62062011-01-18 Jie Zhang <jie.zhang@analog.com>
6207
6208 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6209 * configure: Regenerate.
6210
62112011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6212
6213 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6214
62152011-01-13 Joel Brobecker <brobecker@adacore.com>
6216
6217 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6218 for ia64-hpux.
6219 * configure: Regenerate.
6220
62212011-01-07 Jan Hubicka <jh@suse.cz>
6222
6223 PR lto/47225
6224 * Makefile.in: Regenerate.
6225 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6226 configure.
6227
62282011-01-07 Jan Hubicka <jh@suse.cz>
6229
6230 * Makefile.in: Regenerate.
6231 * Makefile.def (gcc host module) and soft dependency on lto-plugin
6232 and configure dependency on lto-plugin configure.
6233 (lto-plugin module): Remove dependency on GCC; add dependency on
6234 liniberty.
6235
62362011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
6237
6238 * MAINTAINERS (Write After Approval): Add myself.
6239
62402010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
6241
6242 * configure: Regenerate.
6243
62442010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
6245
6246 * configure.ac: (picochip): Disable libiberty.
6247
62482010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
6249
6250 * MAINTAINERS (Write After Approval): Add myself.
6251
62522010-12-10 Ian Lance Taylor <iant@google.com>
6253
6254 PR bootstrap/46819
6255 * configure.ac: For --disable-libgcj clear libgcj_saved.
6256 * configure: Rebuild.
6257
62582010-12-10 Tobias Burnus <burnus@net-b.de>
6259
6260 PR fortran/46540
6261 * configure.ac: Add --disable-libquadmath and
6262 --disable-libquadmath-support.
6263 * configure: Regenerate.
6264
62652010-12-03 Ian Lance Taylor <iant@google.com>
6266
6267 * MAINTAINERS: Add myself as libgo maintainer.
6268
62692010-12-03 Hans-Peter Nilsson <hp@axis.com>
6270
6271 PR libffi/46792
6272 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6273 * configure: Regenerate.
6274
62752010-12-02 Ian Lance Taylor <iant@google.com>
6276
6277 * configure.ac: Always set default for poststage1_ldflags to
6278 -static-libstdc++ -static-libgcc.
6279
62802010-11-29 Andreas Schwab <schwab@redhat.com>
6281
6282 * configure.ac: Move comment to remove extra space in last argument
6283 of GCC_TARGET_TOOL.
6284
62852010-11-26 Alexandre Oliva <aoliva@redhat.com>
6286
6287 PR other/46026
6288 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6289 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6290 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6291 (BASE_FLAGS_TO_PASS): Use it.
6292 * configure: Rebuilt.
6293 * Makefile.in: Rebuilt.
6294
62952010-11-23 H.J. Lu <hongjiu.lu@intel.com>
6296
6297 PR binutils/12258
6298 * configure.ac: Correct comments for --enable-gold/--enable-ld.
6299 Properly check default linker.
6300 * configure: Regnerated.
6301
63022010-11-23 Matthias Klose <doko@ubuntu.com>
6303
6304 * configure.ac: For --enable-gold, handle value `default' instead of
6305 `both*'. New configure option --{en,dis}able-ld.
6306 * configure: Regenerate.
6307
63082010-11-20 Ian Lance Taylor <iant@google.com>
6309
6310 * configure.ac: Only disable a language library if no language needs
6311 it. Don't let --disable-libgcj uncondtionally disable libffi.
6312 * configure: Rebuild.
6313
63142010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6315
6316 * Makefile.in: Regenerate.
6317
6318 PR other/46202
6319 * configure.ac: Fix just-built in-tree STRIP name to be
6320 binutils/strip-new.
6321 * configure: Regenerate.
6322 * Makefile.def (install-strip-gcc, install-strip-binutils)
6323 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6324 (install-strip-sid): Mirror dependencies on non-strip variants
6325 of these targets on the respective -strip prerequisites.
6326 * Makefile.tpl (install-strip, install-strip-host)
6327 (install-strip-target): New targets.
6328 (install-strip-[+module+], install-strip-target-[+module+]):
6329 New targets.
6330 * Makefile.in: Regenerate.
6331
63322010-11-19 Ian Lance Taylor <iant@google.com>
6333 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6334
6335 * configure.ac: Add target-libgo to target_libraries. Set
6336 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6337 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6338 (HOST_EXPORTS): Add GOC.
6339 (BASE_TARGET_EXPORTS): Add GOC.
6340 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6341 (GOCFLAGS_FOR_TARGET): New variable.
6342 (EXTRA_HOST_FLAGS): Add GOC.
6343 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6344 * Makefile.def (target_modules): Add libgo.
6345 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6346 (dependencies): Add dependency from configure-target-libgo to
6347 configure-target-libffi and all-target-libstdc++-v3. Add
6348 dependencies from all-target-libgo to all-target-libffi.
6349 (languages): Add go.
6350 * configure: Rebuild.
6351 * Makefile.in: Rebuild.
6352
63532010-11-19 Ian Lance Taylor <iant@google.com>
6354
6355 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6356 compiler/flag environment variables.
6357
63582010-11-18 Ian Lance Taylor <iant@google.com>
6359
6360 * configure.ac: Check for lang_requires_boot_languages in
6361 config-lang.in files.
6362 * configure: Rebuild.
6363
63642010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
6365 Tobias Burnus <burnus@net-b.de>
6366
6367 PR fortran/32049
6368 * Makefile.def: Add libquadmath; build it with language=fortran.
6369 * configure.ac: Add libquadmath.
6370 * Makefile.tpl: Handle multiple libs in check-[+language+].
6371 * Makefile.in: Regenerate.
6372 * configure: Regenerate.
6373
b9b9d342
TT
63742010-11-16 Tom Tromey <tromey@redhat.com>
6375
6376 * MAINTAINERS: Moved myself to reviewers section.
6377
ecbfe87a
ZD
63782010-11-15 Zdenek Dvorak <ook@ucw.cz>
6379
6380 * MAINTAINERS: Moved myself to reviewers section.
6381
29a4f477
RW
63822010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6383
6384 * MAINTAINERS (Various Maintainers): Add self for build machinery.
6385 (Write After Approval): Remove self.
6386
9965e3cd
AS
63872010-11-15 Andreas Schwab <schwab@redhat.com>
6388
6389 * configure.ac: Fix spelling in option names.
6390 * configure: Regenerated.
6391
0463992b
GJL
63922010-11-13 Georg-Johann Lay <georgjohann@web.de>
6393
6394 PR bootstrap/39622
6395 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6396 * configure: Regenerated.
6397
3df08734
KG
63982010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
6399
6400 * MAINTAINERS: Update my email address.
6401
f16e2237
TG
64022010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6403
f16e2237
TG
6404 * configure: Regenerate.
6405
0bb52d68
TG
64062010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6407
1f980c25 6408 * configure: Regenerate.
0bb52d68 6409
aba2b02e
TG
64102010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6411
aba2b02e
TG
6412 * configure: Regenerate.
6413
27882098
TG
64142010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6415
27882098
TG
6416 * configure: Regenerate.
6417
d32ef397
AS
64182010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6419
6420 * configure.ac: Support official CLooG.org versions.
6421 * configure: Regenerate.
6422 * config/cloog.m4: New.
6423
5a4b6c0e
FD
64242010-11-10 François Dumont <francois.cppdevs@free.fr>
6425
6426 * MAINTAINERS (Write After Approval): Add myself.
6427
f2cea726
DE
64282010-11-09 David Edelsohn <dje.gcc@gmail.com>
6429
6430 * MAINTAINERS: Update my email address.
6431
d8ed14ce
IS
64322010-11-04 Iain Sandoe <iains@gcc.gnu.org>
6433
6434 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6435 * configure: Regenerate.
d8ed14ce 6436
48215350
DK
64372010-11-03 Ian Lance Taylor <iant@google.com>
6438 Dave Korn <dave.korn.cygwin@gmail.com>
6439
6440 PR lto/46273
6441 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
6442 and on other supported platforms whenever LTO is enabled.
6443 * configure: Rebuild.
6444
87841584
AM
64452010-11-02 Alan Modra <amodra@gmail.com>
6446
6447 PR binutils/12110
6448 * configure.ac: Error when source path contains spaces.
6449 * configure: Regenerate.
6450
fe12dfe1
JW
64512010-10-23 James E. Wilson <wilson@codesourcery.com>
6452
6453 * MAINTAINERS: Update my email address.
6454
66c92425
ILT
64552010-10-20 Ian Lance Taylor <iant@google.com>
6456
6457 * Makefile.def (target_modules): Set lib_path to src/.libs for
6458 libstdc++-v3 module.
6459 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6460 * Makefile.in: Rebuild.
6461
187d3518
LB
64622010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6463
6464 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6465 (Write After Approval): Remove myself.
6466
02db6bba
TG
64672010-10-15 Tristan Gingold <gingold@adacore.com>
6468
6469 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6470
c0103e74
DR
64712010-10-14 Douglas Rupp <rupp@gnat.com>
6472
6473 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6474
1cd0b716
DK
64752010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6476
6477 * configure.ac (build_lto_plugin): New shell variable.
6478 (--enable-lto): Turn on by default for all non-ELF platforms that
6479 have had LTO support added so far. Set build_lto_plugin appropriately
6480 for both ELF and non-ELF.
6481 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6482 * configure: Regenerate.
6483
d4c1abb3
RW
64842010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6485
6486 Sync from src:
6487 * configure.ac (v850 support): Remove target-libgloss from
6488 noconfigdirs.
6489 * configure: Regenerate.
6490
ffedf511
RW
64912010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6492
6493 PR bootstrap/45326
6494 PR bootstrap/45174
6495 * configure.ac: Honor initial values of $build_configargs,
6496 $host_configargs, $target_configargs. Mark the precious, so
6497 environment settings get recorded.
6498 * configure: Regenerate.
6499
e1826acc
RW
65002010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6501
6502 PR bootstrap/45796
6503 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6504 Depend on all-build-libiberty.
6505 * Makefile.in: Regenerate.
6506
80920132
ME
65072010-09-30 Michael Eager <eager@eagercon.com>
6508
6509 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6510 * configure: Regenerate.
6511
770a498a
ME
65122010-09-28 Michael Eager <eager@eagercon.com>
6513
6514 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6515
86dfbd58
RW
65162010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6517
6518 PR bootstrap/44621
6519 * configure.ac: Fix unportable shell quoting.
6520 * configure: Regenerate.
6521
db50fe7d
IS
65222010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6523
6524 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6525 targets and amend comment.
6526 * configure: Regenerate.
6527
0064e825
TB
65282010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6529
6530 * MAINTAINERS (Write After Approval): Add myself.
6531
bb79486c
JH
65322010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6533
6534 * configure.ac: Enable LTO by default on Darwin.
6535 * configure: Regenerate.
6536
9e0b22c3
MS
65372010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6538
bb79486c 6539 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 6540
2fabf1b7
IB
65412010-09-01 Ian Bolton <ian.bolton@arm.com>
6542
bb79486c 6543 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 6544
3a9abc98
DS
65452010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6546
6547 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6548 ports
6549
331a9a59
DY
65502010-07-28 David Yuste <david.yuste@gmail.com>
6551
6552 * MAINTAINERS (Write After Approval): Add myself.
6553
223a9d64
N
65542010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6555
6556 * configure.ac: Support all v850 targets.
6557 * configure: Regenerate.
6558
9183bdcf
MG
65592010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6560
6561 PR bootstrap/44455
6562 * configure.ac (extra_mpfr_configure_flags): Copy from
6563 extra_mpc_gmp_configure_flags.
6564 * configure: Re-generated.
6565
2e290598
AK
65662010-07-22 Andi Kleen <ak@linux.intel.com>
6567
6568 * MAINTAINERS (Write After Approval): Add myself.
6569
8d6cd388
CLT
65702010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6571
6572 * MAINTAINERS (Write After Approval): Add myself.
6573
b0b01eb0
JY
65742010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6575
6576 * MAINTAINERS (Write After Approval): Add myself.
6577
77198d71
JH
65782010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6579
6580 PR target/44862
6581 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6582 Provide -B option to allow for link spec %s substitutions for
6583 libstdc++.a on darwin.
6584 * Makefile.in: Regenerate.
6585
02fe70af
MM
65862010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6587
6588 * MAINTAINERS (Reviewers): Update my e-mail address
6589
c63a4676
AO
65902010-06-10 Alexandre Oliva <aoliva@redhat.com>
6591
6592 * Makefile.def (configure-gcc): Depend on all-libelf.
6593 * Makefile.in: Rebuild.
6594
e68edbf6
FC
65952010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6596
6597 * MAINTAINERS (Write After Approval): Add myself in the right place.
6598
dce2d8b2 65992010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
6600
6601 * MAINTAINERS (Write After Approval): Add myself.
6602
dce2d8b2 66032010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
6604
6605 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
6606
66072010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 6608
1ab55d69
MK
6609 * config.sub: Update to version 2010-05-21.
6610 * config.guess: Update to version 2010-04-03.
0c422e74 6611
02540df4
SB
66122010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6613
6614 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6615 * configure: Regenerate.
6616
dfe5f5b2
ST
66172010-05-12 Sriraman Tallam <tmsriram@google.com>
6618
6619 * MAINTAINERS (Write After Approval): Add myself.
6620
c082f9f3
SB
66212010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6622
6623 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6624 a platform that supports LTO.
6625 * configure: Regenerate.
6626
f1af9e5f
SP
66272010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6628
6629 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6630 * configure: Regenerated.
6631
38e3d868
RM
66322010-04-27 Roland McGrath <roland@redhat.com>
6633 H.J. Lu <hongjiu.lu@intel.com>
6634
6635 * configure.ac (--enable-gold): Support both, both/gold and
6636 both/bfd to add gold to configdirs without removing ld.
6637 * configure: Regenerated.
6638
6639 * Makefile.def: Add install-gold dependency to install-ld.
6640 * Makefile.in: Regenerated.
6641
3bec79c5
DK
66422010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6643
6644 PR lto/42776
6645 * configure.ac (--enable-lto): Refactor handling so libelf tests
6646 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6647 and allow LTO to be explicitly enabled on non-ELF platforms that
6648 are known to support it inside else-clause.
6649 * configure: Regenerate.
6650
615c8ffa
EB
66512010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6652
6653 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6654 * configure: Regenerate.
6655
e4522f78
RC
66562010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6657
6658 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6659 * configure: Regenerate.
6660
8ccb78f2
RO
66612010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6662
6663 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6664 separately.
6665 * configure: Regenerate.
6666
d5cc2ee3
KW
66672010-04-16 Kevin Williams <kevin.williams@inria.fr>
6668
6669 * MAINTAINERS (Write After Approval): Add myself.
6670
8406cb62
TG
66712010-04-14 Tristan Gingold <gingold@adacore.com>
6672
6673 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6674 * configure: Regenerate.
6675
3591b8e2
SE
66762010-04-13 Steve Ellcey <sje@cup.hp.com>
6677
6678 * configure: Regenerate after change to elf.m4.
6679
a82ecc7b
IS
66802010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6681
6682 * MAINTAINERS (Write After Approval): Add myself.
6683
1f0bf148
SP
66842010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6685
6686 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6687 * configure: Regenerated.
6688
66892010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6690
6691 * configure.ac: Print "buggy but acceptable" when CLooG
6692 revision is less than 9.
6693 * configure: Regenerated.
6694
ecd01dee
DN
66952010-04-01 Diego Novillo <dnovillo@google.com>
6696
6697 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6698
dc683a3f
RW
66992010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6700
6701 PR bootstrap/43615
6702 PR bootstrap/43328
6703
6704 Revert:
6705
6706 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6707
6708 * configure.ac: Do not pass --enable-multilib nor
6709 --disable-multilib in baseargs. Accept explicitly passed
6710 --enable_multilib.
6711 * configure: Regenerate.
6712
7527d83f
UW
67132010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6714
6715 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6716
895522b6
JJ
67172010-03-31 Janis Johnson <janis187@us.ibm.com>
6718
6719 * MAINTAINERS: Remove myself.
6720
9db4e878
RW
67212010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6722
6723 PR bootstrap/43328
6724 * configure.ac: Do not pass --enable-multilib nor
6725 --disable-multilib in baseargs. Accept explicitly passed
6726 --enable_multilib.
6727 * configure: Regenerate.
6728
acf6bf36
AP
67292010-03-28 Andrew Pinski <pinskia@gmail.com>
6730
6731 * MAINTAINERS (spu port): Remove me.
6732
b42f0d7e
JM
67332010-03-23 Joseph Myers <joseph@codesourcery.com>
6734
6735 * configure.ac (tic6x-*-*): New case.
6736 * configure: Regenerate.
6737
0d1152b1
JM
67382010-03-23 Joseph Myers <joseph@codesourcery.com>
6739
6740 * config.sub: Update to version 2010-03-22.
6741 * config.guess: Update to version 2009-12-30.
6742
dce2d8b2 67432010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
6744
6745 PR ada/42554
6746 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6747 * configure: Regenerate.
6748
5408fbe8
RR
67492010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6750
6751 * MAINTAINERS: Update my email address.
6752
3f55a3b3
SP
67532010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6754
6755 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6756 (ghassan.shobaki@amd.com): Removed.
6757
3f08f7e8
AM
67582010-03-17 Alan Modra <amodra@gmail.com>
6759
6760 * MAINTAINERS: Update my email address.
6761
f3a9d094
DN
67622010-03-16 Diego Novillo <dnovillo@google.com>
6763
6764 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6765 Matthews.
6766
db5c4b8b
JM
67672010-03-16 Joseph Myers <joseph@codesourcery.com>
6768
6769 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6770 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6771
b995570a
JM
67722010-03-16 Joseph Myers <joseph@codesourcery.com>
6773
6774 * MAINTAINERS: Update my email address.
6775
124cc66f
DJ
67762010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * MAINTAINERS: Update my email address.
6779
a4581668
BS
67802010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6781
6782 * MAINTAINERS: Update my email address.
6783
49d78e29
JZ
67842010-03-09 Jie Zhang <jie@codesourcery.com>
6785
6786 * MAINTAINERS: Update my email address.
6787
8927b7c0
RO
67882010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6789
6790 PR libstdc++/32499
6791 * configure.ac (RANLIB): Default to true.
6792 (STRIP): Likewise.
6793 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6794 * configure: Regenerate.
6795
dce2d8b2 67962010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
6797
6798 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6799 (Write After Approval): Update my email address.
6800
bf646aaf
NC
68012010-02-17 Nick Clifton <nickc@redhat.com>
6802
6803 PR 11238
6804 * Makefile.tpl (local-distclean): Also remove config.cache files in
6805 sub-directories as there may not be Makefiles present in the
6806 sub-directories.
96e41f16
NC
6807 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6808 the config.cache files found by the find command.
6809
bf646aaf
NC
6810 * Makefile.in: Regenerate.
6811 * configure.ac: Revert previous delta.
6812 * configure: Regenerate.
6813
ff78880a
NC
68142010-02-15 Nick Clifton <nickc@redhat.com>
6815
6816 PR 11238
6817 * configure.ac: Delete config.cache files in sub-directories when
6818 deleting Makefiles.
6819 * configure: Regenerate.
6820
8150eadf
BE
68212010-02-12 Ben Elliston <bje@gnu.org>
6822
6823 * MAINTAINERS: Update my email address.
6824
a9e12bfd
AP
68252010-02-08 Andrew Pinski <pinskia@gmail.com>
6826
6827 * MAINTAINERS (spu port): Update my email address.
6828
95315086
JZ
68292010-02-08 Jie Zhang <jie.zhang@analog.com>
6830
6831 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6832
362c6d2f
KG
68332010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6834
6835 * configure.ac: Add "recommended" version checks for GMP/MPC.
6836 Update recommended GMP/MPFR/MPC versions.
6837 * configure: Regenerate.
6838
888c5ad2
JR
68392010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6840
6841 * MAINTAINERS: Move my Embecosm email address into the
6842 write-after-approval section.
6843
3bf714a7
ILT
68442010-01-26 Ian Lance Taylor <iant@google.com>
6845
6846 * MAINTAINERS: Add myself as Go frontend maintainer.
6847
ad1e5170
JR
68482010-01-25 Joern Rennecke <amylaar@spamcop.net>
6849
6850 PR libstdc++/36101, PR libstdc++/42813
6851 * configure.ac (bootstrap_target_libs): Make inclusion of
6852 target-libgomp conditional on libgomb being in target_configdirs.
6853 * configure: Regenerate.
6854
fb0553d1
JR
68552010-01-23 Joern Rennecke <amylaar@spamcop.net>
6856
6857 PR libstdc++/36101, PR libstdc++/42813
6858 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6859 * configure: Regenerate.
6860
aae29963
JR
68612010-01-22 Joern Rennecke <amylaar@spamcop.net>
6862
6863 PR libstdc++/36101, PR libstdc++/42813
6864 * configure.ac (target_configdirs): Substitute.
6865 * Makefile.def: Bootstrap target module libgomp.
6866 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6867 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6868 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6869 * configure, Makefile.in: Regenerate.
6870
d8fe8895
DK
68712010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6872
6873 * MAINTAINERS: Adjust my details.
6874
ebfe4897
EW
68752010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6876
6877 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6878
f7746c59
TL
68792010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6880
6881 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6882
306c7b5b
TL
68832010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6884
6885 * MAINTAINERS (Write After Approval): Add myself.
6886
1b8b9e19
KT
68872010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6888
6889 * MAINTAINERS (Write After Approval): Add myself.
6890
c164615b
RG
68912010-01-11 Richard Guenther <rguenther@suse.de>
6892
6893 PR lto/41569
6894 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6895 * Makefile.in: Regenerated.
6896
f3f623ae
AT
68972010-01-11 Andreas Tobler <andreast@fgznet.ch>
6898
6899 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6900 * configure: Regenerate.
6901
592c90ff 69022010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 6903 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
6904
6905 PR bootstrap/42424
6906 * configure.ac: Include libtool m4 files.
9c78662a 6907 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
6908 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6909 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 6910
592c90ff
KG
6911 * configure: Regenerate.
6912
60a2e213
RW
69132010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6914
6915 PR bootstrap/41818
6916 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6917 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6918 * Makefile.in: Regenerate.
6919
7413962d
RG
69202010-01-02 Richard Guenther <rguenther@suse.de>
6921
6922 PR lto/41529
6923 * configure.ac: Include config/elf.m4. Disable LTO if not
6924 builting for an elf target.
6925 * configure: Regenerate.
6926
f77f3945
CF
69272009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6928
6929 * MAINTAINERS: Change my email address.
6930
4960e3f0
BE
69312009-12-18 Ben Elliston <bje@au.ibm.com>
6932
6933 * config.sub, config.guess: Update from upstream sources.
6934
d16a31da
SZ
69352009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6936
6937 * MAINTAINERS (Write After Approval): Add myself.
6938
3a5729ea
KG
69392009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6940
6941 PR middle-end/30447
6942 PR middle-end/30789
6943 PR other/40302
6944
6945 * configure.ac: Require MPC.
6946 * configure: Regenerate.
6947
43e02a8a
RW
69482009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6949
6950 PR target/38384
6951 PR bootstrap/40972
6952 * libtool.m4: Sync from git Libtool.
6953 * ltoptions.m4: Likewise.
6954 * ltversion.m4: Likewise.
6955 * lt~obsolete.m4: Likewise.
6956 * ltmain.sh: Likewise.
6957
360d4522
KG
69582009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6959
6960 * configure.ac: Update minimum MPC version to 0.8.
6961 * configure: Regenerate.
6962
f264ed56
SP
69632009-11-21 Sebastian Pop <sebpop@gmail.com>
6964
6965 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6966 * configure: Regenerated.
6967
ed2eaa9f
ILT
69682009-11-21 Ian Lance Taylor <iant@google.com>
6969
6970 * configure.ac: Change default of poststage1_ldflags to be empty if
6971 poststage1_libs is set. When poststage1_libs is empty, and
6972 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6973 * configure: Rebuild.
6974
58346783
AN
69752009-11-21 Adam Nemet <adambnmet@gmail.com>
6976
6977 * MAINTAINERS (Write After Approval): Update my email address.
6978
5ca0106a
BE
69792009-11-20 Ben Elliston <bje@au.ibm.com>
6980
6981 * config.guess: Update from upstream sources.
6982
87213cd4
AO
69832009-11-16 Alexandre Oliva <aoliva@redhat.com>
6984
6985 * Makefile.def: Restore host and target settings for gmp.
6986 * Makefile.in: Rebuild.
6987
f61428ed
AO
69882009-11-16 Alexandre Oliva <aoliva@redhat.com>
6989
6990 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6991 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6992 Fix portability of test of C++ as bootstrap language. Add
6993 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6994 * configure: Rebuild.
6995 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6996 and cloog. Fix in-tree ppl configuration. Introduce libelf
6997 in-tree building.
6998 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6999 (POSTSTAGE1_HOST_EXPORTS): Use it.
7000 (STAGE[+id+]_CXXFLAGS): New.
7001 (BASE_FLAGS_TO_PASS): Pass it down.
7002 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
7003 extra_exports.
7004 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
7005 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
7006 extra_exports.
7007 * Makefile.in: Rebuild.
7008
f6c56be6
BE
70092009-11-17 Ben Elliston <bje@au.ibm.com>
7010
7011 * config.sub, config.guess: Update from upstream sources.
7012
0ccb5970
JK
70132009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 * MAINTAINERS (Write After Approval): Add myself.
7016
dce2d8b2 70172009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
7018
7019 * MAINTAINERS (Write After Approval): Add myself.
7020
5d571eaa
OS
70212009-11-06 Ozkan Sezer <sezeroz@gmail.com>
7022
7023 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
7024 paths for *-w64-mingw* and x86_64-*mingw*.
7025 * configure: Regenerated.
7026
dce2d8b2 70272009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
7028
7029 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7030
c393f559
BK
70312009-11-02 Benjamin Kosnik <bkoz@redhat.com>
7032
7033 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7034 Phil Edwards to Write-After Approval.
7035
ef4c4300
KT
70362009-10-30 Kai Tietz <kai.tietz@onevision.com>
7037
7038 * configure.ac: Disable target-winsup & co for
7039 x86_64-*-mingw* and *-w64-mingw* targets.
7040 * configure: Regenerated.
7041
65a324b4
NC
70422009-10-16 Nick Clifton <nickc@redhat.com>
7043
7044 * MAINTAINERS: Add myself as a maintainer for the RX port.
7045
dce2d8b2 70462009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 7047
9c78662a 7048 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 7049
17e72e5d
RO
70502009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7051
7052 * configure.ac (CLooG test): Use = with test.
7053 * configure: Regenerate.
7054
ed3a56f3
RG
70552009-10-22 Richard Guenther <rguenther@suse.de>
7056
7057 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
7058 cloog if the ppl version check failed. Move flags saving
7059 before setting in libelf check.
7060 * configure: Regenerate.
7061
ad0abd3c
RG
70622009-10-21 Richard Guenther <rguenther@suse.de>
7063
7064 * configure.ac: Adjust the ppl and cloog configure to work as
7065 documented. Disable cloog if ppl was disabled. Omit the version
7066 checks if they were disabled.
7067 * configure: Re-generate.
7068
e4c5bd48
RW
70692009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7070
7071 * configure.ac: Add 'lto' to enable_languages, not
7072 new_enable_languages, and only if not already present.
7073 * configure: Regenerate.
7074
0ffd69c5
GP
70752009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
7076
7077 * README: Refer to the various COPYING* files instead of just
7078 COPYING.
7079 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7080
dce2d8b2 70812009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
7082
7083 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 7084
58687768
RG
70852009-10-07 Richard Guenther <rguenther@suse.de>
7086
7087 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7088 and Richard Guenther as reviewers.
7089 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7090 as reviewers.
7091
49b0ca5c 70922009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 7093
49b0ca5c 7094 * config.sub: Update from upstream sources.
d2d9ce5e 7095
aeb94799
ILT
70962009-10-06 Ian Lance Taylor <iant@google.com>
7097
7098 * Makefile.def: check-gold depends upon all-gas.
7099 * Makefile.in: Rebuild.
7100
123651cd
PM
71012009-10-05 Phil Muldoon <pmuldoon@redhat.com>
7102
7103 * MAINTAINERS (Write After Approval): Add myself.
7104
d7f09764
DN
71052009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
7106
7107 * Makefile.def: all-lto-plugin depends on all-libiberty.
7108 set bootstrap=true for lto-plugin.
7109 Add lto-plugin.
7110 * Makefile.in: Regenerate.
7111 * configure.ac (host_libs): Add lto-plugin.
7112 * configure: Regenerate.
7113
d7f09764
DN
71142009-10-03 Diego Novillo <dnovillo@google.com>
7115
7116 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7117 (HOST_LIBELFLIBS): Define.
7118 (HOST_LIBELFINC): Define.
7119 * Makefile.in: Regenerate.
7120 * configure.ac: Add --enable-lto.
7121 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7122 If --enable-lto is used, add 'lto' to new_enable_languages.
7123 If --enable-lto is used and gold is enabled, add
7124 lto-plugin to configdirs.
7125 * configure: Regenerate.
7126
71272009-10-03 Simon Baldwin <simonb@google.com>
7128
7129 * configure.ac: If --with-system-zlib, suppress local zlib and
7130 pass --with-system-zlib to subdir configure scripts.
7131 * configure: Regenerate.
7132
dce2d8b2 71332009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
7134 Paolo Bonzini <bonzini@gnu.org>
7135
7136 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7137 $(srcdir).
7138 * Makefile.in: Rebuilt.
7139
dce2d8b2 71402009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
7141
7142 * MAINTAINERS (Write After Approval): Add myself.
7143
3e661154
KG
71442009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7145
7146 * configure.ac: Update minimum MPC version to 0.7.
7147 * configure: Regenerate.
7148
f1a036e4
NC
71492009-09-25 Nick Clifton <nickc@redhat.com>
7150
7151 * configure.ac: Pass any --cache-file=/dev/null option on to
7152 subconfigures.
7153 * configure: Regenerate.
7154
d4c74acc
NC
71552009-09-23 Nick Clifton <nickc@redhat.com>
7156
7157 * config.sub, config.guess: Update from upstream sources.
7158
dce2d8b2 71592009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
7160
7161 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7162 * Makefile.in: Rebuilt.
7163
0db770bd
RW
71642009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7165
7166 PR bootstrap/32272
7167 * configure.ac: Error out if $srcdir isn't '.' but contains
7168 host-${host_noncanonical}.
7169 * configure: Regenerate.
7170
71101870
RO
71712009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7172
7173 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7174 maintainer.
7175
ca6d0d62
RW
71762009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7177
79cd2b23
RW
7178 * configure.ac: If bootstrapping a combined tree with
7179 --enable-gold, require c++ in stage1_languages.
7180 * configure: Regenerate.
7181
ab9dcd0c
RW
7182 * configure.ac: Also add target_libs of stage1_languages to
7183 bootstrap_target_libs.
7184 * configure: Regenerate.
7185
ca6d0d62
RW
7186 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7187 with --enable-languages not containing c++.
7188 * configure: Regenerate.
7189
1c3c9f12
JZ
71902009-09-15 Jie Zhang <jie.zhang@analog.com>
7191
7192 * configure.ac: Disable java and boehm-gc for bfin-*-*.
7193 * configure: Regenerate.
7194
dce2d8b2 71952009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 7196
6fb30a14
JR
7197 * MAINTAINERS (Write After Approval): Update my e-mail address,
7198 and move from from here...
7199 (Waiting for paperwork): To here.
0318772d 7200
4056c2c6
JM
72012009-09-09 Joseph Myers <joseph@codesourcery.com>
7202
7203 * MAINTAINERS (Reviewers): Add self as driver reviewer.
7204
3e54529c
RW
72052009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7206
7207 * configure.ac: Do not use $extrasub for replacing @if/@endif
7208 parts in Makefile; instead, use additional arguments to
7209 AC_CONFIG_COMMANDS to do the replacement manually, with several
7210 sed invocations, to avoid HP-UX sed command limits.
7211 * configure: Regenerate.
7212
713e2ea6
AO
72132009-09-08 Alexandre Oliva <aoliva@redhat.com>
7214
7215 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7216 blank before -L.
7217
5646b7b9
AO
72182009-09-04 Alexandre Oliva <aoliva@redhat.com>
7219
7220 * configure.ac (with-build-config): Document. Handle without.
7221 Handle missing argument.
7222 * configure: Rebuilt.
7223
e12c4094
AO
72242009-09-03 Alexandre Oliva <aoliva@redhat.com>
7225
7226 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
7227 Default to bootstrap-debug only if compare-debug works.
7228 * configure: Rebuilt.
7229 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7230 * Makefile.in: Rebuilt.
7231
75cb0057
RO
72322009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7233
7234 * MAINTAINERS (OS Port Maintainers): Update my email address.
7235
8fc68cba
AO
72362009-09-01 Alexandre Oliva <aoliva@redhat.com>
7237
7238 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7239 * Makefile.in: Rebuilt.
7240
44cb38cf
CD
72412009-09-01 Chris Demetriou <cgd@google.com>
7242
7243 * MAINTAINERS (Write After Approval): Add myself.
7244
f9329c35
DS
72452009-08-31 Dodji Seketeli <dodji@redhat.com>
7246
7247 PR debug/30161
7248 * include/dwarf2.h (enum dwarf_tag): Added
7249 DW_TAG_GNU_template_template_param
7250 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7251
f945e229
PB
72522009-08-30 Paolo Bonzini <bonzini@gnu.org>
7253
7254 * Makefile.tpl (AWK): Fix typo.
7255 * Makefile.in: Regenerate.
7256
87264276
PB
72572009-08-30 Paolo Bonzini <bonzini@gnu.org>
7258
7259 * configure.ac: Detect awk and sed.
7260 * Makefile.def (flags_to_pass): Add AWK and SED.
7261 * Makefile.tpl (AWK, SED): New.
7262 (BASE_FLAGS_TO_PASS): Add AWK and SED.
7263 * configure: Regenerate.
7264 * Makefile.in: Regenerate.
7265
68ccd57c
DK
72662009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
7267
7268 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7269 (collapseslashes): Likewise.
7270
df58e648
RW
72712009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7272
7273 * configure.ac (AC_PREREQ): Bump to 2.64.
7274
0539cb2c
RW
72752009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7276
70fa0efa
RW
7277 * configure.ac: Remove --with-datarootdir, --with-docdir,
7278 --with-pdfdir, --with-htmldir switches.
7279 * configure: Regenerate.
7280
5213506e
RW
7281 * configure: Regenerate.
7282
0539cb2c
RW
7283 * compile: Sync from Automake 1.11.
7284 * depcomp: Likewise.
7285 * install-sh: Likewise.
7286 * missing: Likewise.
7287 * mkinstalldirs: Likewise.
7288 * ylwrap: Likewise.
7289
197c68cc
DK
72902009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
7291
7292 * ltmain.sh (func_normal_abspath): New function.
7293 (func_relative_path): Likewise.
7294 (func_mode_help): Document new -bindir option for link mode.
7295 (func_mode_link): Add new -bindir option, and use it to place
7296 output DLL if specified.
7297
58af276a
RW
72982009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7299
0115d4a3
RW
7300 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7301 (baseargs): Add --disable-option-checking.
7302 * configure: Regenerate.
7303
58af276a
RW
7304 * Makefile.def (configure-target-libiberty): Depend on
7305 all-binutils and all-ld.
7306 (configure-target-newlib): Likewise.
7307 * Makefile.in: Regenerate.
7308
e9d9afef
BE
73092009-08-17 Ben Elliston <bje@au.ibm.com>
7310
7311 * config.sub, config.guess: Update from upstream sources.
7312
354ebf88
RW
73132009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7314
7315 Sync from src, merge:
7316
7317 2009-07-02 Tristan Gingold <gingold@adacore.com>
7318
7319 * configure.ac: Do not exclude gas for i386-*-darwin.
7320 Add a case for x86_64-*-darwin.
7321 * configure: Regenerate.
7322
8375f7b2
NV
73232009-08-06 Neil Vachharajani <nvachhar@gmail.com>
7324
7325 * MAINTAINERS: Add my name to Write After Approval list.
7326
dce2d8b2 73272009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
7328
7329 * configure.ac: Add Microblaze target.
7330 * configure: Regenerate.
7331
ea2002ba
CB
73322009-07-31 Christian Bruel <christian.bruel@st.com>
7333
7334 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7335 * configure: Regenerate.
2bf33cdb 7336
dce2d8b2 73372009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
7338
7339 * MAINTAINERS (Write After Approval): Update my e-mail address.
7340
e90e6bd7
ILT
73412009-07-06 Ian Lance Taylor <iant@google.com>
7342
7343 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7344 * configure: Rebuild.
7345
f6e0880a
TG
73462009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
7347
7348 * MAINTAINERS: Move myself to the Graphite Reviewers.
7349
6d984927
WG
73502009-06-30 Wei Guozhi <carrot@google.com>
7351
7352 * MAINTAINERS: Add my name to Write After Approval list.
7353
f2689b09
SE
73542009-06-26 Steve Ellcey <sje@cup.hp.com>
7355
7356 PR bootstrap/40338
7357 * configure.ac (comparestring): Create new variable.
7358 * Makefile.tpl (comparestring): Use to skip some comparisions.
7359 * configure: Regenerate.
7360 * Makefile.in: Regenerate.
7361
f62c0ba4
DE
73622009-06-26 Doug Evans <dje@sebabeach.org>
7363
7364 * Makefile.def (host_modules): Add cgen.
7365 * Makefile.in: Regenerate.
7366 * configure.ac (host_tools): Add cgen.
7367 * configure: Regenerate.
7368
7acf4da6
DD
73692009-06-23 DJ Delorie <dj@redhat.com>
7370
7371 * MAINTAINERS: Add myself as mep maintainer.
7372
00020c16
ILT
73732009-06-23 Ian Lance Taylor <iant@google.com>
7374
7375 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
7376 boot_languages. Only bootstrap target libraries listed in
7377 target_libs for some boot language. Add --with-stage1-ldflags,
7378 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
7379 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
7380 if not building with C++.
7381 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7382 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7383 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7384 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7385 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
7386 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7387 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7388 * configure, Makefile.in: Rebuild.
7389
1da52d4a
LF
73902009-06-23 Li Feng <nemokingdom@gmail.com>
7391
7392 * MAINTAINERS: Added my name to write-after-approval list.
7393
144c9175
RM
73942009-06-15 Ryan Mansfield <rmansfield@qnx.com>
7395
7396 * configure.ac: Define is_elf for QNX Neutrino targets.
7397 * configure: Regenerate.
7398
e5871e24
GS
73992009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
7400
9c78662a 7401 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 7402
5f4a82c0
KG
74032009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7404
7405 * configure.ac: Detect MPC in default directory.
7406 * configure: Regenerate.
7407
394e9195
JG
74082009-06-03 Jerome Guitton <guitton@adacore.com>
7409 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7410
9c78662a
UB
7411 * Makefile.tpl (all): Avoid a trailing backslash.
7412 * Makefile.in: Regenerate.
394e9195 7413
47bca6aa
BE
74142009-06-03 Ben Elliston <bje@au.ibm.com>
7415
7416 * config.sub, config.guess: Update from upstream sources.
7417
a891a473
RS
74182009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
7419
7420 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7421 to noconfdirs.
7422 * configure: Regenerate.
7423
70cb2d9f
AO
74242009-06-02 Alexandre Oliva <aoliva@redhat.com>
7425
7426 * Makefile.tpl ([+compare-target+]): Compare all stage
7427 directories, rather than just gcc.
7428 * Makefile.in: Rebuilt.
7429
7f1245df
DK
74302009-06-01 Doug Kwan <dougkwan@google.com>
7431
7432 * configure.ac: Support gold for target arm*-*-*.
7433 * configure: Regenerate.
394e9195 7434
acd26225
KG
74352009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7436
7437 * Makefile.def: Add MPC support and dependencies.
7438 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
7439
7440 * Makefile.in, configure: Regenerate.
7441
a1fc946a
AO
74422009-05-27 Alexandre Oliva <aoliva@redhat.com>
7443
7444 * Makefile.tpl (all): Avoid harmless warning in make all when
7445 gcc-bootstrap is enabled but stage_last does not exist.
7446 * Makefile.in: Rebuilt.
7447
2e6a3c8d
NR
74482009-05-24 Nicolas Roche <roche@adacore.com>
7449
7450 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7451 * Makefile.in: Regenerate.
7452
63487d11
DC
74532009-05-21 Denis Chertykov <chertykov@gmail.com>
7454
7455 * MAINTAINERS: Update my e-mail address.
7456
449223af
DK
74572009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7458
7459 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7460 * configure: Regenerate.
7461
31c98f49
AO
74622009-05-18 Alexandre Oliva <aoliva@redhat.com>
7463
7464 PR other/40159
7465 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7466 gcc-no-bootstrap are mutually exclusive.
7467 * Makefile.in: Rebuilt.
7468
0f501837
AO
74692009-05-18 Alexandre Oliva <aoliva@redhat.com>
7470
7471 PR other/40159
7472 * Makefile.tpl (all): Don't end with unconditional success.
7473 * Makefile.in: Rebuilt.
7474
4a4a4e99
AO
74752009-05-12 Alexandre Oliva <aoliva@redhat.com>
7476
7477 PR target/37137
7478 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7479 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7480 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7481 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7482 stage_configureflags, stage_cflags and stage_libcflags into
7483 explicit Makefile macros.
7484 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7485 GFORTRAN.
7486 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7487 CC. Set CC_FOR_BUILD from CC.
7488 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7489 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7490 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7491 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7492 and GFORTRAN.
7493 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7494 (_LIBCFLAGS): Renamed to _TFLAGS.
7495 (do-compare-debug, do-compare3-debug): Drop.
7496 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7497 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7498 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7499 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7500 (XGCC_FLAGS_FOR_TARGET): New.
7501 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7502 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7503 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7504 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 7505 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
7506 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7507 TFLAGS.
7508 (BUILD_CONFIG): Include if requested.
7509 (all): Set TFLAGS on bootstrap.
7510 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7511 (all-stageid-prefixmodule): Likewise.
7512 (do-clean, distclean-stageid): Set TFLAGS.
7513 (restrap): Fix whitespace.
7514 * Makefile.in: Rebuilt.
7515
1cee3429
PB
75162009-05-07 Paolo Bonzini <bonzini@gnu.org>
7517
7518 * config.guess: Sync with src.
7519
0b70eafd
DK
75202009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7521
7522 * configure.ac ($with_ppl): Default to no if not supplied.
7523 ($with_cloog): Likewise.
7524 configure: Regenerate.
7525
5175f17c
JW
75262009-04-27 James E. Wilson <wilson@codesourcery.com>
7527
7528 * MAINTAINERS: Update my e-mail address.
7529
952fa153
NC
75302009-04-27 Nick Clifton <nickc@redhat.com>
7531
7532 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7533
a687f83c
EB
75342009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7535
7536 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7537 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7538 * Makefile.in: Regenerate.
7539
9e3eba15
KG
75402009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7541
7542 PR bootstrap/39739
7543 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7544 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7545
7546 * configure, Makefile.in: Regenerate.
7547
a687f83c 75482009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
7549
7550 * include/hashtab.h: Update GTY annotations to new syntax
7551 * include/splay-tree.h: Likewise
7552
070bdbd9
BE
75532009-04-17 Ben Elliston <bje@au.ibm.com>
7554
7555 * config.sub, config.guess: Update from upstream sources.
7556
55f2d967
AG
75572009-04-15 Anthony Green <green@moxielogic.com>
7558
7559 * configure.ac: Add moxie support.
7560 * configure: Rebuilt.
7561
309c24a9
JJ
75622009-04-14 Jakub Jelinek <jakub@redhat.com>
7563
7564 * configure.ac: Change copyright header to refer to version
7565 3 of the GNU General Public License and to point readers at the
7566 COPYING3 file and the FSF's license web page.
7567 * Makefile.def: Likewise.
7568 * Makefile.tpl: Likewise.
7569 * Makefile.in: Regenerate.
7570
b93133bc
JH
75712009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7572
7573 * configure.ac: Restore match for darwin9 or later. Use double
7574 brackets since regeneration eats one pair.
7575 * configure: Regenerate.
7576
d18ff35a
L
75772009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7578
7579 PR gas/10039
7580 * configure.ac: Require texinfo 4.7.
7581 * configure: Regenerated.
7582
748086b7
JJ
75832009-04-09 Nick Clifton <nickc@redhat.com>
7584
7585 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7586 the GCC Runtime Library Exception.
7587
a3337ea2
KG
75882009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7589
7590 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7591 * configure: Regenerate.
7592
60911f14
SE
75932009-04-01 Steve Ellcey <sje@cup.hp.com>
7594
7595 * Makefil.def (languages): New entries.
7596 * Makefile.tpl (check-gcc-*): New generic target.
7597 * Makefile.in: Regenerate.
60911f14 7598
dce2d8b2 75992009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 7600
d18ff35a 7601 * MAINTAINERS: Update my email address.
7369c1d0 7602
cfb1f59f
TT
76032009-03-18 Tom Tromey <tromey@redhat.com>
7604
d18ff35a
L
7605 * configure: Rebuild.
7606 * configure.ac (host_libs): Add libiconv.
7607 * Makefile.in: Rebuild.
7608 * Makefile.def (host_modules): Add libiconv.
7609 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 7610
75eeae1a
TG
76112009-03-16 Tristan Gingold <gingold@adacore.com>
7612
7613 * configure.ac: Treat gdb as supported on x86_64-darwin.
7614 * configure: Regenerate.
7615
f38095f3
JM
76162009-03-16 Joseph Myers <joseph@codesourcery.com>
7617
7618 * configure.ac (--with-host-libstdcxx): New option.
7619 * configure: Regenerate.
7620
dce2d8b2 76212009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
7622
7623 * MAINTAINERS: Move myself into the write after approval list.
7624
6d401294
NP
76252009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7626
7627 * MAINTAINERS: Update e-mail address.
2bf33cdb 7628
07c97076
DN
76292009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7630
7631 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7632
dce2d8b2 76332009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
7634
7635 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7636
7a9d3fe8
RW
76372009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7638
7639 Backport from git Libtool:
7640
7641 2009-01-19 Robert Millan <rmh@aybabtu.com>
7642 Support GNU/kOpenSolaris.
7643 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7644 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7645 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7646 GNU/kOpenSolaris.
7647
c9e9e11f
AS
76482009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7649
7650 * MAINTAINERS: Update e-mail address.
7651
5e8c1552 76522009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
7653
7654 * MAINTAINERS (Write After Approval): Add self.
7655
b0adb088
BM
76562009-02-18 Bingfeng Mei <bmei@broadcom.com>
7657
7658 * MAINTAINERS (Write After Approval): Add myself.
7659
ee04b574
AS
76602009-02-05 Andreas Schwab <schwab@suse.de>
7661
7662 * Makefile.tpl (stage_last): Define $r and $s before using
7663 $(RECURSE_FLAGS_TO_PASS).
7664 * Makefile.in: Regenerate
7665
907884c9
ILT
76662009-01-30 Ian Lance Taylor <iant@google.com>
7667
7668 * MAINTAINERS: Move myself to the Global Reviewers list.
7669
416ac4d4
RM
76702009-01-29 Robert Millan <rmh@aybabtu.com>
7671
7672 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7673 * configure: Regenerate.
7674
ee5decb3
GP
76752009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7676
7677 * MAINTAINERS: Make whitespace consistent.
19196f44 7678 Remove Robert Millan from Write After Approval.
ee5decb3 7679
36fbb0ec
AM
76802009-01-16 Alan Modra <amodra@bigpond.net.au>
7681
7682 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7683 (all-opcodes): Depend on all-libiberty.
7684 * Makefile.in: Regenerate.
7685
52535a64
DR
76862009-01-15 Douglas B Rupp <rupp@gnat.com>
7687
7688 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7689 * configure: Regenerate.
7690
e04a57df
RR
76912009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7692
7693 * MAINTAINERS (Write After Approval): Add myself.
7694
856c450b
SK
76952009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7696
7697 * MAINTAINERS: Add myself to reviewers (Fortran).
7698
dce2d8b2 76992009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
7700
7701 PR tree-optimization/38515
7702 * configure.ac (cloog-polylib): Removed.
7703 (with_ppl, with_cloog): Test for "no".
7704 * configure: Regenerated.
7705
1e5e8a59
DF
77062009-01-11 Daniel Franke <franke.daniel@gmail.com>
7707
7708 * MAINTAINERS: Moved myself to reviewers (Fortran).
7709
5e5debf6
TS
77102009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7711
7712 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7713 (Write After Approval): Remove myself.
7714
1c42acf1
DN
77152009-01-03 Diego Novillo <dnovillo@google.com>
7716
7717 * MAINTAINERS: Remove myself from alias maintainership.
7718
2fbbedaf
DA
77192009-01-02 David Ayers <ayers@fsfe.org>
7720
7721 * MAINTAINERS: Update e-mail address.
7722
17213821
GP
77232008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7724
7725 * MAINTAINERS: Make whitespace consistent.
7726
baafc534
RW
77272008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7728
7729 Backport from upstream Libtool:
7730 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7731 Add cache variables to tests that require the linker to work.
7732 For shlibpath_overrides_runpath, this also changes the semantics
7733 to let the result from the C compiler take precedence.
7734
18430d27
BE
77352008-12-02 Ben Elliston <bje@au.ibm.com>
7736
7737 * config.sub, config.guess: Update from upstream sources.
7738
dce2d8b2 77392008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
7740
7741 * configure.ac (ppllibs): Add by default the lib flags.
7742 * configure: Regenerate.
7743
41e9641b
LM
77442008-12-08 Luis Machado <luisgpm@br.ibm.com>
7745
7746 * MAINTAINERS: Add myself to the write after approval list.
7747
25783c30
JH
77482008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7749
ee04b574
AS
7750 * configure.ac: Add double brackets on darwin[912].
7751 * configure: Regenerate.
25783c30 7752
0e318fcc
DK
77532008-12-03 Daniel Kraft <d@domob.eu>
7754
7755 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7756 Approval to Reviewer section (for Fortran front-end).
7757
7f171b95
JH
77582008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7759
7760 * configure.ac: Expand to darwin10 and later.
7761 * configure: Regenerate.
7762
09ce620e
AS
77632008-12-02 Andreas Schwab <schwab@suse.de>
7764
7765 * Makefile.def: configure-target-boehm-gc depends on
7766 all-target-libstdc++-v3.
7767 * Makefile.in: Regenerate.
7768
386c704d
KT
77692008-12-02 Kai Tietz <kai.tietz@onevision.com>
7770
7771 * MAINTAINERS: Add myself as mingw maintainer.
7772
e03dd84a
BE
77732008-12-02 Ben Elliston <bje@au.ibm.com>
7774
7775 * config.sub, config.guess: Update from upstream sources.
7776
3fa87964
GP
77772008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7778
7779 * README.SCO: Remove.
7780
df72d7ed
FP
77812008-11-29 Fernando Pereira <pronesto@gmail.com>
7782
7783 * MAINTAINERS: Add myself to the write after approval list.
7784
b5646528
DK
77852008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7786
7787 * MAINTAINERS: Update my email address in WAA section.
7788
dce2d8b2 77892008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
7790
7791 * MAINTAINERS: Update e-mail address.
7792
dce2d8b2 77932008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
7794
7795 * MAINTAINERS: Change e-mail address.
7796
0db3a858
TG
77972008-11-27 Tristan Gingold <gingold@adacore.com>
7798
7799 * configure.ac: Build gdb for i?86-*-darwin*
7800 * configure: Regenerated.
7801
dce2d8b2 78022008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
7803
7804 * MAINTAINERS: Added my full name.
7805
487e299b
DJ
78062008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7807
7808 PR bootstrap/38014
7809 PR bootstrap/37923
7810
7811 Revert:
7812
7813 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7814
7815 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7816 * Makefile.in: Regenerated.
7817
7818 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7819
7820 PR gdb/921
7821 PR gdb/1646
7822 PR gdb/2175
7823 PR gdb/2176
7824
7825 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7826 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7827 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7828 (HOST_EXPORTS): Pass CPPFLAGS.
7829 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7830 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7831 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7832 * Makefile.in, configure: Regenerated.
7833 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7834 and CPPFLAGS_FOR_BUILD.
7835
dce2d8b2 78362008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
7837
7838 * MAINTAINERS: Add myself as middle end maintainer.
7839
044fed69
AS
78402008-11-06 Andrew Stubbs <ams@codesourcery.com>
7841
7842 * MAINTAINERS (Write after approval): Add myself.
7843
caf6defe
DN
78442008-11-05 Diego Novillo <dnovillo@google.com>
7845
7846 * MAINTAINERS (Global Reviewers): Add myself.
7847 (Non-Algorithmic Maintainers): Remove myself.
7848
3e9899ac
TS
78492008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7850
09ce620e 7851 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 7852
ea99e36e
MM
78532008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7854
09ce620e 7855 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 7856
fb0d2684
BE
78572008-10-31 Ben Elliston <bje@au.ibm.com>
7858
7859 * configure.ac (spu-*-*): Remove special case.
7860 * configure: Regenerate.
7861
73c07a3e
CM
78622008-10-30 Catherine Moore <clm@codesourcery.com>
7863
7864 * MAINTAINERS (Write after approval): Update my email address.
7865
7310a2da
SSF
78662008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7867
7868 * configure.ac [spu-*-*]: Do not set skipdirs.
7869 * configure: Re-generate.
7870
7e51fe23
BS
78712008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7872
7873 * MAINTAINERS (Various Maintainers): Add myself to reload.
7874
ef20be93
RG
78752008-10-25 Richard Guenther <rguenther@suse.de>
7876
7877 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7878 maintainer. Remove myself as libgcc-math maintainer.
7879 (Non-Algorithmic Maintainers): Remove myself.
7880
03ffcfa0
DJ
78812008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7882
7883 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7884 * Makefile.in: Regenerated.
7885
dec014a9
CC
78862008-10-23 Cary Coutant <ccoutant@google.com>
7887
7888 * MAINTAINERS (Write after approval): Add myself.
7889
b36c386c
DJ
78902008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7891
7892 PR gdb/921
7893 PR gdb/1646
7894 PR gdb/2175
7895 PR gdb/2176
7896
7897 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7898 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7899 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7900 (HOST_EXPORTS): Pass CPPFLAGS.
7901 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7902 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7903 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7904 * Makefile.in, configure: Regenerated.
7905 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7906 and CPPFLAGS_FOR_BUILD.
7907
dce2d8b2 79082008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
7909
7910 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7911 Sebastian Pop.
7912
e0bda97e
AP
79132008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7914
7915 * MAINTAINERS (Write After Approval): Added myself.
7916
36c713e0
KG
79172008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7918
7919 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7920 recommended version to 2.3.2.
7921
7922 * configure: Regenerate.
7923
8fe005ee
MM
79242008-10-01 Mark Mitchell <mark@codesourcery.com>
7925
7926 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7927
be8f156f
DD
79282008-09-29 David Daney <david.daney@caviumnetworks.com>
7929
7930 * MAINTAINERS (Write After Approval): Update e-mail address.
7931
ae11dff4
PG
79322008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7933
7934 * libtool.m4: Update to libtool 2.2.6.
7935 * lt~obsolete.m4: Update to libtool 2.2.6.
7936 * ltmain.sh: Update to libtool 2.2.6.
7937 * ltsugar.m4: Update to libtool 2.2.6.
7938 * ltversion.m4: Update to libtool 2.2.6.
7939 * ltoptions.m4: Update to libtool 2.2.6.
7940 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7941
441154b1
CF
79422008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7943
7944 * MAINTAINERS (Write After Approval): Add myself.
7945
775b3b26
BRF
79462008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7947
7948 * MAINTAINERS (Write After Approval): Update my name.
7949
94538043
SB
79502008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7951
09ce620e 7952 * MAINTAINERS: Add myself in "Write After Approval".
94538043 7953
52d1bfd8
SE
79542008-09-18 Steve Ellcey <sje@cup.hp.com>
7955
09ce620e 7956 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 7957
c5cc92f5
GP
79582008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7959
7960 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7961 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7962 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7963 and Michael Tiemann from Write After Approval since they do not
7964 actually have access.
7965
23d9794a
RG
79662008-09-05 Richard Guenther <rguenther@suse.de>
7967
7968 * configure.ac: Initialize clooglibs to -lcloog.
7969 * configure: Re-generate.
7970
192a671e
LCW
79712008-09-04 Le-Chun Wu <lcwu@google.com>
7972
7973 * MAINTAINERS (Write After Approval): Add myself.
7974
d789184e
SP
79752008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7976
7977 * configure.ac (--with-cloog-polylib): New.
7978 (--disable-cloog-version-check): New.
7979 (--disable-ppl-version-check): New.
7980 * configure: Re-generate.
7981
36a881c7
RG
79822008-09-03 Richard Guenther <rguenther@suse.de>
7983
7984 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7985 cloog test.
7986 * configure: Re-generate.
7987
358da97e
HS
79882008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7989
7990 Add picoChip port.
7991 * MAINTAINERS: Add picoChip maintainers.
7992
f8bf9252
SP
79932008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7994 Tobias Grosser <grosser@fim.uni-passau.de>
7995 Jan Sjodin <jan.sjodin@amd.com>
7996 Harsha Jagasia <harsha.jagasia@amd.com>
7997 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7998 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7999 Adrien Eliche <aeliche@isty.uvsq.fr>
8000
8001 Merge from graphite branch.
8002 * configure: Regenerate.
8003 * Makefile.in: Regenerate.
8004 * configure.ac (host_libs): Add ppl and cloog.
8005 Add checks for PPL and CLooG.
8006 * Makefile.def (ppl, cloog): Added modules and dependences.
8007 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
8008 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8009
d89f0ad6
AL
80102008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8011
8012 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8013 (GCC_SHLIB_SUBDIR): New.
8014 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8015 * configure: Regenerate.
8016 * Makefile.in: Regenerate.
8017
88a25817
GP
80182008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8019
8020 * MAINTAINERS: Consistently use tabs to separate columns.
8021
f873f15f
TG
80222008-08-29 Tristan Gingold <gingold@adacore.com>
8023
8024 * MAINTAINERS (Write after Approval): Add myself.
8025
e1514c3f
TG
80262008-08-28 Tristan Gingold <gingold@adacore.com>
8027
8028 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8029 Enable bfd, binutils and opcodes.
8030 * configure: Regenerate.
8031
4717882f
JDA
80322008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8033
8034 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
8035
28c9884c
TK
80362008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
8037
8038 * MAINTAINERS: Use correct Umlaut for last name.
8039
ae96d86a
FXC
80402008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8041
8042 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8043
3ecc96e3
DE
80442008-08-16 David Edelsohn <edelsohn@gnu.org>
8045
8046 * MAINTAINERS: Update my email address.
8047
dd609cc1
EB
80482008-08-16 Nicolas Roche <roche@adacore.com>
8049
8050 * Makefile.tpl: Add BOOT_ADAFLAGS.
8051 * Makefile.in: Regenerate.
8052
08d0963a
RS
80532008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
8054
8055 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8056 * configure: Regenerate.
8057
dce2d8b2 80582008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
8059
8060 * configure.ac: Add makefile fragments for hpux.
8061 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8062 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8063 * configure: Regenerate.
8064 * Makefile.in: Regenerate.
8065
dce2d8b2 80662008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
8067
8068 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8069
dce2d8b2 80702008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
8071
8072 * MAINTAINERS (Write after Approval): Add myself.
8073
78209f30
XG
80742008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
8075
8076 * MAINTAINERS (Write After Approval): Add myself.
8077
5b5b098d
AJ
80782008-06-29 Andrew Jenner <andrew@codesourcery.com>
8079
8080 * MAINTAINERS (Write After Approval): Add myself.
8081
d812ec93
KW
80822008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
8083
8084 * MAINTAINERS: Update my email address.
8085
99e78224
JY
80862008-06-25 Joey Ye <joey.ye@intel.com>
8087
8088 * MAINTAINERS (Write After Approval): Add myself.
8089
18c04407
RW
80902008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8091
8092 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8093 * Makefile.in: Regenerate.
8094 * configure: Regenerate.
8095
47aa9a31
DK
80962008-06-17 Daniel Kraft <d@domob.eu>
8097
8098 * MAINTAINERS (Write After Approval): Add myself.
8099
ad33ff57
RW
81002008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8101
8102 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8103 "$@" is still intact with both Autoconf 2.59 and 2.62.
8104 * configure: Regenerate.
8105
cdce5c41
RW
81062008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8107
8108 * Makefile.tpl: Fix comment errors.
8109 * Makefile.in: Regenerate.
8110
01b79d11
DM
81112008-06-12 David S. Miller <davem@davemloft.net>
8112 David Edelsohn <edelsohn@gnu.org>
8113
8114 * configure.ac: Add powerpc*-*-* to gold supported targets.
8115 * configure: Regenerate.
8116
f8c33439
JM
81172008-06-08 Joseph Myers <joseph@codesourcery.com>
8118
8119 PR tree-optimization/36218
8120 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8121 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8122 (all prefix="build-"): Pass them to build-system sub-makes.
8123 * Makefile.in: Regenerate.
8124
cd985f66
JM
81252008-06-07 Joseph Myers <joseph@codesourcery.com>
8126
8127 * MAINTAINERS (mt port): Remove.
8128 (sco5, unixware, sco udk): Remove.
8129 (Kean Johnston): Add to Write After Approval.
8130
3f6383d3
JB
81312008-05-30 Julian Brown <julian@codesourcery.com>
8132
8133 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8134 of libobjc for ARM EABI Linux.
8135 * configure: Regenerate.
30da41ed 8136
dce2d8b2 81372008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 8138
09ce620e 8139 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 8140
dce2d8b2 81412008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 8142
e29cc9b4 8143 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 8144
955410cb
JW
81452008-05-15 Janus Weil <janus@gcc.gnu.org>
8146
8147 * MAINTAINERS (Write After Approval): Add myself.
8148
719bb4e3 81492008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
8150
8151 * config-ml.in: don't handle --enable-shared and --enable-static.
8152
372b05fc
RS
81532008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
8154
8155 * MAINTAINERS: Update my email address.
8156
f73e2200
PC
81572008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
8158
8159 * MAINTAINERS: Update my email address.
09ce620e 8160
3e438e2b
KVH
81612008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
8162
8163 * MAINTAINERS (Write After Approval): Add myself.
8164
177bf491
GS
81652008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
8166
8167 * MAINTAINERS (Write After Approval): Add myself.
8168
dce2d8b2 81692008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
8170
8171 * MAINTAINERS (crx): Add myself.
8172
14a8726b
PB
81732008-04-18 Paolo Bonzini <bonzini@gnu.org>
8174
8175 Sync with src:
8176 2008-04-14 David S. Miller <davem@davemloft.net>
8177
09ce620e
AS
8178 * configure.ac: Add sparc*-*-* to gold supported targets.
8179 * configure: Regenerate.
14a8726b 8180
7142fb32
PB
81812008-04-18 Paolo Bonzini <bonzini@gnu.org>
8182
8183 PR bootstrap/35457
8184 * configure.ac: Include override.m4.
8185 * configure: Regenerate.
8186
c6b196de
PB
81872008-04-18 Paolo Bonzini <bonzini@gnu.org>
8188
09ce620e
AS
8189 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8190 * Makefile.in: Regenerate.
c6b196de 8191
dce2d8b2 81922008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 8193
09ce620e 8194 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 8195 as nonconfigurable directories list.
09ce620e 8196 * configure: Regenerate.
c993ae60 8197
8479b1b1
BE
81982008-04-14 Ben Elliston <bje@au.ibm.com>
8199
8200 * config.sub, config.guess: Update from upstream sources.
8201
295e261a
HPN
82022008-04-12 Hans-Peter Nilsson <hp@axis.com>
8203
8204 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8205 * Makefile.in: Regenerate.
8206
ac3949d9
EW
82072008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
8208
8209 * configure.ac: Do not build libssp for the AVR.
8210 * configure: Regenerate.
8211
06407e30
ILT
82122008-04-07 Ian Lance Taylor <iant@google.com>
8213
8214 * Makefile.def: check-gold depends upon all-binutils.
8215 * Makefile.in: Regenerate.
8216
97db009c
AH
82172008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
8218
8219 * MAINTAINERS (Write After Approval): Add myself.
8220
2a79c47f
NC
82212008-04-04 Nick Clifton <nickc@redhat.com>
8222
8223 PR binutils/4334
5f4bebbf 8224 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
8225 builds.
8226 * configure: Regenerate.
8227
c53a18d3
N
82282008-04-04 NightStrike <NightStrike@gmail.com>
8229
8230 PR other/35151
09ce620e
AS
8231 * configure.ac: Combine rules for mingw32 and mingw64.
8232 * configure: Regenerate.
c53a18d3 8233
d925aa70
KT
82342008-04-02 Kai Tietz <kai.tietz@onvision.com>
8235
8236 * MAINTAINERS (Write After Approval): Add myself.
8237
dce2d8b2 82382008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
8239
8240 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8241 * Makefile.in (.NOTPARALLEL): Ditto.
8242
4412a506
PG
82432008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
8244
8245 * MAINTAINERS (Write After Approval): Add myself.
8246
dce2d8b2 82472008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
8248
8249 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8250 * Makefile.in (.NOTPARALLEL): Regenerate.
8251
639223bd
PB
82522008-03-27 Paolo Bonzini <bonzini@gnu.org>
8253
8254 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8255 * Makefile.in: Regenerate.
8256
b8ab1f4a
JS
82572008-03-26 Jakub Staszak <kuba@et.pl>
8258
8259 * MAINTAINERS (Write After Approval): Add myself.
8260
b45890a4
TK
82612008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
8262
8263 * MAINTAINERS: Update e-mail address.
8264
5afab7ad
ILT
82652008-03-20 Ian Lance Taylor <iant@google.com>
8266
8267 * configure.ac: Add support for --enable-gold.
8268 * Makefile.def: Add gold as a directory like ld.
8269 * configure, Makefile.in: Regenerate.
8270
38d24731
RW
82712008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8272
8273 * configure.ac: m4_include config/proginstall.m4.
8274 * configure: Regenerate.
32bc4cf4
RW
8275
8276 Backport from upstream Libtool:
09ce620e 8277
32bc4cf4 8278 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 8279
32bc4cf4
RW
8280 Deal with Autoconf 2.62's semantic change in m4_append.
8281 * ltsugar.m4 (lt_append): Replace broken versions of
8282 m4_append.
8283 (lt_if_append_uniq): Don't require separator to be overquoted,
8284 and avoid broken m4_append.
8285 (lt_dict_add): Fix typo.
8286 * libtool.m4 (_LT_DECL): Don't overquote separator.
8287
9d3c50ea
DE
82882008-03-13 David Edelsohn <edelsohn@gnu.org>
8289
8290 * config.rpath: Add AIX 6 support.
8291
5d2edb29
PB
82922008-03-13 Paolo Bonzini <bonzini@gnu.org>
8293
8294 * Makefile.def (stageprofile). Remove -fprofile-generate
8295 from stage_libcflags.
8296 * Makefile.in: Regenerate.
8297
954910ef
BE
82982008-03-13 Ben Elliston <bje@au.ibm.com>
8299
8300 * config.sub, config.guess: Update from upstream sources.
8301
e8645a40
TT
83022008-03-06 Tom Tromey <tromey@redhat.com>
8303
8304 * MAINTAINERS: Update for treelang deletion.
8305
2c8e955e
JW
83062008-03-03 James E. Wilson <wilson@tuliptree.org>
8307
8308 * MAINTAINERS: Update my email address.
8309
54acd307
SS
83102008-03-03 Stan Shebs <stanshebs@earthlink.net>
8311
893ad2a1 8312 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
8313 (objective-c/c++): Add myself as a maintainer.
8314
4b52b516
VR
83152008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
8316
8317 * MAINTAINERS (Write After Approval): Update my email address.
8318
e652b516
TB
83192008-02-25 Tomas Bily <tbily@suse.cz>
8320
8321 * MAINTAINERS (Write After Approval): Add myself.
8322
02d30740
JJ
83232008-02-23 Jakub Jelinek <jakub@redhat.com>
8324
8325 * MAINTAINERS (OpenMP): Add myself.
8326
1c8bd6a3
PB
83272008-02-20 Paolo Bonzini <bonzini@gnu.org>
8328
4b40b2a5
UB
8329 PR bootstrap/32009
8330 PR bootstrap/32161
1c8bd6a3 8331
4b40b2a5
UB
8332 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8333 * configure: Regenerate.
1c8bd6a3 8334
4b40b2a5
UB
8335 * Makefile.def: Define stage_libcflags for all bootstrap stages.
8336 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8337 STAGE4_LIBCFLAGS): New.
8338 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8339 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8340 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8341 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8342 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8343 for target modules. Don't export LIBCFLAGS.
8344 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8345 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8346 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8347 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8348 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8349 * Makefile.in: Regenerate.
1c8bd6a3 8350
bb44c9d2
RW
83512008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8352
8353 PR libgcj/33085
8354 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8355 Do not use -DDLL_EXPORT. Backport from upstream.
8356
29a7754d
RW
83572008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8358
8359 * MAINTAINERS (Write After Approval): Add myself.
8360
9a212bb7
HPN
83612008-02-02 Hans-Peter Nilsson <hp@axis.com>
8362
8363 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8364 * configure: Regenerate.
8365
aa12a573
MG
83662008-01-31 Marc Gauthier <marc@tensilica.com>
8367
8368 * configure.ac (xtensa*-*-*): Recognize processor variants.
8369 * configure: Regenerate.
8370
ac9e6043
RW
83712008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8372
40049ccc
UB
8373 PR bootstrap/34922
8374 * configure.ac (PARSE_ARGS): Push suitable setting of
8375 ac_subdirs_all, for `./configure --help=recursive'.
8376 Handle `+' in generic toplevel directory disabling.
8377 * configure: Regenerate.
ac9e6043 8378
4288c86a
NC
83792008-01-28 Nick Clifton <nickc@redhat.com>
8380
8381 * MAINTAINERS (xstormy16): Take over maintainership.
8382
8d8da227
JM
83832008-01-25 Joseph Myers <joseph@codesourcery.com>
8384
8385 * MAINTAINERS (c4x port): Remove.
8386
349b60e7
DE
83872008-01-24 David Edelsohn <edelsohn@gnu.org>
8388
8389 * libtool.m4: Backport AIX 6 support from ToT Libtool.
8390
3ca06a68
BE
83912008-01-23 Ben Elliston <bje@au.ibm.com>
8392
8393 * config.sub, config.guess: Update from upstream sources.
8394
3c631381
TG
83952008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
8396
8397 * MAINTAINERS (Write After Approval): Add myself.
8398
20533ef1
L
83992008-01-17 H.J. Lu <hjl.tools@gmail.com>
8400
8401 * MAINTAINERS: Update my email address.
8402
84032008-01-09 Raksit Ashok <raksit@google.com>
8404
8405 * MAINTAINERS (Write After Approval): Add myself.
8406
684f4f6a
RA
84072008-01-09 Raksit Ashok <raksit@google.com>
8408
8409 * MAINTAINERS (Write After Approval): Add myself.
8410
9cb8756f
BE
84112008-01-08 Ben Elliston <bje@au.ibm.com>
8412
8413 * config.sub, config.guess: Update from upstream sources.
8414
94e1934d
KG
84152007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8416
8417 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 8418 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
8419 * configure: Regenerate.
8420
a2e51f77
SP
84212007-12-15 Sebastian Pop <sebastian.pop@amd.com>
8422
8423 * MAINTAINERS: Update my email address.
8424
ffe3dcd9
BRF
84252007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
8426
8427 * MAINTAINERS: Update my email address.
8428
aa4095c9
RS
84292007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
8430
8431 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8432 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8433 * Makefile.in: Regenerate.
8434
dce2d8b2 84352007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
8436
8437 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8438 misplaced entries.
8439
0fe0f073
AT
84402007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8441
8442 * configure.ac: Enable libjava for x86_64-*-darwin9.
8443 * configure: Regenerate.
8444
dce2d8b2 84452007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
8446
8447 * MAINTAINERS (Write After Approval): Add myself.
8448
c3220d4c
BE
84492007-12-05 Ben Elliston <bje@au.ibm.com>
8450
8451 * config.sub, config.guess: Update from upstream sources.
8452
aba7501e
MK
84532007-12-02 Matthias Klose <doko@ubuntu.com>
8454
8455 * config-ml.in: Remove 64bit configure tests.
8456
d683ec81
PB
84572007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8458
8459 * config-ml.in: Robustify against white space in absolute file
8460 names.
8461
8462 * config-ml.in (multi-clean): Substitute ${Makefile}.
8463 Remove superfluous ${Makefile} in list.
8464
60f1711a
TS
84652007-11-19 Thiemo Seufer <ths@mips.com>
8466
8467 * config-ml.in: Don't hardcode the Makefile name.
8468
487f9d96
AM
84692007-11-08 Alexander Monakov <amonakov@ispras.ru>
8470
8471 * MAINTAINERS (Write After Approval): Add myself.
8472
fa3886fe
ST
84732007-11-07 Samuel Tardieu <sam@rfc1149.net>
8474
8475 * MAINTAINERS (Write After Approval): Add myself.
8476
dce2d8b2 84772007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
8478
8479 * MAINTAINERS (Write After Approval): Add myself.
8480
acc48927
BE
84812007-10-25 Ben Elliston <bje@au.ibm.com>
8482
8483 * MAINTAINERS (mercury): Remove entry.
8484 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8485
e00e9858
DJ
84862007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8487
8488 * Makefile.def (dependencies): Make configure-gdb depend on
8489 all-intl.
8490 * Makefile.in: Regenerated.
8491
def14a3c
SK
84922007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8493
8494 * MAINTAINERS (Fortran maintainer): Remove myself.
8495
dce2d8b2 84962007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
8497
8498 * Makefile.def: To avoid problems running with parallel makes,
8499 build newlib before libgloss so that target specific header
8500 files are availble.
8501 * Makefile.in: Regenerate
8502
bbfbfafc
DJ
85032007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8504
8505 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8506 * Makefile.in: Regenerate.
8507
c56abad5
VM
85082007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8509
8510 * MAINTAINERS (Register allocation reviewer): Add myself.
8511
f019adc1
MF
85122007-10-08 Mike Frysinger <vapier@gentoo.org>
8513
8514 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8515 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8516 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8517 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8518 * configure: Regenerate.
8519
dce2d8b2 85202006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
8521
8522 * MAINTAINERS (Register allocation reviewer): Add myself.
8523
0999159b
PB
85242007-10-01 Paolo Bonzini <bonzini@gnu.org>
8525
8526 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8527 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8528 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8529 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8530 * configure.ac: Default them to host tools for $host = $build.
8531 Subst them.
8532
8533 * configure: Regenerate.
8534 * Makefile.in: Regenerate.
8535
dce2d8b2 85362006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
8537
8538 * MAINTAINERS (Register allocation reviewer): Add myself.
8539
dce2d8b2 85402006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
8541
8542 * MAINTAINERS (Register allocation reviewer): Add myself.
8543
9d209c83
SP
85442007-09-21 Seongbae Park <seongbae.park@gmail.com>
8545
8546 * MAINTAINERS (Write After Approval): Fix typo.
8547
1ec3b87b
RS
85482007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8549
8550 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8551 * configure: Regenerate.
8552
19d5986d
PJ
85532007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8554
8555 PR bootstrap/31906
8556 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 8557 they're already prefixed.
19d5986d 8558
6d3b5aea
BK
85592007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8560
8561 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8562 libstdc++.
8563 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8564 * configure: Regenerate.
8565 * Makefile.in: Regenerate.
09ce620e 8566
4fe7e755
AS
85672007-09-17 Andreas Schwab <schwab@suse.de>
8568
8569 * configure.ac: Raise minimum makeinfo version to 4.6.
8570 * configure: Regenerate.
8571
dce2d8b2 85722007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 8573
ffe3dcd9 8574 * MAINTAINERS (write-after-approval) add myself
d483feaa 8575
fa9a3f31
AM
85762007-09-15 Alan Modra <amodra@bigpond.net.au>
8577
8578 * configure.ac: Correct makeinfo version check.
8579 * configure: Regenerate.
8580
6593a73e
RS
85812007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8582
8583 * MAINTAINERS: Update my email address.
8584
d9dced13
RS
85852007-09-14 Richard Sandiford <richard@codesourcery.com>
8586
8587 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8588 to $skipdirs and only disable gprof for newlib. Use the normal
8589 mips*-elf* handling in other respects.
8590 * configure: Regnerate.
8591
773c1467
DD
85922007-09-12 David Daney <ddaney@avtrex.com>
8593
8594 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8595 enabling libgcj.
8596 * configure: Regenerate.
8597
c03353e2
RIL
85982007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8599
8600 PR other/32154
8601 * configure.ac: For libgloss targets, point the linker to the linker
8602 script, startup code and simulator library.
8603 * configure: Regenerate.
8604
c4e9bf2b
AH
86052007-09-07 Andrew Haley <aph@redhat.com>
8606
8607 * configure.ac (noconfigdirs): Remove target-libffi and
8608 target-libjava.
8609 * configure: Regenerate.
8610
1f5a6b84
FXC
86112007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8612
8613 PR target/33281
8614 * configure.ac: Use config/mh-mingw on mingw.
8615 * configure: Regenerate.
1f5a6b84 8616
3951e521
PH
86172007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8618
9f349f63 8619 * MAINTAINERS (Write After Approval): Add myself.
3951e521 8620
e643dc23
RG
86212007-09-05 Richard Guenther <rguenther@suse.de>
8622
8623 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8624 nor --disable-checking is provided also turn on yes and types
8625 checking for stage1.
8626 * configure: Re-generate.
8627
039874df
KW
86282007-08-30 Krister Walfridsson <cato@df.lth.se>
8629
8630 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8631 (Write After Approval): Remove myself.
8632
c3f07bd6 86332007-08-29 Nick Clifton <nickc@redhat.com>
15098359 8634
c3f07bd6 8635 * config.sub, config.guess: Update from upstream sources.
15098359 8636
40049ccc 86372007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
8638
8639 * MAINTAINERS (Write After Approval): Added myself.
8640 * MAINTAINERS (Reviewers): Removed myself.
8641
c8aea42c 86422007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 8643 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
8644
8645 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8646 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8647 * Makefile.in: Regenerate.
8648 * configure.ac (--with-debug-prefix-map): New.
8649 * configure: Regenerate.
8650
4bf6c438
RS
86512007-08-17 Richard Sandiford <richard@codesourcery.com>
8652 Nigel Stephens <nigel@mips.com>
8653
4bf6c438
RS
8654 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8655 as target_makefile_frag.
8656 * configure: Regenerate.
8657
bb286d71
AO
86582007-08-16 Alexandre Oliva <aoliva@redhat.com>
8659
8660 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8661 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8662 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8663 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8664 (do-compare, do-compare3, do-compare-debug): New.
8665 ([+compare-target+]): Use them.
8666
a4630417
MK
86672007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8668
8669 * MAINTAINERS (Write After Approval): Change my email address.
8670
d9acb717
RW
86712007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8672 Ben Elliston <bje@au.ibm.com>
8673
8674 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8675 --silent if $silent.
8676 * configure: Regenerate.
8677
96876681
ZD
86782003-08-12 Zdenek Dvorak <ook@ucw.cz>
8679
8680 * MAINTAINERS (Various Maintainers): Add myself as
8681 loop infrastructure maintainer. Update my e-mail
8682 address.
8683
1c1d80ee
DN
86842007-07-31 Diego Novillo <dnovillo@google.com>
8685
8686 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8687 Adjust description.
8688
7e98624c
RG
86892007-07-26 Richard Guenther <rguenther@suse.de>
8690
8691 * configure.ac: Add types checking to stage1 checking flags.
8692 * configure: Regenerate.
8693
4c85af60
NC
86942007-07-17 Nick Clifton <nickc@redhat.com>
8695
8696 * COPYING3: New file. Contains version 3 of the GNU General
8697 Public License.
8698 * COPYING3.LIB: New file. Contains version 3 of the GNU
8699 Lesser General Public License.
8700
19ddfd3a
AK
87012007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8702
8703 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8704
2a064545
AK
87052007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8706
8707 * MAINTAINERS (S/390 co-maintainer): Add myself.
8708 (Write After Approval): Remove myself.
8709
f861f54d
DH
87102007-07-13 Dan Hipschman <dsh@google.com>
8711
8712 * MAINTAINERS (Write After Approval): Add myself.
8713
0136f2f7
NC
87142007-07-11 Nick Clifton <nickc@redhat.com>
8715
8716 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8717 WINDRES export.
8718 * Makefile.in: Regenerate.
8719
6e29b5a4
RO
87202007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8721
8722 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8723 maintainer.
8724
159a4b02
L
87252007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8726
8727 * lt~obsolete.m4: New. Import from 20070318 libtool.
8728
6ba67283
JB
87292007-07-03 Julian Brown <julian@codesourcery.com>
8730
8731 * MAINTAINERS (Write After Approval): Add myself.
8732
30b74385
RW
87332007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8734
8735 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8736 * configure: Regenerate.
8737
87382007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8739
8740 * configure.ac: Add some missing m4 quotation.
8741 * configure: Regenerate.
8742
943c54ce
SB
87432007-07-02 Simon Baldwin <simonb@google.com>
8744
8745 * MAINTAINERS (Write After Approval): Add myself.
8746
1c00b503
PB
87472007-07-02 Paolo Bonzini <bonzini@gnu.org>
8748
8749 * configure: Regenerate.
8750
901119ae
KT
87512007-07-02 Kai Tietz <kai.tietz@onevision.com>
8752
8753 * Makefile.def: Add windmc tool to build.
8754 * Makefile.tpl: Likewise.
8755 * configure.ac: Likewise.
8756 * Makefile.in: Regenerate.
8757 * configure: Regenerate.
09ce620e 8758
83f4c19f
DD
87592007-06-28 DJ Delorie <dj@redhat.com>
8760
8761 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8762 not building newlib.
8763 * configure: Regenerated.
09ce620e 8764
5346c75c
JS
87652007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8766
8767 * MAINTAINERS (Write After Approval): Add myself.
8768
aacfb86b
MM
87692007-06-25 Martin Michlmayr <tbm@cyrius.com>
8770
8771 * MAINTAINERS (Write After Approval): Add myself.
8772
590bf0d3
CM
87732007-06-19 Chris Matthews <chrismatthews@google.com>
8774
8775 * MAINTAINERS (Write After Approval): Add myself.
8776
cdbbee7a
RIL
87772007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8778
8779 * MAINTAINERS (Write After Approval): Add myself.
8780
b8afffc1
DJ
87812007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8782
8783 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8784 * Makefile.in: Regenerated.
8785
3fcfad76
BS
87862007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8787
8788 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8789 bfin*-*-uclinux* targets.
8790 * configure: Regenerate.
8791
3f5a2b7f
ILT
87922007-06-14 Ian Lance Taylor <iant@google.com>
8793
8794 * MAINTAINERS: Add myself as non-algorithmic global write
8795 maintainer.
8796
4c46daee
DN
87972007-06-14 Diego Novillo <dnovillo@google.com>
8798
8799 * MAINTAINERS: Add self as middle-end maintainer and
8800 non-algorithmic global write maintainer.
8801
a3bb222a
FXC
88022007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8803
8804 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8805 Move all Fortran maintainers except Paul Brook into the
8806 Non-Autopoiesis section.
8807
a19e8f64
PB
88082007-06-14 Paolo Bonzini <bonzini@gnu.org>
8809
8810 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8811 (distclean-stage[+id+]): Possibly delete stage_last.
8812 * Makefile.in: Regenerate.
8813
1c2abe5e
SP
88142007-06-12 Seongbae Park <seongbae.park@gmail.com>
8815
8816 * MAINTAINERS (Various Maintainer): Fix typo.
8817
abca4739
PB
88182007-06-11 Paolo Bonzini <bonzini@gnu.org>
8819
8820 * MAINTAINERS (Various Maintainer): Add myself as
8821 dataflow maintainer.
8822
a894d2c3
BE
88232007-06-07 Ben Elliston <bje@au.ibm.com>
8824
8825 * config.sub, config.guess: Update from upstream sources.
8826
8024d75e
BE
88272007-06-07 Ben Elliston <bje@au.ibm.com>
8828
8829 * Makefile.tpl: Fix spelling error.
8830 * Makefile.in: Regenerate.
8831
973a9a5e
SE
88322007-06-01 Steve Ellcey <sje@cup.hp.com>
8833
96598938
L
8834 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8835 lt_cv_sys_max_cmd_len.
973a9a5e 8836
ccb4d26b
DN
88372007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8838
8839 * MAINTAINERS (Various Maintainers): Add myself as
8840 auto-vectorizer maintainer.
8841
eecb7461
PB
88422003-05-31 Paolo Bonzini <bonzini@gnu.org>
8843
8844 PR libjava/32098
8845 * libtool.m4: Revert previous change.
8846 * ltgcc.m4: Put it here.
8847
89d28202
ZD
88482003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8849
8850 * MAINTAINERS (Various Maintainers): Add myself as
8851 auto-vectorizer maintainer.
8852
60c7a11a
L
88532007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8854
8855 PR libjava/32098
8856 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8857
9dd3cc81
RG
88582007-05-30 Richard Guenther <rguenther@suse.de>
8859
8860 * MAINTAINERS (Various Maintainers): Add myself as
8861 auto-vectorizer maintainer.
8862
9cc1244e
JJ
88632007-05-30 Jakub Jelinek <jakub@redhat.com>
8864
8865 PR bootstrap/29382
8866 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8867 * configure: Rebuilt.
8868
6124296b
RC
88692007-05-28 Roberto Costa <robsettantasei@gmail.com>
8870
8871 * MAINTAINERS (Write After Approval): Removed my name.
8872
6b757a0d
SB
88732007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8874
8875 * MAINTAINERS (Write After Approval): Remove myself.
8876
86ef8528
AT
88772007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8878
8879 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8880
1cf3d07d
SE
88812007-05-23 Steve Ellcey <sje@cup.hp.com>
8882
8883 * ltmain.sh: Update from ToT Libtool.
8884 * libtool.m4: Update from ToT Libtool.
8885 * ltsugar.m4: New. Update from ToT Libtool.
8886 * ltversion.m4: New. Update from ToT Libtool.
8887 * ltoptions.m4: New. Update from ToT Libtool.
8888 * ltconfig: Remove.
8889 * ltcf-c.sh: Remove.
8890 * ltcf-cxx.sh: Remove.
8891 * ltcf-gcj.sh: Remove.
8892
ce3fcf8c
OW
88932007-05-22 Ollie Wild <aaw@google.com>
8894
8895 * MAINTAINERS (Write After Approval): Add myself.
8896
342b9200
PB
88972007-05-16 Paolo Bonzini <bonzini@gnu.org>
8898
8899 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8900 stage_cflags.
8901 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8902 Remove CFLAGS/LIBCFLAGS.
8903 (configure-stage[+id+]-[+prefix+][+module+],
8904 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8905 * Makefile.in: Regenerate.
8906
cea17285
DN
89072007-05-15 Diego Novillo <dnovillo@google.com>
8908
8909 * MAINTAINERS: Update e-mail address.
8910
11c004e7
RE
89112007-05-15 Revital Eres <eres@il.ibm.com>
8912
8913 * MAINTAINERS (Write After Approval): Add myself.
8914
ab6bd693
RC
89152007-05-14 Roberto Costa <robsettantasei@gmail.com>
8916
8917 * MAINTAINERS (Write After Approval): Updated my address.
8918
388cdf07
TN
89192007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8920
8921 * MAINTAINERS (Write After Approval): Add myself.
8922
23f24034
SR
89232007-05-11 Silvius Rus <rus@google.com>
8924
8925 * MAINTAINERS (Write After Approval): Add myself.
8926
34a7526e
TT
89272007-04-23 Tom Tromey <tromey@redhat.com>
8928
8929 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8930
51da21be
MM
89312007-04-22 Mark Mitchell <mark@codesourcery.com>
8932
8933 * MAINTAINERS (cpplib): Rename to ...
8934 (libcpp): ... this. Add C/C++ front end maintainers.
8935
70070387
SE
89362007-04-14 Steve Ellcey <sje@cup.hp.com>
8937
8938 * config-ml.in: Pass ${ml_config_env} to configure calls.
8939
df1a0dbb
CB
89402007-04-04 Christian Bruel <christian.bruel@st.com>
8941
8942 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8943
9daff147
DK
89442007-04-02 Dave Korn <dave.korn@artimi.com>
8945
8946 * MAINTAINERS (Write After Approval): Add myself.
8947
374eadb2
TB
89482007-03-31 Tobias Burnus <burnus@net-b.de>
8949
8950 * MAINTAINERS (fortran 95 front end): Add myself.
8951
8eced3a2
DR
89522007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8953
8954 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8955
653de3e3
AZ
89562007-03-24 Ayal Zaks <zaks@il.ibm.com>
8957
8958 * MAINTAINERS (Modulo Scheduler): Add myself.
8959
b737d953
BM
89602007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8961
8962 * MAINTAINERS (fortran 95 front end): Add myself.
8963 (c++ front end): whitespace fix.
8964
a584cdf2
NF
89652007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8966
8967 * MAINTAINERS (Write After Approval): Add myself.
8968
8c79f3c4
RS
89692007-03-21 Richard Sandiford <richard@codesourcery.com>
8970
8971 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8972 of glob. Quote arguments with single quotes too.
8973 * configure: Regenerate.
8974
07f1ac6d
BM
89752007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8976
8977 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8978 * Makefile.in: Regenerate
8979
172e41aa
AS
89802007-03-07 Andreas Schwab <schwab@suse.de>
8981
8982 * configure: Regenerate.
8983
9c4d2493
BM
89842007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8985
8986 * configure.ac: Add "--with-pdfdir" configure option,
8987 which defines pdfdir variable.
8988 * Makefile.def (target=fixincludes): Add install-pdf to
8989 missing targets.
8990 (recursive_targets): Add install-pdf target.
8991 (flags_to_pass): Add pdfdir.
8992 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8993 target.
8994 * configure: Regenerate
8995 * Makefile.in: Regenerate
8996
e14e622e
EC
89972007-02-28 Eric Christopher <echristo@apple.com>
8998
8999 Revert:
9000 2006-12-07 Mike Stump <mrs@apple.com>
9001
9002 * Makefile.def (dependencies): Add dependency for
9003 install-target-libssp and install-target-libgomp on
9004 install-gcc.
9005 * Makefile.in: Regenerate.
9006
54e433bc
MK
90072007-02-27 Matt Kraai <kraai@ftbfs.org>
9008
9009 * configure: Regenerate.
9010 * configure.ac: Move statements after variable declarations.
9011
6c8d3d8f
KK
90122007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
9013
9014 * MAINTAINERS: Add myself as sh maintainer.
9015
9f8c6739
JM
90162007-02-19 Joseph Myers <joseph@codesourcery.com>
9017
9018 * configure.ac: Adjust for loop syntax.
9019 * configure: Regenerate.
9020
278a7a38
AO
90212007-02-18 Alexandre Oliva <aoliva@redhat.com>
9022
9023 * configure: Rebuilt.
9024
b2eaac4a
AO
90252007-02-18 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * configure.ac: Drop multiple occurrences of --enable-languages,
9028 and fix its quoting.
9029 * configure: Rebuilt.
9030
beeaf216 90312007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
9032 Nathan Sidwell <nathan@codesourcery.com>
9033 Vladimir Prus <vladimir@codesourcery.com>
9034 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
9035
9036 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9037 * configure: Regenerate.
9038
09201a09
GP
90392007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
9040
9041 * ltconfig (freebsd*): Default to elf.
9042
291f172e
DJ
90432007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
9044
9045 * configure.ac (target_libraries): Move libgcc before libiberty.
9046 * configure: Regenerated.
9047
c3a86da9
DJ
90482007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
9049 Paolo Bonzini <bonzini@gnu.org>
9050
9051 PR bootstrap/30753
9052 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
9053 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
9054 * configure: Regenerated.
9055
88e1e72a
FXC
90562007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
9057
9058 * MAINTAINERS (Language Front End Maintainers): Update my mail
9059 address.
9060
44bfc3ac
DJ
90612007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
9062
9063 PR bootstrap/30748
9064 * configure.ac: Correct syntax for Solaris ksh.
9065 * configure: Regenerated.
9066
3e19841a
PB
90672007-02-09 Paolo Bonzini <bonzini@gnu.org>
9068
9069 * configure.ac: Sync with src.
9070 * configure: Regenerate.
9071
74a48762
PB
90722007-02-09 Paolo Bonzini <bonzini@gnu.org>
9073
9074 * Makefile.in: Regenerate.
9075
d846e52e
PB
90762007-02-09 Paolo Bonzini <bonzini@gnu.org>
9077
9078 * config.sub: Sync with src.
9079
1c710c3c
DJ
90802007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
9081
9082 * Makefile.tpl (build_alias, host_alias, target_alias): Use
9083 noncanonical equivalents.
9084 * configure.in: Rename to...
9085 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
9086 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
9087 target_noncanonical. Use them. Rewrite removal of configure
9088 arguments for autoconf 2.59. Discard variable settings. Force
9089 program_transform_name for native tools.
9090
9091 * Makefile.in: Regenerated.
9092 * configure: Regenerated with autoconf 2.59.
9093
dce2d8b2 90942007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 9095
3de8da2a 9096 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 9097
f6671c93
AS
90982007-01-31 Andreas Schwab <schwab@suse.de>
9099
9100 * Makefile.tpl (LDFLAGS): Substitute it.
9101 * Makefile.in: Regenerate.
9102
dce2d8b2 91032007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 9104
3de8da2a 9105 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 9106
2472200d
DE
91072007-01-28 David Edelsohn <edelsohn@gnu.org>
9108
3de8da2a 9109 * MAINTAINERS (spu port): Add myself.
2472200d 9110
5305be7e
RG
91112007-01-23 Richard Guenther <rguenther@suse.de>
9112
9113 PR bootstrap/30541
9114 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9115 * Makefile.tpl (GNATBIND): Substitute it.
9116 (GNATMAKE): Likewise.
9117 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9118 of STAGE_PREFIX.
9119 * Makefile.in: Regenerate.
9120 * configure: Regenerate.
9121
416cfb5e
MS
91222007-01-18 Mike Stump <mrs@apple.com>
9123
9124 * configure.in: Re-enable -Werror for gcc builds.
9125
3de8da2a 91262007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 9127
3de8da2a 9128 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 9129
d943d7c4
PB
91302007-01-11 Paolo Bonzini <bonzini@gnu.org>
9131
9132 * configure.in: Change == to = in test command.
3de8da2a 9133 * configure: Regenerate.
d943d7c4 9134
e69bf64b 91352007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
9136 Nick Clifton <nickc@redhat.com>
9137 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
9138
9139 * configure.in (build_configargs, host_configargs, target_configargs):
9140 Remove build/host/target parameters.
9141 (host_libs): Add gmp and mpfr.
9142 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9143 * Makefile.def (gmp, mpfr): New.
9144 (gcc): Remove target.
9145 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9146 target_os, target_vendor): New.
dce2d8b2 9147 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
9148 * configure: Regenerate.
9149 * Makefile.in: Regenerate.
e69bf64b
PB
9150
91512007-01-11 Matt Fago <fago@earthlink.net>
9152
9153 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 9154 to improve robustness of configure tests.
e69bf64b 9155 * configure: Regenerate.
e14e622e 9156
a42f3b80
UB
91572007-01-09 Uros Bizjak <ubizjak@gmail.com>
9158
9159 * MAINTAINERS: Add myself as i386 maintainer.
9160
a36aee1a
JH
91612007-01-08 Jan Hubicka <jh@suse.cz>
9162
61fcaeef 9163 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 9164
738a52d3
KT
91652007-01-08 Kai Tietz <kai.tietz@onevision.com>
9166
9167 * configure.in: Add support for an x86_64-mingw* target.
95af8923 9168 * configure: Regenerate.
738a52d3 9169
54fdc474
DJ
91702007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9171
9172 * Makefile.tpl (all-target): Correct @if conditional for target
9173 modules.
9174 * configure.in: Omit libiberty if building only target libgcc.
9175 * configure, Makefile.in: Regenerated.
9176
3dd71726
PB
91772007-01-04 Paolo Bonzini <bonzini@gnu.org>
9178
dce2d8b2 9179 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
9180 * configure: Regenerate.
9181
fa958513
DJ
91822007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9183
9184 * Makefile.def (target_modules): Add libgcc.
9185 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
9186 * Makefile.tpl (clean-target-libgcc): Delete.
9187 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9188 on gcc even for bootstrapped modules. Rewrite handling of
9189 lang_env_dependencies to loop over target_modules.
9190 * configure.in (target_libraries): Add target-libgcc.
9191 * Makefile.in, configure: Regenerated.
9192
e1888513
PB
91932006-12-29 Paolo Bonzini <bonzini@gnu.org>
9194
9195 * configure.in: Reorganize recognition of languages. Add
9196 --enable-stage1-languages. Show supported languages for the chosen
9197 target rather than all recognized languages.
9198 * configure: Regenerate.
9199
53b88b73
PB
92002006-12-29 Paolo Bonzini <bonzini@gnu.org>
9201
9202 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9203 * Makefile.in: Regenerate.
9204
a3993f33
KG
92052006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9206
9207 * configure.in: Warn that MPFR 2.2.0 is buggy.
9208 * configure: Regenerate.
9209
f063a9ed
ILT
92102006-12-27 Ian Lance Taylor <iant@google.com>
9211
9212 * configure.in: When removing Makefiles to force a reconfigure, also
9213 remove prev-DIR*/Makefile.
9214 * configure: Regenerate.
9215
af71363e
AS
92162006-12-22 Andreas Schwab <schwab@suse.de>
9217
9218 * configure: Regenerate with correct autoconf version.
9219
0b0dc272
AM
92202006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
9221
3de8da2a
UB
9222 * configure.in: add AC_SUBST for *_FOR_TARGET.
9223 * configure: Regenerate.
0b0dc272 9224
53b88b73
PB
92252006-12-19 Paolo Bonzini <bonzini@gnu.org>
9226
9227 * configure.in: Simplify logic for rejecting languages that cannot
9228 be built. Separate the case when a language is unsupported,
9229 from the case when the user chooses not to build a language.
9230
400ebff4
PB
92312006-12-19 Paolo Bonzini <bonzini@gnu.org>
9232
9233 * configure.in: Remove "$build" case for powerpc-*-darwin* since
9234 it only affects bootstrap and could be tested on "$host" as well.
9235 * configure: Regenerate.
9236 * config/mh-ppc-darwin: Add to the stage1 cflags here.
9237
8efea775
PB
92382006-12-19 Paolo Bonzini <bonzini@gnu.org>
9239
9240 PR bootstrap/29544
9241 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9242 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9243 move here comment from Makefile.tpl.
9244 * Makefile.tpl: Move some definitions higher in the file.
9245 (STAGE1_CHECKING): New.
9246 * configure.in: Add --enable-stage1-checking.
9247 * configure: Regenerate.
9248 * Makefile.in: Regenerate.
9249
ed88a7ed
PB
92502006-12-19 Paolo Bonzini <bonzini@gnu.org>
9251
9252 * MAINTAINERS: Add myself as build system maintainer.
9253
b65151d3
SM
92542006-12-15 Simon Martin <simartin@users.sourceforge.net>
9255
9256 * MAINTAINERS (Write After Approval): Add myself.
9257
7e050830
EC
92582006-12-13 Eric Christopher <echristo@apple.com>
9259
9260 * MAINTAINERS: Add myself as darwin maintainer.
9261
8b494895
ILT
92622006-12-11 Ian Lance Taylor <ian@airs.com>
9263
9264 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9265
dce2d8b2 92662006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
9267
9268 MAINTAINERS: Update my entry.
9269
58e24147
AM
92702006-12-11 Alan Modra <amodra@bigpond.net.au>
9271
9272 * configure.in: Handle spu makefile frag.
58e24147
AM
9273 * Makefile.tpl (MAINT): Define
9274 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9275 * configure: Regenerate.
9276 * Makefile.in: Regenerate.
9277
9b6f37a0
BE
92782006-12-11 Ben Elliston <bje@au.ibm.com>
9279
9280 * config.guess: Import latest version.
9281 * config.sub: Likewise.
9282
ea6f5c57
BE
92832006-12-11 Ben Elliston <bje@au.ibm.com>
9284
9285 * configure.in (spu-*-*): Don't skip target-libiberty.
9286 * configure: Regenerate.
9287
42c1cd8a
AT
92882006-12-10 Andreas Tobler <a.tobler@schweiz.org>
9289
9290 PR bootstrap/30134
9291 * configure.in: Correct x86 darwin support for libjava to powerpc
9292 and i?86 only.
9293 * configure: Regenerate.
9294
55eb837d
ST
92952006-12-08 Sandro Tolaini <tolaini@libero.it>
9296
9297 * configure.in: Add x86 darwin support for libjava.
9298 * configure: Regenerate.
9299
5bdacbc7
MS
93002006-12-07 Mike Stump <mrs@apple.com>
9301
9302 * Makefile.def (dependencies): Add dependency for
9303 install-target-libssp and install-target-libgomp on
9304 install-gcc.
9305 * Makefile.in: Regenerate.
9306
477d851c
RG
93072006-12-04 Richard Guenther <rguenther@suse.de>
9308
9309 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9310 (Non-Algorithmic Maintainers): Move over non-algorithmic
9311 loop optimizer maintainers, add myself as a non-algorithmic
9312 middle-end maintainer.
9313
5d33d367
DF
93142006-12-04 Daniel Franke <franke.daniel@gmail.com>
9315
9316 * MAINTAINERS (Write After Approval): Add myself.
9317
dbee1fb3
KG
93182006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9319
9320 * configure.in: Update error message for missing GMP/MPFR.
9321
9322 * configure: Regenerate.
9323
b5147de7
KG
93242006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9325
9326 * configure.in: Update MPFR version in error message.
9327
9328 * configure: Regenerate.
9329
f019376c
KG
93302006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9331
9332 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9333 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9334 --with-gmp-lib): New flags.
9335
9336 * configure: Regenerate.
9337
91ed95ae
BM
93382006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
9339
9340 * MAINTAINERS (Write After Approval): Change my email address.
9341
3a971f15
MLI
93422006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9343
05170031 9344 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 9345
dce2d8b2 93462006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
9347
9348 * MAINTAINERS (i18n): Update e-mail address.
9349
df5487ee
TS
93502006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
9351
9352 * MAINTAINERS (spu port): Add myself as maintainer.
9353 (Write After Approval): Remove myself.
9354
92c2f0ee
BE
93552006-11-22 Ben Elliston <bje@au.ibm.com>
9356
9357 * configure.in (skipdirs): Don't build libssp for SPU.
9358 * configure: Regenerate.
9359
a3b97199
AP
93602006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
9361
9362 * MAINTAINERS (spu port): Add myself as maintainer.
9363 (libobjc): Update my email address.
9364
0eb97064
AB
93652006-11-21 Andrea Bona <andrea.bona@st.com>
9366
9367 * MAINTAINERS (Write After Approval): Add myself.
9368
dce2d8b2 93692006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
9370
9371 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9372 * configure : Rebuilt.
9373
dce2d8b2 93742006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
9375
9376 * MAINTAINERS (Write After Approval): Add myself.
9377
d58542ea
AO
93782006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
9379
9380 * MAINTAINERS (Write After Approval): Add myself.
9381
a357b5ae
KG
93822006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9383
9384 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9385 libmpfr.a.
9386 * configure: Regenerate.
9387
9bd6112c
PB
93882006-11-16 Paolo Bonzini <bonzini@gnu.org>
9389
9390 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9391 (unstage): Test for stage_last presence.
9392
9393 PR bootstrap/29802
dce2d8b2
EB
9394 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9395 STAGE_PREFIX.
9bd6112c
PB
9396 * Makefile.in: Regenerate.
9397
c8cf9f0f
ZD
93982003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
9399
9400 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9401 maintainers.
9402
467b1fc6
ER
94032006-11-14 Erven Rohou <erven.rohou@st.com>
9404
9405 * MAINTAINERS (Write After Approval): Add myself.
9406
995a5697
PB
94072006-11-14 Paolo Bonzini <bonzini@gnu.org>
9408
9409 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9410 and stageN-package/Makefile.
9411 * Makefile.in: Regenerated.
9412
c8d6d53e
JZ
94132006-11-14 Jie Zhang <jie.zhang@analog.com>
9414
9415 * configure.in: Remove target-libgloss from noconfigdirs for
9416 bfin-*-*.
9417 * configure: Regenerated.
9418
dffb147d
KG
94192006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9420
9421 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 9422
dffb147d
KG
9423 * configure: Regenerate.
9424
ca558912
KG
94252006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9426
9427 * configure.in: Robustify error message for missing GMP/MPFR.
9428
9429 * configure: Regenerate.
9430
dce2d8b2 94312006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
9432
9433 * MAINTAINERS (Write After Approval): Add myself.
9434
dce2d8b2 94352006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
9436
9437 * MAINTAINERS: Change email address.
9438
91de1527
VP
94392006-10-30 Vladimir Prus <vladimir@codesourcery.com>
9440
9441 * MAINTAINERS (Write After Approval): Add myself.
9442
a3867703
PB
94432006-10-26 Peter Bergner <bergner@vnet.ibm.com>
9444
9445 * MAINTAINERS (Write After Approval): Add myself.
9446
b4364fa2
CL
94472006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9448
7e050830 9449 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 9450 Write After Approval section.
b4364fa2 9451
70ec446f
KG
94522006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9453
9454 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9455 need_gmp anymore.
9456 * configure: Regenerate.
9457
018c8d88
TB
94582006-10-16 Tobias Burnus <burnus@net-b.de>
9459
9460 * MAINTAINERS (Write After Approval): Add myself.
9461
f6a1687e
BE
94622006-10-16 Ben Elliston <bje@au.ibm.com>
9463
9464 * config.guess: Import latest version.
9465 * config.sub: Likewise.
9466
b5422ad7
BM
94672006-10-10 Brooks Moses <bmoses@stanford.edu>
9468
9469 * Makefile.def: Added pdf target handling.
9470 * Makefile.tpl: Added pdf target handling.
9471 * Makefile.in: Regenerated.
9472
bdcee471
CL
94732006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9474
9475 * MAINTAINERS: Add self as score port maintainer.
9476
7d610414
BM
94772006-10-04 Brooks Moses <bmoses@stanford.edu>
9478
9479 * MAINTAINERS (Write After Approval): Add myself.
9480
e48d66a9
SK
94812006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9482
7e050830 9483 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
9484 or newer.
9485 * configure: Regenerated.
9486
c394e891
DB
94872006-09-27 Dave Brolley <brolley@redhat.com>
9488
dce2d8b2
EB
9489 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9490 using $s instead of $r.
c394e891
DB
9491 * configure: Regenerated.
9492
1ee4c5a0
TS
94932006-09-26 Thiemo Seufer <ths@mips.com>
9494
9495 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9496 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9497 * configure: Regenerate.
9498
dce2d8b2 94992006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
9500
9501 * MAINTAINERS (Write After Approval): Remove myself.
9502
0c502898
CF
95032006-09-22 Chao-ying Fu <fu@mips.com>
9504
9505 * MAINTAINERS (Write After Approval): Add myself.
9506
a7819e42
JM
95072006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9508
9509 * MAINTAINERS: Add self as soft-fp maintainer.
9510
dce2d8b2 95112006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
9512
9513 * MAINTAINERS: Add myself as avr maintainer.
9514 Remove Marek Michalkiewicz as avr maintainer.
827d0991 9515
e8288489
RC
95162006-09-07 Roberto Costa <roberto.costa@st.com>
9517
9518 * MAINTAINERS (Write After Approval): Add myself.
9519
b91f0a41
CV
95202006-08-30 Corinna Vinschen <corinna@vinschen.de>
9521
9522 * configure.in: Never build newlib for a Mingw host.
9523 Never build newlib as Mingw target library.
9524 Test the existence of winsup/cygwin for building a Cygwin newlib,
9525 rather than just winsup.
9526 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9527 building a Mingw target.
9528 * configure: Regenerate.
9529
094c07a0
EB
95302006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9531
9532 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9533
8d1171cb
PB
95342006-07-25 Paolo Bonzini <bonzini@gnu.org>
9535
9536 * config.guess: Import from src (was more updated).
9537 * config.sub: Likewise.
9538
2e9e6f68
DJ
95392006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9540
9541 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9542 * configure: Regenerated.
9543
57255173
PB
95442006-07-18 Paolo Bonzini <bonzini@gnu.org>
9545
cc6010cd
AP
9546 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9547 for stages after the first.
57255173 9548
9fbe6585
JJ
95492006-07-17 Jakub Jelinek <jakub@redhat.com>
9550
9551 * Makefile.def: Add dependencies for configure-opcodes
9552 on configure-intl and all-opcodes on all-intl.
9553 * Makefile.in: Regenerated.
9554
18c3f977
BE
95552006-07-13 Ben Elliston <bje@au.ibm.com>
9556
9557 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9558
27b56ba6
PE
95592006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9560
9561 Port to hosts whose 'sort' and 'tail' implementations
9562 treat operands with leading '+' as file names, as POSIX
9563 has required since 2001. However, make sure the code still
9564 works on pre-POSIX hosts.
9565 * ltmain.sh: Don't assume "sort +2" is equivalent to
9566 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9567
ad6d4e43
UW
95682006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9569
9570 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9571
706601d9
PG
95722006-07-04 Peter O'Gorman <peter@pogma.com>
9573
9574 * ltconfig: chmod 644 before ranlib during install.
9575
0b50988a
EB
95762006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9577
9578 PR bootstrap/18058
9579 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9580 if the bootstrap compiler is a GCC version that supports it.
9581 * configure: Regenerate.
9582
b6348cb3
PB
95832006-07-03 Paolo Bonzini <bonzini@gnu.org>
9584
95695ad3 9585 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
9586 * configure: Regenerate.
9587
1546bb64
PB
95882006-07-03 Paolo Bonzini <bonzini@gnu.org>
9589
9590 PR other/27063
9591 * configure.in: Test subdir_requires and give an appropriate
9592 error message.
9593 * configure: Regenerate.
9594
5cb6c629
AJH
95952006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9596
9597 * MAINTAINERS (Write After Approval): Add myself.
9598
f4d8cdf8
JDA
95992006-06-22 John David Anglin <dave.anglin@nrc.ca>
9600
9601 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9602
4fe5abb7
SE
96032006-06-22 Steve Ellcey <sje@cup.hp.com>
9604
9605 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9606
2a79fd67
DA
96072006-06-20 David Ayers <d.ayers@inode.at>
9608
9609 PR bootstrap/28072
9610 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9611 whether target-libjava is being configured instead of whether the
9612 java front end is enabled.
9613 * configure: Regenerate.
7e050830 9614
04879af3
RO
96152006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9616
9617 PR target/27540
9618 * configure.in: Only enable libgomp on IRIX 6.
9619 * configure: Regenerate.
9620
ec6c7392
PB
96212006-06-15 Paolo Bonzini <bonzini@gnu.org>
9622
9623 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9624 too.
9625 * Makefile.in: Regenerate.
9626
12973d7a
DD
96272006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9628
9629 * config-ml.in: Alter CCASFLAGS to include special
9630 multilib options the same as is done for CFLAGS.
9631
c67ed86a
JDA
96322006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9633
9634 * configure.in: Don't enable libgomp on hpux10.
9635 * configure: Rebuilt.
9636
cb253473
DA
96372006-06-12 David Ayers <d.ayers@inode.at>
9638
9639 PR bootstrap/27963
9640 PR target/19970
7e050830 9641 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
9642 ${libgcj} is specified.
9643 * configure: Regenerate.
7e050830 9644
dce2d8b2 96452006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
9646
9647 Sync from src:
7e050830
EC
9648
9649 * configure.in: Sync.
32845532 9650 * configure: Regenerated.
7e050830 9651
32845532
CD
9652 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9653
9654 * Makefile.def: Added dependencies from sim and gdb on intl, and
9655 added configure dependencies to everything with an all dependency
9656 on intl.
9657 * Makefile.in: Regenerated.
9658
7cd0cf9c
DA
96592006-06-06 David Ayers <d.ayers@inode.at>
9660
9661 PR libobjc/13946
9662 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9663 * Makefile.in: Regenerate.
9664 * configure.in: Add --enable-objc-gc at toplevel and have it
9665 enable boehm-gc for Objective-C.
9666 Remove target-boehm-gc from libgcj.
9667 Add target-boehm-gc to target_libraries.
9668 Add target-boehm-gc to noconfigdirs where ${libgcj}
9669 is specified.
9670 Assert that boehm-gc is supported when requested for Objective-C.
9671 Only build boehm-gc if needed either for Java or Objective-C.
9672 * configure: Regenerate.
7e050830 9673
3ff3adad
PB
96742006-06-05 Paolo Bonzini <bonzini@gnu.org>
9675
9676 PR 27674
9677 * Makefile.tpl (configure-[+prefix+][+module+],
9678 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9679 Remove rule to unstage bootstrapped modules.
9680 (stage_current): New.
9681 * Makefile.in: Regenerate.
9682
898e551d
LB
96832006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9684
9685 * MAINTAINERS (Write After Approval): Update my e-mail address.
9686
ea60341e
MS
96872006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9688
9689 * include/libiberty.h: Declare pex_run_in_environment.
9690
222ae291
AL
96912006-05-31 Asher Langton <langton2@llnl.gov>
9692
9693 * MAINTAINERS (Write After Approval): Add myself.
898e551d 9694
e9a54b07
PB
96952006-05-25 Paolo Bonzini <bonzini@gnu.org>
9696
9697 * Makefile.def (bfd, opcodes): Fix lib_path.
9698 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9699 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9700 * Makefile.in: Regenerate.
9701
03e67131
CD
97022006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9703
9704 * Makefile.in: Regenerate.
9705
65d6e994
CD
97062006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9707
9708 * Makefile.def: Add install-html target. Add datarootdir
9709 docdir and htmldir to flags_to_pass.
9710 * Makefile.tpl: Add install-html target.
9711 * Makefile.in: Regenerate.
9712 * configure.in: Add --with-datarootdir, --with-docdir, and
9713 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9714 * configure: Regenerate.
9715
9e299237
MS
97162006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9717
9718 * configure.in: Enable gprof for cross builds.
9719 * configure: Regenerate.
9720
c31202cd
RG
97212006-05-22 Richard Guenther <rguenther@suse.de>
9722
9723 Revert
9724 2006-01-31 Richard Guenther <rguenther@suse.de>
9725 Paolo Bonzini <bonzini@gnu.org>
9726
9727 * Makefile.def (target_modules): Add libgcc-math target module.
9728 * configure.in (target_libraries): Add libgcc-math target library.
9729 (--enable-libgcc-math): New configure switch.
9730 * Makefile.in: Re-generate.
9731 * configure: Re-generate.
9732 * libgcc-math: New toplevel directory.
9733
2a332582
JDA
97342006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9735 Andreas Tobler <a.tobler@schweiz.ch>
9736
9737 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9738 * configure: Rebuilt.
9739
dce2d8b2 97402006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 9741
ccce6917
SL
9742 * MAINTAINERS (Write After Approval): Add myself.
9743
ed606bc0
DD
97442006-05-01 DJ Delorie <dj@redhat.com>
9745
3d8f47a0 9746 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
9747 * configure: Regenerate.
9748
9386bd20
RG
97492006-05-01 Richard Guenther <rguenther@suse.de>
9750
9751 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9752 maintainer.
9753
dce2d8b2 97542006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
9755
9756 * MAINTAINERS (Write After Approval): Add myself.
9757
87ceee72
JB
97582006-04-28 Jan Beulich <jbeulich@novell.com>
9759
9760 * MAINTAINERS (Write After Approval): Add myself.
9761
e88a2c09
DD
97622006-04-18 DJ Delorie <dj@redhat.com>
9763
9764 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9765 reference libgloss so that libssp can be built in a combined
9766 tree.
9767 * configure: Regenerate.
9768
675f0a8a
RM
97692006-04-08 Robert Millan <rmh@gcc.gnu.org>
9770
9771 * MAINTAINERS (Write After Approval): Add myself.
9772
27b6c940
BE
97732006-04-05 Ben Elliston <bje@au.ibm.com>
9774
9775 * configure.in: Require makeinfo 4.4 or higher.
9776 * configure: Regenerate.
9777
687b17d4
GP
97782006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9779
9780 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9781 Rearrange the entries of other libraries to have them in one place.
9782
906ac235
JB
97832006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9784
7e050830 9785 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
9786 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9787
fb0103e5
RG
97882006-03-14 Richard Guenther <rguenther@suse.de>
9789
9790 * configure: Regenerate with autoconf 2.13.
9791
17237f6b
JB
97922006-03-13 Jim Blandy <jimb@codesourcery.com>
9793
9794 * MAINTAINERS: Use my work address.
bed31434
JB
9795
9796 * MAINTAINERS: Update my E-mail address.
9797
27079765
AH
97982006-03-10 Aldy Hernandez <aldyh@redhat.com>
9799
9800 * configure.in: Handle --disable-<component> generically.
9801 * configure: Regenerate.
9802
54a17039
L
98032006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9804
9805 PR libgcj/17311
9806 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9807
b9bd11ca
EE
98082006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9809
9810 * MAINTAINERS (Write After Approval): Remove myself.
9811 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9812
dce2d8b2 98132006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 9814
072b06f2
RE
9815 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9816 (TARGET_CONFIGDIRS): Remove.
9817 * configure.in: Remove AC_SUBST(target_configdirs).
9818 * Makefile.in, configure: Regenerated.
ee2312f3 9819
936e1a35
SK
98202006-02-20 Steven G. Kargl <kargls@comcast.net>
9821
9822 * MAINTAINERS (Write After Approval): Remove myself.
9823 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9824
cc11cc9b
PB
98252006-02-20 Paolo Bonzini <bonzini@gnu.org>
9826
9827 PR bootstrap/25670
9828
9829 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9830
9831 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9832 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9833 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9834 BUILD_PREFIX, BUILD_PREFIX_1.
9835 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9836
9837 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9838 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9839
9840 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9841 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9842 of `cat stage_current`. Always provide the `r' and `s' variables.
9843 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9844 a single shell execution.
9845 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9846 bootstrapped modules, make the stage1 module if the build was not
9847 started yet, else build the current stage.
9848 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9849 (all-build, all-host, all-target, [+make_target+]-host,
9850 [+make_target+]-target): Do not use \-continued lines.
9851 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9852 (current_stage, restrap, stage_last): New.
9853
9854 * Makefile.in: Regenerate.
9855 * configure: Regenerate.
9856
63a7c9ef
BD
98572006-02-19 Bud Davis <jmdavis@link.com>
9858
9859 * MAINTAINERS (Write After Approval): Remove myself.
9860 (Language Front End Maintainers): Add myself as fortran 95
9861 maintainer and update e-mail address.
9862
a3543e3a
FXC
98632006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9864
9865 * MAINTAINERS (Write After Approval): Remove myself.
9866 (Language Front End Maintainers): Add myself as fortran 95
9867 maintainer.
9868
ca5b1d2c
VK
98692006-02-16 Victor Kaplansky <victork@il.ibm.com>
9870
9871 * MAINTAINERS (Write After Approval): Add myself.
9872
0499513f
TK
98732006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9874
9875 * MAINTAINERS (Write After Approval): Remove myself.
9876 (Language Front End Maintainers): Add myself as
9877 fortran 95 maintainer.
9878
d1f8db0c
PB
98792006-02-14 Paolo Bonzini <bonzini@gnu.org>
9880
9881 Sync from src:
9882
9883 2005-12-27 Leif Ekblad <leif@rdos.net>
9884
cc6010cd
AP
9885 * configure.in: Add support for RDOS target.
9886 * configure: Regenerate.
d1f8db0c
PB
9887
98882006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 9889 Andreas Schwab <schwab@suse.de>
d1f8db0c 9890
cc6010cd 9891 * configure: Regenerate.
d1f8db0c 9892
cac90078
DE
98932006-02-12 David Edelsohn <edelsohn@gnu.org>
9894
9895 * configure.in (enable_libgomp): Add AIX.
9896 * configure: Regenerate.
9897
bd37fbf5
MK
98982006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9899
9900 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9901
23027b7a
LM
99022006-02-03 Lee Millward <lee.millward@gmail.com>
9903
9904 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9905
0058967b
RG
99062006-01-31 Richard Guenther <rguenther@suse.de>
9907 Paolo Bonzini <bonzini@gnu.org>
9908
9909 * Makefile.def (target_modules): Add libgcc-math target module.
9910 * configure.in (target_libraries): Add libgcc-math target library.
9911 (--enable-libgcc-math): New configure switch.
9912 * Makefile.in: Re-generate.
9913 * configure: Re-generate.
9914 * libgcc-math: New toplevel directory.
9915
e8b05380
PB
99162006-01-26 Paolo Bonzini <bonzini@gnu.org>
9917
9918 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9919 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9920 the assembler, linker and binutils.
9921 * configure: Regenerate.
9922
d54d5437
DM
99232006-01-22 Dirk Mueller <dmueller@suse.de>
9924
9925 * MAINTAINERS (Write After Approval): Add myself.
9926
670cbfcf
DN
99272006-01-20 Diego Novillo <dnovillo@redhat.com>
9928
9929 * configure: Regenerate.
9930
953ff289
DN
99312006-01-18 Richard Henderson <rth@redhat.com>
9932 Jakub Jelinek <jakub@redhat.com>
9933 Diego Novillo <dnovillo@redhat.com>
9934
9935 * libgomp: New directory.
9936 * Makefile.def: Add target_module libgomp.
9937 * Makefile.in: Regenerate.
9938 * configure.in (target_libraries): Add target-libgomp.
9939 * configure: Regenerate.
9940
32ce4048
AO
99412006-01-05 Alexandre Oliva <aoliva@redhat.com>
9942
9943 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9944 @ from continuation.
9945 * Makefile.in: Rebuilt.
9946
0eaf8e17 99472006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 9948
c76c0c83
CL
9949 * MAINTAINERS (Write After Approval): Add myself.
9950
2d309510
PB
99512006-01-04 Paolo Bonzini <bonzini@gnu.org>
9952
9953 PR bootstrap/24252
9954
9955 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9956 * Makefile.tpl (OBJDUMP): New.
9957 (EXTRA_HOST_FLAGS): Add it.
9958 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9959
953ff289
DN
9960 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9961 to use symbolic links between directories. Avoid race conditions
9962 or make them harmless.
9963 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
9964
9965 * Makefile.def (LEAN): Pass.
9966 * Makefile.tpl (LEAN): Define.
9967 (stage[+id+]-start): Accept that the previous directory does not
9968 exist, if the bootstrap is lean.
9969 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9970 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9971 configure substitution.
9972 ([+compare-target+]): Likewise.
9973 ([+bootstrap-target+]-lean): New.
9974 * configure.in: Remove lean bootstrap support from here.
9975
953ff289
DN
9976 * Makefile.in: Regenerate.
9977 * configure: Regenerate.
2d309510 9978
368872c3
BE
99792006-01-04 Ben Elliston <bje@au.ibm.com>
9980
9981 * MAINTAINERS (libdecnumber): Add myself.
9982
d79e6356
MM
99832006-01-02 Mark Mitchell <mark@codesourcery.com>
9984
9985 * libtool-ldflags: New script.
9986
a6fbc1e2
AS
99872006-01-02 Andreas Schwab <schwab@suse.de>
9988
9989 * configure.in: When reconfiguring remove Makefile in
9990 all stage directories.
9991 * configure: Regenerate.
9992
103a4b39
SB
99932005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9994
9995 * MAINTAINERS: Update my email address.
9996
212f829c
PB
99972005-12-20 Paolo Bonzini <bonzini@gnu.org>
9998
9999 Revert Ada-related part of the previous change.
10000
10001 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
10002 Do not pass.
10003 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
10004 * Makefile.in: Regenerate.
10005 * configure.in: Do not include mt-ppc-aix target fragment.
10006 * configure: Regenerate.
10007
8ef1f2df
PB
100082005-12-19 Paolo Bonzini <bonzini@gnu.org>
10009
10010 * configure.in: Select appropriate fragments for PowerPC/AIX.
10011 * configure: Regenerate.
10012
10013 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10014 BOOT_CFLAGS, BOOT_LDFLAGS.
10015 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10016 BOOT_CFLAGS, BOOT_LDFLAGS.
10017 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10018 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10019 (stage): Fail if we cannot complete the work.
10020 * Makefile.in: Regenerate.
10021
ab34901f
NS
100222005-12-16 Nathan Sidwell <nathan@codesourcery.com>
10023
10024 * configure.in: Replace ms1 with mt.
10025 * configure: Rebuilt.
10026
cbe82f21
BM
100272005-12-15 Bryce McKinlay <mckinlay@redhat.com>
10028
10029 * MAINTAINERS: Update my email address.
10030
19843472
PB
100312005-12-15 Paolo Bonzini <bonzini@gnu.org>
10032
10033 * Makefile.tpl (all, do-[+make_target+], do-check, install,
10034 install-host-nogcc): Don't invoke $(stage) at the end.
10035 * Makefile.in: Regenerate.
10036
1ca26cd2
PB
100372005-12-14 Paolo Bonzini <bonzini@gnu.org>
10038
10039 * configure.in: Flip the top-level bootstrap switch.
10040 * configure: Regenerate.
10041
f41d6665
DJ
100422005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
10043
10044 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10045 $(stage) and $(unstage).
10046 (EXTRA_TARGET_FLAGS): Correct double-quoting.
10047 (all): Remove stray semicolon.
10048 (local-distclean): Don't handle multilib.tmp and multilib.out.
10049 (install.all): Set $s for consistency.
10050 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10051 check_multilibs setting. Always make the install directory.
10052 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10053 Correct @if/@endif.
10054 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10055 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10056 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10057 (multilib.out): Remove.
10058 * Makefile.in: Regenerated.
10059
dce2d8b2 100602005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
10061
10062 * MAINTAINERS (Write After Approval): Add myself.
10063
64f182bd
NS
100642005-12-12 Nathan Sidwell <nathan@codesourcery.com>
10065
121b2cee
NS
10066 * MAINTAINERS: Add myself as mt maintainer.
10067
64f182bd
NS
10068 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
10069
a6d63770
AN
100702005-12-06 Adam Nemet <anemet@caviumnetworks.com>
10071
10072 * MAINTAINERS: Change email address.
10073
2abefe3d
PB
100742005-12-05 Paolo Bonzini <bonzini@gnu.org>
10075
10076 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10077 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10078 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
10079 Find in-tree tools if available.
10080 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10081 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10082 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10083 (COMPILER_*_FOR_TARGET): New.
10084 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10085 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10086 (CONFIGURED_*, USUAL_*): Remove.
10087 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10088 STRIP): Use autoconf substitutions.
10089 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10090 COMPILER_NM_FOR_TARGET): New.
10091 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10092
10093 (all): Make all-host and all-target in parallel.
10094 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10095 that $$r and $$s are set before invoking a recursive make.
10096 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10097 ([+bootstrap-target+]): Inline most of the `all' target.
10098
2f3bdde7
BE
100992005-11-29 Ben Elliston <bje@au.ibm.com>
10100
10101 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10102 from the gcc build directory.
10103 * Makefile.in: Regenerate.
10104
a4b6c45a
BE
101052005-11-29 Ben Elliston <bje@au.ibm.com>
10106
10107 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
10108 depend on all-libdecnumber.
10109 * configure.in (host_libs): Include libdecnumber.
10110 * Makefile.in: Regenerate.
10111 * configure: Likewise.
10112
473a74b9
BE
101132005-11-29 Ben Elliston <bje@au.ibm.com>
10114
10115 * libdecnumber: Import decNumber sources from the dfp-branch.
10116
b4623110
KJ
101172005-11-21 Kean Johnston <jkj@sco.com>
10118
10119 * config.sub, config.guess: Sync from upstream sources.
10120
67dc1785
BE
101212005-11-21 Ben Elliston <bje@au.ibm.com>
10122
10123 Import from Autoconf sources:
10124
10125 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
10126 * config/move-if-change: Don't output "$2 is unchanged";
10127 suggested by Ben Elliston. Handle weird characters correctly.
10128
186abafe
AT
101292005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
10130
10131 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10132 to match upstream libtool for darwin.
10133
ef9db8d5
DJ
101342005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
10135
10136 * Makefile.def: Remove gdb dependencies for gdbtk.
10137 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10138 (configure-gdb, install-gdb): New rules.
10139 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10140 * Makefile.in, configure: Regenerated.
10141
9c5141ab
JB
101422005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
10143
10144 * MAINTAINERS (Write After Approval): Add myself.
10145
4523d51b
EE
101462005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
10147
10148 * MAINTAINERS (Write After Approval): Add myself.
10149
086b011c
DN
101502005-10-24 Diego Novillo <dnovillo@redhat.com>
10151
10152 * MAINTAINERS (alias analysis): Add Daniel Berlin and
10153 Diego Novillo.
10154
e7c84bf8
PB
101552005-10-22 Paolo Bonzini <bonzini@gnu.org>
10156
10157 PR bootstrap/24297
10158 * Makefile.tpl (do-[+make-target+], do-check, install,
10159 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10160 are set before recursing.
10161 * Makefile.in: Regenerate.
10162
b88a7564
EB
101632005-10-20 Eric Botcazou <ebotcazou@adacore.com>
10164
10165 PR bootstrap/18939
10166 * Makefile.def (gcc) <target>: Fix thinko.
10167 * Makefile.in: Regenerate.
10168
61efc800
BS
101692005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
10170
10171 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10172 * configure: Regenerate.
10173
f53d2869
JZ
101742005-10-15 Jie Zhang <jie.zhang@analog.com>
10175
10176 * MAINTAINERS (Write After Approval): Add self.
10177
077fc835
KH
101782005-10-08 Kazu Hirata <kazu@codesourcery.com>
10179
10180 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10181 target-libffi, target-qthreads, target-libjava, and
10182 targetlibobjc.
10183 * configure: Regenerate.
10184
d739199a
DJ
101852005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
10186
10187 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10188 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10189 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10190 (USUAL_OBJDUMP_FOR_TARGET): New.
10191 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10192 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 10193 * configure, Makefile.in: Regenerated.
d739199a 10194
db38c6bb
PB
101952005-10-05 Paolo Bonzini <bonzini@gnu.org>
10196
10197 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10198 before other host packages.
10199
3015564c
KK
102002005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
10201
10202 * MAINTAINERS: Add self as sh libraries/configury maintainer.
10203
1061f99e
PB
102042005-10-05 Paolo Bonzini <bonzini@gnu.org>
10205
10206 PR bootstrap/22340
10207
10208 * configure.in (default_target): Remove.
10209 * Makefile.tpl (all): Do not use prerequisites as subroutines
10210 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10211 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10212 use prerequisites as subroutines.
10213 (check-host, check-target): New.
10214 (bootstrap configure & all targets): Do not use stage*-start
10215 if the directory layout is already ok.
10216 (non-bootstrap configure & all targets): Prepend a $(unstage).
10217 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
10218 (NOTPARALLEL): Remove.
10219 (unstage, stage variables): New variables.
10220 (unstage, stage targets): Simply expand to those variables.
10221
10222 * configure: Regenerate.
10223 * Makefile.in: Regenerate.
10224
4a9c436f
JW
102252005-10-04 James E Wilson <wilson@specifix.com>
10226
10227 * Makefile.def (lang_env_dependencies): Add libmudflap.
10228 * Makefile.in: Regenerate.
10229
37150080
AS
102302005-10-03 Andreas Schwab <schwab@suse.de>
10231
10232 Backport from libtool CVS:
10233 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
10234
10235 * ltmain.sh: add support for installing into temporary
10236 staging area (e.g. 'make install DESTDIR=...')
10237
39d16468
L
102382005-10-03 H.J. Lu <hongjiu.lu@intel.com>
10239
10240 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10241 * configure: Regenerated.
10242
72a7ab82
AP
102432005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
10244
10245 * configure: Regenerate with the correct
10246 autoconf version.
10247
6b65a26d
CM
102482005-09-30 Catherine Moore <clm@cm00re.com>
10249
10250 * configure.in (bfin-*-*): New.
10251 * configure: Regenerated.
10252
040b1c5a
GK
102532005-09-28 Geoffrey Keating <geoffk@apple.com>
10254
10255 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10256 (LIPO_FOR_TARGET): New.
10257 (CONFIGURED_LIPO_FOR_TARGET): New.
10258 (USUAL_LIPO_FOR_TARGET): New.
10259 (STRIP_FOR_TARGET): New.
10260 (CONFIGURED_STRIP_FOR_TARGET): New.
10261 (USUAL_STRIP_FOR_TARGET): New.
10262 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10263 STRIP_FOR_TARGET.
10264 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10265 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10266 * Makefile.in: Regenerate.
10267 * configure: Regenerate.
7e050830 10268
3a3c28db
DE
102692005-09-19 David Edelsohn <edelsohn@gnu.org>
10270
10271 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10272 (rs6000-*-aix*): Same.
10273 * configure: Regenerate.
10274
2749a921
TT
102752005-09-16 Tom Tromey <tromey@redhat.com>
10276
10277 * MAINTAINERS: Add self as java maintainer.
10278
7f26dfa3
FXC
102792005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
10280
10281 * configure.in: Recognize f95 in the --enable-languages option,
10282 and substitute it for fortran, issuing a warning.
10283 * configure: Regenerate.
10284
d8852c4f
PE
102852005-08-30 Phil Edwards <phil@codesourcery.com>
10286
10287 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
10288 * configure: Regenerated.
10289
ad685e81
AH
102902005-08-22 Aldy Hernandez <aldyh@redhat.com>
10291
10292 * MAINTAINERS: Add self as ms1 maintainer.
10293
b00d752c
RE
102942005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
10295
10296 * Makefile.def (libssp): Add to lang_env_dependencies.
10297 * Makefile.in: Regenerate.
10298
9ed8fb9b
ILT
102992005-08-18 Ian Lance Taylor <ian@airs.com>
10300
10301 * MAINTAINERS: Add myself as middle-end maintainer.
10302
0f029d39
CG
103032005-08-17 Christian Groessler <chris@groessler.org>
10304
10305 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10306 * Makefile.in: Regenerate.
10307
81087874
AK
103082005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
10309
10310 * MAINTAINERS (write after approval): Added myself.
10311
6a134f1c
MR
103122005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
10313
10314 * MAINTAINERS (Write After Approval): Add myself.
10315
2693c0b0
PB
103162005-08-12 Paolo Bonzini <bonzini@gnu.org>
10317
10318 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10319 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10320 Look for alternate names of the target cc and c++
10321 * configure: Regenerate.
10322
4de997d1
PB
103232005-08-08 Paolo Bonzini <bonzini@gnu.org>
10324
10325 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10326 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10327 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10328 tools; remove code to manually set them.
10329 (Target tools): Look in the environment for them.
10330 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10331 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10332 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10333 build directory.
10334 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10335 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10336 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10337 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10338 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10339 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10340 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10341 * configure: Regenerate.
10342 * Makefile.in: Regenerate.
10343
b089e33a
BE
103442005-07-28 Ben Elliston <bje@au.ibm.com>
10345
10346 * MAINTAINERS: Update for removed CPU targets.
10347
e3791243
MM
103482005-07-27 Mark Mitchell <mark@codesourcery.com>
10349
10350 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 10351 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
10352 * Makefile.in: Regenerated.
10353
526635cb
MM
103542005-07-26 Mark Mitchell <mark@codesourcery.com>
10355
10356 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10357 (CFLAGS_FOR_TARGET): Use it.
10358 (CXXFLAGS_FOR_TARGET): Likewise.
10359 * Makefile.in: Regenerated.
10360 * configure.in (--with-build-sysroot): New option.
10361 * configure: Regenerated.
10362
19791f70
PB
103632005-07-24 Paolo Bonzini <bonzini@gnu.org>
10364
10365 * Makefile.tpl: Wrap install between unstage and stage
10366 * Makefile.in: Regenerate.
10367
35f5a23f
EC
103682005-07-21 Eric Christopher <echristo@apple.com>
10369
10370 * MAINTAINERS: Update affiliation.
10371
ff3ddf15
PW
103722005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
10373
10374 * MAINTAINERS: Add self as crx port maintainer.
10375
3a664c1c
DD
103762005-07-20 DJ Delorie <dj@redhat.com>
10377
10378 * MAINTAINERS: Add self as m32c maintainer.
10379
539df155
KC
103802005-07-16 Kelley Cook <kcook@gcc.gnu.org>
10381
10382 * all files: Update FSF address.
10383
be9c593a
EC
103842005-07-15 Eric Christopher <echristo@redhat.com>
10385
10386 * MAINTAINERS: Change affiliation.
10387
fd7ea4ab
JB
103882005-07-14 Jim Blandy <jimb@redhat.com>
10389
10390 * configure.in: Add cases for Renesas m32c.
10391 * configure: Regenerated.
7e050830 10392
0063a823
KC
103932005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10394
d0ca130a
KC
10395 * COPYING.LIB: Update from fsf.org.
10396
103972005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10398
10399 * COPYING, compile, config.guess,
0063a823
KC
10400 config.sub, install-sh, missing, mkinstalldirs,
10401 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 10402 * config-ml.in: Update FSF address.
0063a823 10403
a8ba31f2
EC
104042005-07-13 Eric Christopher <echristo@redhat.com>
10405
10406 * configure.in: Add toplevel noconfigdir support for tpf.
10407 * configure: Regenerate.
10408
5bea4a03
PB
104092005-07-11 Paolo Bonzini <bonzini@gnu.org>
10410
10411 PR ada/22340
10412
10413 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10414 * Makefile.in: Regenerate.
10415
284bdbbd
MM
104162005-07-07 Mark Mitchell <mark@codesourcery.com>
10417
10418 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 10419 Brolley to write-after-approval.
284bdbbd 10420
452190fb
AS
104212005-07-07 Andreas Schwab <schwab@suse.de>
10422
10423 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10424 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10425 * Makefile.in: Regenerated.
10426
9c8f9ec2
GK
104272005-07-06 Geoffrey Keating <geoffk@apple.com>
10428
10429 * configure.in: Don't build sim or rda when targetting darwin.
10430 * configure: Regenerate.
10431
ef0087a7
KH
104322005-07-06 Kazu Hirata <kazu@codesourcery.com>
10433
10434 * configure.in: Add --enable-libssp and --disable-libssp.
10435 * configure: Regenerate with autoconf-2.13.
10436
77008252
JJ
104372005-07-02 Jakub Jelinek <jakub@redhat.com>
10438
10439 * Makefile.def (target_modules): Add libssp.
10440 * configure.in (target_libraries): Add target-libssp.
10441 * configure: Rebuilt.
10442 * Makefile.in: Rebuilt.
10443
a04eae1b
ZW
104442005-07-01 Zack Weinberg <zackw@panix.com>
10445
10446 * MAINTAINERS: Change email address. Resign from maintainership.
10447
948884cd
RG
104482005-07-01 Richard Guenther <rguenther@suse.de>
10449
10450 * MAINTAINERS: Change my e-mail address and affiliation.
10451
c7870f5d
PB
104522005-06-22 Paolo Bonzini <bonzini@gnu.org>
10453
10454 * Makefile.def (stagefeedback): Come after profile.
10455 Define profiledbootstrap target.
10456 * Makefile.tpl (profiledbootstrap): Remove.
10457 (stageprofile-end): Zap stagefeedback.
10458 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10459 * Makefile.in: Regenerate.
10460
ab99519a
RS
104612005-06-13 Richard Sandiford <richard@codesourcery.com>
10462
10463 * MAINTAINERS: Update my email address.
10464
f610dd5f
ZW
104652005-06-13 Zack Weinberg <zack@codesourcery.com>
10466
10467 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10468 In 'cpp' stanza, support '#line' as well as '# '.
10469
71bc2a83
AS
104702005-06-08 Andreas Schwab <schwab@suse.de>
10471
10472 * MAINTAINERS: Move myself from 'Write After Approval' to
10473 'CPU Port Maintainers' section as m68k maintainer.
10474
4fab7234
HPN
104752005-06-07 Hans-Peter Nilsson <hp@axis.com>
10476
10477 * configure.in (unsupported_languages): New macro.
10478 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10479 non-ported target libraries in noconfigdirs.
10480 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10481 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 10482 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
10483 unsupported_languages.
10484 * configure: Regenerate.
10485
68193f9b
TS
104862005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10487
10488 * configure.in: Fix typo in handling of --with-mpfr-dir.
10489 * configure: Regenerate.
10490
f26f6b8d
RS
104912005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10492
10493 * MAINTAINERS: Update my email address.
10494
ba4853f8
JB
104952005-06-02 Jim Blandy <jimb@redhat.com>
10496
10497 * config.sub: Add cases for the Renesas m32c. (This patch has been
10498 accepted into the master sources.)
10499
79dd769c 105002005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
10501 Michael Snyder <msnyder@redhat.com>
10502 Stan Cox <scox@redhat.com>
79dd769c 10503
f610dd5f 10504 * configure.in: Set noconfigdirs for ms1.
79dd769c 10505
f610dd5f 10506 * configure: Regenerate.
79dd769c 10507
d29e107f
JD
105082005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10509
10510 * MAINTAINERS (Write After Approval): Add self.
10511
e93196c3
JC
105122005-06-01 Josh Conner <jconner@apple.com>
10513
10514 * MAINTAINERS (Write After Approval): Add self.
10515
ae263c7a
KH
105162005-06-01 Kazu Hirata <kazu@codesourcery.com>
10517
10518 * MAINTAINERS: Update my email address.
10519
585b3aa3
ZM
105202005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10521
10522 * MAINTAINERS (Write After Approval): Add self.
10523
4930c50b
CD
105242005-05-26 Chris Demetriou <cgd@broadcom.com>
10525
10526 * MAINTAINERS (Write After Approval): Remove self.
10527
2dfbef6d
PB
105282005-05-25 Paolo Bonzini <bonzini@gnu.org>
10529
10530 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10531 (Dependencies): Consider target modules for bootstrap dependencies.
10532 Make target bootstrap modules depend on each stage's gcc.
10533 * Makefile.in: Regenerate.
10534
bcb28cf5
PB
105352005-05-20 Paolo Bonzini <bonzini@gnu.org>
10536
10537 * Makefile.def (configure-gcc): Depend on binutils having been built.
10538 (all-gcc): No need to do it here.
10539 * Makefile.in: Regenerate.
10540
0cf085e4
PB
105412005-05-19 Paul Brook <paul@codesourcery.com>
10542
f610dd5f 10543 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
10544 language cannot be built.
10545 * configure: Regenerate.
10546
dfb2c39a
DJ
105472005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10548
10549 * ylwrap: Import from Automake 1.9.5.
10550
771aaa92
DU
105512005-05-13 David Ung <davidu@mips.com>
10552
10553 * MAINTAINERS (Write After Approval): Add self.
10554
3ac9bd58
MS
105552005-05-09 Mike Stump <mrs@apple.com>
10556
10557 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10558 lt_cv_sys_max_cmd_len for now.
f610dd5f 10559
f77a5578
SC
105602005-05-09 Stan Cox <scox@redhat.com>
10561
10562 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10563
795e36e5
MK
105642005-05-08 Matt Kraai <kraai@ftbfs.org>
10565
10566 * README.SCO: Update the URL.
10567
c9392a2b
DE
105682005-05-05 David Edelsohn <edelsohn@gnu.org>
10569
10570 * ltconfig: Define file_list_spec. Pass file_list_spec and
10571 with_gnu_ld to libtool.
10572 * ltcf-c.sh (aix[45]): Define file_list_spec.
10573 * ltcf-cxx.sh (aix[45]): Same.
10574 * ltcf-gcj.sh (aix[45]): Same.
10575 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10576 exists, write list of input files to temporary file.
10577
bebcd931
MS
105782005-05-04 Mike Stump <mrs@apple.com>
10579
10580 * configure.in: Always pass --target to target configures as
10581 otherwise rebuilds that do --recheck will fail.
10582 * confiugure: Rebuilt.
10583
ce406537
PB
105842005-05-04 Paolo Bonzini <bonzini@gnu.org>
10585
10586 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10587 STAGE_HOST_EXPORTS.
10588 (configure, all): Add bootstrap support.
10589 (Host modules, target modules): Pass post-stage1 flags and exports.
10590 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10591 * Makefile.in: Regenerate.
10592
aa9dcfc4
PB
105932005-04-29 Paolo Bonzini <bonzini@gnu.org>
10594
10595 * configure: Regenerate.
10596
b6f9abcf
MS
105972005-04-27 Mike Stump <mrs@apple.com>
10598
10599 * MAINTAINERS: Add self as darwin maintainer.
10600
acb217cb
BS
106012005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10602
10603 * config.sub: Update from master copy.
10604
b6dae270
MS
106052005-04-21 Mike Stump <mrs@apple.com>
10606
10607 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10608 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10609
c2e0d3a9
HPN
106102005-04-19 Hans-Peter Nilsson <hp@axis.com>
10611
10612 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10613 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10614 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10615 "*-*-elf" and "*-*-linux*".
10616 * configure: Regenerate.
10617
871ae772
JM
106182005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10619
10620 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10621
bf070c29
MS
106222005-04-12 Mike Stump <mrs@apple.com>
10623
10624 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10625
e865b6f7
TK
106262005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10627
10628 * MAINTAINERS (Write After Approval): Add myself.
10629
7b71ad7f
BS
106302005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10631
10632 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10633
25b42232
PB
106342005-04-06 Paolo Bonzini <bonzini@gnu.org>
10635
f610dd5f 10636 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
10637 (TARGET_CONFIGARGS): Include --with-target-subdir.
10638 (configure, all): New macros. Use them throughout.
10639 * Makefile.in: Regenerate.
10640
d727c624
JG
106412005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10642
10643 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 10644
fff72cc4
ZD
106452005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10646
10647 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10648
86472dc3
GP
106492005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10650
10651 * MAINTAINERS: Move John Carr to Write After Approval.
10652
dce2d8b2 106532005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
10654
10655 * config/mh-mingw32: Delete.
10656 * configure.in: Don't use it.
10657 * configure: Regenerate.
10658
33da42bc
PB
106592005-03-31 Paolo Bonzini <bonzini@gnu.org>
10660
10661 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10662 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 10663 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
10664 (HOST_LIB_PATH): Generate from Makefile.def.
10665 (TARGET_LIB_PATH): Likewise.
10666 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10667 * Makefile.in: Regenerate.
10668 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10669 (RPATH_ENVVAR): Include Darwin case.
10670 * configure: Regenerate.
10671
15cc1841
TF
106722005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10673
10674 * MAINTAINERS (Various Maintainers): Remove self.
10675 (Write After Approval): Add self.
10676
6a8c79d5
TF
106772005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10678
10679 * MAINTAINERS (Various Maintainers): Add self.
10680
256f7136
PB
106812005-03-25 Paolo Bonzini <bonzini@gnu.org>
10682
10683 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10684 * configure: Regenerate.
10685
191dd2c9
ZW
106862005-03-21 Zack Weinberg <zack@codesourcery.com>
10687
10688 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10689 gcc_version, and gcc_version_trigger from set of flags to pass.
10690 * Makefile.tpl: Remove definitions of above variables.
10691 (config.status): Remove dependency on $(gcc_version_trigger).
10692 * Makefile.in: Regenerate.
10693 * configure.in: Do not reference config/gcc-version.m4 nor
10694 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10695 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10696 * configure: Regenerate.
10697
ef6e9bc0 106982005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 10699 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
10700
10701 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10702 * Makefile.in: Regenerate.
10703
009bbd5a
FW
107042005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10705
10706 * MAINTAINERS (Write After Approval): Add myself.
10707
09f8755b
DA
107082005-03-03 David Ayers <d.ayers@inode.at>
10709
10710 * MAINTAINERS (Write After Approval): Add myself.
10711
e73ed25c
AO
107122005-03-01 Alexandre Oliva <aoliva@redhat.com>
10713
10714 PR libgcj/20160
10715 * ltmain.sh: Avoid creating archives with components that have
10716 duplicate basenames.
10717
ace9ac7b
AP
107182005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10719
10720 PR bootstrap/20250
10721 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10722 instead of check.
10723 * Makefile.in: Regenerate.
10724
c9db9354
PB
107252005-02-28 Paolo Bonzini <bonzini@gnu.org>
10726
10727 * Makefile.in: Regenerate to fix conflict between the previous two
10728 patches.
10729
215c351a
PB
107302005-02-28 Paolo Bonzini <bonzini@gnu.org>
10731
10732 PR bootstrap/17383
10733 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10734 * Makefile.tpl (HOST_SUBDIR): New substitution.
10735 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10736 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10737 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10738 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10739 (Host modules, Bootstrapped modules): Use it.
10740 (Build modules, Target modules): Do not create symlink trees,
10741 always configure out-of-srcdir.
10742 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10743 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10744 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10745 $(HOST_SUBDIR). Create a symlink for host_subdir.
10746
10747 * Makefile.in: Regenerate.
10748 * configure: Regenerate.
10749
5395b47b
NN
107502005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10751
10752 Merged from libada-gnattools-branch:
10753 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10754
10755 * gnattools: New directory.
10756 * Makefile.def: Add gnattools as a module, depending on target-libada.
10757 * Makefile.in: Regenerate.
10758 * configure.in: Include gnattools in host_tools; disable it if ada
10759 is disabled.
10760 * configure: Regenerate.
10761
ca2cc05c
JM
107622005-02-24 James A. Morrison <phython@gcc.gnu.org>
10763
10764 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10765 treelang maintainer.
10766 (Write After Approval): Remove myself.
10767
d2f3024f
PS
107682005-02-23 Paul Schlie <schlie@comcast.net>
10769
10770 * configure.in: Allow darwin targeted ports to build tk, itcl and
10771 libgui.
10772 * configure: Regenerate.
10773
bba5e0ca
EB
107742005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10775
10776 PR libgcj/10353
10777 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10778 * configure: Regenerate.
10779
70132ce7
SK
107802005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10781
10782 * MAINTAINERS (Write After Approval): Add myself.
10783
20f0edca
ILT
107842005-02-10 Ian Lance Taylor <ian@airs.com>
10785
10786 * MAINTAINERS: Update my e-mail address.
10787
e64e5109
RG
107882005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10789
10790 * MAINTAINERS (Write After Approval): Add myself.
10791
40d64b5a
HPN
107922005-01-29 Hans-Peter Nilsson <hp@axis.com>
10793
10794 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10795 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10796 target-libgloss when not *-*-elf and *-*-aout.
10797 * configure: Regenerate.
10798
54a12711
KH
107992005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10800
10801 * MAINTAINERS: Remove obsolete entries.
10802
0aa99dbb
KH
10803 * MAINTAINERS (Write After Approval): Add Michael Matz.
10804
2b009f5f
NB
108052005-01-19 Neil Booth <neil@daikokuya.co.uk>
10806
10807 * MAINTAINERS: Remove self as cpplib maintainer.
10808
385870f5
KC
108092005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10810
10811 * install-sh, config.sub: Import from upstream.
10812
e7daab31
KC
108132005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10814
10815 PR bootstrap/18222
10816 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10817 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10818 * Makefile.in: Regenerate.
10819
e6003f4d
JT
108202005-01-16 Jason Thorpe <thorpej@netbsd.org>
10821
10822 * MAINTAINERS: Update my email address.
10823
145e2972 108242005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 10825 Andreas Schwab <schwab@suse.de>
145e2972
DE
10826
10827 PR bootstrap/18033
10828 * config-ml.in: Eval option if surrounded by single quotes.
10829
86c7e0da
PB
108302005-01-03 Paolo Bonzini <bonzini@gnu.org>
10831
10832 Revert 2004-12-28 Makefile changes, a better fix will be
10833 applied to mainline and src after GCC 4.0 branches.
10834
3224a22f
PB
108352004-12-28 Paolo Bonzini <bonzini@gnu.org>
10836
10837 PR bootstrap/17383
10838
10839 * Makefile.def (target_modules): Remove stage parameter,
10840 it is always true now.
10841 * Makefile.tpl (configure-build-[+module+],
10842 configure-target-[+module+]): Always build symlink tree
10843 for the directory and for include. BUILD_SUBDIR and
10844 TARGET_SUBDIR cannot be . anymore.
10845 * Makefile.in: Regenerate.
10846
aaf51ca2
DE
108472004-12-25 David Edelsohn <edelsohn@gnu.org>
10848
10849 Revert 2004-12-08 Makefile changes.
10850
4e32e454
DS
108512004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10852
10853 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10854 cygwin, mingw.
10855
669f01d8
AS
108562004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10857
10858 * configure.in (sh64-*-*): Reenable gprof.
10859 * configure: Regenerate.
10860
1b227ee0
DE
108612004-12-08 David Edelsohn <edelsohn@gnu.org>
10862
10863 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10864 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10865 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10866 * Makefile.in: Regenerate.
10867
ce5e944c
CF
108682004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10869
10870 * MAINTAINERS: Update my email address.
10871
893f1e87
MK
108722004-12-07 Matt Kraai <kraai@ftbfs.org>
10873
10874 * Makefile.tpl: Generate normal dependencies if the LHS module is
10875 not bootstrapped.
10876 * Makefile.in: Regenerate.
10877
bb59c339
RS
108782004-12-03 Richard Sandiford <rsandifo@redhat.com>
10879
10880 * configure.in: Include config/gxx-include-dir.m4. Use
10881 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10882 * configure: Regenerate.
10883
4982adbe
RS
108842004-12-03 Richard Sandiford <rsandifo@redhat.com>
10885
10886 * config.if: Delete.
10887 * configure.in: Set libstdcxx_incdir directly.
10888 * configure: Regenerate.
10889
05750653
EC
108902004-12-02 Eric Christopher <echristo@redhat.com>
10891
10892 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10893 * Makefile.in: Regenerate.
10894
5fef1dbd
RS
108952004-12-02 Richard Sandiford <rsandifo@redhat.com>
10896
10897 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10898 * configure: Regenerate.
10899
afabd8e6
RS
109002004-12-02 Richard Sandiford <rsandifo@redhat.com>
10901
10902 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10903 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10904 * configure: Regenerate.
10905
78716e86
EC
109062004-12-01 Eric Christopher <echristo@redhat.com>
10907
10908 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10909 of things to remove.
10910
57ab8ba9
MK
109112004-11-29 Matt Kraai <kraai@ftbfs.org>
10912
10913 * MAINTAINERS (Write After Approval): Update my e-mail address.
10914
2539bffe
KC
109152004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10916
10917 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10918 from CVS libtool to always pass_all.
10919
3e732ba0
JDA
109202004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10921
10922 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10923 (hppa*64*-*-*): Delete incorrect comment.
10924 * configure: Rebuilt.
10925
767f726e
KC
109262004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10927
10928 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10929
2c92e90f
KC
109302004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10931
10932 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10933 from CVS libtool to always pass_all.
10934
32f84e48
KC
109352004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10936
10937 * install-sh, compile: Import from automake.
10938
9587be8a
KC
109392004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10940
10941 * config.guess, config.sub: Import from savannnah.
10942
04e81808 109432004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
10944
10945 * MAINTAINERS (Write After Approval): Add myself
10946
f87a2b2e
MS
109472004-11-12 Mike Stump <mrs@apple.com>
10948
10949 * Makefile.def: Add html support.
10950 * Makefile.tpl: Likewise.
10951 * Makefile.in: Regenerate.
10952
848556c2
GK
109532004-11-11 Geoffrey Keating <geoffk@apple.com>
10954
556f03c4
GK
10955 PR 18423
10956 * configure.in: Remove all instances of build-fixincludes from
10957 noconfigdirs.
10958 (build_configargs): Supply --target to subdirectories.
10959 * configure: Regenerate.
10960
848556c2
GK
10961 * Makefile.def: Make gcc install depend on fixincludes install.
10962 * Makefile.in: Regenerate.
10963
9e5712a5
JJ
109642004-11-10 Janis Johnson <janis187@us.ibm.com>
10965
10966 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10967
4ef509c0
PB
109682004-11-11 Paul Brook <paul@codesourcery.com>
10969
10970 * MAINTAINERS: Add self as arm maintainer. Update email address.
10971
20d11df6
HPN
109722004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10973
10974 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10975 target-libgfortran.
79fd8592 10976 * configure: Regenerate.
20d11df6 10977
68c70f15
DE
109782004-11-07 David Edelsohn <edelsohn@gnu.org>
10979
10980 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10981 like CC.
10982
54f88091
PB
109832004-11-05 Paolo Bonzini <bonzini@gnu.org>
10984
10985 * Makefile.def (host fixincludes): Specify missing targets.
10986 * Makefile.in: Regenerate.
10987
6866abb8
RC
109882004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10989
10990 * MAINTAINERS: Add myself
10991
83f62578
GL
109922004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10993
10994 * MAINTAINERS (Write After Approval): Add myself.
10995
53c7ffe7
GK
109962004-11-04 Geoffrey Keating <geoffk@apple.com>
10997
10998 * Makefile.def: Build fixincludes for the host, too.
10999 * Makefile.in: Regenerate.
11000 * configure.in (host_tools): Add fixincludes.
11001 * configure: Regenerate.
11002
ac8b3d9d
DJ
110032004-11-04 Daniel Jacobowitz <dan@debian.org>
11004
11005 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
11006 * configure: Regenerated.
11007
bab37580
L
110082004-11-04 H.J. Lu <hongjiu.lu@intel.com>
11009
11010 PR other/17783
11011 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11012 * configure: Regenerated.
11013
db1de713
MM
110142004-10-31 Mark Mitchell <mark@codesourcery.com>
11015
11016 * README.SCO: Update per FSF instructions.
11017
a827e21a
EW
110182004-10-28 Eric B. Weddington <ericw@evcohs.com>
11019
11020 PR target/18151
11021 * configure.in (case ${target}): Do not build fixincludes for avr.
11022 * configure: Regenerated.
11023
9d069a4f
PB
110242004-10-26 Paolo Bonzini <bonzini@gnu.org>
11025
11026 * configure.in (case ${target}): Do not build fixincludes
11027 on platforms where it is not used.
11028 * configure: Regenerated.
11029
fc45f3fe
DJ
110302004-10-23 Daniel Jacobowitz <dan@debian.org>
11031
11032 * configure.in: Use an absolute path to install-sh.
11033 * configure: Regenerated.
11034
36554b92
AL
110352004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
11036
11037 * MAINTAINERS (Write After Approval): Add myself.
11038
88e9994a
KH
110392004-10-19 Kazu Hirata <kazu@cs.umass.edu>
11040
11041 * MAINTAINERS: Remove from Write After Approval those that are
11042 already maintainers.
11043
ad02a944
SP
110442004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
11045
11046 * MAINTAINERS: Update my email address.
11047
c8e6cd41
KC
110482004-10-12 Kelley Cook <kcook@gcc.gnu.org>
11049
11050 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11051 * configure: Regenerate.
11052
dce2d8b2 110532004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
11054
11055 * MAINTAINERS: Update my email address.
11056
a8b0957e
KH
110572004-10-07 Kazu Hirata <kazu@cs.umass.edu>
11058
11059 * MAINTAINERS (Language Front Ends Maintainers): New. Move
11060 entries belonging to this category.
11061
96836f61
JZ
110622004-10-06 Josef Zlomek <josef.zlomek@email.cz>
11063
11064 * MAINTAINERS: Update my e-mail address.
11065
7e0b5752
PB
110662004-10-06 Paolo Bonzini <bonzini@gnu.org>
11067
11068 Fix wrong conflict resolution in:
11069
11070 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
11071
11072 * Makefile.in: Regenerate.
11073 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11074 in the recursive `make', instead of hardwiring `all'.
11075 (Autogenerated TARGET-* variables): New.
11076
370f7a47
TL
110772004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
11078
11079 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 11080 * configure: Regenerate.
370f7a47 11081
13e5d623
KH
110822004-10-04 Kazu Hirata <kazu@cs.umass.edu>
11083
11084 * MAINTAINERS (Various Maintainers): Move the "windows,
11085 cygwin, mingw" maintainer to ...
11086 (OS Port Maintainers): ... here.
11087
a6497c1b
KH
110882004-10-04 Kazu Hirata <kazu@cs.umass.edu>
11089
11090 * MAINTAINERS (Write After Approval): Remove those that are
11091 maintainers of some subsystem.
11092
1abb828a
D
110932004-10-02 P.J. Darcy <darcypj@us.ibm.com>
11094
11095 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11096 * ltcf-cxx.sh (tpf*): Likewise.
11097 * ltconfig (tpf*): Add TPF OS configuration support.
11098
16d1338d
BS
110992004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
11100
11101 * MAINTAINERS: Change my email address to my new work account.
11102
9082a750
MR
111032004-09-24 Michael Roth <mroth@nessie.de>
11104
11105 * configure.in (--without-headers): Add missing double quotes.
11106 * configure: Regenerate.
11107
dce2d8b2 111082004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
11109
11110 * ylwrap: Revert to previous version.
11111
4c4a5bbc
L
111122004-09-23 H.J. Lu <hongjiu.lu@intel.com>
11113
11114 PR bootstrap/17369
11115 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11116 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11117 SET_GCC_LIB_PATH_CMD.
11118 (BASE_TARGET_EXPORTS): Likewise.
11119 * Makefile.in: Regenerated.
11120
11121 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11122 * configure: Regenerated.
11123
85f59630
KC
111242004-09-23 Kelley Cook <kcook@gcc.gnu.org>
11125
11126 * config.guess: New upstream version
11127 * compile, depcomp, install-sh, ylwrap: Likewise.
11128
95c53c62
RS
111292004-09-19 Roger Sayle <roger@eyesopen.com>
11130
11131 * config/mh-x86omitfp: New host makefile fragment. Add
11132 -fomit-frame-pointer to the default BOOT_CFLAGS.
11133 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11134 * configure: Regenerate.
11135
0a1c093b
AP
111362004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
11137
11138 PR target/11572
11139 * configure.in (*-*-darwin*): Renable libobjc.
11140 * configure: Regenerate.
11141
315fcf97
NS
111422004-09-10 Nathan Sidwell <nathan@codesourcery.com>
11143
11144 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11145
0a050485 111462004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 11147
0a050485
DB
11148 * Makefile.def: Remove libbanshee.
11149 * Makefile.tpl: Ditto.
11150 * configure.in: Ditto.
11151 * Makefile.in: Regen.
11152 * configure: Ditto.
11153
5f4a098e
DE
111542004-09-08 David Edelsohn <edelsohn@gnu.org>
11155
11156 * ltmain.sh: Use $pic_object as $non_pic_object if
11157 $non_pic_object=none.
11158
32b2511f
PB
111592004-09-07 Paolo Bonzini <bonzini@gnu.org>
11160
11161 * missing: Import latest version from master repository.
11162
fc4d0e82
NC
111632004-09-06 Nick Clifton <nickc@redhat.com>
11164
11165 * config.sub: Import latest version from master repository.
11166 * config.guess: Likewise.
11167 This includes these changes:
78716e86 11168
fc4d0e82
NC
11169 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
11170
11171 * config.sub: Handle crisv32, alias etraxfs.
11172 * config.guess (crisv32:Linux:*:*): Handle.
11173
11174 2004-08-13 Brad Smith <brad@comstyle.com>
11175
11176 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11177 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11178
11179 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
11180
11181 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11182 assume the processor is a powerpc. This is because coreutils
11183 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11184 in this case, due to a MacOS X bug that causes
11185 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11186 to return a negative number.
11187 Problem reported by Petter Reinholdtsen in:
11188 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11189
11190 2004-07-19 Ben Elliston <bje@gnu.org>
11191
11192 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11193
11194 2004-06-24 Ben Elliston <bje@gnu.org>
11195
11196 * config.guess: Update copyright years.
11197 * config.sub: Likewise.
11198
11199 2004-06-22 Robert Millan <robertmh@gnu.org>
11200
11201 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11202 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11203
11204 2004-06-22 Stanley F. Quayle <stan@stanq.com>
11205
11206 * config.guess (*:*VMS:*:*): New entry. Replaces
11207 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11208 manufacturer.
11209
11210 2004-06-22 Ben Elliston <bje@gnu.org>
11211
11212 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11213 * config.sub: Likewise.
11214
11215 2004-06-22 Ben Elliston <bje@gnu.org>
11216
11217 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11218 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11219
11220 2004-06-11 Ben Elliston <bje@gnu.org>
11221
11222 * config.guess (pegasos:OpenBSD:*:*): Remove.
11223
11224 2004-06-11 Ben Elliston <bje@gnu.org>
11225
11226 From Wouter Verhelst <wouter@grep.be>:
11227 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11228
11229 2004-06-11 Ben Elliston <bje@gnu.org>
11230
11231 * config.guess (luna88k:OpenBSD:*:*): New.
11232
11233 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
11234
11235 * config.guess (m32r*:Linux:*:*): New case.
11236 * config.sub: Handle m32rle.
11237
11238 2004-03-12 Ben Elliston <bje@wasabisystems.com>
11239
11240 From Jens Petersen <petersen@redhat.com>:
11241 * config.sub: Handle sparcv8.
11242
11243 2004-03-03 Ben Elliston <bje@wasabisystems.com>
11244
11245 From Tom Smith <smith@cag.lkg.hp.com>:
11246 * config.guess: Version suffixes are equally significant on Tru64
11247 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
11248 prefix of "P" (patched kernel).
11249
11250 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
11251
11252 * config.sub: Add support for National Semiconductor CRX target.
11253
2f4cc6bf
JJ
112542004-09-03 Janis Johnson <janis187@us.ibm.com>
11255
11256 * MAINTAINERS (Various Maintainers): Remove myself as web page
11257 maintainer, add myself as maintainer of build status lists.
11258
61fec9ff
JB
112592004-09-03 Jan Beulich <jbeulich@novell.com>
11260
11261 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11262 *-*-netware, but add target-libmudflap.
11263 Consolidate *-*-netware targets (of which really only i?86 exists)
11264 into a single entry.
11265 * configure: Likewise.
11266
45f366ab
PB
112672004-09-01 Paolo Bonzini <bonzini@gnu.org>
11268
11269 * Makefile.tpl (sorry): Remove.
11270 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11271 (cleanstrap targets): Depend on distclean, not distclean-stage1.
11272 (do-clean): Clean per-stage directories too.
11273 (do-distclean): Run distclean-stage1 too.
11274 (.NOTPARALLEL): Enable during toplevel bootstrap.
11275 (stage[+id+]-bubble): Enable parallel execution during
11276 the recursive invocation.
11277 * Makefile.in: Regenerate.
11278
11279 Fix previous checkin:
11280
11281 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11282 include.
11283 * configure.in: Fix indentation.
11284 * configure: Regenerate.
11285
dce2d8b2 112862004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 11287
45f366ab
PB
11288 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11289 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11290 * configure: regenerate
78716e86 11291 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 11292 -mdynamic-no-pic
be8fff81 11293
71b5d516
PB
112942004-08-31 Paolo Bonzini <bonzini@gnu.org>
11295
11296 * Makefile.def (build_modules): Add fixincludes.
11297 (dependencies): Make gcc depend on fixincludes.
11298 * configure.in (build_tools): Add fixincludes.
11299 (build_configdirs): Always include build_libs.
11300 * Makefile.in: Regenerate.
11301 * configure: Regenerate.
11302
113032004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
11304
11305 * Makefile.def (bootstrap stages): Add 'lean' parameter.
11306 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11307 phony targets; do not generate timestamp files.
11308 (distclean-stageN): Remove references to their timestamp files.
11309 (restageN, touch-stageN): Remove.
11310 (stageN-bubble): Rewritten.
11311 (compare): Support lean bootstraps.
11312 * Makefile.in: Regenerate.
11313
11314 * configure.in: Only warn when bootstrapping but
11315 build != host or build != target. Support lean bootstraps.
11316 * configure: Regenerate.
11317
ce7cbbb0
PE
113182004-08-26 Phil Edwards <phil@codesourcery.com>
11319
11320 * configure.in: Give a better error message if GMP/MPFR are missing
11321 and a language needing them has been requested.
11322 * configure: Regenerated.
11323
9c71a529
PE
113242004-08-25 Phil Edwards <phil@codesourcery.com>
11325
11326 * configure.in: Print a list of available language front-ends if
11327 a requested one is missing. Tidy stray tab characters.
11328 * configure: Regenerated.
11329
e3f92d3b
MK
113302004-08-19 Michael Koch <konqueror@gmx.de>
11331
11332 * gcc/doc/install.texi: Update entry about automake for libjava.
11333
c3f84f61
RM
113342004-08-17 Robert Millan <robertmh@gnu.org>
11335
11336 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11337 (instead of FreeBSD).
11338 * configure: Regenerate.
11339
7c27e184
PB
113402004-08-16 Paolo Bonzini <bonzini@gnu.org>
11341
11342 * Makefile.in: Regenerate.
11343 * configure: Regenerate.
11344
11345 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11346 stage_*_flags.
11347 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11348 for bootstrapped modules if toplevel bootstrap is going.
11349 (GCC bootstrap): Generate per-stage targets for all bootstrapped
11350 modules. Adjust for changes in Makefile.def. Enable several
11351 rules even in non-bootstrap mode, just to avoid peppering the
11352 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11353 (stage-[+prev+]-bubble): Remove.
11354
11355 * Makefile.def (Dependencies): Depend on all-build-bison,
11356 all-build-flex, all-build-byacc, all-build-texinfo, rather
11357 than the host variations.
11358 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
11359 with BUILD_SUBDIR.
11360 (BISON): Update for recent Bisons.
11361 (YACC): Fix typo.
11362 (cross): Depend on all-build.
11363 (all): Do not depend on all-build.
11364 (prebootstrap): Remove.
11365 (dep-kind): Accept separate prefixes for MODULE and ON variables.
11366 (Prebootstrap dependencies): Add them to the per-stage targets
11367 and to all-prebootstrap.
11368 * configure.in (build_configdirs): Always enable build_tools.
11369 (BUILD_DIR_PREFIX): Remove.
11370
11371 * Makefile.def (gcc): Add target variable.
11372 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11373 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11374 in the recursive `make', instead of hardwiring `all'.
11375 (Autogenerated TARGET-* variables): New.
11376
20f3bb80
BB
113772004-08-13 Brian Booth <bbooth@redhat.com>
11378
11379 * MAINTAINERS: Remove myself from write-after-approval.
11380
b5be499d
NN
113812004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
11382
11383 * src-release: Stop distributing mmalloc with gdb (which doesn't
11384 use it).
11385 * Makefile.def: GDB doesn't depend on mmalloc anymore.
11386 * Makefile.in: Regenerate.
11387
b3f8d95d
MM
113882004-08-09 Mark Mitchell <mark@codesourcery.com>
11389
11390 * configure.in (arm*-*-eabi*): New target.
11391 * configure: Regenerate.
11392
3589b69e
PB
113932004-08-06 Paolo Bonzini <bonzini@gnu.org>
11394
11395 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11396 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11397 (Dependencies): New section.
11398 * Makefile.tpl (Dependencies): Generate from Makefile.def.
11399 (configure-target-[+module+]): Depend on maybe-all-gcc
11400 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
11401 (toplevel profiledbootstrap): Fix dependencies.
11402 * Makefile.in: Regenerate.
11403
972974fc
MM
114042004-08-03 Mark Mitchell <mark@codesourcery.com>
11405
11406 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11407 target-libiberty to noconfigdirs.
11408 * configure: Regenerate.
11409
bebf829d
PB
114102004-08-03 Paul Brook <paul@codesourcery.com>
11411
11412 * configure.in: Check for MPFR as well as GMP.
11413 * configure: Regenerate.
11414
98a5bb3b
RM
114152004-08-01 Robert Millan <robertmh@gnu.org>
11416
11417 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11418 libmudflap for all GNU-based systems (with Glibc).
11419 * configure: Regenerate.
11420
dce2d8b2 114212004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
11422
11423 * Makefile.def (host-modules): Add gcc.
11424 * Makefile.in: Regenerate.
11425 * Makefile.tpl (sorry): New rule.
11426 (configure-host, all-host, [+make_target+]-host, do-check,
11427 install-host): Do not add gcc as a special case.
11428 (host modules): Add a small special-casing for gcc. Export
11429 extra_make_flags through the environment.
11430 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11431 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11432 other recursive targets for gcc): Remove.
11433
11434 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11435 (stage, unstage): New rules.
11436 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11437 distclean-stage[+id+]): Use stage_current.
11438 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11439 the stage*-start rules.
11440
aeb732c1
GK
114412004-08-02 Geoffrey Keating <geoffk@apple.com>
11442
11443 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11444 use -all_load flag.
11445
25b656e7
PB
114462004-08-02 Paolo Bonzini <bonzini@gnu.org>
11447
11448 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11449 * configure: Regenerate.
11450
cc440d71
TM
114512004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11452
11453 * maintainer-scripts/gcc_release: Revert yesterday's change.
11454
270e140b
SB
114552004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11456
11457 * MAINTAINERS: Add myself to write-after-approval.
11458
3e4035f8
TM
114592004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11460
11461 * libf2c: Removed.
11462 * gcc/gccbug.in: Updated because of libf2c removal.
11463 * maintainer-scripts/gcc_release: Ditto.
11464
dce2d8b2 114652004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
11466
11467 * configure.in: Build libmudflap by default on FreeBSD.
11468 * configure: Regenerated.
11469
dfcada9a
MM
114702004-07-09 Mark Mitchell <mark@codesourcery.com>
11471
11472 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11473 systems.
11474 * configure: Regenerated.
11475
dce2d8b2 114762004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
11477
11478 PR target/16344
11479 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11480 feedback based compiler.
11481 * Makefile.in: Rebuilt.
11482
95bcca47
AO
114832004-07-08 Alexandre Oliva <aoliva@redhat.com>
11484
11485 * Makefile.def (host_modules): Set bootstrap=true for flex.
11486 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11487 * Makefile.in: Rebuilt.
11488
051822f6
JH
114892004-07-07 Jan Hubicka <jh@suse.cz>
11490
11491 * MAINTAINERS: Add self as a profile feedback maintainer.
11492
7b61653a
PE
114932004-07-05 Phil Edwards <phil@codesourcery.com>
11494
11495 * configure.in: Do not prepend $srcdir to /dev/null in
11496 makefile fragments.
11497 * configure: Regenerate.
11498
23f6b2f9
PB
114992004-07-01 Paolo Bonzini <bonzini@gnu.org>
11500
11501 * Makefile.def (build_modules): Add bison, byacc, flex,
11502 m4, texinfo.
11503 (flags_to_pass): Add FLEX.
11504 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11505 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11506 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11507 DEFAULT_MAKEINFO): Remove.
11508 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11509 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11510 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11511 objdir or else use configured tool.
11512 (all-build): New.
11513 (all): Depend on it.
11514 (Build module dependencies): Add.
11515 * Makefile.in: Regenerate.
11516 * configure.in: Better support for multiple build modules,
11517 matching what is done for host/target modules. Do not look
11518 for "plausible" locations of build tools if Canadian cross.
11519 Use autoconf's AC_PROG_CC to find a C compiler. Define
11520 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11521 * configure: Regenerate.
78716e86 11522
1c020272
PB
115232004-06-22 Paolo Bonzini <bonzini@gnu.org>
11524
11525 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11526 * Makefile.in: Regenerate.
11527
a52a0a7f
PB
115282004-06-22 Paolo Bonzini <bonzini@gnu.org>
11529
11530 * Makefile.tpl (configure-build-[+module+],
11531 configure-[+module+], configure-target-[+module+]): Pass
11532 [+extra_configure_args+].
11533 (all-build-[+module+], all-[+module+], check-[+module+],
11534 install-[+module+], [+make_target+]-[+module+],
11535 all-target-[+module+], check-target-[+module+],
11536 install-target-[+module+], [+make_target+]-target-[+module+]):
11537 Pass [+extra_make_args+].
11538 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11539 (GCC_HOST_EXPORTS): Remove.
11540 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11541 cross, check-gcc, check-gcc-c++, install-gcc,
11542 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11543 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11544 * Makefile.in: Regenerate.
11545
ccde3f1a
MS
115462004-06-21 Matthew Sachs <msachs@apple.com>
11547
11548 * MAINTAINERS: Added self to write-after-approval.
11549
6264b0a6
CF
115502004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11551
11552 * configure.in: Check for srcdir/winsup rather than build directory
11553 winsup.
11554 * configure: Regenerate.
11555
801e2270
CV
115562004-06-17 Corinna Vinschen <vinschen@redhat.com>
11557
11558 * configure.in: Don't build Cygwin native newlib if winsup
11559 directory is missing. Emit warning instead.
11560 * configure: Regenerate.
11561
ad6717df
PB
115622004-06-09 Paolo Bonzini <bonzini@gnu.org>
11563
11564 * Makefile.tpl (touch-stage[+id+]): New.
11565 (restage[+prev+]): Depend on touch-stage[+id+].
11566
11567 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11568 Use it throughout.
11569
11570 * Makefile.def: Add profile and feedback bootstrap stages.
11571 Remove next field from bootstrap stages.
11572 * Makefile.tpl (LN, LN_S): Substitute.
11573 (stageN-start, stageN-end): Use double-colon rules, to
11574 provide a hook for additional setup commands.
11575 (distclean-stageN-gcc, restageN): Create dependencies from
11576 [+prev+], not from [+next+].
11577 (stageN-bubble): Add commands for successive stages from
11578 [+prev+], using double-colon rules.
11579 (all-stageN-gcc): Fix typo.
11580 (stagefeedback-start, profiledbootstrap): New.
11581 * Makefile.in: Regenerate.
11582 * configure.in: Call ACX_PROG_LN.
11583 * configure: Regenerate.
11584
5bbb9680
CY
115852004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11586
11587 * MAINTAINERS (Write After Approval): Add myself.
11588
e18be1d4
MA
115892004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11590
11591 * MAINTAINERS (Write After Approval): Add myself.
11592
5607edfd
PB
115932004-06-03 Paolo Bonzini <bonzini@gnu.org>
11594
11595 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11596 without gcc.
11597 * configure: Regenerate.
11598
1ec4e9c3
PB
115992004-06-01 Paolo Bonzini <bonzini@gnu.org>
11600
11601 * Makefile.tpl: Fix typo.
11602 * Makefile.in: Regenerate.
11603
dce2d8b2 116042004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
11605
11606 * configure.in: Remove new- prefix from toplevel
11607 bootstrap targets.
11608 * configure: Regenerate.
11609
f516a7da
PB
116102004-06-01 Paolo Bonzini <bonzini@gnu.org>
11611
11612 * Makefile.tpl (all.normal): Rename to all.
11613 (all): Replace with a rule to pick the default
11614 target from configure.
11615 (all-gcc, configure-gcc): Use conditionals to
11616 do nothing when toplevel bootstrap is going on.
11617 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11618 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11619 * configure.in: Support --enable-bootstrap.
11620
11621 * Makefile.def: Remove new- prefix from toplevel
11622 bootstrap targets.
11623 * Makefile.tpl: Likewise.
11624
11625 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11626 target.
11627
11628 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11629 $(RECURSE_FLAGS) to recursive invocation of make.
11630
11631 * Makefile.in: Regenerate.
11632 * configure: Regenerate.
11633
78dd5e36 116342004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 11635 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
11636
11637 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11638 like CC.
11639
30f1bddc
DJ
116402004-05-27 Daniel Jacobowitz <dan@debian.org>
11641
11642 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11643 * configure: Regenerate.
11644
4fc4dd12
DJ
116452004-05-25 Daniel Jacobowitz <drow@false.org>
11646
11647 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11648 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11649 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11650 targets.
11651 * Makefile.in: Regenerate.
11652
dce2d8b2 116532004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
11654
11655 * configure.in: Test the ability to symlink directories.
11656 * configure: Regenerate.
11657
11658 * Makefile.def (bootstrap-stage): New definitions.
11659 * Makefile.tpl (configure-stage1-gcc,
11660 configure-stage2-gcc, configure-stage3-gcc,
11661 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11662 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11663 new-restage3, compare): Autogenerate, see Makefile.in
11664 entry for behavioral changes.
11665 (distclean-stage1, new-stage1-start, new-stage1-end,
11666 new-stage1-bubble, distclean-stage2, new-stage2-start,
11667 new-stage2-end, new-stage2-bubble, distclean-stage3,
11668 new-stage3-start, new-stage3-end): New autogenerated targets.
11669 (objext, prebootstrap, BOOT_CFLAGS,
11670 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11671 targets.
11672
11673 * Makefile.in: Regenerate.
11674 (distclean-stage1, new-stage1-start, new-stage1-end,
11675 new-stage1-bubble, distclean-stage2, new-stage2-start,
11676 new-stage2-end, new-stage2-bubble, distclean-stage3,
11677 new-stage3-start, new-stage3-end): New targets.
11678 (all-stage1-gcc): Move prebootstrap dependency from here...
11679 (configure-stage1-gcc): ...to here.
11680 (new-bootstrap): Use bubble targets.
11681 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11682 Use per-stage distclean targets.
11683 (configure-stage1-gcc, configure-stage2-gcc,
11684 configure-stage3-gcc, all-stage1-gcc,
11685 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11686 Use new-stageN-start to prepare the tree.
11687
4f4e53dd
PB
116882004-05-23 Paolo Bonzini <bonzini@gnu.org>
11689
11690 * Makefile.def (host_modules): add libcpp.
11691 * Makefile.tpl: Add dependencies on and for libcpp.
11692 * Makefile.in: Regenerate.
11693 * configure.in: Add libcpp host module.
11694 * configure: Regenerate.
11695
60975492
PB
116962004-05-21 Paolo Bonzini <bonzini@gnu.org>
11697
11698 * Makefile.tpl: Whenever a recursive target is defined, wrap
11699 it in a special @if/@endif block, and prepare its maybe
11700 dependency in the @if/@endif block
11701 * configure.in: Instead of writing maybe dependencies, remove
11702 the @if/@endif statements, and remove the @if/@endif blocks
11703 that remain.
11704 * configure: Regenerate.
11705 * Makefile.in: Regenerate.
11706
5ce7d75d
JJ
117072004-05-20 Janis Johnson <janis187@us.ibm.com>
11708
11709 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11710
c779c42f
KK
117112004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11712
11713 PR bootstrap/15120
11714 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11715 * */configure: Rebuilt.
11716
b4117c30
ZW
117172004-05-17 Zack Weinberg <zack@codesourcery.com>
11718
11719 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11720 of libf2c.
11721 * configure, Makefile.in: Regenerate.
11722
719bb4e3 117232004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
11724
11725 * MAINTAINERS (Write After Approval): Add myself.
11726
6de9cd9a
DN
117272004-05-13 Diego Novillo <dnovillo@redhat.com>
11728
11729 Merge from tree-ssa-20020619-branch.
11730
11731 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11732 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11733 (HOST_GMPLIBS): Define.
11734 (HOST_GMPINC): Define.
11735 (TARGET_LIB_PATH): Add libmudflap.
11736 (GFORTRAN_FOR_TARGET): Define.
11737 (configure-build*): Export GFORTRAN.
11738 (configure-gcc): Export GMPLIBS and GMPINC.
11739 (all-gcc): Add maybe-all-libbanshee.
11740 (configure-target-libgfortran): Define.
11741 * Makefile.in: Regenerate.
11742 * configure.in (host_libs): Add libbanshee.
11743 (target_libraries): Add target-libmudflap and target-libgfortran.
11744 Add --with-libbanshee.
11745 Handle --disable-libmudflap.
11746 (*-*-freebsd*): Use with_gmp.
11747 Add $(libgcj) to noconfigdirs.
11748 * configure: Regenerate.
11749 * depcomp: New file.
11750 * MAINTAINERS: Add tree-ssa maintainers.
11751
8f1b790f
VM
117522004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11753
b4117c30 11754 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 11755
693446fc
BF
117562004-04-30 Brian Ford <ford@vss.fsi.com>
11757
b4117c30 11758 * MAINTAINERS (Write After Approval): Add myself.
693446fc 11759
d1bb666c
UB
117602004-04-29 Uros Bizjak <uros@kss-loka.si>
11761
b4117c30 11762 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 11763
6cf1ac42
PB
117642004-04-28 Paolo Bonzini <bonzini@gnu.org>
11765
11766 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11767 * configure: Regenerate.
11768
632933d5
PB
117692004-04-27 Paolo Bonzini <bonzini@gnu.org>
11770
11771 Revert:
11772 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11773
11774 * Makefile.def (flags_to_pass): Remove *dir variables that
11775 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11776 as well as prefix and exec_prefix.
11777 * Makefile.in: Regenerate.
11778
80dc6aa0
RM
117792004-04-26 Robert Millan <robertmh@gnu.org>
11780
11781 Add patches from libtool CVS.
11782 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11783 * ltconfig: Likewise.
11784 * ltcf-c.sh: Likewise.
11785 * ltcf-cxx.sh: Likewise.
11786 * ltcf-gcj.sh: Likewise.
11787
e11283f1
PB
117882004-04-26 Paolo Bonzini <bonzini@gnu.org>
11789
11790 * Makefile.def (host_modules): Mark with the bootstrap
11791 flag packages on which gcc depends.
11792 * Makefile.tpl (all-bootstrap): Use it.
11793 * Makefile.in: Regenerate.
11794
8546950c
PB
117952004-04-26 Paolo Bonzini <bonzini@gnu.org>
11796
11797 * Makefile.def (flags_to_pass): Remove *dir variables that
11798 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11799 as well as prefix and exec_prefix.
11800 * Makefile.in: Regenerate.
11801
a76494aa
PB
118022004-04-26 Paolo Bonzini <bonzini@gnu.org>
11803
b4117c30
ZW
11804 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11805 * configure: Regenerate.
11806 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11807 * gcc/Makefile.tpl (compare): Use the result of the test.
11808 * gcc/Makefile.in: Regenerate.
a76494aa 11809
03a91701
PB
118102004-04-23 Paolo Bonzini <bonzini@gnu.org>
11811
11812 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11813 Always relocate gcc and prev-gcc to the original names, even
11814 if the build fails.
11815 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11816 New targets.
11817
082a6351
LG
118182004-04-23 Laurent GUERBY <laurent@guerby.net>
11819
11820 * MAINTAINERS: Update my email address.
b4117c30 11821
1f1d584b
RO
118222004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11823
11824 * configure.in (mips*-*-irix5*): Enable ld.
11825 * configure: Regenerate.
082a6351 11826
1db673ca
RO
118272004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11828
11829 * configure: Regenerate.
11830
ce4ea44e
JW
118312004-04-15 James E Wilson <wilson@specifixinc.com>
11832
11833 * Makefile.tpl (configure-[+module+], configure-gcc,
11834 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11835 Set and export LDFLAGS.
11836 * Makefile.in: Regenerate.
11837
611f62ad
MC
118382004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11839
b4117c30 11840 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 11841
be912515
NN
118422004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11843
11844 PR bootstrap/14871
11845 * Makefile.tpl: If we don't have built-in-tree target tools,
11846 use the ones found by configure rather than hacking around with
11847 program_transform_name.
11848 * configure.in: Give Makefile.tpl the information necessary
11849 to do that.
11850 * Makefile.in: Regenerate.
11851 * configure: Regenerate.
11852
9104315a
NN
118532004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11854
11855 PR bootstrap/14760
11856 * configure.in: When computing baseargs, strip *all* copies of
11857 offending options. Also, don't match/substitute the trailing space,
11858 so that this actually works when two similar options are separated by
11859 only one space.
11860 * configure: Regenerate.
11861
bef1d700
DE
118622004-04-06 David Edelsohn <edelsohn@gnu.org>
11863
b4117c30
ZW
11864 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11865 (rs6000-*-aix*): Same.
11866 * configure: Regenerate.
bef1d700 11867
54bcf05e 118682004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
11869
11870 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 11871
369a832c 118722004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
11873
11874 * MAINTAINERS: Add myself to write-after-approval.
369a832c 11875
09a9c095
NN
118762004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11877
7caf53cb
NN
11878 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11879 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11880 * Makefile.in: Regenerate.
11881
09a9c095
NN
11882 * configure.in (top level bootstrap support): Rework --enable-werror
11883 to set @stage2_werror_flag@.
11884 * configure: Regenerate.
11885 * Makefile.tpl (top level bootstrap support): Pass
11886 @stage2_werror_flag@ down to configure in stages 2 and 3.
11887 * Makefile.in: Regenerate.
11888
5595a2bd
NN
118892004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11890
cbfd7e06
NN
11891 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11892 for stages 2 and 3 as well as in make. As a consequence, remove
11893 OUTPUT_OPTION (now detected by configure) from the flags passed down
11894 to make.
11895 * Makefile.in: Regenerate.
11896
5595a2bd
NN
11897 * Makefile.tpl (new-bootstrap): Fix typo.
11898 * Makefile.in: Regenerate.
11899
ca3b3e20
NN
119002004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11901
295f4e42
NN
11902 * Makefile.tpl: Rearrange by moving recursive_targets rules
11903 into their proper sections.
11904 * Makefile.tpl (top level bootstrap support): Move disabling
11905 of coverage flags from 'make' to 'configure'; improve comments.
11906 * Makefile.in: Regenerate.
11907
340de83f
NN
11908 * Makefile.tpl (experimental top level bootstrap) Move stage1
11909 language setting from all- target to configure- target; disable
11910 intermodule optimization in stage 1; prevent gratuitous rebuilds
11911 of stage 1.
11912 * Makefile.in: Regenerate.
11913 * configure.in: Comma-separate stage 1 language list for top
11914 level bootstrap.
11915 * configure: Regenerate.
11916
ca3b3e20
NN
11917 * Makefile.tpl: Clean up experimental top level bootstrap support:
11918 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11919 prev-gcc in configure- targets as well as all- targets.
11920 * Makefile.in: Regenerate.
11921
4d038073
KC
119222004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11923
11924 * compile: New file imported from automake.
11925
ab3533d6
PB
119262004-03-17 Paolo Bonzini <bonzini@gnu.org>
11927
11928 * configure.in: Remove symbolic link section.
11929 * configure: Regenerate.
11930 * Makefile.tpl (links): Remove.
11931 * Makefile.in: Regenerate.
11932
1e0f07d3 119332004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 11934 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
11935
11936 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 11937 Set with AC_CHECK_PROGS.
1e0f07d3
PB
11938 * configure.in: Fix comment typo from last patch.
11939 * configure: Regenerate.
11940
2805b53a
NN
119412004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11942
11943 * Makefile.tpl: Introduce experimental top level bootstrap support.
11944 * Makefile.in: Regenerate.
11945 * configure.in: Introduce support for top level bootstrap.
11946 * configure: Regenerate.
11947
79b4b7d2 119482004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11949 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
11950
11951 PR bootstrap/14522
11952 * configure.in: Cope with shells that do not support unquoted ^
11953 * configure: Regenerate.
11954
6bbec498 119552004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11956 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
11957
11958 PR bootstrap/14522
79b4b7d2 11959 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
11960 quotes inside quoted backquote substitutions.
11961 * configure: Regenerate.
11962
83c15dfc
AP
119632004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11964
11965 PR bootstrap/14522
f2bd98d4 11966 * configure.in: Fix escaping of $.
83c15dfc
AP
11967 * configure: Regenerate.
11968
55ffb5ed
NN
119692004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11970
11971 * configure: Regenerate, since I forgot to while committing Paolo's
11972 changes.
11973
e4c9c075
PB
119742004-03-08 Paolo Bonzini <bonzini@gnu.org>
11975
11976 PR ada/14131
11977 Move language detection to the top level.
11978 * configure.in: Find default values for the tools as
11979 soon as possible. Disable ada if GNAT is not found.
11980 Emit error message about missing languages. Expand
11981 --enable-languages=all for the gcc subdirectory.
11982
5199e2c6
BE
119832004-03-10 Ben Elliston <bje@gnu.org>
11984
11985 * MAINTAINERS: Update my email address.
11986
c18b95e5
DE
119872004-03-05 David Edelsohn <edelsohn@gnu.org>
11988
11989 * ltconfig: Disable building static libraries if building shared
11990 libraries on AIX 5L.
11991
d0fe5ad3
RS
119922004-03-01 Richard Sandiford <rsandifo@redhat.com>
11993
11994 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11995 and disable libgcj.
11996 * configure: Regenerated.
11997
e6f71f9d
BB
119982004-03-01 Brian Booth <bbooth@redhat.com>
11999
12000 * MAINTAINERS: Add myself to write-after-approval.
12001
8983e50e
PB
120022004-03-01 Paolo Bonzini <bonzini@gnu.org>
12003
12004 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12005
d4cd9d81
NN
120062004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12007
12008 PR bootstrap/7087
12009 * Makefile.tpl: Guard XFOO sed statements better.
12010 * Makefile.tpl: Add dependency for configure-target-libada.
12011 * Makefile.in: Regenerate (incidentally fixes broken
12012 commit when libada-branch was merged).
12013
0ea0229e
KC
120142004-02-25 Kelley Cook <kcook@gcc.gnu.org>
12015
12016 * MAINTAINERS: Add myself to write-after-approval.
12017
bad93735
AP
120182004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
12019
12020 * MAINTAINERS: Add Nicola Pero and myself as libobjc
12021 maintainers.
12022
a7ca14fc
AC
120232004-02-20 Andrew Cagney <cagney@redhat.com>
12024
12025 * config.guess: Update from version 2003-10-16 to 2004-02-16.
12026 * config.sub: Update from version 2003-11-03 to 2004-02-16.
12027
51592782
NN
120282004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
12029
12030 PR bootstrap/11932
12031 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12032
6a30854a
JQ
120332004-02-14 Jerry Quinn <jlquinn@optonline.net>
12034
12035 * MAINTAINERS: Added myself to write-after-approval.
12036
be8b2bee
MK
120372004-02-14 Michael Koch <konqueror@gmx.de>
12038
12039 * MAINTAINERS: Added myself to write-after-approval.
12040
972760b7
JM
120412004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
12042
12043 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
12044 some OS port maintainers to OS port maintainers section.
12045
b0281654
FCE
120462004-02-13 Frank Ch. Eigler <fche@redhat.com>
12047
12048 * MAINTAINERS: Add self.
12049
3c419fd6
KH
120502004-02-12 Kazu Hirata <kazu@cs.umass.edu>
12051
12052 * MAINTAINERS: Alphabetize.
12053
e88e9aee
PB
120542004-02-12 Paolo Bonzini <bonzini@gnu.org>
12055
12056 * MAINTAINERS: Remove myself.
b4117c30 12057
1915e422
DE
120582004-02-11 David Edelsohn <edelsohn@gnu.org>
12059
12060 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12061 (rs6000-*-aix*): Same.
12062 * configure: Regenerate.
12063
a22c2d8d
KC
120642004-02-11 Kelley Cook <kcook@gcc.gnu.org>
12065
12066 * configure.in (host): Add in missing $noconfigdirs to defines.
12067 * configure: Regenerate.
12068
d9cdb878
AC
120692004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
12070 Nathanael Nerode <neroden@gcc.gnu.org>
12071
12072 PR ada/6637, PR ada/5911
b4117c30 12073 Merge with libada-branch:
d9cdb878
AC
12074 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12075 with appropriate dependencies. Add --enable-libada configure switch.
12076 * configure, Makefile.in: Regenerate.
12077
8bd92821
PB
120782004-02-09 Paolo Bonzini <bonzini@gnu.org>
12079
12080 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12081
89a95129
RO
120822004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12083
12084 * configure.in: Don't pass --with-stabs on IRIX 5 either.
12085 * configure: Regenerate.
12086
892629bc
GK
120872004-02-04 Geoffrey Keating <geoffk@apple.com>
12088
12089 Merge from upstream:
12090
12091 * ltmain.in: When setting IFS to '~', be careful about user
12092 arguments that contain '~'.
12093
12094 2004-02-04 Peter O'Gorman <peter@pogma.com>
12095
12096 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12097 Also test $base_compile against $CC with escaped arguments. Bug
12098 reported by Geoff Keating <geoffk@apple.com>.
12099
6b402165
KH
121002004-02-04 Kazu Hirata <kazu@cs.umass.edu>
12101
12102 * MAINTAINERS: Remove i960 port.
12103
fa2f0306
DD
121042004-01-23 DJ Delorie <dj@redhat.com>
12105
12106 * Makefile.def (target_modules) [libiberty]: Don't stage.
12107 * Makefile.in: Rebuilt.
12108
9feb20aa
CT
121092004-01-20 Caroline Tice <ctice@apple.com>
12110
12111 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12112
7aed2ccc
PC
121132004-01-19 Paolo Carlini <pcarlini@suse.de>
12114
12115 * MAINTAINERS: Update my email address.
12116
f25bebe1
JM
121172004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
12118
12119 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 12120
28083580
VR
121212004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12122
12123 * MAINTAINERS: Remove entries without email address.
12124
c0f4b5e4
DJ
121252004-01-15 Daniel Jacobowitz <drow@mvista.com>
12126
12127 * MAINTAINERS: Add myself to write-after-approval.
12128
b5eb5a5e
SB
121292004-01-15 Steven Bosscher <stevenb@suse.de>
12130
12131 * MAINTAINERS: Update my email address.
12132
dce2d8b2 121332004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
12134
12135 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12136 * Makefile.tpl (configure-target-[+module+]): Support stage.
12137 * Makefile.in: Rebuilt.
12138
74c0b320
ILT
121392004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
12140
12141 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12142
2560344b
RS
121432004-01-10 Richard Sandiford <rsandifo@redhat.com>
12144
12145 * MAINTAINERS: Add myself as a MIPS maintainer.
12146
8b21cda6
NN
121472004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
12148
2b6c260d
NN
12149 * configure.in: Use ./config.cache, not config.cache.
12150 * configure: Regenerate.
12151 * Makefile.tpl: Special-casing not needed for GCC any more.
12152 * Makefile.in: Regenerate.
12153
09438bde
NN
12154 * configure.in: Don't share a cache file for host dirs.
12155 * configure: Regenerate.
12156
8b21cda6
NN
12157 * config-ml.in: Don't mess with the cache file.
12158
e42870df
EB
121592004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
12160
12161 * MAINTAINERS: Move myself from 'Write After Approval' to
12162 'CPU Port Maintainers' section as SPARC maintainer.
12163
6b9eb62c
NN
121642004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
12165
78a816a6
NN
12166 * Makefile.tpl: Make GCC use a separate config.cache.
12167 * Makefile.in: Regenerate.
12168
6b9eb62c
NN
12169 PR bootstrap/11932, PR bootstrap/11933
12170 (I don't know if it will fix either of them, but it relates
12171 to them.)
12172 * configure.in: Don't use shared config.cache for target
12173 directories.
12174 * configure: Regenerate.
12175
86d7b562
DN
121762004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * MAINTAINERS: Add myself to 'Write After Approval' section.
12179
07d0a605
RS
121802003-12-31 Roger Sayle <roger@eyesopen.com>
12181
12182 * configure.in (ia64*-*-hpux*): Disable building java libraries.
12183 * configure: Regenerated.
12184
459ac19f
KH
121852003-12-23 Kazu Hirata <kazu@cs.umass.edu>
12186
12187 * MAINTAINERS: Remove the mn10200 maintainer.
12188
5785c0ed 121892003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 12190
cc6010cd
AP
12191 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12192 * configure: Regenerated.
5785c0ed 12193
a268eff9
JH
121942003-12-16 Jan Hubicka <jh@suse.cz>
12195
12196 * MAINTAINERS: Add myself as callgraph maintainer.
12197
9d465b12
TF
121982003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
12199
12200 * configure.in (raw_libstdcxx_flags): Remove the leading space.
12201 * configure: Regenerate.
12202
a68a270a
GB
122032003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
12204
12205 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12206 'Write After Approval' section. Update email.
12207
dce2d8b2 122082003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
12209
12210 * MAINTAINERS (Write After Approval): Add myself.
12211
8c052da4
MT
122122003-11-20 Matt Thomas <matt@3am-software.com>
12213
12214 * MAINTAINERS: Add myself as a vax port maintainer.
12215
e75f9147
KC
122162003-11-20 Kelley Cook <kcook@gcc.gnu.org>
12217
12218 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12219 (configure-build-[+module+], configure-[+module+]): Likewise.
12220 (configure-target-[+module+], configure-gcc, config.status): Likewise.
12221 * Makefile.in: Regenerate.
12222
43d8d958
AT
122232003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
12224
12225 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12226 shared/dylibed libraries.
12227 * ltmain.sh: Likewise.
12228 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12229 * ltcf-cxx.sh: Likewise.
12230 * ltcf-gcj.sh: Likewise.
12231 * ltconfig: Likewise.
12232
638dcaa0
SC
122332003-11-17 Stan Cox <scox@redhat.com>
12234
12235 * MAINTAINERS: Add myself as iq2000 port maintainer.
12236
15cc172b
AC
122372003-11-14 Arnaud Charlet <charlet@act-europe.fr>
12238
b4117c30
ZW
12239 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12240 * Makefile.in: Regenerate.
15cc172b 12241
20af77cd
UW
122422003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
12243
12244 * config.sub: Update to 2003-11-03 version.
12245
4dd01c5c
PE
122462003-10-20 Phil Edwards <phil@codesourcery.com>
12247
12248 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
12249 * configure: Regenerate.
12250
dce2d8b2 122512003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
12252
12253 * MAINTAINERS: Add myself to 'Write After Approval' section.
12254
8b7ebc31
AC
122552003-10-20 Arnaud Charlet <charlet@act-europe.fr>
12256
12257 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12258
afe1910c
JM
122592003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
12260
12261 * MAINTAINERS: Update my email address.
12262
05dcec66
RO
122632003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12264
12265 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12266
dce2d8b2 122672003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
12268
12269 * MAINTAINERS: Add myself to 'Write After Approval' section.
12270
507ec745
BI
122712003-10-16 Bernardo Innocenti <bernie@develer.com>
12272
12273 * config.guess: Update to 2003-10-16 version.
12274 * config.sub: Update to 2003-10-16 version.
12275
dce2d8b2 122762003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
12277
12278 * MAINTAINERS: Added myself to 'Write After Approval' section.
12279
0c9b16bc
FH
122802003-10-15 Falk Hueffner <falk@debian.org>
12281
12282 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12283 'Write After Approval' section. Update email.
12284
74d57d15
RS
122852003-10-14 Roger Sayle <roger@eyesopen.com>
12286
12287 * MAINTAINERS: Move myself from 'Write After Approval' to
12288 'Various Maintainers' section as middle-end maintainer.
12289
d29b8ad8
NN
122902003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
12291
12292 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12293 HOST_FLAGS_TO_PASS.
12294 * Makefile.in: Regenerate.
12295
26db814a
BI
122962003-10-11 Bernardo Innocenti <bernie@develer.com>
12297
12298 * config.guess: Update to 2003-10-07 version.
12299 * config.sub: Update to 2003-10-07 version.
12300
fffeb871
RO
123012003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12302
12303 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12304 * ltconfig (irix5*, irix6*): Don't override version_type.
12305
6691a79e
ME
123062003-10-05 Mohan Embar <gnustuff@thisiscool.com>
12307
12308 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12309 * configure: Rebuilt
12310 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12311 * Makefile.in: Rebuilt
12312
62cdd71e
L
123132003-10-03 H.J. Lu <hongjiu.lu@intel.com>
12314
12315 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12316
6fe2eacc
CW
123172003-09-30 Carlo Wood <carlo@alinoe.com>
12318
cc6010cd 12319 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 12320
ea57e5ad
PK
123212003-09-29 Paul Koning <ni1d@arrl.net>
12322
12323 * MAINTAINERS: Move myself from "Write After Approval"
12324 to CPU platform maintainers for pdp11 platform.
12325
e070672a
AT
123262003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
12327
12328 * MAINTAINERS: Move myself from 'Write After Approval' to
12329 'Various Maintainers' section as libffi testsuite maintainer.
12330
43bb47c2
DJ
123312003-09-21 Daniel Jacobowitz <drow@mvista.com>
12332
12333 * configure.in: Pass a computed --program-transform-name
12334 to subconfigures.
12335 * configure: Regenerated.
12336
da9d3b37
NN
123372003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12338
94322beb
NN
12339 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12340 * Makefile.in: Regenerate.
12341
da9d3b37
NN
12342 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12343 * Makefile.in: Regenerate.
12344
ffd9060b
ZL
123452003-09-19 Ziemowit Laski <zlaski@apple.com>
12346
12347 * MAINTAINERS: Move myself from 'Write After Approval'
12348 to 'Various Maintainers' (objective-c) section.
12349
eeae7b41
DJ
123502003-09-17 Daniel Jacobowitz <drow@mvista.com>
12351
12352 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12353 quoting.
12354 * configure: Regenerated.
12355
a080d12b
JB
123562003-09-16 Joel Brobecker <brobecker@gnat.com>
12357
12358 * MAINTAINERS (Write After Approval): Add myself to write after
12359 approval list.
12360
6cd2fc59
DN
123612003-09-16 Dorit Naishlos <dorit@il.ibm.com>
12362
cc6010cd 12363 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 12364
dcbdd9cc
ILT
123652003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
12366
12367 * MAINTAINERS: Update my e-mail address.
12368
e517f636
AM
123692003-09-09 Alan Modra <amodra@bigpond.net.au>
12370
12371 * libtool.m4 (LD): Correct powerpc64 host match.
12372
bc49924b
JW
123732003-09-06 James E Wilson <wilson@tuliptree.org>
12374
12375 * MAINTAINTERS: Update my affiliation and email address.
12376
082124f5
ZD
123772003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12378
12379 * MAINTAINERS (Write After Approval): Add myself.
12380
dc94d89e
DD
123812003-09-04 DJ Delorie <dj@redhat.com>
12382
12383 * configure: Regenerate.
12384
123852003-09-04 Robert Millan <robertmh@gnu.org>
12386
12387 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 12388
7a0f2d4e
KG
123892003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12390
12391 * configure.in: Ensure arguments to sed are properly spaced.
12392 * configure: Regenerate.
12393
88d032eb
GP
123942003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
12395
12396 * MAINTAINERS: Update my e-mail address.
12397
0b3f3d22
ME
123982003-08-28 Mohan Embar <gnustuff@thisiscool.com>
12399
12400 * MAINTAINERS (Write After Approval): Add myself.
12401
d253f9ba
DJ
124022003-08-27 Daniel Jacobowitz <drow@mvista.com>
12403
12404 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12405 * configure: Regenerated.
12406
066ec9c9
MM
124072003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
12408
12409 * MAINTAINERS: Update my email address.
12410
415d7ef9
PE
124112003-08-23 Phil Edwards <pme@gcc.gnu.org>
12412
12413 * configure.in: Use newline instead of semicolon when assuming
12414 shell arguments in a for loop.
12415 * configure: Regenerated.
12416
e1567352
JE
124172003-08-22 Jason Eckhardt <jle@rice.edu>
12418
12419 * MAINTAINERS: Resurrect the i860 maintainer.
12420
b348267b
GK
124212003-08-20 Geoffrey Keating <geoffk@apple.com>
12422
e50084fa
GK
12423 PR 8180
12424 * configure.in: When testing with_libs and with_headers, treat
12425 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
12426 * configure: Regenerate.
b4117c30 12427
b348267b
GK
12428 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12429 make, shell, etc.
12430 (baseargs): Likewise.
12431 * configure: Regenerate.
12432
ca26ffe0
BI
124332003-08-20 Bernardo Innocenti <bernie@develer.com>
12434
12435 * MAINTAINERS (Write After Approval): Add myself.
12436
940cde4d
GK
124372003-08-19 Geoffrey Keating <geoffk@apple.com>
12438
12439 * configure.in: Disable libgcj for darwin not on powerpc.
12440 * configure: Rebuild.
12441
74bed51b
ADL
124422003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
12443
12444 * config-ml.in, symlink-tree: Add license.
12445
b4117c30
ZW
124462003-08-03 Richard Stallman <rms@gnu.org>
12447 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
12448
12449 * README.SCO: New file.
12450
333a28b4
MK
124512003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12452
12453 * Makefile.tpl (check, check-c++): Express dependencies using
12454 dependencies rather than commands.
12455 * Makefile.in: Regenerate.
12456
c197e306
AC
124572003-08-01 Andrew Cagney <cagney@redhat.com>
12458
12459 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12460 * configure: Ditto.
12461
a8ee6e2d
GK
124622003-07-31 Geoffrey Keating <geoffk@apple.com>
12463
12464 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 12465 * Makefile.in: Update.
a8ee6e2d 12466
8d9b3f2e
AT
124672003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12468
12469 * configure.in: Enable libgcj for darwin.
12470 * configure: Rebuild.
12471
52c0c542
PE
124722003-07-29 Phil Edwards <pme@gcc.gnu.org>
12473
12474 * config-ml.in: Use ac_configure_args directly instead of
12475 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12476 actually seen.
12477
b4acb5ef
NN
124782003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12479
12480 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12481 creating target and build subdirs to build all parent dirs as needed.
12482 * Makefile.in: Rebuild.
12483 * configure.in: Don't build dirs explicitly here.
12484 * configure: Rebuild.
12485
a51d71d0
PB
124862003-07-26 Paul Brook <paul@nowt.org>
12487
12488 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12489
f43e12ce
AO
124902003-07-22 Alexandre Oliva <aoliva@redhat.com>
12491
12492 * Makefile.tpl (all-make): Depend on intl.
12493 * Makefile.in: Rebuilt.
12494
8a199ff6
PE
124952003-07-20 Phil Edwards <pme@gcc.gnu.org>
12496
12497 * install-sh: Update to newer upstream versions (associated with
12498 aclocal 1.7).
12499 * mkinstalldirs: Likewise.
12500 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12501
e6a8c803
AP
125022003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12503
12504 * MAINTAINERS: Move self from Bug database only accounts
12505 to write-after-approval.
12506
9f13608f
NN
125072003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12508
12509 * config.if: Remove unused libc_interface determination.
12510
c7864714
NN
125112003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12512
12513 * MAINTAINERS: Move self from write-after-approval to
12514 build machinery (*.in).
12515
775956d0
NN
125162003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12517
12518 PR bootstrap/11273
12519 PR bootstrap/11408
12520 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12521 unused INSTALL_PROGRAM_ARGS.
12522 * configure.in: Use AC_PROG_INSTALL.
12523 * Makefile.in: Regenerate.
12524 * configure: Regenerate.
12525
c7f67a6e
KH
125262003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12527
12528 * MAINTAINERS: Alphabetize.
12529
33952f6f
AO
125302003-07-10 Alexandre Oliva <aoliva@redhat.com>
12531
12532 * configure: Rebuilt.
12533 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12534 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12535 newlib nor libgloss.
12536 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12537 * configure.in (am33_2.0-*-linux*): Added.
12538
0d4f1b4e
BW
125392003-07-09 Bob Wilson <bob.wilson@acm.org>
12540
12541 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12542 * configure: Regenerate.
12543
56694dd9
ZW
125442003-07-07 Zack Weinberg <zack@codesourcery.com>
12545
12546 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12547 * Makefile.in: Regenerate.
12548
21607eb4
ZW
125492003-07-04 Zack Weinberg <zack@codesourcery.com>
12550
12551 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12552 * Makefile.in: Regenerate.
12553
dce2d8b2 125542003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
12555
12556 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12557 * Makefile.in: Regenerated.
12558
5d42f90e
L
12559 * config-ml.in: Replace PWD with PWD_COMMAND.
12560
6eb95e99
ZW
125612003-07-04 Zack Weinberg <zack@codesourcery.com>
12562
12563 * intl: New directory; see intl/ChangeLog for details.
12564 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12565 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12566 * Makefile.in: Regenerate.
12567
07d1940e
NN
125682003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12569
12570 * configure.in: Clean up config-lang.in handling. Delete
12571 useless assignment to "subdirs".
12572 * configure: Regenerate.
12573
4dbda6f0
NN
125742003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12575
12576 * configure.in: Rename 'target_libs' to 'target_libraries'.
12577 Remove useless reference to 'target_libs'.
12578 * configure: Regenerate.
12579
2c30ab71
KS
125802003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12581
12582 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12583 * Makefile.in: Regenerate.
12584
11405c93
NN
125852003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12586
12587 * Makefile.def: Introduce flags_to_pass.
12588 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12589 * Makefile.in: Regenerate.
12590
fb87ad5d
HPN
125912003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12592
12593 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12594 and target-libgloss.
12595 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12596 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12597 * configure: Regenerate.
12598
a7956a48
BK
125992003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12600
12601 * configure.in: Update testsuite_flags to new location.
12602 * configure. Regenerate.
6eb95e99 12603
eaf9f3b2
NN
126042003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12605
12606 * Makefile.tpl: Remove BUILD_CC stuff.
12607 * Makefile.in: Regenerate.
12608
2d89ffef
KH
126092003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12610
12611 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12612
dce2d8b2 126132003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
12614
12615 * MAINTAINERS (Write After Approval): Add myself.
12616
dce2d8b2 126172003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 12618
b951c91c
L
12619 * config.guess: Update to 2003-06-12 version.
12620 * config.sub: Update to 2003-06-13 version.
12621
dce2d8b2 126222003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
12623
12624 * config.guess: Update to 2003-06-06 version.
12625 * config.sub: Update to 2003-06-06 version.
12626
655b7166
RO
126272003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12628
12629 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12630 * configure. Regenerate.
12631
01b759aa
NN
126322003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12633
bf1d3e81
NN
12634 * configure.in: Disable serial configure by default.
12635 * configure: Regenerate.
12636 * Makefile.tpl: Abolish .NOTPARALLEL.
12637 * Makefile.in: Regenerate.
12638
e89fbdfe
NN
12639 * Makefile.tpl: Replace {build,host,target}_canonical by
12640 {build,host,target}.
12641 * Makefile.in: Regenerate.
12642
01b759aa
NN
12643 * Makefile.tpl: Fix stupid pasto.
12644 * Makefile.in: Regenerate.
12645
f7dae026
NN
126462003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12647
12648 * Makefile.tpl: Remove bogus conditional.
12649 * Makefile.in: Regenerate.
12650
126512003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
12652
12653 * Makefile.tpl (profiledbootstrap): New target.
12654 * Makefile.in (profiledbootstrap): New target.
12655
2ffc3e73 126562003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
12657
12658 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12659 Pinski. Remove user names from other bugzilla-only maintainers.
12660
1a1e6b96
NN
126612003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12662
1358ccea
NN
12663 * Makefile.tpl: Make 'recursive targets' using autogen rather
12664 than shell loop. Remove duplicate 'clean' targets and false
12665 comments.
12666 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12667 Add systematic method of specifying missing targets in subdirs.
12668 Add copyright boilerplate.
12669 * Makefile.in: Regenerate.
12670 * configure.in: Add 'recursive targets' to maybe list.
12671 * configure: Regenerate.
12672
ae74ed1f
NN
12673 * MAINTAINERS: "GNATS only" -> "Bug database only".
12674
1a1e6b96
NN
12675 * Makefile.tpl: Rename [+target+] to [+make_target+].
12676 * Makefile.def: Rename 'target' to 'make_target'.
12677
c79af3fa
NB
126782003-05-31 Neil Booth <neil@daikokuya.co.uk>
12679
12680 * MAINTAINERS: Add self as options handling maintainer.
12681
39d85b61
MM
126822003-05-28 Michael Meissner <gnu@the-meissners.org>
12683
12684 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12685 been too long since I touched those ports.
12686
afc2b62d
DD
126872003-05-28 DJ Delorie <dj@redhat.com>
12688
12689 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12690 * Makefile.in: Regenerate.
12691
df445104
MR
126922003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12693
12694 * configure.in: Use curly braces in the definition of tooldir.
12695 * configure: Regenerate.
12696
2eb98e5d 126972003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 12698
2eb98e5d
DD
12699 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12700 newlib or libgloss.
12701 * Makefile.in: Regenerate.
12702
862fced8
DD
127032003-05-21 DJ Delorie <dj@redhat.com>
12704
12705 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12706 * Makefile.in: Regenerate.
12707
fc351800
ILT
127082003-05-20 Ian Lance Taylor <ian@airs.com>
12709
12710 * MAINTAINERS: Update my e-mail address.
12711
7e2dbcef
NN
127122003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12713
12714 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 12715 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
12716 Factor out common code from autogen IF statements.
12717 * configure: Regenerate.
12718 * Makefile.in: Regenerate.
12719
f2a0e225
KC
127202003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12721
12722 * configure.in: Accept i[3456789]86 for machine type.
12723 * configure: Regenerate.
12724
8b87bb96
NN
127252003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12726
12727 * configure.in: Switch more things to use maybe dependencies.
12728 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12729 * configure: Regenerate.
12730 * Makefile.tpl: Switch more things to use maybe dependencies.
12731 * Makefile.in: Regenerate.
12732
fdb882bc 127332003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
12734
12735 * Makefile.tpl (install-opcodes): Define.
12736 * Makefile.in: Rebuild.
12737
f7c50032
AJ
127382003-05-13 Andreas Jaeger <aj@suse.de>
12739
12740 * config.guess: Update to 2003-05-09 version.
12741 * config.sub: Update to 2003-05-09 version.
12742
dce2d8b2 127432003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
12744
12745 * configure.in: Correct sed script so that options in quotes are not
12746 deleted.
12747 * configure: Rebuild.
12748
aa8f1f57
CV
127492003-05-12 Corinna Vinschen <corinna@vinschen.de>
12750
12751 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12752 and $$s/newlib/libc/sys/cygwin32 include paths.
12753 * configure: Ditto.
12754
0c130f81
MM
127552003-05-12 Michael Meissner <gnu@the-meissners.org>
12756
12757 * MAINTAINERS: Update my email addresses.
12758
aa1a100b
EB
127592003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12760
12761 * config-ml.in: Propagate INSTALL variables.
f7c50032 12762
87861833
GP
127632003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12764
12765 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12766
de722255
CD
127672003-05-02 Chris Demetriou <cgd@broadcom.com>
12768
6eb95e99
ZW
12769 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12770 * Makefile.in: Regenerate.
de722255 12771
96c4a002
WB
127722003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12773
12774 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12775
55b15a11
WB
127762003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12777
12778 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12779
0c227849
DJ
127802003-04-27 Daniel Jacobowitz <drow@mvista.com>
12781
12782 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12783 * Makefile.in: Regenerated.
12784
d45148c1
WB
127852003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12786
12787 * MAINTAINERS (Write After Approval): Upgrade myself from
12788 GNATS only to write-after-approval. Update my mail address.
12789
dce2d8b2 127902003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
12791
12792 (OS Port Maintainers: freebsd): Add myself.
12793
438f50c3
MM
127942003-04-22 Mark Mitchell <mark@codesourcery.com>
12795
12796 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12797
9074e169
KJ
127982003-04-22 Kean Johnston <jkj@sco.com>
12799
12800 * MAINTAINERS (SCO ports): Added myself.
12801
dfd39a2e
NS
128022003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12803
12804 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12805
ccbae82a
KJ
128062003-04-19 Kean Johnston <jkj@sco.com>
12807
12808 * MAINTAINERS (Write After Approval): Add myself.
12809
2f50999f
GP
128102003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12811
12812 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12813 * Makefile.in: Regenerate.
12814
e9b84181
JJ
128152003-04-18 Jakub Jelinek <jakub@redhat.com>
12816
12817 * configure.in (powerpc64*-*-linux*): Remove.
12818 * configure: Rebuilt.
12819
1ca4c6e1
PE
128202003-04-17 Phil Edwards <pme@gcc.gnu.org>
12821
12822 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12823 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12824 and restrap.
12825 * Makefile.in: Regenerate.
12826
0590b963
RE
128272003-04-16 Richard Earnshaw <rearnsha@arm.com>
12828
12829 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12830 * configure: Regenerated.
12831
ff41a56f
DD
128322003-04-15 DJ Delorie <dj@redhat.com>
12833
12834 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12835
50d440bc
NC
128362003-04-13 Nick Clifton <nickc@redhat.com>
12837
12838 * config-ml.in: Remove support for --disable-aix removing
12839 call-aix multilibs.
12840
b1e0a93e
AO
128412003-04-10 Alexandre Oliva <aoliva@redhat.com>
12842
12843 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12844 * */configure: Rebuilt.
12845
71fb704d
JS
128462003-04-08 Joel Sherrill <joel@oarcorp.com>
12847
12848 * MAINTAINERS: Add my email address.
12849
3897ea90
OH
128502003-03-17 Olivier Hainque <hainque@act-europe.fr>
12851
12852 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 12853
93c834b7
NN
128542003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12855
12856 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12857 * Makefile.in: Regenerate.
12858
82c34dcb
MC
128592003-03-14 Michael Chastain <mec@shout.net>
12860
12861 * Makefile.in: Regenerate with correct Makefile.def.
12862
73458fb7
NN
128632003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12864
12865 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12866 Make macro.
12867 * Makefile.in: Regenerate.
12868 * configure.in: Clean up gxx_include_dir logic.
12869 * configure: Regenerate.
12870
32cf27e5
AE
128712003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12872
12873 * MAINTAINERS (Write After Approval): Add myself.
12874
c727e7a0
BE
128752003-03-10 Ben Elliston <bje@wasabisystems.com>
12876
12877 * MAINTAINERS: Update my mail address.
12878
9a27ac7a
FS
128792003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12880
12881 * configure.in (gxx_include_dir): Fix typo.
12882 * configure: Regenerated.
12883
3aa83176
NN
128842003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12885
12886 * Makefile.tpl: Reindent.
12887 * Makefile.in: Regenerate.
12888 * configure.in: Reindent. Don't set unused variables.
12889 * configure: Regenerate.
12890
9124bc53
DJ
128912003-03-04 Daniel Jacobowitz <drow@mvista.com>
12892
12893 * configure.in: Include $(build_tooldir)/sys-include in
12894 FLAGS_FOR_TARGET.
12895 * configure: Regenerated.
12896
cb543528
NN
128972003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12898
c858bf1e
NN
12899 * Makefile.tpl: Always pass down RANLIB.
12900 * Makefile.in: Regenerate.
12901
aa9c3ab4
NN
12902 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12903 * Makefile.in: Regenerate.
12904 * configure.in: Remove unused logic relating to --enable-shared
12905 and --enable-threads. Remove bogus comments. Remove redundant
12906 noconfigdirs.
12907 * configure: Regenerate.
12908
cb543528
NN
12909 * configure.in: Replace ${libstdcxx_version} by its value.
12910 Remove reference to mh-dgux.
12911 * configure: Regenerate.
12912
53f70c1b
KB
129132003-03-03 Kevin Buettner <kevinb@redhat.com>
12914
12915 * MAINTAINERS (Write After Approval): Add myself.
12916
df0f0674
NN
129172003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12918
12919 * Makefile.tpl: Rearrange.
12920 * Makefile.in: Regenerate.
12921
dce2d8b2 129222003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
12923
12924 * configure.in: Add support for kaOS as cross build target system.
12925 * configure: Regenerated.
12926
a7a287eb
SB
129272003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12928
12929 * MAINTAINERS (Write after approval): Add myself.
12930
ff00c8a2
JW
129312003-02-21 James E Wilson <wilson@tuliptree.org>
12932
12933 * MAINTAINERS: Update my email address.
12934
abb2db7a
ZW
129352003-02-21 Zack Weinberg <zack@codesourcery.com>
12936
12937 * MAINTAINERS: Add self to blanket write privs. section.
12938
e9f2dc3b
SM
129392003-02-20 Sean McNeil <sean@blue.mcneil.com>
12940
12941 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12942 configure-target-* as some target builds may require additional
12943 flags for preprocessor tests.
12944 * Makefile.in: Regenerated.
12945
ee03dc5e
AO
129462003-02-19 Alexandre Oliva <aoliva@redhat.com>
12947
11856278
AO
12948 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12949 * ltconfig: Handle it.
12950 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12951 auto-detecting it.
12952
274aef32
AO
12953 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12954 it is used as argument to $CC.
12955 * ltcf-gcj.sh: Likewise.
12956
ee03dc5e
AO
12957 * configure.in: Introduce --enable-maintainer-mode.
12958 * configure: Rebuilt.
12959 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12960 for maintainer mode.
12961 * Makefile.in: Rebuilt.
12962
30db8e17
JM
129632003-02-18 Jason Merrill <jason@redhat.com>
12964
12965 * Makefile.tpl (check-c++): Allow parallelism.
12966
cab60ac6
GP
129672003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12968
12969 * MAINTAINERS: Remove John Carr (who never actually had access to
12970 gcc.gnu.org).
12971
c8e5d1af
GK
129722003-02-15 Geoffrey Keating <geoffk@apple.com>
12973
12974 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12975 don't configure target-libobjc.
12976 * configure: Regenerate.
12977
70f91f50
RO
129782003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12979
12980 * Makefile.tpl (RANLIB): Define.
12981 * Makefile.in: Regenerate.
12982
669e9062
LB
129832003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12984
12985 * MAINTAINERS: Update my email.
abb2db7a 12986
61b56b2e
KS
129872003-02-06 Keith R Seitz <keiths@redhat.com>
12988
12989 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12990 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12991 * Makefile.in: Regenerated.
12992 * configure.in: Remove all traces of snavigator, db, and grep.
12993 * configure: Regenerated.
12994
a1ba6e15
GP
129952003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12996
12997 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12998 After Approval.
12999
f5f2cce5
CC
130002003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13001
13002 * MAINTAINERS (Write after approval): Add myself.
13003
ba49f6f1
FCE
130042003-01-31 Frank Ch. Eigler <fche@redhat.com>
13005
13006 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
13007 * Makefile.in: Regenerated.
13008
ccf9f10c
RS
130092003-01-30 Roger Sayle <roger@eyesopen.com>
13010
13011 * config.guess: Updated to 2003-01-30's version.
13012 * config.sub: Updated to 2003-01-28's version.
13013
a693735b
AO
130142003-01-30 Alexandre Oliva <aoliva@redhat.com>
13015
13016 * config.if: If gcc_version is already set, just use it. Don't set
13017 gcc_version_trigger if it's already set, otherwise set it to
13018 gcc/version.c, but only if the file exists. If it is not set and
13019 gcc/version.c does not exist, try to extract the version number from
13020 $CC.
13021
204c43d6
AT
130222003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
13023
abb2db7a 13024 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 13025
842e91ec
PE
130262003-01-27 Phil Edwards <pme@gcc.gnu.org>
13027
13028 * configure.in: Revert 24Jan change.
13029 * configure: Regenerate.
13030
6b99984e
GP
130312003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13032
13033 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
13034 entry of HJ Lu.
13035
806e0935
NN
130362003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
13037
13038 * configure.in: Revert previous change.
13039 * configure: Regenerate.
13040
307a9864
NN
130412003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
13042
13043 * configure.in: Make rda native-only.
13044 * configure: Regenerate.
13045
02ba6302
VR
130462003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
13047
13048 * MAINTAINERS: Move myself from GNATS-only-accounts to
13049 write-after-approval.
13050
77d187bc
NN
130512003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
13052
13053 * configure.in: Add missing \.
13054 * configure: Rebuilt.
13055
a94a2d4c
JJ
130562003-01-17 Jakub Jelinek <jakub@redhat.com>
13057
13058 * configure.in (baseargs): Avoid using \| in sed regular
13059 expressions.
13060 * configure: Rebuilt.
13061
73f84924
JJ
130622003-01-16 Jakub Jelinek <jakub@redhat.com>
13063
13064 * configure.in (baseargs): Remove all supported forms of
13065 --cache-file, --srcdir, --host, --build and --target options
13066 from argument lists.
13067 * configure: Rebuilt.
13068
8c12fc63
JZ
130692003-01-15 Josef Zlomek <zlomekj@suse.cz>
13070
13071 * MAINTAINERS: Add myself to write-after-approval list.
13072
7c005a3a
AO
130732003-01-15 Alexandre Oliva <aoliva@redhat.com>
13074
13075 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13076 * configure: Rebuilt.
13077
3dfabf63
NN
130782003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
13079
13080 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13081 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13082 * Makefile.in: Regenerate.
13083 * configure: Regenerate.
13084
cf53ae10
AO
130852003-01-09 Alexandre Oliva <aoliva@redhat.com>
13086
13087 * configure.in: Remove Makefile in build, host and target modules
13088 unless configure was run with --no-recursion.
13089 * configure: Rebuilt.
13090
3fbe8e4a
CC
130912003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13092
13093 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13094 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13095 * Makefile.in: Regenerate.
13096
66e2aa7d
CD
130972003-01-08 Chris Demetriou <cgd@broadcom.com>
13098
13099 * config.guess: Update to 2003-01-03 version.
13100 * config.sub: Update to 2003-01-03 version.
13101
b5038cfb
CF
131022003-01-07 Christopher Faylor <cgf@redhat.com>
13103
13104 * configure: Regenerate with proper autoconf 2.13.
13105
d02c69be
CF
131062003-01-07 Christopher Faylor <cgf@redhat.com>
13107
13108 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 13109 * configure: Regenerate.
d02c69be 13110
e914a571
AC
131112003-01-06 Andrew Cagney <ac131313@redhat.com>
13112
13113 * configure.in (GDB_TK): Add tcl directories conditional on
13114 gdb/gdbtk directory being present.
13115 * configure: Regenerate.
abb2db7a 13116
dce2d8b2 131172003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 13118
dce2d8b2
EB
13119 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
13120 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
13121 * configure: Rebuilt.
13122
89a7012a
TT
131232002-12-31 Tom Tromey <tromey@redhat.com>
13124
13125 * Makefile.in: Rebuilt.
13126 * Makefile.def (target_modules) [libffi]: Allow installation.
13127
3f4f56e2
AS
131282002-12-31 Andreas Schwab <schwab@suse.de>
13129
13130 * configure.in: Fix use of $program_transform_name.
13131 * configure: Regenerated.
13132
6c1b8d0a
DJ
131332002-12-30 Daniel Jacobowitz <drow@mvista.com>
13134
13135 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 13136 * configure: Regenerated.
6c1b8d0a 13137
c5120911
AO
131382002-12-29 Alexandre Oliva <aoliva@redhat.com>
13139
13140 * Makefile.tpl (local-distclean): Don't remove...
13141 (multilib.ts): ... this. Moved into...
13142 (multilib.out): ... this. Don't use sub-make.
13143 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13144 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13145 (configure-build-[+module+], configure-[+module+],
13146 configure-target-[+module+], configure-gcc): ... these. Test
13147 for Makefile existence. Drop config.status from dependencies.
13148 * Makefile.in: Rebuilt.
13149 * configure.in: Move gcc-version-trigger to the end of
13150 ac_configure_args. Add comments to maybedep.tmp and
13151 serdep.tmp. Introduce --disable-serial-configure. Remove
13152 nonopt from baseargs, matching and removing corresponding
13153 whitespace while at it.
13154 * configure: Rebuilt.
13155
e245b0ea
AO
131562002-12-28 Alexandre Oliva <aoliva@redhat.com>
13157
903de295
AO
13158 * configure.in (host_configargs): Replace reference to
13159 no-longer-defined buildopts with --build=${build_alias}.
13160 * configure: Rebuilt.
13161
e245b0ea
AO
13162 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
13163 program_transform_name to standard idiom.
13164 (AUTOGEN, AUTOCONF): Define.
13165 (Makefile.in): Use $(AUTOGEN).
13166 (Makefile): Depend on config.status, and use autoconf-style rule to
13167 build it. Move original commands to...
13168 (config.status): ... this new target.
13169 (configure): Add $(srcdir). Depend on config/acx.m4. Use
13170 $(AUTOCONF).
13171 * Makefile.in: Rebuilt.
13172
671aa708
NN
131732002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
13174
53fbfb58
NN
13175 * Makefile.tpl: Fix dramatic bustage due to change in
13176 program_transform_name.
13177 * Makefile.in: Regenerate.
13178
13179 * configure.in: Remove unnecessary PATH setting.
13180 * configure: Regnerate.
13181
13182 * configure.in: Don't default to unprefixed tools unless
13183 the native tools will work.
13184 * configure: Regenerate.
13185
671aa708
NN
13186 * configure.in: Convert to autoconf script. Blow away lots
13187 of now-redundant Makefile fragments.
13188 * configure: Generate using Autoconf.
13189 * Makefile.tpl: Rewrite to reflect autoconfiscation.
13190 * Makefile.in: Regenerate.
13191
57f40826
NN
131922002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
13193
3fedb745
NN
13194 * configure: Fix stupid bug where RANLIB was mistakenly included.
13195
abb2db7a 13196 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
13197 (build_configargs, host_configargs, target_configargs).
13198
13199 * configure.in: Move logic out of sed statement.
13200
abb2db7a 13201 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
13202 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13203
315fa0f4
SS
132042002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
13205
13206 * config.sub: Import from master repository
13207 * config.guess: Ditto
13208
45aff44f
AS
132092002-12-24 Andreas Schwab <schwab@suse.de>
13210
13211 * Makefile.tpl (multilib.out): Fix missing space.
13212 * Makefile.in: Regenerate.
13213
88b5521b
NN
132142002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
13215
13216 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
13217 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
13218 * Makefile.in: Regenerate.
13219 * configure.in: Remove unnecessary leftovers.
13220
2a726918
GK
132212002-12-21 Geoffrey Keating <geoffk@apple.com>
13222
13223 * configure.in (extra_ranlibflags_for_target): New variable.
13224 (*-*-darwin): Add -c to ranlib commands.
13225 * configure (tooldir): Handle extra_ranlibflags_for_target.
13226
aace3269 132272002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
13228
13229 * Makefile.tpl: Revert HJL's change.
13230 * Makefile.in: Regenerated.
13231 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13232 always.
13233
f0895142
AS
132342002-12-19 Andreas Schwab <schwab@suse.de>
13235
13236 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13237 * Makefile.in: Regenerate.
13238
dce2d8b2 132392002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
13240
13241 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13242 * Makefile.in: Regenerated.
13243
13244 * configure.in (build_prefix): New. Substitute.
13245
212f6dd0
NN
132462002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
13247
79308c5d
NN
13248 * Makefile.tpl: Don't let real targets depend on phony targets.
13249 * Makefile.in: Regenerate.
13250
212f6dd0
NN
13251 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13252 * Makefile.in: Regenerate.
13253
ab17919f
SS
132542002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
13255
13256 * config.sub: Import from master repository
13257 * config.guess: Ditto
13258
5ecf91d1
JM
132592002-12-16 Jason Merrill <jason@redhat.com>
13260
13261 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13262 previous 'make bootstrap'.
13263 * Makefile.in: Regenerate.
13264
d8437e1b
HPN
132652002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
13266
13267 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13268
4977bab6
ZW
132692002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
13270
13271 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13272 * Makefile.in: Regenerate.
13273
0edcfdcb
JM
132742002-12-13 Jason Merrill <jason@redhat.com>
13275
6248218a 13276 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
13277 library tests.
13278 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
13279 * Makefile.in: Regenerate.
13280
4977bab6
ZW
132812002-12-12 Alexandre Oliva <aoliva@redhat.com>
13282
13283 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13284 * Makefile.in: Rebuilt.
13285
f87505dd
AO
132862002-12-12 Alexandre Oliva <aoliva@redhat.com>
13287
13288 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13289
4977bab6
ZW
132902002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
13291
13292 * configure: Fix bug put in by gremlins.
13293
13294 * Makefile.tpl: Substitute more autoconfily.
13295 * configure: Substitute more autoconfily.
13296 * Makefile.in: Regenerate.
13297
7f0db92a
SS
132982002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
13299
13300 * config.sub: Import from master repository
13301 * config.guess: Ditto
13302 * MAINTAINERS: Added Svein Seldal under write after approval
13303
4977bab6
ZW
133042002-12-08 Andrew Cagney <ac131313@redhat.com>
13305
13306 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13307 * Makefile.in (all-sim): Ditto.
13308
133092002-12-06 DJ Delorie <dj@redhat.com>
13310
13311 * Makefile.tpl: Change configure dependencies to not have real
13312 targets depend on phony targets.
13313
133142002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
13315
13316 * configure.in: Revert unintentional change.
13317
13318 * Makefile.tpl: Change dependency for */multilib.out so that
13319 it works when gcc isn't in the tree.
13320
13321 * configure.in: Substitute more.
13322 * configure: Run subconfigures from the Makefile.
13323 * Makefile.tpl: Run subconfigures from the Makefile; add a few
13324 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
13325
67f1b906
GP
133262002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13327
13328 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13329
4977bab6
ZW
133302002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
13331
13332 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13333 and corresponding dependencies.
13334 * Makefile.in: Regenerate.
13335
13336 * configure.in (host_tools): Order binutils, gas and ld for
13337 convenience in running the testsuites.
13338
13339 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13340 * Makefile.in: Regenerate.
13341 * configure.in: Introduce rules to serialize subconfigure runs.
13342
13343 * configure.in: Introduce BASE_CC_FOR_TARGET.
13344 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
13345 Realize configure-build-* targets. Realize configure-target-* targets.
13346 * Makefile.in: Regenerate.
13347
133482002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
13349
13350 * configure: Move gcc_version_trigger stuff from here...
13351 * configure.in: ...to here.
13352
13353 * configure.in: Separate subconfigure options added by this file from
13354 options given by the user. Add machinery to put args for host
13355 subconfigures into the Makefile.
13356
13357 * Makefile.tpl: Remove 'vault' targets.
13358 * Makefile.tpl: Reorder and comment dependencies.
13359 * Makefile.in: Regenerate.
13360
133612002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
13362 * configure.in: Fix my broken commit of previous patch. (sigh)
13363
743f054e
GK
133642002-11-28 Geoffrey Keating <geoffk@apple.com>
13365
13366 * configure.in: Move host-specific darwin noconfigdirs into
13367 the host-specific section.
13368
4977bab6
ZW
133692002-11-28 Geoffrey Keating <geoffk@apple.com>
13370
13371 * configure.in: Move host-specific darwin noconfigdirs into
13372 the host-specific section.
13373
133742002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
13375
13376 * configure: Remove skip-this-dir support.
13377 * Makefile.tpl: Remove skip-this-dir support.
13378
13379 * Makefile.tpl: Remove leftover support for non-autoconfiscated
13380 subdirectories.
13381 * Makefile.in: Regenerate.
13382
13383 * Makefile.tpl: Strip out useless setting of 'dir'.
13384 * Makefile.in: Regenerate.
13385
133862002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
13387
13388 * configure.in: Fix deeply stupid bug.
13389
13390 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13391 shell code in CXX_FOR_TARGET
13392 * Makefile.def: Introduce raw_cxx.
13393 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13394 RAW_CXX_FOR_TARGET.
13395 * Makefile.in: Regenerate.
13396
133972002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
13398
13399 * Makefile.tpl: Remove unnecessary ifs.
13400 * Makefile.in: Regenerate.
13401
13402 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
13403 dependencies. Maybe-ize build-libiberty. Create dummy install
13404 targets for 'no_install' modules.
13405 * configure: Move GDB_TK substitution to configure.in. Move
13406 build_modules stuff to configure.in.
13407 * configure.in: Implement soft dependency machinery. Maybe-ize
13408 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
13409 * Makefile.in: Regenerate.
13410
134112002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
13412
13413 * Makefile.tpl: Make all-target, install-target behave similarly
13414 to all, install (only hitting configured targets). Eliminate
13415 unused macro defintions.
13416
13417 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13418 build != host.
13419
13420 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13421
13422 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13423
13424 * configure.in: Produce lists of subdir targets we're actually
13425 configuring. Remove references to "dosrel".
13426 * Makefile.tpl: Let configure set which subdir targets are hit.
13427 Remove install-cross; clean up install; remove ALL. Remove
13428 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
13429 Autogenerate host module targets. Remove empty dependency lines
13430 and redundant dependency; rearrange slightly.
13431 * Makefile.def: Add host-side libtermcap, utils.
13432
13433 * Makefile.in: Regenerate.
13434
e6226a2f
RO
134352002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13436
13437 * ltconfig (osf[345]): Append $major to soname_spec.
13438 Reflect this in library_names_spec.
13439 * ltmain.sh (osf): Prefix $major with . for use as extension.
13440
3b75d237
AJ
134412002-11-19 Andreas Jaeger <aj@suse.de>
13442
13443 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13444 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13445 and sparc64 GNU/Linux systems.
13446
809108de
NS
134472002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13448
13449 * MAINTAINERS: Update email.
13450
e7e0de7e
GP
134512002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13452
13453 * MAINTAINERS: Complete James Dennett's entry.
13454
f7109dea
EB
134552002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13456
13457 * MAINTAINERS (Write After Approval): Add myself.
13458
d3ac17c9
BK
134592002-11-13 Bruce Korb <bkorb@gnu.org>
13460
13461 * Makefile.tpl: syntactic cleanup
13462
dce2d8b2 134632002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
13464
13465 * MAINTAINERS: Add myself to write-after-approval list.
13466
4977bab6
ZW
134672002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13468
13469 * Makefile.def: Add list of recursive targets to autogenerate.
13470 Add build_modules.
13471 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13472 targets. Autogenerate *-build-* targets.
13473 * Makefile.in: Regenerate.
13474
134752002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13476
13477 * configure: More autoconf-style substitutions.
13478 * Makefile.tpl: More autoconf-style substitutions.
13479 * Makefile.in: Regenerate.
13480
134812002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13482
13483 * configure: Substitute more variables in a more autoconf-friendly
13484 way. Simplify slightly.
13485 * Makefile.tpl: Make more variables substitutable in an
13486 autoconf-friendly way.
13487 * Makefile.in: Regenerate.
13488
d4783999
JW
134892002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13490
13491 * MAINTAINERS (Write After Approval): Add myself.
13492
4977bab6
ZW
134932002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13494
13495 * configure.in (v810*): Remove special setting of tools.
13496
13497 * configure: Add support for extra required flags for ar or nm.
13498 * configure.in (aix4.3+): Use above support for target-specific
13499 issues, rather than using config/mt-aix43.
13500
135012002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13502
13503 * configure: Remove 'removing', which doesn't work. Replace $subdir
13504 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13505 with $srcdir. Reformat indentation. Substitute some variables
13506 formerly hard-coded in the Makefile for build=host.
13507 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13508 * Makefile.def: Autogenerate more.
13509 * Makefile.in: Regenerate.
13510
1c9c903e
AN
135112002-11-04 Adam Nemet <anemet@lnxw.com>
13512
13513 * MAINTAINERS (Write After Approval): Add myself.
13514
40673d2b
KB
135152002-11-04 Kevin Buettner <kevinb@redhat.com>
13516
13517 * Makefile.def (host_modules): Add rda.
13518 * Makefile.in: Regenerate.
13519 * configure.in (target_tool): Add target-rda to list.
13520
42e650ae
GP
135212002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13522
13523 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13524
e004b81f
PE
135252002-10-25 Phil Edwards <pme@gcc.gnu.org>
13526
13527 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13528 and restrap targets to this rule.
13529 * Makefile.in: Regenerate.
13530
06bd49b1
GP
135312002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13532
13533 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13534 GNATS only accounts.
13535
d0af82b0
HPN
135362002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13537
13538 * configure.in (i[3456]86-*-linux*): Add check to disable
13539 ${libgcj} for glibc1.
13540
10782654
DC
135412002-10-24 Denis Chertykov <denisc@overta.ru>
13542
13543 * MAINTAINERS: Add myself as ip2k port maintainer.
13544
a5a438f5
SS
135452002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13546
13547 * configure.in: Add tic4x target.
13548
fe3d5b7f
NN
135492002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13550
aba8a494
NN
13551 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13552 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13553 * Makefile.in: Regenerate.
13554
fe3d5b7f
NN
13555 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13556 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13557 * Makefile.in: Regenerate.
13558
a6ad79e7
JJ
135592002-10-02 Janis Johnson <janis187@us.ibm.com>
13560
13561 * MAINTAINERS: Add myself as web pages co-maintainer.
13562
6a8a9058
NN
135632002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13564
13565 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13566 * Makefile.in: Regenerate.
13567
327d975a
ZW
135682002-10-02 Zack Weinberg <zack@codesourcery.com>
13569
13570 * MAINTAINERS: Add myself and Nathan Sidwell
13571 <nathan@codesourcery.com> as VxWorks maintainers.
13572
a5ae8f19 135732002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
13574
13575 * Makefile.def: Remove order dependency comments.
13576 * Makefile.tpl: Add explicit install-install dependencies.
13577 * Makefile.in: Regenerate.
d0f6c823 13578
34c6040c 13579 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 13580 * Makefile.in: Regenerate.
34c6040c 13581
d0f6c823
NN
13582 * Makefile.tpl: Add configure-target (for src-release in src)
13583 * Makefile.in: Regenerate.
13584
50bd210b
NC
135852002-09-30 Nick Clifton <nickc@redhat.com>
13586
13587 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13588
ca25149e
UW
135892002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13590
13591 * configure.in (s390*-*-linux*): Enable libgcj.
13592
dd30b57d
NN
135932002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13594
9e60a678
NN
13595 * configure: Revert accidentally applied changes.
13596
dd30b57d
NN
13597 * Makefile.tpl: Make more autoconf-friendly.
13598 * Makefile.in: Regenerate.
13599 * configure: Make substitution more autoconf-like.
13600
5831424e
RE
136012002-09-28 Richard Earnshaw <rearnsha@arm.com>
13602
13603 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13604 single entry to handle all these.
13605 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13606 libjava on arm-*-elf.
13607
b7f3b15b
GK
136082002-09-27 Geoffrey Keating <geoffk@apple.com>
13609
13610 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13611 things that depend on them.
13612
0dffceed
NN
136132002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13614
13615 * Makefile.tpl: Make subsituted variables more autoconfy.
13616 * Makefile.in: Regenerate.
13617 * configure: Make seds more autoconfy.
13618
1db75a86 136192002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
13620
13621 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13622 * Makefile.in: Regenerate.
13623 * configure.in: Rewrite sed statements to look autoconfy.
13624
1db75a86
NN
13625 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13626 all-target-foo on configure-target-foo.
13627 * Makefile.def: Ditto.
13628 * Makefile.in: Rebuild.
13629
741a4e89
AH
136302002-09-25 Andrew Haley <aph@redhat.com>
13631
13632 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13633
95ddd785
NN
136342002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13635
13636 * Makefile.def: New file.
13637 * Makefile.tpl: New file.
13638 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13639 * contrib/gcc_update: Note that Makefile.in is a generated file.
13640
13641 * configure.in: Minor rearrangement. Simplify tests.
13642
65a824f6
JT
136432002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13644
13645 * configure.in (with_headers): Skip copy if value is "yes".
13646 (with_libs): Likewise.
13647
51270f0a 136482002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
13649
13650 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13651 * configure.in (sh*-*-pe*): Ditto.
13652 * configure.in (mips*-*-pe*): Ditto.
13653 * configure.in (*arm-wince-pe): Ditto.
13654
8f89dbf4
NN
13655 * configure.in: Rearrange.
13656
c1b8db3f
KH
136572002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13658
13659 * MAINTAINERS: Update my email address.
13660
341f0575
PK
136612002-08-30 Paul Koning <pkoning@equallogic.com>
13662
13663 * MAINTAINERS: (Write After Approval): Add myself.
13664
d2e06980
GK
136652002-08-29 Geoffrey Keating <geoffk@redhat.com>
13666
13667 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13668
4906d5d8
GK
136692002-08-24 Geoffrey Keating <geoffk@redhat.com>
13670
13671 * MAINTAINERS: Change my mailing address.
13672
e9a25cc8
PC
136732002-08-21 Paolo Carlini <pcarlini@unitus.it>
13674
13675 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 13676 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 13677
dce2d8b2 136782002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
13679
13680 * MAINTAINERS (Write After Approval): Remove myself.
13681 (Various Maintainers: c++ runtime libs): Add myself.
13682
5ce6f47b
EC
136832002-08-15 Eric Christopher <echristo@redhat.com>
13684
13685 * config.sub: Import from master repository.
13686 * config.guess: Ditto.
13687
7f9317f0
AO
136882002-08-19 Alexandre Oliva <aoliva@redhat.com>
13689
13690 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13691 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13692 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13693
7aecca3d
AH
136942002-08-16 Aldy Hernandez <aldyh@redhat.com>
13695
13696 * MAINTAINERS: Add self to rs6000 vector extensions.
13697
8ea4b195
AO
136982002-08-15 Alexandre Oliva <aoliva@redhat.com>
13699
13700 * libiberty/configure: Reverted unintended yesterday's check in.
13701
f5cc59a7
AO
137022002-08-14 Alexandre Oliva <aoliva@redhat.com>
13703
13704 * boehm-gc/configure, libf2c/configure: Rebuilt.
13705 * libffi/configure, libiberty/configure: Ditto.
13706 * libjava/configure, libobjc/configure: Ditto.
13707 * libstdc++-v3/configure, zlib/configure: Ditto.
13708 Merged from binutils:
13709 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13710 From Steve Ellcey <sje@cup.hp.com>:
13711 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13712 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13713 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13714 IA64.
13715 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13716 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13717 soname_spec, sys_lib_search_path_spec): Ditto.
13718
dce2d8b2 137192002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
13720
13721 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13722
2ff34870
L
137232002-08-04 H.J. Lu (hjl@gnu.org)
13724
13725 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13726
a014f2fe
KW
137272002-08-02 Krister Walfridsson <cato@df.lth.se>
13728
13729 * MAINTAINERS (Write After Approval): Add myself.
13730
c01d477a
AM
137312002-07-31 Alan Modra <amodra@bigpond.net.au>
13732
13733 * configure.in: Move generic linux case to end. Copy generic
13734 linux noconfigdirs to mips*-*-linux* entry and new
13735 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13736
68cd2524
MM
137372002-07-19 Michael Matz <matz@suse.de>
13738
13739 * MAINTAINERS: Add myself as ra* maintainer.
13740
e2d83b8c
CD
137412002-07-16 Chris Demetriou <cgd@broadcom.com>
13742
13743 * config.guess: Update to 2002-07-09 version.
13744 * config.sub: Update to 2002-07-03 version.
13745
cece4f1d
HPN
137462002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13747
13748 * MAINTAINERS: Fix typo in a maintainer email address.
13749
bb654703
NN
137502002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13751
13752 * configure.in: Remove two redundant tests.
13753
789b7de5
RO
137542002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13755
13756 * configure.in (mips*-*-irix6*o32): Enable stabs.
13757
e1da1089
NN
137582002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13759
f3970bba
NN
13760 * configure.in: Don't build grez.
13761 * Makefile.in: Ditto.
13762
e1da1089
NN
13763 * Makefile.in: Remove references to bsp, cygmon, libstub.
13764 * configure.in: Ditto.
13765
13766 * configure.in: Remove leftover reference to gdbtest.
13767
57c905fa
PE
137682002-07-08 Phil Edwards <pme@gcc.gnu.org>
13769
13770 * configure.in (gxx_include_dir): Change to match versioned
13771 C++ headers if --enable-version-specific-runtime-libs is used.
13772
a0af94a7 137732002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 13774
a0af94a7
SE
13775 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13776
423ce3eb
NN
137772002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13778
13779 * configure.in: Make --without-x work.
13780
98186934
NN
137812002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13782
c3b7d169
NN
13783 * configure.in: Rearrange target Makefile fragment collection.
13784
98186934
NN
13785 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13786 cvs[src].
13787 * configure.in: Ditto.
13788
eebd288a
MK
137892002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13790
13791 * MAINTAINERS (Write After Approval): Update my e-mail address.
13792
3ab36f05
NN
137932002-06-24 Ben Elliston <bje@redhat.com>
13794
13795 * configure.in (host_tools): Remove cgen.
13796
13797 * Makefile.in (all-cgen): Remove; runs from its source directory.
13798 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 13799 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
13800 (all-sim): Likewise.
13801
dce2d8b2 138022002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
13803
13804 * Makefile.in: Eliminate 'apache' targets.
13805 * configure.in: Eliminate 'apache' targets.
13806
55380b08
NN
13807 * configure.in: Eliminate redundant tests. Reorganize.
13808
9a5c1b9d
NN
13809 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13810
5fd3853a
NN
13811 * config-ml.in: Eliminate references to Cygnus configure.
13812
cfefc434
NN
13813 * Makefile.in: Eliminate references to building emacs.
13814
2fe93885
GS
138152002-06-28 Graham Stott <graham.stott@btinternet.com>
13816
13817 * MAINTAINERS: Update my email address.
13818
53c40185
BK
138192002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13820
13821 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 13822 (cxx_incdir): Remove.
53c40185 13823
97679694
NN
138242002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13825
13826 * MAINTAINERS (Write After Approval): Add self.
13827
b03bcd37
DC
13828Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13829
13830 * configure.in: Add support for ip2k.
13831
6bd12129
NN
138322002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13833
13834 * configure.in: Fix AIX configury bug.
13835
e0d98a92
SE
138362002-06-20 Steve Ellcey <sje@cup.hp.com>
13837
13838 * MAINTAINERS (Write After Approval): Add self.
13839
ba3292db
NN
138402002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13841
ef40bc65
NN
13842 * configure.in: replace ${topsrcdir} with ${srcdir}
13843
7a0be465
NN
13844 * configure.in: Move definition of libstdcxx_flags
13845 right above usage, rather than waaay earlier.
13846
e1848dde
NN
13847 * configure.in: Pull definition of is_cross_compiler earlier.
13848
8bc2fff1
NN
13849 * configure.in: Rearrange a little.
13850
ba3292db
NN
13851 * configure.in: Remove references to librx.
13852 * Makefile.in: Remove references to librx.
13853
11d8b408
DC
13854Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13855
13856 * config.sub: Add support for avr target.
13857 Import from master sources, rev 1.255
5ce6f47b 13858
93da8339
PE
138592002-06-19 Phil Edwards <pme@gcc.gnu.org>
13860
13861 * configure, .cvsignore: Revert previous change...
13862 * Makefile: ...delete.
13863
b4caab5c
NN
138642002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13865
13866 * configure.in: Eliminate ${gasdir} variable.
13867
ee777171
DB
138682002-06-18 Dave Brolley <brolley@redhat.com>
13869
13870 * configure.in: Add support for frv.
13871 * config.sub: Add support for frv.
13872
26e4af54
PE
138732002-06-18 Phil Edwards <pme@gcc.gnu.org>
13874
13875 * configure: Remove garbage from previous commit.
13876
bb20b7da
PE
138772002-06-18 Phil Edwards <pme@gcc.gnu.org>
13878
13879 * configure: For in-source builds, make a subdir and re-exec there.
13880 * Makefile: New file. Pass targets through to build directory.
13881 * .cvsignore: No longer ignore "Makefile".
13882
9d321f6c
DR
138832002-06-16 Douglas Rupp <rupp@gnat.com>
13884
13885 * MAINTAINERS (Write After Approval): Add self.
13886
c8eb2bc0
KG
138872002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13888
13889 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13890
f210d239
JT
138912002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13892
13893 * configure.in (vax-*-netbsd*): Re-enable gas.
13894
e9667b3c
NN
138952002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13896
efe1f357
NN
13897 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13898 BUILD_PREFIX_1, to correct nomenclature.
13899 * configure: Likewise.
13900
e9667b3c
NN
13901 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13902 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13903
fe2fe497
OH
139042002-05-31 Olaf Hering <olh@suse.de>
13905
13906 * config-ml.in: Propogate DESTDIR also.
13907
dcf7f0dd
JT
139082002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13909
13910 * configure.in (vax-*-netbsd*): Don't build gas for this
13911 platform.
13912
6ff14f32
MM
139132002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13914
13915 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13916 and libgcj for AVR.
13917
397de1ff
KK
139182002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13919
13920 * MAINTAINERS (Write After Approval): Add myself.
13921
ac30211c
JT
139222002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13923
13924 * config.guess: Update to 2002-05-22 version.
13925 * config.sub: Likewise.
13926
1e6347d8
RO
139272002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13928
13929 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13930 * config-ml.in: Likewise.
13931 * configure: Likewise.
13932 * configure.in: Likewise.
13933
e5ce1d6d
SC
139342002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13935
13936 * MAINTAINERS: Update my email address.
13937
6cdef75d
NN
139382002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13939
4a87f061
NN
13940 * configure.in: Simplify makefile fragment collection.
13941
13942 * configure.in: Remove code to build emacs.
603606e7 13943
e254d6b5
NN
13944 * configure.in : Remove --srcdir argument from targargs and buildargs
13945 (it's always overridden in the Makefile anyway). Rearrange a bit.
13946
13947 * configure: Move some logic to configure.in.
13948 * configure.in: Move some logic from configure.
6cdef75d 13949
1d6006fe
TT
139502002-05-11 Tom Tromey <tromey@redhat.com>
13951
13952 * MAINTAINERS: Reflect libgcj reality.
13953
b70b3534
FS
139542002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13955
13956 * Makefile.in: Honour DESTDIR.
13957
4434687a
MM
139582002-05-08 Mark Mitchell <mark@codesourcery.com>
13959
13960 * config.guess: Import 2002-03-20 version.
13961 * config.sub: Import 2002-04-26 version.
13962
a89e49c7
RO
139632002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13964
13965 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13966
44e55536
TJ
139672002-05-07 Tim Josling <tej@melbpc.org.au>
13968
13969 * MAINTAINERS: Add self.
13970
dce2d8b2 139712002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
13972
13973 * ltmain.sh: Detect and handle object name conflicts
13974 while piecewise linking a static library.
13975
b7c13625
AO
139762002-05-05 Alexandre Oliva <aoliva@redhat.com>
13977
13978 * configure.in (noconfigdirs): Don't disable libgcj on
13979 sparc64-*-solaris* and sparcv9-*-solaris*.
13980
4182d9fa
AO
139812002-05-03 Alexandre Oliva <aoliva@redhat.com>
13982
13983 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13984
7bebf279
TF
139852002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13986
13987 * configure.in (FLAGS_FOR_TARGET): Do not add
13988 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13989 on i[3456]86-*-linux*.
13990
9a06dc7d
TF
139912002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13992
13993 * configure.in (noconfigdirs): Replace [ ] with test.
13994
13995 * configure.in (noconfigdirs): Do not add target-newlib if
13996 target == i[3456]86-*-linux*, and host == target.
13997
a51a07fa
NN
139982002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13999
9e7facd6
DD
14000 * configure.in: delete reference to absent file
14001
aeaa0f2f
NN
14002 * configure.in: replace '[' with 'test'
14003
4bb98828
NN
14004 * configure.in: Eliminate references to gash.
14005 * Makefile.in: Eliminate references to gash.
14006
64791664
NN
14007 * configure.in: remove useless references to 'pic' makefile fragments.
14008
3ed57cf4
NN
14009 * configure.in: (*-*-windows*) Finish removing.
14010
a51a07fa
NN
14011 * configure.in: Eliminate redundant test for libgui.
14012
8552f6f1
RS
140132002-04-29 Roger Sayle <roger@eyesopen.com>
14014
14015 * MAINTAINERS: Add self and realphabetize. Update entries
14016 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
14017 entry for a29k port maintainer.
14018
dce2d8b2 140192002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
14020
14021 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14022 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14023
704c9a14
NN
140242002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
14025
14026 * configure.in: remove references to dead files
14027
7bff5059
MM
140282002-04-19 Mark Mitchell <mark@codesourcery.com>
14029
14030 * MAINTAINERS: Add information about purpose of this file.
14031
0c7c67f0
TT
140322002-04-18 Tom Tromey <tromey@redhat.com>
14033
14034 * configure.in: Disallow configuring libgcj when it is already
14035 installed and we're using Solaris 2.8 linker. Do enable libgcj on
14036 Solaris 2.8 by default. For PR libgcj/6158.
14037
63501e91
NN
140382002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
14039
14040 * configure.in: Move default CC setting out of config/mh-* fragments
14041 directly into here.
14042
701afd4d
NN
140432002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
14044
14045 * configure.in: don't even try to configure or make a subdirectory
14046 if there's no configure script for it.
14047
07cdae91
MM
140482002-04-15 Mark Mitchell <mark@codesourcery.com>
14049
14050 * MAINTAINERS: Remove chill maintainers.
14051 * Makefile.in (CHILLFLAGS): Remove.
14052 (CHILL_LIB): Remove.
14053 (TARGET_CONFIGDIRS): Remove libchill.
14054 (CHILL_FOR_TARGET): Remove.
14055 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14056 CHILL_LIB.
14057 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14058 (CHECK_TARGET_MODULES): Likewise.
14059 (INSTALL_TARGET_MODULES): Likewise.
14060 (CLEAN_TARGET_MODULES): Likewise.
14061 (configure-target-libchill): Remove.
14062 (all-target-libchill): Remove.
14063 * configure.in (target_libs): Remove target-libchill.
14064 Do not compute CHILL_FOR_TARGET.
14065 * libchill: Remove directory.
5ce6f47b 14066
ab50d72b
DD
140672002-04-11 DJ Delorie <dj@redhat.com>
14068
14069 * Makefile.in, configure.in: Sync with binutils, entries
14070 follow...
14071
0a1e123a
DD
140722002-04-07 Andrew Cagney <ac131313@redhat.com>
14073
14074 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
14075 (do-tar, do-bz2): New rules.
14076 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
14077 (gdb-tar): New rule.
14078 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
14079 (insight_dejagnu.tar): New rule.
14080 (insight.tar): New rule.
14081 (gdb+dejagnu.tar): New rule.
14082 (gdb.tar): New rule.
14083
ab50d72b
DD
140842002-02-01 Mo DeJong <supermo@bayarea.net>
14085
14086 * Makefile.in: Add all-tix to deps for all-snavigator
14087 so that tix is built when building snavigator.
14088
140892002-01-11 Steve Ellcey <sje@cup.hp.com>
14090
14091 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14092 ld and gdb are not supported.
14093
140942002-01-07 Mark Salter <msalter@redhat.com>
14095
14096 * configure.in: Remove target-bsp and target-cygmon from arm builds.
14097 Allow target-libgloss to be built for arm, strongarm, and xscale.
14098
140992001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
14100
14101 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14102 options for i[3456]86-pc-linux* native builds.
14103
141042001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
14105
14106 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14107 files from .po files for a distribution.
14108
141092001-09-03 Jeff Holcomb <jeffh@redhat.com>
14110
14111 * configure.in: Enable libstdc++-v3 for h8300 targets.
14112
141132001-06-19 Alan Modra <amodra@bigpond.net.au>
14114
14115 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14116 version from bfd/.
14117
14118Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
14119
14120 * Makefile.in (VER): When present, extract the version number from
14121 the file version.in.
14122
dce2d8b2 141232001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
14124
14125 * configure.in : enable ld for aix
14126
141272001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14128
14129 * config.guess: Add linux target for S/390.
14130
141312000-11-07 Philip Blundell <pb@futuretv.com>
14132
14133 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14134
141352000-11-03 Philip Blundell <pb@futuretv.com>
14136
14137 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14138 files.
14139
141402001-01-15 Ben Elliston <bje@redhat.com>
14141
14142 * configure.in (host_tools): Add sid.
14143 Always configure cgen.
14144
141452000-11-24 Nick Clifton <nickc@redhat.com>
14146
14147 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14148
ab50d72b
DD
141492000-08-20 Doug Evans <dje@casey.transmeta.com>
14150
14151 * Makefile.in (ALL_MODULES): Add all-cgen.
14152 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14153 (all-cgen): New target.
14154 (all-opcodes,all-sim): Depend on all-cgen.
14155 * configure.in (host_tools): Add cgen.
14156 Only configure cgen if --enable-cgen-maint.
14157
dce2d8b2 141582002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
14159
14160 * configure.in: Add *-*-freebsd* configurations.
14161
90def2b2
TT
141622002-04-08 Tom Tromey <tromey@redhat.com>
14163
14164 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14165 Fixes PR libgcj/6068.
14166
320d7e7a
KW
141672002-03-30 Krister Walfridsson <cato@df.lth.se>
14168
14169 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14170
18b467f1
RO
141712002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14172
14173 * configure.in (alpha*-dec-osf*): Enable libgcj.
14174
dce2d8b2 141752003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
14176
14177 * MAINTAINERS (Write After Approval): Add myself.
14178
56ae9405
NC
141792002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
14180
14181 Fix for: PR bootstrap/3591, target/5676
14182 * configure.in (mcore-pe): Disable the configuration of
14183 libstdc++-v3 since exceptions are not supported.
14184
f18d9a0c
AG
141852002-03-20 Anthony Green <green@redhat.com>
14186
14187 * configure.in: Enable libgcj for xscale-elf target.
14188
dce2d8b2 14189Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
14190
14191 * MAINTAINERS: Update my email address.
14192
28eca9e8
AO
141932002-03-16 Alexandre Oliva <aoliva@redhat.com>
14194
14195 * ltmain.sh (relink_command): Fix typo in previous change.
14196
e67e72c7
AO
141972002-03-15 Alexandre Oliva <aoliva@redhat.com>
14198
14199 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
14200 (relink_command): Added --tag flags.
14201 (mode=install): If relinking fails; error out.
14202
c2273204
RH
142032002-03-12 Richard Henderson <rth@redhat.com>
14204
14205 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
14206 .NOTPARALLEL tag.
14207 (do-check): Rename from check.
14208 (check): Allow parallel check.
14209
bcb64245
BW
142102002-03-12 Bob Wilson <bob.wilson@acm.org>
14211
14212 * MAINTAINERS: Add myself as maintainer for xtensa port.
14213 Fix alphabetical order in CPU port maintainer list.
14214 Remove myself from Write After Approval list.
14215
63adb4ff
RH
142162002-03-11 Richard Henderson <rth@redhat.com>
14217
14218 * Makefile.in (.NOTPARALLEL): Add fake tag.
14219
9bec4bf0
L
142202002-03-07 H.J. Lu (hjl@gnu.org)
14221
14222 * configure.in: Enable gprof for mips*-*-linux*.
14223
c7fc1f84
DS
142242002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
14225
14226 * MAINTAINERS (Write After Approval): Add myself.
14227
6bff33fb
AO
142282002-02-28 Alexandre Oliva <aoliva@redhat.com>
14229
14230 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14231 libjava.
14232 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14233
0210b33b
AO
142342002-02-23 Alexandre Oliva <aoliva@redhat.com>
14235
14236 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14237 because its Makefile is there; test for the executable instead.
14238
fcc0a3ef
AO
142392002-02-22 Alexandre Oliva <aoliva@redhat.com>
14240
14241 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14242 libstdc++-v3 and libjava.
14243
dce2d8b2 142442002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
14245
14246 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14247 boehm-gc
5ce6f47b 14248
40fe0ec3
AO
142492002-02-09 Alexandre Oliva <aoliva@redhat.com>
14250
14251 * config.guess: Updated to 2002-01-30's version.
14252 * config.sub: Updated to 2002-02-01's version.
14253 Contribute sh64-elf.
14254 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
14255 * configure.in: Added sh64-*-*.
14256
694d53ee
CD
142572002-02-08 Chris Demetriou <cgd@broadcom.com>
14258
14259 * MAINTAINERS: Belatedly add myself to write after approval list.
14260
a9ca50b1
JH
14261Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
14262
14263 * MAINTAINERS: Put self in as maintainer for x86-64 port.
14264 Remove self as Write After Approval.
14265
5ffc3500
GK
142662002-01-31 Geoffrey Keating <geoffk@redhat.com>
14267
14268 * MAINTAINERS: Put self in as maintainer for contrib/regression
14269 directory.
14270
4ceaf7fb
PE
142712002-01-28 Phil Edwards <pme@gcc.gnu.org>
14272
14273 * MAINTAINERS: Update my email address.
14274
51584787
JT
142752002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
14276
5ce6f47b
EC
14277 * configure.in (*-*-netbsd*): New. Skip target-newlib,
14278 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
14279 libraries if not supported for NetBSD on target CPU.
14280
5701d273
DR
142812002-01-25 Douglas B Rupp <rupp@gnat.com>
14282
14283 * install-sh: Use _inst.$$_ for temp file name.
14284
b299a075
JT
142852002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
14286
14287 * MAINTAINERS (Write After Approval): Move my contact info
14288 from here...
14289 (OS Port Maintainers): ...to here (netbsd).
14290
51fe14b5
BW
142912002-01-22 Bob Wilson <bob.wilson@acm.org>
14292
14293 * MAINTAINERS (Write After Approval): Add myself.
14294
dce2d8b2 142952002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
14296
14297 * Makefile.in (all-fastjar): Also depend on all-libiberty.
14298 (all-target-fastjar): Also depend on all-target-libiberty.
14299
3cd87679
L
143002002-01-16 H.J. Lu (hjl@gnu.org)
14301
14302 * config.guess: Import from master sources, rev 1.225.
14303 * config.sub: Import from master sources, rev 1.238.
14304
969a6d8f
KH
143052002-01-16 Kazu Hirata <kazu@hxi.com>
14306
14307 * MAINTAINERS (Write After Approval): Remove myself.
14308
366f6a52
FW
143092001-12-19 Florian Weimer <fw@deneb.enyo.de>
14310
14311 * MAINTAINERS (Write After Approval): Add myself.
14312
f02240b6
JM
143132001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
14314
14315 * MAINTAINERS: Add self as docs co-maintainer.
14316
5d08dc39
MK
143172001-12-11 Matthias Klose <doko@debian.org>
14318
14319 * MAINTAINERS (Write After Approval): Add myself.
14320
39e790d5
ZW
143212001-12-09 Zack Weinberg <zack@codesourcery.com>
14322
14323 * MAINTAINERS: Update my email address.
14324
4519d6a3
TC
143252001-12-07 Turly O'Connor <turly@apple.com>
14326 * MAINTAINERS (Write After Approval): Add myself.
14327 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14328 (rs6000_initialize_trampoline): Call __trampoline_setup for
14329 ABI_DARWIN too.
14330 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 14331 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 14332
21cf0a73
PC
143332001-12-07 Paolo Carlini <pcarlini@unitus.it>
14334
14335 * MAINTAINERS (Write After Approval): Add myself.
14336
4ee43206
DR
14337Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
14338
14339 * configure, configure.in: Use temp file for long sed commands.
14340
251931f3
LG
143412001-12-03 Laurent Guerby <guerby@acm.org>
14342
14343 * config.sub: Update to version 1.232 on subversion.
14344
03777dd7
BE
143452001-12-03 Ben Elliston <bje@redhat.com>
14346
14347 * MAINTAINERS: Update mail address for config.* patches.
14348
dce2d8b2 143492001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
14350 Zack Weinberg <zack@codesourcery.com>
14351
14352 When build != host, create libiberty for the build machine.
14353
14354 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14355 CONFIG_ARGUMENTS.
14356 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14357 New variables.
14358 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14359 and rules.
14360 (all.normal): Depend on ALL_BUILD_MODULES.
14361 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14362 (all-build-libiberty): Depend on configure-build-libiberty.
14363
14364 * configure: Calculate and substitute proper value for
14365 ALL_BUILD_MODULES.
14366 * configure.in: Create the build subdirectory.
14367 Calculate and substitute TARGET_CONFIGARGS (formerly
14368 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14369
04075e8f
ZL
143702001-11-26 Ziemowit Laski <zlaski@apple.com>
14371
14372 * MAINTAINERS (write-after-approval): Add self.
14373
ed19322d
CR
143742001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
14375
14376 * MAINTAINERS (GNATS only accounts): Remove self.
14377
90a12988
HPN
143782001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
14379
14380 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14381 libf2c.
14382
77e653ad
CR
143832001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
14384
14385 * MAINTAINERS (Write After Approval): Add self.
14386
64adad99
DB
143872001-11-12 David O'Brien <obrien@FreeBSD.org>
14388
14389 * MAINTAINERS: mips and s390 are also CPU ports.
14390
834a28c7
DB
143912001-11-12 David O'Brien <obrien@FreeBSD.org>
14392
14393 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14394
ef94239f
DB
143952001-11-11 David O'Brien <obrien@FreeBSD.org>
14396
14397 * MAINTAINERS: Alphabetize.
14398
beda0427
KH
143992001-11-09 Kazu Hirata <kazu@hxi.com>
14400
14401 * MAINTAINERS (Various maintainers: h8 port): Add myself.
14402
6ca224d3
JDA
144032001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
14404
14405 * MAINTAINERS (Various maintainers: hppa port): Added myself.
14406
132e4bd7
PE
144072001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
14408
14409 * configure.in (--enable-languages): Be more permissive about
14410 syntax. Check for empty lists better. Warn about $LANGUAGES.
14411
c6243b4c
GK
144122001-11-08 Geoffrey Keating <geoffk@redhat.com>
14413
14414 * config.sub: Import from master sources, rev. 1.230.
14415 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14416
abbb9e76
LG
144172001-11-07 Laurent Guerby <guerby@acm.org>
14418
14419 * MAINTAINERS (Write After Approval): Add self.
14420
53cdb27a
HPN
144212001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
14422
14423 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14424
dd3a88c9
HPN
144252001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
14426
14427 * config.sub: Import from master sources, rev 1.226.
14428 * config.guess: Import from master sources, rev 1.216.
14429
d344dce9
HPN
144302001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
14431
14432 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14433 * MAINTAINERS: Add self as maintainer of MMIX port.
14434 Remove old after-approval entry.
14435
63f6bcd7
JM
144362001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
14437
14438 * ChangeLog, configure: Fix spelling errors.
14439
84f92638
BK
144402001-10-20 Brendan Kehoe <brendan@zen.org>
14441
14442 * MAINTAINERS: Tweak my address.
14443
dce2d8b2 14444Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
14445
14446 * MAINTAINERS: Update my email address.
14447
1567080c 144482001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 14449
f48a3b5c 14450 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 14451 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 14452
30106886
GB
144532001-10-10 Geert Bosch <bosch@gnat.com>
14454
e490616e 14455 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
14456 Added Robert Dewar.
14457
dce2d8b2 144582001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
14459
14460 * MAINTAINERS (Write After Approval): Added self
14461
d1c3e709
GB
144622001-10-02 Geert Bosch <bosch@gnat.com>
14463
14464 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14465
50f5f793
JM
144662001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14467
14468 * configure: Handle temporary files securely using mkdir.
14469
7fddf9a9
AO
144702001-09-29 Alexandre Oliva <aoliva@redhat.com>
14471
14472 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14473
dce2d8b2 144742001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
14475
14476 * configure.in (*-*-linux*): Disable configuration of target-newlib
14477 and target-libgloss.
e490616e 14478
0c055e34
AO
144792001-09-26 Alexandre Oliva <aoliva@redhat.com>
14480
14481 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14482 RANLIB.
14483
759bfa90
AO
144842001-09-21 Alexandre Oliva <aoliva@redhat.com>
14485
14486 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14487 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14488 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14489 avoid quotes nesting problems.
14490 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14491 (DO_X): Export only variables that are set.
14492
1dc4a750
BE
144932001-09-19 Ben Elliston <bje@redhat.com>
14494
14495 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14496 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14497 semantics. Use the shell built-in "type" command instead.
14498
898c7238
AO
144992001-08-31 Alexandre Oliva <aoliva@redhat.com>
14500
14501 Merged from gcc-3_0-branch:
14502 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14503 * ltcf-c.sh: Use $objext, not $ac_objext.
14504 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14505 * ltcf-cxx.sh: Add support for GNU.
14506 2001-07-22 Timothy Wall <twall@redhat.com>
14507 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14508 default settings if using GNU tools with that configuration.
14509 * ltcf-cxx.sh: Ditto.
14510 * ltcf-gcj.sh: Ditto.
14511 2001-07-21 Michael Chastain <chastain@redhat.com>
14512 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14513 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14514 * ltmain.sh: Mark as gcc-local.
14515
8fa0a32e
EC
145162001-08-30 Eric Christopher <echristo@redhat.com>
14517 Jason Eckhardt <jle@redhat.com>
14518
14519 * config.guess: Merge from master sources.
14520 * config.sub: Merge from master sources, add support for mipsisa32.
14521
32f30f91 145222001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
14523 * config.sub: Merge from master sources, rev 1.219.
14524 * MAINTAINERS: Add self as contact for stormy16 port.
14525
f6084f99
ZW
145262001-08-14 Zack Weinberg <zackw@panix.com>
14527
14528 * config.sub: Merge from master sources, rev 1.218.
14529 * config.guess: Merge from master sources, rev 1.209.
14530
91b54f7f
GS
145312001-08-11 Graham Stott <grahams@redhat.com>
14532
14533 * Makefile.in (check-c++): Add missing semicolon.
14534
e5b3941e
JH
14535Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14536
32f30f91 14537 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 14538
6387a56e
EC
145392001-07-30 Eric Christopher <echristo@redhat.com>
14540
14541 * MAINTAINERS (Various maintainers: mips port): Added myself.
14542
53b475f0
AH
145432001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14544
e490616e 14545 * configure.in (sh-*-linux*): New.
53b475f0 14546
2a08c780
RH
145472001-07-27 Richard Henderson <rth@redhat.com>
14548
14549 * .cvsignore: Add LAST_UPDATED.
14550
bfa79422
UW
145512001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14552
14553 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14554
0ae85492
AH
145552001-07-16 Aldy Hernandez <aldyh@redhat.com>
14556
e490616e 14557 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 14558
8e1ab0fe
NP
14559Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14560
14561 * MAINTAINERS (Write After Approval): Added myself.
14562
2b997990
SC
145632001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14564
14565 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14566 and libgcj on m68hc11/m68hc12.
14567
d920e825
L
145682001-06-27 H.J. Lu (hjl@gnu.org)
14569
14570 * Makefile (CFLAGS_FOR_BUILD): New.
14571 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14572
d425a1e0
JM
145732001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14574
14575 * README: Remove version number.
14576
5b5b4207
GP
145772001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14578
14579 * INSTALL/README: Update wrt. to the installation instructions now
14580 residing in gcc/doc/install.texi.
14581
be839b69
JM
145822001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14583
14584 * README: Replace with a cut-down and updated version of gcc/README.
14585
fe2ee7c4
DE
145862001-06-12 David Edelsohn <edelsohn@gnu.org>
14587
14588 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14589 multilibs to be disabled.
14590
4f5d646c
DB
145912001-06-11 Daniel Berlin <dan@cgsoftware.com>
14592
14593 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 14594
818f0c85
AO
145952001-06-09 Alexandre Oliva <aoliva@redhat.com>
14596
14597 * config.guess: Import CVS version 1.195.
14598 * config.sub: Import CVS version 1.212.
14599
e9a8af10
AO
146002001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14601
14602 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14603 gcc/xgcc is built, use -print-prog-name to find out the program
14604 name to use.
14605
ae3ca0a9
PE
146062001-06-04 Phil Edwards <pme@sources.redhat.com>
14607
14608 * config.guess: Import CVS version 1.194. All gcc-local changes
14609 appear to also be in the master copy.
14610 * config.sub: Import CVS version 1.211.
14611
066bd40d
MM
14612Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14613
14614 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14615 with_gcc]: Use `gcc -shared' to build a shared library.
14616
4aef4f33
JDA
14617Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14618
14619 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14620 archives.
14621
c386f00f
RO
14622Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14623
14624 * MAINTAINERS (Write After Approval): Add myself.
14625
2ae5cea5
HPN
146262001-06-01 Hans-Peter Nilsson <hp@axis.com>
14627
14628 * configure.in (libstdcxx_flags): Do not try to execute
14629 libstdc++-v3/testsuite_flags until it exists.
14630
c3766183
AM
146312001-06-01 Alan Modra <amodra@bigpond.net.au>
14632
14633 * MAINTAINERS: Update my email address.
14634
9b337833
GS
146352001-05-31 Graham Stott <grahams@redhat.com>
14636
14637 * MAINTAINERS (Write After Approval): Add myself.
14638
dce2d8b2 146392001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
14640
14641 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14642 libraries when using g++ with native linker.
14643
5f7de4b8
AO
146442001-05-28 Alexandre Oliva <aoliva@redhat.com>
14645
14646 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14647
a7bc0fbb
AO
146482001-05-22 Alexandre Oliva <aoliva@redhat.com>
14649
14650 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14651 [aix4*|aix5*]: Prepend blank.
14652
33456445
AO
146532001-05-20 Alexandre Oliva <aoliva@redhat.com>
14654
14655 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14656 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14657 of subdir/configure scripts to use the new libtool.m4.
14658
e48d3d00
MK
146592001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14660
14661 * MAINTAINERS (Write After Approval): Add myself.
14662
9e0e191b
BK
146632001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14664
14665 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14666
3f19b439
BE
146672001-05-11 Ben Elliston <bje@redhat.com>
14668
14669 * Makefile.in (all-sid): New target.
14670 (check-sid, clean-sid, install-sid): Likewise.
14671
6ebe3121
JO
146722001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14673
14674 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14675
ca3667c4
AO
146762001-05-03 Alexandre Oliva <aoliva@redhat.com>
14677
14678 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14679 libgcj.
14680
146812001-05-03 Alexandre Oliva <aoliva@redhat.com>
14682
14683 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14684 gcc/xgcc is built, use -print-prog-name to find out the program
14685 name to use.
14686
b2964d63
AO
146872001-04-26 Alexandre Oliva <aoliva@redhat.com>
14688
b1bb2302
AO
14689 * configure.in (noconfigdirs): Don't reset it from scratch in the
14690 target case; only append to it.
6387a56e 14691
b2964d63
AO
14692 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14693 sparc-*-solaris2.8]: Disable ${libgcj}.
14694
8343765d
AO
146952001-04-25 Alexandre Oliva <aoliva@redhat.com>
14696
14697 * configure.in (libgcj_saved): Copy from $libgcj.
14698 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14699 --disable-libgcj.
14700
ddbb6d43
GRK
147012001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14702
14703 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 14704 C front end maintainer.
ddbb6d43 14705
3fa03ff9
AG
14706Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14707
14708 * configure.in: Move *-chorusos target case to the proper switch.
14709 Disable libgcj.
14710
99ffe40f
AO
147112001-04-12 Alexandre Oliva <aoliva@redhat.com>
14712
14713 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14714 1.641.2.228.
14715
78faa32d
FS
147162001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14717
14718 * Makefile.in (STAGE1_CFLAGS): Pass down.
14719
cdbff0ab
AM
147202001-04-13 Alan Modra <amodra@one.net.au>
14721
14722 * config.guess: Add hppa64-linux support. Note for next import that
14723 this is already in the master file.
14724 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14725
75b9074c
AO
147262001-04-12 Alexandre Oliva <aoliva@redhat.com>
14727
14728 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14729 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14730
125404c5
SS
147312001-04-11 Stan Shebs <shebs@apple.com>
14732
14733 * MAINTAINERS: Add self as Darwin port maintainer.
14734
876684fe
AM
147352001-04-11 Alan Modra <amodra@one.net.au>
14736
14737 * MAINTAINERS: Update my email address.
14738
06729913
LR
147392001-04-10 Loren J. Rittle <ljrittle@acm.org>
14740
14741 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14742 recent versions of FreeBSD (release 3 or later).
14743 * ltconfig: On FreeBSD, -lc must not be provided when building
14744 a shared library or else the standard -pthread gcc option is
14745 rendered worthless to later users of the built library.
14746
67916302
JM
147472001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14748
14749 * MAINTAINERS: Add self and RTH as C front end maintainers.
14750
d2bc0628
AO
147512001-04-05 Alexandre Oliva <aoliva@redhat.com>
14752
e490616e
ZW
14753 * config.sub: Make sure to match an already-canonicalized
14754 machine name (eg. mn10300-unknown-elf).
d2bc0628 14755
a3406c06
AO
147562001-04-01 Alexandre Oliva <aoliva@redhat.com>
14757
14758 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14759 New macros.
14760 (bootstrap, cross): Use RECURSE_FLAGS.
14761 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14762
a076f6a4
AO
147632001-03-27 Alexandre Oliva <aoliva@redhat.com>
14764
14765 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14766
e9f4fa71
CH
147672001-03-22 Colin Howell <chowell@redhat.com>
14768
7238de5c
CH
14769 * Makefile.in (DO_X): Do not backslash single-quotes in
14770 backquotes (two places).
e9f4fa71 14771
b6b14b1b
AO
147722001-03-22 Alexandre Oliva <aoliva@redhat.com>
14773
14774 Re-installed:
14775 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14776 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14777 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14778 * ltcf-cxx.sh: Likewise.
14779 * ltcf-gcj.sh: Likewise.
14780
1eb0b89d
GP
147812001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14782
14783 * MAINTAINERS: Add myself as "documentation co-maintainer".
14784
82e23236
AO
147852001-03-22 Alexandre Oliva <aoliva@redhat.com>
14786
14787 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14788 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14789
64ec27c3
TT
147902001-03-19 Tom Tromey <tromey@redhat.com>
14791
14792 * config-ml.in: Handle GCJ and GCJFLAGS.
14793
191de407
MC
147942001-03-21 Michael Chastain <chastain@redhat.com>
14795
14796 * Makefile.in: all-m4 depends on all-texinfo.
14797
fed4dede
LR
147982001-03-20 Loren J. Rittle <ljrittle@acm.org>
14799
14800 * MAINTAINERS: Add myself to write after approval list.
14801
085072bb
LB
148022001-03-18 Laurynas Biveinis <lauras@softhome.net>
14803
14804 * Makefile.in (DO_X): Quote nested quotes.
14805
5af8ea3f
AM
148062001-03-18 Alan Modra <alan@linuxcare.com.au>
14807
14808 * MAINTAINERS: Add myself to write after approval list.
14809
69e23037
LB
148102001-03-15 Laurynas Biveinis <lauras@softhome.net>
14811
14812 * Makefile.in (DO_X): Use double quotes for quoting
14813 "RANLIB=$${RANLIB}".
14814
2b9650f4
OP
148152001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14816
14817 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14818
dce2d8b2 148192001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
14820
14821 * configure.in: Only use `lang_requires' for languages athat are
14822 actually enabled.
14823
f6646274
PE
148242001-03-08 Phil Edwards <pme@sources.redhat.com>
14825
14826 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14827
c9a54638
AO
148282001-03-08 Alexandre Oliva <aoliva@redhat.com>
14829
14830 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14831
6a556ad6
TT
148322001-03-07 Tom Tromey <tromey@redhat.com>
14833
14834 * configure.in: Allow config-lang.in to set `lang_requires' to list
14835 of other required languages.
14836
6822468a
LB
148372001-03-06 Laurynas Biveinis <lauras@softhome.net>
14838
14839 * Makefile.in: Remove RANLIB definition. Use RANLIB
14840 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14841 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 14842
f04885d3 148432001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 14844 Alexandre Oliva <aoliva@redhat.com>
6387a56e 14845
f04885d3
BK
14846 * Makefile.in (check-c++): Use tabs, not spaces.
14847
288edf47 148482001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 14849
288edf47
LB
14850 * MAINTAINERS: add myself to Write After Approval list.
14851
3d55d2f8 148522001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 14853
e490616e 14854 * Makefile.in (check-c++): New rule.
6387a56e 14855
4d88a68a
BK
14856 * configure.in (target_libs): Remove libg++.
14857 (noconfigdirs): Remove libg++.
14858 (noconfigdirs): Same.
14859 (noconfigdirs): Same.
14860 (noconfigdirs): Same.
14861
14862 * config-ml.in: Remove libg++ references.
14863
14864 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14865 (ALL_TARGET_MODULES): Same.
14866 (configure-target-libg++): Remove.
14867 (all-target-libg++): Remove.
14868 (configure-target-libio): Remove.
14869 (all-target-libio): Remove.
14870 (check-target-libio): Remove.
14871 (.PHONY): Remove.
14872 (libg++.tar.bz2): Remove.
14873 (all-target-cygmon): Remove libio.
14874 (all-target-libstdc++): Remove.
14875 (configure-target-libstdc++): Remove.
14876 (TARGET_LIB_PATH): Remove libstdc++.
14877 (ALL_GCC_CXX): Remove libstdc++.
14878 (all-target-gperf): Correct.
14879
2437d4ed
NC
148802001-02-16 Nick Clifton <nickc@redhat.com>
14881
14882 * configure.in (noconfigdirs): Allow configuration of texinfo
14883 for Cygwin hosts.
14884
85b99cbe
AG
148852001-02-15 Anthony Green <green@redhat.com>
14886
14887 * configure: Introduce GCJ_FOR_TARGET.
14888 * configure.in: Ditto.
14889 * Makefile.in: Ditto.
14890
7b18790c
AS
148912001-02-13 Andreas Schwab <schwab@suse.de>
14892
14893 * MAINTAINERS: Update mail address.
14894
c4880c99
MS
148952001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14896
14897 * config.guess: Add linux target for S/390.
14898 * config.sub: Likewise.
14899
dce2d8b2 149002001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
14901
14902 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 14903 target-libgloss.
e31ae6db 14904
7739adfb
BE
149052001-02-06 Ben Elliston <bje@redhat.com>
14906
14907 * configure: Output host type to stdout, not stderr.
14908
36ca672c
MM
149092001-02-05 Mark Mitchell <mark@codesourcery.com>
14910
e40f2829 14911 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
14912 * ltcf-cxx.sh: Likewise.
14913
36ca672c
MM
14914 * config.if: Assume enable_libstdcxx_v3 is defined.
14915
22fdd65e
MM
149162001-02-04 Mark Mitchell <mark@codesourcery.com>
14917
14918 Remove V2 C++ library.
14919 * configure.in: Remove --enable-libstdcxx_v3 support.
14920
3b60dd8e
BM
149212001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14922
14923 * include/demangle.h: Add prototype for java_demangle_v3.
14924
42c0c80a
PE
149252001-01-29 Phil Edwards <pme@sources.redhat.com>
14926
14927 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14928
0be25992
RH
149292001-01-27 Richard Henderson <rth@redhat.com>
14930
14931 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14932
8a8de62d
MS
149332001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14934
14935 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14936 Don't unset, it's non-portable and no longer necessary, set to empty
14937 instead.
14938
92769744
MS
149392001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14940
14941 * ltconfig: Shell portability fix for the tagname validity check.
14942
88a1c0ab
AO
149432001-01-27 Alexandre Oliva <aoliva@redhat.com>
14944
14945 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14946 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14947
45291dd5
MS
149482001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14949
14950 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14951
1ace7e15
TT
149522001-01-26 Tom Tromey <tromey@redhat.com>
14953
14954 * configure.in: Allow libgcj to be built on Sparc Solaris.
14955
0ef8b11b
DE
149562001-01-25 David Edelsohn <edelsohn@gnu.org>
14957
14958 * ltcf-c.sh: Add aix5 case.
14959 * ltcf-cxx.sh: Likewise.
14960 * ltconfig: Likewise.
14961
0006091e
AO
149622001-01-24 Alexandre Oliva <aoliva@redhat.com>
14963
9bad11e1
AO
14964 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14965 keep at least one of build_libtool_libs or build_old_libs set to
14966 yes.
14967
0006091e
AO
14968 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14969 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14970
7c01b2b5
BM
149712001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14972
14973 * configure.in: Enable libgcj on several additional platforms.
14974
d340e0ac
BM
149752001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14976
14977 * configure.in: Enable libgcj for linux targets.
14978
5baf8c37
MS
149792001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14980
14981 * MAINTAINERS (Write After Approval): Add myself.
14982
10a0ba84
JDA
149832001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14984
14985 * MAINTAINERS: Add myself as vax port maintainer.
14986
357c6a4b
FH
149872001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14988
14989 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14990
6e2d9a7a
MS
149912001-01-09 Mike Stump <mrs@wrs.com>
14992
14993 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14994 failures of subdirectories.
14995
b6b14b1b 149962001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 14997
b6b14b1b 14998 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 14999 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
15000 * ltcf-cxx.sh: Likewise.
15001 * ltcf-gcj.sh: Likewise.
15002 * ltconfig.sh: Fix typo.
976b230d 15003
07109110
LB
150042001-01-02 Laurynas Biveinis <lauras@softhome.net>
15005
15006 * configure: handle DOS-style absolute paths.
15007
1da5b8fc
LB
150082001-01-02 Laurynas Biveinis <lauras@softhome.net>
15009
15010 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15011
4c2f5b4f
MM
150122000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
15013
15014 * MAINTAINERS: Add myself as avr port co-maintainer.
15015
bc53668e
BE
150162000-12-28 Ben Elliston <bje@redhat.com>
15017
15018 * MAINTAINERS: Add myself under ``Write After Approval''.
15019
c387606f
JM
150202000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
15021
15022 * texinfo: Remove directory from GCC.
15023
2cb5082c
JM
150242000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
15025
15026 * COPYING: Update to current
15027 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15028 to 19yy as example year in copyright notice).
15029
cc330df9
BK
150302000-12-18 Benjamin Kosnik <bkoz@redhat.com>
15031
6387a56e 15032 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
15033 (libstdcxx_incdir): Pass down.
15034 * config.if: Remove expired bits for cxx_interface, add stub.
15035 (libstdcxx_incdir): Add variable for g++ include directory.
15036 * configure.in (gxx_include_dir): Use it.
6387a56e 15037
4c6b2835
AO
150382000-12-18 Alexandre Oliva <aoliva@redhat.com>
15039
15040 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
15041 with old-email address from ``Write After Approval''.
15042
3896f13e
AJ
150432000-12-15 Andreas Jaeger <aj@suse.de>
15044
15045 * configure.in: Handle lang_dirs.
15046
150472000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 15048
ad46e881
TT
15049 * MAINTAINERS: Removed brads.
15050
90a10418
TT
15051 * MAINTAINERS: Added gcj developers.
15052
41dfe3a2 150532000-12-13 Anthony Green <green@redhat.com>
6387a56e 15054
41dfe3a2 15055 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
15056 listed. Disable libgcj for x86 and Alpha Linux until compatible
15057 with g++ abi.
6387a56e 15058
e2f601da
MS
150592000-12-13 Mike Stump <mrs@wrs.com>
15060
15061 * Makefile.in (local-distclean): Also remove fastjar.
15062
70030c01
RB
150632000-12-12 Rodney Brown <RodneyBrown@mynd.com>
15064
15065 * contrib/gcc_update: Add fastjar --touch entries.
15066
2a50f859
AO
150672000-12-12 Alexandre Oliva <aoliva@redhat.com>
15068
15069 * configure.in: Disable language-specific target libraries for
15070 languages that aren't enabled.
15071
7743113b
AG
150722000-12-10 Anthony Green <green@redhat.com>
15073
15074 * configure.in: Define libgcj. Disable libgcj target libraries for
15075 most targets.
15076
92e061a6
NB
150772000-12-10 Neil Booth <neilb@earthling.net>
15078
15079 * MAINTAINERS: Update mail address, remove from WAA list.
15080
f34ff6d6
APB
150812000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
15082
15083 * libjava: Imported from /cvs/java.
15084 * libffi: Likewise.
15085 * Boehm-gc: Likewise.
15086
d82a33c6
APB
150872000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
15088
15089 * configure.in (target_libs): Revert 2000-12-08 patch.
15090 (noconfigdirs): Added target-libjava.
15091
e14f8e28
LB
150922000-12-09 Laurynas Biveinis <lauras@softhome.net>
15093
15094 * djunpack.bat: removed.
15095
fc26516b
LB
150962000-12-09 Laurynas Biveinis <lauras@softhome.net>
15097
15098 * Makefile.in: handle DOS-style absolute paths.
15099 * config-ml.in: likewise.
15100 * symlink-tree: likewise.
15101
bd8757b3
APB
151022000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15103
15104 * fastjar: Imported.
15105
81522a1f
APB
151062000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15107
15108 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15109 libjava.
15110 * configure.in (target_libs): Removed `target-libjava'.
15111
5db1f7ed
APB
151122000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15113
15114 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15115 (ALL_MODULES): Added fastjar.
15116 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15117 (all-target-libjava): all-fastjar replaces all-zip.
15118 (all-fastjar): Added.
15119 (configure-target-fastjar, all-target-fastjar): Likewise.
15120 * configure.in (host_tools): Added fastjar.
15121
5e59997c
MS
151222000-12-07 Mike Stump <mrs@wrs.com>
15123
15124 * Makefile.in (local-distclean): Remove leftover built files.
15125
0a534f40
NC
151262000-11-24 Nick Clifton <nickc@redhat.com>
15127
15128 * configure.in (xscale-elf): Add target.
15129 (xscale-coff): Add target.
15130
7686cadf
LR
151312000-11-22 Loren J. Rittle <ljrittle@acm.org>
15132
e490616e
ZW
15133 * ltcf-cxx.sh: Support creation of C++ shared libraries on
15134 recent versions of FreeBSD (release 3 or later).
15135 * ltconfig: On FreeBSD, -lc must not be provided when building
15136 a shared library or else the standard -pthread gcc option is
15137 rendered worthless to later users of the built library.
7686cadf 15138
fff01699
FF
151392000-11-16 Fred Fish <fnf@be.com>
15140
15141 * configure.in (enable_libstdcxx_v3): Fix typo,
15142 libstd++ -> libstdc++.
15143
4dc16355
KL
151442000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
15145
15146 * MAINTAINERS: Add self to Write After Approval list.
15147
bf6fc7b2
BS
151482000-11-21 Bernd Schmidt <bernds@redhat.com>
15149
15150 * MAINTAINERS: Update my email address. Add myself to global write
15151 privs list.
15152
ce8e06b1
AO
151532000-11-18 Alexandre Oliva <aoliva@redhat.com>
15154
6e2a4843
AO
15155 * Makefile.in: Merge with src and libgcj.
15156 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
15157 configure-target-<library> when their configure scripts need the C
15158 or C++ library to have already been built to work properly.
15159 (do_proto_toplev): Set them to an empty string.
15160
ce8e06b1
AO
15161 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15162 (REALLY_SET_LIB_PATH): Use them.
15163
c003f378
SS
151642000-11-17 Stan Shebs <shebs@apple.com>
15165
15166 * MAINTAINERS: Add self to Write After Approval list.
15167
cc1e60ea
JM
151682000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15169
15170 * configure: Provide the original toplevel configure arguments
15171 (including $0) to subprocesses in the environment rather than
15172 through gcc/configargs.h.
15173
1173593d
JM
151742000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15175
15176 * MAINTAINERS: Remove references to cccp. Change C9X reference to
15177 C99. Alphabetise "Write After Approval" list.
15178
520907ee
MM
151792000-11-12 Mark Mitchell <mark@codesourcery.com>
15180
34f6fbdb
MM
15181 * configure: Turn on libstdc++ V3 by default.
15182
520907ee
MM
15183 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15184 if we've got GCC.
15185
0bbd37ed
PB
151862000-11-11 Philip Blundell <philb@gnu.org>
15187
15188 * MAINTAINERS: Add self to Write After Approval list.
15189
7ca0e6d9
DE
151902000-11-09 David Edelsohn <edelsohn@gnu.org>
15191
15192 * ltcf-c.sh (aix4): Improve shared library configuration; require
15193 exporting symbols.
15194 * ltcf-cxx.sh (aix4): Define.
15195 * ltconfig (aix4): Define library and soname specs appropriate for
15196 AIX. Define command to create export symbols list.
15197
dce2d8b2 15198Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
15199
15200 * config.sub: Add support for Sun Chorus
15201
fc05d516
NC
152022000-10-31 Nick Clifton <nickc@redhat.com>
15203
15204 * MAINTAINERS: Rename <name>@cygnus.com addresses to
15205 <name>@redhat.com. Also installed new email address for Clint
15206 Popetz.
6387a56e 15207
90a0e73f
JM
152082000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
15209
15210 * etc: Remove directory from GCC.
15211
a5e1b548
MM
152122000-10-16 Michael Meissner <meissner@redhat.com>
15213
15214 * configure (gcc/configargs.h): Only create if there is a build GCC
15215 directory created.
15216
6387a56e
EC
152172000-10-16 Matthias Klose <doko@debian.org>
15218
be1db873
MK
15219 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15220 when configured for libstdc++-v3.
15221
f5fa9a5b
PE
152222000-10-05 Phil Edwards <pme@gcc.gnu.org>
15223
15224 * configure: Save configure arguments to gcc/configargs.h.
15225
61a77fea
PT
152262000-10-04 Philipp Thomas <pthomas@suse.de>
15227
15228 * config.guess: Import CVS version 1.157.
15229 * config.sub: Import CVS version 1.181.
15230
3a4fee66
AP
152312000-10-04 Andris Pavenis <pavenis@latnet.lv>
15232
15233 * Makefile.in (bootstrap): avoid recursion if subdir missing
15234 (cross): ditto
15235 (do-proto-toplev): ditto
15236
3dd7094e
AO
152372000-09-30 Alexandre Oliva <aoliva@redhat.com>
15238
de710532
AO
15239 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15240 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15241
3dd7094e
AO
15242 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15243 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
15244 all affected `configure' scripts.
15245
e592386f
NB
15246Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
15247
15248 * MAINTAINERS: Add self as cpplib co-maintainer.
15249
fba54939
AH
152502000-09-24 Aldy Hernandez <aldyh@redhat.com>
15251
15252 * MAINTAINERS: Add self to Write After Approval list.
15253
2bd429f4
GP
152542000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15255
15256 * INSTALL/README: egcs -> GCC update.
15257
dce2d8b2 15258Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
15259
15260 * MAINTAINERS: Add myself to Write After Approval list.
15261
d7ce9a83
KH
152622000-09-15 Kazu Hirata <kazu@hxi.com>
15263
15264 * MAINTAINERS: Add myself to Write After Approval list.
15265
18a53ffe
JL
15266Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
15267
e490616e
ZW
15268 * configure.in: Do not build byacc for hppa64. Provide paths to the
15269 X11 libraries for hppa64.
18a53ffe 15270
f246ff23
SC
152712000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15272
15273 * MAINTAINERS: Add myself as 68hc11 port maintainer.
15274
06298abd
AO
152752000-09-06 Alexandre Oliva <aoliva@redhat.com>
15276
4b92758a
AO
15277 * Makefile.in (all-zlib): Added dummy target.
15278
06298abd
AO
15279 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15280 ltcf-gcj.sh: Updated from libtool multi-language branch.
15281
4d73d07a
AO
152822000-09-05 Alexandre Oliva <aoliva@redhat.com>
15283
15284 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15285 (bootstrap*): Depend on all-bootstrap.
15286
05d52d78
PT
152872000-09-05 Philipp Thomas <pthomas@suse.de>
15288
15289 * config.guess: Import CVS version 1.156.
15290 * config.sub: Import CVS version 1.179.
15291
3c809ba4
AG
152922000-09-02 Anthony Green <green@cygnus.com>
15293
15294 * Makefile.in (all-gcc): Depend on all-zlib.
15295 (CLEAN_MODULES): Add clean-zlib.
15296 (ALL_MODULES): Add all-zlib.
15297 * configure.in (host_libs): Add zlib.
15298
10ad78a0 152992000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
15300
15301 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15302 crosses, but add gcc/include to the header search path for them.
15303
b36a9ce3
DB
153042000-08-04 David E. O'Brien <obrien@FreeBSD.org>
15305
15306 * MAINTAINERS: Add self to Write After Approval list.
15307
cb011248
FS
153082000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15309
15310 * config.guess: Import CVS version 1.152.
15311 * config.sub: Import CVS version 1.177.
15312
db310af0
AO
153132000-08-25 Alexandre Oliva <aoliva@redhat.com>
15314
7965440a
AO
15315 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15316 $targargs to tell whether newlib is going to be built.
15317
db310af0
AO
15318 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15319 $$r/TARGET_SUBDIR/libio for _G_config.h.
15320
e7977565
AO
153212000-08-23 Alexandre Oliva <aoliva@redhat.com>
15322
15323 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15324
126bb9ed
DD
153252000-08-22 DJ Delorie <dj@redhat.com>
15326
15327 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15328
5b0e9d29
AO
153292000-08-22 Alexandre Oliva <aoliva@redhat.com>
15330
15331 * config-ml.in (CC, CXX): Avoid trailing whitespace.
15332 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15333 sub-configures.
15334
4f3e904e
DD
153352000-08-21 DJ Delorie <dj@redhat.com>
15336
15337 * MAINTAINERS: Add self as a libiberty maintainer
15338
c9635443
AO
153392000-08-16 Alexandre Oliva <aoliva@redhat.com>
15340
15341 * configure.in (libstdcxx_flags): Use
15342 libstdc++-v3/src/libstdc++.INC.
15343
8b2100ba
AO
153442000-08-15 Alexandre Oliva <aoliva@redhat.com>
15345
15346 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15347
57119aa9
ZW
153482000-08-14 Zack Weinberg <zack@wolery.cumb.org>
15349
eeb943b0
ZW
15350 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15351
6387a56e 15352 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
15353 explicit. Substitute enable_threads into generated Makefiles.
15354 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15355 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15356
acffa7c4
GK
153572000-08-13 Geoff Keating <geoffk@cygnus.com>
15358
15359 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15360
808d8c41
AO
153612000-08-12 Alexandre Oliva <aoliva@redhat.com>
15362
15363 * config-ml.in (CC): Remove bogus duplicate quotation mark from
15364 previous delta.
15365
1fc8c51c 153662000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 15367
1fc8c51c
JM
15368 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15369 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15370 (FLAGS_FOR_TARGET): Not here.
15371 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 15372
25698887
AO
153732000-08-11 Alexandre Oliva <aoliva@redhat.com>
15374
15375 * config-ml.in (CC, CXX): Don't introduce a leading space.
15376
10120687
DD
153772000-08-07 DJ Delorie <dj@delorie.com>
15378
15379 * MAINTAINERS: Add self as a DJGPP maintainer
15380
15c758e9
DD
153812000-08-07 DJ Delorie <dj@redhat.com>
15382
15383 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15384 "if we're also building gcc, and it's a gcc that will run on the
15385 build machine, we want to use its includes instead of the system's
15386 default includes".
15387
2d0de245
JM
153882000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
15389
15390 * MAINTAINERS: Add self to Write After Approval list.
15391
e81b330a
AO
153922000-08-03 Alexandre Oliva <aoliva@redhat.com>
15393
83440c1e
AO
15394 * configure.in (libstdcxx_flags): Don't use `"'.
15395
e81b330a
AO
15396 * config-ml.in: Adjust multilib search paths to the
15397 appropriate multilib tree.
15398
cf95c847
AO
153992000-08-02 Alexandre Oliva <aoliva@redhat.com>
15400
15401 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15402 commas in $LANGUAGES.
15403
9e9af119
MH
154042000-08-02 Manfred Hollstein <manfredh@redhat.com>
15405
15406 * configure.in: Re-enable all references to libg++ and librx.
15407
606ce391
AO
154082000-08-01 Alexandre Oliva <aoliva@redhat.com>
15409
89820b43
AO
15410 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15411 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
15412 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15413 * ltcf-cxx.sh (need_lc): Set based on postdeps.
15414
606ce391
AO
15415 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15416
04179d4a
AO
154172000-07-31 Alexandre Oliva <aoliva@redhat.com>
15418
15419 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15420 CXX_FOR_TARGET for sed.
15421
d4eb109c
AO
154222000-07-30 Alexandre Oliva <aoliva@redhat.com>
15423
15424 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15425 Do not override if already set in the environment or in configure.
15426 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15427 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15428
4f4caf92
AO
154292000-07-28 Alexandre Oliva <aoliva@redhat.com>
15430
15431 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15432 the libtool CVS tree multi-language branch.
15433 * ltconfig, ltmain.sh: Updated.
6387a56e 15434
b87487b6
AO
154352000-07-27 Alexandre Oliva <aoliva@redhat.com>
15436
1670d1ea
AO
15437 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15438 (clean-target): Depend on it.
15439
b87487b6
AO
15440 * Makefile.in (FLAGS_FOR_TARGET): New macro.
15441 (GCC_FOR_TARGET): Use it.
15442 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15443 * configure.in: ... here.
15444 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
15445 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15446
4e81ae98
EC
154472000-07-24 Eric Christopher <echristo@cygnus.com>
15448
15449 * MAINTAINERS: Add self to Write After Approval list.
15450
059ae32c
AO
154512000-07-24 Alexandre Oliva <aoliva@redhat.com>
15452
5b28edd4
AO
15453 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15454 (configure-target-libchill, configure-target-libobjc): Likewise.
15455
059ae32c
AO
15456 * configure.in: Use the same cache file for all target libs.
15457 * config-ml.in: But different cache files per multilib variant.
15458
1adcd149
MS
154592000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15460
15461 * configure (topsrcdir): Don't use dirname.
15462
2d573dff
JO
154632000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15464
15465 * MAINTAINERS: Add self to Write After Approval list.
15466
d207ebef
JM
154672000-07-20 Jason Merrill <jason@redhat.com>
15468
15469 * configure.in: Remove all references to libg++ and librx.
15470
15471 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15472
154732000-07-20 Hans-Peter Nilsson <hp@axis.com>
15474
15475 * config.sub: Update to subversions version 2000-07-06.
15476
7b7792d5
AH
154772000-07-12 Andrew Haley <aph@cygnus.com>
15478
15479 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15480 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15481
3abaac67
PE
154822000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15483
15484 * symlink-tree: Check number of arguments.
15485
34be2b36
JW
154862000-07-05 Jim Wilson <wilson@cygnus.com>
15487
15488 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15489 search path for a g++ extracted from the build tree. This
15490 will allow link tests run by configure scripts in
15491 subdirectories to succeed.
15492
d207ebef
JM
154932000-07-01 Koundinya K <kk@ddeorg.soft.net>
15494
e490616e 15495 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 15496
0900331b
MH
154972000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15498
15499 * MAINTAINERS: Add myself as loop discovery maintainer.
15500
d207ebef
JM
155012000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15502
15503 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15504 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15505
155062000-06-19 Timothy Wall <twall@cygnus.com>
15507
15508 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15509 * config.sub: Add tic54x target.
15510
11a27a76
TM
15511Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15512
15513 * MAINTAINERS: Add self as Fortran maintainer,
15514 remove Craig Burley.
15515
d207ebef 15516Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 15517
d207ebef
JM
15518 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15519 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 15520
7758b73f
PT
15521Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15522
15523 * MAINTAINERS: Add self as i18n maintainer
15524
d207ebef
JM
1552520000-05-21 H.J. Lu (hjl@gnu.org)
15526
e490616e
ZW
15527 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15528 directory are used if they exist. Make sure
15529 $(build_tooldir)/include is searched for header files,
15530 $(build_tooldir)/lib/ for library files.
d207ebef 15531 (GCC_FOR_TARGET): Likewise.
e490616e 15532 (CXX_FOR_TARGET): Likewise.
d207ebef 15533
bae29210
JL
15534Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15535
15536 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15537
d207ebef 15538Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
15539
15540 * Makefile.in (configure-target-libiberty): Depend on
15541 configure-target-newlib.
15542
aab0d19d
AO
155432000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15544
15545 * configure.in, Makefile.in: Merge all libffi-related
15546 configury stuff from the libgcj tree.
15547
d207ebef
JM
15548Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15549
15550 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15551 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15552
15553Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15554
15555 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15556 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 15557 current version information. Add to proto-toplev directory.
d207ebef
JM
15558 (gdb-taz): Build do-djunpack.
15559
758c7bd4
DE
155602000-05-15 David Edelsohn <edelsohn@gnu.org>
15561
15562 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15563
1888228d
AC
15564Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15565
15566 * MAINTAINERS: Add self to Write After Approval list.
15567
d207ebef
JM
155682000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15569
15570 * ltmain.sh: Preserve in relink_command any environment
15571 variables that may affect the linker behavior.
15572
2d7cc2fe
JL
15573Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15574
d207ebef
JM
15575 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15576
15577Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15578
15579 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15580
155812000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15582
15583 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 15584 with the version name.
2d7cc2fe 15585
ee455968
JE
15586Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15587
15588 * MAINTAINERS: Add self as bb-reorder maintainer.
15589
73b97e5c
BK
155902000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15591
15592 * config.if: Tweak.
15593
d207ebef
JM
155942000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15595
15596 * djunpack.bat: New file.
15597
15598Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15599
15600 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
15601 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15602 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15603 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 15604
954869eb
DP
156052000-04-16 Dave Pitts <dpitts@cozx.com>
15606
e490616e
ZW
15607 * config.sub (case $basic_machine): Change default for "ibm-*"
15608 to "openedition".
954869eb 15609
eaabe541
AJ
156102000-04-13 Andreas Jaeger <aj@suse.de>
15611
15612 * MAINTAINERS: Added myself.
15613
d207ebef
JM
15614Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15615
15616 * Makefile.in (gdb-taz): New target. GDB specific archive.
15617 (do-md5sum): New target.
15618 (MD5PROG): Define.
15619 (PACKAGE): Default to TOOL.
15620 (VER): Default to a shell script.
15621 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 15622 md5 checksum generation.
d207ebef
JM
15623 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15624 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15625 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 15626 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
15627
15628Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15629
15630 * configure (warn_cflags): Delete.
15631
0ea6d60c
PDM
15632Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15633
15634 * MAINTAINERS: Added myself.
15635
17090313 156362000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 15637 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 15638
e490616e
ZW
15639 * configure.in (enable_libstdcxx_v3): Add.
15640 (target_libs): Add bits here to switch between libstdc++-v2 and
15641 libstdc++-v3.
15642 * config.if: And this file too.
15643 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 15644
76b78517
MM
156452000-04-05 Michael Meissner <meissner@redhat.com>
15646
15647 * config.sub (d30v): Add d30v as a basic machine type.
15648
ad242caf
JM
156492000-03-29 Jason Merrill <jason@casey.cygnus.com>
15650
15651 * configure.in: -linux-gnu*, not -linux-gnu.
15652
d4537148
TM
15653Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15654
15655 * MAINTAINERS: Add self in write-after-approval section.
15656
f152e9d4
JW
15657Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15658
15659 * MAINTAINERS: Add self as ia64 port maintainer.
15660
6a5fcef1
NB
156612000-03-08 Neil Booth <NeilB@earthling.net>
15662
15663 * MAINTAINERS: Add self in write-after-approval section.
15664
d207ebef 15665Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 15666
d207ebef
JM
15667 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15668 (do-tar-bz2): Replace TOOL with PACKAGE.
15669 (gdb.tar.bz2): Remove GDBTK from GDB package.
15670 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 15671 dejagnu.tar.bz2): New packages.
d207ebef
JM
15672
156732000-02-27 Andreas Jaeger <aj@suse.de>
15674
15675 * configure.in: Add entry for mips*-*-linux*, move catch all
15676 *-*-*linux* entry below this one.
15677
156782000-02-27 Ian Lance Taylor <ian@zembu.com>
15679
15680 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 15681
521fe9d0
NC
156822000-02-24 Nick Clifton <nickc@cygnus.com>
15683
15684 * config.sub: Support an OS of "wince".
15685
d207ebef
JM
15686Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15687
15688 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 15689 version.
d207ebef 15690
dce2d8b2 156912000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
15692
15693 * config.sub: Add support for Linux/IBM 370.
15694 * configure.in: Likewise.
15695
3a685f6f
NC
156962000-02-22 Nick Clifton <nickc@cygnus.com>
15697
15698 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15699
dce2d8b2 157002000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 15701
d207ebef 15702 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 15703
4746ee26
KG
157042000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15705
15706 * configure (gcc_version): When setting, narrow search to
15707 lines containing `version_string'.
15708
ba96c72d
DC
157092000-02-15 Denis Chertykov <denisc@overta.ru>
15710
15711 * config.sub: Add support for avr target.
15712
77f16a66
NC
157132000-02-14 Nick Clifton <nickc@cygnus.com>
15714
15715 * MAINTAINERS: Add maintainers for MCore port.
15716
784a3a80
HPN
15717Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15718
15719 * config.sub: Add mmix-knuth-mmixware.
15720
719dd4fa
KG
157212000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15722
15723 * MAINTAINERS: Pair cccp with cpplib maintainership.
15724
dce2d8b2 157252000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
15726
15727 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15728 structure stuff to -L library search.
15729 (CXX_FOR_TARGET): Ditto.
15730 (CROSS_CHECK_MODULES): Fix spelling mistake.
15731
7a53e94b
MM
157322000-01-24 Mark Mitchell <mark@codesourcery.com>
15733
15734 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15735 the C++ compiler.
15736
0da3b5a7
RH
157372000-01-12 Richard Henderson <rth@cygnus.com>
15738
15739 * configure.in: Don't build some bits for beos.
15740
02368d6d
JS
157412000-01-12 Joel Sherrill (joel@OARcorp.com)
15742
15743 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15744 as include files.
15745
2e76d35c
ZW
157462000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15747
15748 * Add self as cpplib maintainer, as requested by Jason
15749 Merrill. Correct my e-mail address.
15750
4c25fdcf
GK
157512000-01-06 Geoff Keating <geoffk@cygnus.com>
15752
15753 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15754 not mh-aix43.
15755
188e3966
HPN
15756Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15757
15758 * MAINTAINERS: Add myself to "write after approval" list.
15759
c2f5d030
RH
157601999-12-14 Richard Henderson <rth@cygnus.com>
15761
15762 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15763 * config.sub: Accept alphaev[78], alphaev8.
15764
eeda916a
AO
157651999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15766
15767 * config.guess, config.sub: Update from autoconf.
15768
b3bd7820
BK
157691999-11-29 Bruce Korb <autogen@linuxbox.com>
15770
2c290989 15771 * MAINTAINERS: update my playtime e-address.
b3bd7820 15772
1882b2b1
RO
15773Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15774
15775 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15776 necessary libraries are missing.
15777
dce2d8b2 15778Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
15779
15780 * MAINTAINERS: Add new 'write after approval' maintainer.
15781
1e25de97
APB
15782Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15783
15784 * MAINTAINERS: Add new Java maintainer.
15785
1722c704
AS
157861999-10-25 Andreas Schwab <schwab@suse.de>
15787
15788 * configure: Fix quoting inside arguments of eval.
15789
8141abe8
NC
157901999-10-21 Nick Clifton <nickc@cygnus.com>
15791
15792 * config-ml.in: Allow suppression of some ARM multilibs.
15793
0b77644a
LV
15794Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15795
15796 * config.guess: Add OS/390 match pattern.
15797 * config.sub: Add mvs, openedition targets.
15798 * configure.in (i370-ibm-opened*): New.
15799
d207ebef
JM
158001999-09-04 Steve Chamberlain <sac@pobox.com>
15801
15802 * config.sub: Add support for configuring for pj.
15803
158041999-08-31 Nick Clifton <nickc@cygnus.com>
15805
15806 * config.sub (maybe_os): Add support for configuring for fr30.
15807
af13ebe9
NC
158081999-08-25 Nick Clifton <nickc@cygnus.com>
15809
15810 * configure.in: Do not configure or build ld for AIX
15811 platforms. ld is known to be broken on these platforms.
15812
1250c760
RO
15813Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15814
15815 * config-ml.in: Pass compiler flag corresponding to multidirs to
15816 subdir configures.
15817
d207ebef
JM
158181999-08-09 Ian Lance Taylor <ian@zembu.com>
15819
15820 * Makefile.in (LDFLAGS): Define.
15821
158221999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15823
15824 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15825 noconfigdirs.
15826 (*-*-cygwin*): Likewise.
15827
158281999-08-08 Ian Lance Taylor <ian@zembu.com>
15829
15830 * mkdep: New file.
15831 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15832 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15833
15834 From Eli Zaretskii <eliz@is.elta.co.il>:
15835 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15836 long file name when using DJGPP on MS-DOS.
15837
dbd83e11
JL
15838Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15839
15840 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15841
d207ebef
JM
158421999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15843
15844 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15845 dependency as this causes "make check" to globally "make all"
15846
cd1f4c2c
TT
15847Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15848
15849 * configure.in (target_libs): Added target-zlib.
15850 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15851 (CONFIGURE_TARGET_MODULES): Likewise.
15852 (CHECK_TARGET_MODULES): Likewise.
15853 (INSTALL_TARGET_MODULES): Likewise.
15854 (CLEAN_TARGET_MODULES): Likewise.
15855 (configure-target-zlib): New target.
15856 (all-target-zlib): Likewise.
15857 (all-target-libjava): Depend on all-target-zlib.
15858 (configure-target-libjava): Depend on configure-target-zlib.
15859
15860 * Makefile.in (configure-target-libjava): Depend on
15861 configure-target-newlib.
15862 (configure-target-boehm-gc): New target.
15863 (configure-target-qthreads): New target.
15864
e490616e
ZW
15865 * configure.in (target_libs): Added target-qthreads.
15866 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15867 (CONFIGURE_TARGET_MODULES): Likewise.
15868 (CHECK_TARGET_MODULES): Likewise.
15869 (INSTALL_TARGET_MODULES): Likewise.
15870 (CLEAN_TARGET_MODULES): Likewise.
15871 (all-target-qthreads): New target.
15872 (configure-target-libjava): Depend on configure-target-qthreads.
15873 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
15874
15875 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15876 (CONFIGURE_TARGET_MODULES): Likewise.
15877 (CHECK_TARGET_MODULES): Likewise.
15878 (INSTALL_TARGET_MODULES): Likewise.
15879 (CLEAN_TARGET_MODULES): Likewise.
15880 (all-target-libjava): New target.
15881 (all-target-boehm-gc): Likewise.
15882 * configure.in (target_libs): Added libjava, boehm-gc.
15883
d207ebef
JM
158841999-07-22 Ian Lance Taylor <ian@zembu.com>
15885
15886 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15887 configure.bat in SUPPORT_FILES.
15888 (gas+binutils.tar.bz2): Likewise.
15889
15890 * makeall.bat: Remove; obsolete.
15891
158921999-07-21 Ian Lance Taylor <ian@zembu.com>
15893
15894 From Mark Elbrecht:
15895 * configure.bat: Remove; obsolete.
15896
158971999-07-11 Ian Lance Taylor <ian@zembu.com>
15898
15899 * configure: Add -W -Wall to the default CFLAGS when compiling with
15900 gcc.
15901
15902Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15903
15904 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15905
159061999-06-30 Mark Mitchell <mark@codesourcery.com>
15907
15908 * configure.in: Build ld on IRIX6.
15909
159101999-06-12 Ian Lance Taylor <ian@zembu.com>
15911
15912 * Makefile.in: Change distribution targets to use bzip2 instead of
15913 gzip.
15914 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15915 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15916
159171999-06-04 Nick Clifton <nickc@cygnus.com>
15918
15919 * config.sub: Add mcore target.
15920
26d088fa
CD
15921Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15922
15923 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15924
c2c08b29
L
15925Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15926
15927 * config.guess (dummy): Changed to $dummy.
15928
671d0648
NC
159291999-05-24 Nick Clifton <nickc@cygnus.com>
15930
15931 * config.sub: Tidied up case statements.
15932
b1345c72
BE
159331999-05-22 Ben Elliston <bje@cygnus.com>
15934
51ccbd8d
BE
15935 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15936 <jiro@din.or.jp>.
15937
b1345c72
BE
15938 * config.guess: Merge with FSF version. Future changes will be
15939 more accurately recorded in this ChangeLog.
15940 * config.sub: Likewise.
15941
2caf864f
SM
15942Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15943
3d3b561f 15944 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
2caf864f 15945
d207ebef
JM
159461999-04-30 Tom Tromey <tromey@cygnus.com>
15947
15948 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15949
90fb0c24
TT
159501999-04-23 Tom Tromey <tromey@cygnus.com>
15951
15952 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15953
d207ebef
JM
159541999-04-20 Drew Moseley <dmoseley@cygnus.com>
15955
15956 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15957 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15958 Bad merge removed these two changes.
15959
3516940d 15960Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 15961 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
15962
15963 * config.guess (interix Alpha): Add.
15964
d207ebef
JM
159651999-04-11 Richard Henderson <rth@cygnus.com>
15966
15967 * configure.in (i?86-*-beos*): Do config gperf; don't config
15968 gdb, newlib, or libgloss.
15969
e891fbfe 15970Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15971
e891fbfe
AO
15972 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15973 link a trivial program with -mabi=64. If it fails, remove mabi=64
15974 from multidirs.
15975
f9ae47d6
PT
15976Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15977
15978 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15979
d207ebef
JM
159801999-04-08 Nick Clifton <nickc@cygnus.com>
15981
15982 * config.sub: Add support for mcore targets.
15983
159841999-04-07 Michael Meissner <meissner@cygnus.com>
15985
15986 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15987 not mt-ospace, in order to shut up assembler warning about using
15988 symbols that are named the same as registers.
15989
159901999-04-07 Drew Moseley <dmoseley@cygnus.com>
15991
15992 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15993 dependency list for all-target-cygmon.
15994
159951999-04-05 Doug Evans <devans@casey.cygnus.com>
15996
15997 * config-ml.in: Check $host, not $target, for selective multilibs.
15998 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15999 thumb interworking, and underscore prefix multilibs.
16000
160011999-04-04 Ian Lance Taylor <ian@zembu.com>
16002
16003 * missing: Update to version from current automake.
16004
88101ab9
L
16005Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
16006
16007 * configure (gxx_include_dir): Removed.
16008
16009 * configure.in (gxx_include_dir): Handle it.
16010 * Makefile.in: Likewise.
16011
d207ebef
JM
160121999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
16013
16014 * config.sub (mips64vr4111,mips64vr4111el) Add.
16015
160161999-03-21 Ben Elliston <bje@cygnus.com>
16017
e490616e 16018 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 16019
8dc91cbe
ME
16020Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
16021
8dc91cbe
ME
16022 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16023 config/mh-djgpp.
16024
d207ebef
JM
16025Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
16026
16027 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16028 all-target-newlib to dependency list for all-target-bsp.
16029
926bb5ed
MK
16030Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
16031
16032 * config.sub: Add i386-uwin support.
16033 * config.guess: Likewise.
16034
4a6e3000
FS
16035Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16036
16037 * configure.in: cleanup, add mh-*pic handling for arm, special
16038 case powerpc*-*-aix*
16039
d207ebef
JM
16040Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
16041
16042 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16043 can be built.
16044
16045Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
16046
16047 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 16048 targets.
d207ebef 16049
71c91078
NC
160501999-03-02 Nick Clifton <nickc@cygnus.com>
16051
16052 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16053
282e5df8
GN
16054Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
16055
16056 * config.sub: Check for "cygwin*" rather than "cygwin32*"
16057
1de558ee
NC
160581999-02-24 Nick Clifton <nickc@cygnus.com>
16059
16060 * config.sub: Fix typo in arm recognition.
16061
d207ebef
JM
16062Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
16063
16064 * configure.in (noconfigdirs): Changed target_configdirs to
16065 include target-bsp only for m68k-*-elf* and m68k-*-coff*
16066 rather than m68k-*-* since it is not known to work on
16067 m68k-aout. Ditto for arm-*-*oabi.
16068
16069Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
16070
16071 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
16072
160731999-02-19 Ben Elliston <bje@cygnus.com>
16074
16075 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16076 Smart and improved by Andrew Cagney.
16077
fab7445a
ME
16078Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
16079
16080 * config.guess: Recognize openbsd-*-hppa.
16081
8ccdc228
L
16082Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
16083
16084 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16085 only if it is not empty.
16086
3b7265ff
NC
160871999-02-17 Nick Clifton <nickc@cygnus.com>
16088
16089 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 16090
d207ebef 16091 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
16092
16093 * config.sub: Modified to recognize uname's armv* syntax.
16094
d207ebef
JM
160951999-02-17 Mark Salter <msalter@cygnus.com>
16096
16097 * configure.in: Added target-bsp for sparclite.
16098
16099Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
16100
16101 * config.sub: Recognize alphapca5[67] and up to alphaev8.
16102
161031999-02-08 Nick Clifton <nickc@cygnus.com>
16104
16105 * configure.in: Add support for strongarm port.
16106 * config.sub: Add support for strongarm target.
16107
c48dd3f5 16108Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 16109
c48dd3f5
MK
16110 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16111 the old name config/mh-cygwin32.
16112 Enable texinfo.
16113
d207ebef
JM
16114Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
16115
16116 * configure.in: Do build ld for ix86 Solaris.
16117
ecd62820
JW
16118Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
16119
16120 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
16121 $AR_FOR_TARGET. Likewise for RANLIB.
16122
bbd8fa7f 16123Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 16124
e490616e
ZW
16125 * config.sub (oabi): Recognize.
16126 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 16127
0397442c
RL
16128Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
16129
16130 * config.guess: Improve detection of i686 on UnixWare 7.
16131
c9ffaa63
MK
16132Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
16133
16134 * config.guess: Add support for i386-pc-interix.
16135 * config.sub: Likewise.
16136 * configure.in: Likewise.
c9ffaa63 16137
d207ebef
JM
16138Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
16139
16140 * Makefile.in: Remove unneeded all-target-libio from
16141 from all-target-winsup target since it is now unneeded.
16142 Add all-target-libtermcap in its place since it is now
16143 needed.
16144
16145Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
16146
16147 * configure.in: makefile stub for cygwin target is probably
16148 unnecessary. Remove it for now.
d207ebef
JM
16149
16150Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
16151
16152 * configure.in: libtermcap.a should be built when cygwin is the
16153 target as well as the host.
16154 * config.guess: Allow mixed case in cygwin uname output.
16155 * Makefile.in: Add libtermcap target.
d207ebef 16156
ebe12325
JL
16157Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
16158
16159 * config.sub: Clean up handling of hppa2.0.
16160
57057b67
RB
16161Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
16162
16163 * config.guess: Use C code to identify more HP machines.
16164
f8670be1
JL
16165Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
16166
16167 * config.sub: Handle hppa2.0.
16168
d207ebef
JM
16169Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
16170
16171 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 16172 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
16173
161741998-12-15 Mark Salter <msalter@cygnus.com>
16175
16176 * configure.in: Added target-bsp for several target architectures.
16177
16178 * Makefile.in: Added rules for bsp.
16179
d1a09590
JL
16180Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
16181
16182 * config.guess: Improve detection of hppa2.0 processors.
16183
16184Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
16185
16186 * config.guess: Recognize FreeBSD using ELF automatically.
16187
71205e0b
MH
161881998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
16189
16190 * configure (skip-this-dir): Add handling for new shell script, which
16191 might be created by a sub-directory's configure to indicate, this particular
16192 directory is "unwanted".
16193 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16194
d207ebef
JM
16195Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
16196
16197 * ltconfig: import from libtool, after changing libtool to
16198 account for the cygwin name change.
16199
16200Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
16201
16202 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16203 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16204
16205Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
16206
16207 * configure.in: Add libtermcap to list of cygwin dependencies.
16208
16209Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
16210
e490616e
ZW
16211 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16212 they include winsup/include when it's a cygwin target.
d207ebef
JM
16213
162141998-11-12 Tom Tromey <tromey@cygnus.com>
16215
16216 * configure.in (host_tools): Added zip.
16217 * Makefile.in (all-target-libjava): Depend on all-zip.
16218 (all-zip): New target.
16219 (ALL_MODULES): Added all-zip.
16220 (NATIVE_CHECK_MODULES): Added check-zip.
16221 (INSTALL_MODULES): Added install-zip.
16222 (CLEAN_MODULES): Added clean-zip.
16223
16224Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
16225
16226 * Makefile.in: lose "32" from comment about cygwin.
16227
16228Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
16229
16230 * configure.in: Use -Os to build target libraries for the fr30.
16231
16232Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
16233
16234 * config.sub: Add fr30.
16235
16236Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
16237
e490616e 16238 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
16239 cygwin* instead of cygwin32*.
16240 * config.sub: Check cygwin* instead of cygwin32*.
16241
d2ec8b39
RL
16242Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
16243
16244 * config.guess: Match any version of Unixware7.
16245
d207ebef
JM
162461998-10-20 Syd Polk <spolk@cygnus.com>
16247
16248 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16249 if desired.
16250
35cd2565
JL
16251Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
16252
16253 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16254 these if the appropriate directories and files to not exist.
16255
52d4e5b7
JL
16256Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
16257
16258 * Makefile.in (DEVO_SUPPORT): Add config.if.
16259
38ada91e
MH
16260Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
16261
16262 * configure: Add pattern to replace "build_tooldir"'s
16263 definition in the generated Makefile with "tooldir"'s
16264 actual value.
16265
e44e84da
JL
16266Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
16267
56a8387f
JL
16268 * config.sub: Bring back lost sparcv9.
16269
e44e84da
JL
16270 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16271
5cb95c7a
JL
16272Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
16273
16274 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16275 CC_FOR_TARGET and friends.
16276
16277Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 16278
ceff9b14
AO
16279 * Makefile.in (build_tooldir): New variable, same as tooldir.
16280 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16281 -B$(build_tooldir)/bin/.
16282 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 16283
f2d11dcd
GP
16284Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16285
16286 * README: Remove installation instructions and refer to the
16287 INSTALL directory instead.
16288
73a6d2e7 16289Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 16290
73a6d2e7
RL
16291 * config.sub: Add support for i[34567]86-pc-udk.
16292 * configure.in: Likewise.
16293
5d4a5ee6
JL
16294Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
16295
16296 * Makefile.in: add bzip2 package building bits for user
16297 tools module
16298 * configure.in: ditto
16299
6fc19d6d
JL
16300Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
16301
16302 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16303 (ALL_TARGET_MODULES): Add all-target-libobjc.
16304 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16305 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16306 (all-target-libchill): Add dependencies.
16307 * configure.in (target_libs): Add libchill.
4e81ae98 16308
f653f0ab
MH
163091998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
16310
16311 * configure.in (target_subdir): Remove duplicate line.
16312
5d4a5ee6
JL
16313Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
16314
16315 * Makefile.in (all-automake): fix dependencies.
16316
494933e4
JL
16317Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
16318
16319 * configure.in: Minor cleanups for building in the $(target_alias)
16320 subdir.
16321
f6b58262
JW
163221998-09-22 Jim Wilson <wilson@cygnus.com>
16323
16324 * Makefile.in (bootstrap): Set r and s before make all. Use
16325 BASE_FLAGS_TO_PASS in make all.
16326 (cross): Likewise.
16327
27c7a08d
MM
163281998-09-20 Mark Mitchell <mark@markmitchell.com>
16329
16330 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16331
e67afd1e
RH
16332Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
16333
16334 * config.sub: Fix typo in last change.
16335
8e44ac71
MH
163361998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16337
16338 * config.sub: Add support for C4x target.
16339 * configure.in: Likewise.
16340
d7496fbb
DM
163411998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
16342
16343 * config.sub: Recognize sparcv9 just like sparc64.
16344
22097bd1
RL
16345Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
16346
16347 * config.guess: Match "Pent II" or "PentII" for OpenServer.
16348
4b877abd
JL
16349Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
16350
2c8ec9a2
JL
16351 * config.guess: Correctly identify Pentium II sco boxes.
16352
4b877abd
JL
16353 * config.guess: Fix "tr" code. From Weiwen Liu.
16354
ab03db52
JH
16355Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
16356
16357 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16358 stabs.
16359
b54db294
JL
16360Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
16361
16362 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16363 (ALL_TARGET_MODULES): Add all-target-libchill.
16364 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16365 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16366 (all-target-libchill): Add dependencies.
16367 * configure.in (target_libs): Add libchill.
16368
bf48dd73
LW
16369Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16370
16371 * config.guess: Avoid assumptions about "tr" behaves when
16372 LANG is set to something other than English.
16373
a3cbd105
L
16374Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
16375
16376 * configure (gxx_include_dir): Changed to
16377 '${prefix}/include/g++'-${libstdcxx_interface}.
16378
16379 * config.if: New to determine the interfaces.
16380
c4acd909
MK
16381Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
16382
16383 * config.guess: Detect and handle MPE/IX.
16384 * config.sub: Deal with MPE/IX.
16385
9ea97665
DE
16386Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
16387
16388 * configure.in: Use mh-aix43.
16389
0ce065bd
MH
163901998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
16391
16392 * configure: Fix --without/--disable cases for gxx-include-dir.
16393
5d4a5ee6
JL
16394Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
16395
16396 * mdata-sh: Imported. Needed for automake support.
16397
16398Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
16399
16400 * Makefile.in (taz): Try "chmod -R og=u ." before
16401 "chmod og=u `find . -print`".
16402
16403Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
16404
16405 * configure.in: Add arm-elf and thumb-elf support.
16406
16407Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
16408
16409 * Makefile.in: Undo previous patch.
16410
16411Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
16412
16413 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16414 to here ...
16415 (install-no-fixedincludes): and here
16416 (INSTALL_MODULES): ... from here.
16417
466456d9
ILT
16418Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
16419
16420 * config.sub: Merge with FSF.
16421
1b409d25
ILT
16422 * config.guess: Merge with FSF.
16423
d207ebef
JM
16424Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
16425
16426 * configure (extraconfigdirs): New variable.
16427 (SUBDIRS): Add extraconfigdirs and recurse on them too.
16428 * Makefile.in (all): Move higher in file.
16429 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16430 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16431 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16432 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16433 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16434
164351998-07-23 Brendan Kehoe <brendan@cygnus.com>
16436
16437 * Makefile.in (all-target-libjava): Depend on all-gcc and
16438 all-target-newlib.
16439 (configure-target-libjava): Depend on $(ALL_GCC).
16440
7f1937c1
RL
16441Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
16442
16443 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16444 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16445
2ada2bd6
ML
16446Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16447
16448 * INSTALL/README: Fix typo.
16449
1e025bde
ML
16450Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16451
5d4a5ee6
JL
16452 * ylwrap: Change absolute path checks to check for DOS style path
16453 names.
1e025bde 16454
5d4a5ee6
JL
16455 * ylwrap: Don't use a full path name if the source file is in the
16456 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 16457
6755ff73
ILT
16458 * config-ml.in: Default to being verbose, to match Feb 18 change to
16459 configure.
16460
5d4a5ee6
JL
16461Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16462
16463 Brought over from egcs:
16464
16465 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16466
16467 * configure.in (target_subdir): Set to ${target_alias} instead
16468 of "libraries".
16469
16470 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16471
16472 * configure.in (target_subdir): Set to libraries if enable_multilib.
16473
16474Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16475
16476 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16477 multilibs, force reconfiguration the first time we create
16478 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16479
16480Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16481
16482 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16483 avoid confusion with --no-recursion.
16484
16485Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16486
16487 * configure.in: Win32 hosts shouldn't use install -x
16488 * install-sh: remove -x option, and special .exe-handling
16489 hack.
16490
d207ebef
JM
16491Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16492
16493 * config.guess: Recognize i586-pc-beos.
16494 * configure.in: Don't build some bits for beos.
16495
fbd836fc
ILT
16496Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16497
5d4a5ee6
JL
16498 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16499 CFLAGS default to -O2.
16500
fbd836fc
ILT
16501 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16502 when using GNU ld.
16503
16504Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16505
16506 * ltmain.sh: Correct install when using a different shell.
16507
16508Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16509
16510 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16511
d207ebef
JM
16512Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16513
16514 * makefile.vms: Update to build binutils/makefile.vms. Add install
16515 target.
fbd836fc
ILT
16516
16517Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16518
16519 * ltconfig: Update to correct AIX handling.
16520
69b471bc
JL
16521Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16522
81241b5e
JL
16523 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16524
69b471bc
JL
16525 * configure.in (target_subdir): Set to ${target_alias} instead
16526 of "libraries".
16527
bedf82df
MH
165281998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16529
16530 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16531 (Makefile): Depend on $(gcc_version_trigger).
16532
16533 * configure (gcc_version): Change default initializer to empty
16534 string.
16535 (gcc_version_trigger): New variable; pass this variable down
16536 to subdir configures to enable them checking gcc's version
16537 themselves. Emit make macros for both gcc_version vars.
16538 (topsrcdir): Initialize reliably.
16539 (recursion line): Remove --with-gcc-version=${gcc_version}.
16540
28e449d8
MH
165411998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16542
16543 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
16544 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16545 in $(libsubdir); emit definition in each generated Makefile.
16546 (gxx_include_dir): Initialize depending on
16547 $enable_version_specific_runtime_libs.
28e449d8 16548
50c4c9f7
MH
165491998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16550
16551 * configure (gcc_version): Initialize properly depending on
16552 how and where configure is started.
16553 (recursion line): Pass a --with-gcc-version=${gcc_version}
16554 to configures in subdirs.
16555
d207ebef
JM
16556Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16557
16558 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 16559 cygmon
d207ebef 16560
5d4a5ee6
JL
16561Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16562
16563 * configure.in: Add cygmon and libstub support for mn10200.
16564
2f96399b
MH
165651998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16566
16567 * configure (gcc_version): Add new variable describing the
16568 particular gcc version we're building.
16569 * Makefile.in (libsubdir): Add new macro for the directory
16570 in which the compiler finds executables, libraries, etc.
16571 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16572 and libsubdir.
16573
c4137c50
AO
16574Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16575
ceff9b14
AO
16576 * Makefile.in (local-clean): Remove *.log.
16577 (warning.log): Built with warn_summary from build.log.
16578 (mail-report.log): Run test_summary.
16579 (mail-report-with-warnings.log): Run test_summary including
16580 warning.log in the report.
c4137c50 16581
276d5ee0
RL
16582Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16583
16584 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16585
5d4a5ee6
JL
16586Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16587
16588 * Makefile.in (grep): Grep no longer depends on libiberty.
16589
16590Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16591
16592 * Makefile.in: all-snavigator needs all-libgui.
16593
16594Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16595
16596 * configure.in: Add cygmon and libstub support for mn10300.
16597
8af14275
ILT
16598Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16599
16600 * missing: Update to version from automake 1.3.
16601
fbd836fc
ILT
16602 * ltmain.sh: On installation, don't get confused if the same name
16603 appears more than once in the list of library names.
16604
466456d9
ILT
16605Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16606
16607 * config.sub: Accept m68060 and m5200 as CPU names.
16608
5d4a5ee6
JL
16609Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16610
16611 * configure: Use && rather than using -a in test, because odd
16612 strings can confuse test.
16613 * configure.in: Likewise.
16614
fbd836fc
ILT
16615Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16616
16617 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16618
f0983958
AO
16619Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16620
16621 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 16622 bootstrap4-lean): New targets.
f0983958 16623
bfed1ea0
JL
16624Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16625
16626 * mpw-* Delete. Not used.
16627
5d4a5ee6
JL
16628Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16629
16630 * COPYING.LIB: Update FSF address.
16631
bfed1ea0
JL
16632Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16633
16634 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16635
5d4a5ee6
JL
16636 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16637 GAS_SUPPORT_DIRS.
16638
bfed1ea0
JL
16639Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16640
16641 * ltconfig, ltmain.sh: Avoid producing a version number if
16642 -version-info was not used.
16643
5d4a5ee6
JL
16644Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16645
16646 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16647 building with newlib.
16648
166491998-04-30 Paul Eggert <eggert@twinsun.com>
16650
d207ebef 16651 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 16652 Solaris `make' causes it to continue to next definition.
d207ebef
JM
16653
16654Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16655
16656 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16657 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
16658
16659Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16660
16661 * configure.in: Change alpha to alpha* in several places.
16662
d207ebef
JM
16663Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16664
16665 * config.sub: Recognize sparc86x.
16666
77be0cab
MM
16667Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16668
16669 * configure.in (--enable-target-optspace): Remove debug echo.
16670
62441128
JW
16671Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16672
16673 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16674
bfed1ea0
JL
16675Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16676
16677 * ltconfig: Update cygwin32 support.
16678
5d4a5ee6
JL
16679 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16680 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16681 (GDB_SUPPORT_DIRS): Likewise.
16682
3f4ea1de
MM
16683Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16684
16685 * configure.in (target_makefile_frag): If --enable-target-optspace,
16686 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
16687 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16688 not used.
16689 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 16690
5d4a5ee6
JL
16691Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16692
16693 * Makefile.in (all-bfd): Depend on all-intl.
16694 (all-binutils): Likewise.
16695 (all-gas): Likewise.
16696 (all-gprof): Likewise.
16697 (all-ld): Likewise.
16698
166991998-04-19 Brendan Kehoe <brendan@cygnus.com>
16700
16701 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16702
bfed1ea0
JL
16703Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16704
5d4a5ee6
JL
16705 * Makefile.in (all-bfd): Depend upon all-libiberty.
16706
bfed1ea0
JL
16707 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16708
5d4a5ee6
JL
16709Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16710
16711 * Makefile.in: Add libstub.
16712
16713 * configure.in: Ditto. Build libstub for targets that have cygmon
16714 support.
16715
16716Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16717
16718 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16719
16720Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16721
16722 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16723 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16724
ec8d6ddc
KW
16725Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16726
16727 * configure: Define DEFAULT_M4 by searching PATH.
16728 * Makfile.in: Use DEFAULT_M4.
16729
bfed1ea0
JL
16730Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16731
16732 * ltconfig: Add cygwin32 support.
16733
5d4a5ee6
JL
16734 * Makefile.in, configure.in: Add libtool as a native only directory
16735 to configure and build.
16736
547a6183
JL
16737Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16738
16739 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16740
5d4a5ee6 16741Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 16742
5d4a5ee6
JL
16743 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16744
16745Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16746
16747 * Makefile.in: add ash make rules
16748 * configure.in: add ash to native_only and host_tools lists
16749
16750Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16751
16752 * Makefile.in (all-gettext, all-intl): New targets.
16753 (ALL_MODULES): Added all-gettext, all-intl.
16754 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16755 (INSTALL_MODULES): Added install-gettext, install-intl.
16756 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16757
16758 * configure.in (host_tools): Added gettext.
16759 (native_only): Likewise.
16760 (noconfigdirs) [various cases]: Likewise.
16761 (host_libs): Added intl.
16762
d207ebef
JM
16763Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16764
16765 * configure: Do not disable building gdbtk for cygwin32 hosts.
16766
e98e406f
NC
16767Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16768
16769 * configure.in: Add thumb-coff target.
16770 * config.sub: Add thumb-coff target.
16771
5d4a5ee6
JL
16772Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16773
16774 * Makefile.in: Revert yesterday's change.
16775 (all-target-winsup): all-target-librx stays out of here.
16776
16777Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16778
16779 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16780 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16781 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16782 Remove references to librx and libg++.
16783
16784Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16785
16786 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16787 recursive makes
16788
bfed1ea0
JL
16789Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16790
16791 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 16792 for newlib directory.
bfed1ea0
JL
16793 (CXX_FOR_TARGET): Likewise.
16794
16795Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16796
16797 * ltconfig: Update after libtool/ltconfig.in change for
16798 hpux11.
16799
16800Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16801
16802 * ltconfig, ltmain.sh: Update to libtool 1.2.
16803
3cd730af
MH
16804Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16805
16806 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16807 (install-gcc-cross): Instead, override LANGUAGES here.
16808
80564603
DL
168091998-03-18 Dave Love <d.love@dl.ac.uk>
16810
16811 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16812 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16813
d207ebef
JM
16814Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16815
16816 * configure.in: Add Thumb-pe target.
16817
5d4a5ee6 16818Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 16819
5d4a5ee6
JL
16820 * Makefile.in - changed sn targets to snavigator
16821 * configure.in - changed sn targets to snavigator
16822
2d4a0558
MH
16823Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16824
16825 * config-ml.in: After building symlink tree call make distclean
16826 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16827 to be the case for libiberty.
16828
04b93567
L
16829Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16830
16831 * configure: When making link, also check the current
16832 directory. The configure scripts may create one.
16833
9a06b842
RH
16834Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16835
16836 * config.sub: Accept alphapca56 and alphaev6 properly.
16837
217fc4e6
FS
16838Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16839
16840 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16841
3e07bdbd 16842Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 16843
e490616e 16844 * config.sub (sco5): Fix typo.
3e07bdbd 16845
5d4a5ee6
JL
16846Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16847
16848 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16849 install-itcl.
16850 (install-itcl): Remove dependency on install-tcl.
16851
16852Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16853
16854 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16855
16856Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16857
16858 * configure.in: Don't build libgui for a cygwin32 target when not on
16859 a cygwin32 host.
16860
16861Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16862
16863 * configure (redirect): Set to null, so default behavior of
16864 configure is now --verbose.
16865
ce0d965c
DL
168661998-02-16 Dave Love <d.love@dl.ac.uk>
16867
16868 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16869 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16870
3acd1fd0
MH
16871Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16872
16873 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16874 this change to sync Makefile.in with its ChangeLog entries.
16875
5d4a5ee6
JL
16876Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16877
16878 * ltmain.sh (mkdir): Check that the directory doesn't exist
16879 before we exit with error, so that we don't get races during
16880 parallel builds.
16881
bfed1ea0
JL
16882Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16883
16884 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16885
4e77e8f1
MH
16886Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16887
16888 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16889 PICFLAG_FOR_TARGET.
16890 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16891
16892 * configure: Emit a definition for the new macro enable_shared
16893 into each Makefile.
16894
5d4a5ee6
JL
16895Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16896
16897 * configure.in (host_tools, native_only): Add libtool.
16898
16899Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16900
16901 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16902 Fix typo in ming config comment.
16903
bfed1ea0
JL
16904Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16905
16906 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16907
5d4a5ee6
JL
16908Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16909
16910 * config.sub: Add tic30 cases, and map c30 to tic30.
16911
8821a725
RH
16912Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16913
16914 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16915 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16916 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16917 (CLEAN_TARGET_MODULES): Similarly
16918 (all-target-libf2c): Add dependences.
4e81ae98 16919 * configure.in (target_libs): Add libf2c.
8821a725 16920
5d4a5ee6
JL
16921Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16922
16923 * configure.in: Remove expect from noconfigdirs when target
16924 is cygwin32. OK to build expect and dejagnu with Canadian
16925 Cross.
16926
0aadd657
ILT
16927Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16928
5d4a5ee6
JL
16929 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16930 host.
16931
0aadd657
ILT
16932 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16933 and mingw32.
16934
d0a8352c
MH
16935Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16936
16937 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16938 here as it is not defined in the toplevel Makefile.
16939
59739e3c
MH
16940Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16941
16942 * configure (package_makefile_rules_frag): New variable, which names
16943 a file with generic rules, ...
16944 Change comment to mention we now have FIVE parts.
16945 * configure: Undo last change.
16946
228197ee
LT
16947Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16948
16949 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 16950 * config.sub: More accurate determination of HP processor types.
228197ee 16951
efd4c0ba
MH
16952Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16953
16954 * configure (package_makefile_frag): Move inserting the
16955 ${package_makefile_frag} to where it should be according
16956 to the comment.
16957
6eef3189
PB
16958Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16959
16960 * config.guess: Add support for Linux/ARM.
16961
d207ebef
JM
16962Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16963
16964 * .cvsignore: Remove *-info and *-install since they match
16965 release-info and mpw-install, which we don't want to just ignore.
16966
48464ebf
RH
16967Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16968
16969 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16970
803462a7
PN
16971Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16972
16973 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16974 local_prefix to sub-make invocations.
16975
520ab477
L
16976Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16977
16978 * configure.in: Check makefile fragments in the source
16979 directory.
16980
4bcdb76d
AO
16981Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16982
ceff9b14
AO
16983 * configure.in: Check whether host and target makefile
16984 fragments exist before adding them to *_makefile_frag.
4bcdb76d 16985
5d4a5ee6
JL
16986Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16987
16988 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16989
16990Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16991
16992 * configure.in: Make sure we only replace RPATH_ENVVAR on
16993 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16994 regexp to sed.
16995
16996 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16997 to sub-makes.
16998
0d3e11a5
LI
169991998-01-13 Lee Iverson (leei@ai.sri.com)
17000
17001 * config-ml.in (multi-do): LDFLAGS must include multilib
17002 designator.
17003
d45b3d87 17004Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
17005
17006 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
17007
d39cd7a1
MK
17008Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
17009
17010 * config.sub: Add mingw32 support.
17011 * configure.in: Likewise.
d39cd7a1 17012
6decbc24
FS
17013Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17014
17015 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17016
5d4a5ee6
JL
17017Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
17018
17019 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17020 * configure (gxx_include_dir): Provide a definition for subdirs
17021 which do not use autoconf.
17022
17023Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
17024
17025 * config.guess: Sync with egcs. Picks up new alpha support,
17026 BeOS & some additional linux support.
17027
d3d1907a
JL
17028Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
17029
17030 * config.guess: HP 9000/803 is a PA1.1 machine.
17031
b104e095
RH
17032Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
17033
17034 * configure.in: It's alpha*-...
17035
aca823c1
L
17036Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
17037
17038 * configure.in (host_makefile_frag, target_makefile_frag):
17039 Handle multiple config files.
17040 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17041 alpha-*-*.
17042
d207ebef
JM
17043Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
17044
17045 * mkdep: New file.
17046
17047Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
17048
17049 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17050
5d4a5ee6
JL
17051Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
17052
17053 * Makefile.in: Add libgui directory.
17054 (GDB_TK): Add all-libgui.
17055 * configure.in: Add libgui directory.
17056 * configure: Add all-libgui to GDB_TK.
17057
17058Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
17059
17060 * config-ml.in (multidirs): Add m32r to multilib list.
17061
17062Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
17063
17064 * Makefile.in (all-target-gperf): Change dependency to
17065 all-target-libstdc++.
17066
baf55877
FF
17067Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
17068
17069 * config.guess: Add BeOS support.
17070
5d4a5ee6
JL
17071Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
17072
17073 Source directory cvs renamed to cvssrc:
17074 * configure.in (host_tools): Change cvs to cvssrc.
17075 (native_only): Likewise.
17076 (noconfigdirs) [various cases]: Likewise.
17077 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17078 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17079 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17080 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17081 (all-cvssrc): Rename target from all-cvs.
17082
f2d76545
JL
17083Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
17084
17085 * configure (gxx_include_dir): Fix thinko.
17086
205cba53
JL
17087Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
17088
17089 * Makefile.in (INSTALL_TARGET_CROSS): Define.
17090 (install-cross, install-gcc-cross): New targets.
17091
5d4a5ee6
JL
17092Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
17093
17094 * configure.in (noconfigdirs): Add support for Thumb target.
17095
17096 * config.sub (maybe_os): Add support for Thumb target.
17097
17098Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
17099
17100 * Makefile.in: Add rules for cygmon.
17101
17102 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17103
96b0f1fc
JL
17104Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
17105
17106 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17107 * configure (gxx_include_dir): Provide a definition for subdirs
17108 which do not use autoconf.
d207ebef
JM
17109
17110Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
17111
17112 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 17113 11/18/97 build
d207ebef 17114
7dfef6ed
JL
17115Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
17116
17117 * From Franz Sirl.
17118 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17119 found on RedHat Linux systems.
96b0f1fc 17120
83cfe7c0
JL
17121Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
17122
17123 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17124 guesses.
17125
7dfef6ed
JL
17126Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
17127
17128 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17129
5d4a5ee6
JL
17130Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
17131
17132 * ltmain.sh: If mkdir fails, check whether the directory was created
17133 anyhow by some other process.
17134
d207ebef
JM
17135Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
17136
17137 * configure.in (d30v-*-*): Configure all directories.
17138
17139Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
17140
17141 * configure.in (d30v-*-*): Configure newlib, libiberty directories
17142 for the D30V.
17143
17144Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
17145
17146 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17147
5d4a5ee6
JL
17148Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
17149
e490616e
ZW
17150 * include/libiberty.h: Add extern "C" { so it can be used with C++
17151 progrms.
17152 * include/remote-sim.h: Add extern "C" { so it can be used with C++
17153 programs.
5d4a5ee6 17154
d207ebef
JM
17155Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
17156
17157 * configure.in (d30v-*-*): Configure GCC now.
17158
5d4a5ee6
JL
17159Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17160
17161 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17162 is no longer needed.
17163
c9670e62
JM
17164Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
17165
17166 * Makefile.in: check-target-libio depends on all-target-libstdc++.
17167
cc71c0ca
MH
17168Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
17169
17170 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17171 targets using "$@" to provide support for similar but not identical
17172 targets without having to duplicate code.
17173
d207ebef
JM
17174Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
17175
17176 * makefile.vms: Fix to work with DEC C.
17177
17178Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
17179
17180 * config.sub: Add mips-tx39-elf to marketing names.
17181
17182Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
17183
17184 * ltmain.sh: Handle symlinks in generated script.
17185
17186Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
17187
17188 * configure: Handle autoconf style directory options: --bindir,
17189 --datadir, --includedir, --infodir, --libdir, --libexecdir,
17190 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17191 --sysconfdir.
17192 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17193 (sharedstatedir, localstatedir, oldincludedir): New variables.
17194 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17195 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17196 sbindir, sharedstatedir, and sysconfdir.
17197
b1e3ddfd
AJ
17198Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17199
17200 * Makefile.in (bootstrap-lean): New target.
17201
d207ebef
JM
17202Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
17203
17204 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 17205 sn, and gnuserv from noconfigdirs.
d207ebef
JM
17206
17207Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
17208
17209 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17210
09f97c1e
JL
17211Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
17212
17213 * Makefile.in (cross): New target.
17214
335d0ab2
AO
17215Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
17216 Jeff Law <law@cygnus.com>
17217
17218 * Makefile.in (bootstrap2, bootstrap3): New targets.
17219 (all-bootstrap): Remove outdated and confusing target.
339c9b00 17220 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 17221
d207ebef
JM
17222Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
17223
17224 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 17225 windows. Consistent with gdb/configure.
d207ebef 17226
e693cc28
UD
172271997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
17228
e693cc28
UD
17229 * configure.in: Name Linux target fragment.
17230
17231 * configure: Rewrite so that project Makefile fragment is inserted
17232 first and appears last in the resulting Makefile.
17233
d207ebef
JM
17234Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
17235
17236 * Makefile.in (install-itcl): Install tcl first.
17237
5d4a5ee6
JL
17238Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
17239
17240 * configure.in: remove bison from noconfigdirs for Cygwin32 host
17241
f401679e
JW
17242Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
17243
17244 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17245
17246 * configure.in (skipdirs): Add target-librx for Linux.
17247 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17248
ec20b1b9
JL
17249Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
17250
17251 * Makefile.in (bootstrap): New target.
17252
becdcf6d
JL
17253Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
17254
63f6bcd7 17255 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 17256
d207ebef
JM
17257Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
17258
17259 * config.guess: Merge with FSF.
17260
0c82f6bf
FF
17261Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
17262
17263 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17264
d207ebef
JM
17265Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
17266
17267 * config.sub: Add "marketing-names" patch.
17268
3fbc0b70
JS
17269Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
17270
e490616e 17271 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 17272
e20d4801
JL
17273Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
17274
17275 * config.sub: Handle v850-elf.
17276
fe181f78 17277Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
17278
17279 * .cvsignore (*-install): Remove.
17280
bfed1ea0
JL
17281Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
17282
17283 * ltconfig: Set CONFIG_SHELL in libtool.
17284 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17285
558a1e7c
JW
17286Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
17287
17288 * configure.in (target_subdir): Set to libraries if enable_multilib.
17289
7818d6fc
JW
17290Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
17291
17292 * config.guess: Update from gcc directory.
17293
d207ebef
JM
17294Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
17295
17296 * Makefile.in (all-sim): Depends on all-readline.
17297
6599da04
JM
17298Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
17299
17300 * Makefile.in (BISON, YACC): Use $$s.
17301 (all-bison): Depend on all-texinfo.
17302
17303Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
17304
17305 * Makefile.in (BISON): Add -L flag.
17306 (YACC): Likewise.
17307
d207ebef
JM
17308Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17309
4e81ae98
EC
17310 * configure.in (noconfigdirs): Add support for v850e target.
17311
d207ebef
JM
17312 * config.sub (maybe_os): Add support for v850e target.
17313
17314Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17315
4e81ae98
EC
17316 * configure.in (noconfigdirs): Add support for v850ea target.
17317
d207ebef
JM
17318 * config.sub (maybe_os): Add support for v850ea target.
17319
6599da04
JM
17320Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
17321
17322 * config.sub: Add mipstx39. Delete r3900.
17323
17324Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17325
17326 * Makefile.in (all-autoconf): Depends on all-texinfo.
17327
17328Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
17329
17330 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17331 eabi targets.
17332
17333Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
17334
17335 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17336
17337 * configure: When handling a Canadian Cross, handle YACC as well as
17338 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 17339 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
17340
17341Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
17342
17343 * Makefile.in (BISON): bison, not byacc or bison -y.
17344 (YACC): bison -y or byacc or yacc.
17345 (various): Add *-bison as appropriate.
17346 (taz): No need to mess with BISON anymore.
17347
17348Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
17349
17350 * configure: If OSTYPE matches *win32*, try to find a good value for
17351 CONFIG_SHELL.
17352
17353Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
17354
17355 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17356 configure.in if it is present.
17357
17358Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
17359
17360 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17361
17362Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
17363
17364 * config.sub: Recognize `arc' cpu.
17365 * configure.in: Likewise.
17366 * config-ml.in: Likewise.
17367
17368Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
17369
17370 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17371
17372Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
17373
17374 * configure: Changed sed delimiter from ':' to '|' when
17375 attempting to substitute ${config_shell} for SHELL. On
17376 NT ${config_shell} may contain a ':' in it.
17377
17378Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
17379
17380 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17381
17382Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
17383
17384 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17385
17386Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
17387
17388 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17389
17390 * ylwrap: If the program is a relative path, force it to be
17391 absolute.
17392
17393Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
17394
17395 * configure (tooldir): Set BISON to `bison -y' and not just bison.
17396
17397Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
17398
17399 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
17400 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17401 for libraries.
6599da04
JM
17402
17403Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
17404
17405 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 17406 separated by spaces.
6599da04
JM
17407
17408Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
17409
17410 * ylwrap: New file.
17411 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17412
17413 * ltmain.sh: Handle /bin/sh at start of install program.
17414
17415 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17416
17417 * ltconfig, ltmain.sh: New files, from libtool 1.0.
17418 * missing: New file, from automake 1.2.
17419
17420Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
17421
17422 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
17423 check-tk to CHECK_X11_MODULES.
17424
17425Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
17426
17427 * config.sub: Merge with FSF.
17428
17429Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
17430
17431 * config.guess: Merge with FSF.
17432
17433Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17434
17435 * configure: Treat msdosdjgpp like go32.
17436 * configure.in: Likewise. Don't remove gprof for go32.
17437
17438 * configure: Change Makefile.tem2 to Makefile.tm2.
17439
17440Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
17441
17442 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17443
17444Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17445
17446 * install-sh (chmodcmd): Set to null if the DST directory already
17447 exists. Same as Nov 11th change.
17448
17449Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17450
4e81ae98 17451 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
17452
17453Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17454
17455 * config.guess: Update from FSF.
17456
17457Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17458
17459 * Makefile.in (GDB_TK): Depend on itcl and tix.
17460
17461Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17462
17463 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17464 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17465 (INSTALL_SCRIPT): New variable.
17466 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17467 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17468 to -x.
17469 * install-sh: Add support for -x option.
17470
17471Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17472
17473 * configure.in, Makefile.in: Treat tix like itcl.
17474
17475Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17476
17477 * Makefile.in (WINDRES): New variable.
17478 (WINDRES_FOR_TARGET): New variable.
17479 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17480 (EXTRA_HOST_FLAGS): Add WINDRES.
17481 (EXTRA_TARGET_FLAGS): Add WINDRES.
17482 (EXTRA_GCC_FLAGS): Add WINDRES.
17483 ($(DO_X)): Pass down WINDRES.
17484 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17485 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17486 DLLTOOL_FOR_TARGET.
17487
17488Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17489
17490 * configure.in: configure sim before gdb for win32-x-ppc
17491
17492Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17493
17494 Move gperf into the toplevel, from libg++.
17495 * configure.in (target_tools): Add target-gperf.
17496 (native_only): Add target-gperf.
17497 * Makefile.in (all-target-gperf): New target, depend on
17498 all-target-libg++.
17499 (configure-target-gperf): Empty rule.
17500 (ALL_TARGET_MODULES): Add all-target-gperf.
17501 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17502 (CHECK_TARGET_MODULES): Add check-target-gperf.
17503 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17504 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17505
17506Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 17507
6599da04
JM
17508 * config.sub (mn10200): Recognize new basic machine.
17509
17510Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17511
17512 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17513 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17514
17515Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17516
17517 * configure.in: If we're building mips-sgi-irix6* native, turn on
17518 ENABLE_MULTILIB and set TARGET_SUBDIR.
17519
17520Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17521
17522 * Makefile.in (all-sn): Depend on all-grep.
17523
17524Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17525
17526 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17527
17528 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17529 Makefile. From Jeff Makey <jeff@cts.com>.
17530 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17531
17532 * Makefile.in (DISTBISONFILES): Remove.
17533 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17534 $(DEFAULT_YACC).
17535
17536 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 17537 cygwin32.
6599da04
JM
17538
17539 * Makefile.in (LD): New variable.
17540 (EXTRA_HOST_FLAGS): Pass down LD.
17541 ($(DO_X)): Likewise.
17542
17543Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17544
17545 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17546
17547Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17548
17549 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 17550 before adding our own. Always add --build.
6599da04
JM
17551
17552Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17553
17554 * configure.in (targargs): Pass --build if we're doing
17555 a cross-compile.
17556
17557Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17558
ca236658 17559 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
17560 sed. Otherwise sed chokes on NT path names with drive
17561 designators. Also look for "?:*" as the leading characters in an
17562 absolute pathname.
17563
17564Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17565
17566 * config.sub: Support for r3900.
17567
17568Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17569
17570 * configure.in: Use install-sh, not install.sh.
17571
17572Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17573
17574 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17575 apply it twice.
17576
17577Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17578
17579 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17580 install-binutils.
17581
17582Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17583
17584 * Makefile.in: Add automake targets.
17585 * configure.in (host_tools): Add automake.
17586
17587Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17588
17589 * configure: Default CXX to c++, not gcc.
17590 * Makefile.in (CXX): Set to c++, not gcc.
17591 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17592
17593Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17594
17595 * install-sh: try appending a .exe if source file doesn't
17596 exist
17597
17598Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17599
17600 * configure.in: Turn on multilib by default.
17601 (cross_only): Remove target-libiberty.
17602
17603 * Makefile.in (all-gcc): Don't depend on libiberty.
17604
17605Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17606
17607 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17608
17609Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17610
17611 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17612 (DISTBISONFILES): Add ld/Makefile.in
17613
17614Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17615
17616 * configure.in: if target is cygwin32 but host isn't cygwin32,
17617 don't configure gdb tcl tk expect, not just gdb.
17618
17619Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17620
17621 * configure.in: Added gnuserv everywhere sn appears.
17622
17623 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17624 (CROSS_CHECK_MODULES): Added check-gnuserv.
17625 (INSTALL_MODULES): Added install-gnuserv.
17626 (CLEAN_MODULES): Added clean-gnuserv.
17627 (all-gnuserv): New target.
17628
17629Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17630
17631 * config.guess: Fixes for MIPS OpenBSD systems.
17632
17633Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17634
17635 * Makefile.in (INSTALL_XFORM): Remove.
17636 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17637
17638 * mkinstalldirs: New file, copied from automake.
17639 * Makefile.in (installdirs): Rename from install-dirs. Use
17640 mkinstalldirs. Change all users.
17641 (DEVO_SUPPORT): Add mkinstalldirs.
17642
17643Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17644
17645 * install-sh: Rename from install.sh.
17646 * Makefile.in (INSTALL): Change install.sh to install-sh.
17647 (DEVO_SUPPORT): Likewise.
17648
17649 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17650 Graichen <graichen@rzpd.de>.
17651
17652Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17653
17654 * config.guess: Recognize OpenBSD systems correctly.
17655
17656Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17657
17658 * README, Makefile.in (ETC_SUPPORT): Remove references to
17659 cfg-paper*, configure.{texi,man,info*}._
17660
17661Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17662
17663 * Makefile.in (all.normal): Ensure that gcc is built after all
17664 the x11 - ie gdb - targets.
17665
17666Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17667
17668 * makefile.vms: Don't run conf-a-gas.
17669
17670Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17671
e490616e 17672 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 17673
d207ebef
JM
17674Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17675
17676 * configure.in: Remove noconfigdirs case since gdb also
17677 configures and builds for tic80-coff.
17678
6599da04
JM
17679Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17680
17681 * configure: Set cache_file to config.cache.
17682 * Makefile.in (local-distclean): Remove config.cache.
17683
17684Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17685
17686 * COPYING: Update FSF address.
17687
d207ebef
JM
17688Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17689
17690 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17691 noconfigdirs.
17692
6599da04
JM
17693Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17694
17695 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17696 MAKEDIRS, is empty.
17697
17698Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17699
17700 * config.sub: Tweak mn10300 entry.
17701
17702Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17703
17704 * configure.in (host_tools): Put sim before gdb, so gdb's
17705 configure.tgt can determine if the simulator was configured.
17706
17707Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17708
17709 * config.sub: Move BeOS $os case to be with other Cygnus
17710 local cases.
17711
17712Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17713
17714 * config.sub: Remove misplaced comment that broke Linux.
17715
17716Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17717
17718 * config.sub: Add BeOS support.
17719
17720Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17721
17722 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17723
17724Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17725
17726 * configure.in (noconfigdirs): Remove tcl and tk from
17727 noconfigdirs for cygwin32 builds.
17728
d207ebef
JM
17729Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17730
17731 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17732
6599da04
JM
17733Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17734
17735 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17736 make-all.com, use makefile.vms instead.
17737
17738Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17739
17740 * config.sub: Accept -lnews*.
17741
d207ebef
JM
17742Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17743
17744 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 17745 target-examples and target-libiberty for d30v.
d207ebef
JM
17746
17747Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17748
17749 * configure.in (noconfigdirs): Enable ld for d30v.
17750
17751Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17752
17753 * configure.in (tic80-*-*): Build compiler.
17754
17755Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17756
17757 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 17758 unsupported d30v directories
d207ebef
JM
17759
17760Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17761
4e81ae98
EC
17762 * config.sub, configure.in: Add d30v target cpu.
17763
6599da04
JM
17764Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17765
17766 * makefile.vms: New file.
17767 * make-all.com: Remove.
17768
17769Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17770
17771 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17772
17773Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17774
17775 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17776
17777Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17778
17779 * Makefile.in (ALL_MODULES): Added all-db.
17780 (CROSS_CHECK_MODULES): Addec check-db.
17781 (INSTALL_MODULES): Added install-db.
17782 (CLEAN_MODULES): Added clean-db.
17783
17784Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17785
17786 * config.guess: Merge with latest FSF sources.
17787
17788Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17789
17790 * Makefile.in (ALL_MODULES): Added all-itcl.
17791 (CROSS_CHECK_MODULES): Added check-itcl.
17792 (INSTALL_MODULES): Added install-itcl.
17793 (CLEAN_MODULES): Added clean-itcl.
17794
17795Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17796
17797 * configure.in: build gdb for mn10200
17798
17799Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17800
17801 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17802
d207ebef
JM
17803Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17804
17805 * configure.in (tic80-*-*): Turn off most targets right now.
17806
6599da04
JM
17807Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17808
17809 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17810 rather than the makeinfo program.
17811 (do-info): Depend upon all-texinfo.
17812
17813Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17814
17815 * configure.in: Remove uses of config/mh-linux.
17816
17817 * config.sub, config.guess: Merge with latest FSF sources.
17818
d207ebef
JM
17819Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17820
17821 * config.sub (case $basic_machine): Add tic80 entries.
17822
6599da04
JM
17823Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17824
17825 * config.sub, config.guess: Merge with latest FSF sources.
17826
17827Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17828
17829 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17830 * mpw-config.in: Test for NewFolderRecursive.
17831 * mpw-install: Use symbolic name for startup filename.
17832 * mpw-README: Add various additional details.
17833
17834Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17835
17836 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17837
17838Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17839
17840 * configure.in: Do build gcc and the target libraries for
17841 the mn10200.
17842
17843Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17844
17845 * configure.in: don't avoid building gdb for mn10300 any more
17846 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17847 instead of single-quoting it.
17848
17849Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17850
17851 * configure.in: Don't use --with-stabs on IRIX 6.
17852
17853Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17854
17855 * configure.in (m32r): Build gdb, libg++ now.
17856
17857Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17858
17859 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17860 directories from noconfigdirs.
17861
17862Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17863
17864 * config.sub (basic_machine): added mips16 configuration
17865
17866Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17867
17868 * config.sub: Handle d10v-unknown.
17869
d207ebef
JM
17870Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17871
17872 * config.sub: Handle v850-unknown.
17873
6599da04
JM
17874Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17875
17876 * Makefile.in: add findutils
17877 * configure.in: add findutils to list of host_tools
17878
17879Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17880
17881 * config.sub: Handle mn10200 and mn10300.
17882
17883Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17884
17885 * configure.in (d10v-*): Do not build librx.
17886
17887Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17888
17889 * configure.in (mn10300): Build everything except gdb & libgloss.
17890
17891Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17892
17893 * config.guess: Patch for Dansk Data Elektronik servers,
17894 from Niels Skou Olsen <nso@dde.dk>.
17895
17896 For ncr, use /bin/uname rather than uname, since GNU uname does not
17897 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17898
17899 Patch for MIPS R4000 running System V,
17900 from Eric S. Raymond <esr@snark.thyrsus.com>.
17901
17902 Fix thinko for nextstep.
17903
17904 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17905
17906 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17907 * config.guess: Guess mips-dec-mach_bsd4.3.
17908
17909 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17910 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17911 release numbers.
17912 * config.guess (mips-mips-riscos*): Emit just enough of the
17913 release number.
17914
17915 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17916 * config.guess (sparc-auspex-sunos*): Added.
17917 (f300-fujitsu-*): Added.
17918
17919 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17920 * config.guess: Recognize a Tadpole as a sparc.
17921
17922Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17923
17924 * config.guess: Don't assume that NextStep version is either 2 or
17925 3. NextStep 4 (aka OpenStep 4) has come out now.
17926
17927Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17928
17929 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17930 From Rik Faith <faith@cs.unc.edu>.
17931
17932Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17933
17934 * config.sub: Contributions from bug-gnu-utils to:
17935 Support plain "hppa" (no version given) architecture, reported by
17936 OpenStep.
17937 OpenBSD like NetBSD.
17938 LynxOs is not a hardware supplier.
17939
17940 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 17941 OpenBSD like NetBSD.
6599da04
JM
17942 Stratus systems.
17943 More Pyramid systems.
17944 i[n>4]86 Intel chips.
17945 M680[n>4]0 Motorola chips.
17946 Use unknown instead of lynx for hardware manufacturer.
17947
17948Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17949
17950 * install.sh (chmodcmd): Set to null if the DST directory already
17951 exists.
17952
17953Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17954
17955 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17956 not use mt-ppc target Makefile fragment any more.
17957
17958Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17959
17960 * configure.in (*-*-windows): Exclude everything but those dirs
17961 needed to build windows.
17962
17963Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17964
17965 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17966
17967Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17968
17969 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
17970
17971Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17972
17973 * Undo my previous change.
17974
17975Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17976
17977 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17978 unconditionally.
17979 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17980
17981Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17982
17983 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17984 host to add it's own flags.
6599da04
JM
17985
17986Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17987
17988 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17989
17990Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17991
17992 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17993 (CXX_FOR_TARGET): Likewise.
17994 (GCC_FOR_TARGET): Define.
17995 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17996 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17997 CC_FOR_TARGET was specified on the command line.
17998 (MAKEOVERRIDES): Don't define.
17999
18000Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
18001
18002 * configure.in (m32r): Fix spelling of libg++ libs.
18003
18004Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
18005
18006 * config.sub (-apple*): Remove, now redundant.
18007
18008Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
18009
18010 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18011
18012 * configure: Rework yesterday's sed script patch.
18013
18014 * config.sub: Merge with FSF.
18015
18016Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
18017
18018 * config.guess: Merge from FSF.
18019
18020 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
18021 * config.guess: Use pc instead of unknown, for pc clone systems.
18022 Change linux to linux-gnu.
6599da04
JM
18023
18024 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 18025 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
18026
18027Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
18028
18029 * test-build.mk (HOLES): Add "xargs" for gdb.
18030
18031 * configure: Avoid hpux10.20 sed bug.
18032
18033Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
18034
731a8127 18035 * configure.in: Add support for windows host
6599da04
JM
18036 (that is a build done under the Microsoft build environment).
18037
18038Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
18039
18040 * Makefile.in: Replace all uses of srcroot with s, to shrink
18041 command line lengths.
18042
18043 Patches from Geoffrey Noer <noer@cygnus.com>:
18044 * configure.in: If configuring for newlib, pass --with-newlib to
18045 subdirectories.
18046 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18047 -Bnewlib/ and -Lwinsup to gcc.
18048 (CXX_FOR_TARGET): Likewise.
18049
18050Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
18051
18052 * Makefile.in (ETC_SUPPORT): Add configure.
18053
18054Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
18055
4e81ae98 18056 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
18057 host configuration file.
18058
18059Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
18060
18061 * configure.in: Break mn10x00 support into separate
18062 mn10200 and mn10300 configurations.
18063 * config.sub: Likewise.
18064
18065Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
18066
18067 * configure.in: Add lots of stuff to noconfigdirs for
18068 the mn10x00 targets.
18069
18070 * config.sub, configure.in: Add mn10x00 support.
18071
18072Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
18073
18074 * make-all.com: Call conf-a-gas, not config-a-gas.
18075
18076Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
18077
18078 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 18079 targets.
6599da04
JM
18080
18081Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
18082
18083 * mpw-README: Add much more detail for native PowerMac.
18084 * mpw-install: New file.
18085 * mpw-configure: Add --norecursion and --help options.
18086 * mpw-config.in: Translate readme and install files when
18087 copying to objdir.
18088 * mpw-build.in: Don't always depend on byacc and flex.
18089 (install-only-top): New action.
18090
d207ebef
JM
18091Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
18092
18093 * configure.in: You can now configure GDB for the v850.
18094
6599da04
JM
18095Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
18096
18097 * configure.in (noconfigdirs): Don't configure any C++ dirs
18098 if targeting D10V.
18099
18100Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
18101
18102 * config.sub: Recognize mips64vr5000.
18103
18104Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
18105
18106 * configure.in: Use a single line for host_tools and native_only.
18107
18108Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
18109
18110 * config.sub, configure.in: Add entries for m32r.
18111
18112Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
18113
18114 * Makefile.in (inet-install): Don't run install-gzip.
18115
18116Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
18117
18118 * configure.in: Don't config lots of things for *-*-windows*.
18119
18120Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
18121
18122 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18123 (host_libs, host_tools): Copy from configure.in.
18124 * mpw-configure: Don't complain about directories not found.
18125
18126Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18127
18128 * configure.in (i[345]86): Recognize i686 for pentium pro.
18129 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18130 file.
18131
18132 * config.guess (i[345]86): Ditto.
18133
18134Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18135
18136 * configure.in (noconfigdirs): Removed gdb for D10V.
18137
d207ebef 18138Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 18139
d207ebef
JM
18140 * configure.in: Remove ld, target-libio, target-libg++, and
18141 target-libstdc++ from noconfigdirs.
5d4a5ee6 18142
6599da04
JM
18143Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
18144
18145 * configure: Fix three locations where shell scripts were
18146 being run directly rather than with config_shell.
18147
d207ebef
JM
18148Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
18149
18150 * configure.in (v850-*-*): Set up initial $noconfigdirs.
18151 * config.sub (basic_machine): Recognize v850.
18152
6599da04
JM
18153Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18154
18155 * mpw-configure: Handle multiple enable/disable options and
18156 pass them down recursively, handle -c and -s flags appropriately
18157 depending on choice of compiler, add escape mechanism for
18158 quoted arguments to gC.
18159
18160Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18161
18162 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18163 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18164 so that -mrelocatable-lib and -mno-eabi are used.
18165
18166 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18167 not support --print-multi-lib, don't abort.
18168
6599da04
JM
18169Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
18170
18171 * make-all.com: Run config-a-gas.
18172 * setup.com: Don't copy subdirectory files around.
18173
18174Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
18175
18176 * configure.in (*-*-ose): Remove exclusion of libgloss for this
18177 target, it now compiles correctly.
18178
18179Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
18180
18181 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18182
18183Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18184
4e81ae98 18185 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
18186
18187Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18188
18189 * configure.in (native_only): Add prms.
18190
18191Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
18192
18193 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18194 (BINUTILS_SUPPORT_DIRS): Likewise.
18195
18196Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18197
18198 * configure.in (d10v-*-*): Don't configure ld or gdb until the
18199 d10v support is added.
18200
18201Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18202
18203 * configure.in (d10v-*-*): New target.
18204
18205Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
18206
18207 * config.guess (HP 9000/811): Recognize this as a PA1.1
18208 machine.
18209
18210Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
18211
18212 * Makefile.in (do-tar-gz): New target, split out from tail end of
18213 taz target. Run each command separately, don't use pipes.
18214 (taz): Use it.
18215
18216Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
18217
18218 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18219 * mpw-build.in: No builds should depend on building byacc or flex,
18220 they are assumed to be installed already.
18221
18222Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18223
18224 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18225 variable that CC_FOR_TARGET needs.
18226
18227Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18228
18229 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18230 options have changed since the last time the subdirectory was
18231 configured, and if it has, reconfigure.
18232 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18233 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18234
18235Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
18236
18237 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18238 CLEAN_MODULES): Add bash.
18239 (all-bash): New target.
18240
18241Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
18242
18243 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18244
18245Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18246
18247 * config.sub (basic_machine): Recognize d10v as a valid processor.
18248
18249Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
18250
18251 * mpw-configure: Add support for --bindir.
18252 * mpw-build.in: Use a GCC-specific build script for GCC actions.
18253
18254Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
18255
18256 * configure.in: add bash, time, gawk to list of hosttools and things
18257 to only build for native toolchains
18258
18259Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18260
18261 * Makefile.in (docdir): Remove.
18262
18263Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18264
18265 * Makefile.in (datadir): Set to $(prefix)/share.
18266
18267Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
18268
18269 * configure.in: build diff and patch for cygwin32-hosted
18270 toolchains.
18271
18272Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
18273
18274 * config.sub: Accept -rtems*.
18275
18276Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
18277
e490616e
ZW
18278 * configure.in: enable dosrel for cygwin32-hosted builds,
18279 remove diff from the list of things not buildable
18280 via Canadian Cross
6599da04
JM
18281
18282Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
18283
18284 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 18285 don't get ". ".
6599da04
JM
18286
18287Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
18288
18289 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18290
18291Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
18292
18293 * Makefile.in (taz): Handle case where tex3patch didn't even get
18294 checked out. Also, if it was found, put the symlink in a new util
18295 subdirectory.
18296
18297Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18298
18299 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18300
18301Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
18302
18303 * config.sub: Recognize -openvms.
18304 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18305 * make-all.com, setup.com: New files.
18306
18307Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18308
18309 * Makefile.in (taz): tex3patch moved to texinfo/util.
18310
18311Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
18312
18313 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18314 * configure.in: remove make from disable-if-Can-Cross list
18315 enable gdb if ${host} and ${target} are cygwin32
18316
18317Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
18318
18319 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
18320 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18321
18322Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18323
18324 * config.guess: Combine mips-mips-riscos cases, and use cpp to
18325 distinguish sysv/svr4/bsd variants.
18326 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18327
18328Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
18329
18330 * configure.in: Added copyright notice.
18331 * move-if-change: Added copyright notice.
18332
18333Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18334
18335 * configure.in (powerpcle-*-solaris*): Until we get shared
18336 libraries working, don't build gdb, sim, make, tcl, tk, or
18337 expect.
18338
18339Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
18340
18341 * config.guess: Merge with FSF:
18342
18343 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
18344 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18345
18346 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
18347 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18348
18349 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
18350 * config.guess: Combine two OSF1 rules.
18351 Also recognize field test versions. From mjr@zk3.dec.com.
18352 * config.guess (dgux): Use /usr/bin/uname rather than uname,
18353 because GNU uname does not support -p. From pmr@pajato.com.
18354
18355Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
18356
18357 * Makefile.in (MAKEDIRS): Removed $(tooldir).
18358
18359Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
18360
18361 * mpw-README: Document GCCIncludes.
18362
18363Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
18364
18365 * configure.in (alpha-*-linux*): Set enable_shared to yes.
18366
18367Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
18368
18369 * mpw-configure: Handle --enable-FOO and --disable-FOO.
18370
18371Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
18372
18373 * configure.in (*-*-cygwin32): Configure make.
18374
18375Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
18376
18377 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18378
18379Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
18380
18381 * Makefile.in (all-inet): Depend on all-perl.
18382
18383 * Makefile.in (inet-install): New target.
18384
18385 * Makefile.in (all-inet): Depend on all-tcl.
18386 (all-inet): Depend on all-send-pr.
18387
18388Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18389
18390 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18391 temporarily.
18392
18393Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
18394
18395 * configure.in: Don't configure --with-gnu-ld on AIX.
18396
18397Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18398
18399 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18400
18401Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
18402
18403 * Makefile.in (ALL_MODULES): Added all-inet.
18404 (CROSS_CHECK_MODULES): Added check-inet.
18405 (INSTALL_MODULES): Added install-inet.
18406 (CLEAN_MODULES): Added clean-inet.
18407 (all-indent): New target.
18408
18409 * configure.in (host_tools): Added inet.
18410 (native_only): Added inet.
18411 (noconfigdirs): Added inet.
18412
18413Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
18414
18415 * configure.in: Don't configure libgloss if we are not configuring
18416 newlib.
18417
18418Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18419
18420 * configure.in: Don't configure libgloss for unsupported
18421 architectures.
18422
18423Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18424
18425 * Makefile.in (CLEAN_MODULES): Add clean-apache.
18426
18427Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
18428
18429 * Makefile.in (ALL_MODULES): Include all-apache.
18430 (CROSS_CHECK_MODULES): Include check-apache.
18431 (INSTALL_MODULES): Include install-apache.
18432 (all-apache): New target.
18433
18434 * configure.in: Added apache everywhere perl is seen.
18435
18436Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18437
18438 * Makefile.in: Add support for clean-{module} and
18439 clean-target-{module} rules.
18440
18441Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
18442
18443 * configure.in (*-*-ose) do not build libgloss.
18444
18445Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18446
18447 * config.guess (prep*:SunOS:5.*:*): Turn into
18448 powerpele-unknown-solaris2.
18449
18450Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18451
18452 * configure.in: Permit --enable-shared to specify a list of
18453 directories.
18454
18455Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18456
18457 * configure.in (host==solaris): Pass only the first word of $CC
18458 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18459
18460Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18461
18462 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18463
18464Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18465
18466 * Makefile.in (ALL_MODULES): Include all-perl.
18467 (CROSS_CHECK_MODULES): Include check-perl.
18468 (INSTALL_MODULES): Include install-perl.
18469 (ALL_X11_MODULES): Include all-guile.
18470 (CHECK_X11_MODULES): Include check-guile.
18471 (INSTALL_X11_MODULES): Include install-guile.
18472 (all-perl): New target.
18473 (all-guile): New target.
18474
18475 * configure.in (host_tools): Include perl and guile.
18476 (native_only): Include perl and guile.
18477 (noconfigdirs): Don't build guile and perl; no ports have been
18478 done.
18479
18480Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18481
e490616e
ZW
18482 * configure (--enable-*): Handle quoted option lists such as
18483 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
18484
18485Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18486
18487 * Makefile.in ({,inst}all-target): New rule so we can make and
18488 install all of the target directories easily.
18489
18490Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18491
18492 * configure.in: Add missing global flag in sed substitution when
18493 deleting `target-' from ${configdirs}.
18494
18495Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18496
18497 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18498 option.
18499
18500 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18501 config/mh-necv4.
18502
18503 * install.sh: Correct misspelling of transformbasename.
18504
18505 * config.guess: Recognize mips-*-sysv*.
18506
18507Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18508
18509 * config.sub: Recognize mon960.
18510
18511Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18512
18513 * configure: Restore Canadian Cross handling of BISON and LEX,
18514 removed in Feb 20 change.
18515
18516Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18517
18518 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18519 Mention make install. Remove the old copyright date as well the
18520 clumsy and rather pointless copyright on the README file.
18521
18522Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18523
18524 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18525 Makefile after running symlink-tree, then run `make distclean' to
18526 avoid clobbering any generated files in srcdir.
18527
18528Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18529
18530 * configure.in (m68k-*-netbsd*): Build everything now.
18531
18532Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18533
18534 * Makefile.in (taz): Fix quoting.
18535
18536Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18537
18538 * configure.in (sparclet-*-*): Build everything now.
18539
18540Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18541
18542 * configure.in (m68k-*-linux*): New host.
18543
18544Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18545
18546 * configure: Check for bison before byacc.
18547
18548Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18549
18550 * Makefile.in configure: Change the way LEX and BISON/YACC are
18551 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18552 searching PATH. These are used as fallbacks by Makefile.in if
18553 flex/bison/byacc aren't in objdir.
18554
18555Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18556
18557 * Makefile.in: Make everything which depends upon all-bfd also
18558 depend upon all-opcodes, in case --with-commonbfdlib is used.
18559
18560Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18561
18562 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18563 building NT native compilers on Unix.
18564
18565Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18566
18567 * configure.in: Don't get CC from the host Makefile fragment if we
18568 can find gcc in PATH, or if this is a Canadian Cross. Move the
18569 Solaris test for /usr/ucb/cc to the post target script, just after
18570 the compiler sanity test.
18571
18572Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18573
18574 * config.sub: Merge with FSF.
18575
18576Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18577
18578 * Makefile.in (RPATH_ENVVAR): New variable.
18579 (REALLY_SET_LIB_PATH): Use it.
18580 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18581
18582Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18583
18584 * config.sub, configure.in: Recognize sparclet cpu.
18585
18586Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18587
18588 * config.guess: Support m68k-cbm-sysv4.
18589
18590Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18591
18592 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18593 m68k-unknown-linuxaout from linker help string. Put quotes around
18594 $ld_help_string.
18595
18596Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18597
18598 * config.guess (powerpc-harris-powerunix): Add guess for port
18599 to new target.
18600
18601Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18602
18603 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18604
18605Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18606
18607 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18608 $(REALLY_SET_LIB_PATH) in Makefile.
18609 * Makefile.in (SET_LIB_PATH): New variable.
18610 (REALLY_SET_LIB_PATH): New variable.
18611 ($(DO_X)): Use $(SET_LIB_PATH).
18612 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18613 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18614 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18615 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18616 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18617 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18618 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18619 (install-dosrel): Likewise.
18620 (all-opcodes): Depend upon all-libiberty.
18621
18622Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18623
18624 * config.guess (*:CYGWIN*): New
18625
18626Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18627
18628 * Makefile.in (all-target-winsup): All all-target-libiberty.
18629
18630Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18631
18632 * configure.in (noconfigdirs): Add missing # in front of comment.
18633
18634Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18635
18636 * configure.in: add second pass to things added to noconfigdirs
18637 so *-gm-magic can exclude libgloss properly.
18638
18639Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18640
18641 * mpw-configure (extralibs_name, rez_name): Set correctly
18642 for MWC68K compiler.
18643
18644 * mpw-README: Add more info on the necessary build tools.
18645
18646Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18647
18648 * configure.in, config.sub: Recognize cygwin32.
18649
18650Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18651
18652 * config.guess, config.sub: Recognize A/UX.
18653
18654Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18655
18656 * config.sub: Merge with gcc/config.sub.
18657
18658Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18659
18660 * mpw-build.in (do-binutils): Add build of stamps.
18661
18662Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18663
18664 * config.sub: Add recognition for mips64vr4100*-* targets.
18665
18666Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18667
18668 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18669 Add creation of gconfigargs with `--enable-shared' turned on.
18670 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18671 ($(host)-stamp-stage3-configured): Likewise.
18672 (HOLES): Add chatr and ldd.
18673 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18674
18675Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18676
18677 * configure: Pass --nfp to recursive configures.
18678
18679Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18680
18681 * Makefile.in (DLLTOOL): New.
18682 (DLLTOOL_FOR_TARGET): New.
18683 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18684 (EXTRA_TARGET_FLAGS): Ditto.
18685 (EXTRA_GCC_FLAGS): Ditto.
18686 (CONFIGURE_TARGET_MODULES): Ditto.
18687 (DO_X): Ditto.
18688 * configure: Add DLLTOOL.
18689
18690Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18691
18692 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18693 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18694 mh-sco, since old workarounds no longer needed, and don't
18695 build ld, since libraries have weak symbols in COFF.
18696
18697Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18698
18699 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18700
18701Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18702
18703 * configure.in: Make sure that ${CC} can be used to compile an
18704 executable.
18705
18706Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18707
18708 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18709 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18710 nothing depending on whether gdbtk is being built.
18711
18712Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18713
18714 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18715
18716Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18717
18718 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18719 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18720
18721Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18722
18723 * config-ml.in: Add support for
18724 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18725 Simplify setting of multidirs from --disable-foo.
18726
18727Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18728
18729 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18730 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18731 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 18732 non-empty, pass them on to the GCC make.
6599da04
JM
18733 (all-bootstrap): New rule that is like all-gcc, except it executes
18734 the GCC bootstrap rule instead of the GCC all rule.
18735
18736Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18737
18738 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18739
18740Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18741
18742 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18743 DG/UX support.
18744
18745Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18746
18747 * config.sub (i*86*) Change [345] to [3456]
18748
18749Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18750
18751 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18752 --with-gnu-ld=no.
18753
18754Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18755
18756 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18757 AIX multilibs get built.
18758
18759Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18760
18761 * configure.in (i386-win32): Don't build expect if we're not
18762 building the tcl subdir.
18763
18764Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18765
18766 * Makefile.in: (configure-target-examples, all-target-examples):
18767 New targets, configure and build example programs.
18768
18769Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18770
18771 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18772 use it as input to sedit the generated MPW makefile.
18773 * mpw-README: Add a suggestion about Gestalt.h.
18774
18775Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18776
18777 * config.sub: Accept *-*-ieee*.
18778
18779Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18780
18781 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18782 Ronald F. Guilmette <rfg@monkeys.com>.
18783
18784Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18785
18786 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18787 for powerpc-pe native.
18788 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18789 (target==powerpc-pe): duplicate i386-win32 entry.
18790
18791Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18792
18793 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18794 of vxworks, not just vxworks5.1.
18795
18796Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18797
18798 * mpw-configure: Add support for exec-prefix.
18799
18800Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18801
18802 * config.guess: Recognize HP model 816 machines as having
18803 a PA1.1 processor.
18804
18805Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18806
18807 * configure: Ignore new autoconf configure options.
18808
6599da04
JM
18809Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18810
18811 * config.guess: Recognize Pentium under SCO.
18812 From Robert Lipe <robertl@arnet.com>.
18813
18814Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18815
18816 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
18817
18818Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18819
18820 * configure.in: Don't configure gas for alpha-dec-osf*.
18821
18822Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18823
18824 * configure.in: Default to --with-stabs for some targets for which
18825 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18826 i[345]86*-*-unixware*.
18827
18828Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18829
18830 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18831 rather than basing it on the target. Simplify handling of options
18832 controlling which directories to configure. Remove extraneous
18833 slash in multi-clean target.
18834
18835Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18836
18837 * config-ml.in: Prefix more variables with ml_ so they don't collide
18838 with configure's.
18839
18840Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18841
18842 * configure: Don't turn -v into --v.
18843
18844Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18845
18846 * configure.in (targargs): Fix typo.
18847
18848 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18849
18850Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18851
18852 * configure.in: Strip --host and --target options from
18853 CONFIG_ARGUMENTS, and always configure for --host only. Add
18854 --with-cross-host option when building with a cross-compiler.
18855 * configure: Canonicalize the arguments put into config.status by
18856 always using `=' for an option with an argument. Pass a presumed
18857 --host or --target explicitly.
18858
18859Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18860
18861 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18862 into general OS recognition case.
18863
18864Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18865
18866 * configure.in (target_configdirs): add target-winsup only
18867 for win32 target systems.
18868
18869Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18870
18871 * Makefile.in (all-target-libgloss): Depend upon
18872 configure-target-newlib, since when libgloss is built it looks to
18873 see if the newlib directory exists.
18874
18875Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18876
18877 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18878 cfg-ml-*.in.
18879
18880Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18881
18882 * configure: Handle LD and LD_FOR_TARGET when configuring a
18883 Canadian Cross.
18884
6599da04
JM
18885Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18886
18887 * configure.in (target_libs): add target-winsup.
18888 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18889 (target==ppcle-pe): remove ld from $noconfigdirs.
18890
18891Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18892
18893 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18894 Preserve relative path names in $srcdir. Build symlink tree if
18895 configuring cross target dir and srcdir=. (= no VPATH support).
18896 (configure-target-libg++): Depend on configure-target-librx.
18897 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18898 * config-ml.in: New file.
18899 * symlink-tree: New file.
18900 * configure: Ensure srcdir="." if that's what it is.
18901
18902Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18903
18904 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18905 includes and FLEX_SKELETON setting.
18906 * mpw-configure (--with-gnu-ld): New option, controls whether
18907 to use PPCLink or ld with PowerMac GCC.
18908 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18909 * mpw-config.in: Configure grez if targeting Mac.
18910
18911 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
18912 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18913 just macos.
6599da04
JM
18914 * configure.in: Configure grez resource compiler if targeting Mac.
18915 * Makefile.in (all-grez, install-grez): New targets.
18916
18917Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18918
18919 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 18920 gcc in the path, set CC to gcc -O2.
6599da04
JM
18921
18922Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18923
18924 * configure: Default ${build} correctly. Avoid picking up extra
18925 spaces when reading CC and CXX from Makefile. When doing a
18926 Canadian Cross, use plausible default values for numerous
18927 variables.
18928 * configure.in: When doing a Canadian Cross, don't try to
18929 configure tools whose configure script can't handle it.
18930
18931Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18932
18933 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18934
18935Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18936
18937 * configure: Remove dubious bug reporting address.
18938
18939Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18940
18941 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18942 configure script, run that instead of this directory's configure.
18943 In either case, print a message that we're configuring the sub-dir.
18944
18945Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18946
18947 * configure.in: Before checking for the existence of various files,
18948 use sed to filter out "target-".
18949
18950Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18951
18952 * Makefile.in (DO_X): Split rule to decrease command line length
18953 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18954 (Philippe De Muyter).
18955
18956Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18957
18958 * Makefile.in (all-patch): depend on all-libiberty.
18959
18960Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18961
18962 * configure.in: If the only directory in target_configdirs which
18963 actually exists is libiberty, then set target_configdirs to empty,
18964 to avoid trying to build a target libiberty in a gas or gdb
18965 distribution.
18966
18967Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18968
18969 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
18970 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18971 systems.
6599da04
JM
18972
18973Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18974
18975 * configure.in (copy_dirs): Use sys-include instead of include
18976 for --with-headers option.
18977
18978Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18979
18980 * Makefile.in, configure.in: Make winsup builds work with
18981 new scheme.
18982
18983Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18984
18985 * configure.in: Build the linker on AIX.
18986
18987Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18988
18989 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18990 where needed.
18991
18992Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18993
18994 * Makefile.in (all-gcc): Fix typo.
18995
18996Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18997
18998 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18999
19000Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
19001
19002 * configure.in: Rename libFOO to target-libFOO, and xiberty
19003 to target-xiberty, to provide more flexibility.
19004 (target_subdir): Define. Create if cross.
19005 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
19006 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
19007 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
19008 check-libFOO -> check-target-libFOO, etc.
19009 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19010 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19011 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19012 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
19013 allow ALL_GCC="" to only configure.
19014 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
19015 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
19016 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
19017
19018Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
19019
19020 * Makefile.in (taz): Build "info" in etc explicitly.
19021
19022Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
19023
19024 * configure.in: Make sure that CC is undefined (as opposed to
19025 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
19026 problem with autoconf trying to configure on a host without GCC.
19027
19028Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
19029
19030 * mpw-configure: Set host alias from choice of host compiler,
19031 only use generic MPW Makefile sed if present, edit a file
19032 named "hacked_Makefile.in" instead of "Makefile.in" if present.
19033 * mpw-README: Add problem notes about CW6 and CW7.
19034
19035Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
19036
19037 * Makefile.in (taz): Use ";" instead of ";;".
19038
19039Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
19040
19041 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
19042 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19043 DISTDOCDIRS.
19044 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
19045 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
19046
19047Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
19048
19049 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
19050 and gnats, because they are now subsumed by DISTSTUFFDIRS.
19051 Move bfd to DISTSTUFFDIRS.
19052
19053Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19054
19055 * Makefile.in (X11_LIB): Removed.
19056 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19057
19058 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19059
19060Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19061
19062 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19063 names.
19064
19065Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19066
19067 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19068
19069Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
19070
19071 * configure.in (i[345]86-*-win32): Always build newlib.
19072 Don't configure cvs, autoconf or texinfo.
19073 * Makefile.in (LD_FOR_TARGET): New.
19074 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19075 Pass down LD_FOR_TARGET.
19076
19077Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
19078
19079 * winsup: New directory.
19080 * Makefile.in: Build winsup.
19081 * configure.in: Winsup is configured when target is win32.
19082 Can only build win32 target GDB when native.
4e81ae98 19083
6599da04
JM
19084Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
19085
19086 * config.guess: Recognize HP model 819 machines as having
19087 a PA 1.1 processor.
19088
19089Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
19090
19091 * configure: Fix sed loop which substitutes for CC and CXX to
19092 avoid bug found in various sed implementations.
19093
19094Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19095
19096 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19097 simulator. Use standard powerpc-*-eabi*.
19098
19099Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
19100
19101 * configure.in: Stop putting gas and binutils in noconfigdirs for
19102 powerpc-*-aix* and rs6000-*-*.
19103
19104Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
19105
19106 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19107 -mcall-aixdesc libraries.
19108
19109Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
19110
19111 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
19112
19113 * config.sub (arm | armel | armeb): Fix shell syntax.
19114
19115Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19116
19117 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19118 -msoft-float and -mcpu=common support.
19119 (powerpc*-*-eabisim*): Add support for building -mcall-aix
19120 libraries.
19121
19122Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19123
19124 * configure.in: Allow configuration and build of emacs19 for the alpha.
19125
19126Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19127
19128 * configure.in (CC): Get ^CC, not just any old CC, from
19129 ${host_makefile_frag}.
19130
19131Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19132
4e81ae98 19133 * configure.in (CC): Try to get CC from
6599da04
JM
19134 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19135
19136Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19137
19138 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19139 only if it exists in $(srcdir).
19140
19141Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
19142
19143 * configure: If CC and CXX are not set in the environment, set
19144 them, based on either an existing Makefile or on searching for gcc
19145 in PATH. Substitute for CC and CXX in Makefile.
19146 * configure.in: Remove libm from target_libs. Separate
19147 target_configdirs from configdirs. If CC is not set in
19148 environment, try to get it from a host Makefile fragment. Rewrite
19149 changes of configdirs to use skipdirs instead. A few minor
19150 tweaks. Take directories out of target_configdirs as they are
19151 taken out of configdirs. Remove existing Makefile files from
19152 subdirectories. Substitute for TARGET_CONFIGDIRS and
19153 CONFIG_ARGUMENTS in Makefile.
19154 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19155 by configure.in.
19156 (CONFIG_ARGUMENTS): Likewise.
19157 (CONFIGURE_TARGET_MODULES): New variable.
19158 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19159 ($(CONFIGURE_TARGET_MODULES)): New target.
19160 (configure-libg++, configure-libio): New targets.
19161 (all-libg++): Depend upon configure-libg++.
19162 (all-libio): Depend upon configure-libio.
19163 (configure-libgloss, all-libgloss): New targets.
19164 (configure-libstdc++): New target.
19165 (all-libstdc++): Depend upon configure-libstdc++.
19166 (configure-librx, all-librx): New targets.
19167 (configure-newlib): New target.
19168 (all-newlib): Depend upon configure-newlib
19169 (configure-xiberty): New target.
19170 (all-xiberty): Depend upon configure-xiberty.
19171
19172Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19173
19174 * configure.in (host i[345]86-*-win32): Expand the
19175 noconfigdirs again.
19176
19177Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
19178
19179 * mpw-configure: Fix sed command file name.
19180
19181Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
19182
4e81ae98 19183 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
19184 noconfigdirs again.
19185
19186Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
19187
19188 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19189 or powerpc*-*-pe*, since they are not yet supported.
19190
19191Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
19192
19193 Add PowerMac support and many other enhancements.
19194 * mpw-configure: New option --cc to select compiler to use,
19195 paste options set according to --cc into the generated
19196 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19197 if mpw-make.sed is present.
19198 * mpw-config.in: Don't test for gC1, test for mpw-touch,
19199 add forward includes for PowerPC include files.
19200 * mpw-build.in: Build using Makefile.PPC if present.
19201 (do-byacc, etc): Remove separate version resource builds.
19202 (do-gas): Build "stamps" before "all".
19203 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19204 * mpw-README: Update to reflect --cc option, PowerMac support,
19205 and recently-reported compatibility problems.
19206
19207Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
19208
19209 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19210 embedded m68k systems (-aout, -coff, -elf, -vxworks).
19211 (--with-multilib-top): Pass to recursive invocations.
19212
19213Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
19214
19215 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19216 v810-*-*.
19217
19218Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19219
19220 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19221 gdb, ld and opcodes on v810-*-*.
19222
6599da04
JM
19223Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
19224
19225 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19226 (local-maintainer-clean): New target.
19227 (maintainer-clean): New target.
19228 (realclean): Just depend upon maintainer-clean.
19229
19230Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19231
19232 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19233
19234Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
19235
19236 * configure.in: Build ld in mips*-*-bsd* case.
19237
19238Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
19239
19240 * config.sub: Accept -lites* OS. From Ian Dall.
19241
19242Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
19243
19244 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 19245 targets.
6599da04
JM
19246
19247Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19248
19249 * configure.in: treat i386-win32 canadian cross the same as
19250 i386-go32 canadian cross.
19251
19252Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19253
19254 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19255 running under the simulator to build a reduced set of libraries.
19256 (powerpc-*-eabiaix): Add fine grained multilib support added to
19257 other powerpc targets yesterday.
19258
19259Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19260
19261 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19262 -disable-softfloat, -disable-relocatable, -disable-aix, and
19263 -disable-sysv to control which multilib libraries get built.
19264
19265Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19266
19267 * configure: Add Makefile.tem to list of files to remove in trap
19268 handler.
19269
19270Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
19271
19272 * config.guess (*Linux*): Add missing "exit"s.
19273 Also, need specific check for alpha-unknown-linux (uses COFF).
19274
19275Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
19276
19277 * config.guess: Merge with FSF:
19278
19279 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
19280 * config.guess (AIX4): More robust release numbering discovery.
19281
19282 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
19283 * config.guess (i386-sequent-ptx): Properly get version number.
19284
19285 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
19286 * config.guess (mips:*:4*:UMIPS): New case.
19287
19288Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
19289
19290 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19291 (i386-win32 host): Likewise. Don't build readline.
19292
19293Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
19294
19295 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
19296 SUPPORT_FILES to submakes.
19297
19298Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
19299
19300 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19301 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19302 mpw-configure.
19303
19304Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
19305
19306 * configure.in (appdirs): Use =, not ==, in test expression when
19307 trying to build the text to print in the warning message for
19308 Solaris users.
19309
19310Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
19311
19312 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19313
19314Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19315
19316 * config.guess: Recognize lynx-2.3.
19317
19318Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
19319
19320 * config.sub (z8ksim): Deleted
19321 (z8k-*-coff): New, this is the one true name of the target.
19322
19323Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
19324
19325 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19326
19327Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
19328
19329 * config.guess (*:Linux:*:*): First try asking the linker what the
19330 default object file format is (elf, aout, or coff). Then if this
19331 fails, try previous methods.
19332
19333Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19334
19335 * configure.in: Don't build newlib for *-*-vxworks5.1.
19336
19337Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19338
19339 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19340 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19341
19342Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
19343
19344 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19345
19346Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
19347
19348 * cfg-ml-com.in: New file.
19349 * cfg-ml-pos.in: New file.
19350
19351Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19352
19353 * COPYING.NEWLIB: Add HP free copyright to list.
19354
19355Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19356
19357 * config.sub: Recognize -eabi* for the system, not just -eabi.
19358
19359Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
19360
19361 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19362 * config.sub, configure.in (win32): New target and host.
19363
19364Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
19365
19366 * configure.in: Add i386-pe configuration.
19367
19368Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
19369
19370 * mpw-build.in (install): Install GDB after LD.
19371
19372Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
19373
19374 * mpw-config.in (elf/mips.h): Always forward-include, needed
19375 for GDB to build.
19376
19377Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
19378
19379 * testsuite: New directory for customer acceptance and whole tool
19380 chain tests.
19381
19382Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19383
19384 * configure: If per-host line isn't found, but AC_OUTPUT is found
19385 and a configure script exists, run it instead.
19386
19387Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
19388
19389 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
19390
19391Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
19392
19393 * configure: Set build_{cpu,vendor,os,alias} to host values when
19394 --build isn't specified.
19395
19396Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19397
19398 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19399 (FLAGS_TO_PASS): Pass them.
19400 (EXTRA_TARGET_FLAGS): Ditto.
19401
6599da04
JM
19402Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19403
19404 * Makefile.in (all-libg++): Depend on all-libstdc++.
19405
19406Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19407
19408 * configure.in (noconfigdirs): Enable all packages for
3d3b561f 19409 i386-unknown-netbsd.
6599da04
JM
19410
19411Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
19412
19413 * configure.in (noconfigdirs): Don't configure tk for i386-go32
19414 hosted builds (DOS builds)
19415
19416Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19417
19418 Changes for ARM based on patches from Richard Earnshaw:
19419 * config.sub: Handle armeb and armel.
19420 * configure.in: Omit arm linker only for riscix.
19421
19422Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
19423
19424 * config.guess: Update from FSF.
19425
19426Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
19427
63f6bcd7 19428 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
19429 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
19430 powerpcle variant. Convert pentium into i586, not i486. Add p5
19431 alias for i586. Map new x86 variants p6, k5, nexgen into i586
19432 temporarily.
19433
19434Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
19435
19436 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19437
19438Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
19439
19440 * config.sub: Accept -lites* as a basic system type.
19441
19442Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
19443
19444 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19445 installed, and if so return linuxoldld as the system name.
19446
19447Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19448
19449 * config.guess: Add hppa1.1-hp-lites support.
19450
19451Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19452
19453 * configure.in: Don't build newlib for m68k-vxworks5.1.
19454
19455Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19456
19457 * configure.in (mips-sgi-irix6): Use mh-irix5.
19458
19459Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19460
19461 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19462
19463Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19464
19465 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 19466 OSF/1. Fix compiler flags.
6599da04
JM
19467 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19468
19469Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19470
19471 * configure.in: Recognize --with-newlib.
19472 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19473
19474Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19475
d207ebef 19476 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
19477 to *_X11_MODULES due to gdbtk needing X include files et al.
19478
19479Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19480
19481 Merge in support for Mac MPW as a host.
19482 (Old change descriptions retained for informational value.)
19483
19484 * mpw-config.in: Add generic include forwards for cpu-specific
19485 include files in aout and elf directories.
19486
19487 * mpw-configure: Added copyright.
19488 * mpw-config.in: Check for presence of required build tools.
19489 (target_libs): Add newlib.
19490 (target_tools): Add examples.
19491 (Read Me): Generate as "Read Me for MPW" instead.
19492 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19493 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19494 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19495
19496 * mpw-configure: Remove subdir-specific makefile hackery,
19497 delete mk.tmp after using it.
19498
19499 * mpw-build.in (all): Display start and end times.
19500
19501 * mpw-configure (host_canonical): Set.
19502 (target_cpu): Always add to makefiles.
19503 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19504 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19505 (mpw-mh-mpw): Look for in srcdir and srcroot.
19506 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19507
19508 * mpw-build.in: (install-only): New target.
19509
19510 * mpw-configure (host_alias, target_alias): Rename from hostalias
19511 and targetalias, add into generated Makefile.
19512 (mk.tmp): If present, add into generated Makefile.
19513 * mpw-build.in (all-gas): Build config.h first before gas proper.
19514
19515 * mpw-configure (config.status): Write only if changed.
19516 * mpw-config.in (readline): Configure it (not built, just used for
19517 definitions).
19518
19519 * mpw-config.in (elf/mips.h): Add a forward include.
19520
19521 * mpw-config.in: Forward-include most .h files in include into
19522 extra-include.
19523 (readline): Don't build.
19524 mpw-build.in (install): Install GDB.
19525
19526 * mpw-configure (prefix, mpw_prefix): Handle it.
19527 * mpw-config.in (mmalloc, readline): Don't configure.
19528 * mpw-build.in (thisscript): Rename to ThisScript.
19529 Use mpw-build instead of BuildProgram everywhere.
19530 (mmalloc, readline): Don't build.
19531 * mpw-README: New file, basic documentation about the MPW port.
19532
19533 * mpw-config.in: Use forward-include to create include files.
19534
19535 * mpw-configure: Add more things to the top of each configured
19536 Makefile, including contents of config/mpw-mh-mpw.
19537 * mpw-config.in (extra-include): Create this directory and fill it
19538 with Posix-like include files when configuring.
19539
19540 * config.sub (apple, mac, mpw): Add various aliases.
19541
19542 * mpw-build.in: New file, top-level build script fragment for MPW.
19543 * mpw-configure: New file, configure script for MPW.
19544 * mpw-config.in: New file, config fragment for MPW.
19545
19546Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19547
19548 * configure.in (host_libs): Remove glob, since it is gone from the
19549 sources.
19550
19551Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19552
19553 * Makefile.in: define empty GDB_NLM_DEPS var.
19554
19555 * configure.in(target_makefile_frag): use config/mt-netware
19556 for netware targets.
19557
19558Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19559
19560 * config.sub: Merge in recent FSF changes. Remove linux special
19561 cases.
19562
19563Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19564
731a8127 19565 Revert this change:
6599da04
JM
19566
19567 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19568
19569 * build-all.mk: Use CC=cc -Xs on Solaris.
19570
6599da04
JM
19571Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19572
19573 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19574 stop using it.
19575 * Makefile.in: Nuke all references to glob subdirectory.
19576
19577Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19578
19579 * configure.in: Fix --enable-shared logic in per-host.
19580
19581Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19582
19583 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19584
19585Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19586
19587 * configure.in (noconfigdirs): Don't build gas on AIX, for
19588 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19589
19590Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19591
19592 * configure: Fix --cache-file to work if the file argument is a
19593 relative path.
19594
19595Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19596
19597 * configure: If the --cache-file is used, pass it down to
19598 configure in subdirectories.
19599
19600Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19601
19602 * config.sub: add vxworks29k configuration.
19603
19604Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19605
19606 * Makefile.in (taz): Do "diststuff" part quietly.
19607
19608Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19609
19610 * config.sub: Mini-merge with gcc/config.sub.
19611
19612Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19613
19614 * config.guess (IRIX): Sed - to _.
19615
19616Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19617
19618 * Makefile.in (source-vault, binary-vault): New targets.
19619
19620Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19621
19622 * config.sub: Recognize -eabi as a basic system type.
19623
19624Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19625
19626 * configure.in (enable_shared stuff): Fix typo.
19627
19628Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19629
19630 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19631
19632Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19633
19634 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19635
19636Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19637
19638 * configure.in (rs6000-*-*): Don't build gas.
19639
19640Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19641
19642 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19643 reduce command line length.
19644 (AS_FOR_TARGET): Check for as.new, not Makefile.
19645 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19646
19647Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19648
19649 * config.guess: Merge from FSF.
19650
19651Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19652
19653 * configure: Don't use $ when handling program_suffix.
19654
19655Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19656
19657 * configure.in: Configure tk for hppa/hpux.
19658
19659Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19660
19661 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19662
19663Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19664
19665 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19666 to LIBCXXFLAGS. Tests are better run without it.
19667
19668Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19669
19670 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19671
19672Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19673
19674 * configure.in (*-*-netware*): Don't configure xiberty.
19675
19676Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19677
19678 * configure.in: Remove tk from native_only list.
19679
19680Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19681
19682 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3d3b561f 19683 for special NCD build.
6599da04
JM
19684
19685Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19686
19687 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19688 makeall.bat, they're only useful for binutils snapshots.
19689 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19690 makeall.bat to specified SUPPORT_FILES.
19691
19692Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19693
19694 * build-all.mk: Add Ericsson targets to sun4 and solaris
3d3b561f
ML
19695 hosts. Add BNR's sun4 target to solaris host, so their
19696 build-from-source will be tested in-house first.
6599da04
JM
19697
19698Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19699
19700 * Makefile.in (LIBCFLAGS): New variable.
19701 (CFLAGS_FOR_TARGET): Ditto.
19702 (LIBCFLAGS_FOR_TARGET): Ditto.
19703 (LIBCXXFLAGS): Ditto.
19704 (CXXFLAGS_FOR_TARGET): Ditto.
19705 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19706 (BASE_FLAGS_TO_PASS): Pass them.
19707 (EXTRA_TARGET_FLAGS): Ditto.
19708
731a8127 19709 * configure.in: Support --enable-shared.
6599da04
JM
19710
19711Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19712
19713 * configure.in (target_libs): Include libstdc++ again.
19714 * config.guess: Update from FSF (for FreeBSD).
19715
19716Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19717
19718 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19719 makeall.bat.
19720 (DISTDOCDIRS): Add `etc'.
19721 (ETC_SUPPORT_PFX): New variable.
19722 (taz): Include anything from etc starting with a word in
19723 ETC_SUPPORT_PFX.
19724
19725Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19726
19727 * config.sub: Update for recent FSF changes. Remove obsolete
19728 h8300hds entry. Add -windows* and -osx as basic os. Minor
19729 spacing changes.
19730
19731Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19732
19733 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19734
19735 * config.guess: Merge with FSF.
19736 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19737
19738Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19739
19740 * configure: Since the "trap 0" handler will override the exit
19741 status on many systems, only use it for "exit 1", and make it set
19742 a non-zero exit status; reset it before "exit 0". Also, check
19743 exit status of config.sub, and error out if it failed.
19744
19745Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19746
19747 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19748 and install libgloss.
19749
19750Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19751
19752 * Makefile.in (all-binutils): Depend upon all-byacc.
19753
19754 * configure.in: Don't build emacs on Irix 5.
19755
19756Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19757
19758 * configure.in (*-*-netware*): Add libio.
19759
19760Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19761
19762 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19763 (CHECK_TARGET_MODULES): Ditto.
19764 (INSTALL_TARGET_MODULES): Ditto.
19765 (TARGET_LIBS): Ditto.
19766 (all-libstdc++): Note dependencies.
19767
19768Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19769
19770 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19771
19772Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19773
19774 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19775 -fexternal-templates.
19776
19777 * configure.in (target_libs): Add libstdc++.
19778 (noconfigdirs): Add libstdc++ as appropriate.
19779
19780Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19781
19782 * config.guess: Update from FSF.
19783
19784Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19785
19786 * configure: Use ${config_shell} when running ${configsub}.
19787
19788Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19789
19790 * config.sub: No longer recognize h8300h.
19791
19792Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19793
19794 * config.sub: Remove extraneous differences between config.sub and
19795 gcc/config.sub.
19796
19797Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19798
19799 * Makefile.in (DISTSTUFFDIRS): Add gas.
19800
19801Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19802
19803 * COPYING.NEWLIB: New file.
19804
19805Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19806
19807 * config.guess (HP-UX): Patch from Harlan Stenn
19808 <harlan@landmark.com> to also emit release level.
19809
19810Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19811
19812 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19813
19814Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19815
19816 * config.sub: Merge nextstep cleanup from FSF.
19817
19818Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19819
19820 * configure.in (arm-*-*): Don't configure ld for this target.
19821
19822Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19823
19824 * configure.in (*-*-netware): don't configure libg++, libio,
3d3b561f 19825 librx, or newlib.
6599da04
JM
19826
19827Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19828
19829 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19830 configure ld--it works, but it doesn't support shared libraries.
19831
19832Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19833
19834 * config.guess (*-unknown-freebsd*): Get rid of possible
19835 trailing "(Release)" in version string.
19836 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19837
19838Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19839
19840 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19841 Fix type: *-next-neststep -> *-next-nextstep.
19842
19843 * config.guess: Merge from FSF:
19844
19845 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19846
19847 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19848
19849 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19850
19851 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19852 instead of UNIX_SV for UnixWare 1.0).
19853
19854Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19855
19856 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19857 to make gdb/nlm/* build after the compiler and linker.
19858
19859Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19860
19861 * config.guess (netbsd, freebsd, linux): Accept any machine,
19862 not just i[34]86.
19863 (m68k-atari-sysv4): Relocate to match FSF version.
19864
19865 * config.guess: More merges from the FSF:
19866
19867 Add a space before function call or macro invocation.
19868
19869 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19870
19871 * config.guess: Add trap cmd to remove dummy.c and dummy when
19872 interrupted.
19873
19874 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19875
19876 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19877 (dummy): Redirect stderr from compilation of dummy.c.
19878
19879 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19880
19881 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19882
19883Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19884
19885 * configure: Accept and ignore --cache*, for compatibility with
19886 new autoconf.
19887
19888Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19889
19890 * config.guess: Merge from FSF:
19891
19892 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19893
19894 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
19895 (PATH): Add /.attbin at end for finding uname.
19896 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
19897
19898 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19899
e490616e 19900 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
19901
19902 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19903
e490616e
ZW
19904 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19905 to select whether to use ELF or COFF.
6599da04
JM
19906
19907 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19908
e490616e 19909 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
19910
19911 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19912
19913 * config.guess: Guess the OS version for HPUX.
19914
19915 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19916
19917 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19918
19919Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19920
19921 * configure.in: Recognize --with-headers, --with-libs, and
19922 --without-newlib.
19923 * Makefile.in (all-xiberty): Depend upon all-ld.
19924
19925Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19926
19927 * configure.in: Change i[34]86 to i[345]86.
19928
19929Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19930
19931 * configure (version): A few more tweaks to help message.
19932
19933Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19934
19935 * Makefile.in: Remove (for now) librx as a host library,
19936 now that we're building it for target.
19937
19938Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19939
19940 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19941 (Karl Berry).
19942
19943Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19944
19945 * configure.in: Also configure librx.
19946
19947Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19948
19949 * Makefile.in: Update various rules to reflect that librx
19950 is now needed for libg++.
19951
19952Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19953
19954 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19955
19956Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19957
19958 * configure.in: Configure the examples directory.
19959
19960Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19961
19962 * configure: Simplify Jun 2 1994 change.
19963
19964Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19965
19966 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19967 /bin/gcc isn't good enough to build gcc.
19968
19969Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19970
19971 * Makefile.in (GDB_SUPPORT_FILES): Remove
19972 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19973 (gdb.tar.gz): Add new rule to use standard distribution building
19974 mechanism.
19975
19976Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19977
19978 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19979 Bill Cox <bill@cygnus.com>.
19980
19981Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19982
19983 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19984
19985Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19986
19987 * configure: Search current dir first in .gdbinit.
19988
19989Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19990
19991 * config.sub: Recognize freebsd (merged from gcc config.sub).
19992
19993Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19994
19995 * config.sub: Refer to NeXT's operating system as nextstep.
19996
19997 * config.sub (case $basic_machine): Re-order the cases, to match
19998 the order in the FSF version (which is mostly alphabethical).
19999 Merge in some additions and changes from the FSF.
20000
20001Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
20002
20003 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
20004 * config.sub: Recognize cxux7.
20005 * configure.in: Use mh-cxux for m88k-harris-cxux*.
20006
20007Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
20008
20009 * config.sub: Fix typo powerpc -> powerpc-*.
20010
20011Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
20012
20013 * Makefile.in: `all-emacs19' depends on `all-byacc'.
20014
20015 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20016 parallel with all-emacs and install-emacs). Top-level command
20017 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20018
20019Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20020
20021 * test-build.mk ($(host)-stamp-stage2-installed): Remove
20022 $(relbindir)/make before doing ``make install'', and use
20023 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
20024 installing over running make binary.
20025 ($(host)-stamp-stage3-installed): Likewise.
20026
20027Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20028
20029 * config.guess: Recognize Mach.
20030
20031Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20032
20033 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20034 see whether --exec-prefix was used.
20035
20036Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
20037
20038 * README: Explicitly mention libg++/README. (Zoo's idea.)
20039
20040Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20041
20042 * Makefile.in: Add all-librx target similar to all-libproc.
20043
20044Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
20045
20046 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
20047 with post 1.2 uname bogosity.
20048
20049Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20050
20051 * configure: Remove temporary files on receipt of a signal.
20052
20053Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
20054
20055 * configure: If there is a package_makefile_frag, remove
20056 ${subdir}/Makefile.tem after copying it in.
20057
20058Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
20059
20060 * build_all.mk: support rs6000 lynx identifies itself as
20061 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
20062 since /bin/gcc is too feeble to compile a modern gcc.
20063
20064Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
20065
20066 * brought devo/test-build.mk update-to-date with progressive/
3d3b561f 20067 test-build.mk. Add lynx targets and hppa flag info.
6599da04
JM
20068
20069Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
20070
20071 * configure.in: Use mh-ncrsvr43. Patch from
20072 Tom McConnell <tmcconne@sedona.intel.com>.
20073
20074Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
20075
20076 * config.guess (i386-unknown-bsdi): No longer need to
20077 check #if defined(__bsdi__) && defined(__i386__).
20078
20079Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20080
20081 * configure: Set program_transform_nameoption correctly.
20082
20083Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
20084
20085 * brought build-all.mk update-to-date with progressive build-all.mk,
3d3b561f 20086 added new targets and hppa info.
4e81ae98 20087
6599da04
JM
20088Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20089
20090 * configure: If config.guess result is a prefix of the user
20091 specified target, assume a native build and use the user specified
20092 target as the host alias. Remove SunOS patch suffix removal hack.
20093 * configure.in: Remove SunOS patch suffix removal hack.
20094
20095 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20096 in NATIVE_CHECK_MODULES.
20097
20098Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
20099
20100 * Makefile.in: Rename HOST_ONLY to NATIVE.
20101 * configure: Delete SunOs patch suffix from host_canonical
3d3b561f 20102 and build_canonical variables that are prepended to Makefiles.
6599da04
JM
20103 * configure.in: Add comments for easier maintenance.
20104
20105Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20106
20107 * Makefile.in: Add all-libproc target similar to all-gui.
20108
20109Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
20110
20111 * Makefile.in (CHECK_MODULES): split into
20112 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20113
20114Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
20115
20116 * config.guess (i386-unknown-bsdi): New system to guess.
20117
20118Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20119
20120 * Makefile.in: Add all-gui target (but not yet build by "all").
20121
20122Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
20123
20124 * config.sub: Move deletion of patch suffix from here...
20125 * configure.in: To here, at Ian's suggestion. The top-
3d3b561f 20126 level scripts might need to know of a patch level.
6599da04
JM
20127
20128Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
20129
20130 * config.sub: Strip off patch suffix so rtl is recognized
3d3b561f 20131 as a sunos4.1.3 machine, even though it's been patched.
6599da04
JM
20132
20133Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
20134
20135 * Makefile.in (INSTALL_LAST): Delete.
20136 (INSTALL_DOSREL): New.
20137
20138Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20139
20140 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20141 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20142 whether we pass down --with-gnu-ld anyhow.
20143
20144Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
20145
20146 * Makefile.in (INSTALL_LAST): Change operation so it works
20147 on more flavors of make.
20148 * configure.in (go32): Don't build libg++ or libio.
20149
20150Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
20151
20152 * Makefile.in (Move HOST_PREFIX_1 and friends up so
20153 they can be overriden by templates.
20154
20155Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
20156
20157 * configure.in (target==go32): Don't build gdb.
20158 * dosrel: New directory.
20159
20160Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
20161
20162 * configure.in (host==go32): Configure dosrel too.
20163 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20164 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20165 be set by incoming names or templates.
20166 (INSTALL_LAST): New rule.
6599da04
JM
20167
20168Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
20169
20170 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20171
20172Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20173
6599da04
JM
20174 * configure.in (appdirs): New variable. Currently empty, but will
20175 be used in gas distribution. If nonempty, lists a set of
20176 directories at least one of which must get configured, or top
20177 level configuration is considered to have failed.
20178 (rs6000-*-lynxos*): Use new file name.
20179
20180Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20181
20182 Eliminate XTRAFLAGS.
20183 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20184 newlib include files using -idirafter, and also use -nostdinc.
20185 (CXX_FOR_TARGET): Likewise.
20186 (XTRAFLAGS): Removed.
20187 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20188 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20189 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20190 ($(DO_X)): Don't pass down XTRAFLAGS.
20191
20192Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20193
20194 * configure.in (mips*-dec-bsd*): New target; do build linker.
20195 (mips*-*-bsd*): New target; don't build linker.
20196
20197Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
20198
20199 * configure.in: support rs6000-*-lynxos* configuration.
20200 support sunos4 as a cross target.
20201
20202 * config.sub: look for lynx*, not lynx since the OS version may
20203 legitimately be part of the name.
20204
20205Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20206
20207 * configure.in (i[34]86-*-sco*): Move to be with other i386
20208 targets.
20209 (romp-*-*): New target. Skip various binary utilities.
20210 (vax-*-*): New target. Don't build newlib.
20211 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
20212
20213Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20214
20215 * configure.in: Only set host_makefile_frag if config
20216 directory exists.
20217
20218Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20219
20220 * install.sh: If $dstdir exists, don't check whether each
20221 component does.
20222
20223Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20224
20225 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20226
20227Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20228
3b75d237
AJ
20229 * configure.in (*-*-lynxos*): Don't configure newlib for either
20230 native or cross Lynx.
6599da04
JM
20231
20232Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
20233
20234 * config.sub (sparc64-elf): Fix os.
20235 (z8k): Remove duplicate.
20236
20237Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20238
20239 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20240 gcc/stmp-fixproto, to try to prevent fixproto from being run.
20241
20242Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
20243
20244 * configure: Make file links cleanly even if Lynx fails on
3d3b561f 20245 an NFS symlink (at least fail cleanly).
6599da04
JM
20246
20247Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
20248
20249 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20250 -XNh2000.
20251
20252Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20253
20254 * configure: Unknown options are fatal again.
20255
20256Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
20257
20258 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 20259 compatibility.
6599da04
JM
20260
20261Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
20262
20263 * build-all.mk: Add `clean' target.
20264
20265Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20266
20267 * config.guess: Add SINIX support.
20268 * configure.in: Add mips-*-sysv4* support.
20269
20270Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
20271
20272 * build-all.mk: Document all useful targets.
20273 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20274 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20275
20276Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20277
20278 * configure: Support --silent, --quiet.
20279
20280Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20281
20282 * configure: Support --disable-FEATURE.
20283
20284Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20285
20286 * config.guess: Recognize NCR running SVR4.3.
20287
20288Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
20289
20290 * config.guess: Make BSDI generate i386-unknown-bsd386.
20291 Patch from Paul Eggert <eggert@twinsun.com>.
20292
20293Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20294
20295 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20296
20297Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20298
20299 * configure: Make unrecognized options give nonfatal warnings
20300 instead of fatal errors, and pass them to any subdirectory
20301 configures in case they recognize them.
20302 Make --x equivalent to --with-x.
20303
20304Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20305
20306 * configure: Add --enable-* options. Clean up usage message and
20307 some comments.
20308
20309Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
20310
20311 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20312
20313Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20314
20315 * configure.in (hppa*-*-*): Enable binutils.
20316
20317Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20318
20319 * config.sub: Recognize cisco.
20320
20321Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
20322
20323 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20324
20325Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20326
20327 * config.guess: about target *-hitachi-hiuxwe2, don't print more
20328 than one configuration name. Add comment.
20329
20330Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
20331
20332 * config.guess: about target *-hitachi-hiuxwe2, fixed
20333 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
20334 macro is incorrect.]
20335
20336Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20337
20338 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20339 than the "make ls" stuff which used to be here.
20340
20341Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
20342
20343 * config.guess: Recognize i[34]86-unknown-freebsd.
20344 From Shawn M Carey <smcarey@rodan.syr.edu>.
20345
20346Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
20347
20348 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20349
20350Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20351
20352 * config.guess: Check for ptx.
20353
20354Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
20355
20356 * config.sub: Add os9k checking.
20357
20358Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20359
20360 * config.guess: Handle OSF1 running on HPPA processors
20361
20362Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20363
20364 * configure: If subdir configure fails, print out a message with
20365 subdirectory name, in case subdir's configure code didn't identify
20366 itself.
20367
20368Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
20369
20370 * configure.in: Remove embedded newlines from configdirs.
20371 Avoid mismatches of substrings. Fix matching strings at end
20372 of configdirs.
20373
20374Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
20375
20376 * config.guess: Add Lynx/rs6000 config support.
20377
20378Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20379
20380 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20381
20382Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
20383
20384 * configure.in (hppa*-*-osf*): Treat this just like most other
20385 PA configurations (eg no binutils or ld).
20386 (hppa*-*-*elf*): These configurations have binutils and ld.
20387
20388Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20389
20390 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
20391
20392Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20393
20394 * configure.in (rs6000-*-*): Build gas.
20395
20396Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20397
e490616e 20398 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
20399
20400Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20401
20402 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20403 for GDB and GDB has been fixed to not need it.
20404
6599da04
JM
20405Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20406
20407 * config.guess: Recognize vax hosts.
20408
20409Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20410
20411 * configure (while loop): Don't use "break 2" inside case
20412 statement -- the case statement isn't an enclosing loop.
20413
20414Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20415
20416 * config.guess: Clean up NeXT support, to allow nextstep
20417 on Intel machines. Make OS be nextstep.
20418
20419Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
20420
20421 * config.guess: Add alternate forms for Convex.
20422
20423Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
20424
20425 * configure: Completely rewrite option processing. Take
20426 advantage of pattern-matching to avoid invoking test frequently.
20427 Also clean up host and target defaulting logic.
20428
20429Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20430
20431 * Makefile.in: Replace all occurrances of "rootme" with "r" and
20432 "$${rootme}" with "$$r", to increase the likelihood that the do-*
20433 commands (plus user environment) will fit SCO limits.
20434
20435Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20436
20437 * configure.in: Don't issue warnings about directories which are
20438 not being configured if -norecursion is set. Correct test for
20439 --with-gnu-as and --with-gnu-ld to not get confused by substring
20440 matches.
20441
20442 * configure.in: Don't build gas for alpha-dec-osf1*.
20443
20444Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
20445
20446 * configure: Back out Per's change of 12/19/1993. It changes the
20447 behavior of configure in unexpected and confusing ways.
20448
20449 Also, use different delim char when calculating
20450 program_transform_name so that the name can contain slashes.
20451
20452Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20453
20454 * configure.in, config.sub: Add support for VSTa micro-kernel.
20455
20456Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20457
20458 * configure.in: Nuke hacks which were used to get a special
20459 version of GAS for HPPA configurations.
20460
20461Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20462
20463 * configure: If only ${target_alias} is given, use that
20464 as the default for ${host_alias}.
20465 * configure: Add missing back-slashes before nested quotes.
20466
20467Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20468
20469 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20470
20471Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20472
20473 * config.guess: Recognize some Tektronix configurations.
20474 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20475
20476Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20477
20478 * config.sub: Match any flavor of SH.
20479
20480Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20481
20482 * configure.in: Don't try to configure newlib for Alpha.
20483
20484Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20485
20486 * configure.in: Don't build ld for Irix 5. Don't build gas,
20487 libg++ or libio for any Alpha target.
20488
20489 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
20490
20491Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20492
20493 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20494 default arguments -- so it tried to compress itself.
20495
20496Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20497
20498 * configure.in (notsupp): ensure that a space is always at the end
3d3b561f 20499 of the configdirs list, since the grep checks for an explicit space
6599da04
JM
20500
20501Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20502
20503 * configure.in (target i386-sysv4.2): don't build ld, since static
3d3b561f 20504 versions of many libraries are not available.
6599da04
JM
20505
20506Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20507
20508 * config.guess: Recognize Apollos (using environment variables).
20509 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20510
20511Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20512
20513 * config.guess: Recognize Sony news mips running newsos.
20514
20515Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20516
20517 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20518 "fi ; else" for bash.
20519
20520Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20521
20522 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20523
20524Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20525
20526 * config.sub: accept unixware as an alias for svr4.2.
20527 Fix some inconsistancies with the gcc version.
20528
20529Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20530
20531 * Makefile.in (DISTDOCDIRS): Add gdb.
20532
20533Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20534
20535 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20536
20537Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20538
20539 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20540 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20541 this now.
20542
20543Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20544
20545 * config.sub: Accept hiux* as an OS name.
20546
20547 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20548 etc/make-stds.texi. The underscore came from gcc, and dje now
20549 agrees that RUNTESTFLAGS is the correct name.
20550
20551Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20552
20553 * install.sh: Remove 'set -e'. It makes any conditionals
20554 in the script useless.
20555
20556 * config.guess: Automatically recognize arm-acorn-riscix
20557 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20558
20559Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20560
20561 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20562
20563Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20564
20565 * Makefile.in (DISTDOCDIRS): New variable.
20566 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 20567 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
20568
20569Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20570
20571 * configure.in (hppa target): check the source directory for the
3d3b561f 20572 pagas sub-directory
6599da04
JM
20573
20574Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20575
20576 * config.sub: Allow -aout* and -elf*.
20577
20578Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20579
20580 * configure.in: Don't build ld on i386-solaris2, same as for
20581 sparc-solaris2.
20582
20583Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20584
20585 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20586
20587Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20588
20589 * configure.in: Configure gdb for alpha.
20590
20591Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20592
20593 * Makefile.in (CXXFLAGS): Add -O.
20594
20595Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20596
20597 * config.guess: added support for DG Aviion
20598
20599Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20600
20601 * configure.in: Produce warning message for subdirectories not
20602 configurable for this host/target combination. Don't try to
20603 configure gdb for vms.
20604
20605Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20606
20607 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20608 appropriate files before making "diststuff".
20609 (DISTBISONFILES): New var: list of files to be edited.
20610 (DISTSTUFFDIRS): Add binutils.
20611
20612Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20613
20614 * config.sub: also handle mipsel and mips64el (for little endian mips)
20615
20616Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20617
20618 * configure.in: Add * to end of all OS names.
20619
20620Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20621
20622 * configure.in: Build newlib for LynxOS native.
20623
20624Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20625
20626 * config.guess: Add support for delta 88k running SVR3.
20627
20628 * configure.in: Add comment about HP compiler vs. emacs.
20629
20630Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20631
20632 * configure.in: don't build ld on solaris2 (not a viable option
3d3b561f 20633 due to bugs in getpwnam & getpwuid)
6599da04
JM
20634
20635Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20636
20637 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20638 config.guess will produce a full version number.
20639
20640Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20641
20642 * configure.in: Build linker and binutils for alpha-dec-osf1.
20643
20644Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20645
20646 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20647 and gdb/testsuite/Makefile.in.
20648
20649Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20650
20651 * configure.in: recognize mips*- instead of mips-
20652
20653Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20654
20655 * config.sub: Accept linux*coff and linux*elf as operating
20656 systems.
20657
20658Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20659
20660 * config.sub: Recognize mips64, and mips3 as an alias for it.
20661
20662Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20663
20664 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20665 gdb knows how to handle OSF/1 shared libraries.
20666
20667Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20668
20669 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20670 * config.guess: Recognize Hitachi's HIUX.
20671 * config.sub: Recognize h3050r* and hppahitachi.
20672 Remove redundant cases for hp9k[23]*.
20673
20674Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20675
20676 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20677 if gas and ld are in the source tree and are in ${configdirs}.
20678 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 20679 --with options (but still pass them down on the command line,
6599da04
JM
20680 if they were explicitly specified).
20681
20682Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20683
20684 * configure: substitute SHELL value in Makefile.in with
20685 ${CONFIG_SHELL}
20686
20687Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20688
20689 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20690 *-*-solaris2* targets.
20691
20692Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20693
20694 * Makefile.in: define M4, and pass it down to sub-makes;
20695 all-autoconf now depends on all-m4
20696
20697Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20698
20699 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20700 presence of {ar,ranlib} instead of a configured directory
20701
20702Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20703
20704 * config.guess: Accept 34?? as well as 33?? for NCR.
20705
20706Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20707
20708 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20709 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20710
20711Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20712
20713 * configure: grab values for $(CC) and $(CXX) from the
20714 environment, so that someone can do "CC=gcc configure; make" and
20715 have it work right (matching the way that autoconf works now)
20716
20717 * configure.in, Makefile.in: add support for gash, the tcl
20718 interface to Galaxy
20719
20720 * config.guess: add NetBSD variants (hp300, x86)
20721
20722Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20723
20724 * install.sh: Support -d option (in the manner of SunOS 4 install,
20725 as it is more deterministic than that of GNU install)
20726 (chmodcmd): Set file to mode 755 by default (should also do default
20727 chgrp and chown, but I don't feel like dealing with that now)
20728
20729Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20730
20731 * config.sub: Remove h8300hhms alias.
20732
20733Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20734
20735 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20736
20737Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20738
20739 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20740 as stmp-fixinc
20741
20742Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20743
20744 * config.sub: recognize m88110-bug-coff.
20745
20746Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20747
20748 * Makefile.in (all-libio): all dependencies on the toolchain used
20749 to build this (gcc, gas, ld, etc)
20750
20751Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20752
20753 * config.guess: Deal with OSF/1 1.3 on alpha.
20754
20755Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20756
20757 * install.sh: add some 'else true' clauses for portability
20758
20759 * configure.in: don't build libio for h8[35]00-*-* targets
20760
20761Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20762
20763 * Makefile.in: Add support for new libio.
20764
20765Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20766
20767 * install.sh: If one command fails, don't try the rest. Don't try
20768 to remove $dsttmp (via trap) unless we have already created it.
20769 If $src doesn't exist, detect it and exit with an error.
20770
20771 * config.guess: Recognize BSD on hp300.
20772
20773Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20774
20775 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20776 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20777
20778Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20779
20780 * Makefile.in (all-send-pr): depends on all-prms
20781
20782Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20783
20784 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20785
20786Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20787
20788 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20789 Added test for mips-mips-riscos5.
20790
20791Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20792
20793 * configure.in: use mh-hp300 for 68k HP hosts
20794
20795Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20796
20797 * configure: add support for CONFIG_SHELL, so that you can use
20798 some alternate shell for evaluating configure scripts
20799
20800Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20801
20802 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20803 in configure script to bug-gdb@prep.ai.mit.edu when building
20804 distribution archive.
20805 * Makefile.in (COMPRESS): Remove def.
20806 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20807 gdb.tar.Z and make-gdb.tar.Z respectively.
20808 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20809 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20810 to convergence with 'taz' target in Makefile.in.
20811
20812Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20813
20814 * install.sh (dsttmp): use trap to ensure that tmp files go
20815 away on error conditions
20816
20817Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20818
20819 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20820
20821Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20822
20823 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20824 its parent is '/' not ''.
20825
20826 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20827
20828Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20829
20830 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20831 that ${newsrcdir}/configure.in does.
20832
20833Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20834
20835 * test-build.mk: support for CONFIG_SHELL
20836
20837Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20838
20839 * config.sub (netware): Add as a basic system type.
20840
20841Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20842
20843 * Makefile.in (Makefile): depend on configure.in. Also drop the
3d3b561f 20844 $(srcdir)/ from the dependency on Makefile.in.
6599da04
JM
20845
20846Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20847
20848 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20849 (h8300hhms is temporary until multi-libraries are implemented).
20850 * configure.in: Handle h8300h too.
20851
20852Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20853
20854 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20855
20856Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20857
20858 * configure: Remove extraneous output when guessing host type.
20859 * config.guess: Remove extraneous output when guessing using C
20860 compiler rather than uname, or when guessing fails.
20861
20862Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20863
20864 * Makefile.in: remove all.cross and install.cross targets
20865
20866 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
3d3b561f 20867 definitions
6599da04
JM
20868
20869Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20870
20871 * configure.in (target sh): Build gprof.
20872
20873Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20874
20875 * config.sub: change -solaris to -solaris2
20876
20877Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20878
20879 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20880
20881Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20882
20883 * configure: Correct error message for missing Makefile.in to
20884 print correct directory.
20885
20886Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20887
20888 * install.sh: kludge around 386BSD shell bug
20889
20890Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20891
20892 * config.guess: Recognize NeXT.
20893 * config.guess: Recognize i486-ncr-sysv4.
20894 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20895
20896Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20897
20898 * Makefile.in (MAKEINFOFLAGS): New variable.
20899 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20900 * build-all.mk, test-build.mk: Pass down --no-split as
20901 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20902
20903Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20904
20905 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20906
20907Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20908
20909 * Makefile.in (libg++.tar.z): New rule.
20910 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20911 * Makefile.in (taz): Only do a single chmod.
20912
20913Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20914
20915 * install.sh: don't use dirname anymore (replaced with sed usage)
20916
20917Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20918
20919 * Makefile.in: Change extension for gzip'd files from '.z' to
20920 '.gz' per new FSF standard usage.
20921
20922Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20923
20924 * configure: put quotes around the final value of program_transform_name
20925
20926Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20927
20928 * Makefile.in: new install.sh support; update install-info rules
20929
20930Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20931
20932 * configure.in: Build diff for crosses, but not for go32 host.
20933
20934 * configure.in: Build gprof only for native, and don't build it
20935 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20936
20937Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20938
20939 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20940
20941Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20942
20943 * configure.in (host_tools): Add prms.
20944
20945Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20946
20947 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20948 with $(FLAGS_TO_PASS) on the command line
20949
20950 * config.sub: Recognize lynx and lynxos
20951
20952Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20953
20954 * config.sub: Accept -ecoff*, not just -ecoff.
20955
20956Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20957
20958 * Makefile.in (taz): Use .gz suffix instead of .z.
20959 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20960 names.
20961
20962Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20963
20964 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20965
20966Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20967
20968 * Makefile.in (install-no-fixedincludes): install gcc last, so
20969 that rebuilds that might happen during 'make install' don't get
20970 bogus gcc include files
20971
20972Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20973
20974 Change from Utah for HPPA support:
20975 * config.guess: Recognize hppa1.x-hp-bsd.
20976
20977Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20978
20979 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20980 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20981
20982Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20983
20984 * config.sub: Add support for rom68k and bug boot monitors.
20985
20986Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20987
20988 * Makefile.in: Make all-opcodes depend on all-bfd.
20989
20990Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20991
20992 * config.guess: Added special check for i[34]86-univel-sysv4*.
20993
20994Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20995
20996 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20997 the processor rather than assuming i486.
20998
20999Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21000
21001 * config.guess: Recognize SunOS6 as Solaris3.
21002
21003Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
21004
21005 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
21006 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
21007
21008Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
21009
21010 * build-all.mk (all-cross): New target for Canadian Cross.
21011 Added Q2 go32 targets.
21012 * test-build.mk: Configure go32 cross sparclite-aout and
21013 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
21014 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21015
21016Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21017
21018 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21019 GO32 hosted toolchains
21020
21021Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
21022
21023 * configure: change so "-exec-prefix" gets passed down rather
21024 than "-exec_prefix" so autoconf generated Makefiles get the
21025 exec_prefix set right.
21026
21027Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21028
21029 * config.guess: get the Solaris2 minor version number
21030
21031 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21032
21033Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21034
21035 * config.guess: Recognize some Sequent platforms.
21036
21037Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21038
21039 * Makefile.in: added the vault-install target
21040
21041 * configure.in: actually use the Sun3 makefile fragment that's in
21042 config, also added the release dir to configdirs
21043
21044Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21045
21046 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21047
21048Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21049
21050 * configure.in: remove some program from Alpha targetted toolchains
21051
21052Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
21053
21054 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
21055 gprof.
21056 (taz): Run "make diststuff" in those directories instead of "make
21057 proto-dir". Look for "VERSION=" only at start of line in subdir
21058 Makefile. Use "gzip -9" for compression.
21059 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21060 (binutils.tar.z): New target.
21061
21062Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21063
21064 * Makefile.in (taz): Include gpl.texinfo.
21065
21066Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21067
21068 * Makefile.in (setup-dirs): Merged into "taz" target.
21069 (taz): Only do `proto-dir' stuff if a directory is actually needed
21070 for this target.
21071
21072Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
21073
21074 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21075 (FLAGS_TO_PASS): Pass down MUNCH_NM.
21076 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21077 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21078 (gcc-no-fixedincludes): Correct for current gcc Makefile.
21079
21080Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
21081
21082 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
21083 config.sub, and move-if-change to gdb testsuite distribution
21084 archive, so the testsuite can be extracted, configured, and
21085 run separately from the gdb distribution. Blow away the Chill
21086 tests that require a Chill compiled executable, since GNU Chill
21087 is not yet publically available.
21088
21089Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21090
21091 * test-build.mk: set environment variables in a single command,
21092 instead of a list of assignments and exports
21093
21094 * config.guess: recognize Alpha/OSF1 systems
21095
21096Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21097
21098 * configure: Change help message to prefer --options rather than
3d3b561f 21099 -options.
6599da04
JM
21100
21101Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21102
21103 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21104 zippy@ecst.csuchico.edu.
21105 * config.guess: Recognize miniframe.
21106
21107Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
21108
cc6010cd
AP
21109 * Makefile.in: Use srcroot to find runtest rather than rootme.
21110 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
21111
21112Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
21113
21114 * test-build.mk: Extensive additions to support building on a
21115 machine other than the host.
21116
21117Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21118
21119 * configure (tooldir): Fix for i386-aix again.
21120
21121Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
21122
21123 * configure, Makefile.in: Change definition of $(tooldir)
21124 to match the FSF.
21125
21126Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
21127
21128 * config.guess: Recognize i[34]86/SVR4.
21129
21130Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21131
21132 * Makefile.in (all-gdb): gdb depends on sim.
21133
21134Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
21135
21136 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
21137 at the same time we make the prototype gdb directory.
21138 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
21139 files at the same time as the gdb base release distribution.
21140
21141Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
21142
21143 * Makefile.in (check): Use individual check targets rather than
21144 DO_X rule.
21145 (check-gcc): Added.
21146
21147Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
21148
21149 * config.sub: Use sysv3.2 not sysv32 for canonical OS
21150 for System V release 3.2.
21151
21152Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21153
21154 * config.sub: Recognize hppaosf.
21155 * configure.in: Do configure ld/binutils/gas for it.
21156
21157Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21158
21159 * configure (tooldir): Alter syntax used to set this, for systems
21160 where "\$" isn't handled right, like i386-aix.
21161
21162Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
21163
21164 * configure: Pass program-transform-name, not
21165 program_transform_name, to recursive configures.
21166
21167Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
21168
21169 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21170 of gas+ld+binutils.
21171
21172Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
21173
21174 * config.guess: Recognize AIX3.2 as distinct from 3.1.
21175
21176Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21177
21178 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21179
6599da04
JM
21180Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21181
21182 * Makefile.in (PRMS): Set back to all-prms.
21183
21184Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
21185
21186 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21187 targets, rather than for MIPS hosts.
21188
21189Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21190
21191 * configure.in: add comment for --with-x default values
21192
21193 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21194
21195 * Makefile.in: add check-* targets for each of the directories in
21196 the tree. Add a definition of RUNTEST that will use the one we
21197 just built, if it exists. Pass this down via FLAGS_TO_PASS.
21198
21199Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
21200
21201 * configure.in: Removed obsolete references to bfd_target and
21202 target_makefile_frag.
21203
21204 * build-all.mk: Set assorted targets for Q2.
21205 * config.sub: Recognize z8k-sim and h8300-hms.
21206 * test-build.mk: Really don't pass host to configure.
21207 (HOLES): Added uname.
21208
21209Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
21210
21211 * configure: Handle an empty program-prefix, program-suffix or
21212 program-transform-name correctly.
21213
21214Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
21215
21216 * build-all.mk: -G 8 no longer required for MIPS targets.
21217 * test-build.mk: Don't pass host argument to configure; make it
21218 guess.
21219
21220Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
21221
21222 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
21223 * Makefile.in (COMPRESS): New macro, like GZIP.
21224
21225Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
21226
21227 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21228
21229 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21230 with gas currently defaults to -G 0.
21231
21232Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
21233
21234 * Makefile.in (all-flex): flex depends on byacc.
21235
21236 * build-all.mk: If host not specified, use config.guess. Pass TAG
21237 to test-build.mk as RELEASE_TAG.
21238 * test-build.mk (configargs): New variable containing arguments to
21239 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
21240 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21241
21242 * config.guess: Use /bin/uname when checking -X argument on SCO,
21243 to avoid invoking GNU uname which doesn't understand -X.
21244
21245 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21246
21247 * configure.in: Build gas for mips-*-*.
21248
21249Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21250
21251 * Makefile.in (all.normal): insert missing backslash.
21252
21253Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
21254
731a8127 21255 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
21256
21257 * Makefile.in: Complete overhaul to merge many almost identical
21258 targets.
21259
21260Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21261
21262 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21263 (gdb.tar.Z): Adjusted.
21264
21265 * Makefile.in (setup-dirs, taz): New targets; should be general
21266 enough to adapt for gdb sometime. Build only .z file.
21267 (gas.tar.z): New target.
21268
21269Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
21270
21271 * build-all.mk: Use CC=cc -Xs on Solaris.
21272
6599da04
JM
21273Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
21274
21275 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
21276 for handling BISON for FSF releases.
21277
21278Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21279
21280 * configure: Actually implement the change zoo just documented.
21281
21282Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21283
21284 * configure: when using config.guess, only set target_alias when
21285 it's not already been set (ie, on the command line)
21286
21287Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21288
21289 * Makefile.in: add installcheck target, set PRMS to install-prms
21290
21291Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21292
21293 * configure: add support for package_makefile_fragment, handle the
21294 case where a directory has a configure.in file but no Makefile.in
21295 more gracefully (with an actual understandable error message, even);
21296 add support for --without (and add this to the usage message); also
21297 explicitly add a --host=${host_alias} to the command line when
21298 config.guess is used
21299
21300Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21301
21302 * configure: Must use both --host and --target in recursive calls.
21303
21304Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
21305
21306 * Makefile.in: Change deja-gnu to dejagnu.
21307
21308Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
21309
21310 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21311
21312Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21313
21314 * configure.in: canonicalize all instances to *-*-solaris2*,
21315 also strip out a number of tools to not build for go32 host
21316
21317Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21318
21319 * config.guess: add GPL.
21320
21321 * Makefile.in, config.guess, config.sub, configure: bump
3d3b561f 21322 copyrights to 93.
6599da04
JM
21323
21324Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
21325
21326 * Makefile.in (do-info): Removed obsolete check for existence of
21327 localenv file.
21328
21329 * Makefile.in (MAKEOVERRIDES): Define to be empty.
21330
21331Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21332
21333 * Makefile.in: a couple of 'else true' for decstation,
21334 support for TclX
21335
21336 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21337
21338Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
21339
21340 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21341
21342Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
21343
21344 * config.guess: Recognize i386-ibm-aix (PS/2).
21345 * configure.in: Use config/mh-aix386 file for it.
21346
21347Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
21348
21349 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21350 CC_FOR_TARGET instead.
21351 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21352
21353Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
21354
21355 * Makefile.in: Add sim to list of directories sent with gdb
21356
21357Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
21358
21359 * configure.in: Put back mips-dec-bsd* case.
21360
21361Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
21362
21363 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21364 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
21365 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
21366
21367Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21368
21369 * configure.in: remove no-op mips-dec-bsd* in "case $target"
21370
21371 * Makefile.in (dir.info): only run gen-info-dir if it exists,
21372 (install-info): install dir.info only if it exists,
21373 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21374
21375Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
21376
21377 * configure.in: For vms target, skip bfd, ld, binutils. Do build
21378 gas for mips-dec-bsd.
21379
21380Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
21381
21382 * configure (makesrcdir): If ${srcdir} is relative and not ".",
21383 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21384
21385Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
21386
21387 * configure.in: Added "dejagnu" to hosttools list.
21388
21389Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
21390
21391 * config.sub, configure.in, config.guess: Add support
21392 for Bosx, an AIX variant from Bull.
21393 Patches from F.Pierresteguy@frcl.bull.fr.
21394
21395Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
21396
21397 * devo/dejagnu: Initial creation of devo/dejagnu.
21398 Migrated dejagnu testcases and support files for testing software
21399 tools to reside as subdirectories, currently called "testsuite",
21400 within the directory of the software tool. Migrated all programs,
21401 support libraries, etc. beloging to dejagnu proper from
21402 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
21403 with no modifications. The changes to these files which will
21404 allow them to configure, build, and execute properly will be made
21405 in a future update.
21406
21407Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21408
21409 * Makefile.in: Change send_pr to send-pr.
21410 * configure.in: Likewise.
21411 * send_pr: Renamed directory to send-pr.
21412
21413Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
21414
21415 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
21416
21417Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
21418
21419 * README: Update for gdb-4.8 release.
21420 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
21421 gdb-xxx.tar.z (gzip'd) file also.
21422
21423Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21424
21425 * Makefile.in: make all-diff depend on all-libiberty
21426
21427Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
21428
21429 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21430
21431Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21432
21433 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21434
21435Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
21436
21437 * Makefile.in (DEVO_SUPPORT): Remove etc directory
21438 (ETC_SUPPORT): Only add the files GDB wants from etc/.
21439 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
21440
21441Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21442
21443 * Makefile.in: makeinfo binary is in a new location
21444
21445Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21446
21447 * config.sub: Accept -ecoff as an OS.
21448
21449 * Makefile.in: Various changes to eliminate a level of make
21450 recursion and reduce the required command line length.
21451 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21452 sub-makes.
21453 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21454 variables holding settings for specific sub-makes.
21455 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21456 in terms of BASE_FLAGS_TO_PASS.
21457 (TARGET_LIBS): New variable listing directories which use
21458 TARGET_FLAGS_TO_PASS.
21459 (subdir_do): Eliminated.
21460 (do-*): New set of targets to replace subdir_do.
21461 (various): All targets which used subdir_do now depend on do-*.
21462 (local-clean): Renamed from do_clean.
21463 (local-distclean): New target, dependency of distclean and
21464 realclean.
21465 (install-info): Don't create directories. Depend on dir.info
21466 rather than calling make recursively.
21467 (install-dir.info): Eliminated.
21468 (install-info-dirs): Create all info directories here.
21469 (dir.info): Depend upon do-install-info.
21470
21471 * test-build.mk (HOLES): Added false.
21472
21473Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21474
21475 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21476
21477Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21478
21479 * Makefile.in (info): remove dependency on all-texinfo. The
21480 problem was really in texinfo/C, not at this level.
21481
21482Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21483
21484 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21485
21486Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21487
21488 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21489 GDB releases.
21490
21491Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21492
21493 * configure: Include srcdir in message about target of link not
21494 being found. Don't convert `-' to `_' in `with' options being
21495 passed to subdirs.
21496
21497Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21498
21499 * configure.in: add uudecode to host_tools
21500
21501 * Makefile.in: added {all,install}-uudecode targets, added them to
21502 the appropriate lists
21503
21504Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21505
21506 * Makefile.in (all-gcc): Added dependency on all-gas.
21507
21508 * configure.in (mips-*-*): Build ld and binutils.
21509
21510Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21511
21512 * configure: check return code from mkdir, print error message and
3d3b561f 21513 exit on failure.
6599da04
JM
21514
21515Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21516
21517 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21518
21519Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21520
21521 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21522
21523Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21524
21525 * config.sub (h8500): Recognize this as a cpu type.
21526
21527Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21528
21529 * configure: source directory missing is no longer a warning
21530
21531 * configure.in: recognize irix[34]* instead of irix[34]
21532
21533 * Makefile.in: define and pass down X11_LIB
21534
6599da04
JM
21535Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21536
21537 * guess-systype: Renamed to ...
21538 * config.guess: ... by popular request.
21539 * configure.in, Makefile.in: Update accordingly.
21540
21541Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21542
21543 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21544 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21545 + Execute ./dummy instead of assuming . is in PATH.
21546
21547Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21548
21549 * guess-systype: New shell script. Attempts to guess the
21550 canonical host name of the executing host.
21551 Only a few hosts are supported so far.
21552 * configure: Call guess-systype if no host is specified.
21553
21554Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21555
21556 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21557 gcc Makefile.
21558
6599da04
JM
21559Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21560
21561 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21562 (all-gcc, install-gcc, subdir_do): Use it.
21563
21564Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21565
21566 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21567
21568Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21569
21570 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
3d3b561f 21571 set exclusively by configure, using configure.in .
6599da04
JM
21572
21573Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21574
21575 * test-build.mk: set $PATH for all builds
21576
21577 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21578
21579Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21580
21581 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21582 the one used in gcc/Makefile.in, so that a null expansion doesn't
21583 override the one needed to build gcc with a native cc.
21584
6599da04
JM
21585Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21586
21587 * configure: Accept -with arguments.
21588
21589Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21590
21591 * Makefile.in: added h8300sim
21592
21593Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21594
6599da04
JM
21595 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21596 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21597 (all-cygnus, native, build-cygnus): Make
21598 $(canonhost)-stamp-3stage-done, not $(host)....
21599 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21600 i386-sco3.2v4. Added else true to if command.
21601
21602Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21603
21604 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21605
21606Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21607
21608 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21609
21610Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21611
21612 * configure.in: don't remove binutils from Solaris builds
21613
21614Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21615
21616 * Makefile.in: get rid of earlier definitions for *clean,
21617 also handle the recursive info rule better
21618
21619Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21620
21621 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21622 do more-or-less the right thing.
21623
21624Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21625
21626 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21627 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21628
21629Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21630
21631 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21632 $(host_canonical).
21633
21634 * configure.in: split the configdirs list into 4 categories (native
21635 v. cross, library v. tool) and handle the cross-only and native-
21636 only in more reasonable (and correct!) way.
21637
21638Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21639
21640 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21641 configdirs anymore.
21642
21643Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21644
21645 * Makefile.in: extensive cleanup:: removed all of the explicit
21646 clean-* targets, collapsed many wrappers around subdir_do into
21647 one, added additional targets to satisfy standards.texi, deleted
21648 some old targets, some changes for consistency
21649
21650Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21651
21652 * configure.in: handle some programs as cross-only, and others as
21653 native only
21654
21655 * test-build.mk: handle partial holes in a more generic manner
21656
21657 * Makefile.in: m4 depends on libiberty
21658
6599da04
JM
21659Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21660
21661 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21662 time, wdiff, and find to configdirs
21663
21664 * Makefile.in: all, clean, and install rules for the new programs
21665 added to configure.in
21666
21667Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21668
21669 * configure.in: use mh-sun for all *-sun-* hosts
21670
6599da04
JM
21671Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21672
21673 * Makefile.in: define flags for X11 include files and library file
21674 locations, pass them down to the programs that need this info
21675
21676 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21677
6599da04
JM
21678Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21679
21680 * configure.in: start building libg++ for HP-UX targets
21681
21682Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21683
21684 * README: Update references to files moved into etc/.
21685
21686Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21687
21688 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21689 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21690
21691Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21692
21693 * configure: accept dash as well as underscore in long option
21694 names for FSF compatibility.
21695
21696Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21697
21698 * config.sub: added -sco3.2v4 support from FSF.
21699
21700Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21701
21702 * configure.in: expand the section that adds or removes
21703 directories from the list of programs to build, to handle native
21704 vs. cross in addition to host v. native
21705
21706Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21707
21708 * Makefile.in: Replace C++ in macro names with CXX.
21709 This is less likely to break ...
21710
21711Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21712
21713 * test-build.mk: add -w to GNU_MAKE
21714
21715Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21716
21717 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21718 add 'sparc' to list of recognized cpus. This needed to make
21719 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21720 Delete some redundant ose68 variants. Recognize -wrs as an os,
21721 then changes that into $CPU-wrs-vxworks.
21722
21723 * configure.in: remove most references to gdbtest, regularize
21724 target based program removal
21725
21726 * test-build.mk: import from p3 tree (many fixes and changes)
21727
21728Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21729
21730 * Makefile.in: added rules to handle tcl, tk, and expect
21731
21732 * configure.in: handle those directories if they exist
21733
21734Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21735
21736 * config.sub: removed bogus hppabsd and hppahpux names, since
21737 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21738
21739Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21740
21741 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21742 depends upon all-xiberty
21743
21744 * Makefile.in: changes from p3, including:
21745
21746 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21747
21748 * Makefile.in (XTRAFLAGS): include newlib directories if
21749 newlib/Makefile exists, rather than if host != target.
21750
21751 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21752
21753 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21754 from the same source tree and not building a cross-compiler. This
21755 matters for the libg++ configuration if reconfiguring a tree that
21756 has already been installed.
21757
21758 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21759
21760 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21761 pick up the machine and system specific header files.
21762
21763 * Makefile.in: added AS_FOR_TARGET, passed down in
21764 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21765 the C compiler to use to create programs which are run in the
21766 build environment, set it to default to $(CC), and passed it down
21767 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21768
21769 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21770
21771 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21772 We need them for unusual native builds, like systems without
21773 ranlib.
21774
21775 * configure: also define $(host_canonical) and
e490616e
ZW
21776 $(target_canonical), which are the full, canonical names for the
21777 given host and target
6599da04
JM
21778
21779Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21780
21781 * Makefile.in: Added separate definitions for C++.
21782
21783Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21784
21785 * configure.in (configdirs): Add deja-gnu.
21786
21787Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21788
21789 * README: Update for configure.texi and gdb-4.7 release.
21790
21791Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21792
21793 * Makefile.in: Move "all" target to top of file.
21794 Previously, first target was ".PHONY" which caused BSD4.4 make
21795 to build .PHONY when make was run without arguments.
21796
21797Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21798
21799 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21800 Library-copylefted code in libiberty.
21801
21802Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21803
21804 * config.sub: Replace m68kmote with plain old m68k.
21805
21806Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21807
21808 * Makefile.in: Remove space from blank line, avoid Make complaints.
21809
21810Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21811
21812 * config.sub: Complain if no argument is given. Added support for
21813 386bsd as OS and target alias.
21814
21815Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21816
21817 * Makefile.in (XTRAFLAGS): include newlib directories if
21818 newlib/Makefile exists, rather than if host != target.
21819
21820Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21821
21822 * config.sub: recognize sparclite-wrs-vxworks.
21823
21824 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21825 p3.) Added clean-xiberty to clean.
21826
21827Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21828
21829 * configure.in: use *-*-* instead of nested cases for host and target
21830
21831Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21832
21833 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21834 from the same source tree and not building a cross-compiler. This
21835 matters for the libg++ configuration if reconfiguring a tree that
21836 has already been installed.
21837
21838Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21839
21840 * config.sub (i486v/i486v4): Merge in from FSF version.
21841
21842Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21843
21844 * configure: only set PWD if it is already set.
21845
21846Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21847
21848 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21849 doesn't have unset and all success paths (and most error paths)
21850 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21851 to just ${PWD} to avoid confusion.)
21852
21853Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21854
21855 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21856 even for a native compilation.
21857
21858Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21859
21860 Changes to make the gdb.tar.Z rule work better.
21861
21862 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21863 (DEVO_SUPPORT): Add configure.texi.
21864 (bfd-ilrt.tar.Z): Remove ancient rule.
21865
21866Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21867
21868 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21869 pick up the machine and system specific header files.
21870
21871 * configure.in, config.sub: added new target m68010-adobe-scout,
21872 with alias of adobe68k. Changed configure.in to check for
21873 -scout before -sco* to avoid a false match.
21874
21875 * Makefile.in: added AS_FOR_TARGET, passed down in
21876 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21877 the C compiler to use to create programs which are run in the
21878 build environment, set it to default to $(CC), and passed it down
21879 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21880
21881Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21882
21883 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21884 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21885 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21886 FOR_TARGET variants, to newlib and libg++.
21887
21888Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21889
21890 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21891 first.
21892
21893Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21894
21895 * config.sub: Accept `elf' as an environment.
21896
21897Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21898
21899 * Makefile.in (all-opcodes): cd into the right directory
21900
21901Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21902
21903 * configure: added -program_transform_name option, used as
21904 argument to sed when installing programs.
21905 configure.texi: added documentation for -program_prefix,
21906 -program_suffix and -program_transform_name.
21907
21908Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21909
21910 * config.sub: Accept i486 where i386 ok.
21911
21912Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21913
21914 * config.sub: accept we32k
21915
21916Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21917
3b75d237 21918 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
21919
21920 * Makefile.in: don't create all directories for ``make install'';
21921 let the subdirectories create the ones they need.
21922
21923Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21924
e490616e 21925 * COPYING: new file, GPL v2
6599da04
JM
21926
21927Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21928
21929 * Makefile.in: use the new gen-info-dir, which needs a template
21930 argument (which also lives in texinfo)
21931
21932 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21933
6599da04
JM
21934Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21935
21936 * config.sub (ncr3000): Change i386 to i486.
21937
21938Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21939
21940 * Makefile.in: add install-rcs, install-grep to
21941 install-no-fixedincludes, removed install-bison and install-libgcc
21942
21943Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21944
21945 * configure.in: grab the HPUX makefile fragment if on HPUX
21946
21947Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21948
21949 * Makefile.in: eradicate bison spoor (ditto libgcc).
3d3b561f
ML
21950 configure.in: recognise m68{k,000}-ericsson-OSE.
21951 es1800 is alias for m68k-ericsson-OSE
6599da04
JM
21952
21953Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21954
21955 * configure.in: rearrange the parts that remove programs from
21956 configdirs, based now on HOST==TARGET or by canonical triple.
21957
21958Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21959
21960 * test-build.mk: recurse explicitly with -f test-build.mk when
3d3b561f
ML
21961 appropriate. predicate stage3 and comparison on the existence
21962 of gcc. That is, if gcc isn't around, we aren't three-staging.
21963 On very clean, also remove ...stamp-co. Build in-place before
21964 doing other builds.
6599da04
JM
21965
21966Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21967
21968 * Makefile.in, configure.in: add tgas
21969
21970Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21971
21972 * Makefile.in: a number of changes merged in from progressive.
21973
21974 * configure.in: add libm.
21975
21976 * .cvsignore: ignore some stuff that comes from test-build.mk.
21977
6599da04
JM
21978Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21979
21980 * config.sub: Add es1800 (m68k-ericsson-es1800).
21981
21982Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21983
21984 * configure: Add program_suffix (parallel to program_prefix)
21985 * Makefile.in: adjust directory-creating script for losing decstation
21986
21987Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21988
21989 * configure: Minor $subdir-related fixes.
21990
21991Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21992
21993 * configure: fix various problems with propogating
21994 makefile_target_frag in subdirs.
21995 * configure.in: config libgcc if its there
21996
21997Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21998
21999 * config.sub: HPPA merge.
22000
6599da04
JM
22001Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
22002
22003 * Makefile.in: Replace all-bison with all-byacc in all
22004 dependency lines for other tools (which now use byacc).
22005
22006Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
22007
22008 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
22009
6599da04
JM
22010Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
22011
22012 * Makefile.in: make gprof rules similar to byacc rules (instead of
22013 vestigal $(unsubdir) that didn't work...)
22014
22015Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
22016
22017 * config.sub: Add support for Linux.
22018 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
22019 (at least for libg++).
22020
22021Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
22022
22023 * configure.texi: fix doc for the -nfp option to configure
22024
22025Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
22026
22027 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22028
22029Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
22030
22031 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22032 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22033 * configure.in: added solaris* host_makefile_frag hook.
22034
22035Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22036
22037 * config.sub: changed recognition of m68000 so that various
22038 m68k types can be specified via m680[01234]0
22039
22040Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22041
22042 * config.sub (basic_machine): fix sed so that '-foo' isn't
22043 completely substituted out while .+'-foo' loses the '-foo'
22044
22045Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
22046
22047 * config.sub ($os): Add -aout.
22048
22049Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
22050
22051 * configure: If host_makefile_frag is absolute, don't
22052 prefix ${invsubdir} (relevant to libg++ auto-configure).
22053
22054Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
22055
22056 * Makefile.in (tooldir): Define it.
22057 (all-ld): Depend on all-flex.
22058
22059Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
22060
22061 * Makefile.in (check): Fix libg++ special case.
22062
22063Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
22064
22065 * configure: do not bury `pwd` into config.status, thus do fewer
3d3b561f 22066 pwd's.
6599da04
JM
22067
22068 * configure: print the "Building in" message only when building in
3d3b561f 22069 other than "." AND verbose.
6599da04 22070
63f6bcd7 22071 * configure: remove -s, rework -v to better accommodate guested
3d3b561f 22072 configures.
6599da04
JM
22073
22074 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22075
22076Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
22077
22078 * Makefile.in: macroize flags passed on recursion. remove
3d3b561f 22079 fileutils.
6599da04
JM
22080
22081Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
22082
22083 * configure: get makesrcdir right for subdirs deeper than 1.
22084
22085 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
3d3b561f 22086 install.
6599da04
JM
22087
22088Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
22089
22090 * Makefile.in: don't print subdir_do or recursion lines.
22091
22092Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
22093
22094 * standards.texi: added menu item.
22095
22096 * Makefile.in: build and install standards.info.
22097
22098 * standards.texi: new file.
22099
22100Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22101
22102 * configure: test for and move config.status pieces from
3d3b561f 22103 ${subdir}/.
6599da04
JM
22104
22105Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
22106
6599da04
JM
22107 * configure: Test for existance of files before trying to mv
22108 them, to avoid numerous non-existance messages.
22109
22110Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
22111
22112 * configure: correct final line of config.status.
22113
22114 * configure: patch from eggert. Avoids a protection problem if
3d3b561f 22115 the original Makefile.in is read only.
6599da04
JM
22116
22117 * configure: use move-if-change from gcc to create config.status.
3d3b561f
ML
22118 Some makefiles depend on config.status to tell if a directory
22119 has been reconfigured for a different host. This change
22120 prevents those directories from remaking everything in the case
22121 where the reconfig was only intended to rebuild a Makefile.
6599da04
JM
22122
22123 * configure: test for config.sub with "config.sub sun4" rather
3d3b561f
ML
22124 than "config.sub ${host_alias}". Otherwise we can't tell a bad
22125 host alias from a missing config.sub.
6599da04
JM
22126
22127Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22128
22129 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
3d3b561f 22130 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6599da04
JM
22131
22132Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
22133
22134 * configure: mkdir ${subdir} as needed.
22135
22136Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
22137
22138 * Makefile.in,configure.in: added autoconf.
22139
22140Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22141
22142 * Makefile.in: no longer pass against on recursion.
22143
22144 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
3d3b561f 22145 definitions are not inherited.
6599da04
JM
22146
22147 * configure: correct makesrcdir when subdir is .
22148
22149Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
22150
22151 * configure: Add support for 'subdirs' variable, which is
22152 like 'configdirs', except that configure doesn't re-invoke
22153 itself for subdirs, it just creates a Makefile for each subdir.
22154 * configure.texi: Document subdirs.
22155
22156Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22157
22158 * configure.in: added flex to configdirs
22159
22160Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
22161
22162 * Makefile.in: remove clean-stamps from clean.
22163
22164Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
22165
22166 * configure.in: Add gdbtest to configdirs.
22167
22168Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
22169
22170 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
22171 to recursive makes.
22172 * configure.in: Recognize new ncr3000 config.
22173
22174Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
22175
22176 * Makefile.in, configure.in: removed references to gdbm.
22177
22178Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
22179
22180 * config.sub: Don't canonicalize os value
22181 newsos* to bsd (readline needs to check for newsos).
22182 (This fix was earlier made Jan 31, but got re-broken.)
22183
22184Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
22185
22186 * configure.in: sco is an os, not a vendor!
22187
22188 * configure: Quote $( better. Keep various shells happy.
22189
22190Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
22191
22192 * Makefile.in: eliminate stamp-files.
22193
22194Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
22195
22196 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
3d3b561f 22197 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6599da04
JM
22198
22199Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
22200
22201 * config.sub: fix iris/iris3.
22202
22203Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
22204
22205 * configure: re-add -rm.
22206
22207Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
22208
22209 * Maskefile.in: add .stmp-rcs to all.
22210
22211 * configure.in: remove gas from rs6000 build, use aix host fragment.
22212
22213Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
22214
22215 * configure: pass down site_option during recursion.
22216
22217Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
22218
22219 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
22220
22221Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
22222
22223 * configure: Change exec_prefix so that it really defaults to prefix.
22224
22225Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
22226
22227 * Makefile.in, configure.in: Add support for mmalloc library.
22228
22229Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
22230
22231 * Makefile.in: add stmp dependencies for a few more things.
22232
22233Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
22234
22235 * configure: adjusted error message on objdir/srcdir configure
3d3b561f 22236 collision, per john's suggestion.
6599da04
JM
22237
22238 * Makefile.in: add libiberty stmp to all and all.cross.
22239
22240Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
22241
22242 * Makefile.in: remove force dependencies, add grep to all.
22243
22244Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
22245
22246 * Makefile.in: drop flex. make stamp files work.
22247
22248 * configure: added test for conflicting configuration in srcdir,
3d3b561f
ML
22249 remove trailing slashes from srcdir. Otherwise emacs gdb mode
22250 gets cranky. use relative paths for configure and srcdir
22251 whenever possible. Send some error messages to stderr that were
22252 going to stdout.
6599da04
JM
22253
22254Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
22255
22256 * Makefile.in: Fix libg++ rule to check for gcc directory
22257 before using gcc/gcc. Also pass XTRAFLAGS.
22258
22259Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
22260
22261 * Makefile.in: added stmp-files so that directories aren't polled
3d3b561f 22262 when they are already built.
6599da04
JM
22263
22264 * configure.texi: fixed a node pointer problem.
22265
22266Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
22267
731a8127 22268 * config.sub configure.in gdb/configure.in
6599da04
JM
22269 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22270 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22271 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
22272
22273Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22274
22275 * configure: -recurring becomes -silent. corrected help message
3d3b561f 22276 for -site= option.
6599da04
JM
22277
22278 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22279
22280Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22281
22282 * configure: when building Makefile for crosses, replace
3d3b561f
ML
22283 tooldir and program_prefix. default srcdir from location of
22284 config.sub. remove "for host in hosts" and "for target in
22285 targets" loops.
6599da04
JM
22286
22287Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22288
22289 * Makefile.in: Do not pass bindir or mandir to cvs.
22290
22291Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
22292
22293 * Makefile.in, configure.in: removed traces of namesubdir,
3d3b561f
ML
22294 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
22295 copyrights to '92, changed some from Cygnus to FSF.
6599da04
JM
22296
22297 * configure.texi: remove most references to multiple hosts,
3d3b561f 22298 multiple targets, subdirs, etc.
6599da04
JM
22299
22300 * configure.man: removed rcsid. reference config.sub not
3d3b561f 22301 config.subr.
6599da04
JM
22302
22303 * Makefile.in: mkdir $(infodir) on install-info.
22304
22305Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
22306
22307 * configure.texi: Explain better about .gdbinit and about
22308 the environment that configure.in sections run in.
22309
22310Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
22311
22312 * configure.in: Ultrix is only a decstation if it's a MIPS.
22313
22314Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
22315
22316 * README: DOC.configure => cfg-paper.texi.
22317
22318Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
22319
22320 * config.sub (near case $os): Don't convert newsos* to bsd!
22321
22322Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
22323
22324 * Makefile.in: Reinstall change from gdb-4.3 that reduces
22325 the number of copies of COPYING that go into the GDB tar file.
22326
22327Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
22328
731a8127 22329 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
22330 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22331 Fix SCO configuration stuff.
22332
22333Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
22334
22335 * Makefile.in: For libg++, make sure the -I pointing
22336 to the gcc directory goes *after* all the libg++-local -I flags.
22337 Also, move just-gcc dependency from just-libg++ to all-libg++.
22338
22339Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
22340
22341 * configure: Change -x to -f to keep Ultrix /bin/test happy.
22342
22343Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
22344
22345 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
22346
22347Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
22348
22349 * config.sub: Add stratus configuration frags. Also
22350 submitted to FSF.
22351
22352Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
22353
22354 * Makefile.in (DEV_SUPPORT): add configure.man.
22355
22356 * config.sub(Decode manufacturer-specific): add -none*.
22357
22358Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
22359
22360 * Makefile.in: remove form feeds to make Sun's make happy.
22361 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
22362
22363Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
22364
22365 * Makefile.in (AR_FLAGS): Make quieter.
22366
22367Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
22368
22369 * configure.in: Add libg++.
22370 * configure: When verbose, don't output the command line at each
22371 level; it will be unremarkably the same as the previous version,
22372 which will be the same as what the user typed.
22373
22374Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
22375
22376 * configure.in, Makefile.in: fix clean-info, add flex. add
3d3b561f 22377 fileutils.
6599da04
JM
22378
22379 * configure: be less sensitive to spaces in Makefile.in. Do not
3d3b561f
ML
22380 look for sources in "..". Doing so breaks subdirectories that
22381 might have their own configure. If a subdir has it's own
22382 configure script, use it.
6599da04
JM
22383
22384Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
22385
22386 * cfg-paper.texi: some changes suggested by rms.
22387
22388Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
22389
22390 * config.sub: Merge in some small additions from the FSF version,
22391 taken from the gcc distribution, to bring the Cygnus and FSF
22392 versions into closer sync.
22393
22394Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
22395
22396 * configure.in: Changed svr4 references to sysv4.
22397
22398Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
22399
22400 * configure: added -V for version number option.
22401
22402Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
22403
22404 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
3d3b561f 22405 renamed from DOC.configure to cfg-paper.texi.
6599da04
JM
22406
22407Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22408
22409 * configure, config.subr, config.sub: config.subr is now
3d3b561f 22410 config.sub again.
6599da04
JM
22411
22412Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
22413
22414 * configure.texi: new file, in progress.
22415
22416 * Makefile.in: build info file and install the man page for
3d3b561f 22417 configure.
6599da04
JM
22418
22419 * configure.man: new file, first cut.
22420
22421 * configure: find config.subr again now that configuration "none"
3d3b561f
ML
22422 has gone. removed all traces of the -ansi option. removed all
22423 traces of the -languages option.
6599da04
JM
22424
22425 * config.subr: resync from rms.
22426
22427Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22428
22429 * configure, config.sub, config.subr: merge config.sub into
3d3b561f
ML
22430 config.subr, call the result config.subr, remove config.sub, use
22431 config.subr.
6599da04
JM
22432
22433 * Makefile.in: revised install for dir.info.
22434
22435Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22436
22437 * configure.in: add decstation host makefile frag.
22438
22439 * Makefile.in: BISON now bison -y again. also install-gcc on
3d3b561f
ML
22440 install. clean-gdbm on clean. infodir belongs in datadir.
22441 Make directories for info install. Build dir.info here then
22442 install it.
6599da04
JM
22443
22444Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22445
22446 * Makefile.in: fix for bad directory tests.
22447
22448Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22449
22450 * configure: \{1,2\} appears to be a sysv'ism. Use a different
3d3b561f 22451 regexp. -srcdir relative was being handled incorrectly.
6599da04
JM
22452
22453 * Makefile.in: unwrapped some for loops so that parallel makes
3d3b561f
ML
22454 work again and so one can focus one's attention on a particular
22455 package.
6599da04
JM
22456
22457Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22458
22459 * configure: added PWD as a stand in for `pwd` (for speed). use
3d3b561f
ML
22460 elif wherever possible. make -srcdir work without -objdir.
22461 -objdir= commented out.
6599da04
JM
22462
22463Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22464
22465 * configure: +options become --options. -subdirs commented out.
3d3b561f
ML
22466 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22467 Makefile now at top of generated Makefile. Removed cvs log
22468 entries. added -srcdir. create .gdbinit only if there is one
22469 in ${srcdir}.
6599da04
JM
22470
22471 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3d3b561f
ML
22472 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22473 and mandir now keyed off datadir by default.
6599da04
JM
22474
22475Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22476
22477 * Freshly created ChangeLog.
22478
22479\f
22480Local Variables:
22481mode: change-log
22482left-margin: 8
22483fill-column: 76
22484version-control: never
22485End: