]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
analyzer: skip constant pool in -fdump-analyzer-untracked [PR testsuite/105085]
[thirdparty/gcc.git] / ChangeLog
CommitLineData
aab0127d
GA
12022-03-28 Tom Tromey <tromey@adacore.com>
2
3 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
4 * configure: Rebuild.
5
6fc4a993
GA
62022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
7
8 * MAINTAINERS: Change my information.
9
9fc8f278
GA
102022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
11
12 * MAINTAINERS: Add myself to DCO section.
13
510613e7
GA
142022-03-14 Jonathan Wakely <jwakely@redhat.com>
15
16 * configure.ac: Fix incorrect option in comment.
17 * configure: Regenerate.
18
8cc4f9cd
GA
192022-03-09 Hans-Peter Nilsson <hp@axis.com>
20
21 * Makefile.def (dependencies): Make configure-sim depend on
22 all-readline.
23 * Makefile.in: Regenerate.
24
2cfb33fc
GA
252022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
26
27 * MAINTAINERS (Write After Approval): Update my e-mail address.
28
2a2fda2d
GA
292022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
30
31 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
32
1bb52662
GA
332022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
34
35 * MAINTAINERS: Update my email and add myself to the DCO list.
36
e0b8716f
GA
372022-01-25 Thomas Schwinge <thomas@codesourcery.com>
38
39 Revert:
40 2021-09-16 Andrew Pinski <apinski@marvell.com>
41
42 PR bootstrap/67102
43 * Makefile.def: Have configure-target-libffi depend on
44 all-target-libstdc++-v3.
45 * Makefile.in: Regenerate.
46
d43be9dc
GA
472022-01-22 Jakub Jelinek <jakub@redhat.com>
48
49 PR other/104181
50 * build.log: Remove.
51
5fa55d55
GA
522022-01-20 Martin Liska <mliska@suse.cz>
53
54 * MAINTAINERS: Adjust email address based on IRC request.
55
7a761ae6
GA
562022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
57
58 * MAINTAINERS: Update my email address.
59
fc829782
GA
602022-01-17 Martin Liska <mliska@suse.cz>
61
62 * MAINTAINERS: Rename .c names to .cc.
63
ad3f0d08
GA
642022-01-13 Jakub Jelinek <jakub@redhat.com>
65
66 * Makefile.am: Remove.
67
01a254e3
GA
682022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
69
70 * Makefile.am: New file.
71
722022-01-11 Martin Liska <mliska@suse.cz>
73
74 * MAINTAINERS: Sort 2 names.
75
d9450aa0
GA
762022-01-10 Martin Liska <mliska@suse.cz>
77
78 * MAINTAINERS: Fix obvious issues with sorting.
79
55e96bf9
GA
802022-01-07 liuhongt <hongtao.liu@intel.com>
81
82 * build.log: New file.
83
0fbefa25
GA
842022-01-05 Nathan Sidwell <nathan@acm.org>
85
86 * MAINTAINERS: Add DCO entry. Sort that list.
87
7d11b64b
GA
882022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
89
90 * MAINTAINERS: Change of email address in both DCO and
91 Write After Approval list.
92
aa17859b
GA
932021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
94
95 * configure: Regenerate.
96
972021-12-21 Martin Liska <mliska@suse.cz>
98
99 * config.sub: Change mode back to 755.
100
2554e2da
GA
1012021-12-17 Martin Liska <mliska@suse.cz>
102
103 * config.sub: Sync from master.
104
1052021-12-17 Martin Liska <mliska@suse.cz>
106
107 Revert:
108 2021-12-16 Matthias Seidel <mseidel@apache.org>
109
110 * config.sub: Fix typo.
111
774269aa
GA
1122021-12-16 Matthias Seidel <mseidel@apache.org>
113
114 * config.sub: Fix typo.
115
1162021-12-16 H.J. Lu <hjl.tools@gmail.com>
117
118 Revert:
119 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
120
121 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
122 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
123 * configure.ac: Include config/gcc-plugin.m4.
124 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
125 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
126 RANLIB if possible.
127 * Makefile.in: Regenerated.
128 * configure: Likewise.
129
8a89c39b
GA
1302021-12-15 H.J. Lu <hjl.tools@gmail.com>
131
132 * Makefile.tpl (BUILD_CFLAGS): New.
133 (CFLAGS): Append $(BUILD_CFLAGS).
134 (CXXFLAGS): Likewise.
135 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
136 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
137 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
138 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
139 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
140 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
141 (PGO-TRAINING-TARGETS): Likewise.
142 (PGO_BUILD_TRAINING): Likewise.
143 (all): Add '+' to the command line for recursive make. Support
144 the PGO build.
145 * configure.ac: Add --enable-pgo-build[=lto].
146 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
147 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
148 * Makefile.in: Regenerated.
149 * configure: Likewise.
150
1512021-12-15 H.J. Lu <hjl.tools@gmail.com>
152
153 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
154 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
155 * configure.ac: Include config/gcc-plugin.m4.
156 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
157 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
158 RANLIB if possible.
159 * Makefile.in: Regenerated.
160 * configure: Likewise.
161
9c6586bc
GA
1622021-12-14 Marc Poulhiès <poulhies@adacore.com>
163
164 * MAINTAINERS: Add myself to write after approval.
165
3a580f96
GA
1662021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
167
168 * MAINTAINERS: Adding myself.
169
ea6ef320
GA
1702021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
171
172 * configure: Regenerate.
173 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
174 $(CPP).
175
c177e806
GA
1762021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
177
178 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
179 libatomic.
180 * Makefile.in: Regenerate.
181 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
182 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
183 target-libphobos-bootstrap.
184 (STAGE2_CONFIGURE_FLAGS): Likewise.
185 * configure: Regenerate.
186 * configure.ac: Add support for bootstrapping D front-end.
187
6b1695f4
GA
1882021-11-16 Martin Uecker <uecker@gcc.gnu.org>
189
190 * MAINTAINERS: Add myself to DCO section and update email address.
191
1922021-11-16 Iain Sandoe <iain@sandoe.co.uk>
193
194 * configure: Regenerate.
195 * configure.ac: Ensure that PIC (shared) defaults are set
196 correctly for Darwin.
197
1982021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
199
200 * MAINTAINERS: Update my address.
201
af2852b9
GA
2022021-11-12 Alan Modra <amodra@gmail.com>
203
204 * Makefile.def (configure-opcodes): Depend on configure-bfd.
205 * Makefile.in: Regenerate.
206
18ae471f
GA
2072021-11-03 Maciej W. Rozycki <macro@embecosm.com>
208
209 * MAINTAINERS: Clarify the policy WRT the Write After Approval
210 list.
211
b4df2dd3
GA
2122021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * MAINTAINERS (Reviewers, arc): Remove my entry.
215 (Write After Approval): Add an entry for myself.
216
2322c8b1
GA
2172021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
218
219 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
220 * Makefile.in: Regenerate.
221 * configure: Regenerate.
222 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
223
3ff5b4ed
GA
2242021-10-26 Jeff Law <jeffreyalaw@gmail.com>
225
226 * MAINTAINERS: Fix up Maciej's entries.
227
2282021-10-26 Maciej W. Rozycki <macro@embecosm.com>
229
230 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
231 maintainer.
232
c2bd5d8a
GA
2332021-10-22 Eric Gallager <egallager@gcc.gnu.org>
234
235 PR other/102663
236 * Makefile.def: Handle install-dvi target.
237 * Makefile.tpl: Likewise.
238 * Makefile.in: Regenerate.
239
19472fc3
GA
2402021-10-19 Clément Chigot <clement.chigot@atos.net>
241
242 * MAINTAINERS: Add myself for write after approval.
243
52055987
GA
2442021-10-12 Eric Gallager <egallager@gcc.gnu.org>
245
246 * Makefile.def: Mark libcody, libdecnumber,
247 c++tools, libgcc, and libobjc as missing TAGS
248 targets.
249 * Makefile.in: Regenerate.
250
50e20ee6
GA
2512021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
252
253 * MAINTAINERS: Add myself to DCO section and update email
254 address.
255
d238146e
GA
2562021-09-29 Jonathan Wakely <jwakely@redhat.com>
257
258 * MAINTAINERS: Add myself to DCO section.
259
fd133479
GA
2602021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * configure: Regenerate.
263 * configure.ac (skipdirs): Add the contents of target_configdirs if
264 we are not building gcc.
265
9a4293ed
GA
2662021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * Makefile.def: Back-port commits ba4d88ad892f and
269 755ba58ebef0 from binutils-gdb repository.
270 * Makefile.in: Regenerated.
271
62498024
GA
2722021-09-20 Harald Anlauf <anlauf@gmx.de>
273
274 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
275
0a4cb439
GA
2762021-09-17 Iain Sandoe <iain@sandoe.co.uk>
277
278 * Makefile.def: Add a jit check target for the jit
279 language.
280 * Makefile.in: Regenerate.
281
e19570d3
GA
2822021-09-16 Andrew Pinski <apinski@marvell.com>
283
284 PR bootstrap/67102
285 * Makefile.def: Have configure-target-libffi depend on
286 all-target-libstdc++-v3.
287 * Makefile.in: Regenerate.
288
a26206ec
GA
2892021-09-10 Petter Tomner <tomner@kth.se>
290
291 * MAINTAINERS: Me added to DCO and write after approval
292
e11c6046
GA
2932021-09-01 YunQiang Su <syq@debian.org>
294
295 * MAINTAINERS: Add myself for write after approval.
296
6d51ee43
GA
2972021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
300 * Makefile.in: Regenerate.
301
4be4fa4e
GA
3022021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
303
304 * MAINTAINERS: Add myself for write after approval.
305
6e529985
GA
3062021-08-18 Iain Sandoe <iain@sandoe.co.uk>
307
308 * Makefile.in: Regenerate.
309 * Makefile.tpl: Make the state of the configured host
310 shared flag available to makefile fragements.
311
37768150
GA
3122021-08-09 Hongyu Wang <hongyu.wang@intel.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
92d45509
GA
3162021-07-20 Richard Earnshaw <rearnsha@arm.com>
317
318 * .dir-locals.el (bug-reference-url-format): Use https.
319
3202021-07-20 Richard Earnshaw <rearnsha@arm.com>
321
322 * .dir-locals.el (c-mode): Change fill-column to 79.
323
d97d71a1
GA
3242021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
325
326 * MAINTAINERS: Add myself to DCO section.
327
ef2ace64
GA
3282021-07-09 Iain Sandoe <iain@sandoe.co.uk>
329
330 * configure: Regenerate.
331 * configure.ac: Adjust cases for which it is necessary to
332 include the Darwin host config fragment.
333
6fba0eea
GA
3342021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
335
336 * MAINTAINERS: Add myself for write after approval and DCO.
337
6d53e6f9
GA
3382021-07-05 Iain Sandoe <iain@sandoe.co.uk>
339
340 * Makefile.def: Add dsymutil defs.
341 * Makefile.in: Regenerated.
342 * Makefile.tpl: Add dsymutil to flags.
343 * configure: Regenerated.
344 * configure.ac: Add dsymutil to target and build recipes.
345
bea7c16a
GA
3462021-07-01 Ankur Saini <arsenic@sourceware.org>
347
348 * MAINTAINERS: Add myself for write after approval.
349
25b6bfea
GA
3502021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
351
352 * MAINTAINERS (Write After Approval): Add myself.
353
90708f87
GA
3542021-06-25 Matthias Kretz <m.kretz@gsi.de>
355
356 * MAINTAINERS: Add myself for write after approval and DCO
357
9aa8327e
GA
3582021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
359
360 * .gitignore: Add entry for cscope.out.
361
419af06a
GA
3622021-06-22 liuhongt <hongtao.liu@intel.com>
363
364 * MAINTAINERS: Remove my Write After Approval entry.
365
2f080224
GA
3662021-06-21 liuhongt <hongtao.liu@intel.com>
367
368 * MAINTAINERS: Add myself as maintainer of the i386 vector
369 extensions.
370
c5581d48
GA
3712021-06-18 Antoni Boucher <bouanto@zoho.com>
372
373 * MAINTAINERS (Write After Approval): Add myself.
374
688359a2
GA
3752021-06-17 Aldy Hernandez <aldyh@redhat.com>
376
377 * MAINTAINERS (Various Maintainers): Add Andrew and myself
378 as *vrp and ranger maintainers.
379
28c62475
GA
3802021-06-05 Jeff Law <jeffreyalaw@gmail.com>
381
382 * MAINTAINERS: Adjust my entry in the DCO section so that it does
383 not trigger testsuite failures.
384
3852021-06-05 Jeff Law <jeffreyalaw@gmail.com>
386
387 * MAINTAINERS: Add myself to DCO section with both email addresses.
388
440c8a0a
GA
3892021-06-03 Jason Merrill <jason@redhat.com>
390
391 * MAINTAINERS: Add DCO version number.
392
9663c744
GA
3932021-06-02 Jason Merrill <jason@redhat.com>
394
395 * MAINTAINERS: Add DCO section.
396
ee682192
GA
3972021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
398
399 * MAINTAINERS (Write After Approval): Add myself.
400
1a87f838
GA
4012021-05-29 Mike Frysinger <vapier@gentoo.org>
402
403 * configure.ac: Add gnulib to configdirs for sim.
404 * configure: Regenerate.
405
a8daf9a1
GA
4062021-05-18 Mike Frysinger <vapier@gentoo.org>
407
408 * Makefile.def: Add configure-sim dependency on all-gnulib.
409 * Makefile.in: Regenerated.
410
a7ffc1ef
GA
4112021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
412
413 * MAINTAINERS (Write After Approval): Add myself.
414
0ff3a0f2
GA
4152021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
416
417 * MAINTAINERS (Write After Approval): Add myself.
418
037e3661
GA
4192021-05-11 Martin Liska <mliska@suse.cz>
420
421 * MAINTAINERS: Remove entries for removed
422 components (HSA, BRIG, libhsail-rt).
423 Move Pekka to Write After Approval.
424
4252021-05-11 Martin Liska <mliska@suse.cz>
426
427 * Makefile.def: Remove libhsail-rt.
428 * Makefile.in: Likewise.
429 * configure.ac: Likewise.
430 * configure: Regenerate.
431 * libhsail-rt/ChangeLog: Removed.
432 * libhsail-rt/Makefile.am: Removed.
433 * libhsail-rt/Makefile.in: Removed.
434 * libhsail-rt/README: Removed.
435 * libhsail-rt/aclocal.m4: Removed.
436 * libhsail-rt/configure: Removed.
437 * libhsail-rt/configure.ac: Removed.
438 * libhsail-rt/configure.tgt: Removed.
439 * libhsail-rt/include/internal/fibers.h: Removed.
440 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
441 * libhsail-rt/include/internal/phsa-rt.h: Removed.
442 * libhsail-rt/include/internal/workitems.h: Removed.
443 * libhsail-rt/rt/arithmetic.c: Removed.
444 * libhsail-rt/rt/atomics.c: Removed.
445 * libhsail-rt/rt/bitstring.c: Removed.
446 * libhsail-rt/rt/fbarrier.c: Removed.
447 * libhsail-rt/rt/fibers.c: Removed.
448 * libhsail-rt/rt/fp16.c: Removed.
449 * libhsail-rt/rt/misc.c: Removed.
450 * libhsail-rt/rt/multimedia.c: Removed.
451 * libhsail-rt/rt/queue.c: Removed.
452 * libhsail-rt/rt/sat_arithmetic.c: Removed.
453 * libhsail-rt/rt/segment.c: Removed.
454 * libhsail-rt/rt/workitems.c: Removed.
455 * libhsail-rt/target-config.h.in: Removed.
456
99e8df7a
GA
4572021-05-04 Nick Clifton <nickc@redhat.com>
458
459 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
460 * configure: Regenerate.
461
e4ff4ffb
GA
4622021-04-28 Jakub Jelinek <jakub@redhat.com>
463 Tobias Burnus <tobias@codesourcery.com>
464
465 * configure.ac (--enable-offload-defaulted): New.
466 * configure: Regenerate.
467
05ec629f
GA
4682021-04-23 David Faust <david.faust@oracle.com>
469
470 * MAINTAINERS (Write After Approval): Add myself.
471
a0ecde22
GA
4722021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
473
474 * MAINTAINERS (Write After Approval): Add myself.
475
651684b4
GA
4762021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
477
478 * MAINTAINERS: Add myself as pru port maintainer.
479
bf1f3168
GA
4802021-03-23 David Malcolm <dmalcolm@redhat.com>
481
482 * MAINTAINERS: Add myself as static analyzer maintainer.
483
287e3e84
GA
4842021-03-18 Jeff Law <jlaw@tachyum.com>
485
486 * MAINTAINERS: Update primary entry.
487
5e93c2f0
GA
4882021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
489
490 * MAINTAINERS (Write After Approval): Add myself.
491
4922021-03-13 Mike Frysinger <vapier@gentoo.org>
493
494 * Makefile.def: Remove all-sim dependency on configure-gdb.
495 * Makefile.in: Regenerated.
496
48ff383f
GA
4972021-03-11 Jeff Law <law@redhat.com>
498
499 * MAINTAINERS: Update entries for a few ex-ImgTec employees
500
5012021-03-11 Martin Liska <mliska@suse.cz>
502
503 * Makefile.tpl: The change was done Makefile.in which
504 is generated file.
505
6405b40f
GA
5062021-03-08 Jeff Law <law@redhat.com>
507
508 * MAINTAINERS: Update my email address
509
71e24b06
GA
5102021-02-23 Kito Cheng <kito.cheng@sifive.com>
511
512 * config.guess: Import latest upstream.
513 * config.sub: Import latest upstream.
514
161e4c08
GA
5152021-01-25 Martin Liska <mliska@suse.cz>
516
517 PR gcov-profile/98739
518 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
519 for profiledbootstrap.
520
8502e23d
GA
5212021-01-22 Jonathan Wright <jonathan.wright@arm.com>
522
523 * MAINTAINERS (Write After Approval): Add myself.
524
5252021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
526
527 * MAINTAINERS (Write After Approval): Update my e-mail address.
528
6851dda2
GA
5292021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
530
531 * MAINTAINERS: Fix spacing.
532
5332021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
534
535 * MAINTAINERS (Write After Approval): Add myself
536
942ae5be
GA
5372021-01-06 Nick Alcock <nick.alcock@oracle.com>
538
539 * Makefile.def: Sync with binutils-gdb:
540 (dependencies): all-ld depends on all-libctf.
541 (host_modules): libctf is no longer no_install.
542 No longer no_check. Checking depends on all-ld.
543 * Makefile.in: Regenerated.
544
651b8a50
GA
5452021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
546
547 * libtool.m4: Match gnu* along other GNU systems.
548 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
549 * libgo/configure: Re-generate.
550
7e73f511
GA
5512021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
552
553 * MAINTAINERS: Update my email address.
554
cd69e3d5
GA
5552020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
556
557 * MAINTAINERS (Write After Approval): Add myself.
558
6e9d8651
GA
5592020-12-15 Nathan Sidwell <nathan@acm.org>
560
561 * Makefile.def
562 * Makefile.in
563 * Makefile.tpl
564 * configure
565 * configure.ac
566
5672020-12-15 Nathan Sidwell <nathan@acm.org>
568
569 * Makefile.def: Add libcody.
570 * configure.ac: Add libcody.
571 * Makefile.in: Regenerated.
572 * configure: Regenerated.
573
d52945ce
GA
5742020-12-14 Andrea Corallo <andrea.corallo@arm.com>
575
576 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
577
6e1edf48
GA
5782020-12-05 Iain Sandoe <iain@sandoe.co.uk>
579
580 PR target/97865
581 * libtool.m4: Update handling of Darwin platform link flags
582 for Darwin20.
583
11860cf4
GA
5842020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
585
586 * .gitignore: Sync with binutils-gdb
587
5882020-12-02 Claudiu Zissulescu <claziss@gmail.com>
589
590 * MAINTAINERS: Add myself as arc port maintainer.
591
a9625c50
GA
5922020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
593
594 PR d/87788
595 * configure.ac: Don't disable D for *-*-darwin*.
596 * configure: Regenerate.
597
5982020-11-29 John David Anglin <danglin@gcc.gnu.org>
599
600 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
601 hppa64-*-hpux11*.
602
360258da
GA
6032020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
604
605 * configure: Regenerate.
606 * configure.ac: Add --bootstrap-hwasan option.
607
8e6198d0
GA
6082020-11-23 Iain Sandoe <iain@sandoe.co.uk>
609
610 * config.guess: Import latest upstream.
611 * config.sub: Import latest upstream.
612
29c5d9ce
GA
6132020-11-16 Martin Liska <mliska@suse.cz>
614
615 * .gitignore: Add cache as clangd uses it now.
616
77f67db2
GA
6172020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
618
619 * MAINTAINERS (Write After Approval): add myself
620
2bee28dd
GA
6212020-11-09 Pat Bernardi <bernardi@adacore.com>
622
623 * MAINTAINERS (Write After Approval): Add myself.
624
6252020-11-09 Jonathan Wakely <jwakely@redhat.com>
626
627 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
628 Remove FIXME comments.
629
44cab2d8
GA
6302020-11-06 Martin Uecker <muecker@gwdg.de>
631
632 * MAINTAINERS: Update my email address.
633
6342020-11-06 Hongtao Liu <hongtao.liu@intel.com>
635
636 * MAINTAINERS (Write After Approval): Add myself.
637
8e97b905
GA
6382020-10-06 Tobias Burnus <tobias@codesourcery.com>
639
640 PR target/97302
641 * configure.ac: Only set with_gmp to /usr/local
642 if not building in tree.
643 * configure: Regenerate.
644
239601c5
GA
6452020-09-18 Omar Tahir <omar.tahir@arm.com>
646
647 * MAINTAINERS (Write After Approval): Add myself.
648
57ea0894
GA
6492020-08-26 Tobias Burnus <tobias@codesourcery.com>
650
651 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
652
5b9a3d2a
GA
6532020-08-20 Tobias Burnus <tobias@codesourcery.com>
654
655 PR bootstrap/96612
656 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
657 if not the same as ${host}.
658 * configure: Regenerate.
659
2c4c56c2
GA
6602020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
661
662 * MAINTAINERS (Write After Approval): Add myself.
663
afdd220a
GA
6642020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
665
666 * MAINTAINERS: Update my email address.
667
d48cca8f
GA
6682020-07-30 Joe Ramsay <joe.ramsay@arm.com>
669
670 * MAINTAINERS (Write After Approval): Add myself.
671
3ea9abca
GA
6722020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
673
674 * MAINTAINERS (Write After Approval): Add myself.
675
8e3b453e
GA
6762020-06-12 Martin Liska <mliska@suse.cz>
677
678 * .gitignore: Add .clang-tidy.
679
2c455ae0
GA
6802020-06-08 Jason Merrill <jason@redhat.com>
681
682 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
683 * configure: Regenerate.
684
8f94b078
GA
6852020-06-06 Max Filippov <jcmvbkbc@gmail.com>
686
687 * MAINTAINERS: Add myself as xtensa port maintainer.
688
53ffb43a
GA
6892020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
690
691 * configure.ac: Don't require --enable-host-shared when building
692 for Mingw.
693 * configure: Regenerate.
694
5329b59a
JM
6952020-05-18 Jason Merrill <jason@redhat.com>
696
697 * configure.ac: Update bootstrap dialect to -std=c++11.
698
9a4a0a5b
AC
6992020-05-18 Alex Coplan <alex.coplan@arm.com>
700
701 * MAINTAINERS (Write After Approval): Add myself.
702
afa3d80e
TS
7032020-04-29 Thomas Schwinge <thomas@codesourcery.com>
704
705 PR target/92713
706 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
707 (noconfigdirs): Add 'target-libstdc++-v3'.
708 * configure: Regenerate.
709
e6cbe965
SC
7102020-04-21 Stephen Casner <casner@acm.org>
711
712 PR 25830
713 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
714 * configure: Rebuild.
715
e9f799d2
ML
7162020-04-17 Martin Liska <mliska@suse.cz>
717 Jonathan Yong <10walls@gmail.com>
718
719 PR gcov-profile/94570
720 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
721 for CYGWIN.
722
efd5bd4d
MJ
7232020-04-14 Martin Jambor <mjambor@suse.cz>
724
725 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
726
f9d09df0
TT
7272020-04-09 Tom Tromey <tom@tromey.com>
728
729 * configure: Rebuild.
730 * Makefile.in: Rebuild.
731 * Makefile.def (gdbsupport, gdbserver): New host modules.
732 (configure-gdb): Depend on all-gdbsupport.
733 (all-gdb): Depend on all-gdbsupport, all-libctf.
734 * configure.ac (host_tools): Add gdbserver.
735 Conditionally build gdbserver and gdbsupport.
736
29b1533a
TB
7372020-03-09 Tobias Burnus <tobias@codesourcery.com>
738
739 * configure.ac: Build libgomp by default for amdgcn.
740 * configure: Regenerate.
741
7d6b3a78
SP
7422020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
743
744 * MAINTAINERS (Write After Approval): Add myself.
745
4707548e
JH
7462020-02-28 Joel Hutton <joel.hutton@arm.com>
747
748 * MAINTAINERS (Write After Approval) : Add myself.
749
6f83ceb8
PD
7502020-02-20 Palmer Dabbelt <palmer@sifive.com>
751
752 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
753
d6ee2e7c
MS
7542020-02-14 Martin Sebor <msebor@redhat.com>
755
756 * doc/extend.texi (attribute alias): Mention type requirement.
757 (attribute weak): Same.
758 (attribute weakref): Correct invalid example.
759
e01975f9
SB
7602020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
761
762 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
763
affb7b66
JJ
7642020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
765 Jakub Jelinek <jakub@redhat.com>
766
767 * .gitattributes: Add *.md diff=md.
768
780e19f8
GJL
7692020-01-14 Georg-Johann Lay <avr@gjlay.de>
770
771 The mentioned auto-generated file is no more part of the
772
773 GCC sources, it's auto-generated in $(builddir) during build.
774
775 PR target/92055
776 * contrib/gcc_update (files_and_dependencies): Remove
777 entry for gcc/config/avr/t-multilib.
778
ef4395e5
AS
7792020-01-14 Anatoly Sokolov <aesok@dol.ru>
780
781 * MAINTAINERS: Update my email address.
782
b2b465c5
JM
7832020-01-13 Joseph Myers <joseph@codesourcery.com>
784
785 * README.MOVED_TO_GIT: Remove.
786
cff5a231
JM
7872020-01-11 Joseph Myers <joseph@codesourcery.com>
788
789 * README.MOVED_TO_GIT: New file.
790
b1b72741
DZ
7912020-01-02 Dennis Zhang <dennis.zhang@arm.com>
792
793 * MAINTAINERS (Write After Approval): Add myself.
794
74a7b87a
JL
7952019-12-20 Jerome Lambourg <lambourg@adacore.com>
796
797 * MAINTAINERS (write_after_approval): Add myself.
798
39f8777c
SMW
7992019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
800
801 * MAINTAINERS (write_after_approval): Add myself.
802
6226f592
MI
8032019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
804
805 * MAINTAINERS (write_after_approval): Add myself.
806
4f943869
MK
8072019-12-11 Matthias Klose <doko@ubuntu.com>
808
809 * configure.ac: Factor out common cases for compare_exclusions.
810 * configure: Regenerate.
811
a9046e98
JL
8122019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
813
814 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
815 flag.
816
53eb0cb3
LH
8172019-12-10 Lewis Hyatt <lhyatt@gmail.com>
818
a9046e98 819 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 820
90ca6847
TB
8212019-11-27 Tobias Burnus <tobias@codesourcery.com>
822
823 PR middle-end/92463
824 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
825 * configure: Regenerate
826
aeebd94c
JB
8272019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
828
829 * configure.ac: Use https for gcc.gnu.org.
830 * configure: Regenerated.
831
267d7432
JG
8322019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
833
834 * MAINTAINERS (aarch64 port): Remove my name, move to...
835 (Write After Approval): ...Here.
836
a91eb234
KN
8372019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
838
839 * MAINTAINERS: Change my email address as maintainer.
840
8be34204
JB
8412019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
842
90ca6847
TB
843 PR fortran/91828
844 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
845 * configure: Regenerated.
8be34204 846
678a1e99
JM
8472019-10-21 Jason Merrill <jason@redhat.com>
848
849 * .gitattributes: Also check ChangeLog whitespace.
850
aa7710cb
AB
8512019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * contrib/dg-extract-results.sh: Add support for KPASS.
854 * contrib/dg-extract-results.py: Likewise.
855
6664a5f7
JM
8562019-10-17 Jason Merrill <jason@redhat.com>
857
858 * .gitattributes: Avoid {} in filename pattern.
859
df77d703
TS
8602019-10-08 Thomas Schwinge <thomas@codesourcery.com>
861
862 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
863 Approval section.
864
4d07a2ec
FH
8652019-10-01 Frederik Harwath <frederik@codesourcery.com>
866
867 * MAINTAINERS: Add myself to Write After Approval
868
5fdd1d33
RS
8692019-09-26 Richard Sandiford <richard.sandiford@arm.com>
870
871 * MAINTAINERS: Add myself as an aarch64 maintainer.
872
16b17446
KT
8732019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
874
875 * MAINTAINERS: Add myself as aarch64 maintainer.
876
a8cea25c
CL
8772019-09-23 Carl Love <cel@us.ibm.com>
878
879 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
880 New define_insn.
881 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
882 vsx_xxpermdi16_le_V16QI): Removed define_insn.
883
0d1cfeed
ST
8842019-09-13 Sam Tebbs <sam.tebbs@arm.com>
885
886 * MAINTAINERS (Sam Tebbs): Update email address.
887
3d34b7af
TB
8882019-09-10 Tobias Burnus <tobias@codesourcery.com>
889
890 * MAINTAINERS: Update my email address.
891
b1e21e5a
CL
8922019-09-10 Christophe Lyon <christophe.lyon@st.com>
893
3d34b7af 894 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 895
91dfef96
JM
8962019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
897
898 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
899 Remove myself from Write After Approval section.
900
9012019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
902
903 * configure.ac: Support for bpf-*-* targets.
904 * configure: Regenerate.
905
b7b1f657
JM
9062019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
907
908 * config.sub: Import upstream version 2019-06-30.
909 * config.guess: Import upstream version 2019-07-24.
910
2f2aeda9
UW
9112019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
912
913 * MAINTAINERS: Remove spu port maintainers.
914
91eed5f2
ML
9152019-08-28 Martin Liska <mliska@suse.cz>
916
917 * .gitignore: Add .clangd and compile_commands.json
918 to .gitignore.
919
d0fc6e9f
MF
9202019-08-23 Michael Forney <mforney@mforney.org>
921
922 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
923 * Makefile.in: Regenerate.
924
aac9103b
TT
9252019-08-19 Tom Tromey <tom@tromey.com>
926
927 * configure: Rebuild.
928 * configure.ac: Add --with-static-standard-libraries.
929
3b5864f4
AO
9302019-08-16 Alexandre Oliva <oliva@gnu.org>
931
932 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
933
8fc306e9
ME
9342019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
935
936 * MAINTAINERS (Write After Approval): Add myself.
937
f069f0f2
KC
9382019-07-08 Kito Cheng <kito.cheng@sifive.com>
939
940 * MAINTAINERS (Write After Approval): Remove myself, already listed in
941 RISC-V port maitainer.
942
9118c5e1
KC
9432019-07-08 Kito Cheng <kito.cheng@sifive.com>
944
945 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
946
c19713b7
KC
9472019-07-08 Kito Cheng <kito.cheng@sifive.com>
948
949 * MAINTAINERS (Write After Approval): Add myself.
950
e676d704 9512019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
952
953 * MAINTAINERS (Write After Approval): Add myself.
954
247b63e3
ML
9552019-06-25 Martin Liska <mliska@suse.cz>
956
957 contrib/filter-clang-warnings.py: Transform from
958 filter-rtags-warnings.py.
959
98e5be21
TT
9602019-06-15 Tom Tromey <tom@tromey.com>
961
962 * configure.ac (host_libs): Add gnulib.
963 * configure: Rebuild.
964 * Makefile.def (host_modules, dependencies): Add gnulib.
965 * Makefile.in: Rebuild.
966
1ab4217d
DD
9672019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
968
969 * MAINTAINERS (Write After Approval): Add myself.
970
3e209f57 9712019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
972
973 * configure: Regenerate.
974 * configure.ac: Add PRU target.
975
8b164a4e 9762019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
977
978 * MAINTAINERS (Write After Approval): Add myself.
979
de6abd85
NC
9802019-06-11 Nick Clifton <nickc@redhat.com>
981
982 Import these changes from the binutils/gdb repository:
983
984 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
985
986 * Makefile.def (dependencies): configure-libctf depends on all-bfd
987 and all its deps.
988 * Makefile.in: Regenerated.
989
990 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
991
992 * Makefile.def (host_modules): Add libctf.
993 * Makefile.def (dependencies): Likewise.
994 libctf depends on zlib, libiberty, and bfd.
995 * Makefile.in: Regenerated.
996 * configure.ac (host_libs): Add libctf.
997 * configure: Regenerated.
998
fb03c52f
VI
9992019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1000
1001 * MAINTAINERS (Write After Approval): Add myself.
1002
dbd5df2e
PB
10032019-05-19 Peter Bergner <bergner@linux.ibm.com>
1004
1005 * MAINTAINERS: Update my email address.
1006
8ee47828
TR
10072019-05-17 Thomas Rodgers <trodgers@redhat.com>
1008
1009 * MAINTAINERS (Write After Approval): Add myself.
1010
f6b2daaf
JM
10112019-05-16 Jun Ma <junma@linux.alibaba.com>
1012
1013 * MAINTAINERS (Write After Approval): Add myself.
1014
2ed6d245
JW
10152019-05-07 Jim Wilson <jimw@sifive.com>
1016
1017 * MAINTAINERS: Remove myself as IA-64 maintainer.
1018
d1b65077
RI
10192019-05-04 Roland Illig <roland.illig@gmx.de>
1020
1021 * MAINTAINERS (Write After Approval): Add myself.
1022
5fe6af6d
RB
10232019-05-02 Richard Biener <rguenther@suse.de>
1024
1025 PR bootstrap/85574
1026 * Makefile.tpl (compare target): Also compare extra-compare
1027 files.
1028 * Makefile.in: Regenerate.
1029
1e8dac32
RZ
10302019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1031
1032 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1033 as modulo-scheduler maintainer.
1034
42d3fe9a
IS
10352019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1036
1037 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1038
3d52462c
IS
10392019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1040
1041 * MAINTAINERS: Update my email address.
1042
4d024c32
JP
10432019-04-14 Johannes Pfau <johannespfau@gmail.com>
1044
1045 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1046 * configure: Regenerate.
1047
7d31d331
RO
10482019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1049
1050 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1051 * configure: Regenerate.
1052
bb50312e
IB
10532019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1054
1055 * configure.ac: Add target-zlib to target_libraries.
1056 * configure: Regenerate.
1057
1c67e69c
ML
10582019-04-09 Martin Liska <mliska@suse.cz>
1059
1060 * Makefile.in: Regenerate.
1061 * Makefile.tpl: Pass GENERATOR_CFLAGS
1062 in all stages.
1063
684f6008
ML
10642019-03-28 Martin Liska <mliska@suse.cz>
1065
1066 PR bootstrap/89829
1067 * Makefile.in: Revert r254150.
1068 * Makefile.tpl: Likewise.
1069
fed156ac
BE
10702019-03-28 Ben Elliston <bje@gnu.org>
1071
1072 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1073 related, and libdecnumber.
1074
d81beb31
AM
10752019-03-15 Alexander Monakov <amonakov@ispras.ru>
1076
1077 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1078 (Write After Approval): Remove myself.
1079
35e2f066
AM
10802019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1081
5fce606f 1082 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 1083
60f32352
AS
10842019-02-11 Andrew Stubbs <ams@codesourcery.com>
1085
1086 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1087 (Write After Approval): Remove myself and Julian.
1088
b4f964c8
HA
10892019-01-26 Harald Anlauf <anlauf@gmx.de>
1090
1091 * MAINTAINERS (Write After Approval): Add myself.
1092
1009e9a2
KCY
10932019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1094
1095 * MAINTAINERS (Write After Approval): Add myself.
1096
275e9ad9
XHL
10972019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1098
62fa42ce
SB
1099 * ChangeLog: Replace space with tab.
1100 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1101
8fcc3599
JG
11022019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1103
1104 * MAINTAINERS (Write After Approval): Add myself.
1105
9c83c587
LJH
11062019-01-18 Li Jia He <helijia@gcc.gnu.org>
1107
1108 * MAINTAINERS (Write After Approval): Add myself.
1109
7431c1a1
AS
11102019-01-17 Andrew Stubbs <ams@codesourcery.com>
1111 Kwok Cheung Yeung <kcy@codesourcery.com>
1112 Julian Brown <julian@codesourcery.com>
1113 Tom de Vries <tom@codesourcery.com>
1114 Jan Hubicka <hubicka@ucw.cz>
1115 Martin Jambor <mjambor@suse.cz>
1116
1117 * configure.ac: Likewise.
1118 * configure: Regenerate.
1119 * contrib/config-list.mk: Add amdgcn-amdhsa.
1120
0684a816
KL
11212019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1122
1123 * MAINTAINERS (Write After Approval): Add myself.
1124
62fa42ce 11252019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1126
275e9ad9 1127 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1128
5227609c
RO
11292019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1130
1131 PR target/88535
1132 * config.guess: Import upstream version 2019-01-03.
1133 * config.sub: Import upstream version 2019-01-01.
1134
7c50cefc
TP
11352018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1136
1137 * MAINTAINERS (Write After Approval): Update my maintainer address.
1138
ea9a30d0
GB
11392018-12-21 Gergö Barany <gergo@codesourcery.com>
1140
1141 * MAINTAINERS (Write After Approval): Add myself.
1142
23d3e2d5
SB
11432018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1144
1145 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1146
e4a9a572
IS
11472018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1148
1149 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1150 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1151 (GCC_TARGET_TOOL): Likewise.
1152 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1153 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1154 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1155 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1156 * configure: Regenerate.
e4a9a572
IS
1157 * Makefile.in: Likewise.
1158
f9b4801c
JP
11592018-11-28 Johannes Pfau <johannespfau@gmail.com>
1160
1161 * MAINTAINERS (Write After Approval): Add myself.
1162
7f9414c1
ML
11632018-11-13 Martin Liska <mliska@suse.cz>
1164
1165 * gcc.target/i386/pr87930.c: Move to ...
1166 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1167
1dbff00c
SH
11682018-11-10 Stafford Horne <shorne@gmail.com>
1169
1170 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1171 (Write After Approval): Remove myself.
1172
e9f3803d
HAQ
11732018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1174
1175 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1176 Append $INCICONV to it.
1177
45bf1490
SH
11782018-11-04 Stafford Horne <shorne@gmail.com>
1179
1180 * MAINTAINERS (Write After Approval): Add myself.
1181
22e05272
JM
11822018-10-31 Joseph Myers <joseph@codesourcery.com>
1183
1184 PR bootstrap/82856
1185 * multilib.am: New file. From automake.
1186
1187 Merge from binutils-gdb:
1188 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1189
1190 * libtool.m4: Use AC_LANG_SOURCE.
1191 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1192 * ar-lib: New file.
1193 * test-driver: New file.
1194 * configure: Re-generate.
1195
82a14443
MP
11962018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1197
1198 * MAINTAINERS (Write After Approval): Add myself.
1199
260eedb9
IB
12002018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1201
1202 PR bootstrap/87788
1203 PR d/87799
1204 * configure: Rebuild.
1205 * configure.ac: Disable D on systems where it is known not to work.
1206
b4c522fa
IB
12072018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1208
1209 * Makefile.def (target_modules): Add libphobos.
1210 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1211 GDCFLAGS_FOR_TARGET.
1212 (dependencies): Make libphobos depend on libatomic, libbacktrace
1213 configure, and zlib configure.
1214 (language): Add language d.
1215 * Makefile.in: Rebuild.
1216 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1217 (HOST_EXPORTS): Add GDC.
1218 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1219 (BASE_TARGET_EXPORTS): Add GDC.
1220 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1221 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1222 (EXTRA_HOST_FLAGS): Add GDC.
1223 (STAGE1_FLAGS_TO_PASS): Add GDC.
1224 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1225 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1226 environment variables.
1227 * configure: Rebuild.
1228 * configure.ac: Add target-libphobos to target_libraries. Set and
1229 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1230
04193ea0
IL
12312018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1232
1233 * MAINTAINERS (Write After Approval): Add myself.
1234
72eda5f2
IB
12352018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1236
1237 * MAINTAINERS (Write After Approval): Remove myself.
1238
4c029cee
IB
12392018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1240
1241 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1242
fc7367ea
BC
12432018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1244
1245 * MAINTAINERS: Update my email address.
1246
956a7508
TS
12472018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1248
1249 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1250 maintainer.
1251
16ddcc28
MM
12522018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1253
1254 * MAINTAINERS (Write After Approval): Add self.
1255
f9529512
ST
12562018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1257
1258 * MAINTAINERS (write after approval): Add myself.
1259
3ff89a4e
XG
12602018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1261
1262 * MAINTAINERS: Update my email address.
1263
e8a0276c
VL
12642018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1265
1266 * MAINTAINERS (write after approval): Add myself.
1267
3d20537c
RS
12682018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1269
1270 * MAINTAINERS: Add self to global reviewers list.
1271
661d1750
SL
12722018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1273
1274 MAINTAINERS: Add c-sky port maintainers.
1275
aa405905
ML
12762018-08-10 Martin Liska <mliska@suse.cz>
1277
1278 * MAINTAINERS: Revert change in previous commit and
92a285c1 1279 join lines.
aa405905 1280
04e2b41d
ML
12812018-08-10 Martin Liska <mliska@suse.cz>
1282
1283 * MAINTAINERS: Remove extra line.
1284
6e9f49e4
N
12852018-08-06 Naveen H.S <naveenh@marvell.com>
1286
1287 * MAINTAINERS: Update my email address.
1288
3b0df776
DD
12892018-07-19 DJ Delorie <dj@redhat.com>
1290
1291 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1292 as maintainer.
1293
f030b30e
AK
12942018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1295
1296 * MAINTAINERS: Adjust email address for me and my colleague Robin
1297 Dapp.
1298
7264261f
L
12992018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1300 Sunil K Pandey <sunil.k.pandey@intel.com>
1301
1302 PR target/84413
1303 * config/i386/i386.c (m_CORE_AVX512): New.
1304 (m_CORE_AVX2): Likewise.
1305 (m_CORE_ALL): Add m_CORE_AVX2.
1306 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1307 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1308 and remove the rest of m_SKYLAKE_AVX512.
1309
19975c57
SH
13102018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1311
1312 * config.sub: Sync with upstream version 2018-07-03.
1313
c234070e
SH
13142018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1315
1316 * config.guess: Sync with upstream version 2018-06-26.
1317 * config.sub: Sync with upstream version 2018-07-02.
1318
d41cd173
BW
13192018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1320
92a285c1 1321 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
1322 * ltmain.sh: Likewise.
1323
d3435784
SB
13242018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1325
1326 * contrib/config-list.mk: Remove powerpc-linux_paired.
1327
da34ca3f
AO
13282018-06-29 Alexandre Oliva <oliva@adacore.com>
1329
1330 * configure.ac: Introduce support for @unless/@endunless.
1331 * Makefile.tpl (dep-kind): Rewrite with cond; return
1332 postbootstrap in some cases.
1333 (make-postboot-dep, postboot-targets): New.
1334 (dependencies): Do not output postbootstrap dependencies at
1335 first. Output non-target ones changed for configure to depend
1336 on stage_last @if gcc-bootstrap, and the original deps @unless
1337 gcc-bootstrap.
1338 * configure.in, Makefile.in: Rebuilt.
1339
8e236ddd
JW
13402018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1341
1342 * MAINTAINERS (write after approval): Add myself.
1343
71d40114
RV
13442018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1345
1346 * MAINTAINERS (write after approval): Add myself.
1347
8006534c
NC
13482018-06-19 Nick Clifton <nickc@redhat.com>
1349
1350 * zlib/configure.ac: Restore old behaviour of only enabling
1351 multilibs when a target subdirectory is defined. This allows
1352 building with srcdir == builddir.
1353 * zlib/configure: Regenerate.
1354
9e03592e
EB
13552018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1356
1357 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1358 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1359 * Makefile.in: Regenerate.
1360
29305f60
BE
13612018-06-16 Ben Elliston <bje@gnu.org>
1362
1363 * config.guess: Import latest version.
1364 * config.sub: Likewise.
1365
31db0fe0
ML
13662018-06-08 Martin Liska <mliska@suse.cz>
1367
1368 * MAINTAINERS: Remove MPX-related entries.
1369 * Makefile.def: Remove libmpx support.
9e03592e
EB
1370 * Makefile.in: Regenerate.
1371 * configure.ac: Remove removed files.
1372 * configure: Regenerate.
31db0fe0
ML
1373 * libmpx/ChangeLog: Remove.
1374 * libmpx/Makefile.am: Remove.
1375 * libmpx/Makefile.in: Remove.
1376 * libmpx/acinclude.m4: Remove.
1377 * libmpx/aclocal.m4: Remove.
1378 * libmpx/config.h.in: Remove.
1379 * libmpx/configure: Remove.
1380 * libmpx/configure.ac: Remove.
1381 * libmpx/configure.tgt: Remove.
1382 * libmpx/libmpx.spec.in: Remove.
1383 * libmpx/mpxrt/Makefile.am: Remove.
1384 * libmpx/mpxrt/Makefile.in: Remove.
1385 * libmpx/mpxrt/libmpx.map: Remove.
1386 * libmpx/mpxrt/libtool-version: Remove.
1387 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1388 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1389 * libmpx/mpxrt/mpxrt.c: Remove.
1390 * libmpx/mpxrt/mpxrt.h: Remove.
1391 * libmpx/mpxwrap/Makefile.am: Remove.
1392 * libmpx/mpxwrap/Makefile.in: Remove.
1393 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1394 * libmpx/mpxwrap/libtool-version: Remove.
1395 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1396
e68086c4
ML
13972018-06-04 Martin Liska <mliska@suse.cz>
1398
1399 * MAINTAINERS: Add myself as gcov maintainer.
1400
37cca345
MF
14012018-06-04 Matthew Fortune <mfortune@gmail.com>
1402
1403 * MAINTAINERS: Update my email address.
1404
74386680
TV
14052018-06-04 Tom de Vries <tdevries@suse.de>
1406
1407 * MAINTAINERS: Remove write-after-approval entries for component
1408 maintainers.
1409
010ff25b
JL
14102018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1411
1412 * MAINTAINERS (write after approval): Add myself.
1413
64acc19a 14142018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
1415
1416 * MAINTAINERS: Update my email address.
1417
7aad7f4b
TV
14182018-06-01 Tom de Vries <tdevries@suse.de>
1419
1420 * MAINTAINERS: Update my email address.
1421
c5470754
BC
14222018-05-22 Bin Cheng <bin.cheng@arm.com>
1423
1424 * MAINTAINERS (loop-optimizer): Add myself.
1425
58b40a67
FT
14262018-05-01 Francois H. Theron <francois.theron@netronome.com>
1427
1428 * configure.ac: Added "nfp" target.
1429 * configure: Regenerate.
1430
bece35ca
RB
14312018-04-30 Richard Biener <rguenther@suse.de>
1432
1433 PR bootstrap/85571
1434 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1435 (STAGE3_TFLAGS): Likewise.
1436 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1437 (STAGEtrain_TFLAGS): Likewise.
1438 * Makefile.in: Regenerate.
1439
ae05281f
RB
14402018-04-26 Richard Biener <rguenther@suse.de>
1441
1442 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1443 (STAGE2_CFLAGS): Likewise.
1444 (STAGE2_TFLAGS): Likewise.
1445 (STAGE3_CFLAGS): Add -fchecking.
1446 (STAGE3_TFLAGS): Likewise.
1447 (STAGEtrain_CFLAGS): Filter out -fchecking.
1448 (STAGEtrain_TFLAGS): Likewise.
1449 * Makefile.in: Re-generate.
1450
c6e34a9b
CM
14512018-04-25 Catherine Moore <clm@codesourcery.com>
1452
1453 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1454
ae9fb56f
PC
14552018-04-18 Paul Clarke <pc@us.ibm.com>
1456
1457 * MAINTAINERS (write after approval): Add myself.
1458
a2919888
AS
14592018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
1460
1461 * MAINTAINERS: Update my email address.
1462
c6024672
BS
14632018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
1464
1465 * MAINTAINERS: Remove redundant Write-After-Approval entry.
1466
85d36775
BS
14672018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
1468
1469 * MAINTAINERS: Update my email address and disambiguate myself
1470 a bit from Will Schmidt.
1471
8bb406a2
NS
14722018-03-21 Nathan Sidwell <nathan@acm.org>
1473
1474 * MAINTAINERS: Move maintainers of now-removed picochip and score
1475 ports to write after approval.
1476
c9b39302
RS
14772018-03-13 Richard Sandiford <richard.sandiford@arm.com>
1478
1479 * MAINTAINERS: Add entry for SVE maintainership.
1480
1fc1d82e
MR
14812018-02-13 Maciej W. Rozycki <macro@mips.com>
1482
1483 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1484 * configure: Regenerate.
1485
7b7f78d7
BK
14862018-01-18 Boris Kolpackov <boris@codesynthesis.com>
1487
1488 * MAINTAINERS (write after approval): Add myself.
1489
3c1f3bf6
SP
14902018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
1491
1492 * MAINTAINERS (write after approval): Add myself.
1493
182f27e3
SP
14942018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
1495
1496 * MAINTAINERS (write after approval): Add myself.
85911661 1497
85ec4feb
JJ
14982018-01-03 Jakub Jelinek <jakub@redhat.com>
1499
1500 Update copyright years.
1501
ef7d7cf5
BE
15022018-01-03 Ben Elliston <bje@gnu.org>
1503
1504 * config.guess: Import latest version.
1505 * config.sub: Likewise.
1506
842df93e
SH
15072017-12-12 Stafford Horne <shorne@gmail.com>
1508
1509 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1510 * configure: Regenerate.
1511
1d0a8ae9
QZ
15122017-11-29 Qing Zhao <qing.zhao@oracle.com>
1513
1514 * MAINTAINERS (Write After Approval): Add myself.
1515
5e9d6aa4
JK
15162017-11-28 Julia Koval <julia.koval@intel.com>
1517 Sebastian Peryt <sebastian.peryt@intel.com>
1518
1519 * Makefile.def (target_modules): Remove libcilkrts.
1520 * Makefile.in: Ditto.
1521 * configure: Ditto.
1522 * configure.ac: Ditto.
1523
d2eaaa89
JK
15242017-11-28 Julia Koval <julia.koval@intel.com>
1525
1526 * MAINTAINERS (Write After Approval): Add myself.
1527
90b415f6
SD
15282017-11-22 Sudakshina Das <sudi.das@arm.com>
1529
1530 * MAINTAINERS (Write After Approval): Add myself.
1531
f804ba3e
PD
15322017-11-06 Palmer Dabbelt <palmer@sifive.com>
1533
1534 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1535 Use my SiFive email address.
1536
8744c9bf
SP
15372017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
1538
1539 * MAINTAINERS (write after approval): Add myself.
1540
7181cca3
ML
15412017-10-27 Martin Liska <mliska@suse.cz>
1542
1543 * Makefile.tpl: Use proper name of folder as it was renamed
1544 during transition to 4 stages.
1545 * Makefile.in: Regenerate.
1546
fb336a7b
IT
15472017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1548
e50ffab3 1549 * MAINTAINERS (write after approval): Add myself.
fb336a7b 1550
7b5f5267
GP
15512017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
1552
1553 * MAINTAINERS: Add a note that maintainership also includes web
1554 pages, docs, and testsuite related to that area.
1555
55de8eb3
TV
15562017-09-25 Tom de Vries <tom@codesourcery.com>
1557
1558 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1559
86ab175e
PMR
15602017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1561
1562 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1563
500ac452
NS
15642017-09-15 Nathan Sidwell <nathan@acm.org>
1565
1566 * MAINTAINERS: Remove myself as a vxworks maintainer.
1567
72ace300
TS
15682017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1569
1570 * MAINTAINERS: Remove email address of Jim Norris.
1571
1328002a
KT
15722017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1573
1574 * MAINTAINERS (Reviewers): Move myself from here...
1575 (CPU Port Maintainers): ... to here.
1576
84d0b6f5
JG
15772017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1578
1579 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1580
9c04bba3
RD
15812017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1582
e50ffab3 1583 * MAINTAINERS (write after approval): Add myself.
9c04bba3 1584
5a427c63
TR
15852017-07-28 Tony Reix <tony.reix@atos.net>
1586
1587 * configure.ac (target-libffi): Don't disable for AIX.
1588 (go): Don't add to unsupported_languages on AIX.
1589 (target-libgo): Don't disable for AIX.
1590 * configure: Regenerate.
1591
8994b66f
YG
15922017-07-19 Yury Gribov <tetra2005@gmail.com>
1593
1594 * MAINTAINERS: Add myself.
1595
7a795e10
TS
15962017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1597
1598 * MAINTAINERS: Update my email address.
1599
50061652
RE
16002017-07-04 Richard Earnshaw <rearnsha@arm.com>
1601
1602 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1603 arm-specific auto-generated header files.
1604
d4360477
NS
16052017-07-03 Nathan Sidwell <nathan@acm.org>
1606
1607 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1608 * configure: Rebuilt.
1609
9dc9ae74
BS
16102017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1611
1612 * MAINTAINERS: Readd myself for c6x.
1613
c8cf0b6f
ML
16142017-06-28 Martin Liska <mliska@suse.cz>
1615
1616 PR bootstrap/81217
1617 * Makefile.def: Remove superfluous bootstrap_target from
1618 bootstrap_stage.
1619 * Makefile.in: Re-generate the file.
1620
0666865c
MO
16212017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1622
e50ffab3 1623 * MAINTAINERS: Add myself to Write After Approval
0666865c 1624
827c925e
AJ
16252017-06-21 Andrew Jenner <andrew@codesourcery.com>
1626
1627 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1628
0d053a49
ML
16292017-06-19 Martin Liska <mliska@suse.cz>
1630
1631 * Makefile.def: Define 4 stages PGO bootstrap.
1632 * Makefile.tpl: Define FLAGS.
1633 * Makefile.in: Regenerate.
1634
be75f645
ILT
16352017-06-14 Ian Lance Taylor <iant@golang.org>
1636
1637 * Makefile.def: Add check-gotools to go check targets.
1638 * Makefile.in: Rebuild.
1639
c725f69c
SB
16402017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1641
1642 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1643
76052545
EB
16442017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1645
1646 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1647 * configure: Regenerate.
1648
afd88efc
ML
16492017-05-31 Martin Liska <mliska@suse.cz>
1650
1651 * configure.ac: Add handling of stage2_werror_flags to
1652 action-if-given and to action-if-not-given.
1653 * configure: Regenerate.
1654
945bafd6
PB
16552017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1656
1657 * MAINTAINERS: Add self to Write After Approval
1658
b9396a49
BS
16592017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1660
1661 * MAINTAINERS: Update my email address, and remove myself as
1662 maintainer in some areas.
1663
aa1b69e7
EG
16642017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1665
1666 * MAINTAINERS: Add self to Write After Approval
1667
cdfee50a
NS
16682017-05-25 Nathan Sidwell <nathan@acm.org>
1669
1670 * configure.ac: Add --enable-languages=default to mean default and
1671 make --enable-languages=all mean all supported languages.
1672 * configure: Regenerated.
1673
83349046
SB
16742017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1675
1676 * config.gcc (powerpc*-*-*spe*): New.
1677 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1678 (powerpc-*-rtems*spe*): New.
1679 (powerpc*-*-linux*spe*): New.
1680 (powerpc-wrs-vxworksspe): New.
1681 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1682 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1683 * config.host (powerpc*-*-*spe*): New.
1684
01c712cb
ML
16852017-05-19 Martin Liska <mliska@suse.cz>
1686
1687 * configure.ac: Add --enable-werror-always just for
1688 bootstrap-debug (or none build config) and do not add it
1689 when we are on a release branch.
1690 * configure: Regenerated.
1691
7880c1a5
SL
16922017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1693
1694 * MAINTAINERS: Add self to Write After Approval
1695
c759355f
KK
16962017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1697
1698 * MAINTAINERS: Move myself to Write After Approval section.
1699
79557bae
CZ
17002017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1701
1702 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1703 ACCH registers.
1704 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1705 available.
1706 (umulsidi3): Likewise.
1707 (mulsidi3_700): Disable this pattern when we have advanced mpy
1708 instructions.
1709 (umulsidi3_700): Likewise.
1710 (maddsidi4): New pattern.
1711 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1712 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1713 (mpydu_imm_arcv2hs): Likewise.
1714 * config/arc/predicates.md (accl_operand): New predicate.
1715
c7314bc1
CZ
17162017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1717 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1720 case.
1721 (ARC_AUTOFP_IRQ_P): Likewise.
1722 (ARC_AUTO_IRQ_P): Likewise.
1723 (rgf_banked_register_count): New variable.
1724 (parse_mrgf_banked_regs_option): New function.
1725 (arc_override_options): Handle rgf_banked_regs option.
1726 (arc_handle_interrupt_attribute): Add firq option.
1727 (arc_compute_function_type): Return fast irq type when required.
1728 (arc_must_save_register): Handle fast interrupts.
1729 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1730 (arc_return_address_regs): Update.
1731 * config/arc/arc.h (arc_return_address_regs): Update.
1732 (arc_function_type): Add fast interrupt type.
1733 (ARC_INTERRUPT_P): Update.
1734 (RC_FAST_INTERRUPT_P): Define.
1735 * config/arc/arc.md (simple_return): Update for fast interrupts.
1736 (p_return_i): Likewise.
1737 * config/arc/arc.opt (mrgf-banked-regs): New option.
1738 * doc/invoke.texi (mrgf-banked-regs): Document.
1739
41453183
CZ
17402017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1741
1742 * config/arc/arc.c (irq_ctrl_saved): New variable.
1743 (ARC_AUTOBLINK_IRQ_P): Define.
1744 (ARC_AUTOFP_IRQ_P): Likewise.
1745 (ARC_AUTO_IRQ_P): Likewise.
1746 (irq_range): New function.
1747 (arc_must_save_register): Likewise.
1748 (arc_must_save_return_addr): Likewise.
1749 (arc_dwarf_emit_irq_save_regs): Likewise.
1750 (arc_override_options): Handle deferred options.
1751 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1752 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1753 arc_must_save_return_addr.
1754 (arc_compute_frame_size): Handle automated save and restore of
1755 registers.
1756 (arc_expand_prologue): Likewise.
1757 (arc_expand_epilogue): Likewise.
1758 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1759 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1760 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1761
52744dd7
TK
17622017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1763 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1764
1765 PR bootstrap/77661
1766 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1767 in-tree build MPC.
1768 * Makefile.in: Regenerate.
1769
deeba76a
FXC
17702017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1771
1772 * configure.ac: Enable LTO by default on darwin >= 9.
1773 * configure: Regenerate.
1774
5a05e11d
PD
17752017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1776
1777 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1778 and Andrew Waterman as the RISC-V maintainers.
1779
e04f858c
NK
17802017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1781
1782 * MAINTAINERS: Add self to Write After Approval
1783
a98cf819
GP
17842017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1785
1786 * config.guess: Import latest from upstream.
1787
9826d1a3
GP
17882017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1789
1790 * MAINTAINERS (Write After Approval): Remove entries that are
1791 already covered under Reviewers.
1792
a46586c3
MW
17932017-03-08 Mark Wielaard <mark@klomp.org>
1794
1795 PR demangler/70909
1796 PR demangler/67264
1797 * include/demangle.h: Add d_printing to struct demangle_component
1798 and pass struct demangle_component as non const.
1799
734ca1c2
GP
18002017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1801
1802 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1803
93b87d1d
TS
18042017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1805
1806 * Makefile.tpl: Remove HOST_ISLVER.
1807 (HOST_EXPORTS): Remove ISLVER.
1808 * Makefile.in: Regenerate.
1809
f877b3ad
RB
18102017-02-13 Richard Biener <rguenther@suse.de>
1811
1812 * configure: Re-generate.
1813
2ad31830
GP
18142017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1815
1816 * MAINTAINERS: Adjust bug reporting URL.
1817
3501e62c
GP
18182017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1819
1820 * MAINTAINERS (Write After Approval): Remove redundant entry
1821 for Andrew Burgess.
1822
510555e0
JDA
18232017-02-03 John David Anglin <danglin@gcc.gnu.org>
1824
e50ffab3 1825 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 1826 32-bit hppa*-*-hpux*.
e50ffab3 1827 * configure: Regenerate.
510555e0 1828
f6a24a94
MJ
18292017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1830
1831 * configure.ac: Moved the white list of enabling BRIG FE to
1832 libhsail-rt/configure.tgt.
1833 * configure: Regenerated.
1834 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1835
18362017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
1837 Martin Jambor <mjambor@suse.cz>
1838
5fd1486c
PJ
1839 * Makefile.def (target_modules): Added libhsail-rt.
1840 (languages): Added language brig.
1841 * Makefile.in: Regenerated.
1842 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1843 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1844 * configure: Regenerated.
1845
3c36aa6b
JJ
18462017-01-17 Jakub Jelinek <jakub@redhat.com>
1847
1848 PR other/79046
1849 * configure: Regenerated.
1850
8f56cb51
AM
18512017-01-04 Alan Modra <amodra@gmail.com>
1852
1853 * configure: Regenerate.
1854
f2c764c5
BE
18552016-12-29 Ben Elliston <bje@gnu.org>
1856
1857 * config.sub: Import latest version.
1858
1dc9c117
AI
18592016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1860
1861 * MAINTAINERS (Write After Approval): Add myself.
1862
c21fdaa1
JJ
18632016-12-21 Jakub Jelinek <jakub@redhat.com>
1864
1865 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1866 includes bootstrap-mpx.
1867 * configure: Regenerated.
1868
cc811459
CX
18692016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1870
1871 * MAINTAINERS (Write After Approval): Add myself.
1872
b55e6680
MJ
18732016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1874
8f56cb51 1875 * configure: Regenerate.
b55e6680 1876
825fba52
MK
18772016-12-01 Matthias Klose <doko@ubuntu.com>
1878
1879 * configure.ac: Don't use pkg-config to check for bdw-gc.
1880 * configure: Regenerate.
1881
114bf3f1
MK
18822016-11-30 Matthias Klose <doko@ubuntu.com>
1883
1884 * Makefile.def: Remove reference to boehm-gc target module.
1885 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1886 options and for the bdw-gc pkg-config module.
1887 * configure: Regenerate.
1888 * Makefile.in: Regenerate.
1889
21b0f96a
NS
18902016-11-28 Nathan Sidwell <nathan@acm.org>
1891
1892 * MAINTAINERS (nvptx): Remove self.
1893
292edab3
BE
18942016-11-25 Ben Elliston <bje@gnu.org>
1895
1896 * config.guess: Import latest version.
1897 * config.sub: Likewise.
1898
0954a00b
TT
18992016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1900
1901 * MAINTAINERS (Write After Approval): Add myself.
1902
8e4d2ca4
MK
19032016-11-15 Matthias Klose <doko@ubuntu.com>
1904
1905 * Makefile.def: Remove references to GCJ.
1906 * Makefile.tpl: Likewise.
1907 * Makefile.in: Regenerate.
1908
84c1b9d3
MK
19092016-11-15 Matthias Klose <doko@ubuntu.com>
1910
1911 * config-ml.in: Remove references to GCJ.
1912 * configure.ac: Likewise.
1913 * configure: Regenerate.
1914
3f95ca6c
JC
19152016-11-01 Josh Conner <joshconner@google.com>
1916
1917 * MAINTAINERS (Write After Approval): Update email address,
1918
457cc672
CL
19192016-10-27 Carl Love <cel@us.ibm.com>
1920
1921 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1922 Approval list to make it alphabetical.
1923
2142f54f
CL
19242016-10-27 Carl Love <cel@us.ibm.com>
1925
1926 * MAINTAINERS (Write After Approval): Add myself.
1927
104700f4
AB
19282016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * MAINTAINERS (Reviewers): Add myself.
1931 (Write After Approval): Add myself.
1932
942c0db8
HP
19332016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1934 Ulrich Weigand <uweigand@de.ibm.com>
1935
1936 * MAINTAINERS: Update email address.
1937
fbf4c502
NS
19382016-10-10 Nathan Sidwell <nathan@acm.org>
1939
1940 * MAINTAINERS: Update email address.
1941
b20e7532
AT
19422016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1943
1944 * configure.ac: Add aarch64-*-freebsd*.
1945 * configure: Regenerate.
1946
2e21fd4d
SE
19472016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1948
1949 * MAINTAINERS: Update email address after it got reverted.
1950
43c40f3e
RO
19512016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1952
1953 * configure.ac (target_libraries): Readd target-boehm-gc.
1954 Restore --enable-objc-gc handling.
1955 * configure: Regenerate.
1956
f05796ba
JL
19572015-10-03 Jeff Law <law@redhat.com>
1958
1959 * MAINTAINERS: Move several inactive maintainers to the
1960 write-after-approval section.
1961
012447ea
JJ
19622016-09-30 Jakub Jelinek <jakub@redhat.com>
1963
1964 * configure.ac: Add target-libffi to target_libraries.
1965 Readd libgcj target disablings, modified to only target-libffi.
1966 Readd target addition of go to unsupported languages.
1967 * configure: Regenerated.
1968
a7d75d59
SE
19692016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1970
1971 * MAINTAINERS: Update email address.
1972
d1a79a95
AH
19732016-09-30 Andrew Haley <aph@redhat.com>
1974
4d8c733d 1975 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
1976 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1977 libgcj.
1978
af2d4873
AH
19792016-09-30 Andrew Haley <aph@redhat.com>
1980
1981 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1982 write-after approval after GCJ deletion.
1983
07b78716
AH
19842016-09-30 Andrew Haley <aph@redhat.com>
1985
1986 * Makefile.def: Remove libjava.
1987 * Makefile.tpl: Likewise.
1988 * Makefile.in: Regenerate.
1989 * configure.ac: Likewise.
1990 * configure: Likewise.
1991 * gcc/java: Remove.
1992 * libjava: Likewise.
1993
a29b7214
CZ
19942016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
1995
1996 * MAINTAINERS (Reviewers): Add myself.
1997
2fd88f4f
AK
19982016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
1999
2000 * configure.ac: Disable "sim" directory for arc*-*-*.
2001 * configure: Regenerated.
2002
e2080e79
TC
20032016-09-23 Tamar Christina <tamar.christina@arm.com>
2004
2005 * MAINTAINERS (Write After Approval): Add myself.
2006
8f3675f8
MR
20072016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2008
2009 * configure.ac: Check for the minimum in-tree MPFR version
2010 handled.
2011 * configure: Regenerate.
2012
21f88103
YTL
20132016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2014
2015 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2016 * configure: Regenerated.
2017
60d51882
FR
20182016-07-19 Fritz Reese <fritzoreese@gmail.com>
2019
2020 * MAINTAINERS (Write After Approval): Add myself.
2021
277d7ee0
AK
20222016-06-23 Andi Kleen <ak@linux.intel.com>
2023
2024 * Makefile.def: Add autoprofiledbootstrap.
2025 * Makefile.tpl: Dito.
2026 * Makefile.in: Regenerate.
2027
fd6487af
JS
20282016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2029
2030 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2031 * configure: Regenerate.
2032
3e326935
TS
20332016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2034
2035 * configure: Regenerate.
2036 * configure.ac: Remove support for avr-rtems.
2037
9582bf04
SKS
20382016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2039
2040 * MAINTAINERS (Write After Approval): Add myself.
2041
6f820b68
MC
20422016-06-16 Michael Collison <michael.collison@arm.com>
2043
2044 * MAINTAINERS (Write After Approval): Add myself.
2045
775ee7fa
MM
20462016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2047
2048 * MAINTAINERS (Write After Approval): Update e-mail address.
2049
de3ba371
JM
20502016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2051
21f88103 2052 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 2053
350216e3
AM
20542016-05-28 Alan Modra <amodra@gmail.com>
2055
2056 * Makefile.tpl (configure): Depend on m4 files included.
2057 * Makefile.in: Regenerate.
2058
9cad20fa
BS
20592016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2060
2061 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2062 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2063
92466115
BS
20642016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2065
2066 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2067 special case builtin.
2068 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2069 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2070 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2071 for __builtin_vec_addec.
2072
fe38e08b
JS
20732016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2074
2075 * config.guess: Import version 2016-04-02 (newest).
2076 * config.sub: Import version 2016-05-10 (newest).
2077
cef1a0b8 20782016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 2079
cef1a0b8
JL
2080 * configure.ac: Add ARC support to libgloss.
2081 * configure: Regenerate
704b85c7 2082
75a6b91a
AS
20832016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2084
2085 * MAINTAINERS (Write After Approval): Add myself.
2086
00f35794
BE
20872016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2088
2089 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2090 * configure: Regenerated.
2091 * Makefile.def (gmp): Explicitly disable assembler.
2092 (mpfr): Adjust lib_path.
2093 (mpc): Likewise.
2094 * Makefile.in: Regenerated.
2095
c100769b
JJ
20962016-05-01 Jakub Jelinek <jakub@redhat.com>
2097
2098 PR bootstrap/70704
2099 * configure.ac (--enable-stage1-checking): Add missing
2100 --enable-checking=.
2101 * configure: Regenerated.
2102
bc6d9014
OE
21032016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2104
ace08cb8
OE
2105 * config.guess: Revert r235676.
2106 * config.sub: Revert r235676.
2107
21082016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2109
2110 * config.guess: Remove SH5 support.
bc6d9014
OE
2111 * config.sub: Likewise.
2112 * configure: Likewise.
2113 * configure.ac: Likewise.
2114
7db11a5a
JJ
21152016-04-26 Jakub Jelinek <jakub@redhat.com>
2116
2117 PR bootstrap/70704
2118 * configure.ac (--enable-stage1-checking): For --disable-checking or
2119 implicit --enable-checking, make sure extra flag matches in between
2120 stage1 and later checking.
2121 * configure: Regenerated.
2122
ab0fc037
TS
21232016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2124
2125 * .gitattributes: New file.
2126
c048fa95
SB
21272016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2128
2129 * MAINTAINERS (rs6000/powerpc port): Add myself.
2130
f3653cf5
SB
21312016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2132
2133 PR bootstrap/70173
2134 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2135 and gotools directories. Delete the stage_final file.
2136 * Makefile.in: Regenerate.
2137
4f93efa4
AV
21382016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2139
2140 * MAINTAINERS (Write After Approval): Add myself.
2141
c27e432e
SK
21422016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2143
2144 * MAINTAINERS (Fortran maintainer): Remove myself.
2145
7134713c
BS
21462016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2147
2148 * MAINTAINERS (Write After Approval): Add myself.
2149
7d74282a
KN
21502016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2151
2152 * MAINTAINERS (Write After Approval): Add myself.
2153
1b858e76
CC
21542016-03-17 Cary Coutant <ccoutant@gmail.com>
2155
2156 Sync with binutils-gdb:
2157
2158 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2159
2160 * configure.ac: Add mips and s390 to the gold target check.
2161 * configure: Regenerate.
2162
d15bd5bb
DD
21632016-03-01 DJ Delorie <dj@redhat.com>
2164
2165 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2166
6d1fa6bb
DM
21672016-02-22 David Malcolm <dmalcolm@redhat.com>
2168
2169 * MAINTAINERS (libcpp): Add myself.
2170 (diagnostic messages): Likewise.
2171
607bda60
TV
21722016-02-20 Tom de Vries <tom@codesourcery.com>
2173
2174 * MAINTAINERS: Fix whitespace.
2175
80cfaff8
CZ
21762016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2177
2178 * MAINTAINERS (Write After Approval): Add myself.
2179
c661a43d
SP
21802016-01-29 Sebastian Pop <s.pop@samsung.com>
2181
2182 * config/isl.m4: Add comments about isl-0.16.
2183 * configure: Regenerate.
2184
86b3a101
MJ
21852016-01-29 Martin Jambor <mjambor@suse.cz>
2186
2187 * MAINTAINERS (hsa maintainers): Add myself.
2188
960cbfd2
WD
21892015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2190
2191 * MAINTAINERS: (Write After Approval): Add myself.
2192
1e050c90
AK
21932016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2194 Sebastian Pop <s.pop@samsung.com>
2195
2196 * Makefile.in: Regenerate.
2197 * Makefile.tpl: Export ISLVER.
2198 * configure: Regenerate.
2199 * config/isl.m4: Detect isl-0.15.
2200
cefadad1
MM
22012016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2202
2203 PR bootstrap/69329
2204 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2205 * Makefile.in: Regenerate.
2206
9e530bcd
AP
22072016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2208
2209 * configure.ac: Enable LTO for DJGPP
2210 * configure: Regenerate
2211
324402a0
L
22122016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2213
2214 Sync with binutils-gdb:
2215 2015-10-21 Nick Clifton <nickc@redhat.com>
2216
2217 PR gas/19109
2218 * configure.ac: Note the 'none' is an acceptable argument to
2219 --enable-compressed-debug-sections.
2220 * configure: Regenerate.
2221
9eaaa830
BE
22222016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2223
2224 PR bootstrap/69134
2225 * Makefile.def (mpfr): Disable assembler.
2226 * Makefile.in: Regenerate.
2227
cfe67e03
BE
22282016-01-01 Ben Elliston <bje@gnu.org>
2229
2230 * config.guess: Import version 2016-01-01.
2231 * config.sub: Likewise.
2232
be33d404
SS
22332015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2234
2235 * MAINTAINERS (Write After Approval): Add myself.
2236
e357a5e0
SP
22372015-12-17 Sebastian Pop <s.pop@samsung.com>
2238
2239 * Makefile.in: Replace ISL with isl.
2240 * Makefile.tpl: Same.
2241 * config/isl.m4: Same.
2242 * configure.ac: Same.
2243 * contrib/download_prerequisites: Same.
2244 * configure: Regenerate.
2245
1ad2439b
AP
22462015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2247
2248 * MAINTAINERS (Write After Approval): Add Myself.
2249
70decafb
NS
22502015-12-17 Nathan Sidwell <nathan@acm.org>
2251
2252 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2253 * configure: Regenerate.
2254
560d18d3
AK
22552015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2256 Sebastian Pop <s.pop@samsung.com>
2257
2258 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2259 isl_ctx_get_max_operations.
2260 * configure: Regenerate.
2261
57e8ab24 22622015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2263
2264 * MAINTAINERS (Write After Approval): Add myself.
2265
105b682e
ILT
22662015-12-02 Ian Lance Taylor <iant@google.com>
2267
2268 PR go/66147
2269 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2270 * Makefile.in: Regenerate.
2271
7eb46bec
AT
22722015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2273
2274 PR libffi/65726
2275 * Makefile.def (lang_env_dependencies): Make libffi depend
2276 on cxx.
2277 * Makefile.in: Regenerate.
2278
cc3baaa9
DE
22792015-11-26 David Edelsohn <dje.gcc@gmail.com>
2280
2281 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2282 symbols.
2283
3be96231
TG
22842015-11-20 Tristan Gingold <gingold@adacore.com>
2285
2286 Sync with binutils-gdb:
2287 2015-11-20 Tristan Gingold <gingold@adacore.com>
2288
2289 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2290 * configure: Regenerate.
2291
daa53f38
ML
22922015-11-19 Martin Liska <mliska@suse.cz>
2293
2294 * .gitignore: Add .clang-format to ignored files.
2295 * Makefile.in: Add clang-format.
2296 * Makefile.tpl: Likewise.
2297
54985c70
TA
22982015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2299
2300 * configure.ac: Enable libmpx by default.
2301 * configure: Regenerated.
2302
d0397c75
SE
23032015-10-23 Steve Ellcey <sellcey@imgtec.com>
2304
2305 * MAINTAINERS: Update email address.
2306
735a559c
PM
23072015-10-23 Paulo Matos <pmatos@linki.tools>
2308
2309 * MAINTAINERS: Update email address.
2310
15713b43
AH
23112015-10-23 Alan Hayward <alan.hayward@arm.com>
2312
2313 * MAINTAINERS (Write After Approval): Add myself.
2314
78edb32f
L
23152015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2316
2317 Sync with binutils-gdb:
2318 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2319
2320 PR gas/19109
2321 * configure.ac: Add
2322 --enable-compressed-debug-sections={all,gas,gold,ld}.
2323 * configure: Regenerated.
2324
dec6b7f1
AC
23252015-10-16 Arnaud Charlet <charlet@adacore.com>
2326
2327 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2328
6be1d686
ML
23292015-10-09 Martin Liska <mliska@suse.cz>
2330
2331 * MAINTAINERS (Write After Approval): Add myself.
2332
dc0e2060
AF
23332015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2334
2335 * MAINTAINERS (Write After Approval): Add myself.
2336
bec93d40
FW
23372015-10-02 Florian Weimer <fweimer@redhat.com>
2338
2339 * MAINTAINERS: Update email address.
2340
0487f06d
LK
23412015-10-02 Louis Krupp <louis.krupp@zoho.com>
2342
2343 * MAINTAINERS (Write After Approval): Add myself.
2344
56547ff7
KT
23452015-09-20 Kai Tietz <ktietz70@googlemail.com>
2346
423ea09f 2347 * MAINTAINERS: Update email.
56547ff7 2348
ed4c91ea
BS
23492015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2350
2351 * MAINTAINERS: Update my email address.
2352
2503fd9e
JB
23532015-09-01 James Bowman <james.bowman@ftdichip.com>
2354
2355 * MAINTAINERS (ft32 port): Add myself.
2356
3726332a
DS
23572015-08-28 David Sherwood <david.sherwood@arm.com>
2358
2359 * MAINTAINERS: Add myself.
2360
15480aaf
PM
23612015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2362
2363 * MAINTAINERS (Write After Approval): Add myself.
2364
ad4f95e3
FXC
23652015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2366
2367 PR libfortran/54572
2368 * Makefile.def: Make libgfortran depend on libbacktrace.
2369 * Makefile.in: Regenerate.
2370
95f25df0
SD
23712015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2372
2373 * MAINTAINERS (Write After Approval): Add myself.
2374
5dc85f7e
TV
23752015-08-12 Tom de Vries <tom@codesourcery.com>
2376
2377 PR other/67092
2378 * configure.ac: Remove --with_host_libstdcxx support.
2379 * configure: Regenerate.
2380
44a7d18d
TS
23812015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2382 Jakub Jelinek <jakub@redhat.com>
2383
2384 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2385 nvptx*-*-*.
2386 * configure: Regenerate.
2387
bf5372e7
YS
23882015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2389
2390 * Makefile.def (libiconv): Define bootstrap=true.
2391 Mark pdf/html/info as missing.
2392 (configure-gcc): Depend on all-libiconv.
2393 (all-gcc): Ditto.
2394 (configure-libcpp): Ditto.
2395 (all-libcpp): Ditto.
2396 (configure-intl): Ditto.
2397 (all-intl): Ditto.
2398 * Makefile.in: Regenerate.
2399
94b8fdcc
BC
24002015-08-03 Bin Cheng <bin.cheng@arm.com>
2401
2402 * MAINTAINERS (loop ivopts): Add the entry and myself.
2403
430bcac1
NS
24042015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2405
2406 * MAINTAINERS (nvptx): Add self.
2407
110d61da
AL
24082015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2409
2410 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2411 128-bit vector modes.
2412
c9da7548 24132015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 2414
c9da7548
VV
2415 * MAINTAINERS (Write After Approval): Add myself.
2416
423ea09f 24172015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
2418
2419 * config.sub, config.guess: Import from upstream.
2420
6b1786aa
JL
24212015-07-24 Michael Darling <darlingm@gmail.com>
2422
2423 PR other/66259
2424 * config-ml.in: Reflects renaming of configure.in to configure.ac
2425 * configure: Likewise
2426 * configure.ac: Likewise
2427
45952786
BS
24282015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2429
2430 * MAINTAINERS: Update my email address.
2431
f1595603
L
24322015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2433
2434 Sync with binutils-gdb:
2435 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
2436
2437 * configure.ac (target_configdirs): Exclude target-zlib if
2438 target-libjava isn't built.
2439 * configure: Regenerated.
2440
a05c2c75
L
24412015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2442
2443 Sync with binutils-gdb:
2444 2015-05-13 John David Anglin <dave.anglin@bell.net>
2445
2446 * configure.ac: Disable configuration of GDB for HPUX targets.
2447 * configure: Regenerate.
2448
2449 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2450
2451 * configure.ac: Add --with-system-zlib.
2452 * configure: Regenerated.
2453
2454 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2455
2456 * configure.ac: Add FT32 support.
2457 * configure: Regenerate.
2458
2459 2015-01-12 Anthony Green <green@moxielogic.com>
2460
2461 * configure.ac: Don't disable gprof for moxie.
2462 * configure: Rebuild.
2463
1c01ebf6
L
24642015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2465
2466 Sync with binutils-gdb:
2467 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2468
2469 PR ld/18355
2470 * Makefile.def: Add extra_configure_flags to host zlib.
2471 * configure.ac (extra_host_zlib_configure_flags): New. Set
2472 to --enable-host-shared When bfd is to be built as shared
2473 library. AC_SUBST.
2474 * Makefile.in: Regenerated.
2475
e59969a1
HPN
24762015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
2477
2478 Sync with src:
2479 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
2480 * Makefile.def (dependencies): Add all-zlib to all-bfd.
2481 * Makefile.in: Regenerated.
2482
d9063947
L
24832015-06-30 H.J. Lu <hongjiu.lu@intel.com>
2484
2485 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2486 target.
2487 * configure: Regenerate.
2488
b837291d
LC
24892015-06-23 Ludovic Courtès <ludo@gnu.org>
2490
2491 * MAINTAINERS (Write After Approval): Add myself.
2492
2a97995f
AT
24932015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
2494
2495 * MAINTAINERS (OS Port Maintainers): Add myself.
2496 (Various Maintainers): Remove myself from libffi testsuite.
2497
19cd26a6
RS
24982015-06-04 Richard Sandiford <richard.sandiford@arm.com>
2499
2500 * MAINTAINERS (gen* on machine desc): Add self.
2501
8ca528d9
JM
25022015-06-02 Jason Merrill <jason@redhat.com>
2503
2504 PR bootstrap/66319
2505 * configure.ac: Use -std=gnu++98.
2506
4526c3c1
SN
25072015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2508
2509 * MAINTAINERS (Write After Approval): Add myself.
2510
318a4e6d
MF
25112015-05-28 Mike Frysinger <vapier@gentoo.org>
2512
2513 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2514 * configure: Regenerate.
2515
46070488
JM
25162015-05-26 Jason Merrill <jason@redhat.com>
2517
2518 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2519 * configure: Regenerate.
2520
fef939d6
JB
25212015-05-16 James Bowman <james.bowman@ftdichip.com>
2522
2523 * configure.ac: FT32 target added.
fef939d6
JB
2524 * configure: Regenerated.
2525
886faf50
IB
25262015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
2527
2528 * MAINTAINERS (Write After Approval): Add myself.
2529
91c6b410
PM
25302015-05-11 Paulo Matos <paulo@matos-sorge.com>
2531
2532 * MAINTAINERS (Write After Approval): Add myself.
2533
e640447c
PM
25342015-05-11 Paulo Matos <paulo@matos-sorge.com>
2535
2536 * configure.ac: Fix typo.
2537 * configure: Regenerate.
2538
e587377d
MM
25392015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
2540
2541 * MAINTAINERS (Write After Approval): Add myself.
2542
cabb9d59
MK
25432015-05-03 Matthias Klose <doko@ubuntu.com>
2544
2545 * configure.ac: Match $host configured with triplets.
2546 * configure: Regenerate.
2547
fafb95a6
BRF
25482015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2549
2550 * Makefile.tpl: Remove surplus whitespace throughout.
2551 * Makefile.in: Regenerate.
2552
85867772
SB
25532015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2554
2555 * MAINTAINERS (Various Maintainers): Add myself as instruction
2556 combiner maintainer.
2557
c10b5ea0
JJ
25582015-04-17 Jakub Jelinek <jakub@redhat.com>
2559
2560 PR bootstrap/62077
2561 * configure.ac (--enable-stage1-checking): Default to
2562 release,misc,gimple,rtlflag,tree,types if --disable-checking
2563 or --enable-checking is not specified and DEV-PHASE is not
2564 experimental.
2565 * configure: Regenerated.
2566
77019397
MO
25672015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2568
2569 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2570 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2571 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2572 * Makefile.in: Regenerate.
2573
17feae99 25742015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
2575
2576 * MAINTAINERS: Update my email address.
2577
e61ffb3b
JG
25782015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2579
2580 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2581
b16cc4f2
KT
25822015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2583
2584 * MAINTAINERS: Add myself as an arm port reviewer.
2585
ec523909
ML
25862015-03-25 Martin Liska <mliska@suse.cz>
2587 Yury Gribov <y.gribov@samsung.com>
2588
2589 * Makefile.in: Fix ln source location for vimrc file.
2590 * Makefile.tpl: Likewise.
2591
fc30054e
AH
25922015-03-09 Aldy Hernandez <aldyh@redhat.com>
2593
2594 PR bootstrap/25672
2595 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2596 cross-compiling. Similarly for CXX_FOR_TARGET.
2597 * configure: Regenerate.
2598
5373cd33
IE
25992015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2600
2601 * Makefile.def: Add libmpx.
2602 * configure.ac: Add libmpx.
2603 * Makefile.in: Regenerate.
2604 * configure: Regenerate.
2605
a6e8abb9
KY
26062015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2607
2608 * MAINTAINERS (CPU Port Maintainers): Add myself
2609 i386 vector ISA extns mantainer.
2610
f2b86778
JL
26112015-03-13 Jeff Law <law@redhat.com>
2612
2613 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2614 maintainer.
2615 Remove Richard Henderson as a maintainer for the x86 port.
2616
9dd44d1c
JR
26172015-03-03 Joern Rennecke <gnu@amylaar.uk>
2618
2619 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2620
33079441
IE
26212015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2622
2623 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2624 pointer bounds checker and i386 MPX maintainer.
2625
d083ae5f
SL
26262015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2627
2628 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2629
f91f1c13
MS
26302015-02-26 Martin Sebor <msebor@redhat.com>
2631
2632 * MAINTAINERS (Various Maintainers): Add self.
2633
426c1eb0
TS
26342015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2635
2636 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2637 Make sure it contains lto.
2638 * configure: Regenerate.
2639
8ae12d71
TS
26402015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2641
2642 * configure: Regenerate.
2643
11aa81cc 26442015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 26451
11aa81cc
DN
2646 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2647 middle-end, docstring): Remove myself.
2648 (Write After Approval): Add myself.
2649
a436ab27
JJ
26502015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2651
2652 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2653 (Write After Approval): Update address.
2654
231d020b
DM
26552015-01-29 David Malcolm <dmalcolm@redhat.com>
2656
2657 PR jit/64780
2658 * configure.ac: Require the user to explicitly specify
2659 --enable-host-shared if the jit is enabled.
2660 * configure: Regenerate.
2661
82a94471
RS
26622015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2663
2664 * MAINTAINERS (Write After Approval): Add myself.
2665
e6f0c56d
TV
26662015-01-25 Tom de Vries <tom@codesourcery.com>
2667
2668 * MAINTAINERS: Make whitespace consistent.
2669
631ff3e1
BO
26702015-01-23 Braden Obrzut <admin@maniacsvault.net>
2671
2672 * MAINTAINERS (Write After Approval): Add myself.
2673
09b9cd1f
AV
26742015-01-20 Andre Vehreschild <vehre@gmx.de>
2675
2676 * MAINTAINERS: (Write After Approval): Add myself.
2677
802ed46a
MU
26782015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2679
2680 * MAINTAINERS: (Write After Approval): Add myself.
2681
c61fcfa6
PT
26822015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2683
2684 * MAINTAINERS: (Write After Approval): Add myself.
2685
ebcd09c1
IS
26862015-01-13 Iain Sandoe <iain@codesourcery.com>
2687
2688 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2689 objective-c/c++ front end maintainer.
2690
71aa170d
MP
26912015-01-13 Marek Polacek <polacek@redhat.com>
2692
2693 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2694
da067543
JL
26952015-01-12 Jeff Law <law@redhat.com>
2696
2697 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2698 a very long time.
2699
bf1de3f0
ILT
27002015-01-09 Ian Lance Taylor <iant@google.com>
2701
2702 * configure.ac (host_tools): Add gotools.
2703 * Makefile.def (host_modules): Add gotools.
2704 (dependencies): Add dependency of all-gotools on all-target-libgo.
2705
82a19768
AT
27062015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2707
2708 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2709 * configure: Regenerate.
2710
53dd59bf
TS
27112015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2712
2713 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2714 all-target-libgomp.
2715 * Makefile.in: Regenerate.
2716
8054942d
EB
27172015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2718
2719 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2720
0969ec7d
EB
27212015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2722
2723 * configure.ac: Add Visium support.
2724 * configure: Regenerate.
2725
ec8fd1c0
AS
27262015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2727
2728 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2729 * configure: Regenerate.
2730
9bccfdf5
AP
27312015-01-03 Andrew Pinski <apinski@cavium.com>
2732
2733 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2734 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2735 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2736 (OBJCOPY_FOR_TARGET): New variable.
2737 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2738 * Makefile.in: Regenerate.
2739 * configure.ac: Check for already installed target objcopy.
2740 Also GCC_TARGET_TOOL on objcopy.
2741 * configure: Regenerate.
2742
007adc0d
HPN
27432015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2744
2745 * config.sub: Update from upstream, to 2015-01-01 version.
2746 * config.guess: Ditto.
2747
fe55e976
SH
27482014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2749
2750 * MAINTAINERS (RTEMS Ports): Add myself.
2751
b86d271e
PMR
27522014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2753
2754 * MAINTAINERS (Write After Approval): Add myself.
2755
9733278a
MH
27562014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2757
2758 * MAINTAINERS (Write After Approval): Add myself.
2759
4b4f2e35
TS
27602014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2761
2762 * configure.ac (--enable-as-accelerator-for): Don't set
2763 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2764 * configure: Regenerate.
2765
b6a65eb6
JJ
27662014-12-13 Jakub Jelinek <jakub@redhat.com>
2767
2768 PR bootstrap/64023
2769 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2770 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2771 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2772 to CXX.
2773 * Makefile.in: Regenerated.
2774
c3e1e693
YG
27752014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2776 Yury Gribov <y.gribov@samsung.com>
2777
2778 * .gitignore: Added .local.vimrc and .lvimrc.
2779 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2780 * Makefile.in: Regenerate.
2781
27822014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
2783
2784 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2785 * configure: Regenerated.
2786
b9fb25a5
BS
27872014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2788
2789 * MAINTAINERS (nvptx port): New entry.
2790
d896cc4d
JBG
27912014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2792
2793 * configure: Regenerate.
2794
74ae587e
JBG
27952014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2796
2797 * configure.ac: Merge with Binutils.
2798
45c89690
TB
27992014-11-26 Tobias Burnus <burnus@net-b.de>
2800
2801 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2802 * Makefile.in: Regenerate.
2803
ea903c37
BE
28042014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2805
2806 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2807 missing flex.
2808 * Makefile.in: Regenerated.
2809
eb23df59
IV
28102014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2811
2812 * Makefile.in: Regenerate.
2813
a699d672
L
28142014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2815
2816 PR bootstrap/63784
2817 * libtool.m4: Add $pic_flag with -shared.
2818
fc065a61
RL
28192014-11-21 Renlin Li <Renlin.Li@arm.com>
2820
2821 * MAINTAINERS (Write After Approval): Added myself.
2822
efcc23e6
AV
28232014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2824
2825 * MAINTAINERS (write-after-approval): Add myself.
2826
dd308ed8
MK
28272014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2828
2829 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2830 from 2 years ago.
2831
ac8698a1
AV
28322014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2833
2834 Revert:
2835 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2836
2837 * MAINTAINERS (Write After Approval): Added myself as line map
2838 maintainer.
2839
8dab9330
RL
28402014-11-19 Renlin Li <Renlin.Li@arm.com>
2841
2842 Revert:
2843 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2844
2845 * MAINTAINERS (Write After Approval): Added myself.
2846
1be22083
RL
28472014-11-19 Renlin Li <Renlin.Li@arm.com>
2848
2849 * MAINTAINERS (Write After Approval): Added myself.
2850
59392f46
AV
28512014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2852
2853 * MAINTAINERS (Write After Approval): Added myself as line map
2854 maintainer.
2855
0f3422cc
DS
28562014-11-17 Dodji Seketeli <dodji@redhat.com>
2857
2858 * MAINTAINERS (Various Maintainers): Added myself as line map
2859 maintainer.
2860
0c8969f0
JBG
28612014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2862
2863 * move-if-change: Sync from upstream gnulib.
2864
d7134c0e
JBG
28652014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2866
2867 * compile: Sync with upstream Automake.
2868 * depcomp: Ditto.
2869 * install-sh: Ditto.
2870 * missing: Ditto.
2871 * mkinstalldirs: Ditto.
2872 * ylwrap: Ditto.
2873
e4ff7e6a
JBG
28742014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2875
2876 * config.sub: Update from upstream config repo.
2877 * config.guess: Ditto.
2878
5f520819
KY
28792014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2880
2881 * Makefile.def: Add liboffloadmic to target_modules. Make
2882 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2883 * Makefile.in: Regenerate.
2884 * configure: Regenerate.
2885 * configure.ac: Add liboffloadmic to target binaries.
2886 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2887 Add liboffloadmic to noconfig list when C++ is not supported.
2888
85c64bbe
BS
28892014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2890 Thomas Schwinge <thomas@codesourcery.com>
2891 Ilya Verbin <ilya.verbin@intel.com>
2892 Andrey Turetskiy <andrey.turetskiy@intel.com>
2893
2894 * configure: Regenerate.
2895 * configure.ac (--enable-as-accelerator-for)
2896 (--enable-offload-targets): New configure options.
2897
7d35a59e
TB
28982014-11-11 Tobias Burnus <burnus@net-b.de>
2899
0a002272 2900 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
2901 * Makefile.in: Regenerate.
2902
35485da9
DM
29032014-11-11 David Malcolm <dmalcolm@redhat.com>
2904
2905 * ChangeLog.jit: New.
2906 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2907
ebf6d33b
FXC
29082014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2909
2910 PR target/63610
2911 * libtool.m4: Fix globbing of darwin versions.
2912 * configure: Regenerate.
2913
4a9bb2aa
TB
29142014-11-11 Tobias Burnus <burnus@net-b.de>
2915
4a9bb2aa
TB
2916 * Makefile.def: Remove CLooG.
2917 * Makefile.tpl: Ditto.
2918 * configure.ac: Ditto.
2919 * configure: Regenerate.
2920 * Makefile.in: Ditto.
2921
738f2522
BS
29222014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2923
2924 * configure.ac: Handle nvptx-*-*.
2925 * configure: Regenerate.
2926
9b591dd1
PG
29272014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2928
2929 * MAINTAINERS (Write After Approval): Add myself.
2930
14258928
JJ
29312014-10-31 Jakub Jelinek <jakub@redhat.com>
2932
2933 * Makefile.def (libcc1): Remove bootstrap=true;.
2934 * Makefile.in: Regenerated.
2935
1335a8ca
JBG
29362014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2937
2938 * configure.ac: Update comment.
2939 * configure: Regenerate.
2940
cb115cc2
IE
29412014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2942
2943 * MAINTAINERS (Write After Approval): Add myself.
2944
fca38047
TS
29452014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2946
2947 * configure.ac (extra_host_libiberty_configure_flags): Add
2948 --enable-shared also for libcc1's benefit.
2949 * configure: Regenerate.
2950
65c0707b
TG
29512014-10-29 Tristan Gingold <gingold@adacore.com>
2952
2953 * MAINTAINERS: Change my email address.
2954
ddc8de03
PM
29552014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2956 Tom Tromey <tromey@redhat.com>
2957
2958 * Makefile.def: Add libcc1 to host_modules.
2959 * configure.ac (host_tools): Add libcc1.
2960 * Makefile.in, configure: Rebuild.
2961
4eb1ac39 29622014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
2963
2964 * configure.ac (build_configargs): Don't share config.cache between
2965 build subdirs.
7fd74620 2966 * configure: Regenerate.
3d96b0d0 2967
d81230b5
DH
29682014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2969
2970 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2971 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2972 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2973 leon3v7 as leon3.
2974 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2975 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2976 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2977 * config/sparc/sparc.md (cpu): Add leon3v7.
2978 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2979
c7a6a617
DH
29802014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2981
2982 * MAINTAINERS (write-after-approval): Add myself.
2983
74cc5471
ILT
29842014-10-23 Ian Lance Taylor <iant@google.com>
2985
2986 * configure.ac: Disable the Go frontend on systems where it is known
2987 to not work.
2988 * configure: Regenerate.
2989
929315a9
RB
29902014-10-23 Richard Biener <rguenther@suse.de>
2991
2992 * Makefile.def: Add libcpp build module and dependencies.
2993 * configure.ac: Add libcpp build module.
2994 * Makefile.in: Regenerate.
2995 * configure: Likewise.
2996
5d12b768
MF
29972014-10-15 Max Filippov <jcmvbkbc@gmail.com>
2998
2999 * MAINTAINERS (write-after-approval): Add myself.
3000
7b262a51
MLI
30012014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3002
3003 * INSTALL/README: Do not mention CVS.
3004
7705dfd1
JY
30052014-10-03 Jing Yu <jingyu@google.com>
3006
3007 * configure.ac: Add aarch64 to list of targets that support gold.
3008 * configure: Regenerate.
3009
a3052d31
FD
30102014-09-29 François Dumont <fdumont@gcc.gnu.org>
3011
3012 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3013
b2a1b261
CM
30142014-09-29 Catherine Moore <clm@codesourcery.com>
3015
3016 * MAINTAINERS: Add myself as MIPS maintainer.
3017
05342e10
MF
30182014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3019
3020 * MAINTAINERS: Move myself to MIPS maintainers.
3021
3f6bb7e5
JBG
30222014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3023
3024 * MAINTAINERS: Put all email addresses between '<' and '>'.
3025
3e895729
FXC
30262014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3027
3028 * MAINTAINERS: Move myself to reviewers (Fortran).
3029
e04733ee
AK
30302014-09-01 Andi Kleen <ak@linux.intel.com>
3031
3032 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3033 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3034 * Makefile.in: Regenerate.
3035
e79c0ea8
DM
30362014-08-28 David Malcolm <dmalcolm@redhat.com>
3037
3038 * rtx-classes-status.txt: Delete
3039
b32d5189
DM
30402014-08-28 David Malcolm <dmalcolm@redhat.com>
3041
3042 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3043
e0c0c325
SP
30442014-08-27 Sebastian Pop <s.pop@samsung.com>
3045
3046 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3047 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3048 of checking for version number.
3049 * configure: Regenerated.
3050 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3051
d7ac0a6a
DM
30522014-08-27 David Malcolm <dmalcolm@redhat.com>
3053
3054 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3055 is done; begin phase 6 (use extra rtx_def subclasses).
3056
9daaca36
DM
30572014-08-27 David Malcolm <dmalcolm@redhat.com>
3058
3059 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3060 done; begin phase 5 (additional rtx_def subclasses).
3061
b2908ba6
DM
30622014-08-26 David Malcolm <dmalcolm@redhat.com>
3063
3064 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3065
1130d5e3
DM
30662014-08-26 David Malcolm <dmalcolm@redhat.com>
3067
3068 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3069 SET_BB_HEADER are done.
3070
0e0ce50d
DM
30712014-08-26 David Malcolm <dmalcolm@redhat.com>
3072
3073 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3074 done.
3075
3d30f4e8
DM
30762014-08-26 David Malcolm <dmalcolm@redhat.com>
3077
3078 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3079
6144a836
DM
30802014-08-26 David Malcolm <dmalcolm@redhat.com>
3081
3082 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3083
b311fd0f
DM
30842014-08-25 David Malcolm <dmalcolm@redhat.com>
3085
3086 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3087
d8ce2eae
DM
30882014-08-25 David Malcolm <dmalcolm@redhat.com>
3089
3090 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3091
1455e88c
DM
30922014-08-25 David Malcolm <dmalcolm@redhat.com>
3093
3094 * rtx-classes-status.txt: Phase 3 (per-file commits within
3095 "config" subdirs) is done; begin phase 4 (removal of
3096 "scaffolding").
3097
76c531d3
DM
30982014-08-23 David Malcolm <dmalcolm@redhat.com>
3099
3100 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3101 dir) is done; begin phase 3 (per-file commits within "config"
3102 subdirs).
3103
00550b3d
DM
31042014-08-21 David Malcolm <dmalcolm@redhat.com>
3105
3106 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3107 phase 2 (per-file commits in main source dir).
3108
622dbadf
BC
31092014-08-21 Bin Cheng <bin.cheng@arm.com>
3110
3111 * configure: Regenerated.
3112
c1286e0b
DM
31132014-08-19 David Malcolm <dmalcolm@redhat.com>
3114
3115 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3116
c2fc1aee
DM
31172014-08-19 David Malcolm <dmalcolm@redhat.com>
3118
3119 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3120
68975683
DM
31212014-08-19 David Malcolm <dmalcolm@redhat.com>
3122
3123 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3124
d914bc6b
DM
31252014-08-19 David Malcolm <dmalcolm@redhat.com>
3126
3127 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3128
8020a4d5
DM
31292014-08-19 David Malcolm <dmalcolm@redhat.com>
3130
3131 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3132
a231b8a5
JV
31332014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3134
3135 * MAINTAINERS (Write After Approval): Add myself.
3136
ce8126f5
CF
31372014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3138
3139 * MAINTAINERS: Remove myself
3140
0f82e5c9
DM
31412014-08-19 David Malcolm <dmalcolm@redhat.com>
3142
3143 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3144
9c9afb69
PP
31452014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3146
3147 * MAINTAINERS (Write After Approval): Add myself.
3148
190bea87
DM
31492014-08-18 David Malcolm <dmalcolm@redhat.com>
3150
3151 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3152 SET_BB_HEADER, SET_BB_FOOTER
3153
c41b94ce
DM
31542014-08-18 David Malcolm <dmalcolm@redhat.com>
3155
bb3fff01 3156 * rtx-classes-status.txt: New file
c41b94ce 3157
eae1a5d4
RG
31582014-08-18 Roman Gareev <gareevroman@gmail.com>
3159
3160 * configure.ac: Eliminate ClooG installation dependency.
3161 * configure: Regenerate.
3162 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3163 * Makefile.in: Regenerate.
3164
f613bc0f
IV
31652014-08-15 Ilya Verbin <iverbin@gmail.com>
3166
3167 * MAINTAINERS (Write After Approval): Add myself.
3168
423ea09f 31692014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3170
3171 * MAINTAINERS (Write After Approval): Add myself.
3172
88b1a322
JW
31732014-08-01 Jiong Wang <jiong.wang@arm.com>
3174
3175 * MAINTAINERS (Write After Approval): Add myself.
3176
8ed499f8
AG
31772014-07-28 Anthony Green <green@moxielogic.com>
3178
3179 Import from savannah.gnu.org:
3180 * config.sub: Update to 2014-07-28 version.
3181
09ec3110
RS
31822014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3183
3184 * MAINTAINERS: Remove my MIPS maintainer entry.
3185
7b7f941a
UB
31862014-07-26 Uros Bizjak <ubizjak@gmail.com>
3187
3188 PR target/47230
3189 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3190 * configure: Regenerate.
3191
a12f7ac8
JN
31922014-07-24 James Norris <jnorris@codesourcery.com>
3193
3194 * MAINTAINERS (Write After Approval): Add myself.
3195
09611faf
RG
31962014-07-20 Roman Gareev <gareevroman@gmail.com>
3197
3198 * configure.ac: Accept only CLooG 0.18.1.
3199 * configure: Regenerate.
3200
37738b0f
RG
32012014-07-17 Roman Gareev <gareevroman@gmail.com>
3202
3203 * configure.ac: Don't accept isl 0.11.
3204 * configure: Regenerate.
3205
473037cb
AZ
32062014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3207
3208 * MAINTAINERS (Write After Approval): Add myself.
3209
9a62ed16
RO
32102014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3211
3212 * configure.ac: Don't accept isl 0.10.
3213 * configure: Regenerate.
3214
c41f1c42 32152014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3216
c41f1c42
BE
3217 Fix include path for in-tree cloog.
3218 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3219 * configure: Regenerate.
29d0a43c 3220
c41f1c42 32212014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3222
c41f1c42 3223 * .gitignore: Import gcc_update output.
a5852bea 3224
b6383ab8
TS
32252014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3226
a10ec8bc
TS
3227 * config-ml.in: Robustify ac_configure_args parsing.
3228
45b3824d
TS
3229 * configure.ac (--enable-linker-plugin-configure-flags)
3230 (--enable-linker-plugin-flags): New flags.
3231 (configdirs): Conditionally add libiberty-linker-plugin.
3232 * configure: Regenerate.
3233 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3234 (host_modules) <lto-plugin>: Pay attention to
3235 @extra_linker_plugin_flags@ and
3236 @extra_linker_plugin_configure_flags@.
3237 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3238 * Makefile.in: Regenerate.
3239
b6383ab8
TS
3240 * Makefile.tpl (configure-[+prefix+][+module+])
3241 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3242 "module_srcdir" instead of "module" for locating a module's srcdir.
3243 * Makefile.in: Regenerate.
3244
a4a1b5f3
MF
32452014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3246
3247 * MAINTAINERS (Write After Approval): Add myself.
3248
38a13841
SP
32492014-06-06 Sebastian Pop <sebpop@gmail.com>
3250
3251 * MAINTAINERS: Update my email address.
3252
153fcd41
TP
32532014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3254
3255 * MAINTAINERS (Write After Approval): Add myself.
3256
e25d9632
AB
32572014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3258
3259 * MAINTAINERS (Write After Approval): Add myself.
3260
1007a55c
JW
32612014-05-30 Jonathan Wakely <jwakely@redhat.com>
3262
3263 PR libstdc++/61011
3264 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3265 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3266 * configure: Regenerate.
3267
fd9ed1ae
PA
32682014-05-28 Pedro Alves <palves@redhat.com>
3269
3270 * MAINTAINERS (Write After Approval): Add myself.
3271
03bdb69f
MK
32722014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3273
3274 * MAINTAINERS: Update my affiliation/email.
3275
905083ad
MS
32762014-05-19 Mike Stump <mikestump@comcast.net>
3277
3278 * MAINTAINERS: Add wide-int reviewers.
3279
707f1839
SL
32802014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3281
3282 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3283 * configure: Regenerated.
3284
7321dc60
TR
32852014-05-15 Torvald Riegel <triegel@redhat.com>
3286
3287 * MAINTAINERS (libitm): Add myself as maintainer.
3288
5b1e4b47
CB
32892014-05-07 Charles Baylis <charles.baylis@linaro.org>
3290
3291 * MAINTAINERS (Write After Approval): Add myself.
3292
a4ebe104
RS
32932014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3294
3295 * config.sub, config.guess: Import from upstream.
3296
9575df4a
AL
32972014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3298
3299 * MAINTAINERS (Write After Approval): Put myself in correct order.
3300
2fdc94b7
AL
33012014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3302
3303 * MAINTAINERS (Write After Approval): Add myself.
3304
080c6230
LB
33052014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3306
3307 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3308 section.
3309
4e4c8692
RÁE
33102014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3311
3312 * MAINTAINERS (Write After Approval): Delete myself.
3313
ffe7f7a7
JJ
33142014-04-17 Jakub Jelinek <jakub@redhat.com>
3315
3316 PR sanitizer/56781
3317 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3318 and -B* options with -Xcompiler.
3319
147d38a5
EB
33202014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3321
3322 PR bootstrap/60620
423ea09f 3323 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
3324 * Makefile.in: Regenerate.
3325
ba1925c3
YS
33262014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3327
3328 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3329 for WINDRES_FOR_TARGET in default-manifest.o rule.
3330 * Makefile.in: Regenerate.
3331
8707b3bc
DH
33322014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3333
3334 * MAINTAINERS (Write After Approval): Add myself.
3335
9e1c8fc1
JJ
33362014-03-26 Jakub Jelinek <jakub@redhat.com>
3337
3338 PR sanitizer/56781
3339 * Makefile.def: Set bootstrap=true; for host fixincludes.
3340 * configure.ac: Don't bootstrap host fixincludes unless
3341 --with-build-config=bootstrap-{a,ub}san.
3342 * Makefile.in: Regenerated.
3343 * configure: Regenerated.
3344
beeda1d9
JJ
33452014-03-21 Jakub Jelinek <jakub@redhat.com>
3346
3347 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3348 --enable-vtable-verify option parsing. Don't add
3349 target-libsanitizer to bootstrap_target_libs unless
3350 --with-build-config=bootstrap-asan or
3351 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3352 to bootstrap_target_libs unless --enable-vtable-verify.
3353 * configure: Regenerated.
3354
e5dddc50
AS
33552014-03-10 Anatoly Sokolov <aesok@post.ru>
3356
3357 * MAINTAINERS (Write After Approval): Add myself.
3358
df5bc1cb
DC
33592014-03-07 Denis Chertykov <chertykov@gmail.com>
3360
3361 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3362
3b9edeac
JJ
33632014-03-07 Jakub Jelinek <jakub@redhat.com>
3364
3365 PR bootstrap/58572
3366 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3367 -I for libstdc++-v3 includes if $(LEAN).
3368 * Makefile.in: Regenerated.
3369
c01a8548
JW
33702014-03-04 Jonathan Wakely <jwakely@redhat.com>
3371
3372 * MAINTAINERS: Update my email address.
3373
341c653c
WL
33742014-02-24 Walter Lee <walt@tilera.com>
3375
3376 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3377 (tilegx-*-*): Change to tilegx*-*-*.
3378 * configure: Regenerate.
3379
37f2c4f0
LR
33802014-02-17 Loren J. Rittle <ljrittle@acm.org>
3381
3382 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3383
6c01e96e
KV
33842014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3385
3386 * MAINTAINERS (Write After Approval): Add myself.
3387
91da0481
RO
33882014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3389
3390 PR target/59788
3391 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3392 *solaris2*.
3393
dd35b84f
JDA
33942014-01-21 John David Anglin <danglin@gcc.gnu.org>
3395
3396 * MAINTAINERS: Update my email address.
3397
493b8af8
GP
33982014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3399
3400 * MAINTAINERS: Convert to UTF-8.
3401 Properly sort Xinliang David Li's entry.
3402
f121b81d
CLT
34032013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3404 Sandra Loosemore <sandra@codesourcery.com>
3405
3406 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3407 nios2 port maintainers.
3408
74f769b5
MT
34092013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3410
3411 * MAINTAINERS (Write After Approval): Add myself.
3412
79e0604d 34132013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
3414
3415 * configure.ac: Add user-friendly check for native x86_64-linux
3416 multilibs.
3417 * configure: Regenerate.
3418
34192013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3420
3421 * MAINTAINERS: Add myself as sh maintainer.
3422
34232013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3424
3425 * MAINTAINERS: Add self as SLSR maintainer.
3426
34272013-11-18 Jan Hubicka <hubicka@ucw.cz>
3428
3429 * MAINTAINERS: Update my email address.
3430
34312013-11-15 David Edelsohn <dje.gcc@gmail.com>
3432
3433 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3434
34352013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3436
3437 * Makefile.in: Regenerate.
3438
3439 * Makefile.tpl: Fix typo.
3440 * Makefile.in: Regenerate partially.
3441
34422013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
3443
3444 * configure.ac: Added libcilkrts to noconfig list when C++ is not
3445 supported.
3446 * configure: Regenerated.
3447
34482013-11-01 Trevor Saunders <tsaunders@mozilla.com>
3449
3450 * MAINTAINERS (Write After Approval): Add myself.
3451
34522013-10-30 Jason Merrill <jason@redhat.com>
3453
3454 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3455 --disable-build-format-warnings.
3456
34572013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3458
423ea09f 3459 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
3460 depend on libstdc++ and libgcc.
3461 * configure: Regenerate.
3462 * configure.ac: Added libcilkrts to target binaries. Also, restrict
3463 libcilkrts for POSIX and i*86, and x86_64 architectures.
3464 * Makefile.in: Added libcilkrts related fields to support building it.
3465
34662013-10-26 Jeff Law <law@redhat.com>
3467
3468 * Makefile.def (target_modules): Remove libmudflap
3469 (languages): Remove check-target-libmudflap).
3470 * Makefile.in: Rebuilt.
3471 * Makefile.tpl (check-target-libmudflap-c++): Remove.
3472 * configure.ac (target_libraries): Remove target-libmudflap.
3473 Remove checks which disabled libmudflap on some systems.
3474 * configure: Rebuilt.
3475 * libmudflap: Directory removed.
3476
34772013-10-21 Cong Hou <congh@google.com>
3478
3479 * MAINTAINERS (Write After Approval): Add myself.
3480
34812013-10-16 Mike Stump <mikestump@comcast.net>
3482
3483 * .dir-locals.el: Add.
3484
34852013-10-15 David Malcolm <dmalcolm@redhat.com>
3486
3487 * configure.ac: Add --enable-host-shared
3488 * configure: Regenerate.
3489
34902013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3491
3492 Import from savannah.gnu.org:
3493 * config.guess: Update to 2013-06-10 version.
3494 * config.sub: Update to 2013-10-01 version.
3495
34962013-10-01 Simon Cook <simon.cook@embecosm.com>
3497
3498 Changes to build configuration to allow big endian ARC ELF toolchain
3499 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3500 * configure: Regenerate.
3501
35022013-09-20 Alan Modra <amodra@gmail.com>
3503
3504 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3505 ppc host match. Support little-endian powerpc linux hosts.
3506
35072013-09-19 Dodji Seketeli <dodji@redhat.com>
3508
3509 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3510 maintainer.
3511
35122013-09-12 DJ Delorie <dj@redhat.com>
3513
3514 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3515 maintainers.
3516
35172013-09-03 Richard Biener <rguenther@suse.de>
3518
3519 * configure.ac: Also allow ISL 0.12.
3520 * configure: Regenerated.
3521
35222013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
3523
3524 * MAINTAINERS (Write After Approval): Add myself.
3525
35262013-08-27 David Malcolm <dmalcolm@redhat.com>
3527
3528 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3529
35302013-08-26 Caroline Tice <cmtice@google.com>
3531
3532 * MAINTAINERS: Correct earliers update: Move myself from libvtv
3533 "Various Reviewers" to libvtv "Various Maintainers".
3534
35352013-08-20 Steven Bosscher <steven@gcc.gnu.org>
3536
3537 * MAINTAINERS: Add myself as RTL optimizers reviewer.
3538
35392013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
3540
3541 * MAINTAINERS: Update name, email.
3542
35432013-08-13 Adam Butcher <adam@jessamine.co.uk>
3544
3545 * MAINTAINERS (Write After Approval): Add myself.
3546
35472013-08-12 Caroline Tice <cmtice@google.com>
3548
3549 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3550 address in the Write After Approval section.
3551
35522013-08-09 Carlos O'Donell <carlos@redhat.com>
3553
3554 * MAINTAINERS (Write After Approval): Update email.
3555
35562013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3557
3558 * configure.ac: Adjust to check VTV_SUPPORTED.
3559 * configure: Regenerated.
3560
35612013-08-02 Caroline Tice <cmtice@google.com>
3562
3563 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3564 on non-linux systems; add target-libvtv to noconfigdirs; add
3565 libsupc++/.libs to C++ library search paths.
3566 * configure: Regenerated.
3567 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3568 libstdc++ and libgcc.
3569 * Makefile.in: Regenerated.
3570
35712013-07-19 Yvan Roux <yvan.roux@linaro.org>
3572
3573 * MAINTAINERS (Write After Approval): Add myself.
3574
35752013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3576 Shiva Chen <shiva0217@gmail.com>
3577
3578 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3579 nds32 port maintainers.
3580
35812013-07-17 Tim Shen <timshen91@gmail.com>
3582
3583 * MAINTAINERS (Write After Approval): Add myself.
3584
35852013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3586
3587 * configure.ac: Sync from binutils.
3588 * configure: Regenerate.
3589
35902013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3591
3592 * MAINTAINERS (Write After Approval): Add myself.
3593
35942013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3595
3596 * MAINTAINERS (Write After Approval): Add myself.
3597
35982013-05-17 David Malcolm <dmalcolm@redhat.com>
3599
3600 * MAINTAINERS (Write After Approval): Add myself.
3601
36022013-04-30 Brooks Moses <bmoses@google.com>
3603
3604 * MAINTAINERS: Update my email; move myself from Fortran
3605 reviewer to Write After Approval.
3606
36072013-04-16 Andreas Schwab <schwab@suse.de>
3608
3609 * configure.ac (aarch64-*-*): Don't disable java.
3610 * configure: Regenerate.
3611
36122013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3613
3614 * MAINTAINERS (Write After Approval): Add myself.
3615
36162013-03-30 Matthias Klose <doko@ubuntu.com>
3617
3618 * Makefile.def (target_modules): Don't install libffi.
3619 * Makefile.in: Regenerate.
3620
36212013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3622
3623 * MAINTAINERS (Write After Approval): Add myself.
3624
36252013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3626
3627 * MAINTAINERS (Write After Approval): Add myself.
3628
36292013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3630
3631 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3632 * configure: Regenerated.
3633
a15d2ea8
ILT
36342013-02-05 Ian Lance Taylor <iant@google.com>
3635
3636 PR go/55969
3637 * configure.ac: Disable libgo on some systems where it does not
3638 work.
3639
a3b854b6
FXC
36402013-02-04 David Edelsohn <dje.gcc@gmail.com>
3641
3642 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3643 Remove Geoff Keating as rs6000 port maintainer, at his request.
3644
36452013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3646
3647 * MAINTAINERS: Update my email.
3648
36492013-01-23 Shenghou Ma <minux.ma@gmail.com>
3650
3651 * configure: Re-generate.
3652
36532013-01-15 Richard Biener <rguenther@suse.de>
3654
3655 PR other/55973
3656 * configure: Re-generate.
3657
36582013-01-14 Matthias Klose <doko@ubuntu.com>
3659
3660 * Makefile.def (install-target-libsanitizer): Depend on
3661 install-target-libstdc++-v3.
3662 * Makefile.in: Regenerate.
3663
36642013-01-14 Richard Biener <rguenther@suse.de>
3665
3666 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3667 * configure: Re-generate
3668
36692013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3670
3671 * config.sub: Update from config repo.
3672
36732013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3674
3675 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3676 * Makefile.in: Regenerate.
3677
36782013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3679
3680 * MAINTAINERS (arc): Add new port maintainership for myself.
3681
36822013-01-09 Jason Merrill <jason@redhat.com>
3683
3684 * .gitignore: Import from gdb repository.
3685
36862013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3687
3688 * Makefile.def (configure-gcc): Depend on all-gmp.
3689 (all-gcc): Remove dependency on all-gmp.
3690 * Makefile.in: Regenerated.
3691
36922013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3693
3694 * config.sub: Merge from config repo.
3695 * config.guess: Ditto.
3696
36972013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3698
3699 * Makefile.def: Merge from binutils.
3700 * Makefile.in: Ditto.
3701
37022013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3703
3704 * MAINTAINERS: Update my email.
3705
37062012-12-29 Ben Elliston <bje@gnu.org>
3707
3708 * config.guess: Update to 2012-12-29 version.
3709 * config.sub: Likewise.
3710
37112012-12-20 Matthias Klose <doko@ubuntu.com>
3712
3713 * Makefile.def (install-target-libgfortran): Depend on
3714 install-target-libquadmath, install-target-libgcc.
3715 (install-target-libsanitizer): Depend on install-target-libgcc.
3716 (install-target-libjava): Depend on install-target-libgcc.
3717 (install-target-libitm): Depend on install-target-libgcc.
3718 (install-target-libobjc): Depend on install-target-libgcc.
3719 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3720 * Makefile.in: Regenerate.
3721
37222012-12-19 Matthias Klose <doko@ubuntu.com>
3723
3724 * Makefile.def (install-target-libgo): Depend on
3725 install-target-libatomic.
3726 * Makefile.in: Regenerate.
3727
37282012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3729
3730 PR go/55201
3731 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3732 * Makefile.in: Regenerate.
3733
37342012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3735
3736 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3737 * configure: Regenerate.
3738
37392012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3740
3741 * config.sub: Merge from config repo.
3742
37432012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3744
3745 * Makefile.def (target_modules): Add bootstrap=true and
3746 raw_cxx=true to libsanitizer.
3747 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3748 * Makefile.in: Regenerated.
3749 * configure: Likewise.
3750
37512012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3752
3753 * MAINTAINERS: Remove self as RTL optimization maintainer.
3754
37552012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3756
3757 * MAINTAINERS (Write After Approval): Add myself.
3758
37592012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3760
3761 * Makefile.def (target_modules): Remove bootstrap=true and
3762 raw_cxx=true from libsanitizer.
3763 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3764 * Makefile.in: Regenerated.
3765 * configure: Likewise.
3766
37672012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3768
3769 * Makefile.def (target_modules): Add bootstrap=true and
3770 raw_cxx=true to libsanitizer.
3771 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3772 * Makefile.in: Regenerated.
3773 * configure: Likewise.
3774
37752012-11-28 Andrew Pinski <apinski@cavium.com>
3776
3777 PR bootstrap/54279
3778 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3779 * configure: Regenerate.
3780 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3781 * Makefile.in: Regenerate.
3782
37832012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3784
3785 * configure.ac: Disable libsanitizer if we're not building C++.
3786 * configure: Regenerate.
3787
37882012-11-15 Roland McGrath <roland@hack.frob.com>
3789
3790 * MAINTAINERS (Write After Approval): Add myself.
3791
37922012-11-15 Dmitry Vyukov <dvyukov@google.com>
3793
3794 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3795 Kostya Serebryany (kcc@google.com) and
3796 Jakub Jelinek (jakub@redhat.com).
3797 Rename area for Dodji Seketeli (dodji@redhat.com).
3798
37992012-11-15 Dodji Seketeli <dodji@redhat.com>
3800
3801 * MAINTAINERS: (asan.c, related): Add myself.
3802
38032012-11-14 Roland McGrath <mcgrathr@google.com>
3804
3805 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3806 * configure: Regenerate.
3807
38082012-11-13 Richard Henderson <rth@redhat.com>
3809
3810 * configure.ac: Move libsanitizer logic to subdirectory.
3811 * configure: Regenerate.
3812
38132012-11-13 Dodji Seketeli <dodji@redhat.com>
3814
3815 * configure.ac: Enable libsanitizer just on x86 linux for now.
3816 * configure: Re-generate.
3817
38182012-11-13 David Edelsohn <dje.gcc@gmail.com>
3819
3820 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3821 sections.
3822 * configure: Regenerate.
3823
38242012-11-13 Hans-Peter Nilsson <hp@axis.com>
3825
3826 * configure.ac: Add section for configdirs for libsanitizer.
3827 Disable for cris-*-* and mmix-*-*.
3828 * configure: Regenerate.
3829
38302012-11-12 Wei Mi <wmi@google.com>
3831
3832 * configure.ac: Add libsanitizer to target_libraries.
3833 * Makefile.def: Ditto.
3834 * configure: Regenerate.
3835 * Makefile.in: Regenerate.
3836 * libsanitizer: New directory for asan runtime. Contains an empty
3837 tsan directory.
3838
38392012-11-03 Corinna Vinschen <corinna@vinschen.de>
3840
3841 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3842 against Mingw64 w32api.
3843 * configure: Regenerate.
3844
38452012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3846
3847 * configure: Regenerated.
3848
38492012-11-03 Robert Mason <rbmj@verizon.net>
3850
3851 * configure.ac: add --disable-libstdcxx configure option
3852 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3853
38542012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3855
3856 * MAINTAINERS (Write After Approval): Add myself.
3857
38582012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3859
3860 * MAINTAINERS (Write After Approval): Add myself.
3861
38622012-10-24 Sharad Singhai <singhai@google.com>
3863
3864 * MAINTAINERS (Write After Approval): Add myself.
3865
38662012-10-24 Eric Christopher <echristo@gmail.com>
3867
3868 * MAINTAINERS: Update email address.
3869
38702012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3871
3872 PR bootstrap/54820
3873 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3874 * configure: Regenerate.
3875
38762012-10-23 Richard Earnshaw <rearnsha@arm.com>
3877
3878 * MAINTAINERS (aarch64): Add Marcus and myself.
3879
38802012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3881
3882 PR bootstrap/54820
3883 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3884 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3885 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3886 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3887 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3888 * Makefile.in: Regenerate.
3889 * configure.ac (have_static_libs): New variable and associated check.
3890 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3891 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3892 * configure: Regenerate.
3893
38942012-10-10 Richard Biener <rguenther@suse.de>
3895
3896 * MAINTAINERS: Adjust for changed surname.
3897
38982012-10-04 Lawrence Crowl <crowl@google.com>
3899
3900 * MAINTAINERS (Write After Approval): Add myself.
3901
39022012-10-01 Cary Coutant <ccoutant@google.com>
3903
3904 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3905
39062012-09-28 Ian Lance Taylor <iant@google.com>
3907
3908 * Makefile.def: Make all-target-libgo depend on
3909 all-target-libbacktrace.
3910 * Makefile.in: Rebuild.
3911
39122012-09-26 Ian Lance Taylor <iant@google.com>
3913
3914 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3915 * Makefile.in: Rebuild.
3916
39172012-09-20 Walter Lee <walt@tilera.com>
3918
3919 * configure.ac: Add tilegx to list of targets that support gold.
3920 * configure: Regenerate.
3921
39222012-09-20 Marek Polacek <polacek@redhat.com>
3923
3924 * MAINTAINERS (Write After Approval): Add myself.
3925
39262012-09-19 Steve Ellcey <sellcey@mips.com>
3927
3928 * configure.ac: Add mips*-mti-elf* target.
3929 * configure: Regenerate.
3930
39312012-09-17 Ian Lance Taylor <iant@google.com>
3932
3933 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3934 * configure.ac (host_libs): Add libbacktrace.
3935 (target_libraries): Add libbacktrace.
3936 * Makefile.def (host_modules): Add libbacktrace.
3937 (target_modules): Likewise.
3938 * configure, Makefile.in: Rebuild.
3939
39402012-09-14 David Edelsohn <dje.gcc@gmail.com>
3941
3942 PR target/38607
3943 Merge upstream change.
3944 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3945
3946 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3947 Add libgomp*.o to compare_exclusions for AIX.
3948 * configure: Regenerate.
3949
39502012-09-06 Diego Novillo <dnovillo@google.com>
3951
3952 * configure.ac: Bump minimum GMP version to 4.2.3.
3953 * configure: Re-generate.
3954
39552012-09-05 Georg-Johann Lay <avr@gjlay.de>
3956
3957 PR target/54461
3958 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3959 target-libgloss if not configured --with-avrlibc=no.
3960 * configure: Regenerate.
3961
39622012-09-04 Jason Merrill <jason@redhat.com>
3963
3964 * configure.ac: Fix --enable-languages=all.
3965
39662012-09-04 Christophe Lyon <christophe.lyon@st.com>
3967
3968 * MAINTAINERS (Write After Approval): Add myself.
3969
39702012-09-03 Richard Guenther <rguenther@suse.de>
3971
3972 PR bootstrap/54138
3973 * configure.ac: Re-organize ISL / CLOOG checks to allow
3974 disabling with either --without-isl or --without-cloog.
3975 * configure: Regenerated.
3976
39772012-09-03 Georg-Johann Lay <avr@gjlay.de>
3978
3979 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3980 * configure: Regenerate.
3981
39822012-08-27 Ulrich Drepper <drepper@gmail.com>
3983
3984 * MAINTAINERS: Fix my email address.
3985
39862012-08-26 H.J. Lu <hongjiu.lu@intel.com>
3987
3988 PR binutils/4970
3989 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3990 and opcodes.
3991 * Makefile.in: Regenerated.
3992
39932012-08-26 Art Haas <ahaas@impactweather.com>
3994
3995 * configure: Regenerate.
3996
39972012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
3998
3999 * INSTALL/README: Also refer to the online installation
4000 instructions.
4001
40022012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4003
4004 * MAINTAINERS (Write After Approval): Add myself.
4005 (Picochip port): Remove myself.
4006
40072012-08-14 Diego Novillo <dnovillo@google.com>
4008
4009 Merge from cxx-conversion branch.
4010
4011 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4012 POSTSTAGE1_CONFIGURE_FLAGS.
4013 * Makefile.in: Regenerate.
4014 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4015 Force C++ when bootstrapping.
4016 * configure: Regenerate.
4017
40182012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4019
4020 * MAINTAINERS (Write After Approval): Add myself.
4021
40222012-07-16 Joseph Myers <joseph@codesourcery.com>
4023
4024 * README: Document use of ranges of years in copyright notices.
4025
40262012-07-06 Richard Guenther <rguenther@suse.de>
4027
4028 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4029 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4030 --with-gmp=system.
4031 * Makefile.in: Regenerated.
4032 * configure: Likewise.
4033
40342012-07-06 Richard Guenther <rguenther@suse.de>
4035
4036 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4037 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4038 supply V=1 as extra_make_flags.
4039 * configure: Regenerated.
4040 * Makefile.in: Likewise.
4041
40422012-07-04 Tristan Gingold <gingold@adacore.com>
4043
4044 * configure: Regenerate.
4045
40462012-07-03 Richard Guenther <rguenther@suse.de>
4047
4048 * Makfile.def (isl): Remove not necessary extra_exports and
4049 extra_make_flags.
4050 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4051 * Makefile.in: Regenerated.
4052
40532012-07-03 Richard Guenther <rguenther@suse.de>
4054
4055 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4056 * configure.ac: If either the ISL or the CLooG check failed
4057 do not try to build in-tree versions.
4058 * Makefile.in: Regenerated.
4059 * configure: Regenerated.
4060
40612012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4062
4063 * configure: Regenerate.
4064
40652012-07-02 Janis Johnson <janisjo@codesourcery.com>
4066
4067 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4068 maintainer.
4069
40702012-07-02 Richard Guenther <rguenther@suse.de>
4071
4072 * configure: Regenerated.
4073
40742012-07-02 Richard Guenther <rguenther@suse.de>
4075 Michael Matz <matz@suse.de>
4076 Tobias Grosser <tobias@grosser.es>
4077 Sebastian Pop <sebpop@gmail.com>
4078
4079 * Makefile.def: Add ISL host module, remove PPL host module.
4080 Adjust ClooG host module to use the proper ISL.
4081 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4082 * configure.ac: Include config/isl.m4. Add ISL host library,
4083 remove PPL. Remove PPL configury, add ISL configury, adjust
4084 ClooG configury.
4085 * Makefile.in: Regenerated.
4086 * configure: Likewise.
4087
40882012-07-02 Richard Guenther <rguenther@suse.de>
4089
4090 Merge from graphite branch
4091 2011-07-21 Tobias Grosser <tobias@grosser.es>
4092
4093 * configure: Regenerated.
4094 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4095 both cloog.org and legacy versions. The only supported version will
4096 be CLooG with the isl backend.
4097
4098 2011-07-21 Tobias Grosser <tobias@grosser.es>
4099
4100 * configure: Regenerated.
4101 * configure.ac: Require cloog isl 0.17.0
4102
4103 2011-07-21 Tobias Grosser <tobias@grosser.es>
4104
4105 * configure: Regenerated.
4106 * config/cloog.m4: Do not define CLOOG_ORG
4107
41082012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4109
4110 * configure.ac: Skip C if explicitly selected.
4111 * configure: Regenerate.
4112
41132012-06-28 Christophe Lyon <christophe.lyon@st.com>
4114
4115 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4116 they contain -O2.
4117 * configure: Regenerate.
4118
41192012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4120
4121 PR debug/53740
4122 * df.h, df-problems.c, dce.c: Revert last patch.
4123
41242012-06-25 Iain Sandoe <iain@codesourcery.com>
4125
4126 * MAINTAINERS (Write After Approval): Update my email address.
4127
41282012-06-21 Meador Inge <meadori@codesourcery.com>
4129
4130 * MAINTAINERS (Write After Approval): Add myself.
4131
41322012-06-20 Jason Merrill <jason@redhat.com>
4133
4134 * Makefile.tpl (check-target-libgomp-c++): New.
4135 (check-target-libitm-c++): New.
4136 * Makefile.def (c++): Add them.
4137 * Makefile.in: Regenerate.
4138
41392012-05-29 Edmar Wienskoski <edmar@freescale.com>
4140
4141 * MAINTAINERS (Write After Approval): Add myself.
4142
41432012-05-16 Olivier Hainque <hainque@adacore.com>
4144
4145 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4146 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4147 (install-no-fixedincludes): Adjust accordingly.
4148 * Makefile.in: Regenerate.
4149
41502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4151
4152 Merge upstream change
4153 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4154
41552012-05-14 Marc Glisse <marc.glisse@inria.fr>
4156
4157 * MAINTAINERS (Write After Approval): Add myself.
4158
41592012-05-09 Nick Clifton <nickc@redhat.com>
4160 Paul Smith <psmith@gnu.org>
4161
4162 PR bootstrap/50461
4163 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4164 allow for the fact that from release v3.1.0 of MPFR the source
4165 files were moved into a src sub-directory.
4166 * configure: Regenerate.
4167
41682012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4169
4170 * configure.ac: Bump minimum MPFR version to 2.4.0.
4171 * configure: Regenerated.
4172
41732012-05-01 Richard Henderson <rth@redhat.com>
4174
4175 * Makefile.def (libatomic): New target_module.
4176 * configure.ac (target_libraries): Add libatomic.
4177 (noconfigdirs): Check if libatomic is supported.
4178 * Makefile.in, configure: Rebuild.
4179
41802012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4181
4182 * MAINTAINERS (Write After Approval): Add myself.
4183
41842012-04-25 Joel Brobecker <brobecker@adacore.com>
4185
4186 * config.sub: Update to 2012-04-18 version from official repo.
4187
41882012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4189
4190 * MAINTAINERS (Write After Approval): Add myself.
4191
41922012-04-11 Steve Ellcey <sellcey@mips.com>
4193
4194 * MAINTAINERS: Changed email address.
4195
41962012-03-28 Georg-Johann Lay <avr@gjlay.de>
4197
4198 PR target/52737
4199 * contrib/gcc_update (files_and_dependencies):
4200 Remove gcc/config/avr/t-multilib from touch data.
4201
42022012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4203
4204 * MAINTAINERS (OS Port Maintainers): Remove irix.
4205 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4206 (unsupported_languages): Remove mips-sgi-irix6.*.
4207 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4208 (with_stabs): Remove.
4209 * configure: Regenerate.
4210
42112012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4212
4213 * MAINTAINERS (OS Port Maintainers): Remove osf.
4214 * configure.ac (enable_libgomp): Remove *-*-osf*.
4215 (with_stabs): Remove alpha*-*-osf*.
4216 * configure: Regenerate.
4217
42182012-03-05 Tristan Gingold <gingold@adacore.com>
4219
4220 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4221 * configure: Regenerate.
4222
42232012-02-17 Walter Lee <walt@tilera.com>
4224
4225 * MAINTAINERS: (Write After Approval): Delete myself.
4226
42272012-02-14 Walter Lee <walt@tilera.com>
4228
4229 * MAINTAINERS (tilegx port): Add myself.
4230 (tilepro port): Add myself.
4231 (Write After Approval): Add myself.
4232
42332012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4234
4235 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4236 and Joseph Myers as docstring relicensing maintainers.
4237
42382012-02-09 Bin Cheng <bin.cheng@arm.com>
4239
4240 * MAINTAINERS (write-after-approval): Add myself.
4241
42422012-02-08 Ira Rosen <irar@il.ibm.com>
4243
4244 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4245 maintainer.
4246
42472012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4248
4249 * MAINTAINERS (Write After Approval): Move myself to
4250 maintain alphabetical order.
4251
42522012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4253
4254 * MAINTAINERS (Write After Approval): Add myself.
4255
42562012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4257
4258 * MAINTAINERS (Write After Approval): Add myself.
4259
42602012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4261 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4262
4263 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4264 * configure: Regenerate.
4265
42662012-01-23 Harshit Chopra <harshit@google.com>
4267
4268 * MAINTAINERS (Write After Approval): Add myself.
4269
42702012-01-22 Douglas B Rupp <rupp@ngnat.com>
4271
4272 * configure.ac: Remove reference to mh-interix.
4273 * configure: Regenerate.
4274
42752012-01-05 Richard Henderson <rth@redhat.com>
4276
4277 PR bootstrap/51072
4278 * configure.ac: Disable libitm if c++ is not enabled.
4279 * configure: Rebuild.
4280
4281 * configure.ac: Fix regexp for same.
4282 * configure: Rebuild.
4283
42842012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4285
4286 * MAINTAINERS (Write After Approval): Add myself.
4287
42882012-01-02 Richard Guenther <rguenther@suse.de>
4289
4290 PR bootstrap/51686
4291 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4292 * Makefile.in: Regenerate.
4293
42942011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4295
4296 * MAINTAINERS (Write After Approval): Add myself.
4297
42982011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4299
4300 * configure: Regenerate.
4301
43022011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4303
4304 * MAINTAINERS (picochip): Changed email address.
4305
43062011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4307
4308 * MAINTAINERS (write-after-approval): Add self.
4309
43102011-11-29 DJ Delorie <dj@redhat.com>
4311
4312 * configure.ac (rl78-*-*) New case.
4313 * configure: Regenerate.
4314 * MAINTAINERS: Add myself as RL78 maintainer.
4315
43162011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4317
4318 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4319
43202011-11-21 Andreas Tobler <andreast@fgznet.ch>
4321
4322 * libtool.m4: Additional FreeBSD 10 fixes.
4323
43242011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4325
4326 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4327 Maintainers section, as Epiphany maintainer.
4328
43292011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4330
4331 PR target/49992
4332 * configure.ac: Remove ranlib special-casing for Darwin.
4333 * configure: Regenerate.
4334
43352011-11-12 Andrey Belevantsev <abel@ispras.ru>
4336
4337 * MAINTAINERS (Reviewers): Keep the list sorted.
4338
43392011-11-11 Andrey Belevantsev <abel@ispras.ru>
4340
4341 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4342
43432011-11-09 Roland McGrath <mcgrathr@google.com>
4344
4345 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4346 * configure: Rebuild.
4347 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4348 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4349 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4350 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4351 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4352 Add READELF.
4353 * Makefile.in: Rebuild.
4354
43552011-11-09 Jason Merrill <jason@redhat.com>
4356
4357 * Makefile.def (language=c++): Remove check-c++0x.
4358 * Makefile.in (check-gcc-c++): Regenerate.
4359
43602011-11-08 Richard Henderson <rth@redhat.com>
4361
4362 * configure.ac: Test for libitm directory present first.
4363
4364 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4365
4366 * configure.ac: Test libitm/configure.tgt to disable libitm.
4367 * configure: Rebuild.
4368
43692011-11-07 Aldy Hernandez <aldyh@redhat.com>
4370 Richard Henderson <rth@redhat.com>
4371
4372 Merged from transactional-memory.
4373
4374 * Makefile.def (lang_env_dependencies): libitm is c++.
4375 Add libitm target module.
4376 * configure.ac: Likewise.
4377 * config/mmap.m4: New file.
4378 * contrib/gcc_update: Add libitm to touch data.
4379 * Makefile.in, configure: Rebuild.
4380
43812011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4382
4383 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4384 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4385 * Makefile.in: Regenerate.
4386
43872011-11-01 DJ Delorie <dj@redhat.com>
4388
4389 * config.sub: Update to version 2011-10-29 (added rl78)
4390
43912011-10-27 Nick Clifton <nickc@redhat.com>
4392
4393 * config.sub: Import these changes from the config project:
4394
4395 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4396 Ben Elliston <bje@gnu.org>
4397
4398 * config.sub (epiphany): New.
4399
4400 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4401 Ben Elliston <bje@gnu.org>
4402
4403 * config.sub (hexagon, hexagon-*): New.
4404
4405 2011-08-23 Roland McGrath <mcgrathr@google.com>
4406
4407 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4408 64eb to be64.
4409
4410 2011-08-16 Roland McGrath <mcgrathr@google.com>
4411
4412 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4413 (nacl): Grok as alias for 32el-unknown-nacl.
4414
44152011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4416
4417 * MAINTAINERS (Write After Approval): Add myself.
4418
44192011-10-24 Teresa Johnson <tejohnson@google.com>
4420
4421 * MAINTAINERS (Write After Approval): Add myself.
4422
44232011-09-21 Jakub Jelinek <jakub@redhat.com>
4424
4425 * MAINTAINERS (sparc port): Remove myself.
4426
44272011-09-14 Tom de Vries <tom@codesourcery.com>
4428
4429 * MAINTAINERS (Write After Approval): Add myself.
4430
44312011-08-14 Yao Qi <yao@codesourcery.com>
4432
4433 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4434 * configure: Regenerate.
4435
44362011-07-26 Ian Lance Taylor <iant@google.com>
4437
4438 * configure.ac: Set have_compiler based on whether gcc directory
4439 exists, rather than on whether gcc is in configdirs.
4440 * configure: Rebuild.
4441
44422011-07-21 Joseph Myers <joseph@codesourcery.com>
4443
4444 * MAINTAINERS (Global Reviewers): Add self.
4445
44462011-07-20 David Edelsohn <dje.gcc@gmail.com>
4447
4448 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4449 link directories.
4450 * Makefile.in: Rebuild.
4451
44522011-07-20 Ian Lance Taylor <iant@google.com>
4453
4454 PR bootstrap/49787
4455 * configure.ac: Move --enable-bootstrap handling earlier in file.
4456 If --enable-bootstrap and either --enable-build-with-cxx or
4457 --enable-build-poststage1-with-cxx, enable C++ automatically.
4458 * configure: Rebuild.
4459
44602011-07-19 Ian Lance Taylor <iant@google.com>
4461
4462 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
4463 make C++ a boot_language. Set and substitute
4464 POSTSTAGE1_CONFIGURE_FLAGS.
4465 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4466 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4467 * configure, Makefile.in: Rebuild.
4468
44692011-07-19 Vladimir Makarov <vmakarov@redhat.com>
4470
4471 * MAINTAINERS (Register Allocation): Move myself from reviewers to
4472 maintainers.
4473
44742011-07-18 Jakub Jelinek <jakub@redhat.com>
4475
4476 * MAINTAINERS (Global Reviewers): Add myself.
4477
44782011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4479
4480 * configure: Regenerate.
4481
44822011-07-16 Jason Merrill <jason@redhat.com>
4483
4484 * Makefile.def (language=c++): Add check-c++0x and
4485 check-target-libmudflap-c++.
4486 * Makefile.tpl (check-target-libmudflap-c++): New.
4487 * Makefile.in: Regenerate.
4488
44892011-07-16 Matthias Klose <doko@ubuntu.com>
4490
4491 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4492 * Makefile.def (target_modules/libjava): Pass
4493 $(EXTRA_CONFIGARGS_LIBJAVA).
4494 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4495 if not configured with --enable-static-libjava.
4496 * Makefile.in: Regenerate.
4497 * configure: Likewise.
4498
44992011-07-15 Jason Merrill <jason@redhat.com>
4500
4501 * Makefile.in (check-c++): Move check-gcc-c++0x after
4502 check-target-libstdc++-v3.
4503
45042011-07-15 Bernd Schmidt <bernds@codesourcery.com>
4505
4506 * MAINTAINERS (c6x port): New entry.
4507
45082011-07-13 Jason Merrill <jason@redhat.com>
4509
4510 * Makefile.in (check-gcc-c++0x): New.
4511 (check-c++): Depend on it.
4512
45132011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4514
4515 PR target/39150
4516 * configure.ac (i[3456789]86-*-solaris2*): Also accept
4517 x86_64-*-solaris2.1[0-9]*.
4518 * configure: Regenerate.
4519
45202011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
4521
4522 * MAINTAINERS (RTL optimizers): Add self.
4523
45242011-06-27 Gabriel Charette <gchare@google.com>
4525
4526 * MAINTAINERS (Write After Approval): Add myself.
4527
45282011-06-22 Hans-Peter Nilsson <hp@axis.com>
4529
4530 PR regression/47836
4531 PR bootstrap/23656
4532 PR other/47733
4533 PR bootstrap/49247
4534 PR c/48825
4535 * configure.ac (target_libraries): Remove target-libiberty.
4536 Remove case-statement setting skipdirs=target-libiberty for
4537 multiple targets. Remove checking target_configdirs and
4538 removing target-libiberty but keeping target-libgcc if
4539 otherwise empty.
4540 * Makefile.def (target_modules): Don't add libiberty.
4541 (dependencies): Remove all traces of target-libiberty.
4542 * configure, Makefile.in: Regenerate.
4543
45442011-06-13 Walter Lee <walt@tilera.com>
4545
4546 * configure.ac (tilepro-*-*) New case.
4547 (tilegx-*-*): Likewise.
4548 * configure: Regenerate.
4549
45502011-06-06 Jing Yu <jingyu@google.com>
4551
4552 * configure.ac: Skip target-libiberty for
4553 arm*-*-linux-androideabi.
4554 * configure: Regenerated.
4555
45562011-06-06 Nick Clifton <nickc@redhat.com>
4557
4558 * config.sub: Sync from upstream.
4559
45602011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4561
4562 * MAINTAINERS (Write After Approval): Add myself.
4563
45642011-06-01 Daniel Jacobowitz <drow@false.org>
4565
4566 * MAINTAINERS: Update my email address.
4567
45682011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4569
4570 * MAINTAINERS (Write After Approval): Update my email address.
4571
45722011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4573
4574 * MAINTAINERS (Write After Approval): Add myself.
4575
45762011-05-08 Doug Kwan <dougkwan@google.com>
4577
4578 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4579 * configure: Regenerated.
4580 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4581 value from configure.
4582 * Makefile.in: Regenerated.
4583
45842011-05-05 Joseph Myers <joseph@codesourcery.com>
4585
4586 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4587 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4588 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4589 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4590 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4591 *-*-vxworks*): Disable newlib and libgloss in separate case
4592 statement.
4593 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4594 to separate case statement.
4595 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4596 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4597 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4598 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4599 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4600 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4601 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4602 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4603 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4604 i[[3456789]]86-*-rdos*, m32r-*-*,
4605 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4606 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4607 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4608 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4609 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4610 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4611 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4612 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4613 and libgloss in main case over targets. Remove most empty cases
4614 in main case over targets.
4615 * configure: Regenerate.
4616
46172011-05-04 Janis Johnson <janisjo@codesourcery.com>
4618
4619 * MAINTAINERS (Write After Approval): Add myself.
4620
46212011-05-04 Joseph Myers <joseph@codesourcery.com>
4622
4623 * configure.ac: Remove code setting special library locations for
4624 hppa*64*-*-hpux11*. Remove code setting compiler for
4625 sparc-sun-solaris2*.
4626 * configure: Regenerate.
4627
46282011-05-04 Joseph Myers <joseph@codesourcery.com>
4629
4630 * configure.ac: Separate libgloss_dir settings from general case
4631 over targets.
4632 * configure: Regenerate.
4633
46342011-04-28 Joseph Myers <joseph@codesourcery.com>
4635
4636 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4637 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4638 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4639 cases in libgcj-disabling case statement.
4640 (hppa*64*-*-linux*): Set unsupported_languages instead of
4641 disabling target-zlib.
4642 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4643 to hppa*64*-*-hpux*.
4644 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4645 hppa*-*-hpux*.
4646 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4647 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4648 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4649 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4650 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4651 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4652 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4653 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4654 libgcj-disabling case statement.
4655 * configure: Regenerate.
4656
46572011-04-28 Joseph Myers <joseph@codesourcery.com>
4658
4659 * configure.ac: Disable Java for targets not supporting libffi.
4660 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4661 Remove cases in Java-disabling statement.
4662 (*arm-wince-pe): Change to arm-wince-pe.
4663 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4664 cases in Java-disabling statement.
4665 (bfin-*-*): Don't disable Java again.
4666 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4667 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4668 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4669 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4670 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4671 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4672 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4673 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4674 Java-disabling statement.
4675 (mmix-*-*): Don't disable Java again.
4676 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4677 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4678 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4679 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4680 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4681 statement.
4682 * configure: Regenerate.
4683
46842011-04-28 Joseph Myers <joseph@codesourcery.com>
4685
4686 * configure.ac: Separate cases disabling Java and Java libraries
4687 from general case over targets.
4688 * configure: Regenerate.
4689
46902011-04-21 Jie Zhang <jzhang918@gmail.com>
4691
4692 * MAINTAINERS: Update my email address.
4693
46942011-04-20 Easwaran Raman <eraman@google.com>
4695
4696 * MAINTAINERS (Write After Approval): Add myself.
4697
46982011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4699
4700 PR lto/48086
4701 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4702 * configure: Regenerate.
4703
47042011-04-16 Jim Meyering <meyering@redhat.com>
4705
4706 * MAINTAINERS (Write After Approval): Add myself.
4707
47082011-04-15 Dodji Seketeli <dodji@redhat.com>
4709
4710 * MAINTAINERS: Update my email address.
4711
47122011-04-13 Georg-Johann Lay <avr@gjlay.de>
4713
4714 * MAINTAINERS (Write After Approval): Add myself.
4715
47162011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4717
4718 * MAINTAINERS (Write After Approval): Add myself.
4719
47202011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4721
4722 * MAINTAINERS (Write After Approval): Add myself.
4723
47242011-04-06 Joseph Myers <joseph@codesourcery.com>
4725
4726 * configure.ac (build_tools): Remove build-byacc.
4727 (host_libs): Remove mmalloc.
4728 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4729 autoconf automake libtool diff rcs fileutils shellutils time
4730 textutils wdiff find uudecode hello tar gzip indent recode release
4731 sed perl gawk findutils gettext zip.
4732 (libgcj): Remove target-qthreads.
4733 (target_tools): Remove target-examples target-gperf.
4734 (YACC): Don't handle building byacc.
4735 * configure: Regenerate.
4736 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4737 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4738 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4739 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4740 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4741 handle building components.
4742 * Makefile.in: Regenerate.
4743
47442011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4745
4746 * MAINTAINERS: Update my email address as Xtensa maintainer.
4747
47482011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4749
4750 * config.sub: Sync from upstream.
4751
47522011-04-01 Joseph Myers <joseph@codesourcery.com>
4753
4754 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4755 (microblaze*): Don't disable libssp.
4756 * configure: Regenerate.
4757
47582011-04-01 Joseph Myers <joseph@codesourcery.com>
4759
4760 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4761 moveifchange.
4762 * configure: Regenerate.
4763 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4764 * Makefile.in: Regenerate.
4765
47662011-04-01 Joseph Myers <joseph@codesourcery.com>
4767
4768 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4769 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4770 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4771 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4772 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4773 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4774 md_exec_prefix cases.
4775 * configure: Regenerate.
4776
47772011-04-01 Joseph Myers <joseph@codesourcery.com>
4778
4779 * configure.ac: Separate cases disabling target-libssp,
4780 target-libiberty, target-libstdc++-v3 and Fortran from general
4781 case over targets.
4782 * configure: Regenerate.
4783
47842011-04-01 Joseph Myers <joseph@codesourcery.com>
4785
4786 * configure.ac (*-*-chorusos): Don't disable libgcj.
4787 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4788 Remove case.
4789 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4790 (arm-*-coff): Don't disable libgcj.
4791 (arm*-*-linux-gnueabi): Remove useless assignment.
4792 (arm-*-riscix*): Don't disable libgcj.
4793 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4794 configuration.
4795 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4796 (c54x*-*-*): Remove case.
4797 (tic54x-*-*): Don't disable GCC or GCC libraries.
4798 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4799 to *.
4800 (d10v-*-*): Don't disable GCC libraries.
4801 (d30v-*-*): Don't disable libgcj.
4802 (h8500-*-*): Don't disable GCC libraries.
4803 (i960-*-*): Don't disable libgcj.
4804 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4805 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4806 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4807 libgcj.
4808 (m68k-*-coff*): Remove case.
4809 (mmix-*-*): Don't disable libgloss on host.
4810 (mn10200-*-*, mn10300-*-*): Remove cases.
4811 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4812 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4813 Don't disable libgcj.
4814 (romp-*-*): Remove case.
4815 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4816 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4817 case.
4818 (v810-*-*): Don't disable GCC libraries.
4819 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4820 (ip2k-*-*): Don't disable GCC libraries.
4821 * configure: Regenerate.
4822
48232011-03-28 Joseph Myers <joseph@codesourcery.com>
4824
4825 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4826 libffi on host.
4827 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4828 on host.
4829 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4830 * configure: Regenerate.
4831
48322011-03-26 John Marino <binutils@marino.st>
4833
4834 * configure.ac: Add support for *-*-dragonfly*
4835 * configure: Regenerate.
4836
48372011-03-25 Joseph Myers <joseph@codesourcery.com>
4838
4839 * configure.ac (native_only): Remove.
4840 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4841 send-pr uudecode guile gnuserv on host.
4842 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4843 send-pr rcs guile perl texinfo libtool on host.
4844 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4845 automake send-pr rcs guile perl texinfo libtool on host.
4846 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4847 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4848 (alpha*-dec-osf*): Don't disable fileutils on target.
4849 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4850 texinfo send-pr expect dejagnu on target.
4851 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4852 target-qthreads on target.
4853 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4854 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4855 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4856 x86_64-*-mingw*): Don't disable expect on target.
4857 (*-*-cygwin*): Don't disable target-gperf on target.
4858 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4859 gnuserv on target.
4860 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4861 target.
4862 * configure: Regenerate.
4863
48642011-03-25 Joseph Myers <joseph@codesourcery.com>
4865
4866 * configure.ac (target_tools): Remove target-groff.
4867 (native_only): Remove target-groff.
4868 (hppa*64*-*-*): Don't disable byacc.
4869 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4870 setting.
4871 (*-*-kaos*): Don't skip target-librx and target-groff.
4872 (*-*-netware*): Don't skip target-libmudflap.
4873 (*-*-tpf*): Don't skip target-libmudflap.
4874 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4875 directories on the host.
4876 (ia64*-*-*vms*): Don't skip tix.
4877 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4878 host.
4879 * configure: Regenerate.
4880
48812011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4882
4883 * configure.ac: Remove references to mt-mep, mt-netware,
4884 mt-wince.
4885 * Makefile.def: Add all-utils soft dependencies.
4886 * Makefile.tpl: Remove GDB_NLM_DEPS.
4887 * configure: Regenerate.
4888 * Makefile.in: Regenerate.
4889
48902011-03-24 Paolo Bonzini <bonzini@gnu.org>
4891
4892 * configure.ac: Do not include mh-x86omitfp.
4893 * configure: Regenerate.
4894
48952011-03-24 Paolo Bonzini <bonzini@gnu.org>
4896
4897 * configure.ac: Remove empty cases.
4898 * configure: Regenerate.
4899
49002011-03-24 Paolo Bonzini <bonzini@gnu.org>
4901
4902 * Makefile.def: Add dependency from termcap to gdb.
4903 * Makefile.in: Regenerate.
4904
49052011-03-24 Paolo Bonzini <bonzini@gnu.org>
4906
4907 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4908 * configure: Regenerate.
4909 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4910 * Makefile.tpl: Likewise.
4911 * Makefile.in: Regenerate.
4912
49132011-03-24 Paolo Bonzini <bonzini@gnu.org>
4914
4915 * configure.ac: Remove all mentions of tentative_cc.
4916 * configure: Regenerate.
4917
49182011-03-24 Joseph Myers <joseph@codesourcery.com>
4919
4920 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4921 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4922 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4923 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4924 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4925 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4926 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4927 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4928 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4929 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4930 *-*-rhapsody*): Remove host cases.
4931 * configure: Regenerate.
4932
49332011-03-24 Joseph Myers <joseph@codesourcery.com>
4934
4935 * configure.ac (ppc*-*-pe): Remove host case.
4936 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4937 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4938 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4939 cases.
4940 * configure: Regenerate.
4941
49422011-03-24 Joseph Myers <joseph@codesourcery.com>
4943
4944 * config.sub: Update to version 2011-03-23.
4945
49462011-03-22 Joseph Myers <joseph@codesourcery.com>
4947
4948 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4949 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4950 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4951 * configure: Regenerate.
4952
49532011-03-22 Joseph Myers <joseph@codesourcery.com>
4954
4955 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4956 to Write After Approval.
4957 * config-ml.in: Don't handle arc-*-elf*.
4958 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4959 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4960 handle GCC libraries.
4961 * configure: Regenerate.
4962
49632011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4964
4965 PR bootstrap/48120:
4966 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4967 Add -lstdc++ -lm to LIBS.
4968 * configure: Regenerate.
4969
49702011-03-18 David Edelsohn <dje.gcc@gmail.com>
4971
4972 * config.guess: Update to version 2011-02-02
4973 * config.sub: Update to version 2011-02-24
4974
49752011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4976
4977 PR lto/48086
4978 * configure.ac: Re-enable LTO on *-apple-darwin9.
4979 * configure: Regenerate.
4980
49812011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4982
4983 PR lto/48086
4984 * configure.ac: Disable LTO on darwin due to an assembler change in
4985 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4986 under 256.
4987 * configure: Regenerate.
4988
49892011-03-11 Chen Liqin <liqin.gcc@gmail.com>
4990
4991 * MAINTAINERS: Update myself as score backend maintainer,
4992 update my e-mail address.
4993
49942011-03-09 Xuepeng Guo <terry.guo@arm.com>
4995
4996 * MAINTAINERS: Update my e-mail address.
4997
49982011-03-06 Joey Ye <joey.ye@arm.com>
4999
5000 * MAINTAINERS: Update my e-mail address.
5001
50022011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5003
5004 * configure.ac: Adjust test of with_ppl.
5005 * configure: Regenerated.
5006
50072011-03-02 Kai Tietz <ktietz@redhat.com>
5008
5009 * MAINTAINERS: Adjust my e-mail address.
5010
50112011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5012
5013 * configure.ac: Add -lpwl to ppllibs.
5014 * configure: Regenerated.
5015
50162011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5017
5018 * config/cloog.m4: Add -lisl to clooglibs.
5019 * configure: Regenerated.
5020
50212011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5022
5023 * MAINTAINERS (CPU Port maintainers): Add self.
5024
50252011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5026
5027 * MAINTAINERS: Add myself as testsuite maintainer.
5028
50292011-02-15 Mike Stump <mikestump@comcast.net>
5030
5031 * MAINTAINERS: Add myself as testsuite maintainer.
5032
50332011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5034
5035 Import from Libtool and gnulib:
5036
5037 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5038
5039 Prepare for supporting FreeBSD 10.
5040 * config.rpath: Remove handling of freebsd1* which soon would
5041 match FreeBSD 10.0.
5042
5043 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5044
5045 Remove support for FreeBSD 1.x.
5046 * libtool.m4 (_LT_LINKER_SHLIBS)
5047 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5048 soon would incorrectly match FreeBSD 10.0.
5049
50502011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5051
5052 PR binutils/12283
5053 * move-if-change: Import version from gnulib.
5054
50552011-02-12 Alexandre Oliva <aoliva@redhat.com>
5056
5057 PR lto/47225
5058 * Makefile.def (lto-plugin): Double dash for enable-shared.
5059 (configure-gcc): Depend on all-lto-plugin.
5060 * Makefile.in: Rebuilt.
5061
50622011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5063
5064 * configure.ac: Remove extra bracket.
5065 * configure: Regenerate.
5066
50672011-02-08 Tobias Burnus <burnus@net-b.de>
5068
5069 * MAINTAINERS: Add myself as libquadmath maintainer.
5070
50712011-02-08 Thomas Schwinge <thomas@schwinge.name>
5072
5073 * MAINTAINERS: Update my email address.
5074
50752011-02-07 Joseph Myers <joseph@codesourcery.com>
5076
5077 * MAINTAINERS (option handling): Add self.
5078
50792011-02-06 Kai Tietz <kai.tietz@onevision.com>
5080
5081 PR lto/47225
5082 * Makefile.def: Add dependency for install-gcc
5083 on install-lto-plugin.
5084 * Makfile.in: Regenerated
5085
50862011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5087
5088 * MAINTAINERS (CPU Port Maintainers): Add myself.
5089
50902011-01-31 Alexandre Oliva <aoliva@redhat.com>
5091
5092 PR libgcj/44341
5093 * configure.ac: Discard --with-* flags for host when configuring
5094 target libraries for cross build.
5095 * configure: Rebuilt.
5096
50972011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5098
5099 * MAINTAINERS (linear loop transforms): Removed.
5100
51012011-01-25 Jakub Jelinek <jakub@redhat.com>
5102
5103 * configure.ac: If with_ppl is no, move setting with_cloog=no
5104 after CLOOG_REQUESTED check.
5105 * configure: Regenerated.
5106
51072011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5108
5109 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5110 CLooG has been requested.
5111 * configure: Regenerated.
5112
51132011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5114
5115 * configure: Regenerated.
5116 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5117
51182011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5119
5120 * configure: Regenerated.
5121 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5122
51232011-01-21 Andreas Schwab <schwab@redhat.com>
5124
5125 * configure.ac: Use AS_HELP_STRING throughout.
5126 * configure: Regenerate.
5127
51282011-01-18 Jie Zhang <jie.zhang@analog.com>
5129
5130 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5131 * configure: Regenerate.
5132
51332011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5134
5135 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5136
51372011-01-13 Joel Brobecker <brobecker@adacore.com>
5138
5139 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5140 for ia64-hpux.
5141 * configure: Regenerate.
5142
51432011-01-07 Jan Hubicka <jh@suse.cz>
5144
5145 PR lto/47225
5146 * Makefile.in: Regenerate.
5147 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5148 configure.
5149
51502011-01-07 Jan Hubicka <jh@suse.cz>
5151
5152 * Makefile.in: Regenerate.
5153 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5154 and configure dependency on lto-plugin configure.
5155 (lto-plugin module): Remove dependency on GCC; add dependency on
5156 liniberty.
5157
51582011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5159
5160 * MAINTAINERS (Write After Approval): Add myself.
5161
51622010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5163
5164 * configure: Regenerate.
5165
51662010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5167
5168 * configure.ac: (picochip): Disable libiberty.
5169
51702010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5171
5172 * MAINTAINERS (Write After Approval): Add myself.
5173
51742010-12-10 Ian Lance Taylor <iant@google.com>
5175
5176 PR bootstrap/46819
5177 * configure.ac: For --disable-libgcj clear libgcj_saved.
5178 * configure: Rebuild.
5179
51802010-12-10 Tobias Burnus <burnus@net-b.de>
5181
5182 PR fortran/46540
5183 * configure.ac: Add --disable-libquadmath and
5184 --disable-libquadmath-support.
5185 * configure: Regenerate.
5186
51872010-12-03 Ian Lance Taylor <iant@google.com>
5188
5189 * MAINTAINERS: Add myself as libgo maintainer.
5190
51912010-12-03 Hans-Peter Nilsson <hp@axis.com>
5192
5193 PR libffi/46792
5194 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5195 * configure: Regenerate.
5196
51972010-12-02 Ian Lance Taylor <iant@google.com>
5198
5199 * configure.ac: Always set default for poststage1_ldflags to
5200 -static-libstdc++ -static-libgcc.
5201
52022010-11-29 Andreas Schwab <schwab@redhat.com>
5203
5204 * configure.ac: Move comment to remove extra space in last argument
5205 of GCC_TARGET_TOOL.
5206
52072010-11-26 Alexandre Oliva <aoliva@redhat.com>
5208
5209 PR other/46026
5210 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5211 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5212 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5213 (BASE_FLAGS_TO_PASS): Use it.
5214 * configure: Rebuilt.
5215 * Makefile.in: Rebuilt.
5216
52172010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5218
5219 PR binutils/12258
5220 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5221 Properly check default linker.
5222 * configure: Regnerated.
5223
52242010-11-23 Matthias Klose <doko@ubuntu.com>
5225
5226 * configure.ac: For --enable-gold, handle value `default' instead of
5227 `both*'. New configure option --{en,dis}able-ld.
5228 * configure: Regenerate.
5229
52302010-11-20 Ian Lance Taylor <iant@google.com>
5231
5232 * configure.ac: Only disable a language library if no language needs
5233 it. Don't let --disable-libgcj uncondtionally disable libffi.
5234 * configure: Rebuild.
5235
52362010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5237
5238 * Makefile.in: Regenerate.
5239
5240 PR other/46202
5241 * configure.ac: Fix just-built in-tree STRIP name to be
5242 binutils/strip-new.
5243 * configure: Regenerate.
5244 * Makefile.def (install-strip-gcc, install-strip-binutils)
5245 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5246 (install-strip-sid): Mirror dependencies on non-strip variants
5247 of these targets on the respective -strip prerequisites.
5248 * Makefile.tpl (install-strip, install-strip-host)
5249 (install-strip-target): New targets.
5250 (install-strip-[+module+], install-strip-target-[+module+]):
5251 New targets.
5252 * Makefile.in: Regenerate.
5253
52542010-11-19 Ian Lance Taylor <iant@google.com>
5255 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5256
5257 * configure.ac: Add target-libgo to target_libraries. Set
5258 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5259 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5260 (HOST_EXPORTS): Add GOC.
5261 (BASE_TARGET_EXPORTS): Add GOC.
5262 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5263 (GOCFLAGS_FOR_TARGET): New variable.
5264 (EXTRA_HOST_FLAGS): Add GOC.
5265 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5266 * Makefile.def (target_modules): Add libgo.
5267 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5268 (dependencies): Add dependency from configure-target-libgo to
5269 configure-target-libffi and all-target-libstdc++-v3. Add
5270 dependencies from all-target-libgo to all-target-libffi.
5271 (languages): Add go.
5272 * configure: Rebuild.
5273 * Makefile.in: Rebuild.
5274
52752010-11-19 Ian Lance Taylor <iant@google.com>
5276
5277 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5278 compiler/flag environment variables.
5279
52802010-11-18 Ian Lance Taylor <iant@google.com>
5281
5282 * configure.ac: Check for lang_requires_boot_languages in
5283 config-lang.in files.
5284 * configure: Rebuild.
5285
52862010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5287 Tobias Burnus <burnus@net-b.de>
5288
5289 PR fortran/32049
5290 * Makefile.def: Add libquadmath; build it with language=fortran.
5291 * configure.ac: Add libquadmath.
5292 * Makefile.tpl: Handle multiple libs in check-[+language+].
5293 * Makefile.in: Regenerate.
5294 * configure: Regenerate.
5295
b9b9d342
TT
52962010-11-16 Tom Tromey <tromey@redhat.com>
5297
5298 * MAINTAINERS: Moved myself to reviewers section.
5299
ecbfe87a
ZD
53002010-11-15 Zdenek Dvorak <ook@ucw.cz>
5301
5302 * MAINTAINERS: Moved myself to reviewers section.
5303
29a4f477
RW
53042010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5305
5306 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5307 (Write After Approval): Remove self.
5308
9965e3cd
AS
53092010-11-15 Andreas Schwab <schwab@redhat.com>
5310
5311 * configure.ac: Fix spelling in option names.
5312 * configure: Regenerated.
5313
0463992b
GJL
53142010-11-13 Georg-Johann Lay <georgjohann@web.de>
5315
5316 PR bootstrap/39622
5317 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5318 * configure: Regenerated.
5319
3df08734
KG
53202010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5321
5322 * MAINTAINERS: Update my email address.
5323
f16e2237
TG
53242010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5325
f16e2237
TG
5326 * configure: Regenerate.
5327
0bb52d68
TG
53282010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5329
1f980c25 5330 * configure: Regenerate.
0bb52d68 5331
aba2b02e
TG
53322010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5333
aba2b02e
TG
5334 * configure: Regenerate.
5335
27882098
TG
53362010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5337
27882098
TG
5338 * configure: Regenerate.
5339
d32ef397
AS
53402010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5341
5342 * configure.ac: Support official CLooG.org versions.
5343 * configure: Regenerate.
5344 * config/cloog.m4: New.
5345
5a4b6c0e
FD
53462010-11-10 François Dumont <francois.cppdevs@free.fr>
5347
5348 * MAINTAINERS (Write After Approval): Add myself.
5349
f2cea726
DE
53502010-11-09 David Edelsohn <dje.gcc@gmail.com>
5351
5352 * MAINTAINERS: Update my email address.
5353
d8ed14ce
IS
53542010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5355
5356 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5357 * configure: Regenerate.
d8ed14ce 5358
48215350
DK
53592010-11-03 Ian Lance Taylor <iant@google.com>
5360 Dave Korn <dave.korn.cygwin@gmail.com>
5361
5362 PR lto/46273
5363 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5364 and on other supported platforms whenever LTO is enabled.
5365 * configure: Rebuild.
5366
87841584
AM
53672010-11-02 Alan Modra <amodra@gmail.com>
5368
5369 PR binutils/12110
5370 * configure.ac: Error when source path contains spaces.
5371 * configure: Regenerate.
5372
fe12dfe1
JW
53732010-10-23 James E. Wilson <wilson@codesourcery.com>
5374
5375 * MAINTAINERS: Update my email address.
5376
66c92425
ILT
53772010-10-20 Ian Lance Taylor <iant@google.com>
5378
5379 * Makefile.def (target_modules): Set lib_path to src/.libs for
5380 libstdc++-v3 module.
5381 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5382 * Makefile.in: Rebuild.
5383
187d3518
LB
53842010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5385
5386 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5387 (Write After Approval): Remove myself.
5388
02db6bba
TG
53892010-10-15 Tristan Gingold <gingold@adacore.com>
5390
5391 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5392
c0103e74
DR
53932010-10-14 Douglas Rupp <rupp@gnat.com>
5394
5395 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5396
1cd0b716
DK
53972010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5398
5399 * configure.ac (build_lto_plugin): New shell variable.
5400 (--enable-lto): Turn on by default for all non-ELF platforms that
5401 have had LTO support added so far. Set build_lto_plugin appropriately
5402 for both ELF and non-ELF.
5403 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5404 * configure: Regenerate.
5405
d4c1abb3
RW
54062010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5407
5408 Sync from src:
5409 * configure.ac (v850 support): Remove target-libgloss from
5410 noconfigdirs.
5411 * configure: Regenerate.
5412
ffedf511
RW
54132010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5414
5415 PR bootstrap/45326
5416 PR bootstrap/45174
5417 * configure.ac: Honor initial values of $build_configargs,
5418 $host_configargs, $target_configargs. Mark the precious, so
5419 environment settings get recorded.
5420 * configure: Regenerate.
5421
e1826acc
RW
54222010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5423
5424 PR bootstrap/45796
5425 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5426 Depend on all-build-libiberty.
5427 * Makefile.in: Regenerate.
5428
80920132
ME
54292010-09-30 Michael Eager <eager@eagercon.com>
5430
5431 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5432 * configure: Regenerate.
5433
770a498a
ME
54342010-09-28 Michael Eager <eager@eagercon.com>
5435
5436 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5437
86dfbd58
RW
54382010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5439
5440 PR bootstrap/44621
5441 * configure.ac: Fix unportable shell quoting.
5442 * configure: Regenerate.
5443
db50fe7d
IS
54442010-09-21 Iain Sandoe <iains@gcc.gnu.org>
5445
5446 * configure.ac (enable-lto): Add Darwin to the list of supported lto
5447 targets and amend comment.
5448 * configure: Regenerate.
5449
0064e825
TB
54502010-09-15 Tejas Belagod <tejas.belagod@arm.com>
5451
5452 * MAINTAINERS (Write After Approval): Add myself.
5453
bb79486c
JH
54542010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
5455
5456 * configure.ac: Enable LTO by default on Darwin.
5457 * configure: Regenerate.
5458
9e0b22c3
MS
54592010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
5460
bb79486c 5461 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 5462
2fabf1b7
IB
54632010-09-01 Ian Bolton <ian.bolton@arm.com>
5464
bb79486c 5465 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 5466
3a9abc98
DS
54672010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
5468
5469 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5470 ports
5471
331a9a59
DY
54722010-07-28 David Yuste <david.yuste@gmail.com>
5473
5474 * MAINTAINERS (Write After Approval): Add myself.
5475
223a9d64
N
54762010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5477
5478 * configure.ac: Support all v850 targets.
5479 * configure: Regenerate.
5480
9183bdcf
MG
54812010-07-23 Marc Glisse <marc.glisse@normalesup.org>
5482
5483 PR bootstrap/44455
5484 * configure.ac (extra_mpfr_configure_flags): Copy from
5485 extra_mpc_gmp_configure_flags.
5486 * configure: Re-generated.
5487
2e290598
AK
54882010-07-22 Andi Kleen <ak@linux.intel.com>
5489
5490 * MAINTAINERS (Write After Approval): Add myself.
5491
8d6cd388
CLT
54922010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
5493
5494 * MAINTAINERS (Write After Approval): Add myself.
5495
b0b01eb0
JY
54962010-07-20 Jeffrey Yasskin <jyasskin@google.com>
5497
5498 * MAINTAINERS (Write After Approval): Add myself.
5499
77198d71
JH
55002010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
5501
5502 PR target/44862
5503 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5504 Provide -B option to allow for link spec %s substitutions for
5505 libstdc++.a on darwin.
5506 * Makefile.in: Regenerate.
5507
02fe70af
MM
55082010-07-10 Mikael Morin <mikael@gcc.gnu.org>
5509
5510 * MAINTAINERS (Reviewers): Update my e-mail address
5511
c63a4676
AO
55122010-06-10 Alexandre Oliva <aoliva@redhat.com>
5513
5514 * Makefile.def (configure-gcc): Depend on all-libelf.
5515 * Makefile.in: Rebuild.
5516
e68edbf6
FC
55172010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
5518
5519 * MAINTAINERS (Write After Approval): Add myself in the right place.
5520
dce2d8b2 55212010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
5522
5523 * MAINTAINERS (Write After Approval): Add myself.
5524
dce2d8b2 55252010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
5526
5527 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
5528
55292010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 5530
1ab55d69
MK
5531 * config.sub: Update to version 2010-05-21.
5532 * config.guess: Update to version 2010-04-03.
0c422e74 5533
02540df4
SB
55342010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5535
5536 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5537 * configure: Regenerate.
5538
dfe5f5b2
ST
55392010-05-12 Sriraman Tallam <tmsriram@google.com>
5540
5541 * MAINTAINERS (Write After Approval): Add myself.
5542
c082f9f3
SB
55432010-05-07 Steven Bosscher <steven@gcc.gnu.org>
5544
5545 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5546 a platform that supports LTO.
5547 * configure: Regenerate.
5548
f1af9e5f
SP
55492010-05-05 Sebastian Pop <sebastian.pop@amd.com>
5550
5551 * configure.ac: Allow all the versions greater than 0.10 of PPL.
5552 * configure: Regenerated.
5553
38e3d868
RM
55542010-04-27 Roland McGrath <roland@redhat.com>
5555 H.J. Lu <hongjiu.lu@intel.com>
5556
5557 * configure.ac (--enable-gold): Support both, both/gold and
5558 both/bfd to add gold to configdirs without removing ld.
5559 * configure: Regenerated.
5560
5561 * Makefile.def: Add install-gold dependency to install-ld.
5562 * Makefile.in: Regenerated.
5563
3bec79c5
DK
55642010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5565
5566 PR lto/42776
5567 * configure.ac (--enable-lto): Refactor handling so libelf tests
5568 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5569 and allow LTO to be explicitly enabled on non-ELF platforms that
5570 are known to support it inside else-clause.
5571 * configure: Regenerate.
5572
615c8ffa
EB
55732010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5574
5575 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5576 * configure: Regenerate.
5577
e4522f78
RC
55782010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5579
5580 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5581 * configure: Regenerate.
5582
8ccb78f2
RO
55832010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5584
5585 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5586 separately.
5587 * configure: Regenerate.
5588
d5cc2ee3
KW
55892010-04-16 Kevin Williams <kevin.williams@inria.fr>
5590
5591 * MAINTAINERS (Write After Approval): Add myself.
5592
8406cb62
TG
55932010-04-14 Tristan Gingold <gingold@adacore.com>
5594
5595 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5596 * configure: Regenerate.
5597
3591b8e2
SE
55982010-04-13 Steve Ellcey <sje@cup.hp.com>
5599
5600 * configure: Regenerate after change to elf.m4.
5601
a82ecc7b
IS
56022010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5603
5604 * MAINTAINERS (Write After Approval): Add myself.
5605
1f0bf148
SP
56062010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5607
5608 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5609 * configure: Regenerated.
5610
56112010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5612
5613 * configure.ac: Print "buggy but acceptable" when CLooG
5614 revision is less than 9.
5615 * configure: Regenerated.
5616
ecd01dee
DN
56172010-04-01 Diego Novillo <dnovillo@google.com>
5618
5619 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5620
dc683a3f
RW
56212010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5622
5623 PR bootstrap/43615
5624 PR bootstrap/43328
5625
5626 Revert:
5627
5628 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5629
5630 * configure.ac: Do not pass --enable-multilib nor
5631 --disable-multilib in baseargs. Accept explicitly passed
5632 --enable_multilib.
5633 * configure: Regenerate.
5634
7527d83f
UW
56352010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5636
5637 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5638
895522b6
JJ
56392010-03-31 Janis Johnson <janis187@us.ibm.com>
5640
5641 * MAINTAINERS: Remove myself.
5642
9db4e878
RW
56432010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5644
5645 PR bootstrap/43328
5646 * configure.ac: Do not pass --enable-multilib nor
5647 --disable-multilib in baseargs. Accept explicitly passed
5648 --enable_multilib.
5649 * configure: Regenerate.
5650
acf6bf36
AP
56512010-03-28 Andrew Pinski <pinskia@gmail.com>
5652
5653 * MAINTAINERS (spu port): Remove me.
5654
b42f0d7e
JM
56552010-03-23 Joseph Myers <joseph@codesourcery.com>
5656
5657 * configure.ac (tic6x-*-*): New case.
5658 * configure: Regenerate.
5659
0d1152b1
JM
56602010-03-23 Joseph Myers <joseph@codesourcery.com>
5661
5662 * config.sub: Update to version 2010-03-22.
5663 * config.guess: Update to version 2009-12-30.
5664
dce2d8b2 56652010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
5666
5667 PR ada/42554
5668 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5669 * configure: Regenerate.
5670
5408fbe8
RR
56712010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5672
5673 * MAINTAINERS: Update my email address.
5674
3f55a3b3
SP
56752010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5676
5677 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5678 (ghassan.shobaki@amd.com): Removed.
5679
3f08f7e8
AM
56802010-03-17 Alan Modra <amodra@gmail.com>
5681
5682 * MAINTAINERS: Update my email address.
5683
f3a9d094
DN
56842010-03-16 Diego Novillo <dnovillo@google.com>
5685
5686 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5687 Matthews.
5688
db5c4b8b
JM
56892010-03-16 Joseph Myers <joseph@codesourcery.com>
5690
5691 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5692 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5693
b995570a
JM
56942010-03-16 Joseph Myers <joseph@codesourcery.com>
5695
5696 * MAINTAINERS: Update my email address.
5697
124cc66f
DJ
56982010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * MAINTAINERS: Update my email address.
5701
a4581668
BS
57022010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5703
5704 * MAINTAINERS: Update my email address.
5705
49d78e29
JZ
57062010-03-09 Jie Zhang <jie@codesourcery.com>
5707
5708 * MAINTAINERS: Update my email address.
5709
8927b7c0
RO
57102010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5711
5712 PR libstdc++/32499
5713 * configure.ac (RANLIB): Default to true.
5714 (STRIP): Likewise.
5715 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5716 * configure: Regenerate.
5717
dce2d8b2 57182010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
5719
5720 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5721 (Write After Approval): Update my email address.
5722
bf646aaf
NC
57232010-02-17 Nick Clifton <nickc@redhat.com>
5724
5725 PR 11238
5726 * Makefile.tpl (local-distclean): Also remove config.cache files in
5727 sub-directories as there may not be Makefiles present in the
5728 sub-directories.
96e41f16
NC
5729 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5730 the config.cache files found by the find command.
5731
bf646aaf
NC
5732 * Makefile.in: Regenerate.
5733 * configure.ac: Revert previous delta.
5734 * configure: Regenerate.
5735
ff78880a
NC
57362010-02-15 Nick Clifton <nickc@redhat.com>
5737
5738 PR 11238
5739 * configure.ac: Delete config.cache files in sub-directories when
5740 deleting Makefiles.
5741 * configure: Regenerate.
5742
8150eadf
BE
57432010-02-12 Ben Elliston <bje@gnu.org>
5744
5745 * MAINTAINERS: Update my email address.
5746
a9e12bfd
AP
57472010-02-08 Andrew Pinski <pinskia@gmail.com>
5748
5749 * MAINTAINERS (spu port): Update my email address.
5750
95315086
JZ
57512010-02-08 Jie Zhang <jie.zhang@analog.com>
5752
5753 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5754
362c6d2f
KG
57552010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5756
5757 * configure.ac: Add "recommended" version checks for GMP/MPC.
5758 Update recommended GMP/MPFR/MPC versions.
5759 * configure: Regenerate.
5760
888c5ad2
JR
57612010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5762
5763 * MAINTAINERS: Move my Embecosm email address into the
5764 write-after-approval section.
5765
3bf714a7
ILT
57662010-01-26 Ian Lance Taylor <iant@google.com>
5767
5768 * MAINTAINERS: Add myself as Go frontend maintainer.
5769
ad1e5170
JR
57702010-01-25 Joern Rennecke <amylaar@spamcop.net>
5771
5772 PR libstdc++/36101, PR libstdc++/42813
5773 * configure.ac (bootstrap_target_libs): Make inclusion of
5774 target-libgomp conditional on libgomb being in target_configdirs.
5775 * configure: Regenerate.
5776
fb0553d1
JR
57772010-01-23 Joern Rennecke <amylaar@spamcop.net>
5778
5779 PR libstdc++/36101, PR libstdc++/42813
5780 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5781 * configure: Regenerate.
5782
aae29963
JR
57832010-01-22 Joern Rennecke <amylaar@spamcop.net>
5784
5785 PR libstdc++/36101, PR libstdc++/42813
5786 * configure.ac (target_configdirs): Substitute.
5787 * Makefile.def: Bootstrap target module libgomp.
5788 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5789 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5790 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5791 * configure, Makefile.in: Regenerate.
5792
d8fe8895
DK
57932010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5794
5795 * MAINTAINERS: Adjust my details.
5796
ebfe4897
EW
57972010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5798
5799 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5800
f7746c59
TL
58012010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5802
5803 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5804
306c7b5b
TL
58052010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5806
5807 * MAINTAINERS (Write After Approval): Add myself.
5808
1b8b9e19
KT
58092010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5810
5811 * MAINTAINERS (Write After Approval): Add myself.
5812
c164615b
RG
58132010-01-11 Richard Guenther <rguenther@suse.de>
5814
5815 PR lto/41569
5816 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5817 * Makefile.in: Regenerated.
5818
f3f623ae
AT
58192010-01-11 Andreas Tobler <andreast@fgznet.ch>
5820
5821 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5822 * configure: Regenerate.
5823
592c90ff 58242010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 5825 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
5826
5827 PR bootstrap/42424
5828 * configure.ac: Include libtool m4 files.
9c78662a 5829 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
5830 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5831 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 5832
592c90ff
KG
5833 * configure: Regenerate.
5834
60a2e213
RW
58352010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5836
5837 PR bootstrap/41818
5838 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5839 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5840 * Makefile.in: Regenerate.
5841
7413962d
RG
58422010-01-02 Richard Guenther <rguenther@suse.de>
5843
5844 PR lto/41529
5845 * configure.ac: Include config/elf.m4. Disable LTO if not
5846 builting for an elf target.
5847 * configure: Regenerate.
5848
f77f3945
CF
58492009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5850
5851 * MAINTAINERS: Change my email address.
5852
4960e3f0
BE
58532009-12-18 Ben Elliston <bje@au.ibm.com>
5854
5855 * config.sub, config.guess: Update from upstream sources.
5856
d16a31da
SZ
58572009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5858
5859 * MAINTAINERS (Write After Approval): Add myself.
5860
3a5729ea
KG
58612009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5862
5863 PR middle-end/30447
5864 PR middle-end/30789
5865 PR other/40302
5866
5867 * configure.ac: Require MPC.
5868 * configure: Regenerate.
5869
43e02a8a
RW
58702009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5871
5872 PR target/38384
5873 PR bootstrap/40972
5874 * libtool.m4: Sync from git Libtool.
5875 * ltoptions.m4: Likewise.
5876 * ltversion.m4: Likewise.
5877 * lt~obsolete.m4: Likewise.
5878 * ltmain.sh: Likewise.
5879
360d4522
KG
58802009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5881
5882 * configure.ac: Update minimum MPC version to 0.8.
5883 * configure: Regenerate.
5884
f264ed56
SP
58852009-11-21 Sebastian Pop <sebpop@gmail.com>
5886
5887 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5888 * configure: Regenerated.
5889
ed2eaa9f
ILT
58902009-11-21 Ian Lance Taylor <iant@google.com>
5891
5892 * configure.ac: Change default of poststage1_ldflags to be empty if
5893 poststage1_libs is set. When poststage1_libs is empty, and
5894 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5895 * configure: Rebuild.
5896
58346783
AN
58972009-11-21 Adam Nemet <adambnmet@gmail.com>
5898
5899 * MAINTAINERS (Write After Approval): Update my email address.
5900
5ca0106a
BE
59012009-11-20 Ben Elliston <bje@au.ibm.com>
5902
5903 * config.guess: Update from upstream sources.
5904
87213cd4
AO
59052009-11-16 Alexandre Oliva <aoliva@redhat.com>
5906
5907 * Makefile.def: Restore host and target settings for gmp.
5908 * Makefile.in: Rebuild.
5909
f61428ed
AO
59102009-11-16 Alexandre Oliva <aoliva@redhat.com>
5911
5912 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5913 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5914 Fix portability of test of C++ as bootstrap language. Add
5915 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5916 * configure: Rebuild.
5917 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5918 and cloog. Fix in-tree ppl configuration. Introduce libelf
5919 in-tree building.
5920 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5921 (POSTSTAGE1_HOST_EXPORTS): Use it.
5922 (STAGE[+id+]_CXXFLAGS): New.
5923 (BASE_FLAGS_TO_PASS): Pass it down.
5924 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5925 extra_exports.
5926 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5927 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5928 extra_exports.
5929 * Makefile.in: Rebuild.
5930
f6c56be6
BE
59312009-11-17 Ben Elliston <bje@au.ibm.com>
5932
5933 * config.sub, config.guess: Update from upstream sources.
5934
0ccb5970
JK
59352009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5936
5937 * MAINTAINERS (Write After Approval): Add myself.
5938
dce2d8b2 59392009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
5940
5941 * MAINTAINERS (Write After Approval): Add myself.
5942
5d571eaa
OS
59432009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5944
5945 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5946 paths for *-w64-mingw* and x86_64-*mingw*.
5947 * configure: Regenerated.
5948
dce2d8b2 59492009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
5950
5951 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5952
c393f559
BK
59532009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5954
5955 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5956 Phil Edwards to Write-After Approval.
5957
ef4c4300
KT
59582009-10-30 Kai Tietz <kai.tietz@onevision.com>
5959
5960 * configure.ac: Disable target-winsup & co for
5961 x86_64-*-mingw* and *-w64-mingw* targets.
5962 * configure: Regenerated.
5963
65a324b4
NC
59642009-10-16 Nick Clifton <nickc@redhat.com>
5965
5966 * MAINTAINERS: Add myself as a maintainer for the RX port.
5967
dce2d8b2 59682009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 5969
9c78662a 5970 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 5971
17e72e5d
RO
59722009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5973
5974 * configure.ac (CLooG test): Use = with test.
5975 * configure: Regenerate.
5976
ed3a56f3
RG
59772009-10-22 Richard Guenther <rguenther@suse.de>
5978
5979 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5980 cloog if the ppl version check failed. Move flags saving
5981 before setting in libelf check.
5982 * configure: Regenerate.
5983
ad0abd3c
RG
59842009-10-21 Richard Guenther <rguenther@suse.de>
5985
5986 * configure.ac: Adjust the ppl and cloog configure to work as
5987 documented. Disable cloog if ppl was disabled. Omit the version
5988 checks if they were disabled.
5989 * configure: Re-generate.
5990
e4c5bd48
RW
59912009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5992
5993 * configure.ac: Add 'lto' to enable_languages, not
5994 new_enable_languages, and only if not already present.
5995 * configure: Regenerate.
5996
0ffd69c5
GP
59972009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
5998
5999 * README: Refer to the various COPYING* files instead of just
6000 COPYING.
6001 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6002
dce2d8b2 60032009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
6004
6005 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 6006
58687768
RG
60072009-10-07 Richard Guenther <rguenther@suse.de>
6008
6009 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6010 and Richard Guenther as reviewers.
6011 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6012 as reviewers.
6013
49b0ca5c 60142009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 6015
49b0ca5c 6016 * config.sub: Update from upstream sources.
d2d9ce5e 6017
aeb94799
ILT
60182009-10-06 Ian Lance Taylor <iant@google.com>
6019
6020 * Makefile.def: check-gold depends upon all-gas.
6021 * Makefile.in: Rebuild.
6022
123651cd
PM
60232009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6024
6025 * MAINTAINERS (Write After Approval): Add myself.
6026
d7f09764
DN
60272009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6028
6029 * Makefile.def: all-lto-plugin depends on all-libiberty.
6030 set bootstrap=true for lto-plugin.
6031 Add lto-plugin.
6032 * Makefile.in: Regenerate.
6033 * configure.ac (host_libs): Add lto-plugin.
6034 * configure: Regenerate.
6035
d7f09764
DN
60362009-10-03 Diego Novillo <dnovillo@google.com>
6037
6038 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6039 (HOST_LIBELFLIBS): Define.
6040 (HOST_LIBELFINC): Define.
6041 * Makefile.in: Regenerate.
6042 * configure.ac: Add --enable-lto.
6043 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6044 If --enable-lto is used, add 'lto' to new_enable_languages.
6045 If --enable-lto is used and gold is enabled, add
6046 lto-plugin to configdirs.
6047 * configure: Regenerate.
6048
60492009-10-03 Simon Baldwin <simonb@google.com>
6050
6051 * configure.ac: If --with-system-zlib, suppress local zlib and
6052 pass --with-system-zlib to subdir configure scripts.
6053 * configure: Regenerate.
6054
dce2d8b2 60552009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
6056 Paolo Bonzini <bonzini@gnu.org>
6057
6058 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6059 $(srcdir).
6060 * Makefile.in: Rebuilt.
6061
dce2d8b2 60622009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
6063
6064 * MAINTAINERS (Write After Approval): Add myself.
6065
3e661154
KG
60662009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6067
6068 * configure.ac: Update minimum MPC version to 0.7.
6069 * configure: Regenerate.
6070
f1a036e4
NC
60712009-09-25 Nick Clifton <nickc@redhat.com>
6072
6073 * configure.ac: Pass any --cache-file=/dev/null option on to
6074 subconfigures.
6075 * configure: Regenerate.
6076
d4c74acc
NC
60772009-09-23 Nick Clifton <nickc@redhat.com>
6078
6079 * config.sub, config.guess: Update from upstream sources.
6080
dce2d8b2 60812009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
6082
6083 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6084 * Makefile.in: Rebuilt.
6085
0db770bd
RW
60862009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6087
6088 PR bootstrap/32272
6089 * configure.ac: Error out if $srcdir isn't '.' but contains
6090 host-${host_noncanonical}.
6091 * configure: Regenerate.
6092
71101870
RO
60932009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6094
6095 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6096 maintainer.
6097
ca6d0d62
RW
60982009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6099
79cd2b23
RW
6100 * configure.ac: If bootstrapping a combined tree with
6101 --enable-gold, require c++ in stage1_languages.
6102 * configure: Regenerate.
6103
ab9dcd0c
RW
6104 * configure.ac: Also add target_libs of stage1_languages to
6105 bootstrap_target_libs.
6106 * configure: Regenerate.
6107
ca6d0d62
RW
6108 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6109 with --enable-languages not containing c++.
6110 * configure: Regenerate.
6111
1c3c9f12
JZ
61122009-09-15 Jie Zhang <jie.zhang@analog.com>
6113
6114 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6115 * configure: Regenerate.
6116
dce2d8b2 61172009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6118
6fb30a14
JR
6119 * MAINTAINERS (Write After Approval): Update my e-mail address,
6120 and move from from here...
6121 (Waiting for paperwork): To here.
0318772d 6122
4056c2c6
JM
61232009-09-09 Joseph Myers <joseph@codesourcery.com>
6124
6125 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6126
3e54529c
RW
61272009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6128
6129 * configure.ac: Do not use $extrasub for replacing @if/@endif
6130 parts in Makefile; instead, use additional arguments to
6131 AC_CONFIG_COMMANDS to do the replacement manually, with several
6132 sed invocations, to avoid HP-UX sed command limits.
6133 * configure: Regenerate.
6134
713e2ea6
AO
61352009-09-08 Alexandre Oliva <aoliva@redhat.com>
6136
6137 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6138 blank before -L.
6139
5646b7b9
AO
61402009-09-04 Alexandre Oliva <aoliva@redhat.com>
6141
6142 * configure.ac (with-build-config): Document. Handle without.
6143 Handle missing argument.
6144 * configure: Rebuilt.
6145
e12c4094
AO
61462009-09-03 Alexandre Oliva <aoliva@redhat.com>
6147
6148 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6149 Default to bootstrap-debug only if compare-debug works.
6150 * configure: Rebuilt.
6151 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6152 * Makefile.in: Rebuilt.
6153
75cb0057
RO
61542009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6155
6156 * MAINTAINERS (OS Port Maintainers): Update my email address.
6157
8fc68cba
AO
61582009-09-01 Alexandre Oliva <aoliva@redhat.com>
6159
6160 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6161 * Makefile.in: Rebuilt.
6162
44cb38cf
CD
61632009-09-01 Chris Demetriou <cgd@google.com>
6164
6165 * MAINTAINERS (Write After Approval): Add myself.
6166
f9329c35
DS
61672009-08-31 Dodji Seketeli <dodji@redhat.com>
6168
6169 PR debug/30161
6170 * include/dwarf2.h (enum dwarf_tag): Added
6171 DW_TAG_GNU_template_template_param
6172 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6173
f945e229
PB
61742009-08-30 Paolo Bonzini <bonzini@gnu.org>
6175
6176 * Makefile.tpl (AWK): Fix typo.
6177 * Makefile.in: Regenerate.
6178
87264276
PB
61792009-08-30 Paolo Bonzini <bonzini@gnu.org>
6180
6181 * configure.ac: Detect awk and sed.
6182 * Makefile.def (flags_to_pass): Add AWK and SED.
6183 * Makefile.tpl (AWK, SED): New.
6184 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6185 * configure: Regenerate.
6186 * Makefile.in: Regenerate.
6187
68ccd57c
DK
61882009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6189
6190 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6191 (collapseslashes): Likewise.
6192
df58e648
RW
61932009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6194
6195 * configure.ac (AC_PREREQ): Bump to 2.64.
6196
0539cb2c
RW
61972009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6198
70fa0efa
RW
6199 * configure.ac: Remove --with-datarootdir, --with-docdir,
6200 --with-pdfdir, --with-htmldir switches.
6201 * configure: Regenerate.
6202
5213506e
RW
6203 * configure: Regenerate.
6204
0539cb2c
RW
6205 * compile: Sync from Automake 1.11.
6206 * depcomp: Likewise.
6207 * install-sh: Likewise.
6208 * missing: Likewise.
6209 * mkinstalldirs: Likewise.
6210 * ylwrap: Likewise.
6211
197c68cc
DK
62122009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6213
6214 * ltmain.sh (func_normal_abspath): New function.
6215 (func_relative_path): Likewise.
6216 (func_mode_help): Document new -bindir option for link mode.
6217 (func_mode_link): Add new -bindir option, and use it to place
6218 output DLL if specified.
6219
58af276a
RW
62202009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6221
0115d4a3
RW
6222 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6223 (baseargs): Add --disable-option-checking.
6224 * configure: Regenerate.
6225
58af276a
RW
6226 * Makefile.def (configure-target-libiberty): Depend on
6227 all-binutils and all-ld.
6228 (configure-target-newlib): Likewise.
6229 * Makefile.in: Regenerate.
6230
e9d9afef
BE
62312009-08-17 Ben Elliston <bje@au.ibm.com>
6232
6233 * config.sub, config.guess: Update from upstream sources.
6234
354ebf88
RW
62352009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6236
6237 Sync from src, merge:
6238
6239 2009-07-02 Tristan Gingold <gingold@adacore.com>
6240
6241 * configure.ac: Do not exclude gas for i386-*-darwin.
6242 Add a case for x86_64-*-darwin.
6243 * configure: Regenerate.
6244
8375f7b2
NV
62452009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6246
6247 * MAINTAINERS: Add my name to Write After Approval list.
6248
dce2d8b2 62492009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6250
6251 * configure.ac: Add Microblaze target.
6252 * configure: Regenerate.
6253
ea2002ba
CB
62542009-07-31 Christian Bruel <christian.bruel@st.com>
6255
6256 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6257 * configure: Regenerate.
2bf33cdb 6258
dce2d8b2 62592009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6260
6261 * MAINTAINERS (Write After Approval): Update my e-mail address.
6262
e90e6bd7
ILT
62632009-07-06 Ian Lance Taylor <iant@google.com>
6264
6265 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6266 * configure: Rebuild.
6267
f6e0880a
TG
62682009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6269
6270 * MAINTAINERS: Move myself to the Graphite Reviewers.
6271
6d984927
WG
62722009-06-30 Wei Guozhi <carrot@google.com>
6273
6274 * MAINTAINERS: Add my name to Write After Approval list.
6275
f2689b09
SE
62762009-06-26 Steve Ellcey <sje@cup.hp.com>
6277
6278 PR bootstrap/40338
6279 * configure.ac (comparestring): Create new variable.
6280 * Makefile.tpl (comparestring): Use to skip some comparisions.
6281 * configure: Regenerate.
6282 * Makefile.in: Regenerate.
6283
f62c0ba4
DE
62842009-06-26 Doug Evans <dje@sebabeach.org>
6285
6286 * Makefile.def (host_modules): Add cgen.
6287 * Makefile.in: Regenerate.
6288 * configure.ac (host_tools): Add cgen.
6289 * configure: Regenerate.
6290
7acf4da6
DD
62912009-06-23 DJ Delorie <dj@redhat.com>
6292
6293 * MAINTAINERS: Add myself as mep maintainer.
6294
00020c16
ILT
62952009-06-23 Ian Lance Taylor <iant@google.com>
6296
6297 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6298 boot_languages. Only bootstrap target libraries listed in
6299 target_libs for some boot language. Add --with-stage1-ldflags,
6300 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6301 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6302 if not building with C++.
6303 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6304 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6305 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6306 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6307 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6308 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6309 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6310 * configure, Makefile.in: Rebuild.
6311
1da52d4a
LF
63122009-06-23 Li Feng <nemokingdom@gmail.com>
6313
6314 * MAINTAINERS: Added my name to write-after-approval list.
6315
144c9175
RM
63162009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6317
6318 * configure.ac: Define is_elf for QNX Neutrino targets.
6319 * configure: Regenerate.
6320
e5871e24
GS
63212009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6322
9c78662a 6323 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 6324
5f4a82c0
KG
63252009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6326
6327 * configure.ac: Detect MPC in default directory.
6328 * configure: Regenerate.
6329
394e9195
JG
63302009-06-03 Jerome Guitton <guitton@adacore.com>
6331 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6332
9c78662a
UB
6333 * Makefile.tpl (all): Avoid a trailing backslash.
6334 * Makefile.in: Regenerate.
394e9195 6335
47bca6aa
BE
63362009-06-03 Ben Elliston <bje@au.ibm.com>
6337
6338 * config.sub, config.guess: Update from upstream sources.
6339
a891a473
RS
63402009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6341
6342 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6343 to noconfdirs.
6344 * configure: Regenerate.
6345
70cb2d9f
AO
63462009-06-02 Alexandre Oliva <aoliva@redhat.com>
6347
6348 * Makefile.tpl ([+compare-target+]): Compare all stage
6349 directories, rather than just gcc.
6350 * Makefile.in: Rebuilt.
6351
7f1245df
DK
63522009-06-01 Doug Kwan <dougkwan@google.com>
6353
6354 * configure.ac: Support gold for target arm*-*-*.
6355 * configure: Regenerate.
394e9195 6356
acd26225
KG
63572009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6358
6359 * Makefile.def: Add MPC support and dependencies.
6360 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6361
6362 * Makefile.in, configure: Regenerate.
6363
a1fc946a
AO
63642009-05-27 Alexandre Oliva <aoliva@redhat.com>
6365
6366 * Makefile.tpl (all): Avoid harmless warning in make all when
6367 gcc-bootstrap is enabled but stage_last does not exist.
6368 * Makefile.in: Rebuilt.
6369
2e6a3c8d
NR
63702009-05-24 Nicolas Roche <roche@adacore.com>
6371
6372 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6373 * Makefile.in: Regenerate.
6374
63487d11
DC
63752009-05-21 Denis Chertykov <chertykov@gmail.com>
6376
6377 * MAINTAINERS: Update my e-mail address.
6378
449223af
DK
63792009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6380
6381 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6382 * configure: Regenerate.
6383
31c98f49
AO
63842009-05-18 Alexandre Oliva <aoliva@redhat.com>
6385
6386 PR other/40159
6387 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6388 gcc-no-bootstrap are mutually exclusive.
6389 * Makefile.in: Rebuilt.
6390
0f501837
AO
63912009-05-18 Alexandre Oliva <aoliva@redhat.com>
6392
6393 PR other/40159
6394 * Makefile.tpl (all): Don't end with unconditional success.
6395 * Makefile.in: Rebuilt.
6396
4a4a4e99
AO
63972009-05-12 Alexandre Oliva <aoliva@redhat.com>
6398
6399 PR target/37137
6400 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6401 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6402 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6403 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6404 stage_configureflags, stage_cflags and stage_libcflags into
6405 explicit Makefile macros.
6406 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6407 GFORTRAN.
6408 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6409 CC. Set CC_FOR_BUILD from CC.
6410 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6411 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6412 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6413 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6414 and GFORTRAN.
6415 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6416 (_LIBCFLAGS): Renamed to _TFLAGS.
6417 (do-compare-debug, do-compare3-debug): Drop.
6418 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6419 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6420 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6421 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6422 (XGCC_FLAGS_FOR_TARGET): New.
6423 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6424 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6425 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6426 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 6427 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
6428 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
6429 TFLAGS.
6430 (BUILD_CONFIG): Include if requested.
6431 (all): Set TFLAGS on bootstrap.
6432 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6433 (all-stageid-prefixmodule): Likewise.
6434 (do-clean, distclean-stageid): Set TFLAGS.
6435 (restrap): Fix whitespace.
6436 * Makefile.in: Rebuilt.
6437
1cee3429
PB
64382009-05-07 Paolo Bonzini <bonzini@gnu.org>
6439
6440 * config.guess: Sync with src.
6441
0b70eafd
DK
64422009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
6443
6444 * configure.ac ($with_ppl): Default to no if not supplied.
6445 ($with_cloog): Likewise.
6446 configure: Regenerate.
6447
5175f17c
JW
64482009-04-27 James E. Wilson <wilson@codesourcery.com>
6449
6450 * MAINTAINERS: Update my e-mail address.
6451
952fa153
NC
64522009-04-27 Nick Clifton <nickc@redhat.com>
6453
6454 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6455
a687f83c
EB
64562009-04-25 Eric Botcazou <ebotcazou@adacore.com>
6457
6458 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6459 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6460 * Makefile.in: Regenerate.
6461
9e3eba15
KG
64622009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6463
6464 PR bootstrap/39739
6465 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6466 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6467
6468 * configure, Makefile.in: Regenerate.
6469
a687f83c 64702009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
6471
6472 * include/hashtab.h: Update GTY annotations to new syntax
6473 * include/splay-tree.h: Likewise
6474
070bdbd9
BE
64752009-04-17 Ben Elliston <bje@au.ibm.com>
6476
6477 * config.sub, config.guess: Update from upstream sources.
6478
55f2d967
AG
64792009-04-15 Anthony Green <green@moxielogic.com>
6480
6481 * configure.ac: Add moxie support.
6482 * configure: Rebuilt.
6483
309c24a9
JJ
64842009-04-14 Jakub Jelinek <jakub@redhat.com>
6485
6486 * configure.ac: Change copyright header to refer to version
6487 3 of the GNU General Public License and to point readers at the
6488 COPYING3 file and the FSF's license web page.
6489 * Makefile.def: Likewise.
6490 * Makefile.tpl: Likewise.
6491 * Makefile.in: Regenerate.
6492
b93133bc
JH
64932009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
6494
6495 * configure.ac: Restore match for darwin9 or later. Use double
6496 brackets since regeneration eats one pair.
6497 * configure: Regenerate.
6498
d18ff35a
L
64992009-04-09 H.J. Lu <hongjiu.lu@intel.com>
6500
6501 PR gas/10039
6502 * configure.ac: Require texinfo 4.7.
6503 * configure: Regenerated.
6504
748086b7
JJ
65052009-04-09 Nick Clifton <nickc@redhat.com>
6506
6507 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6508 the GCC Runtime Library Exception.
6509
a3337ea2
KG
65102009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6511
6512 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6513 * configure: Regenerate.
6514
60911f14
SE
65152009-04-01 Steve Ellcey <sje@cup.hp.com>
6516
6517 * Makefil.def (languages): New entries.
6518 * Makefile.tpl (check-gcc-*): New generic target.
6519 * Makefile.in: Regenerate.
60911f14 6520
dce2d8b2 65212009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 6522
d18ff35a 6523 * MAINTAINERS: Update my email address.
7369c1d0 6524
cfb1f59f
TT
65252009-03-18 Tom Tromey <tromey@redhat.com>
6526
d18ff35a
L
6527 * configure: Rebuild.
6528 * configure.ac (host_libs): Add libiconv.
6529 * Makefile.in: Rebuild.
6530 * Makefile.def (host_modules): Add libiconv.
6531 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 6532
75eeae1a
TG
65332009-03-16 Tristan Gingold <gingold@adacore.com>
6534
6535 * configure.ac: Treat gdb as supported on x86_64-darwin.
6536 * configure: Regenerate.
6537
f38095f3
JM
65382009-03-16 Joseph Myers <joseph@codesourcery.com>
6539
6540 * configure.ac (--with-host-libstdcxx): New option.
6541 * configure: Regenerate.
6542
dce2d8b2 65432009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
6544
6545 * MAINTAINERS: Move myself into the write after approval list.
6546
6d401294
NP
65472009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
6548
6549 * MAINTAINERS: Update e-mail address.
2bf33cdb 6550
07c97076
DN
65512009-03-11 Dorit Nuzman <dorit@il.ibm.com>
6552
6553 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6554
dce2d8b2 65552009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
6556
6557 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6558
7a9d3fe8
RW
65592009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6560
6561 Backport from git Libtool:
6562
6563 2009-01-19 Robert Millan <rmh@aybabtu.com>
6564 Support GNU/kOpenSolaris.
6565 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6566 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6567 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6568 GNU/kOpenSolaris.
6569
c9e9e11f
AS
65702009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6571
6572 * MAINTAINERS: Update e-mail address.
6573
5e8c1552 65742009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
6575
6576 * MAINTAINERS (Write After Approval): Add self.
6577
b0adb088
BM
65782009-02-18 Bingfeng Mei <bmei@broadcom.com>
6579
6580 * MAINTAINERS (Write After Approval): Add myself.
6581
ee04b574
AS
65822009-02-05 Andreas Schwab <schwab@suse.de>
6583
6584 * Makefile.tpl (stage_last): Define $r and $s before using
6585 $(RECURSE_FLAGS_TO_PASS).
6586 * Makefile.in: Regenerate
6587
907884c9
ILT
65882009-01-30 Ian Lance Taylor <iant@google.com>
6589
6590 * MAINTAINERS: Move myself to the Global Reviewers list.
6591
416ac4d4
RM
65922009-01-29 Robert Millan <rmh@aybabtu.com>
6593
6594 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6595 * configure: Regenerate.
6596
ee5decb3
GP
65972009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6598
6599 * MAINTAINERS: Make whitespace consistent.
19196f44 6600 Remove Robert Millan from Write After Approval.
ee5decb3 6601
36fbb0ec
AM
66022009-01-16 Alan Modra <amodra@bigpond.net.au>
6603
6604 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6605 (all-opcodes): Depend on all-libiberty.
6606 * Makefile.in: Regenerate.
6607
52535a64
DR
66082009-01-15 Douglas B Rupp <rupp@gnat.com>
6609
6610 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6611 * configure: Regenerate.
6612
e04a57df
RR
66132009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6614
6615 * MAINTAINERS (Write After Approval): Add myself.
6616
856c450b
SK
66172009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6618
6619 * MAINTAINERS: Add myself to reviewers (Fortran).
6620
dce2d8b2 66212009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
6622
6623 PR tree-optimization/38515
6624 * configure.ac (cloog-polylib): Removed.
6625 (with_ppl, with_cloog): Test for "no".
6626 * configure: Regenerated.
6627
1e5e8a59
DF
66282009-01-11 Daniel Franke <franke.daniel@gmail.com>
6629
6630 * MAINTAINERS: Moved myself to reviewers (Fortran).
6631
5e5debf6
TS
66322009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6633
6634 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6635 (Write After Approval): Remove myself.
6636
1c42acf1
DN
66372009-01-03 Diego Novillo <dnovillo@google.com>
6638
6639 * MAINTAINERS: Remove myself from alias maintainership.
6640
2fbbedaf
DA
66412009-01-02 David Ayers <ayers@fsfe.org>
6642
6643 * MAINTAINERS: Update e-mail address.
6644
17213821
GP
66452008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6646
6647 * MAINTAINERS: Make whitespace consistent.
6648
baafc534
RW
66492008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6650
6651 Backport from upstream Libtool:
6652 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6653 Add cache variables to tests that require the linker to work.
6654 For shlibpath_overrides_runpath, this also changes the semantics
6655 to let the result from the C compiler take precedence.
6656
18430d27
BE
66572008-12-02 Ben Elliston <bje@au.ibm.com>
6658
6659 * config.sub, config.guess: Update from upstream sources.
6660
dce2d8b2 66612008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
6662
6663 * configure.ac (ppllibs): Add by default the lib flags.
6664 * configure: Regenerate.
6665
41e9641b
LM
66662008-12-08 Luis Machado <luisgpm@br.ibm.com>
6667
6668 * MAINTAINERS: Add myself to the write after approval list.
6669
25783c30
JH
66702008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6671
ee04b574
AS
6672 * configure.ac: Add double brackets on darwin[912].
6673 * configure: Regenerate.
25783c30 6674
0e318fcc
DK
66752008-12-03 Daniel Kraft <d@domob.eu>
6676
6677 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6678 Approval to Reviewer section (for Fortran front-end).
6679
7f171b95
JH
66802008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6681
6682 * configure.ac: Expand to darwin10 and later.
6683 * configure: Regenerate.
6684
09ce620e
AS
66852008-12-02 Andreas Schwab <schwab@suse.de>
6686
6687 * Makefile.def: configure-target-boehm-gc depends on
6688 all-target-libstdc++-v3.
6689 * Makefile.in: Regenerate.
6690
386c704d
KT
66912008-12-02 Kai Tietz <kai.tietz@onevision.com>
6692
6693 * MAINTAINERS: Add myself as mingw maintainer.
6694
e03dd84a
BE
66952008-12-02 Ben Elliston <bje@au.ibm.com>
6696
6697 * config.sub, config.guess: Update from upstream sources.
6698
3fa87964
GP
66992008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6700
6701 * README.SCO: Remove.
6702
df72d7ed
FP
67032008-11-29 Fernando Pereira <pronesto@gmail.com>
6704
6705 * MAINTAINERS: Add myself to the write after approval list.
6706
b5646528
DK
67072008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6708
6709 * MAINTAINERS: Update my email address in WAA section.
6710
dce2d8b2 67112008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
6712
6713 * MAINTAINERS: Update e-mail address.
6714
dce2d8b2 67152008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
6716
6717 * MAINTAINERS: Change e-mail address.
6718
0db3a858
TG
67192008-11-27 Tristan Gingold <gingold@adacore.com>
6720
6721 * configure.ac: Build gdb for i?86-*-darwin*
6722 * configure: Regenerated.
6723
dce2d8b2 67242008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
6725
6726 * MAINTAINERS: Added my full name.
6727
487e299b
DJ
67282008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6729
6730 PR bootstrap/38014
6731 PR bootstrap/37923
6732
6733 Revert:
6734
6735 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6736
6737 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6738 * Makefile.in: Regenerated.
6739
6740 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6741
6742 PR gdb/921
6743 PR gdb/1646
6744 PR gdb/2175
6745 PR gdb/2176
6746
6747 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6748 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6749 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6750 (HOST_EXPORTS): Pass CPPFLAGS.
6751 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6752 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6753 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6754 * Makefile.in, configure: Regenerated.
6755 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6756 and CPPFLAGS_FOR_BUILD.
6757
dce2d8b2 67582008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
6759
6760 * MAINTAINERS: Add myself as middle end maintainer.
6761
044fed69
AS
67622008-11-06 Andrew Stubbs <ams@codesourcery.com>
6763
6764 * MAINTAINERS (Write after approval): Add myself.
6765
caf6defe
DN
67662008-11-05 Diego Novillo <dnovillo@google.com>
6767
6768 * MAINTAINERS (Global Reviewers): Add myself.
6769 (Non-Algorithmic Maintainers): Remove myself.
6770
3e9899ac
TS
67712008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6772
09ce620e 6773 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 6774
ea99e36e
MM
67752008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6776
09ce620e 6777 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 6778
fb0d2684
BE
67792008-10-31 Ben Elliston <bje@au.ibm.com>
6780
6781 * configure.ac (spu-*-*): Remove special case.
6782 * configure: Regenerate.
6783
73c07a3e
CM
67842008-10-30 Catherine Moore <clm@codesourcery.com>
6785
6786 * MAINTAINERS (Write after approval): Update my email address.
6787
7310a2da
SSF
67882008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6789
6790 * configure.ac [spu-*-*]: Do not set skipdirs.
6791 * configure: Re-generate.
6792
7e51fe23
BS
67932008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6794
6795 * MAINTAINERS (Various Maintainers): Add myself to reload.
6796
ef20be93
RG
67972008-10-25 Richard Guenther <rguenther@suse.de>
6798
6799 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6800 maintainer. Remove myself as libgcc-math maintainer.
6801 (Non-Algorithmic Maintainers): Remove myself.
6802
03ffcfa0
DJ
68032008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6804
6805 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6806 * Makefile.in: Regenerated.
6807
dec014a9
CC
68082008-10-23 Cary Coutant <ccoutant@google.com>
6809
6810 * MAINTAINERS (Write after approval): Add myself.
6811
b36c386c
DJ
68122008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6813
6814 PR gdb/921
6815 PR gdb/1646
6816 PR gdb/2175
6817 PR gdb/2176
6818
6819 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6820 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6821 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6822 (HOST_EXPORTS): Pass CPPFLAGS.
6823 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6824 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6825 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6826 * Makefile.in, configure: Regenerated.
6827 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6828 and CPPFLAGS_FOR_BUILD.
6829
dce2d8b2 68302008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
6831
6832 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6833 Sebastian Pop.
6834
e0bda97e
AP
68352008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6836
6837 * MAINTAINERS (Write After Approval): Added myself.
6838
36c713e0
KG
68392008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6840
6841 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6842 recommended version to 2.3.2.
6843
6844 * configure: Regenerate.
6845
8fe005ee
MM
68462008-10-01 Mark Mitchell <mark@codesourcery.com>
6847
6848 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6849
be8f156f
DD
68502008-09-29 David Daney <david.daney@caviumnetworks.com>
6851
6852 * MAINTAINERS (Write After Approval): Update e-mail address.
6853
ae11dff4
PG
68542008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6855
6856 * libtool.m4: Update to libtool 2.2.6.
6857 * lt~obsolete.m4: Update to libtool 2.2.6.
6858 * ltmain.sh: Update to libtool 2.2.6.
6859 * ltsugar.m4: Update to libtool 2.2.6.
6860 * ltversion.m4: Update to libtool 2.2.6.
6861 * ltoptions.m4: Update to libtool 2.2.6.
6862 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6863
441154b1
CF
68642008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6865
6866 * MAINTAINERS (Write After Approval): Add myself.
6867
775b3b26
BRF
68682008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6869
6870 * MAINTAINERS (Write After Approval): Update my name.
6871
94538043
SB
68722008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6873
09ce620e 6874 * MAINTAINERS: Add myself in "Write After Approval".
94538043 6875
52d1bfd8
SE
68762008-09-18 Steve Ellcey <sje@cup.hp.com>
6877
09ce620e 6878 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 6879
c5cc92f5
GP
68802008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6881
6882 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6883 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6884 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6885 and Michael Tiemann from Write After Approval since they do not
6886 actually have access.
6887
23d9794a
RG
68882008-09-05 Richard Guenther <rguenther@suse.de>
6889
6890 * configure.ac: Initialize clooglibs to -lcloog.
6891 * configure: Re-generate.
6892
192a671e
LCW
68932008-09-04 Le-Chun Wu <lcwu@google.com>
6894
6895 * MAINTAINERS (Write After Approval): Add myself.
6896
d789184e
SP
68972008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6898
6899 * configure.ac (--with-cloog-polylib): New.
6900 (--disable-cloog-version-check): New.
6901 (--disable-ppl-version-check): New.
6902 * configure: Re-generate.
6903
36a881c7
RG
69042008-09-03 Richard Guenther <rguenther@suse.de>
6905
6906 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6907 cloog test.
6908 * configure: Re-generate.
6909
358da97e
HS
69102008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6911
6912 Add picoChip port.
6913 * MAINTAINERS: Add picoChip maintainers.
6914
f8bf9252
SP
69152008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6916 Tobias Grosser <grosser@fim.uni-passau.de>
6917 Jan Sjodin <jan.sjodin@amd.com>
6918 Harsha Jagasia <harsha.jagasia@amd.com>
6919 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6920 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6921 Adrien Eliche <aeliche@isty.uvsq.fr>
6922
6923 Merge from graphite branch.
6924 * configure: Regenerate.
6925 * Makefile.in: Regenerate.
6926 * configure.ac (host_libs): Add ppl and cloog.
6927 Add checks for PPL and CLooG.
6928 * Makefile.def (ppl, cloog): Added modules and dependences.
6929 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6930 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6931
d89f0ad6
AL
69322008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6933
6934 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6935 (GCC_SHLIB_SUBDIR): New.
6936 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6937 * configure: Regenerate.
6938 * Makefile.in: Regenerate.
6939
88a25817
GP
69402008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6941
6942 * MAINTAINERS: Consistently use tabs to separate columns.
6943
f873f15f
TG
69442008-08-29 Tristan Gingold <gingold@adacore.com>
6945
6946 * MAINTAINERS (Write after Approval): Add myself.
6947
e1514c3f
TG
69482008-08-28 Tristan Gingold <gingold@adacore.com>
6949
6950 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6951 Enable bfd, binutils and opcodes.
6952 * configure: Regenerate.
6953
4717882f
JDA
69542008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6955
6956 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6957
28c9884c
TK
69582008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6959
6960 * MAINTAINERS: Use correct Umlaut for last name.
6961
ae96d86a
FXC
69622008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6963
6964 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6965
3ecc96e3
DE
69662008-08-16 David Edelsohn <edelsohn@gnu.org>
6967
6968 * MAINTAINERS: Update my email address.
6969
dd609cc1
EB
69702008-08-16 Nicolas Roche <roche@adacore.com>
6971
6972 * Makefile.tpl: Add BOOT_ADAFLAGS.
6973 * Makefile.in: Regenerate.
6974
08d0963a
RS
69752008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6976
6977 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6978 * configure: Regenerate.
6979
dce2d8b2 69802008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
6981
6982 * configure.ac: Add makefile fragments for hpux.
6983 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6984 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6985 * configure: Regenerate.
6986 * Makefile.in: Regenerate.
6987
dce2d8b2 69882008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
6989
6990 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6991
dce2d8b2 69922008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
6993
6994 * MAINTAINERS (Write after Approval): Add myself.
6995
78209f30
XG
69962008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
6997
6998 * MAINTAINERS (Write After Approval): Add myself.
6999
5b5b098d
AJ
70002008-06-29 Andrew Jenner <andrew@codesourcery.com>
7001
7002 * MAINTAINERS (Write After Approval): Add myself.
7003
d812ec93
KW
70042008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7005
7006 * MAINTAINERS: Update my email address.
7007
99e78224
JY
70082008-06-25 Joey Ye <joey.ye@intel.com>
7009
7010 * MAINTAINERS (Write After Approval): Add myself.
7011
18c04407
RW
70122008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7013
7014 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7015 * Makefile.in: Regenerate.
7016 * configure: Regenerate.
7017
47aa9a31
DK
70182008-06-17 Daniel Kraft <d@domob.eu>
7019
7020 * MAINTAINERS (Write After Approval): Add myself.
7021
ad33ff57
RW
70222008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7023
7024 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7025 "$@" is still intact with both Autoconf 2.59 and 2.62.
7026 * configure: Regenerate.
7027
cdce5c41
RW
70282008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7029
7030 * Makefile.tpl: Fix comment errors.
7031 * Makefile.in: Regenerate.
7032
01b79d11
DM
70332008-06-12 David S. Miller <davem@davemloft.net>
7034 David Edelsohn <edelsohn@gnu.org>
7035
7036 * configure.ac: Add powerpc*-*-* to gold supported targets.
7037 * configure: Regenerate.
7038
f8c33439
JM
70392008-06-08 Joseph Myers <joseph@codesourcery.com>
7040
7041 PR tree-optimization/36218
7042 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7043 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7044 (all prefix="build-"): Pass them to build-system sub-makes.
7045 * Makefile.in: Regenerate.
7046
cd985f66
JM
70472008-06-07 Joseph Myers <joseph@codesourcery.com>
7048
7049 * MAINTAINERS (mt port): Remove.
7050 (sco5, unixware, sco udk): Remove.
7051 (Kean Johnston): Add to Write After Approval.
7052
3f6383d3
JB
70532008-05-30 Julian Brown <julian@codesourcery.com>
7054
7055 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7056 of libobjc for ARM EABI Linux.
7057 * configure: Regenerate.
30da41ed 7058
dce2d8b2 70592008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 7060
09ce620e 7061 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 7062
dce2d8b2 70632008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 7064
e29cc9b4 7065 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 7066
955410cb
JW
70672008-05-15 Janus Weil <janus@gcc.gnu.org>
7068
7069 * MAINTAINERS (Write After Approval): Add myself.
7070
719bb4e3 70712008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
7072
7073 * config-ml.in: don't handle --enable-shared and --enable-static.
7074
372b05fc
RS
70752008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7076
7077 * MAINTAINERS: Update my email address.
7078
f73e2200
PC
70792008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7080
7081 * MAINTAINERS: Update my email address.
09ce620e 7082
3e438e2b
KVH
70832008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7084
7085 * MAINTAINERS (Write After Approval): Add myself.
7086
177bf491
GS
70872008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7088
7089 * MAINTAINERS (Write After Approval): Add myself.
7090
dce2d8b2 70912008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
7092
7093 * MAINTAINERS (crx): Add myself.
7094
14a8726b
PB
70952008-04-18 Paolo Bonzini <bonzini@gnu.org>
7096
7097 Sync with src:
7098 2008-04-14 David S. Miller <davem@davemloft.net>
7099
09ce620e
AS
7100 * configure.ac: Add sparc*-*-* to gold supported targets.
7101 * configure: Regenerate.
14a8726b 7102
7142fb32
PB
71032008-04-18 Paolo Bonzini <bonzini@gnu.org>
7104
7105 PR bootstrap/35457
7106 * configure.ac: Include override.m4.
7107 * configure: Regenerate.
7108
c6b196de
PB
71092008-04-18 Paolo Bonzini <bonzini@gnu.org>
7110
09ce620e
AS
7111 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7112 * Makefile.in: Regenerate.
c6b196de 7113
dce2d8b2 71142008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7115
09ce620e 7116 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7117 as nonconfigurable directories list.
09ce620e 7118 * configure: Regenerate.
c993ae60 7119
8479b1b1
BE
71202008-04-14 Ben Elliston <bje@au.ibm.com>
7121
7122 * config.sub, config.guess: Update from upstream sources.
7123
295e261a
HPN
71242008-04-12 Hans-Peter Nilsson <hp@axis.com>
7125
7126 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7127 * Makefile.in: Regenerate.
7128
ac3949d9
EW
71292008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7130
7131 * configure.ac: Do not build libssp for the AVR.
7132 * configure: Regenerate.
7133
06407e30
ILT
71342008-04-07 Ian Lance Taylor <iant@google.com>
7135
7136 * Makefile.def: check-gold depends upon all-binutils.
7137 * Makefile.in: Regenerate.
7138
97db009c
AH
71392008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7140
7141 * MAINTAINERS (Write After Approval): Add myself.
7142
2a79c47f
NC
71432008-04-04 Nick Clifton <nickc@redhat.com>
7144
7145 PR binutils/4334
5f4bebbf 7146 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7147 builds.
7148 * configure: Regenerate.
7149
c53a18d3
N
71502008-04-04 NightStrike <NightStrike@gmail.com>
7151
7152 PR other/35151
09ce620e
AS
7153 * configure.ac: Combine rules for mingw32 and mingw64.
7154 * configure: Regenerate.
c53a18d3 7155
d925aa70
KT
71562008-04-02 Kai Tietz <kai.tietz@onvision.com>
7157
7158 * MAINTAINERS (Write After Approval): Add myself.
7159
dce2d8b2 71602008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7161
7162 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7163 * Makefile.in (.NOTPARALLEL): Ditto.
7164
4412a506
PG
71652008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7166
7167 * MAINTAINERS (Write After Approval): Add myself.
7168
dce2d8b2 71692008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7170
7171 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7172 * Makefile.in (.NOTPARALLEL): Regenerate.
7173
639223bd
PB
71742008-03-27 Paolo Bonzini <bonzini@gnu.org>
7175
7176 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7177 * Makefile.in: Regenerate.
7178
b8ab1f4a
JS
71792008-03-26 Jakub Staszak <kuba@et.pl>
7180
7181 * MAINTAINERS (Write After Approval): Add myself.
7182
b45890a4
TK
71832008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7184
7185 * MAINTAINERS: Update e-mail address.
7186
5afab7ad
ILT
71872008-03-20 Ian Lance Taylor <iant@google.com>
7188
7189 * configure.ac: Add support for --enable-gold.
7190 * Makefile.def: Add gold as a directory like ld.
7191 * configure, Makefile.in: Regenerate.
7192
38d24731
RW
71932008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7194
7195 * configure.ac: m4_include config/proginstall.m4.
7196 * configure: Regenerate.
32bc4cf4
RW
7197
7198 Backport from upstream Libtool:
09ce620e 7199
32bc4cf4 7200 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7201
32bc4cf4
RW
7202 Deal with Autoconf 2.62's semantic change in m4_append.
7203 * ltsugar.m4 (lt_append): Replace broken versions of
7204 m4_append.
7205 (lt_if_append_uniq): Don't require separator to be overquoted,
7206 and avoid broken m4_append.
7207 (lt_dict_add): Fix typo.
7208 * libtool.m4 (_LT_DECL): Don't overquote separator.
7209
9d3c50ea
DE
72102008-03-13 David Edelsohn <edelsohn@gnu.org>
7211
7212 * config.rpath: Add AIX 6 support.
7213
5d2edb29
PB
72142008-03-13 Paolo Bonzini <bonzini@gnu.org>
7215
7216 * Makefile.def (stageprofile). Remove -fprofile-generate
7217 from stage_libcflags.
7218 * Makefile.in: Regenerate.
7219
954910ef
BE
72202008-03-13 Ben Elliston <bje@au.ibm.com>
7221
7222 * config.sub, config.guess: Update from upstream sources.
7223
e8645a40
TT
72242008-03-06 Tom Tromey <tromey@redhat.com>
7225
7226 * MAINTAINERS: Update for treelang deletion.
7227
2c8e955e
JW
72282008-03-03 James E. Wilson <wilson@tuliptree.org>
7229
7230 * MAINTAINERS: Update my email address.
7231
54acd307
SS
72322008-03-03 Stan Shebs <stanshebs@earthlink.net>
7233
893ad2a1 7234 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7235 (objective-c/c++): Add myself as a maintainer.
7236
4b52b516
VR
72372008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7238
7239 * MAINTAINERS (Write After Approval): Update my email address.
7240
e652b516
TB
72412008-02-25 Tomas Bily <tbily@suse.cz>
7242
7243 * MAINTAINERS (Write After Approval): Add myself.
7244
02d30740
JJ
72452008-02-23 Jakub Jelinek <jakub@redhat.com>
7246
7247 * MAINTAINERS (OpenMP): Add myself.
7248
1c8bd6a3
PB
72492008-02-20 Paolo Bonzini <bonzini@gnu.org>
7250
4b40b2a5
UB
7251 PR bootstrap/32009
7252 PR bootstrap/32161
1c8bd6a3 7253
4b40b2a5
UB
7254 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7255 * configure: Regenerate.
1c8bd6a3 7256
4b40b2a5
UB
7257 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7258 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7259 STAGE4_LIBCFLAGS): New.
7260 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7261 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7262 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7263 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7264 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7265 for target modules. Don't export LIBCFLAGS.
7266 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7267 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7268 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7269 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7270 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7271 * Makefile.in: Regenerate.
1c8bd6a3 7272
bb44c9d2
RW
72732008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7274
7275 PR libgcj/33085
7276 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7277 Do not use -DDLL_EXPORT. Backport from upstream.
7278
29a7754d
RW
72792008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7280
7281 * MAINTAINERS (Write After Approval): Add myself.
7282
9a212bb7
HPN
72832008-02-02 Hans-Peter Nilsson <hp@axis.com>
7284
7285 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7286 * configure: Regenerate.
7287
aa12a573
MG
72882008-01-31 Marc Gauthier <marc@tensilica.com>
7289
7290 * configure.ac (xtensa*-*-*): Recognize processor variants.
7291 * configure: Regenerate.
7292
ac9e6043
RW
72932008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7294
40049ccc
UB
7295 PR bootstrap/34922
7296 * configure.ac (PARSE_ARGS): Push suitable setting of
7297 ac_subdirs_all, for `./configure --help=recursive'.
7298 Handle `+' in generic toplevel directory disabling.
7299 * configure: Regenerate.
ac9e6043 7300
4288c86a
NC
73012008-01-28 Nick Clifton <nickc@redhat.com>
7302
7303 * MAINTAINERS (xstormy16): Take over maintainership.
7304
8d8da227
JM
73052008-01-25 Joseph Myers <joseph@codesourcery.com>
7306
7307 * MAINTAINERS (c4x port): Remove.
7308
349b60e7
DE
73092008-01-24 David Edelsohn <edelsohn@gnu.org>
7310
7311 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7312
3ca06a68
BE
73132008-01-23 Ben Elliston <bje@au.ibm.com>
7314
7315 * config.sub, config.guess: Update from upstream sources.
7316
3c631381
TG
73172008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7318
7319 * MAINTAINERS (Write After Approval): Add myself.
7320
20533ef1
L
73212008-01-17 H.J. Lu <hjl.tools@gmail.com>
7322
7323 * MAINTAINERS: Update my email address.
7324
73252008-01-09 Raksit Ashok <raksit@google.com>
7326
7327 * MAINTAINERS (Write After Approval): Add myself.
7328
684f4f6a
RA
73292008-01-09 Raksit Ashok <raksit@google.com>
7330
7331 * MAINTAINERS (Write After Approval): Add myself.
7332
9cb8756f
BE
73332008-01-08 Ben Elliston <bje@au.ibm.com>
7334
7335 * config.sub, config.guess: Update from upstream sources.
7336
94e1934d
KG
73372007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7338
7339 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 7340 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
7341 * configure: Regenerate.
7342
a2e51f77
SP
73432007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7344
7345 * MAINTAINERS: Update my email address.
7346
ffe3dcd9
BRF
73472007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7348
7349 * MAINTAINERS: Update my email address.
7350
aa4095c9
RS
73512007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7352
7353 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7354 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7355 * Makefile.in: Regenerate.
7356
dce2d8b2 73572007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
7358
7359 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7360 misplaced entries.
7361
0fe0f073
AT
73622007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7363
7364 * configure.ac: Enable libjava for x86_64-*-darwin9.
7365 * configure: Regenerate.
7366
dce2d8b2 73672007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
7368
7369 * MAINTAINERS (Write After Approval): Add myself.
7370
c3220d4c
BE
73712007-12-05 Ben Elliston <bje@au.ibm.com>
7372
7373 * config.sub, config.guess: Update from upstream sources.
7374
aba7501e
MK
73752007-12-02 Matthias Klose <doko@ubuntu.com>
7376
7377 * config-ml.in: Remove 64bit configure tests.
7378
d683ec81
PB
73792007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7380
7381 * config-ml.in: Robustify against white space in absolute file
7382 names.
7383
7384 * config-ml.in (multi-clean): Substitute ${Makefile}.
7385 Remove superfluous ${Makefile} in list.
7386
60f1711a
TS
73872007-11-19 Thiemo Seufer <ths@mips.com>
7388
7389 * config-ml.in: Don't hardcode the Makefile name.
7390
487f9d96
AM
73912007-11-08 Alexander Monakov <amonakov@ispras.ru>
7392
7393 * MAINTAINERS (Write After Approval): Add myself.
7394
fa3886fe
ST
73952007-11-07 Samuel Tardieu <sam@rfc1149.net>
7396
7397 * MAINTAINERS (Write After Approval): Add myself.
7398
dce2d8b2 73992007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
7400
7401 * MAINTAINERS (Write After Approval): Add myself.
7402
acc48927
BE
74032007-10-25 Ben Elliston <bje@au.ibm.com>
7404
7405 * MAINTAINERS (mercury): Remove entry.
7406 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7407
e00e9858
DJ
74082007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7409
7410 * Makefile.def (dependencies): Make configure-gdb depend on
7411 all-intl.
7412 * Makefile.in: Regenerated.
7413
def14a3c
SK
74142007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7415
7416 * MAINTAINERS (Fortran maintainer): Remove myself.
7417
dce2d8b2 74182007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
7419
7420 * Makefile.def: To avoid problems running with parallel makes,
7421 build newlib before libgloss so that target specific header
7422 files are availble.
7423 * Makefile.in: Regenerate
7424
bbfbfafc
DJ
74252007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7426
7427 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7428 * Makefile.in: Regenerate.
7429
c56abad5
VM
74302007-10-09 Vladimir Makarov <vmakarov@redhat.com>
7431
7432 * MAINTAINERS (Register allocation reviewer): Add myself.
7433
f019adc1
MF
74342007-10-08 Mike Frysinger <vapier@gentoo.org>
7435
7436 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7437 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7438 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
7439 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7440 * configure: Regenerate.
7441
dce2d8b2 74422006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
7443
7444 * MAINTAINERS (Register allocation reviewer): Add myself.
7445
0999159b
PB
74462007-10-01 Paolo Bonzini <bonzini@gnu.org>
7447
7448 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7449 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7450 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7451 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7452 * configure.ac: Default them to host tools for $host = $build.
7453 Subst them.
7454
7455 * configure: Regenerate.
7456 * Makefile.in: Regenerate.
7457
dce2d8b2 74582006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
7459
7460 * MAINTAINERS (Register allocation reviewer): Add myself.
7461
dce2d8b2 74622006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
7463
7464 * MAINTAINERS (Register allocation reviewer): Add myself.
7465
9d209c83
SP
74662007-09-21 Seongbae Park <seongbae.park@gmail.com>
7467
7468 * MAINTAINERS (Write After Approval): Fix typo.
7469
1ec3b87b
RS
74702007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
7471
7472 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7473 * configure: Regenerate.
7474
19d5986d
PJ
74752007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
7476
7477 PR bootstrap/31906
7478 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 7479 they're already prefixed.
19d5986d 7480
6d3b5aea
BK
74812007-09-19 Benjamin Kosnik <bkoz@redhat.com>
7482
7483 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7484 libstdc++.
7485 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7486 * configure: Regenerate.
7487 * Makefile.in: Regenerate.
09ce620e 7488
4fe7e755
AS
74892007-09-17 Andreas Schwab <schwab@suse.de>
7490
7491 * configure.ac: Raise minimum makeinfo version to 4.6.
7492 * configure: Regenerate.
7493
dce2d8b2 74942007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 7495
ffe3dcd9 7496 * MAINTAINERS (write-after-approval) add myself
d483feaa 7497
fa9a3f31
AM
74982007-09-15 Alan Modra <amodra@bigpond.net.au>
7499
7500 * configure.ac: Correct makeinfo version check.
7501 * configure: Regenerate.
7502
6593a73e
RS
75032007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
7504
7505 * MAINTAINERS: Update my email address.
7506
d9dced13
RS
75072007-09-14 Richard Sandiford <richard@codesourcery.com>
7508
7509 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
7510 to $skipdirs and only disable gprof for newlib. Use the normal
7511 mips*-elf* handling in other respects.
7512 * configure: Regnerate.
7513
773c1467
DD
75142007-09-12 David Daney <ddaney@avtrex.com>
7515
7516 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7517 enabling libgcj.
7518 * configure: Regenerate.
7519
c03353e2
RIL
75202007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
7521
7522 PR other/32154
7523 * configure.ac: For libgloss targets, point the linker to the linker
7524 script, startup code and simulator library.
7525 * configure: Regenerate.
7526
c4e9bf2b
AH
75272007-09-07 Andrew Haley <aph@redhat.com>
7528
7529 * configure.ac (noconfigdirs): Remove target-libffi and
7530 target-libjava.
7531 * configure: Regenerate.
7532
1f5a6b84
FXC
75332007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7534
7535 PR target/33281
7536 * configure.ac: Use config/mh-mingw on mingw.
7537 * configure: Regenerate.
1f5a6b84 7538
3951e521
PH
75392007-09-05 Pat Haugen <pthaugen@us.ibm.com>
7540
9f349f63 7541 * MAINTAINERS (Write After Approval): Add myself.
3951e521 7542
e643dc23
RG
75432007-09-05 Richard Guenther <rguenther@suse.de>
7544
7545 * configure.ac (--enable-stage1-checking): If neither --enable-checking
7546 nor --disable-checking is provided also turn on yes and types
7547 checking for stage1.
7548 * configure: Re-generate.
7549
039874df
KW
75502007-08-30 Krister Walfridsson <cato@df.lth.se>
7551
7552 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7553 (Write After Approval): Remove myself.
7554
c3f07bd6 75552007-08-29 Nick Clifton <nickc@redhat.com>
15098359 7556
c3f07bd6 7557 * config.sub, config.guess: Update from upstream sources.
15098359 7558
40049ccc 75592007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
7560
7561 * MAINTAINERS (Write After Approval): Added myself.
7562 * MAINTAINERS (Reviewers): Removed myself.
7563
c8aea42c 75642007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 7565 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
7566
7567 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7568 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7569 * Makefile.in: Regenerate.
7570 * configure.ac (--with-debug-prefix-map): New.
7571 * configure: Regenerate.
7572
4bf6c438
RS
75732007-08-17 Richard Sandiford <richard@codesourcery.com>
7574 Nigel Stephens <nigel@mips.com>
7575
4bf6c438
RS
7576 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7577 as target_makefile_frag.
7578 * configure: Regenerate.
7579
bb286d71
AO
75802007-08-16 Alexandre Oliva <aoliva@redhat.com>
7581
7582 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7583 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7584 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7585 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7586 (do-compare, do-compare3, do-compare-debug): New.
7587 ([+compare-target+]): Use them.
7588
a4630417
MK
75892007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7590
7591 * MAINTAINERS (Write After Approval): Change my email address.
7592
d9acb717
RW
75932007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7594 Ben Elliston <bje@au.ibm.com>
7595
7596 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7597 --silent if $silent.
7598 * configure: Regenerate.
7599
96876681
ZD
76002003-08-12 Zdenek Dvorak <ook@ucw.cz>
7601
7602 * MAINTAINERS (Various Maintainers): Add myself as
7603 loop infrastructure maintainer. Update my e-mail
7604 address.
7605
1c1d80ee
DN
76062007-07-31 Diego Novillo <dnovillo@google.com>
7607
7608 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7609 Adjust description.
7610
7e98624c
RG
76112007-07-26 Richard Guenther <rguenther@suse.de>
7612
7613 * configure.ac: Add types checking to stage1 checking flags.
7614 * configure: Regenerate.
7615
4c85af60
NC
76162007-07-17 Nick Clifton <nickc@redhat.com>
7617
7618 * COPYING3: New file. Contains version 3 of the GNU General
7619 Public License.
7620 * COPYING3.LIB: New file. Contains version 3 of the GNU
7621 Lesser General Public License.
7622
19ddfd3a
AK
76232007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7624
7625 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7626
2a064545
AK
76272007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7628
7629 * MAINTAINERS (S/390 co-maintainer): Add myself.
7630 (Write After Approval): Remove myself.
7631
f861f54d
DH
76322007-07-13 Dan Hipschman <dsh@google.com>
7633
7634 * MAINTAINERS (Write After Approval): Add myself.
7635
0136f2f7
NC
76362007-07-11 Nick Clifton <nickc@redhat.com>
7637
7638 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7639 WINDRES export.
7640 * Makefile.in: Regenerate.
7641
6e29b5a4
RO
76422007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7643
7644 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7645 maintainer.
7646
159a4b02
L
76472007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7648
7649 * lt~obsolete.m4: New. Import from 20070318 libtool.
7650
6ba67283
JB
76512007-07-03 Julian Brown <julian@codesourcery.com>
7652
7653 * MAINTAINERS (Write After Approval): Add myself.
7654
30b74385
RW
76552007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7656
7657 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7658 * configure: Regenerate.
7659
76602007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7661
7662 * configure.ac: Add some missing m4 quotation.
7663 * configure: Regenerate.
7664
943c54ce
SB
76652007-07-02 Simon Baldwin <simonb@google.com>
7666
7667 * MAINTAINERS (Write After Approval): Add myself.
7668
1c00b503
PB
76692007-07-02 Paolo Bonzini <bonzini@gnu.org>
7670
7671 * configure: Regenerate.
7672
901119ae
KT
76732007-07-02 Kai Tietz <kai.tietz@onevision.com>
7674
7675 * Makefile.def: Add windmc tool to build.
7676 * Makefile.tpl: Likewise.
7677 * configure.ac: Likewise.
7678 * Makefile.in: Regenerate.
7679 * configure: Regenerate.
09ce620e 7680
83f4c19f
DD
76812007-06-28 DJ Delorie <dj@redhat.com>
7682
7683 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7684 not building newlib.
7685 * configure: Regenerated.
09ce620e 7686
5346c75c
JS
76872007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7688
7689 * MAINTAINERS (Write After Approval): Add myself.
7690
aacfb86b
MM
76912007-06-25 Martin Michlmayr <tbm@cyrius.com>
7692
7693 * MAINTAINERS (Write After Approval): Add myself.
7694
590bf0d3
CM
76952007-06-19 Chris Matthews <chrismatthews@google.com>
7696
7697 * MAINTAINERS (Write After Approval): Add myself.
7698
cdbbee7a
RIL
76992007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7700
7701 * MAINTAINERS (Write After Approval): Add myself.
7702
b8afffc1
DJ
77032007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7706 * Makefile.in: Regenerated.
7707
3fcfad76
BS
77082007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7709
7710 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7711 bfin*-*-uclinux* targets.
7712 * configure: Regenerate.
7713
3f5a2b7f
ILT
77142007-06-14 Ian Lance Taylor <iant@google.com>
7715
7716 * MAINTAINERS: Add myself as non-algorithmic global write
7717 maintainer.
7718
4c46daee
DN
77192007-06-14 Diego Novillo <dnovillo@google.com>
7720
7721 * MAINTAINERS: Add self as middle-end maintainer and
7722 non-algorithmic global write maintainer.
7723
a3bb222a
FXC
77242007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7725
7726 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7727 Move all Fortran maintainers except Paul Brook into the
7728 Non-Autopoiesis section.
7729
a19e8f64
PB
77302007-06-14 Paolo Bonzini <bonzini@gnu.org>
7731
7732 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7733 (distclean-stage[+id+]): Possibly delete stage_last.
7734 * Makefile.in: Regenerate.
7735
1c2abe5e
SP
77362007-06-12 Seongbae Park <seongbae.park@gmail.com>
7737
7738 * MAINTAINERS (Various Maintainer): Fix typo.
7739
abca4739
PB
77402007-06-11 Paolo Bonzini <bonzini@gnu.org>
7741
7742 * MAINTAINERS (Various Maintainer): Add myself as
7743 dataflow maintainer.
7744
a894d2c3
BE
77452007-06-07 Ben Elliston <bje@au.ibm.com>
7746
7747 * config.sub, config.guess: Update from upstream sources.
7748
8024d75e
BE
77492007-06-07 Ben Elliston <bje@au.ibm.com>
7750
7751 * Makefile.tpl: Fix spelling error.
7752 * Makefile.in: Regenerate.
7753
973a9a5e
SE
77542007-06-01 Steve Ellcey <sje@cup.hp.com>
7755
96598938
L
7756 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7757 lt_cv_sys_max_cmd_len.
973a9a5e 7758
ccb4d26b
DN
77592007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7760
7761 * MAINTAINERS (Various Maintainers): Add myself as
7762 auto-vectorizer maintainer.
7763
eecb7461
PB
77642003-05-31 Paolo Bonzini <bonzini@gnu.org>
7765
7766 PR libjava/32098
7767 * libtool.m4: Revert previous change.
7768 * ltgcc.m4: Put it here.
7769
89d28202
ZD
77702003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7771
7772 * MAINTAINERS (Various Maintainers): Add myself as
7773 auto-vectorizer maintainer.
7774
60c7a11a
L
77752007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7776
7777 PR libjava/32098
7778 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7779
9dd3cc81
RG
77802007-05-30 Richard Guenther <rguenther@suse.de>
7781
7782 * MAINTAINERS (Various Maintainers): Add myself as
7783 auto-vectorizer maintainer.
7784
9cc1244e
JJ
77852007-05-30 Jakub Jelinek <jakub@redhat.com>
7786
7787 PR bootstrap/29382
7788 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7789 * configure: Rebuilt.
7790
6124296b
RC
77912007-05-28 Roberto Costa <robsettantasei@gmail.com>
7792
7793 * MAINTAINERS (Write After Approval): Removed my name.
7794
6b757a0d
SB
77952007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7796
7797 * MAINTAINERS (Write After Approval): Remove myself.
7798
86ef8528
AT
77992007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7800
7801 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7802
1cf3d07d
SE
78032007-05-23 Steve Ellcey <sje@cup.hp.com>
7804
7805 * ltmain.sh: Update from ToT Libtool.
7806 * libtool.m4: Update from ToT Libtool.
7807 * ltsugar.m4: New. Update from ToT Libtool.
7808 * ltversion.m4: New. Update from ToT Libtool.
7809 * ltoptions.m4: New. Update from ToT Libtool.
7810 * ltconfig: Remove.
7811 * ltcf-c.sh: Remove.
7812 * ltcf-cxx.sh: Remove.
7813 * ltcf-gcj.sh: Remove.
7814
ce3fcf8c
OW
78152007-05-22 Ollie Wild <aaw@google.com>
7816
7817 * MAINTAINERS (Write After Approval): Add myself.
7818
342b9200
PB
78192007-05-16 Paolo Bonzini <bonzini@gnu.org>
7820
7821 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7822 stage_cflags.
7823 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7824 Remove CFLAGS/LIBCFLAGS.
7825 (configure-stage[+id+]-[+prefix+][+module+],
7826 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7827 * Makefile.in: Regenerate.
7828
cea17285
DN
78292007-05-15 Diego Novillo <dnovillo@google.com>
7830
7831 * MAINTAINERS: Update e-mail address.
7832
11c004e7
RE
78332007-05-15 Revital Eres <eres@il.ibm.com>
7834
7835 * MAINTAINERS (Write After Approval): Add myself.
7836
ab6bd693
RC
78372007-05-14 Roberto Costa <robsettantasei@gmail.com>
7838
7839 * MAINTAINERS (Write After Approval): Updated my address.
7840
388cdf07
TN
78412007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7842
7843 * MAINTAINERS (Write After Approval): Add myself.
7844
23f24034
SR
78452007-05-11 Silvius Rus <rus@google.com>
7846
7847 * MAINTAINERS (Write After Approval): Add myself.
7848
34a7526e
TT
78492007-04-23 Tom Tromey <tromey@redhat.com>
7850
7851 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7852
51da21be
MM
78532007-04-22 Mark Mitchell <mark@codesourcery.com>
7854
7855 * MAINTAINERS (cpplib): Rename to ...
7856 (libcpp): ... this. Add C/C++ front end maintainers.
7857
70070387
SE
78582007-04-14 Steve Ellcey <sje@cup.hp.com>
7859
7860 * config-ml.in: Pass ${ml_config_env} to configure calls.
7861
df1a0dbb
CB
78622007-04-04 Christian Bruel <christian.bruel@st.com>
7863
7864 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7865
9daff147
DK
78662007-04-02 Dave Korn <dave.korn@artimi.com>
7867
7868 * MAINTAINERS (Write After Approval): Add myself.
7869
374eadb2
TB
78702007-03-31 Tobias Burnus <burnus@net-b.de>
7871
7872 * MAINTAINERS (fortran 95 front end): Add myself.
7873
8eced3a2
DR
78742007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7875
7876 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7877
653de3e3
AZ
78782007-03-24 Ayal Zaks <zaks@il.ibm.com>
7879
7880 * MAINTAINERS (Modulo Scheduler): Add myself.
7881
b737d953
BM
78822007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7883
7884 * MAINTAINERS (fortran 95 front end): Add myself.
7885 (c++ front end): whitespace fix.
7886
a584cdf2
NF
78872007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7888
7889 * MAINTAINERS (Write After Approval): Add myself.
7890
8c79f3c4
RS
78912007-03-21 Richard Sandiford <richard@codesourcery.com>
7892
7893 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7894 of glob. Quote arguments with single quotes too.
7895 * configure: Regenerate.
7896
07f1ac6d
BM
78972007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7898
7899 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7900 * Makefile.in: Regenerate
7901
172e41aa
AS
79022007-03-07 Andreas Schwab <schwab@suse.de>
7903
7904 * configure: Regenerate.
7905
9c4d2493
BM
79062007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7907
7908 * configure.ac: Add "--with-pdfdir" configure option,
7909 which defines pdfdir variable.
7910 * Makefile.def (target=fixincludes): Add install-pdf to
7911 missing targets.
7912 (recursive_targets): Add install-pdf target.
7913 (flags_to_pass): Add pdfdir.
7914 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7915 target.
7916 * configure: Regenerate
7917 * Makefile.in: Regenerate
7918
e14e622e
EC
79192007-02-28 Eric Christopher <echristo@apple.com>
7920
7921 Revert:
7922 2006-12-07 Mike Stump <mrs@apple.com>
7923
7924 * Makefile.def (dependencies): Add dependency for
7925 install-target-libssp and install-target-libgomp on
7926 install-gcc.
7927 * Makefile.in: Regenerate.
7928
54e433bc
MK
79292007-02-27 Matt Kraai <kraai@ftbfs.org>
7930
7931 * configure: Regenerate.
7932 * configure.ac: Move statements after variable declarations.
7933
6c8d3d8f
KK
79342007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7935
7936 * MAINTAINERS: Add myself as sh maintainer.
7937
9f8c6739
JM
79382007-02-19 Joseph Myers <joseph@codesourcery.com>
7939
7940 * configure.ac: Adjust for loop syntax.
7941 * configure: Regenerate.
7942
278a7a38
AO
79432007-02-18 Alexandre Oliva <aoliva@redhat.com>
7944
7945 * configure: Rebuilt.
7946
b2eaac4a
AO
79472007-02-18 Alexandre Oliva <aoliva@redhat.com>
7948
7949 * configure.ac: Drop multiple occurrences of --enable-languages,
7950 and fix its quoting.
7951 * configure: Rebuilt.
7952
beeaf216 79532007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
7954 Nathan Sidwell <nathan@codesourcery.com>
7955 Vladimir Prus <vladimir@codesourcery.com>
7956 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
7957
7958 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7959 * configure: Regenerate.
7960
09201a09
GP
79612007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7962
7963 * ltconfig (freebsd*): Default to elf.
7964
291f172e
DJ
79652007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7966
7967 * configure.ac (target_libraries): Move libgcc before libiberty.
7968 * configure: Regenerated.
7969
c3a86da9
DJ
79702007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7971 Paolo Bonzini <bonzini@gnu.org>
7972
7973 PR bootstrap/30753
7974 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7975 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7976 * configure: Regenerated.
7977
88e1e72a
FXC
79782007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7979
7980 * MAINTAINERS (Language Front End Maintainers): Update my mail
7981 address.
7982
44bfc3ac
DJ
79832007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 PR bootstrap/30748
7986 * configure.ac: Correct syntax for Solaris ksh.
7987 * configure: Regenerated.
7988
3e19841a
PB
79892007-02-09 Paolo Bonzini <bonzini@gnu.org>
7990
7991 * configure.ac: Sync with src.
7992 * configure: Regenerate.
7993
74a48762
PB
79942007-02-09 Paolo Bonzini <bonzini@gnu.org>
7995
7996 * Makefile.in: Regenerate.
7997
d846e52e
PB
79982007-02-09 Paolo Bonzini <bonzini@gnu.org>
7999
8000 * config.sub: Sync with src.
8001
1c710c3c
DJ
80022007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8005 noncanonical equivalents.
8006 * configure.in: Rename to...
8007 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8008 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8009 target_noncanonical. Use them. Rewrite removal of configure
8010 arguments for autoconf 2.59. Discard variable settings. Force
8011 program_transform_name for native tools.
8012
8013 * Makefile.in: Regenerated.
8014 * configure: Regenerated with autoconf 2.59.
8015
dce2d8b2 80162007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 8017
3de8da2a 8018 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 8019
f6671c93
AS
80202007-01-31 Andreas Schwab <schwab@suse.de>
8021
8022 * Makefile.tpl (LDFLAGS): Substitute it.
8023 * Makefile.in: Regenerate.
8024
dce2d8b2 80252007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 8026
3de8da2a 8027 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 8028
2472200d
DE
80292007-01-28 David Edelsohn <edelsohn@gnu.org>
8030
3de8da2a 8031 * MAINTAINERS (spu port): Add myself.
2472200d 8032
5305be7e
RG
80332007-01-23 Richard Guenther <rguenther@suse.de>
8034
8035 PR bootstrap/30541
8036 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8037 * Makefile.tpl (GNATBIND): Substitute it.
8038 (GNATMAKE): Likewise.
8039 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8040 of STAGE_PREFIX.
8041 * Makefile.in: Regenerate.
8042 * configure: Regenerate.
8043
416cfb5e
MS
80442007-01-18 Mike Stump <mrs@apple.com>
8045
8046 * configure.in: Re-enable -Werror for gcc builds.
8047
3de8da2a 80482007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 8049
3de8da2a 8050 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 8051
d943d7c4
PB
80522007-01-11 Paolo Bonzini <bonzini@gnu.org>
8053
8054 * configure.in: Change == to = in test command.
3de8da2a 8055 * configure: Regenerate.
d943d7c4 8056
e69bf64b 80572007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
8058 Nick Clifton <nickc@redhat.com>
8059 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8060
8061 * configure.in (build_configargs, host_configargs, target_configargs):
8062 Remove build/host/target parameters.
8063 (host_libs): Add gmp and mpfr.
8064 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8065 * Makefile.def (gmp, mpfr): New.
8066 (gcc): Remove target.
8067 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8068 target_os, target_vendor): New.
dce2d8b2 8069 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
8070 * configure: Regenerate.
8071 * Makefile.in: Regenerate.
e69bf64b
PB
8072
80732007-01-11 Matt Fago <fago@earthlink.net>
8074
8075 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 8076 to improve robustness of configure tests.
e69bf64b 8077 * configure: Regenerate.
e14e622e 8078
a42f3b80
UB
80792007-01-09 Uros Bizjak <ubizjak@gmail.com>
8080
8081 * MAINTAINERS: Add myself as i386 maintainer.
8082
a36aee1a
JH
80832007-01-08 Jan Hubicka <jh@suse.cz>
8084
61fcaeef 8085 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 8086
738a52d3
KT
80872007-01-08 Kai Tietz <kai.tietz@onevision.com>
8088
8089 * configure.in: Add support for an x86_64-mingw* target.
95af8923 8090 * configure: Regenerate.
738a52d3 8091
54fdc474
DJ
80922007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8093
8094 * Makefile.tpl (all-target): Correct @if conditional for target
8095 modules.
8096 * configure.in: Omit libiberty if building only target libgcc.
8097 * configure, Makefile.in: Regenerated.
8098
3dd71726
PB
80992007-01-04 Paolo Bonzini <bonzini@gnu.org>
8100
dce2d8b2 8101 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8102 * configure: Regenerate.
8103
fa958513
DJ
81042007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8105
8106 * Makefile.def (target_modules): Add libgcc.
8107 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8108 * Makefile.tpl (clean-target-libgcc): Delete.
8109 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8110 on gcc even for bootstrapped modules. Rewrite handling of
8111 lang_env_dependencies to loop over target_modules.
8112 * configure.in (target_libraries): Add target-libgcc.
8113 * Makefile.in, configure: Regenerated.
8114
e1888513
PB
81152006-12-29 Paolo Bonzini <bonzini@gnu.org>
8116
8117 * configure.in: Reorganize recognition of languages. Add
8118 --enable-stage1-languages. Show supported languages for the chosen
8119 target rather than all recognized languages.
8120 * configure: Regenerate.
8121
53b88b73
PB
81222006-12-29 Paolo Bonzini <bonzini@gnu.org>
8123
8124 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8125 * Makefile.in: Regenerate.
8126
a3993f33
KG
81272006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8128
8129 * configure.in: Warn that MPFR 2.2.0 is buggy.
8130 * configure: Regenerate.
8131
f063a9ed
ILT
81322006-12-27 Ian Lance Taylor <iant@google.com>
8133
8134 * configure.in: When removing Makefiles to force a reconfigure, also
8135 remove prev-DIR*/Makefile.
8136 * configure: Regenerate.
8137
af71363e
AS
81382006-12-22 Andreas Schwab <schwab@suse.de>
8139
8140 * configure: Regenerate with correct autoconf version.
8141
0b0dc272
AM
81422006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8143
3de8da2a
UB
8144 * configure.in: add AC_SUBST for *_FOR_TARGET.
8145 * configure: Regenerate.
0b0dc272 8146
53b88b73
PB
81472006-12-19 Paolo Bonzini <bonzini@gnu.org>
8148
8149 * configure.in: Simplify logic for rejecting languages that cannot
8150 be built. Separate the case when a language is unsupported,
8151 from the case when the user chooses not to build a language.
8152
400ebff4
PB
81532006-12-19 Paolo Bonzini <bonzini@gnu.org>
8154
8155 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8156 it only affects bootstrap and could be tested on "$host" as well.
8157 * configure: Regenerate.
8158 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8159
8efea775
PB
81602006-12-19 Paolo Bonzini <bonzini@gnu.org>
8161
8162 PR bootstrap/29544
8163 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8164 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8165 move here comment from Makefile.tpl.
8166 * Makefile.tpl: Move some definitions higher in the file.
8167 (STAGE1_CHECKING): New.
8168 * configure.in: Add --enable-stage1-checking.
8169 * configure: Regenerate.
8170 * Makefile.in: Regenerate.
8171
ed88a7ed
PB
81722006-12-19 Paolo Bonzini <bonzini@gnu.org>
8173
8174 * MAINTAINERS: Add myself as build system maintainer.
8175
b65151d3
SM
81762006-12-15 Simon Martin <simartin@users.sourceforge.net>
8177
8178 * MAINTAINERS (Write After Approval): Add myself.
8179
7e050830
EC
81802006-12-13 Eric Christopher <echristo@apple.com>
8181
8182 * MAINTAINERS: Add myself as darwin maintainer.
8183
8b494895
ILT
81842006-12-11 Ian Lance Taylor <ian@airs.com>
8185
8186 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8187
dce2d8b2 81882006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8189
8190 MAINTAINERS: Update my entry.
8191
58e24147
AM
81922006-12-11 Alan Modra <amodra@bigpond.net.au>
8193
8194 * configure.in: Handle spu makefile frag.
58e24147
AM
8195 * Makefile.tpl (MAINT): Define
8196 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8197 * configure: Regenerate.
8198 * Makefile.in: Regenerate.
8199
9b6f37a0
BE
82002006-12-11 Ben Elliston <bje@au.ibm.com>
8201
8202 * config.guess: Import latest version.
8203 * config.sub: Likewise.
8204
ea6f5c57
BE
82052006-12-11 Ben Elliston <bje@au.ibm.com>
8206
8207 * configure.in (spu-*-*): Don't skip target-libiberty.
8208 * configure: Regenerate.
8209
42c1cd8a
AT
82102006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8211
8212 PR bootstrap/30134
8213 * configure.in: Correct x86 darwin support for libjava to powerpc
8214 and i?86 only.
8215 * configure: Regenerate.
8216
55eb837d
ST
82172006-12-08 Sandro Tolaini <tolaini@libero.it>
8218
8219 * configure.in: Add x86 darwin support for libjava.
8220 * configure: Regenerate.
8221
5bdacbc7
MS
82222006-12-07 Mike Stump <mrs@apple.com>
8223
8224 * Makefile.def (dependencies): Add dependency for
8225 install-target-libssp and install-target-libgomp on
8226 install-gcc.
8227 * Makefile.in: Regenerate.
8228
477d851c
RG
82292006-12-04 Richard Guenther <rguenther@suse.de>
8230
8231 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8232 (Non-Algorithmic Maintainers): Move over non-algorithmic
8233 loop optimizer maintainers, add myself as a non-algorithmic
8234 middle-end maintainer.
8235
5d33d367
DF
82362006-12-04 Daniel Franke <franke.daniel@gmail.com>
8237
8238 * MAINTAINERS (Write After Approval): Add myself.
8239
dbee1fb3
KG
82402006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8241
8242 * configure.in: Update error message for missing GMP/MPFR.
8243
8244 * configure: Regenerate.
8245
b5147de7
KG
82462006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8247
8248 * configure.in: Update MPFR version in error message.
8249
8250 * configure: Regenerate.
8251
f019376c
KG
82522006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8253
8254 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8255 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8256 --with-gmp-lib): New flags.
8257
8258 * configure: Regenerate.
8259
91ed95ae
BM
82602006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8261
8262 * MAINTAINERS (Write After Approval): Change my email address.
8263
3a971f15
MLI
82642006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8265
05170031 8266 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8267
dce2d8b2 82682006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8269
8270 * MAINTAINERS (i18n): Update e-mail address.
8271
df5487ee
TS
82722006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8273
8274 * MAINTAINERS (spu port): Add myself as maintainer.
8275 (Write After Approval): Remove myself.
8276
92c2f0ee
BE
82772006-11-22 Ben Elliston <bje@au.ibm.com>
8278
8279 * configure.in (skipdirs): Don't build libssp for SPU.
8280 * configure: Regenerate.
8281
a3b97199
AP
82822006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8283
8284 * MAINTAINERS (spu port): Add myself as maintainer.
8285 (libobjc): Update my email address.
8286
0eb97064
AB
82872006-11-21 Andrea Bona <andrea.bona@st.com>
8288
8289 * MAINTAINERS (Write After Approval): Add myself.
8290
dce2d8b2 82912006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8292
8293 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8294 * configure : Rebuilt.
8295
dce2d8b2 82962006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8297
8298 * MAINTAINERS (Write After Approval): Add myself.
8299
d58542ea
AO
83002006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8301
8302 * MAINTAINERS (Write After Approval): Add myself.
8303
a357b5ae
KG
83042006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8305
8306 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8307 libmpfr.a.
8308 * configure: Regenerate.
8309
9bd6112c
PB
83102006-11-16 Paolo Bonzini <bonzini@gnu.org>
8311
8312 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8313 (unstage): Test for stage_last presence.
8314
8315 PR bootstrap/29802
dce2d8b2
EB
8316 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8317 STAGE_PREFIX.
9bd6112c
PB
8318 * Makefile.in: Regenerate.
8319
c8cf9f0f
ZD
83202003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8321
8322 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8323 maintainers.
8324
467b1fc6
ER
83252006-11-14 Erven Rohou <erven.rohou@st.com>
8326
8327 * MAINTAINERS (Write After Approval): Add myself.
8328
995a5697
PB
83292006-11-14 Paolo Bonzini <bonzini@gnu.org>
8330
8331 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8332 and stageN-package/Makefile.
8333 * Makefile.in: Regenerated.
8334
c8d6d53e
JZ
83352006-11-14 Jie Zhang <jie.zhang@analog.com>
8336
8337 * configure.in: Remove target-libgloss from noconfigdirs for
8338 bfin-*-*.
8339 * configure: Regenerated.
8340
dffb147d
KG
83412006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8342
8343 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 8344
dffb147d
KG
8345 * configure: Regenerate.
8346
ca558912
KG
83472006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8348
8349 * configure.in: Robustify error message for missing GMP/MPFR.
8350
8351 * configure: Regenerate.
8352
dce2d8b2 83532006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
8354
8355 * MAINTAINERS (Write After Approval): Add myself.
8356
dce2d8b2 83572006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
8358
8359 * MAINTAINERS: Change email address.
8360
91de1527
VP
83612006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8362
8363 * MAINTAINERS (Write After Approval): Add myself.
8364
a3867703
PB
83652006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8366
8367 * MAINTAINERS (Write After Approval): Add myself.
8368
b4364fa2
CL
83692006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8370
7e050830 8371 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 8372 Write After Approval section.
b4364fa2 8373
70ec446f
KG
83742006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8375
8376 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8377 need_gmp anymore.
8378 * configure: Regenerate.
8379
018c8d88
TB
83802006-10-16 Tobias Burnus <burnus@net-b.de>
8381
8382 * MAINTAINERS (Write After Approval): Add myself.
8383
f6a1687e
BE
83842006-10-16 Ben Elliston <bje@au.ibm.com>
8385
8386 * config.guess: Import latest version.
8387 * config.sub: Likewise.
8388
b5422ad7
BM
83892006-10-10 Brooks Moses <bmoses@stanford.edu>
8390
8391 * Makefile.def: Added pdf target handling.
8392 * Makefile.tpl: Added pdf target handling.
8393 * Makefile.in: Regenerated.
8394
bdcee471
CL
83952006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8396
8397 * MAINTAINERS: Add self as score port maintainer.
8398
7d610414
BM
83992006-10-04 Brooks Moses <bmoses@stanford.edu>
8400
8401 * MAINTAINERS (Write After Approval): Add myself.
8402
e48d66a9
SK
84032006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8404
7e050830 8405 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
8406 or newer.
8407 * configure: Regenerated.
8408
c394e891
DB
84092006-09-27 Dave Brolley <brolley@redhat.com>
8410
dce2d8b2
EB
8411 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8412 using $s instead of $r.
c394e891
DB
8413 * configure: Regenerated.
8414
1ee4c5a0
TS
84152006-09-26 Thiemo Seufer <ths@mips.com>
8416
8417 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8418 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8419 * configure: Regenerate.
8420
dce2d8b2 84212006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
8422
8423 * MAINTAINERS (Write After Approval): Remove myself.
8424
0c502898
CF
84252006-09-22 Chao-ying Fu <fu@mips.com>
8426
8427 * MAINTAINERS (Write After Approval): Add myself.
8428
a7819e42
JM
84292006-09-10 Joseph S. Myers <joseph@codesourcery.com>
8430
8431 * MAINTAINERS: Add self as soft-fp maintainer.
8432
dce2d8b2 84332006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
8434
8435 * MAINTAINERS: Add myself as avr maintainer.
8436 Remove Marek Michalkiewicz as avr maintainer.
827d0991 8437
e8288489
RC
84382006-09-07 Roberto Costa <roberto.costa@st.com>
8439
8440 * MAINTAINERS (Write After Approval): Add myself.
8441
b91f0a41
CV
84422006-08-30 Corinna Vinschen <corinna@vinschen.de>
8443
8444 * configure.in: Never build newlib for a Mingw host.
8445 Never build newlib as Mingw target library.
8446 Test the existence of winsup/cygwin for building a Cygwin newlib,
8447 rather than just winsup.
8448 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8449 building a Mingw target.
8450 * configure: Regenerate.
8451
094c07a0
EB
84522006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8453
8454 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8455
8d1171cb
PB
84562006-07-25 Paolo Bonzini <bonzini@gnu.org>
8457
8458 * config.guess: Import from src (was more updated).
8459 * config.sub: Likewise.
8460
2e9e6f68
DJ
84612006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
8462
8463 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8464 * configure: Regenerated.
8465
57255173
PB
84662006-07-18 Paolo Bonzini <bonzini@gnu.org>
8467
cc6010cd
AP
8468 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8469 for stages after the first.
57255173 8470
9fbe6585
JJ
84712006-07-17 Jakub Jelinek <jakub@redhat.com>
8472
8473 * Makefile.def: Add dependencies for configure-opcodes
8474 on configure-intl and all-opcodes on all-intl.
8475 * Makefile.in: Regenerated.
8476
18c3f977
BE
84772006-07-13 Ben Elliston <bje@au.ibm.com>
8478
8479 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8480
27b56ba6
PE
84812006-07-06 Paul Eggert <eggert@cs.ucla.edu>
8482
8483 Port to hosts whose 'sort' and 'tail' implementations
8484 treat operands with leading '+' as file names, as POSIX
8485 has required since 2001. However, make sure the code still
8486 works on pre-POSIX hosts.
8487 * ltmain.sh: Don't assume "sort +2" is equivalent to
8488 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8489
ad6d4e43
UW
84902006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
8491
8492 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8493
706601d9
PG
84942006-07-04 Peter O'Gorman <peter@pogma.com>
8495
8496 * ltconfig: chmod 644 before ranlib during install.
8497
0b50988a
EB
84982006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8499
8500 PR bootstrap/18058
8501 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8502 if the bootstrap compiler is a GCC version that supports it.
8503 * configure: Regenerate.
8504
b6348cb3
PB
85052006-07-03 Paolo Bonzini <bonzini@gnu.org>
8506
95695ad3 8507 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
8508 * configure: Regenerate.
8509
1546bb64
PB
85102006-07-03 Paolo Bonzini <bonzini@gnu.org>
8511
8512 PR other/27063
8513 * configure.in: Test subdir_requires and give an appropriate
8514 error message.
8515 * configure: Regenerate.
8516
5cb6c629
AJH
85172006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
8518
8519 * MAINTAINERS (Write After Approval): Add myself.
8520
f4d8cdf8
JDA
85212006-06-22 John David Anglin <dave.anglin@nrc.ca>
8522
8523 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8524
4fe5abb7
SE
85252006-06-22 Steve Ellcey <sje@cup.hp.com>
8526
8527 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8528
2a79fd67
DA
85292006-06-20 David Ayers <d.ayers@inode.at>
8530
8531 PR bootstrap/28072
8532 * configure.in: Add target-boehm-gc to noconfigdirs depending on
8533 whether target-libjava is being configured instead of whether the
8534 java front end is enabled.
8535 * configure: Regenerate.
7e050830 8536
04879af3
RO
85372006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8538
8539 PR target/27540
8540 * configure.in: Only enable libgomp on IRIX 6.
8541 * configure: Regenerate.
8542
ec6c7392
PB
85432006-06-15 Paolo Bonzini <bonzini@gnu.org>
8544
8545 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8546 too.
8547 * Makefile.in: Regenerate.
8548
12973d7a
DD
85492006-06-13 Jeff Johnston <jjohnstn@redhat.com>
8550
8551 * config-ml.in: Alter CCASFLAGS to include special
8552 multilib options the same as is done for CFLAGS.
8553
c67ed86a
JDA
85542006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8555
8556 * configure.in: Don't enable libgomp on hpux10.
8557 * configure: Rebuilt.
8558
cb253473
DA
85592006-06-12 David Ayers <d.ayers@inode.at>
8560
8561 PR bootstrap/27963
8562 PR target/19970
7e050830 8563 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
8564 ${libgcj} is specified.
8565 * configure: Regenerate.
7e050830 8566
dce2d8b2 85672006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
8568
8569 Sync from src:
7e050830
EC
8570
8571 * configure.in: Sync.
32845532 8572 * configure: Regenerated.
7e050830 8573
32845532
CD
8574 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8575
8576 * Makefile.def: Added dependencies from sim and gdb on intl, and
8577 added configure dependencies to everything with an all dependency
8578 on intl.
8579 * Makefile.in: Regenerated.
8580
7cd0cf9c
DA
85812006-06-06 David Ayers <d.ayers@inode.at>
8582
8583 PR libobjc/13946
8584 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8585 * Makefile.in: Regenerate.
8586 * configure.in: Add --enable-objc-gc at toplevel and have it
8587 enable boehm-gc for Objective-C.
8588 Remove target-boehm-gc from libgcj.
8589 Add target-boehm-gc to target_libraries.
8590 Add target-boehm-gc to noconfigdirs where ${libgcj}
8591 is specified.
8592 Assert that boehm-gc is supported when requested for Objective-C.
8593 Only build boehm-gc if needed either for Java or Objective-C.
8594 * configure: Regenerate.
7e050830 8595
3ff3adad
PB
85962006-06-05 Paolo Bonzini <bonzini@gnu.org>
8597
8598 PR 27674
8599 * Makefile.tpl (configure-[+prefix+][+module+],
8600 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8601 Remove rule to unstage bootstrapped modules.
8602 (stage_current): New.
8603 * Makefile.in: Regenerate.
8604
898e551d
LB
86052006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8606
8607 * MAINTAINERS (Write After Approval): Update my e-mail address.
8608
ea60341e
MS
86092006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8610
8611 * include/libiberty.h: Declare pex_run_in_environment.
8612
222ae291
AL
86132006-05-31 Asher Langton <langton2@llnl.gov>
8614
8615 * MAINTAINERS (Write After Approval): Add myself.
898e551d 8616
e9a54b07
PB
86172006-05-25 Paolo Bonzini <bonzini@gnu.org>
8618
8619 * Makefile.def (bfd, opcodes): Fix lib_path.
8620 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8621 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8622 * Makefile.in: Regenerate.
8623
03e67131
CD
86242006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8625
8626 * Makefile.in: Regenerate.
8627
65d6e994
CD
86282006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8629
8630 * Makefile.def: Add install-html target. Add datarootdir
8631 docdir and htmldir to flags_to_pass.
8632 * Makefile.tpl: Add install-html target.
8633 * Makefile.in: Regenerate.
8634 * configure.in: Add --with-datarootdir, --with-docdir, and
8635 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8636 * configure: Regenerate.
8637
9e299237
MS
86382006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8639
8640 * configure.in: Enable gprof for cross builds.
8641 * configure: Regenerate.
8642
c31202cd
RG
86432006-05-22 Richard Guenther <rguenther@suse.de>
8644
8645 Revert
8646 2006-01-31 Richard Guenther <rguenther@suse.de>
8647 Paolo Bonzini <bonzini@gnu.org>
8648
8649 * Makefile.def (target_modules): Add libgcc-math target module.
8650 * configure.in (target_libraries): Add libgcc-math target library.
8651 (--enable-libgcc-math): New configure switch.
8652 * Makefile.in: Re-generate.
8653 * configure: Re-generate.
8654 * libgcc-math: New toplevel directory.
8655
2a332582
JDA
86562006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8657 Andreas Tobler <a.tobler@schweiz.ch>
8658
8659 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8660 * configure: Rebuilt.
8661
dce2d8b2 86622006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 8663
ccce6917
SL
8664 * MAINTAINERS (Write After Approval): Add myself.
8665
ed606bc0
DD
86662006-05-01 DJ Delorie <dj@redhat.com>
8667
3d8f47a0 8668 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
8669 * configure: Regenerate.
8670
9386bd20
RG
86712006-05-01 Richard Guenther <rguenther@suse.de>
8672
8673 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8674 maintainer.
8675
dce2d8b2 86762006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
8677
8678 * MAINTAINERS (Write After Approval): Add myself.
8679
87ceee72
JB
86802006-04-28 Jan Beulich <jbeulich@novell.com>
8681
8682 * MAINTAINERS (Write After Approval): Add myself.
8683
e88a2c09
DD
86842006-04-18 DJ Delorie <dj@redhat.com>
8685
8686 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8687 reference libgloss so that libssp can be built in a combined
8688 tree.
8689 * configure: Regenerate.
8690
675f0a8a
RM
86912006-04-08 Robert Millan <rmh@gcc.gnu.org>
8692
8693 * MAINTAINERS (Write After Approval): Add myself.
8694
27b6c940
BE
86952006-04-05 Ben Elliston <bje@au.ibm.com>
8696
8697 * configure.in: Require makeinfo 4.4 or higher.
8698 * configure: Regenerate.
8699
687b17d4
GP
87002006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8701
8702 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8703 Rearrange the entries of other libraries to have them in one place.
8704
906ac235
JB
87052006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8706
7e050830 8707 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
8708 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8709
fb0103e5
RG
87102006-03-14 Richard Guenther <rguenther@suse.de>
8711
8712 * configure: Regenerate with autoconf 2.13.
8713
17237f6b
JB
87142006-03-13 Jim Blandy <jimb@codesourcery.com>
8715
8716 * MAINTAINERS: Use my work address.
bed31434
JB
8717
8718 * MAINTAINERS: Update my E-mail address.
8719
27079765
AH
87202006-03-10 Aldy Hernandez <aldyh@redhat.com>
8721
8722 * configure.in: Handle --disable-<component> generically.
8723 * configure: Regenerate.
8724
54a17039
L
87252006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8726
8727 PR libgcj/17311
8728 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8729
b9bd11ca
EE
87302006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8731
8732 * MAINTAINERS (Write After Approval): Remove myself.
8733 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8734
dce2d8b2 87352006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 8736
072b06f2
RE
8737 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8738 (TARGET_CONFIGDIRS): Remove.
8739 * configure.in: Remove AC_SUBST(target_configdirs).
8740 * Makefile.in, configure: Regenerated.
ee2312f3 8741
936e1a35
SK
87422006-02-20 Steven G. Kargl <kargls@comcast.net>
8743
8744 * MAINTAINERS (Write After Approval): Remove myself.
8745 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8746
cc11cc9b
PB
87472006-02-20 Paolo Bonzini <bonzini@gnu.org>
8748
8749 PR bootstrap/25670
8750
8751 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8752
8753 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8754 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8755 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8756 BUILD_PREFIX, BUILD_PREFIX_1.
8757 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8758
8759 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8760 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8761
8762 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8763 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8764 of `cat stage_current`. Always provide the `r' and `s' variables.
8765 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8766 a single shell execution.
8767 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8768 bootstrapped modules, make the stage1 module if the build was not
8769 started yet, else build the current stage.
8770 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8771 (all-build, all-host, all-target, [+make_target+]-host,
8772 [+make_target+]-target): Do not use \-continued lines.
8773 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8774 (current_stage, restrap, stage_last): New.
8775
8776 * Makefile.in: Regenerate.
8777 * configure: Regenerate.
8778
63a7c9ef
BD
87792006-02-19 Bud Davis <jmdavis@link.com>
8780
8781 * MAINTAINERS (Write After Approval): Remove myself.
8782 (Language Front End Maintainers): Add myself as fortran 95
8783 maintainer and update e-mail address.
8784
a3543e3a
FXC
87852006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8786
8787 * MAINTAINERS (Write After Approval): Remove myself.
8788 (Language Front End Maintainers): Add myself as fortran 95
8789 maintainer.
8790
ca5b1d2c
VK
87912006-02-16 Victor Kaplansky <victork@il.ibm.com>
8792
8793 * MAINTAINERS (Write After Approval): Add myself.
8794
0499513f
TK
87952006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8796
8797 * MAINTAINERS (Write After Approval): Remove myself.
8798 (Language Front End Maintainers): Add myself as
8799 fortran 95 maintainer.
8800
d1f8db0c
PB
88012006-02-14 Paolo Bonzini <bonzini@gnu.org>
8802
8803 Sync from src:
8804
8805 2005-12-27 Leif Ekblad <leif@rdos.net>
8806
cc6010cd
AP
8807 * configure.in: Add support for RDOS target.
8808 * configure: Regenerate.
d1f8db0c
PB
8809
88102006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 8811 Andreas Schwab <schwab@suse.de>
d1f8db0c 8812
cc6010cd 8813 * configure: Regenerate.
d1f8db0c 8814
cac90078
DE
88152006-02-12 David Edelsohn <edelsohn@gnu.org>
8816
8817 * configure.in (enable_libgomp): Add AIX.
8818 * configure: Regenerate.
8819
bd37fbf5
MK
88202006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8821
8822 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8823
23027b7a
LM
88242006-02-03 Lee Millward <lee.millward@gmail.com>
8825
8826 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8827
0058967b
RG
88282006-01-31 Richard Guenther <rguenther@suse.de>
8829 Paolo Bonzini <bonzini@gnu.org>
8830
8831 * Makefile.def (target_modules): Add libgcc-math target module.
8832 * configure.in (target_libraries): Add libgcc-math target library.
8833 (--enable-libgcc-math): New configure switch.
8834 * Makefile.in: Re-generate.
8835 * configure: Re-generate.
8836 * libgcc-math: New toplevel directory.
8837
e8b05380
PB
88382006-01-26 Paolo Bonzini <bonzini@gnu.org>
8839
8840 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8841 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8842 the assembler, linker and binutils.
8843 * configure: Regenerate.
8844
d54d5437
DM
88452006-01-22 Dirk Mueller <dmueller@suse.de>
8846
8847 * MAINTAINERS (Write After Approval): Add myself.
8848
670cbfcf
DN
88492006-01-20 Diego Novillo <dnovillo@redhat.com>
8850
8851 * configure: Regenerate.
8852
953ff289
DN
88532006-01-18 Richard Henderson <rth@redhat.com>
8854 Jakub Jelinek <jakub@redhat.com>
8855 Diego Novillo <dnovillo@redhat.com>
8856
8857 * libgomp: New directory.
8858 * Makefile.def: Add target_module libgomp.
8859 * Makefile.in: Regenerate.
8860 * configure.in (target_libraries): Add target-libgomp.
8861 * configure: Regenerate.
8862
32ce4048
AO
88632006-01-05 Alexandre Oliva <aoliva@redhat.com>
8864
8865 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8866 @ from continuation.
8867 * Makefile.in: Rebuilt.
8868
0eaf8e17 88692006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 8870
c76c0c83
CL
8871 * MAINTAINERS (Write After Approval): Add myself.
8872
2d309510
PB
88732006-01-04 Paolo Bonzini <bonzini@gnu.org>
8874
8875 PR bootstrap/24252
8876
8877 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8878 * Makefile.tpl (OBJDUMP): New.
8879 (EXTRA_HOST_FLAGS): Add it.
8880 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8881
953ff289
DN
8882 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8883 to use symbolic links between directories. Avoid race conditions
8884 or make them harmless.
8885 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
8886
8887 * Makefile.def (LEAN): Pass.
8888 * Makefile.tpl (LEAN): Define.
8889 (stage[+id+]-start): Accept that the previous directory does not
8890 exist, if the bootstrap is lean.
8891 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8892 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8893 configure substitution.
8894 ([+compare-target+]): Likewise.
8895 ([+bootstrap-target+]-lean): New.
8896 * configure.in: Remove lean bootstrap support from here.
8897
953ff289
DN
8898 * Makefile.in: Regenerate.
8899 * configure: Regenerate.
2d309510 8900
368872c3
BE
89012006-01-04 Ben Elliston <bje@au.ibm.com>
8902
8903 * MAINTAINERS (libdecnumber): Add myself.
8904
d79e6356
MM
89052006-01-02 Mark Mitchell <mark@codesourcery.com>
8906
8907 * libtool-ldflags: New script.
8908
a6fbc1e2
AS
89092006-01-02 Andreas Schwab <schwab@suse.de>
8910
8911 * configure.in: When reconfiguring remove Makefile in
8912 all stage directories.
8913 * configure: Regenerate.
8914
103a4b39
SB
89152005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8916
8917 * MAINTAINERS: Update my email address.
8918
212f829c
PB
89192005-12-20 Paolo Bonzini <bonzini@gnu.org>
8920
8921 Revert Ada-related part of the previous change.
8922
8923 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8924 Do not pass.
8925 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8926 * Makefile.in: Regenerate.
8927 * configure.in: Do not include mt-ppc-aix target fragment.
8928 * configure: Regenerate.
8929
8ef1f2df
PB
89302005-12-19 Paolo Bonzini <bonzini@gnu.org>
8931
8932 * configure.in: Select appropriate fragments for PowerPC/AIX.
8933 * configure: Regenerate.
8934
8935 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8936 BOOT_CFLAGS, BOOT_LDFLAGS.
8937 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8938 BOOT_CFLAGS, BOOT_LDFLAGS.
8939 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8940 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8941 (stage): Fail if we cannot complete the work.
8942 * Makefile.in: Regenerate.
8943
ab34901f
NS
89442005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8945
8946 * configure.in: Replace ms1 with mt.
8947 * configure: Rebuilt.
8948
cbe82f21
BM
89492005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8950
8951 * MAINTAINERS: Update my email address.
8952
19843472
PB
89532005-12-15 Paolo Bonzini <bonzini@gnu.org>
8954
8955 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8956 install-host-nogcc): Don't invoke $(stage) at the end.
8957 * Makefile.in: Regenerate.
8958
1ca26cd2
PB
89592005-12-14 Paolo Bonzini <bonzini@gnu.org>
8960
8961 * configure.in: Flip the top-level bootstrap switch.
8962 * configure: Regenerate.
8963
f41d6665
DJ
89642005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8965
8966 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8967 $(stage) and $(unstage).
8968 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8969 (all): Remove stray semicolon.
8970 (local-distclean): Don't handle multilib.tmp and multilib.out.
8971 (install.all): Set $s for consistency.
8972 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8973 check_multilibs setting. Always make the install directory.
8974 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8975 Correct @if/@endif.
8976 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8977 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8978 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8979 (multilib.out): Remove.
8980 * Makefile.in: Regenerated.
8981
dce2d8b2 89822005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
8983
8984 * MAINTAINERS (Write After Approval): Add myself.
8985
64f182bd
NS
89862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
8987
121b2cee
NS
8988 * MAINTAINERS: Add myself as mt maintainer.
8989
64f182bd
NS
8990 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
8991
a6d63770
AN
89922005-12-06 Adam Nemet <anemet@caviumnetworks.com>
8993
8994 * MAINTAINERS: Change email address.
8995
2abefe3d
PB
89962005-12-05 Paolo Bonzini <bonzini@gnu.org>
8997
8998 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8999 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9000 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9001 Find in-tree tools if available.
9002 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9003 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9004 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9005 (COMPILER_*_FOR_TARGET): New.
9006 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9007 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9008 (CONFIGURED_*, USUAL_*): Remove.
9009 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9010 STRIP): Use autoconf substitutions.
9011 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9012 COMPILER_NM_FOR_TARGET): New.
9013 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9014
9015 (all): Make all-host and all-target in parallel.
9016 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9017 that $$r and $$s are set before invoking a recursive make.
9018 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9019 ([+bootstrap-target+]): Inline most of the `all' target.
9020
2f3bdde7
BE
90212005-11-29 Ben Elliston <bje@au.ibm.com>
9022
9023 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9024 from the gcc build directory.
9025 * Makefile.in: Regenerate.
9026
a4b6c45a
BE
90272005-11-29 Ben Elliston <bje@au.ibm.com>
9028
9029 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9030 depend on all-libdecnumber.
9031 * configure.in (host_libs): Include libdecnumber.
9032 * Makefile.in: Regenerate.
9033 * configure: Likewise.
9034
473a74b9
BE
90352005-11-29 Ben Elliston <bje@au.ibm.com>
9036
9037 * libdecnumber: Import decNumber sources from the dfp-branch.
9038
b4623110
KJ
90392005-11-21 Kean Johnston <jkj@sco.com>
9040
9041 * config.sub, config.guess: Sync from upstream sources.
9042
67dc1785
BE
90432005-11-21 Ben Elliston <bje@au.ibm.com>
9044
9045 Import from Autoconf sources:
9046
9047 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9048 * config/move-if-change: Don't output "$2 is unchanged";
9049 suggested by Ben Elliston. Handle weird characters correctly.
9050
186abafe
AT
90512005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9052
9053 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9054 to match upstream libtool for darwin.
9055
ef9db8d5
DJ
90562005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9057
9058 * Makefile.def: Remove gdb dependencies for gdbtk.
9059 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9060 (configure-gdb, install-gdb): New rules.
9061 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9062 * Makefile.in, configure: Regenerated.
9063
9c5141ab
JB
90642005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9065
9066 * MAINTAINERS (Write After Approval): Add myself.
9067
4523d51b
EE
90682005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9069
9070 * MAINTAINERS (Write After Approval): Add myself.
9071
086b011c
DN
90722005-10-24 Diego Novillo <dnovillo@redhat.com>
9073
9074 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9075 Diego Novillo.
9076
e7c84bf8
PB
90772005-10-22 Paolo Bonzini <bonzini@gnu.org>
9078
9079 PR bootstrap/24297
9080 * Makefile.tpl (do-[+make-target+], do-check, install,
9081 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9082 are set before recursing.
9083 * Makefile.in: Regenerate.
9084
b88a7564
EB
90852005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9086
9087 PR bootstrap/18939
9088 * Makefile.def (gcc) <target>: Fix thinko.
9089 * Makefile.in: Regenerate.
9090
61efc800
BS
90912005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9092
9093 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9094 * configure: Regenerate.
9095
f53d2869
JZ
90962005-10-15 Jie Zhang <jie.zhang@analog.com>
9097
9098 * MAINTAINERS (Write After Approval): Add self.
9099
077fc835
KH
91002005-10-08 Kazu Hirata <kazu@codesourcery.com>
9101
9102 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9103 target-libffi, target-qthreads, target-libjava, and
9104 targetlibobjc.
9105 * configure: Regenerate.
9106
d739199a
DJ
91072005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9108
9109 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9110 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9111 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9112 (USUAL_OBJDUMP_FOR_TARGET): New.
9113 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9114 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9115 * configure, Makefile.in: Regenerated.
d739199a 9116
db38c6bb
PB
91172005-10-05 Paolo Bonzini <bonzini@gnu.org>
9118
9119 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9120 before other host packages.
9121
3015564c
KK
91222005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9123
9124 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9125
1061f99e
PB
91262005-10-05 Paolo Bonzini <bonzini@gnu.org>
9127
9128 PR bootstrap/22340
9129
9130 * configure.in (default_target): Remove.
9131 * Makefile.tpl (all): Do not use prerequisites as subroutines
9132 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9133 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9134 use prerequisites as subroutines.
9135 (check-host, check-target): New.
9136 (bootstrap configure & all targets): Do not use stage*-start
9137 if the directory layout is already ok.
9138 (non-bootstrap configure & all targets): Prepend a $(unstage).
9139 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9140 (NOTPARALLEL): Remove.
9141 (unstage, stage variables): New variables.
9142 (unstage, stage targets): Simply expand to those variables.
9143
9144 * configure: Regenerate.
9145 * Makefile.in: Regenerate.
9146
4a9c436f
JW
91472005-10-04 James E Wilson <wilson@specifix.com>
9148
9149 * Makefile.def (lang_env_dependencies): Add libmudflap.
9150 * Makefile.in: Regenerate.
9151
37150080
AS
91522005-10-03 Andreas Schwab <schwab@suse.de>
9153
9154 Backport from libtool CVS:
9155 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9156
9157 * ltmain.sh: add support for installing into temporary
9158 staging area (e.g. 'make install DESTDIR=...')
9159
39d16468
L
91602005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9161
9162 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9163 * configure: Regenerated.
9164
72a7ab82
AP
91652005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9166
9167 * configure: Regenerate with the correct
9168 autoconf version.
9169
6b65a26d
CM
91702005-09-30 Catherine Moore <clm@cm00re.com>
9171
9172 * configure.in (bfin-*-*): New.
9173 * configure: Regenerated.
9174
040b1c5a
GK
91752005-09-28 Geoffrey Keating <geoffk@apple.com>
9176
9177 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9178 (LIPO_FOR_TARGET): New.
9179 (CONFIGURED_LIPO_FOR_TARGET): New.
9180 (USUAL_LIPO_FOR_TARGET): New.
9181 (STRIP_FOR_TARGET): New.
9182 (CONFIGURED_STRIP_FOR_TARGET): New.
9183 (USUAL_STRIP_FOR_TARGET): New.
9184 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9185 STRIP_FOR_TARGET.
9186 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9187 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9188 * Makefile.in: Regenerate.
9189 * configure: Regenerate.
7e050830 9190
3a3c28db
DE
91912005-09-19 David Edelsohn <edelsohn@gnu.org>
9192
9193 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9194 (rs6000-*-aix*): Same.
9195 * configure: Regenerate.
9196
2749a921
TT
91972005-09-16 Tom Tromey <tromey@redhat.com>
9198
9199 * MAINTAINERS: Add self as java maintainer.
9200
7f26dfa3
FXC
92012005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9202
9203 * configure.in: Recognize f95 in the --enable-languages option,
9204 and substitute it for fortran, issuing a warning.
9205 * configure: Regenerate.
9206
d8852c4f
PE
92072005-08-30 Phil Edwards <phil@codesourcery.com>
9208
9209 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9210 * configure: Regenerated.
9211
ad685e81
AH
92122005-08-22 Aldy Hernandez <aldyh@redhat.com>
9213
9214 * MAINTAINERS: Add self as ms1 maintainer.
9215
b00d752c
RE
92162005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9217
9218 * Makefile.def (libssp): Add to lang_env_dependencies.
9219 * Makefile.in: Regenerate.
9220
9ed8fb9b
ILT
92212005-08-18 Ian Lance Taylor <ian@airs.com>
9222
9223 * MAINTAINERS: Add myself as middle-end maintainer.
9224
0f029d39
CG
92252005-08-17 Christian Groessler <chris@groessler.org>
9226
9227 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9228 * Makefile.in: Regenerate.
9229
81087874
AK
92302005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9231
9232 * MAINTAINERS (write after approval): Added myself.
9233
6a134f1c
MR
92342005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9235
9236 * MAINTAINERS (Write After Approval): Add myself.
9237
2693c0b0
PB
92382005-08-12 Paolo Bonzini <bonzini@gnu.org>
9239
9240 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9241 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9242 Look for alternate names of the target cc and c++
9243 * configure: Regenerate.
9244
4de997d1
PB
92452005-08-08 Paolo Bonzini <bonzini@gnu.org>
9246
9247 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9248 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9249 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9250 tools; remove code to manually set them.
9251 (Target tools): Look in the environment for them.
9252 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9253 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9254 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9255 build directory.
9256 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9257 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9258 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9259 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9260 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9261 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9262 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9263 * configure: Regenerate.
9264 * Makefile.in: Regenerate.
9265
b089e33a
BE
92662005-07-28 Ben Elliston <bje@au.ibm.com>
9267
9268 * MAINTAINERS: Update for removed CPU targets.
9269
e3791243
MM
92702005-07-27 Mark Mitchell <mark@codesourcery.com>
9271
9272 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9273 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9274 * Makefile.in: Regenerated.
9275
526635cb
MM
92762005-07-26 Mark Mitchell <mark@codesourcery.com>
9277
9278 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9279 (CFLAGS_FOR_TARGET): Use it.
9280 (CXXFLAGS_FOR_TARGET): Likewise.
9281 * Makefile.in: Regenerated.
9282 * configure.in (--with-build-sysroot): New option.
9283 * configure: Regenerated.
9284
19791f70
PB
92852005-07-24 Paolo Bonzini <bonzini@gnu.org>
9286
9287 * Makefile.tpl: Wrap install between unstage and stage
9288 * Makefile.in: Regenerate.
9289
35f5a23f
EC
92902005-07-21 Eric Christopher <echristo@apple.com>
9291
9292 * MAINTAINERS: Update affiliation.
9293
ff3ddf15
PW
92942005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9295
9296 * MAINTAINERS: Add self as crx port maintainer.
9297
3a664c1c
DD
92982005-07-20 DJ Delorie <dj@redhat.com>
9299
9300 * MAINTAINERS: Add self as m32c maintainer.
9301
539df155
KC
93022005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9303
9304 * all files: Update FSF address.
9305
be9c593a
EC
93062005-07-15 Eric Christopher <echristo@redhat.com>
9307
9308 * MAINTAINERS: Change affiliation.
9309
fd7ea4ab
JB
93102005-07-14 Jim Blandy <jimb@redhat.com>
9311
9312 * configure.in: Add cases for Renesas m32c.
9313 * configure: Regenerated.
7e050830 9314
0063a823
KC
93152005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9316
d0ca130a
KC
9317 * COPYING.LIB: Update from fsf.org.
9318
93192005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9320
9321 * COPYING, compile, config.guess,
0063a823
KC
9322 config.sub, install-sh, missing, mkinstalldirs,
9323 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 9324 * config-ml.in: Update FSF address.
0063a823 9325
a8ba31f2
EC
93262005-07-13 Eric Christopher <echristo@redhat.com>
9327
9328 * configure.in: Add toplevel noconfigdir support for tpf.
9329 * configure: Regenerate.
9330
5bea4a03
PB
93312005-07-11 Paolo Bonzini <bonzini@gnu.org>
9332
9333 PR ada/22340
9334
9335 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9336 * Makefile.in: Regenerate.
9337
284bdbbd
MM
93382005-07-07 Mark Mitchell <mark@codesourcery.com>
9339
9340 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 9341 Brolley to write-after-approval.
284bdbbd 9342
452190fb
AS
93432005-07-07 Andreas Schwab <schwab@suse.de>
9344
9345 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9346 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9347 * Makefile.in: Regenerated.
9348
9c8f9ec2
GK
93492005-07-06 Geoffrey Keating <geoffk@apple.com>
9350
9351 * configure.in: Don't build sim or rda when targetting darwin.
9352 * configure: Regenerate.
9353
ef0087a7
KH
93542005-07-06 Kazu Hirata <kazu@codesourcery.com>
9355
9356 * configure.in: Add --enable-libssp and --disable-libssp.
9357 * configure: Regenerate with autoconf-2.13.
9358
77008252
JJ
93592005-07-02 Jakub Jelinek <jakub@redhat.com>
9360
9361 * Makefile.def (target_modules): Add libssp.
9362 * configure.in (target_libraries): Add target-libssp.
9363 * configure: Rebuilt.
9364 * Makefile.in: Rebuilt.
9365
a04eae1b
ZW
93662005-07-01 Zack Weinberg <zackw@panix.com>
9367
9368 * MAINTAINERS: Change email address. Resign from maintainership.
9369
948884cd
RG
93702005-07-01 Richard Guenther <rguenther@suse.de>
9371
9372 * MAINTAINERS: Change my e-mail address and affiliation.
9373
c7870f5d
PB
93742005-06-22 Paolo Bonzini <bonzini@gnu.org>
9375
9376 * Makefile.def (stagefeedback): Come after profile.
9377 Define profiledbootstrap target.
9378 * Makefile.tpl (profiledbootstrap): Remove.
9379 (stageprofile-end): Zap stagefeedback.
9380 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9381 * Makefile.in: Regenerate.
9382
ab99519a
RS
93832005-06-13 Richard Sandiford <richard@codesourcery.com>
9384
9385 * MAINTAINERS: Update my email address.
9386
f610dd5f
ZW
93872005-06-13 Zack Weinberg <zack@codesourcery.com>
9388
9389 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9390 In 'cpp' stanza, support '#line' as well as '# '.
9391
71bc2a83
AS
93922005-06-08 Andreas Schwab <schwab@suse.de>
9393
9394 * MAINTAINERS: Move myself from 'Write After Approval' to
9395 'CPU Port Maintainers' section as m68k maintainer.
9396
4fab7234
HPN
93972005-06-07 Hans-Peter Nilsson <hp@axis.com>
9398
9399 * configure.in (unsupported_languages): New macro.
9400 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9401 non-ported target libraries in noconfigdirs.
9402 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9403 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 9404 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
9405 unsupported_languages.
9406 * configure: Regenerate.
9407
68193f9b
TS
94082005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9409
9410 * configure.in: Fix typo in handling of --with-mpfr-dir.
9411 * configure: Regenerate.
9412
f26f6b8d
RS
94132005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9414
9415 * MAINTAINERS: Update my email address.
9416
ba4853f8
JB
94172005-06-02 Jim Blandy <jimb@redhat.com>
9418
9419 * config.sub: Add cases for the Renesas m32c. (This patch has been
9420 accepted into the master sources.)
9421
79dd769c 94222005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
9423 Michael Snyder <msnyder@redhat.com>
9424 Stan Cox <scox@redhat.com>
79dd769c 9425
f610dd5f 9426 * configure.in: Set noconfigdirs for ms1.
79dd769c 9427
f610dd5f 9428 * configure: Regenerate.
79dd769c 9429
d29e107f
JD
94302005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
9431
9432 * MAINTAINERS (Write After Approval): Add self.
9433
e93196c3
JC
94342005-06-01 Josh Conner <jconner@apple.com>
9435
9436 * MAINTAINERS (Write After Approval): Add self.
9437
ae263c7a
KH
94382005-06-01 Kazu Hirata <kazu@codesourcery.com>
9439
9440 * MAINTAINERS: Update my email address.
9441
585b3aa3
ZM
94422005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
9443
9444 * MAINTAINERS (Write After Approval): Add self.
9445
4930c50b
CD
94462005-05-26 Chris Demetriou <cgd@broadcom.com>
9447
9448 * MAINTAINERS (Write After Approval): Remove self.
9449
2dfbef6d
PB
94502005-05-25 Paolo Bonzini <bonzini@gnu.org>
9451
9452 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9453 (Dependencies): Consider target modules for bootstrap dependencies.
9454 Make target bootstrap modules depend on each stage's gcc.
9455 * Makefile.in: Regenerate.
9456
bcb28cf5
PB
94572005-05-20 Paolo Bonzini <bonzini@gnu.org>
9458
9459 * Makefile.def (configure-gcc): Depend on binutils having been built.
9460 (all-gcc): No need to do it here.
9461 * Makefile.in: Regenerate.
9462
0cf085e4
PB
94632005-05-19 Paul Brook <paul@codesourcery.com>
9464
f610dd5f 9465 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
9466 language cannot be built.
9467 * configure: Regenerate.
9468
dfb2c39a
DJ
94692005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
9470
9471 * ylwrap: Import from Automake 1.9.5.
9472
771aaa92
DU
94732005-05-13 David Ung <davidu@mips.com>
9474
9475 * MAINTAINERS (Write After Approval): Add self.
9476
3ac9bd58
MS
94772005-05-09 Mike Stump <mrs@apple.com>
9478
9479 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9480 lt_cv_sys_max_cmd_len for now.
f610dd5f 9481
f77a5578
SC
94822005-05-09 Stan Cox <scox@redhat.com>
9483
9484 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9485
795e36e5
MK
94862005-05-08 Matt Kraai <kraai@ftbfs.org>
9487
9488 * README.SCO: Update the URL.
9489
c9392a2b
DE
94902005-05-05 David Edelsohn <edelsohn@gnu.org>
9491
9492 * ltconfig: Define file_list_spec. Pass file_list_spec and
9493 with_gnu_ld to libtool.
9494 * ltcf-c.sh (aix[45]): Define file_list_spec.
9495 * ltcf-cxx.sh (aix[45]): Same.
9496 * ltcf-gcj.sh (aix[45]): Same.
9497 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9498 exists, write list of input files to temporary file.
9499
bebcd931
MS
95002005-05-04 Mike Stump <mrs@apple.com>
9501
9502 * configure.in: Always pass --target to target configures as
9503 otherwise rebuilds that do --recheck will fail.
9504 * confiugure: Rebuilt.
9505
ce406537
PB
95062005-05-04 Paolo Bonzini <bonzini@gnu.org>
9507
9508 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9509 STAGE_HOST_EXPORTS.
9510 (configure, all): Add bootstrap support.
9511 (Host modules, target modules): Pass post-stage1 flags and exports.
9512 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9513 * Makefile.in: Regenerate.
9514
aa9dcfc4
PB
95152005-04-29 Paolo Bonzini <bonzini@gnu.org>
9516
9517 * configure: Regenerate.
9518
b6f9abcf
MS
95192005-04-27 Mike Stump <mrs@apple.com>
9520
9521 * MAINTAINERS: Add self as darwin maintainer.
9522
acb217cb
BS
95232005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
9524
9525 * config.sub: Update from master copy.
9526
b6dae270
MS
95272005-04-21 Mike Stump <mrs@apple.com>
9528
9529 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9530 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9531
c2e0d3a9
HPN
95322005-04-19 Hans-Peter Nilsson <hp@axis.com>
9533
9534 * configure.in <crisv32-*-*, cris-*-*>: New local variable
9535 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
9536 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
9537 "*-*-elf" and "*-*-linux*".
9538 * configure: Regenerate.
9539
871ae772
JM
95402005-04-14 Joseph S. Myers <joseph@codesourcery.com>
9541
9542 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9543
bf070c29
MS
95442005-04-12 Mike Stump <mrs@apple.com>
9545
9546 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9547
e865b6f7
TK
95482005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
9549
9550 * MAINTAINERS (Write After Approval): Add myself.
9551
7b71ad7f
BS
95522005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
9553
9554 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9555
25b42232
PB
95562005-04-06 Paolo Bonzini <bonzini@gnu.org>
9557
f610dd5f 9558 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
9559 (TARGET_CONFIGARGS): Include --with-target-subdir.
9560 (configure, all): New macros. Use them throughout.
9561 * Makefile.in: Regenerate.
9562
d727c624
JG
95632005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9564
9565 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 9566
fff72cc4
ZD
95672005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9568
9569 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9570
86472dc3
GP
95712005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9572
9573 * MAINTAINERS: Move John Carr to Write After Approval.
9574
dce2d8b2 95752005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
9576
9577 * config/mh-mingw32: Delete.
9578 * configure.in: Don't use it.
9579 * configure: Regenerate.
9580
33da42bc
PB
95812005-03-31 Paolo Bonzini <bonzini@gnu.org>
9582
9583 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9584 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 9585 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
9586 (HOST_LIB_PATH): Generate from Makefile.def.
9587 (TARGET_LIB_PATH): Likewise.
9588 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9589 * Makefile.in: Regenerate.
9590 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9591 (RPATH_ENVVAR): Include Darwin case.
9592 * configure: Regenerate.
9593
15cc1841
TF
95942005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9595
9596 * MAINTAINERS (Various Maintainers): Remove self.
9597 (Write After Approval): Add self.
9598
6a8c79d5
TF
95992005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9600
9601 * MAINTAINERS (Various Maintainers): Add self.
9602
256f7136
PB
96032005-03-25 Paolo Bonzini <bonzini@gnu.org>
9604
9605 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9606 * configure: Regenerate.
9607
191dd2c9
ZW
96082005-03-21 Zack Weinberg <zack@codesourcery.com>
9609
9610 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9611 gcc_version, and gcc_version_trigger from set of flags to pass.
9612 * Makefile.tpl: Remove definitions of above variables.
9613 (config.status): Remove dependency on $(gcc_version_trigger).
9614 * Makefile.in: Regenerate.
9615 * configure.in: Do not reference config/gcc-version.m4 nor
9616 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9617 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9618 * configure: Regenerate.
9619
ef6e9bc0 96202005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 9621 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
9622
9623 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9624 * Makefile.in: Regenerate.
9625
009bbd5a
FW
96262005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9627
9628 * MAINTAINERS (Write After Approval): Add myself.
9629
09f8755b
DA
96302005-03-03 David Ayers <d.ayers@inode.at>
9631
9632 * MAINTAINERS (Write After Approval): Add myself.
9633
e73ed25c
AO
96342005-03-01 Alexandre Oliva <aoliva@redhat.com>
9635
9636 PR libgcj/20160
9637 * ltmain.sh: Avoid creating archives with components that have
9638 duplicate basenames.
9639
ace9ac7b
AP
96402005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9641
9642 PR bootstrap/20250
9643 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9644 instead of check.
9645 * Makefile.in: Regenerate.
9646
c9db9354
PB
96472005-02-28 Paolo Bonzini <bonzini@gnu.org>
9648
9649 * Makefile.in: Regenerate to fix conflict between the previous two
9650 patches.
9651
215c351a
PB
96522005-02-28 Paolo Bonzini <bonzini@gnu.org>
9653
9654 PR bootstrap/17383
9655 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9656 * Makefile.tpl (HOST_SUBDIR): New substitution.
9657 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9658 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9659 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9660 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9661 (Host modules, Bootstrapped modules): Use it.
9662 (Build modules, Target modules): Do not create symlink trees,
9663 always configure out-of-srcdir.
9664 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9665 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9666 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9667 $(HOST_SUBDIR). Create a symlink for host_subdir.
9668
9669 * Makefile.in: Regenerate.
9670 * configure: Regenerate.
9671
5395b47b
NN
96722005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9673
9674 Merged from libada-gnattools-branch:
9675 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9676
9677 * gnattools: New directory.
9678 * Makefile.def: Add gnattools as a module, depending on target-libada.
9679 * Makefile.in: Regenerate.
9680 * configure.in: Include gnattools in host_tools; disable it if ada
9681 is disabled.
9682 * configure: Regenerate.
9683
ca2cc05c
JM
96842005-02-24 James A. Morrison <phython@gcc.gnu.org>
9685
9686 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9687 treelang maintainer.
9688 (Write After Approval): Remove myself.
9689
d2f3024f
PS
96902005-02-23 Paul Schlie <schlie@comcast.net>
9691
9692 * configure.in: Allow darwin targeted ports to build tk, itcl and
9693 libgui.
9694 * configure: Regenerate.
9695
bba5e0ca
EB
96962005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9697
9698 PR libgcj/10353
9699 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9700 * configure: Regenerate.
9701
70132ce7
SK
97022005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9703
9704 * MAINTAINERS (Write After Approval): Add myself.
9705
20f0edca
ILT
97062005-02-10 Ian Lance Taylor <ian@airs.com>
9707
9708 * MAINTAINERS: Update my e-mail address.
9709
e64e5109
RG
97102005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9711
9712 * MAINTAINERS (Write After Approval): Add myself.
9713
40d64b5a
HPN
97142005-01-29 Hans-Peter Nilsson <hp@axis.com>
9715
9716 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9717 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9718 target-libgloss when not *-*-elf and *-*-aout.
9719 * configure: Regenerate.
9720
54a12711
KH
97212005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9722
9723 * MAINTAINERS: Remove obsolete entries.
9724
0aa99dbb
KH
9725 * MAINTAINERS (Write After Approval): Add Michael Matz.
9726
2b009f5f
NB
97272005-01-19 Neil Booth <neil@daikokuya.co.uk>
9728
9729 * MAINTAINERS: Remove self as cpplib maintainer.
9730
385870f5
KC
97312005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9732
9733 * install-sh, config.sub: Import from upstream.
9734
e7daab31
KC
97352005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9736
9737 PR bootstrap/18222
9738 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9739 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9740 * Makefile.in: Regenerate.
9741
e6003f4d
JT
97422005-01-16 Jason Thorpe <thorpej@netbsd.org>
9743
9744 * MAINTAINERS: Update my email address.
9745
145e2972 97462005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 9747 Andreas Schwab <schwab@suse.de>
145e2972
DE
9748
9749 PR bootstrap/18033
9750 * config-ml.in: Eval option if surrounded by single quotes.
9751
86c7e0da
PB
97522005-01-03 Paolo Bonzini <bonzini@gnu.org>
9753
9754 Revert 2004-12-28 Makefile changes, a better fix will be
9755 applied to mainline and src after GCC 4.0 branches.
9756
3224a22f
PB
97572004-12-28 Paolo Bonzini <bonzini@gnu.org>
9758
9759 PR bootstrap/17383
9760
9761 * Makefile.def (target_modules): Remove stage parameter,
9762 it is always true now.
9763 * Makefile.tpl (configure-build-[+module+],
9764 configure-target-[+module+]): Always build symlink tree
9765 for the directory and for include. BUILD_SUBDIR and
9766 TARGET_SUBDIR cannot be . anymore.
9767 * Makefile.in: Regenerate.
9768
aaf51ca2
DE
97692004-12-25 David Edelsohn <edelsohn@gnu.org>
9770
9771 Revert 2004-12-08 Makefile changes.
9772
4e32e454
DS
97732004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9774
9775 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9776 cygwin, mingw.
9777
669f01d8
AS
97782004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9779
9780 * configure.in (sh64-*-*): Reenable gprof.
9781 * configure: Regenerate.
9782
1b227ee0
DE
97832004-12-08 David Edelsohn <edelsohn@gnu.org>
9784
9785 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9786 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9787 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9788 * Makefile.in: Regenerate.
9789
ce5e944c
CF
97902004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9791
9792 * MAINTAINERS: Update my email address.
9793
893f1e87
MK
97942004-12-07 Matt Kraai <kraai@ftbfs.org>
9795
9796 * Makefile.tpl: Generate normal dependencies if the LHS module is
9797 not bootstrapped.
9798 * Makefile.in: Regenerate.
9799
bb59c339
RS
98002004-12-03 Richard Sandiford <rsandifo@redhat.com>
9801
9802 * configure.in: Include config/gxx-include-dir.m4. Use
9803 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9804 * configure: Regenerate.
9805
4982adbe
RS
98062004-12-03 Richard Sandiford <rsandifo@redhat.com>
9807
9808 * config.if: Delete.
9809 * configure.in: Set libstdcxx_incdir directly.
9810 * configure: Regenerate.
9811
05750653
EC
98122004-12-02 Eric Christopher <echristo@redhat.com>
9813
9814 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9815 * Makefile.in: Regenerate.
9816
5fef1dbd
RS
98172004-12-02 Richard Sandiford <rsandifo@redhat.com>
9818
9819 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9820 * configure: Regenerate.
9821
afabd8e6
RS
98222004-12-02 Richard Sandiford <rsandifo@redhat.com>
9823
9824 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9825 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9826 * configure: Regenerate.
9827
78716e86
EC
98282004-12-01 Eric Christopher <echristo@redhat.com>
9829
9830 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9831 of things to remove.
9832
57ab8ba9
MK
98332004-11-29 Matt Kraai <kraai@ftbfs.org>
9834
9835 * MAINTAINERS (Write After Approval): Update my e-mail address.
9836
2539bffe
KC
98372004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9838
9839 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9840 from CVS libtool to always pass_all.
9841
3e732ba0
JDA
98422004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9843
9844 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9845 (hppa*64*-*-*): Delete incorrect comment.
9846 * configure: Rebuilt.
9847
767f726e
KC
98482004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9849
9850 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9851
2c92e90f
KC
98522004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9853
9854 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9855 from CVS libtool to always pass_all.
9856
32f84e48
KC
98572004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9858
9859 * install-sh, compile: Import from automake.
9860
9587be8a
KC
98612004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9862
9863 * config.guess, config.sub: Import from savannnah.
9864
04e81808 98652004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
9866
9867 * MAINTAINERS (Write After Approval): Add myself
9868
f87a2b2e
MS
98692004-11-12 Mike Stump <mrs@apple.com>
9870
9871 * Makefile.def: Add html support.
9872 * Makefile.tpl: Likewise.
9873 * Makefile.in: Regenerate.
9874
848556c2
GK
98752004-11-11 Geoffrey Keating <geoffk@apple.com>
9876
556f03c4
GK
9877 PR 18423
9878 * configure.in: Remove all instances of build-fixincludes from
9879 noconfigdirs.
9880 (build_configargs): Supply --target to subdirectories.
9881 * configure: Regenerate.
9882
848556c2
GK
9883 * Makefile.def: Make gcc install depend on fixincludes install.
9884 * Makefile.in: Regenerate.
9885
9e5712a5
JJ
98862004-11-10 Janis Johnson <janis187@us.ibm.com>
9887
9888 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9889
4ef509c0
PB
98902004-11-11 Paul Brook <paul@codesourcery.com>
9891
9892 * MAINTAINERS: Add self as arm maintainer. Update email address.
9893
20d11df6
HPN
98942004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9895
9896 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9897 target-libgfortran.
79fd8592 9898 * configure: Regenerate.
20d11df6 9899
68c70f15
DE
99002004-11-07 David Edelsohn <edelsohn@gnu.org>
9901
9902 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9903 like CC.
9904
54f88091
PB
99052004-11-05 Paolo Bonzini <bonzini@gnu.org>
9906
9907 * Makefile.def (host fixincludes): Specify missing targets.
9908 * Makefile.in: Regenerate.
9909
6866abb8
RC
99102004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9911
9912 * MAINTAINERS: Add myself
9913
83f62578
GL
99142004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9915
9916 * MAINTAINERS (Write After Approval): Add myself.
9917
53c7ffe7
GK
99182004-11-04 Geoffrey Keating <geoffk@apple.com>
9919
9920 * Makefile.def: Build fixincludes for the host, too.
9921 * Makefile.in: Regenerate.
9922 * configure.in (host_tools): Add fixincludes.
9923 * configure: Regenerate.
9924
ac8b3d9d
DJ
99252004-11-04 Daniel Jacobowitz <dan@debian.org>
9926
9927 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9928 * configure: Regenerated.
9929
bab37580
L
99302004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9931
9932 PR other/17783
9933 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9934 * configure: Regenerated.
9935
db1de713
MM
99362004-10-31 Mark Mitchell <mark@codesourcery.com>
9937
9938 * README.SCO: Update per FSF instructions.
9939
a827e21a
EW
99402004-10-28 Eric B. Weddington <ericw@evcohs.com>
9941
9942 PR target/18151
9943 * configure.in (case ${target}): Do not build fixincludes for avr.
9944 * configure: Regenerated.
9945
9d069a4f
PB
99462004-10-26 Paolo Bonzini <bonzini@gnu.org>
9947
9948 * configure.in (case ${target}): Do not build fixincludes
9949 on platforms where it is not used.
9950 * configure: Regenerated.
9951
fc45f3fe
DJ
99522004-10-23 Daniel Jacobowitz <dan@debian.org>
9953
9954 * configure.in: Use an absolute path to install-sh.
9955 * configure: Regenerated.
9956
36554b92
AL
99572004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9958
9959 * MAINTAINERS (Write After Approval): Add myself.
9960
88e9994a
KH
99612004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9962
9963 * MAINTAINERS: Remove from Write After Approval those that are
9964 already maintainers.
9965
ad02a944
SP
99662004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9967
9968 * MAINTAINERS: Update my email address.
9969
c8e6cd41
KC
99702004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9971
9972 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9973 * configure: Regenerate.
9974
dce2d8b2 99752004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
9976
9977 * MAINTAINERS: Update my email address.
9978
a8b0957e
KH
99792004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9980
9981 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9982 entries belonging to this category.
9983
96836f61
JZ
99842004-10-06 Josef Zlomek <josef.zlomek@email.cz>
9985
9986 * MAINTAINERS: Update my e-mail address.
9987
7e0b5752
PB
99882004-10-06 Paolo Bonzini <bonzini@gnu.org>
9989
9990 Fix wrong conflict resolution in:
9991
9992 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9993
9994 * Makefile.in: Regenerate.
9995 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9996 in the recursive `make', instead of hardwiring `all'.
9997 (Autogenerated TARGET-* variables): New.
9998
370f7a47
TL
99992004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10000
10001 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 10002 * configure: Regenerate.
370f7a47 10003
13e5d623
KH
100042004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10005
10006 * MAINTAINERS (Various Maintainers): Move the "windows,
10007 cygwin, mingw" maintainer to ...
10008 (OS Port Maintainers): ... here.
10009
a6497c1b
KH
100102004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10011
10012 * MAINTAINERS (Write After Approval): Remove those that are
10013 maintainers of some subsystem.
10014
1abb828a
D
100152004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10016
10017 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10018 * ltcf-cxx.sh (tpf*): Likewise.
10019 * ltconfig (tpf*): Add TPF OS configuration support.
10020
16d1338d
BS
100212004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10022
10023 * MAINTAINERS: Change my email address to my new work account.
10024
9082a750
MR
100252004-09-24 Michael Roth <mroth@nessie.de>
10026
10027 * configure.in (--without-headers): Add missing double quotes.
10028 * configure: Regenerate.
10029
dce2d8b2 100302004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
10031
10032 * ylwrap: Revert to previous version.
10033
4c4a5bbc
L
100342004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10035
10036 PR bootstrap/17369
10037 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10038 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10039 SET_GCC_LIB_PATH_CMD.
10040 (BASE_TARGET_EXPORTS): Likewise.
10041 * Makefile.in: Regenerated.
10042
10043 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10044 * configure: Regenerated.
10045
85f59630
KC
100462004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10047
10048 * config.guess: New upstream version
10049 * compile, depcomp, install-sh, ylwrap: Likewise.
10050
95c53c62
RS
100512004-09-19 Roger Sayle <roger@eyesopen.com>
10052
10053 * config/mh-x86omitfp: New host makefile fragment. Add
10054 -fomit-frame-pointer to the default BOOT_CFLAGS.
10055 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10056 * configure: Regenerate.
10057
0a1c093b
AP
100582004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10059
10060 PR target/11572
10061 * configure.in (*-*-darwin*): Renable libobjc.
10062 * configure: Regenerate.
10063
315fcf97
NS
100642004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10065
10066 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10067
0a050485 100682004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 10069
0a050485
DB
10070 * Makefile.def: Remove libbanshee.
10071 * Makefile.tpl: Ditto.
10072 * configure.in: Ditto.
10073 * Makefile.in: Regen.
10074 * configure: Ditto.
10075
5f4a098e
DE
100762004-09-08 David Edelsohn <edelsohn@gnu.org>
10077
10078 * ltmain.sh: Use $pic_object as $non_pic_object if
10079 $non_pic_object=none.
10080
32b2511f
PB
100812004-09-07 Paolo Bonzini <bonzini@gnu.org>
10082
10083 * missing: Import latest version from master repository.
10084
fc4d0e82
NC
100852004-09-06 Nick Clifton <nickc@redhat.com>
10086
10087 * config.sub: Import latest version from master repository.
10088 * config.guess: Likewise.
10089 This includes these changes:
78716e86 10090
fc4d0e82
NC
10091 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10092
10093 * config.sub: Handle crisv32, alias etraxfs.
10094 * config.guess (crisv32:Linux:*:*): Handle.
10095
10096 2004-08-13 Brad Smith <brad@comstyle.com>
10097
10098 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10099 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10100
10101 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10102
10103 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10104 assume the processor is a powerpc. This is because coreutils
10105 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10106 in this case, due to a MacOS X bug that causes
10107 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10108 to return a negative number.
10109 Problem reported by Petter Reinholdtsen in:
10110 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10111
10112 2004-07-19 Ben Elliston <bje@gnu.org>
10113
10114 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10115
10116 2004-06-24 Ben Elliston <bje@gnu.org>
10117
10118 * config.guess: Update copyright years.
10119 * config.sub: Likewise.
10120
10121 2004-06-22 Robert Millan <robertmh@gnu.org>
10122
10123 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10124 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10125
10126 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10127
10128 * config.guess (*:*VMS:*:*): New entry. Replaces
10129 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10130 manufacturer.
10131
10132 2004-06-22 Ben Elliston <bje@gnu.org>
10133
10134 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10135 * config.sub: Likewise.
10136
10137 2004-06-22 Ben Elliston <bje@gnu.org>
10138
10139 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10140 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10141
10142 2004-06-11 Ben Elliston <bje@gnu.org>
10143
10144 * config.guess (pegasos:OpenBSD:*:*): Remove.
10145
10146 2004-06-11 Ben Elliston <bje@gnu.org>
10147
10148 From Wouter Verhelst <wouter@grep.be>:
10149 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10150
10151 2004-06-11 Ben Elliston <bje@gnu.org>
10152
10153 * config.guess (luna88k:OpenBSD:*:*): New.
10154
10155 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10156
10157 * config.guess (m32r*:Linux:*:*): New case.
10158 * config.sub: Handle m32rle.
10159
10160 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10161
10162 From Jens Petersen <petersen@redhat.com>:
10163 * config.sub: Handle sparcv8.
10164
10165 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10166
10167 From Tom Smith <smith@cag.lkg.hp.com>:
10168 * config.guess: Version suffixes are equally significant on Tru64
10169 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10170 prefix of "P" (patched kernel).
10171
10172 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10173
10174 * config.sub: Add support for National Semiconductor CRX target.
10175
2f4cc6bf
JJ
101762004-09-03 Janis Johnson <janis187@us.ibm.com>
10177
10178 * MAINTAINERS (Various Maintainers): Remove myself as web page
10179 maintainer, add myself as maintainer of build status lists.
10180
61fec9ff
JB
101812004-09-03 Jan Beulich <jbeulich@novell.com>
10182
10183 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10184 *-*-netware, but add target-libmudflap.
10185 Consolidate *-*-netware targets (of which really only i?86 exists)
10186 into a single entry.
10187 * configure: Likewise.
10188
45f366ab
PB
101892004-09-01 Paolo Bonzini <bonzini@gnu.org>
10190
10191 * Makefile.tpl (sorry): Remove.
10192 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10193 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10194 (do-clean): Clean per-stage directories too.
10195 (do-distclean): Run distclean-stage1 too.
10196 (.NOTPARALLEL): Enable during toplevel bootstrap.
10197 (stage[+id+]-bubble): Enable parallel execution during
10198 the recursive invocation.
10199 * Makefile.in: Regenerate.
10200
10201 Fix previous checkin:
10202
10203 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10204 include.
10205 * configure.in: Fix indentation.
10206 * configure: Regenerate.
10207
dce2d8b2 102082004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10209
45f366ab
PB
10210 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10211 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10212 * configure: regenerate
78716e86 10213 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10214 -mdynamic-no-pic
be8fff81 10215
71b5d516
PB
102162004-08-31 Paolo Bonzini <bonzini@gnu.org>
10217
10218 * Makefile.def (build_modules): Add fixincludes.
10219 (dependencies): Make gcc depend on fixincludes.
10220 * configure.in (build_tools): Add fixincludes.
10221 (build_configdirs): Always include build_libs.
10222 * Makefile.in: Regenerate.
10223 * configure: Regenerate.
10224
102252004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10226
10227 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10228 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10229 phony targets; do not generate timestamp files.
10230 (distclean-stageN): Remove references to their timestamp files.
10231 (restageN, touch-stageN): Remove.
10232 (stageN-bubble): Rewritten.
10233 (compare): Support lean bootstraps.
10234 * Makefile.in: Regenerate.
10235
10236 * configure.in: Only warn when bootstrapping but
10237 build != host or build != target. Support lean bootstraps.
10238 * configure: Regenerate.
10239
ce7cbbb0
PE
102402004-08-26 Phil Edwards <phil@codesourcery.com>
10241
10242 * configure.in: Give a better error message if GMP/MPFR are missing
10243 and a language needing them has been requested.
10244 * configure: Regenerated.
10245
9c71a529
PE
102462004-08-25 Phil Edwards <phil@codesourcery.com>
10247
10248 * configure.in: Print a list of available language front-ends if
10249 a requested one is missing. Tidy stray tab characters.
10250 * configure: Regenerated.
10251
e3f92d3b
MK
102522004-08-19 Michael Koch <konqueror@gmx.de>
10253
10254 * gcc/doc/install.texi: Update entry about automake for libjava.
10255
c3f84f61
RM
102562004-08-17 Robert Millan <robertmh@gnu.org>
10257
10258 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10259 (instead of FreeBSD).
10260 * configure: Regenerate.
10261
7c27e184
PB
102622004-08-16 Paolo Bonzini <bonzini@gnu.org>
10263
10264 * Makefile.in: Regenerate.
10265 * configure: Regenerate.
10266
10267 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10268 stage_*_flags.
10269 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10270 for bootstrapped modules if toplevel bootstrap is going.
10271 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10272 modules. Adjust for changes in Makefile.def. Enable several
10273 rules even in non-bootstrap mode, just to avoid peppering the
10274 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10275 (stage-[+prev+]-bubble): Remove.
10276
10277 * Makefile.def (Dependencies): Depend on all-build-bison,
10278 all-build-flex, all-build-byacc, all-build-texinfo, rather
10279 than the host variations.
10280 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10281 with BUILD_SUBDIR.
10282 (BISON): Update for recent Bisons.
10283 (YACC): Fix typo.
10284 (cross): Depend on all-build.
10285 (all): Do not depend on all-build.
10286 (prebootstrap): Remove.
10287 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10288 (Prebootstrap dependencies): Add them to the per-stage targets
10289 and to all-prebootstrap.
10290 * configure.in (build_configdirs): Always enable build_tools.
10291 (BUILD_DIR_PREFIX): Remove.
10292
10293 * Makefile.def (gcc): Add target variable.
10294 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10295 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10296 in the recursive `make', instead of hardwiring `all'.
10297 (Autogenerated TARGET-* variables): New.
10298
20f3bb80
BB
102992004-08-13 Brian Booth <bbooth@redhat.com>
10300
10301 * MAINTAINERS: Remove myself from write-after-approval.
10302
b5be499d
NN
103032004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10304
10305 * src-release: Stop distributing mmalloc with gdb (which doesn't
10306 use it).
10307 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10308 * Makefile.in: Regenerate.
10309
b3f8d95d
MM
103102004-08-09 Mark Mitchell <mark@codesourcery.com>
10311
10312 * configure.in (arm*-*-eabi*): New target.
10313 * configure: Regenerate.
10314
3589b69e
PB
103152004-08-06 Paolo Bonzini <bonzini@gnu.org>
10316
10317 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10318 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10319 (Dependencies): New section.
10320 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10321 (configure-target-[+module+]): Depend on maybe-all-gcc
10322 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10323 (toplevel profiledbootstrap): Fix dependencies.
10324 * Makefile.in: Regenerate.
10325
972974fc
MM
103262004-08-03 Mark Mitchell <mark@codesourcery.com>
10327
10328 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10329 target-libiberty to noconfigdirs.
10330 * configure: Regenerate.
10331
bebf829d
PB
103322004-08-03 Paul Brook <paul@codesourcery.com>
10333
10334 * configure.in: Check for MPFR as well as GMP.
10335 * configure: Regenerate.
10336
98a5bb3b
RM
103372004-08-01 Robert Millan <robertmh@gnu.org>
10338
10339 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10340 libmudflap for all GNU-based systems (with Glibc).
10341 * configure: Regenerate.
10342
dce2d8b2 103432004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
10344
10345 * Makefile.def (host-modules): Add gcc.
10346 * Makefile.in: Regenerate.
10347 * Makefile.tpl (sorry): New rule.
10348 (configure-host, all-host, [+make_target+]-host, do-check,
10349 install-host): Do not add gcc as a special case.
10350 (host modules): Add a small special-casing for gcc. Export
10351 extra_make_flags through the environment.
10352 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10353 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10354 other recursive targets for gcc): Remove.
10355
10356 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10357 (stage, unstage): New rules.
10358 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10359 distclean-stage[+id+]): Use stage_current.
10360 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10361 the stage*-start rules.
10362
aeb732c1
GK
103632004-08-02 Geoffrey Keating <geoffk@apple.com>
10364
10365 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10366 use -all_load flag.
10367
25b656e7
PB
103682004-08-02 Paolo Bonzini <bonzini@gnu.org>
10369
10370 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10371 * configure: Regenerate.
10372
cc440d71
TM
103732004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10374
10375 * maintainer-scripts/gcc_release: Revert yesterday's change.
10376
270e140b
SB
103772004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10378
10379 * MAINTAINERS: Add myself to write-after-approval.
10380
3e4035f8
TM
103812004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10382
10383 * libf2c: Removed.
10384 * gcc/gccbug.in: Updated because of libf2c removal.
10385 * maintainer-scripts/gcc_release: Ditto.
10386
dce2d8b2 103872004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
10388
10389 * configure.in: Build libmudflap by default on FreeBSD.
10390 * configure: Regenerated.
10391
dfcada9a
MM
103922004-07-09 Mark Mitchell <mark@codesourcery.com>
10393
10394 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10395 systems.
10396 * configure: Regenerated.
10397
dce2d8b2 103982004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
10399
10400 PR target/16344
10401 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10402 feedback based compiler.
10403 * Makefile.in: Rebuilt.
10404
95bcca47
AO
104052004-07-08 Alexandre Oliva <aoliva@redhat.com>
10406
10407 * Makefile.def (host_modules): Set bootstrap=true for flex.
10408 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10409 * Makefile.in: Rebuilt.
10410
051822f6
JH
104112004-07-07 Jan Hubicka <jh@suse.cz>
10412
10413 * MAINTAINERS: Add self as a profile feedback maintainer.
10414
7b61653a
PE
104152004-07-05 Phil Edwards <phil@codesourcery.com>
10416
10417 * configure.in: Do not prepend $srcdir to /dev/null in
10418 makefile fragments.
10419 * configure: Regenerate.
10420
23f6b2f9
PB
104212004-07-01 Paolo Bonzini <bonzini@gnu.org>
10422
10423 * Makefile.def (build_modules): Add bison, byacc, flex,
10424 m4, texinfo.
10425 (flags_to_pass): Add FLEX.
10426 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10427 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10428 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10429 DEFAULT_MAKEINFO): Remove.
10430 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10431 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10432 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10433 objdir or else use configured tool.
10434 (all-build): New.
10435 (all): Depend on it.
10436 (Build module dependencies): Add.
10437 * Makefile.in: Regenerate.
10438 * configure.in: Better support for multiple build modules,
10439 matching what is done for host/target modules. Do not look
10440 for "plausible" locations of build tools if Canadian cross.
10441 Use autoconf's AC_PROG_CC to find a C compiler. Define
10442 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
10443 * configure: Regenerate.
78716e86 10444
1c020272
PB
104452004-06-22 Paolo Bonzini <bonzini@gnu.org>
10446
10447 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10448 * Makefile.in: Regenerate.
10449
a52a0a7f
PB
104502004-06-22 Paolo Bonzini <bonzini@gnu.org>
10451
10452 * Makefile.tpl (configure-build-[+module+],
10453 configure-[+module+], configure-target-[+module+]): Pass
10454 [+extra_configure_args+].
10455 (all-build-[+module+], all-[+module+], check-[+module+],
10456 install-[+module+], [+make_target+]-[+module+],
10457 all-target-[+module+], check-target-[+module+],
10458 install-target-[+module+], [+make_target+]-target-[+module+]):
10459 Pass [+extra_make_args+].
10460 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10461 (GCC_HOST_EXPORTS): Remove.
10462 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10463 cross, check-gcc, check-gcc-c++, install-gcc,
10464 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10465 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10466 * Makefile.in: Regenerate.
10467
ccde3f1a
MS
104682004-06-21 Matthew Sachs <msachs@apple.com>
10469
10470 * MAINTAINERS: Added self to write-after-approval.
10471
6264b0a6
CF
104722004-06-21 Christopher Faylor <cgf@alum.bu.edu>
10473
10474 * configure.in: Check for srcdir/winsup rather than build directory
10475 winsup.
10476 * configure: Regenerate.
10477
801e2270
CV
104782004-06-17 Corinna Vinschen <vinschen@redhat.com>
10479
10480 * configure.in: Don't build Cygwin native newlib if winsup
10481 directory is missing. Emit warning instead.
10482 * configure: Regenerate.
10483
ad6717df
PB
104842004-06-09 Paolo Bonzini <bonzini@gnu.org>
10485
10486 * Makefile.tpl (touch-stage[+id+]): New.
10487 (restage[+prev+]): Depend on touch-stage[+id+].
10488
10489 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10490 Use it throughout.
10491
10492 * Makefile.def: Add profile and feedback bootstrap stages.
10493 Remove next field from bootstrap stages.
10494 * Makefile.tpl (LN, LN_S): Substitute.
10495 (stageN-start, stageN-end): Use double-colon rules, to
10496 provide a hook for additional setup commands.
10497 (distclean-stageN-gcc, restageN): Create dependencies from
10498 [+prev+], not from [+next+].
10499 (stageN-bubble): Add commands for successive stages from
10500 [+prev+], using double-colon rules.
10501 (all-stageN-gcc): Fix typo.
10502 (stagefeedback-start, profiledbootstrap): New.
10503 * Makefile.in: Regenerate.
10504 * configure.in: Call ACX_PROG_LN.
10505 * configure: Regenerate.
10506
5bbb9680
CY
105072004-06-08 Canqun Yang <canqun@nudt.edu.cn>
10508
10509 * MAINTAINERS (Write After Approval): Add myself.
10510
e18be1d4
MA
105112004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
10512
10513 * MAINTAINERS (Write After Approval): Add myself.
10514
5607edfd
PB
105152004-06-03 Paolo Bonzini <bonzini@gnu.org>
10516
10517 * configure.in: Fix --enable-bootstrap breakage introduced in trees
10518 without gcc.
10519 * configure: Regenerate.
10520
1ec4e9c3
PB
105212004-06-01 Paolo Bonzini <bonzini@gnu.org>
10522
10523 * Makefile.tpl: Fix typo.
10524 * Makefile.in: Regenerate.
10525
dce2d8b2 105262004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
10527
10528 * configure.in: Remove new- prefix from toplevel
10529 bootstrap targets.
10530 * configure: Regenerate.
10531
f516a7da
PB
105322004-06-01 Paolo Bonzini <bonzini@gnu.org>
10533
10534 * Makefile.tpl (all.normal): Rename to all.
10535 (all): Replace with a rule to pick the default
10536 target from configure.
10537 (all-gcc, configure-gcc): Use conditionals to
10538 do nothing when toplevel bootstrap is going on.
10539 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10540 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10541 * configure.in: Support --enable-bootstrap.
10542
10543 * Makefile.def: Remove new- prefix from toplevel
10544 bootstrap targets.
10545 * Makefile.tpl: Likewise.
10546
10547 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
10548 target.
10549
10550 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10551 $(RECURSE_FLAGS) to recursive invocation of make.
10552
10553 * Makefile.in: Regenerate.
10554 * configure: Regenerate.
10555
78dd5e36 105562004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 10557 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
10558
10559 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10560 like CC.
10561
30f1bddc
DJ
105622004-05-27 Daniel Jacobowitz <dan@debian.org>
10563
10564 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10565 * configure: Regenerate.
10566
4fc4dd12
DJ
105672004-05-25 Daniel Jacobowitz <drow@false.org>
10568
10569 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10570 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10571 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10572 targets.
10573 * Makefile.in: Regenerate.
10574
dce2d8b2 105752004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
10576
10577 * configure.in: Test the ability to symlink directories.
10578 * configure: Regenerate.
10579
10580 * Makefile.def (bootstrap-stage): New definitions.
10581 * Makefile.tpl (configure-stage1-gcc,
10582 configure-stage2-gcc, configure-stage3-gcc,
10583 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10584 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10585 new-restage3, compare): Autogenerate, see Makefile.in
10586 entry for behavioral changes.
10587 (distclean-stage1, new-stage1-start, new-stage1-end,
10588 new-stage1-bubble, distclean-stage2, new-stage2-start,
10589 new-stage2-end, new-stage2-bubble, distclean-stage3,
10590 new-stage3-start, new-stage3-end): New autogenerated targets.
10591 (objext, prebootstrap, BOOT_CFLAGS,
10592 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10593 targets.
10594
10595 * Makefile.in: Regenerate.
10596 (distclean-stage1, new-stage1-start, new-stage1-end,
10597 new-stage1-bubble, distclean-stage2, new-stage2-start,
10598 new-stage2-end, new-stage2-bubble, distclean-stage3,
10599 new-stage3-start, new-stage3-end): New targets.
10600 (all-stage1-gcc): Move prebootstrap dependency from here...
10601 (configure-stage1-gcc): ...to here.
10602 (new-bootstrap): Use bubble targets.
10603 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10604 Use per-stage distclean targets.
10605 (configure-stage1-gcc, configure-stage2-gcc,
10606 configure-stage3-gcc, all-stage1-gcc,
10607 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10608 Use new-stageN-start to prepare the tree.
10609
4f4e53dd
PB
106102004-05-23 Paolo Bonzini <bonzini@gnu.org>
10611
10612 * Makefile.def (host_modules): add libcpp.
10613 * Makefile.tpl: Add dependencies on and for libcpp.
10614 * Makefile.in: Regenerate.
10615 * configure.in: Add libcpp host module.
10616 * configure: Regenerate.
10617
60975492
PB
106182004-05-21 Paolo Bonzini <bonzini@gnu.org>
10619
10620 * Makefile.tpl: Whenever a recursive target is defined, wrap
10621 it in a special @if/@endif block, and prepare its maybe
10622 dependency in the @if/@endif block
10623 * configure.in: Instead of writing maybe dependencies, remove
10624 the @if/@endif statements, and remove the @if/@endif blocks
10625 that remain.
10626 * configure: Regenerate.
10627 * Makefile.in: Regenerate.
10628
5ce7d75d
JJ
106292004-05-20 Janis Johnson <janis187@us.ibm.com>
10630
10631 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10632
c779c42f
KK
106332004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10634
10635 PR bootstrap/15120
10636 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10637 * */configure: Rebuilt.
10638
b4117c30
ZW
106392004-05-17 Zack Weinberg <zack@codesourcery.com>
10640
10641 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10642 of libf2c.
10643 * configure, Makefile.in: Regenerate.
10644
719bb4e3 106452004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
10646
10647 * MAINTAINERS (Write After Approval): Add myself.
10648
6de9cd9a
DN
106492004-05-13 Diego Novillo <dnovillo@redhat.com>
10650
10651 Merge from tree-ssa-20020619-branch.
10652
10653 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10654 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10655 (HOST_GMPLIBS): Define.
10656 (HOST_GMPINC): Define.
10657 (TARGET_LIB_PATH): Add libmudflap.
10658 (GFORTRAN_FOR_TARGET): Define.
10659 (configure-build*): Export GFORTRAN.
10660 (configure-gcc): Export GMPLIBS and GMPINC.
10661 (all-gcc): Add maybe-all-libbanshee.
10662 (configure-target-libgfortran): Define.
10663 * Makefile.in: Regenerate.
10664 * configure.in (host_libs): Add libbanshee.
10665 (target_libraries): Add target-libmudflap and target-libgfortran.
10666 Add --with-libbanshee.
10667 Handle --disable-libmudflap.
10668 (*-*-freebsd*): Use with_gmp.
10669 Add $(libgcj) to noconfigdirs.
10670 * configure: Regenerate.
10671 * depcomp: New file.
10672 * MAINTAINERS: Add tree-ssa maintainers.
10673
8f1b790f
VM
106742004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10675
b4117c30 10676 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 10677
693446fc
BF
106782004-04-30 Brian Ford <ford@vss.fsi.com>
10679
b4117c30 10680 * MAINTAINERS (Write After Approval): Add myself.
693446fc 10681
d1bb666c
UB
106822004-04-29 Uros Bizjak <uros@kss-loka.si>
10683
b4117c30 10684 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 10685
6cf1ac42
PB
106862004-04-28 Paolo Bonzini <bonzini@gnu.org>
10687
10688 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10689 * configure: Regenerate.
10690
632933d5
PB
106912004-04-27 Paolo Bonzini <bonzini@gnu.org>
10692
10693 Revert:
10694 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10695
10696 * Makefile.def (flags_to_pass): Remove *dir variables that
10697 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10698 as well as prefix and exec_prefix.
10699 * Makefile.in: Regenerate.
10700
80dc6aa0
RM
107012004-04-26 Robert Millan <robertmh@gnu.org>
10702
10703 Add patches from libtool CVS.
10704 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10705 * ltconfig: Likewise.
10706 * ltcf-c.sh: Likewise.
10707 * ltcf-cxx.sh: Likewise.
10708 * ltcf-gcj.sh: Likewise.
10709
e11283f1
PB
107102004-04-26 Paolo Bonzini <bonzini@gnu.org>
10711
10712 * Makefile.def (host_modules): Mark with the bootstrap
10713 flag packages on which gcc depends.
10714 * Makefile.tpl (all-bootstrap): Use it.
10715 * Makefile.in: Regenerate.
10716
8546950c
PB
107172004-04-26 Paolo Bonzini <bonzini@gnu.org>
10718
10719 * Makefile.def (flags_to_pass): Remove *dir variables that
10720 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10721 as well as prefix and exec_prefix.
10722 * Makefile.in: Regenerate.
10723
a76494aa
PB
107242004-04-26 Paolo Bonzini <bonzini@gnu.org>
10725
b4117c30
ZW
10726 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10727 * configure: Regenerate.
10728 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10729 * gcc/Makefile.tpl (compare): Use the result of the test.
10730 * gcc/Makefile.in: Regenerate.
a76494aa 10731
03a91701
PB
107322004-04-23 Paolo Bonzini <bonzini@gnu.org>
10733
10734 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10735 Always relocate gcc and prev-gcc to the original names, even
10736 if the build fails.
10737 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10738 New targets.
10739
082a6351
LG
107402004-04-23 Laurent GUERBY <laurent@guerby.net>
10741
10742 * MAINTAINERS: Update my email address.
b4117c30 10743
1f1d584b
RO
107442004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10745
10746 * configure.in (mips*-*-irix5*): Enable ld.
10747 * configure: Regenerate.
082a6351 10748
1db673ca
RO
107492004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10750
10751 * configure: Regenerate.
10752
ce4ea44e
JW
107532004-04-15 James E Wilson <wilson@specifixinc.com>
10754
10755 * Makefile.tpl (configure-[+module+], configure-gcc,
10756 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10757 Set and export LDFLAGS.
10758 * Makefile.in: Regenerate.
10759
611f62ad
MC
107602004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10761
b4117c30 10762 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 10763
be912515
NN
107642004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10765
10766 PR bootstrap/14871
10767 * Makefile.tpl: If we don't have built-in-tree target tools,
10768 use the ones found by configure rather than hacking around with
10769 program_transform_name.
10770 * configure.in: Give Makefile.tpl the information necessary
10771 to do that.
10772 * Makefile.in: Regenerate.
10773 * configure: Regenerate.
10774
9104315a
NN
107752004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10776
10777 PR bootstrap/14760
10778 * configure.in: When computing baseargs, strip *all* copies of
10779 offending options. Also, don't match/substitute the trailing space,
10780 so that this actually works when two similar options are separated by
10781 only one space.
10782 * configure: Regenerate.
10783
bef1d700
DE
107842004-04-06 David Edelsohn <edelsohn@gnu.org>
10785
b4117c30
ZW
10786 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10787 (rs6000-*-aix*): Same.
10788 * configure: Regenerate.
bef1d700 10789
54bcf05e 107902004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
10791
10792 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 10793
369a832c 107942004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
10795
10796 * MAINTAINERS: Add myself to write-after-approval.
369a832c 10797
09a9c095
NN
107982004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10799
7caf53cb
NN
10800 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10801 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10802 * Makefile.in: Regenerate.
10803
09a9c095
NN
10804 * configure.in (top level bootstrap support): Rework --enable-werror
10805 to set @stage2_werror_flag@.
10806 * configure: Regenerate.
10807 * Makefile.tpl (top level bootstrap support): Pass
10808 @stage2_werror_flag@ down to configure in stages 2 and 3.
10809 * Makefile.in: Regenerate.
10810
5595a2bd
NN
108112004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10812
cbfd7e06
NN
10813 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10814 for stages 2 and 3 as well as in make. As a consequence, remove
10815 OUTPUT_OPTION (now detected by configure) from the flags passed down
10816 to make.
10817 * Makefile.in: Regenerate.
10818
5595a2bd
NN
10819 * Makefile.tpl (new-bootstrap): Fix typo.
10820 * Makefile.in: Regenerate.
10821
ca3b3e20
NN
108222004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10823
295f4e42
NN
10824 * Makefile.tpl: Rearrange by moving recursive_targets rules
10825 into their proper sections.
10826 * Makefile.tpl (top level bootstrap support): Move disabling
10827 of coverage flags from 'make' to 'configure'; improve comments.
10828 * Makefile.in: Regenerate.
10829
340de83f
NN
10830 * Makefile.tpl (experimental top level bootstrap) Move stage1
10831 language setting from all- target to configure- target; disable
10832 intermodule optimization in stage 1; prevent gratuitous rebuilds
10833 of stage 1.
10834 * Makefile.in: Regenerate.
10835 * configure.in: Comma-separate stage 1 language list for top
10836 level bootstrap.
10837 * configure: Regenerate.
10838
ca3b3e20
NN
10839 * Makefile.tpl: Clean up experimental top level bootstrap support:
10840 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10841 prev-gcc in configure- targets as well as all- targets.
10842 * Makefile.in: Regenerate.
10843
4d038073
KC
108442004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10845
10846 * compile: New file imported from automake.
10847
ab3533d6
PB
108482004-03-17 Paolo Bonzini <bonzini@gnu.org>
10849
10850 * configure.in: Remove symbolic link section.
10851 * configure: Regenerate.
10852 * Makefile.tpl (links): Remove.
10853 * Makefile.in: Regenerate.
10854
1e0f07d3 108552004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 10856 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
10857
10858 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 10859 Set with AC_CHECK_PROGS.
1e0f07d3
PB
10860 * configure.in: Fix comment typo from last patch.
10861 * configure: Regenerate.
10862
2805b53a
NN
108632004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10864
10865 * Makefile.tpl: Introduce experimental top level bootstrap support.
10866 * Makefile.in: Regenerate.
10867 * configure.in: Introduce support for top level bootstrap.
10868 * configure: Regenerate.
10869
79b4b7d2 108702004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10871 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
10872
10873 PR bootstrap/14522
10874 * configure.in: Cope with shells that do not support unquoted ^
10875 * configure: Regenerate.
10876
6bbec498 108772004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10878 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
10879
10880 PR bootstrap/14522
79b4b7d2 10881 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
10882 quotes inside quoted backquote substitutions.
10883 * configure: Regenerate.
10884
83c15dfc
AP
108852004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10886
10887 PR bootstrap/14522
f2bd98d4 10888 * configure.in: Fix escaping of $.
83c15dfc
AP
10889 * configure: Regenerate.
10890
55ffb5ed
NN
108912004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10892
10893 * configure: Regenerate, since I forgot to while committing Paolo's
10894 changes.
10895
e4c9c075
PB
108962004-03-08 Paolo Bonzini <bonzini@gnu.org>
10897
10898 PR ada/14131
10899 Move language detection to the top level.
10900 * configure.in: Find default values for the tools as
10901 soon as possible. Disable ada if GNAT is not found.
10902 Emit error message about missing languages. Expand
10903 --enable-languages=all for the gcc subdirectory.
10904
5199e2c6
BE
109052004-03-10 Ben Elliston <bje@gnu.org>
10906
10907 * MAINTAINERS: Update my email address.
10908
c18b95e5
DE
109092004-03-05 David Edelsohn <edelsohn@gnu.org>
10910
10911 * ltconfig: Disable building static libraries if building shared
10912 libraries on AIX 5L.
10913
d0fe5ad3
RS
109142004-03-01 Richard Sandiford <rsandifo@redhat.com>
10915
10916 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10917 and disable libgcj.
10918 * configure: Regenerated.
10919
e6f71f9d
BB
109202004-03-01 Brian Booth <bbooth@redhat.com>
10921
10922 * MAINTAINERS: Add myself to write-after-approval.
10923
8983e50e
PB
109242004-03-01 Paolo Bonzini <bonzini@gnu.org>
10925
10926 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10927
d4cd9d81
NN
109282004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10929
10930 PR bootstrap/7087
10931 * Makefile.tpl: Guard XFOO sed statements better.
10932 * Makefile.tpl: Add dependency for configure-target-libada.
10933 * Makefile.in: Regenerate (incidentally fixes broken
10934 commit when libada-branch was merged).
10935
0ea0229e
KC
109362004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10937
10938 * MAINTAINERS: Add myself to write-after-approval.
10939
bad93735
AP
109402004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10941
10942 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10943 maintainers.
10944
a7ca14fc
AC
109452004-02-20 Andrew Cagney <cagney@redhat.com>
10946
10947 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10948 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10949
51592782
NN
109502004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10951
10952 PR bootstrap/11932
10953 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10954
6a30854a
JQ
109552004-02-14 Jerry Quinn <jlquinn@optonline.net>
10956
10957 * MAINTAINERS: Added myself to write-after-approval.
10958
be8b2bee
MK
109592004-02-14 Michael Koch <konqueror@gmx.de>
10960
10961 * MAINTAINERS: Added myself to write-after-approval.
10962
972760b7
JM
109632004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10964
10965 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10966 some OS port maintainers to OS port maintainers section.
10967
b0281654
FCE
109682004-02-13 Frank Ch. Eigler <fche@redhat.com>
10969
10970 * MAINTAINERS: Add self.
10971
3c419fd6
KH
109722004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10973
10974 * MAINTAINERS: Alphabetize.
10975
e88e9aee
PB
109762004-02-12 Paolo Bonzini <bonzini@gnu.org>
10977
10978 * MAINTAINERS: Remove myself.
b4117c30 10979
1915e422
DE
109802004-02-11 David Edelsohn <edelsohn@gnu.org>
10981
10982 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10983 (rs6000-*-aix*): Same.
10984 * configure: Regenerate.
10985
a22c2d8d
KC
109862004-02-11 Kelley Cook <kcook@gcc.gnu.org>
10987
10988 * configure.in (host): Add in missing $noconfigdirs to defines.
10989 * configure: Regenerate.
10990
d9cdb878
AC
109912004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
10992 Nathanael Nerode <neroden@gcc.gnu.org>
10993
10994 PR ada/6637, PR ada/5911
b4117c30 10995 Merge with libada-branch:
d9cdb878
AC
10996 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10997 with appropriate dependencies. Add --enable-libada configure switch.
10998 * configure, Makefile.in: Regenerate.
10999
8bd92821
PB
110002004-02-09 Paolo Bonzini <bonzini@gnu.org>
11001
11002 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11003
89a95129
RO
110042004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11005
11006 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11007 * configure: Regenerate.
11008
892629bc
GK
110092004-02-04 Geoffrey Keating <geoffk@apple.com>
11010
11011 Merge from upstream:
11012
11013 * ltmain.in: When setting IFS to '~', be careful about user
11014 arguments that contain '~'.
11015
11016 2004-02-04 Peter O'Gorman <peter@pogma.com>
11017
11018 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11019 Also test $base_compile against $CC with escaped arguments. Bug
11020 reported by Geoff Keating <geoffk@apple.com>.
11021
6b402165
KH
110222004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11023
11024 * MAINTAINERS: Remove i960 port.
11025
fa2f0306
DD
110262004-01-23 DJ Delorie <dj@redhat.com>
11027
11028 * Makefile.def (target_modules) [libiberty]: Don't stage.
11029 * Makefile.in: Rebuilt.
11030
9feb20aa
CT
110312004-01-20 Caroline Tice <ctice@apple.com>
11032
11033 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11034
7aed2ccc
PC
110352004-01-19 Paolo Carlini <pcarlini@suse.de>
11036
11037 * MAINTAINERS: Update my email address.
11038
f25bebe1
JM
110392004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11040
11041 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11042
28083580
VR
110432004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11044
11045 * MAINTAINERS: Remove entries without email address.
11046
c0f4b5e4
DJ
110472004-01-15 Daniel Jacobowitz <drow@mvista.com>
11048
11049 * MAINTAINERS: Add myself to write-after-approval.
11050
b5eb5a5e
SB
110512004-01-15 Steven Bosscher <stevenb@suse.de>
11052
11053 * MAINTAINERS: Update my email address.
11054
dce2d8b2 110552004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
11056
11057 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11058 * Makefile.tpl (configure-target-[+module+]): Support stage.
11059 * Makefile.in: Rebuilt.
11060
74c0b320
ILT
110612004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11062
11063 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11064
2560344b
RS
110652004-01-10 Richard Sandiford <rsandifo@redhat.com>
11066
11067 * MAINTAINERS: Add myself as a MIPS maintainer.
11068
8b21cda6
NN
110692004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11070
2b6c260d
NN
11071 * configure.in: Use ./config.cache, not config.cache.
11072 * configure: Regenerate.
11073 * Makefile.tpl: Special-casing not needed for GCC any more.
11074 * Makefile.in: Regenerate.
11075
09438bde
NN
11076 * configure.in: Don't share a cache file for host dirs.
11077 * configure: Regenerate.
11078
8b21cda6
NN
11079 * config-ml.in: Don't mess with the cache file.
11080
e42870df
EB
110812004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11082
11083 * MAINTAINERS: Move myself from 'Write After Approval' to
11084 'CPU Port Maintainers' section as SPARC maintainer.
11085
6b9eb62c
NN
110862004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11087
78a816a6
NN
11088 * Makefile.tpl: Make GCC use a separate config.cache.
11089 * Makefile.in: Regenerate.
11090
6b9eb62c
NN
11091 PR bootstrap/11932, PR bootstrap/11933
11092 (I don't know if it will fix either of them, but it relates
11093 to them.)
11094 * configure.in: Don't use shared config.cache for target
11095 directories.
11096 * configure: Regenerate.
11097
86d7b562
DN
110982004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11099
11100 * MAINTAINERS: Add myself to 'Write After Approval' section.
11101
07d0a605
RS
111022003-12-31 Roger Sayle <roger@eyesopen.com>
11103
11104 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11105 * configure: Regenerated.
11106
459ac19f
KH
111072003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11108
11109 * MAINTAINERS: Remove the mn10200 maintainer.
11110
5785c0ed 111112003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11112
cc6010cd
AP
11113 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11114 * configure: Regenerated.
5785c0ed 11115
a268eff9
JH
111162003-12-16 Jan Hubicka <jh@suse.cz>
11117
11118 * MAINTAINERS: Add myself as callgraph maintainer.
11119
9d465b12
TF
111202003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11121
11122 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11123 * configure: Regenerate.
11124
a68a270a
GB
111252003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11126
11127 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11128 'Write After Approval' section. Update email.
11129
dce2d8b2 111302003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11131
11132 * MAINTAINERS (Write After Approval): Add myself.
11133
8c052da4
MT
111342003-11-20 Matt Thomas <matt@3am-software.com>
11135
11136 * MAINTAINERS: Add myself as a vax port maintainer.
11137
e75f9147
KC
111382003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11139
11140 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11141 (configure-build-[+module+], configure-[+module+]): Likewise.
11142 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11143 * Makefile.in: Regenerate.
11144
43d8d958
AT
111452003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11146
11147 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11148 shared/dylibed libraries.
11149 * ltmain.sh: Likewise.
11150 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11151 * ltcf-cxx.sh: Likewise.
11152 * ltcf-gcj.sh: Likewise.
11153 * ltconfig: Likewise.
11154
638dcaa0
SC
111552003-11-17 Stan Cox <scox@redhat.com>
11156
11157 * MAINTAINERS: Add myself as iq2000 port maintainer.
11158
15cc172b
AC
111592003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11160
b4117c30
ZW
11161 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11162 * Makefile.in: Regenerate.
15cc172b 11163
20af77cd
UW
111642003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11165
11166 * config.sub: Update to 2003-11-03 version.
11167
4dd01c5c
PE
111682003-10-20 Phil Edwards <phil@codesourcery.com>
11169
11170 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11171 * configure: Regenerate.
11172
dce2d8b2 111732003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11174
11175 * MAINTAINERS: Add myself to 'Write After Approval' section.
11176
8b7ebc31
AC
111772003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11178
11179 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11180
afe1910c
JM
111812003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11182
11183 * MAINTAINERS: Update my email address.
11184
05dcec66
RO
111852003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11186
11187 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11188
dce2d8b2 111892003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11190
11191 * MAINTAINERS: Add myself to 'Write After Approval' section.
11192
507ec745
BI
111932003-10-16 Bernardo Innocenti <bernie@develer.com>
11194
11195 * config.guess: Update to 2003-10-16 version.
11196 * config.sub: Update to 2003-10-16 version.
11197
dce2d8b2 111982003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11199
11200 * MAINTAINERS: Added myself to 'Write After Approval' section.
11201
0c9b16bc
FH
112022003-10-15 Falk Hueffner <falk@debian.org>
11203
11204 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11205 'Write After Approval' section. Update email.
11206
74d57d15
RS
112072003-10-14 Roger Sayle <roger@eyesopen.com>
11208
11209 * MAINTAINERS: Move myself from 'Write After Approval' to
11210 'Various Maintainers' section as middle-end maintainer.
11211
d29b8ad8
NN
112122003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11213
11214 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11215 HOST_FLAGS_TO_PASS.
11216 * Makefile.in: Regenerate.
11217
26db814a
BI
112182003-10-11 Bernardo Innocenti <bernie@develer.com>
11219
11220 * config.guess: Update to 2003-10-07 version.
11221 * config.sub: Update to 2003-10-07 version.
11222
fffeb871
RO
112232003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11224
11225 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11226 * ltconfig (irix5*, irix6*): Don't override version_type.
11227
6691a79e
ME
112282003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11229
11230 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11231 * configure: Rebuilt
11232 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11233 * Makefile.in: Rebuilt
11234
62cdd71e
L
112352003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11236
11237 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11238
6fe2eacc
CW
112392003-09-30 Carlo Wood <carlo@alinoe.com>
11240
cc6010cd 11241 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11242
ea57e5ad
PK
112432003-09-29 Paul Koning <ni1d@arrl.net>
11244
11245 * MAINTAINERS: Move myself from "Write After Approval"
11246 to CPU platform maintainers for pdp11 platform.
11247
e070672a
AT
112482003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11249
11250 * MAINTAINERS: Move myself from 'Write After Approval' to
11251 'Various Maintainers' section as libffi testsuite maintainer.
11252
43bb47c2
DJ
112532003-09-21 Daniel Jacobowitz <drow@mvista.com>
11254
11255 * configure.in: Pass a computed --program-transform-name
11256 to subconfigures.
11257 * configure: Regenerated.
11258
da9d3b37
NN
112592003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11260
94322beb
NN
11261 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11262 * Makefile.in: Regenerate.
11263
da9d3b37
NN
11264 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11265 * Makefile.in: Regenerate.
11266
ffd9060b
ZL
112672003-09-19 Ziemowit Laski <zlaski@apple.com>
11268
11269 * MAINTAINERS: Move myself from 'Write After Approval'
11270 to 'Various Maintainers' (objective-c) section.
11271
eeae7b41
DJ
112722003-09-17 Daniel Jacobowitz <drow@mvista.com>
11273
11274 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11275 quoting.
11276 * configure: Regenerated.
11277
a080d12b
JB
112782003-09-16 Joel Brobecker <brobecker@gnat.com>
11279
11280 * MAINTAINERS (Write After Approval): Add myself to write after
11281 approval list.
11282
6cd2fc59
DN
112832003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11284
cc6010cd 11285 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11286
dcbdd9cc
ILT
112872003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11288
11289 * MAINTAINERS: Update my e-mail address.
11290
e517f636
AM
112912003-09-09 Alan Modra <amodra@bigpond.net.au>
11292
11293 * libtool.m4 (LD): Correct powerpc64 host match.
11294
bc49924b
JW
112952003-09-06 James E Wilson <wilson@tuliptree.org>
11296
11297 * MAINTAINTERS: Update my affiliation and email address.
11298
082124f5
ZD
112992003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11300
11301 * MAINTAINERS (Write After Approval): Add myself.
11302
dc94d89e
DD
113032003-09-04 DJ Delorie <dj@redhat.com>
11304
11305 * configure: Regenerate.
11306
113072003-09-04 Robert Millan <robertmh@gnu.org>
11308
11309 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11310
7a0f2d4e
KG
113112003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11312
11313 * configure.in: Ensure arguments to sed are properly spaced.
11314 * configure: Regenerate.
11315
88d032eb
GP
113162003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11317
11318 * MAINTAINERS: Update my e-mail address.
11319
0b3f3d22
ME
113202003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11321
11322 * MAINTAINERS (Write After Approval): Add myself.
11323
d253f9ba
DJ
113242003-08-27 Daniel Jacobowitz <drow@mvista.com>
11325
11326 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11327 * configure: Regenerated.
11328
066ec9c9
MM
113292003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11330
11331 * MAINTAINERS: Update my email address.
11332
415d7ef9
PE
113332003-08-23 Phil Edwards <pme@gcc.gnu.org>
11334
11335 * configure.in: Use newline instead of semicolon when assuming
11336 shell arguments in a for loop.
11337 * configure: Regenerated.
11338
e1567352
JE
113392003-08-22 Jason Eckhardt <jle@rice.edu>
11340
11341 * MAINTAINERS: Resurrect the i860 maintainer.
11342
b348267b
GK
113432003-08-20 Geoffrey Keating <geoffk@apple.com>
11344
e50084fa
GK
11345 PR 8180
11346 * configure.in: When testing with_libs and with_headers, treat
11347 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11348 * configure: Regenerate.
b4117c30 11349
b348267b
GK
11350 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11351 make, shell, etc.
11352 (baseargs): Likewise.
11353 * configure: Regenerate.
11354
ca26ffe0
BI
113552003-08-20 Bernardo Innocenti <bernie@develer.com>
11356
11357 * MAINTAINERS (Write After Approval): Add myself.
11358
940cde4d
GK
113592003-08-19 Geoffrey Keating <geoffk@apple.com>
11360
11361 * configure.in: Disable libgcj for darwin not on powerpc.
11362 * configure: Rebuild.
11363
74bed51b
ADL
113642003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11365
11366 * config-ml.in, symlink-tree: Add license.
11367
b4117c30
ZW
113682003-08-03 Richard Stallman <rms@gnu.org>
11369 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
11370
11371 * README.SCO: New file.
11372
333a28b4
MK
113732003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11374
11375 * Makefile.tpl (check, check-c++): Express dependencies using
11376 dependencies rather than commands.
11377 * Makefile.in: Regenerate.
11378
c197e306
AC
113792003-08-01 Andrew Cagney <cagney@redhat.com>
11380
11381 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11382 * configure: Ditto.
11383
a8ee6e2d
GK
113842003-07-31 Geoffrey Keating <geoffk@apple.com>
11385
11386 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 11387 * Makefile.in: Update.
a8ee6e2d 11388
8d9b3f2e
AT
113892003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11390
11391 * configure.in: Enable libgcj for darwin.
11392 * configure: Rebuild.
11393
52c0c542
PE
113942003-07-29 Phil Edwards <pme@gcc.gnu.org>
11395
11396 * config-ml.in: Use ac_configure_args directly instead of
11397 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11398 actually seen.
11399
b4acb5ef
NN
114002003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11401
11402 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11403 creating target and build subdirs to build all parent dirs as needed.
11404 * Makefile.in: Rebuild.
11405 * configure.in: Don't build dirs explicitly here.
11406 * configure: Rebuild.
11407
a51d71d0
PB
114082003-07-26 Paul Brook <paul@nowt.org>
11409
11410 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11411
f43e12ce
AO
114122003-07-22 Alexandre Oliva <aoliva@redhat.com>
11413
11414 * Makefile.tpl (all-make): Depend on intl.
11415 * Makefile.in: Rebuilt.
11416
8a199ff6
PE
114172003-07-20 Phil Edwards <pme@gcc.gnu.org>
11418
11419 * install-sh: Update to newer upstream versions (associated with
11420 aclocal 1.7).
11421 * mkinstalldirs: Likewise.
11422 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11423
e6a8c803
AP
114242003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11425
11426 * MAINTAINERS: Move self from Bug database only accounts
11427 to write-after-approval.
11428
9f13608f
NN
114292003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
11430
11431 * config.if: Remove unused libc_interface determination.
11432
c7864714
NN
114332003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
11434
11435 * MAINTAINERS: Move self from write-after-approval to
11436 build machinery (*.in).
11437
775956d0
NN
114382003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11439
11440 PR bootstrap/11273
11441 PR bootstrap/11408
11442 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
11443 unused INSTALL_PROGRAM_ARGS.
11444 * configure.in: Use AC_PROG_INSTALL.
11445 * Makefile.in: Regenerate.
11446 * configure: Regenerate.
11447
c7f67a6e
KH
114482003-07-13 Kazu Hirata <kazu@cs.umass.edu>
11449
11450 * MAINTAINERS: Alphabetize.
11451
33952f6f
AO
114522003-07-10 Alexandre Oliva <aoliva@redhat.com>
11453
11454 * configure: Rebuilt.
11455 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11456 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11457 newlib nor libgloss.
11458 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
11459 * configure.in (am33_2.0-*-linux*): Added.
11460
0d4f1b4e
BW
114612003-07-09 Bob Wilson <bob.wilson@acm.org>
11462
11463 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11464 * configure: Regenerate.
11465
56694dd9
ZW
114662003-07-07 Zack Weinberg <zack@codesourcery.com>
11467
11468 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11469 * Makefile.in: Regenerate.
11470
21607eb4
ZW
114712003-07-04 Zack Weinberg <zack@codesourcery.com>
11472
11473 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11474 * Makefile.in: Regenerate.
11475
dce2d8b2 114762003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
11477
11478 * Makefile.tpl: Replace PWD with PWD_COMMAND.
11479 * Makefile.in: Regenerated.
11480
5d42f90e
L
11481 * config-ml.in: Replace PWD with PWD_COMMAND.
11482
6eb95e99
ZW
114832003-07-04 Zack Weinberg <zack@codesourcery.com>
11484
11485 * intl: New directory; see intl/ChangeLog for details.
11486 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11487 * Makefile.tpl: all-gcc depends on maybe-all-intl.
11488 * Makefile.in: Regenerate.
11489
07d1940e
NN
114902003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
11491
11492 * configure.in: Clean up config-lang.in handling. Delete
11493 useless assignment to "subdirs".
11494 * configure: Regenerate.
11495
4dbda6f0
NN
114962003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
11497
11498 * configure.in: Rename 'target_libs' to 'target_libraries'.
11499 Remove useless reference to 'target_libs'.
11500 * configure: Regenerate.
11501
2c30ab71
KS
115022003-06-23 Keith Seitz <kseitz@sources.redhat.com>
11503
11504 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11505 * Makefile.in: Regenerate.
11506
11405c93
NN
115072003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
11508
11509 * Makefile.def: Introduce flags_to_pass.
11510 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11511 * Makefile.in: Regenerate.
11512
fb87ad5d
HPN
115132003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
11514
11515 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11516 and target-libgloss.
11517 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11518 <h8300*-*-*>: Disable libf2c and ${libgcj}.
11519 * configure: Regenerate.
11520
a7956a48
BK
115212003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11522
11523 * configure.in: Update testsuite_flags to new location.
11524 * configure. Regenerate.
6eb95e99 11525
eaf9f3b2
NN
115262003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
11527
11528 * Makefile.tpl: Remove BUILD_CC stuff.
11529 * Makefile.in: Regenerate.
11530
2d89ffef
KH
115312003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11532
11533 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11534
dce2d8b2 115352003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
11536
11537 * MAINTAINERS (Write After Approval): Add myself.
11538
dce2d8b2 115392003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 11540
b951c91c
L
11541 * config.guess: Update to 2003-06-12 version.
11542 * config.sub: Update to 2003-06-13 version.
11543
dce2d8b2 115442003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
11545
11546 * config.guess: Update to 2003-06-06 version.
11547 * config.sub: Update to 2003-06-06 version.
11548
655b7166
RO
115492003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11550
11551 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11552 * configure. Regenerate.
11553
01b759aa
NN
115542003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11555
bf1d3e81
NN
11556 * configure.in: Disable serial configure by default.
11557 * configure: Regenerate.
11558 * Makefile.tpl: Abolish .NOTPARALLEL.
11559 * Makefile.in: Regenerate.
11560
e89fbdfe
NN
11561 * Makefile.tpl: Replace {build,host,target}_canonical by
11562 {build,host,target}.
11563 * Makefile.in: Regenerate.
11564
01b759aa
NN
11565 * Makefile.tpl: Fix stupid pasto.
11566 * Makefile.in: Regenerate.
11567
f7dae026
NN
115682003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11569
11570 * Makefile.tpl: Remove bogus conditional.
11571 * Makefile.in: Regenerate.
11572
115732003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
11574
11575 * Makefile.tpl (profiledbootstrap): New target.
11576 * Makefile.in (profiledbootstrap): New target.
11577
2ffc3e73 115782003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
11579
11580 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11581 Pinski. Remove user names from other bugzilla-only maintainers.
11582
1a1e6b96
NN
115832003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11584
1358ccea
NN
11585 * Makefile.tpl: Make 'recursive targets' using autogen rather
11586 than shell loop. Remove duplicate 'clean' targets and false
11587 comments.
11588 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11589 Add systematic method of specifying missing targets in subdirs.
11590 Add copyright boilerplate.
11591 * Makefile.in: Regenerate.
11592 * configure.in: Add 'recursive targets' to maybe list.
11593 * configure: Regenerate.
11594
ae74ed1f
NN
11595 * MAINTAINERS: "GNATS only" -> "Bug database only".
11596
1a1e6b96
NN
11597 * Makefile.tpl: Rename [+target+] to [+make_target+].
11598 * Makefile.def: Rename 'target' to 'make_target'.
11599
c79af3fa
NB
116002003-05-31 Neil Booth <neil@daikokuya.co.uk>
11601
11602 * MAINTAINERS: Add self as options handling maintainer.
11603
39d85b61
MM
116042003-05-28 Michael Meissner <gnu@the-meissners.org>
11605
11606 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11607 been too long since I touched those ports.
11608
afc2b62d
DD
116092003-05-28 DJ Delorie <dj@redhat.com>
11610
11611 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11612 * Makefile.in: Regenerate.
11613
df445104
MR
116142003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11615
11616 * configure.in: Use curly braces in the definition of tooldir.
11617 * configure: Regenerate.
11618
2eb98e5d 116192003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 11620
2eb98e5d
DD
11621 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11622 newlib or libgloss.
11623 * Makefile.in: Regenerate.
11624
862fced8
DD
116252003-05-21 DJ Delorie <dj@redhat.com>
11626
11627 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11628 * Makefile.in: Regenerate.
11629
fc351800
ILT
116302003-05-20 Ian Lance Taylor <ian@airs.com>
11631
11632 * MAINTAINERS: Update my e-mail address.
11633
7e2dbcef
NN
116342003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11635
11636 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 11637 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
11638 Factor out common code from autogen IF statements.
11639 * configure: Regenerate.
11640 * Makefile.in: Regenerate.
11641
f2a0e225
KC
116422003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11643
11644 * configure.in: Accept i[3456789]86 for machine type.
11645 * configure: Regenerate.
11646
8b87bb96
NN
116472003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11648
11649 * configure.in: Switch more things to use maybe dependencies.
11650 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11651 * configure: Regenerate.
11652 * Makefile.tpl: Switch more things to use maybe dependencies.
11653 * Makefile.in: Regenerate.
11654
fdb882bc 116552003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
11656
11657 * Makefile.tpl (install-opcodes): Define.
11658 * Makefile.in: Rebuild.
11659
f7c50032
AJ
116602003-05-13 Andreas Jaeger <aj@suse.de>
11661
11662 * config.guess: Update to 2003-05-09 version.
11663 * config.sub: Update to 2003-05-09 version.
11664
dce2d8b2 116652003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
11666
11667 * configure.in: Correct sed script so that options in quotes are not
11668 deleted.
11669 * configure: Rebuild.
11670
aa8f1f57
CV
116712003-05-12 Corinna Vinschen <corinna@vinschen.de>
11672
11673 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11674 and $$s/newlib/libc/sys/cygwin32 include paths.
11675 * configure: Ditto.
11676
0c130f81
MM
116772003-05-12 Michael Meissner <gnu@the-meissners.org>
11678
11679 * MAINTAINERS: Update my email addresses.
11680
aa1a100b
EB
116812003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11682
11683 * config-ml.in: Propagate INSTALL variables.
f7c50032 11684
87861833
GP
116852003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11686
11687 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11688
de722255
CD
116892003-05-02 Chris Demetriou <cgd@broadcom.com>
11690
6eb95e99
ZW
11691 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11692 * Makefile.in: Regenerate.
de722255 11693
96c4a002
WB
116942003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11695
11696 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11697
55b15a11
WB
116982003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11699
11700 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11701
0c227849
DJ
117022003-04-27 Daniel Jacobowitz <drow@mvista.com>
11703
11704 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11705 * Makefile.in: Regenerated.
11706
d45148c1
WB
117072003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11708
11709 * MAINTAINERS (Write After Approval): Upgrade myself from
11710 GNATS only to write-after-approval. Update my mail address.
11711
dce2d8b2 117122003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
11713
11714 (OS Port Maintainers: freebsd): Add myself.
11715
438f50c3
MM
117162003-04-22 Mark Mitchell <mark@codesourcery.com>
11717
11718 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11719
9074e169
KJ
117202003-04-22 Kean Johnston <jkj@sco.com>
11721
11722 * MAINTAINERS (SCO ports): Added myself.
11723
dfd39a2e
NS
117242003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11725
11726 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11727
ccbae82a
KJ
117282003-04-19 Kean Johnston <jkj@sco.com>
11729
11730 * MAINTAINERS (Write After Approval): Add myself.
11731
2f50999f
GP
117322003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11733
11734 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11735 * Makefile.in: Regenerate.
11736
e9b84181
JJ
117372003-04-18 Jakub Jelinek <jakub@redhat.com>
11738
11739 * configure.in (powerpc64*-*-linux*): Remove.
11740 * configure: Rebuilt.
11741
1ca4c6e1
PE
117422003-04-17 Phil Edwards <pme@gcc.gnu.org>
11743
11744 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11745 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11746 and restrap.
11747 * Makefile.in: Regenerate.
11748
0590b963
RE
117492003-04-16 Richard Earnshaw <rearnsha@arm.com>
11750
11751 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11752 * configure: Regenerated.
11753
ff41a56f
DD
117542003-04-15 DJ Delorie <dj@redhat.com>
11755
11756 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11757
50d440bc
NC
117582003-04-13 Nick Clifton <nickc@redhat.com>
11759
11760 * config-ml.in: Remove support for --disable-aix removing
11761 call-aix multilibs.
11762
b1e0a93e
AO
117632003-04-10 Alexandre Oliva <aoliva@redhat.com>
11764
11765 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11766 * */configure: Rebuilt.
11767
71fb704d
JS
117682003-04-08 Joel Sherrill <joel@oarcorp.com>
11769
11770 * MAINTAINERS: Add my email address.
11771
3897ea90
OH
117722003-03-17 Olivier Hainque <hainque@act-europe.fr>
11773
11774 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 11775
93c834b7
NN
117762003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11777
11778 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11779 * Makefile.in: Regenerate.
11780
82c34dcb
MC
117812003-03-14 Michael Chastain <mec@shout.net>
11782
11783 * Makefile.in: Regenerate with correct Makefile.def.
11784
73458fb7
NN
117852003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11786
11787 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11788 Make macro.
11789 * Makefile.in: Regenerate.
11790 * configure.in: Clean up gxx_include_dir logic.
11791 * configure: Regenerate.
11792
32cf27e5
AE
117932003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11794
11795 * MAINTAINERS (Write After Approval): Add myself.
11796
c727e7a0
BE
117972003-03-10 Ben Elliston <bje@wasabisystems.com>
11798
11799 * MAINTAINERS: Update my mail address.
11800
9a27ac7a
FS
118012003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11802
11803 * configure.in (gxx_include_dir): Fix typo.
11804 * configure: Regenerated.
11805
3aa83176
NN
118062003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11807
11808 * Makefile.tpl: Reindent.
11809 * Makefile.in: Regenerate.
11810 * configure.in: Reindent. Don't set unused variables.
11811 * configure: Regenerate.
11812
9124bc53
DJ
118132003-03-04 Daniel Jacobowitz <drow@mvista.com>
11814
11815 * configure.in: Include $(build_tooldir)/sys-include in
11816 FLAGS_FOR_TARGET.
11817 * configure: Regenerated.
11818
cb543528
NN
118192003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11820
c858bf1e
NN
11821 * Makefile.tpl: Always pass down RANLIB.
11822 * Makefile.in: Regenerate.
11823
aa9c3ab4
NN
11824 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11825 * Makefile.in: Regenerate.
11826 * configure.in: Remove unused logic relating to --enable-shared
11827 and --enable-threads. Remove bogus comments. Remove redundant
11828 noconfigdirs.
11829 * configure: Regenerate.
11830
cb543528
NN
11831 * configure.in: Replace ${libstdcxx_version} by its value.
11832 Remove reference to mh-dgux.
11833 * configure: Regenerate.
11834
53f70c1b
KB
118352003-03-03 Kevin Buettner <kevinb@redhat.com>
11836
11837 * MAINTAINERS (Write After Approval): Add myself.
11838
df0f0674
NN
118392003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11840
11841 * Makefile.tpl: Rearrange.
11842 * Makefile.in: Regenerate.
11843
dce2d8b2 118442003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
11845
11846 * configure.in: Add support for kaOS as cross build target system.
11847 * configure: Regenerated.
11848
a7a287eb
SB
118492003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11850
11851 * MAINTAINERS (Write after approval): Add myself.
11852
ff00c8a2
JW
118532003-02-21 James E Wilson <wilson@tuliptree.org>
11854
11855 * MAINTAINERS: Update my email address.
11856
abb2db7a
ZW
118572003-02-21 Zack Weinberg <zack@codesourcery.com>
11858
11859 * MAINTAINERS: Add self to blanket write privs. section.
11860
e9f2dc3b
SM
118612003-02-20 Sean McNeil <sean@blue.mcneil.com>
11862
11863 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11864 configure-target-* as some target builds may require additional
11865 flags for preprocessor tests.
11866 * Makefile.in: Regenerated.
11867
ee03dc5e
AO
118682003-02-19 Alexandre Oliva <aoliva@redhat.com>
11869
11856278
AO
11870 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11871 * ltconfig: Handle it.
11872 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11873 auto-detecting it.
11874
274aef32
AO
11875 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11876 it is used as argument to $CC.
11877 * ltcf-gcj.sh: Likewise.
11878
ee03dc5e
AO
11879 * configure.in: Introduce --enable-maintainer-mode.
11880 * configure: Rebuilt.
11881 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11882 for maintainer mode.
11883 * Makefile.in: Rebuilt.
11884
30db8e17
JM
118852003-02-18 Jason Merrill <jason@redhat.com>
11886
11887 * Makefile.tpl (check-c++): Allow parallelism.
11888
cab60ac6
GP
118892003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11890
11891 * MAINTAINERS: Remove John Carr (who never actually had access to
11892 gcc.gnu.org).
11893
c8e5d1af
GK
118942003-02-15 Geoffrey Keating <geoffk@apple.com>
11895
11896 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11897 don't configure target-libobjc.
11898 * configure: Regenerate.
11899
70f91f50
RO
119002003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11901
11902 * Makefile.tpl (RANLIB): Define.
11903 * Makefile.in: Regenerate.
11904
669e9062
LB
119052003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11906
11907 * MAINTAINERS: Update my email.
abb2db7a 11908
61b56b2e
KS
119092003-02-06 Keith R Seitz <keiths@redhat.com>
11910
11911 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11912 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11913 * Makefile.in: Regenerated.
11914 * configure.in: Remove all traces of snavigator, db, and grep.
11915 * configure: Regenerated.
11916
a1ba6e15
GP
119172003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11918
11919 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11920 After Approval.
11921
f5f2cce5
CC
119222003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11923
11924 * MAINTAINERS (Write after approval): Add myself.
11925
ba49f6f1
FCE
119262003-01-31 Frank Ch. Eigler <fche@redhat.com>
11927
11928 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11929 * Makefile.in: Regenerated.
11930
ccf9f10c
RS
119312003-01-30 Roger Sayle <roger@eyesopen.com>
11932
11933 * config.guess: Updated to 2003-01-30's version.
11934 * config.sub: Updated to 2003-01-28's version.
11935
a693735b
AO
119362003-01-30 Alexandre Oliva <aoliva@redhat.com>
11937
11938 * config.if: If gcc_version is already set, just use it. Don't set
11939 gcc_version_trigger if it's already set, otherwise set it to
11940 gcc/version.c, but only if the file exists. If it is not set and
11941 gcc/version.c does not exist, try to extract the version number from
11942 $CC.
11943
204c43d6
AT
119442003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11945
abb2db7a 11946 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 11947
842e91ec
PE
119482003-01-27 Phil Edwards <pme@gcc.gnu.org>
11949
11950 * configure.in: Revert 24Jan change.
11951 * configure: Regenerate.
11952
6b99984e
GP
119532003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11954
11955 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11956 entry of HJ Lu.
11957
806e0935
NN
119582003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11959
11960 * configure.in: Revert previous change.
11961 * configure: Regenerate.
11962
307a9864
NN
119632003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11964
11965 * configure.in: Make rda native-only.
11966 * configure: Regenerate.
11967
02ba6302
VR
119682003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11969
11970 * MAINTAINERS: Move myself from GNATS-only-accounts to
11971 write-after-approval.
11972
77d187bc
NN
119732003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11974
11975 * configure.in: Add missing \.
11976 * configure: Rebuilt.
11977
a94a2d4c
JJ
119782003-01-17 Jakub Jelinek <jakub@redhat.com>
11979
11980 * configure.in (baseargs): Avoid using \| in sed regular
11981 expressions.
11982 * configure: Rebuilt.
11983
73f84924
JJ
119842003-01-16 Jakub Jelinek <jakub@redhat.com>
11985
11986 * configure.in (baseargs): Remove all supported forms of
11987 --cache-file, --srcdir, --host, --build and --target options
11988 from argument lists.
11989 * configure: Rebuilt.
11990
8c12fc63
JZ
119912003-01-15 Josef Zlomek <zlomekj@suse.cz>
11992
11993 * MAINTAINERS: Add myself to write-after-approval list.
11994
7c005a3a
AO
119952003-01-15 Alexandre Oliva <aoliva@redhat.com>
11996
11997 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11998 * configure: Rebuilt.
11999
3dfabf63
NN
120002003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12001
12002 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12003 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12004 * Makefile.in: Regenerate.
12005 * configure: Regenerate.
12006
cf53ae10
AO
120072003-01-09 Alexandre Oliva <aoliva@redhat.com>
12008
12009 * configure.in: Remove Makefile in build, host and target modules
12010 unless configure was run with --no-recursion.
12011 * configure: Rebuilt.
12012
3fbe8e4a
CC
120132003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12014
12015 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12016 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12017 * Makefile.in: Regenerate.
12018
66e2aa7d
CD
120192003-01-08 Chris Demetriou <cgd@broadcom.com>
12020
12021 * config.guess: Update to 2003-01-03 version.
12022 * config.sub: Update to 2003-01-03 version.
12023
b5038cfb
CF
120242003-01-07 Christopher Faylor <cgf@redhat.com>
12025
12026 * configure: Regenerate with proper autoconf 2.13.
12027
d02c69be
CF
120282003-01-07 Christopher Faylor <cgf@redhat.com>
12029
12030 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 12031 * configure: Regenerate.
d02c69be 12032
e914a571
AC
120332003-01-06 Andrew Cagney <ac131313@redhat.com>
12034
12035 * configure.in (GDB_TK): Add tcl directories conditional on
12036 gdb/gdbtk directory being present.
12037 * configure: Regenerate.
abb2db7a 12038
dce2d8b2 120392003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12040
dce2d8b2
EB
12041 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12042 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
12043 * configure: Rebuilt.
12044
89a7012a
TT
120452002-12-31 Tom Tromey <tromey@redhat.com>
12046
12047 * Makefile.in: Rebuilt.
12048 * Makefile.def (target_modules) [libffi]: Allow installation.
12049
3f4f56e2
AS
120502002-12-31 Andreas Schwab <schwab@suse.de>
12051
12052 * configure.in: Fix use of $program_transform_name.
12053 * configure: Regenerated.
12054
6c1b8d0a
DJ
120552002-12-30 Daniel Jacobowitz <drow@mvista.com>
12056
12057 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 12058 * configure: Regenerated.
6c1b8d0a 12059
c5120911
AO
120602002-12-29 Alexandre Oliva <aoliva@redhat.com>
12061
12062 * Makefile.tpl (local-distclean): Don't remove...
12063 (multilib.ts): ... this. Moved into...
12064 (multilib.out): ... this. Don't use sub-make.
12065 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12066 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12067 (configure-build-[+module+], configure-[+module+],
12068 configure-target-[+module+], configure-gcc): ... these. Test
12069 for Makefile existence. Drop config.status from dependencies.
12070 * Makefile.in: Rebuilt.
12071 * configure.in: Move gcc-version-trigger to the end of
12072 ac_configure_args. Add comments to maybedep.tmp and
12073 serdep.tmp. Introduce --disable-serial-configure. Remove
12074 nonopt from baseargs, matching and removing corresponding
12075 whitespace while at it.
12076 * configure: Rebuilt.
12077
e245b0ea
AO
120782002-12-28 Alexandre Oliva <aoliva@redhat.com>
12079
903de295
AO
12080 * configure.in (host_configargs): Replace reference to
12081 no-longer-defined buildopts with --build=${build_alias}.
12082 * configure: Rebuilt.
12083
e245b0ea
AO
12084 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12085 program_transform_name to standard idiom.
12086 (AUTOGEN, AUTOCONF): Define.
12087 (Makefile.in): Use $(AUTOGEN).
12088 (Makefile): Depend on config.status, and use autoconf-style rule to
12089 build it. Move original commands to...
12090 (config.status): ... this new target.
12091 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12092 $(AUTOCONF).
12093 * Makefile.in: Rebuilt.
12094
671aa708
NN
120952002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12096
53fbfb58
NN
12097 * Makefile.tpl: Fix dramatic bustage due to change in
12098 program_transform_name.
12099 * Makefile.in: Regenerate.
12100
12101 * configure.in: Remove unnecessary PATH setting.
12102 * configure: Regnerate.
12103
12104 * configure.in: Don't default to unprefixed tools unless
12105 the native tools will work.
12106 * configure: Regenerate.
12107
671aa708
NN
12108 * configure.in: Convert to autoconf script. Blow away lots
12109 of now-redundant Makefile fragments.
12110 * configure: Generate using Autoconf.
12111 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12112 * Makefile.in: Regenerate.
12113
57f40826
NN
121142002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12115
3fedb745
NN
12116 * configure: Fix stupid bug where RANLIB was mistakenly included.
12117
abb2db7a 12118 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12119 (build_configargs, host_configargs, target_configargs).
12120
12121 * configure.in: Move logic out of sed statement.
12122
abb2db7a 12123 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12124 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12125
315fa0f4
SS
121262002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12127
12128 * config.sub: Import from master repository
12129 * config.guess: Ditto
12130
45aff44f
AS
121312002-12-24 Andreas Schwab <schwab@suse.de>
12132
12133 * Makefile.tpl (multilib.out): Fix missing space.
12134 * Makefile.in: Regenerate.
12135
88b5521b
NN
121362002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12137
12138 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12139 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12140 * Makefile.in: Regenerate.
12141 * configure.in: Remove unnecessary leftovers.
12142
2a726918
GK
121432002-12-21 Geoffrey Keating <geoffk@apple.com>
12144
12145 * configure.in (extra_ranlibflags_for_target): New variable.
12146 (*-*-darwin): Add -c to ranlib commands.
12147 * configure (tooldir): Handle extra_ranlibflags_for_target.
12148
aace3269 121492002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12150
12151 * Makefile.tpl: Revert HJL's change.
12152 * Makefile.in: Regenerated.
12153 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12154 always.
12155
f0895142
AS
121562002-12-19 Andreas Schwab <schwab@suse.de>
12157
12158 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12159 * Makefile.in: Regenerate.
12160
dce2d8b2 121612002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12162
12163 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12164 * Makefile.in: Regenerated.
12165
12166 * configure.in (build_prefix): New. Substitute.
12167
212f6dd0
NN
121682002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12169
79308c5d
NN
12170 * Makefile.tpl: Don't let real targets depend on phony targets.
12171 * Makefile.in: Regenerate.
12172
212f6dd0
NN
12173 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12174 * Makefile.in: Regenerate.
12175
ab17919f
SS
121762002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12177
12178 * config.sub: Import from master repository
12179 * config.guess: Ditto
12180
5ecf91d1
JM
121812002-12-16 Jason Merrill <jason@redhat.com>
12182
12183 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12184 previous 'make bootstrap'.
12185 * Makefile.in: Regenerate.
12186
d8437e1b
HPN
121872002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12188
12189 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12190
4977bab6
ZW
121912002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12192
12193 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12194 * Makefile.in: Regenerate.
12195
0edcfdcb
JM
121962002-12-13 Jason Merrill <jason@redhat.com>
12197
6248218a 12198 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12199 library tests.
12200 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12201 * Makefile.in: Regenerate.
12202
4977bab6
ZW
122032002-12-12 Alexandre Oliva <aoliva@redhat.com>
12204
12205 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12206 * Makefile.in: Rebuilt.
12207
f87505dd
AO
122082002-12-12 Alexandre Oliva <aoliva@redhat.com>
12209
12210 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12211
4977bab6
ZW
122122002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12213
12214 * configure: Fix bug put in by gremlins.
12215
12216 * Makefile.tpl: Substitute more autoconfily.
12217 * configure: Substitute more autoconfily.
12218 * Makefile.in: Regenerate.
12219
7f0db92a
SS
122202002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12221
12222 * config.sub: Import from master repository
12223 * config.guess: Ditto
12224 * MAINTAINERS: Added Svein Seldal under write after approval
12225
4977bab6
ZW
122262002-12-08 Andrew Cagney <ac131313@redhat.com>
12227
12228 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12229 * Makefile.in (all-sim): Ditto.
12230
122312002-12-06 DJ Delorie <dj@redhat.com>
12232
12233 * Makefile.tpl: Change configure dependencies to not have real
12234 targets depend on phony targets.
12235
122362002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12237
12238 * configure.in: Revert unintentional change.
12239
12240 * Makefile.tpl: Change dependency for */multilib.out so that
12241 it works when gcc isn't in the tree.
12242
12243 * configure.in: Substitute more.
12244 * configure: Run subconfigures from the Makefile.
12245 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12246 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12247
67f1b906
GP
122482002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12249
12250 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12251
4977bab6
ZW
122522002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12253
12254 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12255 and corresponding dependencies.
12256 * Makefile.in: Regenerate.
12257
12258 * configure.in (host_tools): Order binutils, gas and ld for
12259 convenience in running the testsuites.
12260
12261 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12262 * Makefile.in: Regenerate.
12263 * configure.in: Introduce rules to serialize subconfigure runs.
12264
12265 * configure.in: Introduce BASE_CC_FOR_TARGET.
12266 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12267 Realize configure-build-* targets. Realize configure-target-* targets.
12268 * Makefile.in: Regenerate.
12269
122702002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12271
12272 * configure: Move gcc_version_trigger stuff from here...
12273 * configure.in: ...to here.
12274
12275 * configure.in: Separate subconfigure options added by this file from
12276 options given by the user. Add machinery to put args for host
12277 subconfigures into the Makefile.
12278
12279 * Makefile.tpl: Remove 'vault' targets.
12280 * Makefile.tpl: Reorder and comment dependencies.
12281 * Makefile.in: Regenerate.
12282
122832002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12284 * configure.in: Fix my broken commit of previous patch. (sigh)
12285
743f054e
GK
122862002-11-28 Geoffrey Keating <geoffk@apple.com>
12287
12288 * configure.in: Move host-specific darwin noconfigdirs into
12289 the host-specific section.
12290
4977bab6
ZW
122912002-11-28 Geoffrey Keating <geoffk@apple.com>
12292
12293 * configure.in: Move host-specific darwin noconfigdirs into
12294 the host-specific section.
12295
122962002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12297
12298 * configure: Remove skip-this-dir support.
12299 * Makefile.tpl: Remove skip-this-dir support.
12300
12301 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12302 subdirectories.
12303 * Makefile.in: Regenerate.
12304
12305 * Makefile.tpl: Strip out useless setting of 'dir'.
12306 * Makefile.in: Regenerate.
12307
123082002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12309
12310 * configure.in: Fix deeply stupid bug.
12311
12312 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12313 shell code in CXX_FOR_TARGET
12314 * Makefile.def: Introduce raw_cxx.
12315 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12316 RAW_CXX_FOR_TARGET.
12317 * Makefile.in: Regenerate.
12318
123192002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12320
12321 * Makefile.tpl: Remove unnecessary ifs.
12322 * Makefile.in: Regenerate.
12323
12324 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12325 dependencies. Maybe-ize build-libiberty. Create dummy install
12326 targets for 'no_install' modules.
12327 * configure: Move GDB_TK substitution to configure.in. Move
12328 build_modules stuff to configure.in.
12329 * configure.in: Implement soft dependency machinery. Maybe-ize
12330 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12331 * Makefile.in: Regenerate.
12332
123332002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12334
12335 * Makefile.tpl: Make all-target, install-target behave similarly
12336 to all, install (only hitting configured targets). Eliminate
12337 unused macro defintions.
12338
12339 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12340 build != host.
12341
12342 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12343
12344 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12345
12346 * configure.in: Produce lists of subdir targets we're actually
12347 configuring. Remove references to "dosrel".
12348 * Makefile.tpl: Let configure set which subdir targets are hit.
12349 Remove install-cross; clean up install; remove ALL. Remove
12350 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12351 Autogenerate host module targets. Remove empty dependency lines
12352 and redundant dependency; rearrange slightly.
12353 * Makefile.def: Add host-side libtermcap, utils.
12354
12355 * Makefile.in: Regenerate.
12356
e6226a2f
RO
123572002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12358
12359 * ltconfig (osf[345]): Append $major to soname_spec.
12360 Reflect this in library_names_spec.
12361 * ltmain.sh (osf): Prefix $major with . for use as extension.
12362
3b75d237
AJ
123632002-11-19 Andreas Jaeger <aj@suse.de>
12364
12365 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12366 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12367 and sparc64 GNU/Linux systems.
12368
809108de
NS
123692002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12370
12371 * MAINTAINERS: Update email.
12372
e7e0de7e
GP
123732002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12374
12375 * MAINTAINERS: Complete James Dennett's entry.
12376
f7109dea
EB
123772002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12378
12379 * MAINTAINERS (Write After Approval): Add myself.
12380
d3ac17c9
BK
123812002-11-13 Bruce Korb <bkorb@gnu.org>
12382
12383 * Makefile.tpl: syntactic cleanup
12384
dce2d8b2 123852002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
12386
12387 * MAINTAINERS: Add myself to write-after-approval list.
12388
4977bab6
ZW
123892002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12390
12391 * Makefile.def: Add list of recursive targets to autogenerate.
12392 Add build_modules.
12393 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12394 targets. Autogenerate *-build-* targets.
12395 * Makefile.in: Regenerate.
12396
123972002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12398
12399 * configure: More autoconf-style substitutions.
12400 * Makefile.tpl: More autoconf-style substitutions.
12401 * Makefile.in: Regenerate.
12402
124032002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12404
12405 * configure: Substitute more variables in a more autoconf-friendly
12406 way. Simplify slightly.
12407 * Makefile.tpl: Make more variables substitutable in an
12408 autoconf-friendly way.
12409 * Makefile.in: Regenerate.
12410
d4783999
JW
124112002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12412
12413 * MAINTAINERS (Write After Approval): Add myself.
12414
4977bab6
ZW
124152002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12416
12417 * configure.in (v810*): Remove special setting of tools.
12418
12419 * configure: Add support for extra required flags for ar or nm.
12420 * configure.in (aix4.3+): Use above support for target-specific
12421 issues, rather than using config/mt-aix43.
12422
124232002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12424
12425 * configure: Remove 'removing', which doesn't work. Replace $subdir
12426 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12427 with $srcdir. Reformat indentation. Substitute some variables
12428 formerly hard-coded in the Makefile for build=host.
12429 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12430 * Makefile.def: Autogenerate more.
12431 * Makefile.in: Regenerate.
12432
1c9c903e
AN
124332002-11-04 Adam Nemet <anemet@lnxw.com>
12434
12435 * MAINTAINERS (Write After Approval): Add myself.
12436
40673d2b
KB
124372002-11-04 Kevin Buettner <kevinb@redhat.com>
12438
12439 * Makefile.def (host_modules): Add rda.
12440 * Makefile.in: Regenerate.
12441 * configure.in (target_tool): Add target-rda to list.
12442
42e650ae
GP
124432002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12444
12445 * MAINTAINERS: Remove "co-maintainer" note for web pages.
12446
e004b81f
PE
124472002-10-25 Phil Edwards <pme@gcc.gnu.org>
12448
12449 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
12450 and restrap targets to this rule.
12451 * Makefile.in: Regenerate.
12452
06bd49b1
GP
124532002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12454
12455 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12456 GNATS only accounts.
12457
d0af82b0
HPN
124582002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
12459
12460 * configure.in (i[3456]86-*-linux*): Add check to disable
12461 ${libgcj} for glibc1.
12462
10782654
DC
124632002-10-24 Denis Chertykov <denisc@overta.ru>
12464
12465 * MAINTAINERS: Add myself as ip2k port maintainer.
12466
a5a438f5
SS
124672002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
12468
12469 * configure.in: Add tic4x target.
12470
fe3d5b7f
NN
124712002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
12472
aba8a494
NN
12473 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12474 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12475 * Makefile.in: Regenerate.
12476
fe3d5b7f
NN
12477 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12478 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12479 * Makefile.in: Regenerate.
12480
a6ad79e7
JJ
124812002-10-02 Janis Johnson <janis187@us.ibm.com>
12482
12483 * MAINTAINERS: Add myself as web pages co-maintainer.
12484
6a8a9058
NN
124852002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12486
12487 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12488 * Makefile.in: Regenerate.
12489
327d975a
ZW
124902002-10-02 Zack Weinberg <zack@codesourcery.com>
12491
12492 * MAINTAINERS: Add myself and Nathan Sidwell
12493 <nathan@codesourcery.com> as VxWorks maintainers.
12494
a5ae8f19 124952002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
12496
12497 * Makefile.def: Remove order dependency comments.
12498 * Makefile.tpl: Add explicit install-install dependencies.
12499 * Makefile.in: Regenerate.
d0f6c823 12500
34c6040c 12501 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 12502 * Makefile.in: Regenerate.
34c6040c 12503
d0f6c823
NN
12504 * Makefile.tpl: Add configure-target (for src-release in src)
12505 * Makefile.in: Regenerate.
12506
50bd210b
NC
125072002-09-30 Nick Clifton <nickc@redhat.com>
12508
12509 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12510
ca25149e
UW
125112002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
12512
12513 * configure.in (s390*-*-linux*): Enable libgcj.
12514
dd30b57d
NN
125152002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
12516
9e60a678
NN
12517 * configure: Revert accidentally applied changes.
12518
dd30b57d
NN
12519 * Makefile.tpl: Make more autoconf-friendly.
12520 * Makefile.in: Regenerate.
12521 * configure: Make substitution more autoconf-like.
12522
5831424e
RE
125232002-09-28 Richard Earnshaw <rearnsha@arm.com>
12524
12525 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12526 single entry to handle all these.
12527 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
12528 libjava on arm-*-elf.
12529
b7f3b15b
GK
125302002-09-27 Geoffrey Keating <geoffk@apple.com>
12531
12532 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12533 things that depend on them.
12534
0dffceed
NN
125352002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12536
12537 * Makefile.tpl: Make subsituted variables more autoconfy.
12538 * Makefile.in: Regenerate.
12539 * configure: Make seds more autoconfy.
12540
1db75a86 125412002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
12542
12543 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12544 * Makefile.in: Regenerate.
12545 * configure.in: Rewrite sed statements to look autoconfy.
12546
1db75a86
NN
12547 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12548 all-target-foo on configure-target-foo.
12549 * Makefile.def: Ditto.
12550 * Makefile.in: Rebuild.
12551
741a4e89
AH
125522002-09-25 Andrew Haley <aph@redhat.com>
12553
12554 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12555
95ddd785
NN
125562002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12557
12558 * Makefile.def: New file.
12559 * Makefile.tpl: New file.
12560 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12561 * contrib/gcc_update: Note that Makefile.in is a generated file.
12562
12563 * configure.in: Minor rearrangement. Simplify tests.
12564
65a824f6
JT
125652002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12566
12567 * configure.in (with_headers): Skip copy if value is "yes".
12568 (with_libs): Likewise.
12569
51270f0a 125702002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
12571
12572 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12573 * configure.in (sh*-*-pe*): Ditto.
12574 * configure.in (mips*-*-pe*): Ditto.
12575 * configure.in (*arm-wince-pe): Ditto.
12576
8f89dbf4
NN
12577 * configure.in: Rearrange.
12578
c1b8db3f
KH
125792002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12580
12581 * MAINTAINERS: Update my email address.
12582
341f0575
PK
125832002-08-30 Paul Koning <pkoning@equallogic.com>
12584
12585 * MAINTAINERS: (Write After Approval): Add myself.
12586
d2e06980
GK
125872002-08-29 Geoffrey Keating <geoffk@redhat.com>
12588
12589 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12590
4906d5d8
GK
125912002-08-24 Geoffrey Keating <geoffk@redhat.com>
12592
12593 * MAINTAINERS: Change my mailing address.
12594
e9a25cc8
PC
125952002-08-21 Paolo Carlini <pcarlini@unitus.it>
12596
12597 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 12598 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 12599
dce2d8b2 126002002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
12601
12602 * MAINTAINERS (Write After Approval): Remove myself.
12603 (Various Maintainers: c++ runtime libs): Add myself.
12604
5ce6f47b
EC
126052002-08-15 Eric Christopher <echristo@redhat.com>
12606
12607 * config.sub: Import from master repository.
12608 * config.guess: Ditto.
12609
7f9317f0
AO
126102002-08-19 Alexandre Oliva <aoliva@redhat.com>
12611
12612 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12613 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12614 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12615
7aecca3d
AH
126162002-08-16 Aldy Hernandez <aldyh@redhat.com>
12617
12618 * MAINTAINERS: Add self to rs6000 vector extensions.
12619
8ea4b195
AO
126202002-08-15 Alexandre Oliva <aoliva@redhat.com>
12621
12622 * libiberty/configure: Reverted unintended yesterday's check in.
12623
f5cc59a7
AO
126242002-08-14 Alexandre Oliva <aoliva@redhat.com>
12625
12626 * boehm-gc/configure, libf2c/configure: Rebuilt.
12627 * libffi/configure, libiberty/configure: Ditto.
12628 * libjava/configure, libobjc/configure: Ditto.
12629 * libstdc++-v3/configure, zlib/configure: Ditto.
12630 Merged from binutils:
12631 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12632 From Steve Ellcey <sje@cup.hp.com>:
12633 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12634 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12635 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12636 IA64.
12637 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12638 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12639 soname_spec, sys_lib_search_path_spec): Ditto.
12640
dce2d8b2 126412002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
12642
12643 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12644
2ff34870
L
126452002-08-04 H.J. Lu (hjl@gnu.org)
12646
12647 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12648
a014f2fe
KW
126492002-08-02 Krister Walfridsson <cato@df.lth.se>
12650
12651 * MAINTAINERS (Write After Approval): Add myself.
12652
c01d477a
AM
126532002-07-31 Alan Modra <amodra@bigpond.net.au>
12654
12655 * configure.in: Move generic linux case to end. Copy generic
12656 linux noconfigdirs to mips*-*-linux* entry and new
12657 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12658
68cd2524
MM
126592002-07-19 Michael Matz <matz@suse.de>
12660
12661 * MAINTAINERS: Add myself as ra* maintainer.
12662
e2d83b8c
CD
126632002-07-16 Chris Demetriou <cgd@broadcom.com>
12664
12665 * config.guess: Update to 2002-07-09 version.
12666 * config.sub: Update to 2002-07-03 version.
12667
cece4f1d
HPN
126682002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12669
12670 * MAINTAINERS: Fix typo in a maintainer email address.
12671
bb654703
NN
126722002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12673
12674 * configure.in: Remove two redundant tests.
12675
789b7de5
RO
126762002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12677
12678 * configure.in (mips*-*-irix6*o32): Enable stabs.
12679
e1da1089
NN
126802002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12681
f3970bba
NN
12682 * configure.in: Don't build grez.
12683 * Makefile.in: Ditto.
12684
e1da1089
NN
12685 * Makefile.in: Remove references to bsp, cygmon, libstub.
12686 * configure.in: Ditto.
12687
12688 * configure.in: Remove leftover reference to gdbtest.
12689
57c905fa
PE
126902002-07-08 Phil Edwards <pme@gcc.gnu.org>
12691
12692 * configure.in (gxx_include_dir): Change to match versioned
12693 C++ headers if --enable-version-specific-runtime-libs is used.
12694
a0af94a7 126952002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 12696
a0af94a7
SE
12697 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12698
423ce3eb
NN
126992002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12700
12701 * configure.in: Make --without-x work.
12702
98186934
NN
127032002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12704
c3b7d169
NN
12705 * configure.in: Rearrange target Makefile fragment collection.
12706
98186934
NN
12707 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12708 cvs[src].
12709 * configure.in: Ditto.
12710
eebd288a
MK
127112002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12712
12713 * MAINTAINERS (Write After Approval): Update my e-mail address.
12714
3ab36f05
NN
127152002-06-24 Ben Elliston <bje@redhat.com>
12716
12717 * configure.in (host_tools): Remove cgen.
12718
12719 * Makefile.in (all-cgen): Remove; runs from its source directory.
12720 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 12721 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
12722 (all-sim): Likewise.
12723
dce2d8b2 127242002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
12725
12726 * Makefile.in: Eliminate 'apache' targets.
12727 * configure.in: Eliminate 'apache' targets.
12728
55380b08
NN
12729 * configure.in: Eliminate redundant tests. Reorganize.
12730
9a5c1b9d
NN
12731 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12732
5fd3853a
NN
12733 * config-ml.in: Eliminate references to Cygnus configure.
12734
cfefc434
NN
12735 * Makefile.in: Eliminate references to building emacs.
12736
2fe93885
GS
127372002-06-28 Graham Stott <graham.stott@btinternet.com>
12738
12739 * MAINTAINERS: Update my email address.
12740
53c40185
BK
127412002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12742
12743 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 12744 (cxx_incdir): Remove.
53c40185 12745
97679694
NN
127462002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12747
12748 * MAINTAINERS (Write After Approval): Add self.
12749
b03bcd37
DC
12750Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12751
12752 * configure.in: Add support for ip2k.
12753
6bd12129
NN
127542002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12755
12756 * configure.in: Fix AIX configury bug.
12757
e0d98a92
SE
127582002-06-20 Steve Ellcey <sje@cup.hp.com>
12759
12760 * MAINTAINERS (Write After Approval): Add self.
12761
ba3292db
NN
127622002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12763
ef40bc65
NN
12764 * configure.in: replace ${topsrcdir} with ${srcdir}
12765
7a0be465
NN
12766 * configure.in: Move definition of libstdcxx_flags
12767 right above usage, rather than waaay earlier.
12768
e1848dde
NN
12769 * configure.in: Pull definition of is_cross_compiler earlier.
12770
8bc2fff1
NN
12771 * configure.in: Rearrange a little.
12772
ba3292db
NN
12773 * configure.in: Remove references to librx.
12774 * Makefile.in: Remove references to librx.
12775
11d8b408
DC
12776Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12777
12778 * config.sub: Add support for avr target.
12779 Import from master sources, rev 1.255
5ce6f47b 12780
93da8339
PE
127812002-06-19 Phil Edwards <pme@gcc.gnu.org>
12782
12783 * configure, .cvsignore: Revert previous change...
12784 * Makefile: ...delete.
12785
b4caab5c
NN
127862002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12787
12788 * configure.in: Eliminate ${gasdir} variable.
12789
ee777171
DB
127902002-06-18 Dave Brolley <brolley@redhat.com>
12791
12792 * configure.in: Add support for frv.
12793 * config.sub: Add support for frv.
12794
26e4af54
PE
127952002-06-18 Phil Edwards <pme@gcc.gnu.org>
12796
12797 * configure: Remove garbage from previous commit.
12798
bb20b7da
PE
127992002-06-18 Phil Edwards <pme@gcc.gnu.org>
12800
12801 * configure: For in-source builds, make a subdir and re-exec there.
12802 * Makefile: New file. Pass targets through to build directory.
12803 * .cvsignore: No longer ignore "Makefile".
12804
9d321f6c
DR
128052002-06-16 Douglas Rupp <rupp@gnat.com>
12806
12807 * MAINTAINERS (Write After Approval): Add self.
12808
c8eb2bc0
KG
128092002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12810
12811 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12812
f210d239
JT
128132002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12814
12815 * configure.in (vax-*-netbsd*): Re-enable gas.
12816
e9667b3c
NN
128172002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12818
efe1f357
NN
12819 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12820 BUILD_PREFIX_1, to correct nomenclature.
12821 * configure: Likewise.
12822
e9667b3c
NN
12823 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12824 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12825
fe2fe497
OH
128262002-05-31 Olaf Hering <olh@suse.de>
12827
12828 * config-ml.in: Propogate DESTDIR also.
12829
dcf7f0dd
JT
128302002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12831
12832 * configure.in (vax-*-netbsd*): Don't build gas for this
12833 platform.
12834
6ff14f32
MM
128352002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12836
12837 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12838 and libgcj for AVR.
12839
397de1ff
KK
128402002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12841
12842 * MAINTAINERS (Write After Approval): Add myself.
12843
ac30211c
JT
128442002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12845
12846 * config.guess: Update to 2002-05-22 version.
12847 * config.sub: Likewise.
12848
1e6347d8
RO
128492002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12850
12851 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12852 * config-ml.in: Likewise.
12853 * configure: Likewise.
12854 * configure.in: Likewise.
12855
e5ce1d6d
SC
128562002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12857
12858 * MAINTAINERS: Update my email address.
12859
6cdef75d
NN
128602002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12861
4a87f061
NN
12862 * configure.in: Simplify makefile fragment collection.
12863
12864 * configure.in: Remove code to build emacs.
603606e7 12865
e254d6b5
NN
12866 * configure.in : Remove --srcdir argument from targargs and buildargs
12867 (it's always overridden in the Makefile anyway). Rearrange a bit.
12868
12869 * configure: Move some logic to configure.in.
12870 * configure.in: Move some logic from configure.
6cdef75d 12871
1d6006fe
TT
128722002-05-11 Tom Tromey <tromey@redhat.com>
12873
12874 * MAINTAINERS: Reflect libgcj reality.
12875
b70b3534
FS
128762002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12877
12878 * Makefile.in: Honour DESTDIR.
12879
4434687a
MM
128802002-05-08 Mark Mitchell <mark@codesourcery.com>
12881
12882 * config.guess: Import 2002-03-20 version.
12883 * config.sub: Import 2002-04-26 version.
12884
a89e49c7
RO
128852002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12886
12887 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12888
44e55536
TJ
128892002-05-07 Tim Josling <tej@melbpc.org.au>
12890
12891 * MAINTAINERS: Add self.
12892
dce2d8b2 128932002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
12894
12895 * ltmain.sh: Detect and handle object name conflicts
12896 while piecewise linking a static library.
12897
b7c13625
AO
128982002-05-05 Alexandre Oliva <aoliva@redhat.com>
12899
12900 * configure.in (noconfigdirs): Don't disable libgcj on
12901 sparc64-*-solaris* and sparcv9-*-solaris*.
12902
4182d9fa
AO
129032002-05-03 Alexandre Oliva <aoliva@redhat.com>
12904
12905 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12906
7bebf279
TF
129072002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12908
12909 * configure.in (FLAGS_FOR_TARGET): Do not add
12910 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12911 on i[3456]86-*-linux*.
12912
9a06dc7d
TF
129132002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12914
12915 * configure.in (noconfigdirs): Replace [ ] with test.
12916
12917 * configure.in (noconfigdirs): Do not add target-newlib if
12918 target == i[3456]86-*-linux*, and host == target.
12919
a51a07fa
NN
129202002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12921
9e7facd6
DD
12922 * configure.in: delete reference to absent file
12923
aeaa0f2f
NN
12924 * configure.in: replace '[' with 'test'
12925
4bb98828
NN
12926 * configure.in: Eliminate references to gash.
12927 * Makefile.in: Eliminate references to gash.
12928
64791664
NN
12929 * configure.in: remove useless references to 'pic' makefile fragments.
12930
3ed57cf4
NN
12931 * configure.in: (*-*-windows*) Finish removing.
12932
a51a07fa
NN
12933 * configure.in: Eliminate redundant test for libgui.
12934
8552f6f1
RS
129352002-04-29 Roger Sayle <roger@eyesopen.com>
12936
12937 * MAINTAINERS: Add self and realphabetize. Update entries
12938 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12939 entry for a29k port maintainer.
12940
dce2d8b2 129412002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
12942
12943 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12944 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12945
704c9a14
NN
129462002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12947
12948 * configure.in: remove references to dead files
12949
7bff5059
MM
129502002-04-19 Mark Mitchell <mark@codesourcery.com>
12951
12952 * MAINTAINERS: Add information about purpose of this file.
12953
0c7c67f0
TT
129542002-04-18 Tom Tromey <tromey@redhat.com>
12955
12956 * configure.in: Disallow configuring libgcj when it is already
12957 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12958 Solaris 2.8 by default. For PR libgcj/6158.
12959
63501e91
NN
129602002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12961
12962 * configure.in: Move default CC setting out of config/mh-* fragments
12963 directly into here.
12964
701afd4d
NN
129652002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12966
12967 * configure.in: don't even try to configure or make a subdirectory
12968 if there's no configure script for it.
12969
07cdae91
MM
129702002-04-15 Mark Mitchell <mark@codesourcery.com>
12971
12972 * MAINTAINERS: Remove chill maintainers.
12973 * Makefile.in (CHILLFLAGS): Remove.
12974 (CHILL_LIB): Remove.
12975 (TARGET_CONFIGDIRS): Remove libchill.
12976 (CHILL_FOR_TARGET): Remove.
12977 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12978 CHILL_LIB.
12979 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12980 (CHECK_TARGET_MODULES): Likewise.
12981 (INSTALL_TARGET_MODULES): Likewise.
12982 (CLEAN_TARGET_MODULES): Likewise.
12983 (configure-target-libchill): Remove.
12984 (all-target-libchill): Remove.
12985 * configure.in (target_libs): Remove target-libchill.
12986 Do not compute CHILL_FOR_TARGET.
12987 * libchill: Remove directory.
5ce6f47b 12988
ab50d72b
DD
129892002-04-11 DJ Delorie <dj@redhat.com>
12990
12991 * Makefile.in, configure.in: Sync with binutils, entries
12992 follow...
12993
0a1e123a
DD
129942002-04-07 Andrew Cagney <ac131313@redhat.com>
12995
12996 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
12997 (do-tar, do-bz2): New rules.
12998 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
12999 (gdb-tar): New rule.
13000 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13001 (insight_dejagnu.tar): New rule.
13002 (insight.tar): New rule.
13003 (gdb+dejagnu.tar): New rule.
13004 (gdb.tar): New rule.
13005
ab50d72b
DD
130062002-02-01 Mo DeJong <supermo@bayarea.net>
13007
13008 * Makefile.in: Add all-tix to deps for all-snavigator
13009 so that tix is built when building snavigator.
13010
130112002-01-11 Steve Ellcey <sje@cup.hp.com>
13012
13013 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13014 ld and gdb are not supported.
13015
130162002-01-07 Mark Salter <msalter@redhat.com>
13017
13018 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13019 Allow target-libgloss to be built for arm, strongarm, and xscale.
13020
130212001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13022
13023 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13024 options for i[3456]86-pc-linux* native builds.
13025
130262001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13027
13028 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13029 files from .po files for a distribution.
13030
130312001-09-03 Jeff Holcomb <jeffh@redhat.com>
13032
13033 * configure.in: Enable libstdc++-v3 for h8300 targets.
13034
130352001-06-19 Alan Modra <amodra@bigpond.net.au>
13036
13037 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13038 version from bfd/.
13039
13040Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13041
13042 * Makefile.in (VER): When present, extract the version number from
13043 the file version.in.
13044
dce2d8b2 130452001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
13046
13047 * configure.in : enable ld for aix
13048
130492001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13050
13051 * config.guess: Add linux target for S/390.
13052
130532000-11-07 Philip Blundell <pb@futuretv.com>
13054
13055 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13056
130572000-11-03 Philip Blundell <pb@futuretv.com>
13058
13059 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13060 files.
13061
130622001-01-15 Ben Elliston <bje@redhat.com>
13063
13064 * configure.in (host_tools): Add sid.
13065 Always configure cgen.
13066
130672000-11-24 Nick Clifton <nickc@redhat.com>
13068
13069 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13070
ab50d72b
DD
130712000-08-20 Doug Evans <dje@casey.transmeta.com>
13072
13073 * Makefile.in (ALL_MODULES): Add all-cgen.
13074 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13075 (all-cgen): New target.
13076 (all-opcodes,all-sim): Depend on all-cgen.
13077 * configure.in (host_tools): Add cgen.
13078 Only configure cgen if --enable-cgen-maint.
13079
dce2d8b2 130802002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
13081
13082 * configure.in: Add *-*-freebsd* configurations.
13083
90def2b2
TT
130842002-04-08 Tom Tromey <tromey@redhat.com>
13085
13086 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13087 Fixes PR libgcj/6068.
13088
320d7e7a
KW
130892002-03-30 Krister Walfridsson <cato@df.lth.se>
13090
13091 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13092
18b467f1
RO
130932002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13094
13095 * configure.in (alpha*-dec-osf*): Enable libgcj.
13096
dce2d8b2 130972003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
13098
13099 * MAINTAINERS (Write After Approval): Add myself.
13100
56ae9405
NC
131012002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13102
13103 Fix for: PR bootstrap/3591, target/5676
13104 * configure.in (mcore-pe): Disable the configuration of
13105 libstdc++-v3 since exceptions are not supported.
13106
f18d9a0c
AG
131072002-03-20 Anthony Green <green@redhat.com>
13108
13109 * configure.in: Enable libgcj for xscale-elf target.
13110
dce2d8b2 13111Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13112
13113 * MAINTAINERS: Update my email address.
13114
28eca9e8
AO
131152002-03-16 Alexandre Oliva <aoliva@redhat.com>
13116
13117 * ltmain.sh (relink_command): Fix typo in previous change.
13118
e67e72c7
AO
131192002-03-15 Alexandre Oliva <aoliva@redhat.com>
13120
13121 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13122 (relink_command): Added --tag flags.
13123 (mode=install): If relinking fails; error out.
13124
c2273204
RH
131252002-03-12 Richard Henderson <rth@redhat.com>
13126
13127 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13128 .NOTPARALLEL tag.
13129 (do-check): Rename from check.
13130 (check): Allow parallel check.
13131
bcb64245
BW
131322002-03-12 Bob Wilson <bob.wilson@acm.org>
13133
13134 * MAINTAINERS: Add myself as maintainer for xtensa port.
13135 Fix alphabetical order in CPU port maintainer list.
13136 Remove myself from Write After Approval list.
13137
63adb4ff
RH
131382002-03-11 Richard Henderson <rth@redhat.com>
13139
13140 * Makefile.in (.NOTPARALLEL): Add fake tag.
13141
9bec4bf0
L
131422002-03-07 H.J. Lu (hjl@gnu.org)
13143
13144 * configure.in: Enable gprof for mips*-*-linux*.
13145
c7fc1f84
DS
131462002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13147
13148 * MAINTAINERS (Write After Approval): Add myself.
13149
6bff33fb
AO
131502002-02-28 Alexandre Oliva <aoliva@redhat.com>
13151
13152 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13153 libjava.
13154 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13155
0210b33b
AO
131562002-02-23 Alexandre Oliva <aoliva@redhat.com>
13157
13158 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13159 because its Makefile is there; test for the executable instead.
13160
fcc0a3ef
AO
131612002-02-22 Alexandre Oliva <aoliva@redhat.com>
13162
13163 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13164 libstdc++-v3 and libjava.
13165
dce2d8b2 131662002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13167
13168 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13169 boehm-gc
5ce6f47b 13170
40fe0ec3
AO
131712002-02-09 Alexandre Oliva <aoliva@redhat.com>
13172
13173 * config.guess: Updated to 2002-01-30's version.
13174 * config.sub: Updated to 2002-02-01's version.
13175 Contribute sh64-elf.
13176 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13177 * configure.in: Added sh64-*-*.
13178
694d53ee
CD
131792002-02-08 Chris Demetriou <cgd@broadcom.com>
13180
13181 * MAINTAINERS: Belatedly add myself to write after approval list.
13182
a9ca50b1
JH
13183Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13184
13185 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13186 Remove self as Write After Approval.
13187
5ffc3500
GK
131882002-01-31 Geoffrey Keating <geoffk@redhat.com>
13189
13190 * MAINTAINERS: Put self in as maintainer for contrib/regression
13191 directory.
13192
4ceaf7fb
PE
131932002-01-28 Phil Edwards <pme@gcc.gnu.org>
13194
13195 * MAINTAINERS: Update my email address.
13196
51584787
JT
131972002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13198
5ce6f47b
EC
13199 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13200 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13201 libraries if not supported for NetBSD on target CPU.
13202
5701d273
DR
132032002-01-25 Douglas B Rupp <rupp@gnat.com>
13204
13205 * install-sh: Use _inst.$$_ for temp file name.
13206
b299a075
JT
132072002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13208
13209 * MAINTAINERS (Write After Approval): Move my contact info
13210 from here...
13211 (OS Port Maintainers): ...to here (netbsd).
13212
51fe14b5
BW
132132002-01-22 Bob Wilson <bob.wilson@acm.org>
13214
13215 * MAINTAINERS (Write After Approval): Add myself.
13216
dce2d8b2 132172002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13218
13219 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13220 (all-target-fastjar): Also depend on all-target-libiberty.
13221
3cd87679
L
132222002-01-16 H.J. Lu (hjl@gnu.org)
13223
13224 * config.guess: Import from master sources, rev 1.225.
13225 * config.sub: Import from master sources, rev 1.238.
13226
969a6d8f
KH
132272002-01-16 Kazu Hirata <kazu@hxi.com>
13228
13229 * MAINTAINERS (Write After Approval): Remove myself.
13230
366f6a52
FW
132312001-12-19 Florian Weimer <fw@deneb.enyo.de>
13232
13233 * MAINTAINERS (Write After Approval): Add myself.
13234
f02240b6
JM
132352001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13236
13237 * MAINTAINERS: Add self as docs co-maintainer.
13238
5d08dc39
MK
132392001-12-11 Matthias Klose <doko@debian.org>
13240
13241 * MAINTAINERS (Write After Approval): Add myself.
13242
39e790d5
ZW
132432001-12-09 Zack Weinberg <zack@codesourcery.com>
13244
13245 * MAINTAINERS: Update my email address.
13246
4519d6a3
TC
132472001-12-07 Turly O'Connor <turly@apple.com>
13248 * MAINTAINERS (Write After Approval): Add myself.
13249 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13250 (rs6000_initialize_trampoline): Call __trampoline_setup for
13251 ABI_DARWIN too.
13252 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13253 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13254
21cf0a73
PC
132552001-12-07 Paolo Carlini <pcarlini@unitus.it>
13256
13257 * MAINTAINERS (Write After Approval): Add myself.
13258
4ee43206
DR
13259Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13260
13261 * configure, configure.in: Use temp file for long sed commands.
13262
251931f3
LG
132632001-12-03 Laurent Guerby <guerby@acm.org>
13264
13265 * config.sub: Update to version 1.232 on subversion.
13266
03777dd7
BE
132672001-12-03 Ben Elliston <bje@redhat.com>
13268
13269 * MAINTAINERS: Update mail address for config.* patches.
13270
dce2d8b2 132712001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13272 Zack Weinberg <zack@codesourcery.com>
13273
13274 When build != host, create libiberty for the build machine.
13275
13276 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13277 CONFIG_ARGUMENTS.
13278 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13279 New variables.
13280 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13281 and rules.
13282 (all.normal): Depend on ALL_BUILD_MODULES.
13283 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13284 (all-build-libiberty): Depend on configure-build-libiberty.
13285
13286 * configure: Calculate and substitute proper value for
13287 ALL_BUILD_MODULES.
13288 * configure.in: Create the build subdirectory.
13289 Calculate and substitute TARGET_CONFIGARGS (formerly
13290 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13291
04075e8f
ZL
132922001-11-26 Ziemowit Laski <zlaski@apple.com>
13293
13294 * MAINTAINERS (write-after-approval): Add self.
13295
ed19322d
CR
132962001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13297
13298 * MAINTAINERS (GNATS only accounts): Remove self.
13299
90a12988
HPN
133002001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13301
13302 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13303 libf2c.
13304
77e653ad
CR
133052001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13306
13307 * MAINTAINERS (Write After Approval): Add self.
13308
64adad99
DB
133092001-11-12 David O'Brien <obrien@FreeBSD.org>
13310
13311 * MAINTAINERS: mips and s390 are also CPU ports.
13312
834a28c7
DB
133132001-11-12 David O'Brien <obrien@FreeBSD.org>
13314
13315 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13316
ef94239f
DB
133172001-11-11 David O'Brien <obrien@FreeBSD.org>
13318
13319 * MAINTAINERS: Alphabetize.
13320
beda0427
KH
133212001-11-09 Kazu Hirata <kazu@hxi.com>
13322
13323 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13324
6ca224d3
JDA
133252001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13326
13327 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13328
132e4bd7
PE
133292001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13330
13331 * configure.in (--enable-languages): Be more permissive about
13332 syntax. Check for empty lists better. Warn about $LANGUAGES.
13333
c6243b4c
GK
133342001-11-08 Geoffrey Keating <geoffk@redhat.com>
13335
13336 * config.sub: Import from master sources, rev. 1.230.
13337 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13338
abbb9e76
LG
133392001-11-07 Laurent Guerby <guerby@acm.org>
13340
13341 * MAINTAINERS (Write After Approval): Add self.
13342
53cdb27a
HPN
133432001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13344
13345 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13346
dd3a88c9
HPN
133472001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13348
13349 * config.sub: Import from master sources, rev 1.226.
13350 * config.guess: Import from master sources, rev 1.216.
13351
d344dce9
HPN
133522001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13353
13354 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13355 * MAINTAINERS: Add self as maintainer of MMIX port.
13356 Remove old after-approval entry.
13357
63f6bcd7
JM
133582001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13359
13360 * ChangeLog, configure: Fix spelling errors.
13361
84f92638
BK
133622001-10-20 Brendan Kehoe <brendan@zen.org>
13363
13364 * MAINTAINERS: Tweak my address.
13365
dce2d8b2 13366Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
13367
13368 * MAINTAINERS: Update my email address.
13369
1567080c 133702001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 13371
f48a3b5c 13372 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 13373 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 13374
30106886
GB
133752001-10-10 Geert Bosch <bosch@gnat.com>
13376
e490616e 13377 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
13378 Added Robert Dewar.
13379
dce2d8b2 133802001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
13381
13382 * MAINTAINERS (Write After Approval): Added self
13383
d1c3e709
GB
133842001-10-02 Geert Bosch <bosch@gnat.com>
13385
13386 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13387
50f5f793
JM
133882001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13389
13390 * configure: Handle temporary files securely using mkdir.
13391
7fddf9a9
AO
133922001-09-29 Alexandre Oliva <aoliva@redhat.com>
13393
13394 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13395
dce2d8b2 133962001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
13397
13398 * configure.in (*-*-linux*): Disable configuration of target-newlib
13399 and target-libgloss.
e490616e 13400
0c055e34
AO
134012001-09-26 Alexandre Oliva <aoliva@redhat.com>
13402
13403 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13404 RANLIB.
13405
759bfa90
AO
134062001-09-21 Alexandre Oliva <aoliva@redhat.com>
13407
13408 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13409 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13410 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13411 avoid quotes nesting problems.
13412 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13413 (DO_X): Export only variables that are set.
13414
1dc4a750
BE
134152001-09-19 Ben Elliston <bje@redhat.com>
13416
13417 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13418 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13419 semantics. Use the shell built-in "type" command instead.
13420
898c7238
AO
134212001-08-31 Alexandre Oliva <aoliva@redhat.com>
13422
13423 Merged from gcc-3_0-branch:
13424 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13425 * ltcf-c.sh: Use $objext, not $ac_objext.
13426 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13427 * ltcf-cxx.sh: Add support for GNU.
13428 2001-07-22 Timothy Wall <twall@redhat.com>
13429 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
13430 default settings if using GNU tools with that configuration.
13431 * ltcf-cxx.sh: Ditto.
13432 * ltcf-gcj.sh: Ditto.
13433 2001-07-21 Michael Chastain <chastain@redhat.com>
13434 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13435 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
13436 * ltmain.sh: Mark as gcc-local.
13437
8fa0a32e
EC
134382001-08-30 Eric Christopher <echristo@redhat.com>
13439 Jason Eckhardt <jle@redhat.com>
13440
13441 * config.guess: Merge from master sources.
13442 * config.sub: Merge from master sources, add support for mipsisa32.
13443
32f30f91 134442001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
13445 * config.sub: Merge from master sources, rev 1.219.
13446 * MAINTAINERS: Add self as contact for stormy16 port.
13447
f6084f99
ZW
134482001-08-14 Zack Weinberg <zackw@panix.com>
13449
13450 * config.sub: Merge from master sources, rev 1.218.
13451 * config.guess: Merge from master sources, rev 1.209.
13452
91b54f7f
GS
134532001-08-11 Graham Stott <grahams@redhat.com>
13454
13455 * Makefile.in (check-c++): Add missing semicolon.
13456
e5b3941e
JH
13457Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
13458
32f30f91 13459 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 13460
6387a56e
EC
134612001-07-30 Eric Christopher <echristo@redhat.com>
13462
13463 * MAINTAINERS (Various maintainers: mips port): Added myself.
13464
53b475f0
AH
134652001-07-25 Andrew Haley <aph@cambridge.redhat.com>
13466
e490616e 13467 * configure.in (sh-*-linux*): New.
53b475f0 13468
2a08c780
RH
134692001-07-27 Richard Henderson <rth@redhat.com>
13470
13471 * .cvsignore: Add LAST_UPDATED.
13472
bfa79422
UW
134732001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
13474
13475 * MAINTAINERS (Various maintainers: s390 port): Added myself.
13476
0ae85492
AH
134772001-07-16 Aldy Hernandez <aldyh@redhat.com>
13478
e490616e 13479 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 13480
8e1ab0fe
NP
13481Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
13482
13483 * MAINTAINERS (Write After Approval): Added myself.
13484
2b997990
SC
134852001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13486
13487 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13488 and libgcj on m68hc11/m68hc12.
13489
d920e825
L
134902001-06-27 H.J. Lu (hjl@gnu.org)
13491
13492 * Makefile (CFLAGS_FOR_BUILD): New.
13493 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13494
d425a1e0
JM
134952001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13496
13497 * README: Remove version number.
13498
5b5b4207
GP
134992001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13500
13501 * INSTALL/README: Update wrt. to the installation instructions now
13502 residing in gcc/doc/install.texi.
13503
be839b69
JM
135042001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13505
13506 * README: Replace with a cut-down and updated version of gcc/README.
13507
fe2ee7c4
DE
135082001-06-12 David Edelsohn <edelsohn@gnu.org>
13509
13510 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13511 multilibs to be disabled.
13512
4f5d646c
DB
135132001-06-11 Daniel Berlin <dan@cgsoftware.com>
13514
13515 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 13516
818f0c85
AO
135172001-06-09 Alexandre Oliva <aoliva@redhat.com>
13518
13519 * config.guess: Import CVS version 1.195.
13520 * config.sub: Import CVS version 1.212.
13521
e9a8af10
AO
135222001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
13523
13524 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13525 gcc/xgcc is built, use -print-prog-name to find out the program
13526 name to use.
13527
ae3ca0a9
PE
135282001-06-04 Phil Edwards <pme@sources.redhat.com>
13529
13530 * config.guess: Import CVS version 1.194. All gcc-local changes
13531 appear to also be in the master copy.
13532 * config.sub: Import CVS version 1.211.
13533
066bd40d
MM
13534Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
13535
13536 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13537 with_gcc]: Use `gcc -shared' to build a shared library.
13538
4aef4f33
JDA
13539Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
13540
13541 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13542 archives.
13543
c386f00f
RO
13544Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13545
13546 * MAINTAINERS (Write After Approval): Add myself.
13547
2ae5cea5
HPN
135482001-06-01 Hans-Peter Nilsson <hp@axis.com>
13549
13550 * configure.in (libstdcxx_flags): Do not try to execute
13551 libstdc++-v3/testsuite_flags until it exists.
13552
c3766183
AM
135532001-06-01 Alan Modra <amodra@bigpond.net.au>
13554
13555 * MAINTAINERS: Update my email address.
13556
9b337833
GS
135572001-05-31 Graham Stott <grahams@redhat.com>
13558
13559 * MAINTAINERS (Write After Approval): Add myself.
13560
dce2d8b2 135612001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
13562
13563 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13564 libraries when using g++ with native linker.
13565
5f7de4b8
AO
135662001-05-28 Alexandre Oliva <aoliva@redhat.com>
13567
13568 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13569
a7bc0fbb
AO
135702001-05-22 Alexandre Oliva <aoliva@redhat.com>
13571
13572 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13573 [aix4*|aix5*]: Prepend blank.
13574
33456445
AO
135752001-05-20 Alexandre Oliva <aoliva@redhat.com>
13576
13577 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13578 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13579 of subdir/configure scripts to use the new libtool.m4.
13580
e48d3d00
MK
135812001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13582
13583 * MAINTAINERS (Write After Approval): Add myself.
13584
9e0e191b
BK
135852001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13586
13587 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13588
3f19b439
BE
135892001-05-11 Ben Elliston <bje@redhat.com>
13590
13591 * Makefile.in (all-sid): New target.
13592 (check-sid, clean-sid, install-sid): Likewise.
13593
6ebe3121
JO
135942001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13595
13596 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13597
ca3667c4
AO
135982001-05-03 Alexandre Oliva <aoliva@redhat.com>
13599
13600 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13601 libgcj.
13602
136032001-05-03 Alexandre Oliva <aoliva@redhat.com>
13604
13605 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13606 gcc/xgcc is built, use -print-prog-name to find out the program
13607 name to use.
13608
b2964d63
AO
136092001-04-26 Alexandre Oliva <aoliva@redhat.com>
13610
b1bb2302
AO
13611 * configure.in (noconfigdirs): Don't reset it from scratch in the
13612 target case; only append to it.
6387a56e 13613
b2964d63
AO
13614 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13615 sparc-*-solaris2.8]: Disable ${libgcj}.
13616
8343765d
AO
136172001-04-25 Alexandre Oliva <aoliva@redhat.com>
13618
13619 * configure.in (libgcj_saved): Copy from $libgcj.
13620 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13621 --disable-libgcj.
13622
ddbb6d43
GRK
136232001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13624
13625 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 13626 C front end maintainer.
ddbb6d43 13627
3fa03ff9
AG
13628Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13629
13630 * configure.in: Move *-chorusos target case to the proper switch.
13631 Disable libgcj.
13632
99ffe40f
AO
136332001-04-12 Alexandre Oliva <aoliva@redhat.com>
13634
13635 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13636 1.641.2.228.
13637
78faa32d
FS
136382001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13639
13640 * Makefile.in (STAGE1_CFLAGS): Pass down.
13641
cdbff0ab
AM
136422001-04-13 Alan Modra <amodra@one.net.au>
13643
13644 * config.guess: Add hppa64-linux support. Note for next import that
13645 this is already in the master file.
13646 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13647
75b9074c
AO
136482001-04-12 Alexandre Oliva <aoliva@redhat.com>
13649
13650 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13651 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13652
125404c5
SS
136532001-04-11 Stan Shebs <shebs@apple.com>
13654
13655 * MAINTAINERS: Add self as Darwin port maintainer.
13656
876684fe
AM
136572001-04-11 Alan Modra <amodra@one.net.au>
13658
13659 * MAINTAINERS: Update my email address.
13660
06729913
LR
136612001-04-10 Loren J. Rittle <ljrittle@acm.org>
13662
13663 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13664 recent versions of FreeBSD (release 3 or later).
13665 * ltconfig: On FreeBSD, -lc must not be provided when building
13666 a shared library or else the standard -pthread gcc option is
13667 rendered worthless to later users of the built library.
13668
67916302
JM
136692001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13670
13671 * MAINTAINERS: Add self and RTH as C front end maintainers.
13672
d2bc0628
AO
136732001-04-05 Alexandre Oliva <aoliva@redhat.com>
13674
e490616e
ZW
13675 * config.sub: Make sure to match an already-canonicalized
13676 machine name (eg. mn10300-unknown-elf).
d2bc0628 13677
a3406c06
AO
136782001-04-01 Alexandre Oliva <aoliva@redhat.com>
13679
13680 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13681 New macros.
13682 (bootstrap, cross): Use RECURSE_FLAGS.
13683 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13684
a076f6a4
AO
136852001-03-27 Alexandre Oliva <aoliva@redhat.com>
13686
13687 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13688
e9f4fa71
CH
136892001-03-22 Colin Howell <chowell@redhat.com>
13690
7238de5c
CH
13691 * Makefile.in (DO_X): Do not backslash single-quotes in
13692 backquotes (two places).
e9f4fa71 13693
b6b14b1b
AO
136942001-03-22 Alexandre Oliva <aoliva@redhat.com>
13695
13696 Re-installed:
13697 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13698 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13699 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13700 * ltcf-cxx.sh: Likewise.
13701 * ltcf-gcj.sh: Likewise.
13702
1eb0b89d
GP
137032001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13704
13705 * MAINTAINERS: Add myself as "documentation co-maintainer".
13706
82e23236
AO
137072001-03-22 Alexandre Oliva <aoliva@redhat.com>
13708
13709 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13710 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13711
64ec27c3
TT
137122001-03-19 Tom Tromey <tromey@redhat.com>
13713
13714 * config-ml.in: Handle GCJ and GCJFLAGS.
13715
191de407
MC
137162001-03-21 Michael Chastain <chastain@redhat.com>
13717
13718 * Makefile.in: all-m4 depends on all-texinfo.
13719
fed4dede
LR
137202001-03-20 Loren J. Rittle <ljrittle@acm.org>
13721
13722 * MAINTAINERS: Add myself to write after approval list.
13723
085072bb
LB
137242001-03-18 Laurynas Biveinis <lauras@softhome.net>
13725
13726 * Makefile.in (DO_X): Quote nested quotes.
13727
5af8ea3f
AM
137282001-03-18 Alan Modra <alan@linuxcare.com.au>
13729
13730 * MAINTAINERS: Add myself to write after approval list.
13731
69e23037
LB
137322001-03-15 Laurynas Biveinis <lauras@softhome.net>
13733
13734 * Makefile.in (DO_X): Use double quotes for quoting
13735 "RANLIB=$${RANLIB}".
13736
2b9650f4
OP
137372001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13738
13739 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13740
dce2d8b2 137412001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
13742
13743 * configure.in: Only use `lang_requires' for languages athat are
13744 actually enabled.
13745
f6646274
PE
137462001-03-08 Phil Edwards <pme@sources.redhat.com>
13747
13748 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13749
c9a54638
AO
137502001-03-08 Alexandre Oliva <aoliva@redhat.com>
13751
13752 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13753
6a556ad6
TT
137542001-03-07 Tom Tromey <tromey@redhat.com>
13755
13756 * configure.in: Allow config-lang.in to set `lang_requires' to list
13757 of other required languages.
13758
6822468a
LB
137592001-03-06 Laurynas Biveinis <lauras@softhome.net>
13760
13761 * Makefile.in: Remove RANLIB definition. Use RANLIB
13762 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13763 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 13764
f04885d3 137652001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 13766 Alexandre Oliva <aoliva@redhat.com>
6387a56e 13767
f04885d3
BK
13768 * Makefile.in (check-c++): Use tabs, not spaces.
13769
288edf47 137702001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 13771
288edf47
LB
13772 * MAINTAINERS: add myself to Write After Approval list.
13773
3d55d2f8 137742001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 13775
e490616e 13776 * Makefile.in (check-c++): New rule.
6387a56e 13777
4d88a68a
BK
13778 * configure.in (target_libs): Remove libg++.
13779 (noconfigdirs): Remove libg++.
13780 (noconfigdirs): Same.
13781 (noconfigdirs): Same.
13782 (noconfigdirs): Same.
13783
13784 * config-ml.in: Remove libg++ references.
13785
13786 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13787 (ALL_TARGET_MODULES): Same.
13788 (configure-target-libg++): Remove.
13789 (all-target-libg++): Remove.
13790 (configure-target-libio): Remove.
13791 (all-target-libio): Remove.
13792 (check-target-libio): Remove.
13793 (.PHONY): Remove.
13794 (libg++.tar.bz2): Remove.
13795 (all-target-cygmon): Remove libio.
13796 (all-target-libstdc++): Remove.
13797 (configure-target-libstdc++): Remove.
13798 (TARGET_LIB_PATH): Remove libstdc++.
13799 (ALL_GCC_CXX): Remove libstdc++.
13800 (all-target-gperf): Correct.
13801
2437d4ed
NC
138022001-02-16 Nick Clifton <nickc@redhat.com>
13803
13804 * configure.in (noconfigdirs): Allow configuration of texinfo
13805 for Cygwin hosts.
13806
85b99cbe
AG
138072001-02-15 Anthony Green <green@redhat.com>
13808
13809 * configure: Introduce GCJ_FOR_TARGET.
13810 * configure.in: Ditto.
13811 * Makefile.in: Ditto.
13812
7b18790c
AS
138132001-02-13 Andreas Schwab <schwab@suse.de>
13814
13815 * MAINTAINERS: Update mail address.
13816
c4880c99
MS
138172001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13818
13819 * config.guess: Add linux target for S/390.
13820 * config.sub: Likewise.
13821
dce2d8b2 138222001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
13823
13824 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 13825 target-libgloss.
e31ae6db 13826
7739adfb
BE
138272001-02-06 Ben Elliston <bje@redhat.com>
13828
13829 * configure: Output host type to stdout, not stderr.
13830
36ca672c
MM
138312001-02-05 Mark Mitchell <mark@codesourcery.com>
13832
e40f2829 13833 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
13834 * ltcf-cxx.sh: Likewise.
13835
36ca672c
MM
13836 * config.if: Assume enable_libstdcxx_v3 is defined.
13837
22fdd65e
MM
138382001-02-04 Mark Mitchell <mark@codesourcery.com>
13839
13840 Remove V2 C++ library.
13841 * configure.in: Remove --enable-libstdcxx_v3 support.
13842
3b60dd8e
BM
138432001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13844
13845 * include/demangle.h: Add prototype for java_demangle_v3.
13846
42c0c80a
PE
138472001-01-29 Phil Edwards <pme@sources.redhat.com>
13848
13849 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13850
0be25992
RH
138512001-01-27 Richard Henderson <rth@redhat.com>
13852
13853 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13854
8a8de62d
MS
138552001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13856
13857 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13858 Don't unset, it's non-portable and no longer necessary, set to empty
13859 instead.
13860
92769744
MS
138612001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13862
13863 * ltconfig: Shell portability fix for the tagname validity check.
13864
88a1c0ab
AO
138652001-01-27 Alexandre Oliva <aoliva@redhat.com>
13866
13867 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13868 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13869
45291dd5
MS
138702001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13871
13872 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13873
1ace7e15
TT
138742001-01-26 Tom Tromey <tromey@redhat.com>
13875
13876 * configure.in: Allow libgcj to be built on Sparc Solaris.
13877
0ef8b11b
DE
138782001-01-25 David Edelsohn <edelsohn@gnu.org>
13879
13880 * ltcf-c.sh: Add aix5 case.
13881 * ltcf-cxx.sh: Likewise.
13882 * ltconfig: Likewise.
13883
0006091e
AO
138842001-01-24 Alexandre Oliva <aoliva@redhat.com>
13885
9bad11e1
AO
13886 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13887 keep at least one of build_libtool_libs or build_old_libs set to
13888 yes.
13889
0006091e
AO
13890 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13891 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13892
7c01b2b5
BM
138932001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13894
13895 * configure.in: Enable libgcj on several additional platforms.
13896
d340e0ac
BM
138972001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13898
13899 * configure.in: Enable libgcj for linux targets.
13900
5baf8c37
MS
139012001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13902
13903 * MAINTAINERS (Write After Approval): Add myself.
13904
10a0ba84
JDA
139052001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13906
13907 * MAINTAINERS: Add myself as vax port maintainer.
13908
357c6a4b
FH
139092001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13910
13911 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13912
6e2d9a7a
MS
139132001-01-09 Mike Stump <mrs@wrs.com>
13914
13915 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13916 failures of subdirectories.
13917
b6b14b1b 139182001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 13919
b6b14b1b 13920 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 13921 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
13922 * ltcf-cxx.sh: Likewise.
13923 * ltcf-gcj.sh: Likewise.
13924 * ltconfig.sh: Fix typo.
976b230d 13925
07109110
LB
139262001-01-02 Laurynas Biveinis <lauras@softhome.net>
13927
13928 * configure: handle DOS-style absolute paths.
13929
1da5b8fc
LB
139302001-01-02 Laurynas Biveinis <lauras@softhome.net>
13931
13932 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13933
4c2f5b4f
MM
139342000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13935
13936 * MAINTAINERS: Add myself as avr port co-maintainer.
13937
bc53668e
BE
139382000-12-28 Ben Elliston <bje@redhat.com>
13939
13940 * MAINTAINERS: Add myself under ``Write After Approval''.
13941
c387606f
JM
139422000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13943
13944 * texinfo: Remove directory from GCC.
13945
2cb5082c
JM
139462000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13947
13948 * COPYING: Update to current
13949 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13950 to 19yy as example year in copyright notice).
13951
cc330df9
BK
139522000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13953
6387a56e 13954 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
13955 (libstdcxx_incdir): Pass down.
13956 * config.if: Remove expired bits for cxx_interface, add stub.
13957 (libstdcxx_incdir): Add variable for g++ include directory.
13958 * configure.in (gxx_include_dir): Use it.
6387a56e 13959
4c6b2835
AO
139602000-12-18 Alexandre Oliva <aoliva@redhat.com>
13961
13962 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13963 with old-email address from ``Write After Approval''.
13964
3896f13e
AJ
139652000-12-15 Andreas Jaeger <aj@suse.de>
13966
13967 * configure.in: Handle lang_dirs.
13968
139692000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 13970
ad46e881
TT
13971 * MAINTAINERS: Removed brads.
13972
90a10418
TT
13973 * MAINTAINERS: Added gcj developers.
13974
41dfe3a2 139752000-12-13 Anthony Green <green@redhat.com>
6387a56e 13976
41dfe3a2 13977 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
13978 listed. Disable libgcj for x86 and Alpha Linux until compatible
13979 with g++ abi.
6387a56e 13980
e2f601da
MS
139812000-12-13 Mike Stump <mrs@wrs.com>
13982
13983 * Makefile.in (local-distclean): Also remove fastjar.
13984
70030c01
RB
139852000-12-12 Rodney Brown <RodneyBrown@mynd.com>
13986
13987 * contrib/gcc_update: Add fastjar --touch entries.
13988
2a50f859
AO
139892000-12-12 Alexandre Oliva <aoliva@redhat.com>
13990
13991 * configure.in: Disable language-specific target libraries for
13992 languages that aren't enabled.
13993
7743113b
AG
139942000-12-10 Anthony Green <green@redhat.com>
13995
13996 * configure.in: Define libgcj. Disable libgcj target libraries for
13997 most targets.
13998
92e061a6
NB
139992000-12-10 Neil Booth <neilb@earthling.net>
14000
14001 * MAINTAINERS: Update mail address, remove from WAA list.
14002
f34ff6d6
APB
140032000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14004
14005 * libjava: Imported from /cvs/java.
14006 * libffi: Likewise.
14007 * Boehm-gc: Likewise.
14008
d82a33c6
APB
140092000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14010
14011 * configure.in (target_libs): Revert 2000-12-08 patch.
14012 (noconfigdirs): Added target-libjava.
14013
e14f8e28
LB
140142000-12-09 Laurynas Biveinis <lauras@softhome.net>
14015
14016 * djunpack.bat: removed.
14017
fc26516b
LB
140182000-12-09 Laurynas Biveinis <lauras@softhome.net>
14019
14020 * Makefile.in: handle DOS-style absolute paths.
14021 * config-ml.in: likewise.
14022 * symlink-tree: likewise.
14023
bd8757b3
APB
140242000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14025
14026 * fastjar: Imported.
14027
81522a1f
APB
140282000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14029
14030 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14031 libjava.
14032 * configure.in (target_libs): Removed `target-libjava'.
14033
5db1f7ed
APB
140342000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14035
14036 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14037 (ALL_MODULES): Added fastjar.
14038 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14039 (all-target-libjava): all-fastjar replaces all-zip.
14040 (all-fastjar): Added.
14041 (configure-target-fastjar, all-target-fastjar): Likewise.
14042 * configure.in (host_tools): Added fastjar.
14043
5e59997c
MS
140442000-12-07 Mike Stump <mrs@wrs.com>
14045
14046 * Makefile.in (local-distclean): Remove leftover built files.
14047
0a534f40
NC
140482000-11-24 Nick Clifton <nickc@redhat.com>
14049
14050 * configure.in (xscale-elf): Add target.
14051 (xscale-coff): Add target.
14052
7686cadf
LR
140532000-11-22 Loren J. Rittle <ljrittle@acm.org>
14054
e490616e
ZW
14055 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14056 recent versions of FreeBSD (release 3 or later).
14057 * ltconfig: On FreeBSD, -lc must not be provided when building
14058 a shared library or else the standard -pthread gcc option is
14059 rendered worthless to later users of the built library.
7686cadf 14060
fff01699
FF
140612000-11-16 Fred Fish <fnf@be.com>
14062
14063 * configure.in (enable_libstdcxx_v3): Fix typo,
14064 libstd++ -> libstdc++.
14065
4dc16355
KL
140662000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14067
14068 * MAINTAINERS: Add self to Write After Approval list.
14069
bf6fc7b2
BS
140702000-11-21 Bernd Schmidt <bernds@redhat.com>
14071
14072 * MAINTAINERS: Update my email address. Add myself to global write
14073 privs list.
14074
ce8e06b1
AO
140752000-11-18 Alexandre Oliva <aoliva@redhat.com>
14076
6e2a4843
AO
14077 * Makefile.in: Merge with src and libgcj.
14078 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14079 configure-target-<library> when their configure scripts need the C
14080 or C++ library to have already been built to work properly.
14081 (do_proto_toplev): Set them to an empty string.
14082
ce8e06b1
AO
14083 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14084 (REALLY_SET_LIB_PATH): Use them.
14085
c003f378
SS
140862000-11-17 Stan Shebs <shebs@apple.com>
14087
14088 * MAINTAINERS: Add self to Write After Approval list.
14089
cc1e60ea
JM
140902000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14091
14092 * configure: Provide the original toplevel configure arguments
14093 (including $0) to subprocesses in the environment rather than
14094 through gcc/configargs.h.
14095
1173593d
JM
140962000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14097
14098 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14099 C99. Alphabetise "Write After Approval" list.
14100
520907ee
MM
141012000-11-12 Mark Mitchell <mark@codesourcery.com>
14102
34f6fbdb
MM
14103 * configure: Turn on libstdc++ V3 by default.
14104
520907ee
MM
14105 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14106 if we've got GCC.
14107
0bbd37ed
PB
141082000-11-11 Philip Blundell <philb@gnu.org>
14109
14110 * MAINTAINERS: Add self to Write After Approval list.
14111
7ca0e6d9
DE
141122000-11-09 David Edelsohn <edelsohn@gnu.org>
14113
14114 * ltcf-c.sh (aix4): Improve shared library configuration; require
14115 exporting symbols.
14116 * ltcf-cxx.sh (aix4): Define.
14117 * ltconfig (aix4): Define library and soname specs appropriate for
14118 AIX. Define command to create export symbols list.
14119
dce2d8b2 14120Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14121
14122 * config.sub: Add support for Sun Chorus
14123
fc05d516
NC
141242000-10-31 Nick Clifton <nickc@redhat.com>
14125
14126 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14127 <name>@redhat.com. Also installed new email address for Clint
14128 Popetz.
6387a56e 14129
90a0e73f
JM
141302000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14131
14132 * etc: Remove directory from GCC.
14133
a5e1b548
MM
141342000-10-16 Michael Meissner <meissner@redhat.com>
14135
14136 * configure (gcc/configargs.h): Only create if there is a build GCC
14137 directory created.
14138
6387a56e
EC
141392000-10-16 Matthias Klose <doko@debian.org>
14140
be1db873
MK
14141 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14142 when configured for libstdc++-v3.
14143
f5fa9a5b
PE
141442000-10-05 Phil Edwards <pme@gcc.gnu.org>
14145
14146 * configure: Save configure arguments to gcc/configargs.h.
14147
61a77fea
PT
141482000-10-04 Philipp Thomas <pthomas@suse.de>
14149
14150 * config.guess: Import CVS version 1.157.
14151 * config.sub: Import CVS version 1.181.
14152
3a4fee66
AP
141532000-10-04 Andris Pavenis <pavenis@latnet.lv>
14154
14155 * Makefile.in (bootstrap): avoid recursion if subdir missing
14156 (cross): ditto
14157 (do-proto-toplev): ditto
14158
3dd7094e
AO
141592000-09-30 Alexandre Oliva <aoliva@redhat.com>
14160
de710532
AO
14161 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14162 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14163
3dd7094e
AO
14164 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14165 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14166 all affected `configure' scripts.
14167
e592386f
NB
14168Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14169
14170 * MAINTAINERS: Add self as cpplib co-maintainer.
14171
fba54939
AH
141722000-09-24 Aldy Hernandez <aldyh@redhat.com>
14173
14174 * MAINTAINERS: Add self to Write After Approval list.
14175
2bd429f4
GP
141762000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14177
14178 * INSTALL/README: egcs -> GCC update.
14179
dce2d8b2 14180Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14181
14182 * MAINTAINERS: Add myself to Write After Approval list.
14183
d7ce9a83
KH
141842000-09-15 Kazu Hirata <kazu@hxi.com>
14185
14186 * MAINTAINERS: Add myself to Write After Approval list.
14187
18a53ffe
JL
14188Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14189
e490616e
ZW
14190 * configure.in: Do not build byacc for hppa64. Provide paths to the
14191 X11 libraries for hppa64.
18a53ffe 14192
f246ff23
SC
141932000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14194
14195 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14196
06298abd
AO
141972000-09-06 Alexandre Oliva <aoliva@redhat.com>
14198
4b92758a
AO
14199 * Makefile.in (all-zlib): Added dummy target.
14200
06298abd
AO
14201 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14202 ltcf-gcj.sh: Updated from libtool multi-language branch.
14203
4d73d07a
AO
142042000-09-05 Alexandre Oliva <aoliva@redhat.com>
14205
14206 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14207 (bootstrap*): Depend on all-bootstrap.
14208
05d52d78
PT
142092000-09-05 Philipp Thomas <pthomas@suse.de>
14210
14211 * config.guess: Import CVS version 1.156.
14212 * config.sub: Import CVS version 1.179.
14213
3c809ba4
AG
142142000-09-02 Anthony Green <green@cygnus.com>
14215
14216 * Makefile.in (all-gcc): Depend on all-zlib.
14217 (CLEAN_MODULES): Add clean-zlib.
14218 (ALL_MODULES): Add all-zlib.
14219 * configure.in (host_libs): Add zlib.
14220
10ad78a0 142212000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14222
14223 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14224 crosses, but add gcc/include to the header search path for them.
14225
b36a9ce3
DB
142262000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14227
14228 * MAINTAINERS: Add self to Write After Approval list.
14229
cb011248
FS
142302000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14231
14232 * config.guess: Import CVS version 1.152.
14233 * config.sub: Import CVS version 1.177.
14234
db310af0
AO
142352000-08-25 Alexandre Oliva <aoliva@redhat.com>
14236
7965440a
AO
14237 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14238 $targargs to tell whether newlib is going to be built.
14239
db310af0
AO
14240 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14241 $$r/TARGET_SUBDIR/libio for _G_config.h.
14242
e7977565
AO
142432000-08-23 Alexandre Oliva <aoliva@redhat.com>
14244
14245 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14246
126bb9ed
DD
142472000-08-22 DJ Delorie <dj@redhat.com>
14248
14249 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14250
5b0e9d29
AO
142512000-08-22 Alexandre Oliva <aoliva@redhat.com>
14252
14253 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14254 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14255 sub-configures.
14256
4f3e904e
DD
142572000-08-21 DJ Delorie <dj@redhat.com>
14258
14259 * MAINTAINERS: Add self as a libiberty maintainer
14260
c9635443
AO
142612000-08-16 Alexandre Oliva <aoliva@redhat.com>
14262
14263 * configure.in (libstdcxx_flags): Use
14264 libstdc++-v3/src/libstdc++.INC.
14265
8b2100ba
AO
142662000-08-15 Alexandre Oliva <aoliva@redhat.com>
14267
14268 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14269
57119aa9
ZW
142702000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14271
eeb943b0
ZW
14272 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14273
6387a56e 14274 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14275 explicit. Substitute enable_threads into generated Makefiles.
14276 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14277 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14278
acffa7c4
GK
142792000-08-13 Geoff Keating <geoffk@cygnus.com>
14280
14281 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14282
808d8c41
AO
142832000-08-12 Alexandre Oliva <aoliva@redhat.com>
14284
14285 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14286 previous delta.
14287
1fc8c51c 142882000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14289
1fc8c51c
JM
14290 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14291 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14292 (FLAGS_FOR_TARGET): Not here.
14293 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14294
25698887
AO
142952000-08-11 Alexandre Oliva <aoliva@redhat.com>
14296
14297 * config-ml.in (CC, CXX): Don't introduce a leading space.
14298
10120687
DD
142992000-08-07 DJ Delorie <dj@delorie.com>
14300
14301 * MAINTAINERS: Add self as a DJGPP maintainer
14302
15c758e9
DD
143032000-08-07 DJ Delorie <dj@redhat.com>
14304
14305 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14306 "if we're also building gcc, and it's a gcc that will run on the
14307 build machine, we want to use its includes instead of the system's
14308 default includes".
14309
2d0de245
JM
143102000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14311
14312 * MAINTAINERS: Add self to Write After Approval list.
14313
e81b330a
AO
143142000-08-03 Alexandre Oliva <aoliva@redhat.com>
14315
83440c1e
AO
14316 * configure.in (libstdcxx_flags): Don't use `"'.
14317
e81b330a
AO
14318 * config-ml.in: Adjust multilib search paths to the
14319 appropriate multilib tree.
14320
cf95c847
AO
143212000-08-02 Alexandre Oliva <aoliva@redhat.com>
14322
14323 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14324 commas in $LANGUAGES.
14325
9e9af119
MH
143262000-08-02 Manfred Hollstein <manfredh@redhat.com>
14327
14328 * configure.in: Re-enable all references to libg++ and librx.
14329
606ce391
AO
143302000-08-01 Alexandre Oliva <aoliva@redhat.com>
14331
89820b43
AO
14332 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14333 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14334 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14335 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14336
606ce391
AO
14337 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14338
04179d4a
AO
143392000-07-31 Alexandre Oliva <aoliva@redhat.com>
14340
14341 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14342 CXX_FOR_TARGET for sed.
14343
d4eb109c
AO
143442000-07-30 Alexandre Oliva <aoliva@redhat.com>
14345
14346 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14347 Do not override if already set in the environment or in configure.
14348 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14349 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14350
4f4caf92
AO
143512000-07-28 Alexandre Oliva <aoliva@redhat.com>
14352
14353 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14354 the libtool CVS tree multi-language branch.
14355 * ltconfig, ltmain.sh: Updated.
6387a56e 14356
b87487b6
AO
143572000-07-27 Alexandre Oliva <aoliva@redhat.com>
14358
1670d1ea
AO
14359 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14360 (clean-target): Depend on it.
14361
b87487b6
AO
14362 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14363 (GCC_FOR_TARGET): Use it.
14364 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14365 * configure.in: ... here.
14366 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14367 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14368
4e81ae98
EC
143692000-07-24 Eric Christopher <echristo@cygnus.com>
14370
14371 * MAINTAINERS: Add self to Write After Approval list.
14372
059ae32c
AO
143732000-07-24 Alexandre Oliva <aoliva@redhat.com>
14374
5b28edd4
AO
14375 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14376 (configure-target-libchill, configure-target-libobjc): Likewise.
14377
059ae32c
AO
14378 * configure.in: Use the same cache file for all target libs.
14379 * config-ml.in: But different cache files per multilib variant.
14380
1adcd149
MS
143812000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14382
14383 * configure (topsrcdir): Don't use dirname.
14384
2d573dff
JO
143852000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14386
14387 * MAINTAINERS: Add self to Write After Approval list.
14388
d207ebef
JM
143892000-07-20 Jason Merrill <jason@redhat.com>
14390
14391 * configure.in: Remove all references to libg++ and librx.
14392
14393 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14394
143952000-07-20 Hans-Peter Nilsson <hp@axis.com>
14396
14397 * config.sub: Update to subversions version 2000-07-06.
14398
7b7792d5
AH
143992000-07-12 Andrew Haley <aph@cygnus.com>
14400
14401 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14402 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14403
3abaac67
PE
144042000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14405
14406 * symlink-tree: Check number of arguments.
14407
34be2b36
JW
144082000-07-05 Jim Wilson <wilson@cygnus.com>
14409
14410 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14411 search path for a g++ extracted from the build tree. This
14412 will allow link tests run by configure scripts in
14413 subdirectories to succeed.
14414
d207ebef
JM
144152000-07-01 Koundinya K <kk@ddeorg.soft.net>
14416
e490616e 14417 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 14418
0900331b
MH
144192000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14420
14421 * MAINTAINERS: Add myself as loop discovery maintainer.
14422
d207ebef
JM
144232000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14424
14425 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14426 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14427
144282000-06-19 Timothy Wall <twall@cygnus.com>
14429
14430 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14431 * config.sub: Add tic54x target.
14432
11a27a76
TM
14433Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14434
14435 * MAINTAINERS: Add self as Fortran maintainer,
14436 remove Craig Burley.
14437
d207ebef 14438Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 14439
d207ebef
JM
14440 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14441 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 14442
7758b73f
PT
14443Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
14444
14445 * MAINTAINERS: Add self as i18n maintainer
14446
d207ebef
JM
1444720000-05-21 H.J. Lu (hjl@gnu.org)
14448
e490616e
ZW
14449 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14450 directory are used if they exist. Make sure
14451 $(build_tooldir)/include is searched for header files,
14452 $(build_tooldir)/lib/ for library files.
d207ebef 14453 (GCC_FOR_TARGET): Likewise.
e490616e 14454 (CXX_FOR_TARGET): Likewise.
d207ebef 14455
bae29210
JL
14456Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
14457
14458 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14459
d207ebef 14460Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
14461
14462 * Makefile.in (configure-target-libiberty): Depend on
14463 configure-target-newlib.
14464
aab0d19d
AO
144652000-05-16 Alexandre Oliva <aoliva@cygnus.com>
14466
14467 * configure.in, Makefile.in: Merge all libffi-related
14468 configury stuff from the libgcj tree.
14469
d207ebef
JM
14470Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
14471
14472 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14473 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14474
14475Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
14476
14477 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14478 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 14479 current version information. Add to proto-toplev directory.
d207ebef
JM
14480 (gdb-taz): Build do-djunpack.
14481
758c7bd4
DE
144822000-05-15 David Edelsohn <edelsohn@gnu.org>
14483
14484 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14485
1888228d
AC
14486Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
14487
14488 * MAINTAINERS: Add self to Write After Approval list.
14489
d207ebef
JM
144902000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14491
14492 * ltmain.sh: Preserve in relink_command any environment
14493 variables that may affect the linker behavior.
14494
2d7cc2fe
JL
14495Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
14496
d207ebef
JM
14497 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14498
14499Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
14500
14501 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14502
145032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14504
14505 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 14506 with the version name.
2d7cc2fe 14507
ee455968
JE
14508Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
14509
14510 * MAINTAINERS: Add self as bb-reorder maintainer.
14511
73b97e5c
BK
145122000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
14513
14514 * config.if: Tweak.
14515
d207ebef
JM
145162000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
14517
14518 * djunpack.bat: New file.
14519
14520Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
14521
14522 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
14523 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14524 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14525 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 14526
954869eb
DP
145272000-04-16 Dave Pitts <dpitts@cozx.com>
14528
e490616e
ZW
14529 * config.sub (case $basic_machine): Change default for "ibm-*"
14530 to "openedition".
954869eb 14531
eaabe541
AJ
145322000-04-13 Andreas Jaeger <aj@suse.de>
14533
14534 * MAINTAINERS: Added myself.
14535
d207ebef
JM
14536Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
14537
14538 * Makefile.in (gdb-taz): New target. GDB specific archive.
14539 (do-md5sum): New target.
14540 (MD5PROG): Define.
14541 (PACKAGE): Default to TOOL.
14542 (VER): Default to a shell script.
14543 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 14544 md5 checksum generation.
d207ebef
JM
14545 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14546 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14547 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 14548 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
14549
14550Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14551
14552 * configure (warn_cflags): Delete.
14553
0ea6d60c
PDM
14554Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14555
14556 * MAINTAINERS: Added myself.
14557
17090313 145582000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 14559 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 14560
e490616e
ZW
14561 * configure.in (enable_libstdcxx_v3): Add.
14562 (target_libs): Add bits here to switch between libstdc++-v2 and
14563 libstdc++-v3.
14564 * config.if: And this file too.
14565 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 14566
76b78517
MM
145672000-04-05 Michael Meissner <meissner@redhat.com>
14568
14569 * config.sub (d30v): Add d30v as a basic machine type.
14570
ad242caf
JM
145712000-03-29 Jason Merrill <jason@casey.cygnus.com>
14572
14573 * configure.in: -linux-gnu*, not -linux-gnu.
14574
d4537148
TM
14575Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14576
14577 * MAINTAINERS: Add self in write-after-approval section.
14578
f152e9d4
JW
14579Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14580
14581 * MAINTAINERS: Add self as ia64 port maintainer.
14582
6a5fcef1
NB
145832000-03-08 Neil Booth <NeilB@earthling.net>
14584
14585 * MAINTAINERS: Add self in write-after-approval section.
14586
d207ebef 14587Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 14588
d207ebef
JM
14589 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14590 (do-tar-bz2): Replace TOOL with PACKAGE.
14591 (gdb.tar.bz2): Remove GDBTK from GDB package.
14592 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 14593 dejagnu.tar.bz2): New packages.
d207ebef
JM
14594
145952000-02-27 Andreas Jaeger <aj@suse.de>
14596
14597 * configure.in: Add entry for mips*-*-linux*, move catch all
14598 *-*-*linux* entry below this one.
14599
146002000-02-27 Ian Lance Taylor <ian@zembu.com>
14601
14602 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 14603
521fe9d0
NC
146042000-02-24 Nick Clifton <nickc@cygnus.com>
14605
14606 * config.sub: Support an OS of "wince".
14607
d207ebef
JM
14608Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14609
14610 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 14611 version.
d207ebef 14612
dce2d8b2 146132000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
14614
14615 * config.sub: Add support for Linux/IBM 370.
14616 * configure.in: Likewise.
14617
3a685f6f
NC
146182000-02-22 Nick Clifton <nickc@cygnus.com>
14619
14620 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14621
dce2d8b2 146222000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 14623
d207ebef 14624 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 14625
4746ee26
KG
146262000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14627
14628 * configure (gcc_version): When setting, narrow search to
14629 lines containing `version_string'.
14630
ba96c72d
DC
146312000-02-15 Denis Chertykov <denisc@overta.ru>
14632
14633 * config.sub: Add support for avr target.
14634
77f16a66
NC
146352000-02-14 Nick Clifton <nickc@cygnus.com>
14636
14637 * MAINTAINERS: Add maintainers for MCore port.
14638
784a3a80
HPN
14639Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14640
14641 * config.sub: Add mmix-knuth-mmixware.
14642
719dd4fa
KG
146432000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14644
14645 * MAINTAINERS: Pair cccp with cpplib maintainership.
14646
dce2d8b2 146472000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
14648
14649 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14650 structure stuff to -L library search.
14651 (CXX_FOR_TARGET): Ditto.
14652 (CROSS_CHECK_MODULES): Fix spelling mistake.
14653
7a53e94b
MM
146542000-01-24 Mark Mitchell <mark@codesourcery.com>
14655
14656 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14657 the C++ compiler.
14658
0da3b5a7
RH
146592000-01-12 Richard Henderson <rth@cygnus.com>
14660
14661 * configure.in: Don't build some bits for beos.
14662
02368d6d
JS
146632000-01-12 Joel Sherrill (joel@OARcorp.com)
14664
14665 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14666 as include files.
14667
2e76d35c
ZW
146682000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14669
14670 * Add self as cpplib maintainer, as requested by Jason
14671 Merrill. Correct my e-mail address.
14672
4c25fdcf
GK
146732000-01-06 Geoff Keating <geoffk@cygnus.com>
14674
14675 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14676 not mh-aix43.
14677
188e3966
HPN
14678Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14679
14680 * MAINTAINERS: Add myself to "write after approval" list.
14681
c2f5d030
RH
146821999-12-14 Richard Henderson <rth@cygnus.com>
14683
14684 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14685 * config.sub: Accept alphaev[78], alphaev8.
14686
eeda916a
AO
146871999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14688
14689 * config.guess, config.sub: Update from autoconf.
14690
b3bd7820
BK
146911999-11-29 Bruce Korb <autogen@linuxbox.com>
14692
2c290989 14693 * MAINTAINERS: update my playtime e-address.
b3bd7820 14694
1882b2b1
RO
14695Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14696
14697 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14698 necessary libraries are missing.
14699
dce2d8b2 14700Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
14701
14702 * MAINTAINERS: Add new 'write after approval' maintainer.
14703
1e25de97
APB
14704Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14705
14706 * MAINTAINERS: Add new Java maintainer.
14707
1722c704
AS
147081999-10-25 Andreas Schwab <schwab@suse.de>
14709
14710 * configure: Fix quoting inside arguments of eval.
14711
8141abe8
NC
147121999-10-21 Nick Clifton <nickc@cygnus.com>
14713
14714 * config-ml.in: Allow suppression of some ARM multilibs.
14715
0b77644a
LV
14716Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14717
14718 * config.guess: Add OS/390 match pattern.
14719 * config.sub: Add mvs, openedition targets.
14720 * configure.in (i370-ibm-opened*): New.
14721
d207ebef
JM
147221999-09-04 Steve Chamberlain <sac@pobox.com>
14723
14724 * config.sub: Add support for configuring for pj.
14725
147261999-08-31 Nick Clifton <nickc@cygnus.com>
14727
14728 * config.sub (maybe_os): Add support for configuring for fr30.
14729
af13ebe9
NC
147301999-08-25 Nick Clifton <nickc@cygnus.com>
14731
14732 * configure.in: Do not configure or build ld for AIX
14733 platforms. ld is known to be broken on these platforms.
14734
1250c760
RO
14735Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14736
14737 * config-ml.in: Pass compiler flag corresponding to multidirs to
14738 subdir configures.
14739
d207ebef
JM
147401999-08-09 Ian Lance Taylor <ian@zembu.com>
14741
14742 * Makefile.in (LDFLAGS): Define.
14743
147441999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14745
14746 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14747 noconfigdirs.
14748 (*-*-cygwin*): Likewise.
14749
147501999-08-08 Ian Lance Taylor <ian@zembu.com>
14751
14752 * mkdep: New file.
14753 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14754 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14755
14756 From Eli Zaretskii <eliz@is.elta.co.il>:
14757 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14758 long file name when using DJGPP on MS-DOS.
14759
dbd83e11
JL
14760Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14761
14762 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14763
d207ebef
JM
147641999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14765
14766 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14767 dependency as this causes "make check" to globally "make all"
14768
cd1f4c2c
TT
14769Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14770
14771 * configure.in (target_libs): Added target-zlib.
14772 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14773 (CONFIGURE_TARGET_MODULES): Likewise.
14774 (CHECK_TARGET_MODULES): Likewise.
14775 (INSTALL_TARGET_MODULES): Likewise.
14776 (CLEAN_TARGET_MODULES): Likewise.
14777 (configure-target-zlib): New target.
14778 (all-target-zlib): Likewise.
14779 (all-target-libjava): Depend on all-target-zlib.
14780 (configure-target-libjava): Depend on configure-target-zlib.
14781
14782 * Makefile.in (configure-target-libjava): Depend on
14783 configure-target-newlib.
14784 (configure-target-boehm-gc): New target.
14785 (configure-target-qthreads): New target.
14786
e490616e
ZW
14787 * configure.in (target_libs): Added target-qthreads.
14788 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14789 (CONFIGURE_TARGET_MODULES): Likewise.
14790 (CHECK_TARGET_MODULES): Likewise.
14791 (INSTALL_TARGET_MODULES): Likewise.
14792 (CLEAN_TARGET_MODULES): Likewise.
14793 (all-target-qthreads): New target.
14794 (configure-target-libjava): Depend on configure-target-qthreads.
14795 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
14796
14797 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14798 (CONFIGURE_TARGET_MODULES): Likewise.
14799 (CHECK_TARGET_MODULES): Likewise.
14800 (INSTALL_TARGET_MODULES): Likewise.
14801 (CLEAN_TARGET_MODULES): Likewise.
14802 (all-target-libjava): New target.
14803 (all-target-boehm-gc): Likewise.
14804 * configure.in (target_libs): Added libjava, boehm-gc.
14805
d207ebef
JM
148061999-07-22 Ian Lance Taylor <ian@zembu.com>
14807
14808 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14809 configure.bat in SUPPORT_FILES.
14810 (gas+binutils.tar.bz2): Likewise.
14811
14812 * makeall.bat: Remove; obsolete.
14813
148141999-07-21 Ian Lance Taylor <ian@zembu.com>
14815
14816 From Mark Elbrecht:
14817 * configure.bat: Remove; obsolete.
14818
148191999-07-11 Ian Lance Taylor <ian@zembu.com>
14820
14821 * configure: Add -W -Wall to the default CFLAGS when compiling with
14822 gcc.
14823
14824Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14825
14826 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14827
148281999-06-30 Mark Mitchell <mark@codesourcery.com>
14829
14830 * configure.in: Build ld on IRIX6.
14831
148321999-06-12 Ian Lance Taylor <ian@zembu.com>
14833
14834 * Makefile.in: Change distribution targets to use bzip2 instead of
14835 gzip.
14836 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14837 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14838
148391999-06-04 Nick Clifton <nickc@cygnus.com>
14840
14841 * config.sub: Add mcore target.
14842
26d088fa
CD
14843Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14844
14845 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14846
c2c08b29
L
14847Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14848
14849 * config.guess (dummy): Changed to $dummy.
14850
671d0648
NC
148511999-05-24 Nick Clifton <nickc@cygnus.com>
14852
14853 * config.sub: Tidied up case statements.
14854
b1345c72
BE
148551999-05-22 Ben Elliston <bje@cygnus.com>
14856
51ccbd8d
BE
14857 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14858 <jiro@din.or.jp>.
14859
b1345c72
BE
14860 * config.guess: Merge with FSF version. Future changes will be
14861 more accurately recorded in this ChangeLog.
14862 * config.sub: Likewise.
14863
2caf864f
SM
14864Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14865
14866 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14867
d207ebef
JM
148681999-04-30 Tom Tromey <tromey@cygnus.com>
14869
14870 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14871
90fb0c24
TT
148721999-04-23 Tom Tromey <tromey@cygnus.com>
14873
14874 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14875
d207ebef
JM
148761999-04-20 Drew Moseley <dmoseley@cygnus.com>
14877
14878 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14879 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14880 Bad merge removed these two changes.
14881
3516940d 14882Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 14883 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
14884
14885 * config.guess (interix Alpha): Add.
14886
d207ebef
JM
148871999-04-11 Richard Henderson <rth@cygnus.com>
14888
14889 * configure.in (i?86-*-beos*): Do config gperf; don't config
14890 gdb, newlib, or libgloss.
14891
e891fbfe 14892Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 14893
e891fbfe
AO
14894 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14895 link a trivial program with -mabi=64. If it fails, remove mabi=64
14896 from multidirs.
14897
f9ae47d6
PT
14898Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14899
14900 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14901
d207ebef
JM
149021999-04-08 Nick Clifton <nickc@cygnus.com>
14903
14904 * config.sub: Add support for mcore targets.
14905
149061999-04-07 Michael Meissner <meissner@cygnus.com>
14907
14908 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14909 not mt-ospace, in order to shut up assembler warning about using
14910 symbols that are named the same as registers.
14911
149121999-04-07 Drew Moseley <dmoseley@cygnus.com>
14913
14914 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14915 dependency list for all-target-cygmon.
14916
149171999-04-05 Doug Evans <devans@casey.cygnus.com>
14918
14919 * config-ml.in: Check $host, not $target, for selective multilibs.
14920 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14921 thumb interworking, and underscore prefix multilibs.
14922
149231999-04-04 Ian Lance Taylor <ian@zembu.com>
14924
14925 * missing: Update to version from current automake.
14926
88101ab9
L
14927Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14928
14929 * configure (gxx_include_dir): Removed.
14930
14931 * configure.in (gxx_include_dir): Handle it.
14932 * Makefile.in: Likewise.
14933
d207ebef
JM
149341999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14935
14936 * config.sub (mips64vr4111,mips64vr4111el) Add.
14937
149381999-03-21 Ben Elliston <bje@cygnus.com>
14939
e490616e 14940 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 14941
8dc91cbe
ME
14942Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14943
8dc91cbe
ME
14944 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14945 config/mh-djgpp.
14946
d207ebef
JM
14947Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14948
14949 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14950 all-target-newlib to dependency list for all-target-bsp.
14951
926bb5ed
MK
14952Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14953
14954 * config.sub: Add i386-uwin support.
14955 * config.guess: Likewise.
14956
4a6e3000
FS
14957Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14958
14959 * configure.in: cleanup, add mh-*pic handling for arm, special
14960 case powerpc*-*-aix*
14961
d207ebef
JM
14962Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14963
14964 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14965 can be built.
14966
14967Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14968
14969 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 14970 targets.
d207ebef 14971
71c91078
NC
149721999-03-02 Nick Clifton <nickc@cygnus.com>
14973
14974 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14975
282e5df8
GN
14976Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14977
14978 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14979
1de558ee
NC
149801999-02-24 Nick Clifton <nickc@cygnus.com>
14981
14982 * config.sub: Fix typo in arm recognition.
14983
d207ebef
JM
14984Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
14985
14986 * configure.in (noconfigdirs): Changed target_configdirs to
14987 include target-bsp only for m68k-*-elf* and m68k-*-coff*
14988 rather than m68k-*-* since it is not known to work on
14989 m68k-aout. Ditto for arm-*-*oabi.
14990
14991Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
14992
14993 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
14994
149951999-02-19 Ben Elliston <bje@cygnus.com>
14996
14997 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14998 Smart and improved by Andrew Cagney.
14999
fab7445a
ME
15000Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15001
15002 * config.guess: Recognize openbsd-*-hppa.
15003
8ccdc228
L
15004Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15005
15006 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15007 only if it is not empty.
15008
3b7265ff
NC
150091999-02-17 Nick Clifton <nickc@cygnus.com>
15010
15011 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 15012
d207ebef 15013 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
15014
15015 * config.sub: Modified to recognize uname's armv* syntax.
15016
d207ebef
JM
150171999-02-17 Mark Salter <msalter@cygnus.com>
15018
15019 * configure.in: Added target-bsp for sparclite.
15020
15021Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15022
15023 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15024
150251999-02-08 Nick Clifton <nickc@cygnus.com>
15026
15027 * configure.in: Add support for strongarm port.
15028 * config.sub: Add support for strongarm target.
15029
c48dd3f5 15030Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 15031
c48dd3f5
MK
15032 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15033 the old name config/mh-cygwin32.
15034 Enable texinfo.
15035
d207ebef
JM
15036Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15037
15038 * configure.in: Do build ld for ix86 Solaris.
15039
ecd62820
JW
15040Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15041
15042 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15043 $AR_FOR_TARGET. Likewise for RANLIB.
15044
bbd8fa7f 15045Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 15046
e490616e
ZW
15047 * config.sub (oabi): Recognize.
15048 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 15049
0397442c
RL
15050Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15051
15052 * config.guess: Improve detection of i686 on UnixWare 7.
15053
c9ffaa63
MK
15054Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15055
15056 * config.guess: Add support for i386-pc-interix.
15057 * config.sub: Likewise.
15058 * configure.in: Likewise.
c9ffaa63 15059
d207ebef
JM
15060Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15061
15062 * Makefile.in: Remove unneeded all-target-libio from
15063 from all-target-winsup target since it is now unneeded.
15064 Add all-target-libtermcap in its place since it is now
15065 needed.
15066
15067Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15068
15069 * configure.in: makefile stub for cygwin target is probably
15070 unnecessary. Remove it for now.
d207ebef
JM
15071
15072Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15073
15074 * configure.in: libtermcap.a should be built when cygwin is the
15075 target as well as the host.
15076 * config.guess: Allow mixed case in cygwin uname output.
15077 * Makefile.in: Add libtermcap target.
d207ebef 15078
ebe12325
JL
15079Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15080
15081 * config.sub: Clean up handling of hppa2.0.
15082
57057b67
RB
15083Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15084
15085 * config.guess: Use C code to identify more HP machines.
15086
f8670be1
JL
15087Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15088
15089 * config.sub: Handle hppa2.0.
15090
d207ebef
JM
15091Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15092
15093 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 15094 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
15095
150961998-12-15 Mark Salter <msalter@cygnus.com>
15097
15098 * configure.in: Added target-bsp for several target architectures.
15099
15100 * Makefile.in: Added rules for bsp.
15101
d1a09590
JL
15102Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15103
15104 * config.guess: Improve detection of hppa2.0 processors.
15105
15106Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15107
15108 * config.guess: Recognize FreeBSD using ELF automatically.
15109
71205e0b
MH
151101998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15111
15112 * configure (skip-this-dir): Add handling for new shell script, which
15113 might be created by a sub-directory's configure to indicate, this particular
15114 directory is "unwanted".
15115 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15116
d207ebef
JM
15117Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15118
15119 * ltconfig: import from libtool, after changing libtool to
15120 account for the cygwin name change.
15121
15122Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15123
15124 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15125 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15126
15127Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15128
15129 * configure.in: Add libtermcap to list of cygwin dependencies.
15130
15131Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15132
e490616e
ZW
15133 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15134 they include winsup/include when it's a cygwin target.
d207ebef
JM
15135
151361998-11-12 Tom Tromey <tromey@cygnus.com>
15137
15138 * configure.in (host_tools): Added zip.
15139 * Makefile.in (all-target-libjava): Depend on all-zip.
15140 (all-zip): New target.
15141 (ALL_MODULES): Added all-zip.
15142 (NATIVE_CHECK_MODULES): Added check-zip.
15143 (INSTALL_MODULES): Added install-zip.
15144 (CLEAN_MODULES): Added clean-zip.
15145
15146Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15147
15148 * Makefile.in: lose "32" from comment about cygwin.
15149
15150Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15151
15152 * configure.in: Use -Os to build target libraries for the fr30.
15153
15154Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15155
15156 * config.sub: Add fr30.
15157
15158Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15159
e490616e 15160 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15161 cygwin* instead of cygwin32*.
15162 * config.sub: Check cygwin* instead of cygwin32*.
15163
d2ec8b39
RL
15164Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15165
15166 * config.guess: Match any version of Unixware7.
15167
d207ebef
JM
151681998-10-20 Syd Polk <spolk@cygnus.com>
15169
15170 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15171 if desired.
15172
35cd2565
JL
15173Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15174
15175 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15176 these if the appropriate directories and files to not exist.
15177
52d4e5b7
JL
15178Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15179
15180 * Makefile.in (DEVO_SUPPORT): Add config.if.
15181
38ada91e
MH
15182Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15183
15184 * configure: Add pattern to replace "build_tooldir"'s
15185 definition in the generated Makefile with "tooldir"'s
15186 actual value.
15187
e44e84da
JL
15188Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15189
56a8387f
JL
15190 * config.sub: Bring back lost sparcv9.
15191
e44e84da
JL
15192 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15193
5cb95c7a
JL
15194Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15195
15196 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15197 CC_FOR_TARGET and friends.
15198
15199Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15200
ceff9b14
AO
15201 * Makefile.in (build_tooldir): New variable, same as tooldir.
15202 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15203 -B$(build_tooldir)/bin/.
15204 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15205
f2d11dcd
GP
15206Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15207
15208 * README: Remove installation instructions and refer to the
15209 INSTALL directory instead.
15210
73a6d2e7 15211Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15212
73a6d2e7
RL
15213 * config.sub: Add support for i[34567]86-pc-udk.
15214 * configure.in: Likewise.
15215
5d4a5ee6
JL
15216Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15217
15218 * Makefile.in: add bzip2 package building bits for user
15219 tools module
15220 * configure.in: ditto
15221
6fc19d6d
JL
15222Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15223
15224 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15225 (ALL_TARGET_MODULES): Add all-target-libobjc.
15226 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15227 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15228 (all-target-libchill): Add dependencies.
15229 * configure.in (target_libs): Add libchill.
4e81ae98 15230
f653f0ab
MH
152311998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15232
15233 * configure.in (target_subdir): Remove duplicate line.
15234
5d4a5ee6
JL
15235Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15236
15237 * Makefile.in (all-automake): fix dependencies.
15238
494933e4
JL
15239Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15240
15241 * configure.in: Minor cleanups for building in the $(target_alias)
15242 subdir.
15243
f6b58262
JW
152441998-09-22 Jim Wilson <wilson@cygnus.com>
15245
15246 * Makefile.in (bootstrap): Set r and s before make all. Use
15247 BASE_FLAGS_TO_PASS in make all.
15248 (cross): Likewise.
15249
27c7a08d
MM
152501998-09-20 Mark Mitchell <mark@markmitchell.com>
15251
15252 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15253
e67afd1e
RH
15254Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15255
15256 * config.sub: Fix typo in last change.
15257
8e44ac71
MH
152581998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15259
15260 * config.sub: Add support for C4x target.
15261 * configure.in: Likewise.
15262
d7496fbb
DM
152631998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15264
15265 * config.sub: Recognize sparcv9 just like sparc64.
15266
22097bd1
RL
15267Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15268
15269 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15270
4b877abd
JL
15271Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15272
2c8ec9a2
JL
15273 * config.guess: Correctly identify Pentium II sco boxes.
15274
4b877abd
JL
15275 * config.guess: Fix "tr" code. From Weiwen Liu.
15276
ab03db52
JH
15277Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15278
15279 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15280 stabs.
15281
b54db294
JL
15282Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15283
15284 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15285 (ALL_TARGET_MODULES): Add all-target-libchill.
15286 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15287 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15288 (all-target-libchill): Add dependencies.
15289 * configure.in (target_libs): Add libchill.
15290
bf48dd73
LW
15291Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15292
15293 * config.guess: Avoid assumptions about "tr" behaves when
15294 LANG is set to something other than English.
15295
a3cbd105
L
15296Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15297
15298 * configure (gxx_include_dir): Changed to
15299 '${prefix}/include/g++'-${libstdcxx_interface}.
15300
15301 * config.if: New to determine the interfaces.
15302
c4acd909
MK
15303Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15304
15305 * config.guess: Detect and handle MPE/IX.
15306 * config.sub: Deal with MPE/IX.
15307
9ea97665
DE
15308Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15309
15310 * configure.in: Use mh-aix43.
15311
0ce065bd
MH
153121998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15313
15314 * configure: Fix --without/--disable cases for gxx-include-dir.
15315
5d4a5ee6
JL
15316Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15317
15318 * mdata-sh: Imported. Needed for automake support.
15319
15320Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15321
15322 * Makefile.in (taz): Try "chmod -R og=u ." before
15323 "chmod og=u `find . -print`".
15324
15325Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15326
15327 * configure.in: Add arm-elf and thumb-elf support.
15328
15329Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15330
15331 * Makefile.in: Undo previous patch.
15332
15333Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15334
15335 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15336 to here ...
15337 (install-no-fixedincludes): and here
15338 (INSTALL_MODULES): ... from here.
15339
466456d9
ILT
15340Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15341
15342 * config.sub: Merge with FSF.
15343
1b409d25
ILT
15344 * config.guess: Merge with FSF.
15345
d207ebef
JM
15346Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15347
15348 * configure (extraconfigdirs): New variable.
15349 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15350 * Makefile.in (all): Move higher in file.
15351 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15352 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15353 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15354 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15355 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15356
153571998-07-23 Brendan Kehoe <brendan@cygnus.com>
15358
15359 * Makefile.in (all-target-libjava): Depend on all-gcc and
15360 all-target-newlib.
15361 (configure-target-libjava): Depend on $(ALL_GCC).
15362
7f1937c1
RL
15363Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15364
15365 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15366 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15367
2ada2bd6
ML
15368Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15369
15370 * INSTALL/README: Fix typo.
15371
1e025bde
ML
15372Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15373
5d4a5ee6
JL
15374 * ylwrap: Change absolute path checks to check for DOS style path
15375 names.
1e025bde 15376
5d4a5ee6
JL
15377 * ylwrap: Don't use a full path name if the source file is in the
15378 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 15379
6755ff73
ILT
15380 * config-ml.in: Default to being verbose, to match Feb 18 change to
15381 configure.
15382
5d4a5ee6
JL
15383Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15384
15385 Brought over from egcs:
15386
15387 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15388
15389 * configure.in (target_subdir): Set to ${target_alias} instead
15390 of "libraries".
15391
15392 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15393
15394 * configure.in (target_subdir): Set to libraries if enable_multilib.
15395
15396Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15397
15398 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15399 multilibs, force reconfiguration the first time we create
15400 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15401
15402Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15403
15404 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15405 avoid confusion with --no-recursion.
15406
15407Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15408
15409 * configure.in: Win32 hosts shouldn't use install -x
15410 * install-sh: remove -x option, and special .exe-handling
15411 hack.
15412
d207ebef
JM
15413Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15414
15415 * config.guess: Recognize i586-pc-beos.
15416 * configure.in: Don't build some bits for beos.
15417
fbd836fc
ILT
15418Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15419
5d4a5ee6
JL
15420 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15421 CFLAGS default to -O2.
15422
fbd836fc
ILT
15423 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15424 when using GNU ld.
15425
15426Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15427
15428 * ltmain.sh: Correct install when using a different shell.
15429
15430Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
15431
15432 * ltconfig, ltmain.sh: Update to libtool 1.2b.
15433
d207ebef
JM
15434Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
15435
15436 * makefile.vms: Update to build binutils/makefile.vms. Add install
15437 target.
fbd836fc
ILT
15438
15439Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
15440
15441 * ltconfig: Update to correct AIX handling.
15442
69b471bc
JL
15443Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15444
81241b5e
JL
15445 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15446
69b471bc
JL
15447 * configure.in (target_subdir): Set to ${target_alias} instead
15448 of "libraries".
15449
bedf82df
MH
154501998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
15451
15452 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15453 (Makefile): Depend on $(gcc_version_trigger).
15454
15455 * configure (gcc_version): Change default initializer to empty
15456 string.
15457 (gcc_version_trigger): New variable; pass this variable down
15458 to subdir configures to enable them checking gcc's version
15459 themselves. Emit make macros for both gcc_version vars.
15460 (topsrcdir): Initialize reliably.
15461 (recursion line): Remove --with-gcc-version=${gcc_version}.
15462
28e449d8
MH
154631998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15464
15465 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
15466 --enable-version-specific-runtime-libs which installs C++ runtime stuff
15467 in $(libsubdir); emit definition in each generated Makefile.
15468 (gxx_include_dir): Initialize depending on
15469 $enable_version_specific_runtime_libs.
28e449d8 15470
50c4c9f7
MH
154711998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15472
15473 * configure (gcc_version): Initialize properly depending on
15474 how and where configure is started.
15475 (recursion line): Pass a --with-gcc-version=${gcc_version}
15476 to configures in subdirs.
15477
d207ebef
JM
15478Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
15479
15480 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 15481 cygmon
d207ebef 15482
5d4a5ee6
JL
15483Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
15484
15485 * configure.in: Add cygmon and libstub support for mn10200.
15486
2f96399b
MH
154871998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
15488
15489 * configure (gcc_version): Add new variable describing the
15490 particular gcc version we're building.
15491 * Makefile.in (libsubdir): Add new macro for the directory
15492 in which the compiler finds executables, libraries, etc.
15493 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15494 and libsubdir.
15495
c4137c50
AO
15496Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15497
ceff9b14
AO
15498 * Makefile.in (local-clean): Remove *.log.
15499 (warning.log): Built with warn_summary from build.log.
15500 (mail-report.log): Run test_summary.
15501 (mail-report-with-warnings.log): Run test_summary including
15502 warning.log in the report.
c4137c50 15503
276d5ee0
RL
15504Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
15505
15506 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15507
5d4a5ee6
JL
15508Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
15509
15510 * Makefile.in (grep): Grep no longer depends on libiberty.
15511
15512Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
15513
15514 * Makefile.in: all-snavigator needs all-libgui.
15515
15516Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
15517
15518 * configure.in: Add cygmon and libstub support for mn10300.
15519
8af14275
ILT
15520Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
15521
15522 * missing: Update to version from automake 1.3.
15523
fbd836fc
ILT
15524 * ltmain.sh: On installation, don't get confused if the same name
15525 appears more than once in the list of library names.
15526
466456d9
ILT
15527Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
15528
15529 * config.sub: Accept m68060 and m5200 as CPU names.
15530
5d4a5ee6
JL
15531Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
15532
15533 * configure: Use && rather than using -a in test, because odd
15534 strings can confuse test.
15535 * configure.in: Likewise.
15536
fbd836fc
ILT
15537Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
15538
15539 * ltconfig, ltmain.sh: Bring in Visual C++ support.
15540
f0983958
AO
15541Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15542
15543 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 15544 bootstrap4-lean): New targets.
f0983958 15545
bfed1ea0
JL
15546Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
15547
15548 * mpw-* Delete. Not used.
15549
5d4a5ee6
JL
15550Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
15551
15552 * COPYING.LIB: Update FSF address.
15553
bfed1ea0
JL
15554Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15555
15556 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15557
5d4a5ee6
JL
15558 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15559 GAS_SUPPORT_DIRS.
15560
bfed1ea0
JL
15561Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15562
15563 * ltconfig, ltmain.sh: Avoid producing a version number if
15564 -version-info was not used.
15565
5d4a5ee6
JL
15566Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15567
15568 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15569 building with newlib.
15570
155711998-04-30 Paul Eggert <eggert@twinsun.com>
15572
d207ebef 15573 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 15574 Solaris `make' causes it to continue to next definition.
d207ebef
JM
15575
15576Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15577
15578 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15579 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
15580
15581Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15582
15583 * configure.in: Change alpha to alpha* in several places.
15584
d207ebef
JM
15585Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15586
15587 * config.sub: Recognize sparc86x.
15588
77be0cab
MM
15589Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15590
15591 * configure.in (--enable-target-optspace): Remove debug echo.
15592
62441128
JW
15593Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15594
15595 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15596
bfed1ea0
JL
15597Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15598
15599 * ltconfig: Update cygwin32 support.
15600
5d4a5ee6
JL
15601 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15602 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15603 (GDB_SUPPORT_DIRS): Likewise.
15604
3f4ea1de
MM
15605Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15606
15607 * configure.in (target_makefile_frag): If --enable-target-optspace,
15608 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
15609 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15610 not used.
15611 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 15612
5d4a5ee6
JL
15613Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15614
15615 * Makefile.in (all-bfd): Depend on all-intl.
15616 (all-binutils): Likewise.
15617 (all-gas): Likewise.
15618 (all-gprof): Likewise.
15619 (all-ld): Likewise.
15620
156211998-04-19 Brendan Kehoe <brendan@cygnus.com>
15622
15623 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15624
bfed1ea0
JL
15625Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15626
5d4a5ee6
JL
15627 * Makefile.in (all-bfd): Depend upon all-libiberty.
15628
bfed1ea0
JL
15629 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15630
5d4a5ee6
JL
15631Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15632
15633 * Makefile.in: Add libstub.
15634
15635 * configure.in: Ditto. Build libstub for targets that have cygmon
15636 support.
15637
15638Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15639
15640 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15641
15642Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15643
15644 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15645 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15646
ec8d6ddc
KW
15647Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15648
15649 * configure: Define DEFAULT_M4 by searching PATH.
15650 * Makfile.in: Use DEFAULT_M4.
15651
bfed1ea0
JL
15652Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15653
15654 * ltconfig: Add cygwin32 support.
15655
5d4a5ee6
JL
15656 * Makefile.in, configure.in: Add libtool as a native only directory
15657 to configure and build.
15658
547a6183
JL
15659Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15660
15661 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15662
5d4a5ee6 15663Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 15664
5d4a5ee6
JL
15665 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15666
15667Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15668
15669 * Makefile.in: add ash make rules
15670 * configure.in: add ash to native_only and host_tools lists
15671
15672Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15673
15674 * Makefile.in (all-gettext, all-intl): New targets.
15675 (ALL_MODULES): Added all-gettext, all-intl.
15676 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15677 (INSTALL_MODULES): Added install-gettext, install-intl.
15678 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15679
15680 * configure.in (host_tools): Added gettext.
15681 (native_only): Likewise.
15682 (noconfigdirs) [various cases]: Likewise.
15683 (host_libs): Added intl.
15684
d207ebef
JM
15685Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15686
15687 * configure: Do not disable building gdbtk for cygwin32 hosts.
15688
e98e406f
NC
15689Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15690
15691 * configure.in: Add thumb-coff target.
15692 * config.sub: Add thumb-coff target.
15693
5d4a5ee6
JL
15694Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15695
15696 * Makefile.in: Revert yesterday's change.
15697 (all-target-winsup): all-target-librx stays out of here.
15698
15699Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15700
15701 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15702 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15703 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15704 Remove references to librx and libg++.
15705
15706Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15707
15708 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15709 recursive makes
15710
bfed1ea0
JL
15711Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15712
15713 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 15714 for newlib directory.
bfed1ea0
JL
15715 (CXX_FOR_TARGET): Likewise.
15716
15717Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15718
15719 * ltconfig: Update after libtool/ltconfig.in change for
15720 hpux11.
15721
15722Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15723
15724 * ltconfig, ltmain.sh: Update to libtool 1.2.
15725
3cd730af
MH
15726Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15727
15728 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15729 (install-gcc-cross): Instead, override LANGUAGES here.
15730
80564603
DL
157311998-03-18 Dave Love <d.love@dl.ac.uk>
15732
15733 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15734 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15735
d207ebef
JM
15736Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15737
15738 * configure.in: Add Thumb-pe target.
15739
5d4a5ee6 15740Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 15741
5d4a5ee6
JL
15742 * Makefile.in - changed sn targets to snavigator
15743 * configure.in - changed sn targets to snavigator
15744
2d4a0558
MH
15745Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15746
15747 * config-ml.in: After building symlink tree call make distclean
15748 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15749 to be the case for libiberty.
15750
04b93567
L
15751Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15752
15753 * configure: When making link, also check the current
15754 directory. The configure scripts may create one.
15755
9a06b842
RH
15756Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15757
15758 * config.sub: Accept alphapca56 and alphaev6 properly.
15759
217fc4e6
FS
15760Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15761
15762 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15763
3e07bdbd 15764Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 15765
e490616e 15766 * config.sub (sco5): Fix typo.
3e07bdbd 15767
5d4a5ee6
JL
15768Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15769
15770 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15771 install-itcl.
15772 (install-itcl): Remove dependency on install-tcl.
15773
15774Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15775
15776 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15777
15778Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15779
15780 * configure.in: Don't build libgui for a cygwin32 target when not on
15781 a cygwin32 host.
15782
15783Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15784
15785 * configure (redirect): Set to null, so default behavior of
15786 configure is now --verbose.
15787
ce0d965c
DL
157881998-02-16 Dave Love <d.love@dl.ac.uk>
15789
15790 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15791 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15792
3acd1fd0
MH
15793Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15794
15795 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15796 this change to sync Makefile.in with its ChangeLog entries.
15797
5d4a5ee6
JL
15798Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15799
15800 * ltmain.sh (mkdir): Check that the directory doesn't exist
15801 before we exit with error, so that we don't get races during
15802 parallel builds.
15803
bfed1ea0
JL
15804Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15805
15806 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15807
4e77e8f1
MH
15808Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15809
15810 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15811 PICFLAG_FOR_TARGET.
15812 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15813
15814 * configure: Emit a definition for the new macro enable_shared
15815 into each Makefile.
15816
5d4a5ee6
JL
15817Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15818
15819 * configure.in (host_tools, native_only): Add libtool.
15820
15821Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15822
15823 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15824 Fix typo in ming config comment.
15825
bfed1ea0
JL
15826Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15827
15828 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15829
5d4a5ee6
JL
15830Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15831
15832 * config.sub: Add tic30 cases, and map c30 to tic30.
15833
8821a725
RH
15834Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15835
15836 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15837 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15838 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15839 (CLEAN_TARGET_MODULES): Similarly
15840 (all-target-libf2c): Add dependences.
4e81ae98 15841 * configure.in (target_libs): Add libf2c.
8821a725 15842
5d4a5ee6
JL
15843Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15844
15845 * configure.in: Remove expect from noconfigdirs when target
15846 is cygwin32. OK to build expect and dejagnu with Canadian
15847 Cross.
15848
0aadd657
ILT
15849Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15850
5d4a5ee6
JL
15851 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15852 host.
15853
0aadd657
ILT
15854 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15855 and mingw32.
15856
d0a8352c
MH
15857Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15858
15859 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15860 here as it is not defined in the toplevel Makefile.
15861
59739e3c
MH
15862Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15863
15864 * configure (package_makefile_rules_frag): New variable, which names
15865 a file with generic rules, ...
15866 Change comment to mention we now have FIVE parts.
15867 * configure: Undo last change.
15868
228197ee
LT
15869Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15870
15871 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 15872 * config.sub: More accurate determination of HP processor types.
228197ee 15873
efd4c0ba
MH
15874Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15875
15876 * configure (package_makefile_frag): Move inserting the
15877 ${package_makefile_frag} to where it should be according
15878 to the comment.
15879
6eef3189
PB
15880Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15881
15882 * config.guess: Add support for Linux/ARM.
15883
d207ebef
JM
15884Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15885
15886 * .cvsignore: Remove *-info and *-install since they match
15887 release-info and mpw-install, which we don't want to just ignore.
15888
48464ebf
RH
15889Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15890
15891 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15892
803462a7
PN
15893Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15894
15895 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15896 local_prefix to sub-make invocations.
15897
520ab477
L
15898Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15899
15900 * configure.in: Check makefile fragments in the source
15901 directory.
15902
4bcdb76d
AO
15903Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15904
ceff9b14
AO
15905 * configure.in: Check whether host and target makefile
15906 fragments exist before adding them to *_makefile_frag.
4bcdb76d 15907
5d4a5ee6
JL
15908Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15909
15910 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15911
15912Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15913
15914 * configure.in: Make sure we only replace RPATH_ENVVAR on
15915 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15916 regexp to sed.
15917
15918 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15919 to sub-makes.
15920
0d3e11a5
LI
159211998-01-13 Lee Iverson (leei@ai.sri.com)
15922
15923 * config-ml.in (multi-do): LDFLAGS must include multilib
15924 designator.
15925
d45b3d87 15926Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
15927
15928 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15929
d39cd7a1
MK
15930Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15931
15932 * config.sub: Add mingw32 support.
15933 * configure.in: Likewise.
d39cd7a1 15934
6decbc24
FS
15935Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15936
15937 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15938
5d4a5ee6
JL
15939Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15940
15941 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15942 * configure (gxx_include_dir): Provide a definition for subdirs
15943 which do not use autoconf.
15944
15945Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15946
15947 * config.guess: Sync with egcs. Picks up new alpha support,
15948 BeOS & some additional linux support.
15949
d3d1907a
JL
15950Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15951
15952 * config.guess: HP 9000/803 is a PA1.1 machine.
15953
b104e095
RH
15954Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15955
15956 * configure.in: It's alpha*-...
15957
aca823c1
L
15958Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15959
15960 * configure.in (host_makefile_frag, target_makefile_frag):
15961 Handle multiple config files.
15962 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15963 alpha-*-*.
15964
d207ebef
JM
15965Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15966
15967 * mkdep: New file.
15968
15969Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15970
15971 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15972
5d4a5ee6
JL
15973Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15974
15975 * Makefile.in: Add libgui directory.
15976 (GDB_TK): Add all-libgui.
15977 * configure.in: Add libgui directory.
15978 * configure: Add all-libgui to GDB_TK.
15979
15980Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15981
15982 * config-ml.in (multidirs): Add m32r to multilib list.
15983
15984Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
15985
15986 * Makefile.in (all-target-gperf): Change dependency to
15987 all-target-libstdc++.
15988
baf55877
FF
15989Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
15990
15991 * config.guess: Add BeOS support.
15992
5d4a5ee6
JL
15993Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
15994
15995 Source directory cvs renamed to cvssrc:
15996 * configure.in (host_tools): Change cvs to cvssrc.
15997 (native_only): Likewise.
15998 (noconfigdirs) [various cases]: Likewise.
15999 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16000 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16001 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16002 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16003 (all-cvssrc): Rename target from all-cvs.
16004
f2d76545
JL
16005Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16006
16007 * configure (gxx_include_dir): Fix thinko.
16008
205cba53
JL
16009Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16010
16011 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16012 (install-cross, install-gcc-cross): New targets.
16013
5d4a5ee6
JL
16014Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16015
16016 * configure.in (noconfigdirs): Add support for Thumb target.
16017
16018 * config.sub (maybe_os): Add support for Thumb target.
16019
16020Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16021
16022 * Makefile.in: Add rules for cygmon.
16023
16024 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16025
96b0f1fc
JL
16026Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16027
16028 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16029 * configure (gxx_include_dir): Provide a definition for subdirs
16030 which do not use autoconf.
d207ebef
JM
16031
16032Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16033
16034 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16035 11/18/97 build
d207ebef 16036
7dfef6ed
JL
16037Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16038
16039 * From Franz Sirl.
16040 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16041 found on RedHat Linux systems.
96b0f1fc 16042
83cfe7c0
JL
16043Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16044
16045 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16046 guesses.
16047
7dfef6ed
JL
16048Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16049
16050 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16051
5d4a5ee6
JL
16052Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16053
16054 * ltmain.sh: If mkdir fails, check whether the directory was created
16055 anyhow by some other process.
16056
d207ebef
JM
16057Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16058
16059 * configure.in (d30v-*-*): Configure all directories.
16060
16061Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16062
16063 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16064 for the D30V.
16065
16066Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16067
16068 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16069
5d4a5ee6
JL
16070Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16071
e490616e
ZW
16072 * include/libiberty.h: Add extern "C" { so it can be used with C++
16073 progrms.
16074 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16075 programs.
5d4a5ee6 16076
d207ebef
JM
16077Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16078
16079 * configure.in (d30v-*-*): Configure GCC now.
16080
5d4a5ee6
JL
16081Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16082
16083 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16084 is no longer needed.
16085
c9670e62
JM
16086Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16087
16088 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16089
cc71c0ca
MH
16090Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16091
16092 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16093 targets using "$@" to provide support for similar but not identical
16094 targets without having to duplicate code.
16095
d207ebef
JM
16096Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16097
16098 * makefile.vms: Fix to work with DEC C.
16099
16100Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16101
16102 * config.sub: Add mips-tx39-elf to marketing names.
16103
16104Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16105
16106 * ltmain.sh: Handle symlinks in generated script.
16107
16108Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16109
16110 * configure: Handle autoconf style directory options: --bindir,
16111 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16112 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16113 --sysconfdir.
16114 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16115 (sharedstatedir, localstatedir, oldincludedir): New variables.
16116 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16117 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16118 sbindir, sharedstatedir, and sysconfdir.
16119
b1e3ddfd
AJ
16120Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16121
16122 * Makefile.in (bootstrap-lean): New target.
16123
d207ebef
JM
16124Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16125
16126 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16127 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16128
16129Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16130
16131 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16132
09f97c1e
JL
16133Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16134
16135 * Makefile.in (cross): New target.
16136
335d0ab2
AO
16137Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16138 Jeff Law <law@cygnus.com>
16139
16140 * Makefile.in (bootstrap2, bootstrap3): New targets.
16141 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16142 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16143
d207ebef
JM
16144Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16145
16146 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16147 windows. Consistent with gdb/configure.
d207ebef 16148
e693cc28
UD
161491997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16150
e693cc28
UD
16151 * configure.in: Name Linux target fragment.
16152
16153 * configure: Rewrite so that project Makefile fragment is inserted
16154 first and appears last in the resulting Makefile.
16155
d207ebef
JM
16156Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16157
16158 * Makefile.in (install-itcl): Install tcl first.
16159
5d4a5ee6
JL
16160Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16161
16162 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16163
f401679e
JW
16164Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16165
16166 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16167
16168 * configure.in (skipdirs): Add target-librx for Linux.
16169 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16170
ec20b1b9
JL
16171Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16172
16173 * Makefile.in (bootstrap): New target.
16174
becdcf6d
JL
16175Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16176
63f6bcd7 16177 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16178
d207ebef
JM
16179Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16180
16181 * config.guess: Merge with FSF.
16182
0c82f6bf
FF
16183Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16184
16185 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16186
d207ebef
JM
16187Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16188
16189 * config.sub: Add "marketing-names" patch.
16190
3fbc0b70
JS
16191Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16192
e490616e 16193 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16194
e20d4801
JL
16195Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16196
16197 * config.sub: Handle v850-elf.
16198
fe181f78 16199Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16200
16201 * .cvsignore (*-install): Remove.
16202
bfed1ea0
JL
16203Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16204
16205 * ltconfig: Set CONFIG_SHELL in libtool.
16206 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16207
558a1e7c
JW
16208Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16209
16210 * configure.in (target_subdir): Set to libraries if enable_multilib.
16211
7818d6fc
JW
16212Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16213
16214 * config.guess: Update from gcc directory.
16215
d207ebef
JM
16216Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16217
16218 * Makefile.in (all-sim): Depends on all-readline.
16219
6599da04
JM
16220Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16221
16222 * Makefile.in (BISON, YACC): Use $$s.
16223 (all-bison): Depend on all-texinfo.
16224
16225Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16226
16227 * Makefile.in (BISON): Add -L flag.
16228 (YACC): Likewise.
16229
d207ebef
JM
16230Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16231
4e81ae98
EC
16232 * configure.in (noconfigdirs): Add support for v850e target.
16233
d207ebef
JM
16234 * config.sub (maybe_os): Add support for v850e target.
16235
16236Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16237
4e81ae98
EC
16238 * configure.in (noconfigdirs): Add support for v850ea target.
16239
d207ebef
JM
16240 * config.sub (maybe_os): Add support for v850ea target.
16241
6599da04
JM
16242Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16243
16244 * config.sub: Add mipstx39. Delete r3900.
16245
16246Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16247
16248 * Makefile.in (all-autoconf): Depends on all-texinfo.
16249
16250Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16251
16252 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16253 eabi targets.
16254
16255Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16256
16257 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16258
16259 * configure: When handling a Canadian Cross, handle YACC as well as
16260 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16261 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16262
16263Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16264
16265 * Makefile.in (BISON): bison, not byacc or bison -y.
16266 (YACC): bison -y or byacc or yacc.
16267 (various): Add *-bison as appropriate.
16268 (taz): No need to mess with BISON anymore.
16269
16270Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16271
16272 * configure: If OSTYPE matches *win32*, try to find a good value for
16273 CONFIG_SHELL.
16274
16275Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16276
16277 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16278 configure.in if it is present.
16279
16280Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16281
16282 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16283
16284Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16285
16286 * config.sub: Recognize `arc' cpu.
16287 * configure.in: Likewise.
16288 * config-ml.in: Likewise.
16289
16290Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16291
16292 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16293
16294Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16295
16296 * configure: Changed sed delimiter from ':' to '|' when
16297 attempting to substitute ${config_shell} for SHELL. On
16298 NT ${config_shell} may contain a ':' in it.
16299
16300Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16301
16302 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16303
16304Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16305
16306 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16307
16308Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16309
16310 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16311
16312 * ylwrap: If the program is a relative path, force it to be
16313 absolute.
16314
16315Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16316
16317 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16318
16319Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16320
16321 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
16322 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16323 for libraries.
6599da04
JM
16324
16325Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16326
16327 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 16328 separated by spaces.
6599da04
JM
16329
16330Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16331
16332 * ylwrap: New file.
16333 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16334
16335 * ltmain.sh: Handle /bin/sh at start of install program.
16336
16337 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16338
16339 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16340 * missing: New file, from automake 1.2.
16341
16342Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16343
16344 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16345 check-tk to CHECK_X11_MODULES.
16346
16347Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16348
16349 * config.sub: Merge with FSF.
16350
16351Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16352
16353 * config.guess: Merge with FSF.
16354
16355Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16356
16357 * configure: Treat msdosdjgpp like go32.
16358 * configure.in: Likewise. Don't remove gprof for go32.
16359
16360 * configure: Change Makefile.tem2 to Makefile.tm2.
16361
16362Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16363
16364 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16365
16366Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16367
16368 * install-sh (chmodcmd): Set to null if the DST directory already
16369 exists. Same as Nov 11th change.
16370
16371Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16372
4e81ae98 16373 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
16374
16375Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16376
16377 * config.guess: Update from FSF.
16378
16379Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16380
16381 * Makefile.in (GDB_TK): Depend on itcl and tix.
16382
16383Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16384
16385 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16386 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16387 (INSTALL_SCRIPT): New variable.
16388 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16389 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16390 to -x.
16391 * install-sh: Add support for -x option.
16392
16393Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16394
16395 * configure.in, Makefile.in: Treat tix like itcl.
16396
16397Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16398
16399 * Makefile.in (WINDRES): New variable.
16400 (WINDRES_FOR_TARGET): New variable.
16401 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16402 (EXTRA_HOST_FLAGS): Add WINDRES.
16403 (EXTRA_TARGET_FLAGS): Add WINDRES.
16404 (EXTRA_GCC_FLAGS): Add WINDRES.
16405 ($(DO_X)): Pass down WINDRES.
16406 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16407 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16408 DLLTOOL_FOR_TARGET.
16409
16410Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16411
16412 * configure.in: configure sim before gdb for win32-x-ppc
16413
16414Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16415
16416 Move gperf into the toplevel, from libg++.
16417 * configure.in (target_tools): Add target-gperf.
16418 (native_only): Add target-gperf.
16419 * Makefile.in (all-target-gperf): New target, depend on
16420 all-target-libg++.
16421 (configure-target-gperf): Empty rule.
16422 (ALL_TARGET_MODULES): Add all-target-gperf.
16423 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16424 (CHECK_TARGET_MODULES): Add check-target-gperf.
16425 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16426 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16427
16428Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 16429
6599da04
JM
16430 * config.sub (mn10200): Recognize new basic machine.
16431
16432Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16433
16434 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16435 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16436
16437Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16438
16439 * configure.in: If we're building mips-sgi-irix6* native, turn on
16440 ENABLE_MULTILIB and set TARGET_SUBDIR.
16441
16442Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
16443
16444 * Makefile.in (all-sn): Depend on all-grep.
16445
16446Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
16447
16448 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16449
16450 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16451 Makefile. From Jeff Makey <jeff@cts.com>.
16452 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16453
16454 * Makefile.in (DISTBISONFILES): Remove.
16455 (taz): Don't futz with DISTBISONFILES. Change BISON to use
16456 $(DEFAULT_YACC).
16457
16458 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 16459 cygwin32.
6599da04
JM
16460
16461 * Makefile.in (LD): New variable.
16462 (EXTRA_HOST_FLAGS): Pass down LD.
16463 ($(DO_X)): Likewise.
16464
16465Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
16466
16467 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16468
16469Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
16470
16471 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 16472 before adding our own. Always add --build.
6599da04
JM
16473
16474Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
16475
16476 * configure.in (targargs): Pass --build if we're doing
16477 a cross-compile.
16478
16479Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
16480
ca236658 16481 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
16482 sed. Otherwise sed chokes on NT path names with drive
16483 designators. Also look for "?:*" as the leading characters in an
16484 absolute pathname.
16485
16486Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
16487
16488 * config.sub: Support for r3900.
16489
16490Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
16491
16492 * configure.in: Use install-sh, not install.sh.
16493
16494Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
16495
16496 * Makefile.in (taz): Improve check for BISON so it doesn't try to
16497 apply it twice.
16498
16499Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
16500
16501 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16502 install-binutils.
16503
16504Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
16505
16506 * Makefile.in: Add automake targets.
16507 * configure.in (host_tools): Add automake.
16508
16509Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
16510
16511 * configure: Default CXX to c++, not gcc.
16512 * Makefile.in (CXX): Set to c++, not gcc.
16513 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16514
16515Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
16516
16517 * install-sh: try appending a .exe if source file doesn't
16518 exist
16519
16520Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
16521
16522 * configure.in: Turn on multilib by default.
16523 (cross_only): Remove target-libiberty.
16524
16525 * Makefile.in (all-gcc): Don't depend on libiberty.
16526
16527Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
16528
16529 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16530
16531Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
16532
16533 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16534 (DISTBISONFILES): Add ld/Makefile.in
16535
16536Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
16537
16538 * configure.in: if target is cygwin32 but host isn't cygwin32,
16539 don't configure gdb tcl tk expect, not just gdb.
16540
16541Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
16542
16543 * configure.in: Added gnuserv everywhere sn appears.
16544
16545 * Makefile.in (ALL_MODULES): Added all-gnuserv.
16546 (CROSS_CHECK_MODULES): Added check-gnuserv.
16547 (INSTALL_MODULES): Added install-gnuserv.
16548 (CLEAN_MODULES): Added clean-gnuserv.
16549 (all-gnuserv): New target.
16550
16551Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
16552
16553 * config.guess: Fixes for MIPS OpenBSD systems.
16554
16555Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16556
16557 * Makefile.in (INSTALL_XFORM): Remove.
16558 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16559
16560 * mkinstalldirs: New file, copied from automake.
16561 * Makefile.in (installdirs): Rename from install-dirs. Use
16562 mkinstalldirs. Change all users.
16563 (DEVO_SUPPORT): Add mkinstalldirs.
16564
16565Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16566
16567 * install-sh: Rename from install.sh.
16568 * Makefile.in (INSTALL): Change install.sh to install-sh.
16569 (DEVO_SUPPORT): Likewise.
16570
16571 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16572 Graichen <graichen@rzpd.de>.
16573
16574Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16575
16576 * config.guess: Recognize OpenBSD systems correctly.
16577
16578Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16579
16580 * README, Makefile.in (ETC_SUPPORT): Remove references to
16581 cfg-paper*, configure.{texi,man,info*}._
16582
16583Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16584
16585 * Makefile.in (all.normal): Ensure that gcc is built after all
16586 the x11 - ie gdb - targets.
16587
16588Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16589
16590 * makefile.vms: Don't run conf-a-gas.
16591
16592Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16593
e490616e 16594 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 16595
d207ebef
JM
16596Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16597
16598 * configure.in: Remove noconfigdirs case since gdb also
16599 configures and builds for tic80-coff.
16600
6599da04
JM
16601Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16602
16603 * configure: Set cache_file to config.cache.
16604 * Makefile.in (local-distclean): Remove config.cache.
16605
16606Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16607
16608 * COPYING: Update FSF address.
16609
d207ebef
JM
16610Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16611
16612 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16613 noconfigdirs.
16614
6599da04
JM
16615Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16616
16617 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16618 MAKEDIRS, is empty.
16619
16620Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16621
16622 * config.sub: Tweak mn10300 entry.
16623
16624Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16625
16626 * configure.in (host_tools): Put sim before gdb, so gdb's
16627 configure.tgt can determine if the simulator was configured.
16628
16629Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16630
16631 * config.sub: Move BeOS $os case to be with other Cygnus
16632 local cases.
16633
16634Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16635
16636 * config.sub: Remove misplaced comment that broke Linux.
16637
16638Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16639
16640 * config.sub: Add BeOS support.
16641
16642Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16643
16644 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16645
16646Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16647
16648 * configure.in (noconfigdirs): Remove tcl and tk from
16649 noconfigdirs for cygwin32 builds.
16650
d207ebef
JM
16651Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16652
16653 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16654
6599da04
JM
16655Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16656
16657 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16658 make-all.com, use makefile.vms instead.
16659
16660Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16661
16662 * config.sub: Accept -lnews*.
16663
d207ebef
JM
16664Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16665
16666 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 16667 target-examples and target-libiberty for d30v.
d207ebef
JM
16668
16669Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16670
16671 * configure.in (noconfigdirs): Enable ld for d30v.
16672
16673Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16674
16675 * configure.in (tic80-*-*): Build compiler.
16676
16677Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16678
16679 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 16680 unsupported d30v directories
d207ebef
JM
16681
16682Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16683
4e81ae98
EC
16684 * config.sub, configure.in: Add d30v target cpu.
16685
6599da04
JM
16686Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16687
16688 * makefile.vms: New file.
16689 * make-all.com: Remove.
16690
16691Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16692
16693 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16694
16695Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16696
16697 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16698
16699Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16700
16701 * Makefile.in (ALL_MODULES): Added all-db.
16702 (CROSS_CHECK_MODULES): Addec check-db.
16703 (INSTALL_MODULES): Added install-db.
16704 (CLEAN_MODULES): Added clean-db.
16705
16706Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16707
16708 * config.guess: Merge with latest FSF sources.
16709
16710Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16711
16712 * Makefile.in (ALL_MODULES): Added all-itcl.
16713 (CROSS_CHECK_MODULES): Added check-itcl.
16714 (INSTALL_MODULES): Added install-itcl.
16715 (CLEAN_MODULES): Added clean-itcl.
16716
16717Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16718
16719 * configure.in: build gdb for mn10200
16720
16721Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16722
16723 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16724
d207ebef
JM
16725Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16726
16727 * configure.in (tic80-*-*): Turn off most targets right now.
16728
6599da04
JM
16729Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16730
16731 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16732 rather than the makeinfo program.
16733 (do-info): Depend upon all-texinfo.
16734
16735Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16736
16737 * configure.in: Remove uses of config/mh-linux.
16738
16739 * config.sub, config.guess: Merge with latest FSF sources.
16740
d207ebef
JM
16741Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16742
16743 * config.sub (case $basic_machine): Add tic80 entries.
16744
6599da04
JM
16745Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16746
16747 * config.sub, config.guess: Merge with latest FSF sources.
16748
16749Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16750
16751 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16752 * mpw-config.in: Test for NewFolderRecursive.
16753 * mpw-install: Use symbolic name for startup filename.
16754 * mpw-README: Add various additional details.
16755
16756Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16757
16758 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16759
16760Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16761
16762 * configure.in: Do build gcc and the target libraries for
16763 the mn10200.
16764
16765Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16766
16767 * configure.in: don't avoid building gdb for mn10300 any more
16768 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16769 instead of single-quoting it.
16770
16771Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16772
16773 * configure.in: Don't use --with-stabs on IRIX 6.
16774
16775Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16776
16777 * configure.in (m32r): Build gdb, libg++ now.
16778
16779Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16780
16781 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16782 directories from noconfigdirs.
16783
16784Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16785
16786 * config.sub (basic_machine): added mips16 configuration
16787
16788Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16789
16790 * config.sub: Handle d10v-unknown.
16791
d207ebef
JM
16792Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16793
16794 * config.sub: Handle v850-unknown.
16795
6599da04
JM
16796Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16797
16798 * Makefile.in: add findutils
16799 * configure.in: add findutils to list of host_tools
16800
16801Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16802
16803 * config.sub: Handle mn10200 and mn10300.
16804
16805Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16806
16807 * configure.in (d10v-*): Do not build librx.
16808
16809Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16810
16811 * configure.in (mn10300): Build everything except gdb & libgloss.
16812
16813Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16814
16815 * config.guess: Patch for Dansk Data Elektronik servers,
16816 from Niels Skou Olsen <nso@dde.dk>.
16817
16818 For ncr, use /bin/uname rather than uname, since GNU uname does not
16819 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16820
16821 Patch for MIPS R4000 running System V,
16822 from Eric S. Raymond <esr@snark.thyrsus.com>.
16823
16824 Fix thinko for nextstep.
16825
16826 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16827
16828 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16829 * config.guess: Guess mips-dec-mach_bsd4.3.
16830
16831 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16832 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16833 release numbers.
16834 * config.guess (mips-mips-riscos*): Emit just enough of the
16835 release number.
16836
16837 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16838 * config.guess (sparc-auspex-sunos*): Added.
16839 (f300-fujitsu-*): Added.
16840
16841 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16842 * config.guess: Recognize a Tadpole as a sparc.
16843
16844Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16845
16846 * config.guess: Don't assume that NextStep version is either 2 or
16847 3. NextStep 4 (aka OpenStep 4) has come out now.
16848
16849Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16850
16851 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16852 From Rik Faith <faith@cs.unc.edu>.
16853
16854Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16855
16856 * config.sub: Contributions from bug-gnu-utils to:
16857 Support plain "hppa" (no version given) architecture, reported by
16858 OpenStep.
16859 OpenBSD like NetBSD.
16860 LynxOs is not a hardware supplier.
16861
16862 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 16863 OpenBSD like NetBSD.
6599da04
JM
16864 Stratus systems.
16865 More Pyramid systems.
16866 i[n>4]86 Intel chips.
16867 M680[n>4]0 Motorola chips.
16868 Use unknown instead of lynx for hardware manufacturer.
16869
16870Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16871
16872 * install.sh (chmodcmd): Set to null if the DST directory already
16873 exists.
16874
16875Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16876
16877 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16878 not use mt-ppc target Makefile fragment any more.
16879
16880Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16881
16882 * configure.in (*-*-windows): Exclude everything but those dirs
16883 needed to build windows.
16884
16885Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16886
16887 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16888
16889Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16890
16891 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
16892
16893Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16894
16895 * Undo my previous change.
16896
16897Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16898
16899 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16900 unconditionally.
16901 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16902
16903Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16904
16905 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16906 host to add it's own flags.
6599da04
JM
16907
16908Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16909
16910 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16911
16912Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16913
16914 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16915 (CXX_FOR_TARGET): Likewise.
16916 (GCC_FOR_TARGET): Define.
16917 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16918 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16919 CC_FOR_TARGET was specified on the command line.
16920 (MAKEOVERRIDES): Don't define.
16921
16922Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16923
16924 * configure.in (m32r): Fix spelling of libg++ libs.
16925
16926Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16927
16928 * config.sub (-apple*): Remove, now redundant.
16929
16930Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16931
16932 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16933
16934 * configure: Rework yesterday's sed script patch.
16935
16936 * config.sub: Merge with FSF.
16937
16938Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16939
16940 * config.guess: Merge from FSF.
16941
16942 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
16943 * config.guess: Use pc instead of unknown, for pc clone systems.
16944 Change linux to linux-gnu.
6599da04
JM
16945
16946 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 16947 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
16948
16949Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16950
16951 * test-build.mk (HOLES): Add "xargs" for gdb.
16952
16953 * configure: Avoid hpux10.20 sed bug.
16954
16955Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16956
731a8127 16957 * configure.in: Add support for windows host
6599da04
JM
16958 (that is a build done under the Microsoft build environment).
16959
16960Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16961
16962 * Makefile.in: Replace all uses of srcroot with s, to shrink
16963 command line lengths.
16964
16965 Patches from Geoffrey Noer <noer@cygnus.com>:
16966 * configure.in: If configuring for newlib, pass --with-newlib to
16967 subdirectories.
16968 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16969 -Bnewlib/ and -Lwinsup to gcc.
16970 (CXX_FOR_TARGET): Likewise.
16971
16972Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16973
16974 * Makefile.in (ETC_SUPPORT): Add configure.
16975
16976Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16977
4e81ae98 16978 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
16979 host configuration file.
16980
16981Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16982
16983 * configure.in: Break mn10x00 support into separate
16984 mn10200 and mn10300 configurations.
16985 * config.sub: Likewise.
16986
16987Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
16988
16989 * configure.in: Add lots of stuff to noconfigdirs for
16990 the mn10x00 targets.
16991
16992 * config.sub, configure.in: Add mn10x00 support.
16993
16994Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
16995
16996 * make-all.com: Call conf-a-gas, not config-a-gas.
16997
16998Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
16999
17000 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 17001 targets.
6599da04
JM
17002
17003Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17004
17005 * mpw-README: Add much more detail for native PowerMac.
17006 * mpw-install: New file.
17007 * mpw-configure: Add --norecursion and --help options.
17008 * mpw-config.in: Translate readme and install files when
17009 copying to objdir.
17010 * mpw-build.in: Don't always depend on byacc and flex.
17011 (install-only-top): New action.
17012
d207ebef
JM
17013Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17014
17015 * configure.in: You can now configure GDB for the v850.
17016
6599da04
JM
17017Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17018
17019 * configure.in (noconfigdirs): Don't configure any C++ dirs
17020 if targeting D10V.
17021
17022Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17023
17024 * config.sub: Recognize mips64vr5000.
17025
17026Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17027
17028 * configure.in: Use a single line for host_tools and native_only.
17029
17030Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17031
17032 * config.sub, configure.in: Add entries for m32r.
17033
17034Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17035
17036 * Makefile.in (inet-install): Don't run install-gzip.
17037
17038Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17039
17040 * configure.in: Don't config lots of things for *-*-windows*.
17041
17042Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17043
17044 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17045 (host_libs, host_tools): Copy from configure.in.
17046 * mpw-configure: Don't complain about directories not found.
17047
17048Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17049
17050 * configure.in (i[345]86): Recognize i686 for pentium pro.
17051 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17052 file.
17053
17054 * config.guess (i[345]86): Ditto.
17055
17056Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17057
17058 * configure.in (noconfigdirs): Removed gdb for D10V.
17059
d207ebef 17060Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 17061
d207ebef
JM
17062 * configure.in: Remove ld, target-libio, target-libg++, and
17063 target-libstdc++ from noconfigdirs.
5d4a5ee6 17064
6599da04
JM
17065Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17066
17067 * configure: Fix three locations where shell scripts were
17068 being run directly rather than with config_shell.
17069
d207ebef
JM
17070Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17071
17072 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17073 * config.sub (basic_machine): Recognize v850.
17074
6599da04
JM
17075Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17076
17077 * mpw-configure: Handle multiple enable/disable options and
17078 pass them down recursively, handle -c and -s flags appropriately
17079 depending on choice of compiler, add escape mechanism for
17080 quoted arguments to gC.
17081
17082Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17083
17084 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17085 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17086 so that -mrelocatable-lib and -mno-eabi are used.
17087
17088 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17089 not support --print-multi-lib, don't abort.
17090
6599da04
JM
17091Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17092
17093 * make-all.com: Run config-a-gas.
17094 * setup.com: Don't copy subdirectory files around.
17095
17096Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17097
17098 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17099 target, it now compiles correctly.
17100
17101Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17102
17103 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17104
17105Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17106
4e81ae98 17107 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17108
17109Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17110
17111 * configure.in (native_only): Add prms.
17112
17113Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17114
17115 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17116 (BINUTILS_SUPPORT_DIRS): Likewise.
17117
17118Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17119
17120 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17121 d10v support is added.
17122
17123Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17124
17125 * configure.in (d10v-*-*): New target.
17126
17127Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17128
17129 * config.guess (HP 9000/811): Recognize this as a PA1.1
17130 machine.
17131
17132Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17133
17134 * Makefile.in (do-tar-gz): New target, split out from tail end of
17135 taz target. Run each command separately, don't use pipes.
17136 (taz): Use it.
17137
17138Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17139
17140 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17141 * mpw-build.in: No builds should depend on building byacc or flex,
17142 they are assumed to be installed already.
17143
17144Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17145
17146 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17147 variable that CC_FOR_TARGET needs.
17148
17149Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17150
17151 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17152 options have changed since the last time the subdirectory was
17153 configured, and if it has, reconfigure.
17154 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17155 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17156
17157Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17158
17159 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17160 CLEAN_MODULES): Add bash.
17161 (all-bash): New target.
17162
17163Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17164
17165 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17166
17167Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17168
17169 * config.sub (basic_machine): Recognize d10v as a valid processor.
17170
17171Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17172
17173 * mpw-configure: Add support for --bindir.
17174 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17175
17176Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17177
17178 * configure.in: add bash, time, gawk to list of hosttools and things
17179 to only build for native toolchains
17180
17181Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17182
17183 * Makefile.in (docdir): Remove.
17184
17185Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17186
17187 * Makefile.in (datadir): Set to $(prefix)/share.
17188
17189Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17190
17191 * configure.in: build diff and patch for cygwin32-hosted
17192 toolchains.
17193
17194Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17195
17196 * config.sub: Accept -rtems*.
17197
17198Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17199
e490616e
ZW
17200 * configure.in: enable dosrel for cygwin32-hosted builds,
17201 remove diff from the list of things not buildable
17202 via Canadian Cross
6599da04
JM
17203
17204Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17205
17206 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17207 don't get ". ".
6599da04
JM
17208
17209Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17210
17211 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17212
17213Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17214
17215 * Makefile.in (taz): Handle case where tex3patch didn't even get
17216 checked out. Also, if it was found, put the symlink in a new util
17217 subdirectory.
17218
17219Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17220
17221 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17222
17223Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17224
17225 * config.sub: Recognize -openvms.
17226 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17227 * make-all.com, setup.com: New files.
17228
17229Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17230
17231 * Makefile.in (taz): tex3patch moved to texinfo/util.
17232
17233Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17234
17235 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17236 * configure.in: remove make from disable-if-Can-Cross list
17237 enable gdb if ${host} and ${target} are cygwin32
17238
17239Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17240
17241 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17242 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17243
17244Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17245
17246 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17247 distinguish sysv/svr4/bsd variants.
17248 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17249
17250Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17251
17252 * configure.in: Added copyright notice.
17253 * move-if-change: Added copyright notice.
17254
17255Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17256
17257 * configure.in (powerpcle-*-solaris*): Until we get shared
17258 libraries working, don't build gdb, sim, make, tcl, tk, or
17259 expect.
17260
17261Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17262
17263 * config.guess: Merge with FSF:
17264
17265 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17266 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17267
17268 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17269 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17270
17271 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17272 * config.guess: Combine two OSF1 rules.
17273 Also recognize field test versions. From mjr@zk3.dec.com.
17274 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17275 because GNU uname does not support -p. From pmr@pajato.com.
17276
17277Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17278
17279 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17280
17281Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17282
17283 * mpw-README: Document GCCIncludes.
17284
17285Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17286
17287 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17288
17289Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17290
17291 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17292
17293Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17294
17295 * configure.in (*-*-cygwin32): Configure make.
17296
17297Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17298
17299 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17300
17301Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17302
17303 * Makefile.in (all-inet): Depend on all-perl.
17304
17305 * Makefile.in (inet-install): New target.
17306
17307 * Makefile.in (all-inet): Depend on all-tcl.
17308 (all-inet): Depend on all-send-pr.
17309
17310Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17311
17312 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17313 temporarily.
17314
17315Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17316
17317 * configure.in: Don't configure --with-gnu-ld on AIX.
17318
17319Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17320
17321 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17322
17323Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17324
17325 * Makefile.in (ALL_MODULES): Added all-inet.
17326 (CROSS_CHECK_MODULES): Added check-inet.
17327 (INSTALL_MODULES): Added install-inet.
17328 (CLEAN_MODULES): Added clean-inet.
17329 (all-indent): New target.
17330
17331 * configure.in (host_tools): Added inet.
17332 (native_only): Added inet.
17333 (noconfigdirs): Added inet.
17334
17335Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17336
17337 * configure.in: Don't configure libgloss if we are not configuring
17338 newlib.
17339
17340Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17341
17342 * configure.in: Don't configure libgloss for unsupported
17343 architectures.
17344
17345Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17346
17347 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17348
17349Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17350
17351 * Makefile.in (ALL_MODULES): Include all-apache.
17352 (CROSS_CHECK_MODULES): Include check-apache.
17353 (INSTALL_MODULES): Include install-apache.
17354 (all-apache): New target.
17355
17356 * configure.in: Added apache everywhere perl is seen.
17357
17358Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17359
17360 * Makefile.in: Add support for clean-{module} and
17361 clean-target-{module} rules.
17362
17363Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17364
17365 * configure.in (*-*-ose) do not build libgloss.
17366
17367Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17368
17369 * config.guess (prep*:SunOS:5.*:*): Turn into
17370 powerpele-unknown-solaris2.
17371
17372Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17373
17374 * configure.in: Permit --enable-shared to specify a list of
17375 directories.
17376
17377Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17378
17379 * configure.in (host==solaris): Pass only the first word of $CC
17380 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17381
17382Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17383
17384 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17385
17386Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17387
17388 * Makefile.in (ALL_MODULES): Include all-perl.
17389 (CROSS_CHECK_MODULES): Include check-perl.
17390 (INSTALL_MODULES): Include install-perl.
17391 (ALL_X11_MODULES): Include all-guile.
17392 (CHECK_X11_MODULES): Include check-guile.
17393 (INSTALL_X11_MODULES): Include install-guile.
17394 (all-perl): New target.
17395 (all-guile): New target.
17396
17397 * configure.in (host_tools): Include perl and guile.
17398 (native_only): Include perl and guile.
17399 (noconfigdirs): Don't build guile and perl; no ports have been
17400 done.
17401
17402Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17403
e490616e
ZW
17404 * configure (--enable-*): Handle quoted option lists such as
17405 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
17406
17407Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17408
17409 * Makefile.in ({,inst}all-target): New rule so we can make and
17410 install all of the target directories easily.
17411
17412Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17413
17414 * configure.in: Add missing global flag in sed substitution when
17415 deleting `target-' from ${configdirs}.
17416
17417Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17418
17419 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17420 option.
17421
17422 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17423 config/mh-necv4.
17424
17425 * install.sh: Correct misspelling of transformbasename.
17426
17427 * config.guess: Recognize mips-*-sysv*.
17428
17429Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
17430
17431 * config.sub: Recognize mon960.
17432
17433Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
17434
17435 * configure: Restore Canadian Cross handling of BISON and LEX,
17436 removed in Feb 20 change.
17437
17438Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
17439
17440 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17441 Mention make install. Remove the old copyright date as well the
17442 clumsy and rather pointless copyright on the README file.
17443
17444Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
17445
17446 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17447 Makefile after running symlink-tree, then run `make distclean' to
17448 avoid clobbering any generated files in srcdir.
17449
17450Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
17451
17452 * configure.in (m68k-*-netbsd*): Build everything now.
17453
17454Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17455
17456 * Makefile.in (taz): Fix quoting.
17457
17458Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
17459
17460 * configure.in (sparclet-*-*): Build everything now.
17461
17462Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17463
17464 * configure.in (m68k-*-linux*): New host.
17465
17466Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
17467
17468 * configure: Check for bison before byacc.
17469
17470Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
17471
17472 * Makefile.in configure: Change the way LEX and BISON/YACC are
17473 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
17474 searching PATH. These are used as fallbacks by Makefile.in if
17475 flex/bison/byacc aren't in objdir.
17476
17477Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
17478
17479 * Makefile.in: Make everything which depends upon all-bfd also
17480 depend upon all-opcodes, in case --with-commonbfdlib is used.
17481
17482Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17483
17484 * configure.in (host *-*-cygwin32): Don't build gdb if we are
17485 building NT native compilers on Unix.
17486
17487Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
17488
17489 * configure.in: Don't get CC from the host Makefile fragment if we
17490 can find gcc in PATH, or if this is a Canadian Cross. Move the
17491 Solaris test for /usr/ucb/cc to the post target script, just after
17492 the compiler sanity test.
17493
17494Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
17495
17496 * config.sub: Merge with FSF.
17497
17498Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
17499
17500 * Makefile.in (RPATH_ENVVAR): New variable.
17501 (REALLY_SET_LIB_PATH): Use it.
17502 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17503
17504Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
17505
17506 * config.sub, configure.in: Recognize sparclet cpu.
17507
17508Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17509
17510 * config.guess: Support m68k-cbm-sysv4.
17511
17512Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17513
17514 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17515 m68k-unknown-linuxaout from linker help string. Put quotes around
17516 $ld_help_string.
17517
17518Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
17519
17520 * config.guess (powerpc-harris-powerunix): Add guess for port
17521 to new target.
17522
17523Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17524
17525 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17526
17527Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
17528
17529 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17530 $(REALLY_SET_LIB_PATH) in Makefile.
17531 * Makefile.in (SET_LIB_PATH): New variable.
17532 (REALLY_SET_LIB_PATH): New variable.
17533 ($(DO_X)): Use $(SET_LIB_PATH).
17534 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17535 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17536 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17537 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17538 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17539 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17540 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17541 (install-dosrel): Likewise.
17542 (all-opcodes): Depend upon all-libiberty.
17543
17544Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
17545
17546 * config.guess (*:CYGWIN*): New
17547
17548Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17549
17550 * Makefile.in (all-target-winsup): All all-target-libiberty.
17551
17552Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17553
17554 * configure.in (noconfigdirs): Add missing # in front of comment.
17555
17556Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17557
17558 * configure.in: add second pass to things added to noconfigdirs
17559 so *-gm-magic can exclude libgloss properly.
17560
17561Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17562
17563 * mpw-configure (extralibs_name, rez_name): Set correctly
17564 for MWC68K compiler.
17565
17566 * mpw-README: Add more info on the necessary build tools.
17567
17568Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17569
17570 * configure.in, config.sub: Recognize cygwin32.
17571
17572Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17573
17574 * config.guess, config.sub: Recognize A/UX.
17575
17576Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17577
17578 * config.sub: Merge with gcc/config.sub.
17579
17580Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17581
17582 * mpw-build.in (do-binutils): Add build of stamps.
17583
17584Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17585
17586 * config.sub: Add recognition for mips64vr4100*-* targets.
17587
17588Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17589
17590 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17591 Add creation of gconfigargs with `--enable-shared' turned on.
17592 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17593 ($(host)-stamp-stage3-configured): Likewise.
17594 (HOLES): Add chatr and ldd.
17595 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17596
17597Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17598
17599 * configure: Pass --nfp to recursive configures.
17600
17601Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17602
17603 * Makefile.in (DLLTOOL): New.
17604 (DLLTOOL_FOR_TARGET): New.
17605 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17606 (EXTRA_TARGET_FLAGS): Ditto.
17607 (EXTRA_GCC_FLAGS): Ditto.
17608 (CONFIGURE_TARGET_MODULES): Ditto.
17609 (DO_X): Ditto.
17610 * configure: Add DLLTOOL.
17611
17612Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17613
17614 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17615 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17616 mh-sco, since old workarounds no longer needed, and don't
17617 build ld, since libraries have weak symbols in COFF.
17618
17619Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17620
17621 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17622
17623Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17624
17625 * configure.in: Make sure that ${CC} can be used to compile an
17626 executable.
17627
17628Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17629
17630 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17631 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17632 nothing depending on whether gdbtk is being built.
17633
17634Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17635
17636 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17637
17638Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17639
17640 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17641 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17642
17643Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17644
17645 * config-ml.in: Add support for
17646 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17647 Simplify setting of multidirs from --disable-foo.
17648
17649Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17650
17651 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17652 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17653 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 17654 non-empty, pass them on to the GCC make.
6599da04
JM
17655 (all-bootstrap): New rule that is like all-gcc, except it executes
17656 the GCC bootstrap rule instead of the GCC all rule.
17657
17658Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17659
17660 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17661
17662Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17663
17664 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17665 DG/UX support.
17666
17667Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17668
17669 * config.sub (i*86*) Change [345] to [3456]
17670
17671Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17672
17673 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17674 --with-gnu-ld=no.
17675
17676Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17677
17678 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17679 AIX multilibs get built.
17680
17681Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17682
17683 * configure.in (i386-win32): Don't build expect if we're not
17684 building the tcl subdir.
17685
17686Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17687
17688 * Makefile.in: (configure-target-examples, all-target-examples):
17689 New targets, configure and build example programs.
17690
17691Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17692
17693 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17694 use it as input to sedit the generated MPW makefile.
17695 * mpw-README: Add a suggestion about Gestalt.h.
17696
17697Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17698
17699 * config.sub: Accept *-*-ieee*.
17700
17701Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17702
17703 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17704 Ronald F. Guilmette <rfg@monkeys.com>.
17705
17706Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17707
17708 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17709 for powerpc-pe native.
17710 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17711 (target==powerpc-pe): duplicate i386-win32 entry.
17712
17713Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17714
17715 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17716 of vxworks, not just vxworks5.1.
17717
17718Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17719
17720 * mpw-configure: Add support for exec-prefix.
17721
17722Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17723
17724 * config.guess: Recognize HP model 816 machines as having
17725 a PA1.1 processor.
17726
17727Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17728
17729 * configure: Ignore new autoconf configure options.
17730
6599da04
JM
17731Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17732
17733 * config.guess: Recognize Pentium under SCO.
17734 From Robert Lipe <robertl@arnet.com>.
17735
17736Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17737
17738 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
17739
17740Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17741
17742 * configure.in: Don't configure gas for alpha-dec-osf*.
17743
17744Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17745
17746 * configure.in: Default to --with-stabs for some targets for which
17747 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17748 i[345]86*-*-unixware*.
17749
17750Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17751
17752 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17753 rather than basing it on the target. Simplify handling of options
17754 controlling which directories to configure. Remove extraneous
17755 slash in multi-clean target.
17756
17757Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17758
17759 * config-ml.in: Prefix more variables with ml_ so they don't collide
17760 with configure's.
17761
17762Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17763
17764 * configure: Don't turn -v into --v.
17765
17766Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17767
17768 * configure.in (targargs): Fix typo.
17769
17770 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17771
17772Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17773
17774 * configure.in: Strip --host and --target options from
17775 CONFIG_ARGUMENTS, and always configure for --host only. Add
17776 --with-cross-host option when building with a cross-compiler.
17777 * configure: Canonicalize the arguments put into config.status by
17778 always using `=' for an option with an argument. Pass a presumed
17779 --host or --target explicitly.
17780
17781Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17782
17783 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17784 into general OS recognition case.
17785
17786Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17787
17788 * configure.in (target_configdirs): add target-winsup only
17789 for win32 target systems.
17790
17791Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17792
17793 * Makefile.in (all-target-libgloss): Depend upon
17794 configure-target-newlib, since when libgloss is built it looks to
17795 see if the newlib directory exists.
17796
17797Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17798
17799 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17800 cfg-ml-*.in.
17801
17802Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17803
17804 * configure: Handle LD and LD_FOR_TARGET when configuring a
17805 Canadian Cross.
17806
6599da04
JM
17807Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17808
17809 * configure.in (target_libs): add target-winsup.
17810 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17811 (target==ppcle-pe): remove ld from $noconfigdirs.
17812
17813Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17814
17815 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17816 Preserve relative path names in $srcdir. Build symlink tree if
17817 configuring cross target dir and srcdir=. (= no VPATH support).
17818 (configure-target-libg++): Depend on configure-target-librx.
17819 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17820 * config-ml.in: New file.
17821 * symlink-tree: New file.
17822 * configure: Ensure srcdir="." if that's what it is.
17823
17824Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17825
17826 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17827 includes and FLEX_SKELETON setting.
17828 * mpw-configure (--with-gnu-ld): New option, controls whether
17829 to use PPCLink or ld with PowerMac GCC.
17830 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17831 * mpw-config.in: Configure grez if targeting Mac.
17832
17833 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
17834 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17835 just macos.
6599da04
JM
17836 * configure.in: Configure grez resource compiler if targeting Mac.
17837 * Makefile.in (all-grez, install-grez): New targets.
17838
17839Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17840
17841 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 17842 gcc in the path, set CC to gcc -O2.
6599da04
JM
17843
17844Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17845
17846 * configure: Default ${build} correctly. Avoid picking up extra
17847 spaces when reading CC and CXX from Makefile. When doing a
17848 Canadian Cross, use plausible default values for numerous
17849 variables.
17850 * configure.in: When doing a Canadian Cross, don't try to
17851 configure tools whose configure script can't handle it.
17852
17853Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17854
17855 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17856
17857Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17858
17859 * configure: Remove dubious bug reporting address.
17860
17861Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17862
17863 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17864 configure script, run that instead of this directory's configure.
17865 In either case, print a message that we're configuring the sub-dir.
17866
17867Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17868
17869 * configure.in: Before checking for the existence of various files,
17870 use sed to filter out "target-".
17871
17872Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17873
17874 * Makefile.in (DO_X): Split rule to decrease command line length
17875 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17876 (Philippe De Muyter).
17877
17878Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17879
17880 * Makefile.in (all-patch): depend on all-libiberty.
17881
17882Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17883
17884 * configure.in: If the only directory in target_configdirs which
17885 actually exists is libiberty, then set target_configdirs to empty,
17886 to avoid trying to build a target libiberty in a gas or gdb
17887 distribution.
17888
17889Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17890
17891 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
17892 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17893 systems.
6599da04
JM
17894
17895Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17896
17897 * configure.in (copy_dirs): Use sys-include instead of include
17898 for --with-headers option.
17899
17900Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17901
17902 * Makefile.in, configure.in: Make winsup builds work with
17903 new scheme.
17904
17905Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17906
17907 * configure.in: Build the linker on AIX.
17908
17909Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17910
17911 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17912 where needed.
17913
17914Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17915
17916 * Makefile.in (all-gcc): Fix typo.
17917
17918Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17919
17920 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17921
17922Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17923
17924 * configure.in: Rename libFOO to target-libFOO, and xiberty
17925 to target-xiberty, to provide more flexibility.
17926 (target_subdir): Define. Create if cross.
17927 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17928 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17929 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17930 check-libFOO -> check-target-libFOO, etc.
17931 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17932 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17933 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17934 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17935 allow ALL_GCC="" to only configure.
17936 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17937 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17938 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17939
17940Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17941
17942 * Makefile.in (taz): Build "info" in etc explicitly.
17943
17944Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17945
17946 * configure.in: Make sure that CC is undefined (as opposed to
17947 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17948 problem with autoconf trying to configure on a host without GCC.
17949
17950Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17951
17952 * mpw-configure: Set host alias from choice of host compiler,
17953 only use generic MPW Makefile sed if present, edit a file
17954 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17955 * mpw-README: Add problem notes about CW6 and CW7.
17956
17957Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17958
17959 * Makefile.in (taz): Use ";" instead of ";;".
17960
17961Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17962
17963 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17964 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17965 DISTDOCDIRS.
17966 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17967 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17968
17969Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17970
17971 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17972 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17973 Move bfd to DISTSTUFFDIRS.
17974
17975Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17976
17977 * Makefile.in (X11_LIB): Removed.
17978 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17979
17980 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17981
17982Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17983
17984 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17985 names.
17986
17987Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17988
17989 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17990
17991Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
17992
17993 * configure.in (i[345]86-*-win32): Always build newlib.
17994 Don't configure cvs, autoconf or texinfo.
17995 * Makefile.in (LD_FOR_TARGET): New.
17996 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17997 Pass down LD_FOR_TARGET.
17998
17999Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18000
18001 * winsup: New directory.
18002 * Makefile.in: Build winsup.
18003 * configure.in: Winsup is configured when target is win32.
18004 Can only build win32 target GDB when native.
4e81ae98 18005
6599da04
JM
18006Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18007
18008 * config.guess: Recognize HP model 819 machines as having
18009 a PA 1.1 processor.
18010
18011Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18012
18013 * configure: Fix sed loop which substitutes for CC and CXX to
18014 avoid bug found in various sed implementations.
18015
18016Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18017
18018 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18019 simulator. Use standard powerpc-*-eabi*.
18020
18021Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18022
18023 * configure.in: Stop putting gas and binutils in noconfigdirs for
18024 powerpc-*-aix* and rs6000-*-*.
18025
18026Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18027
18028 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18029 -mcall-aixdesc libraries.
18030
18031Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18032
18033 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18034
18035 * config.sub (arm | armel | armeb): Fix shell syntax.
18036
18037Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18038
18039 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18040 -msoft-float and -mcpu=common support.
18041 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18042 libraries.
18043
18044Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18045
18046 * configure.in: Allow configuration and build of emacs19 for the alpha.
18047
18048Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18049
18050 * configure.in (CC): Get ^CC, not just any old CC, from
18051 ${host_makefile_frag}.
18052
18053Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18054
4e81ae98 18055 * configure.in (CC): Try to get CC from
6599da04
JM
18056 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18057
18058Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18059
18060 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18061 only if it exists in $(srcdir).
18062
18063Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18064
18065 * configure: If CC and CXX are not set in the environment, set
18066 them, based on either an existing Makefile or on searching for gcc
18067 in PATH. Substitute for CC and CXX in Makefile.
18068 * configure.in: Remove libm from target_libs. Separate
18069 target_configdirs from configdirs. If CC is not set in
18070 environment, try to get it from a host Makefile fragment. Rewrite
18071 changes of configdirs to use skipdirs instead. A few minor
18072 tweaks. Take directories out of target_configdirs as they are
18073 taken out of configdirs. Remove existing Makefile files from
18074 subdirectories. Substitute for TARGET_CONFIGDIRS and
18075 CONFIG_ARGUMENTS in Makefile.
18076 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18077 by configure.in.
18078 (CONFIG_ARGUMENTS): Likewise.
18079 (CONFIGURE_TARGET_MODULES): New variable.
18080 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18081 ($(CONFIGURE_TARGET_MODULES)): New target.
18082 (configure-libg++, configure-libio): New targets.
18083 (all-libg++): Depend upon configure-libg++.
18084 (all-libio): Depend upon configure-libio.
18085 (configure-libgloss, all-libgloss): New targets.
18086 (configure-libstdc++): New target.
18087 (all-libstdc++): Depend upon configure-libstdc++.
18088 (configure-librx, all-librx): New targets.
18089 (configure-newlib): New target.
18090 (all-newlib): Depend upon configure-newlib
18091 (configure-xiberty): New target.
18092 (all-xiberty): Depend upon configure-xiberty.
18093
18094Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18095
18096 * configure.in (host i[345]86-*-win32): Expand the
18097 noconfigdirs again.
18098
18099Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18100
18101 * mpw-configure: Fix sed command file name.
18102
18103Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18104
4e81ae98 18105 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18106 noconfigdirs again.
18107
18108Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18109
18110 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18111 or powerpc*-*-pe*, since they are not yet supported.
18112
18113Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18114
18115 Add PowerMac support and many other enhancements.
18116 * mpw-configure: New option --cc to select compiler to use,
18117 paste options set according to --cc into the generated
18118 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18119 if mpw-make.sed is present.
18120 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18121 add forward includes for PowerPC include files.
18122 * mpw-build.in: Build using Makefile.PPC if present.
18123 (do-byacc, etc): Remove separate version resource builds.
18124 (do-gas): Build "stamps" before "all".
18125 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18126 * mpw-README: Update to reflect --cc option, PowerMac support,
18127 and recently-reported compatibility problems.
18128
18129Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18130
18131 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18132 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18133 (--with-multilib-top): Pass to recursive invocations.
18134
18135Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18136
18137 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18138 v810-*-*.
18139
18140Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18141
18142 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18143 gdb, ld and opcodes on v810-*-*.
18144
6599da04
JM
18145Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18146
18147 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18148 (local-maintainer-clean): New target.
18149 (maintainer-clean): New target.
18150 (realclean): Just depend upon maintainer-clean.
18151
18152Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18153
18154 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18155
18156Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18157
18158 * configure.in: Build ld in mips*-*-bsd* case.
18159
18160Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18161
18162 * config.sub: Accept -lites* OS. From Ian Dall.
18163
18164Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18165
18166 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18167 targets.
6599da04
JM
18168
18169Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18170
18171 * configure.in: treat i386-win32 canadian cross the same as
18172 i386-go32 canadian cross.
18173
18174Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18175
18176 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18177 running under the simulator to build a reduced set of libraries.
18178 (powerpc-*-eabiaix): Add fine grained multilib support added to
18179 other powerpc targets yesterday.
18180
18181Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18182
18183 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18184 -disable-softfloat, -disable-relocatable, -disable-aix, and
18185 -disable-sysv to control which multilib libraries get built.
18186
18187Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18188
18189 * configure: Add Makefile.tem to list of files to remove in trap
18190 handler.
18191
18192Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18193
18194 * config.guess (*Linux*): Add missing "exit"s.
18195 Also, need specific check for alpha-unknown-linux (uses COFF).
18196
18197Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18198
18199 * config.guess: Merge with FSF:
18200
18201 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18202 * config.guess (AIX4): More robust release numbering discovery.
18203
18204 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18205 * config.guess (i386-sequent-ptx): Properly get version number.
18206
18207 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18208 * config.guess (mips:*:4*:UMIPS): New case.
18209
18210Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18211
18212 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18213 (i386-win32 host): Likewise. Don't build readline.
18214
18215Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18216
18217 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18218 SUPPORT_FILES to submakes.
18219
18220Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18221
18222 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18223 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18224 mpw-configure.
18225
18226Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18227
18228 * configure.in (appdirs): Use =, not ==, in test expression when
18229 trying to build the text to print in the warning message for
18230 Solaris users.
18231
18232Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18233
18234 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18235
18236Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18237
18238 * config.guess: Recognize lynx-2.3.
18239
18240Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18241
18242 * config.sub (z8ksim): Deleted
18243 (z8k-*-coff): New, this is the one true name of the target.
18244
18245Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18246
18247 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18248
18249Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18250
18251 * config.guess (*:Linux:*:*): First try asking the linker what the
18252 default object file format is (elf, aout, or coff). Then if this
18253 fails, try previous methods.
18254
18255Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18256
18257 * configure.in: Don't build newlib for *-*-vxworks5.1.
18258
18259Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18260
18261 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18262 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18263
18264Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18265
18266 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18267
18268Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18269
18270 * cfg-ml-com.in: New file.
18271 * cfg-ml-pos.in: New file.
18272
18273Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18274
18275 * COPYING.NEWLIB: Add HP free copyright to list.
18276
18277Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18278
18279 * config.sub: Recognize -eabi* for the system, not just -eabi.
18280
18281Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18282
18283 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18284 * config.sub, configure.in (win32): New target and host.
18285
18286Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18287
18288 * configure.in: Add i386-pe configuration.
18289
18290Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18291
18292 * mpw-build.in (install): Install GDB after LD.
18293
18294Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18295
18296 * mpw-config.in (elf/mips.h): Always forward-include, needed
18297 for GDB to build.
18298
18299Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18300
18301 * testsuite: New directory for customer acceptance and whole tool
18302 chain tests.
18303
18304Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18305
18306 * configure: If per-host line isn't found, but AC_OUTPUT is found
18307 and a configure script exists, run it instead.
18308
18309Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18310
18311 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18312
18313Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18314
18315 * configure: Set build_{cpu,vendor,os,alias} to host values when
18316 --build isn't specified.
18317
18318Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18319
18320 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18321 (FLAGS_TO_PASS): Pass them.
18322 (EXTRA_TARGET_FLAGS): Ditto.
18323
6599da04
JM
18324Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18325
18326 * Makefile.in (all-libg++): Depend on all-libstdc++.
18327
18328Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18329
18330 * configure.in (noconfigdirs): Enable all packages for
18331 i386-unknown-netbsd.
18332
18333Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18334
18335 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18336 hosted builds (DOS builds)
18337
18338Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18339
18340 Changes for ARM based on patches from Richard Earnshaw:
18341 * config.sub: Handle armeb and armel.
18342 * configure.in: Omit arm linker only for riscix.
18343
18344Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18345
18346 * config.guess: Update from FSF.
18347
18348Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18349
63f6bcd7 18350 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
18351 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18352 powerpcle variant. Convert pentium into i586, not i486. Add p5
18353 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18354 temporarily.
18355
18356Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18357
18358 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18359
18360Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18361
18362 * config.sub: Accept -lites* as a basic system type.
18363
18364Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18365
18366 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18367 installed, and if so return linuxoldld as the system name.
18368
18369Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18370
18371 * config.guess: Add hppa1.1-hp-lites support.
18372
18373Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18374
18375 * configure.in: Don't build newlib for m68k-vxworks5.1.
18376
18377Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18378
18379 * configure.in (mips-sgi-irix6): Use mh-irix5.
18380
18381Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18382
18383 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18384
18385Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18386
18387 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 18388 OSF/1. Fix compiler flags.
6599da04
JM
18389 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18390
18391Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18392
18393 * configure.in: Recognize --with-newlib.
18394 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18395
18396Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18397
d207ebef 18398 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
18399 to *_X11_MODULES due to gdbtk needing X include files et al.
18400
18401Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18402
18403 Merge in support for Mac MPW as a host.
18404 (Old change descriptions retained for informational value.)
18405
18406 * mpw-config.in: Add generic include forwards for cpu-specific
18407 include files in aout and elf directories.
18408
18409 * mpw-configure: Added copyright.
18410 * mpw-config.in: Check for presence of required build tools.
18411 (target_libs): Add newlib.
18412 (target_tools): Add examples.
18413 (Read Me): Generate as "Read Me for MPW" instead.
18414 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18415 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18416 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18417
18418 * mpw-configure: Remove subdir-specific makefile hackery,
18419 delete mk.tmp after using it.
18420
18421 * mpw-build.in (all): Display start and end times.
18422
18423 * mpw-configure (host_canonical): Set.
18424 (target_cpu): Always add to makefiles.
18425 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18426 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18427 (mpw-mh-mpw): Look for in srcdir and srcroot.
18428 Use sed instead of mpw-edit-prefix to edit prefix definitions.
18429
18430 * mpw-build.in: (install-only): New target.
18431
18432 * mpw-configure (host_alias, target_alias): Rename from hostalias
18433 and targetalias, add into generated Makefile.
18434 (mk.tmp): If present, add into generated Makefile.
18435 * mpw-build.in (all-gas): Build config.h first before gas proper.
18436
18437 * mpw-configure (config.status): Write only if changed.
18438 * mpw-config.in (readline): Configure it (not built, just used for
18439 definitions).
18440
18441 * mpw-config.in (elf/mips.h): Add a forward include.
18442
18443 * mpw-config.in: Forward-include most .h files in include into
18444 extra-include.
18445 (readline): Don't build.
18446 mpw-build.in (install): Install GDB.
18447
18448 * mpw-configure (prefix, mpw_prefix): Handle it.
18449 * mpw-config.in (mmalloc, readline): Don't configure.
18450 * mpw-build.in (thisscript): Rename to ThisScript.
18451 Use mpw-build instead of BuildProgram everywhere.
18452 (mmalloc, readline): Don't build.
18453 * mpw-README: New file, basic documentation about the MPW port.
18454
18455 * mpw-config.in: Use forward-include to create include files.
18456
18457 * mpw-configure: Add more things to the top of each configured
18458 Makefile, including contents of config/mpw-mh-mpw.
18459 * mpw-config.in (extra-include): Create this directory and fill it
18460 with Posix-like include files when configuring.
18461
18462 * config.sub (apple, mac, mpw): Add various aliases.
18463
18464 * mpw-build.in: New file, top-level build script fragment for MPW.
18465 * mpw-configure: New file, configure script for MPW.
18466 * mpw-config.in: New file, config fragment for MPW.
18467
18468Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18469
18470 * configure.in (host_libs): Remove glob, since it is gone from the
18471 sources.
18472
18473Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18474
18475 * Makefile.in: define empty GDB_NLM_DEPS var.
18476
18477 * configure.in(target_makefile_frag): use config/mt-netware
18478 for netware targets.
18479
18480Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
18481
18482 * config.sub: Merge in recent FSF changes. Remove linux special
18483 cases.
18484
18485Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18486
731a8127 18487 Revert this change:
6599da04
JM
18488
18489 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18490
18491 * build-all.mk: Use CC=cc -Xs on Solaris.
18492
6599da04
JM
18493Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18494
18495 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
18496 stop using it.
18497 * Makefile.in: Nuke all references to glob subdirectory.
18498
18499Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18500
18501 * configure.in: Fix --enable-shared logic in per-host.
18502
18503Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
18504
18505 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18506
18507Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18508
18509 * configure.in (noconfigdirs): Don't build gas on AIX, for
18510 powerpc*-*-aix* as well as for rs6000*-*-aix*.
18511
18512Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
18513
18514 * configure: Fix --cache-file to work if the file argument is a
18515 relative path.
18516
18517Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
18518
18519 * configure: If the --cache-file is used, pass it down to
18520 configure in subdirectories.
18521
18522Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
18523
18524 * config.sub: add vxworks29k configuration.
18525
18526Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18527
18528 * Makefile.in (taz): Do "diststuff" part quietly.
18529
18530Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
18531
18532 * config.sub: Mini-merge with gcc/config.sub.
18533
18534Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18535
18536 * config.guess (IRIX): Sed - to _.
18537
18538Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18539
18540 * Makefile.in (source-vault, binary-vault): New targets.
18541
18542Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
18543
18544 * config.sub: Recognize -eabi as a basic system type.
18545
18546Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18547
18548 * configure.in (enable_shared stuff): Fix typo.
18549
18550Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
18551
18552 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18553
18554Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18555
18556 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18557
18558Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18559
18560 * configure.in (rs6000-*-*): Don't build gas.
18561
18562Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18563
18564 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18565 reduce command line length.
18566 (AS_FOR_TARGET): Check for as.new, not Makefile.
18567 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18568
18569Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18570
18571 * config.guess: Merge from FSF.
18572
18573Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18574
18575 * configure: Don't use $ when handling program_suffix.
18576
18577Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18578
18579 * configure.in: Configure tk for hppa/hpux.
18580
18581Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18582
18583 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18584
18585Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18586
18587 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18588 to LIBCXXFLAGS. Tests are better run without it.
18589
18590Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18591
18592 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18593
18594Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18595
18596 * configure.in (*-*-netware*): Don't configure xiberty.
18597
18598Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18599
18600 * configure.in: Remove tk from native_only list.
18601
18602Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18603
18604 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18605 for special NCD build.
18606
18607Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18608
18609 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18610 makeall.bat, they're only useful for binutils snapshots.
18611 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18612 makeall.bat to specified SUPPORT_FILES.
18613
18614Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18615
18616 * build-all.mk: Add Ericsson targets to sun4 and solaris
18617 hosts. Add BNR's sun4 target to solaris host, so their
18618 build-from-source will be tested in-house first.
18619
18620Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18621
18622 * Makefile.in (LIBCFLAGS): New variable.
18623 (CFLAGS_FOR_TARGET): Ditto.
18624 (LIBCFLAGS_FOR_TARGET): Ditto.
18625 (LIBCXXFLAGS): Ditto.
18626 (CXXFLAGS_FOR_TARGET): Ditto.
18627 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18628 (BASE_FLAGS_TO_PASS): Pass them.
18629 (EXTRA_TARGET_FLAGS): Ditto.
18630
731a8127 18631 * configure.in: Support --enable-shared.
6599da04
JM
18632
18633Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18634
18635 * configure.in (target_libs): Include libstdc++ again.
18636 * config.guess: Update from FSF (for FreeBSD).
18637
18638Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18639
18640 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18641 makeall.bat.
18642 (DISTDOCDIRS): Add `etc'.
18643 (ETC_SUPPORT_PFX): New variable.
18644 (taz): Include anything from etc starting with a word in
18645 ETC_SUPPORT_PFX.
18646
18647Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18648
18649 * config.sub: Update for recent FSF changes. Remove obsolete
18650 h8300hds entry. Add -windows* and -osx as basic os. Minor
18651 spacing changes.
18652
18653Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18654
18655 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18656
18657 * config.guess: Merge with FSF.
18658 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18659
18660Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18661
18662 * configure: Since the "trap 0" handler will override the exit
18663 status on many systems, only use it for "exit 1", and make it set
18664 a non-zero exit status; reset it before "exit 0". Also, check
18665 exit status of config.sub, and error out if it failed.
18666
18667Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18668
18669 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18670 and install libgloss.
18671
18672Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18673
18674 * Makefile.in (all-binutils): Depend upon all-byacc.
18675
18676 * configure.in: Don't build emacs on Irix 5.
18677
18678Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18679
18680 * configure.in (*-*-netware*): Add libio.
18681
18682Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18683
18684 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18685 (CHECK_TARGET_MODULES): Ditto.
18686 (INSTALL_TARGET_MODULES): Ditto.
18687 (TARGET_LIBS): Ditto.
18688 (all-libstdc++): Note dependencies.
18689
18690Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18691
18692 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18693
18694Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18695
18696 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18697 -fexternal-templates.
18698
18699 * configure.in (target_libs): Add libstdc++.
18700 (noconfigdirs): Add libstdc++ as appropriate.
18701
18702Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18703
18704 * config.guess: Update from FSF.
18705
18706Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18707
18708 * configure: Use ${config_shell} when running ${configsub}.
18709
18710Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18711
18712 * config.sub: No longer recognize h8300h.
18713
18714Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18715
18716 * config.sub: Remove extraneous differences between config.sub and
18717 gcc/config.sub.
18718
18719Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18720
18721 * Makefile.in (DISTSTUFFDIRS): Add gas.
18722
18723Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18724
18725 * COPYING.NEWLIB: New file.
18726
18727Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18728
18729 * config.guess (HP-UX): Patch from Harlan Stenn
18730 <harlan@landmark.com> to also emit release level.
18731
18732Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18733
18734 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18735
18736Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18737
18738 * config.sub: Merge nextstep cleanup from FSF.
18739
18740Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18741
18742 * configure.in (arm-*-*): Don't configure ld for this target.
18743
18744Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18745
18746 * configure.in (*-*-netware): don't configure libg++, libio,
18747 librx, or newlib.
18748
18749Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18750
18751 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18752 configure ld--it works, but it doesn't support shared libraries.
18753
18754Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18755
18756 * config.guess (*-unknown-freebsd*): Get rid of possible
18757 trailing "(Release)" in version string.
18758 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18759
18760Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18761
18762 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18763 Fix type: *-next-neststep -> *-next-nextstep.
18764
18765 * config.guess: Merge from FSF:
18766
18767 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18768
18769 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18770
18771 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18772
18773 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18774 instead of UNIX_SV for UnixWare 1.0).
18775
18776Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18777
18778 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18779 to make gdb/nlm/* build after the compiler and linker.
18780
18781Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18782
18783 * config.guess (netbsd, freebsd, linux): Accept any machine,
18784 not just i[34]86.
18785 (m68k-atari-sysv4): Relocate to match FSF version.
18786
18787 * config.guess: More merges from the FSF:
18788
18789 Add a space before function call or macro invocation.
18790
18791 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18792
18793 * config.guess: Add trap cmd to remove dummy.c and dummy when
18794 interrupted.
18795
18796 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18797
18798 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18799 (dummy): Redirect stderr from compilation of dummy.c.
18800
18801 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18802
18803 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18804
18805Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18806
18807 * configure: Accept and ignore --cache*, for compatibility with
18808 new autoconf.
18809
18810Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18811
18812 * config.guess: Merge from FSF:
18813
18814 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18815
18816 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
18817 (PATH): Add /.attbin at end for finding uname.
18818 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
18819
18820 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18821
e490616e 18822 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
18823
18824 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18825
e490616e
ZW
18826 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18827 to select whether to use ELF or COFF.
6599da04
JM
18828
18829 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18830
e490616e 18831 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
18832
18833 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18834
18835 * config.guess: Guess the OS version for HPUX.
18836
18837 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18838
18839 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18840
18841Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18842
18843 * configure.in: Recognize --with-headers, --with-libs, and
18844 --without-newlib.
18845 * Makefile.in (all-xiberty): Depend upon all-ld.
18846
18847Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18848
18849 * configure.in: Change i[34]86 to i[345]86.
18850
18851Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18852
18853 * configure (version): A few more tweaks to help message.
18854
18855Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18856
18857 * Makefile.in: Remove (for now) librx as a host library,
18858 now that we're building it for target.
18859
18860Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18861
18862 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18863 (Karl Berry).
18864
18865Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18866
18867 * configure.in: Also configure librx.
18868
18869Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18870
18871 * Makefile.in: Update various rules to reflect that librx
18872 is now needed for libg++.
18873
18874Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18875
18876 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18877
18878Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18879
18880 * configure.in: Configure the examples directory.
18881
18882Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18883
18884 * configure: Simplify Jun 2 1994 change.
18885
18886Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18887
18888 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18889 /bin/gcc isn't good enough to build gcc.
18890
18891Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18892
18893 * Makefile.in (GDB_SUPPORT_FILES): Remove
18894 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18895 (gdb.tar.gz): Add new rule to use standard distribution building
18896 mechanism.
18897
18898Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18899
18900 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18901 Bill Cox <bill@cygnus.com>.
18902
18903Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18904
18905 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18906
18907Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18908
18909 * configure: Search current dir first in .gdbinit.
18910
18911Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18912
18913 * config.sub: Recognize freebsd (merged from gcc config.sub).
18914
18915Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18916
18917 * config.sub: Refer to NeXT's operating system as nextstep.
18918
18919 * config.sub (case $basic_machine): Re-order the cases, to match
18920 the order in the FSF version (which is mostly alphabethical).
18921 Merge in some additions and changes from the FSF.
18922
18923Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18924
18925 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18926 * config.sub: Recognize cxux7.
18927 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18928
18929Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18930
18931 * config.sub: Fix typo powerpc -> powerpc-*.
18932
18933Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18934
18935 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18936
18937 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18938 parallel with all-emacs and install-emacs). Top-level command
18939 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18940
18941Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18942
18943 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18944 $(relbindir)/make before doing ``make install'', and use
18945 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18946 installing over running make binary.
18947 ($(host)-stamp-stage3-installed): Likewise.
18948
18949Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18950
18951 * config.guess: Recognize Mach.
18952
18953Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18954
18955 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18956 see whether --exec-prefix was used.
18957
18958Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18959
18960 * README: Explicitly mention libg++/README. (Zoo's idea.)
18961
18962Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18963
18964 * Makefile.in: Add all-librx target similar to all-libproc.
18965
18966Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18967
18968 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18969 with post 1.2 uname bogosity.
18970
18971Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18972
18973 * configure: Remove temporary files on receipt of a signal.
18974
18975Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18976
18977 * configure: If there is a package_makefile_frag, remove
18978 ${subdir}/Makefile.tem after copying it in.
18979
18980Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18981
18982 * build_all.mk: support rs6000 lynx identifies itself as
18983 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18984 since /bin/gcc is too feeble to compile a modern gcc.
18985
18986Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18987
18988 * brought devo/test-build.mk update-to-date with progressive/
18989 test-build.mk. Add lynx targets and hppa flag info.
18990
18991Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18992
18993 * configure.in: Use mh-ncrsvr43. Patch from
18994 Tom McConnell <tmcconne@sedona.intel.com>.
18995
18996Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
18997
18998 * config.guess (i386-unknown-bsdi): No longer need to
18999 check #if defined(__bsdi__) && defined(__i386__).
19000
19001Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19002
19003 * configure: Set program_transform_nameoption correctly.
19004
19005Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19006
19007 * brought build-all.mk update-to-date with progressive build-all.mk,
19008 added new targets and hppa info.
4e81ae98 19009
6599da04
JM
19010Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19011
19012 * configure: If config.guess result is a prefix of the user
19013 specified target, assume a native build and use the user specified
19014 target as the host alias. Remove SunOS patch suffix removal hack.
19015 * configure.in: Remove SunOS patch suffix removal hack.
19016
19017 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19018 in NATIVE_CHECK_MODULES.
19019
19020Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19021
19022 * Makefile.in: Rename HOST_ONLY to NATIVE.
19023 * configure: Delete SunOs patch suffix from host_canonical
19024 and build_canonical variables that are prepended to Makefiles.
19025 * configure.in: Add comments for easier maintenance.
19026
19027Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19028
19029 * Makefile.in: Add all-libproc target similar to all-gui.
19030
19031Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19032
19033 * Makefile.in (CHECK_MODULES): split into
19034 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19035
19036Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19037
19038 * config.guess (i386-unknown-bsdi): New system to guess.
19039
19040Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19041
19042 * Makefile.in: Add all-gui target (but not yet build by "all").
19043
19044Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19045
19046 * config.sub: Move deletion of patch suffix from here...
19047 * configure.in: To here, at Ian's suggestion. The top-
19048 level scripts might need to know of a patch level.
19049
19050Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19051
19052 * config.sub: Strip off patch suffix so rtl is recognized
19053 as a sunos4.1.3 machine, even though it's been patched.
19054
19055Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19056
19057 * Makefile.in (INSTALL_LAST): Delete.
19058 (INSTALL_DOSREL): New.
19059
19060Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19061
19062 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19063 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19064 whether we pass down --with-gnu-ld anyhow.
19065
19066Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19067
19068 * Makefile.in (INSTALL_LAST): Change operation so it works
19069 on more flavors of make.
19070 * configure.in (go32): Don't build libg++ or libio.
19071
19072Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19073
19074 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19075 they can be overriden by templates.
19076
19077Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19078
19079 * configure.in (target==go32): Don't build gdb.
19080 * dosrel: New directory.
19081
19082Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19083
19084 * configure.in (host==go32): Configure dosrel too.
19085 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19086 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19087 be set by incoming names or templates.
19088 (INSTALL_LAST): New rule.
6599da04
JM
19089
19090Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19091
19092 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19093
19094Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19095
6599da04
JM
19096 * configure.in (appdirs): New variable. Currently empty, but will
19097 be used in gas distribution. If nonempty, lists a set of
19098 directories at least one of which must get configured, or top
19099 level configuration is considered to have failed.
19100 (rs6000-*-lynxos*): Use new file name.
19101
19102Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19103
19104 Eliminate XTRAFLAGS.
19105 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19106 newlib include files using -idirafter, and also use -nostdinc.
19107 (CXX_FOR_TARGET): Likewise.
19108 (XTRAFLAGS): Removed.
19109 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19110 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19111 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19112 ($(DO_X)): Don't pass down XTRAFLAGS.
19113
19114Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19115
19116 * configure.in (mips*-dec-bsd*): New target; do build linker.
19117 (mips*-*-bsd*): New target; don't build linker.
19118
19119Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19120
19121 * configure.in: support rs6000-*-lynxos* configuration.
19122 support sunos4 as a cross target.
19123
19124 * config.sub: look for lynx*, not lynx since the OS version may
19125 legitimately be part of the name.
19126
19127Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19128
19129 * configure.in (i[34]86-*-sco*): Move to be with other i386
19130 targets.
19131 (romp-*-*): New target. Skip various binary utilities.
19132 (vax-*-*): New target. Don't build newlib.
19133 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19134
19135Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19136
19137 * configure.in: Only set host_makefile_frag if config
19138 directory exists.
19139
19140Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19141
19142 * install.sh: If $dstdir exists, don't check whether each
19143 component does.
19144
19145Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19146
19147 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19148
19149Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19150
3b75d237
AJ
19151 * configure.in (*-*-lynxos*): Don't configure newlib for either
19152 native or cross Lynx.
6599da04
JM
19153
19154Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19155
19156 * config.sub (sparc64-elf): Fix os.
19157 (z8k): Remove duplicate.
19158
19159Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19160
19161 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19162 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19163
19164Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19165
19166 * configure: Make file links cleanly even if Lynx fails on
e490616e 19167 an NFS symlink (at least fail cleanly).
6599da04
JM
19168
19169Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19170
19171 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19172 -XNh2000.
19173
19174Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19175
19176 * configure: Unknown options are fatal again.
19177
19178Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19179
19180 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19181 compatibility.
6599da04
JM
19182
19183Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19184
19185 * build-all.mk: Add `clean' target.
19186
19187Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19188
19189 * config.guess: Add SINIX support.
19190 * configure.in: Add mips-*-sysv4* support.
19191
19192Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19193
19194 * build-all.mk: Document all useful targets.
19195 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19196 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19197
19198Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19199
19200 * configure: Support --silent, --quiet.
19201
19202Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19203
19204 * configure: Support --disable-FEATURE.
19205
19206Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19207
19208 * config.guess: Recognize NCR running SVR4.3.
19209
19210Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19211
19212 * config.guess: Make BSDI generate i386-unknown-bsd386.
19213 Patch from Paul Eggert <eggert@twinsun.com>.
19214
19215Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19216
19217 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19218
19219Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19220
19221 * configure: Make unrecognized options give nonfatal warnings
19222 instead of fatal errors, and pass them to any subdirectory
19223 configures in case they recognize them.
19224 Make --x equivalent to --with-x.
19225
19226Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19227
19228 * configure: Add --enable-* options. Clean up usage message and
19229 some comments.
19230
19231Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19232
19233 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19234
19235Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19236
19237 * configure.in (hppa*-*-*): Enable binutils.
19238
19239Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19240
19241 * config.sub: Recognize cisco.
19242
19243Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19244
19245 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19246
19247Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19248
19249 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19250 than one configuration name. Add comment.
19251
19252Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19253
19254 * config.guess: about target *-hitachi-hiuxwe2, fixed
19255 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19256 macro is incorrect.]
19257
19258Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19259
19260 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19261 than the "make ls" stuff which used to be here.
19262
19263Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19264
19265 * config.guess: Recognize i[34]86-unknown-freebsd.
19266 From Shawn M Carey <smcarey@rodan.syr.edu>.
19267
19268Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19269
19270 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19271
19272Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19273
19274 * config.guess: Check for ptx.
19275
19276Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19277
19278 * config.sub: Add os9k checking.
19279
19280Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19281
19282 * config.guess: Handle OSF1 running on HPPA processors
19283
19284Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19285
19286 * configure: If subdir configure fails, print out a message with
19287 subdirectory name, in case subdir's configure code didn't identify
19288 itself.
19289
19290Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19291
19292 * configure.in: Remove embedded newlines from configdirs.
19293 Avoid mismatches of substrings. Fix matching strings at end
19294 of configdirs.
19295
19296Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19297
19298 * config.guess: Add Lynx/rs6000 config support.
19299
19300Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19301
19302 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19303
19304Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19305
19306 * configure.in (hppa*-*-osf*): Treat this just like most other
19307 PA configurations (eg no binutils or ld).
19308 (hppa*-*-*elf*): These configurations have binutils and ld.
19309
19310Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19311
19312 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19313
19314Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19315
19316 * configure.in (rs6000-*-*): Build gas.
19317
19318Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19319
e490616e 19320 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
19321
19322Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19323
19324 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19325 for GDB and GDB has been fixed to not need it.
19326
6599da04
JM
19327Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19328
19329 * config.guess: Recognize vax hosts.
19330
19331Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19332
19333 * configure (while loop): Don't use "break 2" inside case
19334 statement -- the case statement isn't an enclosing loop.
19335
19336Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19337
19338 * config.guess: Clean up NeXT support, to allow nextstep
19339 on Intel machines. Make OS be nextstep.
19340
19341Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19342
19343 * config.guess: Add alternate forms for Convex.
19344
19345Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19346
19347 * configure: Completely rewrite option processing. Take
19348 advantage of pattern-matching to avoid invoking test frequently.
19349 Also clean up host and target defaulting logic.
19350
19351Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19352
19353 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19354 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19355 commands (plus user environment) will fit SCO limits.
19356
19357Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19358
19359 * configure.in: Don't issue warnings about directories which are
19360 not being configured if -norecursion is set. Correct test for
19361 --with-gnu-as and --with-gnu-ld to not get confused by substring
19362 matches.
19363
19364 * configure.in: Don't build gas for alpha-dec-osf1*.
19365
19366Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19367
19368 * configure: Back out Per's change of 12/19/1993. It changes the
19369 behavior of configure in unexpected and confusing ways.
19370
19371 Also, use different delim char when calculating
19372 program_transform_name so that the name can contain slashes.
19373
19374Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19375
19376 * configure.in, config.sub: Add support for VSTa micro-kernel.
19377
19378Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19379
19380 * configure.in: Nuke hacks which were used to get a special
19381 version of GAS for HPPA configurations.
19382
19383Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19384
19385 * configure: If only ${target_alias} is given, use that
19386 as the default for ${host_alias}.
19387 * configure: Add missing back-slashes before nested quotes.
19388
19389Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19390
19391 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19392
19393Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19394
19395 * config.guess: Recognize some Tektronix configurations.
19396 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19397
19398Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19399
19400 * config.sub: Match any flavor of SH.
19401
19402Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19403
19404 * configure.in: Don't try to configure newlib for Alpha.
19405
19406Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19407
19408 * configure.in: Don't build ld for Irix 5. Don't build gas,
19409 libg++ or libio for any Alpha target.
19410
19411 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
19412
19413Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19414
19415 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19416 default arguments -- so it tried to compress itself.
19417
19418Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19419
19420 * configure.in (notsupp): ensure that a space is always at the end
19421 of the configdirs list, since the grep checks for an explicit space
19422
19423Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19424
19425 * configure.in (target i386-sysv4.2): don't build ld, since static
19426 versions of many libraries are not available.
19427
19428Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19429
19430 * config.guess: Recognize Apollos (using environment variables).
19431 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19432
19433Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19434
19435 * config.guess: Recognize Sony news mips running newsos.
19436
19437Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
19438
19439 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19440 "fi ; else" for bash.
19441
19442Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
19443
19444 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19445
19446Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
19447
19448 * config.sub: accept unixware as an alias for svr4.2.
19449 Fix some inconsistancies with the gcc version.
19450
19451Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19452
19453 * Makefile.in (DISTDOCDIRS): Add gdb.
19454
19455Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
19456
19457 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
19458
19459Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19460
19461 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19462 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19463 this now.
19464
19465Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19466
19467 * config.sub: Accept hiux* as an OS name.
19468
19469 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19470 etc/make-stds.texi. The underscore came from gcc, and dje now
19471 agrees that RUNTESTFLAGS is the correct name.
19472
19473Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
19474
19475 * install.sh: Remove 'set -e'. It makes any conditionals
19476 in the script useless.
19477
19478 * config.guess: Automatically recognize arm-acorn-riscix
19479 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19480
19481Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
19482
19483 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19484
19485Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19486
19487 * Makefile.in (DISTDOCDIRS): New variable.
19488 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 19489 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
19490
19491Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19492
19493 * configure.in (hppa target): check the source directory for the
19494 pagas sub-directory
19495
19496Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
19497
19498 * config.sub: Allow -aout* and -elf*.
19499
19500Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19501
19502 * configure.in: Don't build ld on i386-solaris2, same as for
19503 sparc-solaris2.
19504
19505Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
19506
19507 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19508
19509Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19510
19511 * configure.in: Configure gdb for alpha.
19512
19513Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19514
19515 * Makefile.in (CXXFLAGS): Add -O.
19516
19517Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19518
19519 * config.guess: added support for DG Aviion
19520
19521Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19522
19523 * configure.in: Produce warning message for subdirectories not
19524 configurable for this host/target combination. Don't try to
19525 configure gdb for vms.
19526
19527Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19528
19529 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19530 appropriate files before making "diststuff".
19531 (DISTBISONFILES): New var: list of files to be edited.
19532 (DISTSTUFFDIRS): Add binutils.
19533
19534Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19535
19536 * config.sub: also handle mipsel and mips64el (for little endian mips)
19537
19538Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19539
19540 * configure.in: Add * to end of all OS names.
19541
19542Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
19543
19544 * configure.in: Build newlib for LynxOS native.
19545
19546Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19547
19548 * config.guess: Add support for delta 88k running SVR3.
19549
19550 * configure.in: Add comment about HP compiler vs. emacs.
19551
19552Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19553
19554 * configure.in: don't build ld on solaris2 (not a viable option
19555 due to bugs in getpwnam & getpwuid)
19556
19557Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19558
19559 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19560 config.guess will produce a full version number.
19561
19562Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19563
19564 * configure.in: Build linker and binutils for alpha-dec-osf1.
19565
19566Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19567
19568 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19569 and gdb/testsuite/Makefile.in.
19570
19571Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19572
19573 * configure.in: recognize mips*- instead of mips-
19574
19575Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19576
19577 * config.sub: Accept linux*coff and linux*elf as operating
19578 systems.
19579
19580Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19581
19582 * config.sub: Recognize mips64, and mips3 as an alias for it.
19583
19584Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19585
19586 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19587 gdb knows how to handle OSF/1 shared libraries.
19588
19589Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19590
19591 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19592 * config.guess: Recognize Hitachi's HIUX.
19593 * config.sub: Recognize h3050r* and hppahitachi.
19594 Remove redundant cases for hp9k[23]*.
19595
19596Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19597
19598 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19599 if gas and ld are in the source tree and are in ${configdirs}.
19600 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 19601 --with options (but still pass them down on the command line,
6599da04
JM
19602 if they were explicitly specified).
19603
19604Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19605
19606 * configure: substitute SHELL value in Makefile.in with
19607 ${CONFIG_SHELL}
19608
19609Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19610
19611 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19612 *-*-solaris2* targets.
19613
19614Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19615
19616 * Makefile.in: define M4, and pass it down to sub-makes;
19617 all-autoconf now depends on all-m4
19618
19619Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19620
19621 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19622 presence of {ar,ranlib} instead of a configured directory
19623
19624Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19625
19626 * config.guess: Accept 34?? as well as 33?? for NCR.
19627
19628Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19629
19630 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19631 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19632
19633Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19634
19635 * configure: grab values for $(CC) and $(CXX) from the
19636 environment, so that someone can do "CC=gcc configure; make" and
19637 have it work right (matching the way that autoconf works now)
19638
19639 * configure.in, Makefile.in: add support for gash, the tcl
19640 interface to Galaxy
19641
19642 * config.guess: add NetBSD variants (hp300, x86)
19643
19644Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19645
19646 * install.sh: Support -d option (in the manner of SunOS 4 install,
19647 as it is more deterministic than that of GNU install)
19648 (chmodcmd): Set file to mode 755 by default (should also do default
19649 chgrp and chown, but I don't feel like dealing with that now)
19650
19651Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19652
19653 * config.sub: Remove h8300hhms alias.
19654
19655Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19656
19657 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19658
19659Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19660
19661 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19662 as stmp-fixinc
19663
19664Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19665
19666 * config.sub: recognize m88110-bug-coff.
19667
19668Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19669
19670 * Makefile.in (all-libio): all dependencies on the toolchain used
19671 to build this (gcc, gas, ld, etc)
19672
19673Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19674
19675 * config.guess: Deal with OSF/1 1.3 on alpha.
19676
19677Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19678
19679 * install.sh: add some 'else true' clauses for portability
19680
19681 * configure.in: don't build libio for h8[35]00-*-* targets
19682
19683Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19684
19685 * Makefile.in: Add support for new libio.
19686
19687Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19688
19689 * install.sh: If one command fails, don't try the rest. Don't try
19690 to remove $dsttmp (via trap) unless we have already created it.
19691 If $src doesn't exist, detect it and exit with an error.
19692
19693 * config.guess: Recognize BSD on hp300.
19694
19695Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19696
19697 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19698 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19699
19700Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19701
19702 * Makefile.in (all-send-pr): depends on all-prms
19703
19704Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19705
19706 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19707
19708Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19709
19710 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19711 Added test for mips-mips-riscos5.
19712
19713Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19714
19715 * configure.in: use mh-hp300 for 68k HP hosts
19716
19717Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19718
19719 * configure: add support for CONFIG_SHELL, so that you can use
19720 some alternate shell for evaluating configure scripts
19721
19722Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19723
19724 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19725 in configure script to bug-gdb@prep.ai.mit.edu when building
19726 distribution archive.
19727 * Makefile.in (COMPRESS): Remove def.
19728 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19729 gdb.tar.Z and make-gdb.tar.Z respectively.
19730 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19731 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19732 to convergence with 'taz' target in Makefile.in.
19733
19734Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19735
19736 * install.sh (dsttmp): use trap to ensure that tmp files go
19737 away on error conditions
19738
19739Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19740
19741 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19742
19743Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19744
19745 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19746 its parent is '/' not ''.
19747
19748 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19749
19750Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19751
19752 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19753 that ${newsrcdir}/configure.in does.
19754
19755Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19756
19757 * test-build.mk: support for CONFIG_SHELL
19758
19759Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19760
19761 * config.sub (netware): Add as a basic system type.
19762
19763Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19764
19765 * Makefile.in (Makefile): depend on configure.in. Also drop the
19766 $(srcdir)/ from the dependency on Makefile.in.
19767
19768Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19769
19770 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19771 (h8300hhms is temporary until multi-libraries are implemented).
19772 * configure.in: Handle h8300h too.
19773
19774Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19775
19776 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19777
19778Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19779
19780 * configure: Remove extraneous output when guessing host type.
19781 * config.guess: Remove extraneous output when guessing using C
19782 compiler rather than uname, or when guessing fails.
19783
19784Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19785
19786 * Makefile.in: remove all.cross and install.cross targets
19787
19788 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19789 definitions
19790
19791Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19792
19793 * configure.in (target sh): Build gprof.
19794
19795Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19796
19797 * config.sub: change -solaris to -solaris2
19798
19799Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19800
19801 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19802
19803Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19804
19805 * configure: Correct error message for missing Makefile.in to
19806 print correct directory.
19807
19808Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19809
19810 * install.sh: kludge around 386BSD shell bug
19811
19812Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19813
19814 * config.guess: Recognize NeXT.
19815 * config.guess: Recognize i486-ncr-sysv4.
19816 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19817
19818Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19819
19820 * Makefile.in (MAKEINFOFLAGS): New variable.
19821 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19822 * build-all.mk, test-build.mk: Pass down --no-split as
19823 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19824
19825Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19826
19827 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19828
19829Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19830
19831 * Makefile.in (libg++.tar.z): New rule.
19832 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19833 * Makefile.in (taz): Only do a single chmod.
19834
19835Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19836
19837 * install.sh: don't use dirname anymore (replaced with sed usage)
19838
19839Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19840
19841 * Makefile.in: Change extension for gzip'd files from '.z' to
19842 '.gz' per new FSF standard usage.
19843
19844Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19845
19846 * configure: put quotes around the final value of program_transform_name
19847
19848Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19849
19850 * Makefile.in: new install.sh support; update install-info rules
19851
19852Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19853
19854 * configure.in: Build diff for crosses, but not for go32 host.
19855
19856 * configure.in: Build gprof only for native, and don't build it
19857 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19858
19859Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19860
19861 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19862
19863Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19864
19865 * configure.in (host_tools): Add prms.
19866
19867Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19868
19869 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19870 with $(FLAGS_TO_PASS) on the command line
19871
19872 * config.sub: Recognize lynx and lynxos
19873
19874Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19875
19876 * config.sub: Accept -ecoff*, not just -ecoff.
19877
19878Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19879
19880 * Makefile.in (taz): Use .gz suffix instead of .z.
19881 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19882 names.
19883
19884Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19885
19886 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19887
19888Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19889
19890 * Makefile.in (install-no-fixedincludes): install gcc last, so
19891 that rebuilds that might happen during 'make install' don't get
19892 bogus gcc include files
19893
19894Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19895
19896 Change from Utah for HPPA support:
19897 * config.guess: Recognize hppa1.x-hp-bsd.
19898
19899Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19900
19901 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19902 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19903
19904Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19905
19906 * config.sub: Add support for rom68k and bug boot monitors.
19907
19908Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19909
19910 * Makefile.in: Make all-opcodes depend on all-bfd.
19911
19912Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19913
19914 * config.guess: Added special check for i[34]86-univel-sysv4*.
19915
19916Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19917
19918 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19919 the processor rather than assuming i486.
19920
19921Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19922
19923 * config.guess: Recognize SunOS6 as Solaris3.
19924
19925Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19926
19927 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19928 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19929
19930Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19931
19932 * build-all.mk (all-cross): New target for Canadian Cross.
19933 Added Q2 go32 targets.
19934 * test-build.mk: Configure go32 cross sparclite-aout and
19935 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19936 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19937
19938Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19939
19940 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19941 GO32 hosted toolchains
19942
19943Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19944
19945 * configure: change so "-exec-prefix" gets passed down rather
19946 than "-exec_prefix" so autoconf generated Makefiles get the
19947 exec_prefix set right.
19948
19949Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19950
19951 * config.guess: get the Solaris2 minor version number
19952
19953 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19954
19955Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19956
19957 * config.guess: Recognize some Sequent platforms.
19958
19959Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19960
19961 * Makefile.in: added the vault-install target
19962
19963 * configure.in: actually use the Sun3 makefile fragment that's in
19964 config, also added the release dir to configdirs
19965
19966Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19967
19968 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19969
19970Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19971
19972 * configure.in: remove some program from Alpha targetted toolchains
19973
19974Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19975
19976 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19977 gprof.
19978 (taz): Run "make diststuff" in those directories instead of "make
19979 proto-dir". Look for "VERSION=" only at start of line in subdir
19980 Makefile. Use "gzip -9" for compression.
19981 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19982 (binutils.tar.z): New target.
19983
19984Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19985
19986 * Makefile.in (taz): Include gpl.texinfo.
19987
19988Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19989
19990 * Makefile.in (setup-dirs): Merged into "taz" target.
19991 (taz): Only do `proto-dir' stuff if a directory is actually needed
19992 for this target.
19993
19994Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
19995
19996 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19997 (FLAGS_TO_PASS): Pass down MUNCH_NM.
19998 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19999 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20000 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20001
20002Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20003
20004 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20005 config.sub, and move-if-change to gdb testsuite distribution
20006 archive, so the testsuite can be extracted, configured, and
20007 run separately from the gdb distribution. Blow away the Chill
20008 tests that require a Chill compiled executable, since GNU Chill
20009 is not yet publically available.
20010
20011Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20012
20013 * test-build.mk: set environment variables in a single command,
20014 instead of a list of assignments and exports
20015
20016 * config.guess: recognize Alpha/OSF1 systems
20017
20018Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20019
20020 * configure: Change help message to prefer --options rather than
20021 -options.
20022
20023Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20024
20025 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20026 zippy@ecst.csuchico.edu.
20027 * config.guess: Recognize miniframe.
20028
20029Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20030
cc6010cd
AP
20031 * Makefile.in: Use srcroot to find runtest rather than rootme.
20032 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20033
20034Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20035
20036 * test-build.mk: Extensive additions to support building on a
20037 machine other than the host.
20038
20039Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20040
20041 * configure (tooldir): Fix for i386-aix again.
20042
20043Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20044
20045 * configure, Makefile.in: Change definition of $(tooldir)
20046 to match the FSF.
20047
20048Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20049
20050 * config.guess: Recognize i[34]86/SVR4.
20051
20052Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20053
20054 * Makefile.in (all-gdb): gdb depends on sim.
20055
20056Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20057
20058 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20059 at the same time we make the prototype gdb directory.
20060 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20061 files at the same time as the gdb base release distribution.
20062
20063Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20064
20065 * Makefile.in (check): Use individual check targets rather than
20066 DO_X rule.
20067 (check-gcc): Added.
20068
20069Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20070
20071 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20072 for System V release 3.2.
20073
20074Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20075
20076 * config.sub: Recognize hppaosf.
20077 * configure.in: Do configure ld/binutils/gas for it.
20078
20079Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20080
20081 * configure (tooldir): Alter syntax used to set this, for systems
20082 where "\$" isn't handled right, like i386-aix.
20083
20084Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20085
20086 * configure: Pass program-transform-name, not
20087 program_transform_name, to recursive configures.
20088
20089Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20090
20091 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20092 of gas+ld+binutils.
20093
20094Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20095
20096 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20097
20098Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20099
20100 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20101
6599da04
JM
20102Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20103
20104 * Makefile.in (PRMS): Set back to all-prms.
20105
20106Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20107
20108 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20109 targets, rather than for MIPS hosts.
20110
20111Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20112
20113 * configure.in: add comment for --with-x default values
20114
20115 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20116
20117 * Makefile.in: add check-* targets for each of the directories in
20118 the tree. Add a definition of RUNTEST that will use the one we
20119 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20120
20121Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20122
20123 * configure.in: Removed obsolete references to bfd_target and
20124 target_makefile_frag.
20125
20126 * build-all.mk: Set assorted targets for Q2.
20127 * config.sub: Recognize z8k-sim and h8300-hms.
20128 * test-build.mk: Really don't pass host to configure.
20129 (HOLES): Added uname.
20130
20131Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20132
20133 * configure: Handle an empty program-prefix, program-suffix or
20134 program-transform-name correctly.
20135
20136Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20137
20138 * build-all.mk: -G 8 no longer required for MIPS targets.
20139 * test-build.mk: Don't pass host argument to configure; make it
20140 guess.
20141
20142Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20143
20144 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20145 * Makefile.in (COMPRESS): New macro, like GZIP.
20146
20147Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20148
20149 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20150
20151 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20152 with gas currently defaults to -G 0.
20153
20154Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20155
20156 * Makefile.in (all-flex): flex depends on byacc.
20157
20158 * build-all.mk: If host not specified, use config.guess. Pass TAG
20159 to test-build.mk as RELEASE_TAG.
20160 * test-build.mk (configargs): New variable containing arguments to
20161 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20162 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20163
20164 * config.guess: Use /bin/uname when checking -X argument on SCO,
20165 to avoid invoking GNU uname which doesn't understand -X.
20166
20167 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20168
20169 * configure.in: Build gas for mips-*-*.
20170
20171Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20172
20173 * Makefile.in (all.normal): insert missing backslash.
20174
20175Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20176
731a8127 20177 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20178
20179 * Makefile.in: Complete overhaul to merge many almost identical
20180 targets.
20181
20182Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20183
20184 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20185 (gdb.tar.Z): Adjusted.
20186
20187 * Makefile.in (setup-dirs, taz): New targets; should be general
20188 enough to adapt for gdb sometime. Build only .z file.
20189 (gas.tar.z): New target.
20190
20191Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20192
20193 * build-all.mk: Use CC=cc -Xs on Solaris.
20194
6599da04
JM
20195Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20196
20197 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20198 for handling BISON for FSF releases.
20199
20200Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20201
20202 * configure: Actually implement the change zoo just documented.
20203
20204Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20205
20206 * configure: when using config.guess, only set target_alias when
20207 it's not already been set (ie, on the command line)
20208
20209Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20210
20211 * Makefile.in: add installcheck target, set PRMS to install-prms
20212
20213Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20214
20215 * configure: add support for package_makefile_fragment, handle the
20216 case where a directory has a configure.in file but no Makefile.in
20217 more gracefully (with an actual understandable error message, even);
20218 add support for --without (and add this to the usage message); also
20219 explicitly add a --host=${host_alias} to the command line when
20220 config.guess is used
20221
20222Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20223
20224 * configure: Must use both --host and --target in recursive calls.
20225
20226Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20227
20228 * Makefile.in: Change deja-gnu to dejagnu.
20229
20230Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20231
20232 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20233
20234Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20235
20236 * configure.in: canonicalize all instances to *-*-solaris2*,
20237 also strip out a number of tools to not build for go32 host
20238
20239Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20240
20241 * config.guess: add GPL.
20242
20243 * Makefile.in, config.guess, config.sub, configure: bump
20244 copyrights to 93.
20245
20246Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20247
20248 * Makefile.in (do-info): Removed obsolete check for existence of
20249 localenv file.
20250
20251 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20252
20253Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20254
20255 * Makefile.in: a couple of 'else true' for decstation,
20256 support for TclX
20257
20258 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20259
20260Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20261
20262 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20263
20264Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20265
20266 * config.guess: Recognize i386-ibm-aix (PS/2).
20267 * configure.in: Use config/mh-aix386 file for it.
20268
20269Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20270
20271 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20272 CC_FOR_TARGET instead.
20273 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20274
20275Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20276
20277 * Makefile.in: Add sim to list of directories sent with gdb
20278
20279Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20280
20281 * configure.in: Put back mips-dec-bsd* case.
20282
20283Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20284
20285 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20286 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20287 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20288
20289Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20290
20291 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20292
20293 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20294 (install-info): install dir.info only if it exists,
20295 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20296
20297Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20298
20299 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20300 gas for mips-dec-bsd.
20301
20302Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20303
20304 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20305 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20306
20307Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20308
20309 * configure.in: Added "dejagnu" to hosttools list.
20310
20311Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20312
20313 * config.sub, configure.in, config.guess: Add support
20314 for Bosx, an AIX variant from Bull.
20315 Patches from F.Pierresteguy@frcl.bull.fr.
20316
20317Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20318
20319 * devo/dejagnu: Initial creation of devo/dejagnu.
20320 Migrated dejagnu testcases and support files for testing software
20321 tools to reside as subdirectories, currently called "testsuite",
20322 within the directory of the software tool. Migrated all programs,
20323 support libraries, etc. beloging to dejagnu proper from
20324 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20325 with no modifications. The changes to these files which will
20326 allow them to configure, build, and execute properly will be made
20327 in a future update.
20328
20329Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20330
20331 * Makefile.in: Change send_pr to send-pr.
20332 * configure.in: Likewise.
20333 * send_pr: Renamed directory to send-pr.
20334
20335Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20336
20337 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20338
20339Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20340
20341 * README: Update for gdb-4.8 release.
20342 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20343 gdb-xxx.tar.z (gzip'd) file also.
20344
20345Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20346
20347 * Makefile.in: make all-diff depend on all-libiberty
20348
20349Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20350
20351 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20352
20353Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20354
20355 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20356
20357Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20358
20359 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20360 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20361 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20362
20363Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20364
20365 * Makefile.in: makeinfo binary is in a new location
20366
20367Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20368
20369 * config.sub: Accept -ecoff as an OS.
20370
20371 * Makefile.in: Various changes to eliminate a level of make
20372 recursion and reduce the required command line length.
20373 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20374 sub-makes.
20375 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20376 variables holding settings for specific sub-makes.
20377 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20378 in terms of BASE_FLAGS_TO_PASS.
20379 (TARGET_LIBS): New variable listing directories which use
20380 TARGET_FLAGS_TO_PASS.
20381 (subdir_do): Eliminated.
20382 (do-*): New set of targets to replace subdir_do.
20383 (various): All targets which used subdir_do now depend on do-*.
20384 (local-clean): Renamed from do_clean.
20385 (local-distclean): New target, dependency of distclean and
20386 realclean.
20387 (install-info): Don't create directories. Depend on dir.info
20388 rather than calling make recursively.
20389 (install-dir.info): Eliminated.
20390 (install-info-dirs): Create all info directories here.
20391 (dir.info): Depend upon do-install-info.
20392
20393 * test-build.mk (HOLES): Added false.
20394
20395Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20396
20397 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20398
20399Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20400
20401 * Makefile.in (info): remove dependency on all-texinfo. The
20402 problem was really in texinfo/C, not at this level.
20403
20404Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20405
20406 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20407
20408Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20409
20410 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20411 GDB releases.
20412
20413Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20414
20415 * configure: Include srcdir in message about target of link not
20416 being found. Don't convert `-' to `_' in `with' options being
20417 passed to subdirs.
20418
20419Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20420
20421 * configure.in: add uudecode to host_tools
20422
20423 * Makefile.in: added {all,install}-uudecode targets, added them to
20424 the appropriate lists
20425
20426Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20427
20428 * Makefile.in (all-gcc): Added dependency on all-gas.
20429
20430 * configure.in (mips-*-*): Build ld and binutils.
20431
20432Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20433
20434 * configure: check return code from mkdir, print error message and
20435 exit on failure.
20436
20437Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
20438
20439 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
20440
20441Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
20442
20443 * test-build.mk (HOLES): Added tar, cpio and uudecode.
20444
20445Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20446
20447 * config.sub (h8500): Recognize this as a cpu type.
20448
20449Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20450
20451 * configure: source directory missing is no longer a warning
20452
20453 * configure.in: recognize irix[34]* instead of irix[34]
20454
20455 * Makefile.in: define and pass down X11_LIB
20456
6599da04
JM
20457Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
20458
20459 * guess-systype: Renamed to ...
20460 * config.guess: ... by popular request.
20461 * configure.in, Makefile.in: Update accordingly.
20462
20463Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
20464
20465 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
20466 + Add Convex, Cray/Unicos, and Encore/Multimax support.
20467 + Execute ./dummy instead of assuming . is in PATH.
20468
20469Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
20470
20471 * guess-systype: New shell script. Attempts to guess the
20472 canonical host name of the executing host.
20473 Only a few hosts are supported so far.
20474 * configure: Call guess-systype if no host is specified.
20475
20476Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
20477
20478 * Makefile.in (gcc-no-fixedincludes): Made to work with current
20479 gcc Makefile.
20480
6599da04
JM
20481Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
20482
20483 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20484 (all-gcc, install-gcc, subdir_do): Use it.
20485
20486Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20487
20488 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20489
20490Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
20491
20492 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20493 set exclusively by configure, using configure.in .
20494
20495Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20496
20497 * test-build.mk: set $PATH for all builds
20498
20499 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20500
20501Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
20502
20503 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
20504 the one used in gcc/Makefile.in, so that a null expansion doesn't
20505 override the one needed to build gcc with a native cc.
20506
6599da04
JM
20507Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20508
20509 * configure: Accept -with arguments.
20510
20511Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20512
20513 * Makefile.in: added h8300sim
20514
20515Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
20516
6599da04
JM
20517 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20518 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
20519 (all-cygnus, native, build-cygnus): Make
20520 $(canonhost)-stamp-3stage-done, not $(host)....
20521 * test-build.mk (stamp-3stage-compared): Use tail +10c for
20522 i386-sco3.2v4. Added else true to if command.
20523
20524Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
20525
20526 * config.sub: (from FSF) Sequent uses a BSD-like OS.
20527
20528Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
20529
20530 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20531
20532Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20533
20534 * configure.in: don't remove binutils from Solaris builds
20535
20536Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
20537
20538 * Makefile.in: get rid of earlier definitions for *clean,
20539 also handle the recursive info rule better
20540
20541Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
20542
20543 * Makefile.in (mostlyclean, distclean, realclean): Fix to
20544 do more-or-less the right thing.
20545
20546Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
20547
20548 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20549 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20550
20551Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20552
20553 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20554 $(host_canonical).
20555
20556 * configure.in: split the configdirs list into 4 categories (native
20557 v. cross, library v. tool) and handle the cross-only and native-
20558 only in more reasonable (and correct!) way.
20559
20560Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20561
20562 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20563 configdirs anymore.
20564
20565Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20566
20567 * Makefile.in: extensive cleanup:: removed all of the explicit
20568 clean-* targets, collapsed many wrappers around subdir_do into
20569 one, added additional targets to satisfy standards.texi, deleted
20570 some old targets, some changes for consistency
20571
20572Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20573
20574 * configure.in: handle some programs as cross-only, and others as
20575 native only
20576
20577 * test-build.mk: handle partial holes in a more generic manner
20578
20579 * Makefile.in: m4 depends on libiberty
20580
6599da04
JM
20581Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20582
20583 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20584 time, wdiff, and find to configdirs
20585
20586 * Makefile.in: all, clean, and install rules for the new programs
20587 added to configure.in
20588
20589Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20590
20591 * configure.in: use mh-sun for all *-sun-* hosts
20592
6599da04
JM
20593Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20594
20595 * Makefile.in: define flags for X11 include files and library file
20596 locations, pass them down to the programs that need this info
20597
20598 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20599
6599da04
JM
20600Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20601
20602 * configure.in: start building libg++ for HP-UX targets
20603
20604Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20605
20606 * README: Update references to files moved into etc/.
20607
20608Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20609
20610 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20611 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20612
20613Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20614
20615 * configure: accept dash as well as underscore in long option
20616 names for FSF compatibility.
20617
20618Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20619
20620 * config.sub: added -sco3.2v4 support from FSF.
20621
20622Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20623
20624 * configure.in: expand the section that adds or removes
20625 directories from the list of programs to build, to handle native
20626 vs. cross in addition to host v. native
20627
20628Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20629
20630 * Makefile.in: Replace C++ in macro names with CXX.
20631 This is less likely to break ...
20632
20633Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20634
20635 * test-build.mk: add -w to GNU_MAKE
20636
20637Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20638
20639 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20640 add 'sparc' to list of recognized cpus. This needed to make
20641 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20642 Delete some redundant ose68 variants. Recognize -wrs as an os,
20643 then changes that into $CPU-wrs-vxworks.
20644
20645 * configure.in: remove most references to gdbtest, regularize
20646 target based program removal
20647
20648 * test-build.mk: import from p3 tree (many fixes and changes)
20649
20650Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20651
20652 * Makefile.in: added rules to handle tcl, tk, and expect
20653
20654 * configure.in: handle those directories if they exist
20655
20656Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20657
20658 * config.sub: removed bogus hppabsd and hppahpux names, since
20659 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20660
20661Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20662
20663 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20664 depends upon all-xiberty
20665
20666 * Makefile.in: changes from p3, including:
20667
20668 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20669
20670 * Makefile.in (XTRAFLAGS): include newlib directories if
20671 newlib/Makefile exists, rather than if host != target.
20672
20673 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20674
20675 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20676 from the same source tree and not building a cross-compiler. This
20677 matters for the libg++ configuration if reconfiguring a tree that
20678 has already been installed.
20679
20680 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20681
20682 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20683 pick up the machine and system specific header files.
20684
20685 * Makefile.in: added AS_FOR_TARGET, passed down in
20686 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20687 the C compiler to use to create programs which are run in the
20688 build environment, set it to default to $(CC), and passed it down
20689 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20690
20691 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20692
20693 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20694 We need them for unusual native builds, like systems without
20695 ranlib.
20696
20697 * configure: also define $(host_canonical) and
e490616e
ZW
20698 $(target_canonical), which are the full, canonical names for the
20699 given host and target
6599da04
JM
20700
20701Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20702
20703 * Makefile.in: Added separate definitions for C++.
20704
20705Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20706
20707 * configure.in (configdirs): Add deja-gnu.
20708
20709Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20710
20711 * README: Update for configure.texi and gdb-4.7 release.
20712
20713Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20714
20715 * Makefile.in: Move "all" target to top of file.
20716 Previously, first target was ".PHONY" which caused BSD4.4 make
20717 to build .PHONY when make was run without arguments.
20718
20719Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20720
20721 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20722 Library-copylefted code in libiberty.
20723
20724Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20725
20726 * config.sub: Replace m68kmote with plain old m68k.
20727
20728Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20729
20730 * Makefile.in: Remove space from blank line, avoid Make complaints.
20731
20732Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20733
20734 * config.sub: Complain if no argument is given. Added support for
20735 386bsd as OS and target alias.
20736
20737Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20738
20739 * Makefile.in (XTRAFLAGS): include newlib directories if
20740 newlib/Makefile exists, rather than if host != target.
20741
20742Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20743
20744 * config.sub: recognize sparclite-wrs-vxworks.
20745
20746 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20747 p3.) Added clean-xiberty to clean.
20748
20749Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20750
20751 * configure.in: use *-*-* instead of nested cases for host and target
20752
20753Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20754
20755 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20756 from the same source tree and not building a cross-compiler. This
20757 matters for the libg++ configuration if reconfiguring a tree that
20758 has already been installed.
20759
20760Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20761
20762 * config.sub (i486v/i486v4): Merge in from FSF version.
20763
20764Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20765
20766 * configure: only set PWD if it is already set.
20767
20768Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20769
20770 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20771 doesn't have unset and all success paths (and most error paths)
20772 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20773 to just ${PWD} to avoid confusion.)
20774
20775Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20776
20777 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20778 even for a native compilation.
20779
20780Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20781
20782 Changes to make the gdb.tar.Z rule work better.
20783
20784 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20785 (DEVO_SUPPORT): Add configure.texi.
20786 (bfd-ilrt.tar.Z): Remove ancient rule.
20787
20788Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20789
20790 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20791 pick up the machine and system specific header files.
20792
20793 * configure.in, config.sub: added new target m68010-adobe-scout,
20794 with alias of adobe68k. Changed configure.in to check for
20795 -scout before -sco* to avoid a false match.
20796
20797 * Makefile.in: added AS_FOR_TARGET, passed down in
20798 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20799 the C compiler to use to create programs which are run in the
20800 build environment, set it to default to $(CC), and passed it down
20801 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20802
20803Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20804
20805 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20806 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20807 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20808 FOR_TARGET variants, to newlib and libg++.
20809
20810Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20811
20812 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20813 first.
20814
20815Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20816
20817 * config.sub: Accept `elf' as an environment.
20818
20819Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20820
20821 * Makefile.in (all-opcodes): cd into the right directory
20822
20823Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20824
20825 * configure: added -program_transform_name option, used as
20826 argument to sed when installing programs.
20827 configure.texi: added documentation for -program_prefix,
20828 -program_suffix and -program_transform_name.
20829
20830Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20831
20832 * config.sub: Accept i486 where i386 ok.
20833
20834Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20835
20836 * config.sub: accept we32k
20837
20838Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20839
3b75d237 20840 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
20841
20842 * Makefile.in: don't create all directories for ``make install'';
20843 let the subdirectories create the ones they need.
20844
20845Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20846
e490616e 20847 * COPYING: new file, GPL v2
6599da04
JM
20848
20849Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20850
20851 * Makefile.in: use the new gen-info-dir, which needs a template
20852 argument (which also lives in texinfo)
20853
20854 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20855
6599da04
JM
20856Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20857
20858 * config.sub (ncr3000): Change i386 to i486.
20859
20860Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20861
20862 * Makefile.in: add install-rcs, install-grep to
20863 install-no-fixedincludes, removed install-bison and install-libgcc
20864
20865Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20866
20867 * configure.in: grab the HPUX makefile fragment if on HPUX
20868
20869Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20870
20871 * Makefile.in: eradicate bison spoor (ditto libgcc).
20872 configure.in: recognise m68{k,000}-ericsson-OSE.
20873 es1800 is alias for m68k-ericsson-OSE
20874
20875Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20876
20877 * configure.in: rearrange the parts that remove programs from
20878 configdirs, based now on HOST==TARGET or by canonical triple.
20879
20880Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20881
20882 * test-build.mk: recurse explicitly with -f test-build.mk when
20883 appropriate. predicate stage3 and comparison on the existence
20884 of gcc. That is, if gcc isn't around, we aren't three-staging.
20885 On very clean, also remove ...stamp-co. Build in-place before
20886 doing other builds.
20887
20888Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20889
20890 * Makefile.in, configure.in: add tgas
20891
20892Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20893
20894 * Makefile.in: a number of changes merged in from progressive.
20895
20896 * configure.in: add libm.
20897
20898 * .cvsignore: ignore some stuff that comes from test-build.mk.
20899
6599da04
JM
20900Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20901
20902 * config.sub: Add es1800 (m68k-ericsson-es1800).
20903
20904Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20905
20906 * configure: Add program_suffix (parallel to program_prefix)
20907 * Makefile.in: adjust directory-creating script for losing decstation
20908
20909Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20910
20911 * configure: Minor $subdir-related fixes.
20912
20913Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20914
20915 * configure: fix various problems with propogating
20916 makefile_target_frag in subdirs.
20917 * configure.in: config libgcc if its there
20918
20919Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20920
20921 * config.sub: HPPA merge.
20922
6599da04
JM
20923Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20924
20925 * Makefile.in: Replace all-bison with all-byacc in all
20926 dependency lines for other tools (which now use byacc).
20927
20928Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20929
20930 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20931
6599da04
JM
20932Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20933
20934 * Makefile.in: make gprof rules similar to byacc rules (instead of
20935 vestigal $(unsubdir) that didn't work...)
20936
20937Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20938
20939 * config.sub: Add support for Linux.
20940 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20941 (at least for libg++).
20942
20943Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20944
20945 * configure.texi: fix doc for the -nfp option to configure
20946
20947Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20948
20949 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20950
20951Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20952
20953 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20954 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20955 * configure.in: added solaris* host_makefile_frag hook.
20956
20957Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20958
20959 * config.sub: changed recognition of m68000 so that various
20960 m68k types can be specified via m680[01234]0
20961
20962Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20963
20964 * config.sub (basic_machine): fix sed so that '-foo' isn't
20965 completely substituted out while .+'-foo' loses the '-foo'
20966
20967Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20968
20969 * config.sub ($os): Add -aout.
20970
20971Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20972
20973 * configure: If host_makefile_frag is absolute, don't
20974 prefix ${invsubdir} (relevant to libg++ auto-configure).
20975
20976Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20977
20978 * Makefile.in (tooldir): Define it.
20979 (all-ld): Depend on all-flex.
20980
20981Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20982
20983 * Makefile.in (check): Fix libg++ special case.
20984
20985Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
20986
20987 * configure: do not bury `pwd` into config.status, thus do fewer
20988 pwd's.
20989
20990 * configure: print the "Building in" message only when building in
20991 other than "." AND verbose.
20992
63f6bcd7 20993 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
20994 configures.
20995
20996 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20997
20998Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
20999
21000 * Makefile.in: macroize flags passed on recursion. remove
21001 fileutils.
21002
21003Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21004
21005 * configure: get makesrcdir right for subdirs deeper than 1.
21006
21007 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21008 install.
21009
21010Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21011
21012 * Makefile.in: don't print subdir_do or recursion lines.
21013
21014Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21015
21016 * standards.texi: added menu item.
21017
21018 * Makefile.in: build and install standards.info.
21019
21020 * standards.texi: new file.
21021
21022Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21023
21024 * configure: test for and move config.status pieces from
21025 ${subdir}/.
21026
21027Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21028
6599da04
JM
21029 * configure: Test for existance of files before trying to mv
21030 them, to avoid numerous non-existance messages.
21031
21032Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21033
21034 * configure: correct final line of config.status.
21035
21036 * configure: patch from eggert. Avoids a protection problem if
21037 the original Makefile.in is read only.
21038
21039 * configure: use move-if-change from gcc to create config.status.
21040 Some makefiles depend on config.status to tell if a directory
21041 has been reconfigured for a different host. This change
21042 prevents those directories from remaking everything in the case
21043 where the reconfig was only intended to rebuild a Makefile.
21044
21045 * configure: test for config.sub with "config.sub sun4" rather
21046 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21047 host alias from a missing config.sub.
21048
21049Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21050
21051 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21052 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21053
21054Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21055
21056 * configure: mkdir ${subdir} as needed.
21057
21058Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21059
21060 * Makefile.in,configure.in: added autoconf.
21061
21062Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21063
21064 * Makefile.in: no longer pass against on recursion.
21065
21066 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21067 definitions are not inherited.
21068
21069 * configure: correct makesrcdir when subdir is .
21070
21071Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21072
21073 * configure: Add support for 'subdirs' variable, which is
21074 like 'configdirs', except that configure doesn't re-invoke
21075 itself for subdirs, it just creates a Makefile for each subdir.
21076 * configure.texi: Document subdirs.
21077
21078Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21079
21080 * configure.in: added flex to configdirs
21081
21082Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21083
21084 * Makefile.in: remove clean-stamps from clean.
21085
21086Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21087
21088 * configure.in: Add gdbtest to configdirs.
21089
21090Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21091
21092 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21093 to recursive makes.
21094 * configure.in: Recognize new ncr3000 config.
21095
21096Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21097
21098 * Makefile.in, configure.in: removed references to gdbm.
21099
21100Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21101
21102 * config.sub: Don't canonicalize os value
21103 newsos* to bsd (readline needs to check for newsos).
21104 (This fix was earlier made Jan 31, but got re-broken.)
21105
21106Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21107
21108 * configure.in: sco is an os, not a vendor!
21109
21110 * configure: Quote $( better. Keep various shells happy.
21111
21112Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21113
21114 * Makefile.in: eliminate stamp-files.
21115
21116Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21117
21118 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21119 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21120
21121Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21122
21123 * config.sub: fix iris/iris3.
21124
21125Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21126
21127 * configure: re-add -rm.
21128
21129Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21130
21131 * Maskefile.in: add .stmp-rcs to all.
21132
21133 * configure.in: remove gas from rs6000 build, use aix host fragment.
21134
21135Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21136
21137 * configure: pass down site_option during recursion.
21138
21139Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21140
21141 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21142
21143Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21144
21145 * configure: Change exec_prefix so that it really defaults to prefix.
21146
21147Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21148
21149 * Makefile.in, configure.in: Add support for mmalloc library.
21150
21151Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21152
21153 * Makefile.in: add stmp dependencies for a few more things.
21154
21155Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21156
21157 * configure: adjusted error message on objdir/srcdir configure
21158 collision, per john's suggestion.
21159
21160 * Makefile.in: add libiberty stmp to all and all.cross.
21161
21162Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21163
21164 * Makefile.in: remove force dependencies, add grep to all.
21165
21166Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21167
21168 * Makefile.in: drop flex. make stamp files work.
21169
21170 * configure: added test for conflicting configuration in srcdir,
21171 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21172 gets cranky. use relative paths for configure and srcdir
21173 whenever possible. Send some error messages to stderr that were
21174 going to stdout.
21175
21176Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21177
21178 * Makefile.in: Fix libg++ rule to check for gcc directory
21179 before using gcc/gcc. Also pass XTRAFLAGS.
21180
21181Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21182
21183 * Makefile.in: added stmp-files so that directories aren't polled
21184 when they are already built.
21185
21186 * configure.texi: fixed a node pointer problem.
21187
21188Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21189
731a8127 21190 * config.sub configure.in gdb/configure.in
6599da04
JM
21191 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21192 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21193 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21194
21195Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21196
21197 * configure: -recurring becomes -silent. corrected help message
21198 for -site= option.
21199
21200 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21201
21202Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21203
21204 * configure: when building Makefile for crosses, replace
21205 tooldir and program_prefix. default srcdir from location of
21206 config.sub. remove "for host in hosts" and "for target in
21207 targets" loops.
21208
21209Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21210
21211 * Makefile.in: Do not pass bindir or mandir to cvs.
21212
21213Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21214
21215 * Makefile.in, configure.in: removed traces of namesubdir,
21216 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21217 copyrights to '92, changed some from Cygnus to FSF.
21218
21219 * configure.texi: remove most references to multiple hosts,
21220 multiple targets, subdirs, etc.
21221
21222 * configure.man: removed rcsid. reference config.sub not
21223 config.subr.
21224
21225 * Makefile.in: mkdir $(infodir) on install-info.
21226
21227Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21228
21229 * configure.texi: Explain better about .gdbinit and about
21230 the environment that configure.in sections run in.
21231
21232Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21233
21234 * configure.in: Ultrix is only a decstation if it's a MIPS.
21235
21236Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21237
21238 * README: DOC.configure => cfg-paper.texi.
21239
21240Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21241
21242 * config.sub (near case $os): Don't convert newsos* to bsd!
21243
21244Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21245
21246 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21247 the number of copies of COPYING that go into the GDB tar file.
21248
21249Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21250
731a8127 21251 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21252 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21253 Fix SCO configuration stuff.
21254
21255Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21256
21257 * Makefile.in: For libg++, make sure the -I pointing
21258 to the gcc directory goes *after* all the libg++-local -I flags.
21259 Also, move just-gcc dependency from just-libg++ to all-libg++.
21260
21261Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21262
21263 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21264
21265Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21266
21267 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21268
21269Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21270
21271 * config.sub: Add stratus configuration frags. Also
21272 submitted to FSF.
21273
21274Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21275
21276 * Makefile.in (DEV_SUPPORT): add configure.man.
21277
21278 * config.sub(Decode manufacturer-specific): add -none*.
21279
21280Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21281
21282 * Makefile.in: remove form feeds to make Sun's make happy.
21283 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21284
21285Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21286
21287 * Makefile.in (AR_FLAGS): Make quieter.
21288
21289Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21290
21291 * configure.in: Add libg++.
21292 * configure: When verbose, don't output the command line at each
21293 level; it will be unremarkably the same as the previous version,
21294 which will be the same as what the user typed.
21295
21296Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21297
21298 * configure.in, Makefile.in: fix clean-info, add flex. add
21299 fileutils.
21300
21301 * configure: be less sensitive to spaces in Makefile.in. Do not
21302 look for sources in "..". Doing so breaks subdirectories that
21303 might have their own configure. If a subdir has it's own
21304 configure script, use it.
21305
21306Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21307
21308 * cfg-paper.texi: some changes suggested by rms.
21309
21310Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21311
21312 * config.sub: Merge in some small additions from the FSF version,
21313 taken from the gcc distribution, to bring the Cygnus and FSF
21314 versions into closer sync.
21315
21316Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21317
21318 * configure.in: Changed svr4 references to sysv4.
21319
21320Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21321
21322 * configure: added -V for version number option.
21323
21324Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21325
21326 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21327 renamed from DOC.configure to cfg-paper.texi.
21328
21329Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21330
21331 * configure, config.subr, config.sub: config.subr is now
21332 config.sub again.
21333
21334Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21335
21336 * configure.texi: new file, in progress.
21337
21338 * Makefile.in: build info file and install the man page for
21339 configure.
21340
21341 * configure.man: new file, first cut.
21342
21343 * configure: find config.subr again now that configuration "none"
21344 has gone. removed all traces of the -ansi option. removed all
21345 traces of the -languages option.
21346
21347 * config.subr: resync from rms.
21348
21349Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21350
21351 * configure, config.sub, config.subr: merge config.sub into
21352 config.subr, call the result config.subr, remove config.sub, use
21353 config.subr.
21354
21355 * Makefile.in: revised install for dir.info.
21356
21357Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21358
21359 * configure.in: add decstation host makefile frag.
21360
21361 * Makefile.in: BISON now bison -y again. also install-gcc on
21362 install. clean-gdbm on clean. infodir belongs in datadir.
21363 Make directories for info install. Build dir.info here then
21364 install it.
21365
21366Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21367
21368 * Makefile.in: fix for bad directory tests.
21369
21370Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21371
21372 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21373 regexp. -srcdir relative was being handled incorrectly.
21374
21375 * Makefile.in: unwrapped some for loops so that parallel makes
21376 work again and so one can focus one's attention on a particular
21377 package.
21378
21379Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21380
21381 * configure: added PWD as a stand in for `pwd` (for speed). use
21382 elif wherever possible. make -srcdir work without -objdir.
21383 -objdir= commented out.
21384
21385Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21386
21387 * configure: +options become --options. -subdirs commented out.
21388 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21389 Makefile now at top of generated Makefile. Removed cvs log
21390 entries. added -srcdir. create .gdbinit only if there is one
21391 in ${srcdir}.
21392
21393 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21394 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21395 and mandir now keyed off datadir by default.
21396
21397Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21398
21399 * Freshly created ChangeLog.
21400
21401\f
21402Local Variables:
21403mode: change-log
21404left-margin: 8
21405fill-column: 76
21406version-control: never
21407End: