]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
config: Add check whether D compiler works (PR103528)
[thirdparty/gcc.git] / ChangeLog
CommitLineData
2554e2da
GA
12021-12-17 Martin Liska <mliska@suse.cz>
2
3 * config.sub: Sync from master.
4
52021-12-17 Martin Liska <mliska@suse.cz>
6
7 Revert:
8 2021-12-16 Matthias Seidel <mseidel@apache.org>
9
10 * config.sub: Fix typo.
11
774269aa
GA
122021-12-16 Matthias Seidel <mseidel@apache.org>
13
14 * config.sub: Fix typo.
15
162021-12-16 H.J. Lu <hjl.tools@gmail.com>
17
18 Revert:
19 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
20
21 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
22 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
23 * configure.ac: Include config/gcc-plugin.m4.
24 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
25 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
26 RANLIB if possible.
27 * Makefile.in: Regenerated.
28 * configure: Likewise.
29
8a89c39b
GA
302021-12-15 H.J. Lu <hjl.tools@gmail.com>
31
32 * Makefile.tpl (BUILD_CFLAGS): New.
33 (CFLAGS): Append $(BUILD_CFLAGS).
34 (CXXFLAGS): Likewise.
35 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
36 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
37 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
38 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
39 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
40 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
41 (PGO-TRAINING-TARGETS): Likewise.
42 (PGO_BUILD_TRAINING): Likewise.
43 (all): Add '+' to the command line for recursive make. Support
44 the PGO build.
45 * configure.ac: Add --enable-pgo-build[=lto].
46 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
47 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
48 * Makefile.in: Regenerated.
49 * configure: Likewise.
50
512021-12-15 H.J. Lu <hjl.tools@gmail.com>
52
53 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
54 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
55 * configure.ac: Include config/gcc-plugin.m4.
56 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
57 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
58 RANLIB if possible.
59 * Makefile.in: Regenerated.
60 * configure: Likewise.
61
9c6586bc
GA
622021-12-14 Marc Poulhiès <poulhies@adacore.com>
63
64 * MAINTAINERS: Add myself to write after approval.
65
3a580f96
GA
662021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
67
68 * MAINTAINERS: Adding myself.
69
ea6ef320
GA
702021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
71
72 * configure: Regenerate.
73 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
74 $(CPP).
75
c177e806
GA
762021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
77
78 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
79 libatomic.
80 * Makefile.in: Regenerate.
81 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
82 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
83 target-libphobos-bootstrap.
84 (STAGE2_CONFIGURE_FLAGS): Likewise.
85 * configure: Regenerate.
86 * configure.ac: Add support for bootstrapping D front-end.
87
6b1695f4
GA
882021-11-16 Martin Uecker <uecker@gcc.gnu.org>
89
90 * MAINTAINERS: Add myself to DCO section and update email address.
91
922021-11-16 Iain Sandoe <iain@sandoe.co.uk>
93
94 * configure: Regenerate.
95 * configure.ac: Ensure that PIC (shared) defaults are set
96 correctly for Darwin.
97
982021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
99
100 * MAINTAINERS: Update my address.
101
af2852b9
GA
1022021-11-12 Alan Modra <amodra@gmail.com>
103
104 * Makefile.def (configure-opcodes): Depend on configure-bfd.
105 * Makefile.in: Regenerate.
106
18ae471f
GA
1072021-11-03 Maciej W. Rozycki <macro@embecosm.com>
108
109 * MAINTAINERS: Clarify the policy WRT the Write After Approval
110 list.
111
b4df2dd3
GA
1122021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * MAINTAINERS (Reviewers, arc): Remove my entry.
115 (Write After Approval): Add an entry for myself.
116
2322c8b1
GA
1172021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
118
119 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
120 * Makefile.in: Regenerate.
121 * configure: Regenerate.
122 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
123
3ff5b4ed
GA
1242021-10-26 Jeff Law <jeffreyalaw@gmail.com>
125
126 * MAINTAINERS: Fix up Maciej's entries.
127
1282021-10-26 Maciej W. Rozycki <macro@embecosm.com>
129
130 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
131 maintainer.
132
c2bd5d8a
GA
1332021-10-22 Eric Gallager <egallager@gcc.gnu.org>
134
135 PR other/102663
136 * Makefile.def: Handle install-dvi target.
137 * Makefile.tpl: Likewise.
138 * Makefile.in: Regenerate.
139
19472fc3
GA
1402021-10-19 Clément Chigot <clement.chigot@atos.net>
141
142 * MAINTAINERS: Add myself for write after approval.
143
52055987
GA
1442021-10-12 Eric Gallager <egallager@gcc.gnu.org>
145
146 * Makefile.def: Mark libcody, libdecnumber,
147 c++tools, libgcc, and libobjc as missing TAGS
148 targets.
149 * Makefile.in: Regenerate.
150
50e20ee6
GA
1512021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
152
153 * MAINTAINERS: Add myself to DCO section and update email
154 address.
155
d238146e
GA
1562021-09-29 Jonathan Wakely <jwakely@redhat.com>
157
158 * MAINTAINERS: Add myself to DCO section.
159
fd133479
GA
1602021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * configure: Regenerate.
163 * configure.ac (skipdirs): Add the contents of target_configdirs if
164 we are not building gcc.
165
9a4293ed
GA
1662021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * Makefile.def: Back-port commits ba4d88ad892f and
169 755ba58ebef0 from binutils-gdb repository.
170 * Makefile.in: Regenerated.
171
62498024
GA
1722021-09-20 Harald Anlauf <anlauf@gmx.de>
173
174 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
175
0a4cb439
GA
1762021-09-17 Iain Sandoe <iain@sandoe.co.uk>
177
178 * Makefile.def: Add a jit check target for the jit
179 language.
180 * Makefile.in: Regenerate.
181
e19570d3
GA
1822021-09-16 Andrew Pinski <apinski@marvell.com>
183
184 PR bootstrap/67102
185 * Makefile.def: Have configure-target-libffi depend on
186 all-target-libstdc++-v3.
187 * Makefile.in: Regenerate.
188
a26206ec
GA
1892021-09-10 Petter Tomner <tomner@kth.se>
190
191 * MAINTAINERS: Me added to DCO and write after approval
192
e11c6046
GA
1932021-09-01 YunQiang Su <syq@debian.org>
194
195 * MAINTAINERS: Add myself for write after approval.
196
6d51ee43
GA
1972021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
200 * Makefile.in: Regenerate.
201
4be4fa4e
GA
2022021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
203
204 * MAINTAINERS: Add myself for write after approval.
205
6e529985
GA
2062021-08-18 Iain Sandoe <iain@sandoe.co.uk>
207
208 * Makefile.in: Regenerate.
209 * Makefile.tpl: Make the state of the configured host
210 shared flag available to makefile fragements.
211
37768150
GA
2122021-08-09 Hongyu Wang <hongyu.wang@intel.com>
213
214 * MAINTAINERS (Write After Approval): Add myself.
215
92d45509
GA
2162021-07-20 Richard Earnshaw <rearnsha@arm.com>
217
218 * .dir-locals.el (bug-reference-url-format): Use https.
219
2202021-07-20 Richard Earnshaw <rearnsha@arm.com>
221
222 * .dir-locals.el (c-mode): Change fill-column to 79.
223
d97d71a1
GA
2242021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
225
226 * MAINTAINERS: Add myself to DCO section.
227
ef2ace64
GA
2282021-07-09 Iain Sandoe <iain@sandoe.co.uk>
229
230 * configure: Regenerate.
231 * configure.ac: Adjust cases for which it is necessary to
232 include the Darwin host config fragment.
233
6fba0eea
GA
2342021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
235
236 * MAINTAINERS: Add myself for write after approval and DCO.
237
6d53e6f9
GA
2382021-07-05 Iain Sandoe <iain@sandoe.co.uk>
239
240 * Makefile.def: Add dsymutil defs.
241 * Makefile.in: Regenerated.
242 * Makefile.tpl: Add dsymutil to flags.
243 * configure: Regenerated.
244 * configure.ac: Add dsymutil to target and build recipes.
245
bea7c16a
GA
2462021-07-01 Ankur Saini <arsenic@sourceware.org>
247
248 * MAINTAINERS: Add myself for write after approval.
249
25b6bfea
GA
2502021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
251
252 * MAINTAINERS (Write After Approval): Add myself.
253
90708f87
GA
2542021-06-25 Matthias Kretz <m.kretz@gsi.de>
255
256 * MAINTAINERS: Add myself for write after approval and DCO
257
9aa8327e
GA
2582021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
259
260 * .gitignore: Add entry for cscope.out.
261
419af06a
GA
2622021-06-22 liuhongt <hongtao.liu@intel.com>
263
264 * MAINTAINERS: Remove my Write After Approval entry.
265
2f080224
GA
2662021-06-21 liuhongt <hongtao.liu@intel.com>
267
268 * MAINTAINERS: Add myself as maintainer of the i386 vector
269 extensions.
270
c5581d48
GA
2712021-06-18 Antoni Boucher <bouanto@zoho.com>
272
273 * MAINTAINERS (Write After Approval): Add myself.
274
688359a2
GA
2752021-06-17 Aldy Hernandez <aldyh@redhat.com>
276
277 * MAINTAINERS (Various Maintainers): Add Andrew and myself
278 as *vrp and ranger maintainers.
279
28c62475
GA
2802021-06-05 Jeff Law <jeffreyalaw@gmail.com>
281
282 * MAINTAINERS: Adjust my entry in the DCO section so that it does
283 not trigger testsuite failures.
284
2852021-06-05 Jeff Law <jeffreyalaw@gmail.com>
286
287 * MAINTAINERS: Add myself to DCO section with both email addresses.
288
440c8a0a
GA
2892021-06-03 Jason Merrill <jason@redhat.com>
290
291 * MAINTAINERS: Add DCO version number.
292
9663c744
GA
2932021-06-02 Jason Merrill <jason@redhat.com>
294
295 * MAINTAINERS: Add DCO section.
296
ee682192
GA
2972021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
298
299 * MAINTAINERS (Write After Approval): Add myself.
300
1a87f838
GA
3012021-05-29 Mike Frysinger <vapier@gentoo.org>
302
303 * configure.ac: Add gnulib to configdirs for sim.
304 * configure: Regenerate.
305
a8daf9a1
GA
3062021-05-18 Mike Frysinger <vapier@gentoo.org>
307
308 * Makefile.def: Add configure-sim dependency on all-gnulib.
309 * Makefile.in: Regenerated.
310
a7ffc1ef
GA
3112021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
312
313 * MAINTAINERS (Write After Approval): Add myself.
314
0ff3a0f2
GA
3152021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
316
317 * MAINTAINERS (Write After Approval): Add myself.
318
037e3661
GA
3192021-05-11 Martin Liska <mliska@suse.cz>
320
321 * MAINTAINERS: Remove entries for removed
322 components (HSA, BRIG, libhsail-rt).
323 Move Pekka to Write After Approval.
324
3252021-05-11 Martin Liska <mliska@suse.cz>
326
327 * Makefile.def: Remove libhsail-rt.
328 * Makefile.in: Likewise.
329 * configure.ac: Likewise.
330 * configure: Regenerate.
331 * libhsail-rt/ChangeLog: Removed.
332 * libhsail-rt/Makefile.am: Removed.
333 * libhsail-rt/Makefile.in: Removed.
334 * libhsail-rt/README: Removed.
335 * libhsail-rt/aclocal.m4: Removed.
336 * libhsail-rt/configure: Removed.
337 * libhsail-rt/configure.ac: Removed.
338 * libhsail-rt/configure.tgt: Removed.
339 * libhsail-rt/include/internal/fibers.h: Removed.
340 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
341 * libhsail-rt/include/internal/phsa-rt.h: Removed.
342 * libhsail-rt/include/internal/workitems.h: Removed.
343 * libhsail-rt/rt/arithmetic.c: Removed.
344 * libhsail-rt/rt/atomics.c: Removed.
345 * libhsail-rt/rt/bitstring.c: Removed.
346 * libhsail-rt/rt/fbarrier.c: Removed.
347 * libhsail-rt/rt/fibers.c: Removed.
348 * libhsail-rt/rt/fp16.c: Removed.
349 * libhsail-rt/rt/misc.c: Removed.
350 * libhsail-rt/rt/multimedia.c: Removed.
351 * libhsail-rt/rt/queue.c: Removed.
352 * libhsail-rt/rt/sat_arithmetic.c: Removed.
353 * libhsail-rt/rt/segment.c: Removed.
354 * libhsail-rt/rt/workitems.c: Removed.
355 * libhsail-rt/target-config.h.in: Removed.
356
99e8df7a
GA
3572021-05-04 Nick Clifton <nickc@redhat.com>
358
359 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
360 * configure: Regenerate.
361
e4ff4ffb
GA
3622021-04-28 Jakub Jelinek <jakub@redhat.com>
363 Tobias Burnus <tobias@codesourcery.com>
364
365 * configure.ac (--enable-offload-defaulted): New.
366 * configure: Regenerate.
367
05ec629f
GA
3682021-04-23 David Faust <david.faust@oracle.com>
369
370 * MAINTAINERS (Write After Approval): Add myself.
371
a0ecde22
GA
3722021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
373
374 * MAINTAINERS (Write After Approval): Add myself.
375
651684b4
GA
3762021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
377
378 * MAINTAINERS: Add myself as pru port maintainer.
379
bf1f3168
GA
3802021-03-23 David Malcolm <dmalcolm@redhat.com>
381
382 * MAINTAINERS: Add myself as static analyzer maintainer.
383
287e3e84
GA
3842021-03-18 Jeff Law <jlaw@tachyum.com>
385
386 * MAINTAINERS: Update primary entry.
387
5e93c2f0
GA
3882021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
389
390 * MAINTAINERS (Write After Approval): Add myself.
391
3922021-03-13 Mike Frysinger <vapier@gentoo.org>
393
394 * Makefile.def: Remove all-sim dependency on configure-gdb.
395 * Makefile.in: Regenerated.
396
48ff383f
GA
3972021-03-11 Jeff Law <law@redhat.com>
398
399 * MAINTAINERS: Update entries for a few ex-ImgTec employees
400
4012021-03-11 Martin Liska <mliska@suse.cz>
402
403 * Makefile.tpl: The change was done Makefile.in which
404 is generated file.
405
6405b40f
GA
4062021-03-08 Jeff Law <law@redhat.com>
407
408 * MAINTAINERS: Update my email address
409
71e24b06
GA
4102021-02-23 Kito Cheng <kito.cheng@sifive.com>
411
412 * config.guess: Import latest upstream.
413 * config.sub: Import latest upstream.
414
161e4c08
GA
4152021-01-25 Martin Liska <mliska@suse.cz>
416
417 PR gcov-profile/98739
418 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
419 for profiledbootstrap.
420
8502e23d
GA
4212021-01-22 Jonathan Wright <jonathan.wright@arm.com>
422
423 * MAINTAINERS (Write After Approval): Add myself.
424
4252021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
426
427 * MAINTAINERS (Write After Approval): Update my e-mail address.
428
6851dda2
GA
4292021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
430
431 * MAINTAINERS: Fix spacing.
432
4332021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
434
435 * MAINTAINERS (Write After Approval): Add myself
436
942ae5be
GA
4372021-01-06 Nick Alcock <nick.alcock@oracle.com>
438
439 * Makefile.def: Sync with binutils-gdb:
440 (dependencies): all-ld depends on all-libctf.
441 (host_modules): libctf is no longer no_install.
442 No longer no_check. Checking depends on all-ld.
443 * Makefile.in: Regenerated.
444
651b8a50
GA
4452021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
446
447 * libtool.m4: Match gnu* along other GNU systems.
448 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
449 * libgo/configure: Re-generate.
450
7e73f511
GA
4512021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
452
453 * MAINTAINERS: Update my email address.
454
cd69e3d5
GA
4552020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
456
457 * MAINTAINERS (Write After Approval): Add myself.
458
6e9d8651
GA
4592020-12-15 Nathan Sidwell <nathan@acm.org>
460
461 * Makefile.def
462 * Makefile.in
463 * Makefile.tpl
464 * configure
465 * configure.ac
466
4672020-12-15 Nathan Sidwell <nathan@acm.org>
468
469 * Makefile.def: Add libcody.
470 * configure.ac: Add libcody.
471 * Makefile.in: Regenerated.
472 * configure: Regenerated.
473
d52945ce
GA
4742020-12-14 Andrea Corallo <andrea.corallo@arm.com>
475
476 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
477
6e1edf48
GA
4782020-12-05 Iain Sandoe <iain@sandoe.co.uk>
479
480 PR target/97865
481 * libtool.m4: Update handling of Darwin platform link flags
482 for Darwin20.
483
11860cf4
GA
4842020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
485
486 * .gitignore: Sync with binutils-gdb
487
4882020-12-02 Claudiu Zissulescu <claziss@gmail.com>
489
490 * MAINTAINERS: Add myself as arc port maintainer.
491
a9625c50
GA
4922020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
493
494 PR d/87788
495 * configure.ac: Don't disable D for *-*-darwin*.
496 * configure: Regenerate.
497
4982020-11-29 John David Anglin <danglin@gcc.gnu.org>
499
500 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
501 hppa64-*-hpux11*.
502
360258da
GA
5032020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
504
505 * configure: Regenerate.
506 * configure.ac: Add --bootstrap-hwasan option.
507
8e6198d0
GA
5082020-11-23 Iain Sandoe <iain@sandoe.co.uk>
509
510 * config.guess: Import latest upstream.
511 * config.sub: Import latest upstream.
512
29c5d9ce
GA
5132020-11-16 Martin Liska <mliska@suse.cz>
514
515 * .gitignore: Add cache as clangd uses it now.
516
77f67db2
GA
5172020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
518
519 * MAINTAINERS (Write After Approval): add myself
520
2bee28dd
GA
5212020-11-09 Pat Bernardi <bernardi@adacore.com>
522
523 * MAINTAINERS (Write After Approval): Add myself.
524
5252020-11-09 Jonathan Wakely <jwakely@redhat.com>
526
527 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
528 Remove FIXME comments.
529
44cab2d8
GA
5302020-11-06 Martin Uecker <muecker@gwdg.de>
531
532 * MAINTAINERS: Update my email address.
533
5342020-11-06 Hongtao Liu <hongtao.liu@intel.com>
535
536 * MAINTAINERS (Write After Approval): Add myself.
537
8e97b905
GA
5382020-10-06 Tobias Burnus <tobias@codesourcery.com>
539
540 PR target/97302
541 * configure.ac: Only set with_gmp to /usr/local
542 if not building in tree.
543 * configure: Regenerate.
544
239601c5
GA
5452020-09-18 Omar Tahir <omar.tahir@arm.com>
546
547 * MAINTAINERS (Write After Approval): Add myself.
548
57ea0894
GA
5492020-08-26 Tobias Burnus <tobias@codesourcery.com>
550
551 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
552
5b9a3d2a
GA
5532020-08-20 Tobias Burnus <tobias@codesourcery.com>
554
555 PR bootstrap/96612
556 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
557 if not the same as ${host}.
558 * configure: Regenerate.
559
2c4c56c2
GA
5602020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
561
562 * MAINTAINERS (Write After Approval): Add myself.
563
afdd220a
GA
5642020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
565
566 * MAINTAINERS: Update my email address.
567
d48cca8f
GA
5682020-07-30 Joe Ramsay <joe.ramsay@arm.com>
569
570 * MAINTAINERS (Write After Approval): Add myself.
571
3ea9abca
GA
5722020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
573
574 * MAINTAINERS (Write After Approval): Add myself.
575
8e3b453e
GA
5762020-06-12 Martin Liska <mliska@suse.cz>
577
578 * .gitignore: Add .clang-tidy.
579
2c455ae0
GA
5802020-06-08 Jason Merrill <jason@redhat.com>
581
582 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
583 * configure: Regenerate.
584
8f94b078
GA
5852020-06-06 Max Filippov <jcmvbkbc@gmail.com>
586
587 * MAINTAINERS: Add myself as xtensa port maintainer.
588
53ffb43a
GA
5892020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
590
591 * configure.ac: Don't require --enable-host-shared when building
592 for Mingw.
593 * configure: Regenerate.
594
5329b59a
JM
5952020-05-18 Jason Merrill <jason@redhat.com>
596
597 * configure.ac: Update bootstrap dialect to -std=c++11.
598
9a4a0a5b
AC
5992020-05-18 Alex Coplan <alex.coplan@arm.com>
600
601 * MAINTAINERS (Write After Approval): Add myself.
602
afa3d80e
TS
6032020-04-29 Thomas Schwinge <thomas@codesourcery.com>
604
605 PR target/92713
606 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
607 (noconfigdirs): Add 'target-libstdc++-v3'.
608 * configure: Regenerate.
609
e6cbe965
SC
6102020-04-21 Stephen Casner <casner@acm.org>
611
612 PR 25830
613 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
614 * configure: Rebuild.
615
e9f799d2
ML
6162020-04-17 Martin Liska <mliska@suse.cz>
617 Jonathan Yong <10walls@gmail.com>
618
619 PR gcov-profile/94570
620 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
621 for CYGWIN.
622
efd5bd4d
MJ
6232020-04-14 Martin Jambor <mjambor@suse.cz>
624
625 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
626
f9d09df0
TT
6272020-04-09 Tom Tromey <tom@tromey.com>
628
629 * configure: Rebuild.
630 * Makefile.in: Rebuild.
631 * Makefile.def (gdbsupport, gdbserver): New host modules.
632 (configure-gdb): Depend on all-gdbsupport.
633 (all-gdb): Depend on all-gdbsupport, all-libctf.
634 * configure.ac (host_tools): Add gdbserver.
635 Conditionally build gdbserver and gdbsupport.
636
29b1533a
TB
6372020-03-09 Tobias Burnus <tobias@codesourcery.com>
638
639 * configure.ac: Build libgomp by default for amdgcn.
640 * configure: Regenerate.
641
7d6b3a78
SP
6422020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
643
644 * MAINTAINERS (Write After Approval): Add myself.
645
4707548e
JH
6462020-02-28 Joel Hutton <joel.hutton@arm.com>
647
648 * MAINTAINERS (Write After Approval) : Add myself.
649
6f83ceb8
PD
6502020-02-20 Palmer Dabbelt <palmer@sifive.com>
651
652 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
653
d6ee2e7c
MS
6542020-02-14 Martin Sebor <msebor@redhat.com>
655
656 * doc/extend.texi (attribute alias): Mention type requirement.
657 (attribute weak): Same.
658 (attribute weakref): Correct invalid example.
659
e01975f9
SB
6602020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
661
662 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
663
affb7b66
JJ
6642020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
665 Jakub Jelinek <jakub@redhat.com>
666
667 * .gitattributes: Add *.md diff=md.
668
780e19f8
GJL
6692020-01-14 Georg-Johann Lay <avr@gjlay.de>
670
671 The mentioned auto-generated file is no more part of the
672
673 GCC sources, it's auto-generated in $(builddir) during build.
674
675 PR target/92055
676 * contrib/gcc_update (files_and_dependencies): Remove
677 entry for gcc/config/avr/t-multilib.
678
ef4395e5
AS
6792020-01-14 Anatoly Sokolov <aesok@dol.ru>
680
681 * MAINTAINERS: Update my email address.
682
b2b465c5
JM
6832020-01-13 Joseph Myers <joseph@codesourcery.com>
684
685 * README.MOVED_TO_GIT: Remove.
686
cff5a231
JM
6872020-01-11 Joseph Myers <joseph@codesourcery.com>
688
689 * README.MOVED_TO_GIT: New file.
690
b1b72741
DZ
6912020-01-02 Dennis Zhang <dennis.zhang@arm.com>
692
693 * MAINTAINERS (Write After Approval): Add myself.
694
74a7b87a
JL
6952019-12-20 Jerome Lambourg <lambourg@adacore.com>
696
697 * MAINTAINERS (write_after_approval): Add myself.
698
39f8777c
SMW
6992019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
700
701 * MAINTAINERS (write_after_approval): Add myself.
702
6226f592
MI
7032019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
704
705 * MAINTAINERS (write_after_approval): Add myself.
706
4f943869
MK
7072019-12-11 Matthias Klose <doko@ubuntu.com>
708
709 * configure.ac: Factor out common cases for compare_exclusions.
710 * configure: Regenerate.
711
a9046e98
JL
7122019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
713
714 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
715 flag.
716
53eb0cb3
LH
7172019-12-10 Lewis Hyatt <lhyatt@gmail.com>
718
a9046e98 719 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 720
90ca6847
TB
7212019-11-27 Tobias Burnus <tobias@codesourcery.com>
722
723 PR middle-end/92463
724 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
725 * configure: Regenerate
726
aeebd94c
JB
7272019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
728
729 * configure.ac: Use https for gcc.gnu.org.
730 * configure: Regenerated.
731
267d7432
JG
7322019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
733
734 * MAINTAINERS (aarch64 port): Remove my name, move to...
735 (Write After Approval): ...Here.
736
a91eb234
KN
7372019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
738
739 * MAINTAINERS: Change my email address as maintainer.
740
8be34204
JB
7412019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
742
90ca6847
TB
743 PR fortran/91828
744 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
745 * configure: Regenerated.
8be34204 746
678a1e99
JM
7472019-10-21 Jason Merrill <jason@redhat.com>
748
749 * .gitattributes: Also check ChangeLog whitespace.
750
aa7710cb
AB
7512019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * contrib/dg-extract-results.sh: Add support for KPASS.
754 * contrib/dg-extract-results.py: Likewise.
755
6664a5f7
JM
7562019-10-17 Jason Merrill <jason@redhat.com>
757
758 * .gitattributes: Avoid {} in filename pattern.
759
df77d703
TS
7602019-10-08 Thomas Schwinge <thomas@codesourcery.com>
761
762 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
763 Approval section.
764
4d07a2ec
FH
7652019-10-01 Frederik Harwath <frederik@codesourcery.com>
766
767 * MAINTAINERS: Add myself to Write After Approval
768
5fdd1d33
RS
7692019-09-26 Richard Sandiford <richard.sandiford@arm.com>
770
771 * MAINTAINERS: Add myself as an aarch64 maintainer.
772
16b17446
KT
7732019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
774
775 * MAINTAINERS: Add myself as aarch64 maintainer.
776
a8cea25c
CL
7772019-09-23 Carl Love <cel@us.ibm.com>
778
779 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
780 New define_insn.
781 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
782 vsx_xxpermdi16_le_V16QI): Removed define_insn.
783
0d1cfeed
ST
7842019-09-13 Sam Tebbs <sam.tebbs@arm.com>
785
786 * MAINTAINERS (Sam Tebbs): Update email address.
787
3d34b7af
TB
7882019-09-10 Tobias Burnus <tobias@codesourcery.com>
789
790 * MAINTAINERS: Update my email address.
791
b1e21e5a
CL
7922019-09-10 Christophe Lyon <christophe.lyon@st.com>
793
3d34b7af 794 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 795
91dfef96
JM
7962019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
797
798 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
799 Remove myself from Write After Approval section.
800
8012019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
802
803 * configure.ac: Support for bpf-*-* targets.
804 * configure: Regenerate.
805
b7b1f657
JM
8062019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
807
808 * config.sub: Import upstream version 2019-06-30.
809 * config.guess: Import upstream version 2019-07-24.
810
2f2aeda9
UW
8112019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
812
813 * MAINTAINERS: Remove spu port maintainers.
814
91eed5f2
ML
8152019-08-28 Martin Liska <mliska@suse.cz>
816
817 * .gitignore: Add .clangd and compile_commands.json
818 to .gitignore.
819
d0fc6e9f
MF
8202019-08-23 Michael Forney <mforney@mforney.org>
821
822 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
823 * Makefile.in: Regenerate.
824
aac9103b
TT
8252019-08-19 Tom Tromey <tom@tromey.com>
826
827 * configure: Rebuild.
828 * configure.ac: Add --with-static-standard-libraries.
829
3b5864f4
AO
8302019-08-16 Alexandre Oliva <oliva@gnu.org>
831
832 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
833
8fc306e9
ME
8342019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
835
836 * MAINTAINERS (Write After Approval): Add myself.
837
f069f0f2
KC
8382019-07-08 Kito Cheng <kito.cheng@sifive.com>
839
840 * MAINTAINERS (Write After Approval): Remove myself, already listed in
841 RISC-V port maitainer.
842
9118c5e1
KC
8432019-07-08 Kito Cheng <kito.cheng@sifive.com>
844
845 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
846
c19713b7
KC
8472019-07-08 Kito Cheng <kito.cheng@sifive.com>
848
849 * MAINTAINERS (Write After Approval): Add myself.
850
e676d704 8512019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
852
853 * MAINTAINERS (Write After Approval): Add myself.
854
247b63e3
ML
8552019-06-25 Martin Liska <mliska@suse.cz>
856
857 contrib/filter-clang-warnings.py: Transform from
858 filter-rtags-warnings.py.
859
98e5be21
TT
8602019-06-15 Tom Tromey <tom@tromey.com>
861
862 * configure.ac (host_libs): Add gnulib.
863 * configure: Rebuild.
864 * Makefile.def (host_modules, dependencies): Add gnulib.
865 * Makefile.in: Rebuild.
866
1ab4217d
DD
8672019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
868
869 * MAINTAINERS (Write After Approval): Add myself.
870
3e209f57 8712019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
872
873 * configure: Regenerate.
874 * configure.ac: Add PRU target.
875
8b164a4e 8762019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
877
878 * MAINTAINERS (Write After Approval): Add myself.
879
de6abd85
NC
8802019-06-11 Nick Clifton <nickc@redhat.com>
881
882 Import these changes from the binutils/gdb repository:
883
884 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
885
886 * Makefile.def (dependencies): configure-libctf depends on all-bfd
887 and all its deps.
888 * Makefile.in: Regenerated.
889
890 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
891
892 * Makefile.def (host_modules): Add libctf.
893 * Makefile.def (dependencies): Likewise.
894 libctf depends on zlib, libiberty, and bfd.
895 * Makefile.in: Regenerated.
896 * configure.ac (host_libs): Add libctf.
897 * configure: Regenerated.
898
fb03c52f
VI
8992019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
900
901 * MAINTAINERS (Write After Approval): Add myself.
902
dbd5df2e
PB
9032019-05-19 Peter Bergner <bergner@linux.ibm.com>
904
905 * MAINTAINERS: Update my email address.
906
8ee47828
TR
9072019-05-17 Thomas Rodgers <trodgers@redhat.com>
908
909 * MAINTAINERS (Write After Approval): Add myself.
910
f6b2daaf
JM
9112019-05-16 Jun Ma <junma@linux.alibaba.com>
912
913 * MAINTAINERS (Write After Approval): Add myself.
914
2ed6d245
JW
9152019-05-07 Jim Wilson <jimw@sifive.com>
916
917 * MAINTAINERS: Remove myself as IA-64 maintainer.
918
d1b65077
RI
9192019-05-04 Roland Illig <roland.illig@gmx.de>
920
921 * MAINTAINERS (Write After Approval): Add myself.
922
5fe6af6d
RB
9232019-05-02 Richard Biener <rguenther@suse.de>
924
925 PR bootstrap/85574
926 * Makefile.tpl (compare target): Also compare extra-compare
927 files.
928 * Makefile.in: Regenerate.
929
1e8dac32
RZ
9302019-04-22 Roman Zhuykov <zhroma@ispras.ru>
931
932 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
933 as modulo-scheduler maintainer.
934
42d3fe9a
IS
9352019-04-21 Iain Sandoe <iain@sandoe.co.uk>
936
937 * MAINTAINERS: Add myself as co-maintainer for Darwin.
938
3d52462c
IS
9392019-04-18 Iain Sandoe <iain@sandoe.co.uk>
940
941 * MAINTAINERS: Update my email address.
942
4d024c32
JP
9432019-04-14 Johannes Pfau <johannespfau@gmail.com>
944
945 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
946 * configure: Regenerate.
947
7d31d331
RO
9482019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
949
950 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
951 * configure: Regenerate.
952
bb50312e
IB
9532019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
954
955 * configure.ac: Add target-zlib to target_libraries.
956 * configure: Regenerate.
957
1c67e69c
ML
9582019-04-09 Martin Liska <mliska@suse.cz>
959
960 * Makefile.in: Regenerate.
961 * Makefile.tpl: Pass GENERATOR_CFLAGS
962 in all stages.
963
684f6008
ML
9642019-03-28 Martin Liska <mliska@suse.cz>
965
966 PR bootstrap/89829
967 * Makefile.in: Revert r254150.
968 * Makefile.tpl: Likewise.
969
fed156ac
BE
9702019-03-28 Ben Elliston <bje@gnu.org>
971
972 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
973 related, and libdecnumber.
974
d81beb31
AM
9752019-03-15 Alexander Monakov <amonakov@ispras.ru>
976
977 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
978 (Write After Approval): Remove myself.
979
35e2f066
AM
9802019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
981
5fce606f 982 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 983
60f32352
AS
9842019-02-11 Andrew Stubbs <ams@codesourcery.com>
985
986 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
987 (Write After Approval): Remove myself and Julian.
988
b4f964c8
HA
9892019-01-26 Harald Anlauf <anlauf@gmx.de>
990
991 * MAINTAINERS (Write After Approval): Add myself.
992
1009e9a2
KCY
9932019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
994
995 * MAINTAINERS (Write After Approval): Add myself.
996
275e9ad9
XHL
9972019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
998
62fa42ce
SB
999 * ChangeLog: Replace space with tab.
1000 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1001
8fcc3599
JG
10022019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1003
1004 * MAINTAINERS (Write After Approval): Add myself.
1005
9c83c587
LJH
10062019-01-18 Li Jia He <helijia@gcc.gnu.org>
1007
1008 * MAINTAINERS (Write After Approval): Add myself.
1009
7431c1a1
AS
10102019-01-17 Andrew Stubbs <ams@codesourcery.com>
1011 Kwok Cheung Yeung <kcy@codesourcery.com>
1012 Julian Brown <julian@codesourcery.com>
1013 Tom de Vries <tom@codesourcery.com>
1014 Jan Hubicka <hubicka@ucw.cz>
1015 Martin Jambor <mjambor@suse.cz>
1016
1017 * configure.ac: Likewise.
1018 * configure: Regenerate.
1019 * contrib/config-list.mk: Add amdgcn-amdhsa.
1020
0684a816
KL
10212019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1022
1023 * MAINTAINERS (Write After Approval): Add myself.
1024
62fa42ce 10252019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1026
275e9ad9 1027 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1028
5227609c
RO
10292019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1030
1031 PR target/88535
1032 * config.guess: Import upstream version 2019-01-03.
1033 * config.sub: Import upstream version 2019-01-01.
1034
7c50cefc
TP
10352018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1036
1037 * MAINTAINERS (Write After Approval): Update my maintainer address.
1038
ea9a30d0
GB
10392018-12-21 Gergö Barany <gergo@codesourcery.com>
1040
1041 * MAINTAINERS (Write After Approval): Add myself.
1042
23d3e2d5
SB
10432018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1044
1045 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1046
e4a9a572
IS
10472018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1048
1049 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1050 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1051 (GCC_TARGET_TOOL): Likewise.
1052 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1053 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1054 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1055 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1056 * configure: Regenerate.
e4a9a572
IS
1057 * Makefile.in: Likewise.
1058
f9b4801c
JP
10592018-11-28 Johannes Pfau <johannespfau@gmail.com>
1060
1061 * MAINTAINERS (Write After Approval): Add myself.
1062
7f9414c1
ML
10632018-11-13 Martin Liska <mliska@suse.cz>
1064
1065 * gcc.target/i386/pr87930.c: Move to ...
1066 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1067
1dbff00c
SH
10682018-11-10 Stafford Horne <shorne@gmail.com>
1069
1070 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1071 (Write After Approval): Remove myself.
1072
e9f3803d
HAQ
10732018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1074
1075 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1076 Append $INCICONV to it.
1077
45bf1490
SH
10782018-11-04 Stafford Horne <shorne@gmail.com>
1079
1080 * MAINTAINERS (Write After Approval): Add myself.
1081
22e05272
JM
10822018-10-31 Joseph Myers <joseph@codesourcery.com>
1083
1084 PR bootstrap/82856
1085 * multilib.am: New file. From automake.
1086
1087 Merge from binutils-gdb:
1088 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1089
1090 * libtool.m4: Use AC_LANG_SOURCE.
1091 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1092 * ar-lib: New file.
1093 * test-driver: New file.
1094 * configure: Re-generate.
1095
82a14443
MP
10962018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1097
1098 * MAINTAINERS (Write After Approval): Add myself.
1099
260eedb9
IB
11002018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1101
1102 PR bootstrap/87788
1103 PR d/87799
1104 * configure: Rebuild.
1105 * configure.ac: Disable D on systems where it is known not to work.
1106
b4c522fa
IB
11072018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1108
1109 * Makefile.def (target_modules): Add libphobos.
1110 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1111 GDCFLAGS_FOR_TARGET.
1112 (dependencies): Make libphobos depend on libatomic, libbacktrace
1113 configure, and zlib configure.
1114 (language): Add language d.
1115 * Makefile.in: Rebuild.
1116 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1117 (HOST_EXPORTS): Add GDC.
1118 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1119 (BASE_TARGET_EXPORTS): Add GDC.
1120 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1121 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1122 (EXTRA_HOST_FLAGS): Add GDC.
1123 (STAGE1_FLAGS_TO_PASS): Add GDC.
1124 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1125 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1126 environment variables.
1127 * configure: Rebuild.
1128 * configure.ac: Add target-libphobos to target_libraries. Set and
1129 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1130
04193ea0
IL
11312018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1132
1133 * MAINTAINERS (Write After Approval): Add myself.
1134
72eda5f2
IB
11352018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1136
1137 * MAINTAINERS (Write After Approval): Remove myself.
1138
4c029cee
IB
11392018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1140
1141 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1142
fc7367ea
BC
11432018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1144
1145 * MAINTAINERS: Update my email address.
1146
956a7508
TS
11472018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1148
1149 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1150 maintainer.
1151
16ddcc28
MM
11522018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1153
1154 * MAINTAINERS (Write After Approval): Add self.
1155
f9529512
ST
11562018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1157
1158 * MAINTAINERS (write after approval): Add myself.
1159
3ff89a4e
XG
11602018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1161
1162 * MAINTAINERS: Update my email address.
1163
e8a0276c
VL
11642018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1165
1166 * MAINTAINERS (write after approval): Add myself.
1167
3d20537c
RS
11682018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1169
1170 * MAINTAINERS: Add self to global reviewers list.
1171
661d1750
SL
11722018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1173
1174 MAINTAINERS: Add c-sky port maintainers.
1175
aa405905
ML
11762018-08-10 Martin Liska <mliska@suse.cz>
1177
1178 * MAINTAINERS: Revert change in previous commit and
92a285c1 1179 join lines.
aa405905 1180
04e2b41d
ML
11812018-08-10 Martin Liska <mliska@suse.cz>
1182
1183 * MAINTAINERS: Remove extra line.
1184
6e9f49e4
N
11852018-08-06 Naveen H.S <naveenh@marvell.com>
1186
1187 * MAINTAINERS: Update my email address.
1188
3b0df776
DD
11892018-07-19 DJ Delorie <dj@redhat.com>
1190
1191 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1192 as maintainer.
1193
f030b30e
AK
11942018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1195
1196 * MAINTAINERS: Adjust email address for me and my colleague Robin
1197 Dapp.
1198
7264261f
L
11992018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1200 Sunil K Pandey <sunil.k.pandey@intel.com>
1201
1202 PR target/84413
1203 * config/i386/i386.c (m_CORE_AVX512): New.
1204 (m_CORE_AVX2): Likewise.
1205 (m_CORE_ALL): Add m_CORE_AVX2.
1206 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1207 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1208 and remove the rest of m_SKYLAKE_AVX512.
1209
19975c57
SH
12102018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1211
1212 * config.sub: Sync with upstream version 2018-07-03.
1213
c234070e
SH
12142018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1215
1216 * config.guess: Sync with upstream version 2018-06-26.
1217 * config.sub: Sync with upstream version 2018-07-02.
1218
d41cd173
BW
12192018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1220
92a285c1 1221 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
1222 * ltmain.sh: Likewise.
1223
d3435784
SB
12242018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1225
1226 * contrib/config-list.mk: Remove powerpc-linux_paired.
1227
da34ca3f
AO
12282018-06-29 Alexandre Oliva <oliva@adacore.com>
1229
1230 * configure.ac: Introduce support for @unless/@endunless.
1231 * Makefile.tpl (dep-kind): Rewrite with cond; return
1232 postbootstrap in some cases.
1233 (make-postboot-dep, postboot-targets): New.
1234 (dependencies): Do not output postbootstrap dependencies at
1235 first. Output non-target ones changed for configure to depend
1236 on stage_last @if gcc-bootstrap, and the original deps @unless
1237 gcc-bootstrap.
1238 * configure.in, Makefile.in: Rebuilt.
1239
8e236ddd
JW
12402018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1241
1242 * MAINTAINERS (write after approval): Add myself.
1243
71d40114
RV
12442018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1245
1246 * MAINTAINERS (write after approval): Add myself.
1247
8006534c
NC
12482018-06-19 Nick Clifton <nickc@redhat.com>
1249
1250 * zlib/configure.ac: Restore old behaviour of only enabling
1251 multilibs when a target subdirectory is defined. This allows
1252 building with srcdir == builddir.
1253 * zlib/configure: Regenerate.
1254
9e03592e
EB
12552018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1256
1257 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1258 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1259 * Makefile.in: Regenerate.
1260
29305f60
BE
12612018-06-16 Ben Elliston <bje@gnu.org>
1262
1263 * config.guess: Import latest version.
1264 * config.sub: Likewise.
1265
31db0fe0
ML
12662018-06-08 Martin Liska <mliska@suse.cz>
1267
1268 * MAINTAINERS: Remove MPX-related entries.
1269 * Makefile.def: Remove libmpx support.
9e03592e
EB
1270 * Makefile.in: Regenerate.
1271 * configure.ac: Remove removed files.
1272 * configure: Regenerate.
31db0fe0
ML
1273 * libmpx/ChangeLog: Remove.
1274 * libmpx/Makefile.am: Remove.
1275 * libmpx/Makefile.in: Remove.
1276 * libmpx/acinclude.m4: Remove.
1277 * libmpx/aclocal.m4: Remove.
1278 * libmpx/config.h.in: Remove.
1279 * libmpx/configure: Remove.
1280 * libmpx/configure.ac: Remove.
1281 * libmpx/configure.tgt: Remove.
1282 * libmpx/libmpx.spec.in: Remove.
1283 * libmpx/mpxrt/Makefile.am: Remove.
1284 * libmpx/mpxrt/Makefile.in: Remove.
1285 * libmpx/mpxrt/libmpx.map: Remove.
1286 * libmpx/mpxrt/libtool-version: Remove.
1287 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1288 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1289 * libmpx/mpxrt/mpxrt.c: Remove.
1290 * libmpx/mpxrt/mpxrt.h: Remove.
1291 * libmpx/mpxwrap/Makefile.am: Remove.
1292 * libmpx/mpxwrap/Makefile.in: Remove.
1293 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1294 * libmpx/mpxwrap/libtool-version: Remove.
1295 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1296
e68086c4
ML
12972018-06-04 Martin Liska <mliska@suse.cz>
1298
1299 * MAINTAINERS: Add myself as gcov maintainer.
1300
37cca345
MF
13012018-06-04 Matthew Fortune <mfortune@gmail.com>
1302
1303 * MAINTAINERS: Update my email address.
1304
74386680
TV
13052018-06-04 Tom de Vries <tdevries@suse.de>
1306
1307 * MAINTAINERS: Remove write-after-approval entries for component
1308 maintainers.
1309
010ff25b
JL
13102018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1311
1312 * MAINTAINERS (write after approval): Add myself.
1313
64acc19a 13142018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
1315
1316 * MAINTAINERS: Update my email address.
1317
7aad7f4b
TV
13182018-06-01 Tom de Vries <tdevries@suse.de>
1319
1320 * MAINTAINERS: Update my email address.
1321
c5470754
BC
13222018-05-22 Bin Cheng <bin.cheng@arm.com>
1323
1324 * MAINTAINERS (loop-optimizer): Add myself.
1325
58b40a67
FT
13262018-05-01 Francois H. Theron <francois.theron@netronome.com>
1327
1328 * configure.ac: Added "nfp" target.
1329 * configure: Regenerate.
1330
bece35ca
RB
13312018-04-30 Richard Biener <rguenther@suse.de>
1332
1333 PR bootstrap/85571
1334 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1335 (STAGE3_TFLAGS): Likewise.
1336 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1337 (STAGEtrain_TFLAGS): Likewise.
1338 * Makefile.in: Regenerate.
1339
ae05281f
RB
13402018-04-26 Richard Biener <rguenther@suse.de>
1341
1342 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1343 (STAGE2_CFLAGS): Likewise.
1344 (STAGE2_TFLAGS): Likewise.
1345 (STAGE3_CFLAGS): Add -fchecking.
1346 (STAGE3_TFLAGS): Likewise.
1347 (STAGEtrain_CFLAGS): Filter out -fchecking.
1348 (STAGEtrain_TFLAGS): Likewise.
1349 * Makefile.in: Re-generate.
1350
c6e34a9b
CM
13512018-04-25 Catherine Moore <clm@codesourcery.com>
1352
1353 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1354
ae9fb56f
PC
13552018-04-18 Paul Clarke <pc@us.ibm.com>
1356
1357 * MAINTAINERS (write after approval): Add myself.
1358
a2919888
AS
13592018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
1360
1361 * MAINTAINERS: Update my email address.
1362
c6024672
BS
13632018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
1364
1365 * MAINTAINERS: Remove redundant Write-After-Approval entry.
1366
85d36775
BS
13672018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
1368
1369 * MAINTAINERS: Update my email address and disambiguate myself
1370 a bit from Will Schmidt.
1371
8bb406a2
NS
13722018-03-21 Nathan Sidwell <nathan@acm.org>
1373
1374 * MAINTAINERS: Move maintainers of now-removed picochip and score
1375 ports to write after approval.
1376
c9b39302
RS
13772018-03-13 Richard Sandiford <richard.sandiford@arm.com>
1378
1379 * MAINTAINERS: Add entry for SVE maintainership.
1380
1fc1d82e
MR
13812018-02-13 Maciej W. Rozycki <macro@mips.com>
1382
1383 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1384 * configure: Regenerate.
1385
7b7f78d7
BK
13862018-01-18 Boris Kolpackov <boris@codesynthesis.com>
1387
1388 * MAINTAINERS (write after approval): Add myself.
1389
3c1f3bf6
SP
13902018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
1391
1392 * MAINTAINERS (write after approval): Add myself.
1393
182f27e3
SP
13942018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
1395
1396 * MAINTAINERS (write after approval): Add myself.
85911661 1397
85ec4feb
JJ
13982018-01-03 Jakub Jelinek <jakub@redhat.com>
1399
1400 Update copyright years.
1401
ef7d7cf5
BE
14022018-01-03 Ben Elliston <bje@gnu.org>
1403
1404 * config.guess: Import latest version.
1405 * config.sub: Likewise.
1406
842df93e
SH
14072017-12-12 Stafford Horne <shorne@gmail.com>
1408
1409 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1410 * configure: Regenerate.
1411
1d0a8ae9
QZ
14122017-11-29 Qing Zhao <qing.zhao@oracle.com>
1413
1414 * MAINTAINERS (Write After Approval): Add myself.
1415
5e9d6aa4
JK
14162017-11-28 Julia Koval <julia.koval@intel.com>
1417 Sebastian Peryt <sebastian.peryt@intel.com>
1418
1419 * Makefile.def (target_modules): Remove libcilkrts.
1420 * Makefile.in: Ditto.
1421 * configure: Ditto.
1422 * configure.ac: Ditto.
1423
d2eaaa89
JK
14242017-11-28 Julia Koval <julia.koval@intel.com>
1425
1426 * MAINTAINERS (Write After Approval): Add myself.
1427
90b415f6
SD
14282017-11-22 Sudakshina Das <sudi.das@arm.com>
1429
1430 * MAINTAINERS (Write After Approval): Add myself.
1431
f804ba3e
PD
14322017-11-06 Palmer Dabbelt <palmer@sifive.com>
1433
1434 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1435 Use my SiFive email address.
1436
8744c9bf
SP
14372017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
1438
1439 * MAINTAINERS (write after approval): Add myself.
1440
7181cca3
ML
14412017-10-27 Martin Liska <mliska@suse.cz>
1442
1443 * Makefile.tpl: Use proper name of folder as it was renamed
1444 during transition to 4 stages.
1445 * Makefile.in: Regenerate.
1446
fb336a7b
IT
14472017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1448
e50ffab3 1449 * MAINTAINERS (write after approval): Add myself.
fb336a7b 1450
7b5f5267
GP
14512017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
1452
1453 * MAINTAINERS: Add a note that maintainership also includes web
1454 pages, docs, and testsuite related to that area.
1455
55de8eb3
TV
14562017-09-25 Tom de Vries <tom@codesourcery.com>
1457
1458 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1459
86ab175e
PMR
14602017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1461
1462 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1463
500ac452
NS
14642017-09-15 Nathan Sidwell <nathan@acm.org>
1465
1466 * MAINTAINERS: Remove myself as a vxworks maintainer.
1467
72ace300
TS
14682017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1469
1470 * MAINTAINERS: Remove email address of Jim Norris.
1471
1328002a
KT
14722017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1473
1474 * MAINTAINERS (Reviewers): Move myself from here...
1475 (CPU Port Maintainers): ... to here.
1476
84d0b6f5
JG
14772017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1478
1479 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1480
9c04bba3
RD
14812017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1482
e50ffab3 1483 * MAINTAINERS (write after approval): Add myself.
9c04bba3 1484
5a427c63
TR
14852017-07-28 Tony Reix <tony.reix@atos.net>
1486
1487 * configure.ac (target-libffi): Don't disable for AIX.
1488 (go): Don't add to unsupported_languages on AIX.
1489 (target-libgo): Don't disable for AIX.
1490 * configure: Regenerate.
1491
8994b66f
YG
14922017-07-19 Yury Gribov <tetra2005@gmail.com>
1493
1494 * MAINTAINERS: Add myself.
1495
7a795e10
TS
14962017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1497
1498 * MAINTAINERS: Update my email address.
1499
50061652
RE
15002017-07-04 Richard Earnshaw <rearnsha@arm.com>
1501
1502 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1503 arm-specific auto-generated header files.
1504
d4360477
NS
15052017-07-03 Nathan Sidwell <nathan@acm.org>
1506
1507 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1508 * configure: Rebuilt.
1509
9dc9ae74
BS
15102017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1511
1512 * MAINTAINERS: Readd myself for c6x.
1513
c8cf0b6f
ML
15142017-06-28 Martin Liska <mliska@suse.cz>
1515
1516 PR bootstrap/81217
1517 * Makefile.def: Remove superfluous bootstrap_target from
1518 bootstrap_stage.
1519 * Makefile.in: Re-generate the file.
1520
0666865c
MO
15212017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1522
e50ffab3 1523 * MAINTAINERS: Add myself to Write After Approval
0666865c 1524
827c925e
AJ
15252017-06-21 Andrew Jenner <andrew@codesourcery.com>
1526
1527 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1528
0d053a49
ML
15292017-06-19 Martin Liska <mliska@suse.cz>
1530
1531 * Makefile.def: Define 4 stages PGO bootstrap.
1532 * Makefile.tpl: Define FLAGS.
1533 * Makefile.in: Regenerate.
1534
be75f645
ILT
15352017-06-14 Ian Lance Taylor <iant@golang.org>
1536
1537 * Makefile.def: Add check-gotools to go check targets.
1538 * Makefile.in: Rebuild.
1539
c725f69c
SB
15402017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1541
1542 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1543
76052545
EB
15442017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1545
1546 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1547 * configure: Regenerate.
1548
afd88efc
ML
15492017-05-31 Martin Liska <mliska@suse.cz>
1550
1551 * configure.ac: Add handling of stage2_werror_flags to
1552 action-if-given and to action-if-not-given.
1553 * configure: Regenerate.
1554
945bafd6
PB
15552017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1556
1557 * MAINTAINERS: Add self to Write After Approval
1558
b9396a49
BS
15592017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1560
1561 * MAINTAINERS: Update my email address, and remove myself as
1562 maintainer in some areas.
1563
aa1b69e7
EG
15642017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1565
1566 * MAINTAINERS: Add self to Write After Approval
1567
cdfee50a
NS
15682017-05-25 Nathan Sidwell <nathan@acm.org>
1569
1570 * configure.ac: Add --enable-languages=default to mean default and
1571 make --enable-languages=all mean all supported languages.
1572 * configure: Regenerated.
1573
83349046
SB
15742017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1575
1576 * config.gcc (powerpc*-*-*spe*): New.
1577 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1578 (powerpc-*-rtems*spe*): New.
1579 (powerpc*-*-linux*spe*): New.
1580 (powerpc-wrs-vxworksspe): New.
1581 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1582 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1583 * config.host (powerpc*-*-*spe*): New.
1584
01c712cb
ML
15852017-05-19 Martin Liska <mliska@suse.cz>
1586
1587 * configure.ac: Add --enable-werror-always just for
1588 bootstrap-debug (or none build config) and do not add it
1589 when we are on a release branch.
1590 * configure: Regenerated.
1591
7880c1a5
SL
15922017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1593
1594 * MAINTAINERS: Add self to Write After Approval
1595
c759355f
KK
15962017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1597
1598 * MAINTAINERS: Move myself to Write After Approval section.
1599
79557bae
CZ
16002017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1601
1602 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1603 ACCH registers.
1604 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1605 available.
1606 (umulsidi3): Likewise.
1607 (mulsidi3_700): Disable this pattern when we have advanced mpy
1608 instructions.
1609 (umulsidi3_700): Likewise.
1610 (maddsidi4): New pattern.
1611 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1612 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1613 (mpydu_imm_arcv2hs): Likewise.
1614 * config/arc/predicates.md (accl_operand): New predicate.
1615
c7314bc1
CZ
16162017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1617 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1620 case.
1621 (ARC_AUTOFP_IRQ_P): Likewise.
1622 (ARC_AUTO_IRQ_P): Likewise.
1623 (rgf_banked_register_count): New variable.
1624 (parse_mrgf_banked_regs_option): New function.
1625 (arc_override_options): Handle rgf_banked_regs option.
1626 (arc_handle_interrupt_attribute): Add firq option.
1627 (arc_compute_function_type): Return fast irq type when required.
1628 (arc_must_save_register): Handle fast interrupts.
1629 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1630 (arc_return_address_regs): Update.
1631 * config/arc/arc.h (arc_return_address_regs): Update.
1632 (arc_function_type): Add fast interrupt type.
1633 (ARC_INTERRUPT_P): Update.
1634 (RC_FAST_INTERRUPT_P): Define.
1635 * config/arc/arc.md (simple_return): Update for fast interrupts.
1636 (p_return_i): Likewise.
1637 * config/arc/arc.opt (mrgf-banked-regs): New option.
1638 * doc/invoke.texi (mrgf-banked-regs): Document.
1639
41453183
CZ
16402017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1641
1642 * config/arc/arc.c (irq_ctrl_saved): New variable.
1643 (ARC_AUTOBLINK_IRQ_P): Define.
1644 (ARC_AUTOFP_IRQ_P): Likewise.
1645 (ARC_AUTO_IRQ_P): Likewise.
1646 (irq_range): New function.
1647 (arc_must_save_register): Likewise.
1648 (arc_must_save_return_addr): Likewise.
1649 (arc_dwarf_emit_irq_save_regs): Likewise.
1650 (arc_override_options): Handle deferred options.
1651 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1652 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1653 arc_must_save_return_addr.
1654 (arc_compute_frame_size): Handle automated save and restore of
1655 registers.
1656 (arc_expand_prologue): Likewise.
1657 (arc_expand_epilogue): Likewise.
1658 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1659 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1660 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1661
52744dd7
TK
16622017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1663 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1664
1665 PR bootstrap/77661
1666 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1667 in-tree build MPC.
1668 * Makefile.in: Regenerate.
1669
deeba76a
FXC
16702017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1671
1672 * configure.ac: Enable LTO by default on darwin >= 9.
1673 * configure: Regenerate.
1674
5a05e11d
PD
16752017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1676
1677 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1678 and Andrew Waterman as the RISC-V maintainers.
1679
e04f858c
NK
16802017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1681
1682 * MAINTAINERS: Add self to Write After Approval
1683
a98cf819
GP
16842017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1685
1686 * config.guess: Import latest from upstream.
1687
9826d1a3
GP
16882017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1689
1690 * MAINTAINERS (Write After Approval): Remove entries that are
1691 already covered under Reviewers.
1692
a46586c3
MW
16932017-03-08 Mark Wielaard <mark@klomp.org>
1694
1695 PR demangler/70909
1696 PR demangler/67264
1697 * include/demangle.h: Add d_printing to struct demangle_component
1698 and pass struct demangle_component as non const.
1699
734ca1c2
GP
17002017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1701
1702 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1703
93b87d1d
TS
17042017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1705
1706 * Makefile.tpl: Remove HOST_ISLVER.
1707 (HOST_EXPORTS): Remove ISLVER.
1708 * Makefile.in: Regenerate.
1709
f877b3ad
RB
17102017-02-13 Richard Biener <rguenther@suse.de>
1711
1712 * configure: Re-generate.
1713
2ad31830
GP
17142017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1715
1716 * MAINTAINERS: Adjust bug reporting URL.
1717
3501e62c
GP
17182017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1719
1720 * MAINTAINERS (Write After Approval): Remove redundant entry
1721 for Andrew Burgess.
1722
510555e0
JDA
17232017-02-03 John David Anglin <danglin@gcc.gnu.org>
1724
e50ffab3 1725 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 1726 32-bit hppa*-*-hpux*.
e50ffab3 1727 * configure: Regenerate.
510555e0 1728
f6a24a94
MJ
17292017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1730
1731 * configure.ac: Moved the white list of enabling BRIG FE to
1732 libhsail-rt/configure.tgt.
1733 * configure: Regenerated.
1734 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1735
17362017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
1737 Martin Jambor <mjambor@suse.cz>
1738
5fd1486c
PJ
1739 * Makefile.def (target_modules): Added libhsail-rt.
1740 (languages): Added language brig.
1741 * Makefile.in: Regenerated.
1742 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1743 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1744 * configure: Regenerated.
1745
3c36aa6b
JJ
17462017-01-17 Jakub Jelinek <jakub@redhat.com>
1747
1748 PR other/79046
1749 * configure: Regenerated.
1750
8f56cb51
AM
17512017-01-04 Alan Modra <amodra@gmail.com>
1752
1753 * configure: Regenerate.
1754
f2c764c5
BE
17552016-12-29 Ben Elliston <bje@gnu.org>
1756
1757 * config.sub: Import latest version.
1758
1dc9c117
AI
17592016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1760
1761 * MAINTAINERS (Write After Approval): Add myself.
1762
c21fdaa1
JJ
17632016-12-21 Jakub Jelinek <jakub@redhat.com>
1764
1765 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1766 includes bootstrap-mpx.
1767 * configure: Regenerated.
1768
cc811459
CX
17692016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1770
1771 * MAINTAINERS (Write After Approval): Add myself.
1772
b55e6680
MJ
17732016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1774
8f56cb51 1775 * configure: Regenerate.
b55e6680 1776
825fba52
MK
17772016-12-01 Matthias Klose <doko@ubuntu.com>
1778
1779 * configure.ac: Don't use pkg-config to check for bdw-gc.
1780 * configure: Regenerate.
1781
114bf3f1
MK
17822016-11-30 Matthias Klose <doko@ubuntu.com>
1783
1784 * Makefile.def: Remove reference to boehm-gc target module.
1785 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1786 options and for the bdw-gc pkg-config module.
1787 * configure: Regenerate.
1788 * Makefile.in: Regenerate.
1789
21b0f96a
NS
17902016-11-28 Nathan Sidwell <nathan@acm.org>
1791
1792 * MAINTAINERS (nvptx): Remove self.
1793
292edab3
BE
17942016-11-25 Ben Elliston <bje@gnu.org>
1795
1796 * config.guess: Import latest version.
1797 * config.sub: Likewise.
1798
0954a00b
TT
17992016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1800
1801 * MAINTAINERS (Write After Approval): Add myself.
1802
8e4d2ca4
MK
18032016-11-15 Matthias Klose <doko@ubuntu.com>
1804
1805 * Makefile.def: Remove references to GCJ.
1806 * Makefile.tpl: Likewise.
1807 * Makefile.in: Regenerate.
1808
84c1b9d3
MK
18092016-11-15 Matthias Klose <doko@ubuntu.com>
1810
1811 * config-ml.in: Remove references to GCJ.
1812 * configure.ac: Likewise.
1813 * configure: Regenerate.
1814
3f95ca6c
JC
18152016-11-01 Josh Conner <joshconner@google.com>
1816
1817 * MAINTAINERS (Write After Approval): Update email address,
1818
457cc672
CL
18192016-10-27 Carl Love <cel@us.ibm.com>
1820
1821 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1822 Approval list to make it alphabetical.
1823
2142f54f
CL
18242016-10-27 Carl Love <cel@us.ibm.com>
1825
1826 * MAINTAINERS (Write After Approval): Add myself.
1827
104700f4
AB
18282016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * MAINTAINERS (Reviewers): Add myself.
1831 (Write After Approval): Add myself.
1832
942c0db8
HP
18332016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1834 Ulrich Weigand <uweigand@de.ibm.com>
1835
1836 * MAINTAINERS: Update email address.
1837
fbf4c502
NS
18382016-10-10 Nathan Sidwell <nathan@acm.org>
1839
1840 * MAINTAINERS: Update email address.
1841
b20e7532
AT
18422016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1843
1844 * configure.ac: Add aarch64-*-freebsd*.
1845 * configure: Regenerate.
1846
2e21fd4d
SE
18472016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1848
1849 * MAINTAINERS: Update email address after it got reverted.
1850
43c40f3e
RO
18512016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1852
1853 * configure.ac (target_libraries): Readd target-boehm-gc.
1854 Restore --enable-objc-gc handling.
1855 * configure: Regenerate.
1856
f05796ba
JL
18572015-10-03 Jeff Law <law@redhat.com>
1858
1859 * MAINTAINERS: Move several inactive maintainers to the
1860 write-after-approval section.
1861
012447ea
JJ
18622016-09-30 Jakub Jelinek <jakub@redhat.com>
1863
1864 * configure.ac: Add target-libffi to target_libraries.
1865 Readd libgcj target disablings, modified to only target-libffi.
1866 Readd target addition of go to unsupported languages.
1867 * configure: Regenerated.
1868
a7d75d59
SE
18692016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1870
1871 * MAINTAINERS: Update email address.
1872
d1a79a95
AH
18732016-09-30 Andrew Haley <aph@redhat.com>
1874
4d8c733d 1875 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
1876 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1877 libgcj.
1878
af2d4873
AH
18792016-09-30 Andrew Haley <aph@redhat.com>
1880
1881 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1882 write-after approval after GCJ deletion.
1883
07b78716
AH
18842016-09-30 Andrew Haley <aph@redhat.com>
1885
1886 * Makefile.def: Remove libjava.
1887 * Makefile.tpl: Likewise.
1888 * Makefile.in: Regenerate.
1889 * configure.ac: Likewise.
1890 * configure: Likewise.
1891 * gcc/java: Remove.
1892 * libjava: Likewise.
1893
a29b7214
CZ
18942016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
1895
1896 * MAINTAINERS (Reviewers): Add myself.
1897
2fd88f4f
AK
18982016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
1899
1900 * configure.ac: Disable "sim" directory for arc*-*-*.
1901 * configure: Regenerated.
1902
e2080e79
TC
19032016-09-23 Tamar Christina <tamar.christina@arm.com>
1904
1905 * MAINTAINERS (Write After Approval): Add myself.
1906
8f3675f8
MR
19072016-09-12 Maciej W. Rozycki <macro@imgtec.com>
1908
1909 * configure.ac: Check for the minimum in-tree MPFR version
1910 handled.
1911 * configure: Regenerate.
1912
21f88103
YTL
19132016-07-20 Yan-Ting Lin <currygt52@gmail.com>
1914
1915 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1916 * configure: Regenerated.
1917
60d51882
FR
19182016-07-19 Fritz Reese <fritzoreese@gmail.com>
1919
1920 * MAINTAINERS (Write After Approval): Add myself.
1921
277d7ee0
AK
19222016-06-23 Andi Kleen <ak@linux.intel.com>
1923
1924 * Makefile.def: Add autoprofiledbootstrap.
1925 * Makefile.tpl: Dito.
1926 * Makefile.in: Regenerate.
1927
fd6487af
JS
19282016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
1929
1930 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1931 * configure: Regenerate.
1932
3e326935
TS
19332016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1934
1935 * configure: Regenerate.
1936 * configure.ac: Remove support for avr-rtems.
1937
9582bf04
SKS
19382016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1939
1940 * MAINTAINERS (Write After Approval): Add myself.
1941
6f820b68
MC
19422016-06-16 Michael Collison <michael.collison@arm.com>
1943
1944 * MAINTAINERS (Write After Approval): Add myself.
1945
775ee7fa
MM
19462016-06-14 Mikael Morin <mikael@gcc.gnu.org>
1947
1948 * MAINTAINERS (Write After Approval): Update e-mail address.
1949
de3ba371
JM
19502016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1951
21f88103 1952 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 1953
350216e3
AM
19542016-05-28 Alan Modra <amodra@gmail.com>
1955
1956 * Makefile.tpl (configure): Depend on m4 files included.
1957 * Makefile.in: Regenerate.
1958
9cad20fa
BS
19592016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1960
1961 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1962 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1963
92466115
BS
19642016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1965
1966 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1967 special case builtin.
1968 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1969 support for ALTIVEC_BUILTIN_VEC_ADDEC.
1970 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1971 for __builtin_vec_addec.
1972
fe38e08b
JS
19732016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
1974
1975 * config.guess: Import version 2016-04-02 (newest).
1976 * config.sub: Import version 2016-05-10 (newest).
1977
cef1a0b8 19782016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 1979
cef1a0b8
JL
1980 * configure.ac: Add ARC support to libgloss.
1981 * configure: Regenerate
704b85c7 1982
75a6b91a
AS
19832016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
1984
1985 * MAINTAINERS (Write After Approval): Add myself.
1986
00f35794
BE
19872016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1988
1989 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1990 * configure: Regenerated.
1991 * Makefile.def (gmp): Explicitly disable assembler.
1992 (mpfr): Adjust lib_path.
1993 (mpc): Likewise.
1994 * Makefile.in: Regenerated.
1995
c100769b
JJ
19962016-05-01 Jakub Jelinek <jakub@redhat.com>
1997
1998 PR bootstrap/70704
1999 * configure.ac (--enable-stage1-checking): Add missing
2000 --enable-checking=.
2001 * configure: Regenerated.
2002
bc6d9014
OE
20032016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2004
ace08cb8
OE
2005 * config.guess: Revert r235676.
2006 * config.sub: Revert r235676.
2007
20082016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2009
2010 * config.guess: Remove SH5 support.
bc6d9014
OE
2011 * config.sub: Likewise.
2012 * configure: Likewise.
2013 * configure.ac: Likewise.
2014
7db11a5a
JJ
20152016-04-26 Jakub Jelinek <jakub@redhat.com>
2016
2017 PR bootstrap/70704
2018 * configure.ac (--enable-stage1-checking): For --disable-checking or
2019 implicit --enable-checking, make sure extra flag matches in between
2020 stage1 and later checking.
2021 * configure: Regenerated.
2022
ab0fc037
TS
20232016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2024
2025 * .gitattributes: New file.
2026
c048fa95
SB
20272016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2028
2029 * MAINTAINERS (rs6000/powerpc port): Add myself.
2030
f3653cf5
SB
20312016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2032
2033 PR bootstrap/70173
2034 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2035 and gotools directories. Delete the stage_final file.
2036 * Makefile.in: Regenerate.
2037
4f93efa4
AV
20382016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2039
2040 * MAINTAINERS (Write After Approval): Add myself.
2041
c27e432e
SK
20422016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2043
2044 * MAINTAINERS (Fortran maintainer): Remove myself.
2045
7134713c
BS
20462016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2047
2048 * MAINTAINERS (Write After Approval): Add myself.
2049
7d74282a
KN
20502016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2051
2052 * MAINTAINERS (Write After Approval): Add myself.
2053
1b858e76
CC
20542016-03-17 Cary Coutant <ccoutant@gmail.com>
2055
2056 Sync with binutils-gdb:
2057
2058 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2059
2060 * configure.ac: Add mips and s390 to the gold target check.
2061 * configure: Regenerate.
2062
d15bd5bb
DD
20632016-03-01 DJ Delorie <dj@redhat.com>
2064
2065 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2066
6d1fa6bb
DM
20672016-02-22 David Malcolm <dmalcolm@redhat.com>
2068
2069 * MAINTAINERS (libcpp): Add myself.
2070 (diagnostic messages): Likewise.
2071
607bda60
TV
20722016-02-20 Tom de Vries <tom@codesourcery.com>
2073
2074 * MAINTAINERS: Fix whitespace.
2075
80cfaff8
CZ
20762016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2077
2078 * MAINTAINERS (Write After Approval): Add myself.
2079
c661a43d
SP
20802016-01-29 Sebastian Pop <s.pop@samsung.com>
2081
2082 * config/isl.m4: Add comments about isl-0.16.
2083 * configure: Regenerate.
2084
86b3a101
MJ
20852016-01-29 Martin Jambor <mjambor@suse.cz>
2086
2087 * MAINTAINERS (hsa maintainers): Add myself.
2088
960cbfd2
WD
20892015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2090
2091 * MAINTAINERS: (Write After Approval): Add myself.
2092
1e050c90
AK
20932016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2094 Sebastian Pop <s.pop@samsung.com>
2095
2096 * Makefile.in: Regenerate.
2097 * Makefile.tpl: Export ISLVER.
2098 * configure: Regenerate.
2099 * config/isl.m4: Detect isl-0.15.
2100
cefadad1
MM
21012016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2102
2103 PR bootstrap/69329
2104 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2105 * Makefile.in: Regenerate.
2106
9e530bcd
AP
21072016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2108
2109 * configure.ac: Enable LTO for DJGPP
2110 * configure: Regenerate
2111
324402a0
L
21122016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2113
2114 Sync with binutils-gdb:
2115 2015-10-21 Nick Clifton <nickc@redhat.com>
2116
2117 PR gas/19109
2118 * configure.ac: Note the 'none' is an acceptable argument to
2119 --enable-compressed-debug-sections.
2120 * configure: Regenerate.
2121
9eaaa830
BE
21222016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2123
2124 PR bootstrap/69134
2125 * Makefile.def (mpfr): Disable assembler.
2126 * Makefile.in: Regenerate.
2127
cfe67e03
BE
21282016-01-01 Ben Elliston <bje@gnu.org>
2129
2130 * config.guess: Import version 2016-01-01.
2131 * config.sub: Likewise.
2132
be33d404
SS
21332015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2134
2135 * MAINTAINERS (Write After Approval): Add myself.
2136
e357a5e0
SP
21372015-12-17 Sebastian Pop <s.pop@samsung.com>
2138
2139 * Makefile.in: Replace ISL with isl.
2140 * Makefile.tpl: Same.
2141 * config/isl.m4: Same.
2142 * configure.ac: Same.
2143 * contrib/download_prerequisites: Same.
2144 * configure: Regenerate.
2145
1ad2439b
AP
21462015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2147
2148 * MAINTAINERS (Write After Approval): Add Myself.
2149
70decafb
NS
21502015-12-17 Nathan Sidwell <nathan@acm.org>
2151
2152 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2153 * configure: Regenerate.
2154
560d18d3
AK
21552015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2156 Sebastian Pop <s.pop@samsung.com>
2157
2158 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2159 isl_ctx_get_max_operations.
2160 * configure: Regenerate.
2161
57e8ab24 21622015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2163
2164 * MAINTAINERS (Write After Approval): Add myself.
2165
105b682e
ILT
21662015-12-02 Ian Lance Taylor <iant@google.com>
2167
2168 PR go/66147
2169 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2170 * Makefile.in: Regenerate.
2171
7eb46bec
AT
21722015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2173
2174 PR libffi/65726
2175 * Makefile.def (lang_env_dependencies): Make libffi depend
2176 on cxx.
2177 * Makefile.in: Regenerate.
2178
cc3baaa9
DE
21792015-11-26 David Edelsohn <dje.gcc@gmail.com>
2180
2181 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2182 symbols.
2183
3be96231
TG
21842015-11-20 Tristan Gingold <gingold@adacore.com>
2185
2186 Sync with binutils-gdb:
2187 2015-11-20 Tristan Gingold <gingold@adacore.com>
2188
2189 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2190 * configure: Regenerate.
2191
daa53f38
ML
21922015-11-19 Martin Liska <mliska@suse.cz>
2193
2194 * .gitignore: Add .clang-format to ignored files.
2195 * Makefile.in: Add clang-format.
2196 * Makefile.tpl: Likewise.
2197
54985c70
TA
21982015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2199
2200 * configure.ac: Enable libmpx by default.
2201 * configure: Regenerated.
2202
d0397c75
SE
22032015-10-23 Steve Ellcey <sellcey@imgtec.com>
2204
2205 * MAINTAINERS: Update email address.
2206
735a559c
PM
22072015-10-23 Paulo Matos <pmatos@linki.tools>
2208
2209 * MAINTAINERS: Update email address.
2210
15713b43
AH
22112015-10-23 Alan Hayward <alan.hayward@arm.com>
2212
2213 * MAINTAINERS (Write After Approval): Add myself.
2214
78edb32f
L
22152015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2216
2217 Sync with binutils-gdb:
2218 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2219
2220 PR gas/19109
2221 * configure.ac: Add
2222 --enable-compressed-debug-sections={all,gas,gold,ld}.
2223 * configure: Regenerated.
2224
dec6b7f1
AC
22252015-10-16 Arnaud Charlet <charlet@adacore.com>
2226
2227 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2228
6be1d686
ML
22292015-10-09 Martin Liska <mliska@suse.cz>
2230
2231 * MAINTAINERS (Write After Approval): Add myself.
2232
dc0e2060
AF
22332015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2234
2235 * MAINTAINERS (Write After Approval): Add myself.
2236
bec93d40
FW
22372015-10-02 Florian Weimer <fweimer@redhat.com>
2238
2239 * MAINTAINERS: Update email address.
2240
0487f06d
LK
22412015-10-02 Louis Krupp <louis.krupp@zoho.com>
2242
2243 * MAINTAINERS (Write After Approval): Add myself.
2244
56547ff7
KT
22452015-09-20 Kai Tietz <ktietz70@googlemail.com>
2246
423ea09f 2247 * MAINTAINERS: Update email.
56547ff7 2248
ed4c91ea
BS
22492015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2250
2251 * MAINTAINERS: Update my email address.
2252
2503fd9e
JB
22532015-09-01 James Bowman <james.bowman@ftdichip.com>
2254
2255 * MAINTAINERS (ft32 port): Add myself.
2256
3726332a
DS
22572015-08-28 David Sherwood <david.sherwood@arm.com>
2258
2259 * MAINTAINERS: Add myself.
2260
15480aaf
PM
22612015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2262
2263 * MAINTAINERS (Write After Approval): Add myself.
2264
ad4f95e3
FXC
22652015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2266
2267 PR libfortran/54572
2268 * Makefile.def: Make libgfortran depend on libbacktrace.
2269 * Makefile.in: Regenerate.
2270
95f25df0
SD
22712015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2272
2273 * MAINTAINERS (Write After Approval): Add myself.
2274
5dc85f7e
TV
22752015-08-12 Tom de Vries <tom@codesourcery.com>
2276
2277 PR other/67092
2278 * configure.ac: Remove --with_host_libstdcxx support.
2279 * configure: Regenerate.
2280
44a7d18d
TS
22812015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2282 Jakub Jelinek <jakub@redhat.com>
2283
2284 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2285 nvptx*-*-*.
2286 * configure: Regenerate.
2287
bf5372e7
YS
22882015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2289
2290 * Makefile.def (libiconv): Define bootstrap=true.
2291 Mark pdf/html/info as missing.
2292 (configure-gcc): Depend on all-libiconv.
2293 (all-gcc): Ditto.
2294 (configure-libcpp): Ditto.
2295 (all-libcpp): Ditto.
2296 (configure-intl): Ditto.
2297 (all-intl): Ditto.
2298 * Makefile.in: Regenerate.
2299
94b8fdcc
BC
23002015-08-03 Bin Cheng <bin.cheng@arm.com>
2301
2302 * MAINTAINERS (loop ivopts): Add the entry and myself.
2303
430bcac1
NS
23042015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2305
2306 * MAINTAINERS (nvptx): Add self.
2307
110d61da
AL
23082015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2309
2310 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2311 128-bit vector modes.
2312
c9da7548 23132015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 2314
c9da7548
VV
2315 * MAINTAINERS (Write After Approval): Add myself.
2316
423ea09f 23172015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
2318
2319 * config.sub, config.guess: Import from upstream.
2320
6b1786aa
JL
23212015-07-24 Michael Darling <darlingm@gmail.com>
2322
2323 PR other/66259
2324 * config-ml.in: Reflects renaming of configure.in to configure.ac
2325 * configure: Likewise
2326 * configure.ac: Likewise
2327
45952786
BS
23282015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2329
2330 * MAINTAINERS: Update my email address.
2331
f1595603
L
23322015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2333
2334 Sync with binutils-gdb:
2335 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
2336
2337 * configure.ac (target_configdirs): Exclude target-zlib if
2338 target-libjava isn't built.
2339 * configure: Regenerated.
2340
a05c2c75
L
23412015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2342
2343 Sync with binutils-gdb:
2344 2015-05-13 John David Anglin <dave.anglin@bell.net>
2345
2346 * configure.ac: Disable configuration of GDB for HPUX targets.
2347 * configure: Regenerate.
2348
2349 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2350
2351 * configure.ac: Add --with-system-zlib.
2352 * configure: Regenerated.
2353
2354 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2355
2356 * configure.ac: Add FT32 support.
2357 * configure: Regenerate.
2358
2359 2015-01-12 Anthony Green <green@moxielogic.com>
2360
2361 * configure.ac: Don't disable gprof for moxie.
2362 * configure: Rebuild.
2363
1c01ebf6
L
23642015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2365
2366 Sync with binutils-gdb:
2367 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2368
2369 PR ld/18355
2370 * Makefile.def: Add extra_configure_flags to host zlib.
2371 * configure.ac (extra_host_zlib_configure_flags): New. Set
2372 to --enable-host-shared When bfd is to be built as shared
2373 library. AC_SUBST.
2374 * Makefile.in: Regenerated.
2375
e59969a1
HPN
23762015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
2377
2378 Sync with src:
2379 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
2380 * Makefile.def (dependencies): Add all-zlib to all-bfd.
2381 * Makefile.in: Regenerated.
2382
d9063947
L
23832015-06-30 H.J. Lu <hongjiu.lu@intel.com>
2384
2385 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2386 target.
2387 * configure: Regenerate.
2388
b837291d
LC
23892015-06-23 Ludovic Courtès <ludo@gnu.org>
2390
2391 * MAINTAINERS (Write After Approval): Add myself.
2392
2a97995f
AT
23932015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
2394
2395 * MAINTAINERS (OS Port Maintainers): Add myself.
2396 (Various Maintainers): Remove myself from libffi testsuite.
2397
19cd26a6
RS
23982015-06-04 Richard Sandiford <richard.sandiford@arm.com>
2399
2400 * MAINTAINERS (gen* on machine desc): Add self.
2401
8ca528d9
JM
24022015-06-02 Jason Merrill <jason@redhat.com>
2403
2404 PR bootstrap/66319
2405 * configure.ac: Use -std=gnu++98.
2406
4526c3c1
SN
24072015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2408
2409 * MAINTAINERS (Write After Approval): Add myself.
2410
318a4e6d
MF
24112015-05-28 Mike Frysinger <vapier@gentoo.org>
2412
2413 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2414 * configure: Regenerate.
2415
46070488
JM
24162015-05-26 Jason Merrill <jason@redhat.com>
2417
2418 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2419 * configure: Regenerate.
2420
fef939d6
JB
24212015-05-16 James Bowman <james.bowman@ftdichip.com>
2422
2423 * configure.ac: FT32 target added.
fef939d6
JB
2424 * configure: Regenerated.
2425
886faf50
IB
24262015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
2427
2428 * MAINTAINERS (Write After Approval): Add myself.
2429
91c6b410
PM
24302015-05-11 Paulo Matos <paulo@matos-sorge.com>
2431
2432 * MAINTAINERS (Write After Approval): Add myself.
2433
e640447c
PM
24342015-05-11 Paulo Matos <paulo@matos-sorge.com>
2435
2436 * configure.ac: Fix typo.
2437 * configure: Regenerate.
2438
e587377d
MM
24392015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
2440
2441 * MAINTAINERS (Write After Approval): Add myself.
2442
cabb9d59
MK
24432015-05-03 Matthias Klose <doko@ubuntu.com>
2444
2445 * configure.ac: Match $host configured with triplets.
2446 * configure: Regenerate.
2447
fafb95a6
BRF
24482015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2449
2450 * Makefile.tpl: Remove surplus whitespace throughout.
2451 * Makefile.in: Regenerate.
2452
85867772
SB
24532015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2454
2455 * MAINTAINERS (Various Maintainers): Add myself as instruction
2456 combiner maintainer.
2457
c10b5ea0
JJ
24582015-04-17 Jakub Jelinek <jakub@redhat.com>
2459
2460 PR bootstrap/62077
2461 * configure.ac (--enable-stage1-checking): Default to
2462 release,misc,gimple,rtlflag,tree,types if --disable-checking
2463 or --enable-checking is not specified and DEV-PHASE is not
2464 experimental.
2465 * configure: Regenerated.
2466
77019397
MO
24672015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2468
2469 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2470 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2471 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2472 * Makefile.in: Regenerate.
2473
17feae99 24742015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
2475
2476 * MAINTAINERS: Update my email address.
2477
e61ffb3b
JG
24782015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2479
2480 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2481
b16cc4f2
KT
24822015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2483
2484 * MAINTAINERS: Add myself as an arm port reviewer.
2485
ec523909
ML
24862015-03-25 Martin Liska <mliska@suse.cz>
2487 Yury Gribov <y.gribov@samsung.com>
2488
2489 * Makefile.in: Fix ln source location for vimrc file.
2490 * Makefile.tpl: Likewise.
2491
fc30054e
AH
24922015-03-09 Aldy Hernandez <aldyh@redhat.com>
2493
2494 PR bootstrap/25672
2495 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2496 cross-compiling. Similarly for CXX_FOR_TARGET.
2497 * configure: Regenerate.
2498
5373cd33
IE
24992015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2500
2501 * Makefile.def: Add libmpx.
2502 * configure.ac: Add libmpx.
2503 * Makefile.in: Regenerate.
2504 * configure: Regenerate.
2505
a6e8abb9
KY
25062015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2507
2508 * MAINTAINERS (CPU Port Maintainers): Add myself
2509 i386 vector ISA extns mantainer.
2510
f2b86778
JL
25112015-03-13 Jeff Law <law@redhat.com>
2512
2513 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2514 maintainer.
2515 Remove Richard Henderson as a maintainer for the x86 port.
2516
9dd44d1c
JR
25172015-03-03 Joern Rennecke <gnu@amylaar.uk>
2518
2519 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2520
33079441
IE
25212015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2522
2523 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2524 pointer bounds checker and i386 MPX maintainer.
2525
d083ae5f
SL
25262015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2527
2528 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2529
f91f1c13
MS
25302015-02-26 Martin Sebor <msebor@redhat.com>
2531
2532 * MAINTAINERS (Various Maintainers): Add self.
2533
426c1eb0
TS
25342015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2535
2536 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2537 Make sure it contains lto.
2538 * configure: Regenerate.
2539
8ae12d71
TS
25402015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2541
2542 * configure: Regenerate.
2543
11aa81cc 25442015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 25451
11aa81cc
DN
2546 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2547 middle-end, docstring): Remove myself.
2548 (Write After Approval): Add myself.
2549
a436ab27
JJ
25502015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2551
2552 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2553 (Write After Approval): Update address.
2554
231d020b
DM
25552015-01-29 David Malcolm <dmalcolm@redhat.com>
2556
2557 PR jit/64780
2558 * configure.ac: Require the user to explicitly specify
2559 --enable-host-shared if the jit is enabled.
2560 * configure: Regenerate.
2561
82a94471
RS
25622015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2563
2564 * MAINTAINERS (Write After Approval): Add myself.
2565
e6f0c56d
TV
25662015-01-25 Tom de Vries <tom@codesourcery.com>
2567
2568 * MAINTAINERS: Make whitespace consistent.
2569
631ff3e1
BO
25702015-01-23 Braden Obrzut <admin@maniacsvault.net>
2571
2572 * MAINTAINERS (Write After Approval): Add myself.
2573
09b9cd1f
AV
25742015-01-20 Andre Vehreschild <vehre@gmx.de>
2575
2576 * MAINTAINERS: (Write After Approval): Add myself.
2577
802ed46a
MU
25782015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2579
2580 * MAINTAINERS: (Write After Approval): Add myself.
2581
c61fcfa6
PT
25822015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2583
2584 * MAINTAINERS: (Write After Approval): Add myself.
2585
ebcd09c1
IS
25862015-01-13 Iain Sandoe <iain@codesourcery.com>
2587
2588 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2589 objective-c/c++ front end maintainer.
2590
71aa170d
MP
25912015-01-13 Marek Polacek <polacek@redhat.com>
2592
2593 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2594
da067543
JL
25952015-01-12 Jeff Law <law@redhat.com>
2596
2597 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2598 a very long time.
2599
bf1de3f0
ILT
26002015-01-09 Ian Lance Taylor <iant@google.com>
2601
2602 * configure.ac (host_tools): Add gotools.
2603 * Makefile.def (host_modules): Add gotools.
2604 (dependencies): Add dependency of all-gotools on all-target-libgo.
2605
82a19768
AT
26062015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2607
2608 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2609 * configure: Regenerate.
2610
53dd59bf
TS
26112015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2612
2613 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2614 all-target-libgomp.
2615 * Makefile.in: Regenerate.
2616
8054942d
EB
26172015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2618
2619 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2620
0969ec7d
EB
26212015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2622
2623 * configure.ac: Add Visium support.
2624 * configure: Regenerate.
2625
ec8fd1c0
AS
26262015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2627
2628 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2629 * configure: Regenerate.
2630
9bccfdf5
AP
26312015-01-03 Andrew Pinski <apinski@cavium.com>
2632
2633 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2634 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2635 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2636 (OBJCOPY_FOR_TARGET): New variable.
2637 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2638 * Makefile.in: Regenerate.
2639 * configure.ac: Check for already installed target objcopy.
2640 Also GCC_TARGET_TOOL on objcopy.
2641 * configure: Regenerate.
2642
007adc0d
HPN
26432015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2644
2645 * config.sub: Update from upstream, to 2015-01-01 version.
2646 * config.guess: Ditto.
2647
fe55e976
SH
26482014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2649
2650 * MAINTAINERS (RTEMS Ports): Add myself.
2651
b86d271e
PMR
26522014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2653
2654 * MAINTAINERS (Write After Approval): Add myself.
2655
9733278a
MH
26562014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2657
2658 * MAINTAINERS (Write After Approval): Add myself.
2659
4b4f2e35
TS
26602014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2661
2662 * configure.ac (--enable-as-accelerator-for): Don't set
2663 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2664 * configure: Regenerate.
2665
b6a65eb6
JJ
26662014-12-13 Jakub Jelinek <jakub@redhat.com>
2667
2668 PR bootstrap/64023
2669 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2670 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2671 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2672 to CXX.
2673 * Makefile.in: Regenerated.
2674
c3e1e693
YG
26752014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2676 Yury Gribov <y.gribov@samsung.com>
2677
2678 * .gitignore: Added .local.vimrc and .lvimrc.
2679 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2680 * Makefile.in: Regenerate.
2681
26822014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
2683
2684 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2685 * configure: Regenerated.
2686
b9fb25a5
BS
26872014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2688
2689 * MAINTAINERS (nvptx port): New entry.
2690
d896cc4d
JBG
26912014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2692
2693 * configure: Regenerate.
2694
74ae587e
JBG
26952014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2696
2697 * configure.ac: Merge with Binutils.
2698
45c89690
TB
26992014-11-26 Tobias Burnus <burnus@net-b.de>
2700
2701 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2702 * Makefile.in: Regenerate.
2703
ea903c37
BE
27042014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2705
2706 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2707 missing flex.
2708 * Makefile.in: Regenerated.
2709
eb23df59
IV
27102014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2711
2712 * Makefile.in: Regenerate.
2713
a699d672
L
27142014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2715
2716 PR bootstrap/63784
2717 * libtool.m4: Add $pic_flag with -shared.
2718
fc065a61
RL
27192014-11-21 Renlin Li <Renlin.Li@arm.com>
2720
2721 * MAINTAINERS (Write After Approval): Added myself.
2722
efcc23e6
AV
27232014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2724
2725 * MAINTAINERS (write-after-approval): Add myself.
2726
dd308ed8
MK
27272014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2728
2729 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2730 from 2 years ago.
2731
ac8698a1
AV
27322014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2733
2734 Revert:
2735 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2736
2737 * MAINTAINERS (Write After Approval): Added myself as line map
2738 maintainer.
2739
8dab9330
RL
27402014-11-19 Renlin Li <Renlin.Li@arm.com>
2741
2742 Revert:
2743 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2744
2745 * MAINTAINERS (Write After Approval): Added myself.
2746
1be22083
RL
27472014-11-19 Renlin Li <Renlin.Li@arm.com>
2748
2749 * MAINTAINERS (Write After Approval): Added myself.
2750
59392f46
AV
27512014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2752
2753 * MAINTAINERS (Write After Approval): Added myself as line map
2754 maintainer.
2755
0f3422cc
DS
27562014-11-17 Dodji Seketeli <dodji@redhat.com>
2757
2758 * MAINTAINERS (Various Maintainers): Added myself as line map
2759 maintainer.
2760
0c8969f0
JBG
27612014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2762
2763 * move-if-change: Sync from upstream gnulib.
2764
d7134c0e
JBG
27652014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2766
2767 * compile: Sync with upstream Automake.
2768 * depcomp: Ditto.
2769 * install-sh: Ditto.
2770 * missing: Ditto.
2771 * mkinstalldirs: Ditto.
2772 * ylwrap: Ditto.
2773
e4ff7e6a
JBG
27742014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2775
2776 * config.sub: Update from upstream config repo.
2777 * config.guess: Ditto.
2778
5f520819
KY
27792014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2780
2781 * Makefile.def: Add liboffloadmic to target_modules. Make
2782 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2783 * Makefile.in: Regenerate.
2784 * configure: Regenerate.
2785 * configure.ac: Add liboffloadmic to target binaries.
2786 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2787 Add liboffloadmic to noconfig list when C++ is not supported.
2788
85c64bbe
BS
27892014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2790 Thomas Schwinge <thomas@codesourcery.com>
2791 Ilya Verbin <ilya.verbin@intel.com>
2792 Andrey Turetskiy <andrey.turetskiy@intel.com>
2793
2794 * configure: Regenerate.
2795 * configure.ac (--enable-as-accelerator-for)
2796 (--enable-offload-targets): New configure options.
2797
7d35a59e
TB
27982014-11-11 Tobias Burnus <burnus@net-b.de>
2799
0a002272 2800 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
2801 * Makefile.in: Regenerate.
2802
35485da9
DM
28032014-11-11 David Malcolm <dmalcolm@redhat.com>
2804
2805 * ChangeLog.jit: New.
2806 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2807
ebf6d33b
FXC
28082014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2809
2810 PR target/63610
2811 * libtool.m4: Fix globbing of darwin versions.
2812 * configure: Regenerate.
2813
4a9bb2aa
TB
28142014-11-11 Tobias Burnus <burnus@net-b.de>
2815
4a9bb2aa
TB
2816 * Makefile.def: Remove CLooG.
2817 * Makefile.tpl: Ditto.
2818 * configure.ac: Ditto.
2819 * configure: Regenerate.
2820 * Makefile.in: Ditto.
2821
738f2522
BS
28222014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2823
2824 * configure.ac: Handle nvptx-*-*.
2825 * configure: Regenerate.
2826
9b591dd1
PG
28272014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2828
2829 * MAINTAINERS (Write After Approval): Add myself.
2830
14258928
JJ
28312014-10-31 Jakub Jelinek <jakub@redhat.com>
2832
2833 * Makefile.def (libcc1): Remove bootstrap=true;.
2834 * Makefile.in: Regenerated.
2835
1335a8ca
JBG
28362014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2837
2838 * configure.ac: Update comment.
2839 * configure: Regenerate.
2840
cb115cc2
IE
28412014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2842
2843 * MAINTAINERS (Write After Approval): Add myself.
2844
fca38047
TS
28452014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2846
2847 * configure.ac (extra_host_libiberty_configure_flags): Add
2848 --enable-shared also for libcc1's benefit.
2849 * configure: Regenerate.
2850
65c0707b
TG
28512014-10-29 Tristan Gingold <gingold@adacore.com>
2852
2853 * MAINTAINERS: Change my email address.
2854
ddc8de03
PM
28552014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2856 Tom Tromey <tromey@redhat.com>
2857
2858 * Makefile.def: Add libcc1 to host_modules.
2859 * configure.ac (host_tools): Add libcc1.
2860 * Makefile.in, configure: Rebuild.
2861
4eb1ac39 28622014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
2863
2864 * configure.ac (build_configargs): Don't share config.cache between
2865 build subdirs.
7fd74620 2866 * configure: Regenerate.
3d96b0d0 2867
d81230b5
DH
28682014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2869
2870 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2871 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2872 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2873 leon3v7 as leon3.
2874 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2875 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2876 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2877 * config/sparc/sparc.md (cpu): Add leon3v7.
2878 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2879
c7a6a617
DH
28802014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2881
2882 * MAINTAINERS (write-after-approval): Add myself.
2883
74cc5471
ILT
28842014-10-23 Ian Lance Taylor <iant@google.com>
2885
2886 * configure.ac: Disable the Go frontend on systems where it is known
2887 to not work.
2888 * configure: Regenerate.
2889
929315a9
RB
28902014-10-23 Richard Biener <rguenther@suse.de>
2891
2892 * Makefile.def: Add libcpp build module and dependencies.
2893 * configure.ac: Add libcpp build module.
2894 * Makefile.in: Regenerate.
2895 * configure: Likewise.
2896
5d12b768
MF
28972014-10-15 Max Filippov <jcmvbkbc@gmail.com>
2898
2899 * MAINTAINERS (write-after-approval): Add myself.
2900
7b262a51
MLI
29012014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
2902
2903 * INSTALL/README: Do not mention CVS.
2904
7705dfd1
JY
29052014-10-03 Jing Yu <jingyu@google.com>
2906
2907 * configure.ac: Add aarch64 to list of targets that support gold.
2908 * configure: Regenerate.
2909
a3052d31
FD
29102014-09-29 François Dumont <fdumont@gcc.gnu.org>
2911
2912 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
2913
b2a1b261
CM
29142014-09-29 Catherine Moore <clm@codesourcery.com>
2915
2916 * MAINTAINERS: Add myself as MIPS maintainer.
2917
05342e10
MF
29182014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
2919
2920 * MAINTAINERS: Move myself to MIPS maintainers.
2921
3f6bb7e5
JBG
29222014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2923
2924 * MAINTAINERS: Put all email addresses between '<' and '>'.
2925
3e895729
FXC
29262014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2927
2928 * MAINTAINERS: Move myself to reviewers (Fortran).
2929
e04733ee
AK
29302014-09-01 Andi Kleen <ak@linux.intel.com>
2931
2932 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2933 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
2934 * Makefile.in: Regenerate.
2935
e79c0ea8
DM
29362014-08-28 David Malcolm <dmalcolm@redhat.com>
2937
2938 * rtx-classes-status.txt: Delete
2939
b32d5189
DM
29402014-08-28 David Malcolm <dmalcolm@redhat.com>
2941
2942 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2943
e0c0c325
SP
29442014-08-27 Sebastian Pop <s.pop@samsung.com>
2945
2946 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2947 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2948 of checking for version number.
2949 * configure: Regenerated.
2950 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2951
d7ac0a6a
DM
29522014-08-27 David Malcolm <dmalcolm@redhat.com>
2953
2954 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2955 is done; begin phase 6 (use extra rtx_def subclasses).
2956
9daaca36
DM
29572014-08-27 David Malcolm <dmalcolm@redhat.com>
2958
2959 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2960 done; begin phase 5 (additional rtx_def subclasses).
2961
b2908ba6
DM
29622014-08-26 David Malcolm <dmalcolm@redhat.com>
2963
2964 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2965
1130d5e3
DM
29662014-08-26 David Malcolm <dmalcolm@redhat.com>
2967
2968 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2969 SET_BB_HEADER are done.
2970
0e0ce50d
DM
29712014-08-26 David Malcolm <dmalcolm@redhat.com>
2972
2973 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2974 done.
2975
3d30f4e8
DM
29762014-08-26 David Malcolm <dmalcolm@redhat.com>
2977
2978 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2979
6144a836
DM
29802014-08-26 David Malcolm <dmalcolm@redhat.com>
2981
2982 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2983
b311fd0f
DM
29842014-08-25 David Malcolm <dmalcolm@redhat.com>
2985
2986 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2987
d8ce2eae
DM
29882014-08-25 David Malcolm <dmalcolm@redhat.com>
2989
2990 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2991
1455e88c
DM
29922014-08-25 David Malcolm <dmalcolm@redhat.com>
2993
2994 * rtx-classes-status.txt: Phase 3 (per-file commits within
2995 "config" subdirs) is done; begin phase 4 (removal of
2996 "scaffolding").
2997
76c531d3
DM
29982014-08-23 David Malcolm <dmalcolm@redhat.com>
2999
3000 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3001 dir) is done; begin phase 3 (per-file commits within "config"
3002 subdirs).
3003
00550b3d
DM
30042014-08-21 David Malcolm <dmalcolm@redhat.com>
3005
3006 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3007 phase 2 (per-file commits in main source dir).
3008
622dbadf
BC
30092014-08-21 Bin Cheng <bin.cheng@arm.com>
3010
3011 * configure: Regenerated.
3012
c1286e0b
DM
30132014-08-19 David Malcolm <dmalcolm@redhat.com>
3014
3015 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3016
c2fc1aee
DM
30172014-08-19 David Malcolm <dmalcolm@redhat.com>
3018
3019 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3020
68975683
DM
30212014-08-19 David Malcolm <dmalcolm@redhat.com>
3022
3023 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3024
d914bc6b
DM
30252014-08-19 David Malcolm <dmalcolm@redhat.com>
3026
3027 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3028
8020a4d5
DM
30292014-08-19 David Malcolm <dmalcolm@redhat.com>
3030
3031 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3032
a231b8a5
JV
30332014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3034
3035 * MAINTAINERS (Write After Approval): Add myself.
3036
ce8126f5
CF
30372014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3038
3039 * MAINTAINERS: Remove myself
3040
0f82e5c9
DM
30412014-08-19 David Malcolm <dmalcolm@redhat.com>
3042
3043 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3044
9c9afb69
PP
30452014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3046
3047 * MAINTAINERS (Write After Approval): Add myself.
3048
190bea87
DM
30492014-08-18 David Malcolm <dmalcolm@redhat.com>
3050
3051 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3052 SET_BB_HEADER, SET_BB_FOOTER
3053
c41b94ce
DM
30542014-08-18 David Malcolm <dmalcolm@redhat.com>
3055
bb3fff01 3056 * rtx-classes-status.txt: New file
c41b94ce 3057
eae1a5d4
RG
30582014-08-18 Roman Gareev <gareevroman@gmail.com>
3059
3060 * configure.ac: Eliminate ClooG installation dependency.
3061 * configure: Regenerate.
3062 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3063 * Makefile.in: Regenerate.
3064
f613bc0f
IV
30652014-08-15 Ilya Verbin <iverbin@gmail.com>
3066
3067 * MAINTAINERS (Write After Approval): Add myself.
3068
423ea09f 30692014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
88b1a322
JW
30732014-08-01 Jiong Wang <jiong.wang@arm.com>
3074
3075 * MAINTAINERS (Write After Approval): Add myself.
3076
8ed499f8
AG
30772014-07-28 Anthony Green <green@moxielogic.com>
3078
3079 Import from savannah.gnu.org:
3080 * config.sub: Update to 2014-07-28 version.
3081
09ec3110
RS
30822014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3083
3084 * MAINTAINERS: Remove my MIPS maintainer entry.
3085
7b7f941a
UB
30862014-07-26 Uros Bizjak <ubizjak@gmail.com>
3087
3088 PR target/47230
3089 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3090 * configure: Regenerate.
3091
a12f7ac8
JN
30922014-07-24 James Norris <jnorris@codesourcery.com>
3093
3094 * MAINTAINERS (Write After Approval): Add myself.
3095
09611faf
RG
30962014-07-20 Roman Gareev <gareevroman@gmail.com>
3097
3098 * configure.ac: Accept only CLooG 0.18.1.
3099 * configure: Regenerate.
3100
37738b0f
RG
31012014-07-17 Roman Gareev <gareevroman@gmail.com>
3102
3103 * configure.ac: Don't accept isl 0.11.
3104 * configure: Regenerate.
3105
473037cb
AZ
31062014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3107
3108 * MAINTAINERS (Write After Approval): Add myself.
3109
9a62ed16
RO
31102014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3111
3112 * configure.ac: Don't accept isl 0.10.
3113 * configure: Regenerate.
3114
c41f1c42 31152014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3116
c41f1c42
BE
3117 Fix include path for in-tree cloog.
3118 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3119 * configure: Regenerate.
29d0a43c 3120
c41f1c42 31212014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3122
c41f1c42 3123 * .gitignore: Import gcc_update output.
a5852bea 3124
b6383ab8
TS
31252014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3126
a10ec8bc
TS
3127 * config-ml.in: Robustify ac_configure_args parsing.
3128
45b3824d
TS
3129 * configure.ac (--enable-linker-plugin-configure-flags)
3130 (--enable-linker-plugin-flags): New flags.
3131 (configdirs): Conditionally add libiberty-linker-plugin.
3132 * configure: Regenerate.
3133 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3134 (host_modules) <lto-plugin>: Pay attention to
3135 @extra_linker_plugin_flags@ and
3136 @extra_linker_plugin_configure_flags@.
3137 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3138 * Makefile.in: Regenerate.
3139
b6383ab8
TS
3140 * Makefile.tpl (configure-[+prefix+][+module+])
3141 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3142 "module_srcdir" instead of "module" for locating a module's srcdir.
3143 * Makefile.in: Regenerate.
3144
a4a1b5f3
MF
31452014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3146
3147 * MAINTAINERS (Write After Approval): Add myself.
3148
38a13841
SP
31492014-06-06 Sebastian Pop <sebpop@gmail.com>
3150
3151 * MAINTAINERS: Update my email address.
3152
153fcd41
TP
31532014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3154
3155 * MAINTAINERS (Write After Approval): Add myself.
3156
e25d9632
AB
31572014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3158
3159 * MAINTAINERS (Write After Approval): Add myself.
3160
1007a55c
JW
31612014-05-30 Jonathan Wakely <jwakely@redhat.com>
3162
3163 PR libstdc++/61011
3164 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3165 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3166 * configure: Regenerate.
3167
fd9ed1ae
PA
31682014-05-28 Pedro Alves <palves@redhat.com>
3169
3170 * MAINTAINERS (Write After Approval): Add myself.
3171
03bdb69f
MK
31722014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3173
3174 * MAINTAINERS: Update my affiliation/email.
3175
905083ad
MS
31762014-05-19 Mike Stump <mikestump@comcast.net>
3177
3178 * MAINTAINERS: Add wide-int reviewers.
3179
707f1839
SL
31802014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3181
3182 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3183 * configure: Regenerated.
3184
7321dc60
TR
31852014-05-15 Torvald Riegel <triegel@redhat.com>
3186
3187 * MAINTAINERS (libitm): Add myself as maintainer.
3188
5b1e4b47
CB
31892014-05-07 Charles Baylis <charles.baylis@linaro.org>
3190
3191 * MAINTAINERS (Write After Approval): Add myself.
3192
a4ebe104
RS
31932014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3194
3195 * config.sub, config.guess: Import from upstream.
3196
9575df4a
AL
31972014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3198
3199 * MAINTAINERS (Write After Approval): Put myself in correct order.
3200
2fdc94b7
AL
32012014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3202
3203 * MAINTAINERS (Write After Approval): Add myself.
3204
080c6230
LB
32052014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3206
3207 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3208 section.
3209
4e4c8692
RÁE
32102014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3211
3212 * MAINTAINERS (Write After Approval): Delete myself.
3213
ffe7f7a7
JJ
32142014-04-17 Jakub Jelinek <jakub@redhat.com>
3215
3216 PR sanitizer/56781
3217 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3218 and -B* options with -Xcompiler.
3219
147d38a5
EB
32202014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3221
3222 PR bootstrap/60620
423ea09f 3223 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
3224 * Makefile.in: Regenerate.
3225
ba1925c3
YS
32262014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3227
3228 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3229 for WINDRES_FOR_TARGET in default-manifest.o rule.
3230 * Makefile.in: Regenerate.
3231
8707b3bc
DH
32322014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3233
3234 * MAINTAINERS (Write After Approval): Add myself.
3235
9e1c8fc1
JJ
32362014-03-26 Jakub Jelinek <jakub@redhat.com>
3237
3238 PR sanitizer/56781
3239 * Makefile.def: Set bootstrap=true; for host fixincludes.
3240 * configure.ac: Don't bootstrap host fixincludes unless
3241 --with-build-config=bootstrap-{a,ub}san.
3242 * Makefile.in: Regenerated.
3243 * configure: Regenerated.
3244
beeda1d9
JJ
32452014-03-21 Jakub Jelinek <jakub@redhat.com>
3246
3247 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3248 --enable-vtable-verify option parsing. Don't add
3249 target-libsanitizer to bootstrap_target_libs unless
3250 --with-build-config=bootstrap-asan or
3251 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3252 to bootstrap_target_libs unless --enable-vtable-verify.
3253 * configure: Regenerated.
3254
e5dddc50
AS
32552014-03-10 Anatoly Sokolov <aesok@post.ru>
3256
3257 * MAINTAINERS (Write After Approval): Add myself.
3258
df5bc1cb
DC
32592014-03-07 Denis Chertykov <chertykov@gmail.com>
3260
3261 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3262
3b9edeac
JJ
32632014-03-07 Jakub Jelinek <jakub@redhat.com>
3264
3265 PR bootstrap/58572
3266 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3267 -I for libstdc++-v3 includes if $(LEAN).
3268 * Makefile.in: Regenerated.
3269
c01a8548
JW
32702014-03-04 Jonathan Wakely <jwakely@redhat.com>
3271
3272 * MAINTAINERS: Update my email address.
3273
341c653c
WL
32742014-02-24 Walter Lee <walt@tilera.com>
3275
3276 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3277 (tilegx-*-*): Change to tilegx*-*-*.
3278 * configure: Regenerate.
3279
37f2c4f0
LR
32802014-02-17 Loren J. Rittle <ljrittle@acm.org>
3281
3282 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3283
6c01e96e
KV
32842014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3285
3286 * MAINTAINERS (Write After Approval): Add myself.
3287
91da0481
RO
32882014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3289
3290 PR target/59788
3291 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3292 *solaris2*.
3293
dd35b84f
JDA
32942014-01-21 John David Anglin <danglin@gcc.gnu.org>
3295
3296 * MAINTAINERS: Update my email address.
3297
493b8af8
GP
32982014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3299
3300 * MAINTAINERS: Convert to UTF-8.
3301 Properly sort Xinliang David Li's entry.
3302
f121b81d
CLT
33032013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3304 Sandra Loosemore <sandra@codesourcery.com>
3305
3306 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3307 nios2 port maintainers.
3308
74f769b5
MT
33092013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3310
3311 * MAINTAINERS (Write After Approval): Add myself.
3312
79e0604d 33132013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
3314
3315 * configure.ac: Add user-friendly check for native x86_64-linux
3316 multilibs.
3317 * configure: Regenerate.
3318
33192013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3320
3321 * MAINTAINERS: Add myself as sh maintainer.
3322
33232013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3324
3325 * MAINTAINERS: Add self as SLSR maintainer.
3326
33272013-11-18 Jan Hubicka <hubicka@ucw.cz>
3328
3329 * MAINTAINERS: Update my email address.
3330
33312013-11-15 David Edelsohn <dje.gcc@gmail.com>
3332
3333 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3334
33352013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3336
3337 * Makefile.in: Regenerate.
3338
3339 * Makefile.tpl: Fix typo.
3340 * Makefile.in: Regenerate partially.
3341
33422013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
3343
3344 * configure.ac: Added libcilkrts to noconfig list when C++ is not
3345 supported.
3346 * configure: Regenerated.
3347
33482013-11-01 Trevor Saunders <tsaunders@mozilla.com>
3349
3350 * MAINTAINERS (Write After Approval): Add myself.
3351
33522013-10-30 Jason Merrill <jason@redhat.com>
3353
3354 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3355 --disable-build-format-warnings.
3356
33572013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3358
423ea09f 3359 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
3360 depend on libstdc++ and libgcc.
3361 * configure: Regenerate.
3362 * configure.ac: Added libcilkrts to target binaries. Also, restrict
3363 libcilkrts for POSIX and i*86, and x86_64 architectures.
3364 * Makefile.in: Added libcilkrts related fields to support building it.
3365
33662013-10-26 Jeff Law <law@redhat.com>
3367
3368 * Makefile.def (target_modules): Remove libmudflap
3369 (languages): Remove check-target-libmudflap).
3370 * Makefile.in: Rebuilt.
3371 * Makefile.tpl (check-target-libmudflap-c++): Remove.
3372 * configure.ac (target_libraries): Remove target-libmudflap.
3373 Remove checks which disabled libmudflap on some systems.
3374 * configure: Rebuilt.
3375 * libmudflap: Directory removed.
3376
33772013-10-21 Cong Hou <congh@google.com>
3378
3379 * MAINTAINERS (Write After Approval): Add myself.
3380
33812013-10-16 Mike Stump <mikestump@comcast.net>
3382
3383 * .dir-locals.el: Add.
3384
33852013-10-15 David Malcolm <dmalcolm@redhat.com>
3386
3387 * configure.ac: Add --enable-host-shared
3388 * configure: Regenerate.
3389
33902013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3391
3392 Import from savannah.gnu.org:
3393 * config.guess: Update to 2013-06-10 version.
3394 * config.sub: Update to 2013-10-01 version.
3395
33962013-10-01 Simon Cook <simon.cook@embecosm.com>
3397
3398 Changes to build configuration to allow big endian ARC ELF toolchain
3399 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3400 * configure: Regenerate.
3401
34022013-09-20 Alan Modra <amodra@gmail.com>
3403
3404 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3405 ppc host match. Support little-endian powerpc linux hosts.
3406
34072013-09-19 Dodji Seketeli <dodji@redhat.com>
3408
3409 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3410 maintainer.
3411
34122013-09-12 DJ Delorie <dj@redhat.com>
3413
3414 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3415 maintainers.
3416
34172013-09-03 Richard Biener <rguenther@suse.de>
3418
3419 * configure.ac: Also allow ISL 0.12.
3420 * configure: Regenerated.
3421
34222013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
3423
3424 * MAINTAINERS (Write After Approval): Add myself.
3425
34262013-08-27 David Malcolm <dmalcolm@redhat.com>
3427
3428 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3429
34302013-08-26 Caroline Tice <cmtice@google.com>
3431
3432 * MAINTAINERS: Correct earliers update: Move myself from libvtv
3433 "Various Reviewers" to libvtv "Various Maintainers".
3434
34352013-08-20 Steven Bosscher <steven@gcc.gnu.org>
3436
3437 * MAINTAINERS: Add myself as RTL optimizers reviewer.
3438
34392013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
3440
3441 * MAINTAINERS: Update name, email.
3442
34432013-08-13 Adam Butcher <adam@jessamine.co.uk>
3444
3445 * MAINTAINERS (Write After Approval): Add myself.
3446
34472013-08-12 Caroline Tice <cmtice@google.com>
3448
3449 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3450 address in the Write After Approval section.
3451
34522013-08-09 Carlos O'Donell <carlos@redhat.com>
3453
3454 * MAINTAINERS (Write After Approval): Update email.
3455
34562013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3457
3458 * configure.ac: Adjust to check VTV_SUPPORTED.
3459 * configure: Regenerated.
3460
34612013-08-02 Caroline Tice <cmtice@google.com>
3462
3463 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3464 on non-linux systems; add target-libvtv to noconfigdirs; add
3465 libsupc++/.libs to C++ library search paths.
3466 * configure: Regenerated.
3467 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3468 libstdc++ and libgcc.
3469 * Makefile.in: Regenerated.
3470
34712013-07-19 Yvan Roux <yvan.roux@linaro.org>
3472
3473 * MAINTAINERS (Write After Approval): Add myself.
3474
34752013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3476 Shiva Chen <shiva0217@gmail.com>
3477
3478 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3479 nds32 port maintainers.
3480
34812013-07-17 Tim Shen <timshen91@gmail.com>
3482
3483 * MAINTAINERS (Write After Approval): Add myself.
3484
34852013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3486
3487 * configure.ac: Sync from binutils.
3488 * configure: Regenerate.
3489
34902013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3491
3492 * MAINTAINERS (Write After Approval): Add myself.
3493
34942013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3495
3496 * MAINTAINERS (Write After Approval): Add myself.
3497
34982013-05-17 David Malcolm <dmalcolm@redhat.com>
3499
3500 * MAINTAINERS (Write After Approval): Add myself.
3501
35022013-04-30 Brooks Moses <bmoses@google.com>
3503
3504 * MAINTAINERS: Update my email; move myself from Fortran
3505 reviewer to Write After Approval.
3506
35072013-04-16 Andreas Schwab <schwab@suse.de>
3508
3509 * configure.ac (aarch64-*-*): Don't disable java.
3510 * configure: Regenerate.
3511
35122013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3513
3514 * MAINTAINERS (Write After Approval): Add myself.
3515
35162013-03-30 Matthias Klose <doko@ubuntu.com>
3517
3518 * Makefile.def (target_modules): Don't install libffi.
3519 * Makefile.in: Regenerate.
3520
35212013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3522
3523 * MAINTAINERS (Write After Approval): Add myself.
3524
35252013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3526
3527 * MAINTAINERS (Write After Approval): Add myself.
3528
35292013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3530
3531 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3532 * configure: Regenerated.
3533
a15d2ea8
ILT
35342013-02-05 Ian Lance Taylor <iant@google.com>
3535
3536 PR go/55969
3537 * configure.ac: Disable libgo on some systems where it does not
3538 work.
3539
a3b854b6
FXC
35402013-02-04 David Edelsohn <dje.gcc@gmail.com>
3541
3542 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3543 Remove Geoff Keating as rs6000 port maintainer, at his request.
3544
35452013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3546
3547 * MAINTAINERS: Update my email.
3548
35492013-01-23 Shenghou Ma <minux.ma@gmail.com>
3550
3551 * configure: Re-generate.
3552
35532013-01-15 Richard Biener <rguenther@suse.de>
3554
3555 PR other/55973
3556 * configure: Re-generate.
3557
35582013-01-14 Matthias Klose <doko@ubuntu.com>
3559
3560 * Makefile.def (install-target-libsanitizer): Depend on
3561 install-target-libstdc++-v3.
3562 * Makefile.in: Regenerate.
3563
35642013-01-14 Richard Biener <rguenther@suse.de>
3565
3566 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3567 * configure: Re-generate
3568
35692013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3570
3571 * config.sub: Update from config repo.
3572
35732013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3574
3575 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3576 * Makefile.in: Regenerate.
3577
35782013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3579
3580 * MAINTAINERS (arc): Add new port maintainership for myself.
3581
35822013-01-09 Jason Merrill <jason@redhat.com>
3583
3584 * .gitignore: Import from gdb repository.
3585
35862013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3587
3588 * Makefile.def (configure-gcc): Depend on all-gmp.
3589 (all-gcc): Remove dependency on all-gmp.
3590 * Makefile.in: Regenerated.
3591
35922013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3593
3594 * config.sub: Merge from config repo.
3595 * config.guess: Ditto.
3596
35972013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3598
3599 * Makefile.def: Merge from binutils.
3600 * Makefile.in: Ditto.
3601
36022013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3603
3604 * MAINTAINERS: Update my email.
3605
36062012-12-29 Ben Elliston <bje@gnu.org>
3607
3608 * config.guess: Update to 2012-12-29 version.
3609 * config.sub: Likewise.
3610
36112012-12-20 Matthias Klose <doko@ubuntu.com>
3612
3613 * Makefile.def (install-target-libgfortran): Depend on
3614 install-target-libquadmath, install-target-libgcc.
3615 (install-target-libsanitizer): Depend on install-target-libgcc.
3616 (install-target-libjava): Depend on install-target-libgcc.
3617 (install-target-libitm): Depend on install-target-libgcc.
3618 (install-target-libobjc): Depend on install-target-libgcc.
3619 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3620 * Makefile.in: Regenerate.
3621
36222012-12-19 Matthias Klose <doko@ubuntu.com>
3623
3624 * Makefile.def (install-target-libgo): Depend on
3625 install-target-libatomic.
3626 * Makefile.in: Regenerate.
3627
36282012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3629
3630 PR go/55201
3631 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3632 * Makefile.in: Regenerate.
3633
36342012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3635
3636 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3637 * configure: Regenerate.
3638
36392012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3640
3641 * config.sub: Merge from config repo.
3642
36432012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3644
3645 * Makefile.def (target_modules): Add bootstrap=true and
3646 raw_cxx=true to libsanitizer.
3647 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3648 * Makefile.in: Regenerated.
3649 * configure: Likewise.
3650
36512012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3652
3653 * MAINTAINERS: Remove self as RTL optimization maintainer.
3654
36552012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3656
3657 * MAINTAINERS (Write After Approval): Add myself.
3658
36592012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3660
3661 * Makefile.def (target_modules): Remove bootstrap=true and
3662 raw_cxx=true from libsanitizer.
3663 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3664 * Makefile.in: Regenerated.
3665 * configure: Likewise.
3666
36672012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3668
3669 * Makefile.def (target_modules): Add bootstrap=true and
3670 raw_cxx=true to libsanitizer.
3671 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3672 * Makefile.in: Regenerated.
3673 * configure: Likewise.
3674
36752012-11-28 Andrew Pinski <apinski@cavium.com>
3676
3677 PR bootstrap/54279
3678 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3679 * configure: Regenerate.
3680 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3681 * Makefile.in: Regenerate.
3682
36832012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3684
3685 * configure.ac: Disable libsanitizer if we're not building C++.
3686 * configure: Regenerate.
3687
36882012-11-15 Roland McGrath <roland@hack.frob.com>
3689
3690 * MAINTAINERS (Write After Approval): Add myself.
3691
36922012-11-15 Dmitry Vyukov <dvyukov@google.com>
3693
3694 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3695 Kostya Serebryany (kcc@google.com) and
3696 Jakub Jelinek (jakub@redhat.com).
3697 Rename area for Dodji Seketeli (dodji@redhat.com).
3698
36992012-11-15 Dodji Seketeli <dodji@redhat.com>
3700
3701 * MAINTAINERS: (asan.c, related): Add myself.
3702
37032012-11-14 Roland McGrath <mcgrathr@google.com>
3704
3705 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3706 * configure: Regenerate.
3707
37082012-11-13 Richard Henderson <rth@redhat.com>
3709
3710 * configure.ac: Move libsanitizer logic to subdirectory.
3711 * configure: Regenerate.
3712
37132012-11-13 Dodji Seketeli <dodji@redhat.com>
3714
3715 * configure.ac: Enable libsanitizer just on x86 linux for now.
3716 * configure: Re-generate.
3717
37182012-11-13 David Edelsohn <dje.gcc@gmail.com>
3719
3720 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3721 sections.
3722 * configure: Regenerate.
3723
37242012-11-13 Hans-Peter Nilsson <hp@axis.com>
3725
3726 * configure.ac: Add section for configdirs for libsanitizer.
3727 Disable for cris-*-* and mmix-*-*.
3728 * configure: Regenerate.
3729
37302012-11-12 Wei Mi <wmi@google.com>
3731
3732 * configure.ac: Add libsanitizer to target_libraries.
3733 * Makefile.def: Ditto.
3734 * configure: Regenerate.
3735 * Makefile.in: Regenerate.
3736 * libsanitizer: New directory for asan runtime. Contains an empty
3737 tsan directory.
3738
37392012-11-03 Corinna Vinschen <corinna@vinschen.de>
3740
3741 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3742 against Mingw64 w32api.
3743 * configure: Regenerate.
3744
37452012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3746
3747 * configure: Regenerated.
3748
37492012-11-03 Robert Mason <rbmj@verizon.net>
3750
3751 * configure.ac: add --disable-libstdcxx configure option
3752 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3753
37542012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3755
3756 * MAINTAINERS (Write After Approval): Add myself.
3757
37582012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3759
3760 * MAINTAINERS (Write After Approval): Add myself.
3761
37622012-10-24 Sharad Singhai <singhai@google.com>
3763
3764 * MAINTAINERS (Write After Approval): Add myself.
3765
37662012-10-24 Eric Christopher <echristo@gmail.com>
3767
3768 * MAINTAINERS: Update email address.
3769
37702012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3771
3772 PR bootstrap/54820
3773 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3774 * configure: Regenerate.
3775
37762012-10-23 Richard Earnshaw <rearnsha@arm.com>
3777
3778 * MAINTAINERS (aarch64): Add Marcus and myself.
3779
37802012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3781
3782 PR bootstrap/54820
3783 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3784 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3785 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3786 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3787 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3788 * Makefile.in: Regenerate.
3789 * configure.ac (have_static_libs): New variable and associated check.
3790 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3791 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3792 * configure: Regenerate.
3793
37942012-10-10 Richard Biener <rguenther@suse.de>
3795
3796 * MAINTAINERS: Adjust for changed surname.
3797
37982012-10-04 Lawrence Crowl <crowl@google.com>
3799
3800 * MAINTAINERS (Write After Approval): Add myself.
3801
38022012-10-01 Cary Coutant <ccoutant@google.com>
3803
3804 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3805
38062012-09-28 Ian Lance Taylor <iant@google.com>
3807
3808 * Makefile.def: Make all-target-libgo depend on
3809 all-target-libbacktrace.
3810 * Makefile.in: Rebuild.
3811
38122012-09-26 Ian Lance Taylor <iant@google.com>
3813
3814 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3815 * Makefile.in: Rebuild.
3816
38172012-09-20 Walter Lee <walt@tilera.com>
3818
3819 * configure.ac: Add tilegx to list of targets that support gold.
3820 * configure: Regenerate.
3821
38222012-09-20 Marek Polacek <polacek@redhat.com>
3823
3824 * MAINTAINERS (Write After Approval): Add myself.
3825
38262012-09-19 Steve Ellcey <sellcey@mips.com>
3827
3828 * configure.ac: Add mips*-mti-elf* target.
3829 * configure: Regenerate.
3830
38312012-09-17 Ian Lance Taylor <iant@google.com>
3832
3833 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3834 * configure.ac (host_libs): Add libbacktrace.
3835 (target_libraries): Add libbacktrace.
3836 * Makefile.def (host_modules): Add libbacktrace.
3837 (target_modules): Likewise.
3838 * configure, Makefile.in: Rebuild.
3839
38402012-09-14 David Edelsohn <dje.gcc@gmail.com>
3841
3842 PR target/38607
3843 Merge upstream change.
3844 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3845
3846 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3847 Add libgomp*.o to compare_exclusions for AIX.
3848 * configure: Regenerate.
3849
38502012-09-06 Diego Novillo <dnovillo@google.com>
3851
3852 * configure.ac: Bump minimum GMP version to 4.2.3.
3853 * configure: Re-generate.
3854
38552012-09-05 Georg-Johann Lay <avr@gjlay.de>
3856
3857 PR target/54461
3858 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3859 target-libgloss if not configured --with-avrlibc=no.
3860 * configure: Regenerate.
3861
38622012-09-04 Jason Merrill <jason@redhat.com>
3863
3864 * configure.ac: Fix --enable-languages=all.
3865
38662012-09-04 Christophe Lyon <christophe.lyon@st.com>
3867
3868 * MAINTAINERS (Write After Approval): Add myself.
3869
38702012-09-03 Richard Guenther <rguenther@suse.de>
3871
3872 PR bootstrap/54138
3873 * configure.ac: Re-organize ISL / CLOOG checks to allow
3874 disabling with either --without-isl or --without-cloog.
3875 * configure: Regenerated.
3876
38772012-09-03 Georg-Johann Lay <avr@gjlay.de>
3878
3879 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3880 * configure: Regenerate.
3881
38822012-08-27 Ulrich Drepper <drepper@gmail.com>
3883
3884 * MAINTAINERS: Fix my email address.
3885
38862012-08-26 H.J. Lu <hongjiu.lu@intel.com>
3887
3888 PR binutils/4970
3889 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3890 and opcodes.
3891 * Makefile.in: Regenerated.
3892
38932012-08-26 Art Haas <ahaas@impactweather.com>
3894
3895 * configure: Regenerate.
3896
38972012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
3898
3899 * INSTALL/README: Also refer to the online installation
3900 instructions.
3901
39022012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3903
3904 * MAINTAINERS (Write After Approval): Add myself.
3905 (Picochip port): Remove myself.
3906
39072012-08-14 Diego Novillo <dnovillo@google.com>
3908
3909 Merge from cxx-conversion branch.
3910
3911 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3912 POSTSTAGE1_CONFIGURE_FLAGS.
3913 * Makefile.in: Regenerate.
3914 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
3915 Force C++ when bootstrapping.
3916 * configure: Regenerate.
3917
39182012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3919
3920 * MAINTAINERS (Write After Approval): Add myself.
3921
39222012-07-16 Joseph Myers <joseph@codesourcery.com>
3923
3924 * README: Document use of ranges of years in copyright notices.
3925
39262012-07-06 Richard Guenther <rguenther@suse.de>
3927
3928 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3929 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3930 --with-gmp=system.
3931 * Makefile.in: Regenerated.
3932 * configure: Likewise.
3933
39342012-07-06 Richard Guenther <rguenther@suse.de>
3935
3936 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3937 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3938 supply V=1 as extra_make_flags.
3939 * configure: Regenerated.
3940 * Makefile.in: Likewise.
3941
39422012-07-04 Tristan Gingold <gingold@adacore.com>
3943
3944 * configure: Regenerate.
3945
39462012-07-03 Richard Guenther <rguenther@suse.de>
3947
3948 * Makfile.def (isl): Remove not necessary extra_exports and
3949 extra_make_flags.
3950 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3951 * Makefile.in: Regenerated.
3952
39532012-07-03 Richard Guenther <rguenther@suse.de>
3954
3955 * Makefile.def (cloog): Add V=1 to extra_make_flags.
3956 * configure.ac: If either the ISL or the CLooG check failed
3957 do not try to build in-tree versions.
3958 * Makefile.in: Regenerated.
3959 * configure: Regenerated.
3960
39612012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3962
3963 * configure: Regenerate.
3964
39652012-07-02 Janis Johnson <janisjo@codesourcery.com>
3966
3967 * MAINTAINERS (Various Maintainers): Add myself as testsuite
3968 maintainer.
3969
39702012-07-02 Richard Guenther <rguenther@suse.de>
3971
3972 * configure: Regenerated.
3973
39742012-07-02 Richard Guenther <rguenther@suse.de>
3975 Michael Matz <matz@suse.de>
3976 Tobias Grosser <tobias@grosser.es>
3977 Sebastian Pop <sebpop@gmail.com>
3978
3979 * Makefile.def: Add ISL host module, remove PPL host module.
3980 Adjust ClooG host module to use the proper ISL.
3981 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3982 * configure.ac: Include config/isl.m4. Add ISL host library,
3983 remove PPL. Remove PPL configury, add ISL configury, adjust
3984 ClooG configury.
3985 * Makefile.in: Regenerated.
3986 * configure: Likewise.
3987
39882012-07-02 Richard Guenther <rguenther@suse.de>
3989
3990 Merge from graphite branch
3991 2011-07-21 Tobias Grosser <tobias@grosser.es>
3992
3993 * configure: Regenerated.
3994 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3995 both cloog.org and legacy versions. The only supported version will
3996 be CLooG with the isl backend.
3997
3998 2011-07-21 Tobias Grosser <tobias@grosser.es>
3999
4000 * configure: Regenerated.
4001 * configure.ac: Require cloog isl 0.17.0
4002
4003 2011-07-21 Tobias Grosser <tobias@grosser.es>
4004
4005 * configure: Regenerated.
4006 * config/cloog.m4: Do not define CLOOG_ORG
4007
40082012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4009
4010 * configure.ac: Skip C if explicitly selected.
4011 * configure: Regenerate.
4012
40132012-06-28 Christophe Lyon <christophe.lyon@st.com>
4014
4015 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4016 they contain -O2.
4017 * configure: Regenerate.
4018
40192012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4020
4021 PR debug/53740
4022 * df.h, df-problems.c, dce.c: Revert last patch.
4023
40242012-06-25 Iain Sandoe <iain@codesourcery.com>
4025
4026 * MAINTAINERS (Write After Approval): Update my email address.
4027
40282012-06-21 Meador Inge <meadori@codesourcery.com>
4029
4030 * MAINTAINERS (Write After Approval): Add myself.
4031
40322012-06-20 Jason Merrill <jason@redhat.com>
4033
4034 * Makefile.tpl (check-target-libgomp-c++): New.
4035 (check-target-libitm-c++): New.
4036 * Makefile.def (c++): Add them.
4037 * Makefile.in: Regenerate.
4038
40392012-05-29 Edmar Wienskoski <edmar@freescale.com>
4040
4041 * MAINTAINERS (Write After Approval): Add myself.
4042
40432012-05-16 Olivier Hainque <hainque@adacore.com>
4044
4045 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4046 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4047 (install-no-fixedincludes): Adjust accordingly.
4048 * Makefile.in: Regenerate.
4049
40502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4051
4052 Merge upstream change
4053 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4054
40552012-05-14 Marc Glisse <marc.glisse@inria.fr>
4056
4057 * MAINTAINERS (Write After Approval): Add myself.
4058
40592012-05-09 Nick Clifton <nickc@redhat.com>
4060 Paul Smith <psmith@gnu.org>
4061
4062 PR bootstrap/50461
4063 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4064 allow for the fact that from release v3.1.0 of MPFR the source
4065 files were moved into a src sub-directory.
4066 * configure: Regenerate.
4067
40682012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4069
4070 * configure.ac: Bump minimum MPFR version to 2.4.0.
4071 * configure: Regenerated.
4072
40732012-05-01 Richard Henderson <rth@redhat.com>
4074
4075 * Makefile.def (libatomic): New target_module.
4076 * configure.ac (target_libraries): Add libatomic.
4077 (noconfigdirs): Check if libatomic is supported.
4078 * Makefile.in, configure: Rebuild.
4079
40802012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4081
4082 * MAINTAINERS (Write After Approval): Add myself.
4083
40842012-04-25 Joel Brobecker <brobecker@adacore.com>
4085
4086 * config.sub: Update to 2012-04-18 version from official repo.
4087
40882012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4089
4090 * MAINTAINERS (Write After Approval): Add myself.
4091
40922012-04-11 Steve Ellcey <sellcey@mips.com>
4093
4094 * MAINTAINERS: Changed email address.
4095
40962012-03-28 Georg-Johann Lay <avr@gjlay.de>
4097
4098 PR target/52737
4099 * contrib/gcc_update (files_and_dependencies):
4100 Remove gcc/config/avr/t-multilib from touch data.
4101
41022012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4103
4104 * MAINTAINERS (OS Port Maintainers): Remove irix.
4105 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4106 (unsupported_languages): Remove mips-sgi-irix6.*.
4107 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4108 (with_stabs): Remove.
4109 * configure: Regenerate.
4110
41112012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4112
4113 * MAINTAINERS (OS Port Maintainers): Remove osf.
4114 * configure.ac (enable_libgomp): Remove *-*-osf*.
4115 (with_stabs): Remove alpha*-*-osf*.
4116 * configure: Regenerate.
4117
41182012-03-05 Tristan Gingold <gingold@adacore.com>
4119
4120 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4121 * configure: Regenerate.
4122
41232012-02-17 Walter Lee <walt@tilera.com>
4124
4125 * MAINTAINERS: (Write After Approval): Delete myself.
4126
41272012-02-14 Walter Lee <walt@tilera.com>
4128
4129 * MAINTAINERS (tilegx port): Add myself.
4130 (tilepro port): Add myself.
4131 (Write After Approval): Add myself.
4132
41332012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4134
4135 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4136 and Joseph Myers as docstring relicensing maintainers.
4137
41382012-02-09 Bin Cheng <bin.cheng@arm.com>
4139
4140 * MAINTAINERS (write-after-approval): Add myself.
4141
41422012-02-08 Ira Rosen <irar@il.ibm.com>
4143
4144 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4145 maintainer.
4146
41472012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4148
4149 * MAINTAINERS (Write After Approval): Move myself to
4150 maintain alphabetical order.
4151
41522012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4153
4154 * MAINTAINERS (Write After Approval): Add myself.
4155
41562012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4157
4158 * MAINTAINERS (Write After Approval): Add myself.
4159
41602012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4161 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4162
4163 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4164 * configure: Regenerate.
4165
41662012-01-23 Harshit Chopra <harshit@google.com>
4167
4168 * MAINTAINERS (Write After Approval): Add myself.
4169
41702012-01-22 Douglas B Rupp <rupp@ngnat.com>
4171
4172 * configure.ac: Remove reference to mh-interix.
4173 * configure: Regenerate.
4174
41752012-01-05 Richard Henderson <rth@redhat.com>
4176
4177 PR bootstrap/51072
4178 * configure.ac: Disable libitm if c++ is not enabled.
4179 * configure: Rebuild.
4180
4181 * configure.ac: Fix regexp for same.
4182 * configure: Rebuild.
4183
41842012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4185
4186 * MAINTAINERS (Write After Approval): Add myself.
4187
41882012-01-02 Richard Guenther <rguenther@suse.de>
4189
4190 PR bootstrap/51686
4191 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4192 * Makefile.in: Regenerate.
4193
41942011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4195
4196 * MAINTAINERS (Write After Approval): Add myself.
4197
41982011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4199
4200 * configure: Regenerate.
4201
42022011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4203
4204 * MAINTAINERS (picochip): Changed email address.
4205
42062011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4207
4208 * MAINTAINERS (write-after-approval): Add self.
4209
42102011-11-29 DJ Delorie <dj@redhat.com>
4211
4212 * configure.ac (rl78-*-*) New case.
4213 * configure: Regenerate.
4214 * MAINTAINERS: Add myself as RL78 maintainer.
4215
42162011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4217
4218 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4219
42202011-11-21 Andreas Tobler <andreast@fgznet.ch>
4221
4222 * libtool.m4: Additional FreeBSD 10 fixes.
4223
42242011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4225
4226 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4227 Maintainers section, as Epiphany maintainer.
4228
42292011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4230
4231 PR target/49992
4232 * configure.ac: Remove ranlib special-casing for Darwin.
4233 * configure: Regenerate.
4234
42352011-11-12 Andrey Belevantsev <abel@ispras.ru>
4236
4237 * MAINTAINERS (Reviewers): Keep the list sorted.
4238
42392011-11-11 Andrey Belevantsev <abel@ispras.ru>
4240
4241 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4242
42432011-11-09 Roland McGrath <mcgrathr@google.com>
4244
4245 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4246 * configure: Rebuild.
4247 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4248 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4249 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4250 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4251 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4252 Add READELF.
4253 * Makefile.in: Rebuild.
4254
42552011-11-09 Jason Merrill <jason@redhat.com>
4256
4257 * Makefile.def (language=c++): Remove check-c++0x.
4258 * Makefile.in (check-gcc-c++): Regenerate.
4259
42602011-11-08 Richard Henderson <rth@redhat.com>
4261
4262 * configure.ac: Test for libitm directory present first.
4263
4264 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4265
4266 * configure.ac: Test libitm/configure.tgt to disable libitm.
4267 * configure: Rebuild.
4268
42692011-11-07 Aldy Hernandez <aldyh@redhat.com>
4270 Richard Henderson <rth@redhat.com>
4271
4272 Merged from transactional-memory.
4273
4274 * Makefile.def (lang_env_dependencies): libitm is c++.
4275 Add libitm target module.
4276 * configure.ac: Likewise.
4277 * config/mmap.m4: New file.
4278 * contrib/gcc_update: Add libitm to touch data.
4279 * Makefile.in, configure: Rebuild.
4280
42812011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4282
4283 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4284 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4285 * Makefile.in: Regenerate.
4286
42872011-11-01 DJ Delorie <dj@redhat.com>
4288
4289 * config.sub: Update to version 2011-10-29 (added rl78)
4290
42912011-10-27 Nick Clifton <nickc@redhat.com>
4292
4293 * config.sub: Import these changes from the config project:
4294
4295 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4296 Ben Elliston <bje@gnu.org>
4297
4298 * config.sub (epiphany): New.
4299
4300 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4301 Ben Elliston <bje@gnu.org>
4302
4303 * config.sub (hexagon, hexagon-*): New.
4304
4305 2011-08-23 Roland McGrath <mcgrathr@google.com>
4306
4307 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4308 64eb to be64.
4309
4310 2011-08-16 Roland McGrath <mcgrathr@google.com>
4311
4312 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4313 (nacl): Grok as alias for 32el-unknown-nacl.
4314
43152011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4316
4317 * MAINTAINERS (Write After Approval): Add myself.
4318
43192011-10-24 Teresa Johnson <tejohnson@google.com>
4320
4321 * MAINTAINERS (Write After Approval): Add myself.
4322
43232011-09-21 Jakub Jelinek <jakub@redhat.com>
4324
4325 * MAINTAINERS (sparc port): Remove myself.
4326
43272011-09-14 Tom de Vries <tom@codesourcery.com>
4328
4329 * MAINTAINERS (Write After Approval): Add myself.
4330
43312011-08-14 Yao Qi <yao@codesourcery.com>
4332
4333 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4334 * configure: Regenerate.
4335
43362011-07-26 Ian Lance Taylor <iant@google.com>
4337
4338 * configure.ac: Set have_compiler based on whether gcc directory
4339 exists, rather than on whether gcc is in configdirs.
4340 * configure: Rebuild.
4341
43422011-07-21 Joseph Myers <joseph@codesourcery.com>
4343
4344 * MAINTAINERS (Global Reviewers): Add self.
4345
43462011-07-20 David Edelsohn <dje.gcc@gmail.com>
4347
4348 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4349 link directories.
4350 * Makefile.in: Rebuild.
4351
43522011-07-20 Ian Lance Taylor <iant@google.com>
4353
4354 PR bootstrap/49787
4355 * configure.ac: Move --enable-bootstrap handling earlier in file.
4356 If --enable-bootstrap and either --enable-build-with-cxx or
4357 --enable-build-poststage1-with-cxx, enable C++ automatically.
4358 * configure: Rebuild.
4359
43602011-07-19 Ian Lance Taylor <iant@google.com>
4361
4362 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
4363 make C++ a boot_language. Set and substitute
4364 POSTSTAGE1_CONFIGURE_FLAGS.
4365 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4366 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4367 * configure, Makefile.in: Rebuild.
4368
43692011-07-19 Vladimir Makarov <vmakarov@redhat.com>
4370
4371 * MAINTAINERS (Register Allocation): Move myself from reviewers to
4372 maintainers.
4373
43742011-07-18 Jakub Jelinek <jakub@redhat.com>
4375
4376 * MAINTAINERS (Global Reviewers): Add myself.
4377
43782011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4379
4380 * configure: Regenerate.
4381
43822011-07-16 Jason Merrill <jason@redhat.com>
4383
4384 * Makefile.def (language=c++): Add check-c++0x and
4385 check-target-libmudflap-c++.
4386 * Makefile.tpl (check-target-libmudflap-c++): New.
4387 * Makefile.in: Regenerate.
4388
43892011-07-16 Matthias Klose <doko@ubuntu.com>
4390
4391 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4392 * Makefile.def (target_modules/libjava): Pass
4393 $(EXTRA_CONFIGARGS_LIBJAVA).
4394 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4395 if not configured with --enable-static-libjava.
4396 * Makefile.in: Regenerate.
4397 * configure: Likewise.
4398
43992011-07-15 Jason Merrill <jason@redhat.com>
4400
4401 * Makefile.in (check-c++): Move check-gcc-c++0x after
4402 check-target-libstdc++-v3.
4403
44042011-07-15 Bernd Schmidt <bernds@codesourcery.com>
4405
4406 * MAINTAINERS (c6x port): New entry.
4407
44082011-07-13 Jason Merrill <jason@redhat.com>
4409
4410 * Makefile.in (check-gcc-c++0x): New.
4411 (check-c++): Depend on it.
4412
44132011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4414
4415 PR target/39150
4416 * configure.ac (i[3456789]86-*-solaris2*): Also accept
4417 x86_64-*-solaris2.1[0-9]*.
4418 * configure: Regenerate.
4419
44202011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
4421
4422 * MAINTAINERS (RTL optimizers): Add self.
4423
44242011-06-27 Gabriel Charette <gchare@google.com>
4425
4426 * MAINTAINERS (Write After Approval): Add myself.
4427
44282011-06-22 Hans-Peter Nilsson <hp@axis.com>
4429
4430 PR regression/47836
4431 PR bootstrap/23656
4432 PR other/47733
4433 PR bootstrap/49247
4434 PR c/48825
4435 * configure.ac (target_libraries): Remove target-libiberty.
4436 Remove case-statement setting skipdirs=target-libiberty for
4437 multiple targets. Remove checking target_configdirs and
4438 removing target-libiberty but keeping target-libgcc if
4439 otherwise empty.
4440 * Makefile.def (target_modules): Don't add libiberty.
4441 (dependencies): Remove all traces of target-libiberty.
4442 * configure, Makefile.in: Regenerate.
4443
44442011-06-13 Walter Lee <walt@tilera.com>
4445
4446 * configure.ac (tilepro-*-*) New case.
4447 (tilegx-*-*): Likewise.
4448 * configure: Regenerate.
4449
44502011-06-06 Jing Yu <jingyu@google.com>
4451
4452 * configure.ac: Skip target-libiberty for
4453 arm*-*-linux-androideabi.
4454 * configure: Regenerated.
4455
44562011-06-06 Nick Clifton <nickc@redhat.com>
4457
4458 * config.sub: Sync from upstream.
4459
44602011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4461
4462 * MAINTAINERS (Write After Approval): Add myself.
4463
44642011-06-01 Daniel Jacobowitz <drow@false.org>
4465
4466 * MAINTAINERS: Update my email address.
4467
44682011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4469
4470 * MAINTAINERS (Write After Approval): Update my email address.
4471
44722011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4473
4474 * MAINTAINERS (Write After Approval): Add myself.
4475
44762011-05-08 Doug Kwan <dougkwan@google.com>
4477
4478 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4479 * configure: Regenerated.
4480 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4481 value from configure.
4482 * Makefile.in: Regenerated.
4483
44842011-05-05 Joseph Myers <joseph@codesourcery.com>
4485
4486 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4487 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4488 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4489 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4490 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4491 *-*-vxworks*): Disable newlib and libgloss in separate case
4492 statement.
4493 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4494 to separate case statement.
4495 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4496 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4497 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4498 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4499 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4500 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4501 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4502 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4503 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4504 i[[3456789]]86-*-rdos*, m32r-*-*,
4505 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4506 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4507 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4508 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4509 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4510 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4511 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4512 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4513 and libgloss in main case over targets. Remove most empty cases
4514 in main case over targets.
4515 * configure: Regenerate.
4516
45172011-05-04 Janis Johnson <janisjo@codesourcery.com>
4518
4519 * MAINTAINERS (Write After Approval): Add myself.
4520
45212011-05-04 Joseph Myers <joseph@codesourcery.com>
4522
4523 * configure.ac: Remove code setting special library locations for
4524 hppa*64*-*-hpux11*. Remove code setting compiler for
4525 sparc-sun-solaris2*.
4526 * configure: Regenerate.
4527
45282011-05-04 Joseph Myers <joseph@codesourcery.com>
4529
4530 * configure.ac: Separate libgloss_dir settings from general case
4531 over targets.
4532 * configure: Regenerate.
4533
45342011-04-28 Joseph Myers <joseph@codesourcery.com>
4535
4536 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4537 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4538 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4539 cases in libgcj-disabling case statement.
4540 (hppa*64*-*-linux*): Set unsupported_languages instead of
4541 disabling target-zlib.
4542 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4543 to hppa*64*-*-hpux*.
4544 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4545 hppa*-*-hpux*.
4546 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4547 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4548 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4549 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4550 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4551 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4552 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4553 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4554 libgcj-disabling case statement.
4555 * configure: Regenerate.
4556
45572011-04-28 Joseph Myers <joseph@codesourcery.com>
4558
4559 * configure.ac: Disable Java for targets not supporting libffi.
4560 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4561 Remove cases in Java-disabling statement.
4562 (*arm-wince-pe): Change to arm-wince-pe.
4563 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4564 cases in Java-disabling statement.
4565 (bfin-*-*): Don't disable Java again.
4566 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4567 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4568 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4569 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4570 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4571 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4572 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4573 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4574 Java-disabling statement.
4575 (mmix-*-*): Don't disable Java again.
4576 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4577 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4578 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4579 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4580 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4581 statement.
4582 * configure: Regenerate.
4583
45842011-04-28 Joseph Myers <joseph@codesourcery.com>
4585
4586 * configure.ac: Separate cases disabling Java and Java libraries
4587 from general case over targets.
4588 * configure: Regenerate.
4589
45902011-04-21 Jie Zhang <jzhang918@gmail.com>
4591
4592 * MAINTAINERS: Update my email address.
4593
45942011-04-20 Easwaran Raman <eraman@google.com>
4595
4596 * MAINTAINERS (Write After Approval): Add myself.
4597
45982011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4599
4600 PR lto/48086
4601 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4602 * configure: Regenerate.
4603
46042011-04-16 Jim Meyering <meyering@redhat.com>
4605
4606 * MAINTAINERS (Write After Approval): Add myself.
4607
46082011-04-15 Dodji Seketeli <dodji@redhat.com>
4609
4610 * MAINTAINERS: Update my email address.
4611
46122011-04-13 Georg-Johann Lay <avr@gjlay.de>
4613
4614 * MAINTAINERS (Write After Approval): Add myself.
4615
46162011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4617
4618 * MAINTAINERS (Write After Approval): Add myself.
4619
46202011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4621
4622 * MAINTAINERS (Write After Approval): Add myself.
4623
46242011-04-06 Joseph Myers <joseph@codesourcery.com>
4625
4626 * configure.ac (build_tools): Remove build-byacc.
4627 (host_libs): Remove mmalloc.
4628 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4629 autoconf automake libtool diff rcs fileutils shellutils time
4630 textutils wdiff find uudecode hello tar gzip indent recode release
4631 sed perl gawk findutils gettext zip.
4632 (libgcj): Remove target-qthreads.
4633 (target_tools): Remove target-examples target-gperf.
4634 (YACC): Don't handle building byacc.
4635 * configure: Regenerate.
4636 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4637 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4638 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4639 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4640 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4641 handle building components.
4642 * Makefile.in: Regenerate.
4643
46442011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4645
4646 * MAINTAINERS: Update my email address as Xtensa maintainer.
4647
46482011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4649
4650 * config.sub: Sync from upstream.
4651
46522011-04-01 Joseph Myers <joseph@codesourcery.com>
4653
4654 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4655 (microblaze*): Don't disable libssp.
4656 * configure: Regenerate.
4657
46582011-04-01 Joseph Myers <joseph@codesourcery.com>
4659
4660 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4661 moveifchange.
4662 * configure: Regenerate.
4663 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4664 * Makefile.in: Regenerate.
4665
46662011-04-01 Joseph Myers <joseph@codesourcery.com>
4667
4668 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4669 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4670 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4671 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4672 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4673 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4674 md_exec_prefix cases.
4675 * configure: Regenerate.
4676
46772011-04-01 Joseph Myers <joseph@codesourcery.com>
4678
4679 * configure.ac: Separate cases disabling target-libssp,
4680 target-libiberty, target-libstdc++-v3 and Fortran from general
4681 case over targets.
4682 * configure: Regenerate.
4683
46842011-04-01 Joseph Myers <joseph@codesourcery.com>
4685
4686 * configure.ac (*-*-chorusos): Don't disable libgcj.
4687 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4688 Remove case.
4689 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4690 (arm-*-coff): Don't disable libgcj.
4691 (arm*-*-linux-gnueabi): Remove useless assignment.
4692 (arm-*-riscix*): Don't disable libgcj.
4693 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4694 configuration.
4695 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4696 (c54x*-*-*): Remove case.
4697 (tic54x-*-*): Don't disable GCC or GCC libraries.
4698 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4699 to *.
4700 (d10v-*-*): Don't disable GCC libraries.
4701 (d30v-*-*): Don't disable libgcj.
4702 (h8500-*-*): Don't disable GCC libraries.
4703 (i960-*-*): Don't disable libgcj.
4704 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4705 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4706 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4707 libgcj.
4708 (m68k-*-coff*): Remove case.
4709 (mmix-*-*): Don't disable libgloss on host.
4710 (mn10200-*-*, mn10300-*-*): Remove cases.
4711 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4712 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4713 Don't disable libgcj.
4714 (romp-*-*): Remove case.
4715 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4716 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4717 case.
4718 (v810-*-*): Don't disable GCC libraries.
4719 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4720 (ip2k-*-*): Don't disable GCC libraries.
4721 * configure: Regenerate.
4722
47232011-03-28 Joseph Myers <joseph@codesourcery.com>
4724
4725 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4726 libffi on host.
4727 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4728 on host.
4729 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4730 * configure: Regenerate.
4731
47322011-03-26 John Marino <binutils@marino.st>
4733
4734 * configure.ac: Add support for *-*-dragonfly*
4735 * configure: Regenerate.
4736
47372011-03-25 Joseph Myers <joseph@codesourcery.com>
4738
4739 * configure.ac (native_only): Remove.
4740 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4741 send-pr uudecode guile gnuserv on host.
4742 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4743 send-pr rcs guile perl texinfo libtool on host.
4744 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4745 automake send-pr rcs guile perl texinfo libtool on host.
4746 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4747 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4748 (alpha*-dec-osf*): Don't disable fileutils on target.
4749 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4750 texinfo send-pr expect dejagnu on target.
4751 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4752 target-qthreads on target.
4753 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4754 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4755 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4756 x86_64-*-mingw*): Don't disable expect on target.
4757 (*-*-cygwin*): Don't disable target-gperf on target.
4758 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4759 gnuserv on target.
4760 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4761 target.
4762 * configure: Regenerate.
4763
47642011-03-25 Joseph Myers <joseph@codesourcery.com>
4765
4766 * configure.ac (target_tools): Remove target-groff.
4767 (native_only): Remove target-groff.
4768 (hppa*64*-*-*): Don't disable byacc.
4769 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4770 setting.
4771 (*-*-kaos*): Don't skip target-librx and target-groff.
4772 (*-*-netware*): Don't skip target-libmudflap.
4773 (*-*-tpf*): Don't skip target-libmudflap.
4774 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4775 directories on the host.
4776 (ia64*-*-*vms*): Don't skip tix.
4777 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4778 host.
4779 * configure: Regenerate.
4780
47812011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4782
4783 * configure.ac: Remove references to mt-mep, mt-netware,
4784 mt-wince.
4785 * Makefile.def: Add all-utils soft dependencies.
4786 * Makefile.tpl: Remove GDB_NLM_DEPS.
4787 * configure: Regenerate.
4788 * Makefile.in: Regenerate.
4789
47902011-03-24 Paolo Bonzini <bonzini@gnu.org>
4791
4792 * configure.ac: Do not include mh-x86omitfp.
4793 * configure: Regenerate.
4794
47952011-03-24 Paolo Bonzini <bonzini@gnu.org>
4796
4797 * configure.ac: Remove empty cases.
4798 * configure: Regenerate.
4799
48002011-03-24 Paolo Bonzini <bonzini@gnu.org>
4801
4802 * Makefile.def: Add dependency from termcap to gdb.
4803 * Makefile.in: Regenerate.
4804
48052011-03-24 Paolo Bonzini <bonzini@gnu.org>
4806
4807 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4808 * configure: Regenerate.
4809 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4810 * Makefile.tpl: Likewise.
4811 * Makefile.in: Regenerate.
4812
48132011-03-24 Paolo Bonzini <bonzini@gnu.org>
4814
4815 * configure.ac: Remove all mentions of tentative_cc.
4816 * configure: Regenerate.
4817
48182011-03-24 Joseph Myers <joseph@codesourcery.com>
4819
4820 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4821 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4822 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4823 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4824 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4825 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4826 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4827 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4828 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4829 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4830 *-*-rhapsody*): Remove host cases.
4831 * configure: Regenerate.
4832
48332011-03-24 Joseph Myers <joseph@codesourcery.com>
4834
4835 * configure.ac (ppc*-*-pe): Remove host case.
4836 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4837 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4838 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4839 cases.
4840 * configure: Regenerate.
4841
48422011-03-24 Joseph Myers <joseph@codesourcery.com>
4843
4844 * config.sub: Update to version 2011-03-23.
4845
48462011-03-22 Joseph Myers <joseph@codesourcery.com>
4847
4848 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4849 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4850 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4851 * configure: Regenerate.
4852
48532011-03-22 Joseph Myers <joseph@codesourcery.com>
4854
4855 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4856 to Write After Approval.
4857 * config-ml.in: Don't handle arc-*-elf*.
4858 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4859 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4860 handle GCC libraries.
4861 * configure: Regenerate.
4862
48632011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4864
4865 PR bootstrap/48120:
4866 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4867 Add -lstdc++ -lm to LIBS.
4868 * configure: Regenerate.
4869
48702011-03-18 David Edelsohn <dje.gcc@gmail.com>
4871
4872 * config.guess: Update to version 2011-02-02
4873 * config.sub: Update to version 2011-02-24
4874
48752011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4876
4877 PR lto/48086
4878 * configure.ac: Re-enable LTO on *-apple-darwin9.
4879 * configure: Regenerate.
4880
48812011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4882
4883 PR lto/48086
4884 * configure.ac: Disable LTO on darwin due to an assembler change in
4885 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4886 under 256.
4887 * configure: Regenerate.
4888
48892011-03-11 Chen Liqin <liqin.gcc@gmail.com>
4890
4891 * MAINTAINERS: Update myself as score backend maintainer,
4892 update my e-mail address.
4893
48942011-03-09 Xuepeng Guo <terry.guo@arm.com>
4895
4896 * MAINTAINERS: Update my e-mail address.
4897
48982011-03-06 Joey Ye <joey.ye@arm.com>
4899
4900 * MAINTAINERS: Update my e-mail address.
4901
49022011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4903
4904 * configure.ac: Adjust test of with_ppl.
4905 * configure: Regenerated.
4906
49072011-03-02 Kai Tietz <ktietz@redhat.com>
4908
4909 * MAINTAINERS: Adjust my e-mail address.
4910
49112011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4912
4913 * configure.ac: Add -lpwl to ppllibs.
4914 * configure: Regenerated.
4915
49162011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4917
4918 * config/cloog.m4: Add -lisl to clooglibs.
4919 * configure: Regenerated.
4920
49212011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4922
4923 * MAINTAINERS (CPU Port maintainers): Add self.
4924
49252011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4926
4927 * MAINTAINERS: Add myself as testsuite maintainer.
4928
49292011-02-15 Mike Stump <mikestump@comcast.net>
4930
4931 * MAINTAINERS: Add myself as testsuite maintainer.
4932
49332011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4934
4935 Import from Libtool and gnulib:
4936
4937 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
4938
4939 Prepare for supporting FreeBSD 10.
4940 * config.rpath: Remove handling of freebsd1* which soon would
4941 match FreeBSD 10.0.
4942
4943 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
4944
4945 Remove support for FreeBSD 1.x.
4946 * libtool.m4 (_LT_LINKER_SHLIBS)
4947 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4948 soon would incorrectly match FreeBSD 10.0.
4949
49502011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4951
4952 PR binutils/12283
4953 * move-if-change: Import version from gnulib.
4954
49552011-02-12 Alexandre Oliva <aoliva@redhat.com>
4956
4957 PR lto/47225
4958 * Makefile.def (lto-plugin): Double dash for enable-shared.
4959 (configure-gcc): Depend on all-lto-plugin.
4960 * Makefile.in: Rebuilt.
4961
49622011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4963
4964 * configure.ac: Remove extra bracket.
4965 * configure: Regenerate.
4966
49672011-02-08 Tobias Burnus <burnus@net-b.de>
4968
4969 * MAINTAINERS: Add myself as libquadmath maintainer.
4970
49712011-02-08 Thomas Schwinge <thomas@schwinge.name>
4972
4973 * MAINTAINERS: Update my email address.
4974
49752011-02-07 Joseph Myers <joseph@codesourcery.com>
4976
4977 * MAINTAINERS (option handling): Add self.
4978
49792011-02-06 Kai Tietz <kai.tietz@onevision.com>
4980
4981 PR lto/47225
4982 * Makefile.def: Add dependency for install-gcc
4983 on install-lto-plugin.
4984 * Makfile.in: Regenerated
4985
49862011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
4987
4988 * MAINTAINERS (CPU Port Maintainers): Add myself.
4989
49902011-01-31 Alexandre Oliva <aoliva@redhat.com>
4991
4992 PR libgcj/44341
4993 * configure.ac: Discard --with-* flags for host when configuring
4994 target libraries for cross build.
4995 * configure: Rebuilt.
4996
49972011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4998
4999 * MAINTAINERS (linear loop transforms): Removed.
5000
50012011-01-25 Jakub Jelinek <jakub@redhat.com>
5002
5003 * configure.ac: If with_ppl is no, move setting with_cloog=no
5004 after CLOOG_REQUESTED check.
5005 * configure: Regenerated.
5006
50072011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5008
5009 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5010 CLooG has been requested.
5011 * configure: Regenerated.
5012
50132011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5014
5015 * configure: Regenerated.
5016 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5017
50182011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5019
5020 * configure: Regenerated.
5021 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5022
50232011-01-21 Andreas Schwab <schwab@redhat.com>
5024
5025 * configure.ac: Use AS_HELP_STRING throughout.
5026 * configure: Regenerate.
5027
50282011-01-18 Jie Zhang <jie.zhang@analog.com>
5029
5030 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5031 * configure: Regenerate.
5032
50332011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5034
5035 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5036
50372011-01-13 Joel Brobecker <brobecker@adacore.com>
5038
5039 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5040 for ia64-hpux.
5041 * configure: Regenerate.
5042
50432011-01-07 Jan Hubicka <jh@suse.cz>
5044
5045 PR lto/47225
5046 * Makefile.in: Regenerate.
5047 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5048 configure.
5049
50502011-01-07 Jan Hubicka <jh@suse.cz>
5051
5052 * Makefile.in: Regenerate.
5053 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5054 and configure dependency on lto-plugin configure.
5055 (lto-plugin module): Remove dependency on GCC; add dependency on
5056 liniberty.
5057
50582011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5059
5060 * MAINTAINERS (Write After Approval): Add myself.
5061
50622010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5063
5064 * configure: Regenerate.
5065
50662010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5067
5068 * configure.ac: (picochip): Disable libiberty.
5069
50702010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5071
5072 * MAINTAINERS (Write After Approval): Add myself.
5073
50742010-12-10 Ian Lance Taylor <iant@google.com>
5075
5076 PR bootstrap/46819
5077 * configure.ac: For --disable-libgcj clear libgcj_saved.
5078 * configure: Rebuild.
5079
50802010-12-10 Tobias Burnus <burnus@net-b.de>
5081
5082 PR fortran/46540
5083 * configure.ac: Add --disable-libquadmath and
5084 --disable-libquadmath-support.
5085 * configure: Regenerate.
5086
50872010-12-03 Ian Lance Taylor <iant@google.com>
5088
5089 * MAINTAINERS: Add myself as libgo maintainer.
5090
50912010-12-03 Hans-Peter Nilsson <hp@axis.com>
5092
5093 PR libffi/46792
5094 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5095 * configure: Regenerate.
5096
50972010-12-02 Ian Lance Taylor <iant@google.com>
5098
5099 * configure.ac: Always set default for poststage1_ldflags to
5100 -static-libstdc++ -static-libgcc.
5101
51022010-11-29 Andreas Schwab <schwab@redhat.com>
5103
5104 * configure.ac: Move comment to remove extra space in last argument
5105 of GCC_TARGET_TOOL.
5106
51072010-11-26 Alexandre Oliva <aoliva@redhat.com>
5108
5109 PR other/46026
5110 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5111 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5112 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5113 (BASE_FLAGS_TO_PASS): Use it.
5114 * configure: Rebuilt.
5115 * Makefile.in: Rebuilt.
5116
51172010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 PR binutils/12258
5120 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5121 Properly check default linker.
5122 * configure: Regnerated.
5123
51242010-11-23 Matthias Klose <doko@ubuntu.com>
5125
5126 * configure.ac: For --enable-gold, handle value `default' instead of
5127 `both*'. New configure option --{en,dis}able-ld.
5128 * configure: Regenerate.
5129
51302010-11-20 Ian Lance Taylor <iant@google.com>
5131
5132 * configure.ac: Only disable a language library if no language needs
5133 it. Don't let --disable-libgcj uncondtionally disable libffi.
5134 * configure: Rebuild.
5135
51362010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5137
5138 * Makefile.in: Regenerate.
5139
5140 PR other/46202
5141 * configure.ac: Fix just-built in-tree STRIP name to be
5142 binutils/strip-new.
5143 * configure: Regenerate.
5144 * Makefile.def (install-strip-gcc, install-strip-binutils)
5145 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5146 (install-strip-sid): Mirror dependencies on non-strip variants
5147 of these targets on the respective -strip prerequisites.
5148 * Makefile.tpl (install-strip, install-strip-host)
5149 (install-strip-target): New targets.
5150 (install-strip-[+module+], install-strip-target-[+module+]):
5151 New targets.
5152 * Makefile.in: Regenerate.
5153
51542010-11-19 Ian Lance Taylor <iant@google.com>
5155 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5156
5157 * configure.ac: Add target-libgo to target_libraries. Set
5158 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5159 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5160 (HOST_EXPORTS): Add GOC.
5161 (BASE_TARGET_EXPORTS): Add GOC.
5162 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5163 (GOCFLAGS_FOR_TARGET): New variable.
5164 (EXTRA_HOST_FLAGS): Add GOC.
5165 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5166 * Makefile.def (target_modules): Add libgo.
5167 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5168 (dependencies): Add dependency from configure-target-libgo to
5169 configure-target-libffi and all-target-libstdc++-v3. Add
5170 dependencies from all-target-libgo to all-target-libffi.
5171 (languages): Add go.
5172 * configure: Rebuild.
5173 * Makefile.in: Rebuild.
5174
51752010-11-19 Ian Lance Taylor <iant@google.com>
5176
5177 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5178 compiler/flag environment variables.
5179
51802010-11-18 Ian Lance Taylor <iant@google.com>
5181
5182 * configure.ac: Check for lang_requires_boot_languages in
5183 config-lang.in files.
5184 * configure: Rebuild.
5185
51862010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5187 Tobias Burnus <burnus@net-b.de>
5188
5189 PR fortran/32049
5190 * Makefile.def: Add libquadmath; build it with language=fortran.
5191 * configure.ac: Add libquadmath.
5192 * Makefile.tpl: Handle multiple libs in check-[+language+].
5193 * Makefile.in: Regenerate.
5194 * configure: Regenerate.
5195
b9b9d342
TT
51962010-11-16 Tom Tromey <tromey@redhat.com>
5197
5198 * MAINTAINERS: Moved myself to reviewers section.
5199
ecbfe87a
ZD
52002010-11-15 Zdenek Dvorak <ook@ucw.cz>
5201
5202 * MAINTAINERS: Moved myself to reviewers section.
5203
29a4f477
RW
52042010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5205
5206 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5207 (Write After Approval): Remove self.
5208
9965e3cd
AS
52092010-11-15 Andreas Schwab <schwab@redhat.com>
5210
5211 * configure.ac: Fix spelling in option names.
5212 * configure: Regenerated.
5213
0463992b
GJL
52142010-11-13 Georg-Johann Lay <georgjohann@web.de>
5215
5216 PR bootstrap/39622
5217 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5218 * configure: Regenerated.
5219
3df08734
KG
52202010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5221
5222 * MAINTAINERS: Update my email address.
5223
f16e2237
TG
52242010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5225
f16e2237
TG
5226 * configure: Regenerate.
5227
0bb52d68
TG
52282010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5229
1f980c25 5230 * configure: Regenerate.
0bb52d68 5231
aba2b02e
TG
52322010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5233
aba2b02e
TG
5234 * configure: Regenerate.
5235
27882098
TG
52362010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5237
27882098
TG
5238 * configure: Regenerate.
5239
d32ef397
AS
52402010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5241
5242 * configure.ac: Support official CLooG.org versions.
5243 * configure: Regenerate.
5244 * config/cloog.m4: New.
5245
5a4b6c0e
FD
52462010-11-10 François Dumont <francois.cppdevs@free.fr>
5247
5248 * MAINTAINERS (Write After Approval): Add myself.
5249
f2cea726
DE
52502010-11-09 David Edelsohn <dje.gcc@gmail.com>
5251
5252 * MAINTAINERS: Update my email address.
5253
d8ed14ce
IS
52542010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5255
5256 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5257 * configure: Regenerate.
d8ed14ce 5258
48215350
DK
52592010-11-03 Ian Lance Taylor <iant@google.com>
5260 Dave Korn <dave.korn.cygwin@gmail.com>
5261
5262 PR lto/46273
5263 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5264 and on other supported platforms whenever LTO is enabled.
5265 * configure: Rebuild.
5266
87841584
AM
52672010-11-02 Alan Modra <amodra@gmail.com>
5268
5269 PR binutils/12110
5270 * configure.ac: Error when source path contains spaces.
5271 * configure: Regenerate.
5272
fe12dfe1
JW
52732010-10-23 James E. Wilson <wilson@codesourcery.com>
5274
5275 * MAINTAINERS: Update my email address.
5276
66c92425
ILT
52772010-10-20 Ian Lance Taylor <iant@google.com>
5278
5279 * Makefile.def (target_modules): Set lib_path to src/.libs for
5280 libstdc++-v3 module.
5281 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5282 * Makefile.in: Rebuild.
5283
187d3518
LB
52842010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5285
5286 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5287 (Write After Approval): Remove myself.
5288
02db6bba
TG
52892010-10-15 Tristan Gingold <gingold@adacore.com>
5290
5291 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5292
c0103e74
DR
52932010-10-14 Douglas Rupp <rupp@gnat.com>
5294
5295 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5296
1cd0b716
DK
52972010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5298
5299 * configure.ac (build_lto_plugin): New shell variable.
5300 (--enable-lto): Turn on by default for all non-ELF platforms that
5301 have had LTO support added so far. Set build_lto_plugin appropriately
5302 for both ELF and non-ELF.
5303 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5304 * configure: Regenerate.
5305
d4c1abb3
RW
53062010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5307
5308 Sync from src:
5309 * configure.ac (v850 support): Remove target-libgloss from
5310 noconfigdirs.
5311 * configure: Regenerate.
5312
ffedf511
RW
53132010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5314
5315 PR bootstrap/45326
5316 PR bootstrap/45174
5317 * configure.ac: Honor initial values of $build_configargs,
5318 $host_configargs, $target_configargs. Mark the precious, so
5319 environment settings get recorded.
5320 * configure: Regenerate.
5321
e1826acc
RW
53222010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5323
5324 PR bootstrap/45796
5325 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5326 Depend on all-build-libiberty.
5327 * Makefile.in: Regenerate.
5328
80920132
ME
53292010-09-30 Michael Eager <eager@eagercon.com>
5330
5331 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5332 * configure: Regenerate.
5333
770a498a
ME
53342010-09-28 Michael Eager <eager@eagercon.com>
5335
5336 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5337
86dfbd58
RW
53382010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5339
5340 PR bootstrap/44621
5341 * configure.ac: Fix unportable shell quoting.
5342 * configure: Regenerate.
5343
db50fe7d
IS
53442010-09-21 Iain Sandoe <iains@gcc.gnu.org>
5345
5346 * configure.ac (enable-lto): Add Darwin to the list of supported lto
5347 targets and amend comment.
5348 * configure: Regenerate.
5349
0064e825
TB
53502010-09-15 Tejas Belagod <tejas.belagod@arm.com>
5351
5352 * MAINTAINERS (Write After Approval): Add myself.
5353
bb79486c
JH
53542010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
5355
5356 * configure.ac: Enable LTO by default on Darwin.
5357 * configure: Regenerate.
5358
9e0b22c3
MS
53592010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
5360
bb79486c 5361 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 5362
2fabf1b7
IB
53632010-09-01 Ian Bolton <ian.bolton@arm.com>
5364
bb79486c 5365 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 5366
3a9abc98
DS
53672010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
5368
5369 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5370 ports
5371
331a9a59
DY
53722010-07-28 David Yuste <david.yuste@gmail.com>
5373
5374 * MAINTAINERS (Write After Approval): Add myself.
5375
223a9d64
N
53762010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5377
5378 * configure.ac: Support all v850 targets.
5379 * configure: Regenerate.
5380
9183bdcf
MG
53812010-07-23 Marc Glisse <marc.glisse@normalesup.org>
5382
5383 PR bootstrap/44455
5384 * configure.ac (extra_mpfr_configure_flags): Copy from
5385 extra_mpc_gmp_configure_flags.
5386 * configure: Re-generated.
5387
2e290598
AK
53882010-07-22 Andi Kleen <ak@linux.intel.com>
5389
5390 * MAINTAINERS (Write After Approval): Add myself.
5391
8d6cd388
CLT
53922010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
5393
5394 * MAINTAINERS (Write After Approval): Add myself.
5395
b0b01eb0
JY
53962010-07-20 Jeffrey Yasskin <jyasskin@google.com>
5397
5398 * MAINTAINERS (Write After Approval): Add myself.
5399
77198d71
JH
54002010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
5401
5402 PR target/44862
5403 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5404 Provide -B option to allow for link spec %s substitutions for
5405 libstdc++.a on darwin.
5406 * Makefile.in: Regenerate.
5407
02fe70af
MM
54082010-07-10 Mikael Morin <mikael@gcc.gnu.org>
5409
5410 * MAINTAINERS (Reviewers): Update my e-mail address
5411
c63a4676
AO
54122010-06-10 Alexandre Oliva <aoliva@redhat.com>
5413
5414 * Makefile.def (configure-gcc): Depend on all-libelf.
5415 * Makefile.in: Rebuild.
5416
e68edbf6
FC
54172010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
5418
5419 * MAINTAINERS (Write After Approval): Add myself in the right place.
5420
dce2d8b2 54212010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
5422
5423 * MAINTAINERS (Write After Approval): Add myself.
5424
dce2d8b2 54252010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
5426
5427 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
5428
54292010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 5430
1ab55d69
MK
5431 * config.sub: Update to version 2010-05-21.
5432 * config.guess: Update to version 2010-04-03.
0c422e74 5433
02540df4
SB
54342010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5435
5436 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5437 * configure: Regenerate.
5438
dfe5f5b2
ST
54392010-05-12 Sriraman Tallam <tmsriram@google.com>
5440
5441 * MAINTAINERS (Write After Approval): Add myself.
5442
c082f9f3
SB
54432010-05-07 Steven Bosscher <steven@gcc.gnu.org>
5444
5445 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5446 a platform that supports LTO.
5447 * configure: Regenerate.
5448
f1af9e5f
SP
54492010-05-05 Sebastian Pop <sebastian.pop@amd.com>
5450
5451 * configure.ac: Allow all the versions greater than 0.10 of PPL.
5452 * configure: Regenerated.
5453
38e3d868
RM
54542010-04-27 Roland McGrath <roland@redhat.com>
5455 H.J. Lu <hongjiu.lu@intel.com>
5456
5457 * configure.ac (--enable-gold): Support both, both/gold and
5458 both/bfd to add gold to configdirs without removing ld.
5459 * configure: Regenerated.
5460
5461 * Makefile.def: Add install-gold dependency to install-ld.
5462 * Makefile.in: Regenerated.
5463
3bec79c5
DK
54642010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5465
5466 PR lto/42776
5467 * configure.ac (--enable-lto): Refactor handling so libelf tests
5468 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5469 and allow LTO to be explicitly enabled on non-ELF platforms that
5470 are known to support it inside else-clause.
5471 * configure: Regenerate.
5472
615c8ffa
EB
54732010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5474
5475 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5476 * configure: Regenerate.
5477
e4522f78
RC
54782010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5479
5480 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5481 * configure: Regenerate.
5482
8ccb78f2
RO
54832010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5484
5485 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5486 separately.
5487 * configure: Regenerate.
5488
d5cc2ee3
KW
54892010-04-16 Kevin Williams <kevin.williams@inria.fr>
5490
5491 * MAINTAINERS (Write After Approval): Add myself.
5492
8406cb62
TG
54932010-04-14 Tristan Gingold <gingold@adacore.com>
5494
5495 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5496 * configure: Regenerate.
5497
3591b8e2
SE
54982010-04-13 Steve Ellcey <sje@cup.hp.com>
5499
5500 * configure: Regenerate after change to elf.m4.
5501
a82ecc7b
IS
55022010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5503
5504 * MAINTAINERS (Write After Approval): Add myself.
5505
1f0bf148
SP
55062010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5507
5508 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5509 * configure: Regenerated.
5510
55112010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5512
5513 * configure.ac: Print "buggy but acceptable" when CLooG
5514 revision is less than 9.
5515 * configure: Regenerated.
5516
ecd01dee
DN
55172010-04-01 Diego Novillo <dnovillo@google.com>
5518
5519 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5520
dc683a3f
RW
55212010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5522
5523 PR bootstrap/43615
5524 PR bootstrap/43328
5525
5526 Revert:
5527
5528 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5529
5530 * configure.ac: Do not pass --enable-multilib nor
5531 --disable-multilib in baseargs. Accept explicitly passed
5532 --enable_multilib.
5533 * configure: Regenerate.
5534
7527d83f
UW
55352010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5536
5537 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5538
895522b6
JJ
55392010-03-31 Janis Johnson <janis187@us.ibm.com>
5540
5541 * MAINTAINERS: Remove myself.
5542
9db4e878
RW
55432010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5544
5545 PR bootstrap/43328
5546 * configure.ac: Do not pass --enable-multilib nor
5547 --disable-multilib in baseargs. Accept explicitly passed
5548 --enable_multilib.
5549 * configure: Regenerate.
5550
acf6bf36
AP
55512010-03-28 Andrew Pinski <pinskia@gmail.com>
5552
5553 * MAINTAINERS (spu port): Remove me.
5554
b42f0d7e
JM
55552010-03-23 Joseph Myers <joseph@codesourcery.com>
5556
5557 * configure.ac (tic6x-*-*): New case.
5558 * configure: Regenerate.
5559
0d1152b1
JM
55602010-03-23 Joseph Myers <joseph@codesourcery.com>
5561
5562 * config.sub: Update to version 2010-03-22.
5563 * config.guess: Update to version 2009-12-30.
5564
dce2d8b2 55652010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
5566
5567 PR ada/42554
5568 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5569 * configure: Regenerate.
5570
5408fbe8
RR
55712010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5572
5573 * MAINTAINERS: Update my email address.
5574
3f55a3b3
SP
55752010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5576
5577 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5578 (ghassan.shobaki@amd.com): Removed.
5579
3f08f7e8
AM
55802010-03-17 Alan Modra <amodra@gmail.com>
5581
5582 * MAINTAINERS: Update my email address.
5583
f3a9d094
DN
55842010-03-16 Diego Novillo <dnovillo@google.com>
5585
5586 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5587 Matthews.
5588
db5c4b8b
JM
55892010-03-16 Joseph Myers <joseph@codesourcery.com>
5590
5591 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5592 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5593
b995570a
JM
55942010-03-16 Joseph Myers <joseph@codesourcery.com>
5595
5596 * MAINTAINERS: Update my email address.
5597
124cc66f
DJ
55982010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5599
5600 * MAINTAINERS: Update my email address.
5601
a4581668
BS
56022010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5603
5604 * MAINTAINERS: Update my email address.
5605
49d78e29
JZ
56062010-03-09 Jie Zhang <jie@codesourcery.com>
5607
5608 * MAINTAINERS: Update my email address.
5609
8927b7c0
RO
56102010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5611
5612 PR libstdc++/32499
5613 * configure.ac (RANLIB): Default to true.
5614 (STRIP): Likewise.
5615 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5616 * configure: Regenerate.
5617
dce2d8b2 56182010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
5619
5620 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5621 (Write After Approval): Update my email address.
5622
bf646aaf
NC
56232010-02-17 Nick Clifton <nickc@redhat.com>
5624
5625 PR 11238
5626 * Makefile.tpl (local-distclean): Also remove config.cache files in
5627 sub-directories as there may not be Makefiles present in the
5628 sub-directories.
96e41f16
NC
5629 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5630 the config.cache files found by the find command.
5631
bf646aaf
NC
5632 * Makefile.in: Regenerate.
5633 * configure.ac: Revert previous delta.
5634 * configure: Regenerate.
5635
ff78880a
NC
56362010-02-15 Nick Clifton <nickc@redhat.com>
5637
5638 PR 11238
5639 * configure.ac: Delete config.cache files in sub-directories when
5640 deleting Makefiles.
5641 * configure: Regenerate.
5642
8150eadf
BE
56432010-02-12 Ben Elliston <bje@gnu.org>
5644
5645 * MAINTAINERS: Update my email address.
5646
a9e12bfd
AP
56472010-02-08 Andrew Pinski <pinskia@gmail.com>
5648
5649 * MAINTAINERS (spu port): Update my email address.
5650
95315086
JZ
56512010-02-08 Jie Zhang <jie.zhang@analog.com>
5652
5653 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5654
362c6d2f
KG
56552010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5656
5657 * configure.ac: Add "recommended" version checks for GMP/MPC.
5658 Update recommended GMP/MPFR/MPC versions.
5659 * configure: Regenerate.
5660
888c5ad2
JR
56612010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5662
5663 * MAINTAINERS: Move my Embecosm email address into the
5664 write-after-approval section.
5665
3bf714a7
ILT
56662010-01-26 Ian Lance Taylor <iant@google.com>
5667
5668 * MAINTAINERS: Add myself as Go frontend maintainer.
5669
ad1e5170
JR
56702010-01-25 Joern Rennecke <amylaar@spamcop.net>
5671
5672 PR libstdc++/36101, PR libstdc++/42813
5673 * configure.ac (bootstrap_target_libs): Make inclusion of
5674 target-libgomp conditional on libgomb being in target_configdirs.
5675 * configure: Regenerate.
5676
fb0553d1
JR
56772010-01-23 Joern Rennecke <amylaar@spamcop.net>
5678
5679 PR libstdc++/36101, PR libstdc++/42813
5680 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5681 * configure: Regenerate.
5682
aae29963
JR
56832010-01-22 Joern Rennecke <amylaar@spamcop.net>
5684
5685 PR libstdc++/36101, PR libstdc++/42813
5686 * configure.ac (target_configdirs): Substitute.
5687 * Makefile.def: Bootstrap target module libgomp.
5688 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5689 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5690 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5691 * configure, Makefile.in: Regenerate.
5692
d8fe8895
DK
56932010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5694
5695 * MAINTAINERS: Adjust my details.
5696
ebfe4897
EW
56972010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5698
5699 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5700
f7746c59
TL
57012010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5702
5703 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5704
306c7b5b
TL
57052010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5706
5707 * MAINTAINERS (Write After Approval): Add myself.
5708
1b8b9e19
KT
57092010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5710
5711 * MAINTAINERS (Write After Approval): Add myself.
5712
c164615b
RG
57132010-01-11 Richard Guenther <rguenther@suse.de>
5714
5715 PR lto/41569
5716 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5717 * Makefile.in: Regenerated.
5718
f3f623ae
AT
57192010-01-11 Andreas Tobler <andreast@fgznet.ch>
5720
5721 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5722 * configure: Regenerate.
5723
592c90ff 57242010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 5725 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
5726
5727 PR bootstrap/42424
5728 * configure.ac: Include libtool m4 files.
9c78662a 5729 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
5730 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5731 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 5732
592c90ff
KG
5733 * configure: Regenerate.
5734
60a2e213
RW
57352010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5736
5737 PR bootstrap/41818
5738 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5739 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5740 * Makefile.in: Regenerate.
5741
7413962d
RG
57422010-01-02 Richard Guenther <rguenther@suse.de>
5743
5744 PR lto/41529
5745 * configure.ac: Include config/elf.m4. Disable LTO if not
5746 builting for an elf target.
5747 * configure: Regenerate.
5748
f77f3945
CF
57492009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5750
5751 * MAINTAINERS: Change my email address.
5752
4960e3f0
BE
57532009-12-18 Ben Elliston <bje@au.ibm.com>
5754
5755 * config.sub, config.guess: Update from upstream sources.
5756
d16a31da
SZ
57572009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5758
5759 * MAINTAINERS (Write After Approval): Add myself.
5760
3a5729ea
KG
57612009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5762
5763 PR middle-end/30447
5764 PR middle-end/30789
5765 PR other/40302
5766
5767 * configure.ac: Require MPC.
5768 * configure: Regenerate.
5769
43e02a8a
RW
57702009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5771
5772 PR target/38384
5773 PR bootstrap/40972
5774 * libtool.m4: Sync from git Libtool.
5775 * ltoptions.m4: Likewise.
5776 * ltversion.m4: Likewise.
5777 * lt~obsolete.m4: Likewise.
5778 * ltmain.sh: Likewise.
5779
360d4522
KG
57802009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5781
5782 * configure.ac: Update minimum MPC version to 0.8.
5783 * configure: Regenerate.
5784
f264ed56
SP
57852009-11-21 Sebastian Pop <sebpop@gmail.com>
5786
5787 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5788 * configure: Regenerated.
5789
ed2eaa9f
ILT
57902009-11-21 Ian Lance Taylor <iant@google.com>
5791
5792 * configure.ac: Change default of poststage1_ldflags to be empty if
5793 poststage1_libs is set. When poststage1_libs is empty, and
5794 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5795 * configure: Rebuild.
5796
58346783
AN
57972009-11-21 Adam Nemet <adambnmet@gmail.com>
5798
5799 * MAINTAINERS (Write After Approval): Update my email address.
5800
5ca0106a
BE
58012009-11-20 Ben Elliston <bje@au.ibm.com>
5802
5803 * config.guess: Update from upstream sources.
5804
87213cd4
AO
58052009-11-16 Alexandre Oliva <aoliva@redhat.com>
5806
5807 * Makefile.def: Restore host and target settings for gmp.
5808 * Makefile.in: Rebuild.
5809
f61428ed
AO
58102009-11-16 Alexandre Oliva <aoliva@redhat.com>
5811
5812 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5813 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5814 Fix portability of test of C++ as bootstrap language. Add
5815 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5816 * configure: Rebuild.
5817 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5818 and cloog. Fix in-tree ppl configuration. Introduce libelf
5819 in-tree building.
5820 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5821 (POSTSTAGE1_HOST_EXPORTS): Use it.
5822 (STAGE[+id+]_CXXFLAGS): New.
5823 (BASE_FLAGS_TO_PASS): Pass it down.
5824 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5825 extra_exports.
5826 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5827 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5828 extra_exports.
5829 * Makefile.in: Rebuild.
5830
f6c56be6
BE
58312009-11-17 Ben Elliston <bje@au.ibm.com>
5832
5833 * config.sub, config.guess: Update from upstream sources.
5834
0ccb5970
JK
58352009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5836
5837 * MAINTAINERS (Write After Approval): Add myself.
5838
dce2d8b2 58392009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
5840
5841 * MAINTAINERS (Write After Approval): Add myself.
5842
5d571eaa
OS
58432009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5844
5845 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5846 paths for *-w64-mingw* and x86_64-*mingw*.
5847 * configure: Regenerated.
5848
dce2d8b2 58492009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
5850
5851 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5852
c393f559
BK
58532009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5854
5855 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5856 Phil Edwards to Write-After Approval.
5857
ef4c4300
KT
58582009-10-30 Kai Tietz <kai.tietz@onevision.com>
5859
5860 * configure.ac: Disable target-winsup & co for
5861 x86_64-*-mingw* and *-w64-mingw* targets.
5862 * configure: Regenerated.
5863
65a324b4
NC
58642009-10-16 Nick Clifton <nickc@redhat.com>
5865
5866 * MAINTAINERS: Add myself as a maintainer for the RX port.
5867
dce2d8b2 58682009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 5869
9c78662a 5870 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 5871
17e72e5d
RO
58722009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5873
5874 * configure.ac (CLooG test): Use = with test.
5875 * configure: Regenerate.
5876
ed3a56f3
RG
58772009-10-22 Richard Guenther <rguenther@suse.de>
5878
5879 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5880 cloog if the ppl version check failed. Move flags saving
5881 before setting in libelf check.
5882 * configure: Regenerate.
5883
ad0abd3c
RG
58842009-10-21 Richard Guenther <rguenther@suse.de>
5885
5886 * configure.ac: Adjust the ppl and cloog configure to work as
5887 documented. Disable cloog if ppl was disabled. Omit the version
5888 checks if they were disabled.
5889 * configure: Re-generate.
5890
e4c5bd48
RW
58912009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5892
5893 * configure.ac: Add 'lto' to enable_languages, not
5894 new_enable_languages, and only if not already present.
5895 * configure: Regenerate.
5896
0ffd69c5
GP
58972009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
5898
5899 * README: Refer to the various COPYING* files instead of just
5900 COPYING.
5901 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5902
dce2d8b2 59032009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
5904
5905 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 5906
58687768
RG
59072009-10-07 Richard Guenther <rguenther@suse.de>
5908
5909 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5910 and Richard Guenther as reviewers.
5911 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5912 as reviewers.
5913
49b0ca5c 59142009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 5915
49b0ca5c 5916 * config.sub: Update from upstream sources.
d2d9ce5e 5917
aeb94799
ILT
59182009-10-06 Ian Lance Taylor <iant@google.com>
5919
5920 * Makefile.def: check-gold depends upon all-gas.
5921 * Makefile.in: Rebuild.
5922
123651cd
PM
59232009-10-05 Phil Muldoon <pmuldoon@redhat.com>
5924
5925 * MAINTAINERS (Write After Approval): Add myself.
5926
d7f09764
DN
59272009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
5928
5929 * Makefile.def: all-lto-plugin depends on all-libiberty.
5930 set bootstrap=true for lto-plugin.
5931 Add lto-plugin.
5932 * Makefile.in: Regenerate.
5933 * configure.ac (host_libs): Add lto-plugin.
5934 * configure: Regenerate.
5935
d7f09764
DN
59362009-10-03 Diego Novillo <dnovillo@google.com>
5937
5938 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5939 (HOST_LIBELFLIBS): Define.
5940 (HOST_LIBELFINC): Define.
5941 * Makefile.in: Regenerate.
5942 * configure.ac: Add --enable-lto.
5943 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5944 If --enable-lto is used, add 'lto' to new_enable_languages.
5945 If --enable-lto is used and gold is enabled, add
5946 lto-plugin to configdirs.
5947 * configure: Regenerate.
5948
59492009-10-03 Simon Baldwin <simonb@google.com>
5950
5951 * configure.ac: If --with-system-zlib, suppress local zlib and
5952 pass --with-system-zlib to subdir configure scripts.
5953 * configure: Regenerate.
5954
dce2d8b2 59552009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
5956 Paolo Bonzini <bonzini@gnu.org>
5957
5958 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5959 $(srcdir).
5960 * Makefile.in: Rebuilt.
5961
dce2d8b2 59622009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
5963
5964 * MAINTAINERS (Write After Approval): Add myself.
5965
3e661154
KG
59662009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5967
5968 * configure.ac: Update minimum MPC version to 0.7.
5969 * configure: Regenerate.
5970
f1a036e4
NC
59712009-09-25 Nick Clifton <nickc@redhat.com>
5972
5973 * configure.ac: Pass any --cache-file=/dev/null option on to
5974 subconfigures.
5975 * configure: Regenerate.
5976
d4c74acc
NC
59772009-09-23 Nick Clifton <nickc@redhat.com>
5978
5979 * config.sub, config.guess: Update from upstream sources.
5980
dce2d8b2 59812009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
5982
5983 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5984 * Makefile.in: Rebuilt.
5985
0db770bd
RW
59862009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5987
5988 PR bootstrap/32272
5989 * configure.ac: Error out if $srcdir isn't '.' but contains
5990 host-${host_noncanonical}.
5991 * configure: Regenerate.
5992
71101870
RO
59932009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5994
5995 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5996 maintainer.
5997
ca6d0d62
RW
59982009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5999
79cd2b23
RW
6000 * configure.ac: If bootstrapping a combined tree with
6001 --enable-gold, require c++ in stage1_languages.
6002 * configure: Regenerate.
6003
ab9dcd0c
RW
6004 * configure.ac: Also add target_libs of stage1_languages to
6005 bootstrap_target_libs.
6006 * configure: Regenerate.
6007
ca6d0d62
RW
6008 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6009 with --enable-languages not containing c++.
6010 * configure: Regenerate.
6011
1c3c9f12
JZ
60122009-09-15 Jie Zhang <jie.zhang@analog.com>
6013
6014 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6015 * configure: Regenerate.
6016
dce2d8b2 60172009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6018
6fb30a14
JR
6019 * MAINTAINERS (Write After Approval): Update my e-mail address,
6020 and move from from here...
6021 (Waiting for paperwork): To here.
0318772d 6022
4056c2c6
JM
60232009-09-09 Joseph Myers <joseph@codesourcery.com>
6024
6025 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6026
3e54529c
RW
60272009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6028
6029 * configure.ac: Do not use $extrasub for replacing @if/@endif
6030 parts in Makefile; instead, use additional arguments to
6031 AC_CONFIG_COMMANDS to do the replacement manually, with several
6032 sed invocations, to avoid HP-UX sed command limits.
6033 * configure: Regenerate.
6034
713e2ea6
AO
60352009-09-08 Alexandre Oliva <aoliva@redhat.com>
6036
6037 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6038 blank before -L.
6039
5646b7b9
AO
60402009-09-04 Alexandre Oliva <aoliva@redhat.com>
6041
6042 * configure.ac (with-build-config): Document. Handle without.
6043 Handle missing argument.
6044 * configure: Rebuilt.
6045
e12c4094
AO
60462009-09-03 Alexandre Oliva <aoliva@redhat.com>
6047
6048 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6049 Default to bootstrap-debug only if compare-debug works.
6050 * configure: Rebuilt.
6051 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6052 * Makefile.in: Rebuilt.
6053
75cb0057
RO
60542009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6055
6056 * MAINTAINERS (OS Port Maintainers): Update my email address.
6057
8fc68cba
AO
60582009-09-01 Alexandre Oliva <aoliva@redhat.com>
6059
6060 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6061 * Makefile.in: Rebuilt.
6062
44cb38cf
CD
60632009-09-01 Chris Demetriou <cgd@google.com>
6064
6065 * MAINTAINERS (Write After Approval): Add myself.
6066
f9329c35
DS
60672009-08-31 Dodji Seketeli <dodji@redhat.com>
6068
6069 PR debug/30161
6070 * include/dwarf2.h (enum dwarf_tag): Added
6071 DW_TAG_GNU_template_template_param
6072 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6073
f945e229
PB
60742009-08-30 Paolo Bonzini <bonzini@gnu.org>
6075
6076 * Makefile.tpl (AWK): Fix typo.
6077 * Makefile.in: Regenerate.
6078
87264276
PB
60792009-08-30 Paolo Bonzini <bonzini@gnu.org>
6080
6081 * configure.ac: Detect awk and sed.
6082 * Makefile.def (flags_to_pass): Add AWK and SED.
6083 * Makefile.tpl (AWK, SED): New.
6084 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6085 * configure: Regenerate.
6086 * Makefile.in: Regenerate.
6087
68ccd57c
DK
60882009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6089
6090 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6091 (collapseslashes): Likewise.
6092
df58e648
RW
60932009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6094
6095 * configure.ac (AC_PREREQ): Bump to 2.64.
6096
0539cb2c
RW
60972009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6098
70fa0efa
RW
6099 * configure.ac: Remove --with-datarootdir, --with-docdir,
6100 --with-pdfdir, --with-htmldir switches.
6101 * configure: Regenerate.
6102
5213506e
RW
6103 * configure: Regenerate.
6104
0539cb2c
RW
6105 * compile: Sync from Automake 1.11.
6106 * depcomp: Likewise.
6107 * install-sh: Likewise.
6108 * missing: Likewise.
6109 * mkinstalldirs: Likewise.
6110 * ylwrap: Likewise.
6111
197c68cc
DK
61122009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6113
6114 * ltmain.sh (func_normal_abspath): New function.
6115 (func_relative_path): Likewise.
6116 (func_mode_help): Document new -bindir option for link mode.
6117 (func_mode_link): Add new -bindir option, and use it to place
6118 output DLL if specified.
6119
58af276a
RW
61202009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6121
0115d4a3
RW
6122 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6123 (baseargs): Add --disable-option-checking.
6124 * configure: Regenerate.
6125
58af276a
RW
6126 * Makefile.def (configure-target-libiberty): Depend on
6127 all-binutils and all-ld.
6128 (configure-target-newlib): Likewise.
6129 * Makefile.in: Regenerate.
6130
e9d9afef
BE
61312009-08-17 Ben Elliston <bje@au.ibm.com>
6132
6133 * config.sub, config.guess: Update from upstream sources.
6134
354ebf88
RW
61352009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6136
6137 Sync from src, merge:
6138
6139 2009-07-02 Tristan Gingold <gingold@adacore.com>
6140
6141 * configure.ac: Do not exclude gas for i386-*-darwin.
6142 Add a case for x86_64-*-darwin.
6143 * configure: Regenerate.
6144
8375f7b2
NV
61452009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6146
6147 * MAINTAINERS: Add my name to Write After Approval list.
6148
dce2d8b2 61492009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6150
6151 * configure.ac: Add Microblaze target.
6152 * configure: Regenerate.
6153
ea2002ba
CB
61542009-07-31 Christian Bruel <christian.bruel@st.com>
6155
6156 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6157 * configure: Regenerate.
2bf33cdb 6158
dce2d8b2 61592009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6160
6161 * MAINTAINERS (Write After Approval): Update my e-mail address.
6162
e90e6bd7
ILT
61632009-07-06 Ian Lance Taylor <iant@google.com>
6164
6165 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6166 * configure: Rebuild.
6167
f6e0880a
TG
61682009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6169
6170 * MAINTAINERS: Move myself to the Graphite Reviewers.
6171
6d984927
WG
61722009-06-30 Wei Guozhi <carrot@google.com>
6173
6174 * MAINTAINERS: Add my name to Write After Approval list.
6175
f2689b09
SE
61762009-06-26 Steve Ellcey <sje@cup.hp.com>
6177
6178 PR bootstrap/40338
6179 * configure.ac (comparestring): Create new variable.
6180 * Makefile.tpl (comparestring): Use to skip some comparisions.
6181 * configure: Regenerate.
6182 * Makefile.in: Regenerate.
6183
f62c0ba4
DE
61842009-06-26 Doug Evans <dje@sebabeach.org>
6185
6186 * Makefile.def (host_modules): Add cgen.
6187 * Makefile.in: Regenerate.
6188 * configure.ac (host_tools): Add cgen.
6189 * configure: Regenerate.
6190
7acf4da6
DD
61912009-06-23 DJ Delorie <dj@redhat.com>
6192
6193 * MAINTAINERS: Add myself as mep maintainer.
6194
00020c16
ILT
61952009-06-23 Ian Lance Taylor <iant@google.com>
6196
6197 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6198 boot_languages. Only bootstrap target libraries listed in
6199 target_libs for some boot language. Add --with-stage1-ldflags,
6200 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6201 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6202 if not building with C++.
6203 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6204 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6205 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6206 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6207 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6208 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6209 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6210 * configure, Makefile.in: Rebuild.
6211
1da52d4a
LF
62122009-06-23 Li Feng <nemokingdom@gmail.com>
6213
6214 * MAINTAINERS: Added my name to write-after-approval list.
6215
144c9175
RM
62162009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6217
6218 * configure.ac: Define is_elf for QNX Neutrino targets.
6219 * configure: Regenerate.
6220
e5871e24
GS
62212009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6222
9c78662a 6223 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 6224
5f4a82c0
KG
62252009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6226
6227 * configure.ac: Detect MPC in default directory.
6228 * configure: Regenerate.
6229
394e9195
JG
62302009-06-03 Jerome Guitton <guitton@adacore.com>
6231 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6232
9c78662a
UB
6233 * Makefile.tpl (all): Avoid a trailing backslash.
6234 * Makefile.in: Regenerate.
394e9195 6235
47bca6aa
BE
62362009-06-03 Ben Elliston <bje@au.ibm.com>
6237
6238 * config.sub, config.guess: Update from upstream sources.
6239
a891a473
RS
62402009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6241
6242 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6243 to noconfdirs.
6244 * configure: Regenerate.
6245
70cb2d9f
AO
62462009-06-02 Alexandre Oliva <aoliva@redhat.com>
6247
6248 * Makefile.tpl ([+compare-target+]): Compare all stage
6249 directories, rather than just gcc.
6250 * Makefile.in: Rebuilt.
6251
7f1245df
DK
62522009-06-01 Doug Kwan <dougkwan@google.com>
6253
6254 * configure.ac: Support gold for target arm*-*-*.
6255 * configure: Regenerate.
394e9195 6256
acd26225
KG
62572009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6258
6259 * Makefile.def: Add MPC support and dependencies.
6260 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6261
6262 * Makefile.in, configure: Regenerate.
6263
a1fc946a
AO
62642009-05-27 Alexandre Oliva <aoliva@redhat.com>
6265
6266 * Makefile.tpl (all): Avoid harmless warning in make all when
6267 gcc-bootstrap is enabled but stage_last does not exist.
6268 * Makefile.in: Rebuilt.
6269
2e6a3c8d
NR
62702009-05-24 Nicolas Roche <roche@adacore.com>
6271
6272 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6273 * Makefile.in: Regenerate.
6274
63487d11
DC
62752009-05-21 Denis Chertykov <chertykov@gmail.com>
6276
6277 * MAINTAINERS: Update my e-mail address.
6278
449223af
DK
62792009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6280
6281 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6282 * configure: Regenerate.
6283
31c98f49
AO
62842009-05-18 Alexandre Oliva <aoliva@redhat.com>
6285
6286 PR other/40159
6287 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6288 gcc-no-bootstrap are mutually exclusive.
6289 * Makefile.in: Rebuilt.
6290
0f501837
AO
62912009-05-18 Alexandre Oliva <aoliva@redhat.com>
6292
6293 PR other/40159
6294 * Makefile.tpl (all): Don't end with unconditional success.
6295 * Makefile.in: Rebuilt.
6296
4a4a4e99
AO
62972009-05-12 Alexandre Oliva <aoliva@redhat.com>
6298
6299 PR target/37137
6300 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6301 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6302 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6303 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6304 stage_configureflags, stage_cflags and stage_libcflags into
6305 explicit Makefile macros.
6306 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6307 GFORTRAN.
6308 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6309 CC. Set CC_FOR_BUILD from CC.
6310 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6311 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6312 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6313 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6314 and GFORTRAN.
6315 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6316 (_LIBCFLAGS): Renamed to _TFLAGS.
6317 (do-compare-debug, do-compare3-debug): Drop.
6318 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6319 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6320 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6321 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6322 (XGCC_FLAGS_FOR_TARGET): New.
6323 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6324 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6325 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6326 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 6327 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
6328 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
6329 TFLAGS.
6330 (BUILD_CONFIG): Include if requested.
6331 (all): Set TFLAGS on bootstrap.
6332 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6333 (all-stageid-prefixmodule): Likewise.
6334 (do-clean, distclean-stageid): Set TFLAGS.
6335 (restrap): Fix whitespace.
6336 * Makefile.in: Rebuilt.
6337
1cee3429
PB
63382009-05-07 Paolo Bonzini <bonzini@gnu.org>
6339
6340 * config.guess: Sync with src.
6341
0b70eafd
DK
63422009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
6343
6344 * configure.ac ($with_ppl): Default to no if not supplied.
6345 ($with_cloog): Likewise.
6346 configure: Regenerate.
6347
5175f17c
JW
63482009-04-27 James E. Wilson <wilson@codesourcery.com>
6349
6350 * MAINTAINERS: Update my e-mail address.
6351
952fa153
NC
63522009-04-27 Nick Clifton <nickc@redhat.com>
6353
6354 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6355
a687f83c
EB
63562009-04-25 Eric Botcazou <ebotcazou@adacore.com>
6357
6358 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6359 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6360 * Makefile.in: Regenerate.
6361
9e3eba15
KG
63622009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6363
6364 PR bootstrap/39739
6365 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6366 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6367
6368 * configure, Makefile.in: Regenerate.
6369
a687f83c 63702009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
6371
6372 * include/hashtab.h: Update GTY annotations to new syntax
6373 * include/splay-tree.h: Likewise
6374
070bdbd9
BE
63752009-04-17 Ben Elliston <bje@au.ibm.com>
6376
6377 * config.sub, config.guess: Update from upstream sources.
6378
55f2d967
AG
63792009-04-15 Anthony Green <green@moxielogic.com>
6380
6381 * configure.ac: Add moxie support.
6382 * configure: Rebuilt.
6383
309c24a9
JJ
63842009-04-14 Jakub Jelinek <jakub@redhat.com>
6385
6386 * configure.ac: Change copyright header to refer to version
6387 3 of the GNU General Public License and to point readers at the
6388 COPYING3 file and the FSF's license web page.
6389 * Makefile.def: Likewise.
6390 * Makefile.tpl: Likewise.
6391 * Makefile.in: Regenerate.
6392
b93133bc
JH
63932009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
6394
6395 * configure.ac: Restore match for darwin9 or later. Use double
6396 brackets since regeneration eats one pair.
6397 * configure: Regenerate.
6398
d18ff35a
L
63992009-04-09 H.J. Lu <hongjiu.lu@intel.com>
6400
6401 PR gas/10039
6402 * configure.ac: Require texinfo 4.7.
6403 * configure: Regenerated.
6404
748086b7
JJ
64052009-04-09 Nick Clifton <nickc@redhat.com>
6406
6407 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6408 the GCC Runtime Library Exception.
6409
a3337ea2
KG
64102009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6411
6412 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6413 * configure: Regenerate.
6414
60911f14
SE
64152009-04-01 Steve Ellcey <sje@cup.hp.com>
6416
6417 * Makefil.def (languages): New entries.
6418 * Makefile.tpl (check-gcc-*): New generic target.
6419 * Makefile.in: Regenerate.
60911f14 6420
dce2d8b2 64212009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 6422
d18ff35a 6423 * MAINTAINERS: Update my email address.
7369c1d0 6424
cfb1f59f
TT
64252009-03-18 Tom Tromey <tromey@redhat.com>
6426
d18ff35a
L
6427 * configure: Rebuild.
6428 * configure.ac (host_libs): Add libiconv.
6429 * Makefile.in: Rebuild.
6430 * Makefile.def (host_modules): Add libiconv.
6431 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 6432
75eeae1a
TG
64332009-03-16 Tristan Gingold <gingold@adacore.com>
6434
6435 * configure.ac: Treat gdb as supported on x86_64-darwin.
6436 * configure: Regenerate.
6437
f38095f3
JM
64382009-03-16 Joseph Myers <joseph@codesourcery.com>
6439
6440 * configure.ac (--with-host-libstdcxx): New option.
6441 * configure: Regenerate.
6442
dce2d8b2 64432009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
6444
6445 * MAINTAINERS: Move myself into the write after approval list.
6446
6d401294
NP
64472009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
6448
6449 * MAINTAINERS: Update e-mail address.
2bf33cdb 6450
07c97076
DN
64512009-03-11 Dorit Nuzman <dorit@il.ibm.com>
6452
6453 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6454
dce2d8b2 64552009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
6456
6457 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6458
7a9d3fe8
RW
64592009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6460
6461 Backport from git Libtool:
6462
6463 2009-01-19 Robert Millan <rmh@aybabtu.com>
6464 Support GNU/kOpenSolaris.
6465 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6466 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6467 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6468 GNU/kOpenSolaris.
6469
c9e9e11f
AS
64702009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6471
6472 * MAINTAINERS: Update e-mail address.
6473
5e8c1552 64742009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
6475
6476 * MAINTAINERS (Write After Approval): Add self.
6477
b0adb088
BM
64782009-02-18 Bingfeng Mei <bmei@broadcom.com>
6479
6480 * MAINTAINERS (Write After Approval): Add myself.
6481
ee04b574
AS
64822009-02-05 Andreas Schwab <schwab@suse.de>
6483
6484 * Makefile.tpl (stage_last): Define $r and $s before using
6485 $(RECURSE_FLAGS_TO_PASS).
6486 * Makefile.in: Regenerate
6487
907884c9
ILT
64882009-01-30 Ian Lance Taylor <iant@google.com>
6489
6490 * MAINTAINERS: Move myself to the Global Reviewers list.
6491
416ac4d4
RM
64922009-01-29 Robert Millan <rmh@aybabtu.com>
6493
6494 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6495 * configure: Regenerate.
6496
ee5decb3
GP
64972009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6498
6499 * MAINTAINERS: Make whitespace consistent.
19196f44 6500 Remove Robert Millan from Write After Approval.
ee5decb3 6501
36fbb0ec
AM
65022009-01-16 Alan Modra <amodra@bigpond.net.au>
6503
6504 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6505 (all-opcodes): Depend on all-libiberty.
6506 * Makefile.in: Regenerate.
6507
52535a64
DR
65082009-01-15 Douglas B Rupp <rupp@gnat.com>
6509
6510 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6511 * configure: Regenerate.
6512
e04a57df
RR
65132009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6514
6515 * MAINTAINERS (Write After Approval): Add myself.
6516
856c450b
SK
65172009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6518
6519 * MAINTAINERS: Add myself to reviewers (Fortran).
6520
dce2d8b2 65212009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
6522
6523 PR tree-optimization/38515
6524 * configure.ac (cloog-polylib): Removed.
6525 (with_ppl, with_cloog): Test for "no".
6526 * configure: Regenerated.
6527
1e5e8a59
DF
65282009-01-11 Daniel Franke <franke.daniel@gmail.com>
6529
6530 * MAINTAINERS: Moved myself to reviewers (Fortran).
6531
5e5debf6
TS
65322009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6533
6534 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6535 (Write After Approval): Remove myself.
6536
1c42acf1
DN
65372009-01-03 Diego Novillo <dnovillo@google.com>
6538
6539 * MAINTAINERS: Remove myself from alias maintainership.
6540
2fbbedaf
DA
65412009-01-02 David Ayers <ayers@fsfe.org>
6542
6543 * MAINTAINERS: Update e-mail address.
6544
17213821
GP
65452008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6546
6547 * MAINTAINERS: Make whitespace consistent.
6548
baafc534
RW
65492008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6550
6551 Backport from upstream Libtool:
6552 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6553 Add cache variables to tests that require the linker to work.
6554 For shlibpath_overrides_runpath, this also changes the semantics
6555 to let the result from the C compiler take precedence.
6556
18430d27
BE
65572008-12-02 Ben Elliston <bje@au.ibm.com>
6558
6559 * config.sub, config.guess: Update from upstream sources.
6560
dce2d8b2 65612008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
6562
6563 * configure.ac (ppllibs): Add by default the lib flags.
6564 * configure: Regenerate.
6565
41e9641b
LM
65662008-12-08 Luis Machado <luisgpm@br.ibm.com>
6567
6568 * MAINTAINERS: Add myself to the write after approval list.
6569
25783c30
JH
65702008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6571
ee04b574
AS
6572 * configure.ac: Add double brackets on darwin[912].
6573 * configure: Regenerate.
25783c30 6574
0e318fcc
DK
65752008-12-03 Daniel Kraft <d@domob.eu>
6576
6577 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6578 Approval to Reviewer section (for Fortran front-end).
6579
7f171b95
JH
65802008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6581
6582 * configure.ac: Expand to darwin10 and later.
6583 * configure: Regenerate.
6584
09ce620e
AS
65852008-12-02 Andreas Schwab <schwab@suse.de>
6586
6587 * Makefile.def: configure-target-boehm-gc depends on
6588 all-target-libstdc++-v3.
6589 * Makefile.in: Regenerate.
6590
386c704d
KT
65912008-12-02 Kai Tietz <kai.tietz@onevision.com>
6592
6593 * MAINTAINERS: Add myself as mingw maintainer.
6594
e03dd84a
BE
65952008-12-02 Ben Elliston <bje@au.ibm.com>
6596
6597 * config.sub, config.guess: Update from upstream sources.
6598
3fa87964
GP
65992008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6600
6601 * README.SCO: Remove.
6602
df72d7ed
FP
66032008-11-29 Fernando Pereira <pronesto@gmail.com>
6604
6605 * MAINTAINERS: Add myself to the write after approval list.
6606
b5646528
DK
66072008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6608
6609 * MAINTAINERS: Update my email address in WAA section.
6610
dce2d8b2 66112008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
6612
6613 * MAINTAINERS: Update e-mail address.
6614
dce2d8b2 66152008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
6616
6617 * MAINTAINERS: Change e-mail address.
6618
0db3a858
TG
66192008-11-27 Tristan Gingold <gingold@adacore.com>
6620
6621 * configure.ac: Build gdb for i?86-*-darwin*
6622 * configure: Regenerated.
6623
dce2d8b2 66242008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
6625
6626 * MAINTAINERS: Added my full name.
6627
487e299b
DJ
66282008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6629
6630 PR bootstrap/38014
6631 PR bootstrap/37923
6632
6633 Revert:
6634
6635 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6636
6637 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6638 * Makefile.in: Regenerated.
6639
6640 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6641
6642 PR gdb/921
6643 PR gdb/1646
6644 PR gdb/2175
6645 PR gdb/2176
6646
6647 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6648 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6649 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6650 (HOST_EXPORTS): Pass CPPFLAGS.
6651 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6652 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6653 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6654 * Makefile.in, configure: Regenerated.
6655 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6656 and CPPFLAGS_FOR_BUILD.
6657
dce2d8b2 66582008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
6659
6660 * MAINTAINERS: Add myself as middle end maintainer.
6661
044fed69
AS
66622008-11-06 Andrew Stubbs <ams@codesourcery.com>
6663
6664 * MAINTAINERS (Write after approval): Add myself.
6665
caf6defe
DN
66662008-11-05 Diego Novillo <dnovillo@google.com>
6667
6668 * MAINTAINERS (Global Reviewers): Add myself.
6669 (Non-Algorithmic Maintainers): Remove myself.
6670
3e9899ac
TS
66712008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6672
09ce620e 6673 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 6674
ea99e36e
MM
66752008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6676
09ce620e 6677 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 6678
fb0d2684
BE
66792008-10-31 Ben Elliston <bje@au.ibm.com>
6680
6681 * configure.ac (spu-*-*): Remove special case.
6682 * configure: Regenerate.
6683
73c07a3e
CM
66842008-10-30 Catherine Moore <clm@codesourcery.com>
6685
6686 * MAINTAINERS (Write after approval): Update my email address.
6687
7310a2da
SSF
66882008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6689
6690 * configure.ac [spu-*-*]: Do not set skipdirs.
6691 * configure: Re-generate.
6692
7e51fe23
BS
66932008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6694
6695 * MAINTAINERS (Various Maintainers): Add myself to reload.
6696
ef20be93
RG
66972008-10-25 Richard Guenther <rguenther@suse.de>
6698
6699 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6700 maintainer. Remove myself as libgcc-math maintainer.
6701 (Non-Algorithmic Maintainers): Remove myself.
6702
03ffcfa0
DJ
67032008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6704
6705 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6706 * Makefile.in: Regenerated.
6707
dec014a9
CC
67082008-10-23 Cary Coutant <ccoutant@google.com>
6709
6710 * MAINTAINERS (Write after approval): Add myself.
6711
b36c386c
DJ
67122008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6713
6714 PR gdb/921
6715 PR gdb/1646
6716 PR gdb/2175
6717 PR gdb/2176
6718
6719 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6720 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6721 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6722 (HOST_EXPORTS): Pass CPPFLAGS.
6723 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6724 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6725 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6726 * Makefile.in, configure: Regenerated.
6727 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6728 and CPPFLAGS_FOR_BUILD.
6729
dce2d8b2 67302008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
6731
6732 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6733 Sebastian Pop.
6734
e0bda97e
AP
67352008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6736
6737 * MAINTAINERS (Write After Approval): Added myself.
6738
36c713e0
KG
67392008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6740
6741 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6742 recommended version to 2.3.2.
6743
6744 * configure: Regenerate.
6745
8fe005ee
MM
67462008-10-01 Mark Mitchell <mark@codesourcery.com>
6747
6748 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6749
be8f156f
DD
67502008-09-29 David Daney <david.daney@caviumnetworks.com>
6751
6752 * MAINTAINERS (Write After Approval): Update e-mail address.
6753
ae11dff4
PG
67542008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6755
6756 * libtool.m4: Update to libtool 2.2.6.
6757 * lt~obsolete.m4: Update to libtool 2.2.6.
6758 * ltmain.sh: Update to libtool 2.2.6.
6759 * ltsugar.m4: Update to libtool 2.2.6.
6760 * ltversion.m4: Update to libtool 2.2.6.
6761 * ltoptions.m4: Update to libtool 2.2.6.
6762 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6763
441154b1
CF
67642008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6765
6766 * MAINTAINERS (Write After Approval): Add myself.
6767
775b3b26
BRF
67682008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6769
6770 * MAINTAINERS (Write After Approval): Update my name.
6771
94538043
SB
67722008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6773
09ce620e 6774 * MAINTAINERS: Add myself in "Write After Approval".
94538043 6775
52d1bfd8
SE
67762008-09-18 Steve Ellcey <sje@cup.hp.com>
6777
09ce620e 6778 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 6779
c5cc92f5
GP
67802008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6781
6782 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6783 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6784 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6785 and Michael Tiemann from Write After Approval since they do not
6786 actually have access.
6787
23d9794a
RG
67882008-09-05 Richard Guenther <rguenther@suse.de>
6789
6790 * configure.ac: Initialize clooglibs to -lcloog.
6791 * configure: Re-generate.
6792
192a671e
LCW
67932008-09-04 Le-Chun Wu <lcwu@google.com>
6794
6795 * MAINTAINERS (Write After Approval): Add myself.
6796
d789184e
SP
67972008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6798
6799 * configure.ac (--with-cloog-polylib): New.
6800 (--disable-cloog-version-check): New.
6801 (--disable-ppl-version-check): New.
6802 * configure: Re-generate.
6803
36a881c7
RG
68042008-09-03 Richard Guenther <rguenther@suse.de>
6805
6806 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6807 cloog test.
6808 * configure: Re-generate.
6809
358da97e
HS
68102008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6811
6812 Add picoChip port.
6813 * MAINTAINERS: Add picoChip maintainers.
6814
f8bf9252
SP
68152008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6816 Tobias Grosser <grosser@fim.uni-passau.de>
6817 Jan Sjodin <jan.sjodin@amd.com>
6818 Harsha Jagasia <harsha.jagasia@amd.com>
6819 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6820 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6821 Adrien Eliche <aeliche@isty.uvsq.fr>
6822
6823 Merge from graphite branch.
6824 * configure: Regenerate.
6825 * Makefile.in: Regenerate.
6826 * configure.ac (host_libs): Add ppl and cloog.
6827 Add checks for PPL and CLooG.
6828 * Makefile.def (ppl, cloog): Added modules and dependences.
6829 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6830 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6831
d89f0ad6
AL
68322008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6833
6834 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6835 (GCC_SHLIB_SUBDIR): New.
6836 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6837 * configure: Regenerate.
6838 * Makefile.in: Regenerate.
6839
88a25817
GP
68402008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6841
6842 * MAINTAINERS: Consistently use tabs to separate columns.
6843
f873f15f
TG
68442008-08-29 Tristan Gingold <gingold@adacore.com>
6845
6846 * MAINTAINERS (Write after Approval): Add myself.
6847
e1514c3f
TG
68482008-08-28 Tristan Gingold <gingold@adacore.com>
6849
6850 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6851 Enable bfd, binutils and opcodes.
6852 * configure: Regenerate.
6853
4717882f
JDA
68542008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6855
6856 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6857
28c9884c
TK
68582008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6859
6860 * MAINTAINERS: Use correct Umlaut for last name.
6861
ae96d86a
FXC
68622008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6863
6864 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6865
3ecc96e3
DE
68662008-08-16 David Edelsohn <edelsohn@gnu.org>
6867
6868 * MAINTAINERS: Update my email address.
6869
dd609cc1
EB
68702008-08-16 Nicolas Roche <roche@adacore.com>
6871
6872 * Makefile.tpl: Add BOOT_ADAFLAGS.
6873 * Makefile.in: Regenerate.
6874
08d0963a
RS
68752008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6876
6877 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6878 * configure: Regenerate.
6879
dce2d8b2 68802008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
6881
6882 * configure.ac: Add makefile fragments for hpux.
6883 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6884 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6885 * configure: Regenerate.
6886 * Makefile.in: Regenerate.
6887
dce2d8b2 68882008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
6889
6890 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6891
dce2d8b2 68922008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
6893
6894 * MAINTAINERS (Write after Approval): Add myself.
6895
78209f30
XG
68962008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
6897
6898 * MAINTAINERS (Write After Approval): Add myself.
6899
5b5b098d
AJ
69002008-06-29 Andrew Jenner <andrew@codesourcery.com>
6901
6902 * MAINTAINERS (Write After Approval): Add myself.
6903
d812ec93
KW
69042008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
6905
6906 * MAINTAINERS: Update my email address.
6907
99e78224
JY
69082008-06-25 Joey Ye <joey.ye@intel.com>
6909
6910 * MAINTAINERS (Write After Approval): Add myself.
6911
18c04407
RW
69122008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6913
6914 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6915 * Makefile.in: Regenerate.
6916 * configure: Regenerate.
6917
47aa9a31
DK
69182008-06-17 Daniel Kraft <d@domob.eu>
6919
6920 * MAINTAINERS (Write After Approval): Add myself.
6921
ad33ff57
RW
69222008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6923
6924 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6925 "$@" is still intact with both Autoconf 2.59 and 2.62.
6926 * configure: Regenerate.
6927
cdce5c41
RW
69282008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6929
6930 * Makefile.tpl: Fix comment errors.
6931 * Makefile.in: Regenerate.
6932
01b79d11
DM
69332008-06-12 David S. Miller <davem@davemloft.net>
6934 David Edelsohn <edelsohn@gnu.org>
6935
6936 * configure.ac: Add powerpc*-*-* to gold supported targets.
6937 * configure: Regenerate.
6938
f8c33439
JM
69392008-06-08 Joseph Myers <joseph@codesourcery.com>
6940
6941 PR tree-optimization/36218
6942 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6943 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6944 (all prefix="build-"): Pass them to build-system sub-makes.
6945 * Makefile.in: Regenerate.
6946
cd985f66
JM
69472008-06-07 Joseph Myers <joseph@codesourcery.com>
6948
6949 * MAINTAINERS (mt port): Remove.
6950 (sco5, unixware, sco udk): Remove.
6951 (Kean Johnston): Add to Write After Approval.
6952
3f6383d3
JB
69532008-05-30 Julian Brown <julian@codesourcery.com>
6954
6955 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
6956 of libobjc for ARM EABI Linux.
6957 * configure: Regenerate.
30da41ed 6958
dce2d8b2 69592008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 6960
09ce620e 6961 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 6962
dce2d8b2 69632008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 6964
e29cc9b4 6965 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 6966
955410cb
JW
69672008-05-15 Janus Weil <janus@gcc.gnu.org>
6968
6969 * MAINTAINERS (Write After Approval): Add myself.
6970
719bb4e3 69712008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
6972
6973 * config-ml.in: don't handle --enable-shared and --enable-static.
6974
372b05fc
RS
69752008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
6976
6977 * MAINTAINERS: Update my email address.
6978
f73e2200
PC
69792008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
6980
6981 * MAINTAINERS: Update my email address.
09ce620e 6982
3e438e2b
KVH
69832008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
6984
6985 * MAINTAINERS (Write After Approval): Add myself.
6986
177bf491
GS
69872008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
6988
6989 * MAINTAINERS (Write After Approval): Add myself.
6990
dce2d8b2 69912008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
6992
6993 * MAINTAINERS (crx): Add myself.
6994
14a8726b
PB
69952008-04-18 Paolo Bonzini <bonzini@gnu.org>
6996
6997 Sync with src:
6998 2008-04-14 David S. Miller <davem@davemloft.net>
6999
09ce620e
AS
7000 * configure.ac: Add sparc*-*-* to gold supported targets.
7001 * configure: Regenerate.
14a8726b 7002
7142fb32
PB
70032008-04-18 Paolo Bonzini <bonzini@gnu.org>
7004
7005 PR bootstrap/35457
7006 * configure.ac: Include override.m4.
7007 * configure: Regenerate.
7008
c6b196de
PB
70092008-04-18 Paolo Bonzini <bonzini@gnu.org>
7010
09ce620e
AS
7011 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7012 * Makefile.in: Regenerate.
c6b196de 7013
dce2d8b2 70142008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7015
09ce620e 7016 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7017 as nonconfigurable directories list.
09ce620e 7018 * configure: Regenerate.
c993ae60 7019
8479b1b1
BE
70202008-04-14 Ben Elliston <bje@au.ibm.com>
7021
7022 * config.sub, config.guess: Update from upstream sources.
7023
295e261a
HPN
70242008-04-12 Hans-Peter Nilsson <hp@axis.com>
7025
7026 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7027 * Makefile.in: Regenerate.
7028
ac3949d9
EW
70292008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7030
7031 * configure.ac: Do not build libssp for the AVR.
7032 * configure: Regenerate.
7033
06407e30
ILT
70342008-04-07 Ian Lance Taylor <iant@google.com>
7035
7036 * Makefile.def: check-gold depends upon all-binutils.
7037 * Makefile.in: Regenerate.
7038
97db009c
AH
70392008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7040
7041 * MAINTAINERS (Write After Approval): Add myself.
7042
2a79c47f
NC
70432008-04-04 Nick Clifton <nickc@redhat.com>
7044
7045 PR binutils/4334
5f4bebbf 7046 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7047 builds.
7048 * configure: Regenerate.
7049
c53a18d3
N
70502008-04-04 NightStrike <NightStrike@gmail.com>
7051
7052 PR other/35151
09ce620e
AS
7053 * configure.ac: Combine rules for mingw32 and mingw64.
7054 * configure: Regenerate.
c53a18d3 7055
d925aa70
KT
70562008-04-02 Kai Tietz <kai.tietz@onvision.com>
7057
7058 * MAINTAINERS (Write After Approval): Add myself.
7059
dce2d8b2 70602008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7061
7062 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7063 * Makefile.in (.NOTPARALLEL): Ditto.
7064
4412a506
PG
70652008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7066
7067 * MAINTAINERS (Write After Approval): Add myself.
7068
dce2d8b2 70692008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7070
7071 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7072 * Makefile.in (.NOTPARALLEL): Regenerate.
7073
639223bd
PB
70742008-03-27 Paolo Bonzini <bonzini@gnu.org>
7075
7076 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7077 * Makefile.in: Regenerate.
7078
b8ab1f4a
JS
70792008-03-26 Jakub Staszak <kuba@et.pl>
7080
7081 * MAINTAINERS (Write After Approval): Add myself.
7082
b45890a4
TK
70832008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7084
7085 * MAINTAINERS: Update e-mail address.
7086
5afab7ad
ILT
70872008-03-20 Ian Lance Taylor <iant@google.com>
7088
7089 * configure.ac: Add support for --enable-gold.
7090 * Makefile.def: Add gold as a directory like ld.
7091 * configure, Makefile.in: Regenerate.
7092
38d24731
RW
70932008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7094
7095 * configure.ac: m4_include config/proginstall.m4.
7096 * configure: Regenerate.
32bc4cf4
RW
7097
7098 Backport from upstream Libtool:
09ce620e 7099
32bc4cf4 7100 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7101
32bc4cf4
RW
7102 Deal with Autoconf 2.62's semantic change in m4_append.
7103 * ltsugar.m4 (lt_append): Replace broken versions of
7104 m4_append.
7105 (lt_if_append_uniq): Don't require separator to be overquoted,
7106 and avoid broken m4_append.
7107 (lt_dict_add): Fix typo.
7108 * libtool.m4 (_LT_DECL): Don't overquote separator.
7109
9d3c50ea
DE
71102008-03-13 David Edelsohn <edelsohn@gnu.org>
7111
7112 * config.rpath: Add AIX 6 support.
7113
5d2edb29
PB
71142008-03-13 Paolo Bonzini <bonzini@gnu.org>
7115
7116 * Makefile.def (stageprofile). Remove -fprofile-generate
7117 from stage_libcflags.
7118 * Makefile.in: Regenerate.
7119
954910ef
BE
71202008-03-13 Ben Elliston <bje@au.ibm.com>
7121
7122 * config.sub, config.guess: Update from upstream sources.
7123
e8645a40
TT
71242008-03-06 Tom Tromey <tromey@redhat.com>
7125
7126 * MAINTAINERS: Update for treelang deletion.
7127
2c8e955e
JW
71282008-03-03 James E. Wilson <wilson@tuliptree.org>
7129
7130 * MAINTAINERS: Update my email address.
7131
54acd307
SS
71322008-03-03 Stan Shebs <stanshebs@earthlink.net>
7133
893ad2a1 7134 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7135 (objective-c/c++): Add myself as a maintainer.
7136
4b52b516
VR
71372008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7138
7139 * MAINTAINERS (Write After Approval): Update my email address.
7140
e652b516
TB
71412008-02-25 Tomas Bily <tbily@suse.cz>
7142
7143 * MAINTAINERS (Write After Approval): Add myself.
7144
02d30740
JJ
71452008-02-23 Jakub Jelinek <jakub@redhat.com>
7146
7147 * MAINTAINERS (OpenMP): Add myself.
7148
1c8bd6a3
PB
71492008-02-20 Paolo Bonzini <bonzini@gnu.org>
7150
4b40b2a5
UB
7151 PR bootstrap/32009
7152 PR bootstrap/32161
1c8bd6a3 7153
4b40b2a5
UB
7154 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7155 * configure: Regenerate.
1c8bd6a3 7156
4b40b2a5
UB
7157 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7158 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7159 STAGE4_LIBCFLAGS): New.
7160 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7161 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7162 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7163 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7164 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7165 for target modules. Don't export LIBCFLAGS.
7166 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7167 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7168 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7169 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7170 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7171 * Makefile.in: Regenerate.
1c8bd6a3 7172
bb44c9d2
RW
71732008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7174
7175 PR libgcj/33085
7176 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7177 Do not use -DDLL_EXPORT. Backport from upstream.
7178
29a7754d
RW
71792008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7180
7181 * MAINTAINERS (Write After Approval): Add myself.
7182
9a212bb7
HPN
71832008-02-02 Hans-Peter Nilsson <hp@axis.com>
7184
7185 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7186 * configure: Regenerate.
7187
aa12a573
MG
71882008-01-31 Marc Gauthier <marc@tensilica.com>
7189
7190 * configure.ac (xtensa*-*-*): Recognize processor variants.
7191 * configure: Regenerate.
7192
ac9e6043
RW
71932008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7194
40049ccc
UB
7195 PR bootstrap/34922
7196 * configure.ac (PARSE_ARGS): Push suitable setting of
7197 ac_subdirs_all, for `./configure --help=recursive'.
7198 Handle `+' in generic toplevel directory disabling.
7199 * configure: Regenerate.
ac9e6043 7200
4288c86a
NC
72012008-01-28 Nick Clifton <nickc@redhat.com>
7202
7203 * MAINTAINERS (xstormy16): Take over maintainership.
7204
8d8da227
JM
72052008-01-25 Joseph Myers <joseph@codesourcery.com>
7206
7207 * MAINTAINERS (c4x port): Remove.
7208
349b60e7
DE
72092008-01-24 David Edelsohn <edelsohn@gnu.org>
7210
7211 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7212
3ca06a68
BE
72132008-01-23 Ben Elliston <bje@au.ibm.com>
7214
7215 * config.sub, config.guess: Update from upstream sources.
7216
3c631381
TG
72172008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7218
7219 * MAINTAINERS (Write After Approval): Add myself.
7220
20533ef1
L
72212008-01-17 H.J. Lu <hjl.tools@gmail.com>
7222
7223 * MAINTAINERS: Update my email address.
7224
72252008-01-09 Raksit Ashok <raksit@google.com>
7226
7227 * MAINTAINERS (Write After Approval): Add myself.
7228
684f4f6a
RA
72292008-01-09 Raksit Ashok <raksit@google.com>
7230
7231 * MAINTAINERS (Write After Approval): Add myself.
7232
9cb8756f
BE
72332008-01-08 Ben Elliston <bje@au.ibm.com>
7234
7235 * config.sub, config.guess: Update from upstream sources.
7236
94e1934d
KG
72372007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7238
7239 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 7240 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
7241 * configure: Regenerate.
7242
a2e51f77
SP
72432007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7244
7245 * MAINTAINERS: Update my email address.
7246
ffe3dcd9
BRF
72472007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7248
7249 * MAINTAINERS: Update my email address.
7250
aa4095c9
RS
72512007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7252
7253 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7254 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7255 * Makefile.in: Regenerate.
7256
dce2d8b2 72572007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
7258
7259 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7260 misplaced entries.
7261
0fe0f073
AT
72622007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7263
7264 * configure.ac: Enable libjava for x86_64-*-darwin9.
7265 * configure: Regenerate.
7266
dce2d8b2 72672007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
7268
7269 * MAINTAINERS (Write After Approval): Add myself.
7270
c3220d4c
BE
72712007-12-05 Ben Elliston <bje@au.ibm.com>
7272
7273 * config.sub, config.guess: Update from upstream sources.
7274
aba7501e
MK
72752007-12-02 Matthias Klose <doko@ubuntu.com>
7276
7277 * config-ml.in: Remove 64bit configure tests.
7278
d683ec81
PB
72792007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7280
7281 * config-ml.in: Robustify against white space in absolute file
7282 names.
7283
7284 * config-ml.in (multi-clean): Substitute ${Makefile}.
7285 Remove superfluous ${Makefile} in list.
7286
60f1711a
TS
72872007-11-19 Thiemo Seufer <ths@mips.com>
7288
7289 * config-ml.in: Don't hardcode the Makefile name.
7290
487f9d96
AM
72912007-11-08 Alexander Monakov <amonakov@ispras.ru>
7292
7293 * MAINTAINERS (Write After Approval): Add myself.
7294
fa3886fe
ST
72952007-11-07 Samuel Tardieu <sam@rfc1149.net>
7296
7297 * MAINTAINERS (Write After Approval): Add myself.
7298
dce2d8b2 72992007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
7300
7301 * MAINTAINERS (Write After Approval): Add myself.
7302
acc48927
BE
73032007-10-25 Ben Elliston <bje@au.ibm.com>
7304
7305 * MAINTAINERS (mercury): Remove entry.
7306 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7307
e00e9858
DJ
73082007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7309
7310 * Makefile.def (dependencies): Make configure-gdb depend on
7311 all-intl.
7312 * Makefile.in: Regenerated.
7313
def14a3c
SK
73142007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7315
7316 * MAINTAINERS (Fortran maintainer): Remove myself.
7317
dce2d8b2 73182007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
7319
7320 * Makefile.def: To avoid problems running with parallel makes,
7321 build newlib before libgloss so that target specific header
7322 files are availble.
7323 * Makefile.in: Regenerate
7324
bbfbfafc
DJ
73252007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7326
7327 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7328 * Makefile.in: Regenerate.
7329
c56abad5
VM
73302007-10-09 Vladimir Makarov <vmakarov@redhat.com>
7331
7332 * MAINTAINERS (Register allocation reviewer): Add myself.
7333
f019adc1
MF
73342007-10-08 Mike Frysinger <vapier@gentoo.org>
7335
7336 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7337 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7338 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
7339 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7340 * configure: Regenerate.
7341
dce2d8b2 73422006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
7343
7344 * MAINTAINERS (Register allocation reviewer): Add myself.
7345
0999159b
PB
73462007-10-01 Paolo Bonzini <bonzini@gnu.org>
7347
7348 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7349 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7350 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7351 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7352 * configure.ac: Default them to host tools for $host = $build.
7353 Subst them.
7354
7355 * configure: Regenerate.
7356 * Makefile.in: Regenerate.
7357
dce2d8b2 73582006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
7359
7360 * MAINTAINERS (Register allocation reviewer): Add myself.
7361
dce2d8b2 73622006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
7363
7364 * MAINTAINERS (Register allocation reviewer): Add myself.
7365
9d209c83
SP
73662007-09-21 Seongbae Park <seongbae.park@gmail.com>
7367
7368 * MAINTAINERS (Write After Approval): Fix typo.
7369
1ec3b87b
RS
73702007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
7371
7372 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7373 * configure: Regenerate.
7374
19d5986d
PJ
73752007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
7376
7377 PR bootstrap/31906
7378 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 7379 they're already prefixed.
19d5986d 7380
6d3b5aea
BK
73812007-09-19 Benjamin Kosnik <bkoz@redhat.com>
7382
7383 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7384 libstdc++.
7385 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7386 * configure: Regenerate.
7387 * Makefile.in: Regenerate.
09ce620e 7388
4fe7e755
AS
73892007-09-17 Andreas Schwab <schwab@suse.de>
7390
7391 * configure.ac: Raise minimum makeinfo version to 4.6.
7392 * configure: Regenerate.
7393
dce2d8b2 73942007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 7395
ffe3dcd9 7396 * MAINTAINERS (write-after-approval) add myself
d483feaa 7397
fa9a3f31
AM
73982007-09-15 Alan Modra <amodra@bigpond.net.au>
7399
7400 * configure.ac: Correct makeinfo version check.
7401 * configure: Regenerate.
7402
6593a73e
RS
74032007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
7404
7405 * MAINTAINERS: Update my email address.
7406
d9dced13
RS
74072007-09-14 Richard Sandiford <richard@codesourcery.com>
7408
7409 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
7410 to $skipdirs and only disable gprof for newlib. Use the normal
7411 mips*-elf* handling in other respects.
7412 * configure: Regnerate.
7413
773c1467
DD
74142007-09-12 David Daney <ddaney@avtrex.com>
7415
7416 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7417 enabling libgcj.
7418 * configure: Regenerate.
7419
c03353e2
RIL
74202007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
7421
7422 PR other/32154
7423 * configure.ac: For libgloss targets, point the linker to the linker
7424 script, startup code and simulator library.
7425 * configure: Regenerate.
7426
c4e9bf2b
AH
74272007-09-07 Andrew Haley <aph@redhat.com>
7428
7429 * configure.ac (noconfigdirs): Remove target-libffi and
7430 target-libjava.
7431 * configure: Regenerate.
7432
1f5a6b84
FXC
74332007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7434
7435 PR target/33281
7436 * configure.ac: Use config/mh-mingw on mingw.
7437 * configure: Regenerate.
1f5a6b84 7438
3951e521
PH
74392007-09-05 Pat Haugen <pthaugen@us.ibm.com>
7440
9f349f63 7441 * MAINTAINERS (Write After Approval): Add myself.
3951e521 7442
e643dc23
RG
74432007-09-05 Richard Guenther <rguenther@suse.de>
7444
7445 * configure.ac (--enable-stage1-checking): If neither --enable-checking
7446 nor --disable-checking is provided also turn on yes and types
7447 checking for stage1.
7448 * configure: Re-generate.
7449
039874df
KW
74502007-08-30 Krister Walfridsson <cato@df.lth.se>
7451
7452 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7453 (Write After Approval): Remove myself.
7454
c3f07bd6 74552007-08-29 Nick Clifton <nickc@redhat.com>
15098359 7456
c3f07bd6 7457 * config.sub, config.guess: Update from upstream sources.
15098359 7458
40049ccc 74592007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
7460
7461 * MAINTAINERS (Write After Approval): Added myself.
7462 * MAINTAINERS (Reviewers): Removed myself.
7463
c8aea42c 74642007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 7465 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
7466
7467 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7468 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7469 * Makefile.in: Regenerate.
7470 * configure.ac (--with-debug-prefix-map): New.
7471 * configure: Regenerate.
7472
4bf6c438
RS
74732007-08-17 Richard Sandiford <richard@codesourcery.com>
7474 Nigel Stephens <nigel@mips.com>
7475
4bf6c438
RS
7476 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7477 as target_makefile_frag.
7478 * configure: Regenerate.
7479
bb286d71
AO
74802007-08-16 Alexandre Oliva <aoliva@redhat.com>
7481
7482 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7483 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7484 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7485 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7486 (do-compare, do-compare3, do-compare-debug): New.
7487 ([+compare-target+]): Use them.
7488
a4630417
MK
74892007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7490
7491 * MAINTAINERS (Write After Approval): Change my email address.
7492
d9acb717
RW
74932007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7494 Ben Elliston <bje@au.ibm.com>
7495
7496 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7497 --silent if $silent.
7498 * configure: Regenerate.
7499
96876681
ZD
75002003-08-12 Zdenek Dvorak <ook@ucw.cz>
7501
7502 * MAINTAINERS (Various Maintainers): Add myself as
7503 loop infrastructure maintainer. Update my e-mail
7504 address.
7505
1c1d80ee
DN
75062007-07-31 Diego Novillo <dnovillo@google.com>
7507
7508 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7509 Adjust description.
7510
7e98624c
RG
75112007-07-26 Richard Guenther <rguenther@suse.de>
7512
7513 * configure.ac: Add types checking to stage1 checking flags.
7514 * configure: Regenerate.
7515
4c85af60
NC
75162007-07-17 Nick Clifton <nickc@redhat.com>
7517
7518 * COPYING3: New file. Contains version 3 of the GNU General
7519 Public License.
7520 * COPYING3.LIB: New file. Contains version 3 of the GNU
7521 Lesser General Public License.
7522
19ddfd3a
AK
75232007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7524
7525 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7526
2a064545
AK
75272007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7528
7529 * MAINTAINERS (S/390 co-maintainer): Add myself.
7530 (Write After Approval): Remove myself.
7531
f861f54d
DH
75322007-07-13 Dan Hipschman <dsh@google.com>
7533
7534 * MAINTAINERS (Write After Approval): Add myself.
7535
0136f2f7
NC
75362007-07-11 Nick Clifton <nickc@redhat.com>
7537
7538 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7539 WINDRES export.
7540 * Makefile.in: Regenerate.
7541
6e29b5a4
RO
75422007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7543
7544 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7545 maintainer.
7546
159a4b02
L
75472007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7548
7549 * lt~obsolete.m4: New. Import from 20070318 libtool.
7550
6ba67283
JB
75512007-07-03 Julian Brown <julian@codesourcery.com>
7552
7553 * MAINTAINERS (Write After Approval): Add myself.
7554
30b74385
RW
75552007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7556
7557 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7558 * configure: Regenerate.
7559
75602007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7561
7562 * configure.ac: Add some missing m4 quotation.
7563 * configure: Regenerate.
7564
943c54ce
SB
75652007-07-02 Simon Baldwin <simonb@google.com>
7566
7567 * MAINTAINERS (Write After Approval): Add myself.
7568
1c00b503
PB
75692007-07-02 Paolo Bonzini <bonzini@gnu.org>
7570
7571 * configure: Regenerate.
7572
901119ae
KT
75732007-07-02 Kai Tietz <kai.tietz@onevision.com>
7574
7575 * Makefile.def: Add windmc tool to build.
7576 * Makefile.tpl: Likewise.
7577 * configure.ac: Likewise.
7578 * Makefile.in: Regenerate.
7579 * configure: Regenerate.
09ce620e 7580
83f4c19f
DD
75812007-06-28 DJ Delorie <dj@redhat.com>
7582
7583 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7584 not building newlib.
7585 * configure: Regenerated.
09ce620e 7586
5346c75c
JS
75872007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7588
7589 * MAINTAINERS (Write After Approval): Add myself.
7590
aacfb86b
MM
75912007-06-25 Martin Michlmayr <tbm@cyrius.com>
7592
7593 * MAINTAINERS (Write After Approval): Add myself.
7594
590bf0d3
CM
75952007-06-19 Chris Matthews <chrismatthews@google.com>
7596
7597 * MAINTAINERS (Write After Approval): Add myself.
7598
cdbbee7a
RIL
75992007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7600
7601 * MAINTAINERS (Write After Approval): Add myself.
7602
b8afffc1
DJ
76032007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7604
7605 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7606 * Makefile.in: Regenerated.
7607
3fcfad76
BS
76082007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7609
7610 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7611 bfin*-*-uclinux* targets.
7612 * configure: Regenerate.
7613
3f5a2b7f
ILT
76142007-06-14 Ian Lance Taylor <iant@google.com>
7615
7616 * MAINTAINERS: Add myself as non-algorithmic global write
7617 maintainer.
7618
4c46daee
DN
76192007-06-14 Diego Novillo <dnovillo@google.com>
7620
7621 * MAINTAINERS: Add self as middle-end maintainer and
7622 non-algorithmic global write maintainer.
7623
a3bb222a
FXC
76242007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7625
7626 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7627 Move all Fortran maintainers except Paul Brook into the
7628 Non-Autopoiesis section.
7629
a19e8f64
PB
76302007-06-14 Paolo Bonzini <bonzini@gnu.org>
7631
7632 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7633 (distclean-stage[+id+]): Possibly delete stage_last.
7634 * Makefile.in: Regenerate.
7635
1c2abe5e
SP
76362007-06-12 Seongbae Park <seongbae.park@gmail.com>
7637
7638 * MAINTAINERS (Various Maintainer): Fix typo.
7639
abca4739
PB
76402007-06-11 Paolo Bonzini <bonzini@gnu.org>
7641
7642 * MAINTAINERS (Various Maintainer): Add myself as
7643 dataflow maintainer.
7644
a894d2c3
BE
76452007-06-07 Ben Elliston <bje@au.ibm.com>
7646
7647 * config.sub, config.guess: Update from upstream sources.
7648
8024d75e
BE
76492007-06-07 Ben Elliston <bje@au.ibm.com>
7650
7651 * Makefile.tpl: Fix spelling error.
7652 * Makefile.in: Regenerate.
7653
973a9a5e
SE
76542007-06-01 Steve Ellcey <sje@cup.hp.com>
7655
96598938
L
7656 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7657 lt_cv_sys_max_cmd_len.
973a9a5e 7658
ccb4d26b
DN
76592007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7660
7661 * MAINTAINERS (Various Maintainers): Add myself as
7662 auto-vectorizer maintainer.
7663
eecb7461
PB
76642003-05-31 Paolo Bonzini <bonzini@gnu.org>
7665
7666 PR libjava/32098
7667 * libtool.m4: Revert previous change.
7668 * ltgcc.m4: Put it here.
7669
89d28202
ZD
76702003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7671
7672 * MAINTAINERS (Various Maintainers): Add myself as
7673 auto-vectorizer maintainer.
7674
60c7a11a
L
76752007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7676
7677 PR libjava/32098
7678 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7679
9dd3cc81
RG
76802007-05-30 Richard Guenther <rguenther@suse.de>
7681
7682 * MAINTAINERS (Various Maintainers): Add myself as
7683 auto-vectorizer maintainer.
7684
9cc1244e
JJ
76852007-05-30 Jakub Jelinek <jakub@redhat.com>
7686
7687 PR bootstrap/29382
7688 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7689 * configure: Rebuilt.
7690
6124296b
RC
76912007-05-28 Roberto Costa <robsettantasei@gmail.com>
7692
7693 * MAINTAINERS (Write After Approval): Removed my name.
7694
6b757a0d
SB
76952007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7696
7697 * MAINTAINERS (Write After Approval): Remove myself.
7698
86ef8528
AT
76992007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7700
7701 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7702
1cf3d07d
SE
77032007-05-23 Steve Ellcey <sje@cup.hp.com>
7704
7705 * ltmain.sh: Update from ToT Libtool.
7706 * libtool.m4: Update from ToT Libtool.
7707 * ltsugar.m4: New. Update from ToT Libtool.
7708 * ltversion.m4: New. Update from ToT Libtool.
7709 * ltoptions.m4: New. Update from ToT Libtool.
7710 * ltconfig: Remove.
7711 * ltcf-c.sh: Remove.
7712 * ltcf-cxx.sh: Remove.
7713 * ltcf-gcj.sh: Remove.
7714
ce3fcf8c
OW
77152007-05-22 Ollie Wild <aaw@google.com>
7716
7717 * MAINTAINERS (Write After Approval): Add myself.
7718
342b9200
PB
77192007-05-16 Paolo Bonzini <bonzini@gnu.org>
7720
7721 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7722 stage_cflags.
7723 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7724 Remove CFLAGS/LIBCFLAGS.
7725 (configure-stage[+id+]-[+prefix+][+module+],
7726 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7727 * Makefile.in: Regenerate.
7728
cea17285
DN
77292007-05-15 Diego Novillo <dnovillo@google.com>
7730
7731 * MAINTAINERS: Update e-mail address.
7732
11c004e7
RE
77332007-05-15 Revital Eres <eres@il.ibm.com>
7734
7735 * MAINTAINERS (Write After Approval): Add myself.
7736
ab6bd693
RC
77372007-05-14 Roberto Costa <robsettantasei@gmail.com>
7738
7739 * MAINTAINERS (Write After Approval): Updated my address.
7740
388cdf07
TN
77412007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7742
7743 * MAINTAINERS (Write After Approval): Add myself.
7744
23f24034
SR
77452007-05-11 Silvius Rus <rus@google.com>
7746
7747 * MAINTAINERS (Write After Approval): Add myself.
7748
34a7526e
TT
77492007-04-23 Tom Tromey <tromey@redhat.com>
7750
7751 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7752
51da21be
MM
77532007-04-22 Mark Mitchell <mark@codesourcery.com>
7754
7755 * MAINTAINERS (cpplib): Rename to ...
7756 (libcpp): ... this. Add C/C++ front end maintainers.
7757
70070387
SE
77582007-04-14 Steve Ellcey <sje@cup.hp.com>
7759
7760 * config-ml.in: Pass ${ml_config_env} to configure calls.
7761
df1a0dbb
CB
77622007-04-04 Christian Bruel <christian.bruel@st.com>
7763
7764 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7765
9daff147
DK
77662007-04-02 Dave Korn <dave.korn@artimi.com>
7767
7768 * MAINTAINERS (Write After Approval): Add myself.
7769
374eadb2
TB
77702007-03-31 Tobias Burnus <burnus@net-b.de>
7771
7772 * MAINTAINERS (fortran 95 front end): Add myself.
7773
8eced3a2
DR
77742007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7775
7776 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7777
653de3e3
AZ
77782007-03-24 Ayal Zaks <zaks@il.ibm.com>
7779
7780 * MAINTAINERS (Modulo Scheduler): Add myself.
7781
b737d953
BM
77822007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7783
7784 * MAINTAINERS (fortran 95 front end): Add myself.
7785 (c++ front end): whitespace fix.
7786
a584cdf2
NF
77872007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7788
7789 * MAINTAINERS (Write After Approval): Add myself.
7790
8c79f3c4
RS
77912007-03-21 Richard Sandiford <richard@codesourcery.com>
7792
7793 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7794 of glob. Quote arguments with single quotes too.
7795 * configure: Regenerate.
7796
07f1ac6d
BM
77972007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7798
7799 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7800 * Makefile.in: Regenerate
7801
172e41aa
AS
78022007-03-07 Andreas Schwab <schwab@suse.de>
7803
7804 * configure: Regenerate.
7805
9c4d2493
BM
78062007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7807
7808 * configure.ac: Add "--with-pdfdir" configure option,
7809 which defines pdfdir variable.
7810 * Makefile.def (target=fixincludes): Add install-pdf to
7811 missing targets.
7812 (recursive_targets): Add install-pdf target.
7813 (flags_to_pass): Add pdfdir.
7814 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7815 target.
7816 * configure: Regenerate
7817 * Makefile.in: Regenerate
7818
e14e622e
EC
78192007-02-28 Eric Christopher <echristo@apple.com>
7820
7821 Revert:
7822 2006-12-07 Mike Stump <mrs@apple.com>
7823
7824 * Makefile.def (dependencies): Add dependency for
7825 install-target-libssp and install-target-libgomp on
7826 install-gcc.
7827 * Makefile.in: Regenerate.
7828
54e433bc
MK
78292007-02-27 Matt Kraai <kraai@ftbfs.org>
7830
7831 * configure: Regenerate.
7832 * configure.ac: Move statements after variable declarations.
7833
6c8d3d8f
KK
78342007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7835
7836 * MAINTAINERS: Add myself as sh maintainer.
7837
9f8c6739
JM
78382007-02-19 Joseph Myers <joseph@codesourcery.com>
7839
7840 * configure.ac: Adjust for loop syntax.
7841 * configure: Regenerate.
7842
278a7a38
AO
78432007-02-18 Alexandre Oliva <aoliva@redhat.com>
7844
7845 * configure: Rebuilt.
7846
b2eaac4a
AO
78472007-02-18 Alexandre Oliva <aoliva@redhat.com>
7848
7849 * configure.ac: Drop multiple occurrences of --enable-languages,
7850 and fix its quoting.
7851 * configure: Rebuilt.
7852
beeaf216 78532007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
7854 Nathan Sidwell <nathan@codesourcery.com>
7855 Vladimir Prus <vladimir@codesourcery.com>
7856 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
7857
7858 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7859 * configure: Regenerate.
7860
09201a09
GP
78612007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7862
7863 * ltconfig (freebsd*): Default to elf.
7864
291f172e
DJ
78652007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7866
7867 * configure.ac (target_libraries): Move libgcc before libiberty.
7868 * configure: Regenerated.
7869
c3a86da9
DJ
78702007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7871 Paolo Bonzini <bonzini@gnu.org>
7872
7873 PR bootstrap/30753
7874 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7875 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7876 * configure: Regenerated.
7877
88e1e72a
FXC
78782007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7879
7880 * MAINTAINERS (Language Front End Maintainers): Update my mail
7881 address.
7882
44bfc3ac
DJ
78832007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7884
7885 PR bootstrap/30748
7886 * configure.ac: Correct syntax for Solaris ksh.
7887 * configure: Regenerated.
7888
3e19841a
PB
78892007-02-09 Paolo Bonzini <bonzini@gnu.org>
7890
7891 * configure.ac: Sync with src.
7892 * configure: Regenerate.
7893
74a48762
PB
78942007-02-09 Paolo Bonzini <bonzini@gnu.org>
7895
7896 * Makefile.in: Regenerate.
7897
d846e52e
PB
78982007-02-09 Paolo Bonzini <bonzini@gnu.org>
7899
7900 * config.sub: Sync with src.
7901
1c710c3c
DJ
79022007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7903
7904 * Makefile.tpl (build_alias, host_alias, target_alias): Use
7905 noncanonical equivalents.
7906 * configure.in: Rename to...
7907 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
7908 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
7909 target_noncanonical. Use them. Rewrite removal of configure
7910 arguments for autoconf 2.59. Discard variable settings. Force
7911 program_transform_name for native tools.
7912
7913 * Makefile.in: Regenerated.
7914 * configure: Regenerated with autoconf 2.59.
7915
dce2d8b2 79162007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 7917
3de8da2a 7918 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 7919
f6671c93
AS
79202007-01-31 Andreas Schwab <schwab@suse.de>
7921
7922 * Makefile.tpl (LDFLAGS): Substitute it.
7923 * Makefile.in: Regenerate.
7924
dce2d8b2 79252007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 7926
3de8da2a 7927 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 7928
2472200d
DE
79292007-01-28 David Edelsohn <edelsohn@gnu.org>
7930
3de8da2a 7931 * MAINTAINERS (spu port): Add myself.
2472200d 7932
5305be7e
RG
79332007-01-23 Richard Guenther <rguenther@suse.de>
7934
7935 PR bootstrap/30541
7936 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7937 * Makefile.tpl (GNATBIND): Substitute it.
7938 (GNATMAKE): Likewise.
7939 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7940 of STAGE_PREFIX.
7941 * Makefile.in: Regenerate.
7942 * configure: Regenerate.
7943
416cfb5e
MS
79442007-01-18 Mike Stump <mrs@apple.com>
7945
7946 * configure.in: Re-enable -Werror for gcc builds.
7947
3de8da2a 79482007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 7949
3de8da2a 7950 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 7951
d943d7c4
PB
79522007-01-11 Paolo Bonzini <bonzini@gnu.org>
7953
7954 * configure.in: Change == to = in test command.
3de8da2a 7955 * configure: Regenerate.
d943d7c4 7956
e69bf64b 79572007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
7958 Nick Clifton <nickc@redhat.com>
7959 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
7960
7961 * configure.in (build_configargs, host_configargs, target_configargs):
7962 Remove build/host/target parameters.
7963 (host_libs): Add gmp and mpfr.
7964 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
7965 * Makefile.def (gmp, mpfr): New.
7966 (gcc): Remove target.
7967 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7968 target_os, target_vendor): New.
dce2d8b2 7969 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
7970 * configure: Regenerate.
7971 * Makefile.in: Regenerate.
e69bf64b
PB
7972
79732007-01-11 Matt Fago <fago@earthlink.net>
7974
7975 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 7976 to improve robustness of configure tests.
e69bf64b 7977 * configure: Regenerate.
e14e622e 7978
a42f3b80
UB
79792007-01-09 Uros Bizjak <ubizjak@gmail.com>
7980
7981 * MAINTAINERS: Add myself as i386 maintainer.
7982
a36aee1a
JH
79832007-01-08 Jan Hubicka <jh@suse.cz>
7984
61fcaeef 7985 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 7986
738a52d3
KT
79872007-01-08 Kai Tietz <kai.tietz@onevision.com>
7988
7989 * configure.in: Add support for an x86_64-mingw* target.
95af8923 7990 * configure: Regenerate.
738a52d3 7991
54fdc474
DJ
79922007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7993
7994 * Makefile.tpl (all-target): Correct @if conditional for target
7995 modules.
7996 * configure.in: Omit libiberty if building only target libgcc.
7997 * configure, Makefile.in: Regenerated.
7998
3dd71726
PB
79992007-01-04 Paolo Bonzini <bonzini@gnu.org>
8000
dce2d8b2 8001 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8002 * configure: Regenerate.
8003
fa958513
DJ
80042007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8005
8006 * Makefile.def (target_modules): Add libgcc.
8007 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8008 * Makefile.tpl (clean-target-libgcc): Delete.
8009 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8010 on gcc even for bootstrapped modules. Rewrite handling of
8011 lang_env_dependencies to loop over target_modules.
8012 * configure.in (target_libraries): Add target-libgcc.
8013 * Makefile.in, configure: Regenerated.
8014
e1888513
PB
80152006-12-29 Paolo Bonzini <bonzini@gnu.org>
8016
8017 * configure.in: Reorganize recognition of languages. Add
8018 --enable-stage1-languages. Show supported languages for the chosen
8019 target rather than all recognized languages.
8020 * configure: Regenerate.
8021
53b88b73
PB
80222006-12-29 Paolo Bonzini <bonzini@gnu.org>
8023
8024 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8025 * Makefile.in: Regenerate.
8026
a3993f33
KG
80272006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8028
8029 * configure.in: Warn that MPFR 2.2.0 is buggy.
8030 * configure: Regenerate.
8031
f063a9ed
ILT
80322006-12-27 Ian Lance Taylor <iant@google.com>
8033
8034 * configure.in: When removing Makefiles to force a reconfigure, also
8035 remove prev-DIR*/Makefile.
8036 * configure: Regenerate.
8037
af71363e
AS
80382006-12-22 Andreas Schwab <schwab@suse.de>
8039
8040 * configure: Regenerate with correct autoconf version.
8041
0b0dc272
AM
80422006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8043
3de8da2a
UB
8044 * configure.in: add AC_SUBST for *_FOR_TARGET.
8045 * configure: Regenerate.
0b0dc272 8046
53b88b73
PB
80472006-12-19 Paolo Bonzini <bonzini@gnu.org>
8048
8049 * configure.in: Simplify logic for rejecting languages that cannot
8050 be built. Separate the case when a language is unsupported,
8051 from the case when the user chooses not to build a language.
8052
400ebff4
PB
80532006-12-19 Paolo Bonzini <bonzini@gnu.org>
8054
8055 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8056 it only affects bootstrap and could be tested on "$host" as well.
8057 * configure: Regenerate.
8058 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8059
8efea775
PB
80602006-12-19 Paolo Bonzini <bonzini@gnu.org>
8061
8062 PR bootstrap/29544
8063 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8064 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8065 move here comment from Makefile.tpl.
8066 * Makefile.tpl: Move some definitions higher in the file.
8067 (STAGE1_CHECKING): New.
8068 * configure.in: Add --enable-stage1-checking.
8069 * configure: Regenerate.
8070 * Makefile.in: Regenerate.
8071
ed88a7ed
PB
80722006-12-19 Paolo Bonzini <bonzini@gnu.org>
8073
8074 * MAINTAINERS: Add myself as build system maintainer.
8075
b65151d3
SM
80762006-12-15 Simon Martin <simartin@users.sourceforge.net>
8077
8078 * MAINTAINERS (Write After Approval): Add myself.
8079
7e050830
EC
80802006-12-13 Eric Christopher <echristo@apple.com>
8081
8082 * MAINTAINERS: Add myself as darwin maintainer.
8083
8b494895
ILT
80842006-12-11 Ian Lance Taylor <ian@airs.com>
8085
8086 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8087
dce2d8b2 80882006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8089
8090 MAINTAINERS: Update my entry.
8091
58e24147
AM
80922006-12-11 Alan Modra <amodra@bigpond.net.au>
8093
8094 * configure.in: Handle spu makefile frag.
58e24147
AM
8095 * Makefile.tpl (MAINT): Define
8096 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8097 * configure: Regenerate.
8098 * Makefile.in: Regenerate.
8099
9b6f37a0
BE
81002006-12-11 Ben Elliston <bje@au.ibm.com>
8101
8102 * config.guess: Import latest version.
8103 * config.sub: Likewise.
8104
ea6f5c57
BE
81052006-12-11 Ben Elliston <bje@au.ibm.com>
8106
8107 * configure.in (spu-*-*): Don't skip target-libiberty.
8108 * configure: Regenerate.
8109
42c1cd8a
AT
81102006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8111
8112 PR bootstrap/30134
8113 * configure.in: Correct x86 darwin support for libjava to powerpc
8114 and i?86 only.
8115 * configure: Regenerate.
8116
55eb837d
ST
81172006-12-08 Sandro Tolaini <tolaini@libero.it>
8118
8119 * configure.in: Add x86 darwin support for libjava.
8120 * configure: Regenerate.
8121
5bdacbc7
MS
81222006-12-07 Mike Stump <mrs@apple.com>
8123
8124 * Makefile.def (dependencies): Add dependency for
8125 install-target-libssp and install-target-libgomp on
8126 install-gcc.
8127 * Makefile.in: Regenerate.
8128
477d851c
RG
81292006-12-04 Richard Guenther <rguenther@suse.de>
8130
8131 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8132 (Non-Algorithmic Maintainers): Move over non-algorithmic
8133 loop optimizer maintainers, add myself as a non-algorithmic
8134 middle-end maintainer.
8135
5d33d367
DF
81362006-12-04 Daniel Franke <franke.daniel@gmail.com>
8137
8138 * MAINTAINERS (Write After Approval): Add myself.
8139
dbee1fb3
KG
81402006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8141
8142 * configure.in: Update error message for missing GMP/MPFR.
8143
8144 * configure: Regenerate.
8145
b5147de7
KG
81462006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8147
8148 * configure.in: Update MPFR version in error message.
8149
8150 * configure: Regenerate.
8151
f019376c
KG
81522006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8153
8154 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8155 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8156 --with-gmp-lib): New flags.
8157
8158 * configure: Regenerate.
8159
91ed95ae
BM
81602006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8161
8162 * MAINTAINERS (Write After Approval): Change my email address.
8163
3a971f15
MLI
81642006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8165
05170031 8166 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8167
dce2d8b2 81682006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8169
8170 * MAINTAINERS (i18n): Update e-mail address.
8171
df5487ee
TS
81722006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8173
8174 * MAINTAINERS (spu port): Add myself as maintainer.
8175 (Write After Approval): Remove myself.
8176
92c2f0ee
BE
81772006-11-22 Ben Elliston <bje@au.ibm.com>
8178
8179 * configure.in (skipdirs): Don't build libssp for SPU.
8180 * configure: Regenerate.
8181
a3b97199
AP
81822006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8183
8184 * MAINTAINERS (spu port): Add myself as maintainer.
8185 (libobjc): Update my email address.
8186
0eb97064
AB
81872006-11-21 Andrea Bona <andrea.bona@st.com>
8188
8189 * MAINTAINERS (Write After Approval): Add myself.
8190
dce2d8b2 81912006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8192
8193 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8194 * configure : Rebuilt.
8195
dce2d8b2 81962006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8197
8198 * MAINTAINERS (Write After Approval): Add myself.
8199
d58542ea
AO
82002006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8201
8202 * MAINTAINERS (Write After Approval): Add myself.
8203
a357b5ae
KG
82042006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8205
8206 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8207 libmpfr.a.
8208 * configure: Regenerate.
8209
9bd6112c
PB
82102006-11-16 Paolo Bonzini <bonzini@gnu.org>
8211
8212 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8213 (unstage): Test for stage_last presence.
8214
8215 PR bootstrap/29802
dce2d8b2
EB
8216 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8217 STAGE_PREFIX.
9bd6112c
PB
8218 * Makefile.in: Regenerate.
8219
c8cf9f0f
ZD
82202003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8221
8222 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8223 maintainers.
8224
467b1fc6
ER
82252006-11-14 Erven Rohou <erven.rohou@st.com>
8226
8227 * MAINTAINERS (Write After Approval): Add myself.
8228
995a5697
PB
82292006-11-14 Paolo Bonzini <bonzini@gnu.org>
8230
8231 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8232 and stageN-package/Makefile.
8233 * Makefile.in: Regenerated.
8234
c8d6d53e
JZ
82352006-11-14 Jie Zhang <jie.zhang@analog.com>
8236
8237 * configure.in: Remove target-libgloss from noconfigdirs for
8238 bfin-*-*.
8239 * configure: Regenerated.
8240
dffb147d
KG
82412006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8242
8243 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 8244
dffb147d
KG
8245 * configure: Regenerate.
8246
ca558912
KG
82472006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8248
8249 * configure.in: Robustify error message for missing GMP/MPFR.
8250
8251 * configure: Regenerate.
8252
dce2d8b2 82532006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
8254
8255 * MAINTAINERS (Write After Approval): Add myself.
8256
dce2d8b2 82572006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
8258
8259 * MAINTAINERS: Change email address.
8260
91de1527
VP
82612006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8262
8263 * MAINTAINERS (Write After Approval): Add myself.
8264
a3867703
PB
82652006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8266
8267 * MAINTAINERS (Write After Approval): Add myself.
8268
b4364fa2
CL
82692006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8270
7e050830 8271 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 8272 Write After Approval section.
b4364fa2 8273
70ec446f
KG
82742006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8275
8276 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8277 need_gmp anymore.
8278 * configure: Regenerate.
8279
018c8d88
TB
82802006-10-16 Tobias Burnus <burnus@net-b.de>
8281
8282 * MAINTAINERS (Write After Approval): Add myself.
8283
f6a1687e
BE
82842006-10-16 Ben Elliston <bje@au.ibm.com>
8285
8286 * config.guess: Import latest version.
8287 * config.sub: Likewise.
8288
b5422ad7
BM
82892006-10-10 Brooks Moses <bmoses@stanford.edu>
8290
8291 * Makefile.def: Added pdf target handling.
8292 * Makefile.tpl: Added pdf target handling.
8293 * Makefile.in: Regenerated.
8294
bdcee471
CL
82952006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8296
8297 * MAINTAINERS: Add self as score port maintainer.
8298
7d610414
BM
82992006-10-04 Brooks Moses <bmoses@stanford.edu>
8300
8301 * MAINTAINERS (Write After Approval): Add myself.
8302
e48d66a9
SK
83032006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8304
7e050830 8305 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
8306 or newer.
8307 * configure: Regenerated.
8308
c394e891
DB
83092006-09-27 Dave Brolley <brolley@redhat.com>
8310
dce2d8b2
EB
8311 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8312 using $s instead of $r.
c394e891
DB
8313 * configure: Regenerated.
8314
1ee4c5a0
TS
83152006-09-26 Thiemo Seufer <ths@mips.com>
8316
8317 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8318 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8319 * configure: Regenerate.
8320
dce2d8b2 83212006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
8322
8323 * MAINTAINERS (Write After Approval): Remove myself.
8324
0c502898
CF
83252006-09-22 Chao-ying Fu <fu@mips.com>
8326
8327 * MAINTAINERS (Write After Approval): Add myself.
8328
a7819e42
JM
83292006-09-10 Joseph S. Myers <joseph@codesourcery.com>
8330
8331 * MAINTAINERS: Add self as soft-fp maintainer.
8332
dce2d8b2 83332006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
8334
8335 * MAINTAINERS: Add myself as avr maintainer.
8336 Remove Marek Michalkiewicz as avr maintainer.
827d0991 8337
e8288489
RC
83382006-09-07 Roberto Costa <roberto.costa@st.com>
8339
8340 * MAINTAINERS (Write After Approval): Add myself.
8341
b91f0a41
CV
83422006-08-30 Corinna Vinschen <corinna@vinschen.de>
8343
8344 * configure.in: Never build newlib for a Mingw host.
8345 Never build newlib as Mingw target library.
8346 Test the existence of winsup/cygwin for building a Cygwin newlib,
8347 rather than just winsup.
8348 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8349 building a Mingw target.
8350 * configure: Regenerate.
8351
094c07a0
EB
83522006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8353
8354 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8355
8d1171cb
PB
83562006-07-25 Paolo Bonzini <bonzini@gnu.org>
8357
8358 * config.guess: Import from src (was more updated).
8359 * config.sub: Likewise.
8360
2e9e6f68
DJ
83612006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
8362
8363 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8364 * configure: Regenerated.
8365
57255173
PB
83662006-07-18 Paolo Bonzini <bonzini@gnu.org>
8367
cc6010cd
AP
8368 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8369 for stages after the first.
57255173 8370
9fbe6585
JJ
83712006-07-17 Jakub Jelinek <jakub@redhat.com>
8372
8373 * Makefile.def: Add dependencies for configure-opcodes
8374 on configure-intl and all-opcodes on all-intl.
8375 * Makefile.in: Regenerated.
8376
18c3f977
BE
83772006-07-13 Ben Elliston <bje@au.ibm.com>
8378
8379 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8380
27b56ba6
PE
83812006-07-06 Paul Eggert <eggert@cs.ucla.edu>
8382
8383 Port to hosts whose 'sort' and 'tail' implementations
8384 treat operands with leading '+' as file names, as POSIX
8385 has required since 2001. However, make sure the code still
8386 works on pre-POSIX hosts.
8387 * ltmain.sh: Don't assume "sort +2" is equivalent to
8388 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8389
ad6d4e43
UW
83902006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
8391
8392 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8393
706601d9
PG
83942006-07-04 Peter O'Gorman <peter@pogma.com>
8395
8396 * ltconfig: chmod 644 before ranlib during install.
8397
0b50988a
EB
83982006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8399
8400 PR bootstrap/18058
8401 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8402 if the bootstrap compiler is a GCC version that supports it.
8403 * configure: Regenerate.
8404
b6348cb3
PB
84052006-07-03 Paolo Bonzini <bonzini@gnu.org>
8406
95695ad3 8407 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
8408 * configure: Regenerate.
8409
1546bb64
PB
84102006-07-03 Paolo Bonzini <bonzini@gnu.org>
8411
8412 PR other/27063
8413 * configure.in: Test subdir_requires and give an appropriate
8414 error message.
8415 * configure: Regenerate.
8416
5cb6c629
AJH
84172006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
8418
8419 * MAINTAINERS (Write After Approval): Add myself.
8420
f4d8cdf8
JDA
84212006-06-22 John David Anglin <dave.anglin@nrc.ca>
8422
8423 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8424
4fe5abb7
SE
84252006-06-22 Steve Ellcey <sje@cup.hp.com>
8426
8427 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8428
2a79fd67
DA
84292006-06-20 David Ayers <d.ayers@inode.at>
8430
8431 PR bootstrap/28072
8432 * configure.in: Add target-boehm-gc to noconfigdirs depending on
8433 whether target-libjava is being configured instead of whether the
8434 java front end is enabled.
8435 * configure: Regenerate.
7e050830 8436
04879af3
RO
84372006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8438
8439 PR target/27540
8440 * configure.in: Only enable libgomp on IRIX 6.
8441 * configure: Regenerate.
8442
ec6c7392
PB
84432006-06-15 Paolo Bonzini <bonzini@gnu.org>
8444
8445 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8446 too.
8447 * Makefile.in: Regenerate.
8448
12973d7a
DD
84492006-06-13 Jeff Johnston <jjohnstn@redhat.com>
8450
8451 * config-ml.in: Alter CCASFLAGS to include special
8452 multilib options the same as is done for CFLAGS.
8453
c67ed86a
JDA
84542006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8455
8456 * configure.in: Don't enable libgomp on hpux10.
8457 * configure: Rebuilt.
8458
cb253473
DA
84592006-06-12 David Ayers <d.ayers@inode.at>
8460
8461 PR bootstrap/27963
8462 PR target/19970
7e050830 8463 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
8464 ${libgcj} is specified.
8465 * configure: Regenerate.
7e050830 8466
dce2d8b2 84672006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
8468
8469 Sync from src:
7e050830
EC
8470
8471 * configure.in: Sync.
32845532 8472 * configure: Regenerated.
7e050830 8473
32845532
CD
8474 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8475
8476 * Makefile.def: Added dependencies from sim and gdb on intl, and
8477 added configure dependencies to everything with an all dependency
8478 on intl.
8479 * Makefile.in: Regenerated.
8480
7cd0cf9c
DA
84812006-06-06 David Ayers <d.ayers@inode.at>
8482
8483 PR libobjc/13946
8484 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8485 * Makefile.in: Regenerate.
8486 * configure.in: Add --enable-objc-gc at toplevel and have it
8487 enable boehm-gc for Objective-C.
8488 Remove target-boehm-gc from libgcj.
8489 Add target-boehm-gc to target_libraries.
8490 Add target-boehm-gc to noconfigdirs where ${libgcj}
8491 is specified.
8492 Assert that boehm-gc is supported when requested for Objective-C.
8493 Only build boehm-gc if needed either for Java or Objective-C.
8494 * configure: Regenerate.
7e050830 8495
3ff3adad
PB
84962006-06-05 Paolo Bonzini <bonzini@gnu.org>
8497
8498 PR 27674
8499 * Makefile.tpl (configure-[+prefix+][+module+],
8500 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8501 Remove rule to unstage bootstrapped modules.
8502 (stage_current): New.
8503 * Makefile.in: Regenerate.
8504
898e551d
LB
85052006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8506
8507 * MAINTAINERS (Write After Approval): Update my e-mail address.
8508
ea60341e
MS
85092006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8510
8511 * include/libiberty.h: Declare pex_run_in_environment.
8512
222ae291
AL
85132006-05-31 Asher Langton <langton2@llnl.gov>
8514
8515 * MAINTAINERS (Write After Approval): Add myself.
898e551d 8516
e9a54b07
PB
85172006-05-25 Paolo Bonzini <bonzini@gnu.org>
8518
8519 * Makefile.def (bfd, opcodes): Fix lib_path.
8520 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8521 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8522 * Makefile.in: Regenerate.
8523
03e67131
CD
85242006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8525
8526 * Makefile.in: Regenerate.
8527
65d6e994
CD
85282006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8529
8530 * Makefile.def: Add install-html target. Add datarootdir
8531 docdir and htmldir to flags_to_pass.
8532 * Makefile.tpl: Add install-html target.
8533 * Makefile.in: Regenerate.
8534 * configure.in: Add --with-datarootdir, --with-docdir, and
8535 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8536 * configure: Regenerate.
8537
9e299237
MS
85382006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8539
8540 * configure.in: Enable gprof for cross builds.
8541 * configure: Regenerate.
8542
c31202cd
RG
85432006-05-22 Richard Guenther <rguenther@suse.de>
8544
8545 Revert
8546 2006-01-31 Richard Guenther <rguenther@suse.de>
8547 Paolo Bonzini <bonzini@gnu.org>
8548
8549 * Makefile.def (target_modules): Add libgcc-math target module.
8550 * configure.in (target_libraries): Add libgcc-math target library.
8551 (--enable-libgcc-math): New configure switch.
8552 * Makefile.in: Re-generate.
8553 * configure: Re-generate.
8554 * libgcc-math: New toplevel directory.
8555
2a332582
JDA
85562006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8557 Andreas Tobler <a.tobler@schweiz.ch>
8558
8559 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8560 * configure: Rebuilt.
8561
dce2d8b2 85622006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 8563
ccce6917
SL
8564 * MAINTAINERS (Write After Approval): Add myself.
8565
ed606bc0
DD
85662006-05-01 DJ Delorie <dj@redhat.com>
8567
3d8f47a0 8568 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
8569 * configure: Regenerate.
8570
9386bd20
RG
85712006-05-01 Richard Guenther <rguenther@suse.de>
8572
8573 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8574 maintainer.
8575
dce2d8b2 85762006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
8577
8578 * MAINTAINERS (Write After Approval): Add myself.
8579
87ceee72
JB
85802006-04-28 Jan Beulich <jbeulich@novell.com>
8581
8582 * MAINTAINERS (Write After Approval): Add myself.
8583
e88a2c09
DD
85842006-04-18 DJ Delorie <dj@redhat.com>
8585
8586 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8587 reference libgloss so that libssp can be built in a combined
8588 tree.
8589 * configure: Regenerate.
8590
675f0a8a
RM
85912006-04-08 Robert Millan <rmh@gcc.gnu.org>
8592
8593 * MAINTAINERS (Write After Approval): Add myself.
8594
27b6c940
BE
85952006-04-05 Ben Elliston <bje@au.ibm.com>
8596
8597 * configure.in: Require makeinfo 4.4 or higher.
8598 * configure: Regenerate.
8599
687b17d4
GP
86002006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8601
8602 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8603 Rearrange the entries of other libraries to have them in one place.
8604
906ac235
JB
86052006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8606
7e050830 8607 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
8608 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8609
fb0103e5
RG
86102006-03-14 Richard Guenther <rguenther@suse.de>
8611
8612 * configure: Regenerate with autoconf 2.13.
8613
17237f6b
JB
86142006-03-13 Jim Blandy <jimb@codesourcery.com>
8615
8616 * MAINTAINERS: Use my work address.
bed31434
JB
8617
8618 * MAINTAINERS: Update my E-mail address.
8619
27079765
AH
86202006-03-10 Aldy Hernandez <aldyh@redhat.com>
8621
8622 * configure.in: Handle --disable-<component> generically.
8623 * configure: Regenerate.
8624
54a17039
L
86252006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8626
8627 PR libgcj/17311
8628 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8629
b9bd11ca
EE
86302006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8631
8632 * MAINTAINERS (Write After Approval): Remove myself.
8633 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8634
dce2d8b2 86352006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 8636
072b06f2
RE
8637 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8638 (TARGET_CONFIGDIRS): Remove.
8639 * configure.in: Remove AC_SUBST(target_configdirs).
8640 * Makefile.in, configure: Regenerated.
ee2312f3 8641
936e1a35
SK
86422006-02-20 Steven G. Kargl <kargls@comcast.net>
8643
8644 * MAINTAINERS (Write After Approval): Remove myself.
8645 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8646
cc11cc9b
PB
86472006-02-20 Paolo Bonzini <bonzini@gnu.org>
8648
8649 PR bootstrap/25670
8650
8651 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8652
8653 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8654 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8655 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8656 BUILD_PREFIX, BUILD_PREFIX_1.
8657 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8658
8659 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8660 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8661
8662 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8663 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8664 of `cat stage_current`. Always provide the `r' and `s' variables.
8665 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8666 a single shell execution.
8667 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8668 bootstrapped modules, make the stage1 module if the build was not
8669 started yet, else build the current stage.
8670 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8671 (all-build, all-host, all-target, [+make_target+]-host,
8672 [+make_target+]-target): Do not use \-continued lines.
8673 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8674 (current_stage, restrap, stage_last): New.
8675
8676 * Makefile.in: Regenerate.
8677 * configure: Regenerate.
8678
63a7c9ef
BD
86792006-02-19 Bud Davis <jmdavis@link.com>
8680
8681 * MAINTAINERS (Write After Approval): Remove myself.
8682 (Language Front End Maintainers): Add myself as fortran 95
8683 maintainer and update e-mail address.
8684
a3543e3a
FXC
86852006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8686
8687 * MAINTAINERS (Write After Approval): Remove myself.
8688 (Language Front End Maintainers): Add myself as fortran 95
8689 maintainer.
8690
ca5b1d2c
VK
86912006-02-16 Victor Kaplansky <victork@il.ibm.com>
8692
8693 * MAINTAINERS (Write After Approval): Add myself.
8694
0499513f
TK
86952006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8696
8697 * MAINTAINERS (Write After Approval): Remove myself.
8698 (Language Front End Maintainers): Add myself as
8699 fortran 95 maintainer.
8700
d1f8db0c
PB
87012006-02-14 Paolo Bonzini <bonzini@gnu.org>
8702
8703 Sync from src:
8704
8705 2005-12-27 Leif Ekblad <leif@rdos.net>
8706
cc6010cd
AP
8707 * configure.in: Add support for RDOS target.
8708 * configure: Regenerate.
d1f8db0c
PB
8709
87102006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 8711 Andreas Schwab <schwab@suse.de>
d1f8db0c 8712
cc6010cd 8713 * configure: Regenerate.
d1f8db0c 8714
cac90078
DE
87152006-02-12 David Edelsohn <edelsohn@gnu.org>
8716
8717 * configure.in (enable_libgomp): Add AIX.
8718 * configure: Regenerate.
8719
bd37fbf5
MK
87202006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8721
8722 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8723
23027b7a
LM
87242006-02-03 Lee Millward <lee.millward@gmail.com>
8725
8726 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8727
0058967b
RG
87282006-01-31 Richard Guenther <rguenther@suse.de>
8729 Paolo Bonzini <bonzini@gnu.org>
8730
8731 * Makefile.def (target_modules): Add libgcc-math target module.
8732 * configure.in (target_libraries): Add libgcc-math target library.
8733 (--enable-libgcc-math): New configure switch.
8734 * Makefile.in: Re-generate.
8735 * configure: Re-generate.
8736 * libgcc-math: New toplevel directory.
8737
e8b05380
PB
87382006-01-26 Paolo Bonzini <bonzini@gnu.org>
8739
8740 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8741 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8742 the assembler, linker and binutils.
8743 * configure: Regenerate.
8744
d54d5437
DM
87452006-01-22 Dirk Mueller <dmueller@suse.de>
8746
8747 * MAINTAINERS (Write After Approval): Add myself.
8748
670cbfcf
DN
87492006-01-20 Diego Novillo <dnovillo@redhat.com>
8750
8751 * configure: Regenerate.
8752
953ff289
DN
87532006-01-18 Richard Henderson <rth@redhat.com>
8754 Jakub Jelinek <jakub@redhat.com>
8755 Diego Novillo <dnovillo@redhat.com>
8756
8757 * libgomp: New directory.
8758 * Makefile.def: Add target_module libgomp.
8759 * Makefile.in: Regenerate.
8760 * configure.in (target_libraries): Add target-libgomp.
8761 * configure: Regenerate.
8762
32ce4048
AO
87632006-01-05 Alexandre Oliva <aoliva@redhat.com>
8764
8765 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8766 @ from continuation.
8767 * Makefile.in: Rebuilt.
8768
0eaf8e17 87692006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 8770
c76c0c83
CL
8771 * MAINTAINERS (Write After Approval): Add myself.
8772
2d309510
PB
87732006-01-04 Paolo Bonzini <bonzini@gnu.org>
8774
8775 PR bootstrap/24252
8776
8777 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8778 * Makefile.tpl (OBJDUMP): New.
8779 (EXTRA_HOST_FLAGS): Add it.
8780 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8781
953ff289
DN
8782 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8783 to use symbolic links between directories. Avoid race conditions
8784 or make them harmless.
8785 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
8786
8787 * Makefile.def (LEAN): Pass.
8788 * Makefile.tpl (LEAN): Define.
8789 (stage[+id+]-start): Accept that the previous directory does not
8790 exist, if the bootstrap is lean.
8791 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8792 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8793 configure substitution.
8794 ([+compare-target+]): Likewise.
8795 ([+bootstrap-target+]-lean): New.
8796 * configure.in: Remove lean bootstrap support from here.
8797
953ff289
DN
8798 * Makefile.in: Regenerate.
8799 * configure: Regenerate.
2d309510 8800
368872c3
BE
88012006-01-04 Ben Elliston <bje@au.ibm.com>
8802
8803 * MAINTAINERS (libdecnumber): Add myself.
8804
d79e6356
MM
88052006-01-02 Mark Mitchell <mark@codesourcery.com>
8806
8807 * libtool-ldflags: New script.
8808
a6fbc1e2
AS
88092006-01-02 Andreas Schwab <schwab@suse.de>
8810
8811 * configure.in: When reconfiguring remove Makefile in
8812 all stage directories.
8813 * configure: Regenerate.
8814
103a4b39
SB
88152005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8816
8817 * MAINTAINERS: Update my email address.
8818
212f829c
PB
88192005-12-20 Paolo Bonzini <bonzini@gnu.org>
8820
8821 Revert Ada-related part of the previous change.
8822
8823 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8824 Do not pass.
8825 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8826 * Makefile.in: Regenerate.
8827 * configure.in: Do not include mt-ppc-aix target fragment.
8828 * configure: Regenerate.
8829
8ef1f2df
PB
88302005-12-19 Paolo Bonzini <bonzini@gnu.org>
8831
8832 * configure.in: Select appropriate fragments for PowerPC/AIX.
8833 * configure: Regenerate.
8834
8835 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8836 BOOT_CFLAGS, BOOT_LDFLAGS.
8837 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8838 BOOT_CFLAGS, BOOT_LDFLAGS.
8839 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8840 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8841 (stage): Fail if we cannot complete the work.
8842 * Makefile.in: Regenerate.
8843
ab34901f
NS
88442005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8845
8846 * configure.in: Replace ms1 with mt.
8847 * configure: Rebuilt.
8848
cbe82f21
BM
88492005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8850
8851 * MAINTAINERS: Update my email address.
8852
19843472
PB
88532005-12-15 Paolo Bonzini <bonzini@gnu.org>
8854
8855 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8856 install-host-nogcc): Don't invoke $(stage) at the end.
8857 * Makefile.in: Regenerate.
8858
1ca26cd2
PB
88592005-12-14 Paolo Bonzini <bonzini@gnu.org>
8860
8861 * configure.in: Flip the top-level bootstrap switch.
8862 * configure: Regenerate.
8863
f41d6665
DJ
88642005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8865
8866 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8867 $(stage) and $(unstage).
8868 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8869 (all): Remove stray semicolon.
8870 (local-distclean): Don't handle multilib.tmp and multilib.out.
8871 (install.all): Set $s for consistency.
8872 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8873 check_multilibs setting. Always make the install directory.
8874 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8875 Correct @if/@endif.
8876 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8877 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8878 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8879 (multilib.out): Remove.
8880 * Makefile.in: Regenerated.
8881
dce2d8b2 88822005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
8883
8884 * MAINTAINERS (Write After Approval): Add myself.
8885
64f182bd
NS
88862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
8887
121b2cee
NS
8888 * MAINTAINERS: Add myself as mt maintainer.
8889
64f182bd
NS
8890 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
8891
a6d63770
AN
88922005-12-06 Adam Nemet <anemet@caviumnetworks.com>
8893
8894 * MAINTAINERS: Change email address.
8895
2abefe3d
PB
88962005-12-05 Paolo Bonzini <bonzini@gnu.org>
8897
8898 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8899 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8900 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
8901 Find in-tree tools if available.
8902 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8903 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8904 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8905 (COMPILER_*_FOR_TARGET): New.
8906 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8907 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8908 (CONFIGURED_*, USUAL_*): Remove.
8909 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8910 STRIP): Use autoconf substitutions.
8911 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8912 COMPILER_NM_FOR_TARGET): New.
8913 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8914
8915 (all): Make all-host and all-target in parallel.
8916 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8917 that $$r and $$s are set before invoking a recursive make.
8918 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8919 ([+bootstrap-target+]): Inline most of the `all' target.
8920
2f3bdde7
BE
89212005-11-29 Ben Elliston <bje@au.ibm.com>
8922
8923 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8924 from the gcc build directory.
8925 * Makefile.in: Regenerate.
8926
a4b6c45a
BE
89272005-11-29 Ben Elliston <bje@au.ibm.com>
8928
8929 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
8930 depend on all-libdecnumber.
8931 * configure.in (host_libs): Include libdecnumber.
8932 * Makefile.in: Regenerate.
8933 * configure: Likewise.
8934
473a74b9
BE
89352005-11-29 Ben Elliston <bje@au.ibm.com>
8936
8937 * libdecnumber: Import decNumber sources from the dfp-branch.
8938
b4623110
KJ
89392005-11-21 Kean Johnston <jkj@sco.com>
8940
8941 * config.sub, config.guess: Sync from upstream sources.
8942
67dc1785
BE
89432005-11-21 Ben Elliston <bje@au.ibm.com>
8944
8945 Import from Autoconf sources:
8946
8947 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
8948 * config/move-if-change: Don't output "$2 is unchanged";
8949 suggested by Ben Elliston. Handle weird characters correctly.
8950
186abafe
AT
89512005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
8952
8953 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8954 to match upstream libtool for darwin.
8955
ef9db8d5
DJ
89562005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
8957
8958 * Makefile.def: Remove gdb dependencies for gdbtk.
8959 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8960 (configure-gdb, install-gdb): New rules.
8961 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8962 * Makefile.in, configure: Regenerated.
8963
9c5141ab
JB
89642005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
8965
8966 * MAINTAINERS (Write After Approval): Add myself.
8967
4523d51b
EE
89682005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
8969
8970 * MAINTAINERS (Write After Approval): Add myself.
8971
086b011c
DN
89722005-10-24 Diego Novillo <dnovillo@redhat.com>
8973
8974 * MAINTAINERS (alias analysis): Add Daniel Berlin and
8975 Diego Novillo.
8976
e7c84bf8
PB
89772005-10-22 Paolo Bonzini <bonzini@gnu.org>
8978
8979 PR bootstrap/24297
8980 * Makefile.tpl (do-[+make-target+], do-check, install,
8981 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8982 are set before recursing.
8983 * Makefile.in: Regenerate.
8984
b88a7564
EB
89852005-10-20 Eric Botcazou <ebotcazou@adacore.com>
8986
8987 PR bootstrap/18939
8988 * Makefile.def (gcc) <target>: Fix thinko.
8989 * Makefile.in: Regenerate.
8990
61efc800
BS
89912005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
8992
8993 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8994 * configure: Regenerate.
8995
f53d2869
JZ
89962005-10-15 Jie Zhang <jie.zhang@analog.com>
8997
8998 * MAINTAINERS (Write After Approval): Add self.
8999
077fc835
KH
90002005-10-08 Kazu Hirata <kazu@codesourcery.com>
9001
9002 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9003 target-libffi, target-qthreads, target-libjava, and
9004 targetlibobjc.
9005 * configure: Regenerate.
9006
d739199a
DJ
90072005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9008
9009 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9010 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9011 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9012 (USUAL_OBJDUMP_FOR_TARGET): New.
9013 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9014 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9015 * configure, Makefile.in: Regenerated.
d739199a 9016
db38c6bb
PB
90172005-10-05 Paolo Bonzini <bonzini@gnu.org>
9018
9019 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9020 before other host packages.
9021
3015564c
KK
90222005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9023
9024 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9025
1061f99e
PB
90262005-10-05 Paolo Bonzini <bonzini@gnu.org>
9027
9028 PR bootstrap/22340
9029
9030 * configure.in (default_target): Remove.
9031 * Makefile.tpl (all): Do not use prerequisites as subroutines
9032 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9033 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9034 use prerequisites as subroutines.
9035 (check-host, check-target): New.
9036 (bootstrap configure & all targets): Do not use stage*-start
9037 if the directory layout is already ok.
9038 (non-bootstrap configure & all targets): Prepend a $(unstage).
9039 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9040 (NOTPARALLEL): Remove.
9041 (unstage, stage variables): New variables.
9042 (unstage, stage targets): Simply expand to those variables.
9043
9044 * configure: Regenerate.
9045 * Makefile.in: Regenerate.
9046
4a9c436f
JW
90472005-10-04 James E Wilson <wilson@specifix.com>
9048
9049 * Makefile.def (lang_env_dependencies): Add libmudflap.
9050 * Makefile.in: Regenerate.
9051
37150080
AS
90522005-10-03 Andreas Schwab <schwab@suse.de>
9053
9054 Backport from libtool CVS:
9055 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9056
9057 * ltmain.sh: add support for installing into temporary
9058 staging area (e.g. 'make install DESTDIR=...')
9059
39d16468
L
90602005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9061
9062 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9063 * configure: Regenerated.
9064
72a7ab82
AP
90652005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9066
9067 * configure: Regenerate with the correct
9068 autoconf version.
9069
6b65a26d
CM
90702005-09-30 Catherine Moore <clm@cm00re.com>
9071
9072 * configure.in (bfin-*-*): New.
9073 * configure: Regenerated.
9074
040b1c5a
GK
90752005-09-28 Geoffrey Keating <geoffk@apple.com>
9076
9077 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9078 (LIPO_FOR_TARGET): New.
9079 (CONFIGURED_LIPO_FOR_TARGET): New.
9080 (USUAL_LIPO_FOR_TARGET): New.
9081 (STRIP_FOR_TARGET): New.
9082 (CONFIGURED_STRIP_FOR_TARGET): New.
9083 (USUAL_STRIP_FOR_TARGET): New.
9084 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9085 STRIP_FOR_TARGET.
9086 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9087 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9088 * Makefile.in: Regenerate.
9089 * configure: Regenerate.
7e050830 9090
3a3c28db
DE
90912005-09-19 David Edelsohn <edelsohn@gnu.org>
9092
9093 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9094 (rs6000-*-aix*): Same.
9095 * configure: Regenerate.
9096
2749a921
TT
90972005-09-16 Tom Tromey <tromey@redhat.com>
9098
9099 * MAINTAINERS: Add self as java maintainer.
9100
7f26dfa3
FXC
91012005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9102
9103 * configure.in: Recognize f95 in the --enable-languages option,
9104 and substitute it for fortran, issuing a warning.
9105 * configure: Regenerate.
9106
d8852c4f
PE
91072005-08-30 Phil Edwards <phil@codesourcery.com>
9108
9109 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9110 * configure: Regenerated.
9111
ad685e81
AH
91122005-08-22 Aldy Hernandez <aldyh@redhat.com>
9113
9114 * MAINTAINERS: Add self as ms1 maintainer.
9115
b00d752c
RE
91162005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9117
9118 * Makefile.def (libssp): Add to lang_env_dependencies.
9119 * Makefile.in: Regenerate.
9120
9ed8fb9b
ILT
91212005-08-18 Ian Lance Taylor <ian@airs.com>
9122
9123 * MAINTAINERS: Add myself as middle-end maintainer.
9124
0f029d39
CG
91252005-08-17 Christian Groessler <chris@groessler.org>
9126
9127 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9128 * Makefile.in: Regenerate.
9129
81087874
AK
91302005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9131
9132 * MAINTAINERS (write after approval): Added myself.
9133
6a134f1c
MR
91342005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9135
9136 * MAINTAINERS (Write After Approval): Add myself.
9137
2693c0b0
PB
91382005-08-12 Paolo Bonzini <bonzini@gnu.org>
9139
9140 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9141 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9142 Look for alternate names of the target cc and c++
9143 * configure: Regenerate.
9144
4de997d1
PB
91452005-08-08 Paolo Bonzini <bonzini@gnu.org>
9146
9147 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9148 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9149 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9150 tools; remove code to manually set them.
9151 (Target tools): Look in the environment for them.
9152 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9153 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9154 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9155 build directory.
9156 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9157 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9158 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9159 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9160 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9161 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9162 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9163 * configure: Regenerate.
9164 * Makefile.in: Regenerate.
9165
b089e33a
BE
91662005-07-28 Ben Elliston <bje@au.ibm.com>
9167
9168 * MAINTAINERS: Update for removed CPU targets.
9169
e3791243
MM
91702005-07-27 Mark Mitchell <mark@codesourcery.com>
9171
9172 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9173 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9174 * Makefile.in: Regenerated.
9175
526635cb
MM
91762005-07-26 Mark Mitchell <mark@codesourcery.com>
9177
9178 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9179 (CFLAGS_FOR_TARGET): Use it.
9180 (CXXFLAGS_FOR_TARGET): Likewise.
9181 * Makefile.in: Regenerated.
9182 * configure.in (--with-build-sysroot): New option.
9183 * configure: Regenerated.
9184
19791f70
PB
91852005-07-24 Paolo Bonzini <bonzini@gnu.org>
9186
9187 * Makefile.tpl: Wrap install between unstage and stage
9188 * Makefile.in: Regenerate.
9189
35f5a23f
EC
91902005-07-21 Eric Christopher <echristo@apple.com>
9191
9192 * MAINTAINERS: Update affiliation.
9193
ff3ddf15
PW
91942005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9195
9196 * MAINTAINERS: Add self as crx port maintainer.
9197
3a664c1c
DD
91982005-07-20 DJ Delorie <dj@redhat.com>
9199
9200 * MAINTAINERS: Add self as m32c maintainer.
9201
539df155
KC
92022005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9203
9204 * all files: Update FSF address.
9205
be9c593a
EC
92062005-07-15 Eric Christopher <echristo@redhat.com>
9207
9208 * MAINTAINERS: Change affiliation.
9209
fd7ea4ab
JB
92102005-07-14 Jim Blandy <jimb@redhat.com>
9211
9212 * configure.in: Add cases for Renesas m32c.
9213 * configure: Regenerated.
7e050830 9214
0063a823
KC
92152005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9216
d0ca130a
KC
9217 * COPYING.LIB: Update from fsf.org.
9218
92192005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9220
9221 * COPYING, compile, config.guess,
0063a823
KC
9222 config.sub, install-sh, missing, mkinstalldirs,
9223 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 9224 * config-ml.in: Update FSF address.
0063a823 9225
a8ba31f2
EC
92262005-07-13 Eric Christopher <echristo@redhat.com>
9227
9228 * configure.in: Add toplevel noconfigdir support for tpf.
9229 * configure: Regenerate.
9230
5bea4a03
PB
92312005-07-11 Paolo Bonzini <bonzini@gnu.org>
9232
9233 PR ada/22340
9234
9235 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9236 * Makefile.in: Regenerate.
9237
284bdbbd
MM
92382005-07-07 Mark Mitchell <mark@codesourcery.com>
9239
9240 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 9241 Brolley to write-after-approval.
284bdbbd 9242
452190fb
AS
92432005-07-07 Andreas Schwab <schwab@suse.de>
9244
9245 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9246 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9247 * Makefile.in: Regenerated.
9248
9c8f9ec2
GK
92492005-07-06 Geoffrey Keating <geoffk@apple.com>
9250
9251 * configure.in: Don't build sim or rda when targetting darwin.
9252 * configure: Regenerate.
9253
ef0087a7
KH
92542005-07-06 Kazu Hirata <kazu@codesourcery.com>
9255
9256 * configure.in: Add --enable-libssp and --disable-libssp.
9257 * configure: Regenerate with autoconf-2.13.
9258
77008252
JJ
92592005-07-02 Jakub Jelinek <jakub@redhat.com>
9260
9261 * Makefile.def (target_modules): Add libssp.
9262 * configure.in (target_libraries): Add target-libssp.
9263 * configure: Rebuilt.
9264 * Makefile.in: Rebuilt.
9265
a04eae1b
ZW
92662005-07-01 Zack Weinberg <zackw@panix.com>
9267
9268 * MAINTAINERS: Change email address. Resign from maintainership.
9269
948884cd
RG
92702005-07-01 Richard Guenther <rguenther@suse.de>
9271
9272 * MAINTAINERS: Change my e-mail address and affiliation.
9273
c7870f5d
PB
92742005-06-22 Paolo Bonzini <bonzini@gnu.org>
9275
9276 * Makefile.def (stagefeedback): Come after profile.
9277 Define profiledbootstrap target.
9278 * Makefile.tpl (profiledbootstrap): Remove.
9279 (stageprofile-end): Zap stagefeedback.
9280 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9281 * Makefile.in: Regenerate.
9282
ab99519a
RS
92832005-06-13 Richard Sandiford <richard@codesourcery.com>
9284
9285 * MAINTAINERS: Update my email address.
9286
f610dd5f
ZW
92872005-06-13 Zack Weinberg <zack@codesourcery.com>
9288
9289 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9290 In 'cpp' stanza, support '#line' as well as '# '.
9291
71bc2a83
AS
92922005-06-08 Andreas Schwab <schwab@suse.de>
9293
9294 * MAINTAINERS: Move myself from 'Write After Approval' to
9295 'CPU Port Maintainers' section as m68k maintainer.
9296
4fab7234
HPN
92972005-06-07 Hans-Peter Nilsson <hp@axis.com>
9298
9299 * configure.in (unsupported_languages): New macro.
9300 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9301 non-ported target libraries in noconfigdirs.
9302 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9303 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 9304 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
9305 unsupported_languages.
9306 * configure: Regenerate.
9307
68193f9b
TS
93082005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9309
9310 * configure.in: Fix typo in handling of --with-mpfr-dir.
9311 * configure: Regenerate.
9312
f26f6b8d
RS
93132005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9314
9315 * MAINTAINERS: Update my email address.
9316
ba4853f8
JB
93172005-06-02 Jim Blandy <jimb@redhat.com>
9318
9319 * config.sub: Add cases for the Renesas m32c. (This patch has been
9320 accepted into the master sources.)
9321
79dd769c 93222005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
9323 Michael Snyder <msnyder@redhat.com>
9324 Stan Cox <scox@redhat.com>
79dd769c 9325
f610dd5f 9326 * configure.in: Set noconfigdirs for ms1.
79dd769c 9327
f610dd5f 9328 * configure: Regenerate.
79dd769c 9329
d29e107f
JD
93302005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
9331
9332 * MAINTAINERS (Write After Approval): Add self.
9333
e93196c3
JC
93342005-06-01 Josh Conner <jconner@apple.com>
9335
9336 * MAINTAINERS (Write After Approval): Add self.
9337
ae263c7a
KH
93382005-06-01 Kazu Hirata <kazu@codesourcery.com>
9339
9340 * MAINTAINERS: Update my email address.
9341
585b3aa3
ZM
93422005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
9343
9344 * MAINTAINERS (Write After Approval): Add self.
9345
4930c50b
CD
93462005-05-26 Chris Demetriou <cgd@broadcom.com>
9347
9348 * MAINTAINERS (Write After Approval): Remove self.
9349
2dfbef6d
PB
93502005-05-25 Paolo Bonzini <bonzini@gnu.org>
9351
9352 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9353 (Dependencies): Consider target modules for bootstrap dependencies.
9354 Make target bootstrap modules depend on each stage's gcc.
9355 * Makefile.in: Regenerate.
9356
bcb28cf5
PB
93572005-05-20 Paolo Bonzini <bonzini@gnu.org>
9358
9359 * Makefile.def (configure-gcc): Depend on binutils having been built.
9360 (all-gcc): No need to do it here.
9361 * Makefile.in: Regenerate.
9362
0cf085e4
PB
93632005-05-19 Paul Brook <paul@codesourcery.com>
9364
f610dd5f 9365 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
9366 language cannot be built.
9367 * configure: Regenerate.
9368
dfb2c39a
DJ
93692005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
9370
9371 * ylwrap: Import from Automake 1.9.5.
9372
771aaa92
DU
93732005-05-13 David Ung <davidu@mips.com>
9374
9375 * MAINTAINERS (Write After Approval): Add self.
9376
3ac9bd58
MS
93772005-05-09 Mike Stump <mrs@apple.com>
9378
9379 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9380 lt_cv_sys_max_cmd_len for now.
f610dd5f 9381
f77a5578
SC
93822005-05-09 Stan Cox <scox@redhat.com>
9383
9384 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9385
795e36e5
MK
93862005-05-08 Matt Kraai <kraai@ftbfs.org>
9387
9388 * README.SCO: Update the URL.
9389
c9392a2b
DE
93902005-05-05 David Edelsohn <edelsohn@gnu.org>
9391
9392 * ltconfig: Define file_list_spec. Pass file_list_spec and
9393 with_gnu_ld to libtool.
9394 * ltcf-c.sh (aix[45]): Define file_list_spec.
9395 * ltcf-cxx.sh (aix[45]): Same.
9396 * ltcf-gcj.sh (aix[45]): Same.
9397 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9398 exists, write list of input files to temporary file.
9399
bebcd931
MS
94002005-05-04 Mike Stump <mrs@apple.com>
9401
9402 * configure.in: Always pass --target to target configures as
9403 otherwise rebuilds that do --recheck will fail.
9404 * confiugure: Rebuilt.
9405
ce406537
PB
94062005-05-04 Paolo Bonzini <bonzini@gnu.org>
9407
9408 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9409 STAGE_HOST_EXPORTS.
9410 (configure, all): Add bootstrap support.
9411 (Host modules, target modules): Pass post-stage1 flags and exports.
9412 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9413 * Makefile.in: Regenerate.
9414
aa9dcfc4
PB
94152005-04-29 Paolo Bonzini <bonzini@gnu.org>
9416
9417 * configure: Regenerate.
9418
b6f9abcf
MS
94192005-04-27 Mike Stump <mrs@apple.com>
9420
9421 * MAINTAINERS: Add self as darwin maintainer.
9422
acb217cb
BS
94232005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
9424
9425 * config.sub: Update from master copy.
9426
b6dae270
MS
94272005-04-21 Mike Stump <mrs@apple.com>
9428
9429 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9430 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9431
c2e0d3a9
HPN
94322005-04-19 Hans-Peter Nilsson <hp@axis.com>
9433
9434 * configure.in <crisv32-*-*, cris-*-*>: New local variable
9435 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
9436 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
9437 "*-*-elf" and "*-*-linux*".
9438 * configure: Regenerate.
9439
871ae772
JM
94402005-04-14 Joseph S. Myers <joseph@codesourcery.com>
9441
9442 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9443
bf070c29
MS
94442005-04-12 Mike Stump <mrs@apple.com>
9445
9446 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9447
e865b6f7
TK
94482005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
9449
9450 * MAINTAINERS (Write After Approval): Add myself.
9451
7b71ad7f
BS
94522005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
9453
9454 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9455
25b42232
PB
94562005-04-06 Paolo Bonzini <bonzini@gnu.org>
9457
f610dd5f 9458 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
9459 (TARGET_CONFIGARGS): Include --with-target-subdir.
9460 (configure, all): New macros. Use them throughout.
9461 * Makefile.in: Regenerate.
9462
d727c624
JG
94632005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9464
9465 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 9466
fff72cc4
ZD
94672005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9468
9469 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9470
86472dc3
GP
94712005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9472
9473 * MAINTAINERS: Move John Carr to Write After Approval.
9474
dce2d8b2 94752005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
9476
9477 * config/mh-mingw32: Delete.
9478 * configure.in: Don't use it.
9479 * configure: Regenerate.
9480
33da42bc
PB
94812005-03-31 Paolo Bonzini <bonzini@gnu.org>
9482
9483 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9484 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 9485 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
9486 (HOST_LIB_PATH): Generate from Makefile.def.
9487 (TARGET_LIB_PATH): Likewise.
9488 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9489 * Makefile.in: Regenerate.
9490 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9491 (RPATH_ENVVAR): Include Darwin case.
9492 * configure: Regenerate.
9493
15cc1841
TF
94942005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9495
9496 * MAINTAINERS (Various Maintainers): Remove self.
9497 (Write After Approval): Add self.
9498
6a8c79d5
TF
94992005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9500
9501 * MAINTAINERS (Various Maintainers): Add self.
9502
256f7136
PB
95032005-03-25 Paolo Bonzini <bonzini@gnu.org>
9504
9505 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9506 * configure: Regenerate.
9507
191dd2c9
ZW
95082005-03-21 Zack Weinberg <zack@codesourcery.com>
9509
9510 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9511 gcc_version, and gcc_version_trigger from set of flags to pass.
9512 * Makefile.tpl: Remove definitions of above variables.
9513 (config.status): Remove dependency on $(gcc_version_trigger).
9514 * Makefile.in: Regenerate.
9515 * configure.in: Do not reference config/gcc-version.m4 nor
9516 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9517 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9518 * configure: Regenerate.
9519
ef6e9bc0 95202005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 9521 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
9522
9523 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9524 * Makefile.in: Regenerate.
9525
009bbd5a
FW
95262005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9527
9528 * MAINTAINERS (Write After Approval): Add myself.
9529
09f8755b
DA
95302005-03-03 David Ayers <d.ayers@inode.at>
9531
9532 * MAINTAINERS (Write After Approval): Add myself.
9533
e73ed25c
AO
95342005-03-01 Alexandre Oliva <aoliva@redhat.com>
9535
9536 PR libgcj/20160
9537 * ltmain.sh: Avoid creating archives with components that have
9538 duplicate basenames.
9539
ace9ac7b
AP
95402005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9541
9542 PR bootstrap/20250
9543 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9544 instead of check.
9545 * Makefile.in: Regenerate.
9546
c9db9354
PB
95472005-02-28 Paolo Bonzini <bonzini@gnu.org>
9548
9549 * Makefile.in: Regenerate to fix conflict between the previous two
9550 patches.
9551
215c351a
PB
95522005-02-28 Paolo Bonzini <bonzini@gnu.org>
9553
9554 PR bootstrap/17383
9555 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9556 * Makefile.tpl (HOST_SUBDIR): New substitution.
9557 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9558 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9559 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9560 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9561 (Host modules, Bootstrapped modules): Use it.
9562 (Build modules, Target modules): Do not create symlink trees,
9563 always configure out-of-srcdir.
9564 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9565 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9566 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9567 $(HOST_SUBDIR). Create a symlink for host_subdir.
9568
9569 * Makefile.in: Regenerate.
9570 * configure: Regenerate.
9571
5395b47b
NN
95722005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9573
9574 Merged from libada-gnattools-branch:
9575 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9576
9577 * gnattools: New directory.
9578 * Makefile.def: Add gnattools as a module, depending on target-libada.
9579 * Makefile.in: Regenerate.
9580 * configure.in: Include gnattools in host_tools; disable it if ada
9581 is disabled.
9582 * configure: Regenerate.
9583
ca2cc05c
JM
95842005-02-24 James A. Morrison <phython@gcc.gnu.org>
9585
9586 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9587 treelang maintainer.
9588 (Write After Approval): Remove myself.
9589
d2f3024f
PS
95902005-02-23 Paul Schlie <schlie@comcast.net>
9591
9592 * configure.in: Allow darwin targeted ports to build tk, itcl and
9593 libgui.
9594 * configure: Regenerate.
9595
bba5e0ca
EB
95962005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9597
9598 PR libgcj/10353
9599 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9600 * configure: Regenerate.
9601
70132ce7
SK
96022005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9603
9604 * MAINTAINERS (Write After Approval): Add myself.
9605
20f0edca
ILT
96062005-02-10 Ian Lance Taylor <ian@airs.com>
9607
9608 * MAINTAINERS: Update my e-mail address.
9609
e64e5109
RG
96102005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9611
9612 * MAINTAINERS (Write After Approval): Add myself.
9613
40d64b5a
HPN
96142005-01-29 Hans-Peter Nilsson <hp@axis.com>
9615
9616 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9617 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9618 target-libgloss when not *-*-elf and *-*-aout.
9619 * configure: Regenerate.
9620
54a12711
KH
96212005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9622
9623 * MAINTAINERS: Remove obsolete entries.
9624
0aa99dbb
KH
9625 * MAINTAINERS (Write After Approval): Add Michael Matz.
9626
2b009f5f
NB
96272005-01-19 Neil Booth <neil@daikokuya.co.uk>
9628
9629 * MAINTAINERS: Remove self as cpplib maintainer.
9630
385870f5
KC
96312005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9632
9633 * install-sh, config.sub: Import from upstream.
9634
e7daab31
KC
96352005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9636
9637 PR bootstrap/18222
9638 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9639 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9640 * Makefile.in: Regenerate.
9641
e6003f4d
JT
96422005-01-16 Jason Thorpe <thorpej@netbsd.org>
9643
9644 * MAINTAINERS: Update my email address.
9645
145e2972 96462005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 9647 Andreas Schwab <schwab@suse.de>
145e2972
DE
9648
9649 PR bootstrap/18033
9650 * config-ml.in: Eval option if surrounded by single quotes.
9651
86c7e0da
PB
96522005-01-03 Paolo Bonzini <bonzini@gnu.org>
9653
9654 Revert 2004-12-28 Makefile changes, a better fix will be
9655 applied to mainline and src after GCC 4.0 branches.
9656
3224a22f
PB
96572004-12-28 Paolo Bonzini <bonzini@gnu.org>
9658
9659 PR bootstrap/17383
9660
9661 * Makefile.def (target_modules): Remove stage parameter,
9662 it is always true now.
9663 * Makefile.tpl (configure-build-[+module+],
9664 configure-target-[+module+]): Always build symlink tree
9665 for the directory and for include. BUILD_SUBDIR and
9666 TARGET_SUBDIR cannot be . anymore.
9667 * Makefile.in: Regenerate.
9668
aaf51ca2
DE
96692004-12-25 David Edelsohn <edelsohn@gnu.org>
9670
9671 Revert 2004-12-08 Makefile changes.
9672
4e32e454
DS
96732004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9674
9675 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9676 cygwin, mingw.
9677
669f01d8
AS
96782004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9679
9680 * configure.in (sh64-*-*): Reenable gprof.
9681 * configure: Regenerate.
9682
1b227ee0
DE
96832004-12-08 David Edelsohn <edelsohn@gnu.org>
9684
9685 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9686 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9687 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9688 * Makefile.in: Regenerate.
9689
ce5e944c
CF
96902004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9691
9692 * MAINTAINERS: Update my email address.
9693
893f1e87
MK
96942004-12-07 Matt Kraai <kraai@ftbfs.org>
9695
9696 * Makefile.tpl: Generate normal dependencies if the LHS module is
9697 not bootstrapped.
9698 * Makefile.in: Regenerate.
9699
bb59c339
RS
97002004-12-03 Richard Sandiford <rsandifo@redhat.com>
9701
9702 * configure.in: Include config/gxx-include-dir.m4. Use
9703 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9704 * configure: Regenerate.
9705
4982adbe
RS
97062004-12-03 Richard Sandiford <rsandifo@redhat.com>
9707
9708 * config.if: Delete.
9709 * configure.in: Set libstdcxx_incdir directly.
9710 * configure: Regenerate.
9711
05750653
EC
97122004-12-02 Eric Christopher <echristo@redhat.com>
9713
9714 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9715 * Makefile.in: Regenerate.
9716
5fef1dbd
RS
97172004-12-02 Richard Sandiford <rsandifo@redhat.com>
9718
9719 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9720 * configure: Regenerate.
9721
afabd8e6
RS
97222004-12-02 Richard Sandiford <rsandifo@redhat.com>
9723
9724 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9725 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9726 * configure: Regenerate.
9727
78716e86
EC
97282004-12-01 Eric Christopher <echristo@redhat.com>
9729
9730 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9731 of things to remove.
9732
57ab8ba9
MK
97332004-11-29 Matt Kraai <kraai@ftbfs.org>
9734
9735 * MAINTAINERS (Write After Approval): Update my e-mail address.
9736
2539bffe
KC
97372004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9738
9739 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9740 from CVS libtool to always pass_all.
9741
3e732ba0
JDA
97422004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9743
9744 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9745 (hppa*64*-*-*): Delete incorrect comment.
9746 * configure: Rebuilt.
9747
767f726e
KC
97482004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9749
9750 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9751
2c92e90f
KC
97522004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9753
9754 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9755 from CVS libtool to always pass_all.
9756
32f84e48
KC
97572004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9758
9759 * install-sh, compile: Import from automake.
9760
9587be8a
KC
97612004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9762
9763 * config.guess, config.sub: Import from savannnah.
9764
04e81808 97652004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
9766
9767 * MAINTAINERS (Write After Approval): Add myself
9768
f87a2b2e
MS
97692004-11-12 Mike Stump <mrs@apple.com>
9770
9771 * Makefile.def: Add html support.
9772 * Makefile.tpl: Likewise.
9773 * Makefile.in: Regenerate.
9774
848556c2
GK
97752004-11-11 Geoffrey Keating <geoffk@apple.com>
9776
556f03c4
GK
9777 PR 18423
9778 * configure.in: Remove all instances of build-fixincludes from
9779 noconfigdirs.
9780 (build_configargs): Supply --target to subdirectories.
9781 * configure: Regenerate.
9782
848556c2
GK
9783 * Makefile.def: Make gcc install depend on fixincludes install.
9784 * Makefile.in: Regenerate.
9785
9e5712a5
JJ
97862004-11-10 Janis Johnson <janis187@us.ibm.com>
9787
9788 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9789
4ef509c0
PB
97902004-11-11 Paul Brook <paul@codesourcery.com>
9791
9792 * MAINTAINERS: Add self as arm maintainer. Update email address.
9793
20d11df6
HPN
97942004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9795
9796 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9797 target-libgfortran.
79fd8592 9798 * configure: Regenerate.
20d11df6 9799
68c70f15
DE
98002004-11-07 David Edelsohn <edelsohn@gnu.org>
9801
9802 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9803 like CC.
9804
54f88091
PB
98052004-11-05 Paolo Bonzini <bonzini@gnu.org>
9806
9807 * Makefile.def (host fixincludes): Specify missing targets.
9808 * Makefile.in: Regenerate.
9809
6866abb8
RC
98102004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9811
9812 * MAINTAINERS: Add myself
9813
83f62578
GL
98142004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9815
9816 * MAINTAINERS (Write After Approval): Add myself.
9817
53c7ffe7
GK
98182004-11-04 Geoffrey Keating <geoffk@apple.com>
9819
9820 * Makefile.def: Build fixincludes for the host, too.
9821 * Makefile.in: Regenerate.
9822 * configure.in (host_tools): Add fixincludes.
9823 * configure: Regenerate.
9824
ac8b3d9d
DJ
98252004-11-04 Daniel Jacobowitz <dan@debian.org>
9826
9827 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9828 * configure: Regenerated.
9829
bab37580
L
98302004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9831
9832 PR other/17783
9833 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9834 * configure: Regenerated.
9835
db1de713
MM
98362004-10-31 Mark Mitchell <mark@codesourcery.com>
9837
9838 * README.SCO: Update per FSF instructions.
9839
a827e21a
EW
98402004-10-28 Eric B. Weddington <ericw@evcohs.com>
9841
9842 PR target/18151
9843 * configure.in (case ${target}): Do not build fixincludes for avr.
9844 * configure: Regenerated.
9845
9d069a4f
PB
98462004-10-26 Paolo Bonzini <bonzini@gnu.org>
9847
9848 * configure.in (case ${target}): Do not build fixincludes
9849 on platforms where it is not used.
9850 * configure: Regenerated.
9851
fc45f3fe
DJ
98522004-10-23 Daniel Jacobowitz <dan@debian.org>
9853
9854 * configure.in: Use an absolute path to install-sh.
9855 * configure: Regenerated.
9856
36554b92
AL
98572004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9858
9859 * MAINTAINERS (Write After Approval): Add myself.
9860
88e9994a
KH
98612004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9862
9863 * MAINTAINERS: Remove from Write After Approval those that are
9864 already maintainers.
9865
ad02a944
SP
98662004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9867
9868 * MAINTAINERS: Update my email address.
9869
c8e6cd41
KC
98702004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9871
9872 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9873 * configure: Regenerate.
9874
dce2d8b2 98752004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
9876
9877 * MAINTAINERS: Update my email address.
9878
a8b0957e
KH
98792004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9880
9881 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9882 entries belonging to this category.
9883
96836f61
JZ
98842004-10-06 Josef Zlomek <josef.zlomek@email.cz>
9885
9886 * MAINTAINERS: Update my e-mail address.
9887
7e0b5752
PB
98882004-10-06 Paolo Bonzini <bonzini@gnu.org>
9889
9890 Fix wrong conflict resolution in:
9891
9892 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9893
9894 * Makefile.in: Regenerate.
9895 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9896 in the recursive `make', instead of hardwiring `all'.
9897 (Autogenerated TARGET-* variables): New.
9898
370f7a47
TL
98992004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
9900
9901 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 9902 * configure: Regenerate.
370f7a47 9903
13e5d623
KH
99042004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9905
9906 * MAINTAINERS (Various Maintainers): Move the "windows,
9907 cygwin, mingw" maintainer to ...
9908 (OS Port Maintainers): ... here.
9909
a6497c1b
KH
99102004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9911
9912 * MAINTAINERS (Write After Approval): Remove those that are
9913 maintainers of some subsystem.
9914
1abb828a
D
99152004-10-02 P.J. Darcy <darcypj@us.ibm.com>
9916
9917 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9918 * ltcf-cxx.sh (tpf*): Likewise.
9919 * ltconfig (tpf*): Add TPF OS configuration support.
9920
16d1338d
BS
99212004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
9922
9923 * MAINTAINERS: Change my email address to my new work account.
9924
9082a750
MR
99252004-09-24 Michael Roth <mroth@nessie.de>
9926
9927 * configure.in (--without-headers): Add missing double quotes.
9928 * configure: Regenerate.
9929
dce2d8b2 99302004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
9931
9932 * ylwrap: Revert to previous version.
9933
4c4a5bbc
L
99342004-09-23 H.J. Lu <hongjiu.lu@intel.com>
9935
9936 PR bootstrap/17369
9937 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9938 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9939 SET_GCC_LIB_PATH_CMD.
9940 (BASE_TARGET_EXPORTS): Likewise.
9941 * Makefile.in: Regenerated.
9942
9943 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9944 * configure: Regenerated.
9945
85f59630
KC
99462004-09-23 Kelley Cook <kcook@gcc.gnu.org>
9947
9948 * config.guess: New upstream version
9949 * compile, depcomp, install-sh, ylwrap: Likewise.
9950
95c53c62
RS
99512004-09-19 Roger Sayle <roger@eyesopen.com>
9952
9953 * config/mh-x86omitfp: New host makefile fragment. Add
9954 -fomit-frame-pointer to the default BOOT_CFLAGS.
9955 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9956 * configure: Regenerate.
9957
0a1c093b
AP
99582004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
9959
9960 PR target/11572
9961 * configure.in (*-*-darwin*): Renable libobjc.
9962 * configure: Regenerate.
9963
315fcf97
NS
99642004-09-10 Nathan Sidwell <nathan@codesourcery.com>
9965
9966 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9967
0a050485 99682004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 9969
0a050485
DB
9970 * Makefile.def: Remove libbanshee.
9971 * Makefile.tpl: Ditto.
9972 * configure.in: Ditto.
9973 * Makefile.in: Regen.
9974 * configure: Ditto.
9975
5f4a098e
DE
99762004-09-08 David Edelsohn <edelsohn@gnu.org>
9977
9978 * ltmain.sh: Use $pic_object as $non_pic_object if
9979 $non_pic_object=none.
9980
32b2511f
PB
99812004-09-07 Paolo Bonzini <bonzini@gnu.org>
9982
9983 * missing: Import latest version from master repository.
9984
fc4d0e82
NC
99852004-09-06 Nick Clifton <nickc@redhat.com>
9986
9987 * config.sub: Import latest version from master repository.
9988 * config.guess: Likewise.
9989 This includes these changes:
78716e86 9990
fc4d0e82
NC
9991 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
9992
9993 * config.sub: Handle crisv32, alias etraxfs.
9994 * config.guess (crisv32:Linux:*:*): Handle.
9995
9996 2004-08-13 Brad Smith <brad@comstyle.com>
9997
9998 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9999 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10000
10001 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10002
10003 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10004 assume the processor is a powerpc. This is because coreutils
10005 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10006 in this case, due to a MacOS X bug that causes
10007 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10008 to return a negative number.
10009 Problem reported by Petter Reinholdtsen in:
10010 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10011
10012 2004-07-19 Ben Elliston <bje@gnu.org>
10013
10014 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10015
10016 2004-06-24 Ben Elliston <bje@gnu.org>
10017
10018 * config.guess: Update copyright years.
10019 * config.sub: Likewise.
10020
10021 2004-06-22 Robert Millan <robertmh@gnu.org>
10022
10023 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10024 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10025
10026 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10027
10028 * config.guess (*:*VMS:*:*): New entry. Replaces
10029 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10030 manufacturer.
10031
10032 2004-06-22 Ben Elliston <bje@gnu.org>
10033
10034 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10035 * config.sub: Likewise.
10036
10037 2004-06-22 Ben Elliston <bje@gnu.org>
10038
10039 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10040 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10041
10042 2004-06-11 Ben Elliston <bje@gnu.org>
10043
10044 * config.guess (pegasos:OpenBSD:*:*): Remove.
10045
10046 2004-06-11 Ben Elliston <bje@gnu.org>
10047
10048 From Wouter Verhelst <wouter@grep.be>:
10049 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10050
10051 2004-06-11 Ben Elliston <bje@gnu.org>
10052
10053 * config.guess (luna88k:OpenBSD:*:*): New.
10054
10055 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10056
10057 * config.guess (m32r*:Linux:*:*): New case.
10058 * config.sub: Handle m32rle.
10059
10060 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10061
10062 From Jens Petersen <petersen@redhat.com>:
10063 * config.sub: Handle sparcv8.
10064
10065 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10066
10067 From Tom Smith <smith@cag.lkg.hp.com>:
10068 * config.guess: Version suffixes are equally significant on Tru64
10069 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10070 prefix of "P" (patched kernel).
10071
10072 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10073
10074 * config.sub: Add support for National Semiconductor CRX target.
10075
2f4cc6bf
JJ
100762004-09-03 Janis Johnson <janis187@us.ibm.com>
10077
10078 * MAINTAINERS (Various Maintainers): Remove myself as web page
10079 maintainer, add myself as maintainer of build status lists.
10080
61fec9ff
JB
100812004-09-03 Jan Beulich <jbeulich@novell.com>
10082
10083 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10084 *-*-netware, but add target-libmudflap.
10085 Consolidate *-*-netware targets (of which really only i?86 exists)
10086 into a single entry.
10087 * configure: Likewise.
10088
45f366ab
PB
100892004-09-01 Paolo Bonzini <bonzini@gnu.org>
10090
10091 * Makefile.tpl (sorry): Remove.
10092 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10093 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10094 (do-clean): Clean per-stage directories too.
10095 (do-distclean): Run distclean-stage1 too.
10096 (.NOTPARALLEL): Enable during toplevel bootstrap.
10097 (stage[+id+]-bubble): Enable parallel execution during
10098 the recursive invocation.
10099 * Makefile.in: Regenerate.
10100
10101 Fix previous checkin:
10102
10103 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10104 include.
10105 * configure.in: Fix indentation.
10106 * configure: Regenerate.
10107
dce2d8b2 101082004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10109
45f366ab
PB
10110 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10111 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10112 * configure: regenerate
78716e86 10113 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10114 -mdynamic-no-pic
be8fff81 10115
71b5d516
PB
101162004-08-31 Paolo Bonzini <bonzini@gnu.org>
10117
10118 * Makefile.def (build_modules): Add fixincludes.
10119 (dependencies): Make gcc depend on fixincludes.
10120 * configure.in (build_tools): Add fixincludes.
10121 (build_configdirs): Always include build_libs.
10122 * Makefile.in: Regenerate.
10123 * configure: Regenerate.
10124
101252004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10126
10127 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10128 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10129 phony targets; do not generate timestamp files.
10130 (distclean-stageN): Remove references to their timestamp files.
10131 (restageN, touch-stageN): Remove.
10132 (stageN-bubble): Rewritten.
10133 (compare): Support lean bootstraps.
10134 * Makefile.in: Regenerate.
10135
10136 * configure.in: Only warn when bootstrapping but
10137 build != host or build != target. Support lean bootstraps.
10138 * configure: Regenerate.
10139
ce7cbbb0
PE
101402004-08-26 Phil Edwards <phil@codesourcery.com>
10141
10142 * configure.in: Give a better error message if GMP/MPFR are missing
10143 and a language needing them has been requested.
10144 * configure: Regenerated.
10145
9c71a529
PE
101462004-08-25 Phil Edwards <phil@codesourcery.com>
10147
10148 * configure.in: Print a list of available language front-ends if
10149 a requested one is missing. Tidy stray tab characters.
10150 * configure: Regenerated.
10151
e3f92d3b
MK
101522004-08-19 Michael Koch <konqueror@gmx.de>
10153
10154 * gcc/doc/install.texi: Update entry about automake for libjava.
10155
c3f84f61
RM
101562004-08-17 Robert Millan <robertmh@gnu.org>
10157
10158 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10159 (instead of FreeBSD).
10160 * configure: Regenerate.
10161
7c27e184
PB
101622004-08-16 Paolo Bonzini <bonzini@gnu.org>
10163
10164 * Makefile.in: Regenerate.
10165 * configure: Regenerate.
10166
10167 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10168 stage_*_flags.
10169 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10170 for bootstrapped modules if toplevel bootstrap is going.
10171 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10172 modules. Adjust for changes in Makefile.def. Enable several
10173 rules even in non-bootstrap mode, just to avoid peppering the
10174 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10175 (stage-[+prev+]-bubble): Remove.
10176
10177 * Makefile.def (Dependencies): Depend on all-build-bison,
10178 all-build-flex, all-build-byacc, all-build-texinfo, rather
10179 than the host variations.
10180 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10181 with BUILD_SUBDIR.
10182 (BISON): Update for recent Bisons.
10183 (YACC): Fix typo.
10184 (cross): Depend on all-build.
10185 (all): Do not depend on all-build.
10186 (prebootstrap): Remove.
10187 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10188 (Prebootstrap dependencies): Add them to the per-stage targets
10189 and to all-prebootstrap.
10190 * configure.in (build_configdirs): Always enable build_tools.
10191 (BUILD_DIR_PREFIX): Remove.
10192
10193 * Makefile.def (gcc): Add target variable.
10194 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10195 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10196 in the recursive `make', instead of hardwiring `all'.
10197 (Autogenerated TARGET-* variables): New.
10198
20f3bb80
BB
101992004-08-13 Brian Booth <bbooth@redhat.com>
10200
10201 * MAINTAINERS: Remove myself from write-after-approval.
10202
b5be499d
NN
102032004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10204
10205 * src-release: Stop distributing mmalloc with gdb (which doesn't
10206 use it).
10207 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10208 * Makefile.in: Regenerate.
10209
b3f8d95d
MM
102102004-08-09 Mark Mitchell <mark@codesourcery.com>
10211
10212 * configure.in (arm*-*-eabi*): New target.
10213 * configure: Regenerate.
10214
3589b69e
PB
102152004-08-06 Paolo Bonzini <bonzini@gnu.org>
10216
10217 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10218 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10219 (Dependencies): New section.
10220 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10221 (configure-target-[+module+]): Depend on maybe-all-gcc
10222 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10223 (toplevel profiledbootstrap): Fix dependencies.
10224 * Makefile.in: Regenerate.
10225
972974fc
MM
102262004-08-03 Mark Mitchell <mark@codesourcery.com>
10227
10228 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10229 target-libiberty to noconfigdirs.
10230 * configure: Regenerate.
10231
bebf829d
PB
102322004-08-03 Paul Brook <paul@codesourcery.com>
10233
10234 * configure.in: Check for MPFR as well as GMP.
10235 * configure: Regenerate.
10236
98a5bb3b
RM
102372004-08-01 Robert Millan <robertmh@gnu.org>
10238
10239 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10240 libmudflap for all GNU-based systems (with Glibc).
10241 * configure: Regenerate.
10242
dce2d8b2 102432004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
10244
10245 * Makefile.def (host-modules): Add gcc.
10246 * Makefile.in: Regenerate.
10247 * Makefile.tpl (sorry): New rule.
10248 (configure-host, all-host, [+make_target+]-host, do-check,
10249 install-host): Do not add gcc as a special case.
10250 (host modules): Add a small special-casing for gcc. Export
10251 extra_make_flags through the environment.
10252 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10253 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10254 other recursive targets for gcc): Remove.
10255
10256 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10257 (stage, unstage): New rules.
10258 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10259 distclean-stage[+id+]): Use stage_current.
10260 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10261 the stage*-start rules.
10262
aeb732c1
GK
102632004-08-02 Geoffrey Keating <geoffk@apple.com>
10264
10265 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10266 use -all_load flag.
10267
25b656e7
PB
102682004-08-02 Paolo Bonzini <bonzini@gnu.org>
10269
10270 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10271 * configure: Regenerate.
10272
cc440d71
TM
102732004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10274
10275 * maintainer-scripts/gcc_release: Revert yesterday's change.
10276
270e140b
SB
102772004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10278
10279 * MAINTAINERS: Add myself to write-after-approval.
10280
3e4035f8
TM
102812004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10282
10283 * libf2c: Removed.
10284 * gcc/gccbug.in: Updated because of libf2c removal.
10285 * maintainer-scripts/gcc_release: Ditto.
10286
dce2d8b2 102872004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
10288
10289 * configure.in: Build libmudflap by default on FreeBSD.
10290 * configure: Regenerated.
10291
dfcada9a
MM
102922004-07-09 Mark Mitchell <mark@codesourcery.com>
10293
10294 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10295 systems.
10296 * configure: Regenerated.
10297
dce2d8b2 102982004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
10299
10300 PR target/16344
10301 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10302 feedback based compiler.
10303 * Makefile.in: Rebuilt.
10304
95bcca47
AO
103052004-07-08 Alexandre Oliva <aoliva@redhat.com>
10306
10307 * Makefile.def (host_modules): Set bootstrap=true for flex.
10308 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10309 * Makefile.in: Rebuilt.
10310
051822f6
JH
103112004-07-07 Jan Hubicka <jh@suse.cz>
10312
10313 * MAINTAINERS: Add self as a profile feedback maintainer.
10314
7b61653a
PE
103152004-07-05 Phil Edwards <phil@codesourcery.com>
10316
10317 * configure.in: Do not prepend $srcdir to /dev/null in
10318 makefile fragments.
10319 * configure: Regenerate.
10320
23f6b2f9
PB
103212004-07-01 Paolo Bonzini <bonzini@gnu.org>
10322
10323 * Makefile.def (build_modules): Add bison, byacc, flex,
10324 m4, texinfo.
10325 (flags_to_pass): Add FLEX.
10326 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10327 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10328 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10329 DEFAULT_MAKEINFO): Remove.
10330 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10331 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10332 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10333 objdir or else use configured tool.
10334 (all-build): New.
10335 (all): Depend on it.
10336 (Build module dependencies): Add.
10337 * Makefile.in: Regenerate.
10338 * configure.in: Better support for multiple build modules,
10339 matching what is done for host/target modules. Do not look
10340 for "plausible" locations of build tools if Canadian cross.
10341 Use autoconf's AC_PROG_CC to find a C compiler. Define
10342 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
10343 * configure: Regenerate.
78716e86 10344
1c020272
PB
103452004-06-22 Paolo Bonzini <bonzini@gnu.org>
10346
10347 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10348 * Makefile.in: Regenerate.
10349
a52a0a7f
PB
103502004-06-22 Paolo Bonzini <bonzini@gnu.org>
10351
10352 * Makefile.tpl (configure-build-[+module+],
10353 configure-[+module+], configure-target-[+module+]): Pass
10354 [+extra_configure_args+].
10355 (all-build-[+module+], all-[+module+], check-[+module+],
10356 install-[+module+], [+make_target+]-[+module+],
10357 all-target-[+module+], check-target-[+module+],
10358 install-target-[+module+], [+make_target+]-target-[+module+]):
10359 Pass [+extra_make_args+].
10360 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10361 (GCC_HOST_EXPORTS): Remove.
10362 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10363 cross, check-gcc, check-gcc-c++, install-gcc,
10364 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10365 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10366 * Makefile.in: Regenerate.
10367
ccde3f1a
MS
103682004-06-21 Matthew Sachs <msachs@apple.com>
10369
10370 * MAINTAINERS: Added self to write-after-approval.
10371
6264b0a6
CF
103722004-06-21 Christopher Faylor <cgf@alum.bu.edu>
10373
10374 * configure.in: Check for srcdir/winsup rather than build directory
10375 winsup.
10376 * configure: Regenerate.
10377
801e2270
CV
103782004-06-17 Corinna Vinschen <vinschen@redhat.com>
10379
10380 * configure.in: Don't build Cygwin native newlib if winsup
10381 directory is missing. Emit warning instead.
10382 * configure: Regenerate.
10383
ad6717df
PB
103842004-06-09 Paolo Bonzini <bonzini@gnu.org>
10385
10386 * Makefile.tpl (touch-stage[+id+]): New.
10387 (restage[+prev+]): Depend on touch-stage[+id+].
10388
10389 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10390 Use it throughout.
10391
10392 * Makefile.def: Add profile and feedback bootstrap stages.
10393 Remove next field from bootstrap stages.
10394 * Makefile.tpl (LN, LN_S): Substitute.
10395 (stageN-start, stageN-end): Use double-colon rules, to
10396 provide a hook for additional setup commands.
10397 (distclean-stageN-gcc, restageN): Create dependencies from
10398 [+prev+], not from [+next+].
10399 (stageN-bubble): Add commands for successive stages from
10400 [+prev+], using double-colon rules.
10401 (all-stageN-gcc): Fix typo.
10402 (stagefeedback-start, profiledbootstrap): New.
10403 * Makefile.in: Regenerate.
10404 * configure.in: Call ACX_PROG_LN.
10405 * configure: Regenerate.
10406
5bbb9680
CY
104072004-06-08 Canqun Yang <canqun@nudt.edu.cn>
10408
10409 * MAINTAINERS (Write After Approval): Add myself.
10410
e18be1d4
MA
104112004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
10412
10413 * MAINTAINERS (Write After Approval): Add myself.
10414
5607edfd
PB
104152004-06-03 Paolo Bonzini <bonzini@gnu.org>
10416
10417 * configure.in: Fix --enable-bootstrap breakage introduced in trees
10418 without gcc.
10419 * configure: Regenerate.
10420
1ec4e9c3
PB
104212004-06-01 Paolo Bonzini <bonzini@gnu.org>
10422
10423 * Makefile.tpl: Fix typo.
10424 * Makefile.in: Regenerate.
10425
dce2d8b2 104262004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
10427
10428 * configure.in: Remove new- prefix from toplevel
10429 bootstrap targets.
10430 * configure: Regenerate.
10431
f516a7da
PB
104322004-06-01 Paolo Bonzini <bonzini@gnu.org>
10433
10434 * Makefile.tpl (all.normal): Rename to all.
10435 (all): Replace with a rule to pick the default
10436 target from configure.
10437 (all-gcc, configure-gcc): Use conditionals to
10438 do nothing when toplevel bootstrap is going on.
10439 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10440 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10441 * configure.in: Support --enable-bootstrap.
10442
10443 * Makefile.def: Remove new- prefix from toplevel
10444 bootstrap targets.
10445 * Makefile.tpl: Likewise.
10446
10447 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
10448 target.
10449
10450 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10451 $(RECURSE_FLAGS) to recursive invocation of make.
10452
10453 * Makefile.in: Regenerate.
10454 * configure: Regenerate.
10455
78dd5e36 104562004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 10457 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
10458
10459 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10460 like CC.
10461
30f1bddc
DJ
104622004-05-27 Daniel Jacobowitz <dan@debian.org>
10463
10464 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10465 * configure: Regenerate.
10466
4fc4dd12
DJ
104672004-05-25 Daniel Jacobowitz <drow@false.org>
10468
10469 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10470 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10471 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10472 targets.
10473 * Makefile.in: Regenerate.
10474
dce2d8b2 104752004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
10476
10477 * configure.in: Test the ability to symlink directories.
10478 * configure: Regenerate.
10479
10480 * Makefile.def (bootstrap-stage): New definitions.
10481 * Makefile.tpl (configure-stage1-gcc,
10482 configure-stage2-gcc, configure-stage3-gcc,
10483 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10484 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10485 new-restage3, compare): Autogenerate, see Makefile.in
10486 entry for behavioral changes.
10487 (distclean-stage1, new-stage1-start, new-stage1-end,
10488 new-stage1-bubble, distclean-stage2, new-stage2-start,
10489 new-stage2-end, new-stage2-bubble, distclean-stage3,
10490 new-stage3-start, new-stage3-end): New autogenerated targets.
10491 (objext, prebootstrap, BOOT_CFLAGS,
10492 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10493 targets.
10494
10495 * Makefile.in: Regenerate.
10496 (distclean-stage1, new-stage1-start, new-stage1-end,
10497 new-stage1-bubble, distclean-stage2, new-stage2-start,
10498 new-stage2-end, new-stage2-bubble, distclean-stage3,
10499 new-stage3-start, new-stage3-end): New targets.
10500 (all-stage1-gcc): Move prebootstrap dependency from here...
10501 (configure-stage1-gcc): ...to here.
10502 (new-bootstrap): Use bubble targets.
10503 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10504 Use per-stage distclean targets.
10505 (configure-stage1-gcc, configure-stage2-gcc,
10506 configure-stage3-gcc, all-stage1-gcc,
10507 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10508 Use new-stageN-start to prepare the tree.
10509
4f4e53dd
PB
105102004-05-23 Paolo Bonzini <bonzini@gnu.org>
10511
10512 * Makefile.def (host_modules): add libcpp.
10513 * Makefile.tpl: Add dependencies on and for libcpp.
10514 * Makefile.in: Regenerate.
10515 * configure.in: Add libcpp host module.
10516 * configure: Regenerate.
10517
60975492
PB
105182004-05-21 Paolo Bonzini <bonzini@gnu.org>
10519
10520 * Makefile.tpl: Whenever a recursive target is defined, wrap
10521 it in a special @if/@endif block, and prepare its maybe
10522 dependency in the @if/@endif block
10523 * configure.in: Instead of writing maybe dependencies, remove
10524 the @if/@endif statements, and remove the @if/@endif blocks
10525 that remain.
10526 * configure: Regenerate.
10527 * Makefile.in: Regenerate.
10528
5ce7d75d
JJ
105292004-05-20 Janis Johnson <janis187@us.ibm.com>
10530
10531 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10532
c779c42f
KK
105332004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10534
10535 PR bootstrap/15120
10536 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10537 * */configure: Rebuilt.
10538
b4117c30
ZW
105392004-05-17 Zack Weinberg <zack@codesourcery.com>
10540
10541 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10542 of libf2c.
10543 * configure, Makefile.in: Regenerate.
10544
719bb4e3 105452004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
10546
10547 * MAINTAINERS (Write After Approval): Add myself.
10548
6de9cd9a
DN
105492004-05-13 Diego Novillo <dnovillo@redhat.com>
10550
10551 Merge from tree-ssa-20020619-branch.
10552
10553 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10554 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10555 (HOST_GMPLIBS): Define.
10556 (HOST_GMPINC): Define.
10557 (TARGET_LIB_PATH): Add libmudflap.
10558 (GFORTRAN_FOR_TARGET): Define.
10559 (configure-build*): Export GFORTRAN.
10560 (configure-gcc): Export GMPLIBS and GMPINC.
10561 (all-gcc): Add maybe-all-libbanshee.
10562 (configure-target-libgfortran): Define.
10563 * Makefile.in: Regenerate.
10564 * configure.in (host_libs): Add libbanshee.
10565 (target_libraries): Add target-libmudflap and target-libgfortran.
10566 Add --with-libbanshee.
10567 Handle --disable-libmudflap.
10568 (*-*-freebsd*): Use with_gmp.
10569 Add $(libgcj) to noconfigdirs.
10570 * configure: Regenerate.
10571 * depcomp: New file.
10572 * MAINTAINERS: Add tree-ssa maintainers.
10573
8f1b790f
VM
105742004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10575
b4117c30 10576 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 10577
693446fc
BF
105782004-04-30 Brian Ford <ford@vss.fsi.com>
10579
b4117c30 10580 * MAINTAINERS (Write After Approval): Add myself.
693446fc 10581
d1bb666c
UB
105822004-04-29 Uros Bizjak <uros@kss-loka.si>
10583
b4117c30 10584 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 10585
6cf1ac42
PB
105862004-04-28 Paolo Bonzini <bonzini@gnu.org>
10587
10588 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10589 * configure: Regenerate.
10590
632933d5
PB
105912004-04-27 Paolo Bonzini <bonzini@gnu.org>
10592
10593 Revert:
10594 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10595
10596 * Makefile.def (flags_to_pass): Remove *dir variables that
10597 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10598 as well as prefix and exec_prefix.
10599 * Makefile.in: Regenerate.
10600
80dc6aa0
RM
106012004-04-26 Robert Millan <robertmh@gnu.org>
10602
10603 Add patches from libtool CVS.
10604 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10605 * ltconfig: Likewise.
10606 * ltcf-c.sh: Likewise.
10607 * ltcf-cxx.sh: Likewise.
10608 * ltcf-gcj.sh: Likewise.
10609
e11283f1
PB
106102004-04-26 Paolo Bonzini <bonzini@gnu.org>
10611
10612 * Makefile.def (host_modules): Mark with the bootstrap
10613 flag packages on which gcc depends.
10614 * Makefile.tpl (all-bootstrap): Use it.
10615 * Makefile.in: Regenerate.
10616
8546950c
PB
106172004-04-26 Paolo Bonzini <bonzini@gnu.org>
10618
10619 * Makefile.def (flags_to_pass): Remove *dir variables that
10620 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10621 as well as prefix and exec_prefix.
10622 * Makefile.in: Regenerate.
10623
a76494aa
PB
106242004-04-26 Paolo Bonzini <bonzini@gnu.org>
10625
b4117c30
ZW
10626 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10627 * configure: Regenerate.
10628 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10629 * gcc/Makefile.tpl (compare): Use the result of the test.
10630 * gcc/Makefile.in: Regenerate.
a76494aa 10631
03a91701
PB
106322004-04-23 Paolo Bonzini <bonzini@gnu.org>
10633
10634 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10635 Always relocate gcc and prev-gcc to the original names, even
10636 if the build fails.
10637 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10638 New targets.
10639
082a6351
LG
106402004-04-23 Laurent GUERBY <laurent@guerby.net>
10641
10642 * MAINTAINERS: Update my email address.
b4117c30 10643
1f1d584b
RO
106442004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10645
10646 * configure.in (mips*-*-irix5*): Enable ld.
10647 * configure: Regenerate.
082a6351 10648
1db673ca
RO
106492004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10650
10651 * configure: Regenerate.
10652
ce4ea44e
JW
106532004-04-15 James E Wilson <wilson@specifixinc.com>
10654
10655 * Makefile.tpl (configure-[+module+], configure-gcc,
10656 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10657 Set and export LDFLAGS.
10658 * Makefile.in: Regenerate.
10659
611f62ad
MC
106602004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10661
b4117c30 10662 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 10663
be912515
NN
106642004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10665
10666 PR bootstrap/14871
10667 * Makefile.tpl: If we don't have built-in-tree target tools,
10668 use the ones found by configure rather than hacking around with
10669 program_transform_name.
10670 * configure.in: Give Makefile.tpl the information necessary
10671 to do that.
10672 * Makefile.in: Regenerate.
10673 * configure: Regenerate.
10674
9104315a
NN
106752004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10676
10677 PR bootstrap/14760
10678 * configure.in: When computing baseargs, strip *all* copies of
10679 offending options. Also, don't match/substitute the trailing space,
10680 so that this actually works when two similar options are separated by
10681 only one space.
10682 * configure: Regenerate.
10683
bef1d700
DE
106842004-04-06 David Edelsohn <edelsohn@gnu.org>
10685
b4117c30
ZW
10686 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10687 (rs6000-*-aix*): Same.
10688 * configure: Regenerate.
bef1d700 10689
54bcf05e 106902004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
10691
10692 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 10693
369a832c 106942004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
10695
10696 * MAINTAINERS: Add myself to write-after-approval.
369a832c 10697
09a9c095
NN
106982004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10699
7caf53cb
NN
10700 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10701 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10702 * Makefile.in: Regenerate.
10703
09a9c095
NN
10704 * configure.in (top level bootstrap support): Rework --enable-werror
10705 to set @stage2_werror_flag@.
10706 * configure: Regenerate.
10707 * Makefile.tpl (top level bootstrap support): Pass
10708 @stage2_werror_flag@ down to configure in stages 2 and 3.
10709 * Makefile.in: Regenerate.
10710
5595a2bd
NN
107112004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10712
cbfd7e06
NN
10713 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10714 for stages 2 and 3 as well as in make. As a consequence, remove
10715 OUTPUT_OPTION (now detected by configure) from the flags passed down
10716 to make.
10717 * Makefile.in: Regenerate.
10718
5595a2bd
NN
10719 * Makefile.tpl (new-bootstrap): Fix typo.
10720 * Makefile.in: Regenerate.
10721
ca3b3e20
NN
107222004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10723
295f4e42
NN
10724 * Makefile.tpl: Rearrange by moving recursive_targets rules
10725 into their proper sections.
10726 * Makefile.tpl (top level bootstrap support): Move disabling
10727 of coverage flags from 'make' to 'configure'; improve comments.
10728 * Makefile.in: Regenerate.
10729
340de83f
NN
10730 * Makefile.tpl (experimental top level bootstrap) Move stage1
10731 language setting from all- target to configure- target; disable
10732 intermodule optimization in stage 1; prevent gratuitous rebuilds
10733 of stage 1.
10734 * Makefile.in: Regenerate.
10735 * configure.in: Comma-separate stage 1 language list for top
10736 level bootstrap.
10737 * configure: Regenerate.
10738
ca3b3e20
NN
10739 * Makefile.tpl: Clean up experimental top level bootstrap support:
10740 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10741 prev-gcc in configure- targets as well as all- targets.
10742 * Makefile.in: Regenerate.
10743
4d038073
KC
107442004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10745
10746 * compile: New file imported from automake.
10747
ab3533d6
PB
107482004-03-17 Paolo Bonzini <bonzini@gnu.org>
10749
10750 * configure.in: Remove symbolic link section.
10751 * configure: Regenerate.
10752 * Makefile.tpl (links): Remove.
10753 * Makefile.in: Regenerate.
10754
1e0f07d3 107552004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 10756 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
10757
10758 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 10759 Set with AC_CHECK_PROGS.
1e0f07d3
PB
10760 * configure.in: Fix comment typo from last patch.
10761 * configure: Regenerate.
10762
2805b53a
NN
107632004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10764
10765 * Makefile.tpl: Introduce experimental top level bootstrap support.
10766 * Makefile.in: Regenerate.
10767 * configure.in: Introduce support for top level bootstrap.
10768 * configure: Regenerate.
10769
79b4b7d2 107702004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10771 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
10772
10773 PR bootstrap/14522
10774 * configure.in: Cope with shells that do not support unquoted ^
10775 * configure: Regenerate.
10776
6bbec498 107772004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10778 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
10779
10780 PR bootstrap/14522
79b4b7d2 10781 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
10782 quotes inside quoted backquote substitutions.
10783 * configure: Regenerate.
10784
83c15dfc
AP
107852004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10786
10787 PR bootstrap/14522
f2bd98d4 10788 * configure.in: Fix escaping of $.
83c15dfc
AP
10789 * configure: Regenerate.
10790
55ffb5ed
NN
107912004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10792
10793 * configure: Regenerate, since I forgot to while committing Paolo's
10794 changes.
10795
e4c9c075
PB
107962004-03-08 Paolo Bonzini <bonzini@gnu.org>
10797
10798 PR ada/14131
10799 Move language detection to the top level.
10800 * configure.in: Find default values for the tools as
10801 soon as possible. Disable ada if GNAT is not found.
10802 Emit error message about missing languages. Expand
10803 --enable-languages=all for the gcc subdirectory.
10804
5199e2c6
BE
108052004-03-10 Ben Elliston <bje@gnu.org>
10806
10807 * MAINTAINERS: Update my email address.
10808
c18b95e5
DE
108092004-03-05 David Edelsohn <edelsohn@gnu.org>
10810
10811 * ltconfig: Disable building static libraries if building shared
10812 libraries on AIX 5L.
10813
d0fe5ad3
RS
108142004-03-01 Richard Sandiford <rsandifo@redhat.com>
10815
10816 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10817 and disable libgcj.
10818 * configure: Regenerated.
10819
e6f71f9d
BB
108202004-03-01 Brian Booth <bbooth@redhat.com>
10821
10822 * MAINTAINERS: Add myself to write-after-approval.
10823
8983e50e
PB
108242004-03-01 Paolo Bonzini <bonzini@gnu.org>
10825
10826 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10827
d4cd9d81
NN
108282004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10829
10830 PR bootstrap/7087
10831 * Makefile.tpl: Guard XFOO sed statements better.
10832 * Makefile.tpl: Add dependency for configure-target-libada.
10833 * Makefile.in: Regenerate (incidentally fixes broken
10834 commit when libada-branch was merged).
10835
0ea0229e
KC
108362004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10837
10838 * MAINTAINERS: Add myself to write-after-approval.
10839
bad93735
AP
108402004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10841
10842 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10843 maintainers.
10844
a7ca14fc
AC
108452004-02-20 Andrew Cagney <cagney@redhat.com>
10846
10847 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10848 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10849
51592782
NN
108502004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10851
10852 PR bootstrap/11932
10853 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10854
6a30854a
JQ
108552004-02-14 Jerry Quinn <jlquinn@optonline.net>
10856
10857 * MAINTAINERS: Added myself to write-after-approval.
10858
be8b2bee
MK
108592004-02-14 Michael Koch <konqueror@gmx.de>
10860
10861 * MAINTAINERS: Added myself to write-after-approval.
10862
972760b7
JM
108632004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10864
10865 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10866 some OS port maintainers to OS port maintainers section.
10867
b0281654
FCE
108682004-02-13 Frank Ch. Eigler <fche@redhat.com>
10869
10870 * MAINTAINERS: Add self.
10871
3c419fd6
KH
108722004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10873
10874 * MAINTAINERS: Alphabetize.
10875
e88e9aee
PB
108762004-02-12 Paolo Bonzini <bonzini@gnu.org>
10877
10878 * MAINTAINERS: Remove myself.
b4117c30 10879
1915e422
DE
108802004-02-11 David Edelsohn <edelsohn@gnu.org>
10881
10882 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10883 (rs6000-*-aix*): Same.
10884 * configure: Regenerate.
10885
a22c2d8d
KC
108862004-02-11 Kelley Cook <kcook@gcc.gnu.org>
10887
10888 * configure.in (host): Add in missing $noconfigdirs to defines.
10889 * configure: Regenerate.
10890
d9cdb878
AC
108912004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
10892 Nathanael Nerode <neroden@gcc.gnu.org>
10893
10894 PR ada/6637, PR ada/5911
b4117c30 10895 Merge with libada-branch:
d9cdb878
AC
10896 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10897 with appropriate dependencies. Add --enable-libada configure switch.
10898 * configure, Makefile.in: Regenerate.
10899
8bd92821
PB
109002004-02-09 Paolo Bonzini <bonzini@gnu.org>
10901
10902 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10903
89a95129
RO
109042004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10905
10906 * configure.in: Don't pass --with-stabs on IRIX 5 either.
10907 * configure: Regenerate.
10908
892629bc
GK
109092004-02-04 Geoffrey Keating <geoffk@apple.com>
10910
10911 Merge from upstream:
10912
10913 * ltmain.in: When setting IFS to '~', be careful about user
10914 arguments that contain '~'.
10915
10916 2004-02-04 Peter O'Gorman <peter@pogma.com>
10917
10918 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10919 Also test $base_compile against $CC with escaped arguments. Bug
10920 reported by Geoff Keating <geoffk@apple.com>.
10921
6b402165
KH
109222004-02-04 Kazu Hirata <kazu@cs.umass.edu>
10923
10924 * MAINTAINERS: Remove i960 port.
10925
fa2f0306
DD
109262004-01-23 DJ Delorie <dj@redhat.com>
10927
10928 * Makefile.def (target_modules) [libiberty]: Don't stage.
10929 * Makefile.in: Rebuilt.
10930
9feb20aa
CT
109312004-01-20 Caroline Tice <ctice@apple.com>
10932
10933 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10934
7aed2ccc
PC
109352004-01-19 Paolo Carlini <pcarlini@suse.de>
10936
10937 * MAINTAINERS: Update my email address.
10938
f25bebe1
JM
109392004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
10940
10941 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10942
28083580
VR
109432004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10944
10945 * MAINTAINERS: Remove entries without email address.
10946
c0f4b5e4
DJ
109472004-01-15 Daniel Jacobowitz <drow@mvista.com>
10948
10949 * MAINTAINERS: Add myself to write-after-approval.
10950
b5eb5a5e
SB
109512004-01-15 Steven Bosscher <stevenb@suse.de>
10952
10953 * MAINTAINERS: Update my email address.
10954
dce2d8b2 109552004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
10956
10957 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10958 * Makefile.tpl (configure-target-[+module+]): Support stage.
10959 * Makefile.in: Rebuilt.
10960
74c0b320
ILT
109612004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
10962
10963 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
10964
2560344b
RS
109652004-01-10 Richard Sandiford <rsandifo@redhat.com>
10966
10967 * MAINTAINERS: Add myself as a MIPS maintainer.
10968
8b21cda6
NN
109692004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
10970
2b6c260d
NN
10971 * configure.in: Use ./config.cache, not config.cache.
10972 * configure: Regenerate.
10973 * Makefile.tpl: Special-casing not needed for GCC any more.
10974 * Makefile.in: Regenerate.
10975
09438bde
NN
10976 * configure.in: Don't share a cache file for host dirs.
10977 * configure: Regenerate.
10978
8b21cda6
NN
10979 * config-ml.in: Don't mess with the cache file.
10980
e42870df
EB
109812004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
10982
10983 * MAINTAINERS: Move myself from 'Write After Approval' to
10984 'CPU Port Maintainers' section as SPARC maintainer.
10985
6b9eb62c
NN
109862004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
10987
78a816a6
NN
10988 * Makefile.tpl: Make GCC use a separate config.cache.
10989 * Makefile.in: Regenerate.
10990
6b9eb62c
NN
10991 PR bootstrap/11932, PR bootstrap/11933
10992 (I don't know if it will fix either of them, but it relates
10993 to them.)
10994 * configure.in: Don't use shared config.cache for target
10995 directories.
10996 * configure: Regenerate.
10997
86d7b562
DN
109982004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10999
11000 * MAINTAINERS: Add myself to 'Write After Approval' section.
11001
07d0a605
RS
110022003-12-31 Roger Sayle <roger@eyesopen.com>
11003
11004 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11005 * configure: Regenerated.
11006
459ac19f
KH
110072003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11008
11009 * MAINTAINERS: Remove the mn10200 maintainer.
11010
5785c0ed 110112003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11012
cc6010cd
AP
11013 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11014 * configure: Regenerated.
5785c0ed 11015
a268eff9
JH
110162003-12-16 Jan Hubicka <jh@suse.cz>
11017
11018 * MAINTAINERS: Add myself as callgraph maintainer.
11019
9d465b12
TF
110202003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11021
11022 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11023 * configure: Regenerate.
11024
a68a270a
GB
110252003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11026
11027 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11028 'Write After Approval' section. Update email.
11029
dce2d8b2 110302003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11031
11032 * MAINTAINERS (Write After Approval): Add myself.
11033
8c052da4
MT
110342003-11-20 Matt Thomas <matt@3am-software.com>
11035
11036 * MAINTAINERS: Add myself as a vax port maintainer.
11037
e75f9147
KC
110382003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11039
11040 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11041 (configure-build-[+module+], configure-[+module+]): Likewise.
11042 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11043 * Makefile.in: Regenerate.
11044
43d8d958
AT
110452003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11046
11047 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11048 shared/dylibed libraries.
11049 * ltmain.sh: Likewise.
11050 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11051 * ltcf-cxx.sh: Likewise.
11052 * ltcf-gcj.sh: Likewise.
11053 * ltconfig: Likewise.
11054
638dcaa0
SC
110552003-11-17 Stan Cox <scox@redhat.com>
11056
11057 * MAINTAINERS: Add myself as iq2000 port maintainer.
11058
15cc172b
AC
110592003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11060
b4117c30
ZW
11061 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11062 * Makefile.in: Regenerate.
15cc172b 11063
20af77cd
UW
110642003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11065
11066 * config.sub: Update to 2003-11-03 version.
11067
4dd01c5c
PE
110682003-10-20 Phil Edwards <phil@codesourcery.com>
11069
11070 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11071 * configure: Regenerate.
11072
dce2d8b2 110732003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11074
11075 * MAINTAINERS: Add myself to 'Write After Approval' section.
11076
8b7ebc31
AC
110772003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11078
11079 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11080
afe1910c
JM
110812003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11082
11083 * MAINTAINERS: Update my email address.
11084
05dcec66
RO
110852003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11086
11087 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11088
dce2d8b2 110892003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11090
11091 * MAINTAINERS: Add myself to 'Write After Approval' section.
11092
507ec745
BI
110932003-10-16 Bernardo Innocenti <bernie@develer.com>
11094
11095 * config.guess: Update to 2003-10-16 version.
11096 * config.sub: Update to 2003-10-16 version.
11097
dce2d8b2 110982003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11099
11100 * MAINTAINERS: Added myself to 'Write After Approval' section.
11101
0c9b16bc
FH
111022003-10-15 Falk Hueffner <falk@debian.org>
11103
11104 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11105 'Write After Approval' section. Update email.
11106
74d57d15
RS
111072003-10-14 Roger Sayle <roger@eyesopen.com>
11108
11109 * MAINTAINERS: Move myself from 'Write After Approval' to
11110 'Various Maintainers' section as middle-end maintainer.
11111
d29b8ad8
NN
111122003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11113
11114 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11115 HOST_FLAGS_TO_PASS.
11116 * Makefile.in: Regenerate.
11117
26db814a
BI
111182003-10-11 Bernardo Innocenti <bernie@develer.com>
11119
11120 * config.guess: Update to 2003-10-07 version.
11121 * config.sub: Update to 2003-10-07 version.
11122
fffeb871
RO
111232003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11124
11125 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11126 * ltconfig (irix5*, irix6*): Don't override version_type.
11127
6691a79e
ME
111282003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11129
11130 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11131 * configure: Rebuilt
11132 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11133 * Makefile.in: Rebuilt
11134
62cdd71e
L
111352003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11136
11137 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11138
6fe2eacc
CW
111392003-09-30 Carlo Wood <carlo@alinoe.com>
11140
cc6010cd 11141 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11142
ea57e5ad
PK
111432003-09-29 Paul Koning <ni1d@arrl.net>
11144
11145 * MAINTAINERS: Move myself from "Write After Approval"
11146 to CPU platform maintainers for pdp11 platform.
11147
e070672a
AT
111482003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11149
11150 * MAINTAINERS: Move myself from 'Write After Approval' to
11151 'Various Maintainers' section as libffi testsuite maintainer.
11152
43bb47c2
DJ
111532003-09-21 Daniel Jacobowitz <drow@mvista.com>
11154
11155 * configure.in: Pass a computed --program-transform-name
11156 to subconfigures.
11157 * configure: Regenerated.
11158
da9d3b37
NN
111592003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11160
94322beb
NN
11161 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11162 * Makefile.in: Regenerate.
11163
da9d3b37
NN
11164 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11165 * Makefile.in: Regenerate.
11166
ffd9060b
ZL
111672003-09-19 Ziemowit Laski <zlaski@apple.com>
11168
11169 * MAINTAINERS: Move myself from 'Write After Approval'
11170 to 'Various Maintainers' (objective-c) section.
11171
eeae7b41
DJ
111722003-09-17 Daniel Jacobowitz <drow@mvista.com>
11173
11174 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11175 quoting.
11176 * configure: Regenerated.
11177
a080d12b
JB
111782003-09-16 Joel Brobecker <brobecker@gnat.com>
11179
11180 * MAINTAINERS (Write After Approval): Add myself to write after
11181 approval list.
11182
6cd2fc59
DN
111832003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11184
cc6010cd 11185 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11186
dcbdd9cc
ILT
111872003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11188
11189 * MAINTAINERS: Update my e-mail address.
11190
e517f636
AM
111912003-09-09 Alan Modra <amodra@bigpond.net.au>
11192
11193 * libtool.m4 (LD): Correct powerpc64 host match.
11194
bc49924b
JW
111952003-09-06 James E Wilson <wilson@tuliptree.org>
11196
11197 * MAINTAINTERS: Update my affiliation and email address.
11198
082124f5
ZD
111992003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11200
11201 * MAINTAINERS (Write After Approval): Add myself.
11202
dc94d89e
DD
112032003-09-04 DJ Delorie <dj@redhat.com>
11204
11205 * configure: Regenerate.
11206
112072003-09-04 Robert Millan <robertmh@gnu.org>
11208
11209 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11210
7a0f2d4e
KG
112112003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11212
11213 * configure.in: Ensure arguments to sed are properly spaced.
11214 * configure: Regenerate.
11215
88d032eb
GP
112162003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11217
11218 * MAINTAINERS: Update my e-mail address.
11219
0b3f3d22
ME
112202003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11221
11222 * MAINTAINERS (Write After Approval): Add myself.
11223
d253f9ba
DJ
112242003-08-27 Daniel Jacobowitz <drow@mvista.com>
11225
11226 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11227 * configure: Regenerated.
11228
066ec9c9
MM
112292003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11230
11231 * MAINTAINERS: Update my email address.
11232
415d7ef9
PE
112332003-08-23 Phil Edwards <pme@gcc.gnu.org>
11234
11235 * configure.in: Use newline instead of semicolon when assuming
11236 shell arguments in a for loop.
11237 * configure: Regenerated.
11238
e1567352
JE
112392003-08-22 Jason Eckhardt <jle@rice.edu>
11240
11241 * MAINTAINERS: Resurrect the i860 maintainer.
11242
b348267b
GK
112432003-08-20 Geoffrey Keating <geoffk@apple.com>
11244
e50084fa
GK
11245 PR 8180
11246 * configure.in: When testing with_libs and with_headers, treat
11247 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11248 * configure: Regenerate.
b4117c30 11249
b348267b
GK
11250 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11251 make, shell, etc.
11252 (baseargs): Likewise.
11253 * configure: Regenerate.
11254
ca26ffe0
BI
112552003-08-20 Bernardo Innocenti <bernie@develer.com>
11256
11257 * MAINTAINERS (Write After Approval): Add myself.
11258
940cde4d
GK
112592003-08-19 Geoffrey Keating <geoffk@apple.com>
11260
11261 * configure.in: Disable libgcj for darwin not on powerpc.
11262 * configure: Rebuild.
11263
74bed51b
ADL
112642003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11265
11266 * config-ml.in, symlink-tree: Add license.
11267
b4117c30
ZW
112682003-08-03 Richard Stallman <rms@gnu.org>
11269 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
11270
11271 * README.SCO: New file.
11272
333a28b4
MK
112732003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11274
11275 * Makefile.tpl (check, check-c++): Express dependencies using
11276 dependencies rather than commands.
11277 * Makefile.in: Regenerate.
11278
c197e306
AC
112792003-08-01 Andrew Cagney <cagney@redhat.com>
11280
11281 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11282 * configure: Ditto.
11283
a8ee6e2d
GK
112842003-07-31 Geoffrey Keating <geoffk@apple.com>
11285
11286 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 11287 * Makefile.in: Update.
a8ee6e2d 11288
8d9b3f2e
AT
112892003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11290
11291 * configure.in: Enable libgcj for darwin.
11292 * configure: Rebuild.
11293
52c0c542
PE
112942003-07-29 Phil Edwards <pme@gcc.gnu.org>
11295
11296 * config-ml.in: Use ac_configure_args directly instead of
11297 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11298 actually seen.
11299
b4acb5ef
NN
113002003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11301
11302 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11303 creating target and build subdirs to build all parent dirs as needed.
11304 * Makefile.in: Rebuild.
11305 * configure.in: Don't build dirs explicitly here.
11306 * configure: Rebuild.
11307
a51d71d0
PB
113082003-07-26 Paul Brook <paul@nowt.org>
11309
11310 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11311
f43e12ce
AO
113122003-07-22 Alexandre Oliva <aoliva@redhat.com>
11313
11314 * Makefile.tpl (all-make): Depend on intl.
11315 * Makefile.in: Rebuilt.
11316
8a199ff6
PE
113172003-07-20 Phil Edwards <pme@gcc.gnu.org>
11318
11319 * install-sh: Update to newer upstream versions (associated with
11320 aclocal 1.7).
11321 * mkinstalldirs: Likewise.
11322 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11323
e6a8c803
AP
113242003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11325
11326 * MAINTAINERS: Move self from Bug database only accounts
11327 to write-after-approval.
11328
9f13608f
NN
113292003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
11330
11331 * config.if: Remove unused libc_interface determination.
11332
c7864714
NN
113332003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
11334
11335 * MAINTAINERS: Move self from write-after-approval to
11336 build machinery (*.in).
11337
775956d0
NN
113382003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11339
11340 PR bootstrap/11273
11341 PR bootstrap/11408
11342 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
11343 unused INSTALL_PROGRAM_ARGS.
11344 * configure.in: Use AC_PROG_INSTALL.
11345 * Makefile.in: Regenerate.
11346 * configure: Regenerate.
11347
c7f67a6e
KH
113482003-07-13 Kazu Hirata <kazu@cs.umass.edu>
11349
11350 * MAINTAINERS: Alphabetize.
11351
33952f6f
AO
113522003-07-10 Alexandre Oliva <aoliva@redhat.com>
11353
11354 * configure: Rebuilt.
11355 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11356 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11357 newlib nor libgloss.
11358 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
11359 * configure.in (am33_2.0-*-linux*): Added.
11360
0d4f1b4e
BW
113612003-07-09 Bob Wilson <bob.wilson@acm.org>
11362
11363 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11364 * configure: Regenerate.
11365
56694dd9
ZW
113662003-07-07 Zack Weinberg <zack@codesourcery.com>
11367
11368 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11369 * Makefile.in: Regenerate.
11370
21607eb4
ZW
113712003-07-04 Zack Weinberg <zack@codesourcery.com>
11372
11373 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11374 * Makefile.in: Regenerate.
11375
dce2d8b2 113762003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
11377
11378 * Makefile.tpl: Replace PWD with PWD_COMMAND.
11379 * Makefile.in: Regenerated.
11380
5d42f90e
L
11381 * config-ml.in: Replace PWD with PWD_COMMAND.
11382
6eb95e99
ZW
113832003-07-04 Zack Weinberg <zack@codesourcery.com>
11384
11385 * intl: New directory; see intl/ChangeLog for details.
11386 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11387 * Makefile.tpl: all-gcc depends on maybe-all-intl.
11388 * Makefile.in: Regenerate.
11389
07d1940e
NN
113902003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
11391
11392 * configure.in: Clean up config-lang.in handling. Delete
11393 useless assignment to "subdirs".
11394 * configure: Regenerate.
11395
4dbda6f0
NN
113962003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
11397
11398 * configure.in: Rename 'target_libs' to 'target_libraries'.
11399 Remove useless reference to 'target_libs'.
11400 * configure: Regenerate.
11401
2c30ab71
KS
114022003-06-23 Keith Seitz <kseitz@sources.redhat.com>
11403
11404 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11405 * Makefile.in: Regenerate.
11406
11405c93
NN
114072003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
11408
11409 * Makefile.def: Introduce flags_to_pass.
11410 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11411 * Makefile.in: Regenerate.
11412
fb87ad5d
HPN
114132003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
11414
11415 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11416 and target-libgloss.
11417 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11418 <h8300*-*-*>: Disable libf2c and ${libgcj}.
11419 * configure: Regenerate.
11420
a7956a48
BK
114212003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11422
11423 * configure.in: Update testsuite_flags to new location.
11424 * configure. Regenerate.
6eb95e99 11425
eaf9f3b2
NN
114262003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
11427
11428 * Makefile.tpl: Remove BUILD_CC stuff.
11429 * Makefile.in: Regenerate.
11430
2d89ffef
KH
114312003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11432
11433 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11434
dce2d8b2 114352003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
11436
11437 * MAINTAINERS (Write After Approval): Add myself.
11438
dce2d8b2 114392003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 11440
b951c91c
L
11441 * config.guess: Update to 2003-06-12 version.
11442 * config.sub: Update to 2003-06-13 version.
11443
dce2d8b2 114442003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
11445
11446 * config.guess: Update to 2003-06-06 version.
11447 * config.sub: Update to 2003-06-06 version.
11448
655b7166
RO
114492003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11450
11451 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11452 * configure. Regenerate.
11453
01b759aa
NN
114542003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11455
bf1d3e81
NN
11456 * configure.in: Disable serial configure by default.
11457 * configure: Regenerate.
11458 * Makefile.tpl: Abolish .NOTPARALLEL.
11459 * Makefile.in: Regenerate.
11460
e89fbdfe
NN
11461 * Makefile.tpl: Replace {build,host,target}_canonical by
11462 {build,host,target}.
11463 * Makefile.in: Regenerate.
11464
01b759aa
NN
11465 * Makefile.tpl: Fix stupid pasto.
11466 * Makefile.in: Regenerate.
11467
f7dae026
NN
114682003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11469
11470 * Makefile.tpl: Remove bogus conditional.
11471 * Makefile.in: Regenerate.
11472
114732003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
11474
11475 * Makefile.tpl (profiledbootstrap): New target.
11476 * Makefile.in (profiledbootstrap): New target.
11477
2ffc3e73 114782003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
11479
11480 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11481 Pinski. Remove user names from other bugzilla-only maintainers.
11482
1a1e6b96
NN
114832003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11484
1358ccea
NN
11485 * Makefile.tpl: Make 'recursive targets' using autogen rather
11486 than shell loop. Remove duplicate 'clean' targets and false
11487 comments.
11488 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11489 Add systematic method of specifying missing targets in subdirs.
11490 Add copyright boilerplate.
11491 * Makefile.in: Regenerate.
11492 * configure.in: Add 'recursive targets' to maybe list.
11493 * configure: Regenerate.
11494
ae74ed1f
NN
11495 * MAINTAINERS: "GNATS only" -> "Bug database only".
11496
1a1e6b96
NN
11497 * Makefile.tpl: Rename [+target+] to [+make_target+].
11498 * Makefile.def: Rename 'target' to 'make_target'.
11499
c79af3fa
NB
115002003-05-31 Neil Booth <neil@daikokuya.co.uk>
11501
11502 * MAINTAINERS: Add self as options handling maintainer.
11503
39d85b61
MM
115042003-05-28 Michael Meissner <gnu@the-meissners.org>
11505
11506 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11507 been too long since I touched those ports.
11508
afc2b62d
DD
115092003-05-28 DJ Delorie <dj@redhat.com>
11510
11511 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11512 * Makefile.in: Regenerate.
11513
df445104
MR
115142003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11515
11516 * configure.in: Use curly braces in the definition of tooldir.
11517 * configure: Regenerate.
11518
2eb98e5d 115192003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 11520
2eb98e5d
DD
11521 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11522 newlib or libgloss.
11523 * Makefile.in: Regenerate.
11524
862fced8
DD
115252003-05-21 DJ Delorie <dj@redhat.com>
11526
11527 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11528 * Makefile.in: Regenerate.
11529
fc351800
ILT
115302003-05-20 Ian Lance Taylor <ian@airs.com>
11531
11532 * MAINTAINERS: Update my e-mail address.
11533
7e2dbcef
NN
115342003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11535
11536 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 11537 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
11538 Factor out common code from autogen IF statements.
11539 * configure: Regenerate.
11540 * Makefile.in: Regenerate.
11541
f2a0e225
KC
115422003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11543
11544 * configure.in: Accept i[3456789]86 for machine type.
11545 * configure: Regenerate.
11546
8b87bb96
NN
115472003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11548
11549 * configure.in: Switch more things to use maybe dependencies.
11550 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11551 * configure: Regenerate.
11552 * Makefile.tpl: Switch more things to use maybe dependencies.
11553 * Makefile.in: Regenerate.
11554
fdb882bc 115552003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
11556
11557 * Makefile.tpl (install-opcodes): Define.
11558 * Makefile.in: Rebuild.
11559
f7c50032
AJ
115602003-05-13 Andreas Jaeger <aj@suse.de>
11561
11562 * config.guess: Update to 2003-05-09 version.
11563 * config.sub: Update to 2003-05-09 version.
11564
dce2d8b2 115652003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
11566
11567 * configure.in: Correct sed script so that options in quotes are not
11568 deleted.
11569 * configure: Rebuild.
11570
aa8f1f57
CV
115712003-05-12 Corinna Vinschen <corinna@vinschen.de>
11572
11573 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11574 and $$s/newlib/libc/sys/cygwin32 include paths.
11575 * configure: Ditto.
11576
0c130f81
MM
115772003-05-12 Michael Meissner <gnu@the-meissners.org>
11578
11579 * MAINTAINERS: Update my email addresses.
11580
aa1a100b
EB
115812003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11582
11583 * config-ml.in: Propagate INSTALL variables.
f7c50032 11584
87861833
GP
115852003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11586
11587 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11588
de722255
CD
115892003-05-02 Chris Demetriou <cgd@broadcom.com>
11590
6eb95e99
ZW
11591 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11592 * Makefile.in: Regenerate.
de722255 11593
96c4a002
WB
115942003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11595
11596 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11597
55b15a11
WB
115982003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11599
11600 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11601
0c227849
DJ
116022003-04-27 Daniel Jacobowitz <drow@mvista.com>
11603
11604 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11605 * Makefile.in: Regenerated.
11606
d45148c1
WB
116072003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11608
11609 * MAINTAINERS (Write After Approval): Upgrade myself from
11610 GNATS only to write-after-approval. Update my mail address.
11611
dce2d8b2 116122003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
11613
11614 (OS Port Maintainers: freebsd): Add myself.
11615
438f50c3
MM
116162003-04-22 Mark Mitchell <mark@codesourcery.com>
11617
11618 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11619
9074e169
KJ
116202003-04-22 Kean Johnston <jkj@sco.com>
11621
11622 * MAINTAINERS (SCO ports): Added myself.
11623
dfd39a2e
NS
116242003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11625
11626 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11627
ccbae82a
KJ
116282003-04-19 Kean Johnston <jkj@sco.com>
11629
11630 * MAINTAINERS (Write After Approval): Add myself.
11631
2f50999f
GP
116322003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11633
11634 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11635 * Makefile.in: Regenerate.
11636
e9b84181
JJ
116372003-04-18 Jakub Jelinek <jakub@redhat.com>
11638
11639 * configure.in (powerpc64*-*-linux*): Remove.
11640 * configure: Rebuilt.
11641
1ca4c6e1
PE
116422003-04-17 Phil Edwards <pme@gcc.gnu.org>
11643
11644 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11645 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11646 and restrap.
11647 * Makefile.in: Regenerate.
11648
0590b963
RE
116492003-04-16 Richard Earnshaw <rearnsha@arm.com>
11650
11651 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11652 * configure: Regenerated.
11653
ff41a56f
DD
116542003-04-15 DJ Delorie <dj@redhat.com>
11655
11656 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11657
50d440bc
NC
116582003-04-13 Nick Clifton <nickc@redhat.com>
11659
11660 * config-ml.in: Remove support for --disable-aix removing
11661 call-aix multilibs.
11662
b1e0a93e
AO
116632003-04-10 Alexandre Oliva <aoliva@redhat.com>
11664
11665 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11666 * */configure: Rebuilt.
11667
71fb704d
JS
116682003-04-08 Joel Sherrill <joel@oarcorp.com>
11669
11670 * MAINTAINERS: Add my email address.
11671
3897ea90
OH
116722003-03-17 Olivier Hainque <hainque@act-europe.fr>
11673
11674 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 11675
93c834b7
NN
116762003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11677
11678 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11679 * Makefile.in: Regenerate.
11680
82c34dcb
MC
116812003-03-14 Michael Chastain <mec@shout.net>
11682
11683 * Makefile.in: Regenerate with correct Makefile.def.
11684
73458fb7
NN
116852003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11686
11687 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11688 Make macro.
11689 * Makefile.in: Regenerate.
11690 * configure.in: Clean up gxx_include_dir logic.
11691 * configure: Regenerate.
11692
32cf27e5
AE
116932003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11694
11695 * MAINTAINERS (Write After Approval): Add myself.
11696
c727e7a0
BE
116972003-03-10 Ben Elliston <bje@wasabisystems.com>
11698
11699 * MAINTAINERS: Update my mail address.
11700
9a27ac7a
FS
117012003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11702
11703 * configure.in (gxx_include_dir): Fix typo.
11704 * configure: Regenerated.
11705
3aa83176
NN
117062003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11707
11708 * Makefile.tpl: Reindent.
11709 * Makefile.in: Regenerate.
11710 * configure.in: Reindent. Don't set unused variables.
11711 * configure: Regenerate.
11712
9124bc53
DJ
117132003-03-04 Daniel Jacobowitz <drow@mvista.com>
11714
11715 * configure.in: Include $(build_tooldir)/sys-include in
11716 FLAGS_FOR_TARGET.
11717 * configure: Regenerated.
11718
cb543528
NN
117192003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11720
c858bf1e
NN
11721 * Makefile.tpl: Always pass down RANLIB.
11722 * Makefile.in: Regenerate.
11723
aa9c3ab4
NN
11724 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11725 * Makefile.in: Regenerate.
11726 * configure.in: Remove unused logic relating to --enable-shared
11727 and --enable-threads. Remove bogus comments. Remove redundant
11728 noconfigdirs.
11729 * configure: Regenerate.
11730
cb543528
NN
11731 * configure.in: Replace ${libstdcxx_version} by its value.
11732 Remove reference to mh-dgux.
11733 * configure: Regenerate.
11734
53f70c1b
KB
117352003-03-03 Kevin Buettner <kevinb@redhat.com>
11736
11737 * MAINTAINERS (Write After Approval): Add myself.
11738
df0f0674
NN
117392003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11740
11741 * Makefile.tpl: Rearrange.
11742 * Makefile.in: Regenerate.
11743
dce2d8b2 117442003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
11745
11746 * configure.in: Add support for kaOS as cross build target system.
11747 * configure: Regenerated.
11748
a7a287eb
SB
117492003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11750
11751 * MAINTAINERS (Write after approval): Add myself.
11752
ff00c8a2
JW
117532003-02-21 James E Wilson <wilson@tuliptree.org>
11754
11755 * MAINTAINERS: Update my email address.
11756
abb2db7a
ZW
117572003-02-21 Zack Weinberg <zack@codesourcery.com>
11758
11759 * MAINTAINERS: Add self to blanket write privs. section.
11760
e9f2dc3b
SM
117612003-02-20 Sean McNeil <sean@blue.mcneil.com>
11762
11763 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11764 configure-target-* as some target builds may require additional
11765 flags for preprocessor tests.
11766 * Makefile.in: Regenerated.
11767
ee03dc5e
AO
117682003-02-19 Alexandre Oliva <aoliva@redhat.com>
11769
11856278
AO
11770 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11771 * ltconfig: Handle it.
11772 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11773 auto-detecting it.
11774
274aef32
AO
11775 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11776 it is used as argument to $CC.
11777 * ltcf-gcj.sh: Likewise.
11778
ee03dc5e
AO
11779 * configure.in: Introduce --enable-maintainer-mode.
11780 * configure: Rebuilt.
11781 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11782 for maintainer mode.
11783 * Makefile.in: Rebuilt.
11784
30db8e17
JM
117852003-02-18 Jason Merrill <jason@redhat.com>
11786
11787 * Makefile.tpl (check-c++): Allow parallelism.
11788
cab60ac6
GP
117892003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11790
11791 * MAINTAINERS: Remove John Carr (who never actually had access to
11792 gcc.gnu.org).
11793
c8e5d1af
GK
117942003-02-15 Geoffrey Keating <geoffk@apple.com>
11795
11796 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11797 don't configure target-libobjc.
11798 * configure: Regenerate.
11799
70f91f50
RO
118002003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11801
11802 * Makefile.tpl (RANLIB): Define.
11803 * Makefile.in: Regenerate.
11804
669e9062
LB
118052003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11806
11807 * MAINTAINERS: Update my email.
abb2db7a 11808
61b56b2e
KS
118092003-02-06 Keith R Seitz <keiths@redhat.com>
11810
11811 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11812 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11813 * Makefile.in: Regenerated.
11814 * configure.in: Remove all traces of snavigator, db, and grep.
11815 * configure: Regenerated.
11816
a1ba6e15
GP
118172003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11818
11819 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11820 After Approval.
11821
f5f2cce5
CC
118222003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11823
11824 * MAINTAINERS (Write after approval): Add myself.
11825
ba49f6f1
FCE
118262003-01-31 Frank Ch. Eigler <fche@redhat.com>
11827
11828 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11829 * Makefile.in: Regenerated.
11830
ccf9f10c
RS
118312003-01-30 Roger Sayle <roger@eyesopen.com>
11832
11833 * config.guess: Updated to 2003-01-30's version.
11834 * config.sub: Updated to 2003-01-28's version.
11835
a693735b
AO
118362003-01-30 Alexandre Oliva <aoliva@redhat.com>
11837
11838 * config.if: If gcc_version is already set, just use it. Don't set
11839 gcc_version_trigger if it's already set, otherwise set it to
11840 gcc/version.c, but only if the file exists. If it is not set and
11841 gcc/version.c does not exist, try to extract the version number from
11842 $CC.
11843
204c43d6
AT
118442003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11845
abb2db7a 11846 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 11847
842e91ec
PE
118482003-01-27 Phil Edwards <pme@gcc.gnu.org>
11849
11850 * configure.in: Revert 24Jan change.
11851 * configure: Regenerate.
11852
6b99984e
GP
118532003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11854
11855 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11856 entry of HJ Lu.
11857
806e0935
NN
118582003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11859
11860 * configure.in: Revert previous change.
11861 * configure: Regenerate.
11862
307a9864
NN
118632003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11864
11865 * configure.in: Make rda native-only.
11866 * configure: Regenerate.
11867
02ba6302
VR
118682003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11869
11870 * MAINTAINERS: Move myself from GNATS-only-accounts to
11871 write-after-approval.
11872
77d187bc
NN
118732003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11874
11875 * configure.in: Add missing \.
11876 * configure: Rebuilt.
11877
a94a2d4c
JJ
118782003-01-17 Jakub Jelinek <jakub@redhat.com>
11879
11880 * configure.in (baseargs): Avoid using \| in sed regular
11881 expressions.
11882 * configure: Rebuilt.
11883
73f84924
JJ
118842003-01-16 Jakub Jelinek <jakub@redhat.com>
11885
11886 * configure.in (baseargs): Remove all supported forms of
11887 --cache-file, --srcdir, --host, --build and --target options
11888 from argument lists.
11889 * configure: Rebuilt.
11890
8c12fc63
JZ
118912003-01-15 Josef Zlomek <zlomekj@suse.cz>
11892
11893 * MAINTAINERS: Add myself to write-after-approval list.
11894
7c005a3a
AO
118952003-01-15 Alexandre Oliva <aoliva@redhat.com>
11896
11897 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11898 * configure: Rebuilt.
11899
3dfabf63
NN
119002003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
11901
11902 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11903 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11904 * Makefile.in: Regenerate.
11905 * configure: Regenerate.
11906
cf53ae10
AO
119072003-01-09 Alexandre Oliva <aoliva@redhat.com>
11908
11909 * configure.in: Remove Makefile in build, host and target modules
11910 unless configure was run with --no-recursion.
11911 * configure: Rebuilt.
11912
3fbe8e4a
CC
119132003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11914
11915 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11916 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11917 * Makefile.in: Regenerate.
11918
66e2aa7d
CD
119192003-01-08 Chris Demetriou <cgd@broadcom.com>
11920
11921 * config.guess: Update to 2003-01-03 version.
11922 * config.sub: Update to 2003-01-03 version.
11923
b5038cfb
CF
119242003-01-07 Christopher Faylor <cgf@redhat.com>
11925
11926 * configure: Regenerate with proper autoconf 2.13.
11927
d02c69be
CF
119282003-01-07 Christopher Faylor <cgf@redhat.com>
11929
11930 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 11931 * configure: Regenerate.
d02c69be 11932
e914a571
AC
119332003-01-06 Andrew Cagney <ac131313@redhat.com>
11934
11935 * configure.in (GDB_TK): Add tcl directories conditional on
11936 gdb/gdbtk directory being present.
11937 * configure: Regenerate.
abb2db7a 11938
dce2d8b2 119392003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 11940
dce2d8b2
EB
11941 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
11942 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
11943 * configure: Rebuilt.
11944
89a7012a
TT
119452002-12-31 Tom Tromey <tromey@redhat.com>
11946
11947 * Makefile.in: Rebuilt.
11948 * Makefile.def (target_modules) [libffi]: Allow installation.
11949
3f4f56e2
AS
119502002-12-31 Andreas Schwab <schwab@suse.de>
11951
11952 * configure.in: Fix use of $program_transform_name.
11953 * configure: Regenerated.
11954
6c1b8d0a
DJ
119552002-12-30 Daniel Jacobowitz <drow@mvista.com>
11956
11957 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 11958 * configure: Regenerated.
6c1b8d0a 11959
c5120911
AO
119602002-12-29 Alexandre Oliva <aoliva@redhat.com>
11961
11962 * Makefile.tpl (local-distclean): Don't remove...
11963 (multilib.ts): ... this. Moved into...
11964 (multilib.out): ... this. Don't use sub-make.
11965 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11966 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11967 (configure-build-[+module+], configure-[+module+],
11968 configure-target-[+module+], configure-gcc): ... these. Test
11969 for Makefile existence. Drop config.status from dependencies.
11970 * Makefile.in: Rebuilt.
11971 * configure.in: Move gcc-version-trigger to the end of
11972 ac_configure_args. Add comments to maybedep.tmp and
11973 serdep.tmp. Introduce --disable-serial-configure. Remove
11974 nonopt from baseargs, matching and removing corresponding
11975 whitespace while at it.
11976 * configure: Rebuilt.
11977
e245b0ea
AO
119782002-12-28 Alexandre Oliva <aoliva@redhat.com>
11979
903de295
AO
11980 * configure.in (host_configargs): Replace reference to
11981 no-longer-defined buildopts with --build=${build_alias}.
11982 * configure: Rebuilt.
11983
e245b0ea
AO
11984 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
11985 program_transform_name to standard idiom.
11986 (AUTOGEN, AUTOCONF): Define.
11987 (Makefile.in): Use $(AUTOGEN).
11988 (Makefile): Depend on config.status, and use autoconf-style rule to
11989 build it. Move original commands to...
11990 (config.status): ... this new target.
11991 (configure): Add $(srcdir). Depend on config/acx.m4. Use
11992 $(AUTOCONF).
11993 * Makefile.in: Rebuilt.
11994
671aa708
NN
119952002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
11996
53fbfb58
NN
11997 * Makefile.tpl: Fix dramatic bustage due to change in
11998 program_transform_name.
11999 * Makefile.in: Regenerate.
12000
12001 * configure.in: Remove unnecessary PATH setting.
12002 * configure: Regnerate.
12003
12004 * configure.in: Don't default to unprefixed tools unless
12005 the native tools will work.
12006 * configure: Regenerate.
12007
671aa708
NN
12008 * configure.in: Convert to autoconf script. Blow away lots
12009 of now-redundant Makefile fragments.
12010 * configure: Generate using Autoconf.
12011 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12012 * Makefile.in: Regenerate.
12013
57f40826
NN
120142002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12015
3fedb745
NN
12016 * configure: Fix stupid bug where RANLIB was mistakenly included.
12017
abb2db7a 12018 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12019 (build_configargs, host_configargs, target_configargs).
12020
12021 * configure.in: Move logic out of sed statement.
12022
abb2db7a 12023 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12024 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12025
315fa0f4
SS
120262002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12027
12028 * config.sub: Import from master repository
12029 * config.guess: Ditto
12030
45aff44f
AS
120312002-12-24 Andreas Schwab <schwab@suse.de>
12032
12033 * Makefile.tpl (multilib.out): Fix missing space.
12034 * Makefile.in: Regenerate.
12035
88b5521b
NN
120362002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12037
12038 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12039 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12040 * Makefile.in: Regenerate.
12041 * configure.in: Remove unnecessary leftovers.
12042
2a726918
GK
120432002-12-21 Geoffrey Keating <geoffk@apple.com>
12044
12045 * configure.in (extra_ranlibflags_for_target): New variable.
12046 (*-*-darwin): Add -c to ranlib commands.
12047 * configure (tooldir): Handle extra_ranlibflags_for_target.
12048
aace3269 120492002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12050
12051 * Makefile.tpl: Revert HJL's change.
12052 * Makefile.in: Regenerated.
12053 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12054 always.
12055
f0895142
AS
120562002-12-19 Andreas Schwab <schwab@suse.de>
12057
12058 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12059 * Makefile.in: Regenerate.
12060
dce2d8b2 120612002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12062
12063 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12064 * Makefile.in: Regenerated.
12065
12066 * configure.in (build_prefix): New. Substitute.
12067
212f6dd0
NN
120682002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12069
79308c5d
NN
12070 * Makefile.tpl: Don't let real targets depend on phony targets.
12071 * Makefile.in: Regenerate.
12072
212f6dd0
NN
12073 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12074 * Makefile.in: Regenerate.
12075
ab17919f
SS
120762002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12077
12078 * config.sub: Import from master repository
12079 * config.guess: Ditto
12080
5ecf91d1
JM
120812002-12-16 Jason Merrill <jason@redhat.com>
12082
12083 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12084 previous 'make bootstrap'.
12085 * Makefile.in: Regenerate.
12086
d8437e1b
HPN
120872002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12088
12089 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12090
4977bab6
ZW
120912002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12092
12093 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12094 * Makefile.in: Regenerate.
12095
0edcfdcb
JM
120962002-12-13 Jason Merrill <jason@redhat.com>
12097
6248218a 12098 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12099 library tests.
12100 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12101 * Makefile.in: Regenerate.
12102
4977bab6
ZW
121032002-12-12 Alexandre Oliva <aoliva@redhat.com>
12104
12105 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12106 * Makefile.in: Rebuilt.
12107
f87505dd
AO
121082002-12-12 Alexandre Oliva <aoliva@redhat.com>
12109
12110 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12111
4977bab6
ZW
121122002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12113
12114 * configure: Fix bug put in by gremlins.
12115
12116 * Makefile.tpl: Substitute more autoconfily.
12117 * configure: Substitute more autoconfily.
12118 * Makefile.in: Regenerate.
12119
7f0db92a
SS
121202002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12121
12122 * config.sub: Import from master repository
12123 * config.guess: Ditto
12124 * MAINTAINERS: Added Svein Seldal under write after approval
12125
4977bab6
ZW
121262002-12-08 Andrew Cagney <ac131313@redhat.com>
12127
12128 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12129 * Makefile.in (all-sim): Ditto.
12130
121312002-12-06 DJ Delorie <dj@redhat.com>
12132
12133 * Makefile.tpl: Change configure dependencies to not have real
12134 targets depend on phony targets.
12135
121362002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12137
12138 * configure.in: Revert unintentional change.
12139
12140 * Makefile.tpl: Change dependency for */multilib.out so that
12141 it works when gcc isn't in the tree.
12142
12143 * configure.in: Substitute more.
12144 * configure: Run subconfigures from the Makefile.
12145 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12146 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12147
67f1b906
GP
121482002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12149
12150 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12151
4977bab6
ZW
121522002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12153
12154 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12155 and corresponding dependencies.
12156 * Makefile.in: Regenerate.
12157
12158 * configure.in (host_tools): Order binutils, gas and ld for
12159 convenience in running the testsuites.
12160
12161 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12162 * Makefile.in: Regenerate.
12163 * configure.in: Introduce rules to serialize subconfigure runs.
12164
12165 * configure.in: Introduce BASE_CC_FOR_TARGET.
12166 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12167 Realize configure-build-* targets. Realize configure-target-* targets.
12168 * Makefile.in: Regenerate.
12169
121702002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12171
12172 * configure: Move gcc_version_trigger stuff from here...
12173 * configure.in: ...to here.
12174
12175 * configure.in: Separate subconfigure options added by this file from
12176 options given by the user. Add machinery to put args for host
12177 subconfigures into the Makefile.
12178
12179 * Makefile.tpl: Remove 'vault' targets.
12180 * Makefile.tpl: Reorder and comment dependencies.
12181 * Makefile.in: Regenerate.
12182
121832002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12184 * configure.in: Fix my broken commit of previous patch. (sigh)
12185
743f054e
GK
121862002-11-28 Geoffrey Keating <geoffk@apple.com>
12187
12188 * configure.in: Move host-specific darwin noconfigdirs into
12189 the host-specific section.
12190
4977bab6
ZW
121912002-11-28 Geoffrey Keating <geoffk@apple.com>
12192
12193 * configure.in: Move host-specific darwin noconfigdirs into
12194 the host-specific section.
12195
121962002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12197
12198 * configure: Remove skip-this-dir support.
12199 * Makefile.tpl: Remove skip-this-dir support.
12200
12201 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12202 subdirectories.
12203 * Makefile.in: Regenerate.
12204
12205 * Makefile.tpl: Strip out useless setting of 'dir'.
12206 * Makefile.in: Regenerate.
12207
122082002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12209
12210 * configure.in: Fix deeply stupid bug.
12211
12212 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12213 shell code in CXX_FOR_TARGET
12214 * Makefile.def: Introduce raw_cxx.
12215 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12216 RAW_CXX_FOR_TARGET.
12217 * Makefile.in: Regenerate.
12218
122192002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12220
12221 * Makefile.tpl: Remove unnecessary ifs.
12222 * Makefile.in: Regenerate.
12223
12224 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12225 dependencies. Maybe-ize build-libiberty. Create dummy install
12226 targets for 'no_install' modules.
12227 * configure: Move GDB_TK substitution to configure.in. Move
12228 build_modules stuff to configure.in.
12229 * configure.in: Implement soft dependency machinery. Maybe-ize
12230 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12231 * Makefile.in: Regenerate.
12232
122332002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12234
12235 * Makefile.tpl: Make all-target, install-target behave similarly
12236 to all, install (only hitting configured targets). Eliminate
12237 unused macro defintions.
12238
12239 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12240 build != host.
12241
12242 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12243
12244 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12245
12246 * configure.in: Produce lists of subdir targets we're actually
12247 configuring. Remove references to "dosrel".
12248 * Makefile.tpl: Let configure set which subdir targets are hit.
12249 Remove install-cross; clean up install; remove ALL. Remove
12250 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12251 Autogenerate host module targets. Remove empty dependency lines
12252 and redundant dependency; rearrange slightly.
12253 * Makefile.def: Add host-side libtermcap, utils.
12254
12255 * Makefile.in: Regenerate.
12256
e6226a2f
RO
122572002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12258
12259 * ltconfig (osf[345]): Append $major to soname_spec.
12260 Reflect this in library_names_spec.
12261 * ltmain.sh (osf): Prefix $major with . for use as extension.
12262
3b75d237
AJ
122632002-11-19 Andreas Jaeger <aj@suse.de>
12264
12265 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12266 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12267 and sparc64 GNU/Linux systems.
12268
809108de
NS
122692002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12270
12271 * MAINTAINERS: Update email.
12272
e7e0de7e
GP
122732002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12274
12275 * MAINTAINERS: Complete James Dennett's entry.
12276
f7109dea
EB
122772002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12278
12279 * MAINTAINERS (Write After Approval): Add myself.
12280
d3ac17c9
BK
122812002-11-13 Bruce Korb <bkorb@gnu.org>
12282
12283 * Makefile.tpl: syntactic cleanup
12284
dce2d8b2 122852002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
12286
12287 * MAINTAINERS: Add myself to write-after-approval list.
12288
4977bab6
ZW
122892002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12290
12291 * Makefile.def: Add list of recursive targets to autogenerate.
12292 Add build_modules.
12293 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12294 targets. Autogenerate *-build-* targets.
12295 * Makefile.in: Regenerate.
12296
122972002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12298
12299 * configure: More autoconf-style substitutions.
12300 * Makefile.tpl: More autoconf-style substitutions.
12301 * Makefile.in: Regenerate.
12302
123032002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12304
12305 * configure: Substitute more variables in a more autoconf-friendly
12306 way. Simplify slightly.
12307 * Makefile.tpl: Make more variables substitutable in an
12308 autoconf-friendly way.
12309 * Makefile.in: Regenerate.
12310
d4783999
JW
123112002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12312
12313 * MAINTAINERS (Write After Approval): Add myself.
12314
4977bab6
ZW
123152002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12316
12317 * configure.in (v810*): Remove special setting of tools.
12318
12319 * configure: Add support for extra required flags for ar or nm.
12320 * configure.in (aix4.3+): Use above support for target-specific
12321 issues, rather than using config/mt-aix43.
12322
123232002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12324
12325 * configure: Remove 'removing', which doesn't work. Replace $subdir
12326 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12327 with $srcdir. Reformat indentation. Substitute some variables
12328 formerly hard-coded in the Makefile for build=host.
12329 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12330 * Makefile.def: Autogenerate more.
12331 * Makefile.in: Regenerate.
12332
1c9c903e
AN
123332002-11-04 Adam Nemet <anemet@lnxw.com>
12334
12335 * MAINTAINERS (Write After Approval): Add myself.
12336
40673d2b
KB
123372002-11-04 Kevin Buettner <kevinb@redhat.com>
12338
12339 * Makefile.def (host_modules): Add rda.
12340 * Makefile.in: Regenerate.
12341 * configure.in (target_tool): Add target-rda to list.
12342
42e650ae
GP
123432002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12344
12345 * MAINTAINERS: Remove "co-maintainer" note for web pages.
12346
e004b81f
PE
123472002-10-25 Phil Edwards <pme@gcc.gnu.org>
12348
12349 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
12350 and restrap targets to this rule.
12351 * Makefile.in: Regenerate.
12352
06bd49b1
GP
123532002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12354
12355 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12356 GNATS only accounts.
12357
d0af82b0
HPN
123582002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
12359
12360 * configure.in (i[3456]86-*-linux*): Add check to disable
12361 ${libgcj} for glibc1.
12362
10782654
DC
123632002-10-24 Denis Chertykov <denisc@overta.ru>
12364
12365 * MAINTAINERS: Add myself as ip2k port maintainer.
12366
a5a438f5
SS
123672002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
12368
12369 * configure.in: Add tic4x target.
12370
fe3d5b7f
NN
123712002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
12372
aba8a494
NN
12373 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12374 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12375 * Makefile.in: Regenerate.
12376
fe3d5b7f
NN
12377 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12378 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12379 * Makefile.in: Regenerate.
12380
a6ad79e7
JJ
123812002-10-02 Janis Johnson <janis187@us.ibm.com>
12382
12383 * MAINTAINERS: Add myself as web pages co-maintainer.
12384
6a8a9058
NN
123852002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12386
12387 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12388 * Makefile.in: Regenerate.
12389
327d975a
ZW
123902002-10-02 Zack Weinberg <zack@codesourcery.com>
12391
12392 * MAINTAINERS: Add myself and Nathan Sidwell
12393 <nathan@codesourcery.com> as VxWorks maintainers.
12394
a5ae8f19 123952002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
12396
12397 * Makefile.def: Remove order dependency comments.
12398 * Makefile.tpl: Add explicit install-install dependencies.
12399 * Makefile.in: Regenerate.
d0f6c823 12400
34c6040c 12401 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 12402 * Makefile.in: Regenerate.
34c6040c 12403
d0f6c823
NN
12404 * Makefile.tpl: Add configure-target (for src-release in src)
12405 * Makefile.in: Regenerate.
12406
50bd210b
NC
124072002-09-30 Nick Clifton <nickc@redhat.com>
12408
12409 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12410
ca25149e
UW
124112002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
12412
12413 * configure.in (s390*-*-linux*): Enable libgcj.
12414
dd30b57d
NN
124152002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
12416
9e60a678
NN
12417 * configure: Revert accidentally applied changes.
12418
dd30b57d
NN
12419 * Makefile.tpl: Make more autoconf-friendly.
12420 * Makefile.in: Regenerate.
12421 * configure: Make substitution more autoconf-like.
12422
5831424e
RE
124232002-09-28 Richard Earnshaw <rearnsha@arm.com>
12424
12425 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12426 single entry to handle all these.
12427 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
12428 libjava on arm-*-elf.
12429
b7f3b15b
GK
124302002-09-27 Geoffrey Keating <geoffk@apple.com>
12431
12432 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12433 things that depend on them.
12434
0dffceed
NN
124352002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12436
12437 * Makefile.tpl: Make subsituted variables more autoconfy.
12438 * Makefile.in: Regenerate.
12439 * configure: Make seds more autoconfy.
12440
1db75a86 124412002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
12442
12443 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12444 * Makefile.in: Regenerate.
12445 * configure.in: Rewrite sed statements to look autoconfy.
12446
1db75a86
NN
12447 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12448 all-target-foo on configure-target-foo.
12449 * Makefile.def: Ditto.
12450 * Makefile.in: Rebuild.
12451
741a4e89
AH
124522002-09-25 Andrew Haley <aph@redhat.com>
12453
12454 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12455
95ddd785
NN
124562002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12457
12458 * Makefile.def: New file.
12459 * Makefile.tpl: New file.
12460 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12461 * contrib/gcc_update: Note that Makefile.in is a generated file.
12462
12463 * configure.in: Minor rearrangement. Simplify tests.
12464
65a824f6
JT
124652002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12466
12467 * configure.in (with_headers): Skip copy if value is "yes".
12468 (with_libs): Likewise.
12469
51270f0a 124702002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
12471
12472 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12473 * configure.in (sh*-*-pe*): Ditto.
12474 * configure.in (mips*-*-pe*): Ditto.
12475 * configure.in (*arm-wince-pe): Ditto.
12476
8f89dbf4
NN
12477 * configure.in: Rearrange.
12478
c1b8db3f
KH
124792002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12480
12481 * MAINTAINERS: Update my email address.
12482
341f0575
PK
124832002-08-30 Paul Koning <pkoning@equallogic.com>
12484
12485 * MAINTAINERS: (Write After Approval): Add myself.
12486
d2e06980
GK
124872002-08-29 Geoffrey Keating <geoffk@redhat.com>
12488
12489 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12490
4906d5d8
GK
124912002-08-24 Geoffrey Keating <geoffk@redhat.com>
12492
12493 * MAINTAINERS: Change my mailing address.
12494
e9a25cc8
PC
124952002-08-21 Paolo Carlini <pcarlini@unitus.it>
12496
12497 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 12498 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 12499
dce2d8b2 125002002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
12501
12502 * MAINTAINERS (Write After Approval): Remove myself.
12503 (Various Maintainers: c++ runtime libs): Add myself.
12504
5ce6f47b
EC
125052002-08-15 Eric Christopher <echristo@redhat.com>
12506
12507 * config.sub: Import from master repository.
12508 * config.guess: Ditto.
12509
7f9317f0
AO
125102002-08-19 Alexandre Oliva <aoliva@redhat.com>
12511
12512 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12513 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12514 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12515
7aecca3d
AH
125162002-08-16 Aldy Hernandez <aldyh@redhat.com>
12517
12518 * MAINTAINERS: Add self to rs6000 vector extensions.
12519
8ea4b195
AO
125202002-08-15 Alexandre Oliva <aoliva@redhat.com>
12521
12522 * libiberty/configure: Reverted unintended yesterday's check in.
12523
f5cc59a7
AO
125242002-08-14 Alexandre Oliva <aoliva@redhat.com>
12525
12526 * boehm-gc/configure, libf2c/configure: Rebuilt.
12527 * libffi/configure, libiberty/configure: Ditto.
12528 * libjava/configure, libobjc/configure: Ditto.
12529 * libstdc++-v3/configure, zlib/configure: Ditto.
12530 Merged from binutils:
12531 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12532 From Steve Ellcey <sje@cup.hp.com>:
12533 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12534 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12535 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12536 IA64.
12537 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12538 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12539 soname_spec, sys_lib_search_path_spec): Ditto.
12540
dce2d8b2 125412002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
12542
12543 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12544
2ff34870
L
125452002-08-04 H.J. Lu (hjl@gnu.org)
12546
12547 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12548
a014f2fe
KW
125492002-08-02 Krister Walfridsson <cato@df.lth.se>
12550
12551 * MAINTAINERS (Write After Approval): Add myself.
12552
c01d477a
AM
125532002-07-31 Alan Modra <amodra@bigpond.net.au>
12554
12555 * configure.in: Move generic linux case to end. Copy generic
12556 linux noconfigdirs to mips*-*-linux* entry and new
12557 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12558
68cd2524
MM
125592002-07-19 Michael Matz <matz@suse.de>
12560
12561 * MAINTAINERS: Add myself as ra* maintainer.
12562
e2d83b8c
CD
125632002-07-16 Chris Demetriou <cgd@broadcom.com>
12564
12565 * config.guess: Update to 2002-07-09 version.
12566 * config.sub: Update to 2002-07-03 version.
12567
cece4f1d
HPN
125682002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12569
12570 * MAINTAINERS: Fix typo in a maintainer email address.
12571
bb654703
NN
125722002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12573
12574 * configure.in: Remove two redundant tests.
12575
789b7de5
RO
125762002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12577
12578 * configure.in (mips*-*-irix6*o32): Enable stabs.
12579
e1da1089
NN
125802002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12581
f3970bba
NN
12582 * configure.in: Don't build grez.
12583 * Makefile.in: Ditto.
12584
e1da1089
NN
12585 * Makefile.in: Remove references to bsp, cygmon, libstub.
12586 * configure.in: Ditto.
12587
12588 * configure.in: Remove leftover reference to gdbtest.
12589
57c905fa
PE
125902002-07-08 Phil Edwards <pme@gcc.gnu.org>
12591
12592 * configure.in (gxx_include_dir): Change to match versioned
12593 C++ headers if --enable-version-specific-runtime-libs is used.
12594
a0af94a7 125952002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 12596
a0af94a7
SE
12597 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12598
423ce3eb
NN
125992002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12600
12601 * configure.in: Make --without-x work.
12602
98186934
NN
126032002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12604
c3b7d169
NN
12605 * configure.in: Rearrange target Makefile fragment collection.
12606
98186934
NN
12607 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12608 cvs[src].
12609 * configure.in: Ditto.
12610
eebd288a
MK
126112002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12612
12613 * MAINTAINERS (Write After Approval): Update my e-mail address.
12614
3ab36f05
NN
126152002-06-24 Ben Elliston <bje@redhat.com>
12616
12617 * configure.in (host_tools): Remove cgen.
12618
12619 * Makefile.in (all-cgen): Remove; runs from its source directory.
12620 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 12621 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
12622 (all-sim): Likewise.
12623
dce2d8b2 126242002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
12625
12626 * Makefile.in: Eliminate 'apache' targets.
12627 * configure.in: Eliminate 'apache' targets.
12628
55380b08
NN
12629 * configure.in: Eliminate redundant tests. Reorganize.
12630
9a5c1b9d
NN
12631 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12632
5fd3853a
NN
12633 * config-ml.in: Eliminate references to Cygnus configure.
12634
cfefc434
NN
12635 * Makefile.in: Eliminate references to building emacs.
12636
2fe93885
GS
126372002-06-28 Graham Stott <graham.stott@btinternet.com>
12638
12639 * MAINTAINERS: Update my email address.
12640
53c40185
BK
126412002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12642
12643 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 12644 (cxx_incdir): Remove.
53c40185 12645
97679694
NN
126462002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12647
12648 * MAINTAINERS (Write After Approval): Add self.
12649
b03bcd37
DC
12650Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12651
12652 * configure.in: Add support for ip2k.
12653
6bd12129
NN
126542002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12655
12656 * configure.in: Fix AIX configury bug.
12657
e0d98a92
SE
126582002-06-20 Steve Ellcey <sje@cup.hp.com>
12659
12660 * MAINTAINERS (Write After Approval): Add self.
12661
ba3292db
NN
126622002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12663
ef40bc65
NN
12664 * configure.in: replace ${topsrcdir} with ${srcdir}
12665
7a0be465
NN
12666 * configure.in: Move definition of libstdcxx_flags
12667 right above usage, rather than waaay earlier.
12668
e1848dde
NN
12669 * configure.in: Pull definition of is_cross_compiler earlier.
12670
8bc2fff1
NN
12671 * configure.in: Rearrange a little.
12672
ba3292db
NN
12673 * configure.in: Remove references to librx.
12674 * Makefile.in: Remove references to librx.
12675
11d8b408
DC
12676Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12677
12678 * config.sub: Add support for avr target.
12679 Import from master sources, rev 1.255
5ce6f47b 12680
93da8339
PE
126812002-06-19 Phil Edwards <pme@gcc.gnu.org>
12682
12683 * configure, .cvsignore: Revert previous change...
12684 * Makefile: ...delete.
12685
b4caab5c
NN
126862002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12687
12688 * configure.in: Eliminate ${gasdir} variable.
12689
ee777171
DB
126902002-06-18 Dave Brolley <brolley@redhat.com>
12691
12692 * configure.in: Add support for frv.
12693 * config.sub: Add support for frv.
12694
26e4af54
PE
126952002-06-18 Phil Edwards <pme@gcc.gnu.org>
12696
12697 * configure: Remove garbage from previous commit.
12698
bb20b7da
PE
126992002-06-18 Phil Edwards <pme@gcc.gnu.org>
12700
12701 * configure: For in-source builds, make a subdir and re-exec there.
12702 * Makefile: New file. Pass targets through to build directory.
12703 * .cvsignore: No longer ignore "Makefile".
12704
9d321f6c
DR
127052002-06-16 Douglas Rupp <rupp@gnat.com>
12706
12707 * MAINTAINERS (Write After Approval): Add self.
12708
c8eb2bc0
KG
127092002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12710
12711 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12712
f210d239
JT
127132002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12714
12715 * configure.in (vax-*-netbsd*): Re-enable gas.
12716
e9667b3c
NN
127172002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12718
efe1f357
NN
12719 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12720 BUILD_PREFIX_1, to correct nomenclature.
12721 * configure: Likewise.
12722
e9667b3c
NN
12723 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12724 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12725
fe2fe497
OH
127262002-05-31 Olaf Hering <olh@suse.de>
12727
12728 * config-ml.in: Propogate DESTDIR also.
12729
dcf7f0dd
JT
127302002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12731
12732 * configure.in (vax-*-netbsd*): Don't build gas for this
12733 platform.
12734
6ff14f32
MM
127352002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12736
12737 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12738 and libgcj for AVR.
12739
397de1ff
KK
127402002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12741
12742 * MAINTAINERS (Write After Approval): Add myself.
12743
ac30211c
JT
127442002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12745
12746 * config.guess: Update to 2002-05-22 version.
12747 * config.sub: Likewise.
12748
1e6347d8
RO
127492002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12750
12751 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12752 * config-ml.in: Likewise.
12753 * configure: Likewise.
12754 * configure.in: Likewise.
12755
e5ce1d6d
SC
127562002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12757
12758 * MAINTAINERS: Update my email address.
12759
6cdef75d
NN
127602002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12761
4a87f061
NN
12762 * configure.in: Simplify makefile fragment collection.
12763
12764 * configure.in: Remove code to build emacs.
603606e7 12765
e254d6b5
NN
12766 * configure.in : Remove --srcdir argument from targargs and buildargs
12767 (it's always overridden in the Makefile anyway). Rearrange a bit.
12768
12769 * configure: Move some logic to configure.in.
12770 * configure.in: Move some logic from configure.
6cdef75d 12771
1d6006fe
TT
127722002-05-11 Tom Tromey <tromey@redhat.com>
12773
12774 * MAINTAINERS: Reflect libgcj reality.
12775
b70b3534
FS
127762002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12777
12778 * Makefile.in: Honour DESTDIR.
12779
4434687a
MM
127802002-05-08 Mark Mitchell <mark@codesourcery.com>
12781
12782 * config.guess: Import 2002-03-20 version.
12783 * config.sub: Import 2002-04-26 version.
12784
a89e49c7
RO
127852002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12786
12787 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12788
44e55536
TJ
127892002-05-07 Tim Josling <tej@melbpc.org.au>
12790
12791 * MAINTAINERS: Add self.
12792
dce2d8b2 127932002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
12794
12795 * ltmain.sh: Detect and handle object name conflicts
12796 while piecewise linking a static library.
12797
b7c13625
AO
127982002-05-05 Alexandre Oliva <aoliva@redhat.com>
12799
12800 * configure.in (noconfigdirs): Don't disable libgcj on
12801 sparc64-*-solaris* and sparcv9-*-solaris*.
12802
4182d9fa
AO
128032002-05-03 Alexandre Oliva <aoliva@redhat.com>
12804
12805 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12806
7bebf279
TF
128072002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12808
12809 * configure.in (FLAGS_FOR_TARGET): Do not add
12810 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12811 on i[3456]86-*-linux*.
12812
9a06dc7d
TF
128132002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12814
12815 * configure.in (noconfigdirs): Replace [ ] with test.
12816
12817 * configure.in (noconfigdirs): Do not add target-newlib if
12818 target == i[3456]86-*-linux*, and host == target.
12819
a51a07fa
NN
128202002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12821
9e7facd6
DD
12822 * configure.in: delete reference to absent file
12823
aeaa0f2f
NN
12824 * configure.in: replace '[' with 'test'
12825
4bb98828
NN
12826 * configure.in: Eliminate references to gash.
12827 * Makefile.in: Eliminate references to gash.
12828
64791664
NN
12829 * configure.in: remove useless references to 'pic' makefile fragments.
12830
3ed57cf4
NN
12831 * configure.in: (*-*-windows*) Finish removing.
12832
a51a07fa
NN
12833 * configure.in: Eliminate redundant test for libgui.
12834
8552f6f1
RS
128352002-04-29 Roger Sayle <roger@eyesopen.com>
12836
12837 * MAINTAINERS: Add self and realphabetize. Update entries
12838 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12839 entry for a29k port maintainer.
12840
dce2d8b2 128412002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
12842
12843 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12844 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12845
704c9a14
NN
128462002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12847
12848 * configure.in: remove references to dead files
12849
7bff5059
MM
128502002-04-19 Mark Mitchell <mark@codesourcery.com>
12851
12852 * MAINTAINERS: Add information about purpose of this file.
12853
0c7c67f0
TT
128542002-04-18 Tom Tromey <tromey@redhat.com>
12855
12856 * configure.in: Disallow configuring libgcj when it is already
12857 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12858 Solaris 2.8 by default. For PR libgcj/6158.
12859
63501e91
NN
128602002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12861
12862 * configure.in: Move default CC setting out of config/mh-* fragments
12863 directly into here.
12864
701afd4d
NN
128652002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12866
12867 * configure.in: don't even try to configure or make a subdirectory
12868 if there's no configure script for it.
12869
07cdae91
MM
128702002-04-15 Mark Mitchell <mark@codesourcery.com>
12871
12872 * MAINTAINERS: Remove chill maintainers.
12873 * Makefile.in (CHILLFLAGS): Remove.
12874 (CHILL_LIB): Remove.
12875 (TARGET_CONFIGDIRS): Remove libchill.
12876 (CHILL_FOR_TARGET): Remove.
12877 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12878 CHILL_LIB.
12879 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12880 (CHECK_TARGET_MODULES): Likewise.
12881 (INSTALL_TARGET_MODULES): Likewise.
12882 (CLEAN_TARGET_MODULES): Likewise.
12883 (configure-target-libchill): Remove.
12884 (all-target-libchill): Remove.
12885 * configure.in (target_libs): Remove target-libchill.
12886 Do not compute CHILL_FOR_TARGET.
12887 * libchill: Remove directory.
5ce6f47b 12888
ab50d72b
DD
128892002-04-11 DJ Delorie <dj@redhat.com>
12890
12891 * Makefile.in, configure.in: Sync with binutils, entries
12892 follow...
12893
0a1e123a
DD
128942002-04-07 Andrew Cagney <ac131313@redhat.com>
12895
12896 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
12897 (do-tar, do-bz2): New rules.
12898 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
12899 (gdb-tar): New rule.
12900 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
12901 (insight_dejagnu.tar): New rule.
12902 (insight.tar): New rule.
12903 (gdb+dejagnu.tar): New rule.
12904 (gdb.tar): New rule.
12905
ab50d72b
DD
129062002-02-01 Mo DeJong <supermo@bayarea.net>
12907
12908 * Makefile.in: Add all-tix to deps for all-snavigator
12909 so that tix is built when building snavigator.
12910
129112002-01-11 Steve Ellcey <sje@cup.hp.com>
12912
12913 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12914 ld and gdb are not supported.
12915
129162002-01-07 Mark Salter <msalter@redhat.com>
12917
12918 * configure.in: Remove target-bsp and target-cygmon from arm builds.
12919 Allow target-libgloss to be built for arm, strongarm, and xscale.
12920
129212001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
12922
12923 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12924 options for i[3456]86-pc-linux* native builds.
12925
129262001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
12927
12928 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12929 files from .po files for a distribution.
12930
129312001-09-03 Jeff Holcomb <jeffh@redhat.com>
12932
12933 * configure.in: Enable libstdc++-v3 for h8300 targets.
12934
129352001-06-19 Alan Modra <amodra@bigpond.net.au>
12936
12937 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12938 version from bfd/.
12939
12940Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
12941
12942 * Makefile.in (VER): When present, extract the version number from
12943 the file version.in.
12944
dce2d8b2 129452001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
12946
12947 * configure.in : enable ld for aix
12948
129492001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12950
12951 * config.guess: Add linux target for S/390.
12952
129532000-11-07 Philip Blundell <pb@futuretv.com>
12954
12955 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12956
129572000-11-03 Philip Blundell <pb@futuretv.com>
12958
12959 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12960 files.
12961
129622001-01-15 Ben Elliston <bje@redhat.com>
12963
12964 * configure.in (host_tools): Add sid.
12965 Always configure cgen.
12966
129672000-11-24 Nick Clifton <nickc@redhat.com>
12968
12969 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
12970
ab50d72b
DD
129712000-08-20 Doug Evans <dje@casey.transmeta.com>
12972
12973 * Makefile.in (ALL_MODULES): Add all-cgen.
12974 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12975 (all-cgen): New target.
12976 (all-opcodes,all-sim): Depend on all-cgen.
12977 * configure.in (host_tools): Add cgen.
12978 Only configure cgen if --enable-cgen-maint.
12979
dce2d8b2 129802002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
12981
12982 * configure.in: Add *-*-freebsd* configurations.
12983
90def2b2
TT
129842002-04-08 Tom Tromey <tromey@redhat.com>
12985
12986 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12987 Fixes PR libgcj/6068.
12988
320d7e7a
KW
129892002-03-30 Krister Walfridsson <cato@df.lth.se>
12990
12991 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12992
18b467f1
RO
129932002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12994
12995 * configure.in (alpha*-dec-osf*): Enable libgcj.
12996
dce2d8b2 129972003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
12998
12999 * MAINTAINERS (Write After Approval): Add myself.
13000
56ae9405
NC
130012002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13002
13003 Fix for: PR bootstrap/3591, target/5676
13004 * configure.in (mcore-pe): Disable the configuration of
13005 libstdc++-v3 since exceptions are not supported.
13006
f18d9a0c
AG
130072002-03-20 Anthony Green <green@redhat.com>
13008
13009 * configure.in: Enable libgcj for xscale-elf target.
13010
dce2d8b2 13011Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13012
13013 * MAINTAINERS: Update my email address.
13014
28eca9e8
AO
130152002-03-16 Alexandre Oliva <aoliva@redhat.com>
13016
13017 * ltmain.sh (relink_command): Fix typo in previous change.
13018
e67e72c7
AO
130192002-03-15 Alexandre Oliva <aoliva@redhat.com>
13020
13021 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13022 (relink_command): Added --tag flags.
13023 (mode=install): If relinking fails; error out.
13024
c2273204
RH
130252002-03-12 Richard Henderson <rth@redhat.com>
13026
13027 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13028 .NOTPARALLEL tag.
13029 (do-check): Rename from check.
13030 (check): Allow parallel check.
13031
bcb64245
BW
130322002-03-12 Bob Wilson <bob.wilson@acm.org>
13033
13034 * MAINTAINERS: Add myself as maintainer for xtensa port.
13035 Fix alphabetical order in CPU port maintainer list.
13036 Remove myself from Write After Approval list.
13037
63adb4ff
RH
130382002-03-11 Richard Henderson <rth@redhat.com>
13039
13040 * Makefile.in (.NOTPARALLEL): Add fake tag.
13041
9bec4bf0
L
130422002-03-07 H.J. Lu (hjl@gnu.org)
13043
13044 * configure.in: Enable gprof for mips*-*-linux*.
13045
c7fc1f84
DS
130462002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13047
13048 * MAINTAINERS (Write After Approval): Add myself.
13049
6bff33fb
AO
130502002-02-28 Alexandre Oliva <aoliva@redhat.com>
13051
13052 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13053 libjava.
13054 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13055
0210b33b
AO
130562002-02-23 Alexandre Oliva <aoliva@redhat.com>
13057
13058 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13059 because its Makefile is there; test for the executable instead.
13060
fcc0a3ef
AO
130612002-02-22 Alexandre Oliva <aoliva@redhat.com>
13062
13063 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13064 libstdc++-v3 and libjava.
13065
dce2d8b2 130662002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13067
13068 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13069 boehm-gc
5ce6f47b 13070
40fe0ec3
AO
130712002-02-09 Alexandre Oliva <aoliva@redhat.com>
13072
13073 * config.guess: Updated to 2002-01-30's version.
13074 * config.sub: Updated to 2002-02-01's version.
13075 Contribute sh64-elf.
13076 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13077 * configure.in: Added sh64-*-*.
13078
694d53ee
CD
130792002-02-08 Chris Demetriou <cgd@broadcom.com>
13080
13081 * MAINTAINERS: Belatedly add myself to write after approval list.
13082
a9ca50b1
JH
13083Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13084
13085 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13086 Remove self as Write After Approval.
13087
5ffc3500
GK
130882002-01-31 Geoffrey Keating <geoffk@redhat.com>
13089
13090 * MAINTAINERS: Put self in as maintainer for contrib/regression
13091 directory.
13092
4ceaf7fb
PE
130932002-01-28 Phil Edwards <pme@gcc.gnu.org>
13094
13095 * MAINTAINERS: Update my email address.
13096
51584787
JT
130972002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13098
5ce6f47b
EC
13099 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13100 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13101 libraries if not supported for NetBSD on target CPU.
13102
5701d273
DR
131032002-01-25 Douglas B Rupp <rupp@gnat.com>
13104
13105 * install-sh: Use _inst.$$_ for temp file name.
13106
b299a075
JT
131072002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13108
13109 * MAINTAINERS (Write After Approval): Move my contact info
13110 from here...
13111 (OS Port Maintainers): ...to here (netbsd).
13112
51fe14b5
BW
131132002-01-22 Bob Wilson <bob.wilson@acm.org>
13114
13115 * MAINTAINERS (Write After Approval): Add myself.
13116
dce2d8b2 131172002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13118
13119 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13120 (all-target-fastjar): Also depend on all-target-libiberty.
13121
3cd87679
L
131222002-01-16 H.J. Lu (hjl@gnu.org)
13123
13124 * config.guess: Import from master sources, rev 1.225.
13125 * config.sub: Import from master sources, rev 1.238.
13126
969a6d8f
KH
131272002-01-16 Kazu Hirata <kazu@hxi.com>
13128
13129 * MAINTAINERS (Write After Approval): Remove myself.
13130
366f6a52
FW
131312001-12-19 Florian Weimer <fw@deneb.enyo.de>
13132
13133 * MAINTAINERS (Write After Approval): Add myself.
13134
f02240b6
JM
131352001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13136
13137 * MAINTAINERS: Add self as docs co-maintainer.
13138
5d08dc39
MK
131392001-12-11 Matthias Klose <doko@debian.org>
13140
13141 * MAINTAINERS (Write After Approval): Add myself.
13142
39e790d5
ZW
131432001-12-09 Zack Weinberg <zack@codesourcery.com>
13144
13145 * MAINTAINERS: Update my email address.
13146
4519d6a3
TC
131472001-12-07 Turly O'Connor <turly@apple.com>
13148 * MAINTAINERS (Write After Approval): Add myself.
13149 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13150 (rs6000_initialize_trampoline): Call __trampoline_setup for
13151 ABI_DARWIN too.
13152 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13153 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13154
21cf0a73
PC
131552001-12-07 Paolo Carlini <pcarlini@unitus.it>
13156
13157 * MAINTAINERS (Write After Approval): Add myself.
13158
4ee43206
DR
13159Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13160
13161 * configure, configure.in: Use temp file for long sed commands.
13162
251931f3
LG
131632001-12-03 Laurent Guerby <guerby@acm.org>
13164
13165 * config.sub: Update to version 1.232 on subversion.
13166
03777dd7
BE
131672001-12-03 Ben Elliston <bje@redhat.com>
13168
13169 * MAINTAINERS: Update mail address for config.* patches.
13170
dce2d8b2 131712001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13172 Zack Weinberg <zack@codesourcery.com>
13173
13174 When build != host, create libiberty for the build machine.
13175
13176 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13177 CONFIG_ARGUMENTS.
13178 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13179 New variables.
13180 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13181 and rules.
13182 (all.normal): Depend on ALL_BUILD_MODULES.
13183 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13184 (all-build-libiberty): Depend on configure-build-libiberty.
13185
13186 * configure: Calculate and substitute proper value for
13187 ALL_BUILD_MODULES.
13188 * configure.in: Create the build subdirectory.
13189 Calculate and substitute TARGET_CONFIGARGS (formerly
13190 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13191
04075e8f
ZL
131922001-11-26 Ziemowit Laski <zlaski@apple.com>
13193
13194 * MAINTAINERS (write-after-approval): Add self.
13195
ed19322d
CR
131962001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13197
13198 * MAINTAINERS (GNATS only accounts): Remove self.
13199
90a12988
HPN
132002001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13201
13202 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13203 libf2c.
13204
77e653ad
CR
132052001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13206
13207 * MAINTAINERS (Write After Approval): Add self.
13208
64adad99
DB
132092001-11-12 David O'Brien <obrien@FreeBSD.org>
13210
13211 * MAINTAINERS: mips and s390 are also CPU ports.
13212
834a28c7
DB
132132001-11-12 David O'Brien <obrien@FreeBSD.org>
13214
13215 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13216
ef94239f
DB
132172001-11-11 David O'Brien <obrien@FreeBSD.org>
13218
13219 * MAINTAINERS: Alphabetize.
13220
beda0427
KH
132212001-11-09 Kazu Hirata <kazu@hxi.com>
13222
13223 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13224
6ca224d3
JDA
132252001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13226
13227 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13228
132e4bd7
PE
132292001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13230
13231 * configure.in (--enable-languages): Be more permissive about
13232 syntax. Check for empty lists better. Warn about $LANGUAGES.
13233
c6243b4c
GK
132342001-11-08 Geoffrey Keating <geoffk@redhat.com>
13235
13236 * config.sub: Import from master sources, rev. 1.230.
13237 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13238
abbb9e76
LG
132392001-11-07 Laurent Guerby <guerby@acm.org>
13240
13241 * MAINTAINERS (Write After Approval): Add self.
13242
53cdb27a
HPN
132432001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13244
13245 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13246
dd3a88c9
HPN
132472001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13248
13249 * config.sub: Import from master sources, rev 1.226.
13250 * config.guess: Import from master sources, rev 1.216.
13251
d344dce9
HPN
132522001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13253
13254 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13255 * MAINTAINERS: Add self as maintainer of MMIX port.
13256 Remove old after-approval entry.
13257
63f6bcd7
JM
132582001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13259
13260 * ChangeLog, configure: Fix spelling errors.
13261
84f92638
BK
132622001-10-20 Brendan Kehoe <brendan@zen.org>
13263
13264 * MAINTAINERS: Tweak my address.
13265
dce2d8b2 13266Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
13267
13268 * MAINTAINERS: Update my email address.
13269
1567080c 132702001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 13271
f48a3b5c 13272 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 13273 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 13274
30106886
GB
132752001-10-10 Geert Bosch <bosch@gnat.com>
13276
e490616e 13277 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
13278 Added Robert Dewar.
13279
dce2d8b2 132802001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
13281
13282 * MAINTAINERS (Write After Approval): Added self
13283
d1c3e709
GB
132842001-10-02 Geert Bosch <bosch@gnat.com>
13285
13286 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13287
50f5f793
JM
132882001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13289
13290 * configure: Handle temporary files securely using mkdir.
13291
7fddf9a9
AO
132922001-09-29 Alexandre Oliva <aoliva@redhat.com>
13293
13294 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13295
dce2d8b2 132962001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
13297
13298 * configure.in (*-*-linux*): Disable configuration of target-newlib
13299 and target-libgloss.
e490616e 13300
0c055e34
AO
133012001-09-26 Alexandre Oliva <aoliva@redhat.com>
13302
13303 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13304 RANLIB.
13305
759bfa90
AO
133062001-09-21 Alexandre Oliva <aoliva@redhat.com>
13307
13308 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13309 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13310 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13311 avoid quotes nesting problems.
13312 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13313 (DO_X): Export only variables that are set.
13314
1dc4a750
BE
133152001-09-19 Ben Elliston <bje@redhat.com>
13316
13317 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13318 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13319 semantics. Use the shell built-in "type" command instead.
13320
898c7238
AO
133212001-08-31 Alexandre Oliva <aoliva@redhat.com>
13322
13323 Merged from gcc-3_0-branch:
13324 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13325 * ltcf-c.sh: Use $objext, not $ac_objext.
13326 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13327 * ltcf-cxx.sh: Add support for GNU.
13328 2001-07-22 Timothy Wall <twall@redhat.com>
13329 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
13330 default settings if using GNU tools with that configuration.
13331 * ltcf-cxx.sh: Ditto.
13332 * ltcf-gcj.sh: Ditto.
13333 2001-07-21 Michael Chastain <chastain@redhat.com>
13334 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13335 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
13336 * ltmain.sh: Mark as gcc-local.
13337
8fa0a32e
EC
133382001-08-30 Eric Christopher <echristo@redhat.com>
13339 Jason Eckhardt <jle@redhat.com>
13340
13341 * config.guess: Merge from master sources.
13342 * config.sub: Merge from master sources, add support for mipsisa32.
13343
32f30f91 133442001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
13345 * config.sub: Merge from master sources, rev 1.219.
13346 * MAINTAINERS: Add self as contact for stormy16 port.
13347
f6084f99
ZW
133482001-08-14 Zack Weinberg <zackw@panix.com>
13349
13350 * config.sub: Merge from master sources, rev 1.218.
13351 * config.guess: Merge from master sources, rev 1.209.
13352
91b54f7f
GS
133532001-08-11 Graham Stott <grahams@redhat.com>
13354
13355 * Makefile.in (check-c++): Add missing semicolon.
13356
e5b3941e
JH
13357Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
13358
32f30f91 13359 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 13360
6387a56e
EC
133612001-07-30 Eric Christopher <echristo@redhat.com>
13362
13363 * MAINTAINERS (Various maintainers: mips port): Added myself.
13364
53b475f0
AH
133652001-07-25 Andrew Haley <aph@cambridge.redhat.com>
13366
e490616e 13367 * configure.in (sh-*-linux*): New.
53b475f0 13368
2a08c780
RH
133692001-07-27 Richard Henderson <rth@redhat.com>
13370
13371 * .cvsignore: Add LAST_UPDATED.
13372
bfa79422
UW
133732001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
13374
13375 * MAINTAINERS (Various maintainers: s390 port): Added myself.
13376
0ae85492
AH
133772001-07-16 Aldy Hernandez <aldyh@redhat.com>
13378
e490616e 13379 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 13380
8e1ab0fe
NP
13381Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
13382
13383 * MAINTAINERS (Write After Approval): Added myself.
13384
2b997990
SC
133852001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13386
13387 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13388 and libgcj on m68hc11/m68hc12.
13389
d920e825
L
133902001-06-27 H.J. Lu (hjl@gnu.org)
13391
13392 * Makefile (CFLAGS_FOR_BUILD): New.
13393 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13394
d425a1e0
JM
133952001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13396
13397 * README: Remove version number.
13398
5b5b4207
GP
133992001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13400
13401 * INSTALL/README: Update wrt. to the installation instructions now
13402 residing in gcc/doc/install.texi.
13403
be839b69
JM
134042001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13405
13406 * README: Replace with a cut-down and updated version of gcc/README.
13407
fe2ee7c4
DE
134082001-06-12 David Edelsohn <edelsohn@gnu.org>
13409
13410 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13411 multilibs to be disabled.
13412
4f5d646c
DB
134132001-06-11 Daniel Berlin <dan@cgsoftware.com>
13414
13415 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 13416
818f0c85
AO
134172001-06-09 Alexandre Oliva <aoliva@redhat.com>
13418
13419 * config.guess: Import CVS version 1.195.
13420 * config.sub: Import CVS version 1.212.
13421
e9a8af10
AO
134222001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
13423
13424 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13425 gcc/xgcc is built, use -print-prog-name to find out the program
13426 name to use.
13427
ae3ca0a9
PE
134282001-06-04 Phil Edwards <pme@sources.redhat.com>
13429
13430 * config.guess: Import CVS version 1.194. All gcc-local changes
13431 appear to also be in the master copy.
13432 * config.sub: Import CVS version 1.211.
13433
066bd40d
MM
13434Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
13435
13436 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13437 with_gcc]: Use `gcc -shared' to build a shared library.
13438
4aef4f33
JDA
13439Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
13440
13441 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13442 archives.
13443
c386f00f
RO
13444Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13445
13446 * MAINTAINERS (Write After Approval): Add myself.
13447
2ae5cea5
HPN
134482001-06-01 Hans-Peter Nilsson <hp@axis.com>
13449
13450 * configure.in (libstdcxx_flags): Do not try to execute
13451 libstdc++-v3/testsuite_flags until it exists.
13452
c3766183
AM
134532001-06-01 Alan Modra <amodra@bigpond.net.au>
13454
13455 * MAINTAINERS: Update my email address.
13456
9b337833
GS
134572001-05-31 Graham Stott <grahams@redhat.com>
13458
13459 * MAINTAINERS (Write After Approval): Add myself.
13460
dce2d8b2 134612001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
13462
13463 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13464 libraries when using g++ with native linker.
13465
5f7de4b8
AO
134662001-05-28 Alexandre Oliva <aoliva@redhat.com>
13467
13468 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13469
a7bc0fbb
AO
134702001-05-22 Alexandre Oliva <aoliva@redhat.com>
13471
13472 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13473 [aix4*|aix5*]: Prepend blank.
13474
33456445
AO
134752001-05-20 Alexandre Oliva <aoliva@redhat.com>
13476
13477 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13478 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13479 of subdir/configure scripts to use the new libtool.m4.
13480
e48d3d00
MK
134812001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13482
13483 * MAINTAINERS (Write After Approval): Add myself.
13484
9e0e191b
BK
134852001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13486
13487 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13488
3f19b439
BE
134892001-05-11 Ben Elliston <bje@redhat.com>
13490
13491 * Makefile.in (all-sid): New target.
13492 (check-sid, clean-sid, install-sid): Likewise.
13493
6ebe3121
JO
134942001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13495
13496 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13497
ca3667c4
AO
134982001-05-03 Alexandre Oliva <aoliva@redhat.com>
13499
13500 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13501 libgcj.
13502
135032001-05-03 Alexandre Oliva <aoliva@redhat.com>
13504
13505 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13506 gcc/xgcc is built, use -print-prog-name to find out the program
13507 name to use.
13508
b2964d63
AO
135092001-04-26 Alexandre Oliva <aoliva@redhat.com>
13510
b1bb2302
AO
13511 * configure.in (noconfigdirs): Don't reset it from scratch in the
13512 target case; only append to it.
6387a56e 13513
b2964d63
AO
13514 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13515 sparc-*-solaris2.8]: Disable ${libgcj}.
13516
8343765d
AO
135172001-04-25 Alexandre Oliva <aoliva@redhat.com>
13518
13519 * configure.in (libgcj_saved): Copy from $libgcj.
13520 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13521 --disable-libgcj.
13522
ddbb6d43
GRK
135232001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13524
13525 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 13526 C front end maintainer.
ddbb6d43 13527
3fa03ff9
AG
13528Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13529
13530 * configure.in: Move *-chorusos target case to the proper switch.
13531 Disable libgcj.
13532
99ffe40f
AO
135332001-04-12 Alexandre Oliva <aoliva@redhat.com>
13534
13535 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13536 1.641.2.228.
13537
78faa32d
FS
135382001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13539
13540 * Makefile.in (STAGE1_CFLAGS): Pass down.
13541
cdbff0ab
AM
135422001-04-13 Alan Modra <amodra@one.net.au>
13543
13544 * config.guess: Add hppa64-linux support. Note for next import that
13545 this is already in the master file.
13546 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13547
75b9074c
AO
135482001-04-12 Alexandre Oliva <aoliva@redhat.com>
13549
13550 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13551 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13552
125404c5
SS
135532001-04-11 Stan Shebs <shebs@apple.com>
13554
13555 * MAINTAINERS: Add self as Darwin port maintainer.
13556
876684fe
AM
135572001-04-11 Alan Modra <amodra@one.net.au>
13558
13559 * MAINTAINERS: Update my email address.
13560
06729913
LR
135612001-04-10 Loren J. Rittle <ljrittle@acm.org>
13562
13563 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13564 recent versions of FreeBSD (release 3 or later).
13565 * ltconfig: On FreeBSD, -lc must not be provided when building
13566 a shared library or else the standard -pthread gcc option is
13567 rendered worthless to later users of the built library.
13568
67916302
JM
135692001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13570
13571 * MAINTAINERS: Add self and RTH as C front end maintainers.
13572
d2bc0628
AO
135732001-04-05 Alexandre Oliva <aoliva@redhat.com>
13574
e490616e
ZW
13575 * config.sub: Make sure to match an already-canonicalized
13576 machine name (eg. mn10300-unknown-elf).
d2bc0628 13577
a3406c06
AO
135782001-04-01 Alexandre Oliva <aoliva@redhat.com>
13579
13580 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13581 New macros.
13582 (bootstrap, cross): Use RECURSE_FLAGS.
13583 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13584
a076f6a4
AO
135852001-03-27 Alexandre Oliva <aoliva@redhat.com>
13586
13587 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13588
e9f4fa71
CH
135892001-03-22 Colin Howell <chowell@redhat.com>
13590
7238de5c
CH
13591 * Makefile.in (DO_X): Do not backslash single-quotes in
13592 backquotes (two places).
e9f4fa71 13593
b6b14b1b
AO
135942001-03-22 Alexandre Oliva <aoliva@redhat.com>
13595
13596 Re-installed:
13597 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13598 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13599 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13600 * ltcf-cxx.sh: Likewise.
13601 * ltcf-gcj.sh: Likewise.
13602
1eb0b89d
GP
136032001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13604
13605 * MAINTAINERS: Add myself as "documentation co-maintainer".
13606
82e23236
AO
136072001-03-22 Alexandre Oliva <aoliva@redhat.com>
13608
13609 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13610 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13611
64ec27c3
TT
136122001-03-19 Tom Tromey <tromey@redhat.com>
13613
13614 * config-ml.in: Handle GCJ and GCJFLAGS.
13615
191de407
MC
136162001-03-21 Michael Chastain <chastain@redhat.com>
13617
13618 * Makefile.in: all-m4 depends on all-texinfo.
13619
fed4dede
LR
136202001-03-20 Loren J. Rittle <ljrittle@acm.org>
13621
13622 * MAINTAINERS: Add myself to write after approval list.
13623
085072bb
LB
136242001-03-18 Laurynas Biveinis <lauras@softhome.net>
13625
13626 * Makefile.in (DO_X): Quote nested quotes.
13627
5af8ea3f
AM
136282001-03-18 Alan Modra <alan@linuxcare.com.au>
13629
13630 * MAINTAINERS: Add myself to write after approval list.
13631
69e23037
LB
136322001-03-15 Laurynas Biveinis <lauras@softhome.net>
13633
13634 * Makefile.in (DO_X): Use double quotes for quoting
13635 "RANLIB=$${RANLIB}".
13636
2b9650f4
OP
136372001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13638
13639 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13640
dce2d8b2 136412001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
13642
13643 * configure.in: Only use `lang_requires' for languages athat are
13644 actually enabled.
13645
f6646274
PE
136462001-03-08 Phil Edwards <pme@sources.redhat.com>
13647
13648 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13649
c9a54638
AO
136502001-03-08 Alexandre Oliva <aoliva@redhat.com>
13651
13652 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13653
6a556ad6
TT
136542001-03-07 Tom Tromey <tromey@redhat.com>
13655
13656 * configure.in: Allow config-lang.in to set `lang_requires' to list
13657 of other required languages.
13658
6822468a
LB
136592001-03-06 Laurynas Biveinis <lauras@softhome.net>
13660
13661 * Makefile.in: Remove RANLIB definition. Use RANLIB
13662 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13663 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 13664
f04885d3 136652001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 13666 Alexandre Oliva <aoliva@redhat.com>
6387a56e 13667
f04885d3
BK
13668 * Makefile.in (check-c++): Use tabs, not spaces.
13669
288edf47 136702001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 13671
288edf47
LB
13672 * MAINTAINERS: add myself to Write After Approval list.
13673
3d55d2f8 136742001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 13675
e490616e 13676 * Makefile.in (check-c++): New rule.
6387a56e 13677
4d88a68a
BK
13678 * configure.in (target_libs): Remove libg++.
13679 (noconfigdirs): Remove libg++.
13680 (noconfigdirs): Same.
13681 (noconfigdirs): Same.
13682 (noconfigdirs): Same.
13683
13684 * config-ml.in: Remove libg++ references.
13685
13686 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13687 (ALL_TARGET_MODULES): Same.
13688 (configure-target-libg++): Remove.
13689 (all-target-libg++): Remove.
13690 (configure-target-libio): Remove.
13691 (all-target-libio): Remove.
13692 (check-target-libio): Remove.
13693 (.PHONY): Remove.
13694 (libg++.tar.bz2): Remove.
13695 (all-target-cygmon): Remove libio.
13696 (all-target-libstdc++): Remove.
13697 (configure-target-libstdc++): Remove.
13698 (TARGET_LIB_PATH): Remove libstdc++.
13699 (ALL_GCC_CXX): Remove libstdc++.
13700 (all-target-gperf): Correct.
13701
2437d4ed
NC
137022001-02-16 Nick Clifton <nickc@redhat.com>
13703
13704 * configure.in (noconfigdirs): Allow configuration of texinfo
13705 for Cygwin hosts.
13706
85b99cbe
AG
137072001-02-15 Anthony Green <green@redhat.com>
13708
13709 * configure: Introduce GCJ_FOR_TARGET.
13710 * configure.in: Ditto.
13711 * Makefile.in: Ditto.
13712
7b18790c
AS
137132001-02-13 Andreas Schwab <schwab@suse.de>
13714
13715 * MAINTAINERS: Update mail address.
13716
c4880c99
MS
137172001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13718
13719 * config.guess: Add linux target for S/390.
13720 * config.sub: Likewise.
13721
dce2d8b2 137222001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
13723
13724 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 13725 target-libgloss.
e31ae6db 13726
7739adfb
BE
137272001-02-06 Ben Elliston <bje@redhat.com>
13728
13729 * configure: Output host type to stdout, not stderr.
13730
36ca672c
MM
137312001-02-05 Mark Mitchell <mark@codesourcery.com>
13732
e40f2829 13733 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
13734 * ltcf-cxx.sh: Likewise.
13735
36ca672c
MM
13736 * config.if: Assume enable_libstdcxx_v3 is defined.
13737
22fdd65e
MM
137382001-02-04 Mark Mitchell <mark@codesourcery.com>
13739
13740 Remove V2 C++ library.
13741 * configure.in: Remove --enable-libstdcxx_v3 support.
13742
3b60dd8e
BM
137432001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13744
13745 * include/demangle.h: Add prototype for java_demangle_v3.
13746
42c0c80a
PE
137472001-01-29 Phil Edwards <pme@sources.redhat.com>
13748
13749 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13750
0be25992
RH
137512001-01-27 Richard Henderson <rth@redhat.com>
13752
13753 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13754
8a8de62d
MS
137552001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13756
13757 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13758 Don't unset, it's non-portable and no longer necessary, set to empty
13759 instead.
13760
92769744
MS
137612001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13762
13763 * ltconfig: Shell portability fix for the tagname validity check.
13764
88a1c0ab
AO
137652001-01-27 Alexandre Oliva <aoliva@redhat.com>
13766
13767 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13768 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13769
45291dd5
MS
137702001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13771
13772 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13773
1ace7e15
TT
137742001-01-26 Tom Tromey <tromey@redhat.com>
13775
13776 * configure.in: Allow libgcj to be built on Sparc Solaris.
13777
0ef8b11b
DE
137782001-01-25 David Edelsohn <edelsohn@gnu.org>
13779
13780 * ltcf-c.sh: Add aix5 case.
13781 * ltcf-cxx.sh: Likewise.
13782 * ltconfig: Likewise.
13783
0006091e
AO
137842001-01-24 Alexandre Oliva <aoliva@redhat.com>
13785
9bad11e1
AO
13786 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13787 keep at least one of build_libtool_libs or build_old_libs set to
13788 yes.
13789
0006091e
AO
13790 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13791 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13792
7c01b2b5
BM
137932001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13794
13795 * configure.in: Enable libgcj on several additional platforms.
13796
d340e0ac
BM
137972001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13798
13799 * configure.in: Enable libgcj for linux targets.
13800
5baf8c37
MS
138012001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13802
13803 * MAINTAINERS (Write After Approval): Add myself.
13804
10a0ba84
JDA
138052001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13806
13807 * MAINTAINERS: Add myself as vax port maintainer.
13808
357c6a4b
FH
138092001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13810
13811 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13812
6e2d9a7a
MS
138132001-01-09 Mike Stump <mrs@wrs.com>
13814
13815 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13816 failures of subdirectories.
13817
b6b14b1b 138182001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 13819
b6b14b1b 13820 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 13821 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
13822 * ltcf-cxx.sh: Likewise.
13823 * ltcf-gcj.sh: Likewise.
13824 * ltconfig.sh: Fix typo.
976b230d 13825
07109110
LB
138262001-01-02 Laurynas Biveinis <lauras@softhome.net>
13827
13828 * configure: handle DOS-style absolute paths.
13829
1da5b8fc
LB
138302001-01-02 Laurynas Biveinis <lauras@softhome.net>
13831
13832 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13833
4c2f5b4f
MM
138342000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13835
13836 * MAINTAINERS: Add myself as avr port co-maintainer.
13837
bc53668e
BE
138382000-12-28 Ben Elliston <bje@redhat.com>
13839
13840 * MAINTAINERS: Add myself under ``Write After Approval''.
13841
c387606f
JM
138422000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13843
13844 * texinfo: Remove directory from GCC.
13845
2cb5082c
JM
138462000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13847
13848 * COPYING: Update to current
13849 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13850 to 19yy as example year in copyright notice).
13851
cc330df9
BK
138522000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13853
6387a56e 13854 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
13855 (libstdcxx_incdir): Pass down.
13856 * config.if: Remove expired bits for cxx_interface, add stub.
13857 (libstdcxx_incdir): Add variable for g++ include directory.
13858 * configure.in (gxx_include_dir): Use it.
6387a56e 13859
4c6b2835
AO
138602000-12-18 Alexandre Oliva <aoliva@redhat.com>
13861
13862 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13863 with old-email address from ``Write After Approval''.
13864
3896f13e
AJ
138652000-12-15 Andreas Jaeger <aj@suse.de>
13866
13867 * configure.in: Handle lang_dirs.
13868
138692000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 13870
ad46e881
TT
13871 * MAINTAINERS: Removed brads.
13872
90a10418
TT
13873 * MAINTAINERS: Added gcj developers.
13874
41dfe3a2 138752000-12-13 Anthony Green <green@redhat.com>
6387a56e 13876
41dfe3a2 13877 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
13878 listed. Disable libgcj for x86 and Alpha Linux until compatible
13879 with g++ abi.
6387a56e 13880
e2f601da
MS
138812000-12-13 Mike Stump <mrs@wrs.com>
13882
13883 * Makefile.in (local-distclean): Also remove fastjar.
13884
70030c01
RB
138852000-12-12 Rodney Brown <RodneyBrown@mynd.com>
13886
13887 * contrib/gcc_update: Add fastjar --touch entries.
13888
2a50f859
AO
138892000-12-12 Alexandre Oliva <aoliva@redhat.com>
13890
13891 * configure.in: Disable language-specific target libraries for
13892 languages that aren't enabled.
13893
7743113b
AG
138942000-12-10 Anthony Green <green@redhat.com>
13895
13896 * configure.in: Define libgcj. Disable libgcj target libraries for
13897 most targets.
13898
92e061a6
NB
138992000-12-10 Neil Booth <neilb@earthling.net>
13900
13901 * MAINTAINERS: Update mail address, remove from WAA list.
13902
f34ff6d6
APB
139032000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13904
13905 * libjava: Imported from /cvs/java.
13906 * libffi: Likewise.
13907 * Boehm-gc: Likewise.
13908
d82a33c6
APB
139092000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13910
13911 * configure.in (target_libs): Revert 2000-12-08 patch.
13912 (noconfigdirs): Added target-libjava.
13913
e14f8e28
LB
139142000-12-09 Laurynas Biveinis <lauras@softhome.net>
13915
13916 * djunpack.bat: removed.
13917
fc26516b
LB
139182000-12-09 Laurynas Biveinis <lauras@softhome.net>
13919
13920 * Makefile.in: handle DOS-style absolute paths.
13921 * config-ml.in: likewise.
13922 * symlink-tree: likewise.
13923
bd8757b3
APB
139242000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13925
13926 * fastjar: Imported.
13927
81522a1f
APB
139282000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13929
13930 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13931 libjava.
13932 * configure.in (target_libs): Removed `target-libjava'.
13933
5db1f7ed
APB
139342000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13935
13936 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13937 (ALL_MODULES): Added fastjar.
13938 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13939 (all-target-libjava): all-fastjar replaces all-zip.
13940 (all-fastjar): Added.
13941 (configure-target-fastjar, all-target-fastjar): Likewise.
13942 * configure.in (host_tools): Added fastjar.
13943
5e59997c
MS
139442000-12-07 Mike Stump <mrs@wrs.com>
13945
13946 * Makefile.in (local-distclean): Remove leftover built files.
13947
0a534f40
NC
139482000-11-24 Nick Clifton <nickc@redhat.com>
13949
13950 * configure.in (xscale-elf): Add target.
13951 (xscale-coff): Add target.
13952
7686cadf
LR
139532000-11-22 Loren J. Rittle <ljrittle@acm.org>
13954
e490616e
ZW
13955 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13956 recent versions of FreeBSD (release 3 or later).
13957 * ltconfig: On FreeBSD, -lc must not be provided when building
13958 a shared library or else the standard -pthread gcc option is
13959 rendered worthless to later users of the built library.
7686cadf 13960
fff01699
FF
139612000-11-16 Fred Fish <fnf@be.com>
13962
13963 * configure.in (enable_libstdcxx_v3): Fix typo,
13964 libstd++ -> libstdc++.
13965
4dc16355
KL
139662000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13967
13968 * MAINTAINERS: Add self to Write After Approval list.
13969
bf6fc7b2
BS
139702000-11-21 Bernd Schmidt <bernds@redhat.com>
13971
13972 * MAINTAINERS: Update my email address. Add myself to global write
13973 privs list.
13974
ce8e06b1
AO
139752000-11-18 Alexandre Oliva <aoliva@redhat.com>
13976
6e2a4843
AO
13977 * Makefile.in: Merge with src and libgcj.
13978 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
13979 configure-target-<library> when their configure scripts need the C
13980 or C++ library to have already been built to work properly.
13981 (do_proto_toplev): Set them to an empty string.
13982
ce8e06b1
AO
13983 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13984 (REALLY_SET_LIB_PATH): Use them.
13985
c003f378
SS
139862000-11-17 Stan Shebs <shebs@apple.com>
13987
13988 * MAINTAINERS: Add self to Write After Approval list.
13989
cc1e60ea
JM
139902000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13991
13992 * configure: Provide the original toplevel configure arguments
13993 (including $0) to subprocesses in the environment rather than
13994 through gcc/configargs.h.
13995
1173593d
JM
139962000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13997
13998 * MAINTAINERS: Remove references to cccp. Change C9X reference to
13999 C99. Alphabetise "Write After Approval" list.
14000
520907ee
MM
140012000-11-12 Mark Mitchell <mark@codesourcery.com>
14002
34f6fbdb
MM
14003 * configure: Turn on libstdc++ V3 by default.
14004
520907ee
MM
14005 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14006 if we've got GCC.
14007
0bbd37ed
PB
140082000-11-11 Philip Blundell <philb@gnu.org>
14009
14010 * MAINTAINERS: Add self to Write After Approval list.
14011
7ca0e6d9
DE
140122000-11-09 David Edelsohn <edelsohn@gnu.org>
14013
14014 * ltcf-c.sh (aix4): Improve shared library configuration; require
14015 exporting symbols.
14016 * ltcf-cxx.sh (aix4): Define.
14017 * ltconfig (aix4): Define library and soname specs appropriate for
14018 AIX. Define command to create export symbols list.
14019
dce2d8b2 14020Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14021
14022 * config.sub: Add support for Sun Chorus
14023
fc05d516
NC
140242000-10-31 Nick Clifton <nickc@redhat.com>
14025
14026 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14027 <name>@redhat.com. Also installed new email address for Clint
14028 Popetz.
6387a56e 14029
90a0e73f
JM
140302000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14031
14032 * etc: Remove directory from GCC.
14033
a5e1b548
MM
140342000-10-16 Michael Meissner <meissner@redhat.com>
14035
14036 * configure (gcc/configargs.h): Only create if there is a build GCC
14037 directory created.
14038
6387a56e
EC
140392000-10-16 Matthias Klose <doko@debian.org>
14040
be1db873
MK
14041 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14042 when configured for libstdc++-v3.
14043
f5fa9a5b
PE
140442000-10-05 Phil Edwards <pme@gcc.gnu.org>
14045
14046 * configure: Save configure arguments to gcc/configargs.h.
14047
61a77fea
PT
140482000-10-04 Philipp Thomas <pthomas@suse.de>
14049
14050 * config.guess: Import CVS version 1.157.
14051 * config.sub: Import CVS version 1.181.
14052
3a4fee66
AP
140532000-10-04 Andris Pavenis <pavenis@latnet.lv>
14054
14055 * Makefile.in (bootstrap): avoid recursion if subdir missing
14056 (cross): ditto
14057 (do-proto-toplev): ditto
14058
3dd7094e
AO
140592000-09-30 Alexandre Oliva <aoliva@redhat.com>
14060
de710532
AO
14061 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14062 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14063
3dd7094e
AO
14064 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14065 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14066 all affected `configure' scripts.
14067
e592386f
NB
14068Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14069
14070 * MAINTAINERS: Add self as cpplib co-maintainer.
14071
fba54939
AH
140722000-09-24 Aldy Hernandez <aldyh@redhat.com>
14073
14074 * MAINTAINERS: Add self to Write After Approval list.
14075
2bd429f4
GP
140762000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14077
14078 * INSTALL/README: egcs -> GCC update.
14079
dce2d8b2 14080Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14081
14082 * MAINTAINERS: Add myself to Write After Approval list.
14083
d7ce9a83
KH
140842000-09-15 Kazu Hirata <kazu@hxi.com>
14085
14086 * MAINTAINERS: Add myself to Write After Approval list.
14087
18a53ffe
JL
14088Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14089
e490616e
ZW
14090 * configure.in: Do not build byacc for hppa64. Provide paths to the
14091 X11 libraries for hppa64.
18a53ffe 14092
f246ff23
SC
140932000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14094
14095 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14096
06298abd
AO
140972000-09-06 Alexandre Oliva <aoliva@redhat.com>
14098
4b92758a
AO
14099 * Makefile.in (all-zlib): Added dummy target.
14100
06298abd
AO
14101 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14102 ltcf-gcj.sh: Updated from libtool multi-language branch.
14103
4d73d07a
AO
141042000-09-05 Alexandre Oliva <aoliva@redhat.com>
14105
14106 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14107 (bootstrap*): Depend on all-bootstrap.
14108
05d52d78
PT
141092000-09-05 Philipp Thomas <pthomas@suse.de>
14110
14111 * config.guess: Import CVS version 1.156.
14112 * config.sub: Import CVS version 1.179.
14113
3c809ba4
AG
141142000-09-02 Anthony Green <green@cygnus.com>
14115
14116 * Makefile.in (all-gcc): Depend on all-zlib.
14117 (CLEAN_MODULES): Add clean-zlib.
14118 (ALL_MODULES): Add all-zlib.
14119 * configure.in (host_libs): Add zlib.
14120
10ad78a0 141212000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14122
14123 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14124 crosses, but add gcc/include to the header search path for them.
14125
b36a9ce3
DB
141262000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14127
14128 * MAINTAINERS: Add self to Write After Approval list.
14129
cb011248
FS
141302000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14131
14132 * config.guess: Import CVS version 1.152.
14133 * config.sub: Import CVS version 1.177.
14134
db310af0
AO
141352000-08-25 Alexandre Oliva <aoliva@redhat.com>
14136
7965440a
AO
14137 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14138 $targargs to tell whether newlib is going to be built.
14139
db310af0
AO
14140 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14141 $$r/TARGET_SUBDIR/libio for _G_config.h.
14142
e7977565
AO
141432000-08-23 Alexandre Oliva <aoliva@redhat.com>
14144
14145 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14146
126bb9ed
DD
141472000-08-22 DJ Delorie <dj@redhat.com>
14148
14149 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14150
5b0e9d29
AO
141512000-08-22 Alexandre Oliva <aoliva@redhat.com>
14152
14153 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14154 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14155 sub-configures.
14156
4f3e904e
DD
141572000-08-21 DJ Delorie <dj@redhat.com>
14158
14159 * MAINTAINERS: Add self as a libiberty maintainer
14160
c9635443
AO
141612000-08-16 Alexandre Oliva <aoliva@redhat.com>
14162
14163 * configure.in (libstdcxx_flags): Use
14164 libstdc++-v3/src/libstdc++.INC.
14165
8b2100ba
AO
141662000-08-15 Alexandre Oliva <aoliva@redhat.com>
14167
14168 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14169
57119aa9
ZW
141702000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14171
eeb943b0
ZW
14172 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14173
6387a56e 14174 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14175 explicit. Substitute enable_threads into generated Makefiles.
14176 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14177 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14178
acffa7c4
GK
141792000-08-13 Geoff Keating <geoffk@cygnus.com>
14180
14181 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14182
808d8c41
AO
141832000-08-12 Alexandre Oliva <aoliva@redhat.com>
14184
14185 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14186 previous delta.
14187
1fc8c51c 141882000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14189
1fc8c51c
JM
14190 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14191 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14192 (FLAGS_FOR_TARGET): Not here.
14193 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14194
25698887
AO
141952000-08-11 Alexandre Oliva <aoliva@redhat.com>
14196
14197 * config-ml.in (CC, CXX): Don't introduce a leading space.
14198
10120687
DD
141992000-08-07 DJ Delorie <dj@delorie.com>
14200
14201 * MAINTAINERS: Add self as a DJGPP maintainer
14202
15c758e9
DD
142032000-08-07 DJ Delorie <dj@redhat.com>
14204
14205 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14206 "if we're also building gcc, and it's a gcc that will run on the
14207 build machine, we want to use its includes instead of the system's
14208 default includes".
14209
2d0de245
JM
142102000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14211
14212 * MAINTAINERS: Add self to Write After Approval list.
14213
e81b330a
AO
142142000-08-03 Alexandre Oliva <aoliva@redhat.com>
14215
83440c1e
AO
14216 * configure.in (libstdcxx_flags): Don't use `"'.
14217
e81b330a
AO
14218 * config-ml.in: Adjust multilib search paths to the
14219 appropriate multilib tree.
14220
cf95c847
AO
142212000-08-02 Alexandre Oliva <aoliva@redhat.com>
14222
14223 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14224 commas in $LANGUAGES.
14225
9e9af119
MH
142262000-08-02 Manfred Hollstein <manfredh@redhat.com>
14227
14228 * configure.in: Re-enable all references to libg++ and librx.
14229
606ce391
AO
142302000-08-01 Alexandre Oliva <aoliva@redhat.com>
14231
89820b43
AO
14232 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14233 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14234 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14235 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14236
606ce391
AO
14237 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14238
04179d4a
AO
142392000-07-31 Alexandre Oliva <aoliva@redhat.com>
14240
14241 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14242 CXX_FOR_TARGET for sed.
14243
d4eb109c
AO
142442000-07-30 Alexandre Oliva <aoliva@redhat.com>
14245
14246 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14247 Do not override if already set in the environment or in configure.
14248 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14249 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14250
4f4caf92
AO
142512000-07-28 Alexandre Oliva <aoliva@redhat.com>
14252
14253 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14254 the libtool CVS tree multi-language branch.
14255 * ltconfig, ltmain.sh: Updated.
6387a56e 14256
b87487b6
AO
142572000-07-27 Alexandre Oliva <aoliva@redhat.com>
14258
1670d1ea
AO
14259 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14260 (clean-target): Depend on it.
14261
b87487b6
AO
14262 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14263 (GCC_FOR_TARGET): Use it.
14264 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14265 * configure.in: ... here.
14266 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14267 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14268
4e81ae98
EC
142692000-07-24 Eric Christopher <echristo@cygnus.com>
14270
14271 * MAINTAINERS: Add self to Write After Approval list.
14272
059ae32c
AO
142732000-07-24 Alexandre Oliva <aoliva@redhat.com>
14274
5b28edd4
AO
14275 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14276 (configure-target-libchill, configure-target-libobjc): Likewise.
14277
059ae32c
AO
14278 * configure.in: Use the same cache file for all target libs.
14279 * config-ml.in: But different cache files per multilib variant.
14280
1adcd149
MS
142812000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14282
14283 * configure (topsrcdir): Don't use dirname.
14284
2d573dff
JO
142852000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14286
14287 * MAINTAINERS: Add self to Write After Approval list.
14288
d207ebef
JM
142892000-07-20 Jason Merrill <jason@redhat.com>
14290
14291 * configure.in: Remove all references to libg++ and librx.
14292
14293 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14294
142952000-07-20 Hans-Peter Nilsson <hp@axis.com>
14296
14297 * config.sub: Update to subversions version 2000-07-06.
14298
7b7792d5
AH
142992000-07-12 Andrew Haley <aph@cygnus.com>
14300
14301 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14302 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14303
3abaac67
PE
143042000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14305
14306 * symlink-tree: Check number of arguments.
14307
34be2b36
JW
143082000-07-05 Jim Wilson <wilson@cygnus.com>
14309
14310 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14311 search path for a g++ extracted from the build tree. This
14312 will allow link tests run by configure scripts in
14313 subdirectories to succeed.
14314
d207ebef
JM
143152000-07-01 Koundinya K <kk@ddeorg.soft.net>
14316
e490616e 14317 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 14318
0900331b
MH
143192000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14320
14321 * MAINTAINERS: Add myself as loop discovery maintainer.
14322
d207ebef
JM
143232000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14324
14325 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14326 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14327
143282000-06-19 Timothy Wall <twall@cygnus.com>
14329
14330 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14331 * config.sub: Add tic54x target.
14332
11a27a76
TM
14333Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14334
14335 * MAINTAINERS: Add self as Fortran maintainer,
14336 remove Craig Burley.
14337
d207ebef 14338Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 14339
d207ebef
JM
14340 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14341 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 14342
7758b73f
PT
14343Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
14344
14345 * MAINTAINERS: Add self as i18n maintainer
14346
d207ebef
JM
1434720000-05-21 H.J. Lu (hjl@gnu.org)
14348
e490616e
ZW
14349 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14350 directory are used if they exist. Make sure
14351 $(build_tooldir)/include is searched for header files,
14352 $(build_tooldir)/lib/ for library files.
d207ebef 14353 (GCC_FOR_TARGET): Likewise.
e490616e 14354 (CXX_FOR_TARGET): Likewise.
d207ebef 14355
bae29210
JL
14356Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
14357
14358 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14359
d207ebef 14360Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
14361
14362 * Makefile.in (configure-target-libiberty): Depend on
14363 configure-target-newlib.
14364
aab0d19d
AO
143652000-05-16 Alexandre Oliva <aoliva@cygnus.com>
14366
14367 * configure.in, Makefile.in: Merge all libffi-related
14368 configury stuff from the libgcj tree.
14369
d207ebef
JM
14370Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
14371
14372 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14373 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14374
14375Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
14376
14377 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14378 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 14379 current version information. Add to proto-toplev directory.
d207ebef
JM
14380 (gdb-taz): Build do-djunpack.
14381
758c7bd4
DE
143822000-05-15 David Edelsohn <edelsohn@gnu.org>
14383
14384 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14385
1888228d
AC
14386Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
14387
14388 * MAINTAINERS: Add self to Write After Approval list.
14389
d207ebef
JM
143902000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14391
14392 * ltmain.sh: Preserve in relink_command any environment
14393 variables that may affect the linker behavior.
14394
2d7cc2fe
JL
14395Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
14396
d207ebef
JM
14397 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14398
14399Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
14400
14401 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14402
144032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14404
14405 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 14406 with the version name.
2d7cc2fe 14407
ee455968
JE
14408Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
14409
14410 * MAINTAINERS: Add self as bb-reorder maintainer.
14411
73b97e5c
BK
144122000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
14413
14414 * config.if: Tweak.
14415
d207ebef
JM
144162000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
14417
14418 * djunpack.bat: New file.
14419
14420Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
14421
14422 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
14423 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14424 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14425 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 14426
954869eb
DP
144272000-04-16 Dave Pitts <dpitts@cozx.com>
14428
e490616e
ZW
14429 * config.sub (case $basic_machine): Change default for "ibm-*"
14430 to "openedition".
954869eb 14431
eaabe541
AJ
144322000-04-13 Andreas Jaeger <aj@suse.de>
14433
14434 * MAINTAINERS: Added myself.
14435
d207ebef
JM
14436Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
14437
14438 * Makefile.in (gdb-taz): New target. GDB specific archive.
14439 (do-md5sum): New target.
14440 (MD5PROG): Define.
14441 (PACKAGE): Default to TOOL.
14442 (VER): Default to a shell script.
14443 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 14444 md5 checksum generation.
d207ebef
JM
14445 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14446 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14447 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 14448 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
14449
14450Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14451
14452 * configure (warn_cflags): Delete.
14453
0ea6d60c
PDM
14454Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14455
14456 * MAINTAINERS: Added myself.
14457
17090313 144582000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 14459 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 14460
e490616e
ZW
14461 * configure.in (enable_libstdcxx_v3): Add.
14462 (target_libs): Add bits here to switch between libstdc++-v2 and
14463 libstdc++-v3.
14464 * config.if: And this file too.
14465 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 14466
76b78517
MM
144672000-04-05 Michael Meissner <meissner@redhat.com>
14468
14469 * config.sub (d30v): Add d30v as a basic machine type.
14470
ad242caf
JM
144712000-03-29 Jason Merrill <jason@casey.cygnus.com>
14472
14473 * configure.in: -linux-gnu*, not -linux-gnu.
14474
d4537148
TM
14475Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14476
14477 * MAINTAINERS: Add self in write-after-approval section.
14478
f152e9d4
JW
14479Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14480
14481 * MAINTAINERS: Add self as ia64 port maintainer.
14482
6a5fcef1
NB
144832000-03-08 Neil Booth <NeilB@earthling.net>
14484
14485 * MAINTAINERS: Add self in write-after-approval section.
14486
d207ebef 14487Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 14488
d207ebef
JM
14489 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14490 (do-tar-bz2): Replace TOOL with PACKAGE.
14491 (gdb.tar.bz2): Remove GDBTK from GDB package.
14492 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 14493 dejagnu.tar.bz2): New packages.
d207ebef
JM
14494
144952000-02-27 Andreas Jaeger <aj@suse.de>
14496
14497 * configure.in: Add entry for mips*-*-linux*, move catch all
14498 *-*-*linux* entry below this one.
14499
145002000-02-27 Ian Lance Taylor <ian@zembu.com>
14501
14502 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 14503
521fe9d0
NC
145042000-02-24 Nick Clifton <nickc@cygnus.com>
14505
14506 * config.sub: Support an OS of "wince".
14507
d207ebef
JM
14508Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14509
14510 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 14511 version.
d207ebef 14512
dce2d8b2 145132000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
14514
14515 * config.sub: Add support for Linux/IBM 370.
14516 * configure.in: Likewise.
14517
3a685f6f
NC
145182000-02-22 Nick Clifton <nickc@cygnus.com>
14519
14520 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14521
dce2d8b2 145222000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 14523
d207ebef 14524 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 14525
4746ee26
KG
145262000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14527
14528 * configure (gcc_version): When setting, narrow search to
14529 lines containing `version_string'.
14530
ba96c72d
DC
145312000-02-15 Denis Chertykov <denisc@overta.ru>
14532
14533 * config.sub: Add support for avr target.
14534
77f16a66
NC
145352000-02-14 Nick Clifton <nickc@cygnus.com>
14536
14537 * MAINTAINERS: Add maintainers for MCore port.
14538
784a3a80
HPN
14539Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14540
14541 * config.sub: Add mmix-knuth-mmixware.
14542
719dd4fa
KG
145432000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14544
14545 * MAINTAINERS: Pair cccp with cpplib maintainership.
14546
dce2d8b2 145472000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
14548
14549 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14550 structure stuff to -L library search.
14551 (CXX_FOR_TARGET): Ditto.
14552 (CROSS_CHECK_MODULES): Fix spelling mistake.
14553
7a53e94b
MM
145542000-01-24 Mark Mitchell <mark@codesourcery.com>
14555
14556 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14557 the C++ compiler.
14558
0da3b5a7
RH
145592000-01-12 Richard Henderson <rth@cygnus.com>
14560
14561 * configure.in: Don't build some bits for beos.
14562
02368d6d
JS
145632000-01-12 Joel Sherrill (joel@OARcorp.com)
14564
14565 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14566 as include files.
14567
2e76d35c
ZW
145682000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14569
14570 * Add self as cpplib maintainer, as requested by Jason
14571 Merrill. Correct my e-mail address.
14572
4c25fdcf
GK
145732000-01-06 Geoff Keating <geoffk@cygnus.com>
14574
14575 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14576 not mh-aix43.
14577
188e3966
HPN
14578Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14579
14580 * MAINTAINERS: Add myself to "write after approval" list.
14581
c2f5d030
RH
145821999-12-14 Richard Henderson <rth@cygnus.com>
14583
14584 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14585 * config.sub: Accept alphaev[78], alphaev8.
14586
eeda916a
AO
145871999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14588
14589 * config.guess, config.sub: Update from autoconf.
14590
b3bd7820
BK
145911999-11-29 Bruce Korb <autogen@linuxbox.com>
14592
2c290989 14593 * MAINTAINERS: update my playtime e-address.
b3bd7820 14594
1882b2b1
RO
14595Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14596
14597 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14598 necessary libraries are missing.
14599
dce2d8b2 14600Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
14601
14602 * MAINTAINERS: Add new 'write after approval' maintainer.
14603
1e25de97
APB
14604Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14605
14606 * MAINTAINERS: Add new Java maintainer.
14607
1722c704
AS
146081999-10-25 Andreas Schwab <schwab@suse.de>
14609
14610 * configure: Fix quoting inside arguments of eval.
14611
8141abe8
NC
146121999-10-21 Nick Clifton <nickc@cygnus.com>
14613
14614 * config-ml.in: Allow suppression of some ARM multilibs.
14615
0b77644a
LV
14616Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14617
14618 * config.guess: Add OS/390 match pattern.
14619 * config.sub: Add mvs, openedition targets.
14620 * configure.in (i370-ibm-opened*): New.
14621
d207ebef
JM
146221999-09-04 Steve Chamberlain <sac@pobox.com>
14623
14624 * config.sub: Add support for configuring for pj.
14625
146261999-08-31 Nick Clifton <nickc@cygnus.com>
14627
14628 * config.sub (maybe_os): Add support for configuring for fr30.
14629
af13ebe9
NC
146301999-08-25 Nick Clifton <nickc@cygnus.com>
14631
14632 * configure.in: Do not configure or build ld for AIX
14633 platforms. ld is known to be broken on these platforms.
14634
1250c760
RO
14635Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14636
14637 * config-ml.in: Pass compiler flag corresponding to multidirs to
14638 subdir configures.
14639
d207ebef
JM
146401999-08-09 Ian Lance Taylor <ian@zembu.com>
14641
14642 * Makefile.in (LDFLAGS): Define.
14643
146441999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14645
14646 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14647 noconfigdirs.
14648 (*-*-cygwin*): Likewise.
14649
146501999-08-08 Ian Lance Taylor <ian@zembu.com>
14651
14652 * mkdep: New file.
14653 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14654 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14655
14656 From Eli Zaretskii <eliz@is.elta.co.il>:
14657 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14658 long file name when using DJGPP on MS-DOS.
14659
dbd83e11
JL
14660Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14661
14662 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14663
d207ebef
JM
146641999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14665
14666 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14667 dependency as this causes "make check" to globally "make all"
14668
cd1f4c2c
TT
14669Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14670
14671 * configure.in (target_libs): Added target-zlib.
14672 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14673 (CONFIGURE_TARGET_MODULES): Likewise.
14674 (CHECK_TARGET_MODULES): Likewise.
14675 (INSTALL_TARGET_MODULES): Likewise.
14676 (CLEAN_TARGET_MODULES): Likewise.
14677 (configure-target-zlib): New target.
14678 (all-target-zlib): Likewise.
14679 (all-target-libjava): Depend on all-target-zlib.
14680 (configure-target-libjava): Depend on configure-target-zlib.
14681
14682 * Makefile.in (configure-target-libjava): Depend on
14683 configure-target-newlib.
14684 (configure-target-boehm-gc): New target.
14685 (configure-target-qthreads): New target.
14686
e490616e
ZW
14687 * configure.in (target_libs): Added target-qthreads.
14688 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14689 (CONFIGURE_TARGET_MODULES): Likewise.
14690 (CHECK_TARGET_MODULES): Likewise.
14691 (INSTALL_TARGET_MODULES): Likewise.
14692 (CLEAN_TARGET_MODULES): Likewise.
14693 (all-target-qthreads): New target.
14694 (configure-target-libjava): Depend on configure-target-qthreads.
14695 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
14696
14697 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14698 (CONFIGURE_TARGET_MODULES): Likewise.
14699 (CHECK_TARGET_MODULES): Likewise.
14700 (INSTALL_TARGET_MODULES): Likewise.
14701 (CLEAN_TARGET_MODULES): Likewise.
14702 (all-target-libjava): New target.
14703 (all-target-boehm-gc): Likewise.
14704 * configure.in (target_libs): Added libjava, boehm-gc.
14705
d207ebef
JM
147061999-07-22 Ian Lance Taylor <ian@zembu.com>
14707
14708 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14709 configure.bat in SUPPORT_FILES.
14710 (gas+binutils.tar.bz2): Likewise.
14711
14712 * makeall.bat: Remove; obsolete.
14713
147141999-07-21 Ian Lance Taylor <ian@zembu.com>
14715
14716 From Mark Elbrecht:
14717 * configure.bat: Remove; obsolete.
14718
147191999-07-11 Ian Lance Taylor <ian@zembu.com>
14720
14721 * configure: Add -W -Wall to the default CFLAGS when compiling with
14722 gcc.
14723
14724Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14725
14726 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14727
147281999-06-30 Mark Mitchell <mark@codesourcery.com>
14729
14730 * configure.in: Build ld on IRIX6.
14731
147321999-06-12 Ian Lance Taylor <ian@zembu.com>
14733
14734 * Makefile.in: Change distribution targets to use bzip2 instead of
14735 gzip.
14736 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14737 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14738
147391999-06-04 Nick Clifton <nickc@cygnus.com>
14740
14741 * config.sub: Add mcore target.
14742
26d088fa
CD
14743Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14744
14745 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14746
c2c08b29
L
14747Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14748
14749 * config.guess (dummy): Changed to $dummy.
14750
671d0648
NC
147511999-05-24 Nick Clifton <nickc@cygnus.com>
14752
14753 * config.sub: Tidied up case statements.
14754
b1345c72
BE
147551999-05-22 Ben Elliston <bje@cygnus.com>
14756
51ccbd8d
BE
14757 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14758 <jiro@din.or.jp>.
14759
b1345c72
BE
14760 * config.guess: Merge with FSF version. Future changes will be
14761 more accurately recorded in this ChangeLog.
14762 * config.sub: Likewise.
14763
2caf864f
SM
14764Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14765
14766 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14767
d207ebef
JM
147681999-04-30 Tom Tromey <tromey@cygnus.com>
14769
14770 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14771
90fb0c24
TT
147721999-04-23 Tom Tromey <tromey@cygnus.com>
14773
14774 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14775
d207ebef
JM
147761999-04-20 Drew Moseley <dmoseley@cygnus.com>
14777
14778 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14779 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14780 Bad merge removed these two changes.
14781
3516940d 14782Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 14783 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
14784
14785 * config.guess (interix Alpha): Add.
14786
d207ebef
JM
147871999-04-11 Richard Henderson <rth@cygnus.com>
14788
14789 * configure.in (i?86-*-beos*): Do config gperf; don't config
14790 gdb, newlib, or libgloss.
14791
e891fbfe 14792Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 14793
e891fbfe
AO
14794 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14795 link a trivial program with -mabi=64. If it fails, remove mabi=64
14796 from multidirs.
14797
f9ae47d6
PT
14798Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14799
14800 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14801
d207ebef
JM
148021999-04-08 Nick Clifton <nickc@cygnus.com>
14803
14804 * config.sub: Add support for mcore targets.
14805
148061999-04-07 Michael Meissner <meissner@cygnus.com>
14807
14808 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14809 not mt-ospace, in order to shut up assembler warning about using
14810 symbols that are named the same as registers.
14811
148121999-04-07 Drew Moseley <dmoseley@cygnus.com>
14813
14814 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14815 dependency list for all-target-cygmon.
14816
148171999-04-05 Doug Evans <devans@casey.cygnus.com>
14818
14819 * config-ml.in: Check $host, not $target, for selective multilibs.
14820 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14821 thumb interworking, and underscore prefix multilibs.
14822
148231999-04-04 Ian Lance Taylor <ian@zembu.com>
14824
14825 * missing: Update to version from current automake.
14826
88101ab9
L
14827Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14828
14829 * configure (gxx_include_dir): Removed.
14830
14831 * configure.in (gxx_include_dir): Handle it.
14832 * Makefile.in: Likewise.
14833
d207ebef
JM
148341999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14835
14836 * config.sub (mips64vr4111,mips64vr4111el) Add.
14837
148381999-03-21 Ben Elliston <bje@cygnus.com>
14839
e490616e 14840 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 14841
8dc91cbe
ME
14842Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14843
8dc91cbe
ME
14844 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14845 config/mh-djgpp.
14846
d207ebef
JM
14847Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14848
14849 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14850 all-target-newlib to dependency list for all-target-bsp.
14851
926bb5ed
MK
14852Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14853
14854 * config.sub: Add i386-uwin support.
14855 * config.guess: Likewise.
14856
4a6e3000
FS
14857Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14858
14859 * configure.in: cleanup, add mh-*pic handling for arm, special
14860 case powerpc*-*-aix*
14861
d207ebef
JM
14862Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14863
14864 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14865 can be built.
14866
14867Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14868
14869 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 14870 targets.
d207ebef 14871
71c91078
NC
148721999-03-02 Nick Clifton <nickc@cygnus.com>
14873
14874 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14875
282e5df8
GN
14876Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14877
14878 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14879
1de558ee
NC
148801999-02-24 Nick Clifton <nickc@cygnus.com>
14881
14882 * config.sub: Fix typo in arm recognition.
14883
d207ebef
JM
14884Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
14885
14886 * configure.in (noconfigdirs): Changed target_configdirs to
14887 include target-bsp only for m68k-*-elf* and m68k-*-coff*
14888 rather than m68k-*-* since it is not known to work on
14889 m68k-aout. Ditto for arm-*-*oabi.
14890
14891Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
14892
14893 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
14894
148951999-02-19 Ben Elliston <bje@cygnus.com>
14896
14897 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14898 Smart and improved by Andrew Cagney.
14899
fab7445a
ME
14900Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
14901
14902 * config.guess: Recognize openbsd-*-hppa.
14903
8ccdc228
L
14904Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
14905
14906 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14907 only if it is not empty.
14908
3b7265ff
NC
149091999-02-17 Nick Clifton <nickc@cygnus.com>
14910
14911 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 14912
d207ebef 14913 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
14914
14915 * config.sub: Modified to recognize uname's armv* syntax.
14916
d207ebef
JM
149171999-02-17 Mark Salter <msalter@cygnus.com>
14918
14919 * configure.in: Added target-bsp for sparclite.
14920
14921Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
14922
14923 * config.sub: Recognize alphapca5[67] and up to alphaev8.
14924
149251999-02-08 Nick Clifton <nickc@cygnus.com>
14926
14927 * configure.in: Add support for strongarm port.
14928 * config.sub: Add support for strongarm target.
14929
c48dd3f5 14930Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 14931
c48dd3f5
MK
14932 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14933 the old name config/mh-cygwin32.
14934 Enable texinfo.
14935
d207ebef
JM
14936Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
14937
14938 * configure.in: Do build ld for ix86 Solaris.
14939
ecd62820
JW
14940Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
14941
14942 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
14943 $AR_FOR_TARGET. Likewise for RANLIB.
14944
bbd8fa7f 14945Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 14946
e490616e
ZW
14947 * config.sub (oabi): Recognize.
14948 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 14949
0397442c
RL
14950Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
14951
14952 * config.guess: Improve detection of i686 on UnixWare 7.
14953
c9ffaa63
MK
14954Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
14955
14956 * config.guess: Add support for i386-pc-interix.
14957 * config.sub: Likewise.
14958 * configure.in: Likewise.
c9ffaa63 14959
d207ebef
JM
14960Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
14961
14962 * Makefile.in: Remove unneeded all-target-libio from
14963 from all-target-winsup target since it is now unneeded.
14964 Add all-target-libtermcap in its place since it is now
14965 needed.
14966
14967Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
14968
14969 * configure.in: makefile stub for cygwin target is probably
14970 unnecessary. Remove it for now.
d207ebef
JM
14971
14972Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
14973
14974 * configure.in: libtermcap.a should be built when cygwin is the
14975 target as well as the host.
14976 * config.guess: Allow mixed case in cygwin uname output.
14977 * Makefile.in: Add libtermcap target.
d207ebef 14978
ebe12325
JL
14979Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
14980
14981 * config.sub: Clean up handling of hppa2.0.
14982
57057b67
RB
14983Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
14984
14985 * config.guess: Use C code to identify more HP machines.
14986
f8670be1
JL
14987Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
14988
14989 * config.sub: Handle hppa2.0.
14990
d207ebef
JM
14991Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
14992
14993 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 14994 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
14995
149961998-12-15 Mark Salter <msalter@cygnus.com>
14997
14998 * configure.in: Added target-bsp for several target architectures.
14999
15000 * Makefile.in: Added rules for bsp.
15001
d1a09590
JL
15002Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15003
15004 * config.guess: Improve detection of hppa2.0 processors.
15005
15006Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15007
15008 * config.guess: Recognize FreeBSD using ELF automatically.
15009
71205e0b
MH
150101998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15011
15012 * configure (skip-this-dir): Add handling for new shell script, which
15013 might be created by a sub-directory's configure to indicate, this particular
15014 directory is "unwanted".
15015 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15016
d207ebef
JM
15017Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15018
15019 * ltconfig: import from libtool, after changing libtool to
15020 account for the cygwin name change.
15021
15022Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15023
15024 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15025 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15026
15027Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15028
15029 * configure.in: Add libtermcap to list of cygwin dependencies.
15030
15031Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15032
e490616e
ZW
15033 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15034 they include winsup/include when it's a cygwin target.
d207ebef
JM
15035
150361998-11-12 Tom Tromey <tromey@cygnus.com>
15037
15038 * configure.in (host_tools): Added zip.
15039 * Makefile.in (all-target-libjava): Depend on all-zip.
15040 (all-zip): New target.
15041 (ALL_MODULES): Added all-zip.
15042 (NATIVE_CHECK_MODULES): Added check-zip.
15043 (INSTALL_MODULES): Added install-zip.
15044 (CLEAN_MODULES): Added clean-zip.
15045
15046Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15047
15048 * Makefile.in: lose "32" from comment about cygwin.
15049
15050Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15051
15052 * configure.in: Use -Os to build target libraries for the fr30.
15053
15054Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15055
15056 * config.sub: Add fr30.
15057
15058Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15059
e490616e 15060 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15061 cygwin* instead of cygwin32*.
15062 * config.sub: Check cygwin* instead of cygwin32*.
15063
d2ec8b39
RL
15064Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15065
15066 * config.guess: Match any version of Unixware7.
15067
d207ebef
JM
150681998-10-20 Syd Polk <spolk@cygnus.com>
15069
15070 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15071 if desired.
15072
35cd2565
JL
15073Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15074
15075 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15076 these if the appropriate directories and files to not exist.
15077
52d4e5b7
JL
15078Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15079
15080 * Makefile.in (DEVO_SUPPORT): Add config.if.
15081
38ada91e
MH
15082Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15083
15084 * configure: Add pattern to replace "build_tooldir"'s
15085 definition in the generated Makefile with "tooldir"'s
15086 actual value.
15087
e44e84da
JL
15088Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15089
56a8387f
JL
15090 * config.sub: Bring back lost sparcv9.
15091
e44e84da
JL
15092 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15093
5cb95c7a
JL
15094Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15095
15096 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15097 CC_FOR_TARGET and friends.
15098
15099Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15100
ceff9b14
AO
15101 * Makefile.in (build_tooldir): New variable, same as tooldir.
15102 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15103 -B$(build_tooldir)/bin/.
15104 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15105
f2d11dcd
GP
15106Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15107
15108 * README: Remove installation instructions and refer to the
15109 INSTALL directory instead.
15110
73a6d2e7 15111Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15112
73a6d2e7
RL
15113 * config.sub: Add support for i[34567]86-pc-udk.
15114 * configure.in: Likewise.
15115
5d4a5ee6
JL
15116Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15117
15118 * Makefile.in: add bzip2 package building bits for user
15119 tools module
15120 * configure.in: ditto
15121
6fc19d6d
JL
15122Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15123
15124 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15125 (ALL_TARGET_MODULES): Add all-target-libobjc.
15126 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15127 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15128 (all-target-libchill): Add dependencies.
15129 * configure.in (target_libs): Add libchill.
4e81ae98 15130
f653f0ab
MH
151311998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15132
15133 * configure.in (target_subdir): Remove duplicate line.
15134
5d4a5ee6
JL
15135Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15136
15137 * Makefile.in (all-automake): fix dependencies.
15138
494933e4
JL
15139Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15140
15141 * configure.in: Minor cleanups for building in the $(target_alias)
15142 subdir.
15143
f6b58262
JW
151441998-09-22 Jim Wilson <wilson@cygnus.com>
15145
15146 * Makefile.in (bootstrap): Set r and s before make all. Use
15147 BASE_FLAGS_TO_PASS in make all.
15148 (cross): Likewise.
15149
27c7a08d
MM
151501998-09-20 Mark Mitchell <mark@markmitchell.com>
15151
15152 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15153
e67afd1e
RH
15154Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15155
15156 * config.sub: Fix typo in last change.
15157
8e44ac71
MH
151581998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15159
15160 * config.sub: Add support for C4x target.
15161 * configure.in: Likewise.
15162
d7496fbb
DM
151631998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15164
15165 * config.sub: Recognize sparcv9 just like sparc64.
15166
22097bd1
RL
15167Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15168
15169 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15170
4b877abd
JL
15171Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15172
2c8ec9a2
JL
15173 * config.guess: Correctly identify Pentium II sco boxes.
15174
4b877abd
JL
15175 * config.guess: Fix "tr" code. From Weiwen Liu.
15176
ab03db52
JH
15177Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15178
15179 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15180 stabs.
15181
b54db294
JL
15182Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15183
15184 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15185 (ALL_TARGET_MODULES): Add all-target-libchill.
15186 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15187 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15188 (all-target-libchill): Add dependencies.
15189 * configure.in (target_libs): Add libchill.
15190
bf48dd73
LW
15191Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15192
15193 * config.guess: Avoid assumptions about "tr" behaves when
15194 LANG is set to something other than English.
15195
a3cbd105
L
15196Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15197
15198 * configure (gxx_include_dir): Changed to
15199 '${prefix}/include/g++'-${libstdcxx_interface}.
15200
15201 * config.if: New to determine the interfaces.
15202
c4acd909
MK
15203Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15204
15205 * config.guess: Detect and handle MPE/IX.
15206 * config.sub: Deal with MPE/IX.
15207
9ea97665
DE
15208Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15209
15210 * configure.in: Use mh-aix43.
15211
0ce065bd
MH
152121998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15213
15214 * configure: Fix --without/--disable cases for gxx-include-dir.
15215
5d4a5ee6
JL
15216Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15217
15218 * mdata-sh: Imported. Needed for automake support.
15219
15220Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15221
15222 * Makefile.in (taz): Try "chmod -R og=u ." before
15223 "chmod og=u `find . -print`".
15224
15225Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15226
15227 * configure.in: Add arm-elf and thumb-elf support.
15228
15229Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15230
15231 * Makefile.in: Undo previous patch.
15232
15233Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15234
15235 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15236 to here ...
15237 (install-no-fixedincludes): and here
15238 (INSTALL_MODULES): ... from here.
15239
466456d9
ILT
15240Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15241
15242 * config.sub: Merge with FSF.
15243
1b409d25
ILT
15244 * config.guess: Merge with FSF.
15245
d207ebef
JM
15246Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15247
15248 * configure (extraconfigdirs): New variable.
15249 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15250 * Makefile.in (all): Move higher in file.
15251 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15252 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15253 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15254 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15255 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15256
152571998-07-23 Brendan Kehoe <brendan@cygnus.com>
15258
15259 * Makefile.in (all-target-libjava): Depend on all-gcc and
15260 all-target-newlib.
15261 (configure-target-libjava): Depend on $(ALL_GCC).
15262
7f1937c1
RL
15263Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15264
15265 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15266 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15267
2ada2bd6
ML
15268Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15269
15270 * INSTALL/README: Fix typo.
15271
1e025bde
ML
15272Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15273
5d4a5ee6
JL
15274 * ylwrap: Change absolute path checks to check for DOS style path
15275 names.
1e025bde 15276
5d4a5ee6
JL
15277 * ylwrap: Don't use a full path name if the source file is in the
15278 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 15279
6755ff73
ILT
15280 * config-ml.in: Default to being verbose, to match Feb 18 change to
15281 configure.
15282
5d4a5ee6
JL
15283Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15284
15285 Brought over from egcs:
15286
15287 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15288
15289 * configure.in (target_subdir): Set to ${target_alias} instead
15290 of "libraries".
15291
15292 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15293
15294 * configure.in (target_subdir): Set to libraries if enable_multilib.
15295
15296Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15297
15298 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15299 multilibs, force reconfiguration the first time we create
15300 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15301
15302Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15303
15304 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15305 avoid confusion with --no-recursion.
15306
15307Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15308
15309 * configure.in: Win32 hosts shouldn't use install -x
15310 * install-sh: remove -x option, and special .exe-handling
15311 hack.
15312
d207ebef
JM
15313Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15314
15315 * config.guess: Recognize i586-pc-beos.
15316 * configure.in: Don't build some bits for beos.
15317
fbd836fc
ILT
15318Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15319
5d4a5ee6
JL
15320 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15321 CFLAGS default to -O2.
15322
fbd836fc
ILT
15323 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15324 when using GNU ld.
15325
15326Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15327
15328 * ltmain.sh: Correct install when using a different shell.
15329
15330Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
15331
15332 * ltconfig, ltmain.sh: Update to libtool 1.2b.
15333
d207ebef
JM
15334Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
15335
15336 * makefile.vms: Update to build binutils/makefile.vms. Add install
15337 target.
fbd836fc
ILT
15338
15339Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
15340
15341 * ltconfig: Update to correct AIX handling.
15342
69b471bc
JL
15343Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15344
81241b5e
JL
15345 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15346
69b471bc
JL
15347 * configure.in (target_subdir): Set to ${target_alias} instead
15348 of "libraries".
15349
bedf82df
MH
153501998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
15351
15352 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15353 (Makefile): Depend on $(gcc_version_trigger).
15354
15355 * configure (gcc_version): Change default initializer to empty
15356 string.
15357 (gcc_version_trigger): New variable; pass this variable down
15358 to subdir configures to enable them checking gcc's version
15359 themselves. Emit make macros for both gcc_version vars.
15360 (topsrcdir): Initialize reliably.
15361 (recursion line): Remove --with-gcc-version=${gcc_version}.
15362
28e449d8
MH
153631998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15364
15365 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
15366 --enable-version-specific-runtime-libs which installs C++ runtime stuff
15367 in $(libsubdir); emit definition in each generated Makefile.
15368 (gxx_include_dir): Initialize depending on
15369 $enable_version_specific_runtime_libs.
28e449d8 15370
50c4c9f7
MH
153711998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15372
15373 * configure (gcc_version): Initialize properly depending on
15374 how and where configure is started.
15375 (recursion line): Pass a --with-gcc-version=${gcc_version}
15376 to configures in subdirs.
15377
d207ebef
JM
15378Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
15379
15380 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 15381 cygmon
d207ebef 15382
5d4a5ee6
JL
15383Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
15384
15385 * configure.in: Add cygmon and libstub support for mn10200.
15386
2f96399b
MH
153871998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
15388
15389 * configure (gcc_version): Add new variable describing the
15390 particular gcc version we're building.
15391 * Makefile.in (libsubdir): Add new macro for the directory
15392 in which the compiler finds executables, libraries, etc.
15393 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15394 and libsubdir.
15395
c4137c50
AO
15396Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15397
ceff9b14
AO
15398 * Makefile.in (local-clean): Remove *.log.
15399 (warning.log): Built with warn_summary from build.log.
15400 (mail-report.log): Run test_summary.
15401 (mail-report-with-warnings.log): Run test_summary including
15402 warning.log in the report.
c4137c50 15403
276d5ee0
RL
15404Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
15405
15406 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15407
5d4a5ee6
JL
15408Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
15409
15410 * Makefile.in (grep): Grep no longer depends on libiberty.
15411
15412Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
15413
15414 * Makefile.in: all-snavigator needs all-libgui.
15415
15416Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
15417
15418 * configure.in: Add cygmon and libstub support for mn10300.
15419
8af14275
ILT
15420Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
15421
15422 * missing: Update to version from automake 1.3.
15423
fbd836fc
ILT
15424 * ltmain.sh: On installation, don't get confused if the same name
15425 appears more than once in the list of library names.
15426
466456d9
ILT
15427Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
15428
15429 * config.sub: Accept m68060 and m5200 as CPU names.
15430
5d4a5ee6
JL
15431Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
15432
15433 * configure: Use && rather than using -a in test, because odd
15434 strings can confuse test.
15435 * configure.in: Likewise.
15436
fbd836fc
ILT
15437Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
15438
15439 * ltconfig, ltmain.sh: Bring in Visual C++ support.
15440
f0983958
AO
15441Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15442
15443 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 15444 bootstrap4-lean): New targets.
f0983958 15445
bfed1ea0
JL
15446Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
15447
15448 * mpw-* Delete. Not used.
15449
5d4a5ee6
JL
15450Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
15451
15452 * COPYING.LIB: Update FSF address.
15453
bfed1ea0
JL
15454Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15455
15456 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15457
5d4a5ee6
JL
15458 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15459 GAS_SUPPORT_DIRS.
15460
bfed1ea0
JL
15461Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15462
15463 * ltconfig, ltmain.sh: Avoid producing a version number if
15464 -version-info was not used.
15465
5d4a5ee6
JL
15466Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15467
15468 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15469 building with newlib.
15470
154711998-04-30 Paul Eggert <eggert@twinsun.com>
15472
d207ebef 15473 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 15474 Solaris `make' causes it to continue to next definition.
d207ebef
JM
15475
15476Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15477
15478 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15479 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
15480
15481Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15482
15483 * configure.in: Change alpha to alpha* in several places.
15484
d207ebef
JM
15485Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15486
15487 * config.sub: Recognize sparc86x.
15488
77be0cab
MM
15489Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15490
15491 * configure.in (--enable-target-optspace): Remove debug echo.
15492
62441128
JW
15493Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15494
15495 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15496
bfed1ea0
JL
15497Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15498
15499 * ltconfig: Update cygwin32 support.
15500
5d4a5ee6
JL
15501 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15502 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15503 (GDB_SUPPORT_DIRS): Likewise.
15504
3f4ea1de
MM
15505Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15506
15507 * configure.in (target_makefile_frag): If --enable-target-optspace,
15508 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
15509 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15510 not used.
15511 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 15512
5d4a5ee6
JL
15513Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15514
15515 * Makefile.in (all-bfd): Depend on all-intl.
15516 (all-binutils): Likewise.
15517 (all-gas): Likewise.
15518 (all-gprof): Likewise.
15519 (all-ld): Likewise.
15520
155211998-04-19 Brendan Kehoe <brendan@cygnus.com>
15522
15523 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15524
bfed1ea0
JL
15525Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15526
5d4a5ee6
JL
15527 * Makefile.in (all-bfd): Depend upon all-libiberty.
15528
bfed1ea0
JL
15529 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15530
5d4a5ee6
JL
15531Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15532
15533 * Makefile.in: Add libstub.
15534
15535 * configure.in: Ditto. Build libstub for targets that have cygmon
15536 support.
15537
15538Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15539
15540 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15541
15542Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15543
15544 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15545 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15546
ec8d6ddc
KW
15547Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15548
15549 * configure: Define DEFAULT_M4 by searching PATH.
15550 * Makfile.in: Use DEFAULT_M4.
15551
bfed1ea0
JL
15552Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15553
15554 * ltconfig: Add cygwin32 support.
15555
5d4a5ee6
JL
15556 * Makefile.in, configure.in: Add libtool as a native only directory
15557 to configure and build.
15558
547a6183
JL
15559Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15560
15561 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15562
5d4a5ee6 15563Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 15564
5d4a5ee6
JL
15565 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15566
15567Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15568
15569 * Makefile.in: add ash make rules
15570 * configure.in: add ash to native_only and host_tools lists
15571
15572Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15573
15574 * Makefile.in (all-gettext, all-intl): New targets.
15575 (ALL_MODULES): Added all-gettext, all-intl.
15576 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15577 (INSTALL_MODULES): Added install-gettext, install-intl.
15578 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15579
15580 * configure.in (host_tools): Added gettext.
15581 (native_only): Likewise.
15582 (noconfigdirs) [various cases]: Likewise.
15583 (host_libs): Added intl.
15584
d207ebef
JM
15585Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15586
15587 * configure: Do not disable building gdbtk for cygwin32 hosts.
15588
e98e406f
NC
15589Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15590
15591 * configure.in: Add thumb-coff target.
15592 * config.sub: Add thumb-coff target.
15593
5d4a5ee6
JL
15594Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15595
15596 * Makefile.in: Revert yesterday's change.
15597 (all-target-winsup): all-target-librx stays out of here.
15598
15599Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15600
15601 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15602 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15603 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15604 Remove references to librx and libg++.
15605
15606Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15607
15608 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15609 recursive makes
15610
bfed1ea0
JL
15611Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15612
15613 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 15614 for newlib directory.
bfed1ea0
JL
15615 (CXX_FOR_TARGET): Likewise.
15616
15617Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15618
15619 * ltconfig: Update after libtool/ltconfig.in change for
15620 hpux11.
15621
15622Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15623
15624 * ltconfig, ltmain.sh: Update to libtool 1.2.
15625
3cd730af
MH
15626Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15627
15628 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15629 (install-gcc-cross): Instead, override LANGUAGES here.
15630
80564603
DL
156311998-03-18 Dave Love <d.love@dl.ac.uk>
15632
15633 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15634 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15635
d207ebef
JM
15636Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15637
15638 * configure.in: Add Thumb-pe target.
15639
5d4a5ee6 15640Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 15641
5d4a5ee6
JL
15642 * Makefile.in - changed sn targets to snavigator
15643 * configure.in - changed sn targets to snavigator
15644
2d4a0558
MH
15645Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15646
15647 * config-ml.in: After building symlink tree call make distclean
15648 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15649 to be the case for libiberty.
15650
04b93567
L
15651Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15652
15653 * configure: When making link, also check the current
15654 directory. The configure scripts may create one.
15655
9a06b842
RH
15656Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15657
15658 * config.sub: Accept alphapca56 and alphaev6 properly.
15659
217fc4e6
FS
15660Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15661
15662 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15663
3e07bdbd 15664Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 15665
e490616e 15666 * config.sub (sco5): Fix typo.
3e07bdbd 15667
5d4a5ee6
JL
15668Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15669
15670 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15671 install-itcl.
15672 (install-itcl): Remove dependency on install-tcl.
15673
15674Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15675
15676 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15677
15678Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15679
15680 * configure.in: Don't build libgui for a cygwin32 target when not on
15681 a cygwin32 host.
15682
15683Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15684
15685 * configure (redirect): Set to null, so default behavior of
15686 configure is now --verbose.
15687
ce0d965c
DL
156881998-02-16 Dave Love <d.love@dl.ac.uk>
15689
15690 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15691 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15692
3acd1fd0
MH
15693Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15694
15695 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15696 this change to sync Makefile.in with its ChangeLog entries.
15697
5d4a5ee6
JL
15698Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15699
15700 * ltmain.sh (mkdir): Check that the directory doesn't exist
15701 before we exit with error, so that we don't get races during
15702 parallel builds.
15703
bfed1ea0
JL
15704Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15705
15706 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15707
4e77e8f1
MH
15708Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15709
15710 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15711 PICFLAG_FOR_TARGET.
15712 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15713
15714 * configure: Emit a definition for the new macro enable_shared
15715 into each Makefile.
15716
5d4a5ee6
JL
15717Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15718
15719 * configure.in (host_tools, native_only): Add libtool.
15720
15721Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15722
15723 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15724 Fix typo in ming config comment.
15725
bfed1ea0
JL
15726Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15727
15728 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15729
5d4a5ee6
JL
15730Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15731
15732 * config.sub: Add tic30 cases, and map c30 to tic30.
15733
8821a725
RH
15734Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15735
15736 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15737 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15738 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15739 (CLEAN_TARGET_MODULES): Similarly
15740 (all-target-libf2c): Add dependences.
4e81ae98 15741 * configure.in (target_libs): Add libf2c.
8821a725 15742
5d4a5ee6
JL
15743Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15744
15745 * configure.in: Remove expect from noconfigdirs when target
15746 is cygwin32. OK to build expect and dejagnu with Canadian
15747 Cross.
15748
0aadd657
ILT
15749Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15750
5d4a5ee6
JL
15751 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15752 host.
15753
0aadd657
ILT
15754 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15755 and mingw32.
15756
d0a8352c
MH
15757Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15758
15759 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15760 here as it is not defined in the toplevel Makefile.
15761
59739e3c
MH
15762Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15763
15764 * configure (package_makefile_rules_frag): New variable, which names
15765 a file with generic rules, ...
15766 Change comment to mention we now have FIVE parts.
15767 * configure: Undo last change.
15768
228197ee
LT
15769Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15770
15771 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 15772 * config.sub: More accurate determination of HP processor types.
228197ee 15773
efd4c0ba
MH
15774Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15775
15776 * configure (package_makefile_frag): Move inserting the
15777 ${package_makefile_frag} to where it should be according
15778 to the comment.
15779
6eef3189
PB
15780Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15781
15782 * config.guess: Add support for Linux/ARM.
15783
d207ebef
JM
15784Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15785
15786 * .cvsignore: Remove *-info and *-install since they match
15787 release-info and mpw-install, which we don't want to just ignore.
15788
48464ebf
RH
15789Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15790
15791 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15792
803462a7
PN
15793Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15794
15795 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15796 local_prefix to sub-make invocations.
15797
520ab477
L
15798Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15799
15800 * configure.in: Check makefile fragments in the source
15801 directory.
15802
4bcdb76d
AO
15803Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15804
ceff9b14
AO
15805 * configure.in: Check whether host and target makefile
15806 fragments exist before adding them to *_makefile_frag.
4bcdb76d 15807
5d4a5ee6
JL
15808Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15809
15810 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15811
15812Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15813
15814 * configure.in: Make sure we only replace RPATH_ENVVAR on
15815 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15816 regexp to sed.
15817
15818 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15819 to sub-makes.
15820
0d3e11a5
LI
158211998-01-13 Lee Iverson (leei@ai.sri.com)
15822
15823 * config-ml.in (multi-do): LDFLAGS must include multilib
15824 designator.
15825
d45b3d87 15826Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
15827
15828 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15829
d39cd7a1
MK
15830Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15831
15832 * config.sub: Add mingw32 support.
15833 * configure.in: Likewise.
d39cd7a1 15834
6decbc24
FS
15835Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15836
15837 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15838
5d4a5ee6
JL
15839Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15840
15841 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15842 * configure (gxx_include_dir): Provide a definition for subdirs
15843 which do not use autoconf.
15844
15845Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15846
15847 * config.guess: Sync with egcs. Picks up new alpha support,
15848 BeOS & some additional linux support.
15849
d3d1907a
JL
15850Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15851
15852 * config.guess: HP 9000/803 is a PA1.1 machine.
15853
b104e095
RH
15854Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15855
15856 * configure.in: It's alpha*-...
15857
aca823c1
L
15858Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15859
15860 * configure.in (host_makefile_frag, target_makefile_frag):
15861 Handle multiple config files.
15862 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15863 alpha-*-*.
15864
d207ebef
JM
15865Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15866
15867 * mkdep: New file.
15868
15869Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15870
15871 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15872
5d4a5ee6
JL
15873Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15874
15875 * Makefile.in: Add libgui directory.
15876 (GDB_TK): Add all-libgui.
15877 * configure.in: Add libgui directory.
15878 * configure: Add all-libgui to GDB_TK.
15879
15880Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15881
15882 * config-ml.in (multidirs): Add m32r to multilib list.
15883
15884Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
15885
15886 * Makefile.in (all-target-gperf): Change dependency to
15887 all-target-libstdc++.
15888
baf55877
FF
15889Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
15890
15891 * config.guess: Add BeOS support.
15892
5d4a5ee6
JL
15893Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
15894
15895 Source directory cvs renamed to cvssrc:
15896 * configure.in (host_tools): Change cvs to cvssrc.
15897 (native_only): Likewise.
15898 (noconfigdirs) [various cases]: Likewise.
15899 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15900 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15901 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15902 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15903 (all-cvssrc): Rename target from all-cvs.
15904
f2d76545
JL
15905Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
15906
15907 * configure (gxx_include_dir): Fix thinko.
15908
205cba53
JL
15909Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
15910
15911 * Makefile.in (INSTALL_TARGET_CROSS): Define.
15912 (install-cross, install-gcc-cross): New targets.
15913
5d4a5ee6
JL
15914Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
15915
15916 * configure.in (noconfigdirs): Add support for Thumb target.
15917
15918 * config.sub (maybe_os): Add support for Thumb target.
15919
15920Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
15921
15922 * Makefile.in: Add rules for cygmon.
15923
15924 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15925
96b0f1fc
JL
15926Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
15927
15928 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15929 * configure (gxx_include_dir): Provide a definition for subdirs
15930 which do not use autoconf.
d207ebef
JM
15931
15932Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
15933
15934 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 15935 11/18/97 build
d207ebef 15936
7dfef6ed
JL
15937Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
15938
15939 * From Franz Sirl.
15940 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15941 found on RedHat Linux systems.
96b0f1fc 15942
83cfe7c0
JL
15943Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
15944
15945 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15946 guesses.
15947
7dfef6ed
JL
15948Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
15949
15950 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15951
5d4a5ee6
JL
15952Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
15953
15954 * ltmain.sh: If mkdir fails, check whether the directory was created
15955 anyhow by some other process.
15956
d207ebef
JM
15957Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
15958
15959 * configure.in (d30v-*-*): Configure all directories.
15960
15961Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
15962
15963 * configure.in (d30v-*-*): Configure newlib, libiberty directories
15964 for the D30V.
15965
15966Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
15967
15968 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15969
5d4a5ee6
JL
15970Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
15971
e490616e
ZW
15972 * include/libiberty.h: Add extern "C" { so it can be used with C++
15973 progrms.
15974 * include/remote-sim.h: Add extern "C" { so it can be used with C++
15975 programs.
5d4a5ee6 15976
d207ebef
JM
15977Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
15978
15979 * configure.in (d30v-*-*): Configure GCC now.
15980
5d4a5ee6
JL
15981Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15982
15983 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15984 is no longer needed.
15985
c9670e62
JM
15986Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
15987
15988 * Makefile.in: check-target-libio depends on all-target-libstdc++.
15989
cc71c0ca
MH
15990Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
15991
15992 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15993 targets using "$@" to provide support for similar but not identical
15994 targets without having to duplicate code.
15995
d207ebef
JM
15996Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
15997
15998 * makefile.vms: Fix to work with DEC C.
15999
16000Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16001
16002 * config.sub: Add mips-tx39-elf to marketing names.
16003
16004Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16005
16006 * ltmain.sh: Handle symlinks in generated script.
16007
16008Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16009
16010 * configure: Handle autoconf style directory options: --bindir,
16011 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16012 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16013 --sysconfdir.
16014 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16015 (sharedstatedir, localstatedir, oldincludedir): New variables.
16016 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16017 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16018 sbindir, sharedstatedir, and sysconfdir.
16019
b1e3ddfd
AJ
16020Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16021
16022 * Makefile.in (bootstrap-lean): New target.
16023
d207ebef
JM
16024Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16025
16026 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16027 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16028
16029Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16030
16031 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16032
09f97c1e
JL
16033Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16034
16035 * Makefile.in (cross): New target.
16036
335d0ab2
AO
16037Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16038 Jeff Law <law@cygnus.com>
16039
16040 * Makefile.in (bootstrap2, bootstrap3): New targets.
16041 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16042 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16043
d207ebef
JM
16044Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16045
16046 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16047 windows. Consistent with gdb/configure.
d207ebef 16048
e693cc28
UD
160491997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16050
e693cc28
UD
16051 * configure.in: Name Linux target fragment.
16052
16053 * configure: Rewrite so that project Makefile fragment is inserted
16054 first and appears last in the resulting Makefile.
16055
d207ebef
JM
16056Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16057
16058 * Makefile.in (install-itcl): Install tcl first.
16059
5d4a5ee6
JL
16060Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16061
16062 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16063
f401679e
JW
16064Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16065
16066 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16067
16068 * configure.in (skipdirs): Add target-librx for Linux.
16069 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16070
ec20b1b9
JL
16071Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16072
16073 * Makefile.in (bootstrap): New target.
16074
becdcf6d
JL
16075Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16076
63f6bcd7 16077 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16078
d207ebef
JM
16079Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16080
16081 * config.guess: Merge with FSF.
16082
0c82f6bf
FF
16083Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16084
16085 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16086
d207ebef
JM
16087Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16088
16089 * config.sub: Add "marketing-names" patch.
16090
3fbc0b70
JS
16091Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16092
e490616e 16093 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16094
e20d4801
JL
16095Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16096
16097 * config.sub: Handle v850-elf.
16098
fe181f78 16099Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16100
16101 * .cvsignore (*-install): Remove.
16102
bfed1ea0
JL
16103Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16104
16105 * ltconfig: Set CONFIG_SHELL in libtool.
16106 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16107
558a1e7c
JW
16108Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16109
16110 * configure.in (target_subdir): Set to libraries if enable_multilib.
16111
7818d6fc
JW
16112Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16113
16114 * config.guess: Update from gcc directory.
16115
d207ebef
JM
16116Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16117
16118 * Makefile.in (all-sim): Depends on all-readline.
16119
6599da04
JM
16120Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16121
16122 * Makefile.in (BISON, YACC): Use $$s.
16123 (all-bison): Depend on all-texinfo.
16124
16125Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16126
16127 * Makefile.in (BISON): Add -L flag.
16128 (YACC): Likewise.
16129
d207ebef
JM
16130Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16131
4e81ae98
EC
16132 * configure.in (noconfigdirs): Add support for v850e target.
16133
d207ebef
JM
16134 * config.sub (maybe_os): Add support for v850e target.
16135
16136Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16137
4e81ae98
EC
16138 * configure.in (noconfigdirs): Add support for v850ea target.
16139
d207ebef
JM
16140 * config.sub (maybe_os): Add support for v850ea target.
16141
6599da04
JM
16142Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16143
16144 * config.sub: Add mipstx39. Delete r3900.
16145
16146Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16147
16148 * Makefile.in (all-autoconf): Depends on all-texinfo.
16149
16150Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16151
16152 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16153 eabi targets.
16154
16155Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16156
16157 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16158
16159 * configure: When handling a Canadian Cross, handle YACC as well as
16160 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16161 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16162
16163Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16164
16165 * Makefile.in (BISON): bison, not byacc or bison -y.
16166 (YACC): bison -y or byacc or yacc.
16167 (various): Add *-bison as appropriate.
16168 (taz): No need to mess with BISON anymore.
16169
16170Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16171
16172 * configure: If OSTYPE matches *win32*, try to find a good value for
16173 CONFIG_SHELL.
16174
16175Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16176
16177 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16178 configure.in if it is present.
16179
16180Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16181
16182 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16183
16184Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16185
16186 * config.sub: Recognize `arc' cpu.
16187 * configure.in: Likewise.
16188 * config-ml.in: Likewise.
16189
16190Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16191
16192 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16193
16194Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16195
16196 * configure: Changed sed delimiter from ':' to '|' when
16197 attempting to substitute ${config_shell} for SHELL. On
16198 NT ${config_shell} may contain a ':' in it.
16199
16200Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16201
16202 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16203
16204Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16205
16206 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16207
16208Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16209
16210 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16211
16212 * ylwrap: If the program is a relative path, force it to be
16213 absolute.
16214
16215Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16216
16217 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16218
16219Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16220
16221 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
16222 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16223 for libraries.
6599da04
JM
16224
16225Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16226
16227 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 16228 separated by spaces.
6599da04
JM
16229
16230Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16231
16232 * ylwrap: New file.
16233 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16234
16235 * ltmain.sh: Handle /bin/sh at start of install program.
16236
16237 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16238
16239 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16240 * missing: New file, from automake 1.2.
16241
16242Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16243
16244 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16245 check-tk to CHECK_X11_MODULES.
16246
16247Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16248
16249 * config.sub: Merge with FSF.
16250
16251Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16252
16253 * config.guess: Merge with FSF.
16254
16255Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16256
16257 * configure: Treat msdosdjgpp like go32.
16258 * configure.in: Likewise. Don't remove gprof for go32.
16259
16260 * configure: Change Makefile.tem2 to Makefile.tm2.
16261
16262Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16263
16264 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16265
16266Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16267
16268 * install-sh (chmodcmd): Set to null if the DST directory already
16269 exists. Same as Nov 11th change.
16270
16271Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16272
4e81ae98 16273 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
16274
16275Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16276
16277 * config.guess: Update from FSF.
16278
16279Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16280
16281 * Makefile.in (GDB_TK): Depend on itcl and tix.
16282
16283Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16284
16285 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16286 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16287 (INSTALL_SCRIPT): New variable.
16288 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16289 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16290 to -x.
16291 * install-sh: Add support for -x option.
16292
16293Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16294
16295 * configure.in, Makefile.in: Treat tix like itcl.
16296
16297Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16298
16299 * Makefile.in (WINDRES): New variable.
16300 (WINDRES_FOR_TARGET): New variable.
16301 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16302 (EXTRA_HOST_FLAGS): Add WINDRES.
16303 (EXTRA_TARGET_FLAGS): Add WINDRES.
16304 (EXTRA_GCC_FLAGS): Add WINDRES.
16305 ($(DO_X)): Pass down WINDRES.
16306 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16307 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16308 DLLTOOL_FOR_TARGET.
16309
16310Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16311
16312 * configure.in: configure sim before gdb for win32-x-ppc
16313
16314Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16315
16316 Move gperf into the toplevel, from libg++.
16317 * configure.in (target_tools): Add target-gperf.
16318 (native_only): Add target-gperf.
16319 * Makefile.in (all-target-gperf): New target, depend on
16320 all-target-libg++.
16321 (configure-target-gperf): Empty rule.
16322 (ALL_TARGET_MODULES): Add all-target-gperf.
16323 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16324 (CHECK_TARGET_MODULES): Add check-target-gperf.
16325 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16326 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16327
16328Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 16329
6599da04
JM
16330 * config.sub (mn10200): Recognize new basic machine.
16331
16332Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16333
16334 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16335 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16336
16337Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16338
16339 * configure.in: If we're building mips-sgi-irix6* native, turn on
16340 ENABLE_MULTILIB and set TARGET_SUBDIR.
16341
16342Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
16343
16344 * Makefile.in (all-sn): Depend on all-grep.
16345
16346Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
16347
16348 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16349
16350 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16351 Makefile. From Jeff Makey <jeff@cts.com>.
16352 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16353
16354 * Makefile.in (DISTBISONFILES): Remove.
16355 (taz): Don't futz with DISTBISONFILES. Change BISON to use
16356 $(DEFAULT_YACC).
16357
16358 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 16359 cygwin32.
6599da04
JM
16360
16361 * Makefile.in (LD): New variable.
16362 (EXTRA_HOST_FLAGS): Pass down LD.
16363 ($(DO_X)): Likewise.
16364
16365Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
16366
16367 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16368
16369Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
16370
16371 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 16372 before adding our own. Always add --build.
6599da04
JM
16373
16374Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
16375
16376 * configure.in (targargs): Pass --build if we're doing
16377 a cross-compile.
16378
16379Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
16380
ca236658 16381 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
16382 sed. Otherwise sed chokes on NT path names with drive
16383 designators. Also look for "?:*" as the leading characters in an
16384 absolute pathname.
16385
16386Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
16387
16388 * config.sub: Support for r3900.
16389
16390Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
16391
16392 * configure.in: Use install-sh, not install.sh.
16393
16394Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
16395
16396 * Makefile.in (taz): Improve check for BISON so it doesn't try to
16397 apply it twice.
16398
16399Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
16400
16401 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16402 install-binutils.
16403
16404Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
16405
16406 * Makefile.in: Add automake targets.
16407 * configure.in (host_tools): Add automake.
16408
16409Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
16410
16411 * configure: Default CXX to c++, not gcc.
16412 * Makefile.in (CXX): Set to c++, not gcc.
16413 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16414
16415Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
16416
16417 * install-sh: try appending a .exe if source file doesn't
16418 exist
16419
16420Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
16421
16422 * configure.in: Turn on multilib by default.
16423 (cross_only): Remove target-libiberty.
16424
16425 * Makefile.in (all-gcc): Don't depend on libiberty.
16426
16427Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
16428
16429 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16430
16431Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
16432
16433 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16434 (DISTBISONFILES): Add ld/Makefile.in
16435
16436Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
16437
16438 * configure.in: if target is cygwin32 but host isn't cygwin32,
16439 don't configure gdb tcl tk expect, not just gdb.
16440
16441Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
16442
16443 * configure.in: Added gnuserv everywhere sn appears.
16444
16445 * Makefile.in (ALL_MODULES): Added all-gnuserv.
16446 (CROSS_CHECK_MODULES): Added check-gnuserv.
16447 (INSTALL_MODULES): Added install-gnuserv.
16448 (CLEAN_MODULES): Added clean-gnuserv.
16449 (all-gnuserv): New target.
16450
16451Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
16452
16453 * config.guess: Fixes for MIPS OpenBSD systems.
16454
16455Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16456
16457 * Makefile.in (INSTALL_XFORM): Remove.
16458 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16459
16460 * mkinstalldirs: New file, copied from automake.
16461 * Makefile.in (installdirs): Rename from install-dirs. Use
16462 mkinstalldirs. Change all users.
16463 (DEVO_SUPPORT): Add mkinstalldirs.
16464
16465Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16466
16467 * install-sh: Rename from install.sh.
16468 * Makefile.in (INSTALL): Change install.sh to install-sh.
16469 (DEVO_SUPPORT): Likewise.
16470
16471 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16472 Graichen <graichen@rzpd.de>.
16473
16474Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16475
16476 * config.guess: Recognize OpenBSD systems correctly.
16477
16478Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16479
16480 * README, Makefile.in (ETC_SUPPORT): Remove references to
16481 cfg-paper*, configure.{texi,man,info*}._
16482
16483Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16484
16485 * Makefile.in (all.normal): Ensure that gcc is built after all
16486 the x11 - ie gdb - targets.
16487
16488Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16489
16490 * makefile.vms: Don't run conf-a-gas.
16491
16492Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16493
e490616e 16494 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 16495
d207ebef
JM
16496Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16497
16498 * configure.in: Remove noconfigdirs case since gdb also
16499 configures and builds for tic80-coff.
16500
6599da04
JM
16501Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16502
16503 * configure: Set cache_file to config.cache.
16504 * Makefile.in (local-distclean): Remove config.cache.
16505
16506Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16507
16508 * COPYING: Update FSF address.
16509
d207ebef
JM
16510Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16511
16512 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16513 noconfigdirs.
16514
6599da04
JM
16515Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16516
16517 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16518 MAKEDIRS, is empty.
16519
16520Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16521
16522 * config.sub: Tweak mn10300 entry.
16523
16524Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16525
16526 * configure.in (host_tools): Put sim before gdb, so gdb's
16527 configure.tgt can determine if the simulator was configured.
16528
16529Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16530
16531 * config.sub: Move BeOS $os case to be with other Cygnus
16532 local cases.
16533
16534Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16535
16536 * config.sub: Remove misplaced comment that broke Linux.
16537
16538Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16539
16540 * config.sub: Add BeOS support.
16541
16542Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16543
16544 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16545
16546Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16547
16548 * configure.in (noconfigdirs): Remove tcl and tk from
16549 noconfigdirs for cygwin32 builds.
16550
d207ebef
JM
16551Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16552
16553 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16554
6599da04
JM
16555Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16556
16557 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16558 make-all.com, use makefile.vms instead.
16559
16560Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16561
16562 * config.sub: Accept -lnews*.
16563
d207ebef
JM
16564Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16565
16566 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 16567 target-examples and target-libiberty for d30v.
d207ebef
JM
16568
16569Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16570
16571 * configure.in (noconfigdirs): Enable ld for d30v.
16572
16573Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16574
16575 * configure.in (tic80-*-*): Build compiler.
16576
16577Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16578
16579 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 16580 unsupported d30v directories
d207ebef
JM
16581
16582Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16583
4e81ae98
EC
16584 * config.sub, configure.in: Add d30v target cpu.
16585
6599da04
JM
16586Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16587
16588 * makefile.vms: New file.
16589 * make-all.com: Remove.
16590
16591Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16592
16593 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16594
16595Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16596
16597 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16598
16599Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16600
16601 * Makefile.in (ALL_MODULES): Added all-db.
16602 (CROSS_CHECK_MODULES): Addec check-db.
16603 (INSTALL_MODULES): Added install-db.
16604 (CLEAN_MODULES): Added clean-db.
16605
16606Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16607
16608 * config.guess: Merge with latest FSF sources.
16609
16610Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16611
16612 * Makefile.in (ALL_MODULES): Added all-itcl.
16613 (CROSS_CHECK_MODULES): Added check-itcl.
16614 (INSTALL_MODULES): Added install-itcl.
16615 (CLEAN_MODULES): Added clean-itcl.
16616
16617Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16618
16619 * configure.in: build gdb for mn10200
16620
16621Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16622
16623 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16624
d207ebef
JM
16625Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16626
16627 * configure.in (tic80-*-*): Turn off most targets right now.
16628
6599da04
JM
16629Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16630
16631 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16632 rather than the makeinfo program.
16633 (do-info): Depend upon all-texinfo.
16634
16635Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16636
16637 * configure.in: Remove uses of config/mh-linux.
16638
16639 * config.sub, config.guess: Merge with latest FSF sources.
16640
d207ebef
JM
16641Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16642
16643 * config.sub (case $basic_machine): Add tic80 entries.
16644
6599da04
JM
16645Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16646
16647 * config.sub, config.guess: Merge with latest FSF sources.
16648
16649Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16650
16651 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16652 * mpw-config.in: Test for NewFolderRecursive.
16653 * mpw-install: Use symbolic name for startup filename.
16654 * mpw-README: Add various additional details.
16655
16656Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16657
16658 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16659
16660Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16661
16662 * configure.in: Do build gcc and the target libraries for
16663 the mn10200.
16664
16665Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16666
16667 * configure.in: don't avoid building gdb for mn10300 any more
16668 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16669 instead of single-quoting it.
16670
16671Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16672
16673 * configure.in: Don't use --with-stabs on IRIX 6.
16674
16675Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16676
16677 * configure.in (m32r): Build gdb, libg++ now.
16678
16679Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16680
16681 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16682 directories from noconfigdirs.
16683
16684Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16685
16686 * config.sub (basic_machine): added mips16 configuration
16687
16688Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16689
16690 * config.sub: Handle d10v-unknown.
16691
d207ebef
JM
16692Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16693
16694 * config.sub: Handle v850-unknown.
16695
6599da04
JM
16696Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16697
16698 * Makefile.in: add findutils
16699 * configure.in: add findutils to list of host_tools
16700
16701Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16702
16703 * config.sub: Handle mn10200 and mn10300.
16704
16705Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16706
16707 * configure.in (d10v-*): Do not build librx.
16708
16709Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16710
16711 * configure.in (mn10300): Build everything except gdb & libgloss.
16712
16713Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16714
16715 * config.guess: Patch for Dansk Data Elektronik servers,
16716 from Niels Skou Olsen <nso@dde.dk>.
16717
16718 For ncr, use /bin/uname rather than uname, since GNU uname does not
16719 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16720
16721 Patch for MIPS R4000 running System V,
16722 from Eric S. Raymond <esr@snark.thyrsus.com>.
16723
16724 Fix thinko for nextstep.
16725
16726 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16727
16728 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16729 * config.guess: Guess mips-dec-mach_bsd4.3.
16730
16731 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16732 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16733 release numbers.
16734 * config.guess (mips-mips-riscos*): Emit just enough of the
16735 release number.
16736
16737 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16738 * config.guess (sparc-auspex-sunos*): Added.
16739 (f300-fujitsu-*): Added.
16740
16741 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16742 * config.guess: Recognize a Tadpole as a sparc.
16743
16744Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16745
16746 * config.guess: Don't assume that NextStep version is either 2 or
16747 3. NextStep 4 (aka OpenStep 4) has come out now.
16748
16749Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16750
16751 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16752 From Rik Faith <faith@cs.unc.edu>.
16753
16754Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16755
16756 * config.sub: Contributions from bug-gnu-utils to:
16757 Support plain "hppa" (no version given) architecture, reported by
16758 OpenStep.
16759 OpenBSD like NetBSD.
16760 LynxOs is not a hardware supplier.
16761
16762 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 16763 OpenBSD like NetBSD.
6599da04
JM
16764 Stratus systems.
16765 More Pyramid systems.
16766 i[n>4]86 Intel chips.
16767 M680[n>4]0 Motorola chips.
16768 Use unknown instead of lynx for hardware manufacturer.
16769
16770Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16771
16772 * install.sh (chmodcmd): Set to null if the DST directory already
16773 exists.
16774
16775Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16776
16777 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16778 not use mt-ppc target Makefile fragment any more.
16779
16780Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16781
16782 * configure.in (*-*-windows): Exclude everything but those dirs
16783 needed to build windows.
16784
16785Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16786
16787 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16788
16789Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16790
16791 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
16792
16793Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16794
16795 * Undo my previous change.
16796
16797Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16798
16799 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16800 unconditionally.
16801 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16802
16803Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16804
16805 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16806 host to add it's own flags.
6599da04
JM
16807
16808Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16809
16810 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16811
16812Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16813
16814 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16815 (CXX_FOR_TARGET): Likewise.
16816 (GCC_FOR_TARGET): Define.
16817 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16818 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16819 CC_FOR_TARGET was specified on the command line.
16820 (MAKEOVERRIDES): Don't define.
16821
16822Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16823
16824 * configure.in (m32r): Fix spelling of libg++ libs.
16825
16826Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16827
16828 * config.sub (-apple*): Remove, now redundant.
16829
16830Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16831
16832 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16833
16834 * configure: Rework yesterday's sed script patch.
16835
16836 * config.sub: Merge with FSF.
16837
16838Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16839
16840 * config.guess: Merge from FSF.
16841
16842 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
16843 * config.guess: Use pc instead of unknown, for pc clone systems.
16844 Change linux to linux-gnu.
6599da04
JM
16845
16846 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 16847 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
16848
16849Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16850
16851 * test-build.mk (HOLES): Add "xargs" for gdb.
16852
16853 * configure: Avoid hpux10.20 sed bug.
16854
16855Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16856
731a8127 16857 * configure.in: Add support for windows host
6599da04
JM
16858 (that is a build done under the Microsoft build environment).
16859
16860Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16861
16862 * Makefile.in: Replace all uses of srcroot with s, to shrink
16863 command line lengths.
16864
16865 Patches from Geoffrey Noer <noer@cygnus.com>:
16866 * configure.in: If configuring for newlib, pass --with-newlib to
16867 subdirectories.
16868 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16869 -Bnewlib/ and -Lwinsup to gcc.
16870 (CXX_FOR_TARGET): Likewise.
16871
16872Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16873
16874 * Makefile.in (ETC_SUPPORT): Add configure.
16875
16876Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16877
4e81ae98 16878 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
16879 host configuration file.
16880
16881Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16882
16883 * configure.in: Break mn10x00 support into separate
16884 mn10200 and mn10300 configurations.
16885 * config.sub: Likewise.
16886
16887Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
16888
16889 * configure.in: Add lots of stuff to noconfigdirs for
16890 the mn10x00 targets.
16891
16892 * config.sub, configure.in: Add mn10x00 support.
16893
16894Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
16895
16896 * make-all.com: Call conf-a-gas, not config-a-gas.
16897
16898Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
16899
16900 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 16901 targets.
6599da04
JM
16902
16903Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
16904
16905 * mpw-README: Add much more detail for native PowerMac.
16906 * mpw-install: New file.
16907 * mpw-configure: Add --norecursion and --help options.
16908 * mpw-config.in: Translate readme and install files when
16909 copying to objdir.
16910 * mpw-build.in: Don't always depend on byacc and flex.
16911 (install-only-top): New action.
16912
d207ebef
JM
16913Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
16914
16915 * configure.in: You can now configure GDB for the v850.
16916
6599da04
JM
16917Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
16918
16919 * configure.in (noconfigdirs): Don't configure any C++ dirs
16920 if targeting D10V.
16921
16922Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
16923
16924 * config.sub: Recognize mips64vr5000.
16925
16926Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
16927
16928 * configure.in: Use a single line for host_tools and native_only.
16929
16930Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
16931
16932 * config.sub, configure.in: Add entries for m32r.
16933
16934Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
16935
16936 * Makefile.in (inet-install): Don't run install-gzip.
16937
16938Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
16939
16940 * configure.in: Don't config lots of things for *-*-windows*.
16941
16942Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
16943
16944 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16945 (host_libs, host_tools): Copy from configure.in.
16946 * mpw-configure: Don't complain about directories not found.
16947
16948Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16949
16950 * configure.in (i[345]86): Recognize i686 for pentium pro.
16951 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16952 file.
16953
16954 * config.guess (i[345]86): Ditto.
16955
16956Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16957
16958 * configure.in (noconfigdirs): Removed gdb for D10V.
16959
d207ebef 16960Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 16961
d207ebef
JM
16962 * configure.in: Remove ld, target-libio, target-libg++, and
16963 target-libstdc++ from noconfigdirs.
5d4a5ee6 16964
6599da04
JM
16965Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
16966
16967 * configure: Fix three locations where shell scripts were
16968 being run directly rather than with config_shell.
16969
d207ebef
JM
16970Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
16971
16972 * configure.in (v850-*-*): Set up initial $noconfigdirs.
16973 * config.sub (basic_machine): Recognize v850.
16974
6599da04
JM
16975Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16976
16977 * mpw-configure: Handle multiple enable/disable options and
16978 pass them down recursively, handle -c and -s flags appropriately
16979 depending on choice of compiler, add escape mechanism for
16980 quoted arguments to gC.
16981
16982Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16983
16984 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16985 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16986 so that -mrelocatable-lib and -mno-eabi are used.
16987
16988 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16989 not support --print-multi-lib, don't abort.
16990
6599da04
JM
16991Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
16992
16993 * make-all.com: Run config-a-gas.
16994 * setup.com: Don't copy subdirectory files around.
16995
16996Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
16997
16998 * configure.in (*-*-ose): Remove exclusion of libgloss for this
16999 target, it now compiles correctly.
17000
17001Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17002
17003 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17004
17005Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17006
4e81ae98 17007 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17008
17009Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17010
17011 * configure.in (native_only): Add prms.
17012
17013Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17014
17015 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17016 (BINUTILS_SUPPORT_DIRS): Likewise.
17017
17018Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17019
17020 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17021 d10v support is added.
17022
17023Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17024
17025 * configure.in (d10v-*-*): New target.
17026
17027Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17028
17029 * config.guess (HP 9000/811): Recognize this as a PA1.1
17030 machine.
17031
17032Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17033
17034 * Makefile.in (do-tar-gz): New target, split out from tail end of
17035 taz target. Run each command separately, don't use pipes.
17036 (taz): Use it.
17037
17038Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17039
17040 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17041 * mpw-build.in: No builds should depend on building byacc or flex,
17042 they are assumed to be installed already.
17043
17044Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17045
17046 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17047 variable that CC_FOR_TARGET needs.
17048
17049Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17050
17051 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17052 options have changed since the last time the subdirectory was
17053 configured, and if it has, reconfigure.
17054 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17055 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17056
17057Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17058
17059 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17060 CLEAN_MODULES): Add bash.
17061 (all-bash): New target.
17062
17063Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17064
17065 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17066
17067Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17068
17069 * config.sub (basic_machine): Recognize d10v as a valid processor.
17070
17071Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17072
17073 * mpw-configure: Add support for --bindir.
17074 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17075
17076Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17077
17078 * configure.in: add bash, time, gawk to list of hosttools and things
17079 to only build for native toolchains
17080
17081Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17082
17083 * Makefile.in (docdir): Remove.
17084
17085Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17086
17087 * Makefile.in (datadir): Set to $(prefix)/share.
17088
17089Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17090
17091 * configure.in: build diff and patch for cygwin32-hosted
17092 toolchains.
17093
17094Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17095
17096 * config.sub: Accept -rtems*.
17097
17098Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17099
e490616e
ZW
17100 * configure.in: enable dosrel for cygwin32-hosted builds,
17101 remove diff from the list of things not buildable
17102 via Canadian Cross
6599da04
JM
17103
17104Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17105
17106 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17107 don't get ". ".
6599da04
JM
17108
17109Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17110
17111 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17112
17113Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17114
17115 * Makefile.in (taz): Handle case where tex3patch didn't even get
17116 checked out. Also, if it was found, put the symlink in a new util
17117 subdirectory.
17118
17119Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17120
17121 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17122
17123Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17124
17125 * config.sub: Recognize -openvms.
17126 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17127 * make-all.com, setup.com: New files.
17128
17129Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17130
17131 * Makefile.in (taz): tex3patch moved to texinfo/util.
17132
17133Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17134
17135 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17136 * configure.in: remove make from disable-if-Can-Cross list
17137 enable gdb if ${host} and ${target} are cygwin32
17138
17139Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17140
17141 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17142 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17143
17144Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17145
17146 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17147 distinguish sysv/svr4/bsd variants.
17148 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17149
17150Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17151
17152 * configure.in: Added copyright notice.
17153 * move-if-change: Added copyright notice.
17154
17155Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17156
17157 * configure.in (powerpcle-*-solaris*): Until we get shared
17158 libraries working, don't build gdb, sim, make, tcl, tk, or
17159 expect.
17160
17161Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17162
17163 * config.guess: Merge with FSF:
17164
17165 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17166 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17167
17168 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17169 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17170
17171 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17172 * config.guess: Combine two OSF1 rules.
17173 Also recognize field test versions. From mjr@zk3.dec.com.
17174 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17175 because GNU uname does not support -p. From pmr@pajato.com.
17176
17177Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17178
17179 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17180
17181Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17182
17183 * mpw-README: Document GCCIncludes.
17184
17185Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17186
17187 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17188
17189Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17190
17191 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17192
17193Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17194
17195 * configure.in (*-*-cygwin32): Configure make.
17196
17197Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17198
17199 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17200
17201Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17202
17203 * Makefile.in (all-inet): Depend on all-perl.
17204
17205 * Makefile.in (inet-install): New target.
17206
17207 * Makefile.in (all-inet): Depend on all-tcl.
17208 (all-inet): Depend on all-send-pr.
17209
17210Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17211
17212 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17213 temporarily.
17214
17215Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17216
17217 * configure.in: Don't configure --with-gnu-ld on AIX.
17218
17219Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17220
17221 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17222
17223Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17224
17225 * Makefile.in (ALL_MODULES): Added all-inet.
17226 (CROSS_CHECK_MODULES): Added check-inet.
17227 (INSTALL_MODULES): Added install-inet.
17228 (CLEAN_MODULES): Added clean-inet.
17229 (all-indent): New target.
17230
17231 * configure.in (host_tools): Added inet.
17232 (native_only): Added inet.
17233 (noconfigdirs): Added inet.
17234
17235Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17236
17237 * configure.in: Don't configure libgloss if we are not configuring
17238 newlib.
17239
17240Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17241
17242 * configure.in: Don't configure libgloss for unsupported
17243 architectures.
17244
17245Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17246
17247 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17248
17249Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17250
17251 * Makefile.in (ALL_MODULES): Include all-apache.
17252 (CROSS_CHECK_MODULES): Include check-apache.
17253 (INSTALL_MODULES): Include install-apache.
17254 (all-apache): New target.
17255
17256 * configure.in: Added apache everywhere perl is seen.
17257
17258Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17259
17260 * Makefile.in: Add support for clean-{module} and
17261 clean-target-{module} rules.
17262
17263Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17264
17265 * configure.in (*-*-ose) do not build libgloss.
17266
17267Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17268
17269 * config.guess (prep*:SunOS:5.*:*): Turn into
17270 powerpele-unknown-solaris2.
17271
17272Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17273
17274 * configure.in: Permit --enable-shared to specify a list of
17275 directories.
17276
17277Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17278
17279 * configure.in (host==solaris): Pass only the first word of $CC
17280 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17281
17282Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17283
17284 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17285
17286Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17287
17288 * Makefile.in (ALL_MODULES): Include all-perl.
17289 (CROSS_CHECK_MODULES): Include check-perl.
17290 (INSTALL_MODULES): Include install-perl.
17291 (ALL_X11_MODULES): Include all-guile.
17292 (CHECK_X11_MODULES): Include check-guile.
17293 (INSTALL_X11_MODULES): Include install-guile.
17294 (all-perl): New target.
17295 (all-guile): New target.
17296
17297 * configure.in (host_tools): Include perl and guile.
17298 (native_only): Include perl and guile.
17299 (noconfigdirs): Don't build guile and perl; no ports have been
17300 done.
17301
17302Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17303
e490616e
ZW
17304 * configure (--enable-*): Handle quoted option lists such as
17305 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
17306
17307Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17308
17309 * Makefile.in ({,inst}all-target): New rule so we can make and
17310 install all of the target directories easily.
17311
17312Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17313
17314 * configure.in: Add missing global flag in sed substitution when
17315 deleting `target-' from ${configdirs}.
17316
17317Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17318
17319 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17320 option.
17321
17322 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17323 config/mh-necv4.
17324
17325 * install.sh: Correct misspelling of transformbasename.
17326
17327 * config.guess: Recognize mips-*-sysv*.
17328
17329Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
17330
17331 * config.sub: Recognize mon960.
17332
17333Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
17334
17335 * configure: Restore Canadian Cross handling of BISON and LEX,
17336 removed in Feb 20 change.
17337
17338Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
17339
17340 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17341 Mention make install. Remove the old copyright date as well the
17342 clumsy and rather pointless copyright on the README file.
17343
17344Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
17345
17346 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17347 Makefile after running symlink-tree, then run `make distclean' to
17348 avoid clobbering any generated files in srcdir.
17349
17350Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
17351
17352 * configure.in (m68k-*-netbsd*): Build everything now.
17353
17354Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17355
17356 * Makefile.in (taz): Fix quoting.
17357
17358Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
17359
17360 * configure.in (sparclet-*-*): Build everything now.
17361
17362Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17363
17364 * configure.in (m68k-*-linux*): New host.
17365
17366Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
17367
17368 * configure: Check for bison before byacc.
17369
17370Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
17371
17372 * Makefile.in configure: Change the way LEX and BISON/YACC are
17373 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
17374 searching PATH. These are used as fallbacks by Makefile.in if
17375 flex/bison/byacc aren't in objdir.
17376
17377Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
17378
17379 * Makefile.in: Make everything which depends upon all-bfd also
17380 depend upon all-opcodes, in case --with-commonbfdlib is used.
17381
17382Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17383
17384 * configure.in (host *-*-cygwin32): Don't build gdb if we are
17385 building NT native compilers on Unix.
17386
17387Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
17388
17389 * configure.in: Don't get CC from the host Makefile fragment if we
17390 can find gcc in PATH, or if this is a Canadian Cross. Move the
17391 Solaris test for /usr/ucb/cc to the post target script, just after
17392 the compiler sanity test.
17393
17394Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
17395
17396 * config.sub: Merge with FSF.
17397
17398Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
17399
17400 * Makefile.in (RPATH_ENVVAR): New variable.
17401 (REALLY_SET_LIB_PATH): Use it.
17402 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17403
17404Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
17405
17406 * config.sub, configure.in: Recognize sparclet cpu.
17407
17408Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17409
17410 * config.guess: Support m68k-cbm-sysv4.
17411
17412Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17413
17414 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17415 m68k-unknown-linuxaout from linker help string. Put quotes around
17416 $ld_help_string.
17417
17418Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
17419
17420 * config.guess (powerpc-harris-powerunix): Add guess for port
17421 to new target.
17422
17423Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17424
17425 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17426
17427Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
17428
17429 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17430 $(REALLY_SET_LIB_PATH) in Makefile.
17431 * Makefile.in (SET_LIB_PATH): New variable.
17432 (REALLY_SET_LIB_PATH): New variable.
17433 ($(DO_X)): Use $(SET_LIB_PATH).
17434 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17435 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17436 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17437 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17438 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17439 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17440 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17441 (install-dosrel): Likewise.
17442 (all-opcodes): Depend upon all-libiberty.
17443
17444Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
17445
17446 * config.guess (*:CYGWIN*): New
17447
17448Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17449
17450 * Makefile.in (all-target-winsup): All all-target-libiberty.
17451
17452Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17453
17454 * configure.in (noconfigdirs): Add missing # in front of comment.
17455
17456Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17457
17458 * configure.in: add second pass to things added to noconfigdirs
17459 so *-gm-magic can exclude libgloss properly.
17460
17461Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17462
17463 * mpw-configure (extralibs_name, rez_name): Set correctly
17464 for MWC68K compiler.
17465
17466 * mpw-README: Add more info on the necessary build tools.
17467
17468Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17469
17470 * configure.in, config.sub: Recognize cygwin32.
17471
17472Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17473
17474 * config.guess, config.sub: Recognize A/UX.
17475
17476Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17477
17478 * config.sub: Merge with gcc/config.sub.
17479
17480Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17481
17482 * mpw-build.in (do-binutils): Add build of stamps.
17483
17484Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17485
17486 * config.sub: Add recognition for mips64vr4100*-* targets.
17487
17488Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17489
17490 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17491 Add creation of gconfigargs with `--enable-shared' turned on.
17492 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17493 ($(host)-stamp-stage3-configured): Likewise.
17494 (HOLES): Add chatr and ldd.
17495 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17496
17497Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17498
17499 * configure: Pass --nfp to recursive configures.
17500
17501Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17502
17503 * Makefile.in (DLLTOOL): New.
17504 (DLLTOOL_FOR_TARGET): New.
17505 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17506 (EXTRA_TARGET_FLAGS): Ditto.
17507 (EXTRA_GCC_FLAGS): Ditto.
17508 (CONFIGURE_TARGET_MODULES): Ditto.
17509 (DO_X): Ditto.
17510 * configure: Add DLLTOOL.
17511
17512Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17513
17514 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17515 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17516 mh-sco, since old workarounds no longer needed, and don't
17517 build ld, since libraries have weak symbols in COFF.
17518
17519Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17520
17521 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17522
17523Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17524
17525 * configure.in: Make sure that ${CC} can be used to compile an
17526 executable.
17527
17528Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17529
17530 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17531 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17532 nothing depending on whether gdbtk is being built.
17533
17534Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17535
17536 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17537
17538Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17539
17540 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17541 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17542
17543Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17544
17545 * config-ml.in: Add support for
17546 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17547 Simplify setting of multidirs from --disable-foo.
17548
17549Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17550
17551 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17552 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17553 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 17554 non-empty, pass them on to the GCC make.
6599da04
JM
17555 (all-bootstrap): New rule that is like all-gcc, except it executes
17556 the GCC bootstrap rule instead of the GCC all rule.
17557
17558Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17559
17560 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17561
17562Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17563
17564 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17565 DG/UX support.
17566
17567Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17568
17569 * config.sub (i*86*) Change [345] to [3456]
17570
17571Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17572
17573 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17574 --with-gnu-ld=no.
17575
17576Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17577
17578 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17579 AIX multilibs get built.
17580
17581Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17582
17583 * configure.in (i386-win32): Don't build expect if we're not
17584 building the tcl subdir.
17585
17586Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17587
17588 * Makefile.in: (configure-target-examples, all-target-examples):
17589 New targets, configure and build example programs.
17590
17591Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17592
17593 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17594 use it as input to sedit the generated MPW makefile.
17595 * mpw-README: Add a suggestion about Gestalt.h.
17596
17597Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17598
17599 * config.sub: Accept *-*-ieee*.
17600
17601Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17602
17603 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17604 Ronald F. Guilmette <rfg@monkeys.com>.
17605
17606Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17607
17608 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17609 for powerpc-pe native.
17610 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17611 (target==powerpc-pe): duplicate i386-win32 entry.
17612
17613Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17614
17615 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17616 of vxworks, not just vxworks5.1.
17617
17618Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17619
17620 * mpw-configure: Add support for exec-prefix.
17621
17622Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17623
17624 * config.guess: Recognize HP model 816 machines as having
17625 a PA1.1 processor.
17626
17627Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17628
17629 * configure: Ignore new autoconf configure options.
17630
6599da04
JM
17631Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17632
17633 * config.guess: Recognize Pentium under SCO.
17634 From Robert Lipe <robertl@arnet.com>.
17635
17636Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17637
17638 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
17639
17640Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17641
17642 * configure.in: Don't configure gas for alpha-dec-osf*.
17643
17644Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17645
17646 * configure.in: Default to --with-stabs for some targets for which
17647 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17648 i[345]86*-*-unixware*.
17649
17650Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17651
17652 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17653 rather than basing it on the target. Simplify handling of options
17654 controlling which directories to configure. Remove extraneous
17655 slash in multi-clean target.
17656
17657Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17658
17659 * config-ml.in: Prefix more variables with ml_ so they don't collide
17660 with configure's.
17661
17662Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17663
17664 * configure: Don't turn -v into --v.
17665
17666Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17667
17668 * configure.in (targargs): Fix typo.
17669
17670 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17671
17672Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17673
17674 * configure.in: Strip --host and --target options from
17675 CONFIG_ARGUMENTS, and always configure for --host only. Add
17676 --with-cross-host option when building with a cross-compiler.
17677 * configure: Canonicalize the arguments put into config.status by
17678 always using `=' for an option with an argument. Pass a presumed
17679 --host or --target explicitly.
17680
17681Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17682
17683 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17684 into general OS recognition case.
17685
17686Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17687
17688 * configure.in (target_configdirs): add target-winsup only
17689 for win32 target systems.
17690
17691Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17692
17693 * Makefile.in (all-target-libgloss): Depend upon
17694 configure-target-newlib, since when libgloss is built it looks to
17695 see if the newlib directory exists.
17696
17697Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17698
17699 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17700 cfg-ml-*.in.
17701
17702Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17703
17704 * configure: Handle LD and LD_FOR_TARGET when configuring a
17705 Canadian Cross.
17706
6599da04
JM
17707Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17708
17709 * configure.in (target_libs): add target-winsup.
17710 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17711 (target==ppcle-pe): remove ld from $noconfigdirs.
17712
17713Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17714
17715 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17716 Preserve relative path names in $srcdir. Build symlink tree if
17717 configuring cross target dir and srcdir=. (= no VPATH support).
17718 (configure-target-libg++): Depend on configure-target-librx.
17719 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17720 * config-ml.in: New file.
17721 * symlink-tree: New file.
17722 * configure: Ensure srcdir="." if that's what it is.
17723
17724Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17725
17726 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17727 includes and FLEX_SKELETON setting.
17728 * mpw-configure (--with-gnu-ld): New option, controls whether
17729 to use PPCLink or ld with PowerMac GCC.
17730 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17731 * mpw-config.in: Configure grez if targeting Mac.
17732
17733 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
17734 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17735 just macos.
6599da04
JM
17736 * configure.in: Configure grez resource compiler if targeting Mac.
17737 * Makefile.in (all-grez, install-grez): New targets.
17738
17739Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17740
17741 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 17742 gcc in the path, set CC to gcc -O2.
6599da04
JM
17743
17744Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17745
17746 * configure: Default ${build} correctly. Avoid picking up extra
17747 spaces when reading CC and CXX from Makefile. When doing a
17748 Canadian Cross, use plausible default values for numerous
17749 variables.
17750 * configure.in: When doing a Canadian Cross, don't try to
17751 configure tools whose configure script can't handle it.
17752
17753Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17754
17755 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17756
17757Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17758
17759 * configure: Remove dubious bug reporting address.
17760
17761Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17762
17763 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17764 configure script, run that instead of this directory's configure.
17765 In either case, print a message that we're configuring the sub-dir.
17766
17767Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17768
17769 * configure.in: Before checking for the existence of various files,
17770 use sed to filter out "target-".
17771
17772Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17773
17774 * Makefile.in (DO_X): Split rule to decrease command line length
17775 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17776 (Philippe De Muyter).
17777
17778Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17779
17780 * Makefile.in (all-patch): depend on all-libiberty.
17781
17782Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17783
17784 * configure.in: If the only directory in target_configdirs which
17785 actually exists is libiberty, then set target_configdirs to empty,
17786 to avoid trying to build a target libiberty in a gas or gdb
17787 distribution.
17788
17789Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17790
17791 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
17792 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17793 systems.
6599da04
JM
17794
17795Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17796
17797 * configure.in (copy_dirs): Use sys-include instead of include
17798 for --with-headers option.
17799
17800Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17801
17802 * Makefile.in, configure.in: Make winsup builds work with
17803 new scheme.
17804
17805Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17806
17807 * configure.in: Build the linker on AIX.
17808
17809Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17810
17811 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17812 where needed.
17813
17814Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17815
17816 * Makefile.in (all-gcc): Fix typo.
17817
17818Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17819
17820 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17821
17822Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17823
17824 * configure.in: Rename libFOO to target-libFOO, and xiberty
17825 to target-xiberty, to provide more flexibility.
17826 (target_subdir): Define. Create if cross.
17827 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17828 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17829 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17830 check-libFOO -> check-target-libFOO, etc.
17831 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17832 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17833 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17834 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17835 allow ALL_GCC="" to only configure.
17836 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17837 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17838 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17839
17840Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17841
17842 * Makefile.in (taz): Build "info" in etc explicitly.
17843
17844Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17845
17846 * configure.in: Make sure that CC is undefined (as opposed to
17847 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17848 problem with autoconf trying to configure on a host without GCC.
17849
17850Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17851
17852 * mpw-configure: Set host alias from choice of host compiler,
17853 only use generic MPW Makefile sed if present, edit a file
17854 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17855 * mpw-README: Add problem notes about CW6 and CW7.
17856
17857Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17858
17859 * Makefile.in (taz): Use ";" instead of ";;".
17860
17861Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17862
17863 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17864 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17865 DISTDOCDIRS.
17866 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17867 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17868
17869Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17870
17871 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17872 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17873 Move bfd to DISTSTUFFDIRS.
17874
17875Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17876
17877 * Makefile.in (X11_LIB): Removed.
17878 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17879
17880 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17881
17882Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17883
17884 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17885 names.
17886
17887Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17888
17889 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17890
17891Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
17892
17893 * configure.in (i[345]86-*-win32): Always build newlib.
17894 Don't configure cvs, autoconf or texinfo.
17895 * Makefile.in (LD_FOR_TARGET): New.
17896 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17897 Pass down LD_FOR_TARGET.
17898
17899Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
17900
17901 * winsup: New directory.
17902 * Makefile.in: Build winsup.
17903 * configure.in: Winsup is configured when target is win32.
17904 Can only build win32 target GDB when native.
4e81ae98 17905
6599da04
JM
17906Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
17907
17908 * config.guess: Recognize HP model 819 machines as having
17909 a PA 1.1 processor.
17910
17911Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
17912
17913 * configure: Fix sed loop which substitutes for CC and CXX to
17914 avoid bug found in various sed implementations.
17915
17916Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17917
17918 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17919 simulator. Use standard powerpc-*-eabi*.
17920
17921Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
17922
17923 * configure.in: Stop putting gas and binutils in noconfigdirs for
17924 powerpc-*-aix* and rs6000-*-*.
17925
17926Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
17927
17928 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17929 -mcall-aixdesc libraries.
17930
17931Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
17932
17933 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17934
17935 * config.sub (arm | armel | armeb): Fix shell syntax.
17936
17937Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17938
17939 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17940 -msoft-float and -mcpu=common support.
17941 (powerpc*-*-eabisim*): Add support for building -mcall-aix
17942 libraries.
17943
17944Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17945
17946 * configure.in: Allow configuration and build of emacs19 for the alpha.
17947
17948Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17949
17950 * configure.in (CC): Get ^CC, not just any old CC, from
17951 ${host_makefile_frag}.
17952
17953Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17954
4e81ae98 17955 * configure.in (CC): Try to get CC from
6599da04
JM
17956 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17957
17958Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17959
17960 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17961 only if it exists in $(srcdir).
17962
17963Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
17964
17965 * configure: If CC and CXX are not set in the environment, set
17966 them, based on either an existing Makefile or on searching for gcc
17967 in PATH. Substitute for CC and CXX in Makefile.
17968 * configure.in: Remove libm from target_libs. Separate
17969 target_configdirs from configdirs. If CC is not set in
17970 environment, try to get it from a host Makefile fragment. Rewrite
17971 changes of configdirs to use skipdirs instead. A few minor
17972 tweaks. Take directories out of target_configdirs as they are
17973 taken out of configdirs. Remove existing Makefile files from
17974 subdirectories. Substitute for TARGET_CONFIGDIRS and
17975 CONFIG_ARGUMENTS in Makefile.
17976 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17977 by configure.in.
17978 (CONFIG_ARGUMENTS): Likewise.
17979 (CONFIGURE_TARGET_MODULES): New variable.
17980 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17981 ($(CONFIGURE_TARGET_MODULES)): New target.
17982 (configure-libg++, configure-libio): New targets.
17983 (all-libg++): Depend upon configure-libg++.
17984 (all-libio): Depend upon configure-libio.
17985 (configure-libgloss, all-libgloss): New targets.
17986 (configure-libstdc++): New target.
17987 (all-libstdc++): Depend upon configure-libstdc++.
17988 (configure-librx, all-librx): New targets.
17989 (configure-newlib): New target.
17990 (all-newlib): Depend upon configure-newlib
17991 (configure-xiberty): New target.
17992 (all-xiberty): Depend upon configure-xiberty.
17993
17994Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17995
17996 * configure.in (host i[345]86-*-win32): Expand the
17997 noconfigdirs again.
17998
17999Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18000
18001 * mpw-configure: Fix sed command file name.
18002
18003Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18004
4e81ae98 18005 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18006 noconfigdirs again.
18007
18008Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18009
18010 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18011 or powerpc*-*-pe*, since they are not yet supported.
18012
18013Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18014
18015 Add PowerMac support and many other enhancements.
18016 * mpw-configure: New option --cc to select compiler to use,
18017 paste options set according to --cc into the generated
18018 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18019 if mpw-make.sed is present.
18020 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18021 add forward includes for PowerPC include files.
18022 * mpw-build.in: Build using Makefile.PPC if present.
18023 (do-byacc, etc): Remove separate version resource builds.
18024 (do-gas): Build "stamps" before "all".
18025 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18026 * mpw-README: Update to reflect --cc option, PowerMac support,
18027 and recently-reported compatibility problems.
18028
18029Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18030
18031 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18032 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18033 (--with-multilib-top): Pass to recursive invocations.
18034
18035Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18036
18037 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18038 v810-*-*.
18039
18040Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18041
18042 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18043 gdb, ld and opcodes on v810-*-*.
18044
6599da04
JM
18045Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18046
18047 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18048 (local-maintainer-clean): New target.
18049 (maintainer-clean): New target.
18050 (realclean): Just depend upon maintainer-clean.
18051
18052Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18053
18054 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18055
18056Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18057
18058 * configure.in: Build ld in mips*-*-bsd* case.
18059
18060Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18061
18062 * config.sub: Accept -lites* OS. From Ian Dall.
18063
18064Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18065
18066 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18067 targets.
6599da04
JM
18068
18069Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18070
18071 * configure.in: treat i386-win32 canadian cross the same as
18072 i386-go32 canadian cross.
18073
18074Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18075
18076 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18077 running under the simulator to build a reduced set of libraries.
18078 (powerpc-*-eabiaix): Add fine grained multilib support added to
18079 other powerpc targets yesterday.
18080
18081Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18082
18083 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18084 -disable-softfloat, -disable-relocatable, -disable-aix, and
18085 -disable-sysv to control which multilib libraries get built.
18086
18087Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18088
18089 * configure: Add Makefile.tem to list of files to remove in trap
18090 handler.
18091
18092Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18093
18094 * config.guess (*Linux*): Add missing "exit"s.
18095 Also, need specific check for alpha-unknown-linux (uses COFF).
18096
18097Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18098
18099 * config.guess: Merge with FSF:
18100
18101 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18102 * config.guess (AIX4): More robust release numbering discovery.
18103
18104 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18105 * config.guess (i386-sequent-ptx): Properly get version number.
18106
18107 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18108 * config.guess (mips:*:4*:UMIPS): New case.
18109
18110Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18111
18112 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18113 (i386-win32 host): Likewise. Don't build readline.
18114
18115Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18116
18117 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18118 SUPPORT_FILES to submakes.
18119
18120Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18121
18122 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18123 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18124 mpw-configure.
18125
18126Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18127
18128 * configure.in (appdirs): Use =, not ==, in test expression when
18129 trying to build the text to print in the warning message for
18130 Solaris users.
18131
18132Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18133
18134 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18135
18136Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18137
18138 * config.guess: Recognize lynx-2.3.
18139
18140Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18141
18142 * config.sub (z8ksim): Deleted
18143 (z8k-*-coff): New, this is the one true name of the target.
18144
18145Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18146
18147 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18148
18149Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18150
18151 * config.guess (*:Linux:*:*): First try asking the linker what the
18152 default object file format is (elf, aout, or coff). Then if this
18153 fails, try previous methods.
18154
18155Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18156
18157 * configure.in: Don't build newlib for *-*-vxworks5.1.
18158
18159Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18160
18161 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18162 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18163
18164Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18165
18166 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18167
18168Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18169
18170 * cfg-ml-com.in: New file.
18171 * cfg-ml-pos.in: New file.
18172
18173Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18174
18175 * COPYING.NEWLIB: Add HP free copyright to list.
18176
18177Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18178
18179 * config.sub: Recognize -eabi* for the system, not just -eabi.
18180
18181Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18182
18183 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18184 * config.sub, configure.in (win32): New target and host.
18185
18186Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18187
18188 * configure.in: Add i386-pe configuration.
18189
18190Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18191
18192 * mpw-build.in (install): Install GDB after LD.
18193
18194Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18195
18196 * mpw-config.in (elf/mips.h): Always forward-include, needed
18197 for GDB to build.
18198
18199Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18200
18201 * testsuite: New directory for customer acceptance and whole tool
18202 chain tests.
18203
18204Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18205
18206 * configure: If per-host line isn't found, but AC_OUTPUT is found
18207 and a configure script exists, run it instead.
18208
18209Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18210
18211 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18212
18213Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18214
18215 * configure: Set build_{cpu,vendor,os,alias} to host values when
18216 --build isn't specified.
18217
18218Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18219
18220 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18221 (FLAGS_TO_PASS): Pass them.
18222 (EXTRA_TARGET_FLAGS): Ditto.
18223
6599da04
JM
18224Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18225
18226 * Makefile.in (all-libg++): Depend on all-libstdc++.
18227
18228Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18229
18230 * configure.in (noconfigdirs): Enable all packages for
18231 i386-unknown-netbsd.
18232
18233Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18234
18235 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18236 hosted builds (DOS builds)
18237
18238Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18239
18240 Changes for ARM based on patches from Richard Earnshaw:
18241 * config.sub: Handle armeb and armel.
18242 * configure.in: Omit arm linker only for riscix.
18243
18244Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18245
18246 * config.guess: Update from FSF.
18247
18248Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18249
63f6bcd7 18250 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
18251 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18252 powerpcle variant. Convert pentium into i586, not i486. Add p5
18253 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18254 temporarily.
18255
18256Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18257
18258 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18259
18260Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18261
18262 * config.sub: Accept -lites* as a basic system type.
18263
18264Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18265
18266 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18267 installed, and if so return linuxoldld as the system name.
18268
18269Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18270
18271 * config.guess: Add hppa1.1-hp-lites support.
18272
18273Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18274
18275 * configure.in: Don't build newlib for m68k-vxworks5.1.
18276
18277Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18278
18279 * configure.in (mips-sgi-irix6): Use mh-irix5.
18280
18281Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18282
18283 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18284
18285Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18286
18287 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 18288 OSF/1. Fix compiler flags.
6599da04
JM
18289 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18290
18291Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18292
18293 * configure.in: Recognize --with-newlib.
18294 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18295
18296Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18297
d207ebef 18298 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
18299 to *_X11_MODULES due to gdbtk needing X include files et al.
18300
18301Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18302
18303 Merge in support for Mac MPW as a host.
18304 (Old change descriptions retained for informational value.)
18305
18306 * mpw-config.in: Add generic include forwards for cpu-specific
18307 include files in aout and elf directories.
18308
18309 * mpw-configure: Added copyright.
18310 * mpw-config.in: Check for presence of required build tools.
18311 (target_libs): Add newlib.
18312 (target_tools): Add examples.
18313 (Read Me): Generate as "Read Me for MPW" instead.
18314 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18315 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18316 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18317
18318 * mpw-configure: Remove subdir-specific makefile hackery,
18319 delete mk.tmp after using it.
18320
18321 * mpw-build.in (all): Display start and end times.
18322
18323 * mpw-configure (host_canonical): Set.
18324 (target_cpu): Always add to makefiles.
18325 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18326 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18327 (mpw-mh-mpw): Look for in srcdir and srcroot.
18328 Use sed instead of mpw-edit-prefix to edit prefix definitions.
18329
18330 * mpw-build.in: (install-only): New target.
18331
18332 * mpw-configure (host_alias, target_alias): Rename from hostalias
18333 and targetalias, add into generated Makefile.
18334 (mk.tmp): If present, add into generated Makefile.
18335 * mpw-build.in (all-gas): Build config.h first before gas proper.
18336
18337 * mpw-configure (config.status): Write only if changed.
18338 * mpw-config.in (readline): Configure it (not built, just used for
18339 definitions).
18340
18341 * mpw-config.in (elf/mips.h): Add a forward include.
18342
18343 * mpw-config.in: Forward-include most .h files in include into
18344 extra-include.
18345 (readline): Don't build.
18346 mpw-build.in (install): Install GDB.
18347
18348 * mpw-configure (prefix, mpw_prefix): Handle it.
18349 * mpw-config.in (mmalloc, readline): Don't configure.
18350 * mpw-build.in (thisscript): Rename to ThisScript.
18351 Use mpw-build instead of BuildProgram everywhere.
18352 (mmalloc, readline): Don't build.
18353 * mpw-README: New file, basic documentation about the MPW port.
18354
18355 * mpw-config.in: Use forward-include to create include files.
18356
18357 * mpw-configure: Add more things to the top of each configured
18358 Makefile, including contents of config/mpw-mh-mpw.
18359 * mpw-config.in (extra-include): Create this directory and fill it
18360 with Posix-like include files when configuring.
18361
18362 * config.sub (apple, mac, mpw): Add various aliases.
18363
18364 * mpw-build.in: New file, top-level build script fragment for MPW.
18365 * mpw-configure: New file, configure script for MPW.
18366 * mpw-config.in: New file, config fragment for MPW.
18367
18368Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18369
18370 * configure.in (host_libs): Remove glob, since it is gone from the
18371 sources.
18372
18373Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18374
18375 * Makefile.in: define empty GDB_NLM_DEPS var.
18376
18377 * configure.in(target_makefile_frag): use config/mt-netware
18378 for netware targets.
18379
18380Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
18381
18382 * config.sub: Merge in recent FSF changes. Remove linux special
18383 cases.
18384
18385Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18386
731a8127 18387 Revert this change:
6599da04
JM
18388
18389 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18390
18391 * build-all.mk: Use CC=cc -Xs on Solaris.
18392
6599da04
JM
18393Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18394
18395 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
18396 stop using it.
18397 * Makefile.in: Nuke all references to glob subdirectory.
18398
18399Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18400
18401 * configure.in: Fix --enable-shared logic in per-host.
18402
18403Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
18404
18405 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18406
18407Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18408
18409 * configure.in (noconfigdirs): Don't build gas on AIX, for
18410 powerpc*-*-aix* as well as for rs6000*-*-aix*.
18411
18412Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
18413
18414 * configure: Fix --cache-file to work if the file argument is a
18415 relative path.
18416
18417Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
18418
18419 * configure: If the --cache-file is used, pass it down to
18420 configure in subdirectories.
18421
18422Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
18423
18424 * config.sub: add vxworks29k configuration.
18425
18426Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18427
18428 * Makefile.in (taz): Do "diststuff" part quietly.
18429
18430Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
18431
18432 * config.sub: Mini-merge with gcc/config.sub.
18433
18434Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18435
18436 * config.guess (IRIX): Sed - to _.
18437
18438Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18439
18440 * Makefile.in (source-vault, binary-vault): New targets.
18441
18442Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
18443
18444 * config.sub: Recognize -eabi as a basic system type.
18445
18446Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18447
18448 * configure.in (enable_shared stuff): Fix typo.
18449
18450Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
18451
18452 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18453
18454Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18455
18456 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18457
18458Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18459
18460 * configure.in (rs6000-*-*): Don't build gas.
18461
18462Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18463
18464 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18465 reduce command line length.
18466 (AS_FOR_TARGET): Check for as.new, not Makefile.
18467 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18468
18469Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18470
18471 * config.guess: Merge from FSF.
18472
18473Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18474
18475 * configure: Don't use $ when handling program_suffix.
18476
18477Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18478
18479 * configure.in: Configure tk for hppa/hpux.
18480
18481Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18482
18483 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18484
18485Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18486
18487 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18488 to LIBCXXFLAGS. Tests are better run without it.
18489
18490Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18491
18492 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18493
18494Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18495
18496 * configure.in (*-*-netware*): Don't configure xiberty.
18497
18498Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18499
18500 * configure.in: Remove tk from native_only list.
18501
18502Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18503
18504 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18505 for special NCD build.
18506
18507Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18508
18509 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18510 makeall.bat, they're only useful for binutils snapshots.
18511 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18512 makeall.bat to specified SUPPORT_FILES.
18513
18514Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18515
18516 * build-all.mk: Add Ericsson targets to sun4 and solaris
18517 hosts. Add BNR's sun4 target to solaris host, so their
18518 build-from-source will be tested in-house first.
18519
18520Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18521
18522 * Makefile.in (LIBCFLAGS): New variable.
18523 (CFLAGS_FOR_TARGET): Ditto.
18524 (LIBCFLAGS_FOR_TARGET): Ditto.
18525 (LIBCXXFLAGS): Ditto.
18526 (CXXFLAGS_FOR_TARGET): Ditto.
18527 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18528 (BASE_FLAGS_TO_PASS): Pass them.
18529 (EXTRA_TARGET_FLAGS): Ditto.
18530
731a8127 18531 * configure.in: Support --enable-shared.
6599da04
JM
18532
18533Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18534
18535 * configure.in (target_libs): Include libstdc++ again.
18536 * config.guess: Update from FSF (for FreeBSD).
18537
18538Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18539
18540 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18541 makeall.bat.
18542 (DISTDOCDIRS): Add `etc'.
18543 (ETC_SUPPORT_PFX): New variable.
18544 (taz): Include anything from etc starting with a word in
18545 ETC_SUPPORT_PFX.
18546
18547Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18548
18549 * config.sub: Update for recent FSF changes. Remove obsolete
18550 h8300hds entry. Add -windows* and -osx as basic os. Minor
18551 spacing changes.
18552
18553Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18554
18555 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18556
18557 * config.guess: Merge with FSF.
18558 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18559
18560Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18561
18562 * configure: Since the "trap 0" handler will override the exit
18563 status on many systems, only use it for "exit 1", and make it set
18564 a non-zero exit status; reset it before "exit 0". Also, check
18565 exit status of config.sub, and error out if it failed.
18566
18567Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18568
18569 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18570 and install libgloss.
18571
18572Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18573
18574 * Makefile.in (all-binutils): Depend upon all-byacc.
18575
18576 * configure.in: Don't build emacs on Irix 5.
18577
18578Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18579
18580 * configure.in (*-*-netware*): Add libio.
18581
18582Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18583
18584 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18585 (CHECK_TARGET_MODULES): Ditto.
18586 (INSTALL_TARGET_MODULES): Ditto.
18587 (TARGET_LIBS): Ditto.
18588 (all-libstdc++): Note dependencies.
18589
18590Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18591
18592 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18593
18594Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18595
18596 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18597 -fexternal-templates.
18598
18599 * configure.in (target_libs): Add libstdc++.
18600 (noconfigdirs): Add libstdc++ as appropriate.
18601
18602Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18603
18604 * config.guess: Update from FSF.
18605
18606Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18607
18608 * configure: Use ${config_shell} when running ${configsub}.
18609
18610Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18611
18612 * config.sub: No longer recognize h8300h.
18613
18614Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18615
18616 * config.sub: Remove extraneous differences between config.sub and
18617 gcc/config.sub.
18618
18619Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18620
18621 * Makefile.in (DISTSTUFFDIRS): Add gas.
18622
18623Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18624
18625 * COPYING.NEWLIB: New file.
18626
18627Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18628
18629 * config.guess (HP-UX): Patch from Harlan Stenn
18630 <harlan@landmark.com> to also emit release level.
18631
18632Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18633
18634 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18635
18636Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18637
18638 * config.sub: Merge nextstep cleanup from FSF.
18639
18640Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18641
18642 * configure.in (arm-*-*): Don't configure ld for this target.
18643
18644Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18645
18646 * configure.in (*-*-netware): don't configure libg++, libio,
18647 librx, or newlib.
18648
18649Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18650
18651 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18652 configure ld--it works, but it doesn't support shared libraries.
18653
18654Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18655
18656 * config.guess (*-unknown-freebsd*): Get rid of possible
18657 trailing "(Release)" in version string.
18658 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18659
18660Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18661
18662 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18663 Fix type: *-next-neststep -> *-next-nextstep.
18664
18665 * config.guess: Merge from FSF:
18666
18667 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18668
18669 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18670
18671 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18672
18673 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18674 instead of UNIX_SV for UnixWare 1.0).
18675
18676Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18677
18678 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18679 to make gdb/nlm/* build after the compiler and linker.
18680
18681Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18682
18683 * config.guess (netbsd, freebsd, linux): Accept any machine,
18684 not just i[34]86.
18685 (m68k-atari-sysv4): Relocate to match FSF version.
18686
18687 * config.guess: More merges from the FSF:
18688
18689 Add a space before function call or macro invocation.
18690
18691 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18692
18693 * config.guess: Add trap cmd to remove dummy.c and dummy when
18694 interrupted.
18695
18696 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18697
18698 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18699 (dummy): Redirect stderr from compilation of dummy.c.
18700
18701 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18702
18703 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18704
18705Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18706
18707 * configure: Accept and ignore --cache*, for compatibility with
18708 new autoconf.
18709
18710Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18711
18712 * config.guess: Merge from FSF:
18713
18714 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18715
18716 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
18717 (PATH): Add /.attbin at end for finding uname.
18718 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
18719
18720 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18721
e490616e 18722 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
18723
18724 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18725
e490616e
ZW
18726 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18727 to select whether to use ELF or COFF.
6599da04
JM
18728
18729 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18730
e490616e 18731 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
18732
18733 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18734
18735 * config.guess: Guess the OS version for HPUX.
18736
18737 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18738
18739 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18740
18741Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18742
18743 * configure.in: Recognize --with-headers, --with-libs, and
18744 --without-newlib.
18745 * Makefile.in (all-xiberty): Depend upon all-ld.
18746
18747Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18748
18749 * configure.in: Change i[34]86 to i[345]86.
18750
18751Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18752
18753 * configure (version): A few more tweaks to help message.
18754
18755Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18756
18757 * Makefile.in: Remove (for now) librx as a host library,
18758 now that we're building it for target.
18759
18760Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18761
18762 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18763 (Karl Berry).
18764
18765Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18766
18767 * configure.in: Also configure librx.
18768
18769Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18770
18771 * Makefile.in: Update various rules to reflect that librx
18772 is now needed for libg++.
18773
18774Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18775
18776 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18777
18778Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18779
18780 * configure.in: Configure the examples directory.
18781
18782Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18783
18784 * configure: Simplify Jun 2 1994 change.
18785
18786Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18787
18788 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18789 /bin/gcc isn't good enough to build gcc.
18790
18791Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18792
18793 * Makefile.in (GDB_SUPPORT_FILES): Remove
18794 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18795 (gdb.tar.gz): Add new rule to use standard distribution building
18796 mechanism.
18797
18798Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18799
18800 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18801 Bill Cox <bill@cygnus.com>.
18802
18803Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18804
18805 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18806
18807Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18808
18809 * configure: Search current dir first in .gdbinit.
18810
18811Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18812
18813 * config.sub: Recognize freebsd (merged from gcc config.sub).
18814
18815Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18816
18817 * config.sub: Refer to NeXT's operating system as nextstep.
18818
18819 * config.sub (case $basic_machine): Re-order the cases, to match
18820 the order in the FSF version (which is mostly alphabethical).
18821 Merge in some additions and changes from the FSF.
18822
18823Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18824
18825 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18826 * config.sub: Recognize cxux7.
18827 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18828
18829Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18830
18831 * config.sub: Fix typo powerpc -> powerpc-*.
18832
18833Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18834
18835 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18836
18837 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18838 parallel with all-emacs and install-emacs). Top-level command
18839 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18840
18841Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18842
18843 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18844 $(relbindir)/make before doing ``make install'', and use
18845 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18846 installing over running make binary.
18847 ($(host)-stamp-stage3-installed): Likewise.
18848
18849Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18850
18851 * config.guess: Recognize Mach.
18852
18853Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18854
18855 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18856 see whether --exec-prefix was used.
18857
18858Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18859
18860 * README: Explicitly mention libg++/README. (Zoo's idea.)
18861
18862Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18863
18864 * Makefile.in: Add all-librx target similar to all-libproc.
18865
18866Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18867
18868 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18869 with post 1.2 uname bogosity.
18870
18871Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18872
18873 * configure: Remove temporary files on receipt of a signal.
18874
18875Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18876
18877 * configure: If there is a package_makefile_frag, remove
18878 ${subdir}/Makefile.tem after copying it in.
18879
18880Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18881
18882 * build_all.mk: support rs6000 lynx identifies itself as
18883 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18884 since /bin/gcc is too feeble to compile a modern gcc.
18885
18886Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18887
18888 * brought devo/test-build.mk update-to-date with progressive/
18889 test-build.mk. Add lynx targets and hppa flag info.
18890
18891Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18892
18893 * configure.in: Use mh-ncrsvr43. Patch from
18894 Tom McConnell <tmcconne@sedona.intel.com>.
18895
18896Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
18897
18898 * config.guess (i386-unknown-bsdi): No longer need to
18899 check #if defined(__bsdi__) && defined(__i386__).
18900
18901Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18902
18903 * configure: Set program_transform_nameoption correctly.
18904
18905Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18906
18907 * brought build-all.mk update-to-date with progressive build-all.mk,
18908 added new targets and hppa info.
4e81ae98 18909
6599da04
JM
18910Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18911
18912 * configure: If config.guess result is a prefix of the user
18913 specified target, assume a native build and use the user specified
18914 target as the host alias. Remove SunOS patch suffix removal hack.
18915 * configure.in: Remove SunOS patch suffix removal hack.
18916
18917 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18918 in NATIVE_CHECK_MODULES.
18919
18920Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
18921
18922 * Makefile.in: Rename HOST_ONLY to NATIVE.
18923 * configure: Delete SunOs patch suffix from host_canonical
18924 and build_canonical variables that are prepended to Makefiles.
18925 * configure.in: Add comments for easier maintenance.
18926
18927Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18928
18929 * Makefile.in: Add all-libproc target similar to all-gui.
18930
18931Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
18932
18933 * Makefile.in (CHECK_MODULES): split into
18934 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18935
18936Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
18937
18938 * config.guess (i386-unknown-bsdi): New system to guess.
18939
18940Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18941
18942 * Makefile.in: Add all-gui target (but not yet build by "all").
18943
18944Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
18945
18946 * config.sub: Move deletion of patch suffix from here...
18947 * configure.in: To here, at Ian's suggestion. The top-
18948 level scripts might need to know of a patch level.
18949
18950Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
18951
18952 * config.sub: Strip off patch suffix so rtl is recognized
18953 as a sunos4.1.3 machine, even though it's been patched.
18954
18955Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
18956
18957 * Makefile.in (INSTALL_LAST): Delete.
18958 (INSTALL_DOSREL): New.
18959
18960Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18961
18962 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18963 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18964 whether we pass down --with-gnu-ld anyhow.
18965
18966Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
18967
18968 * Makefile.in (INSTALL_LAST): Change operation so it works
18969 on more flavors of make.
18970 * configure.in (go32): Don't build libg++ or libio.
18971
18972Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
18973
18974 * Makefile.in (Move HOST_PREFIX_1 and friends up so
18975 they can be overriden by templates.
18976
18977Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
18978
18979 * configure.in (target==go32): Don't build gdb.
18980 * dosrel: New directory.
18981
18982Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
18983
18984 * configure.in (host==go32): Configure dosrel too.
18985 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18986 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18987 be set by incoming names or templates.
18988 (INSTALL_LAST): New rule.
6599da04
JM
18989
18990Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
18991
18992 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18993
18994Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18995
6599da04
JM
18996 * configure.in (appdirs): New variable. Currently empty, but will
18997 be used in gas distribution. If nonempty, lists a set of
18998 directories at least one of which must get configured, or top
18999 level configuration is considered to have failed.
19000 (rs6000-*-lynxos*): Use new file name.
19001
19002Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19003
19004 Eliminate XTRAFLAGS.
19005 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19006 newlib include files using -idirafter, and also use -nostdinc.
19007 (CXX_FOR_TARGET): Likewise.
19008 (XTRAFLAGS): Removed.
19009 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19010 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19011 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19012 ($(DO_X)): Don't pass down XTRAFLAGS.
19013
19014Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19015
19016 * configure.in (mips*-dec-bsd*): New target; do build linker.
19017 (mips*-*-bsd*): New target; don't build linker.
19018
19019Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19020
19021 * configure.in: support rs6000-*-lynxos* configuration.
19022 support sunos4 as a cross target.
19023
19024 * config.sub: look for lynx*, not lynx since the OS version may
19025 legitimately be part of the name.
19026
19027Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19028
19029 * configure.in (i[34]86-*-sco*): Move to be with other i386
19030 targets.
19031 (romp-*-*): New target. Skip various binary utilities.
19032 (vax-*-*): New target. Don't build newlib.
19033 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19034
19035Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19036
19037 * configure.in: Only set host_makefile_frag if config
19038 directory exists.
19039
19040Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19041
19042 * install.sh: If $dstdir exists, don't check whether each
19043 component does.
19044
19045Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19046
19047 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19048
19049Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19050
3b75d237
AJ
19051 * configure.in (*-*-lynxos*): Don't configure newlib for either
19052 native or cross Lynx.
6599da04
JM
19053
19054Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19055
19056 * config.sub (sparc64-elf): Fix os.
19057 (z8k): Remove duplicate.
19058
19059Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19060
19061 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19062 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19063
19064Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19065
19066 * configure: Make file links cleanly even if Lynx fails on
e490616e 19067 an NFS symlink (at least fail cleanly).
6599da04
JM
19068
19069Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19070
19071 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19072 -XNh2000.
19073
19074Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19075
19076 * configure: Unknown options are fatal again.
19077
19078Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19079
19080 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19081 compatibility.
6599da04
JM
19082
19083Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19084
19085 * build-all.mk: Add `clean' target.
19086
19087Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19088
19089 * config.guess: Add SINIX support.
19090 * configure.in: Add mips-*-sysv4* support.
19091
19092Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19093
19094 * build-all.mk: Document all useful targets.
19095 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19096 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19097
19098Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19099
19100 * configure: Support --silent, --quiet.
19101
19102Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19103
19104 * configure: Support --disable-FEATURE.
19105
19106Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19107
19108 * config.guess: Recognize NCR running SVR4.3.
19109
19110Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19111
19112 * config.guess: Make BSDI generate i386-unknown-bsd386.
19113 Patch from Paul Eggert <eggert@twinsun.com>.
19114
19115Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19116
19117 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19118
19119Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19120
19121 * configure: Make unrecognized options give nonfatal warnings
19122 instead of fatal errors, and pass them to any subdirectory
19123 configures in case they recognize them.
19124 Make --x equivalent to --with-x.
19125
19126Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19127
19128 * configure: Add --enable-* options. Clean up usage message and
19129 some comments.
19130
19131Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19132
19133 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19134
19135Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19136
19137 * configure.in (hppa*-*-*): Enable binutils.
19138
19139Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19140
19141 * config.sub: Recognize cisco.
19142
19143Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19144
19145 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19146
19147Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19148
19149 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19150 than one configuration name. Add comment.
19151
19152Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19153
19154 * config.guess: about target *-hitachi-hiuxwe2, fixed
19155 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19156 macro is incorrect.]
19157
19158Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19159
19160 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19161 than the "make ls" stuff which used to be here.
19162
19163Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19164
19165 * config.guess: Recognize i[34]86-unknown-freebsd.
19166 From Shawn M Carey <smcarey@rodan.syr.edu>.
19167
19168Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19169
19170 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19171
19172Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19173
19174 * config.guess: Check for ptx.
19175
19176Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19177
19178 * config.sub: Add os9k checking.
19179
19180Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19181
19182 * config.guess: Handle OSF1 running on HPPA processors
19183
19184Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19185
19186 * configure: If subdir configure fails, print out a message with
19187 subdirectory name, in case subdir's configure code didn't identify
19188 itself.
19189
19190Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19191
19192 * configure.in: Remove embedded newlines from configdirs.
19193 Avoid mismatches of substrings. Fix matching strings at end
19194 of configdirs.
19195
19196Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19197
19198 * config.guess: Add Lynx/rs6000 config support.
19199
19200Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19201
19202 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19203
19204Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19205
19206 * configure.in (hppa*-*-osf*): Treat this just like most other
19207 PA configurations (eg no binutils or ld).
19208 (hppa*-*-*elf*): These configurations have binutils and ld.
19209
19210Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19211
19212 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19213
19214Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19215
19216 * configure.in (rs6000-*-*): Build gas.
19217
19218Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19219
e490616e 19220 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
19221
19222Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19223
19224 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19225 for GDB and GDB has been fixed to not need it.
19226
6599da04
JM
19227Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19228
19229 * config.guess: Recognize vax hosts.
19230
19231Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19232
19233 * configure (while loop): Don't use "break 2" inside case
19234 statement -- the case statement isn't an enclosing loop.
19235
19236Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19237
19238 * config.guess: Clean up NeXT support, to allow nextstep
19239 on Intel machines. Make OS be nextstep.
19240
19241Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19242
19243 * config.guess: Add alternate forms for Convex.
19244
19245Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19246
19247 * configure: Completely rewrite option processing. Take
19248 advantage of pattern-matching to avoid invoking test frequently.
19249 Also clean up host and target defaulting logic.
19250
19251Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19252
19253 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19254 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19255 commands (plus user environment) will fit SCO limits.
19256
19257Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19258
19259 * configure.in: Don't issue warnings about directories which are
19260 not being configured if -norecursion is set. Correct test for
19261 --with-gnu-as and --with-gnu-ld to not get confused by substring
19262 matches.
19263
19264 * configure.in: Don't build gas for alpha-dec-osf1*.
19265
19266Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19267
19268 * configure: Back out Per's change of 12/19/1993. It changes the
19269 behavior of configure in unexpected and confusing ways.
19270
19271 Also, use different delim char when calculating
19272 program_transform_name so that the name can contain slashes.
19273
19274Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19275
19276 * configure.in, config.sub: Add support for VSTa micro-kernel.
19277
19278Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19279
19280 * configure.in: Nuke hacks which were used to get a special
19281 version of GAS for HPPA configurations.
19282
19283Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19284
19285 * configure: If only ${target_alias} is given, use that
19286 as the default for ${host_alias}.
19287 * configure: Add missing back-slashes before nested quotes.
19288
19289Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19290
19291 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19292
19293Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19294
19295 * config.guess: Recognize some Tektronix configurations.
19296 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19297
19298Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19299
19300 * config.sub: Match any flavor of SH.
19301
19302Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19303
19304 * configure.in: Don't try to configure newlib for Alpha.
19305
19306Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19307
19308 * configure.in: Don't build ld for Irix 5. Don't build gas,
19309 libg++ or libio for any Alpha target.
19310
19311 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
19312
19313Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19314
19315 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19316 default arguments -- so it tried to compress itself.
19317
19318Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19319
19320 * configure.in (notsupp): ensure that a space is always at the end
19321 of the configdirs list, since the grep checks for an explicit space
19322
19323Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19324
19325 * configure.in (target i386-sysv4.2): don't build ld, since static
19326 versions of many libraries are not available.
19327
19328Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19329
19330 * config.guess: Recognize Apollos (using environment variables).
19331 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19332
19333Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19334
19335 * config.guess: Recognize Sony news mips running newsos.
19336
19337Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
19338
19339 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19340 "fi ; else" for bash.
19341
19342Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
19343
19344 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19345
19346Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
19347
19348 * config.sub: accept unixware as an alias for svr4.2.
19349 Fix some inconsistancies with the gcc version.
19350
19351Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19352
19353 * Makefile.in (DISTDOCDIRS): Add gdb.
19354
19355Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
19356
19357 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
19358
19359Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19360
19361 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19362 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19363 this now.
19364
19365Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19366
19367 * config.sub: Accept hiux* as an OS name.
19368
19369 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19370 etc/make-stds.texi. The underscore came from gcc, and dje now
19371 agrees that RUNTESTFLAGS is the correct name.
19372
19373Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
19374
19375 * install.sh: Remove 'set -e'. It makes any conditionals
19376 in the script useless.
19377
19378 * config.guess: Automatically recognize arm-acorn-riscix
19379 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19380
19381Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
19382
19383 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19384
19385Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19386
19387 * Makefile.in (DISTDOCDIRS): New variable.
19388 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 19389 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
19390
19391Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19392
19393 * configure.in (hppa target): check the source directory for the
19394 pagas sub-directory
19395
19396Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
19397
19398 * config.sub: Allow -aout* and -elf*.
19399
19400Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19401
19402 * configure.in: Don't build ld on i386-solaris2, same as for
19403 sparc-solaris2.
19404
19405Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
19406
19407 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19408
19409Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19410
19411 * configure.in: Configure gdb for alpha.
19412
19413Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19414
19415 * Makefile.in (CXXFLAGS): Add -O.
19416
19417Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19418
19419 * config.guess: added support for DG Aviion
19420
19421Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19422
19423 * configure.in: Produce warning message for subdirectories not
19424 configurable for this host/target combination. Don't try to
19425 configure gdb for vms.
19426
19427Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19428
19429 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19430 appropriate files before making "diststuff".
19431 (DISTBISONFILES): New var: list of files to be edited.
19432 (DISTSTUFFDIRS): Add binutils.
19433
19434Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19435
19436 * config.sub: also handle mipsel and mips64el (for little endian mips)
19437
19438Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19439
19440 * configure.in: Add * to end of all OS names.
19441
19442Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
19443
19444 * configure.in: Build newlib for LynxOS native.
19445
19446Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19447
19448 * config.guess: Add support for delta 88k running SVR3.
19449
19450 * configure.in: Add comment about HP compiler vs. emacs.
19451
19452Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19453
19454 * configure.in: don't build ld on solaris2 (not a viable option
19455 due to bugs in getpwnam & getpwuid)
19456
19457Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19458
19459 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19460 config.guess will produce a full version number.
19461
19462Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19463
19464 * configure.in: Build linker and binutils for alpha-dec-osf1.
19465
19466Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19467
19468 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19469 and gdb/testsuite/Makefile.in.
19470
19471Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19472
19473 * configure.in: recognize mips*- instead of mips-
19474
19475Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19476
19477 * config.sub: Accept linux*coff and linux*elf as operating
19478 systems.
19479
19480Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19481
19482 * config.sub: Recognize mips64, and mips3 as an alias for it.
19483
19484Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19485
19486 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19487 gdb knows how to handle OSF/1 shared libraries.
19488
19489Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19490
19491 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19492 * config.guess: Recognize Hitachi's HIUX.
19493 * config.sub: Recognize h3050r* and hppahitachi.
19494 Remove redundant cases for hp9k[23]*.
19495
19496Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19497
19498 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19499 if gas and ld are in the source tree and are in ${configdirs}.
19500 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 19501 --with options (but still pass them down on the command line,
6599da04
JM
19502 if they were explicitly specified).
19503
19504Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19505
19506 * configure: substitute SHELL value in Makefile.in with
19507 ${CONFIG_SHELL}
19508
19509Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19510
19511 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19512 *-*-solaris2* targets.
19513
19514Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19515
19516 * Makefile.in: define M4, and pass it down to sub-makes;
19517 all-autoconf now depends on all-m4
19518
19519Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19520
19521 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19522 presence of {ar,ranlib} instead of a configured directory
19523
19524Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19525
19526 * config.guess: Accept 34?? as well as 33?? for NCR.
19527
19528Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19529
19530 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19531 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19532
19533Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19534
19535 * configure: grab values for $(CC) and $(CXX) from the
19536 environment, so that someone can do "CC=gcc configure; make" and
19537 have it work right (matching the way that autoconf works now)
19538
19539 * configure.in, Makefile.in: add support for gash, the tcl
19540 interface to Galaxy
19541
19542 * config.guess: add NetBSD variants (hp300, x86)
19543
19544Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19545
19546 * install.sh: Support -d option (in the manner of SunOS 4 install,
19547 as it is more deterministic than that of GNU install)
19548 (chmodcmd): Set file to mode 755 by default (should also do default
19549 chgrp and chown, but I don't feel like dealing with that now)
19550
19551Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19552
19553 * config.sub: Remove h8300hhms alias.
19554
19555Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19556
19557 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19558
19559Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19560
19561 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19562 as stmp-fixinc
19563
19564Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19565
19566 * config.sub: recognize m88110-bug-coff.
19567
19568Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19569
19570 * Makefile.in (all-libio): all dependencies on the toolchain used
19571 to build this (gcc, gas, ld, etc)
19572
19573Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19574
19575 * config.guess: Deal with OSF/1 1.3 on alpha.
19576
19577Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19578
19579 * install.sh: add some 'else true' clauses for portability
19580
19581 * configure.in: don't build libio for h8[35]00-*-* targets
19582
19583Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19584
19585 * Makefile.in: Add support for new libio.
19586
19587Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19588
19589 * install.sh: If one command fails, don't try the rest. Don't try
19590 to remove $dsttmp (via trap) unless we have already created it.
19591 If $src doesn't exist, detect it and exit with an error.
19592
19593 * config.guess: Recognize BSD on hp300.
19594
19595Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19596
19597 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19598 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19599
19600Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19601
19602 * Makefile.in (all-send-pr): depends on all-prms
19603
19604Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19605
19606 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19607
19608Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19609
19610 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19611 Added test for mips-mips-riscos5.
19612
19613Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19614
19615 * configure.in: use mh-hp300 for 68k HP hosts
19616
19617Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19618
19619 * configure: add support for CONFIG_SHELL, so that you can use
19620 some alternate shell for evaluating configure scripts
19621
19622Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19623
19624 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19625 in configure script to bug-gdb@prep.ai.mit.edu when building
19626 distribution archive.
19627 * Makefile.in (COMPRESS): Remove def.
19628 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19629 gdb.tar.Z and make-gdb.tar.Z respectively.
19630 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19631 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19632 to convergence with 'taz' target in Makefile.in.
19633
19634Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19635
19636 * install.sh (dsttmp): use trap to ensure that tmp files go
19637 away on error conditions
19638
19639Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19640
19641 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19642
19643Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19644
19645 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19646 its parent is '/' not ''.
19647
19648 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19649
19650Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19651
19652 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19653 that ${newsrcdir}/configure.in does.
19654
19655Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19656
19657 * test-build.mk: support for CONFIG_SHELL
19658
19659Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19660
19661 * config.sub (netware): Add as a basic system type.
19662
19663Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19664
19665 * Makefile.in (Makefile): depend on configure.in. Also drop the
19666 $(srcdir)/ from the dependency on Makefile.in.
19667
19668Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19669
19670 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19671 (h8300hhms is temporary until multi-libraries are implemented).
19672 * configure.in: Handle h8300h too.
19673
19674Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19675
19676 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19677
19678Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19679
19680 * configure: Remove extraneous output when guessing host type.
19681 * config.guess: Remove extraneous output when guessing using C
19682 compiler rather than uname, or when guessing fails.
19683
19684Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19685
19686 * Makefile.in: remove all.cross and install.cross targets
19687
19688 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19689 definitions
19690
19691Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19692
19693 * configure.in (target sh): Build gprof.
19694
19695Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19696
19697 * config.sub: change -solaris to -solaris2
19698
19699Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19700
19701 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19702
19703Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19704
19705 * configure: Correct error message for missing Makefile.in to
19706 print correct directory.
19707
19708Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19709
19710 * install.sh: kludge around 386BSD shell bug
19711
19712Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19713
19714 * config.guess: Recognize NeXT.
19715 * config.guess: Recognize i486-ncr-sysv4.
19716 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19717
19718Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19719
19720 * Makefile.in (MAKEINFOFLAGS): New variable.
19721 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19722 * build-all.mk, test-build.mk: Pass down --no-split as
19723 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19724
19725Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19726
19727 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19728
19729Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19730
19731 * Makefile.in (libg++.tar.z): New rule.
19732 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19733 * Makefile.in (taz): Only do a single chmod.
19734
19735Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19736
19737 * install.sh: don't use dirname anymore (replaced with sed usage)
19738
19739Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19740
19741 * Makefile.in: Change extension for gzip'd files from '.z' to
19742 '.gz' per new FSF standard usage.
19743
19744Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19745
19746 * configure: put quotes around the final value of program_transform_name
19747
19748Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19749
19750 * Makefile.in: new install.sh support; update install-info rules
19751
19752Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19753
19754 * configure.in: Build diff for crosses, but not for go32 host.
19755
19756 * configure.in: Build gprof only for native, and don't build it
19757 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19758
19759Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19760
19761 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19762
19763Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19764
19765 * configure.in (host_tools): Add prms.
19766
19767Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19768
19769 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19770 with $(FLAGS_TO_PASS) on the command line
19771
19772 * config.sub: Recognize lynx and lynxos
19773
19774Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19775
19776 * config.sub: Accept -ecoff*, not just -ecoff.
19777
19778Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19779
19780 * Makefile.in (taz): Use .gz suffix instead of .z.
19781 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19782 names.
19783
19784Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19785
19786 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19787
19788Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19789
19790 * Makefile.in (install-no-fixedincludes): install gcc last, so
19791 that rebuilds that might happen during 'make install' don't get
19792 bogus gcc include files
19793
19794Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19795
19796 Change from Utah for HPPA support:
19797 * config.guess: Recognize hppa1.x-hp-bsd.
19798
19799Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19800
19801 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19802 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19803
19804Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19805
19806 * config.sub: Add support for rom68k and bug boot monitors.
19807
19808Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19809
19810 * Makefile.in: Make all-opcodes depend on all-bfd.
19811
19812Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19813
19814 * config.guess: Added special check for i[34]86-univel-sysv4*.
19815
19816Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19817
19818 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19819 the processor rather than assuming i486.
19820
19821Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19822
19823 * config.guess: Recognize SunOS6 as Solaris3.
19824
19825Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19826
19827 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19828 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19829
19830Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19831
19832 * build-all.mk (all-cross): New target for Canadian Cross.
19833 Added Q2 go32 targets.
19834 * test-build.mk: Configure go32 cross sparclite-aout and
19835 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19836 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19837
19838Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19839
19840 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19841 GO32 hosted toolchains
19842
19843Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19844
19845 * configure: change so "-exec-prefix" gets passed down rather
19846 than "-exec_prefix" so autoconf generated Makefiles get the
19847 exec_prefix set right.
19848
19849Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19850
19851 * config.guess: get the Solaris2 minor version number
19852
19853 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19854
19855Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19856
19857 * config.guess: Recognize some Sequent platforms.
19858
19859Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19860
19861 * Makefile.in: added the vault-install target
19862
19863 * configure.in: actually use the Sun3 makefile fragment that's in
19864 config, also added the release dir to configdirs
19865
19866Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19867
19868 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19869
19870Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19871
19872 * configure.in: remove some program from Alpha targetted toolchains
19873
19874Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19875
19876 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19877 gprof.
19878 (taz): Run "make diststuff" in those directories instead of "make
19879 proto-dir". Look for "VERSION=" only at start of line in subdir
19880 Makefile. Use "gzip -9" for compression.
19881 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19882 (binutils.tar.z): New target.
19883
19884Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19885
19886 * Makefile.in (taz): Include gpl.texinfo.
19887
19888Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19889
19890 * Makefile.in (setup-dirs): Merged into "taz" target.
19891 (taz): Only do `proto-dir' stuff if a directory is actually needed
19892 for this target.
19893
19894Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
19895
19896 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19897 (FLAGS_TO_PASS): Pass down MUNCH_NM.
19898 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19899 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19900 (gcc-no-fixedincludes): Correct for current gcc Makefile.
19901
19902Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
19903
19904 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
19905 config.sub, and move-if-change to gdb testsuite distribution
19906 archive, so the testsuite can be extracted, configured, and
19907 run separately from the gdb distribution. Blow away the Chill
19908 tests that require a Chill compiled executable, since GNU Chill
19909 is not yet publically available.
19910
19911Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19912
19913 * test-build.mk: set environment variables in a single command,
19914 instead of a list of assignments and exports
19915
19916 * config.guess: recognize Alpha/OSF1 systems
19917
19918Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19919
19920 * configure: Change help message to prefer --options rather than
19921 -options.
19922
19923Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19924
19925 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19926 zippy@ecst.csuchico.edu.
19927 * config.guess: Recognize miniframe.
19928
19929Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
19930
cc6010cd
AP
19931 * Makefile.in: Use srcroot to find runtest rather than rootme.
19932 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
19933
19934Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
19935
19936 * test-build.mk: Extensive additions to support building on a
19937 machine other than the host.
19938
19939Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19940
19941 * configure (tooldir): Fix for i386-aix again.
19942
19943Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
19944
19945 * configure, Makefile.in: Change definition of $(tooldir)
19946 to match the FSF.
19947
19948Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
19949
19950 * config.guess: Recognize i[34]86/SVR4.
19951
19952Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19953
19954 * Makefile.in (all-gdb): gdb depends on sim.
19955
19956Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
19957
19958 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
19959 at the same time we make the prototype gdb directory.
19960 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
19961 files at the same time as the gdb base release distribution.
19962
19963Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
19964
19965 * Makefile.in (check): Use individual check targets rather than
19966 DO_X rule.
19967 (check-gcc): Added.
19968
19969Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
19970
19971 * config.sub: Use sysv3.2 not sysv32 for canonical OS
19972 for System V release 3.2.
19973
19974Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19975
19976 * config.sub: Recognize hppaosf.
19977 * configure.in: Do configure ld/binutils/gas for it.
19978
19979Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19980
19981 * configure (tooldir): Alter syntax used to set this, for systems
19982 where "\$" isn't handled right, like i386-aix.
19983
19984Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
19985
19986 * configure: Pass program-transform-name, not
19987 program_transform_name, to recursive configures.
19988
19989Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
19990
19991 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19992 of gas+ld+binutils.
19993
19994Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
19995
19996 * config.guess: Recognize AIX3.2 as distinct from 3.1.
19997
19998Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19999
20000 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20001
6599da04
JM
20002Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20003
20004 * Makefile.in (PRMS): Set back to all-prms.
20005
20006Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20007
20008 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20009 targets, rather than for MIPS hosts.
20010
20011Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20012
20013 * configure.in: add comment for --with-x default values
20014
20015 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20016
20017 * Makefile.in: add check-* targets for each of the directories in
20018 the tree. Add a definition of RUNTEST that will use the one we
20019 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20020
20021Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20022
20023 * configure.in: Removed obsolete references to bfd_target and
20024 target_makefile_frag.
20025
20026 * build-all.mk: Set assorted targets for Q2.
20027 * config.sub: Recognize z8k-sim and h8300-hms.
20028 * test-build.mk: Really don't pass host to configure.
20029 (HOLES): Added uname.
20030
20031Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20032
20033 * configure: Handle an empty program-prefix, program-suffix or
20034 program-transform-name correctly.
20035
20036Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20037
20038 * build-all.mk: -G 8 no longer required for MIPS targets.
20039 * test-build.mk: Don't pass host argument to configure; make it
20040 guess.
20041
20042Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20043
20044 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20045 * Makefile.in (COMPRESS): New macro, like GZIP.
20046
20047Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20048
20049 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20050
20051 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20052 with gas currently defaults to -G 0.
20053
20054Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20055
20056 * Makefile.in (all-flex): flex depends on byacc.
20057
20058 * build-all.mk: If host not specified, use config.guess. Pass TAG
20059 to test-build.mk as RELEASE_TAG.
20060 * test-build.mk (configargs): New variable containing arguments to
20061 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20062 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20063
20064 * config.guess: Use /bin/uname when checking -X argument on SCO,
20065 to avoid invoking GNU uname which doesn't understand -X.
20066
20067 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20068
20069 * configure.in: Build gas for mips-*-*.
20070
20071Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20072
20073 * Makefile.in (all.normal): insert missing backslash.
20074
20075Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20076
731a8127 20077 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20078
20079 * Makefile.in: Complete overhaul to merge many almost identical
20080 targets.
20081
20082Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20083
20084 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20085 (gdb.tar.Z): Adjusted.
20086
20087 * Makefile.in (setup-dirs, taz): New targets; should be general
20088 enough to adapt for gdb sometime. Build only .z file.
20089 (gas.tar.z): New target.
20090
20091Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20092
20093 * build-all.mk: Use CC=cc -Xs on Solaris.
20094
6599da04
JM
20095Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20096
20097 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20098 for handling BISON for FSF releases.
20099
20100Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20101
20102 * configure: Actually implement the change zoo just documented.
20103
20104Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20105
20106 * configure: when using config.guess, only set target_alias when
20107 it's not already been set (ie, on the command line)
20108
20109Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20110
20111 * Makefile.in: add installcheck target, set PRMS to install-prms
20112
20113Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20114
20115 * configure: add support for package_makefile_fragment, handle the
20116 case where a directory has a configure.in file but no Makefile.in
20117 more gracefully (with an actual understandable error message, even);
20118 add support for --without (and add this to the usage message); also
20119 explicitly add a --host=${host_alias} to the command line when
20120 config.guess is used
20121
20122Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20123
20124 * configure: Must use both --host and --target in recursive calls.
20125
20126Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20127
20128 * Makefile.in: Change deja-gnu to dejagnu.
20129
20130Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20131
20132 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20133
20134Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20135
20136 * configure.in: canonicalize all instances to *-*-solaris2*,
20137 also strip out a number of tools to not build for go32 host
20138
20139Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20140
20141 * config.guess: add GPL.
20142
20143 * Makefile.in, config.guess, config.sub, configure: bump
20144 copyrights to 93.
20145
20146Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20147
20148 * Makefile.in (do-info): Removed obsolete check for existence of
20149 localenv file.
20150
20151 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20152
20153Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20154
20155 * Makefile.in: a couple of 'else true' for decstation,
20156 support for TclX
20157
20158 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20159
20160Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20161
20162 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20163
20164Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20165
20166 * config.guess: Recognize i386-ibm-aix (PS/2).
20167 * configure.in: Use config/mh-aix386 file for it.
20168
20169Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20170
20171 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20172 CC_FOR_TARGET instead.
20173 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20174
20175Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20176
20177 * Makefile.in: Add sim to list of directories sent with gdb
20178
20179Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20180
20181 * configure.in: Put back mips-dec-bsd* case.
20182
20183Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20184
20185 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20186 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20187 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20188
20189Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20190
20191 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20192
20193 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20194 (install-info): install dir.info only if it exists,
20195 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20196
20197Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20198
20199 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20200 gas for mips-dec-bsd.
20201
20202Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20203
20204 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20205 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20206
20207Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20208
20209 * configure.in: Added "dejagnu" to hosttools list.
20210
20211Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20212
20213 * config.sub, configure.in, config.guess: Add support
20214 for Bosx, an AIX variant from Bull.
20215 Patches from F.Pierresteguy@frcl.bull.fr.
20216
20217Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20218
20219 * devo/dejagnu: Initial creation of devo/dejagnu.
20220 Migrated dejagnu testcases and support files for testing software
20221 tools to reside as subdirectories, currently called "testsuite",
20222 within the directory of the software tool. Migrated all programs,
20223 support libraries, etc. beloging to dejagnu proper from
20224 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20225 with no modifications. The changes to these files which will
20226 allow them to configure, build, and execute properly will be made
20227 in a future update.
20228
20229Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20230
20231 * Makefile.in: Change send_pr to send-pr.
20232 * configure.in: Likewise.
20233 * send_pr: Renamed directory to send-pr.
20234
20235Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20236
20237 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20238
20239Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20240
20241 * README: Update for gdb-4.8 release.
20242 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20243 gdb-xxx.tar.z (gzip'd) file also.
20244
20245Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20246
20247 * Makefile.in: make all-diff depend on all-libiberty
20248
20249Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20250
20251 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20252
20253Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20254
20255 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20256
20257Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20258
20259 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20260 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20261 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20262
20263Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20264
20265 * Makefile.in: makeinfo binary is in a new location
20266
20267Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20268
20269 * config.sub: Accept -ecoff as an OS.
20270
20271 * Makefile.in: Various changes to eliminate a level of make
20272 recursion and reduce the required command line length.
20273 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20274 sub-makes.
20275 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20276 variables holding settings for specific sub-makes.
20277 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20278 in terms of BASE_FLAGS_TO_PASS.
20279 (TARGET_LIBS): New variable listing directories which use
20280 TARGET_FLAGS_TO_PASS.
20281 (subdir_do): Eliminated.
20282 (do-*): New set of targets to replace subdir_do.
20283 (various): All targets which used subdir_do now depend on do-*.
20284 (local-clean): Renamed from do_clean.
20285 (local-distclean): New target, dependency of distclean and
20286 realclean.
20287 (install-info): Don't create directories. Depend on dir.info
20288 rather than calling make recursively.
20289 (install-dir.info): Eliminated.
20290 (install-info-dirs): Create all info directories here.
20291 (dir.info): Depend upon do-install-info.
20292
20293 * test-build.mk (HOLES): Added false.
20294
20295Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20296
20297 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20298
20299Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20300
20301 * Makefile.in (info): remove dependency on all-texinfo. The
20302 problem was really in texinfo/C, not at this level.
20303
20304Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20305
20306 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20307
20308Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20309
20310 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20311 GDB releases.
20312
20313Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20314
20315 * configure: Include srcdir in message about target of link not
20316 being found. Don't convert `-' to `_' in `with' options being
20317 passed to subdirs.
20318
20319Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20320
20321 * configure.in: add uudecode to host_tools
20322
20323 * Makefile.in: added {all,install}-uudecode targets, added them to
20324 the appropriate lists
20325
20326Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20327
20328 * Makefile.in (all-gcc): Added dependency on all-gas.
20329
20330 * configure.in (mips-*-*): Build ld and binutils.
20331
20332Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20333
20334 * configure: check return code from mkdir, print error message and
20335 exit on failure.
20336
20337Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
20338
20339 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
20340
20341Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
20342
20343 * test-build.mk (HOLES): Added tar, cpio and uudecode.
20344
20345Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20346
20347 * config.sub (h8500): Recognize this as a cpu type.
20348
20349Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20350
20351 * configure: source directory missing is no longer a warning
20352
20353 * configure.in: recognize irix[34]* instead of irix[34]
20354
20355 * Makefile.in: define and pass down X11_LIB
20356
6599da04
JM
20357Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
20358
20359 * guess-systype: Renamed to ...
20360 * config.guess: ... by popular request.
20361 * configure.in, Makefile.in: Update accordingly.
20362
20363Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
20364
20365 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
20366 + Add Convex, Cray/Unicos, and Encore/Multimax support.
20367 + Execute ./dummy instead of assuming . is in PATH.
20368
20369Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
20370
20371 * guess-systype: New shell script. Attempts to guess the
20372 canonical host name of the executing host.
20373 Only a few hosts are supported so far.
20374 * configure: Call guess-systype if no host is specified.
20375
20376Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
20377
20378 * Makefile.in (gcc-no-fixedincludes): Made to work with current
20379 gcc Makefile.
20380
6599da04
JM
20381Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
20382
20383 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20384 (all-gcc, install-gcc, subdir_do): Use it.
20385
20386Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20387
20388 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20389
20390Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
20391
20392 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20393 set exclusively by configure, using configure.in .
20394
20395Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20396
20397 * test-build.mk: set $PATH for all builds
20398
20399 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20400
20401Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
20402
20403 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
20404 the one used in gcc/Makefile.in, so that a null expansion doesn't
20405 override the one needed to build gcc with a native cc.
20406
6599da04
JM
20407Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20408
20409 * configure: Accept -with arguments.
20410
20411Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20412
20413 * Makefile.in: added h8300sim
20414
20415Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
20416
6599da04
JM
20417 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20418 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
20419 (all-cygnus, native, build-cygnus): Make
20420 $(canonhost)-stamp-3stage-done, not $(host)....
20421 * test-build.mk (stamp-3stage-compared): Use tail +10c for
20422 i386-sco3.2v4. Added else true to if command.
20423
20424Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
20425
20426 * config.sub: (from FSF) Sequent uses a BSD-like OS.
20427
20428Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
20429
20430 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20431
20432Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20433
20434 * configure.in: don't remove binutils from Solaris builds
20435
20436Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
20437
20438 * Makefile.in: get rid of earlier definitions for *clean,
20439 also handle the recursive info rule better
20440
20441Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
20442
20443 * Makefile.in (mostlyclean, distclean, realclean): Fix to
20444 do more-or-less the right thing.
20445
20446Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
20447
20448 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20449 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20450
20451Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20452
20453 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20454 $(host_canonical).
20455
20456 * configure.in: split the configdirs list into 4 categories (native
20457 v. cross, library v. tool) and handle the cross-only and native-
20458 only in more reasonable (and correct!) way.
20459
20460Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20461
20462 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20463 configdirs anymore.
20464
20465Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20466
20467 * Makefile.in: extensive cleanup:: removed all of the explicit
20468 clean-* targets, collapsed many wrappers around subdir_do into
20469 one, added additional targets to satisfy standards.texi, deleted
20470 some old targets, some changes for consistency
20471
20472Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20473
20474 * configure.in: handle some programs as cross-only, and others as
20475 native only
20476
20477 * test-build.mk: handle partial holes in a more generic manner
20478
20479 * Makefile.in: m4 depends on libiberty
20480
6599da04
JM
20481Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20482
20483 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20484 time, wdiff, and find to configdirs
20485
20486 * Makefile.in: all, clean, and install rules for the new programs
20487 added to configure.in
20488
20489Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20490
20491 * configure.in: use mh-sun for all *-sun-* hosts
20492
6599da04
JM
20493Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20494
20495 * Makefile.in: define flags for X11 include files and library file
20496 locations, pass them down to the programs that need this info
20497
20498 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20499
6599da04
JM
20500Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20501
20502 * configure.in: start building libg++ for HP-UX targets
20503
20504Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20505
20506 * README: Update references to files moved into etc/.
20507
20508Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20509
20510 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20511 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20512
20513Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20514
20515 * configure: accept dash as well as underscore in long option
20516 names for FSF compatibility.
20517
20518Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20519
20520 * config.sub: added -sco3.2v4 support from FSF.
20521
20522Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20523
20524 * configure.in: expand the section that adds or removes
20525 directories from the list of programs to build, to handle native
20526 vs. cross in addition to host v. native
20527
20528Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20529
20530 * Makefile.in: Replace C++ in macro names with CXX.
20531 This is less likely to break ...
20532
20533Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20534
20535 * test-build.mk: add -w to GNU_MAKE
20536
20537Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20538
20539 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20540 add 'sparc' to list of recognized cpus. This needed to make
20541 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20542 Delete some redundant ose68 variants. Recognize -wrs as an os,
20543 then changes that into $CPU-wrs-vxworks.
20544
20545 * configure.in: remove most references to gdbtest, regularize
20546 target based program removal
20547
20548 * test-build.mk: import from p3 tree (many fixes and changes)
20549
20550Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20551
20552 * Makefile.in: added rules to handle tcl, tk, and expect
20553
20554 * configure.in: handle those directories if they exist
20555
20556Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20557
20558 * config.sub: removed bogus hppabsd and hppahpux names, since
20559 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20560
20561Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20562
20563 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20564 depends upon all-xiberty
20565
20566 * Makefile.in: changes from p3, including:
20567
20568 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20569
20570 * Makefile.in (XTRAFLAGS): include newlib directories if
20571 newlib/Makefile exists, rather than if host != target.
20572
20573 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20574
20575 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20576 from the same source tree and not building a cross-compiler. This
20577 matters for the libg++ configuration if reconfiguring a tree that
20578 has already been installed.
20579
20580 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20581
20582 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20583 pick up the machine and system specific header files.
20584
20585 * Makefile.in: added AS_FOR_TARGET, passed down in
20586 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20587 the C compiler to use to create programs which are run in the
20588 build environment, set it to default to $(CC), and passed it down
20589 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20590
20591 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20592
20593 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20594 We need them for unusual native builds, like systems without
20595 ranlib.
20596
20597 * configure: also define $(host_canonical) and
e490616e
ZW
20598 $(target_canonical), which are the full, canonical names for the
20599 given host and target
6599da04
JM
20600
20601Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20602
20603 * Makefile.in: Added separate definitions for C++.
20604
20605Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20606
20607 * configure.in (configdirs): Add deja-gnu.
20608
20609Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20610
20611 * README: Update for configure.texi and gdb-4.7 release.
20612
20613Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20614
20615 * Makefile.in: Move "all" target to top of file.
20616 Previously, first target was ".PHONY" which caused BSD4.4 make
20617 to build .PHONY when make was run without arguments.
20618
20619Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20620
20621 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20622 Library-copylefted code in libiberty.
20623
20624Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20625
20626 * config.sub: Replace m68kmote with plain old m68k.
20627
20628Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20629
20630 * Makefile.in: Remove space from blank line, avoid Make complaints.
20631
20632Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20633
20634 * config.sub: Complain if no argument is given. Added support for
20635 386bsd as OS and target alias.
20636
20637Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20638
20639 * Makefile.in (XTRAFLAGS): include newlib directories if
20640 newlib/Makefile exists, rather than if host != target.
20641
20642Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20643
20644 * config.sub: recognize sparclite-wrs-vxworks.
20645
20646 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20647 p3.) Added clean-xiberty to clean.
20648
20649Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20650
20651 * configure.in: use *-*-* instead of nested cases for host and target
20652
20653Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20654
20655 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20656 from the same source tree and not building a cross-compiler. This
20657 matters for the libg++ configuration if reconfiguring a tree that
20658 has already been installed.
20659
20660Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20661
20662 * config.sub (i486v/i486v4): Merge in from FSF version.
20663
20664Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20665
20666 * configure: only set PWD if it is already set.
20667
20668Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20669
20670 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20671 doesn't have unset and all success paths (and most error paths)
20672 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20673 to just ${PWD} to avoid confusion.)
20674
20675Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20676
20677 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20678 even for a native compilation.
20679
20680Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20681
20682 Changes to make the gdb.tar.Z rule work better.
20683
20684 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20685 (DEVO_SUPPORT): Add configure.texi.
20686 (bfd-ilrt.tar.Z): Remove ancient rule.
20687
20688Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20689
20690 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20691 pick up the machine and system specific header files.
20692
20693 * configure.in, config.sub: added new target m68010-adobe-scout,
20694 with alias of adobe68k. Changed configure.in to check for
20695 -scout before -sco* to avoid a false match.
20696
20697 * Makefile.in: added AS_FOR_TARGET, passed down in
20698 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20699 the C compiler to use to create programs which are run in the
20700 build environment, set it to default to $(CC), and passed it down
20701 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20702
20703Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20704
20705 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20706 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20707 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20708 FOR_TARGET variants, to newlib and libg++.
20709
20710Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20711
20712 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20713 first.
20714
20715Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20716
20717 * config.sub: Accept `elf' as an environment.
20718
20719Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20720
20721 * Makefile.in (all-opcodes): cd into the right directory
20722
20723Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20724
20725 * configure: added -program_transform_name option, used as
20726 argument to sed when installing programs.
20727 configure.texi: added documentation for -program_prefix,
20728 -program_suffix and -program_transform_name.
20729
20730Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20731
20732 * config.sub: Accept i486 where i386 ok.
20733
20734Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20735
20736 * config.sub: accept we32k
20737
20738Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20739
3b75d237 20740 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
20741
20742 * Makefile.in: don't create all directories for ``make install'';
20743 let the subdirectories create the ones they need.
20744
20745Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20746
e490616e 20747 * COPYING: new file, GPL v2
6599da04
JM
20748
20749Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20750
20751 * Makefile.in: use the new gen-info-dir, which needs a template
20752 argument (which also lives in texinfo)
20753
20754 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20755
6599da04
JM
20756Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20757
20758 * config.sub (ncr3000): Change i386 to i486.
20759
20760Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20761
20762 * Makefile.in: add install-rcs, install-grep to
20763 install-no-fixedincludes, removed install-bison and install-libgcc
20764
20765Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20766
20767 * configure.in: grab the HPUX makefile fragment if on HPUX
20768
20769Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20770
20771 * Makefile.in: eradicate bison spoor (ditto libgcc).
20772 configure.in: recognise m68{k,000}-ericsson-OSE.
20773 es1800 is alias for m68k-ericsson-OSE
20774
20775Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20776
20777 * configure.in: rearrange the parts that remove programs from
20778 configdirs, based now on HOST==TARGET or by canonical triple.
20779
20780Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20781
20782 * test-build.mk: recurse explicitly with -f test-build.mk when
20783 appropriate. predicate stage3 and comparison on the existence
20784 of gcc. That is, if gcc isn't around, we aren't three-staging.
20785 On very clean, also remove ...stamp-co. Build in-place before
20786 doing other builds.
20787
20788Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20789
20790 * Makefile.in, configure.in: add tgas
20791
20792Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20793
20794 * Makefile.in: a number of changes merged in from progressive.
20795
20796 * configure.in: add libm.
20797
20798 * .cvsignore: ignore some stuff that comes from test-build.mk.
20799
6599da04
JM
20800Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20801
20802 * config.sub: Add es1800 (m68k-ericsson-es1800).
20803
20804Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20805
20806 * configure: Add program_suffix (parallel to program_prefix)
20807 * Makefile.in: adjust directory-creating script for losing decstation
20808
20809Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20810
20811 * configure: Minor $subdir-related fixes.
20812
20813Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20814
20815 * configure: fix various problems with propogating
20816 makefile_target_frag in subdirs.
20817 * configure.in: config libgcc if its there
20818
20819Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20820
20821 * config.sub: HPPA merge.
20822
6599da04
JM
20823Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20824
20825 * Makefile.in: Replace all-bison with all-byacc in all
20826 dependency lines for other tools (which now use byacc).
20827
20828Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20829
20830 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20831
6599da04
JM
20832Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20833
20834 * Makefile.in: make gprof rules similar to byacc rules (instead of
20835 vestigal $(unsubdir) that didn't work...)
20836
20837Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20838
20839 * config.sub: Add support for Linux.
20840 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20841 (at least for libg++).
20842
20843Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20844
20845 * configure.texi: fix doc for the -nfp option to configure
20846
20847Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20848
20849 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20850
20851Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20852
20853 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20854 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20855 * configure.in: added solaris* host_makefile_frag hook.
20856
20857Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20858
20859 * config.sub: changed recognition of m68000 so that various
20860 m68k types can be specified via m680[01234]0
20861
20862Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20863
20864 * config.sub (basic_machine): fix sed so that '-foo' isn't
20865 completely substituted out while .+'-foo' loses the '-foo'
20866
20867Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20868
20869 * config.sub ($os): Add -aout.
20870
20871Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20872
20873 * configure: If host_makefile_frag is absolute, don't
20874 prefix ${invsubdir} (relevant to libg++ auto-configure).
20875
20876Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20877
20878 * Makefile.in (tooldir): Define it.
20879 (all-ld): Depend on all-flex.
20880
20881Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20882
20883 * Makefile.in (check): Fix libg++ special case.
20884
20885Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
20886
20887 * configure: do not bury `pwd` into config.status, thus do fewer
20888 pwd's.
20889
20890 * configure: print the "Building in" message only when building in
20891 other than "." AND verbose.
20892
63f6bcd7 20893 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
20894 configures.
20895
20896 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20897
20898Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
20899
20900 * Makefile.in: macroize flags passed on recursion. remove
20901 fileutils.
20902
20903Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
20904
20905 * configure: get makesrcdir right for subdirs deeper than 1.
20906
20907 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20908 install.
20909
20910Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
20911
20912 * Makefile.in: don't print subdir_do or recursion lines.
20913
20914Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
20915
20916 * standards.texi: added menu item.
20917
20918 * Makefile.in: build and install standards.info.
20919
20920 * standards.texi: new file.
20921
20922Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20923
20924 * configure: test for and move config.status pieces from
20925 ${subdir}/.
20926
20927Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
20928
6599da04
JM
20929 * configure: Test for existance of files before trying to mv
20930 them, to avoid numerous non-existance messages.
20931
20932Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
20933
20934 * configure: correct final line of config.status.
20935
20936 * configure: patch from eggert. Avoids a protection problem if
20937 the original Makefile.in is read only.
20938
20939 * configure: use move-if-change from gcc to create config.status.
20940 Some makefiles depend on config.status to tell if a directory
20941 has been reconfigured for a different host. This change
20942 prevents those directories from remaking everything in the case
20943 where the reconfig was only intended to rebuild a Makefile.
20944
20945 * configure: test for config.sub with "config.sub sun4" rather
20946 than "config.sub ${host_alias}". Otherwise we can't tell a bad
20947 host alias from a missing config.sub.
20948
20949Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20950
20951 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20952 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
20953
20954Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
20955
20956 * configure: mkdir ${subdir} as needed.
20957
20958Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
20959
20960 * Makefile.in,configure.in: added autoconf.
20961
20962Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20963
20964 * Makefile.in: no longer pass against on recursion.
20965
20966 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
20967 definitions are not inherited.
20968
20969 * configure: correct makesrcdir when subdir is .
20970
20971Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
20972
20973 * configure: Add support for 'subdirs' variable, which is
20974 like 'configdirs', except that configure doesn't re-invoke
20975 itself for subdirs, it just creates a Makefile for each subdir.
20976 * configure.texi: Document subdirs.
20977
20978Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20979
20980 * configure.in: added flex to configdirs
20981
20982Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
20983
20984 * Makefile.in: remove clean-stamps from clean.
20985
20986Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
20987
20988 * configure.in: Add gdbtest to configdirs.
20989
20990Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
20991
20992 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
20993 to recursive makes.
20994 * configure.in: Recognize new ncr3000 config.
20995
20996Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
20997
20998 * Makefile.in, configure.in: removed references to gdbm.
20999
21000Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21001
21002 * config.sub: Don't canonicalize os value
21003 newsos* to bsd (readline needs to check for newsos).
21004 (This fix was earlier made Jan 31, but got re-broken.)
21005
21006Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21007
21008 * configure.in: sco is an os, not a vendor!
21009
21010 * configure: Quote $( better. Keep various shells happy.
21011
21012Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21013
21014 * Makefile.in: eliminate stamp-files.
21015
21016Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21017
21018 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21019 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21020
21021Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21022
21023 * config.sub: fix iris/iris3.
21024
21025Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21026
21027 * configure: re-add -rm.
21028
21029Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21030
21031 * Maskefile.in: add .stmp-rcs to all.
21032
21033 * configure.in: remove gas from rs6000 build, use aix host fragment.
21034
21035Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21036
21037 * configure: pass down site_option during recursion.
21038
21039Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21040
21041 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21042
21043Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21044
21045 * configure: Change exec_prefix so that it really defaults to prefix.
21046
21047Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21048
21049 * Makefile.in, configure.in: Add support for mmalloc library.
21050
21051Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21052
21053 * Makefile.in: add stmp dependencies for a few more things.
21054
21055Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21056
21057 * configure: adjusted error message on objdir/srcdir configure
21058 collision, per john's suggestion.
21059
21060 * Makefile.in: add libiberty stmp to all and all.cross.
21061
21062Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21063
21064 * Makefile.in: remove force dependencies, add grep to all.
21065
21066Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21067
21068 * Makefile.in: drop flex. make stamp files work.
21069
21070 * configure: added test for conflicting configuration in srcdir,
21071 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21072 gets cranky. use relative paths for configure and srcdir
21073 whenever possible. Send some error messages to stderr that were
21074 going to stdout.
21075
21076Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21077
21078 * Makefile.in: Fix libg++ rule to check for gcc directory
21079 before using gcc/gcc. Also pass XTRAFLAGS.
21080
21081Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21082
21083 * Makefile.in: added stmp-files so that directories aren't polled
21084 when they are already built.
21085
21086 * configure.texi: fixed a node pointer problem.
21087
21088Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21089
731a8127 21090 * config.sub configure.in gdb/configure.in
6599da04
JM
21091 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21092 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21093 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21094
21095Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21096
21097 * configure: -recurring becomes -silent. corrected help message
21098 for -site= option.
21099
21100 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21101
21102Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21103
21104 * configure: when building Makefile for crosses, replace
21105 tooldir and program_prefix. default srcdir from location of
21106 config.sub. remove "for host in hosts" and "for target in
21107 targets" loops.
21108
21109Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21110
21111 * Makefile.in: Do not pass bindir or mandir to cvs.
21112
21113Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21114
21115 * Makefile.in, configure.in: removed traces of namesubdir,
21116 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21117 copyrights to '92, changed some from Cygnus to FSF.
21118
21119 * configure.texi: remove most references to multiple hosts,
21120 multiple targets, subdirs, etc.
21121
21122 * configure.man: removed rcsid. reference config.sub not
21123 config.subr.
21124
21125 * Makefile.in: mkdir $(infodir) on install-info.
21126
21127Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21128
21129 * configure.texi: Explain better about .gdbinit and about
21130 the environment that configure.in sections run in.
21131
21132Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21133
21134 * configure.in: Ultrix is only a decstation if it's a MIPS.
21135
21136Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21137
21138 * README: DOC.configure => cfg-paper.texi.
21139
21140Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21141
21142 * config.sub (near case $os): Don't convert newsos* to bsd!
21143
21144Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21145
21146 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21147 the number of copies of COPYING that go into the GDB tar file.
21148
21149Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21150
731a8127 21151 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21152 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21153 Fix SCO configuration stuff.
21154
21155Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21156
21157 * Makefile.in: For libg++, make sure the -I pointing
21158 to the gcc directory goes *after* all the libg++-local -I flags.
21159 Also, move just-gcc dependency from just-libg++ to all-libg++.
21160
21161Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21162
21163 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21164
21165Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21166
21167 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21168
21169Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21170
21171 * config.sub: Add stratus configuration frags. Also
21172 submitted to FSF.
21173
21174Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21175
21176 * Makefile.in (DEV_SUPPORT): add configure.man.
21177
21178 * config.sub(Decode manufacturer-specific): add -none*.
21179
21180Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21181
21182 * Makefile.in: remove form feeds to make Sun's make happy.
21183 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21184
21185Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21186
21187 * Makefile.in (AR_FLAGS): Make quieter.
21188
21189Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21190
21191 * configure.in: Add libg++.
21192 * configure: When verbose, don't output the command line at each
21193 level; it will be unremarkably the same as the previous version,
21194 which will be the same as what the user typed.
21195
21196Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21197
21198 * configure.in, Makefile.in: fix clean-info, add flex. add
21199 fileutils.
21200
21201 * configure: be less sensitive to spaces in Makefile.in. Do not
21202 look for sources in "..". Doing so breaks subdirectories that
21203 might have their own configure. If a subdir has it's own
21204 configure script, use it.
21205
21206Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21207
21208 * cfg-paper.texi: some changes suggested by rms.
21209
21210Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21211
21212 * config.sub: Merge in some small additions from the FSF version,
21213 taken from the gcc distribution, to bring the Cygnus and FSF
21214 versions into closer sync.
21215
21216Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21217
21218 * configure.in: Changed svr4 references to sysv4.
21219
21220Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21221
21222 * configure: added -V for version number option.
21223
21224Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21225
21226 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21227 renamed from DOC.configure to cfg-paper.texi.
21228
21229Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21230
21231 * configure, config.subr, config.sub: config.subr is now
21232 config.sub again.
21233
21234Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21235
21236 * configure.texi: new file, in progress.
21237
21238 * Makefile.in: build info file and install the man page for
21239 configure.
21240
21241 * configure.man: new file, first cut.
21242
21243 * configure: find config.subr again now that configuration "none"
21244 has gone. removed all traces of the -ansi option. removed all
21245 traces of the -languages option.
21246
21247 * config.subr: resync from rms.
21248
21249Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21250
21251 * configure, config.sub, config.subr: merge config.sub into
21252 config.subr, call the result config.subr, remove config.sub, use
21253 config.subr.
21254
21255 * Makefile.in: revised install for dir.info.
21256
21257Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21258
21259 * configure.in: add decstation host makefile frag.
21260
21261 * Makefile.in: BISON now bison -y again. also install-gcc on
21262 install. clean-gdbm on clean. infodir belongs in datadir.
21263 Make directories for info install. Build dir.info here then
21264 install it.
21265
21266Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21267
21268 * Makefile.in: fix for bad directory tests.
21269
21270Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21271
21272 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21273 regexp. -srcdir relative was being handled incorrectly.
21274
21275 * Makefile.in: unwrapped some for loops so that parallel makes
21276 work again and so one can focus one's attention on a particular
21277 package.
21278
21279Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21280
21281 * configure: added PWD as a stand in for `pwd` (for speed). use
21282 elif wherever possible. make -srcdir work without -objdir.
21283 -objdir= commented out.
21284
21285Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21286
21287 * configure: +options become --options. -subdirs commented out.
21288 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21289 Makefile now at top of generated Makefile. Removed cvs log
21290 entries. added -srcdir. create .gdbinit only if there is one
21291 in ${srcdir}.
21292
21293 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21294 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21295 and mandir now keyed off datadir by default.
21296
21297Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21298
21299 * Freshly created ChangeLog.
21300
21301\f
21302Local Variables:
21303mode: change-log
21304left-margin: 8
21305fill-column: 76
21306version-control: never
21307End: