]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
1bb52662
GA
12022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
2
3 * MAINTAINERS: Update my email and add myself to the DCO list.
4
e0b8716f
GA
52022-01-25 Thomas Schwinge <thomas@codesourcery.com>
6
7 Revert:
8 2021-09-16 Andrew Pinski <apinski@marvell.com>
9
10 PR bootstrap/67102
11 * Makefile.def: Have configure-target-libffi depend on
12 all-target-libstdc++-v3.
13 * Makefile.in: Regenerate.
14
d43be9dc
GA
152022-01-22 Jakub Jelinek <jakub@redhat.com>
16
17 PR other/104181
18 * build.log: Remove.
19
5fa55d55
GA
202022-01-20 Martin Liska <mliska@suse.cz>
21
22 * MAINTAINERS: Adjust email address based on IRC request.
23
7a761ae6
GA
242022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
25
26 * MAINTAINERS: Update my email address.
27
fc829782
GA
282022-01-17 Martin Liska <mliska@suse.cz>
29
30 * MAINTAINERS: Rename .c names to .cc.
31
ad3f0d08
GA
322022-01-13 Jakub Jelinek <jakub@redhat.com>
33
34 * Makefile.am: Remove.
35
01a254e3
GA
362022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
37
38 * Makefile.am: New file.
39
402022-01-11 Martin Liska <mliska@suse.cz>
41
42 * MAINTAINERS: Sort 2 names.
43
d9450aa0
GA
442022-01-10 Martin Liska <mliska@suse.cz>
45
46 * MAINTAINERS: Fix obvious issues with sorting.
47
55e96bf9
GA
482022-01-07 liuhongt <hongtao.liu@intel.com>
49
50 * build.log: New file.
51
0fbefa25
GA
522022-01-05 Nathan Sidwell <nathan@acm.org>
53
54 * MAINTAINERS: Add DCO entry. Sort that list.
55
7d11b64b
GA
562022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
57
58 * MAINTAINERS: Change of email address in both DCO and
59 Write After Approval list.
60
aa17859b
GA
612021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
62
63 * configure: Regenerate.
64
652021-12-21 Martin Liska <mliska@suse.cz>
66
67 * config.sub: Change mode back to 755.
68
2554e2da
GA
692021-12-17 Martin Liska <mliska@suse.cz>
70
71 * config.sub: Sync from master.
72
732021-12-17 Martin Liska <mliska@suse.cz>
74
75 Revert:
76 2021-12-16 Matthias Seidel <mseidel@apache.org>
77
78 * config.sub: Fix typo.
79
774269aa
GA
802021-12-16 Matthias Seidel <mseidel@apache.org>
81
82 * config.sub: Fix typo.
83
842021-12-16 H.J. Lu <hjl.tools@gmail.com>
85
86 Revert:
87 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
88
89 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
90 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
91 * configure.ac: Include config/gcc-plugin.m4.
92 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
93 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
94 RANLIB if possible.
95 * Makefile.in: Regenerated.
96 * configure: Likewise.
97
8a89c39b
GA
982021-12-15 H.J. Lu <hjl.tools@gmail.com>
99
100 * Makefile.tpl (BUILD_CFLAGS): New.
101 (CFLAGS): Append $(BUILD_CFLAGS).
102 (CXXFLAGS): Likewise.
103 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
104 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
105 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
106 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
107 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
108 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
109 (PGO-TRAINING-TARGETS): Likewise.
110 (PGO_BUILD_TRAINING): Likewise.
111 (all): Add '+' to the command line for recursive make. Support
112 the PGO build.
113 * configure.ac: Add --enable-pgo-build[=lto].
114 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
115 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
116 * Makefile.in: Regenerated.
117 * configure: Likewise.
118
1192021-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
9c6586bc
GA
1302021-12-14 Marc Poulhiès <poulhies@adacore.com>
131
132 * MAINTAINERS: Add myself to write after approval.
133
3a580f96
GA
1342021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
135
136 * MAINTAINERS: Adding myself.
137
ea6ef320
GA
1382021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
139
140 * configure: Regenerate.
141 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
142 $(CPP).
143
c177e806
GA
1442021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
145
146 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
147 libatomic.
148 * Makefile.in: Regenerate.
149 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
150 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
151 target-libphobos-bootstrap.
152 (STAGE2_CONFIGURE_FLAGS): Likewise.
153 * configure: Regenerate.
154 * configure.ac: Add support for bootstrapping D front-end.
155
6b1695f4
GA
1562021-11-16 Martin Uecker <uecker@gcc.gnu.org>
157
158 * MAINTAINERS: Add myself to DCO section and update email address.
159
1602021-11-16 Iain Sandoe <iain@sandoe.co.uk>
161
162 * configure: Regenerate.
163 * configure.ac: Ensure that PIC (shared) defaults are set
164 correctly for Darwin.
165
1662021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
167
168 * MAINTAINERS: Update my address.
169
af2852b9
GA
1702021-11-12 Alan Modra <amodra@gmail.com>
171
172 * Makefile.def (configure-opcodes): Depend on configure-bfd.
173 * Makefile.in: Regenerate.
174
18ae471f
GA
1752021-11-03 Maciej W. Rozycki <macro@embecosm.com>
176
177 * MAINTAINERS: Clarify the policy WRT the Write After Approval
178 list.
179
b4df2dd3
GA
1802021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * MAINTAINERS (Reviewers, arc): Remove my entry.
183 (Write After Approval): Add an entry for myself.
184
2322c8b1
GA
1852021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
186
187 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
188 * Makefile.in: Regenerate.
189 * configure: Regenerate.
190 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
191
3ff5b4ed
GA
1922021-10-26 Jeff Law <jeffreyalaw@gmail.com>
193
194 * MAINTAINERS: Fix up Maciej's entries.
195
1962021-10-26 Maciej W. Rozycki <macro@embecosm.com>
197
198 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
199 maintainer.
200
c2bd5d8a
GA
2012021-10-22 Eric Gallager <egallager@gcc.gnu.org>
202
203 PR other/102663
204 * Makefile.def: Handle install-dvi target.
205 * Makefile.tpl: Likewise.
206 * Makefile.in: Regenerate.
207
19472fc3
GA
2082021-10-19 Clément Chigot <clement.chigot@atos.net>
209
210 * MAINTAINERS: Add myself for write after approval.
211
52055987
GA
2122021-10-12 Eric Gallager <egallager@gcc.gnu.org>
213
214 * Makefile.def: Mark libcody, libdecnumber,
215 c++tools, libgcc, and libobjc as missing TAGS
216 targets.
217 * Makefile.in: Regenerate.
218
50e20ee6
GA
2192021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
220
221 * MAINTAINERS: Add myself to DCO section and update email
222 address.
223
d238146e
GA
2242021-09-29 Jonathan Wakely <jwakely@redhat.com>
225
226 * MAINTAINERS: Add myself to DCO section.
227
fd133479
GA
2282021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * configure: Regenerate.
231 * configure.ac (skipdirs): Add the contents of target_configdirs if
232 we are not building gcc.
233
9a4293ed
GA
2342021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * Makefile.def: Back-port commits ba4d88ad892f and
237 755ba58ebef0 from binutils-gdb repository.
238 * Makefile.in: Regenerated.
239
62498024
GA
2402021-09-20 Harald Anlauf <anlauf@gmx.de>
241
242 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
243
0a4cb439
GA
2442021-09-17 Iain Sandoe <iain@sandoe.co.uk>
245
246 * Makefile.def: Add a jit check target for the jit
247 language.
248 * Makefile.in: Regenerate.
249
e19570d3
GA
2502021-09-16 Andrew Pinski <apinski@marvell.com>
251
252 PR bootstrap/67102
253 * Makefile.def: Have configure-target-libffi depend on
254 all-target-libstdc++-v3.
255 * Makefile.in: Regenerate.
256
a26206ec
GA
2572021-09-10 Petter Tomner <tomner@kth.se>
258
259 * MAINTAINERS: Me added to DCO and write after approval
260
e11c6046
GA
2612021-09-01 YunQiang Su <syq@debian.org>
262
263 * MAINTAINERS: Add myself for write after approval.
264
6d51ee43
GA
2652021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
268 * Makefile.in: Regenerate.
269
4be4fa4e
GA
2702021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
271
272 * MAINTAINERS: Add myself for write after approval.
273
6e529985
GA
2742021-08-18 Iain Sandoe <iain@sandoe.co.uk>
275
276 * Makefile.in: Regenerate.
277 * Makefile.tpl: Make the state of the configured host
278 shared flag available to makefile fragements.
279
37768150
GA
2802021-08-09 Hongyu Wang <hongyu.wang@intel.com>
281
282 * MAINTAINERS (Write After Approval): Add myself.
283
92d45509
GA
2842021-07-20 Richard Earnshaw <rearnsha@arm.com>
285
286 * .dir-locals.el (bug-reference-url-format): Use https.
287
2882021-07-20 Richard Earnshaw <rearnsha@arm.com>
289
290 * .dir-locals.el (c-mode): Change fill-column to 79.
291
d97d71a1
GA
2922021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
293
294 * MAINTAINERS: Add myself to DCO section.
295
ef2ace64
GA
2962021-07-09 Iain Sandoe <iain@sandoe.co.uk>
297
298 * configure: Regenerate.
299 * configure.ac: Adjust cases for which it is necessary to
300 include the Darwin host config fragment.
301
6fba0eea
GA
3022021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
303
304 * MAINTAINERS: Add myself for write after approval and DCO.
305
6d53e6f9
GA
3062021-07-05 Iain Sandoe <iain@sandoe.co.uk>
307
308 * Makefile.def: Add dsymutil defs.
309 * Makefile.in: Regenerated.
310 * Makefile.tpl: Add dsymutil to flags.
311 * configure: Regenerated.
312 * configure.ac: Add dsymutil to target and build recipes.
313
bea7c16a
GA
3142021-07-01 Ankur Saini <arsenic@sourceware.org>
315
316 * MAINTAINERS: Add myself for write after approval.
317
25b6bfea
GA
3182021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
319
320 * MAINTAINERS (Write After Approval): Add myself.
321
90708f87
GA
3222021-06-25 Matthias Kretz <m.kretz@gsi.de>
323
324 * MAINTAINERS: Add myself for write after approval and DCO
325
9aa8327e
GA
3262021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
327
328 * .gitignore: Add entry for cscope.out.
329
419af06a
GA
3302021-06-22 liuhongt <hongtao.liu@intel.com>
331
332 * MAINTAINERS: Remove my Write After Approval entry.
333
2f080224
GA
3342021-06-21 liuhongt <hongtao.liu@intel.com>
335
336 * MAINTAINERS: Add myself as maintainer of the i386 vector
337 extensions.
338
c5581d48
GA
3392021-06-18 Antoni Boucher <bouanto@zoho.com>
340
341 * MAINTAINERS (Write After Approval): Add myself.
342
688359a2
GA
3432021-06-17 Aldy Hernandez <aldyh@redhat.com>
344
345 * MAINTAINERS (Various Maintainers): Add Andrew and myself
346 as *vrp and ranger maintainers.
347
28c62475
GA
3482021-06-05 Jeff Law <jeffreyalaw@gmail.com>
349
350 * MAINTAINERS: Adjust my entry in the DCO section so that it does
351 not trigger testsuite failures.
352
3532021-06-05 Jeff Law <jeffreyalaw@gmail.com>
354
355 * MAINTAINERS: Add myself to DCO section with both email addresses.
356
440c8a0a
GA
3572021-06-03 Jason Merrill <jason@redhat.com>
358
359 * MAINTAINERS: Add DCO version number.
360
9663c744
GA
3612021-06-02 Jason Merrill <jason@redhat.com>
362
363 * MAINTAINERS: Add DCO section.
364
ee682192
GA
3652021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
366
367 * MAINTAINERS (Write After Approval): Add myself.
368
1a87f838
GA
3692021-05-29 Mike Frysinger <vapier@gentoo.org>
370
371 * configure.ac: Add gnulib to configdirs for sim.
372 * configure: Regenerate.
373
a8daf9a1
GA
3742021-05-18 Mike Frysinger <vapier@gentoo.org>
375
376 * Makefile.def: Add configure-sim dependency on all-gnulib.
377 * Makefile.in: Regenerated.
378
a7ffc1ef
GA
3792021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
380
381 * MAINTAINERS (Write After Approval): Add myself.
382
0ff3a0f2
GA
3832021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
384
385 * MAINTAINERS (Write After Approval): Add myself.
386
037e3661
GA
3872021-05-11 Martin Liska <mliska@suse.cz>
388
389 * MAINTAINERS: Remove entries for removed
390 components (HSA, BRIG, libhsail-rt).
391 Move Pekka to Write After Approval.
392
3932021-05-11 Martin Liska <mliska@suse.cz>
394
395 * Makefile.def: Remove libhsail-rt.
396 * Makefile.in: Likewise.
397 * configure.ac: Likewise.
398 * configure: Regenerate.
399 * libhsail-rt/ChangeLog: Removed.
400 * libhsail-rt/Makefile.am: Removed.
401 * libhsail-rt/Makefile.in: Removed.
402 * libhsail-rt/README: Removed.
403 * libhsail-rt/aclocal.m4: Removed.
404 * libhsail-rt/configure: Removed.
405 * libhsail-rt/configure.ac: Removed.
406 * libhsail-rt/configure.tgt: Removed.
407 * libhsail-rt/include/internal/fibers.h: Removed.
408 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
409 * libhsail-rt/include/internal/phsa-rt.h: Removed.
410 * libhsail-rt/include/internal/workitems.h: Removed.
411 * libhsail-rt/rt/arithmetic.c: Removed.
412 * libhsail-rt/rt/atomics.c: Removed.
413 * libhsail-rt/rt/bitstring.c: Removed.
414 * libhsail-rt/rt/fbarrier.c: Removed.
415 * libhsail-rt/rt/fibers.c: Removed.
416 * libhsail-rt/rt/fp16.c: Removed.
417 * libhsail-rt/rt/misc.c: Removed.
418 * libhsail-rt/rt/multimedia.c: Removed.
419 * libhsail-rt/rt/queue.c: Removed.
420 * libhsail-rt/rt/sat_arithmetic.c: Removed.
421 * libhsail-rt/rt/segment.c: Removed.
422 * libhsail-rt/rt/workitems.c: Removed.
423 * libhsail-rt/target-config.h.in: Removed.
424
99e8df7a
GA
4252021-05-04 Nick Clifton <nickc@redhat.com>
426
427 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
428 * configure: Regenerate.
429
e4ff4ffb
GA
4302021-04-28 Jakub Jelinek <jakub@redhat.com>
431 Tobias Burnus <tobias@codesourcery.com>
432
433 * configure.ac (--enable-offload-defaulted): New.
434 * configure: Regenerate.
435
05ec629f
GA
4362021-04-23 David Faust <david.faust@oracle.com>
437
438 * MAINTAINERS (Write After Approval): Add myself.
439
a0ecde22
GA
4402021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
441
442 * MAINTAINERS (Write After Approval): Add myself.
443
651684b4
GA
4442021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
445
446 * MAINTAINERS: Add myself as pru port maintainer.
447
bf1f3168
GA
4482021-03-23 David Malcolm <dmalcolm@redhat.com>
449
450 * MAINTAINERS: Add myself as static analyzer maintainer.
451
287e3e84
GA
4522021-03-18 Jeff Law <jlaw@tachyum.com>
453
454 * MAINTAINERS: Update primary entry.
455
5e93c2f0
GA
4562021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
457
458 * MAINTAINERS (Write After Approval): Add myself.
459
4602021-03-13 Mike Frysinger <vapier@gentoo.org>
461
462 * Makefile.def: Remove all-sim dependency on configure-gdb.
463 * Makefile.in: Regenerated.
464
48ff383f
GA
4652021-03-11 Jeff Law <law@redhat.com>
466
467 * MAINTAINERS: Update entries for a few ex-ImgTec employees
468
4692021-03-11 Martin Liska <mliska@suse.cz>
470
471 * Makefile.tpl: The change was done Makefile.in which
472 is generated file.
473
6405b40f
GA
4742021-03-08 Jeff Law <law@redhat.com>
475
476 * MAINTAINERS: Update my email address
477
71e24b06
GA
4782021-02-23 Kito Cheng <kito.cheng@sifive.com>
479
480 * config.guess: Import latest upstream.
481 * config.sub: Import latest upstream.
482
161e4c08
GA
4832021-01-25 Martin Liska <mliska@suse.cz>
484
485 PR gcov-profile/98739
486 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
487 for profiledbootstrap.
488
8502e23d
GA
4892021-01-22 Jonathan Wright <jonathan.wright@arm.com>
490
491 * MAINTAINERS (Write After Approval): Add myself.
492
4932021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
494
495 * MAINTAINERS (Write After Approval): Update my e-mail address.
496
6851dda2
GA
4972021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
498
499 * MAINTAINERS: Fix spacing.
500
5012021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
502
503 * MAINTAINERS (Write After Approval): Add myself
504
942ae5be
GA
5052021-01-06 Nick Alcock <nick.alcock@oracle.com>
506
507 * Makefile.def: Sync with binutils-gdb:
508 (dependencies): all-ld depends on all-libctf.
509 (host_modules): libctf is no longer no_install.
510 No longer no_check. Checking depends on all-ld.
511 * Makefile.in: Regenerated.
512
651b8a50
GA
5132021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
514
515 * libtool.m4: Match gnu* along other GNU systems.
516 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
517 * libgo/configure: Re-generate.
518
7e73f511
GA
5192021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
520
521 * MAINTAINERS: Update my email address.
522
cd69e3d5
GA
5232020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
524
525 * MAINTAINERS (Write After Approval): Add myself.
526
6e9d8651
GA
5272020-12-15 Nathan Sidwell <nathan@acm.org>
528
529 * Makefile.def
530 * Makefile.in
531 * Makefile.tpl
532 * configure
533 * configure.ac
534
5352020-12-15 Nathan Sidwell <nathan@acm.org>
536
537 * Makefile.def: Add libcody.
538 * configure.ac: Add libcody.
539 * Makefile.in: Regenerated.
540 * configure: Regenerated.
541
d52945ce
GA
5422020-12-14 Andrea Corallo <andrea.corallo@arm.com>
543
544 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
545
6e1edf48
GA
5462020-12-05 Iain Sandoe <iain@sandoe.co.uk>
547
548 PR target/97865
549 * libtool.m4: Update handling of Darwin platform link flags
550 for Darwin20.
551
11860cf4
GA
5522020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
553
554 * .gitignore: Sync with binutils-gdb
555
5562020-12-02 Claudiu Zissulescu <claziss@gmail.com>
557
558 * MAINTAINERS: Add myself as arc port maintainer.
559
a9625c50
GA
5602020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
561
562 PR d/87788
563 * configure.ac: Don't disable D for *-*-darwin*.
564 * configure: Regenerate.
565
5662020-11-29 John David Anglin <danglin@gcc.gnu.org>
567
568 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
569 hppa64-*-hpux11*.
570
360258da
GA
5712020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
572
573 * configure: Regenerate.
574 * configure.ac: Add --bootstrap-hwasan option.
575
8e6198d0
GA
5762020-11-23 Iain Sandoe <iain@sandoe.co.uk>
577
578 * config.guess: Import latest upstream.
579 * config.sub: Import latest upstream.
580
29c5d9ce
GA
5812020-11-16 Martin Liska <mliska@suse.cz>
582
583 * .gitignore: Add cache as clangd uses it now.
584
77f67db2
GA
5852020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
586
587 * MAINTAINERS (Write After Approval): add myself
588
2bee28dd
GA
5892020-11-09 Pat Bernardi <bernardi@adacore.com>
590
591 * MAINTAINERS (Write After Approval): Add myself.
592
5932020-11-09 Jonathan Wakely <jwakely@redhat.com>
594
595 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
596 Remove FIXME comments.
597
44cab2d8
GA
5982020-11-06 Martin Uecker <muecker@gwdg.de>
599
600 * MAINTAINERS: Update my email address.
601
6022020-11-06 Hongtao Liu <hongtao.liu@intel.com>
603
604 * MAINTAINERS (Write After Approval): Add myself.
605
8e97b905
GA
6062020-10-06 Tobias Burnus <tobias@codesourcery.com>
607
608 PR target/97302
609 * configure.ac: Only set with_gmp to /usr/local
610 if not building in tree.
611 * configure: Regenerate.
612
239601c5
GA
6132020-09-18 Omar Tahir <omar.tahir@arm.com>
614
615 * MAINTAINERS (Write After Approval): Add myself.
616
57ea0894
GA
6172020-08-26 Tobias Burnus <tobias@codesourcery.com>
618
619 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
620
5b9a3d2a
GA
6212020-08-20 Tobias Burnus <tobias@codesourcery.com>
622
623 PR bootstrap/96612
624 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
625 if not the same as ${host}.
626 * configure: Regenerate.
627
2c4c56c2
GA
6282020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
629
630 * MAINTAINERS (Write After Approval): Add myself.
631
afdd220a
GA
6322020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
633
634 * MAINTAINERS: Update my email address.
635
d48cca8f
GA
6362020-07-30 Joe Ramsay <joe.ramsay@arm.com>
637
638 * MAINTAINERS (Write After Approval): Add myself.
639
3ea9abca
GA
6402020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
641
642 * MAINTAINERS (Write After Approval): Add myself.
643
8e3b453e
GA
6442020-06-12 Martin Liska <mliska@suse.cz>
645
646 * .gitignore: Add .clang-tidy.
647
2c455ae0
GA
6482020-06-08 Jason Merrill <jason@redhat.com>
649
650 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
651 * configure: Regenerate.
652
8f94b078
GA
6532020-06-06 Max Filippov <jcmvbkbc@gmail.com>
654
655 * MAINTAINERS: Add myself as xtensa port maintainer.
656
53ffb43a
GA
6572020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
658
659 * configure.ac: Don't require --enable-host-shared when building
660 for Mingw.
661 * configure: Regenerate.
662
5329b59a
JM
6632020-05-18 Jason Merrill <jason@redhat.com>
664
665 * configure.ac: Update bootstrap dialect to -std=c++11.
666
9a4a0a5b
AC
6672020-05-18 Alex Coplan <alex.coplan@arm.com>
668
669 * MAINTAINERS (Write After Approval): Add myself.
670
afa3d80e
TS
6712020-04-29 Thomas Schwinge <thomas@codesourcery.com>
672
673 PR target/92713
674 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
675 (noconfigdirs): Add 'target-libstdc++-v3'.
676 * configure: Regenerate.
677
e6cbe965
SC
6782020-04-21 Stephen Casner <casner@acm.org>
679
680 PR 25830
681 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
682 * configure: Rebuild.
683
e9f799d2
ML
6842020-04-17 Martin Liska <mliska@suse.cz>
685 Jonathan Yong <10walls@gmail.com>
686
687 PR gcov-profile/94570
688 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
689 for CYGWIN.
690
efd5bd4d
MJ
6912020-04-14 Martin Jambor <mjambor@suse.cz>
692
693 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
694
f9d09df0
TT
6952020-04-09 Tom Tromey <tom@tromey.com>
696
697 * configure: Rebuild.
698 * Makefile.in: Rebuild.
699 * Makefile.def (gdbsupport, gdbserver): New host modules.
700 (configure-gdb): Depend on all-gdbsupport.
701 (all-gdb): Depend on all-gdbsupport, all-libctf.
702 * configure.ac (host_tools): Add gdbserver.
703 Conditionally build gdbserver and gdbsupport.
704
29b1533a
TB
7052020-03-09 Tobias Burnus <tobias@codesourcery.com>
706
707 * configure.ac: Build libgomp by default for amdgcn.
708 * configure: Regenerate.
709
7d6b3a78
SP
7102020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
711
712 * MAINTAINERS (Write After Approval): Add myself.
713
4707548e
JH
7142020-02-28 Joel Hutton <joel.hutton@arm.com>
715
716 * MAINTAINERS (Write After Approval) : Add myself.
717
6f83ceb8
PD
7182020-02-20 Palmer Dabbelt <palmer@sifive.com>
719
720 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
721
d6ee2e7c
MS
7222020-02-14 Martin Sebor <msebor@redhat.com>
723
724 * doc/extend.texi (attribute alias): Mention type requirement.
725 (attribute weak): Same.
726 (attribute weakref): Correct invalid example.
727
e01975f9
SB
7282020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
729
730 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
731
affb7b66
JJ
7322020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
733 Jakub Jelinek <jakub@redhat.com>
734
735 * .gitattributes: Add *.md diff=md.
736
780e19f8
GJL
7372020-01-14 Georg-Johann Lay <avr@gjlay.de>
738
739 The mentioned auto-generated file is no more part of the
740
741 GCC sources, it's auto-generated in $(builddir) during build.
742
743 PR target/92055
744 * contrib/gcc_update (files_and_dependencies): Remove
745 entry for gcc/config/avr/t-multilib.
746
ef4395e5
AS
7472020-01-14 Anatoly Sokolov <aesok@dol.ru>
748
749 * MAINTAINERS: Update my email address.
750
b2b465c5
JM
7512020-01-13 Joseph Myers <joseph@codesourcery.com>
752
753 * README.MOVED_TO_GIT: Remove.
754
cff5a231
JM
7552020-01-11 Joseph Myers <joseph@codesourcery.com>
756
757 * README.MOVED_TO_GIT: New file.
758
b1b72741
DZ
7592020-01-02 Dennis Zhang <dennis.zhang@arm.com>
760
761 * MAINTAINERS (Write After Approval): Add myself.
762
74a7b87a
JL
7632019-12-20 Jerome Lambourg <lambourg@adacore.com>
764
765 * MAINTAINERS (write_after_approval): Add myself.
766
39f8777c
SMW
7672019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
768
769 * MAINTAINERS (write_after_approval): Add myself.
770
6226f592
MI
7712019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
772
773 * MAINTAINERS (write_after_approval): Add myself.
774
4f943869
MK
7752019-12-11 Matthias Klose <doko@ubuntu.com>
776
777 * configure.ac: Factor out common cases for compare_exclusions.
778 * configure: Regenerate.
779
a9046e98
JL
7802019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
781
782 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
783 flag.
784
53eb0cb3
LH
7852019-12-10 Lewis Hyatt <lhyatt@gmail.com>
786
a9046e98 787 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 788
90ca6847
TB
7892019-11-27 Tobias Burnus <tobias@codesourcery.com>
790
791 PR middle-end/92463
792 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
793 * configure: Regenerate
794
aeebd94c
JB
7952019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
796
797 * configure.ac: Use https for gcc.gnu.org.
798 * configure: Regenerated.
799
267d7432
JG
8002019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
801
802 * MAINTAINERS (aarch64 port): Remove my name, move to...
803 (Write After Approval): ...Here.
804
a91eb234
KN
8052019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
806
807 * MAINTAINERS: Change my email address as maintainer.
808
8be34204
JB
8092019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
810
90ca6847
TB
811 PR fortran/91828
812 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
813 * configure: Regenerated.
8be34204 814
678a1e99
JM
8152019-10-21 Jason Merrill <jason@redhat.com>
816
817 * .gitattributes: Also check ChangeLog whitespace.
818
aa7710cb
AB
8192019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * contrib/dg-extract-results.sh: Add support for KPASS.
822 * contrib/dg-extract-results.py: Likewise.
823
6664a5f7
JM
8242019-10-17 Jason Merrill <jason@redhat.com>
825
826 * .gitattributes: Avoid {} in filename pattern.
827
df77d703
TS
8282019-10-08 Thomas Schwinge <thomas@codesourcery.com>
829
830 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
831 Approval section.
832
4d07a2ec
FH
8332019-10-01 Frederik Harwath <frederik@codesourcery.com>
834
835 * MAINTAINERS: Add myself to Write After Approval
836
5fdd1d33
RS
8372019-09-26 Richard Sandiford <richard.sandiford@arm.com>
838
839 * MAINTAINERS: Add myself as an aarch64 maintainer.
840
16b17446
KT
8412019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
842
843 * MAINTAINERS: Add myself as aarch64 maintainer.
844
a8cea25c
CL
8452019-09-23 Carl Love <cel@us.ibm.com>
846
847 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
848 New define_insn.
849 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
850 vsx_xxpermdi16_le_V16QI): Removed define_insn.
851
0d1cfeed
ST
8522019-09-13 Sam Tebbs <sam.tebbs@arm.com>
853
854 * MAINTAINERS (Sam Tebbs): Update email address.
855
3d34b7af
TB
8562019-09-10 Tobias Burnus <tobias@codesourcery.com>
857
858 * MAINTAINERS: Update my email address.
859
b1e21e5a
CL
8602019-09-10 Christophe Lyon <christophe.lyon@st.com>
861
3d34b7af 862 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 863
91dfef96
JM
8642019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
865
866 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
867 Remove myself from Write After Approval section.
868
8692019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
870
871 * configure.ac: Support for bpf-*-* targets.
872 * configure: Regenerate.
873
b7b1f657
JM
8742019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
875
876 * config.sub: Import upstream version 2019-06-30.
877 * config.guess: Import upstream version 2019-07-24.
878
2f2aeda9
UW
8792019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
880
881 * MAINTAINERS: Remove spu port maintainers.
882
91eed5f2
ML
8832019-08-28 Martin Liska <mliska@suse.cz>
884
885 * .gitignore: Add .clangd and compile_commands.json
886 to .gitignore.
887
d0fc6e9f
MF
8882019-08-23 Michael Forney <mforney@mforney.org>
889
890 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
891 * Makefile.in: Regenerate.
892
aac9103b
TT
8932019-08-19 Tom Tromey <tom@tromey.com>
894
895 * configure: Rebuild.
896 * configure.ac: Add --with-static-standard-libraries.
897
3b5864f4
AO
8982019-08-16 Alexandre Oliva <oliva@gnu.org>
899
900 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
901
8fc306e9
ME
9022019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
903
904 * MAINTAINERS (Write After Approval): Add myself.
905
f069f0f2
KC
9062019-07-08 Kito Cheng <kito.cheng@sifive.com>
907
908 * MAINTAINERS (Write After Approval): Remove myself, already listed in
909 RISC-V port maitainer.
910
9118c5e1
KC
9112019-07-08 Kito Cheng <kito.cheng@sifive.com>
912
913 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
914
c19713b7
KC
9152019-07-08 Kito Cheng <kito.cheng@sifive.com>
916
917 * MAINTAINERS (Write After Approval): Add myself.
918
e676d704 9192019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
920
921 * MAINTAINERS (Write After Approval): Add myself.
922
247b63e3
ML
9232019-06-25 Martin Liska <mliska@suse.cz>
924
925 contrib/filter-clang-warnings.py: Transform from
926 filter-rtags-warnings.py.
927
98e5be21
TT
9282019-06-15 Tom Tromey <tom@tromey.com>
929
930 * configure.ac (host_libs): Add gnulib.
931 * configure: Rebuild.
932 * Makefile.def (host_modules, dependencies): Add gnulib.
933 * Makefile.in: Rebuild.
934
1ab4217d
DD
9352019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
936
937 * MAINTAINERS (Write After Approval): Add myself.
938
3e209f57 9392019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
940
941 * configure: Regenerate.
942 * configure.ac: Add PRU target.
943
8b164a4e 9442019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
945
946 * MAINTAINERS (Write After Approval): Add myself.
947
de6abd85
NC
9482019-06-11 Nick Clifton <nickc@redhat.com>
949
950 Import these changes from the binutils/gdb repository:
951
952 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
953
954 * Makefile.def (dependencies): configure-libctf depends on all-bfd
955 and all its deps.
956 * Makefile.in: Regenerated.
957
958 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
959
960 * Makefile.def (host_modules): Add libctf.
961 * Makefile.def (dependencies): Likewise.
962 libctf depends on zlib, libiberty, and bfd.
963 * Makefile.in: Regenerated.
964 * configure.ac (host_libs): Add libctf.
965 * configure: Regenerated.
966
fb03c52f
VI
9672019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
968
969 * MAINTAINERS (Write After Approval): Add myself.
970
dbd5df2e
PB
9712019-05-19 Peter Bergner <bergner@linux.ibm.com>
972
973 * MAINTAINERS: Update my email address.
974
8ee47828
TR
9752019-05-17 Thomas Rodgers <trodgers@redhat.com>
976
977 * MAINTAINERS (Write After Approval): Add myself.
978
f6b2daaf
JM
9792019-05-16 Jun Ma <junma@linux.alibaba.com>
980
981 * MAINTAINERS (Write After Approval): Add myself.
982
2ed6d245
JW
9832019-05-07 Jim Wilson <jimw@sifive.com>
984
985 * MAINTAINERS: Remove myself as IA-64 maintainer.
986
d1b65077
RI
9872019-05-04 Roland Illig <roland.illig@gmx.de>
988
989 * MAINTAINERS (Write After Approval): Add myself.
990
5fe6af6d
RB
9912019-05-02 Richard Biener <rguenther@suse.de>
992
993 PR bootstrap/85574
994 * Makefile.tpl (compare target): Also compare extra-compare
995 files.
996 * Makefile.in: Regenerate.
997
1e8dac32
RZ
9982019-04-22 Roman Zhuykov <zhroma@ispras.ru>
999
1000 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1001 as modulo-scheduler maintainer.
1002
42d3fe9a
IS
10032019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1004
1005 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1006
3d52462c
IS
10072019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1008
1009 * MAINTAINERS: Update my email address.
1010
4d024c32
JP
10112019-04-14 Johannes Pfau <johannespfau@gmail.com>
1012
1013 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1014 * configure: Regenerate.
1015
7d31d331
RO
10162019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1017
1018 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1019 * configure: Regenerate.
1020
bb50312e
IB
10212019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1022
1023 * configure.ac: Add target-zlib to target_libraries.
1024 * configure: Regenerate.
1025
1c67e69c
ML
10262019-04-09 Martin Liska <mliska@suse.cz>
1027
1028 * Makefile.in: Regenerate.
1029 * Makefile.tpl: Pass GENERATOR_CFLAGS
1030 in all stages.
1031
684f6008
ML
10322019-03-28 Martin Liska <mliska@suse.cz>
1033
1034 PR bootstrap/89829
1035 * Makefile.in: Revert r254150.
1036 * Makefile.tpl: Likewise.
1037
fed156ac
BE
10382019-03-28 Ben Elliston <bje@gnu.org>
1039
1040 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1041 related, and libdecnumber.
1042
d81beb31
AM
10432019-03-15 Alexander Monakov <amonakov@ispras.ru>
1044
1045 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1046 (Write After Approval): Remove myself.
1047
35e2f066
AM
10482019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1049
5fce606f 1050 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 1051
60f32352
AS
10522019-02-11 Andrew Stubbs <ams@codesourcery.com>
1053
1054 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1055 (Write After Approval): Remove myself and Julian.
1056
b4f964c8
HA
10572019-01-26 Harald Anlauf <anlauf@gmx.de>
1058
1059 * MAINTAINERS (Write After Approval): Add myself.
1060
1009e9a2
KCY
10612019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1062
1063 * MAINTAINERS (Write After Approval): Add myself.
1064
275e9ad9
XHL
10652019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1066
62fa42ce
SB
1067 * ChangeLog: Replace space with tab.
1068 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1069
8fcc3599
JG
10702019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1071
1072 * MAINTAINERS (Write After Approval): Add myself.
1073
9c83c587
LJH
10742019-01-18 Li Jia He <helijia@gcc.gnu.org>
1075
1076 * MAINTAINERS (Write After Approval): Add myself.
1077
7431c1a1
AS
10782019-01-17 Andrew Stubbs <ams@codesourcery.com>
1079 Kwok Cheung Yeung <kcy@codesourcery.com>
1080 Julian Brown <julian@codesourcery.com>
1081 Tom de Vries <tom@codesourcery.com>
1082 Jan Hubicka <hubicka@ucw.cz>
1083 Martin Jambor <mjambor@suse.cz>
1084
1085 * configure.ac: Likewise.
1086 * configure: Regenerate.
1087 * contrib/config-list.mk: Add amdgcn-amdhsa.
1088
0684a816
KL
10892019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1090
1091 * MAINTAINERS (Write After Approval): Add myself.
1092
62fa42ce 10932019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1094
275e9ad9 1095 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1096
5227609c
RO
10972019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1098
1099 PR target/88535
1100 * config.guess: Import upstream version 2019-01-03.
1101 * config.sub: Import upstream version 2019-01-01.
1102
7c50cefc
TP
11032018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1104
1105 * MAINTAINERS (Write After Approval): Update my maintainer address.
1106
ea9a30d0
GB
11072018-12-21 Gergö Barany <gergo@codesourcery.com>
1108
1109 * MAINTAINERS (Write After Approval): Add myself.
1110
23d3e2d5
SB
11112018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1112
1113 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1114
e4a9a572
IS
11152018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1116
1117 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1118 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1119 (GCC_TARGET_TOOL): Likewise.
1120 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1121 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1122 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1123 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1124 * configure: Regenerate.
e4a9a572
IS
1125 * Makefile.in: Likewise.
1126
f9b4801c
JP
11272018-11-28 Johannes Pfau <johannespfau@gmail.com>
1128
1129 * MAINTAINERS (Write After Approval): Add myself.
1130
7f9414c1
ML
11312018-11-13 Martin Liska <mliska@suse.cz>
1132
1133 * gcc.target/i386/pr87930.c: Move to ...
1134 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1135
1dbff00c
SH
11362018-11-10 Stafford Horne <shorne@gmail.com>
1137
1138 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1139 (Write After Approval): Remove myself.
1140
e9f3803d
HAQ
11412018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1142
1143 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1144 Append $INCICONV to it.
1145
45bf1490
SH
11462018-11-04 Stafford Horne <shorne@gmail.com>
1147
1148 * MAINTAINERS (Write After Approval): Add myself.
1149
22e05272
JM
11502018-10-31 Joseph Myers <joseph@codesourcery.com>
1151
1152 PR bootstrap/82856
1153 * multilib.am: New file. From automake.
1154
1155 Merge from binutils-gdb:
1156 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1157
1158 * libtool.m4: Use AC_LANG_SOURCE.
1159 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1160 * ar-lib: New file.
1161 * test-driver: New file.
1162 * configure: Re-generate.
1163
82a14443
MP
11642018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1165
1166 * MAINTAINERS (Write After Approval): Add myself.
1167
260eedb9
IB
11682018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1169
1170 PR bootstrap/87788
1171 PR d/87799
1172 * configure: Rebuild.
1173 * configure.ac: Disable D on systems where it is known not to work.
1174
b4c522fa
IB
11752018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1176
1177 * Makefile.def (target_modules): Add libphobos.
1178 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1179 GDCFLAGS_FOR_TARGET.
1180 (dependencies): Make libphobos depend on libatomic, libbacktrace
1181 configure, and zlib configure.
1182 (language): Add language d.
1183 * Makefile.in: Rebuild.
1184 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1185 (HOST_EXPORTS): Add GDC.
1186 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1187 (BASE_TARGET_EXPORTS): Add GDC.
1188 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1189 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1190 (EXTRA_HOST_FLAGS): Add GDC.
1191 (STAGE1_FLAGS_TO_PASS): Add GDC.
1192 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1193 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1194 environment variables.
1195 * configure: Rebuild.
1196 * configure.ac: Add target-libphobos to target_libraries. Set and
1197 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1198
04193ea0
IL
11992018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1200
1201 * MAINTAINERS (Write After Approval): Add myself.
1202
72eda5f2
IB
12032018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1204
1205 * MAINTAINERS (Write After Approval): Remove myself.
1206
4c029cee
IB
12072018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1208
1209 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1210
fc7367ea
BC
12112018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1212
1213 * MAINTAINERS: Update my email address.
1214
956a7508
TS
12152018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1216
1217 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1218 maintainer.
1219
16ddcc28
MM
12202018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1221
1222 * MAINTAINERS (Write After Approval): Add self.
1223
f9529512
ST
12242018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1225
1226 * MAINTAINERS (write after approval): Add myself.
1227
3ff89a4e
XG
12282018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1229
1230 * MAINTAINERS: Update my email address.
1231
e8a0276c
VL
12322018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1233
1234 * MAINTAINERS (write after approval): Add myself.
1235
3d20537c
RS
12362018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1237
1238 * MAINTAINERS: Add self to global reviewers list.
1239
661d1750
SL
12402018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1241
1242 MAINTAINERS: Add c-sky port maintainers.
1243
aa405905
ML
12442018-08-10 Martin Liska <mliska@suse.cz>
1245
1246 * MAINTAINERS: Revert change in previous commit and
92a285c1 1247 join lines.
aa405905 1248
04e2b41d
ML
12492018-08-10 Martin Liska <mliska@suse.cz>
1250
1251 * MAINTAINERS: Remove extra line.
1252
6e9f49e4
N
12532018-08-06 Naveen H.S <naveenh@marvell.com>
1254
1255 * MAINTAINERS: Update my email address.
1256
3b0df776
DD
12572018-07-19 DJ Delorie <dj@redhat.com>
1258
1259 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1260 as maintainer.
1261
f030b30e
AK
12622018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1263
1264 * MAINTAINERS: Adjust email address for me and my colleague Robin
1265 Dapp.
1266
7264261f
L
12672018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1268 Sunil K Pandey <sunil.k.pandey@intel.com>
1269
1270 PR target/84413
1271 * config/i386/i386.c (m_CORE_AVX512): New.
1272 (m_CORE_AVX2): Likewise.
1273 (m_CORE_ALL): Add m_CORE_AVX2.
1274 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1275 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1276 and remove the rest of m_SKYLAKE_AVX512.
1277
19975c57
SH
12782018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1279
1280 * config.sub: Sync with upstream version 2018-07-03.
1281
c234070e
SH
12822018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1283
1284 * config.guess: Sync with upstream version 2018-06-26.
1285 * config.sub: Sync with upstream version 2018-07-02.
1286
d41cd173
BW
12872018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1288
92a285c1 1289 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
1290 * ltmain.sh: Likewise.
1291
d3435784
SB
12922018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1293
1294 * contrib/config-list.mk: Remove powerpc-linux_paired.
1295
da34ca3f
AO
12962018-06-29 Alexandre Oliva <oliva@adacore.com>
1297
1298 * configure.ac: Introduce support for @unless/@endunless.
1299 * Makefile.tpl (dep-kind): Rewrite with cond; return
1300 postbootstrap in some cases.
1301 (make-postboot-dep, postboot-targets): New.
1302 (dependencies): Do not output postbootstrap dependencies at
1303 first. Output non-target ones changed for configure to depend
1304 on stage_last @if gcc-bootstrap, and the original deps @unless
1305 gcc-bootstrap.
1306 * configure.in, Makefile.in: Rebuilt.
1307
8e236ddd
JW
13082018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1309
1310 * MAINTAINERS (write after approval): Add myself.
1311
71d40114
RV
13122018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1313
1314 * MAINTAINERS (write after approval): Add myself.
1315
8006534c
NC
13162018-06-19 Nick Clifton <nickc@redhat.com>
1317
1318 * zlib/configure.ac: Restore old behaviour of only enabling
1319 multilibs when a target subdirectory is defined. This allows
1320 building with srcdir == builddir.
1321 * zlib/configure: Regenerate.
1322
9e03592e
EB
13232018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1324
1325 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1326 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1327 * Makefile.in: Regenerate.
1328
29305f60
BE
13292018-06-16 Ben Elliston <bje@gnu.org>
1330
1331 * config.guess: Import latest version.
1332 * config.sub: Likewise.
1333
31db0fe0
ML
13342018-06-08 Martin Liska <mliska@suse.cz>
1335
1336 * MAINTAINERS: Remove MPX-related entries.
1337 * Makefile.def: Remove libmpx support.
9e03592e
EB
1338 * Makefile.in: Regenerate.
1339 * configure.ac: Remove removed files.
1340 * configure: Regenerate.
31db0fe0
ML
1341 * libmpx/ChangeLog: Remove.
1342 * libmpx/Makefile.am: Remove.
1343 * libmpx/Makefile.in: Remove.
1344 * libmpx/acinclude.m4: Remove.
1345 * libmpx/aclocal.m4: Remove.
1346 * libmpx/config.h.in: Remove.
1347 * libmpx/configure: Remove.
1348 * libmpx/configure.ac: Remove.
1349 * libmpx/configure.tgt: Remove.
1350 * libmpx/libmpx.spec.in: Remove.
1351 * libmpx/mpxrt/Makefile.am: Remove.
1352 * libmpx/mpxrt/Makefile.in: Remove.
1353 * libmpx/mpxrt/libmpx.map: Remove.
1354 * libmpx/mpxrt/libtool-version: Remove.
1355 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1356 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1357 * libmpx/mpxrt/mpxrt.c: Remove.
1358 * libmpx/mpxrt/mpxrt.h: Remove.
1359 * libmpx/mpxwrap/Makefile.am: Remove.
1360 * libmpx/mpxwrap/Makefile.in: Remove.
1361 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1362 * libmpx/mpxwrap/libtool-version: Remove.
1363 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1364
e68086c4
ML
13652018-06-04 Martin Liska <mliska@suse.cz>
1366
1367 * MAINTAINERS: Add myself as gcov maintainer.
1368
37cca345
MF
13692018-06-04 Matthew Fortune <mfortune@gmail.com>
1370
1371 * MAINTAINERS: Update my email address.
1372
74386680
TV
13732018-06-04 Tom de Vries <tdevries@suse.de>
1374
1375 * MAINTAINERS: Remove write-after-approval entries for component
1376 maintainers.
1377
010ff25b
JL
13782018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1379
1380 * MAINTAINERS (write after approval): Add myself.
1381
64acc19a 13822018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
1383
1384 * MAINTAINERS: Update my email address.
1385
7aad7f4b
TV
13862018-06-01 Tom de Vries <tdevries@suse.de>
1387
1388 * MAINTAINERS: Update my email address.
1389
c5470754
BC
13902018-05-22 Bin Cheng <bin.cheng@arm.com>
1391
1392 * MAINTAINERS (loop-optimizer): Add myself.
1393
58b40a67
FT
13942018-05-01 Francois H. Theron <francois.theron@netronome.com>
1395
1396 * configure.ac: Added "nfp" target.
1397 * configure: Regenerate.
1398
bece35ca
RB
13992018-04-30 Richard Biener <rguenther@suse.de>
1400
1401 PR bootstrap/85571
1402 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1403 (STAGE3_TFLAGS): Likewise.
1404 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1405 (STAGEtrain_TFLAGS): Likewise.
1406 * Makefile.in: Regenerate.
1407
ae05281f
RB
14082018-04-26 Richard Biener <rguenther@suse.de>
1409
1410 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1411 (STAGE2_CFLAGS): Likewise.
1412 (STAGE2_TFLAGS): Likewise.
1413 (STAGE3_CFLAGS): Add -fchecking.
1414 (STAGE3_TFLAGS): Likewise.
1415 (STAGEtrain_CFLAGS): Filter out -fchecking.
1416 (STAGEtrain_TFLAGS): Likewise.
1417 * Makefile.in: Re-generate.
1418
c6e34a9b
CM
14192018-04-25 Catherine Moore <clm@codesourcery.com>
1420
1421 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1422
ae9fb56f
PC
14232018-04-18 Paul Clarke <pc@us.ibm.com>
1424
1425 * MAINTAINERS (write after approval): Add myself.
1426
a2919888
AS
14272018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
1428
1429 * MAINTAINERS: Update my email address.
1430
c6024672
BS
14312018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
1432
1433 * MAINTAINERS: Remove redundant Write-After-Approval entry.
1434
85d36775
BS
14352018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
1436
1437 * MAINTAINERS: Update my email address and disambiguate myself
1438 a bit from Will Schmidt.
1439
8bb406a2
NS
14402018-03-21 Nathan Sidwell <nathan@acm.org>
1441
1442 * MAINTAINERS: Move maintainers of now-removed picochip and score
1443 ports to write after approval.
1444
c9b39302
RS
14452018-03-13 Richard Sandiford <richard.sandiford@arm.com>
1446
1447 * MAINTAINERS: Add entry for SVE maintainership.
1448
1fc1d82e
MR
14492018-02-13 Maciej W. Rozycki <macro@mips.com>
1450
1451 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1452 * configure: Regenerate.
1453
7b7f78d7
BK
14542018-01-18 Boris Kolpackov <boris@codesynthesis.com>
1455
1456 * MAINTAINERS (write after approval): Add myself.
1457
3c1f3bf6
SP
14582018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
1459
1460 * MAINTAINERS (write after approval): Add myself.
1461
182f27e3
SP
14622018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
1463
1464 * MAINTAINERS (write after approval): Add myself.
85911661 1465
85ec4feb
JJ
14662018-01-03 Jakub Jelinek <jakub@redhat.com>
1467
1468 Update copyright years.
1469
ef7d7cf5
BE
14702018-01-03 Ben Elliston <bje@gnu.org>
1471
1472 * config.guess: Import latest version.
1473 * config.sub: Likewise.
1474
842df93e
SH
14752017-12-12 Stafford Horne <shorne@gmail.com>
1476
1477 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1478 * configure: Regenerate.
1479
1d0a8ae9
QZ
14802017-11-29 Qing Zhao <qing.zhao@oracle.com>
1481
1482 * MAINTAINERS (Write After Approval): Add myself.
1483
5e9d6aa4
JK
14842017-11-28 Julia Koval <julia.koval@intel.com>
1485 Sebastian Peryt <sebastian.peryt@intel.com>
1486
1487 * Makefile.def (target_modules): Remove libcilkrts.
1488 * Makefile.in: Ditto.
1489 * configure: Ditto.
1490 * configure.ac: Ditto.
1491
d2eaaa89
JK
14922017-11-28 Julia Koval <julia.koval@intel.com>
1493
1494 * MAINTAINERS (Write After Approval): Add myself.
1495
90b415f6
SD
14962017-11-22 Sudakshina Das <sudi.das@arm.com>
1497
1498 * MAINTAINERS (Write After Approval): Add myself.
1499
f804ba3e
PD
15002017-11-06 Palmer Dabbelt <palmer@sifive.com>
1501
1502 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1503 Use my SiFive email address.
1504
8744c9bf
SP
15052017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
1506
1507 * MAINTAINERS (write after approval): Add myself.
1508
7181cca3
ML
15092017-10-27 Martin Liska <mliska@suse.cz>
1510
1511 * Makefile.tpl: Use proper name of folder as it was renamed
1512 during transition to 4 stages.
1513 * Makefile.in: Regenerate.
1514
fb336a7b
IT
15152017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1516
e50ffab3 1517 * MAINTAINERS (write after approval): Add myself.
fb336a7b 1518
7b5f5267
GP
15192017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
1520
1521 * MAINTAINERS: Add a note that maintainership also includes web
1522 pages, docs, and testsuite related to that area.
1523
55de8eb3
TV
15242017-09-25 Tom de Vries <tom@codesourcery.com>
1525
1526 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1527
86ab175e
PMR
15282017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1529
1530 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1531
500ac452
NS
15322017-09-15 Nathan Sidwell <nathan@acm.org>
1533
1534 * MAINTAINERS: Remove myself as a vxworks maintainer.
1535
72ace300
TS
15362017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1537
1538 * MAINTAINERS: Remove email address of Jim Norris.
1539
1328002a
KT
15402017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1541
1542 * MAINTAINERS (Reviewers): Move myself from here...
1543 (CPU Port Maintainers): ... to here.
1544
84d0b6f5
JG
15452017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1546
1547 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1548
9c04bba3
RD
15492017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1550
e50ffab3 1551 * MAINTAINERS (write after approval): Add myself.
9c04bba3 1552
5a427c63
TR
15532017-07-28 Tony Reix <tony.reix@atos.net>
1554
1555 * configure.ac (target-libffi): Don't disable for AIX.
1556 (go): Don't add to unsupported_languages on AIX.
1557 (target-libgo): Don't disable for AIX.
1558 * configure: Regenerate.
1559
8994b66f
YG
15602017-07-19 Yury Gribov <tetra2005@gmail.com>
1561
1562 * MAINTAINERS: Add myself.
1563
7a795e10
TS
15642017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1565
1566 * MAINTAINERS: Update my email address.
1567
50061652
RE
15682017-07-04 Richard Earnshaw <rearnsha@arm.com>
1569
1570 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1571 arm-specific auto-generated header files.
1572
d4360477
NS
15732017-07-03 Nathan Sidwell <nathan@acm.org>
1574
1575 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1576 * configure: Rebuilt.
1577
9dc9ae74
BS
15782017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1579
1580 * MAINTAINERS: Readd myself for c6x.
1581
c8cf0b6f
ML
15822017-06-28 Martin Liska <mliska@suse.cz>
1583
1584 PR bootstrap/81217
1585 * Makefile.def: Remove superfluous bootstrap_target from
1586 bootstrap_stage.
1587 * Makefile.in: Re-generate the file.
1588
0666865c
MO
15892017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1590
e50ffab3 1591 * MAINTAINERS: Add myself to Write After Approval
0666865c 1592
827c925e
AJ
15932017-06-21 Andrew Jenner <andrew@codesourcery.com>
1594
1595 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1596
0d053a49
ML
15972017-06-19 Martin Liska <mliska@suse.cz>
1598
1599 * Makefile.def: Define 4 stages PGO bootstrap.
1600 * Makefile.tpl: Define FLAGS.
1601 * Makefile.in: Regenerate.
1602
be75f645
ILT
16032017-06-14 Ian Lance Taylor <iant@golang.org>
1604
1605 * Makefile.def: Add check-gotools to go check targets.
1606 * Makefile.in: Rebuild.
1607
c725f69c
SB
16082017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1609
1610 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1611
76052545
EB
16122017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1613
1614 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1615 * configure: Regenerate.
1616
afd88efc
ML
16172017-05-31 Martin Liska <mliska@suse.cz>
1618
1619 * configure.ac: Add handling of stage2_werror_flags to
1620 action-if-given and to action-if-not-given.
1621 * configure: Regenerate.
1622
945bafd6
PB
16232017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1624
1625 * MAINTAINERS: Add self to Write After Approval
1626
b9396a49
BS
16272017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1628
1629 * MAINTAINERS: Update my email address, and remove myself as
1630 maintainer in some areas.
1631
aa1b69e7
EG
16322017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1633
1634 * MAINTAINERS: Add self to Write After Approval
1635
cdfee50a
NS
16362017-05-25 Nathan Sidwell <nathan@acm.org>
1637
1638 * configure.ac: Add --enable-languages=default to mean default and
1639 make --enable-languages=all mean all supported languages.
1640 * configure: Regenerated.
1641
83349046
SB
16422017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1643
1644 * config.gcc (powerpc*-*-*spe*): New.
1645 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1646 (powerpc-*-rtems*spe*): New.
1647 (powerpc*-*-linux*spe*): New.
1648 (powerpc-wrs-vxworksspe): New.
1649 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1650 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1651 * config.host (powerpc*-*-*spe*): New.
1652
01c712cb
ML
16532017-05-19 Martin Liska <mliska@suse.cz>
1654
1655 * configure.ac: Add --enable-werror-always just for
1656 bootstrap-debug (or none build config) and do not add it
1657 when we are on a release branch.
1658 * configure: Regenerated.
1659
7880c1a5
SL
16602017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1661
1662 * MAINTAINERS: Add self to Write After Approval
1663
c759355f
KK
16642017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1665
1666 * MAINTAINERS: Move myself to Write After Approval section.
1667
79557bae
CZ
16682017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1669
1670 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1671 ACCH registers.
1672 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1673 available.
1674 (umulsidi3): Likewise.
1675 (mulsidi3_700): Disable this pattern when we have advanced mpy
1676 instructions.
1677 (umulsidi3_700): Likewise.
1678 (maddsidi4): New pattern.
1679 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1680 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1681 (mpydu_imm_arcv2hs): Likewise.
1682 * config/arc/predicates.md (accl_operand): New predicate.
1683
c7314bc1
CZ
16842017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1685 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1688 case.
1689 (ARC_AUTOFP_IRQ_P): Likewise.
1690 (ARC_AUTO_IRQ_P): Likewise.
1691 (rgf_banked_register_count): New variable.
1692 (parse_mrgf_banked_regs_option): New function.
1693 (arc_override_options): Handle rgf_banked_regs option.
1694 (arc_handle_interrupt_attribute): Add firq option.
1695 (arc_compute_function_type): Return fast irq type when required.
1696 (arc_must_save_register): Handle fast interrupts.
1697 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1698 (arc_return_address_regs): Update.
1699 * config/arc/arc.h (arc_return_address_regs): Update.
1700 (arc_function_type): Add fast interrupt type.
1701 (ARC_INTERRUPT_P): Update.
1702 (RC_FAST_INTERRUPT_P): Define.
1703 * config/arc/arc.md (simple_return): Update for fast interrupts.
1704 (p_return_i): Likewise.
1705 * config/arc/arc.opt (mrgf-banked-regs): New option.
1706 * doc/invoke.texi (mrgf-banked-regs): Document.
1707
41453183
CZ
17082017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1709
1710 * config/arc/arc.c (irq_ctrl_saved): New variable.
1711 (ARC_AUTOBLINK_IRQ_P): Define.
1712 (ARC_AUTOFP_IRQ_P): Likewise.
1713 (ARC_AUTO_IRQ_P): Likewise.
1714 (irq_range): New function.
1715 (arc_must_save_register): Likewise.
1716 (arc_must_save_return_addr): Likewise.
1717 (arc_dwarf_emit_irq_save_regs): Likewise.
1718 (arc_override_options): Handle deferred options.
1719 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1720 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1721 arc_must_save_return_addr.
1722 (arc_compute_frame_size): Handle automated save and restore of
1723 registers.
1724 (arc_expand_prologue): Likewise.
1725 (arc_expand_epilogue): Likewise.
1726 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1727 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1728 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1729
52744dd7
TK
17302017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1731 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1732
1733 PR bootstrap/77661
1734 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1735 in-tree build MPC.
1736 * Makefile.in: Regenerate.
1737
deeba76a
FXC
17382017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1739
1740 * configure.ac: Enable LTO by default on darwin >= 9.
1741 * configure: Regenerate.
1742
5a05e11d
PD
17432017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1744
1745 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1746 and Andrew Waterman as the RISC-V maintainers.
1747
e04f858c
NK
17482017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1749
1750 * MAINTAINERS: Add self to Write After Approval
1751
a98cf819
GP
17522017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1753
1754 * config.guess: Import latest from upstream.
1755
9826d1a3
GP
17562017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1757
1758 * MAINTAINERS (Write After Approval): Remove entries that are
1759 already covered under Reviewers.
1760
a46586c3
MW
17612017-03-08 Mark Wielaard <mark@klomp.org>
1762
1763 PR demangler/70909
1764 PR demangler/67264
1765 * include/demangle.h: Add d_printing to struct demangle_component
1766 and pass struct demangle_component as non const.
1767
734ca1c2
GP
17682017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1769
1770 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1771
93b87d1d
TS
17722017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1773
1774 * Makefile.tpl: Remove HOST_ISLVER.
1775 (HOST_EXPORTS): Remove ISLVER.
1776 * Makefile.in: Regenerate.
1777
f877b3ad
RB
17782017-02-13 Richard Biener <rguenther@suse.de>
1779
1780 * configure: Re-generate.
1781
2ad31830
GP
17822017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1783
1784 * MAINTAINERS: Adjust bug reporting URL.
1785
3501e62c
GP
17862017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1787
1788 * MAINTAINERS (Write After Approval): Remove redundant entry
1789 for Andrew Burgess.
1790
510555e0
JDA
17912017-02-03 John David Anglin <danglin@gcc.gnu.org>
1792
e50ffab3 1793 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 1794 32-bit hppa*-*-hpux*.
e50ffab3 1795 * configure: Regenerate.
510555e0 1796
f6a24a94
MJ
17972017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1798
1799 * configure.ac: Moved the white list of enabling BRIG FE to
1800 libhsail-rt/configure.tgt.
1801 * configure: Regenerated.
1802 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1803
18042017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
1805 Martin Jambor <mjambor@suse.cz>
1806
5fd1486c
PJ
1807 * Makefile.def (target_modules): Added libhsail-rt.
1808 (languages): Added language brig.
1809 * Makefile.in: Regenerated.
1810 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1811 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1812 * configure: Regenerated.
1813
3c36aa6b
JJ
18142017-01-17 Jakub Jelinek <jakub@redhat.com>
1815
1816 PR other/79046
1817 * configure: Regenerated.
1818
8f56cb51
AM
18192017-01-04 Alan Modra <amodra@gmail.com>
1820
1821 * configure: Regenerate.
1822
f2c764c5
BE
18232016-12-29 Ben Elliston <bje@gnu.org>
1824
1825 * config.sub: Import latest version.
1826
1dc9c117
AI
18272016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1828
1829 * MAINTAINERS (Write After Approval): Add myself.
1830
c21fdaa1
JJ
18312016-12-21 Jakub Jelinek <jakub@redhat.com>
1832
1833 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1834 includes bootstrap-mpx.
1835 * configure: Regenerated.
1836
cc811459
CX
18372016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1838
1839 * MAINTAINERS (Write After Approval): Add myself.
1840
b55e6680
MJ
18412016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1842
8f56cb51 1843 * configure: Regenerate.
b55e6680 1844
825fba52
MK
18452016-12-01 Matthias Klose <doko@ubuntu.com>
1846
1847 * configure.ac: Don't use pkg-config to check for bdw-gc.
1848 * configure: Regenerate.
1849
114bf3f1
MK
18502016-11-30 Matthias Klose <doko@ubuntu.com>
1851
1852 * Makefile.def: Remove reference to boehm-gc target module.
1853 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1854 options and for the bdw-gc pkg-config module.
1855 * configure: Regenerate.
1856 * Makefile.in: Regenerate.
1857
21b0f96a
NS
18582016-11-28 Nathan Sidwell <nathan@acm.org>
1859
1860 * MAINTAINERS (nvptx): Remove self.
1861
292edab3
BE
18622016-11-25 Ben Elliston <bje@gnu.org>
1863
1864 * config.guess: Import latest version.
1865 * config.sub: Likewise.
1866
0954a00b
TT
18672016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1868
1869 * MAINTAINERS (Write After Approval): Add myself.
1870
8e4d2ca4
MK
18712016-11-15 Matthias Klose <doko@ubuntu.com>
1872
1873 * Makefile.def: Remove references to GCJ.
1874 * Makefile.tpl: Likewise.
1875 * Makefile.in: Regenerate.
1876
84c1b9d3
MK
18772016-11-15 Matthias Klose <doko@ubuntu.com>
1878
1879 * config-ml.in: Remove references to GCJ.
1880 * configure.ac: Likewise.
1881 * configure: Regenerate.
1882
3f95ca6c
JC
18832016-11-01 Josh Conner <joshconner@google.com>
1884
1885 * MAINTAINERS (Write After Approval): Update email address,
1886
457cc672
CL
18872016-10-27 Carl Love <cel@us.ibm.com>
1888
1889 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1890 Approval list to make it alphabetical.
1891
2142f54f
CL
18922016-10-27 Carl Love <cel@us.ibm.com>
1893
1894 * MAINTAINERS (Write After Approval): Add myself.
1895
104700f4
AB
18962016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * MAINTAINERS (Reviewers): Add myself.
1899 (Write After Approval): Add myself.
1900
942c0db8
HP
19012016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1902 Ulrich Weigand <uweigand@de.ibm.com>
1903
1904 * MAINTAINERS: Update email address.
1905
fbf4c502
NS
19062016-10-10 Nathan Sidwell <nathan@acm.org>
1907
1908 * MAINTAINERS: Update email address.
1909
b20e7532
AT
19102016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1911
1912 * configure.ac: Add aarch64-*-freebsd*.
1913 * configure: Regenerate.
1914
2e21fd4d
SE
19152016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1916
1917 * MAINTAINERS: Update email address after it got reverted.
1918
43c40f3e
RO
19192016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1920
1921 * configure.ac (target_libraries): Readd target-boehm-gc.
1922 Restore --enable-objc-gc handling.
1923 * configure: Regenerate.
1924
f05796ba
JL
19252015-10-03 Jeff Law <law@redhat.com>
1926
1927 * MAINTAINERS: Move several inactive maintainers to the
1928 write-after-approval section.
1929
012447ea
JJ
19302016-09-30 Jakub Jelinek <jakub@redhat.com>
1931
1932 * configure.ac: Add target-libffi to target_libraries.
1933 Readd libgcj target disablings, modified to only target-libffi.
1934 Readd target addition of go to unsupported languages.
1935 * configure: Regenerated.
1936
a7d75d59
SE
19372016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1938
1939 * MAINTAINERS: Update email address.
1940
d1a79a95
AH
19412016-09-30 Andrew Haley <aph@redhat.com>
1942
4d8c733d 1943 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
1944 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1945 libgcj.
1946
af2d4873
AH
19472016-09-30 Andrew Haley <aph@redhat.com>
1948
1949 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1950 write-after approval after GCJ deletion.
1951
07b78716
AH
19522016-09-30 Andrew Haley <aph@redhat.com>
1953
1954 * Makefile.def: Remove libjava.
1955 * Makefile.tpl: Likewise.
1956 * Makefile.in: Regenerate.
1957 * configure.ac: Likewise.
1958 * configure: Likewise.
1959 * gcc/java: Remove.
1960 * libjava: Likewise.
1961
a29b7214
CZ
19622016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
1963
1964 * MAINTAINERS (Reviewers): Add myself.
1965
2fd88f4f
AK
19662016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
1967
1968 * configure.ac: Disable "sim" directory for arc*-*-*.
1969 * configure: Regenerated.
1970
e2080e79
TC
19712016-09-23 Tamar Christina <tamar.christina@arm.com>
1972
1973 * MAINTAINERS (Write After Approval): Add myself.
1974
8f3675f8
MR
19752016-09-12 Maciej W. Rozycki <macro@imgtec.com>
1976
1977 * configure.ac: Check for the minimum in-tree MPFR version
1978 handled.
1979 * configure: Regenerate.
1980
21f88103
YTL
19812016-07-20 Yan-Ting Lin <currygt52@gmail.com>
1982
1983 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1984 * configure: Regenerated.
1985
60d51882
FR
19862016-07-19 Fritz Reese <fritzoreese@gmail.com>
1987
1988 * MAINTAINERS (Write After Approval): Add myself.
1989
277d7ee0
AK
19902016-06-23 Andi Kleen <ak@linux.intel.com>
1991
1992 * Makefile.def: Add autoprofiledbootstrap.
1993 * Makefile.tpl: Dito.
1994 * Makefile.in: Regenerate.
1995
fd6487af
JS
19962016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
1997
1998 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1999 * configure: Regenerate.
2000
3e326935
TS
20012016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2002
2003 * configure: Regenerate.
2004 * configure.ac: Remove support for avr-rtems.
2005
9582bf04
SKS
20062016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2007
2008 * MAINTAINERS (Write After Approval): Add myself.
2009
6f820b68
MC
20102016-06-16 Michael Collison <michael.collison@arm.com>
2011
2012 * MAINTAINERS (Write After Approval): Add myself.
2013
775ee7fa
MM
20142016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2015
2016 * MAINTAINERS (Write After Approval): Update e-mail address.
2017
de3ba371
JM
20182016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2019
21f88103 2020 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 2021
350216e3
AM
20222016-05-28 Alan Modra <amodra@gmail.com>
2023
2024 * Makefile.tpl (configure): Depend on m4 files included.
2025 * Makefile.in: Regenerate.
2026
9cad20fa
BS
20272016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2028
2029 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2030 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2031
92466115
BS
20322016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2033
2034 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2035 special case builtin.
2036 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2037 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2038 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2039 for __builtin_vec_addec.
2040
fe38e08b
JS
20412016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2042
2043 * config.guess: Import version 2016-04-02 (newest).
2044 * config.sub: Import version 2016-05-10 (newest).
2045
cef1a0b8 20462016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 2047
cef1a0b8
JL
2048 * configure.ac: Add ARC support to libgloss.
2049 * configure: Regenerate
704b85c7 2050
75a6b91a
AS
20512016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2052
2053 * MAINTAINERS (Write After Approval): Add myself.
2054
00f35794
BE
20552016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2056
2057 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2058 * configure: Regenerated.
2059 * Makefile.def (gmp): Explicitly disable assembler.
2060 (mpfr): Adjust lib_path.
2061 (mpc): Likewise.
2062 * Makefile.in: Regenerated.
2063
c100769b
JJ
20642016-05-01 Jakub Jelinek <jakub@redhat.com>
2065
2066 PR bootstrap/70704
2067 * configure.ac (--enable-stage1-checking): Add missing
2068 --enable-checking=.
2069 * configure: Regenerated.
2070
bc6d9014
OE
20712016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2072
ace08cb8
OE
2073 * config.guess: Revert r235676.
2074 * config.sub: Revert r235676.
2075
20762016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2077
2078 * config.guess: Remove SH5 support.
bc6d9014
OE
2079 * config.sub: Likewise.
2080 * configure: Likewise.
2081 * configure.ac: Likewise.
2082
7db11a5a
JJ
20832016-04-26 Jakub Jelinek <jakub@redhat.com>
2084
2085 PR bootstrap/70704
2086 * configure.ac (--enable-stage1-checking): For --disable-checking or
2087 implicit --enable-checking, make sure extra flag matches in between
2088 stage1 and later checking.
2089 * configure: Regenerated.
2090
ab0fc037
TS
20912016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2092
2093 * .gitattributes: New file.
2094
c048fa95
SB
20952016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2096
2097 * MAINTAINERS (rs6000/powerpc port): Add myself.
2098
f3653cf5
SB
20992016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2100
2101 PR bootstrap/70173
2102 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2103 and gotools directories. Delete the stage_final file.
2104 * Makefile.in: Regenerate.
2105
4f93efa4
AV
21062016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2107
2108 * MAINTAINERS (Write After Approval): Add myself.
2109
c27e432e
SK
21102016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2111
2112 * MAINTAINERS (Fortran maintainer): Remove myself.
2113
7134713c
BS
21142016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2115
2116 * MAINTAINERS (Write After Approval): Add myself.
2117
7d74282a
KN
21182016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2119
2120 * MAINTAINERS (Write After Approval): Add myself.
2121
1b858e76
CC
21222016-03-17 Cary Coutant <ccoutant@gmail.com>
2123
2124 Sync with binutils-gdb:
2125
2126 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2127
2128 * configure.ac: Add mips and s390 to the gold target check.
2129 * configure: Regenerate.
2130
d15bd5bb
DD
21312016-03-01 DJ Delorie <dj@redhat.com>
2132
2133 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2134
6d1fa6bb
DM
21352016-02-22 David Malcolm <dmalcolm@redhat.com>
2136
2137 * MAINTAINERS (libcpp): Add myself.
2138 (diagnostic messages): Likewise.
2139
607bda60
TV
21402016-02-20 Tom de Vries <tom@codesourcery.com>
2141
2142 * MAINTAINERS: Fix whitespace.
2143
80cfaff8
CZ
21442016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2145
2146 * MAINTAINERS (Write After Approval): Add myself.
2147
c661a43d
SP
21482016-01-29 Sebastian Pop <s.pop@samsung.com>
2149
2150 * config/isl.m4: Add comments about isl-0.16.
2151 * configure: Regenerate.
2152
86b3a101
MJ
21532016-01-29 Martin Jambor <mjambor@suse.cz>
2154
2155 * MAINTAINERS (hsa maintainers): Add myself.
2156
960cbfd2
WD
21572015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2158
2159 * MAINTAINERS: (Write After Approval): Add myself.
2160
1e050c90
AK
21612016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2162 Sebastian Pop <s.pop@samsung.com>
2163
2164 * Makefile.in: Regenerate.
2165 * Makefile.tpl: Export ISLVER.
2166 * configure: Regenerate.
2167 * config/isl.m4: Detect isl-0.15.
2168
cefadad1
MM
21692016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2170
2171 PR bootstrap/69329
2172 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2173 * Makefile.in: Regenerate.
2174
9e530bcd
AP
21752016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2176
2177 * configure.ac: Enable LTO for DJGPP
2178 * configure: Regenerate
2179
324402a0
L
21802016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2181
2182 Sync with binutils-gdb:
2183 2015-10-21 Nick Clifton <nickc@redhat.com>
2184
2185 PR gas/19109
2186 * configure.ac: Note the 'none' is an acceptable argument to
2187 --enable-compressed-debug-sections.
2188 * configure: Regenerate.
2189
9eaaa830
BE
21902016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2191
2192 PR bootstrap/69134
2193 * Makefile.def (mpfr): Disable assembler.
2194 * Makefile.in: Regenerate.
2195
cfe67e03
BE
21962016-01-01 Ben Elliston <bje@gnu.org>
2197
2198 * config.guess: Import version 2016-01-01.
2199 * config.sub: Likewise.
2200
be33d404
SS
22012015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2202
2203 * MAINTAINERS (Write After Approval): Add myself.
2204
e357a5e0
SP
22052015-12-17 Sebastian Pop <s.pop@samsung.com>
2206
2207 * Makefile.in: Replace ISL with isl.
2208 * Makefile.tpl: Same.
2209 * config/isl.m4: Same.
2210 * configure.ac: Same.
2211 * contrib/download_prerequisites: Same.
2212 * configure: Regenerate.
2213
1ad2439b
AP
22142015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2215
2216 * MAINTAINERS (Write After Approval): Add Myself.
2217
70decafb
NS
22182015-12-17 Nathan Sidwell <nathan@acm.org>
2219
2220 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2221 * configure: Regenerate.
2222
560d18d3
AK
22232015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2224 Sebastian Pop <s.pop@samsung.com>
2225
2226 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2227 isl_ctx_get_max_operations.
2228 * configure: Regenerate.
2229
57e8ab24 22302015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2231
2232 * MAINTAINERS (Write After Approval): Add myself.
2233
105b682e
ILT
22342015-12-02 Ian Lance Taylor <iant@google.com>
2235
2236 PR go/66147
2237 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2238 * Makefile.in: Regenerate.
2239
7eb46bec
AT
22402015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2241
2242 PR libffi/65726
2243 * Makefile.def (lang_env_dependencies): Make libffi depend
2244 on cxx.
2245 * Makefile.in: Regenerate.
2246
cc3baaa9
DE
22472015-11-26 David Edelsohn <dje.gcc@gmail.com>
2248
2249 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2250 symbols.
2251
3be96231
TG
22522015-11-20 Tristan Gingold <gingold@adacore.com>
2253
2254 Sync with binutils-gdb:
2255 2015-11-20 Tristan Gingold <gingold@adacore.com>
2256
2257 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2258 * configure: Regenerate.
2259
daa53f38
ML
22602015-11-19 Martin Liska <mliska@suse.cz>
2261
2262 * .gitignore: Add .clang-format to ignored files.
2263 * Makefile.in: Add clang-format.
2264 * Makefile.tpl: Likewise.
2265
54985c70
TA
22662015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2267
2268 * configure.ac: Enable libmpx by default.
2269 * configure: Regenerated.
2270
d0397c75
SE
22712015-10-23 Steve Ellcey <sellcey@imgtec.com>
2272
2273 * MAINTAINERS: Update email address.
2274
735a559c
PM
22752015-10-23 Paulo Matos <pmatos@linki.tools>
2276
2277 * MAINTAINERS: Update email address.
2278
15713b43
AH
22792015-10-23 Alan Hayward <alan.hayward@arm.com>
2280
2281 * MAINTAINERS (Write After Approval): Add myself.
2282
78edb32f
L
22832015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2284
2285 Sync with binutils-gdb:
2286 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2287
2288 PR gas/19109
2289 * configure.ac: Add
2290 --enable-compressed-debug-sections={all,gas,gold,ld}.
2291 * configure: Regenerated.
2292
dec6b7f1
AC
22932015-10-16 Arnaud Charlet <charlet@adacore.com>
2294
2295 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2296
6be1d686
ML
22972015-10-09 Martin Liska <mliska@suse.cz>
2298
2299 * MAINTAINERS (Write After Approval): Add myself.
2300
dc0e2060
AF
23012015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2302
2303 * MAINTAINERS (Write After Approval): Add myself.
2304
bec93d40
FW
23052015-10-02 Florian Weimer <fweimer@redhat.com>
2306
2307 * MAINTAINERS: Update email address.
2308
0487f06d
LK
23092015-10-02 Louis Krupp <louis.krupp@zoho.com>
2310
2311 * MAINTAINERS (Write After Approval): Add myself.
2312
56547ff7
KT
23132015-09-20 Kai Tietz <ktietz70@googlemail.com>
2314
423ea09f 2315 * MAINTAINERS: Update email.
56547ff7 2316
ed4c91ea
BS
23172015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2318
2319 * MAINTAINERS: Update my email address.
2320
2503fd9e
JB
23212015-09-01 James Bowman <james.bowman@ftdichip.com>
2322
2323 * MAINTAINERS (ft32 port): Add myself.
2324
3726332a
DS
23252015-08-28 David Sherwood <david.sherwood@arm.com>
2326
2327 * MAINTAINERS: Add myself.
2328
15480aaf
PM
23292015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2330
2331 * MAINTAINERS (Write After Approval): Add myself.
2332
ad4f95e3
FXC
23332015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2334
2335 PR libfortran/54572
2336 * Makefile.def: Make libgfortran depend on libbacktrace.
2337 * Makefile.in: Regenerate.
2338
95f25df0
SD
23392015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2340
2341 * MAINTAINERS (Write After Approval): Add myself.
2342
5dc85f7e
TV
23432015-08-12 Tom de Vries <tom@codesourcery.com>
2344
2345 PR other/67092
2346 * configure.ac: Remove --with_host_libstdcxx support.
2347 * configure: Regenerate.
2348
44a7d18d
TS
23492015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2350 Jakub Jelinek <jakub@redhat.com>
2351
2352 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2353 nvptx*-*-*.
2354 * configure: Regenerate.
2355
bf5372e7
YS
23562015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2357
2358 * Makefile.def (libiconv): Define bootstrap=true.
2359 Mark pdf/html/info as missing.
2360 (configure-gcc): Depend on all-libiconv.
2361 (all-gcc): Ditto.
2362 (configure-libcpp): Ditto.
2363 (all-libcpp): Ditto.
2364 (configure-intl): Ditto.
2365 (all-intl): Ditto.
2366 * Makefile.in: Regenerate.
2367
94b8fdcc
BC
23682015-08-03 Bin Cheng <bin.cheng@arm.com>
2369
2370 * MAINTAINERS (loop ivopts): Add the entry and myself.
2371
430bcac1
NS
23722015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2373
2374 * MAINTAINERS (nvptx): Add self.
2375
110d61da
AL
23762015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2377
2378 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2379 128-bit vector modes.
2380
c9da7548 23812015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 2382
c9da7548
VV
2383 * MAINTAINERS (Write After Approval): Add myself.
2384
423ea09f 23852015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
2386
2387 * config.sub, config.guess: Import from upstream.
2388
6b1786aa
JL
23892015-07-24 Michael Darling <darlingm@gmail.com>
2390
2391 PR other/66259
2392 * config-ml.in: Reflects renaming of configure.in to configure.ac
2393 * configure: Likewise
2394 * configure.ac: Likewise
2395
45952786
BS
23962015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2397
2398 * MAINTAINERS: Update my email address.
2399
f1595603
L
24002015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2401
2402 Sync with binutils-gdb:
2403 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
2404
2405 * configure.ac (target_configdirs): Exclude target-zlib if
2406 target-libjava isn't built.
2407 * configure: Regenerated.
2408
a05c2c75
L
24092015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2410
2411 Sync with binutils-gdb:
2412 2015-05-13 John David Anglin <dave.anglin@bell.net>
2413
2414 * configure.ac: Disable configuration of GDB for HPUX targets.
2415 * configure: Regenerate.
2416
2417 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2418
2419 * configure.ac: Add --with-system-zlib.
2420 * configure: Regenerated.
2421
2422 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2423
2424 * configure.ac: Add FT32 support.
2425 * configure: Regenerate.
2426
2427 2015-01-12 Anthony Green <green@moxielogic.com>
2428
2429 * configure.ac: Don't disable gprof for moxie.
2430 * configure: Rebuild.
2431
1c01ebf6
L
24322015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2433
2434 Sync with binutils-gdb:
2435 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2436
2437 PR ld/18355
2438 * Makefile.def: Add extra_configure_flags to host zlib.
2439 * configure.ac (extra_host_zlib_configure_flags): New. Set
2440 to --enable-host-shared When bfd is to be built as shared
2441 library. AC_SUBST.
2442 * Makefile.in: Regenerated.
2443
e59969a1
HPN
24442015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
2445
2446 Sync with src:
2447 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
2448 * Makefile.def (dependencies): Add all-zlib to all-bfd.
2449 * Makefile.in: Regenerated.
2450
d9063947
L
24512015-06-30 H.J. Lu <hongjiu.lu@intel.com>
2452
2453 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2454 target.
2455 * configure: Regenerate.
2456
b837291d
LC
24572015-06-23 Ludovic Courtès <ludo@gnu.org>
2458
2459 * MAINTAINERS (Write After Approval): Add myself.
2460
2a97995f
AT
24612015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
2462
2463 * MAINTAINERS (OS Port Maintainers): Add myself.
2464 (Various Maintainers): Remove myself from libffi testsuite.
2465
19cd26a6
RS
24662015-06-04 Richard Sandiford <richard.sandiford@arm.com>
2467
2468 * MAINTAINERS (gen* on machine desc): Add self.
2469
8ca528d9
JM
24702015-06-02 Jason Merrill <jason@redhat.com>
2471
2472 PR bootstrap/66319
2473 * configure.ac: Use -std=gnu++98.
2474
4526c3c1
SN
24752015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2476
2477 * MAINTAINERS (Write After Approval): Add myself.
2478
318a4e6d
MF
24792015-05-28 Mike Frysinger <vapier@gentoo.org>
2480
2481 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2482 * configure: Regenerate.
2483
46070488
JM
24842015-05-26 Jason Merrill <jason@redhat.com>
2485
2486 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2487 * configure: Regenerate.
2488
fef939d6
JB
24892015-05-16 James Bowman <james.bowman@ftdichip.com>
2490
2491 * configure.ac: FT32 target added.
fef939d6
JB
2492 * configure: Regenerated.
2493
886faf50
IB
24942015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
2495
2496 * MAINTAINERS (Write After Approval): Add myself.
2497
91c6b410
PM
24982015-05-11 Paulo Matos <paulo@matos-sorge.com>
2499
2500 * MAINTAINERS (Write After Approval): Add myself.
2501
e640447c
PM
25022015-05-11 Paulo Matos <paulo@matos-sorge.com>
2503
2504 * configure.ac: Fix typo.
2505 * configure: Regenerate.
2506
e587377d
MM
25072015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
2508
2509 * MAINTAINERS (Write After Approval): Add myself.
2510
cabb9d59
MK
25112015-05-03 Matthias Klose <doko@ubuntu.com>
2512
2513 * configure.ac: Match $host configured with triplets.
2514 * configure: Regenerate.
2515
fafb95a6
BRF
25162015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2517
2518 * Makefile.tpl: Remove surplus whitespace throughout.
2519 * Makefile.in: Regenerate.
2520
85867772
SB
25212015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2522
2523 * MAINTAINERS (Various Maintainers): Add myself as instruction
2524 combiner maintainer.
2525
c10b5ea0
JJ
25262015-04-17 Jakub Jelinek <jakub@redhat.com>
2527
2528 PR bootstrap/62077
2529 * configure.ac (--enable-stage1-checking): Default to
2530 release,misc,gimple,rtlflag,tree,types if --disable-checking
2531 or --enable-checking is not specified and DEV-PHASE is not
2532 experimental.
2533 * configure: Regenerated.
2534
77019397
MO
25352015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2536
2537 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2538 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2539 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2540 * Makefile.in: Regenerate.
2541
17feae99 25422015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
2543
2544 * MAINTAINERS: Update my email address.
2545
e61ffb3b
JG
25462015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2547
2548 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2549
b16cc4f2
KT
25502015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2551
2552 * MAINTAINERS: Add myself as an arm port reviewer.
2553
ec523909
ML
25542015-03-25 Martin Liska <mliska@suse.cz>
2555 Yury Gribov <y.gribov@samsung.com>
2556
2557 * Makefile.in: Fix ln source location for vimrc file.
2558 * Makefile.tpl: Likewise.
2559
fc30054e
AH
25602015-03-09 Aldy Hernandez <aldyh@redhat.com>
2561
2562 PR bootstrap/25672
2563 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2564 cross-compiling. Similarly for CXX_FOR_TARGET.
2565 * configure: Regenerate.
2566
5373cd33
IE
25672015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2568
2569 * Makefile.def: Add libmpx.
2570 * configure.ac: Add libmpx.
2571 * Makefile.in: Regenerate.
2572 * configure: Regenerate.
2573
a6e8abb9
KY
25742015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2575
2576 * MAINTAINERS (CPU Port Maintainers): Add myself
2577 i386 vector ISA extns mantainer.
2578
f2b86778
JL
25792015-03-13 Jeff Law <law@redhat.com>
2580
2581 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2582 maintainer.
2583 Remove Richard Henderson as a maintainer for the x86 port.
2584
9dd44d1c
JR
25852015-03-03 Joern Rennecke <gnu@amylaar.uk>
2586
2587 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2588
33079441
IE
25892015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2590
2591 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2592 pointer bounds checker and i386 MPX maintainer.
2593
d083ae5f
SL
25942015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2595
2596 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2597
f91f1c13
MS
25982015-02-26 Martin Sebor <msebor@redhat.com>
2599
2600 * MAINTAINERS (Various Maintainers): Add self.
2601
426c1eb0
TS
26022015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2603
2604 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2605 Make sure it contains lto.
2606 * configure: Regenerate.
2607
8ae12d71
TS
26082015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2609
2610 * configure: Regenerate.
2611
11aa81cc 26122015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 26131
11aa81cc
DN
2614 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2615 middle-end, docstring): Remove myself.
2616 (Write After Approval): Add myself.
2617
a436ab27
JJ
26182015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2619
2620 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2621 (Write After Approval): Update address.
2622
231d020b
DM
26232015-01-29 David Malcolm <dmalcolm@redhat.com>
2624
2625 PR jit/64780
2626 * configure.ac: Require the user to explicitly specify
2627 --enable-host-shared if the jit is enabled.
2628 * configure: Regenerate.
2629
82a94471
RS
26302015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2631
2632 * MAINTAINERS (Write After Approval): Add myself.
2633
e6f0c56d
TV
26342015-01-25 Tom de Vries <tom@codesourcery.com>
2635
2636 * MAINTAINERS: Make whitespace consistent.
2637
631ff3e1
BO
26382015-01-23 Braden Obrzut <admin@maniacsvault.net>
2639
2640 * MAINTAINERS (Write After Approval): Add myself.
2641
09b9cd1f
AV
26422015-01-20 Andre Vehreschild <vehre@gmx.de>
2643
2644 * MAINTAINERS: (Write After Approval): Add myself.
2645
802ed46a
MU
26462015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2647
2648 * MAINTAINERS: (Write After Approval): Add myself.
2649
c61fcfa6
PT
26502015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2651
2652 * MAINTAINERS: (Write After Approval): Add myself.
2653
ebcd09c1
IS
26542015-01-13 Iain Sandoe <iain@codesourcery.com>
2655
2656 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2657 objective-c/c++ front end maintainer.
2658
71aa170d
MP
26592015-01-13 Marek Polacek <polacek@redhat.com>
2660
2661 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2662
da067543
JL
26632015-01-12 Jeff Law <law@redhat.com>
2664
2665 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2666 a very long time.
2667
bf1de3f0
ILT
26682015-01-09 Ian Lance Taylor <iant@google.com>
2669
2670 * configure.ac (host_tools): Add gotools.
2671 * Makefile.def (host_modules): Add gotools.
2672 (dependencies): Add dependency of all-gotools on all-target-libgo.
2673
82a19768
AT
26742015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2675
2676 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2677 * configure: Regenerate.
2678
53dd59bf
TS
26792015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2680
2681 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2682 all-target-libgomp.
2683 * Makefile.in: Regenerate.
2684
8054942d
EB
26852015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2686
2687 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2688
0969ec7d
EB
26892015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2690
2691 * configure.ac: Add Visium support.
2692 * configure: Regenerate.
2693
ec8fd1c0
AS
26942015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2695
2696 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2697 * configure: Regenerate.
2698
9bccfdf5
AP
26992015-01-03 Andrew Pinski <apinski@cavium.com>
2700
2701 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2702 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2703 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2704 (OBJCOPY_FOR_TARGET): New variable.
2705 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2706 * Makefile.in: Regenerate.
2707 * configure.ac: Check for already installed target objcopy.
2708 Also GCC_TARGET_TOOL on objcopy.
2709 * configure: Regenerate.
2710
007adc0d
HPN
27112015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2712
2713 * config.sub: Update from upstream, to 2015-01-01 version.
2714 * config.guess: Ditto.
2715
fe55e976
SH
27162014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2717
2718 * MAINTAINERS (RTEMS Ports): Add myself.
2719
b86d271e
PMR
27202014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2721
2722 * MAINTAINERS (Write After Approval): Add myself.
2723
9733278a
MH
27242014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2725
2726 * MAINTAINERS (Write After Approval): Add myself.
2727
4b4f2e35
TS
27282014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2729
2730 * configure.ac (--enable-as-accelerator-for): Don't set
2731 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2732 * configure: Regenerate.
2733
b6a65eb6
JJ
27342014-12-13 Jakub Jelinek <jakub@redhat.com>
2735
2736 PR bootstrap/64023
2737 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2738 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2739 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2740 to CXX.
2741 * Makefile.in: Regenerated.
2742
c3e1e693
YG
27432014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2744 Yury Gribov <y.gribov@samsung.com>
2745
2746 * .gitignore: Added .local.vimrc and .lvimrc.
2747 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2748 * Makefile.in: Regenerate.
2749
27502014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
2751
2752 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2753 * configure: Regenerated.
2754
b9fb25a5
BS
27552014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2756
2757 * MAINTAINERS (nvptx port): New entry.
2758
d896cc4d
JBG
27592014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2760
2761 * configure: Regenerate.
2762
74ae587e
JBG
27632014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2764
2765 * configure.ac: Merge with Binutils.
2766
45c89690
TB
27672014-11-26 Tobias Burnus <burnus@net-b.de>
2768
2769 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2770 * Makefile.in: Regenerate.
2771
ea903c37
BE
27722014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2773
2774 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2775 missing flex.
2776 * Makefile.in: Regenerated.
2777
eb23df59
IV
27782014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2779
2780 * Makefile.in: Regenerate.
2781
a699d672
L
27822014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2783
2784 PR bootstrap/63784
2785 * libtool.m4: Add $pic_flag with -shared.
2786
fc065a61
RL
27872014-11-21 Renlin Li <Renlin.Li@arm.com>
2788
2789 * MAINTAINERS (Write After Approval): Added myself.
2790
efcc23e6
AV
27912014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2792
2793 * MAINTAINERS (write-after-approval): Add myself.
2794
dd308ed8
MK
27952014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2796
2797 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2798 from 2 years ago.
2799
ac8698a1
AV
28002014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2801
2802 Revert:
2803 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2804
2805 * MAINTAINERS (Write After Approval): Added myself as line map
2806 maintainer.
2807
8dab9330
RL
28082014-11-19 Renlin Li <Renlin.Li@arm.com>
2809
2810 Revert:
2811 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2812
2813 * MAINTAINERS (Write After Approval): Added myself.
2814
1be22083
RL
28152014-11-19 Renlin Li <Renlin.Li@arm.com>
2816
2817 * MAINTAINERS (Write After Approval): Added myself.
2818
59392f46
AV
28192014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2820
2821 * MAINTAINERS (Write After Approval): Added myself as line map
2822 maintainer.
2823
0f3422cc
DS
28242014-11-17 Dodji Seketeli <dodji@redhat.com>
2825
2826 * MAINTAINERS (Various Maintainers): Added myself as line map
2827 maintainer.
2828
0c8969f0
JBG
28292014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2830
2831 * move-if-change: Sync from upstream gnulib.
2832
d7134c0e
JBG
28332014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2834
2835 * compile: Sync with upstream Automake.
2836 * depcomp: Ditto.
2837 * install-sh: Ditto.
2838 * missing: Ditto.
2839 * mkinstalldirs: Ditto.
2840 * ylwrap: Ditto.
2841
e4ff7e6a
JBG
28422014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2843
2844 * config.sub: Update from upstream config repo.
2845 * config.guess: Ditto.
2846
5f520819
KY
28472014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2848
2849 * Makefile.def: Add liboffloadmic to target_modules. Make
2850 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2851 * Makefile.in: Regenerate.
2852 * configure: Regenerate.
2853 * configure.ac: Add liboffloadmic to target binaries.
2854 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2855 Add liboffloadmic to noconfig list when C++ is not supported.
2856
85c64bbe
BS
28572014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2858 Thomas Schwinge <thomas@codesourcery.com>
2859 Ilya Verbin <ilya.verbin@intel.com>
2860 Andrey Turetskiy <andrey.turetskiy@intel.com>
2861
2862 * configure: Regenerate.
2863 * configure.ac (--enable-as-accelerator-for)
2864 (--enable-offload-targets): New configure options.
2865
7d35a59e
TB
28662014-11-11 Tobias Burnus <burnus@net-b.de>
2867
0a002272 2868 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
2869 * Makefile.in: Regenerate.
2870
35485da9
DM
28712014-11-11 David Malcolm <dmalcolm@redhat.com>
2872
2873 * ChangeLog.jit: New.
2874 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2875
ebf6d33b
FXC
28762014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2877
2878 PR target/63610
2879 * libtool.m4: Fix globbing of darwin versions.
2880 * configure: Regenerate.
2881
4a9bb2aa
TB
28822014-11-11 Tobias Burnus <burnus@net-b.de>
2883
4a9bb2aa
TB
2884 * Makefile.def: Remove CLooG.
2885 * Makefile.tpl: Ditto.
2886 * configure.ac: Ditto.
2887 * configure: Regenerate.
2888 * Makefile.in: Ditto.
2889
738f2522
BS
28902014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2891
2892 * configure.ac: Handle nvptx-*-*.
2893 * configure: Regenerate.
2894
9b591dd1
PG
28952014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2896
2897 * MAINTAINERS (Write After Approval): Add myself.
2898
14258928
JJ
28992014-10-31 Jakub Jelinek <jakub@redhat.com>
2900
2901 * Makefile.def (libcc1): Remove bootstrap=true;.
2902 * Makefile.in: Regenerated.
2903
1335a8ca
JBG
29042014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2905
2906 * configure.ac: Update comment.
2907 * configure: Regenerate.
2908
cb115cc2
IE
29092014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2910
2911 * MAINTAINERS (Write After Approval): Add myself.
2912
fca38047
TS
29132014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2914
2915 * configure.ac (extra_host_libiberty_configure_flags): Add
2916 --enable-shared also for libcc1's benefit.
2917 * configure: Regenerate.
2918
65c0707b
TG
29192014-10-29 Tristan Gingold <gingold@adacore.com>
2920
2921 * MAINTAINERS: Change my email address.
2922
ddc8de03
PM
29232014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2924 Tom Tromey <tromey@redhat.com>
2925
2926 * Makefile.def: Add libcc1 to host_modules.
2927 * configure.ac (host_tools): Add libcc1.
2928 * Makefile.in, configure: Rebuild.
2929
4eb1ac39 29302014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
2931
2932 * configure.ac (build_configargs): Don't share config.cache between
2933 build subdirs.
7fd74620 2934 * configure: Regenerate.
3d96b0d0 2935
d81230b5
DH
29362014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2937
2938 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2939 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2940 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2941 leon3v7 as leon3.
2942 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2943 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2944 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2945 * config/sparc/sparc.md (cpu): Add leon3v7.
2946 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2947
c7a6a617
DH
29482014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2949
2950 * MAINTAINERS (write-after-approval): Add myself.
2951
74cc5471
ILT
29522014-10-23 Ian Lance Taylor <iant@google.com>
2953
2954 * configure.ac: Disable the Go frontend on systems where it is known
2955 to not work.
2956 * configure: Regenerate.
2957
929315a9
RB
29582014-10-23 Richard Biener <rguenther@suse.de>
2959
2960 * Makefile.def: Add libcpp build module and dependencies.
2961 * configure.ac: Add libcpp build module.
2962 * Makefile.in: Regenerate.
2963 * configure: Likewise.
2964
5d12b768
MF
29652014-10-15 Max Filippov <jcmvbkbc@gmail.com>
2966
2967 * MAINTAINERS (write-after-approval): Add myself.
2968
7b262a51
MLI
29692014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
2970
2971 * INSTALL/README: Do not mention CVS.
2972
7705dfd1
JY
29732014-10-03 Jing Yu <jingyu@google.com>
2974
2975 * configure.ac: Add aarch64 to list of targets that support gold.
2976 * configure: Regenerate.
2977
a3052d31
FD
29782014-09-29 François Dumont <fdumont@gcc.gnu.org>
2979
2980 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
2981
b2a1b261
CM
29822014-09-29 Catherine Moore <clm@codesourcery.com>
2983
2984 * MAINTAINERS: Add myself as MIPS maintainer.
2985
05342e10
MF
29862014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
2987
2988 * MAINTAINERS: Move myself to MIPS maintainers.
2989
3f6bb7e5
JBG
29902014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2991
2992 * MAINTAINERS: Put all email addresses between '<' and '>'.
2993
3e895729
FXC
29942014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2995
2996 * MAINTAINERS: Move myself to reviewers (Fortran).
2997
e04733ee
AK
29982014-09-01 Andi Kleen <ak@linux.intel.com>
2999
3000 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3001 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3002 * Makefile.in: Regenerate.
3003
e79c0ea8
DM
30042014-08-28 David Malcolm <dmalcolm@redhat.com>
3005
3006 * rtx-classes-status.txt: Delete
3007
b32d5189
DM
30082014-08-28 David Malcolm <dmalcolm@redhat.com>
3009
3010 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3011
e0c0c325
SP
30122014-08-27 Sebastian Pop <s.pop@samsung.com>
3013
3014 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3015 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3016 of checking for version number.
3017 * configure: Regenerated.
3018 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3019
d7ac0a6a
DM
30202014-08-27 David Malcolm <dmalcolm@redhat.com>
3021
3022 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3023 is done; begin phase 6 (use extra rtx_def subclasses).
3024
9daaca36
DM
30252014-08-27 David Malcolm <dmalcolm@redhat.com>
3026
3027 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3028 done; begin phase 5 (additional rtx_def subclasses).
3029
b2908ba6
DM
30302014-08-26 David Malcolm <dmalcolm@redhat.com>
3031
3032 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3033
1130d5e3
DM
30342014-08-26 David Malcolm <dmalcolm@redhat.com>
3035
3036 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3037 SET_BB_HEADER are done.
3038
0e0ce50d
DM
30392014-08-26 David Malcolm <dmalcolm@redhat.com>
3040
3041 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3042 done.
3043
3d30f4e8
DM
30442014-08-26 David Malcolm <dmalcolm@redhat.com>
3045
3046 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3047
6144a836
DM
30482014-08-26 David Malcolm <dmalcolm@redhat.com>
3049
3050 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3051
b311fd0f
DM
30522014-08-25 David Malcolm <dmalcolm@redhat.com>
3053
3054 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3055
d8ce2eae
DM
30562014-08-25 David Malcolm <dmalcolm@redhat.com>
3057
3058 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3059
1455e88c
DM
30602014-08-25 David Malcolm <dmalcolm@redhat.com>
3061
3062 * rtx-classes-status.txt: Phase 3 (per-file commits within
3063 "config" subdirs) is done; begin phase 4 (removal of
3064 "scaffolding").
3065
76c531d3
DM
30662014-08-23 David Malcolm <dmalcolm@redhat.com>
3067
3068 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3069 dir) is done; begin phase 3 (per-file commits within "config"
3070 subdirs).
3071
00550b3d
DM
30722014-08-21 David Malcolm <dmalcolm@redhat.com>
3073
3074 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3075 phase 2 (per-file commits in main source dir).
3076
622dbadf
BC
30772014-08-21 Bin Cheng <bin.cheng@arm.com>
3078
3079 * configure: Regenerated.
3080
c1286e0b
DM
30812014-08-19 David Malcolm <dmalcolm@redhat.com>
3082
3083 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3084
c2fc1aee
DM
30852014-08-19 David Malcolm <dmalcolm@redhat.com>
3086
3087 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3088
68975683
DM
30892014-08-19 David Malcolm <dmalcolm@redhat.com>
3090
3091 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3092
d914bc6b
DM
30932014-08-19 David Malcolm <dmalcolm@redhat.com>
3094
3095 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3096
8020a4d5
DM
30972014-08-19 David Malcolm <dmalcolm@redhat.com>
3098
3099 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3100
a231b8a5
JV
31012014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3102
3103 * MAINTAINERS (Write After Approval): Add myself.
3104
ce8126f5
CF
31052014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3106
3107 * MAINTAINERS: Remove myself
3108
0f82e5c9
DM
31092014-08-19 David Malcolm <dmalcolm@redhat.com>
3110
3111 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3112
9c9afb69
PP
31132014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3114
3115 * MAINTAINERS (Write After Approval): Add myself.
3116
190bea87
DM
31172014-08-18 David Malcolm <dmalcolm@redhat.com>
3118
3119 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3120 SET_BB_HEADER, SET_BB_FOOTER
3121
c41b94ce
DM
31222014-08-18 David Malcolm <dmalcolm@redhat.com>
3123
bb3fff01 3124 * rtx-classes-status.txt: New file
c41b94ce 3125
eae1a5d4
RG
31262014-08-18 Roman Gareev <gareevroman@gmail.com>
3127
3128 * configure.ac: Eliminate ClooG installation dependency.
3129 * configure: Regenerate.
3130 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3131 * Makefile.in: Regenerate.
3132
f613bc0f
IV
31332014-08-15 Ilya Verbin <iverbin@gmail.com>
3134
3135 * MAINTAINERS (Write After Approval): Add myself.
3136
423ea09f 31372014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3138
3139 * MAINTAINERS (Write After Approval): Add myself.
3140
88b1a322
JW
31412014-08-01 Jiong Wang <jiong.wang@arm.com>
3142
3143 * MAINTAINERS (Write After Approval): Add myself.
3144
8ed499f8
AG
31452014-07-28 Anthony Green <green@moxielogic.com>
3146
3147 Import from savannah.gnu.org:
3148 * config.sub: Update to 2014-07-28 version.
3149
09ec3110
RS
31502014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3151
3152 * MAINTAINERS: Remove my MIPS maintainer entry.
3153
7b7f941a
UB
31542014-07-26 Uros Bizjak <ubizjak@gmail.com>
3155
3156 PR target/47230
3157 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3158 * configure: Regenerate.
3159
a12f7ac8
JN
31602014-07-24 James Norris <jnorris@codesourcery.com>
3161
3162 * MAINTAINERS (Write After Approval): Add myself.
3163
09611faf
RG
31642014-07-20 Roman Gareev <gareevroman@gmail.com>
3165
3166 * configure.ac: Accept only CLooG 0.18.1.
3167 * configure: Regenerate.
3168
37738b0f
RG
31692014-07-17 Roman Gareev <gareevroman@gmail.com>
3170
3171 * configure.ac: Don't accept isl 0.11.
3172 * configure: Regenerate.
3173
473037cb
AZ
31742014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3175
3176 * MAINTAINERS (Write After Approval): Add myself.
3177
9a62ed16
RO
31782014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3179
3180 * configure.ac: Don't accept isl 0.10.
3181 * configure: Regenerate.
3182
c41f1c42 31832014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3184
c41f1c42
BE
3185 Fix include path for in-tree cloog.
3186 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3187 * configure: Regenerate.
29d0a43c 3188
c41f1c42 31892014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3190
c41f1c42 3191 * .gitignore: Import gcc_update output.
a5852bea 3192
b6383ab8
TS
31932014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3194
a10ec8bc
TS
3195 * config-ml.in: Robustify ac_configure_args parsing.
3196
45b3824d
TS
3197 * configure.ac (--enable-linker-plugin-configure-flags)
3198 (--enable-linker-plugin-flags): New flags.
3199 (configdirs): Conditionally add libiberty-linker-plugin.
3200 * configure: Regenerate.
3201 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3202 (host_modules) <lto-plugin>: Pay attention to
3203 @extra_linker_plugin_flags@ and
3204 @extra_linker_plugin_configure_flags@.
3205 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3206 * Makefile.in: Regenerate.
3207
b6383ab8
TS
3208 * Makefile.tpl (configure-[+prefix+][+module+])
3209 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3210 "module_srcdir" instead of "module" for locating a module's srcdir.
3211 * Makefile.in: Regenerate.
3212
a4a1b5f3
MF
32132014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3214
3215 * MAINTAINERS (Write After Approval): Add myself.
3216
38a13841
SP
32172014-06-06 Sebastian Pop <sebpop@gmail.com>
3218
3219 * MAINTAINERS: Update my email address.
3220
153fcd41
TP
32212014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3222
3223 * MAINTAINERS (Write After Approval): Add myself.
3224
e25d9632
AB
32252014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3226
3227 * MAINTAINERS (Write After Approval): Add myself.
3228
1007a55c
JW
32292014-05-30 Jonathan Wakely <jwakely@redhat.com>
3230
3231 PR libstdc++/61011
3232 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3233 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3234 * configure: Regenerate.
3235
fd9ed1ae
PA
32362014-05-28 Pedro Alves <palves@redhat.com>
3237
3238 * MAINTAINERS (Write After Approval): Add myself.
3239
03bdb69f
MK
32402014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3241
3242 * MAINTAINERS: Update my affiliation/email.
3243
905083ad
MS
32442014-05-19 Mike Stump <mikestump@comcast.net>
3245
3246 * MAINTAINERS: Add wide-int reviewers.
3247
707f1839
SL
32482014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3249
3250 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3251 * configure: Regenerated.
3252
7321dc60
TR
32532014-05-15 Torvald Riegel <triegel@redhat.com>
3254
3255 * MAINTAINERS (libitm): Add myself as maintainer.
3256
5b1e4b47
CB
32572014-05-07 Charles Baylis <charles.baylis@linaro.org>
3258
3259 * MAINTAINERS (Write After Approval): Add myself.
3260
a4ebe104
RS
32612014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3262
3263 * config.sub, config.guess: Import from upstream.
3264
9575df4a
AL
32652014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3266
3267 * MAINTAINERS (Write After Approval): Put myself in correct order.
3268
2fdc94b7
AL
32692014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3270
3271 * MAINTAINERS (Write After Approval): Add myself.
3272
080c6230
LB
32732014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3274
3275 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3276 section.
3277
4e4c8692
RÁE
32782014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3279
3280 * MAINTAINERS (Write After Approval): Delete myself.
3281
ffe7f7a7
JJ
32822014-04-17 Jakub Jelinek <jakub@redhat.com>
3283
3284 PR sanitizer/56781
3285 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3286 and -B* options with -Xcompiler.
3287
147d38a5
EB
32882014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3289
3290 PR bootstrap/60620
423ea09f 3291 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
3292 * Makefile.in: Regenerate.
3293
ba1925c3
YS
32942014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3295
3296 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3297 for WINDRES_FOR_TARGET in default-manifest.o rule.
3298 * Makefile.in: Regenerate.
3299
8707b3bc
DH
33002014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3301
3302 * MAINTAINERS (Write After Approval): Add myself.
3303
9e1c8fc1
JJ
33042014-03-26 Jakub Jelinek <jakub@redhat.com>
3305
3306 PR sanitizer/56781
3307 * Makefile.def: Set bootstrap=true; for host fixincludes.
3308 * configure.ac: Don't bootstrap host fixincludes unless
3309 --with-build-config=bootstrap-{a,ub}san.
3310 * Makefile.in: Regenerated.
3311 * configure: Regenerated.
3312
beeda1d9
JJ
33132014-03-21 Jakub Jelinek <jakub@redhat.com>
3314
3315 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3316 --enable-vtable-verify option parsing. Don't add
3317 target-libsanitizer to bootstrap_target_libs unless
3318 --with-build-config=bootstrap-asan or
3319 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3320 to bootstrap_target_libs unless --enable-vtable-verify.
3321 * configure: Regenerated.
3322
e5dddc50
AS
33232014-03-10 Anatoly Sokolov <aesok@post.ru>
3324
3325 * MAINTAINERS (Write After Approval): Add myself.
3326
df5bc1cb
DC
33272014-03-07 Denis Chertykov <chertykov@gmail.com>
3328
3329 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3330
3b9edeac
JJ
33312014-03-07 Jakub Jelinek <jakub@redhat.com>
3332
3333 PR bootstrap/58572
3334 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3335 -I for libstdc++-v3 includes if $(LEAN).
3336 * Makefile.in: Regenerated.
3337
c01a8548
JW
33382014-03-04 Jonathan Wakely <jwakely@redhat.com>
3339
3340 * MAINTAINERS: Update my email address.
3341
341c653c
WL
33422014-02-24 Walter Lee <walt@tilera.com>
3343
3344 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3345 (tilegx-*-*): Change to tilegx*-*-*.
3346 * configure: Regenerate.
3347
37f2c4f0
LR
33482014-02-17 Loren J. Rittle <ljrittle@acm.org>
3349
3350 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3351
6c01e96e
KV
33522014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3353
3354 * MAINTAINERS (Write After Approval): Add myself.
3355
91da0481
RO
33562014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3357
3358 PR target/59788
3359 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3360 *solaris2*.
3361
dd35b84f
JDA
33622014-01-21 John David Anglin <danglin@gcc.gnu.org>
3363
3364 * MAINTAINERS: Update my email address.
3365
493b8af8
GP
33662014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3367
3368 * MAINTAINERS: Convert to UTF-8.
3369 Properly sort Xinliang David Li's entry.
3370
f121b81d
CLT
33712013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3372 Sandra Loosemore <sandra@codesourcery.com>
3373
3374 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3375 nios2 port maintainers.
3376
74f769b5
MT
33772013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3378
3379 * MAINTAINERS (Write After Approval): Add myself.
3380
79e0604d 33812013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
3382
3383 * configure.ac: Add user-friendly check for native x86_64-linux
3384 multilibs.
3385 * configure: Regenerate.
3386
33872013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3388
3389 * MAINTAINERS: Add myself as sh maintainer.
3390
33912013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3392
3393 * MAINTAINERS: Add self as SLSR maintainer.
3394
33952013-11-18 Jan Hubicka <hubicka@ucw.cz>
3396
3397 * MAINTAINERS: Update my email address.
3398
33992013-11-15 David Edelsohn <dje.gcc@gmail.com>
3400
3401 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3402
34032013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3404
3405 * Makefile.in: Regenerate.
3406
3407 * Makefile.tpl: Fix typo.
3408 * Makefile.in: Regenerate partially.
3409
34102013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
3411
3412 * configure.ac: Added libcilkrts to noconfig list when C++ is not
3413 supported.
3414 * configure: Regenerated.
3415
34162013-11-01 Trevor Saunders <tsaunders@mozilla.com>
3417
3418 * MAINTAINERS (Write After Approval): Add myself.
3419
34202013-10-30 Jason Merrill <jason@redhat.com>
3421
3422 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3423 --disable-build-format-warnings.
3424
34252013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3426
423ea09f 3427 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
3428 depend on libstdc++ and libgcc.
3429 * configure: Regenerate.
3430 * configure.ac: Added libcilkrts to target binaries. Also, restrict
3431 libcilkrts for POSIX and i*86, and x86_64 architectures.
3432 * Makefile.in: Added libcilkrts related fields to support building it.
3433
34342013-10-26 Jeff Law <law@redhat.com>
3435
3436 * Makefile.def (target_modules): Remove libmudflap
3437 (languages): Remove check-target-libmudflap).
3438 * Makefile.in: Rebuilt.
3439 * Makefile.tpl (check-target-libmudflap-c++): Remove.
3440 * configure.ac (target_libraries): Remove target-libmudflap.
3441 Remove checks which disabled libmudflap on some systems.
3442 * configure: Rebuilt.
3443 * libmudflap: Directory removed.
3444
34452013-10-21 Cong Hou <congh@google.com>
3446
3447 * MAINTAINERS (Write After Approval): Add myself.
3448
34492013-10-16 Mike Stump <mikestump@comcast.net>
3450
3451 * .dir-locals.el: Add.
3452
34532013-10-15 David Malcolm <dmalcolm@redhat.com>
3454
3455 * configure.ac: Add --enable-host-shared
3456 * configure: Regenerate.
3457
34582013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3459
3460 Import from savannah.gnu.org:
3461 * config.guess: Update to 2013-06-10 version.
3462 * config.sub: Update to 2013-10-01 version.
3463
34642013-10-01 Simon Cook <simon.cook@embecosm.com>
3465
3466 Changes to build configuration to allow big endian ARC ELF toolchain
3467 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3468 * configure: Regenerate.
3469
34702013-09-20 Alan Modra <amodra@gmail.com>
3471
3472 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3473 ppc host match. Support little-endian powerpc linux hosts.
3474
34752013-09-19 Dodji Seketeli <dodji@redhat.com>
3476
3477 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3478 maintainer.
3479
34802013-09-12 DJ Delorie <dj@redhat.com>
3481
3482 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3483 maintainers.
3484
34852013-09-03 Richard Biener <rguenther@suse.de>
3486
3487 * configure.ac: Also allow ISL 0.12.
3488 * configure: Regenerated.
3489
34902013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
3491
3492 * MAINTAINERS (Write After Approval): Add myself.
3493
34942013-08-27 David Malcolm <dmalcolm@redhat.com>
3495
3496 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3497
34982013-08-26 Caroline Tice <cmtice@google.com>
3499
3500 * MAINTAINERS: Correct earliers update: Move myself from libvtv
3501 "Various Reviewers" to libvtv "Various Maintainers".
3502
35032013-08-20 Steven Bosscher <steven@gcc.gnu.org>
3504
3505 * MAINTAINERS: Add myself as RTL optimizers reviewer.
3506
35072013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
3508
3509 * MAINTAINERS: Update name, email.
3510
35112013-08-13 Adam Butcher <adam@jessamine.co.uk>
3512
3513 * MAINTAINERS (Write After Approval): Add myself.
3514
35152013-08-12 Caroline Tice <cmtice@google.com>
3516
3517 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3518 address in the Write After Approval section.
3519
35202013-08-09 Carlos O'Donell <carlos@redhat.com>
3521
3522 * MAINTAINERS (Write After Approval): Update email.
3523
35242013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3525
3526 * configure.ac: Adjust to check VTV_SUPPORTED.
3527 * configure: Regenerated.
3528
35292013-08-02 Caroline Tice <cmtice@google.com>
3530
3531 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3532 on non-linux systems; add target-libvtv to noconfigdirs; add
3533 libsupc++/.libs to C++ library search paths.
3534 * configure: Regenerated.
3535 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3536 libstdc++ and libgcc.
3537 * Makefile.in: Regenerated.
3538
35392013-07-19 Yvan Roux <yvan.roux@linaro.org>
3540
3541 * MAINTAINERS (Write After Approval): Add myself.
3542
35432013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3544 Shiva Chen <shiva0217@gmail.com>
3545
3546 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3547 nds32 port maintainers.
3548
35492013-07-17 Tim Shen <timshen91@gmail.com>
3550
3551 * MAINTAINERS (Write After Approval): Add myself.
3552
35532013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3554
3555 * configure.ac: Sync from binutils.
3556 * configure: Regenerate.
3557
35582013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3559
3560 * MAINTAINERS (Write After Approval): Add myself.
3561
35622013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3563
3564 * MAINTAINERS (Write After Approval): Add myself.
3565
35662013-05-17 David Malcolm <dmalcolm@redhat.com>
3567
3568 * MAINTAINERS (Write After Approval): Add myself.
3569
35702013-04-30 Brooks Moses <bmoses@google.com>
3571
3572 * MAINTAINERS: Update my email; move myself from Fortran
3573 reviewer to Write After Approval.
3574
35752013-04-16 Andreas Schwab <schwab@suse.de>
3576
3577 * configure.ac (aarch64-*-*): Don't disable java.
3578 * configure: Regenerate.
3579
35802013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3581
3582 * MAINTAINERS (Write After Approval): Add myself.
3583
35842013-03-30 Matthias Klose <doko@ubuntu.com>
3585
3586 * Makefile.def (target_modules): Don't install libffi.
3587 * Makefile.in: Regenerate.
3588
35892013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3590
3591 * MAINTAINERS (Write After Approval): Add myself.
3592
35932013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3594
3595 * MAINTAINERS (Write After Approval): Add myself.
3596
35972013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3598
3599 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3600 * configure: Regenerated.
3601
a15d2ea8
ILT
36022013-02-05 Ian Lance Taylor <iant@google.com>
3603
3604 PR go/55969
3605 * configure.ac: Disable libgo on some systems where it does not
3606 work.
3607
a3b854b6
FXC
36082013-02-04 David Edelsohn <dje.gcc@gmail.com>
3609
3610 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3611 Remove Geoff Keating as rs6000 port maintainer, at his request.
3612
36132013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3614
3615 * MAINTAINERS: Update my email.
3616
36172013-01-23 Shenghou Ma <minux.ma@gmail.com>
3618
3619 * configure: Re-generate.
3620
36212013-01-15 Richard Biener <rguenther@suse.de>
3622
3623 PR other/55973
3624 * configure: Re-generate.
3625
36262013-01-14 Matthias Klose <doko@ubuntu.com>
3627
3628 * Makefile.def (install-target-libsanitizer): Depend on
3629 install-target-libstdc++-v3.
3630 * Makefile.in: Regenerate.
3631
36322013-01-14 Richard Biener <rguenther@suse.de>
3633
3634 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3635 * configure: Re-generate
3636
36372013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3638
3639 * config.sub: Update from config repo.
3640
36412013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3642
3643 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3644 * Makefile.in: Regenerate.
3645
36462013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3647
3648 * MAINTAINERS (arc): Add new port maintainership for myself.
3649
36502013-01-09 Jason Merrill <jason@redhat.com>
3651
3652 * .gitignore: Import from gdb repository.
3653
36542013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3655
3656 * Makefile.def (configure-gcc): Depend on all-gmp.
3657 (all-gcc): Remove dependency on all-gmp.
3658 * Makefile.in: Regenerated.
3659
36602013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3661
3662 * config.sub: Merge from config repo.
3663 * config.guess: Ditto.
3664
36652013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3666
3667 * Makefile.def: Merge from binutils.
3668 * Makefile.in: Ditto.
3669
36702013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3671
3672 * MAINTAINERS: Update my email.
3673
36742012-12-29 Ben Elliston <bje@gnu.org>
3675
3676 * config.guess: Update to 2012-12-29 version.
3677 * config.sub: Likewise.
3678
36792012-12-20 Matthias Klose <doko@ubuntu.com>
3680
3681 * Makefile.def (install-target-libgfortran): Depend on
3682 install-target-libquadmath, install-target-libgcc.
3683 (install-target-libsanitizer): Depend on install-target-libgcc.
3684 (install-target-libjava): Depend on install-target-libgcc.
3685 (install-target-libitm): Depend on install-target-libgcc.
3686 (install-target-libobjc): Depend on install-target-libgcc.
3687 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3688 * Makefile.in: Regenerate.
3689
36902012-12-19 Matthias Klose <doko@ubuntu.com>
3691
3692 * Makefile.def (install-target-libgo): Depend on
3693 install-target-libatomic.
3694 * Makefile.in: Regenerate.
3695
36962012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3697
3698 PR go/55201
3699 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3700 * Makefile.in: Regenerate.
3701
37022012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3703
3704 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3705 * configure: Regenerate.
3706
37072012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3708
3709 * config.sub: Merge from config repo.
3710
37112012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3712
3713 * Makefile.def (target_modules): Add bootstrap=true and
3714 raw_cxx=true to libsanitizer.
3715 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3716 * Makefile.in: Regenerated.
3717 * configure: Likewise.
3718
37192012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3720
3721 * MAINTAINERS: Remove self as RTL optimization maintainer.
3722
37232012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3724
3725 * MAINTAINERS (Write After Approval): Add myself.
3726
37272012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3728
3729 * Makefile.def (target_modules): Remove bootstrap=true and
3730 raw_cxx=true from libsanitizer.
3731 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3732 * Makefile.in: Regenerated.
3733 * configure: Likewise.
3734
37352012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3736
3737 * Makefile.def (target_modules): Add bootstrap=true and
3738 raw_cxx=true to libsanitizer.
3739 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3740 * Makefile.in: Regenerated.
3741 * configure: Likewise.
3742
37432012-11-28 Andrew Pinski <apinski@cavium.com>
3744
3745 PR bootstrap/54279
3746 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3747 * configure: Regenerate.
3748 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3749 * Makefile.in: Regenerate.
3750
37512012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3752
3753 * configure.ac: Disable libsanitizer if we're not building C++.
3754 * configure: Regenerate.
3755
37562012-11-15 Roland McGrath <roland@hack.frob.com>
3757
3758 * MAINTAINERS (Write After Approval): Add myself.
3759
37602012-11-15 Dmitry Vyukov <dvyukov@google.com>
3761
3762 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3763 Kostya Serebryany (kcc@google.com) and
3764 Jakub Jelinek (jakub@redhat.com).
3765 Rename area for Dodji Seketeli (dodji@redhat.com).
3766
37672012-11-15 Dodji Seketeli <dodji@redhat.com>
3768
3769 * MAINTAINERS: (asan.c, related): Add myself.
3770
37712012-11-14 Roland McGrath <mcgrathr@google.com>
3772
3773 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3774 * configure: Regenerate.
3775
37762012-11-13 Richard Henderson <rth@redhat.com>
3777
3778 * configure.ac: Move libsanitizer logic to subdirectory.
3779 * configure: Regenerate.
3780
37812012-11-13 Dodji Seketeli <dodji@redhat.com>
3782
3783 * configure.ac: Enable libsanitizer just on x86 linux for now.
3784 * configure: Re-generate.
3785
37862012-11-13 David Edelsohn <dje.gcc@gmail.com>
3787
3788 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3789 sections.
3790 * configure: Regenerate.
3791
37922012-11-13 Hans-Peter Nilsson <hp@axis.com>
3793
3794 * configure.ac: Add section for configdirs for libsanitizer.
3795 Disable for cris-*-* and mmix-*-*.
3796 * configure: Regenerate.
3797
37982012-11-12 Wei Mi <wmi@google.com>
3799
3800 * configure.ac: Add libsanitizer to target_libraries.
3801 * Makefile.def: Ditto.
3802 * configure: Regenerate.
3803 * Makefile.in: Regenerate.
3804 * libsanitizer: New directory for asan runtime. Contains an empty
3805 tsan directory.
3806
38072012-11-03 Corinna Vinschen <corinna@vinschen.de>
3808
3809 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3810 against Mingw64 w32api.
3811 * configure: Regenerate.
3812
38132012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3814
3815 * configure: Regenerated.
3816
38172012-11-03 Robert Mason <rbmj@verizon.net>
3818
3819 * configure.ac: add --disable-libstdcxx configure option
3820 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3821
38222012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3823
3824 * MAINTAINERS (Write After Approval): Add myself.
3825
38262012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3827
3828 * MAINTAINERS (Write After Approval): Add myself.
3829
38302012-10-24 Sharad Singhai <singhai@google.com>
3831
3832 * MAINTAINERS (Write After Approval): Add myself.
3833
38342012-10-24 Eric Christopher <echristo@gmail.com>
3835
3836 * MAINTAINERS: Update email address.
3837
38382012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3839
3840 PR bootstrap/54820
3841 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3842 * configure: Regenerate.
3843
38442012-10-23 Richard Earnshaw <rearnsha@arm.com>
3845
3846 * MAINTAINERS (aarch64): Add Marcus and myself.
3847
38482012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3849
3850 PR bootstrap/54820
3851 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3852 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3853 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3854 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3855 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3856 * Makefile.in: Regenerate.
3857 * configure.ac (have_static_libs): New variable and associated check.
3858 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3859 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3860 * configure: Regenerate.
3861
38622012-10-10 Richard Biener <rguenther@suse.de>
3863
3864 * MAINTAINERS: Adjust for changed surname.
3865
38662012-10-04 Lawrence Crowl <crowl@google.com>
3867
3868 * MAINTAINERS (Write After Approval): Add myself.
3869
38702012-10-01 Cary Coutant <ccoutant@google.com>
3871
3872 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3873
38742012-09-28 Ian Lance Taylor <iant@google.com>
3875
3876 * Makefile.def: Make all-target-libgo depend on
3877 all-target-libbacktrace.
3878 * Makefile.in: Rebuild.
3879
38802012-09-26 Ian Lance Taylor <iant@google.com>
3881
3882 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3883 * Makefile.in: Rebuild.
3884
38852012-09-20 Walter Lee <walt@tilera.com>
3886
3887 * configure.ac: Add tilegx to list of targets that support gold.
3888 * configure: Regenerate.
3889
38902012-09-20 Marek Polacek <polacek@redhat.com>
3891
3892 * MAINTAINERS (Write After Approval): Add myself.
3893
38942012-09-19 Steve Ellcey <sellcey@mips.com>
3895
3896 * configure.ac: Add mips*-mti-elf* target.
3897 * configure: Regenerate.
3898
38992012-09-17 Ian Lance Taylor <iant@google.com>
3900
3901 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3902 * configure.ac (host_libs): Add libbacktrace.
3903 (target_libraries): Add libbacktrace.
3904 * Makefile.def (host_modules): Add libbacktrace.
3905 (target_modules): Likewise.
3906 * configure, Makefile.in: Rebuild.
3907
39082012-09-14 David Edelsohn <dje.gcc@gmail.com>
3909
3910 PR target/38607
3911 Merge upstream change.
3912 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3913
3914 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3915 Add libgomp*.o to compare_exclusions for AIX.
3916 * configure: Regenerate.
3917
39182012-09-06 Diego Novillo <dnovillo@google.com>
3919
3920 * configure.ac: Bump minimum GMP version to 4.2.3.
3921 * configure: Re-generate.
3922
39232012-09-05 Georg-Johann Lay <avr@gjlay.de>
3924
3925 PR target/54461
3926 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3927 target-libgloss if not configured --with-avrlibc=no.
3928 * configure: Regenerate.
3929
39302012-09-04 Jason Merrill <jason@redhat.com>
3931
3932 * configure.ac: Fix --enable-languages=all.
3933
39342012-09-04 Christophe Lyon <christophe.lyon@st.com>
3935
3936 * MAINTAINERS (Write After Approval): Add myself.
3937
39382012-09-03 Richard Guenther <rguenther@suse.de>
3939
3940 PR bootstrap/54138
3941 * configure.ac: Re-organize ISL / CLOOG checks to allow
3942 disabling with either --without-isl or --without-cloog.
3943 * configure: Regenerated.
3944
39452012-09-03 Georg-Johann Lay <avr@gjlay.de>
3946
3947 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3948 * configure: Regenerate.
3949
39502012-08-27 Ulrich Drepper <drepper@gmail.com>
3951
3952 * MAINTAINERS: Fix my email address.
3953
39542012-08-26 H.J. Lu <hongjiu.lu@intel.com>
3955
3956 PR binutils/4970
3957 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3958 and opcodes.
3959 * Makefile.in: Regenerated.
3960
39612012-08-26 Art Haas <ahaas@impactweather.com>
3962
3963 * configure: Regenerate.
3964
39652012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
3966
3967 * INSTALL/README: Also refer to the online installation
3968 instructions.
3969
39702012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3971
3972 * MAINTAINERS (Write After Approval): Add myself.
3973 (Picochip port): Remove myself.
3974
39752012-08-14 Diego Novillo <dnovillo@google.com>
3976
3977 Merge from cxx-conversion branch.
3978
3979 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3980 POSTSTAGE1_CONFIGURE_FLAGS.
3981 * Makefile.in: Regenerate.
3982 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
3983 Force C++ when bootstrapping.
3984 * configure: Regenerate.
3985
39862012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3987
3988 * MAINTAINERS (Write After Approval): Add myself.
3989
39902012-07-16 Joseph Myers <joseph@codesourcery.com>
3991
3992 * README: Document use of ranges of years in copyright notices.
3993
39942012-07-06 Richard Guenther <rguenther@suse.de>
3995
3996 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3997 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3998 --with-gmp=system.
3999 * Makefile.in: Regenerated.
4000 * configure: Likewise.
4001
40022012-07-06 Richard Guenther <rguenther@suse.de>
4003
4004 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4005 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4006 supply V=1 as extra_make_flags.
4007 * configure: Regenerated.
4008 * Makefile.in: Likewise.
4009
40102012-07-04 Tristan Gingold <gingold@adacore.com>
4011
4012 * configure: Regenerate.
4013
40142012-07-03 Richard Guenther <rguenther@suse.de>
4015
4016 * Makfile.def (isl): Remove not necessary extra_exports and
4017 extra_make_flags.
4018 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4019 * Makefile.in: Regenerated.
4020
40212012-07-03 Richard Guenther <rguenther@suse.de>
4022
4023 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4024 * configure.ac: If either the ISL or the CLooG check failed
4025 do not try to build in-tree versions.
4026 * Makefile.in: Regenerated.
4027 * configure: Regenerated.
4028
40292012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4030
4031 * configure: Regenerate.
4032
40332012-07-02 Janis Johnson <janisjo@codesourcery.com>
4034
4035 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4036 maintainer.
4037
40382012-07-02 Richard Guenther <rguenther@suse.de>
4039
4040 * configure: Regenerated.
4041
40422012-07-02 Richard Guenther <rguenther@suse.de>
4043 Michael Matz <matz@suse.de>
4044 Tobias Grosser <tobias@grosser.es>
4045 Sebastian Pop <sebpop@gmail.com>
4046
4047 * Makefile.def: Add ISL host module, remove PPL host module.
4048 Adjust ClooG host module to use the proper ISL.
4049 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4050 * configure.ac: Include config/isl.m4. Add ISL host library,
4051 remove PPL. Remove PPL configury, add ISL configury, adjust
4052 ClooG configury.
4053 * Makefile.in: Regenerated.
4054 * configure: Likewise.
4055
40562012-07-02 Richard Guenther <rguenther@suse.de>
4057
4058 Merge from graphite branch
4059 2011-07-21 Tobias Grosser <tobias@grosser.es>
4060
4061 * configure: Regenerated.
4062 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4063 both cloog.org and legacy versions. The only supported version will
4064 be CLooG with the isl backend.
4065
4066 2011-07-21 Tobias Grosser <tobias@grosser.es>
4067
4068 * configure: Regenerated.
4069 * configure.ac: Require cloog isl 0.17.0
4070
4071 2011-07-21 Tobias Grosser <tobias@grosser.es>
4072
4073 * configure: Regenerated.
4074 * config/cloog.m4: Do not define CLOOG_ORG
4075
40762012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4077
4078 * configure.ac: Skip C if explicitly selected.
4079 * configure: Regenerate.
4080
40812012-06-28 Christophe Lyon <christophe.lyon@st.com>
4082
4083 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4084 they contain -O2.
4085 * configure: Regenerate.
4086
40872012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4088
4089 PR debug/53740
4090 * df.h, df-problems.c, dce.c: Revert last patch.
4091
40922012-06-25 Iain Sandoe <iain@codesourcery.com>
4093
4094 * MAINTAINERS (Write After Approval): Update my email address.
4095
40962012-06-21 Meador Inge <meadori@codesourcery.com>
4097
4098 * MAINTAINERS (Write After Approval): Add myself.
4099
41002012-06-20 Jason Merrill <jason@redhat.com>
4101
4102 * Makefile.tpl (check-target-libgomp-c++): New.
4103 (check-target-libitm-c++): New.
4104 * Makefile.def (c++): Add them.
4105 * Makefile.in: Regenerate.
4106
41072012-05-29 Edmar Wienskoski <edmar@freescale.com>
4108
4109 * MAINTAINERS (Write After Approval): Add myself.
4110
41112012-05-16 Olivier Hainque <hainque@adacore.com>
4112
4113 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4114 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4115 (install-no-fixedincludes): Adjust accordingly.
4116 * Makefile.in: Regenerate.
4117
41182012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4119
4120 Merge upstream change
4121 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4122
41232012-05-14 Marc Glisse <marc.glisse@inria.fr>
4124
4125 * MAINTAINERS (Write After Approval): Add myself.
4126
41272012-05-09 Nick Clifton <nickc@redhat.com>
4128 Paul Smith <psmith@gnu.org>
4129
4130 PR bootstrap/50461
4131 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4132 allow for the fact that from release v3.1.0 of MPFR the source
4133 files were moved into a src sub-directory.
4134 * configure: Regenerate.
4135
41362012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4137
4138 * configure.ac: Bump minimum MPFR version to 2.4.0.
4139 * configure: Regenerated.
4140
41412012-05-01 Richard Henderson <rth@redhat.com>
4142
4143 * Makefile.def (libatomic): New target_module.
4144 * configure.ac (target_libraries): Add libatomic.
4145 (noconfigdirs): Check if libatomic is supported.
4146 * Makefile.in, configure: Rebuild.
4147
41482012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4149
4150 * MAINTAINERS (Write After Approval): Add myself.
4151
41522012-04-25 Joel Brobecker <brobecker@adacore.com>
4153
4154 * config.sub: Update to 2012-04-18 version from official repo.
4155
41562012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4157
4158 * MAINTAINERS (Write After Approval): Add myself.
4159
41602012-04-11 Steve Ellcey <sellcey@mips.com>
4161
4162 * MAINTAINERS: Changed email address.
4163
41642012-03-28 Georg-Johann Lay <avr@gjlay.de>
4165
4166 PR target/52737
4167 * contrib/gcc_update (files_and_dependencies):
4168 Remove gcc/config/avr/t-multilib from touch data.
4169
41702012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4171
4172 * MAINTAINERS (OS Port Maintainers): Remove irix.
4173 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4174 (unsupported_languages): Remove mips-sgi-irix6.*.
4175 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4176 (with_stabs): Remove.
4177 * configure: Regenerate.
4178
41792012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4180
4181 * MAINTAINERS (OS Port Maintainers): Remove osf.
4182 * configure.ac (enable_libgomp): Remove *-*-osf*.
4183 (with_stabs): Remove alpha*-*-osf*.
4184 * configure: Regenerate.
4185
41862012-03-05 Tristan Gingold <gingold@adacore.com>
4187
4188 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4189 * configure: Regenerate.
4190
41912012-02-17 Walter Lee <walt@tilera.com>
4192
4193 * MAINTAINERS: (Write After Approval): Delete myself.
4194
41952012-02-14 Walter Lee <walt@tilera.com>
4196
4197 * MAINTAINERS (tilegx port): Add myself.
4198 (tilepro port): Add myself.
4199 (Write After Approval): Add myself.
4200
42012012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4202
4203 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4204 and Joseph Myers as docstring relicensing maintainers.
4205
42062012-02-09 Bin Cheng <bin.cheng@arm.com>
4207
4208 * MAINTAINERS (write-after-approval): Add myself.
4209
42102012-02-08 Ira Rosen <irar@il.ibm.com>
4211
4212 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4213 maintainer.
4214
42152012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4216
4217 * MAINTAINERS (Write After Approval): Move myself to
4218 maintain alphabetical order.
4219
42202012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4221
4222 * MAINTAINERS (Write After Approval): Add myself.
4223
42242012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4225
4226 * MAINTAINERS (Write After Approval): Add myself.
4227
42282012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4229 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4230
4231 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4232 * configure: Regenerate.
4233
42342012-01-23 Harshit Chopra <harshit@google.com>
4235
4236 * MAINTAINERS (Write After Approval): Add myself.
4237
42382012-01-22 Douglas B Rupp <rupp@ngnat.com>
4239
4240 * configure.ac: Remove reference to mh-interix.
4241 * configure: Regenerate.
4242
42432012-01-05 Richard Henderson <rth@redhat.com>
4244
4245 PR bootstrap/51072
4246 * configure.ac: Disable libitm if c++ is not enabled.
4247 * configure: Rebuild.
4248
4249 * configure.ac: Fix regexp for same.
4250 * configure: Rebuild.
4251
42522012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4253
4254 * MAINTAINERS (Write After Approval): Add myself.
4255
42562012-01-02 Richard Guenther <rguenther@suse.de>
4257
4258 PR bootstrap/51686
4259 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4260 * Makefile.in: Regenerate.
4261
42622011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4263
4264 * MAINTAINERS (Write After Approval): Add myself.
4265
42662011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4267
4268 * configure: Regenerate.
4269
42702011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4271
4272 * MAINTAINERS (picochip): Changed email address.
4273
42742011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4275
4276 * MAINTAINERS (write-after-approval): Add self.
4277
42782011-11-29 DJ Delorie <dj@redhat.com>
4279
4280 * configure.ac (rl78-*-*) New case.
4281 * configure: Regenerate.
4282 * MAINTAINERS: Add myself as RL78 maintainer.
4283
42842011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4285
4286 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4287
42882011-11-21 Andreas Tobler <andreast@fgznet.ch>
4289
4290 * libtool.m4: Additional FreeBSD 10 fixes.
4291
42922011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4293
4294 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4295 Maintainers section, as Epiphany maintainer.
4296
42972011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4298
4299 PR target/49992
4300 * configure.ac: Remove ranlib special-casing for Darwin.
4301 * configure: Regenerate.
4302
43032011-11-12 Andrey Belevantsev <abel@ispras.ru>
4304
4305 * MAINTAINERS (Reviewers): Keep the list sorted.
4306
43072011-11-11 Andrey Belevantsev <abel@ispras.ru>
4308
4309 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4310
43112011-11-09 Roland McGrath <mcgrathr@google.com>
4312
4313 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4314 * configure: Rebuild.
4315 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4316 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4317 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4318 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4319 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4320 Add READELF.
4321 * Makefile.in: Rebuild.
4322
43232011-11-09 Jason Merrill <jason@redhat.com>
4324
4325 * Makefile.def (language=c++): Remove check-c++0x.
4326 * Makefile.in (check-gcc-c++): Regenerate.
4327
43282011-11-08 Richard Henderson <rth@redhat.com>
4329
4330 * configure.ac: Test for libitm directory present first.
4331
4332 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4333
4334 * configure.ac: Test libitm/configure.tgt to disable libitm.
4335 * configure: Rebuild.
4336
43372011-11-07 Aldy Hernandez <aldyh@redhat.com>
4338 Richard Henderson <rth@redhat.com>
4339
4340 Merged from transactional-memory.
4341
4342 * Makefile.def (lang_env_dependencies): libitm is c++.
4343 Add libitm target module.
4344 * configure.ac: Likewise.
4345 * config/mmap.m4: New file.
4346 * contrib/gcc_update: Add libitm to touch data.
4347 * Makefile.in, configure: Rebuild.
4348
43492011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4350
4351 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4352 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4353 * Makefile.in: Regenerate.
4354
43552011-11-01 DJ Delorie <dj@redhat.com>
4356
4357 * config.sub: Update to version 2011-10-29 (added rl78)
4358
43592011-10-27 Nick Clifton <nickc@redhat.com>
4360
4361 * config.sub: Import these changes from the config project:
4362
4363 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4364 Ben Elliston <bje@gnu.org>
4365
4366 * config.sub (epiphany): New.
4367
4368 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4369 Ben Elliston <bje@gnu.org>
4370
4371 * config.sub (hexagon, hexagon-*): New.
4372
4373 2011-08-23 Roland McGrath <mcgrathr@google.com>
4374
4375 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4376 64eb to be64.
4377
4378 2011-08-16 Roland McGrath <mcgrathr@google.com>
4379
4380 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4381 (nacl): Grok as alias for 32el-unknown-nacl.
4382
43832011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4384
4385 * MAINTAINERS (Write After Approval): Add myself.
4386
43872011-10-24 Teresa Johnson <tejohnson@google.com>
4388
4389 * MAINTAINERS (Write After Approval): Add myself.
4390
43912011-09-21 Jakub Jelinek <jakub@redhat.com>
4392
4393 * MAINTAINERS (sparc port): Remove myself.
4394
43952011-09-14 Tom de Vries <tom@codesourcery.com>
4396
4397 * MAINTAINERS (Write After Approval): Add myself.
4398
43992011-08-14 Yao Qi <yao@codesourcery.com>
4400
4401 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4402 * configure: Regenerate.
4403
44042011-07-26 Ian Lance Taylor <iant@google.com>
4405
4406 * configure.ac: Set have_compiler based on whether gcc directory
4407 exists, rather than on whether gcc is in configdirs.
4408 * configure: Rebuild.
4409
44102011-07-21 Joseph Myers <joseph@codesourcery.com>
4411
4412 * MAINTAINERS (Global Reviewers): Add self.
4413
44142011-07-20 David Edelsohn <dje.gcc@gmail.com>
4415
4416 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4417 link directories.
4418 * Makefile.in: Rebuild.
4419
44202011-07-20 Ian Lance Taylor <iant@google.com>
4421
4422 PR bootstrap/49787
4423 * configure.ac: Move --enable-bootstrap handling earlier in file.
4424 If --enable-bootstrap and either --enable-build-with-cxx or
4425 --enable-build-poststage1-with-cxx, enable C++ automatically.
4426 * configure: Rebuild.
4427
44282011-07-19 Ian Lance Taylor <iant@google.com>
4429
4430 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
4431 make C++ a boot_language. Set and substitute
4432 POSTSTAGE1_CONFIGURE_FLAGS.
4433 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4434 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4435 * configure, Makefile.in: Rebuild.
4436
44372011-07-19 Vladimir Makarov <vmakarov@redhat.com>
4438
4439 * MAINTAINERS (Register Allocation): Move myself from reviewers to
4440 maintainers.
4441
44422011-07-18 Jakub Jelinek <jakub@redhat.com>
4443
4444 * MAINTAINERS (Global Reviewers): Add myself.
4445
44462011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4447
4448 * configure: Regenerate.
4449
44502011-07-16 Jason Merrill <jason@redhat.com>
4451
4452 * Makefile.def (language=c++): Add check-c++0x and
4453 check-target-libmudflap-c++.
4454 * Makefile.tpl (check-target-libmudflap-c++): New.
4455 * Makefile.in: Regenerate.
4456
44572011-07-16 Matthias Klose <doko@ubuntu.com>
4458
4459 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4460 * Makefile.def (target_modules/libjava): Pass
4461 $(EXTRA_CONFIGARGS_LIBJAVA).
4462 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4463 if not configured with --enable-static-libjava.
4464 * Makefile.in: Regenerate.
4465 * configure: Likewise.
4466
44672011-07-15 Jason Merrill <jason@redhat.com>
4468
4469 * Makefile.in (check-c++): Move check-gcc-c++0x after
4470 check-target-libstdc++-v3.
4471
44722011-07-15 Bernd Schmidt <bernds@codesourcery.com>
4473
4474 * MAINTAINERS (c6x port): New entry.
4475
44762011-07-13 Jason Merrill <jason@redhat.com>
4477
4478 * Makefile.in (check-gcc-c++0x): New.
4479 (check-c++): Depend on it.
4480
44812011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4482
4483 PR target/39150
4484 * configure.ac (i[3456789]86-*-solaris2*): Also accept
4485 x86_64-*-solaris2.1[0-9]*.
4486 * configure: Regenerate.
4487
44882011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
4489
4490 * MAINTAINERS (RTL optimizers): Add self.
4491
44922011-06-27 Gabriel Charette <gchare@google.com>
4493
4494 * MAINTAINERS (Write After Approval): Add myself.
4495
44962011-06-22 Hans-Peter Nilsson <hp@axis.com>
4497
4498 PR regression/47836
4499 PR bootstrap/23656
4500 PR other/47733
4501 PR bootstrap/49247
4502 PR c/48825
4503 * configure.ac (target_libraries): Remove target-libiberty.
4504 Remove case-statement setting skipdirs=target-libiberty for
4505 multiple targets. Remove checking target_configdirs and
4506 removing target-libiberty but keeping target-libgcc if
4507 otherwise empty.
4508 * Makefile.def (target_modules): Don't add libiberty.
4509 (dependencies): Remove all traces of target-libiberty.
4510 * configure, Makefile.in: Regenerate.
4511
45122011-06-13 Walter Lee <walt@tilera.com>
4513
4514 * configure.ac (tilepro-*-*) New case.
4515 (tilegx-*-*): Likewise.
4516 * configure: Regenerate.
4517
45182011-06-06 Jing Yu <jingyu@google.com>
4519
4520 * configure.ac: Skip target-libiberty for
4521 arm*-*-linux-androideabi.
4522 * configure: Regenerated.
4523
45242011-06-06 Nick Clifton <nickc@redhat.com>
4525
4526 * config.sub: Sync from upstream.
4527
45282011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4529
4530 * MAINTAINERS (Write After Approval): Add myself.
4531
45322011-06-01 Daniel Jacobowitz <drow@false.org>
4533
4534 * MAINTAINERS: Update my email address.
4535
45362011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4537
4538 * MAINTAINERS (Write After Approval): Update my email address.
4539
45402011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4541
4542 * MAINTAINERS (Write After Approval): Add myself.
4543
45442011-05-08 Doug Kwan <dougkwan@google.com>
4545
4546 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4547 * configure: Regenerated.
4548 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4549 value from configure.
4550 * Makefile.in: Regenerated.
4551
45522011-05-05 Joseph Myers <joseph@codesourcery.com>
4553
4554 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4555 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4556 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4557 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4558 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4559 *-*-vxworks*): Disable newlib and libgloss in separate case
4560 statement.
4561 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4562 to separate case statement.
4563 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4564 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4565 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4566 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4567 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4568 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4569 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4570 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4571 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4572 i[[3456789]]86-*-rdos*, m32r-*-*,
4573 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4574 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4575 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4576 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4577 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4578 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4579 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4580 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4581 and libgloss in main case over targets. Remove most empty cases
4582 in main case over targets.
4583 * configure: Regenerate.
4584
45852011-05-04 Janis Johnson <janisjo@codesourcery.com>
4586
4587 * MAINTAINERS (Write After Approval): Add myself.
4588
45892011-05-04 Joseph Myers <joseph@codesourcery.com>
4590
4591 * configure.ac: Remove code setting special library locations for
4592 hppa*64*-*-hpux11*. Remove code setting compiler for
4593 sparc-sun-solaris2*.
4594 * configure: Regenerate.
4595
45962011-05-04 Joseph Myers <joseph@codesourcery.com>
4597
4598 * configure.ac: Separate libgloss_dir settings from general case
4599 over targets.
4600 * configure: Regenerate.
4601
46022011-04-28 Joseph Myers <joseph@codesourcery.com>
4603
4604 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4605 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4606 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4607 cases in libgcj-disabling case statement.
4608 (hppa*64*-*-linux*): Set unsupported_languages instead of
4609 disabling target-zlib.
4610 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4611 to hppa*64*-*-hpux*.
4612 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4613 hppa*-*-hpux*.
4614 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4615 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4616 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4617 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4618 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4619 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4620 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4621 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4622 libgcj-disabling case statement.
4623 * configure: Regenerate.
4624
46252011-04-28 Joseph Myers <joseph@codesourcery.com>
4626
4627 * configure.ac: Disable Java for targets not supporting libffi.
4628 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4629 Remove cases in Java-disabling statement.
4630 (*arm-wince-pe): Change to arm-wince-pe.
4631 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4632 cases in Java-disabling statement.
4633 (bfin-*-*): Don't disable Java again.
4634 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4635 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4636 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4637 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4638 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4639 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4640 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4641 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4642 Java-disabling statement.
4643 (mmix-*-*): Don't disable Java again.
4644 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4645 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4646 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4647 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4648 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4649 statement.
4650 * configure: Regenerate.
4651
46522011-04-28 Joseph Myers <joseph@codesourcery.com>
4653
4654 * configure.ac: Separate cases disabling Java and Java libraries
4655 from general case over targets.
4656 * configure: Regenerate.
4657
46582011-04-21 Jie Zhang <jzhang918@gmail.com>
4659
4660 * MAINTAINERS: Update my email address.
4661
46622011-04-20 Easwaran Raman <eraman@google.com>
4663
4664 * MAINTAINERS (Write After Approval): Add myself.
4665
46662011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4667
4668 PR lto/48086
4669 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4670 * configure: Regenerate.
4671
46722011-04-16 Jim Meyering <meyering@redhat.com>
4673
4674 * MAINTAINERS (Write After Approval): Add myself.
4675
46762011-04-15 Dodji Seketeli <dodji@redhat.com>
4677
4678 * MAINTAINERS: Update my email address.
4679
46802011-04-13 Georg-Johann Lay <avr@gjlay.de>
4681
4682 * MAINTAINERS (Write After Approval): Add myself.
4683
46842011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4685
4686 * MAINTAINERS (Write After Approval): Add myself.
4687
46882011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4689
4690 * MAINTAINERS (Write After Approval): Add myself.
4691
46922011-04-06 Joseph Myers <joseph@codesourcery.com>
4693
4694 * configure.ac (build_tools): Remove build-byacc.
4695 (host_libs): Remove mmalloc.
4696 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4697 autoconf automake libtool diff rcs fileutils shellutils time
4698 textutils wdiff find uudecode hello tar gzip indent recode release
4699 sed perl gawk findutils gettext zip.
4700 (libgcj): Remove target-qthreads.
4701 (target_tools): Remove target-examples target-gperf.
4702 (YACC): Don't handle building byacc.
4703 * configure: Regenerate.
4704 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4705 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4706 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4707 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4708 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4709 handle building components.
4710 * Makefile.in: Regenerate.
4711
47122011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4713
4714 * MAINTAINERS: Update my email address as Xtensa maintainer.
4715
47162011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4717
4718 * config.sub: Sync from upstream.
4719
47202011-04-01 Joseph Myers <joseph@codesourcery.com>
4721
4722 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4723 (microblaze*): Don't disable libssp.
4724 * configure: Regenerate.
4725
47262011-04-01 Joseph Myers <joseph@codesourcery.com>
4727
4728 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4729 moveifchange.
4730 * configure: Regenerate.
4731 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4732 * Makefile.in: Regenerate.
4733
47342011-04-01 Joseph Myers <joseph@codesourcery.com>
4735
4736 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4737 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4738 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4739 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4740 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4741 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4742 md_exec_prefix cases.
4743 * configure: Regenerate.
4744
47452011-04-01 Joseph Myers <joseph@codesourcery.com>
4746
4747 * configure.ac: Separate cases disabling target-libssp,
4748 target-libiberty, target-libstdc++-v3 and Fortran from general
4749 case over targets.
4750 * configure: Regenerate.
4751
47522011-04-01 Joseph Myers <joseph@codesourcery.com>
4753
4754 * configure.ac (*-*-chorusos): Don't disable libgcj.
4755 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4756 Remove case.
4757 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4758 (arm-*-coff): Don't disable libgcj.
4759 (arm*-*-linux-gnueabi): Remove useless assignment.
4760 (arm-*-riscix*): Don't disable libgcj.
4761 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4762 configuration.
4763 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4764 (c54x*-*-*): Remove case.
4765 (tic54x-*-*): Don't disable GCC or GCC libraries.
4766 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4767 to *.
4768 (d10v-*-*): Don't disable GCC libraries.
4769 (d30v-*-*): Don't disable libgcj.
4770 (h8500-*-*): Don't disable GCC libraries.
4771 (i960-*-*): Don't disable libgcj.
4772 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4773 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4774 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4775 libgcj.
4776 (m68k-*-coff*): Remove case.
4777 (mmix-*-*): Don't disable libgloss on host.
4778 (mn10200-*-*, mn10300-*-*): Remove cases.
4779 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4780 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4781 Don't disable libgcj.
4782 (romp-*-*): Remove case.
4783 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4784 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4785 case.
4786 (v810-*-*): Don't disable GCC libraries.
4787 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4788 (ip2k-*-*): Don't disable GCC libraries.
4789 * configure: Regenerate.
4790
47912011-03-28 Joseph Myers <joseph@codesourcery.com>
4792
4793 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4794 libffi on host.
4795 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4796 on host.
4797 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4798 * configure: Regenerate.
4799
48002011-03-26 John Marino <binutils@marino.st>
4801
4802 * configure.ac: Add support for *-*-dragonfly*
4803 * configure: Regenerate.
4804
48052011-03-25 Joseph Myers <joseph@codesourcery.com>
4806
4807 * configure.ac (native_only): Remove.
4808 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4809 send-pr uudecode guile gnuserv on host.
4810 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4811 send-pr rcs guile perl texinfo libtool on host.
4812 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4813 automake send-pr rcs guile perl texinfo libtool on host.
4814 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4815 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4816 (alpha*-dec-osf*): Don't disable fileutils on target.
4817 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4818 texinfo send-pr expect dejagnu on target.
4819 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4820 target-qthreads on target.
4821 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4822 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4823 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4824 x86_64-*-mingw*): Don't disable expect on target.
4825 (*-*-cygwin*): Don't disable target-gperf on target.
4826 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4827 gnuserv on target.
4828 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4829 target.
4830 * configure: Regenerate.
4831
48322011-03-25 Joseph Myers <joseph@codesourcery.com>
4833
4834 * configure.ac (target_tools): Remove target-groff.
4835 (native_only): Remove target-groff.
4836 (hppa*64*-*-*): Don't disable byacc.
4837 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4838 setting.
4839 (*-*-kaos*): Don't skip target-librx and target-groff.
4840 (*-*-netware*): Don't skip target-libmudflap.
4841 (*-*-tpf*): Don't skip target-libmudflap.
4842 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4843 directories on the host.
4844 (ia64*-*-*vms*): Don't skip tix.
4845 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4846 host.
4847 * configure: Regenerate.
4848
48492011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4850
4851 * configure.ac: Remove references to mt-mep, mt-netware,
4852 mt-wince.
4853 * Makefile.def: Add all-utils soft dependencies.
4854 * Makefile.tpl: Remove GDB_NLM_DEPS.
4855 * configure: Regenerate.
4856 * Makefile.in: Regenerate.
4857
48582011-03-24 Paolo Bonzini <bonzini@gnu.org>
4859
4860 * configure.ac: Do not include mh-x86omitfp.
4861 * configure: Regenerate.
4862
48632011-03-24 Paolo Bonzini <bonzini@gnu.org>
4864
4865 * configure.ac: Remove empty cases.
4866 * configure: Regenerate.
4867
48682011-03-24 Paolo Bonzini <bonzini@gnu.org>
4869
4870 * Makefile.def: Add dependency from termcap to gdb.
4871 * Makefile.in: Regenerate.
4872
48732011-03-24 Paolo Bonzini <bonzini@gnu.org>
4874
4875 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4876 * configure: Regenerate.
4877 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4878 * Makefile.tpl: Likewise.
4879 * Makefile.in: Regenerate.
4880
48812011-03-24 Paolo Bonzini <bonzini@gnu.org>
4882
4883 * configure.ac: Remove all mentions of tentative_cc.
4884 * configure: Regenerate.
4885
48862011-03-24 Joseph Myers <joseph@codesourcery.com>
4887
4888 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4889 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4890 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4891 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4892 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4893 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4894 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4895 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4896 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4897 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4898 *-*-rhapsody*): Remove host cases.
4899 * configure: Regenerate.
4900
49012011-03-24 Joseph Myers <joseph@codesourcery.com>
4902
4903 * configure.ac (ppc*-*-pe): Remove host case.
4904 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4905 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4906 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4907 cases.
4908 * configure: Regenerate.
4909
49102011-03-24 Joseph Myers <joseph@codesourcery.com>
4911
4912 * config.sub: Update to version 2011-03-23.
4913
49142011-03-22 Joseph Myers <joseph@codesourcery.com>
4915
4916 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4917 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4918 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4919 * configure: Regenerate.
4920
49212011-03-22 Joseph Myers <joseph@codesourcery.com>
4922
4923 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4924 to Write After Approval.
4925 * config-ml.in: Don't handle arc-*-elf*.
4926 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4927 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4928 handle GCC libraries.
4929 * configure: Regenerate.
4930
49312011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4932
4933 PR bootstrap/48120:
4934 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4935 Add -lstdc++ -lm to LIBS.
4936 * configure: Regenerate.
4937
49382011-03-18 David Edelsohn <dje.gcc@gmail.com>
4939
4940 * config.guess: Update to version 2011-02-02
4941 * config.sub: Update to version 2011-02-24
4942
49432011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4944
4945 PR lto/48086
4946 * configure.ac: Re-enable LTO on *-apple-darwin9.
4947 * configure: Regenerate.
4948
49492011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4950
4951 PR lto/48086
4952 * configure.ac: Disable LTO on darwin due to an assembler change in
4953 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4954 under 256.
4955 * configure: Regenerate.
4956
49572011-03-11 Chen Liqin <liqin.gcc@gmail.com>
4958
4959 * MAINTAINERS: Update myself as score backend maintainer,
4960 update my e-mail address.
4961
49622011-03-09 Xuepeng Guo <terry.guo@arm.com>
4963
4964 * MAINTAINERS: Update my e-mail address.
4965
49662011-03-06 Joey Ye <joey.ye@arm.com>
4967
4968 * MAINTAINERS: Update my e-mail address.
4969
49702011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4971
4972 * configure.ac: Adjust test of with_ppl.
4973 * configure: Regenerated.
4974
49752011-03-02 Kai Tietz <ktietz@redhat.com>
4976
4977 * MAINTAINERS: Adjust my e-mail address.
4978
49792011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4980
4981 * configure.ac: Add -lpwl to ppllibs.
4982 * configure: Regenerated.
4983
49842011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4985
4986 * config/cloog.m4: Add -lisl to clooglibs.
4987 * configure: Regenerated.
4988
49892011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4990
4991 * MAINTAINERS (CPU Port maintainers): Add self.
4992
49932011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4994
4995 * MAINTAINERS: Add myself as testsuite maintainer.
4996
49972011-02-15 Mike Stump <mikestump@comcast.net>
4998
4999 * MAINTAINERS: Add myself as testsuite maintainer.
5000
50012011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5002
5003 Import from Libtool and gnulib:
5004
5005 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5006
5007 Prepare for supporting FreeBSD 10.
5008 * config.rpath: Remove handling of freebsd1* which soon would
5009 match FreeBSD 10.0.
5010
5011 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5012
5013 Remove support for FreeBSD 1.x.
5014 * libtool.m4 (_LT_LINKER_SHLIBS)
5015 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5016 soon would incorrectly match FreeBSD 10.0.
5017
50182011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5019
5020 PR binutils/12283
5021 * move-if-change: Import version from gnulib.
5022
50232011-02-12 Alexandre Oliva <aoliva@redhat.com>
5024
5025 PR lto/47225
5026 * Makefile.def (lto-plugin): Double dash for enable-shared.
5027 (configure-gcc): Depend on all-lto-plugin.
5028 * Makefile.in: Rebuilt.
5029
50302011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5031
5032 * configure.ac: Remove extra bracket.
5033 * configure: Regenerate.
5034
50352011-02-08 Tobias Burnus <burnus@net-b.de>
5036
5037 * MAINTAINERS: Add myself as libquadmath maintainer.
5038
50392011-02-08 Thomas Schwinge <thomas@schwinge.name>
5040
5041 * MAINTAINERS: Update my email address.
5042
50432011-02-07 Joseph Myers <joseph@codesourcery.com>
5044
5045 * MAINTAINERS (option handling): Add self.
5046
50472011-02-06 Kai Tietz <kai.tietz@onevision.com>
5048
5049 PR lto/47225
5050 * Makefile.def: Add dependency for install-gcc
5051 on install-lto-plugin.
5052 * Makfile.in: Regenerated
5053
50542011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5055
5056 * MAINTAINERS (CPU Port Maintainers): Add myself.
5057
50582011-01-31 Alexandre Oliva <aoliva@redhat.com>
5059
5060 PR libgcj/44341
5061 * configure.ac: Discard --with-* flags for host when configuring
5062 target libraries for cross build.
5063 * configure: Rebuilt.
5064
50652011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5066
5067 * MAINTAINERS (linear loop transforms): Removed.
5068
50692011-01-25 Jakub Jelinek <jakub@redhat.com>
5070
5071 * configure.ac: If with_ppl is no, move setting with_cloog=no
5072 after CLOOG_REQUESTED check.
5073 * configure: Regenerated.
5074
50752011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5076
5077 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5078 CLooG has been requested.
5079 * configure: Regenerated.
5080
50812011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5082
5083 * configure: Regenerated.
5084 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5085
50862011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5087
5088 * configure: Regenerated.
5089 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5090
50912011-01-21 Andreas Schwab <schwab@redhat.com>
5092
5093 * configure.ac: Use AS_HELP_STRING throughout.
5094 * configure: Regenerate.
5095
50962011-01-18 Jie Zhang <jie.zhang@analog.com>
5097
5098 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5099 * configure: Regenerate.
5100
51012011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5102
5103 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5104
51052011-01-13 Joel Brobecker <brobecker@adacore.com>
5106
5107 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5108 for ia64-hpux.
5109 * configure: Regenerate.
5110
51112011-01-07 Jan Hubicka <jh@suse.cz>
5112
5113 PR lto/47225
5114 * Makefile.in: Regenerate.
5115 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5116 configure.
5117
51182011-01-07 Jan Hubicka <jh@suse.cz>
5119
5120 * Makefile.in: Regenerate.
5121 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5122 and configure dependency on lto-plugin configure.
5123 (lto-plugin module): Remove dependency on GCC; add dependency on
5124 liniberty.
5125
51262011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5127
5128 * MAINTAINERS (Write After Approval): Add myself.
5129
51302010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5131
5132 * configure: Regenerate.
5133
51342010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5135
5136 * configure.ac: (picochip): Disable libiberty.
5137
51382010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5139
5140 * MAINTAINERS (Write After Approval): Add myself.
5141
51422010-12-10 Ian Lance Taylor <iant@google.com>
5143
5144 PR bootstrap/46819
5145 * configure.ac: For --disable-libgcj clear libgcj_saved.
5146 * configure: Rebuild.
5147
51482010-12-10 Tobias Burnus <burnus@net-b.de>
5149
5150 PR fortran/46540
5151 * configure.ac: Add --disable-libquadmath and
5152 --disable-libquadmath-support.
5153 * configure: Regenerate.
5154
51552010-12-03 Ian Lance Taylor <iant@google.com>
5156
5157 * MAINTAINERS: Add myself as libgo maintainer.
5158
51592010-12-03 Hans-Peter Nilsson <hp@axis.com>
5160
5161 PR libffi/46792
5162 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5163 * configure: Regenerate.
5164
51652010-12-02 Ian Lance Taylor <iant@google.com>
5166
5167 * configure.ac: Always set default for poststage1_ldflags to
5168 -static-libstdc++ -static-libgcc.
5169
51702010-11-29 Andreas Schwab <schwab@redhat.com>
5171
5172 * configure.ac: Move comment to remove extra space in last argument
5173 of GCC_TARGET_TOOL.
5174
51752010-11-26 Alexandre Oliva <aoliva@redhat.com>
5176
5177 PR other/46026
5178 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5179 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5180 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5181 (BASE_FLAGS_TO_PASS): Use it.
5182 * configure: Rebuilt.
5183 * Makefile.in: Rebuilt.
5184
51852010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5186
5187 PR binutils/12258
5188 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5189 Properly check default linker.
5190 * configure: Regnerated.
5191
51922010-11-23 Matthias Klose <doko@ubuntu.com>
5193
5194 * configure.ac: For --enable-gold, handle value `default' instead of
5195 `both*'. New configure option --{en,dis}able-ld.
5196 * configure: Regenerate.
5197
51982010-11-20 Ian Lance Taylor <iant@google.com>
5199
5200 * configure.ac: Only disable a language library if no language needs
5201 it. Don't let --disable-libgcj uncondtionally disable libffi.
5202 * configure: Rebuild.
5203
52042010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5205
5206 * Makefile.in: Regenerate.
5207
5208 PR other/46202
5209 * configure.ac: Fix just-built in-tree STRIP name to be
5210 binutils/strip-new.
5211 * configure: Regenerate.
5212 * Makefile.def (install-strip-gcc, install-strip-binutils)
5213 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5214 (install-strip-sid): Mirror dependencies on non-strip variants
5215 of these targets on the respective -strip prerequisites.
5216 * Makefile.tpl (install-strip, install-strip-host)
5217 (install-strip-target): New targets.
5218 (install-strip-[+module+], install-strip-target-[+module+]):
5219 New targets.
5220 * Makefile.in: Regenerate.
5221
52222010-11-19 Ian Lance Taylor <iant@google.com>
5223 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5224
5225 * configure.ac: Add target-libgo to target_libraries. Set
5226 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5227 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5228 (HOST_EXPORTS): Add GOC.
5229 (BASE_TARGET_EXPORTS): Add GOC.
5230 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5231 (GOCFLAGS_FOR_TARGET): New variable.
5232 (EXTRA_HOST_FLAGS): Add GOC.
5233 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5234 * Makefile.def (target_modules): Add libgo.
5235 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5236 (dependencies): Add dependency from configure-target-libgo to
5237 configure-target-libffi and all-target-libstdc++-v3. Add
5238 dependencies from all-target-libgo to all-target-libffi.
5239 (languages): Add go.
5240 * configure: Rebuild.
5241 * Makefile.in: Rebuild.
5242
52432010-11-19 Ian Lance Taylor <iant@google.com>
5244
5245 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5246 compiler/flag environment variables.
5247
52482010-11-18 Ian Lance Taylor <iant@google.com>
5249
5250 * configure.ac: Check for lang_requires_boot_languages in
5251 config-lang.in files.
5252 * configure: Rebuild.
5253
52542010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5255 Tobias Burnus <burnus@net-b.de>
5256
5257 PR fortran/32049
5258 * Makefile.def: Add libquadmath; build it with language=fortran.
5259 * configure.ac: Add libquadmath.
5260 * Makefile.tpl: Handle multiple libs in check-[+language+].
5261 * Makefile.in: Regenerate.
5262 * configure: Regenerate.
5263
b9b9d342
TT
52642010-11-16 Tom Tromey <tromey@redhat.com>
5265
5266 * MAINTAINERS: Moved myself to reviewers section.
5267
ecbfe87a
ZD
52682010-11-15 Zdenek Dvorak <ook@ucw.cz>
5269
5270 * MAINTAINERS: Moved myself to reviewers section.
5271
29a4f477
RW
52722010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5273
5274 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5275 (Write After Approval): Remove self.
5276
9965e3cd
AS
52772010-11-15 Andreas Schwab <schwab@redhat.com>
5278
5279 * configure.ac: Fix spelling in option names.
5280 * configure: Regenerated.
5281
0463992b
GJL
52822010-11-13 Georg-Johann Lay <georgjohann@web.de>
5283
5284 PR bootstrap/39622
5285 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5286 * configure: Regenerated.
5287
3df08734
KG
52882010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5289
5290 * MAINTAINERS: Update my email address.
5291
f16e2237
TG
52922010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5293
f16e2237
TG
5294 * configure: Regenerate.
5295
0bb52d68
TG
52962010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5297
1f980c25 5298 * configure: Regenerate.
0bb52d68 5299
aba2b02e
TG
53002010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5301
aba2b02e
TG
5302 * configure: Regenerate.
5303
27882098
TG
53042010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5305
27882098
TG
5306 * configure: Regenerate.
5307
d32ef397
AS
53082010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5309
5310 * configure.ac: Support official CLooG.org versions.
5311 * configure: Regenerate.
5312 * config/cloog.m4: New.
5313
5a4b6c0e
FD
53142010-11-10 François Dumont <francois.cppdevs@free.fr>
5315
5316 * MAINTAINERS (Write After Approval): Add myself.
5317
f2cea726
DE
53182010-11-09 David Edelsohn <dje.gcc@gmail.com>
5319
5320 * MAINTAINERS: Update my email address.
5321
d8ed14ce
IS
53222010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5323
5324 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5325 * configure: Regenerate.
d8ed14ce 5326
48215350
DK
53272010-11-03 Ian Lance Taylor <iant@google.com>
5328 Dave Korn <dave.korn.cygwin@gmail.com>
5329
5330 PR lto/46273
5331 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5332 and on other supported platforms whenever LTO is enabled.
5333 * configure: Rebuild.
5334
87841584
AM
53352010-11-02 Alan Modra <amodra@gmail.com>
5336
5337 PR binutils/12110
5338 * configure.ac: Error when source path contains spaces.
5339 * configure: Regenerate.
5340
fe12dfe1
JW
53412010-10-23 James E. Wilson <wilson@codesourcery.com>
5342
5343 * MAINTAINERS: Update my email address.
5344
66c92425
ILT
53452010-10-20 Ian Lance Taylor <iant@google.com>
5346
5347 * Makefile.def (target_modules): Set lib_path to src/.libs for
5348 libstdc++-v3 module.
5349 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5350 * Makefile.in: Rebuild.
5351
187d3518
LB
53522010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5353
5354 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5355 (Write After Approval): Remove myself.
5356
02db6bba
TG
53572010-10-15 Tristan Gingold <gingold@adacore.com>
5358
5359 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5360
c0103e74
DR
53612010-10-14 Douglas Rupp <rupp@gnat.com>
5362
5363 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5364
1cd0b716
DK
53652010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5366
5367 * configure.ac (build_lto_plugin): New shell variable.
5368 (--enable-lto): Turn on by default for all non-ELF platforms that
5369 have had LTO support added so far. Set build_lto_plugin appropriately
5370 for both ELF and non-ELF.
5371 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5372 * configure: Regenerate.
5373
d4c1abb3
RW
53742010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5375
5376 Sync from src:
5377 * configure.ac (v850 support): Remove target-libgloss from
5378 noconfigdirs.
5379 * configure: Regenerate.
5380
ffedf511
RW
53812010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5382
5383 PR bootstrap/45326
5384 PR bootstrap/45174
5385 * configure.ac: Honor initial values of $build_configargs,
5386 $host_configargs, $target_configargs. Mark the precious, so
5387 environment settings get recorded.
5388 * configure: Regenerate.
5389
e1826acc
RW
53902010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5391
5392 PR bootstrap/45796
5393 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5394 Depend on all-build-libiberty.
5395 * Makefile.in: Regenerate.
5396
80920132
ME
53972010-09-30 Michael Eager <eager@eagercon.com>
5398
5399 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5400 * configure: Regenerate.
5401
770a498a
ME
54022010-09-28 Michael Eager <eager@eagercon.com>
5403
5404 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5405
86dfbd58
RW
54062010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5407
5408 PR bootstrap/44621
5409 * configure.ac: Fix unportable shell quoting.
5410 * configure: Regenerate.
5411
db50fe7d
IS
54122010-09-21 Iain Sandoe <iains@gcc.gnu.org>
5413
5414 * configure.ac (enable-lto): Add Darwin to the list of supported lto
5415 targets and amend comment.
5416 * configure: Regenerate.
5417
0064e825
TB
54182010-09-15 Tejas Belagod <tejas.belagod@arm.com>
5419
5420 * MAINTAINERS (Write After Approval): Add myself.
5421
bb79486c
JH
54222010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
5423
5424 * configure.ac: Enable LTO by default on Darwin.
5425 * configure: Regenerate.
5426
9e0b22c3
MS
54272010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
5428
bb79486c 5429 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 5430
2fabf1b7
IB
54312010-09-01 Ian Bolton <ian.bolton@arm.com>
5432
bb79486c 5433 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 5434
3a9abc98
DS
54352010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
5436
5437 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5438 ports
5439
331a9a59
DY
54402010-07-28 David Yuste <david.yuste@gmail.com>
5441
5442 * MAINTAINERS (Write After Approval): Add myself.
5443
223a9d64
N
54442010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5445
5446 * configure.ac: Support all v850 targets.
5447 * configure: Regenerate.
5448
9183bdcf
MG
54492010-07-23 Marc Glisse <marc.glisse@normalesup.org>
5450
5451 PR bootstrap/44455
5452 * configure.ac (extra_mpfr_configure_flags): Copy from
5453 extra_mpc_gmp_configure_flags.
5454 * configure: Re-generated.
5455
2e290598
AK
54562010-07-22 Andi Kleen <ak@linux.intel.com>
5457
5458 * MAINTAINERS (Write After Approval): Add myself.
5459
8d6cd388
CLT
54602010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
5461
5462 * MAINTAINERS (Write After Approval): Add myself.
5463
b0b01eb0
JY
54642010-07-20 Jeffrey Yasskin <jyasskin@google.com>
5465
5466 * MAINTAINERS (Write After Approval): Add myself.
5467
77198d71
JH
54682010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
5469
5470 PR target/44862
5471 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5472 Provide -B option to allow for link spec %s substitutions for
5473 libstdc++.a on darwin.
5474 * Makefile.in: Regenerate.
5475
02fe70af
MM
54762010-07-10 Mikael Morin <mikael@gcc.gnu.org>
5477
5478 * MAINTAINERS (Reviewers): Update my e-mail address
5479
c63a4676
AO
54802010-06-10 Alexandre Oliva <aoliva@redhat.com>
5481
5482 * Makefile.def (configure-gcc): Depend on all-libelf.
5483 * Makefile.in: Rebuild.
5484
e68edbf6
FC
54852010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
5486
5487 * MAINTAINERS (Write After Approval): Add myself in the right place.
5488
dce2d8b2 54892010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
5490
5491 * MAINTAINERS (Write After Approval): Add myself.
5492
dce2d8b2 54932010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
5494
5495 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
5496
54972010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 5498
1ab55d69
MK
5499 * config.sub: Update to version 2010-05-21.
5500 * config.guess: Update to version 2010-04-03.
0c422e74 5501
02540df4
SB
55022010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5503
5504 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5505 * configure: Regenerate.
5506
dfe5f5b2
ST
55072010-05-12 Sriraman Tallam <tmsriram@google.com>
5508
5509 * MAINTAINERS (Write After Approval): Add myself.
5510
c082f9f3
SB
55112010-05-07 Steven Bosscher <steven@gcc.gnu.org>
5512
5513 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5514 a platform that supports LTO.
5515 * configure: Regenerate.
5516
f1af9e5f
SP
55172010-05-05 Sebastian Pop <sebastian.pop@amd.com>
5518
5519 * configure.ac: Allow all the versions greater than 0.10 of PPL.
5520 * configure: Regenerated.
5521
38e3d868
RM
55222010-04-27 Roland McGrath <roland@redhat.com>
5523 H.J. Lu <hongjiu.lu@intel.com>
5524
5525 * configure.ac (--enable-gold): Support both, both/gold and
5526 both/bfd to add gold to configdirs without removing ld.
5527 * configure: Regenerated.
5528
5529 * Makefile.def: Add install-gold dependency to install-ld.
5530 * Makefile.in: Regenerated.
5531
3bec79c5
DK
55322010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5533
5534 PR lto/42776
5535 * configure.ac (--enable-lto): Refactor handling so libelf tests
5536 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5537 and allow LTO to be explicitly enabled on non-ELF platforms that
5538 are known to support it inside else-clause.
5539 * configure: Regenerate.
5540
615c8ffa
EB
55412010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5542
5543 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5544 * configure: Regenerate.
5545
e4522f78
RC
55462010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5547
5548 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5549 * configure: Regenerate.
5550
8ccb78f2
RO
55512010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5552
5553 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5554 separately.
5555 * configure: Regenerate.
5556
d5cc2ee3
KW
55572010-04-16 Kevin Williams <kevin.williams@inria.fr>
5558
5559 * MAINTAINERS (Write After Approval): Add myself.
5560
8406cb62
TG
55612010-04-14 Tristan Gingold <gingold@adacore.com>
5562
5563 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5564 * configure: Regenerate.
5565
3591b8e2
SE
55662010-04-13 Steve Ellcey <sje@cup.hp.com>
5567
5568 * configure: Regenerate after change to elf.m4.
5569
a82ecc7b
IS
55702010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5571
5572 * MAINTAINERS (Write After Approval): Add myself.
5573
1f0bf148
SP
55742010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5575
5576 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5577 * configure: Regenerated.
5578
55792010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5580
5581 * configure.ac: Print "buggy but acceptable" when CLooG
5582 revision is less than 9.
5583 * configure: Regenerated.
5584
ecd01dee
DN
55852010-04-01 Diego Novillo <dnovillo@google.com>
5586
5587 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5588
dc683a3f
RW
55892010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5590
5591 PR bootstrap/43615
5592 PR bootstrap/43328
5593
5594 Revert:
5595
5596 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5597
5598 * configure.ac: Do not pass --enable-multilib nor
5599 --disable-multilib in baseargs. Accept explicitly passed
5600 --enable_multilib.
5601 * configure: Regenerate.
5602
7527d83f
UW
56032010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5604
5605 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5606
895522b6
JJ
56072010-03-31 Janis Johnson <janis187@us.ibm.com>
5608
5609 * MAINTAINERS: Remove myself.
5610
9db4e878
RW
56112010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5612
5613 PR bootstrap/43328
5614 * configure.ac: Do not pass --enable-multilib nor
5615 --disable-multilib in baseargs. Accept explicitly passed
5616 --enable_multilib.
5617 * configure: Regenerate.
5618
acf6bf36
AP
56192010-03-28 Andrew Pinski <pinskia@gmail.com>
5620
5621 * MAINTAINERS (spu port): Remove me.
5622
b42f0d7e
JM
56232010-03-23 Joseph Myers <joseph@codesourcery.com>
5624
5625 * configure.ac (tic6x-*-*): New case.
5626 * configure: Regenerate.
5627
0d1152b1
JM
56282010-03-23 Joseph Myers <joseph@codesourcery.com>
5629
5630 * config.sub: Update to version 2010-03-22.
5631 * config.guess: Update to version 2009-12-30.
5632
dce2d8b2 56332010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
5634
5635 PR ada/42554
5636 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5637 * configure: Regenerate.
5638
5408fbe8
RR
56392010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5640
5641 * MAINTAINERS: Update my email address.
5642
3f55a3b3
SP
56432010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5644
5645 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5646 (ghassan.shobaki@amd.com): Removed.
5647
3f08f7e8
AM
56482010-03-17 Alan Modra <amodra@gmail.com>
5649
5650 * MAINTAINERS: Update my email address.
5651
f3a9d094
DN
56522010-03-16 Diego Novillo <dnovillo@google.com>
5653
5654 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5655 Matthews.
5656
db5c4b8b
JM
56572010-03-16 Joseph Myers <joseph@codesourcery.com>
5658
5659 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5660 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5661
b995570a
JM
56622010-03-16 Joseph Myers <joseph@codesourcery.com>
5663
5664 * MAINTAINERS: Update my email address.
5665
124cc66f
DJ
56662010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5667
5668 * MAINTAINERS: Update my email address.
5669
a4581668
BS
56702010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5671
5672 * MAINTAINERS: Update my email address.
5673
49d78e29
JZ
56742010-03-09 Jie Zhang <jie@codesourcery.com>
5675
5676 * MAINTAINERS: Update my email address.
5677
8927b7c0
RO
56782010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5679
5680 PR libstdc++/32499
5681 * configure.ac (RANLIB): Default to true.
5682 (STRIP): Likewise.
5683 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5684 * configure: Regenerate.
5685
dce2d8b2 56862010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
5687
5688 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5689 (Write After Approval): Update my email address.
5690
bf646aaf
NC
56912010-02-17 Nick Clifton <nickc@redhat.com>
5692
5693 PR 11238
5694 * Makefile.tpl (local-distclean): Also remove config.cache files in
5695 sub-directories as there may not be Makefiles present in the
5696 sub-directories.
96e41f16
NC
5697 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5698 the config.cache files found by the find command.
5699
bf646aaf
NC
5700 * Makefile.in: Regenerate.
5701 * configure.ac: Revert previous delta.
5702 * configure: Regenerate.
5703
ff78880a
NC
57042010-02-15 Nick Clifton <nickc@redhat.com>
5705
5706 PR 11238
5707 * configure.ac: Delete config.cache files in sub-directories when
5708 deleting Makefiles.
5709 * configure: Regenerate.
5710
8150eadf
BE
57112010-02-12 Ben Elliston <bje@gnu.org>
5712
5713 * MAINTAINERS: Update my email address.
5714
a9e12bfd
AP
57152010-02-08 Andrew Pinski <pinskia@gmail.com>
5716
5717 * MAINTAINERS (spu port): Update my email address.
5718
95315086
JZ
57192010-02-08 Jie Zhang <jie.zhang@analog.com>
5720
5721 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5722
362c6d2f
KG
57232010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5724
5725 * configure.ac: Add "recommended" version checks for GMP/MPC.
5726 Update recommended GMP/MPFR/MPC versions.
5727 * configure: Regenerate.
5728
888c5ad2
JR
57292010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5730
5731 * MAINTAINERS: Move my Embecosm email address into the
5732 write-after-approval section.
5733
3bf714a7
ILT
57342010-01-26 Ian Lance Taylor <iant@google.com>
5735
5736 * MAINTAINERS: Add myself as Go frontend maintainer.
5737
ad1e5170
JR
57382010-01-25 Joern Rennecke <amylaar@spamcop.net>
5739
5740 PR libstdc++/36101, PR libstdc++/42813
5741 * configure.ac (bootstrap_target_libs): Make inclusion of
5742 target-libgomp conditional on libgomb being in target_configdirs.
5743 * configure: Regenerate.
5744
fb0553d1
JR
57452010-01-23 Joern Rennecke <amylaar@spamcop.net>
5746
5747 PR libstdc++/36101, PR libstdc++/42813
5748 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5749 * configure: Regenerate.
5750
aae29963
JR
57512010-01-22 Joern Rennecke <amylaar@spamcop.net>
5752
5753 PR libstdc++/36101, PR libstdc++/42813
5754 * configure.ac (target_configdirs): Substitute.
5755 * Makefile.def: Bootstrap target module libgomp.
5756 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5757 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5758 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5759 * configure, Makefile.in: Regenerate.
5760
d8fe8895
DK
57612010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5762
5763 * MAINTAINERS: Adjust my details.
5764
ebfe4897
EW
57652010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5766
5767 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5768
f7746c59
TL
57692010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5770
5771 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5772
306c7b5b
TL
57732010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5774
5775 * MAINTAINERS (Write After Approval): Add myself.
5776
1b8b9e19
KT
57772010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5778
5779 * MAINTAINERS (Write After Approval): Add myself.
5780
c164615b
RG
57812010-01-11 Richard Guenther <rguenther@suse.de>
5782
5783 PR lto/41569
5784 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5785 * Makefile.in: Regenerated.
5786
f3f623ae
AT
57872010-01-11 Andreas Tobler <andreast@fgznet.ch>
5788
5789 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5790 * configure: Regenerate.
5791
592c90ff 57922010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 5793 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
5794
5795 PR bootstrap/42424
5796 * configure.ac: Include libtool m4 files.
9c78662a 5797 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
5798 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5799 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 5800
592c90ff
KG
5801 * configure: Regenerate.
5802
60a2e213
RW
58032010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5804
5805 PR bootstrap/41818
5806 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5807 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5808 * Makefile.in: Regenerate.
5809
7413962d
RG
58102010-01-02 Richard Guenther <rguenther@suse.de>
5811
5812 PR lto/41529
5813 * configure.ac: Include config/elf.m4. Disable LTO if not
5814 builting for an elf target.
5815 * configure: Regenerate.
5816
f77f3945
CF
58172009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5818
5819 * MAINTAINERS: Change my email address.
5820
4960e3f0
BE
58212009-12-18 Ben Elliston <bje@au.ibm.com>
5822
5823 * config.sub, config.guess: Update from upstream sources.
5824
d16a31da
SZ
58252009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5826
5827 * MAINTAINERS (Write After Approval): Add myself.
5828
3a5729ea
KG
58292009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5830
5831 PR middle-end/30447
5832 PR middle-end/30789
5833 PR other/40302
5834
5835 * configure.ac: Require MPC.
5836 * configure: Regenerate.
5837
43e02a8a
RW
58382009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5839
5840 PR target/38384
5841 PR bootstrap/40972
5842 * libtool.m4: Sync from git Libtool.
5843 * ltoptions.m4: Likewise.
5844 * ltversion.m4: Likewise.
5845 * lt~obsolete.m4: Likewise.
5846 * ltmain.sh: Likewise.
5847
360d4522
KG
58482009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5849
5850 * configure.ac: Update minimum MPC version to 0.8.
5851 * configure: Regenerate.
5852
f264ed56
SP
58532009-11-21 Sebastian Pop <sebpop@gmail.com>
5854
5855 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5856 * configure: Regenerated.
5857
ed2eaa9f
ILT
58582009-11-21 Ian Lance Taylor <iant@google.com>
5859
5860 * configure.ac: Change default of poststage1_ldflags to be empty if
5861 poststage1_libs is set. When poststage1_libs is empty, and
5862 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5863 * configure: Rebuild.
5864
58346783
AN
58652009-11-21 Adam Nemet <adambnmet@gmail.com>
5866
5867 * MAINTAINERS (Write After Approval): Update my email address.
5868
5ca0106a
BE
58692009-11-20 Ben Elliston <bje@au.ibm.com>
5870
5871 * config.guess: Update from upstream sources.
5872
87213cd4
AO
58732009-11-16 Alexandre Oliva <aoliva@redhat.com>
5874
5875 * Makefile.def: Restore host and target settings for gmp.
5876 * Makefile.in: Rebuild.
5877
f61428ed
AO
58782009-11-16 Alexandre Oliva <aoliva@redhat.com>
5879
5880 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5881 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5882 Fix portability of test of C++ as bootstrap language. Add
5883 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5884 * configure: Rebuild.
5885 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5886 and cloog. Fix in-tree ppl configuration. Introduce libelf
5887 in-tree building.
5888 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5889 (POSTSTAGE1_HOST_EXPORTS): Use it.
5890 (STAGE[+id+]_CXXFLAGS): New.
5891 (BASE_FLAGS_TO_PASS): Pass it down.
5892 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5893 extra_exports.
5894 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5895 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5896 extra_exports.
5897 * Makefile.in: Rebuild.
5898
f6c56be6
BE
58992009-11-17 Ben Elliston <bje@au.ibm.com>
5900
5901 * config.sub, config.guess: Update from upstream sources.
5902
0ccb5970
JK
59032009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5904
5905 * MAINTAINERS (Write After Approval): Add myself.
5906
dce2d8b2 59072009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
5908
5909 * MAINTAINERS (Write After Approval): Add myself.
5910
5d571eaa
OS
59112009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5912
5913 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5914 paths for *-w64-mingw* and x86_64-*mingw*.
5915 * configure: Regenerated.
5916
dce2d8b2 59172009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
5918
5919 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5920
c393f559
BK
59212009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5922
5923 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5924 Phil Edwards to Write-After Approval.
5925
ef4c4300
KT
59262009-10-30 Kai Tietz <kai.tietz@onevision.com>
5927
5928 * configure.ac: Disable target-winsup & co for
5929 x86_64-*-mingw* and *-w64-mingw* targets.
5930 * configure: Regenerated.
5931
65a324b4
NC
59322009-10-16 Nick Clifton <nickc@redhat.com>
5933
5934 * MAINTAINERS: Add myself as a maintainer for the RX port.
5935
dce2d8b2 59362009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 5937
9c78662a 5938 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 5939
17e72e5d
RO
59402009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5941
5942 * configure.ac (CLooG test): Use = with test.
5943 * configure: Regenerate.
5944
ed3a56f3
RG
59452009-10-22 Richard Guenther <rguenther@suse.de>
5946
5947 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5948 cloog if the ppl version check failed. Move flags saving
5949 before setting in libelf check.
5950 * configure: Regenerate.
5951
ad0abd3c
RG
59522009-10-21 Richard Guenther <rguenther@suse.de>
5953
5954 * configure.ac: Adjust the ppl and cloog configure to work as
5955 documented. Disable cloog if ppl was disabled. Omit the version
5956 checks if they were disabled.
5957 * configure: Re-generate.
5958
e4c5bd48
RW
59592009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5960
5961 * configure.ac: Add 'lto' to enable_languages, not
5962 new_enable_languages, and only if not already present.
5963 * configure: Regenerate.
5964
0ffd69c5
GP
59652009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
5966
5967 * README: Refer to the various COPYING* files instead of just
5968 COPYING.
5969 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5970
dce2d8b2 59712009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
5972
5973 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 5974
58687768
RG
59752009-10-07 Richard Guenther <rguenther@suse.de>
5976
5977 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5978 and Richard Guenther as reviewers.
5979 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5980 as reviewers.
5981
49b0ca5c 59822009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 5983
49b0ca5c 5984 * config.sub: Update from upstream sources.
d2d9ce5e 5985
aeb94799
ILT
59862009-10-06 Ian Lance Taylor <iant@google.com>
5987
5988 * Makefile.def: check-gold depends upon all-gas.
5989 * Makefile.in: Rebuild.
5990
123651cd
PM
59912009-10-05 Phil Muldoon <pmuldoon@redhat.com>
5992
5993 * MAINTAINERS (Write After Approval): Add myself.
5994
d7f09764
DN
59952009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
5996
5997 * Makefile.def: all-lto-plugin depends on all-libiberty.
5998 set bootstrap=true for lto-plugin.
5999 Add lto-plugin.
6000 * Makefile.in: Regenerate.
6001 * configure.ac (host_libs): Add lto-plugin.
6002 * configure: Regenerate.
6003
d7f09764
DN
60042009-10-03 Diego Novillo <dnovillo@google.com>
6005
6006 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6007 (HOST_LIBELFLIBS): Define.
6008 (HOST_LIBELFINC): Define.
6009 * Makefile.in: Regenerate.
6010 * configure.ac: Add --enable-lto.
6011 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6012 If --enable-lto is used, add 'lto' to new_enable_languages.
6013 If --enable-lto is used and gold is enabled, add
6014 lto-plugin to configdirs.
6015 * configure: Regenerate.
6016
60172009-10-03 Simon Baldwin <simonb@google.com>
6018
6019 * configure.ac: If --with-system-zlib, suppress local zlib and
6020 pass --with-system-zlib to subdir configure scripts.
6021 * configure: Regenerate.
6022
dce2d8b2 60232009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
6024 Paolo Bonzini <bonzini@gnu.org>
6025
6026 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6027 $(srcdir).
6028 * Makefile.in: Rebuilt.
6029
dce2d8b2 60302009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
6031
6032 * MAINTAINERS (Write After Approval): Add myself.
6033
3e661154
KG
60342009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6035
6036 * configure.ac: Update minimum MPC version to 0.7.
6037 * configure: Regenerate.
6038
f1a036e4
NC
60392009-09-25 Nick Clifton <nickc@redhat.com>
6040
6041 * configure.ac: Pass any --cache-file=/dev/null option on to
6042 subconfigures.
6043 * configure: Regenerate.
6044
d4c74acc
NC
60452009-09-23 Nick Clifton <nickc@redhat.com>
6046
6047 * config.sub, config.guess: Update from upstream sources.
6048
dce2d8b2 60492009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
6050
6051 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6052 * Makefile.in: Rebuilt.
6053
0db770bd
RW
60542009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6055
6056 PR bootstrap/32272
6057 * configure.ac: Error out if $srcdir isn't '.' but contains
6058 host-${host_noncanonical}.
6059 * configure: Regenerate.
6060
71101870
RO
60612009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6062
6063 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6064 maintainer.
6065
ca6d0d62
RW
60662009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6067
79cd2b23
RW
6068 * configure.ac: If bootstrapping a combined tree with
6069 --enable-gold, require c++ in stage1_languages.
6070 * configure: Regenerate.
6071
ab9dcd0c
RW
6072 * configure.ac: Also add target_libs of stage1_languages to
6073 bootstrap_target_libs.
6074 * configure: Regenerate.
6075
ca6d0d62
RW
6076 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6077 with --enable-languages not containing c++.
6078 * configure: Regenerate.
6079
1c3c9f12
JZ
60802009-09-15 Jie Zhang <jie.zhang@analog.com>
6081
6082 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6083 * configure: Regenerate.
6084
dce2d8b2 60852009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6086
6fb30a14
JR
6087 * MAINTAINERS (Write After Approval): Update my e-mail address,
6088 and move from from here...
6089 (Waiting for paperwork): To here.
0318772d 6090
4056c2c6
JM
60912009-09-09 Joseph Myers <joseph@codesourcery.com>
6092
6093 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6094
3e54529c
RW
60952009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6096
6097 * configure.ac: Do not use $extrasub for replacing @if/@endif
6098 parts in Makefile; instead, use additional arguments to
6099 AC_CONFIG_COMMANDS to do the replacement manually, with several
6100 sed invocations, to avoid HP-UX sed command limits.
6101 * configure: Regenerate.
6102
713e2ea6
AO
61032009-09-08 Alexandre Oliva <aoliva@redhat.com>
6104
6105 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6106 blank before -L.
6107
5646b7b9
AO
61082009-09-04 Alexandre Oliva <aoliva@redhat.com>
6109
6110 * configure.ac (with-build-config): Document. Handle without.
6111 Handle missing argument.
6112 * configure: Rebuilt.
6113
e12c4094
AO
61142009-09-03 Alexandre Oliva <aoliva@redhat.com>
6115
6116 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6117 Default to bootstrap-debug only if compare-debug works.
6118 * configure: Rebuilt.
6119 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6120 * Makefile.in: Rebuilt.
6121
75cb0057
RO
61222009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6123
6124 * MAINTAINERS (OS Port Maintainers): Update my email address.
6125
8fc68cba
AO
61262009-09-01 Alexandre Oliva <aoliva@redhat.com>
6127
6128 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6129 * Makefile.in: Rebuilt.
6130
44cb38cf
CD
61312009-09-01 Chris Demetriou <cgd@google.com>
6132
6133 * MAINTAINERS (Write After Approval): Add myself.
6134
f9329c35
DS
61352009-08-31 Dodji Seketeli <dodji@redhat.com>
6136
6137 PR debug/30161
6138 * include/dwarf2.h (enum dwarf_tag): Added
6139 DW_TAG_GNU_template_template_param
6140 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6141
f945e229
PB
61422009-08-30 Paolo Bonzini <bonzini@gnu.org>
6143
6144 * Makefile.tpl (AWK): Fix typo.
6145 * Makefile.in: Regenerate.
6146
87264276
PB
61472009-08-30 Paolo Bonzini <bonzini@gnu.org>
6148
6149 * configure.ac: Detect awk and sed.
6150 * Makefile.def (flags_to_pass): Add AWK and SED.
6151 * Makefile.tpl (AWK, SED): New.
6152 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6153 * configure: Regenerate.
6154 * Makefile.in: Regenerate.
6155
68ccd57c
DK
61562009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6157
6158 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6159 (collapseslashes): Likewise.
6160
df58e648
RW
61612009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6162
6163 * configure.ac (AC_PREREQ): Bump to 2.64.
6164
0539cb2c
RW
61652009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6166
70fa0efa
RW
6167 * configure.ac: Remove --with-datarootdir, --with-docdir,
6168 --with-pdfdir, --with-htmldir switches.
6169 * configure: Regenerate.
6170
5213506e
RW
6171 * configure: Regenerate.
6172
0539cb2c
RW
6173 * compile: Sync from Automake 1.11.
6174 * depcomp: Likewise.
6175 * install-sh: Likewise.
6176 * missing: Likewise.
6177 * mkinstalldirs: Likewise.
6178 * ylwrap: Likewise.
6179
197c68cc
DK
61802009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6181
6182 * ltmain.sh (func_normal_abspath): New function.
6183 (func_relative_path): Likewise.
6184 (func_mode_help): Document new -bindir option for link mode.
6185 (func_mode_link): Add new -bindir option, and use it to place
6186 output DLL if specified.
6187
58af276a
RW
61882009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6189
0115d4a3
RW
6190 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6191 (baseargs): Add --disable-option-checking.
6192 * configure: Regenerate.
6193
58af276a
RW
6194 * Makefile.def (configure-target-libiberty): Depend on
6195 all-binutils and all-ld.
6196 (configure-target-newlib): Likewise.
6197 * Makefile.in: Regenerate.
6198
e9d9afef
BE
61992009-08-17 Ben Elliston <bje@au.ibm.com>
6200
6201 * config.sub, config.guess: Update from upstream sources.
6202
354ebf88
RW
62032009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6204
6205 Sync from src, merge:
6206
6207 2009-07-02 Tristan Gingold <gingold@adacore.com>
6208
6209 * configure.ac: Do not exclude gas for i386-*-darwin.
6210 Add a case for x86_64-*-darwin.
6211 * configure: Regenerate.
6212
8375f7b2
NV
62132009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6214
6215 * MAINTAINERS: Add my name to Write After Approval list.
6216
dce2d8b2 62172009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6218
6219 * configure.ac: Add Microblaze target.
6220 * configure: Regenerate.
6221
ea2002ba
CB
62222009-07-31 Christian Bruel <christian.bruel@st.com>
6223
6224 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6225 * configure: Regenerate.
2bf33cdb 6226
dce2d8b2 62272009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6228
6229 * MAINTAINERS (Write After Approval): Update my e-mail address.
6230
e90e6bd7
ILT
62312009-07-06 Ian Lance Taylor <iant@google.com>
6232
6233 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6234 * configure: Rebuild.
6235
f6e0880a
TG
62362009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6237
6238 * MAINTAINERS: Move myself to the Graphite Reviewers.
6239
6d984927
WG
62402009-06-30 Wei Guozhi <carrot@google.com>
6241
6242 * MAINTAINERS: Add my name to Write After Approval list.
6243
f2689b09
SE
62442009-06-26 Steve Ellcey <sje@cup.hp.com>
6245
6246 PR bootstrap/40338
6247 * configure.ac (comparestring): Create new variable.
6248 * Makefile.tpl (comparestring): Use to skip some comparisions.
6249 * configure: Regenerate.
6250 * Makefile.in: Regenerate.
6251
f62c0ba4
DE
62522009-06-26 Doug Evans <dje@sebabeach.org>
6253
6254 * Makefile.def (host_modules): Add cgen.
6255 * Makefile.in: Regenerate.
6256 * configure.ac (host_tools): Add cgen.
6257 * configure: Regenerate.
6258
7acf4da6
DD
62592009-06-23 DJ Delorie <dj@redhat.com>
6260
6261 * MAINTAINERS: Add myself as mep maintainer.
6262
00020c16
ILT
62632009-06-23 Ian Lance Taylor <iant@google.com>
6264
6265 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6266 boot_languages. Only bootstrap target libraries listed in
6267 target_libs for some boot language. Add --with-stage1-ldflags,
6268 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6269 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6270 if not building with C++.
6271 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6272 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6273 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6274 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6275 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6276 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6277 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6278 * configure, Makefile.in: Rebuild.
6279
1da52d4a
LF
62802009-06-23 Li Feng <nemokingdom@gmail.com>
6281
6282 * MAINTAINERS: Added my name to write-after-approval list.
6283
144c9175
RM
62842009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6285
6286 * configure.ac: Define is_elf for QNX Neutrino targets.
6287 * configure: Regenerate.
6288
e5871e24
GS
62892009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6290
9c78662a 6291 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 6292
5f4a82c0
KG
62932009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6294
6295 * configure.ac: Detect MPC in default directory.
6296 * configure: Regenerate.
6297
394e9195
JG
62982009-06-03 Jerome Guitton <guitton@adacore.com>
6299 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6300
9c78662a
UB
6301 * Makefile.tpl (all): Avoid a trailing backslash.
6302 * Makefile.in: Regenerate.
394e9195 6303
47bca6aa
BE
63042009-06-03 Ben Elliston <bje@au.ibm.com>
6305
6306 * config.sub, config.guess: Update from upstream sources.
6307
a891a473
RS
63082009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6309
6310 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6311 to noconfdirs.
6312 * configure: Regenerate.
6313
70cb2d9f
AO
63142009-06-02 Alexandre Oliva <aoliva@redhat.com>
6315
6316 * Makefile.tpl ([+compare-target+]): Compare all stage
6317 directories, rather than just gcc.
6318 * Makefile.in: Rebuilt.
6319
7f1245df
DK
63202009-06-01 Doug Kwan <dougkwan@google.com>
6321
6322 * configure.ac: Support gold for target arm*-*-*.
6323 * configure: Regenerate.
394e9195 6324
acd26225
KG
63252009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6326
6327 * Makefile.def: Add MPC support and dependencies.
6328 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6329
6330 * Makefile.in, configure: Regenerate.
6331
a1fc946a
AO
63322009-05-27 Alexandre Oliva <aoliva@redhat.com>
6333
6334 * Makefile.tpl (all): Avoid harmless warning in make all when
6335 gcc-bootstrap is enabled but stage_last does not exist.
6336 * Makefile.in: Rebuilt.
6337
2e6a3c8d
NR
63382009-05-24 Nicolas Roche <roche@adacore.com>
6339
6340 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6341 * Makefile.in: Regenerate.
6342
63487d11
DC
63432009-05-21 Denis Chertykov <chertykov@gmail.com>
6344
6345 * MAINTAINERS: Update my e-mail address.
6346
449223af
DK
63472009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6348
6349 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6350 * configure: Regenerate.
6351
31c98f49
AO
63522009-05-18 Alexandre Oliva <aoliva@redhat.com>
6353
6354 PR other/40159
6355 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6356 gcc-no-bootstrap are mutually exclusive.
6357 * Makefile.in: Rebuilt.
6358
0f501837
AO
63592009-05-18 Alexandre Oliva <aoliva@redhat.com>
6360
6361 PR other/40159
6362 * Makefile.tpl (all): Don't end with unconditional success.
6363 * Makefile.in: Rebuilt.
6364
4a4a4e99
AO
63652009-05-12 Alexandre Oliva <aoliva@redhat.com>
6366
6367 PR target/37137
6368 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6369 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6370 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6371 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6372 stage_configureflags, stage_cflags and stage_libcflags into
6373 explicit Makefile macros.
6374 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6375 GFORTRAN.
6376 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6377 CC. Set CC_FOR_BUILD from CC.
6378 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6379 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6380 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6381 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6382 and GFORTRAN.
6383 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6384 (_LIBCFLAGS): Renamed to _TFLAGS.
6385 (do-compare-debug, do-compare3-debug): Drop.
6386 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6387 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6388 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6389 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6390 (XGCC_FLAGS_FOR_TARGET): New.
6391 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6392 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6393 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6394 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 6395 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
6396 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
6397 TFLAGS.
6398 (BUILD_CONFIG): Include if requested.
6399 (all): Set TFLAGS on bootstrap.
6400 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6401 (all-stageid-prefixmodule): Likewise.
6402 (do-clean, distclean-stageid): Set TFLAGS.
6403 (restrap): Fix whitespace.
6404 * Makefile.in: Rebuilt.
6405
1cee3429
PB
64062009-05-07 Paolo Bonzini <bonzini@gnu.org>
6407
6408 * config.guess: Sync with src.
6409
0b70eafd
DK
64102009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
6411
6412 * configure.ac ($with_ppl): Default to no if not supplied.
6413 ($with_cloog): Likewise.
6414 configure: Regenerate.
6415
5175f17c
JW
64162009-04-27 James E. Wilson <wilson@codesourcery.com>
6417
6418 * MAINTAINERS: Update my e-mail address.
6419
952fa153
NC
64202009-04-27 Nick Clifton <nickc@redhat.com>
6421
6422 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6423
a687f83c
EB
64242009-04-25 Eric Botcazou <ebotcazou@adacore.com>
6425
6426 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6427 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6428 * Makefile.in: Regenerate.
6429
9e3eba15
KG
64302009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6431
6432 PR bootstrap/39739
6433 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6434 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6435
6436 * configure, Makefile.in: Regenerate.
6437
a687f83c 64382009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
6439
6440 * include/hashtab.h: Update GTY annotations to new syntax
6441 * include/splay-tree.h: Likewise
6442
070bdbd9
BE
64432009-04-17 Ben Elliston <bje@au.ibm.com>
6444
6445 * config.sub, config.guess: Update from upstream sources.
6446
55f2d967
AG
64472009-04-15 Anthony Green <green@moxielogic.com>
6448
6449 * configure.ac: Add moxie support.
6450 * configure: Rebuilt.
6451
309c24a9
JJ
64522009-04-14 Jakub Jelinek <jakub@redhat.com>
6453
6454 * configure.ac: Change copyright header to refer to version
6455 3 of the GNU General Public License and to point readers at the
6456 COPYING3 file and the FSF's license web page.
6457 * Makefile.def: Likewise.
6458 * Makefile.tpl: Likewise.
6459 * Makefile.in: Regenerate.
6460
b93133bc
JH
64612009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
6462
6463 * configure.ac: Restore match for darwin9 or later. Use double
6464 brackets since regeneration eats one pair.
6465 * configure: Regenerate.
6466
d18ff35a
L
64672009-04-09 H.J. Lu <hongjiu.lu@intel.com>
6468
6469 PR gas/10039
6470 * configure.ac: Require texinfo 4.7.
6471 * configure: Regenerated.
6472
748086b7
JJ
64732009-04-09 Nick Clifton <nickc@redhat.com>
6474
6475 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6476 the GCC Runtime Library Exception.
6477
a3337ea2
KG
64782009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6479
6480 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6481 * configure: Regenerate.
6482
60911f14
SE
64832009-04-01 Steve Ellcey <sje@cup.hp.com>
6484
6485 * Makefil.def (languages): New entries.
6486 * Makefile.tpl (check-gcc-*): New generic target.
6487 * Makefile.in: Regenerate.
60911f14 6488
dce2d8b2 64892009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 6490
d18ff35a 6491 * MAINTAINERS: Update my email address.
7369c1d0 6492
cfb1f59f
TT
64932009-03-18 Tom Tromey <tromey@redhat.com>
6494
d18ff35a
L
6495 * configure: Rebuild.
6496 * configure.ac (host_libs): Add libiconv.
6497 * Makefile.in: Rebuild.
6498 * Makefile.def (host_modules): Add libiconv.
6499 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 6500
75eeae1a
TG
65012009-03-16 Tristan Gingold <gingold@adacore.com>
6502
6503 * configure.ac: Treat gdb as supported on x86_64-darwin.
6504 * configure: Regenerate.
6505
f38095f3
JM
65062009-03-16 Joseph Myers <joseph@codesourcery.com>
6507
6508 * configure.ac (--with-host-libstdcxx): New option.
6509 * configure: Regenerate.
6510
dce2d8b2 65112009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
6512
6513 * MAINTAINERS: Move myself into the write after approval list.
6514
6d401294
NP
65152009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
6516
6517 * MAINTAINERS: Update e-mail address.
2bf33cdb 6518
07c97076
DN
65192009-03-11 Dorit Nuzman <dorit@il.ibm.com>
6520
6521 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6522
dce2d8b2 65232009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
6524
6525 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6526
7a9d3fe8
RW
65272009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6528
6529 Backport from git Libtool:
6530
6531 2009-01-19 Robert Millan <rmh@aybabtu.com>
6532 Support GNU/kOpenSolaris.
6533 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6534 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6535 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6536 GNU/kOpenSolaris.
6537
c9e9e11f
AS
65382009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6539
6540 * MAINTAINERS: Update e-mail address.
6541
5e8c1552 65422009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
6543
6544 * MAINTAINERS (Write After Approval): Add self.
6545
b0adb088
BM
65462009-02-18 Bingfeng Mei <bmei@broadcom.com>
6547
6548 * MAINTAINERS (Write After Approval): Add myself.
6549
ee04b574
AS
65502009-02-05 Andreas Schwab <schwab@suse.de>
6551
6552 * Makefile.tpl (stage_last): Define $r and $s before using
6553 $(RECURSE_FLAGS_TO_PASS).
6554 * Makefile.in: Regenerate
6555
907884c9
ILT
65562009-01-30 Ian Lance Taylor <iant@google.com>
6557
6558 * MAINTAINERS: Move myself to the Global Reviewers list.
6559
416ac4d4
RM
65602009-01-29 Robert Millan <rmh@aybabtu.com>
6561
6562 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6563 * configure: Regenerate.
6564
ee5decb3
GP
65652009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6566
6567 * MAINTAINERS: Make whitespace consistent.
19196f44 6568 Remove Robert Millan from Write After Approval.
ee5decb3 6569
36fbb0ec
AM
65702009-01-16 Alan Modra <amodra@bigpond.net.au>
6571
6572 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6573 (all-opcodes): Depend on all-libiberty.
6574 * Makefile.in: Regenerate.
6575
52535a64
DR
65762009-01-15 Douglas B Rupp <rupp@gnat.com>
6577
6578 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6579 * configure: Regenerate.
6580
e04a57df
RR
65812009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6582
6583 * MAINTAINERS (Write After Approval): Add myself.
6584
856c450b
SK
65852009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6586
6587 * MAINTAINERS: Add myself to reviewers (Fortran).
6588
dce2d8b2 65892009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
6590
6591 PR tree-optimization/38515
6592 * configure.ac (cloog-polylib): Removed.
6593 (with_ppl, with_cloog): Test for "no".
6594 * configure: Regenerated.
6595
1e5e8a59
DF
65962009-01-11 Daniel Franke <franke.daniel@gmail.com>
6597
6598 * MAINTAINERS: Moved myself to reviewers (Fortran).
6599
5e5debf6
TS
66002009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6601
6602 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6603 (Write After Approval): Remove myself.
6604
1c42acf1
DN
66052009-01-03 Diego Novillo <dnovillo@google.com>
6606
6607 * MAINTAINERS: Remove myself from alias maintainership.
6608
2fbbedaf
DA
66092009-01-02 David Ayers <ayers@fsfe.org>
6610
6611 * MAINTAINERS: Update e-mail address.
6612
17213821
GP
66132008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6614
6615 * MAINTAINERS: Make whitespace consistent.
6616
baafc534
RW
66172008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6618
6619 Backport from upstream Libtool:
6620 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6621 Add cache variables to tests that require the linker to work.
6622 For shlibpath_overrides_runpath, this also changes the semantics
6623 to let the result from the C compiler take precedence.
6624
18430d27
BE
66252008-12-02 Ben Elliston <bje@au.ibm.com>
6626
6627 * config.sub, config.guess: Update from upstream sources.
6628
dce2d8b2 66292008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
6630
6631 * configure.ac (ppllibs): Add by default the lib flags.
6632 * configure: Regenerate.
6633
41e9641b
LM
66342008-12-08 Luis Machado <luisgpm@br.ibm.com>
6635
6636 * MAINTAINERS: Add myself to the write after approval list.
6637
25783c30
JH
66382008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6639
ee04b574
AS
6640 * configure.ac: Add double brackets on darwin[912].
6641 * configure: Regenerate.
25783c30 6642
0e318fcc
DK
66432008-12-03 Daniel Kraft <d@domob.eu>
6644
6645 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6646 Approval to Reviewer section (for Fortran front-end).
6647
7f171b95
JH
66482008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6649
6650 * configure.ac: Expand to darwin10 and later.
6651 * configure: Regenerate.
6652
09ce620e
AS
66532008-12-02 Andreas Schwab <schwab@suse.de>
6654
6655 * Makefile.def: configure-target-boehm-gc depends on
6656 all-target-libstdc++-v3.
6657 * Makefile.in: Regenerate.
6658
386c704d
KT
66592008-12-02 Kai Tietz <kai.tietz@onevision.com>
6660
6661 * MAINTAINERS: Add myself as mingw maintainer.
6662
e03dd84a
BE
66632008-12-02 Ben Elliston <bje@au.ibm.com>
6664
6665 * config.sub, config.guess: Update from upstream sources.
6666
3fa87964
GP
66672008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6668
6669 * README.SCO: Remove.
6670
df72d7ed
FP
66712008-11-29 Fernando Pereira <pronesto@gmail.com>
6672
6673 * MAINTAINERS: Add myself to the write after approval list.
6674
b5646528
DK
66752008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6676
6677 * MAINTAINERS: Update my email address in WAA section.
6678
dce2d8b2 66792008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
6680
6681 * MAINTAINERS: Update e-mail address.
6682
dce2d8b2 66832008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
6684
6685 * MAINTAINERS: Change e-mail address.
6686
0db3a858
TG
66872008-11-27 Tristan Gingold <gingold@adacore.com>
6688
6689 * configure.ac: Build gdb for i?86-*-darwin*
6690 * configure: Regenerated.
6691
dce2d8b2 66922008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
6693
6694 * MAINTAINERS: Added my full name.
6695
487e299b
DJ
66962008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6697
6698 PR bootstrap/38014
6699 PR bootstrap/37923
6700
6701 Revert:
6702
6703 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6704
6705 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6706 * Makefile.in: Regenerated.
6707
6708 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6709
6710 PR gdb/921
6711 PR gdb/1646
6712 PR gdb/2175
6713 PR gdb/2176
6714
6715 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6716 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6717 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6718 (HOST_EXPORTS): Pass CPPFLAGS.
6719 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6720 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6721 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6722 * Makefile.in, configure: Regenerated.
6723 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6724 and CPPFLAGS_FOR_BUILD.
6725
dce2d8b2 67262008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
6727
6728 * MAINTAINERS: Add myself as middle end maintainer.
6729
044fed69
AS
67302008-11-06 Andrew Stubbs <ams@codesourcery.com>
6731
6732 * MAINTAINERS (Write after approval): Add myself.
6733
caf6defe
DN
67342008-11-05 Diego Novillo <dnovillo@google.com>
6735
6736 * MAINTAINERS (Global Reviewers): Add myself.
6737 (Non-Algorithmic Maintainers): Remove myself.
6738
3e9899ac
TS
67392008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6740
09ce620e 6741 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 6742
ea99e36e
MM
67432008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6744
09ce620e 6745 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 6746
fb0d2684
BE
67472008-10-31 Ben Elliston <bje@au.ibm.com>
6748
6749 * configure.ac (spu-*-*): Remove special case.
6750 * configure: Regenerate.
6751
73c07a3e
CM
67522008-10-30 Catherine Moore <clm@codesourcery.com>
6753
6754 * MAINTAINERS (Write after approval): Update my email address.
6755
7310a2da
SSF
67562008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6757
6758 * configure.ac [spu-*-*]: Do not set skipdirs.
6759 * configure: Re-generate.
6760
7e51fe23
BS
67612008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6762
6763 * MAINTAINERS (Various Maintainers): Add myself to reload.
6764
ef20be93
RG
67652008-10-25 Richard Guenther <rguenther@suse.de>
6766
6767 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6768 maintainer. Remove myself as libgcc-math maintainer.
6769 (Non-Algorithmic Maintainers): Remove myself.
6770
03ffcfa0
DJ
67712008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6774 * Makefile.in: Regenerated.
6775
dec014a9
CC
67762008-10-23 Cary Coutant <ccoutant@google.com>
6777
6778 * MAINTAINERS (Write after approval): Add myself.
6779
b36c386c
DJ
67802008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6781
6782 PR gdb/921
6783 PR gdb/1646
6784 PR gdb/2175
6785 PR gdb/2176
6786
6787 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6788 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6789 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6790 (HOST_EXPORTS): Pass CPPFLAGS.
6791 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6792 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6793 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6794 * Makefile.in, configure: Regenerated.
6795 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6796 and CPPFLAGS_FOR_BUILD.
6797
dce2d8b2 67982008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
6799
6800 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6801 Sebastian Pop.
6802
e0bda97e
AP
68032008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6804
6805 * MAINTAINERS (Write After Approval): Added myself.
6806
36c713e0
KG
68072008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6808
6809 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6810 recommended version to 2.3.2.
6811
6812 * configure: Regenerate.
6813
8fe005ee
MM
68142008-10-01 Mark Mitchell <mark@codesourcery.com>
6815
6816 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6817
be8f156f
DD
68182008-09-29 David Daney <david.daney@caviumnetworks.com>
6819
6820 * MAINTAINERS (Write After Approval): Update e-mail address.
6821
ae11dff4
PG
68222008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6823
6824 * libtool.m4: Update to libtool 2.2.6.
6825 * lt~obsolete.m4: Update to libtool 2.2.6.
6826 * ltmain.sh: Update to libtool 2.2.6.
6827 * ltsugar.m4: Update to libtool 2.2.6.
6828 * ltversion.m4: Update to libtool 2.2.6.
6829 * ltoptions.m4: Update to libtool 2.2.6.
6830 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6831
441154b1
CF
68322008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6833
6834 * MAINTAINERS (Write After Approval): Add myself.
6835
775b3b26
BRF
68362008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6837
6838 * MAINTAINERS (Write After Approval): Update my name.
6839
94538043
SB
68402008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6841
09ce620e 6842 * MAINTAINERS: Add myself in "Write After Approval".
94538043 6843
52d1bfd8
SE
68442008-09-18 Steve Ellcey <sje@cup.hp.com>
6845
09ce620e 6846 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 6847
c5cc92f5
GP
68482008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6849
6850 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6851 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6852 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6853 and Michael Tiemann from Write After Approval since they do not
6854 actually have access.
6855
23d9794a
RG
68562008-09-05 Richard Guenther <rguenther@suse.de>
6857
6858 * configure.ac: Initialize clooglibs to -lcloog.
6859 * configure: Re-generate.
6860
192a671e
LCW
68612008-09-04 Le-Chun Wu <lcwu@google.com>
6862
6863 * MAINTAINERS (Write After Approval): Add myself.
6864
d789184e
SP
68652008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6866
6867 * configure.ac (--with-cloog-polylib): New.
6868 (--disable-cloog-version-check): New.
6869 (--disable-ppl-version-check): New.
6870 * configure: Re-generate.
6871
36a881c7
RG
68722008-09-03 Richard Guenther <rguenther@suse.de>
6873
6874 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6875 cloog test.
6876 * configure: Re-generate.
6877
358da97e
HS
68782008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6879
6880 Add picoChip port.
6881 * MAINTAINERS: Add picoChip maintainers.
6882
f8bf9252
SP
68832008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6884 Tobias Grosser <grosser@fim.uni-passau.de>
6885 Jan Sjodin <jan.sjodin@amd.com>
6886 Harsha Jagasia <harsha.jagasia@amd.com>
6887 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6888 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6889 Adrien Eliche <aeliche@isty.uvsq.fr>
6890
6891 Merge from graphite branch.
6892 * configure: Regenerate.
6893 * Makefile.in: Regenerate.
6894 * configure.ac (host_libs): Add ppl and cloog.
6895 Add checks for PPL and CLooG.
6896 * Makefile.def (ppl, cloog): Added modules and dependences.
6897 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6898 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6899
d89f0ad6
AL
69002008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6901
6902 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6903 (GCC_SHLIB_SUBDIR): New.
6904 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6905 * configure: Regenerate.
6906 * Makefile.in: Regenerate.
6907
88a25817
GP
69082008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6909
6910 * MAINTAINERS: Consistently use tabs to separate columns.
6911
f873f15f
TG
69122008-08-29 Tristan Gingold <gingold@adacore.com>
6913
6914 * MAINTAINERS (Write after Approval): Add myself.
6915
e1514c3f
TG
69162008-08-28 Tristan Gingold <gingold@adacore.com>
6917
6918 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6919 Enable bfd, binutils and opcodes.
6920 * configure: Regenerate.
6921
4717882f
JDA
69222008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6923
6924 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6925
28c9884c
TK
69262008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6927
6928 * MAINTAINERS: Use correct Umlaut for last name.
6929
ae96d86a
FXC
69302008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6931
6932 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6933
3ecc96e3
DE
69342008-08-16 David Edelsohn <edelsohn@gnu.org>
6935
6936 * MAINTAINERS: Update my email address.
6937
dd609cc1
EB
69382008-08-16 Nicolas Roche <roche@adacore.com>
6939
6940 * Makefile.tpl: Add BOOT_ADAFLAGS.
6941 * Makefile.in: Regenerate.
6942
08d0963a
RS
69432008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6944
6945 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6946 * configure: Regenerate.
6947
dce2d8b2 69482008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
6949
6950 * configure.ac: Add makefile fragments for hpux.
6951 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6952 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6953 * configure: Regenerate.
6954 * Makefile.in: Regenerate.
6955
dce2d8b2 69562008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
6957
6958 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6959
dce2d8b2 69602008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
6961
6962 * MAINTAINERS (Write after Approval): Add myself.
6963
78209f30
XG
69642008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
6965
6966 * MAINTAINERS (Write After Approval): Add myself.
6967
5b5b098d
AJ
69682008-06-29 Andrew Jenner <andrew@codesourcery.com>
6969
6970 * MAINTAINERS (Write After Approval): Add myself.
6971
d812ec93
KW
69722008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
6973
6974 * MAINTAINERS: Update my email address.
6975
99e78224
JY
69762008-06-25 Joey Ye <joey.ye@intel.com>
6977
6978 * MAINTAINERS (Write After Approval): Add myself.
6979
18c04407
RW
69802008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6981
6982 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6983 * Makefile.in: Regenerate.
6984 * configure: Regenerate.
6985
47aa9a31
DK
69862008-06-17 Daniel Kraft <d@domob.eu>
6987
6988 * MAINTAINERS (Write After Approval): Add myself.
6989
ad33ff57
RW
69902008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6991
6992 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6993 "$@" is still intact with both Autoconf 2.59 and 2.62.
6994 * configure: Regenerate.
6995
cdce5c41
RW
69962008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6997
6998 * Makefile.tpl: Fix comment errors.
6999 * Makefile.in: Regenerate.
7000
01b79d11
DM
70012008-06-12 David S. Miller <davem@davemloft.net>
7002 David Edelsohn <edelsohn@gnu.org>
7003
7004 * configure.ac: Add powerpc*-*-* to gold supported targets.
7005 * configure: Regenerate.
7006
f8c33439
JM
70072008-06-08 Joseph Myers <joseph@codesourcery.com>
7008
7009 PR tree-optimization/36218
7010 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7011 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7012 (all prefix="build-"): Pass them to build-system sub-makes.
7013 * Makefile.in: Regenerate.
7014
cd985f66
JM
70152008-06-07 Joseph Myers <joseph@codesourcery.com>
7016
7017 * MAINTAINERS (mt port): Remove.
7018 (sco5, unixware, sco udk): Remove.
7019 (Kean Johnston): Add to Write After Approval.
7020
3f6383d3
JB
70212008-05-30 Julian Brown <julian@codesourcery.com>
7022
7023 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7024 of libobjc for ARM EABI Linux.
7025 * configure: Regenerate.
30da41ed 7026
dce2d8b2 70272008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 7028
09ce620e 7029 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 7030
dce2d8b2 70312008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 7032
e29cc9b4 7033 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 7034
955410cb
JW
70352008-05-15 Janus Weil <janus@gcc.gnu.org>
7036
7037 * MAINTAINERS (Write After Approval): Add myself.
7038
719bb4e3 70392008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
7040
7041 * config-ml.in: don't handle --enable-shared and --enable-static.
7042
372b05fc
RS
70432008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7044
7045 * MAINTAINERS: Update my email address.
7046
f73e2200
PC
70472008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7048
7049 * MAINTAINERS: Update my email address.
09ce620e 7050
3e438e2b
KVH
70512008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7052
7053 * MAINTAINERS (Write After Approval): Add myself.
7054
177bf491
GS
70552008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7056
7057 * MAINTAINERS (Write After Approval): Add myself.
7058
dce2d8b2 70592008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
7060
7061 * MAINTAINERS (crx): Add myself.
7062
14a8726b
PB
70632008-04-18 Paolo Bonzini <bonzini@gnu.org>
7064
7065 Sync with src:
7066 2008-04-14 David S. Miller <davem@davemloft.net>
7067
09ce620e
AS
7068 * configure.ac: Add sparc*-*-* to gold supported targets.
7069 * configure: Regenerate.
14a8726b 7070
7142fb32
PB
70712008-04-18 Paolo Bonzini <bonzini@gnu.org>
7072
7073 PR bootstrap/35457
7074 * configure.ac: Include override.m4.
7075 * configure: Regenerate.
7076
c6b196de
PB
70772008-04-18 Paolo Bonzini <bonzini@gnu.org>
7078
09ce620e
AS
7079 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7080 * Makefile.in: Regenerate.
c6b196de 7081
dce2d8b2 70822008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7083
09ce620e 7084 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7085 as nonconfigurable directories list.
09ce620e 7086 * configure: Regenerate.
c993ae60 7087
8479b1b1
BE
70882008-04-14 Ben Elliston <bje@au.ibm.com>
7089
7090 * config.sub, config.guess: Update from upstream sources.
7091
295e261a
HPN
70922008-04-12 Hans-Peter Nilsson <hp@axis.com>
7093
7094 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7095 * Makefile.in: Regenerate.
7096
ac3949d9
EW
70972008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7098
7099 * configure.ac: Do not build libssp for the AVR.
7100 * configure: Regenerate.
7101
06407e30
ILT
71022008-04-07 Ian Lance Taylor <iant@google.com>
7103
7104 * Makefile.def: check-gold depends upon all-binutils.
7105 * Makefile.in: Regenerate.
7106
97db009c
AH
71072008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7108
7109 * MAINTAINERS (Write After Approval): Add myself.
7110
2a79c47f
NC
71112008-04-04 Nick Clifton <nickc@redhat.com>
7112
7113 PR binutils/4334
5f4bebbf 7114 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7115 builds.
7116 * configure: Regenerate.
7117
c53a18d3
N
71182008-04-04 NightStrike <NightStrike@gmail.com>
7119
7120 PR other/35151
09ce620e
AS
7121 * configure.ac: Combine rules for mingw32 and mingw64.
7122 * configure: Regenerate.
c53a18d3 7123
d925aa70
KT
71242008-04-02 Kai Tietz <kai.tietz@onvision.com>
7125
7126 * MAINTAINERS (Write After Approval): Add myself.
7127
dce2d8b2 71282008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7129
7130 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7131 * Makefile.in (.NOTPARALLEL): Ditto.
7132
4412a506
PG
71332008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7134
7135 * MAINTAINERS (Write After Approval): Add myself.
7136
dce2d8b2 71372008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7138
7139 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7140 * Makefile.in (.NOTPARALLEL): Regenerate.
7141
639223bd
PB
71422008-03-27 Paolo Bonzini <bonzini@gnu.org>
7143
7144 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7145 * Makefile.in: Regenerate.
7146
b8ab1f4a
JS
71472008-03-26 Jakub Staszak <kuba@et.pl>
7148
7149 * MAINTAINERS (Write After Approval): Add myself.
7150
b45890a4
TK
71512008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7152
7153 * MAINTAINERS: Update e-mail address.
7154
5afab7ad
ILT
71552008-03-20 Ian Lance Taylor <iant@google.com>
7156
7157 * configure.ac: Add support for --enable-gold.
7158 * Makefile.def: Add gold as a directory like ld.
7159 * configure, Makefile.in: Regenerate.
7160
38d24731
RW
71612008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7162
7163 * configure.ac: m4_include config/proginstall.m4.
7164 * configure: Regenerate.
32bc4cf4
RW
7165
7166 Backport from upstream Libtool:
09ce620e 7167
32bc4cf4 7168 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7169
32bc4cf4
RW
7170 Deal with Autoconf 2.62's semantic change in m4_append.
7171 * ltsugar.m4 (lt_append): Replace broken versions of
7172 m4_append.
7173 (lt_if_append_uniq): Don't require separator to be overquoted,
7174 and avoid broken m4_append.
7175 (lt_dict_add): Fix typo.
7176 * libtool.m4 (_LT_DECL): Don't overquote separator.
7177
9d3c50ea
DE
71782008-03-13 David Edelsohn <edelsohn@gnu.org>
7179
7180 * config.rpath: Add AIX 6 support.
7181
5d2edb29
PB
71822008-03-13 Paolo Bonzini <bonzini@gnu.org>
7183
7184 * Makefile.def (stageprofile). Remove -fprofile-generate
7185 from stage_libcflags.
7186 * Makefile.in: Regenerate.
7187
954910ef
BE
71882008-03-13 Ben Elliston <bje@au.ibm.com>
7189
7190 * config.sub, config.guess: Update from upstream sources.
7191
e8645a40
TT
71922008-03-06 Tom Tromey <tromey@redhat.com>
7193
7194 * MAINTAINERS: Update for treelang deletion.
7195
2c8e955e
JW
71962008-03-03 James E. Wilson <wilson@tuliptree.org>
7197
7198 * MAINTAINERS: Update my email address.
7199
54acd307
SS
72002008-03-03 Stan Shebs <stanshebs@earthlink.net>
7201
893ad2a1 7202 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7203 (objective-c/c++): Add myself as a maintainer.
7204
4b52b516
VR
72052008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7206
7207 * MAINTAINERS (Write After Approval): Update my email address.
7208
e652b516
TB
72092008-02-25 Tomas Bily <tbily@suse.cz>
7210
7211 * MAINTAINERS (Write After Approval): Add myself.
7212
02d30740
JJ
72132008-02-23 Jakub Jelinek <jakub@redhat.com>
7214
7215 * MAINTAINERS (OpenMP): Add myself.
7216
1c8bd6a3
PB
72172008-02-20 Paolo Bonzini <bonzini@gnu.org>
7218
4b40b2a5
UB
7219 PR bootstrap/32009
7220 PR bootstrap/32161
1c8bd6a3 7221
4b40b2a5
UB
7222 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7223 * configure: Regenerate.
1c8bd6a3 7224
4b40b2a5
UB
7225 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7226 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7227 STAGE4_LIBCFLAGS): New.
7228 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7229 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7230 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7231 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7232 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7233 for target modules. Don't export LIBCFLAGS.
7234 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7235 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7236 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7237 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7238 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7239 * Makefile.in: Regenerate.
1c8bd6a3 7240
bb44c9d2
RW
72412008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7242
7243 PR libgcj/33085
7244 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7245 Do not use -DDLL_EXPORT. Backport from upstream.
7246
29a7754d
RW
72472008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7248
7249 * MAINTAINERS (Write After Approval): Add myself.
7250
9a212bb7
HPN
72512008-02-02 Hans-Peter Nilsson <hp@axis.com>
7252
7253 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7254 * configure: Regenerate.
7255
aa12a573
MG
72562008-01-31 Marc Gauthier <marc@tensilica.com>
7257
7258 * configure.ac (xtensa*-*-*): Recognize processor variants.
7259 * configure: Regenerate.
7260
ac9e6043
RW
72612008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7262
40049ccc
UB
7263 PR bootstrap/34922
7264 * configure.ac (PARSE_ARGS): Push suitable setting of
7265 ac_subdirs_all, for `./configure --help=recursive'.
7266 Handle `+' in generic toplevel directory disabling.
7267 * configure: Regenerate.
ac9e6043 7268
4288c86a
NC
72692008-01-28 Nick Clifton <nickc@redhat.com>
7270
7271 * MAINTAINERS (xstormy16): Take over maintainership.
7272
8d8da227
JM
72732008-01-25 Joseph Myers <joseph@codesourcery.com>
7274
7275 * MAINTAINERS (c4x port): Remove.
7276
349b60e7
DE
72772008-01-24 David Edelsohn <edelsohn@gnu.org>
7278
7279 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7280
3ca06a68
BE
72812008-01-23 Ben Elliston <bje@au.ibm.com>
7282
7283 * config.sub, config.guess: Update from upstream sources.
7284
3c631381
TG
72852008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7286
7287 * MAINTAINERS (Write After Approval): Add myself.
7288
20533ef1
L
72892008-01-17 H.J. Lu <hjl.tools@gmail.com>
7290
7291 * MAINTAINERS: Update my email address.
7292
72932008-01-09 Raksit Ashok <raksit@google.com>
7294
7295 * MAINTAINERS (Write After Approval): Add myself.
7296
684f4f6a
RA
72972008-01-09 Raksit Ashok <raksit@google.com>
7298
7299 * MAINTAINERS (Write After Approval): Add myself.
7300
9cb8756f
BE
73012008-01-08 Ben Elliston <bje@au.ibm.com>
7302
7303 * config.sub, config.guess: Update from upstream sources.
7304
94e1934d
KG
73052007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7306
7307 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 7308 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
7309 * configure: Regenerate.
7310
a2e51f77
SP
73112007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7312
7313 * MAINTAINERS: Update my email address.
7314
ffe3dcd9
BRF
73152007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7316
7317 * MAINTAINERS: Update my email address.
7318
aa4095c9
RS
73192007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7320
7321 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7322 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7323 * Makefile.in: Regenerate.
7324
dce2d8b2 73252007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
7326
7327 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7328 misplaced entries.
7329
0fe0f073
AT
73302007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7331
7332 * configure.ac: Enable libjava for x86_64-*-darwin9.
7333 * configure: Regenerate.
7334
dce2d8b2 73352007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
7336
7337 * MAINTAINERS (Write After Approval): Add myself.
7338
c3220d4c
BE
73392007-12-05 Ben Elliston <bje@au.ibm.com>
7340
7341 * config.sub, config.guess: Update from upstream sources.
7342
aba7501e
MK
73432007-12-02 Matthias Klose <doko@ubuntu.com>
7344
7345 * config-ml.in: Remove 64bit configure tests.
7346
d683ec81
PB
73472007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7348
7349 * config-ml.in: Robustify against white space in absolute file
7350 names.
7351
7352 * config-ml.in (multi-clean): Substitute ${Makefile}.
7353 Remove superfluous ${Makefile} in list.
7354
60f1711a
TS
73552007-11-19 Thiemo Seufer <ths@mips.com>
7356
7357 * config-ml.in: Don't hardcode the Makefile name.
7358
487f9d96
AM
73592007-11-08 Alexander Monakov <amonakov@ispras.ru>
7360
7361 * MAINTAINERS (Write After Approval): Add myself.
7362
fa3886fe
ST
73632007-11-07 Samuel Tardieu <sam@rfc1149.net>
7364
7365 * MAINTAINERS (Write After Approval): Add myself.
7366
dce2d8b2 73672007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
7368
7369 * MAINTAINERS (Write After Approval): Add myself.
7370
acc48927
BE
73712007-10-25 Ben Elliston <bje@au.ibm.com>
7372
7373 * MAINTAINERS (mercury): Remove entry.
7374 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7375
e00e9858
DJ
73762007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7377
7378 * Makefile.def (dependencies): Make configure-gdb depend on
7379 all-intl.
7380 * Makefile.in: Regenerated.
7381
def14a3c
SK
73822007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7383
7384 * MAINTAINERS (Fortran maintainer): Remove myself.
7385
dce2d8b2 73862007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
7387
7388 * Makefile.def: To avoid problems running with parallel makes,
7389 build newlib before libgloss so that target specific header
7390 files are availble.
7391 * Makefile.in: Regenerate
7392
bbfbfafc
DJ
73932007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7396 * Makefile.in: Regenerate.
7397
c56abad5
VM
73982007-10-09 Vladimir Makarov <vmakarov@redhat.com>
7399
7400 * MAINTAINERS (Register allocation reviewer): Add myself.
7401
f019adc1
MF
74022007-10-08 Mike Frysinger <vapier@gentoo.org>
7403
7404 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7405 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7406 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
7407 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7408 * configure: Regenerate.
7409
dce2d8b2 74102006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
7411
7412 * MAINTAINERS (Register allocation reviewer): Add myself.
7413
0999159b
PB
74142007-10-01 Paolo Bonzini <bonzini@gnu.org>
7415
7416 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7417 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7418 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7419 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7420 * configure.ac: Default them to host tools for $host = $build.
7421 Subst them.
7422
7423 * configure: Regenerate.
7424 * Makefile.in: Regenerate.
7425
dce2d8b2 74262006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
7427
7428 * MAINTAINERS (Register allocation reviewer): Add myself.
7429
dce2d8b2 74302006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
7431
7432 * MAINTAINERS (Register allocation reviewer): Add myself.
7433
9d209c83
SP
74342007-09-21 Seongbae Park <seongbae.park@gmail.com>
7435
7436 * MAINTAINERS (Write After Approval): Fix typo.
7437
1ec3b87b
RS
74382007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
7439
7440 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7441 * configure: Regenerate.
7442
19d5986d
PJ
74432007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
7444
7445 PR bootstrap/31906
7446 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 7447 they're already prefixed.
19d5986d 7448
6d3b5aea
BK
74492007-09-19 Benjamin Kosnik <bkoz@redhat.com>
7450
7451 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7452 libstdc++.
7453 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7454 * configure: Regenerate.
7455 * Makefile.in: Regenerate.
09ce620e 7456
4fe7e755
AS
74572007-09-17 Andreas Schwab <schwab@suse.de>
7458
7459 * configure.ac: Raise minimum makeinfo version to 4.6.
7460 * configure: Regenerate.
7461
dce2d8b2 74622007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 7463
ffe3dcd9 7464 * MAINTAINERS (write-after-approval) add myself
d483feaa 7465
fa9a3f31
AM
74662007-09-15 Alan Modra <amodra@bigpond.net.au>
7467
7468 * configure.ac: Correct makeinfo version check.
7469 * configure: Regenerate.
7470
6593a73e
RS
74712007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
7472
7473 * MAINTAINERS: Update my email address.
7474
d9dced13
RS
74752007-09-14 Richard Sandiford <richard@codesourcery.com>
7476
7477 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
7478 to $skipdirs and only disable gprof for newlib. Use the normal
7479 mips*-elf* handling in other respects.
7480 * configure: Regnerate.
7481
773c1467
DD
74822007-09-12 David Daney <ddaney@avtrex.com>
7483
7484 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7485 enabling libgcj.
7486 * configure: Regenerate.
7487
c03353e2
RIL
74882007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
7489
7490 PR other/32154
7491 * configure.ac: For libgloss targets, point the linker to the linker
7492 script, startup code and simulator library.
7493 * configure: Regenerate.
7494
c4e9bf2b
AH
74952007-09-07 Andrew Haley <aph@redhat.com>
7496
7497 * configure.ac (noconfigdirs): Remove target-libffi and
7498 target-libjava.
7499 * configure: Regenerate.
7500
1f5a6b84
FXC
75012007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7502
7503 PR target/33281
7504 * configure.ac: Use config/mh-mingw on mingw.
7505 * configure: Regenerate.
1f5a6b84 7506
3951e521
PH
75072007-09-05 Pat Haugen <pthaugen@us.ibm.com>
7508
9f349f63 7509 * MAINTAINERS (Write After Approval): Add myself.
3951e521 7510
e643dc23
RG
75112007-09-05 Richard Guenther <rguenther@suse.de>
7512
7513 * configure.ac (--enable-stage1-checking): If neither --enable-checking
7514 nor --disable-checking is provided also turn on yes and types
7515 checking for stage1.
7516 * configure: Re-generate.
7517
039874df
KW
75182007-08-30 Krister Walfridsson <cato@df.lth.se>
7519
7520 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7521 (Write After Approval): Remove myself.
7522
c3f07bd6 75232007-08-29 Nick Clifton <nickc@redhat.com>
15098359 7524
c3f07bd6 7525 * config.sub, config.guess: Update from upstream sources.
15098359 7526
40049ccc 75272007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
7528
7529 * MAINTAINERS (Write After Approval): Added myself.
7530 * MAINTAINERS (Reviewers): Removed myself.
7531
c8aea42c 75322007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 7533 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
7534
7535 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7536 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7537 * Makefile.in: Regenerate.
7538 * configure.ac (--with-debug-prefix-map): New.
7539 * configure: Regenerate.
7540
4bf6c438
RS
75412007-08-17 Richard Sandiford <richard@codesourcery.com>
7542 Nigel Stephens <nigel@mips.com>
7543
4bf6c438
RS
7544 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7545 as target_makefile_frag.
7546 * configure: Regenerate.
7547
bb286d71
AO
75482007-08-16 Alexandre Oliva <aoliva@redhat.com>
7549
7550 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7551 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7552 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7553 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7554 (do-compare, do-compare3, do-compare-debug): New.
7555 ([+compare-target+]): Use them.
7556
a4630417
MK
75572007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7558
7559 * MAINTAINERS (Write After Approval): Change my email address.
7560
d9acb717
RW
75612007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7562 Ben Elliston <bje@au.ibm.com>
7563
7564 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7565 --silent if $silent.
7566 * configure: Regenerate.
7567
96876681
ZD
75682003-08-12 Zdenek Dvorak <ook@ucw.cz>
7569
7570 * MAINTAINERS (Various Maintainers): Add myself as
7571 loop infrastructure maintainer. Update my e-mail
7572 address.
7573
1c1d80ee
DN
75742007-07-31 Diego Novillo <dnovillo@google.com>
7575
7576 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7577 Adjust description.
7578
7e98624c
RG
75792007-07-26 Richard Guenther <rguenther@suse.de>
7580
7581 * configure.ac: Add types checking to stage1 checking flags.
7582 * configure: Regenerate.
7583
4c85af60
NC
75842007-07-17 Nick Clifton <nickc@redhat.com>
7585
7586 * COPYING3: New file. Contains version 3 of the GNU General
7587 Public License.
7588 * COPYING3.LIB: New file. Contains version 3 of the GNU
7589 Lesser General Public License.
7590
19ddfd3a
AK
75912007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7592
7593 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7594
2a064545
AK
75952007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7596
7597 * MAINTAINERS (S/390 co-maintainer): Add myself.
7598 (Write After Approval): Remove myself.
7599
f861f54d
DH
76002007-07-13 Dan Hipschman <dsh@google.com>
7601
7602 * MAINTAINERS (Write After Approval): Add myself.
7603
0136f2f7
NC
76042007-07-11 Nick Clifton <nickc@redhat.com>
7605
7606 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7607 WINDRES export.
7608 * Makefile.in: Regenerate.
7609
6e29b5a4
RO
76102007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7611
7612 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7613 maintainer.
7614
159a4b02
L
76152007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7616
7617 * lt~obsolete.m4: New. Import from 20070318 libtool.
7618
6ba67283
JB
76192007-07-03 Julian Brown <julian@codesourcery.com>
7620
7621 * MAINTAINERS (Write After Approval): Add myself.
7622
30b74385
RW
76232007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7624
7625 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7626 * configure: Regenerate.
7627
76282007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7629
7630 * configure.ac: Add some missing m4 quotation.
7631 * configure: Regenerate.
7632
943c54ce
SB
76332007-07-02 Simon Baldwin <simonb@google.com>
7634
7635 * MAINTAINERS (Write After Approval): Add myself.
7636
1c00b503
PB
76372007-07-02 Paolo Bonzini <bonzini@gnu.org>
7638
7639 * configure: Regenerate.
7640
901119ae
KT
76412007-07-02 Kai Tietz <kai.tietz@onevision.com>
7642
7643 * Makefile.def: Add windmc tool to build.
7644 * Makefile.tpl: Likewise.
7645 * configure.ac: Likewise.
7646 * Makefile.in: Regenerate.
7647 * configure: Regenerate.
09ce620e 7648
83f4c19f
DD
76492007-06-28 DJ Delorie <dj@redhat.com>
7650
7651 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7652 not building newlib.
7653 * configure: Regenerated.
09ce620e 7654
5346c75c
JS
76552007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7656
7657 * MAINTAINERS (Write After Approval): Add myself.
7658
aacfb86b
MM
76592007-06-25 Martin Michlmayr <tbm@cyrius.com>
7660
7661 * MAINTAINERS (Write After Approval): Add myself.
7662
590bf0d3
CM
76632007-06-19 Chris Matthews <chrismatthews@google.com>
7664
7665 * MAINTAINERS (Write After Approval): Add myself.
7666
cdbbee7a
RIL
76672007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7668
7669 * MAINTAINERS (Write After Approval): Add myself.
7670
b8afffc1
DJ
76712007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7672
7673 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7674 * Makefile.in: Regenerated.
7675
3fcfad76
BS
76762007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7677
7678 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7679 bfin*-*-uclinux* targets.
7680 * configure: Regenerate.
7681
3f5a2b7f
ILT
76822007-06-14 Ian Lance Taylor <iant@google.com>
7683
7684 * MAINTAINERS: Add myself as non-algorithmic global write
7685 maintainer.
7686
4c46daee
DN
76872007-06-14 Diego Novillo <dnovillo@google.com>
7688
7689 * MAINTAINERS: Add self as middle-end maintainer and
7690 non-algorithmic global write maintainer.
7691
a3bb222a
FXC
76922007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7693
7694 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7695 Move all Fortran maintainers except Paul Brook into the
7696 Non-Autopoiesis section.
7697
a19e8f64
PB
76982007-06-14 Paolo Bonzini <bonzini@gnu.org>
7699
7700 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7701 (distclean-stage[+id+]): Possibly delete stage_last.
7702 * Makefile.in: Regenerate.
7703
1c2abe5e
SP
77042007-06-12 Seongbae Park <seongbae.park@gmail.com>
7705
7706 * MAINTAINERS (Various Maintainer): Fix typo.
7707
abca4739
PB
77082007-06-11 Paolo Bonzini <bonzini@gnu.org>
7709
7710 * MAINTAINERS (Various Maintainer): Add myself as
7711 dataflow maintainer.
7712
a894d2c3
BE
77132007-06-07 Ben Elliston <bje@au.ibm.com>
7714
7715 * config.sub, config.guess: Update from upstream sources.
7716
8024d75e
BE
77172007-06-07 Ben Elliston <bje@au.ibm.com>
7718
7719 * Makefile.tpl: Fix spelling error.
7720 * Makefile.in: Regenerate.
7721
973a9a5e
SE
77222007-06-01 Steve Ellcey <sje@cup.hp.com>
7723
96598938
L
7724 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7725 lt_cv_sys_max_cmd_len.
973a9a5e 7726
ccb4d26b
DN
77272007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7728
7729 * MAINTAINERS (Various Maintainers): Add myself as
7730 auto-vectorizer maintainer.
7731
eecb7461
PB
77322003-05-31 Paolo Bonzini <bonzini@gnu.org>
7733
7734 PR libjava/32098
7735 * libtool.m4: Revert previous change.
7736 * ltgcc.m4: Put it here.
7737
89d28202
ZD
77382003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7739
7740 * MAINTAINERS (Various Maintainers): Add myself as
7741 auto-vectorizer maintainer.
7742
60c7a11a
L
77432007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7744
7745 PR libjava/32098
7746 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7747
9dd3cc81
RG
77482007-05-30 Richard Guenther <rguenther@suse.de>
7749
7750 * MAINTAINERS (Various Maintainers): Add myself as
7751 auto-vectorizer maintainer.
7752
9cc1244e
JJ
77532007-05-30 Jakub Jelinek <jakub@redhat.com>
7754
7755 PR bootstrap/29382
7756 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7757 * configure: Rebuilt.
7758
6124296b
RC
77592007-05-28 Roberto Costa <robsettantasei@gmail.com>
7760
7761 * MAINTAINERS (Write After Approval): Removed my name.
7762
6b757a0d
SB
77632007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7764
7765 * MAINTAINERS (Write After Approval): Remove myself.
7766
86ef8528
AT
77672007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7768
7769 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7770
1cf3d07d
SE
77712007-05-23 Steve Ellcey <sje@cup.hp.com>
7772
7773 * ltmain.sh: Update from ToT Libtool.
7774 * libtool.m4: Update from ToT Libtool.
7775 * ltsugar.m4: New. Update from ToT Libtool.
7776 * ltversion.m4: New. Update from ToT Libtool.
7777 * ltoptions.m4: New. Update from ToT Libtool.
7778 * ltconfig: Remove.
7779 * ltcf-c.sh: Remove.
7780 * ltcf-cxx.sh: Remove.
7781 * ltcf-gcj.sh: Remove.
7782
ce3fcf8c
OW
77832007-05-22 Ollie Wild <aaw@google.com>
7784
7785 * MAINTAINERS (Write After Approval): Add myself.
7786
342b9200
PB
77872007-05-16 Paolo Bonzini <bonzini@gnu.org>
7788
7789 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7790 stage_cflags.
7791 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7792 Remove CFLAGS/LIBCFLAGS.
7793 (configure-stage[+id+]-[+prefix+][+module+],
7794 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7795 * Makefile.in: Regenerate.
7796
cea17285
DN
77972007-05-15 Diego Novillo <dnovillo@google.com>
7798
7799 * MAINTAINERS: Update e-mail address.
7800
11c004e7
RE
78012007-05-15 Revital Eres <eres@il.ibm.com>
7802
7803 * MAINTAINERS (Write After Approval): Add myself.
7804
ab6bd693
RC
78052007-05-14 Roberto Costa <robsettantasei@gmail.com>
7806
7807 * MAINTAINERS (Write After Approval): Updated my address.
7808
388cdf07
TN
78092007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7810
7811 * MAINTAINERS (Write After Approval): Add myself.
7812
23f24034
SR
78132007-05-11 Silvius Rus <rus@google.com>
7814
7815 * MAINTAINERS (Write After Approval): Add myself.
7816
34a7526e
TT
78172007-04-23 Tom Tromey <tromey@redhat.com>
7818
7819 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7820
51da21be
MM
78212007-04-22 Mark Mitchell <mark@codesourcery.com>
7822
7823 * MAINTAINERS (cpplib): Rename to ...
7824 (libcpp): ... this. Add C/C++ front end maintainers.
7825
70070387
SE
78262007-04-14 Steve Ellcey <sje@cup.hp.com>
7827
7828 * config-ml.in: Pass ${ml_config_env} to configure calls.
7829
df1a0dbb
CB
78302007-04-04 Christian Bruel <christian.bruel@st.com>
7831
7832 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7833
9daff147
DK
78342007-04-02 Dave Korn <dave.korn@artimi.com>
7835
7836 * MAINTAINERS (Write After Approval): Add myself.
7837
374eadb2
TB
78382007-03-31 Tobias Burnus <burnus@net-b.de>
7839
7840 * MAINTAINERS (fortran 95 front end): Add myself.
7841
8eced3a2
DR
78422007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7843
7844 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7845
653de3e3
AZ
78462007-03-24 Ayal Zaks <zaks@il.ibm.com>
7847
7848 * MAINTAINERS (Modulo Scheduler): Add myself.
7849
b737d953
BM
78502007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7851
7852 * MAINTAINERS (fortran 95 front end): Add myself.
7853 (c++ front end): whitespace fix.
7854
a584cdf2
NF
78552007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7856
7857 * MAINTAINERS (Write After Approval): Add myself.
7858
8c79f3c4
RS
78592007-03-21 Richard Sandiford <richard@codesourcery.com>
7860
7861 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7862 of glob. Quote arguments with single quotes too.
7863 * configure: Regenerate.
7864
07f1ac6d
BM
78652007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7866
7867 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7868 * Makefile.in: Regenerate
7869
172e41aa
AS
78702007-03-07 Andreas Schwab <schwab@suse.de>
7871
7872 * configure: Regenerate.
7873
9c4d2493
BM
78742007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7875
7876 * configure.ac: Add "--with-pdfdir" configure option,
7877 which defines pdfdir variable.
7878 * Makefile.def (target=fixincludes): Add install-pdf to
7879 missing targets.
7880 (recursive_targets): Add install-pdf target.
7881 (flags_to_pass): Add pdfdir.
7882 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7883 target.
7884 * configure: Regenerate
7885 * Makefile.in: Regenerate
7886
e14e622e
EC
78872007-02-28 Eric Christopher <echristo@apple.com>
7888
7889 Revert:
7890 2006-12-07 Mike Stump <mrs@apple.com>
7891
7892 * Makefile.def (dependencies): Add dependency for
7893 install-target-libssp and install-target-libgomp on
7894 install-gcc.
7895 * Makefile.in: Regenerate.
7896
54e433bc
MK
78972007-02-27 Matt Kraai <kraai@ftbfs.org>
7898
7899 * configure: Regenerate.
7900 * configure.ac: Move statements after variable declarations.
7901
6c8d3d8f
KK
79022007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7903
7904 * MAINTAINERS: Add myself as sh maintainer.
7905
9f8c6739
JM
79062007-02-19 Joseph Myers <joseph@codesourcery.com>
7907
7908 * configure.ac: Adjust for loop syntax.
7909 * configure: Regenerate.
7910
278a7a38
AO
79112007-02-18 Alexandre Oliva <aoliva@redhat.com>
7912
7913 * configure: Rebuilt.
7914
b2eaac4a
AO
79152007-02-18 Alexandre Oliva <aoliva@redhat.com>
7916
7917 * configure.ac: Drop multiple occurrences of --enable-languages,
7918 and fix its quoting.
7919 * configure: Rebuilt.
7920
beeaf216 79212007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
7922 Nathan Sidwell <nathan@codesourcery.com>
7923 Vladimir Prus <vladimir@codesourcery.com>
7924 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
7925
7926 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7927 * configure: Regenerate.
7928
09201a09
GP
79292007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7930
7931 * ltconfig (freebsd*): Default to elf.
7932
291f172e
DJ
79332007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7934
7935 * configure.ac (target_libraries): Move libgcc before libiberty.
7936 * configure: Regenerated.
7937
c3a86da9
DJ
79382007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7939 Paolo Bonzini <bonzini@gnu.org>
7940
7941 PR bootstrap/30753
7942 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7943 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7944 * configure: Regenerated.
7945
88e1e72a
FXC
79462007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7947
7948 * MAINTAINERS (Language Front End Maintainers): Update my mail
7949 address.
7950
44bfc3ac
DJ
79512007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7952
7953 PR bootstrap/30748
7954 * configure.ac: Correct syntax for Solaris ksh.
7955 * configure: Regenerated.
7956
3e19841a
PB
79572007-02-09 Paolo Bonzini <bonzini@gnu.org>
7958
7959 * configure.ac: Sync with src.
7960 * configure: Regenerate.
7961
74a48762
PB
79622007-02-09 Paolo Bonzini <bonzini@gnu.org>
7963
7964 * Makefile.in: Regenerate.
7965
d846e52e
PB
79662007-02-09 Paolo Bonzini <bonzini@gnu.org>
7967
7968 * config.sub: Sync with src.
7969
1c710c3c
DJ
79702007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * Makefile.tpl (build_alias, host_alias, target_alias): Use
7973 noncanonical equivalents.
7974 * configure.in: Rename to...
7975 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
7976 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
7977 target_noncanonical. Use them. Rewrite removal of configure
7978 arguments for autoconf 2.59. Discard variable settings. Force
7979 program_transform_name for native tools.
7980
7981 * Makefile.in: Regenerated.
7982 * configure: Regenerated with autoconf 2.59.
7983
dce2d8b2 79842007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 7985
3de8da2a 7986 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 7987
f6671c93
AS
79882007-01-31 Andreas Schwab <schwab@suse.de>
7989
7990 * Makefile.tpl (LDFLAGS): Substitute it.
7991 * Makefile.in: Regenerate.
7992
dce2d8b2 79932007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 7994
3de8da2a 7995 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 7996
2472200d
DE
79972007-01-28 David Edelsohn <edelsohn@gnu.org>
7998
3de8da2a 7999 * MAINTAINERS (spu port): Add myself.
2472200d 8000
5305be7e
RG
80012007-01-23 Richard Guenther <rguenther@suse.de>
8002
8003 PR bootstrap/30541
8004 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8005 * Makefile.tpl (GNATBIND): Substitute it.
8006 (GNATMAKE): Likewise.
8007 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8008 of STAGE_PREFIX.
8009 * Makefile.in: Regenerate.
8010 * configure: Regenerate.
8011
416cfb5e
MS
80122007-01-18 Mike Stump <mrs@apple.com>
8013
8014 * configure.in: Re-enable -Werror for gcc builds.
8015
3de8da2a 80162007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 8017
3de8da2a 8018 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 8019
d943d7c4
PB
80202007-01-11 Paolo Bonzini <bonzini@gnu.org>
8021
8022 * configure.in: Change == to = in test command.
3de8da2a 8023 * configure: Regenerate.
d943d7c4 8024
e69bf64b 80252007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
8026 Nick Clifton <nickc@redhat.com>
8027 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8028
8029 * configure.in (build_configargs, host_configargs, target_configargs):
8030 Remove build/host/target parameters.
8031 (host_libs): Add gmp and mpfr.
8032 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8033 * Makefile.def (gmp, mpfr): New.
8034 (gcc): Remove target.
8035 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8036 target_os, target_vendor): New.
dce2d8b2 8037 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
8038 * configure: Regenerate.
8039 * Makefile.in: Regenerate.
e69bf64b
PB
8040
80412007-01-11 Matt Fago <fago@earthlink.net>
8042
8043 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 8044 to improve robustness of configure tests.
e69bf64b 8045 * configure: Regenerate.
e14e622e 8046
a42f3b80
UB
80472007-01-09 Uros Bizjak <ubizjak@gmail.com>
8048
8049 * MAINTAINERS: Add myself as i386 maintainer.
8050
a36aee1a
JH
80512007-01-08 Jan Hubicka <jh@suse.cz>
8052
61fcaeef 8053 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 8054
738a52d3
KT
80552007-01-08 Kai Tietz <kai.tietz@onevision.com>
8056
8057 * configure.in: Add support for an x86_64-mingw* target.
95af8923 8058 * configure: Regenerate.
738a52d3 8059
54fdc474
DJ
80602007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8061
8062 * Makefile.tpl (all-target): Correct @if conditional for target
8063 modules.
8064 * configure.in: Omit libiberty if building only target libgcc.
8065 * configure, Makefile.in: Regenerated.
8066
3dd71726
PB
80672007-01-04 Paolo Bonzini <bonzini@gnu.org>
8068
dce2d8b2 8069 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8070 * configure: Regenerate.
8071
fa958513
DJ
80722007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8073
8074 * Makefile.def (target_modules): Add libgcc.
8075 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8076 * Makefile.tpl (clean-target-libgcc): Delete.
8077 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8078 on gcc even for bootstrapped modules. Rewrite handling of
8079 lang_env_dependencies to loop over target_modules.
8080 * configure.in (target_libraries): Add target-libgcc.
8081 * Makefile.in, configure: Regenerated.
8082
e1888513
PB
80832006-12-29 Paolo Bonzini <bonzini@gnu.org>
8084
8085 * configure.in: Reorganize recognition of languages. Add
8086 --enable-stage1-languages. Show supported languages for the chosen
8087 target rather than all recognized languages.
8088 * configure: Regenerate.
8089
53b88b73
PB
80902006-12-29 Paolo Bonzini <bonzini@gnu.org>
8091
8092 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8093 * Makefile.in: Regenerate.
8094
a3993f33
KG
80952006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8096
8097 * configure.in: Warn that MPFR 2.2.0 is buggy.
8098 * configure: Regenerate.
8099
f063a9ed
ILT
81002006-12-27 Ian Lance Taylor <iant@google.com>
8101
8102 * configure.in: When removing Makefiles to force a reconfigure, also
8103 remove prev-DIR*/Makefile.
8104 * configure: Regenerate.
8105
af71363e
AS
81062006-12-22 Andreas Schwab <schwab@suse.de>
8107
8108 * configure: Regenerate with correct autoconf version.
8109
0b0dc272
AM
81102006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8111
3de8da2a
UB
8112 * configure.in: add AC_SUBST for *_FOR_TARGET.
8113 * configure: Regenerate.
0b0dc272 8114
53b88b73
PB
81152006-12-19 Paolo Bonzini <bonzini@gnu.org>
8116
8117 * configure.in: Simplify logic for rejecting languages that cannot
8118 be built. Separate the case when a language is unsupported,
8119 from the case when the user chooses not to build a language.
8120
400ebff4
PB
81212006-12-19 Paolo Bonzini <bonzini@gnu.org>
8122
8123 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8124 it only affects bootstrap and could be tested on "$host" as well.
8125 * configure: Regenerate.
8126 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8127
8efea775
PB
81282006-12-19 Paolo Bonzini <bonzini@gnu.org>
8129
8130 PR bootstrap/29544
8131 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8132 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8133 move here comment from Makefile.tpl.
8134 * Makefile.tpl: Move some definitions higher in the file.
8135 (STAGE1_CHECKING): New.
8136 * configure.in: Add --enable-stage1-checking.
8137 * configure: Regenerate.
8138 * Makefile.in: Regenerate.
8139
ed88a7ed
PB
81402006-12-19 Paolo Bonzini <bonzini@gnu.org>
8141
8142 * MAINTAINERS: Add myself as build system maintainer.
8143
b65151d3
SM
81442006-12-15 Simon Martin <simartin@users.sourceforge.net>
8145
8146 * MAINTAINERS (Write After Approval): Add myself.
8147
7e050830
EC
81482006-12-13 Eric Christopher <echristo@apple.com>
8149
8150 * MAINTAINERS: Add myself as darwin maintainer.
8151
8b494895
ILT
81522006-12-11 Ian Lance Taylor <ian@airs.com>
8153
8154 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8155
dce2d8b2 81562006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8157
8158 MAINTAINERS: Update my entry.
8159
58e24147
AM
81602006-12-11 Alan Modra <amodra@bigpond.net.au>
8161
8162 * configure.in: Handle spu makefile frag.
58e24147
AM
8163 * Makefile.tpl (MAINT): Define
8164 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8165 * configure: Regenerate.
8166 * Makefile.in: Regenerate.
8167
9b6f37a0
BE
81682006-12-11 Ben Elliston <bje@au.ibm.com>
8169
8170 * config.guess: Import latest version.
8171 * config.sub: Likewise.
8172
ea6f5c57
BE
81732006-12-11 Ben Elliston <bje@au.ibm.com>
8174
8175 * configure.in (spu-*-*): Don't skip target-libiberty.
8176 * configure: Regenerate.
8177
42c1cd8a
AT
81782006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8179
8180 PR bootstrap/30134
8181 * configure.in: Correct x86 darwin support for libjava to powerpc
8182 and i?86 only.
8183 * configure: Regenerate.
8184
55eb837d
ST
81852006-12-08 Sandro Tolaini <tolaini@libero.it>
8186
8187 * configure.in: Add x86 darwin support for libjava.
8188 * configure: Regenerate.
8189
5bdacbc7
MS
81902006-12-07 Mike Stump <mrs@apple.com>
8191
8192 * Makefile.def (dependencies): Add dependency for
8193 install-target-libssp and install-target-libgomp on
8194 install-gcc.
8195 * Makefile.in: Regenerate.
8196
477d851c
RG
81972006-12-04 Richard Guenther <rguenther@suse.de>
8198
8199 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8200 (Non-Algorithmic Maintainers): Move over non-algorithmic
8201 loop optimizer maintainers, add myself as a non-algorithmic
8202 middle-end maintainer.
8203
5d33d367
DF
82042006-12-04 Daniel Franke <franke.daniel@gmail.com>
8205
8206 * MAINTAINERS (Write After Approval): Add myself.
8207
dbee1fb3
KG
82082006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8209
8210 * configure.in: Update error message for missing GMP/MPFR.
8211
8212 * configure: Regenerate.
8213
b5147de7
KG
82142006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8215
8216 * configure.in: Update MPFR version in error message.
8217
8218 * configure: Regenerate.
8219
f019376c
KG
82202006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8221
8222 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8223 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8224 --with-gmp-lib): New flags.
8225
8226 * configure: Regenerate.
8227
91ed95ae
BM
82282006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8229
8230 * MAINTAINERS (Write After Approval): Change my email address.
8231
3a971f15
MLI
82322006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8233
05170031 8234 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8235
dce2d8b2 82362006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8237
8238 * MAINTAINERS (i18n): Update e-mail address.
8239
df5487ee
TS
82402006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8241
8242 * MAINTAINERS (spu port): Add myself as maintainer.
8243 (Write After Approval): Remove myself.
8244
92c2f0ee
BE
82452006-11-22 Ben Elliston <bje@au.ibm.com>
8246
8247 * configure.in (skipdirs): Don't build libssp for SPU.
8248 * configure: Regenerate.
8249
a3b97199
AP
82502006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8251
8252 * MAINTAINERS (spu port): Add myself as maintainer.
8253 (libobjc): Update my email address.
8254
0eb97064
AB
82552006-11-21 Andrea Bona <andrea.bona@st.com>
8256
8257 * MAINTAINERS (Write After Approval): Add myself.
8258
dce2d8b2 82592006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8260
8261 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8262 * configure : Rebuilt.
8263
dce2d8b2 82642006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8265
8266 * MAINTAINERS (Write After Approval): Add myself.
8267
d58542ea
AO
82682006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8269
8270 * MAINTAINERS (Write After Approval): Add myself.
8271
a357b5ae
KG
82722006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8273
8274 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8275 libmpfr.a.
8276 * configure: Regenerate.
8277
9bd6112c
PB
82782006-11-16 Paolo Bonzini <bonzini@gnu.org>
8279
8280 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8281 (unstage): Test for stage_last presence.
8282
8283 PR bootstrap/29802
dce2d8b2
EB
8284 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8285 STAGE_PREFIX.
9bd6112c
PB
8286 * Makefile.in: Regenerate.
8287
c8cf9f0f
ZD
82882003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8289
8290 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8291 maintainers.
8292
467b1fc6
ER
82932006-11-14 Erven Rohou <erven.rohou@st.com>
8294
8295 * MAINTAINERS (Write After Approval): Add myself.
8296
995a5697
PB
82972006-11-14 Paolo Bonzini <bonzini@gnu.org>
8298
8299 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8300 and stageN-package/Makefile.
8301 * Makefile.in: Regenerated.
8302
c8d6d53e
JZ
83032006-11-14 Jie Zhang <jie.zhang@analog.com>
8304
8305 * configure.in: Remove target-libgloss from noconfigdirs for
8306 bfin-*-*.
8307 * configure: Regenerated.
8308
dffb147d
KG
83092006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8310
8311 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 8312
dffb147d
KG
8313 * configure: Regenerate.
8314
ca558912
KG
83152006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8316
8317 * configure.in: Robustify error message for missing GMP/MPFR.
8318
8319 * configure: Regenerate.
8320
dce2d8b2 83212006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
8322
8323 * MAINTAINERS (Write After Approval): Add myself.
8324
dce2d8b2 83252006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
8326
8327 * MAINTAINERS: Change email address.
8328
91de1527
VP
83292006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8330
8331 * MAINTAINERS (Write After Approval): Add myself.
8332
a3867703
PB
83332006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8334
8335 * MAINTAINERS (Write After Approval): Add myself.
8336
b4364fa2
CL
83372006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8338
7e050830 8339 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 8340 Write After Approval section.
b4364fa2 8341
70ec446f
KG
83422006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8343
8344 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8345 need_gmp anymore.
8346 * configure: Regenerate.
8347
018c8d88
TB
83482006-10-16 Tobias Burnus <burnus@net-b.de>
8349
8350 * MAINTAINERS (Write After Approval): Add myself.
8351
f6a1687e
BE
83522006-10-16 Ben Elliston <bje@au.ibm.com>
8353
8354 * config.guess: Import latest version.
8355 * config.sub: Likewise.
8356
b5422ad7
BM
83572006-10-10 Brooks Moses <bmoses@stanford.edu>
8358
8359 * Makefile.def: Added pdf target handling.
8360 * Makefile.tpl: Added pdf target handling.
8361 * Makefile.in: Regenerated.
8362
bdcee471
CL
83632006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8364
8365 * MAINTAINERS: Add self as score port maintainer.
8366
7d610414
BM
83672006-10-04 Brooks Moses <bmoses@stanford.edu>
8368
8369 * MAINTAINERS (Write After Approval): Add myself.
8370
e48d66a9
SK
83712006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8372
7e050830 8373 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
8374 or newer.
8375 * configure: Regenerated.
8376
c394e891
DB
83772006-09-27 Dave Brolley <brolley@redhat.com>
8378
dce2d8b2
EB
8379 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8380 using $s instead of $r.
c394e891
DB
8381 * configure: Regenerated.
8382
1ee4c5a0
TS
83832006-09-26 Thiemo Seufer <ths@mips.com>
8384
8385 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8386 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8387 * configure: Regenerate.
8388
dce2d8b2 83892006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
8390
8391 * MAINTAINERS (Write After Approval): Remove myself.
8392
0c502898
CF
83932006-09-22 Chao-ying Fu <fu@mips.com>
8394
8395 * MAINTAINERS (Write After Approval): Add myself.
8396
a7819e42
JM
83972006-09-10 Joseph S. Myers <joseph@codesourcery.com>
8398
8399 * MAINTAINERS: Add self as soft-fp maintainer.
8400
dce2d8b2 84012006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
8402
8403 * MAINTAINERS: Add myself as avr maintainer.
8404 Remove Marek Michalkiewicz as avr maintainer.
827d0991 8405
e8288489
RC
84062006-09-07 Roberto Costa <roberto.costa@st.com>
8407
8408 * MAINTAINERS (Write After Approval): Add myself.
8409
b91f0a41
CV
84102006-08-30 Corinna Vinschen <corinna@vinschen.de>
8411
8412 * configure.in: Never build newlib for a Mingw host.
8413 Never build newlib as Mingw target library.
8414 Test the existence of winsup/cygwin for building a Cygwin newlib,
8415 rather than just winsup.
8416 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8417 building a Mingw target.
8418 * configure: Regenerate.
8419
094c07a0
EB
84202006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8421
8422 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8423
8d1171cb
PB
84242006-07-25 Paolo Bonzini <bonzini@gnu.org>
8425
8426 * config.guess: Import from src (was more updated).
8427 * config.sub: Likewise.
8428
2e9e6f68
DJ
84292006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
8430
8431 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8432 * configure: Regenerated.
8433
57255173
PB
84342006-07-18 Paolo Bonzini <bonzini@gnu.org>
8435
cc6010cd
AP
8436 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8437 for stages after the first.
57255173 8438
9fbe6585
JJ
84392006-07-17 Jakub Jelinek <jakub@redhat.com>
8440
8441 * Makefile.def: Add dependencies for configure-opcodes
8442 on configure-intl and all-opcodes on all-intl.
8443 * Makefile.in: Regenerated.
8444
18c3f977
BE
84452006-07-13 Ben Elliston <bje@au.ibm.com>
8446
8447 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8448
27b56ba6
PE
84492006-07-06 Paul Eggert <eggert@cs.ucla.edu>
8450
8451 Port to hosts whose 'sort' and 'tail' implementations
8452 treat operands with leading '+' as file names, as POSIX
8453 has required since 2001. However, make sure the code still
8454 works on pre-POSIX hosts.
8455 * ltmain.sh: Don't assume "sort +2" is equivalent to
8456 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8457
ad6d4e43
UW
84582006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
8459
8460 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8461
706601d9
PG
84622006-07-04 Peter O'Gorman <peter@pogma.com>
8463
8464 * ltconfig: chmod 644 before ranlib during install.
8465
0b50988a
EB
84662006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8467
8468 PR bootstrap/18058
8469 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8470 if the bootstrap compiler is a GCC version that supports it.
8471 * configure: Regenerate.
8472
b6348cb3
PB
84732006-07-03 Paolo Bonzini <bonzini@gnu.org>
8474
95695ad3 8475 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
8476 * configure: Regenerate.
8477
1546bb64
PB
84782006-07-03 Paolo Bonzini <bonzini@gnu.org>
8479
8480 PR other/27063
8481 * configure.in: Test subdir_requires and give an appropriate
8482 error message.
8483 * configure: Regenerate.
8484
5cb6c629
AJH
84852006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
8486
8487 * MAINTAINERS (Write After Approval): Add myself.
8488
f4d8cdf8
JDA
84892006-06-22 John David Anglin <dave.anglin@nrc.ca>
8490
8491 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8492
4fe5abb7
SE
84932006-06-22 Steve Ellcey <sje@cup.hp.com>
8494
8495 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8496
2a79fd67
DA
84972006-06-20 David Ayers <d.ayers@inode.at>
8498
8499 PR bootstrap/28072
8500 * configure.in: Add target-boehm-gc to noconfigdirs depending on
8501 whether target-libjava is being configured instead of whether the
8502 java front end is enabled.
8503 * configure: Regenerate.
7e050830 8504
04879af3
RO
85052006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8506
8507 PR target/27540
8508 * configure.in: Only enable libgomp on IRIX 6.
8509 * configure: Regenerate.
8510
ec6c7392
PB
85112006-06-15 Paolo Bonzini <bonzini@gnu.org>
8512
8513 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8514 too.
8515 * Makefile.in: Regenerate.
8516
12973d7a
DD
85172006-06-13 Jeff Johnston <jjohnstn@redhat.com>
8518
8519 * config-ml.in: Alter CCASFLAGS to include special
8520 multilib options the same as is done for CFLAGS.
8521
c67ed86a
JDA
85222006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8523
8524 * configure.in: Don't enable libgomp on hpux10.
8525 * configure: Rebuilt.
8526
cb253473
DA
85272006-06-12 David Ayers <d.ayers@inode.at>
8528
8529 PR bootstrap/27963
8530 PR target/19970
7e050830 8531 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
8532 ${libgcj} is specified.
8533 * configure: Regenerate.
7e050830 8534
dce2d8b2 85352006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
8536
8537 Sync from src:
7e050830
EC
8538
8539 * configure.in: Sync.
32845532 8540 * configure: Regenerated.
7e050830 8541
32845532
CD
8542 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * Makefile.def: Added dependencies from sim and gdb on intl, and
8545 added configure dependencies to everything with an all dependency
8546 on intl.
8547 * Makefile.in: Regenerated.
8548
7cd0cf9c
DA
85492006-06-06 David Ayers <d.ayers@inode.at>
8550
8551 PR libobjc/13946
8552 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8553 * Makefile.in: Regenerate.
8554 * configure.in: Add --enable-objc-gc at toplevel and have it
8555 enable boehm-gc for Objective-C.
8556 Remove target-boehm-gc from libgcj.
8557 Add target-boehm-gc to target_libraries.
8558 Add target-boehm-gc to noconfigdirs where ${libgcj}
8559 is specified.
8560 Assert that boehm-gc is supported when requested for Objective-C.
8561 Only build boehm-gc if needed either for Java or Objective-C.
8562 * configure: Regenerate.
7e050830 8563
3ff3adad
PB
85642006-06-05 Paolo Bonzini <bonzini@gnu.org>
8565
8566 PR 27674
8567 * Makefile.tpl (configure-[+prefix+][+module+],
8568 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8569 Remove rule to unstage bootstrapped modules.
8570 (stage_current): New.
8571 * Makefile.in: Regenerate.
8572
898e551d
LB
85732006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8574
8575 * MAINTAINERS (Write After Approval): Update my e-mail address.
8576
ea60341e
MS
85772006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8578
8579 * include/libiberty.h: Declare pex_run_in_environment.
8580
222ae291
AL
85812006-05-31 Asher Langton <langton2@llnl.gov>
8582
8583 * MAINTAINERS (Write After Approval): Add myself.
898e551d 8584
e9a54b07
PB
85852006-05-25 Paolo Bonzini <bonzini@gnu.org>
8586
8587 * Makefile.def (bfd, opcodes): Fix lib_path.
8588 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8589 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8590 * Makefile.in: Regenerate.
8591
03e67131
CD
85922006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8593
8594 * Makefile.in: Regenerate.
8595
65d6e994
CD
85962006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8597
8598 * Makefile.def: Add install-html target. Add datarootdir
8599 docdir and htmldir to flags_to_pass.
8600 * Makefile.tpl: Add install-html target.
8601 * Makefile.in: Regenerate.
8602 * configure.in: Add --with-datarootdir, --with-docdir, and
8603 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8604 * configure: Regenerate.
8605
9e299237
MS
86062006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8607
8608 * configure.in: Enable gprof for cross builds.
8609 * configure: Regenerate.
8610
c31202cd
RG
86112006-05-22 Richard Guenther <rguenther@suse.de>
8612
8613 Revert
8614 2006-01-31 Richard Guenther <rguenther@suse.de>
8615 Paolo Bonzini <bonzini@gnu.org>
8616
8617 * Makefile.def (target_modules): Add libgcc-math target module.
8618 * configure.in (target_libraries): Add libgcc-math target library.
8619 (--enable-libgcc-math): New configure switch.
8620 * Makefile.in: Re-generate.
8621 * configure: Re-generate.
8622 * libgcc-math: New toplevel directory.
8623
2a332582
JDA
86242006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8625 Andreas Tobler <a.tobler@schweiz.ch>
8626
8627 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8628 * configure: Rebuilt.
8629
dce2d8b2 86302006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 8631
ccce6917
SL
8632 * MAINTAINERS (Write After Approval): Add myself.
8633
ed606bc0
DD
86342006-05-01 DJ Delorie <dj@redhat.com>
8635
3d8f47a0 8636 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
8637 * configure: Regenerate.
8638
9386bd20
RG
86392006-05-01 Richard Guenther <rguenther@suse.de>
8640
8641 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8642 maintainer.
8643
dce2d8b2 86442006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
8645
8646 * MAINTAINERS (Write After Approval): Add myself.
8647
87ceee72
JB
86482006-04-28 Jan Beulich <jbeulich@novell.com>
8649
8650 * MAINTAINERS (Write After Approval): Add myself.
8651
e88a2c09
DD
86522006-04-18 DJ Delorie <dj@redhat.com>
8653
8654 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8655 reference libgloss so that libssp can be built in a combined
8656 tree.
8657 * configure: Regenerate.
8658
675f0a8a
RM
86592006-04-08 Robert Millan <rmh@gcc.gnu.org>
8660
8661 * MAINTAINERS (Write After Approval): Add myself.
8662
27b6c940
BE
86632006-04-05 Ben Elliston <bje@au.ibm.com>
8664
8665 * configure.in: Require makeinfo 4.4 or higher.
8666 * configure: Regenerate.
8667
687b17d4
GP
86682006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8669
8670 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8671 Rearrange the entries of other libraries to have them in one place.
8672
906ac235
JB
86732006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8674
7e050830 8675 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
8676 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8677
fb0103e5
RG
86782006-03-14 Richard Guenther <rguenther@suse.de>
8679
8680 * configure: Regenerate with autoconf 2.13.
8681
17237f6b
JB
86822006-03-13 Jim Blandy <jimb@codesourcery.com>
8683
8684 * MAINTAINERS: Use my work address.
bed31434
JB
8685
8686 * MAINTAINERS: Update my E-mail address.
8687
27079765
AH
86882006-03-10 Aldy Hernandez <aldyh@redhat.com>
8689
8690 * configure.in: Handle --disable-<component> generically.
8691 * configure: Regenerate.
8692
54a17039
L
86932006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8694
8695 PR libgcj/17311
8696 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8697
b9bd11ca
EE
86982006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8699
8700 * MAINTAINERS (Write After Approval): Remove myself.
8701 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8702
dce2d8b2 87032006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 8704
072b06f2
RE
8705 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8706 (TARGET_CONFIGDIRS): Remove.
8707 * configure.in: Remove AC_SUBST(target_configdirs).
8708 * Makefile.in, configure: Regenerated.
ee2312f3 8709
936e1a35
SK
87102006-02-20 Steven G. Kargl <kargls@comcast.net>
8711
8712 * MAINTAINERS (Write After Approval): Remove myself.
8713 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8714
cc11cc9b
PB
87152006-02-20 Paolo Bonzini <bonzini@gnu.org>
8716
8717 PR bootstrap/25670
8718
8719 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8720
8721 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8722 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8723 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8724 BUILD_PREFIX, BUILD_PREFIX_1.
8725 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8726
8727 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8728 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8729
8730 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8731 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8732 of `cat stage_current`. Always provide the `r' and `s' variables.
8733 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8734 a single shell execution.
8735 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8736 bootstrapped modules, make the stage1 module if the build was not
8737 started yet, else build the current stage.
8738 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8739 (all-build, all-host, all-target, [+make_target+]-host,
8740 [+make_target+]-target): Do not use \-continued lines.
8741 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8742 (current_stage, restrap, stage_last): New.
8743
8744 * Makefile.in: Regenerate.
8745 * configure: Regenerate.
8746
63a7c9ef
BD
87472006-02-19 Bud Davis <jmdavis@link.com>
8748
8749 * MAINTAINERS (Write After Approval): Remove myself.
8750 (Language Front End Maintainers): Add myself as fortran 95
8751 maintainer and update e-mail address.
8752
a3543e3a
FXC
87532006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8754
8755 * MAINTAINERS (Write After Approval): Remove myself.
8756 (Language Front End Maintainers): Add myself as fortran 95
8757 maintainer.
8758
ca5b1d2c
VK
87592006-02-16 Victor Kaplansky <victork@il.ibm.com>
8760
8761 * MAINTAINERS (Write After Approval): Add myself.
8762
0499513f
TK
87632006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8764
8765 * MAINTAINERS (Write After Approval): Remove myself.
8766 (Language Front End Maintainers): Add myself as
8767 fortran 95 maintainer.
8768
d1f8db0c
PB
87692006-02-14 Paolo Bonzini <bonzini@gnu.org>
8770
8771 Sync from src:
8772
8773 2005-12-27 Leif Ekblad <leif@rdos.net>
8774
cc6010cd
AP
8775 * configure.in: Add support for RDOS target.
8776 * configure: Regenerate.
d1f8db0c
PB
8777
87782006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 8779 Andreas Schwab <schwab@suse.de>
d1f8db0c 8780
cc6010cd 8781 * configure: Regenerate.
d1f8db0c 8782
cac90078
DE
87832006-02-12 David Edelsohn <edelsohn@gnu.org>
8784
8785 * configure.in (enable_libgomp): Add AIX.
8786 * configure: Regenerate.
8787
bd37fbf5
MK
87882006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8789
8790 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8791
23027b7a
LM
87922006-02-03 Lee Millward <lee.millward@gmail.com>
8793
8794 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8795
0058967b
RG
87962006-01-31 Richard Guenther <rguenther@suse.de>
8797 Paolo Bonzini <bonzini@gnu.org>
8798
8799 * Makefile.def (target_modules): Add libgcc-math target module.
8800 * configure.in (target_libraries): Add libgcc-math target library.
8801 (--enable-libgcc-math): New configure switch.
8802 * Makefile.in: Re-generate.
8803 * configure: Re-generate.
8804 * libgcc-math: New toplevel directory.
8805
e8b05380
PB
88062006-01-26 Paolo Bonzini <bonzini@gnu.org>
8807
8808 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8809 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8810 the assembler, linker and binutils.
8811 * configure: Regenerate.
8812
d54d5437
DM
88132006-01-22 Dirk Mueller <dmueller@suse.de>
8814
8815 * MAINTAINERS (Write After Approval): Add myself.
8816
670cbfcf
DN
88172006-01-20 Diego Novillo <dnovillo@redhat.com>
8818
8819 * configure: Regenerate.
8820
953ff289
DN
88212006-01-18 Richard Henderson <rth@redhat.com>
8822 Jakub Jelinek <jakub@redhat.com>
8823 Diego Novillo <dnovillo@redhat.com>
8824
8825 * libgomp: New directory.
8826 * Makefile.def: Add target_module libgomp.
8827 * Makefile.in: Regenerate.
8828 * configure.in (target_libraries): Add target-libgomp.
8829 * configure: Regenerate.
8830
32ce4048
AO
88312006-01-05 Alexandre Oliva <aoliva@redhat.com>
8832
8833 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8834 @ from continuation.
8835 * Makefile.in: Rebuilt.
8836
0eaf8e17 88372006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 8838
c76c0c83
CL
8839 * MAINTAINERS (Write After Approval): Add myself.
8840
2d309510
PB
88412006-01-04 Paolo Bonzini <bonzini@gnu.org>
8842
8843 PR bootstrap/24252
8844
8845 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8846 * Makefile.tpl (OBJDUMP): New.
8847 (EXTRA_HOST_FLAGS): Add it.
8848 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8849
953ff289
DN
8850 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8851 to use symbolic links between directories. Avoid race conditions
8852 or make them harmless.
8853 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
8854
8855 * Makefile.def (LEAN): Pass.
8856 * Makefile.tpl (LEAN): Define.
8857 (stage[+id+]-start): Accept that the previous directory does not
8858 exist, if the bootstrap is lean.
8859 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8860 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8861 configure substitution.
8862 ([+compare-target+]): Likewise.
8863 ([+bootstrap-target+]-lean): New.
8864 * configure.in: Remove lean bootstrap support from here.
8865
953ff289
DN
8866 * Makefile.in: Regenerate.
8867 * configure: Regenerate.
2d309510 8868
368872c3
BE
88692006-01-04 Ben Elliston <bje@au.ibm.com>
8870
8871 * MAINTAINERS (libdecnumber): Add myself.
8872
d79e6356
MM
88732006-01-02 Mark Mitchell <mark@codesourcery.com>
8874
8875 * libtool-ldflags: New script.
8876
a6fbc1e2
AS
88772006-01-02 Andreas Schwab <schwab@suse.de>
8878
8879 * configure.in: When reconfiguring remove Makefile in
8880 all stage directories.
8881 * configure: Regenerate.
8882
103a4b39
SB
88832005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8884
8885 * MAINTAINERS: Update my email address.
8886
212f829c
PB
88872005-12-20 Paolo Bonzini <bonzini@gnu.org>
8888
8889 Revert Ada-related part of the previous change.
8890
8891 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8892 Do not pass.
8893 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8894 * Makefile.in: Regenerate.
8895 * configure.in: Do not include mt-ppc-aix target fragment.
8896 * configure: Regenerate.
8897
8ef1f2df
PB
88982005-12-19 Paolo Bonzini <bonzini@gnu.org>
8899
8900 * configure.in: Select appropriate fragments for PowerPC/AIX.
8901 * configure: Regenerate.
8902
8903 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8904 BOOT_CFLAGS, BOOT_LDFLAGS.
8905 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8906 BOOT_CFLAGS, BOOT_LDFLAGS.
8907 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8908 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8909 (stage): Fail if we cannot complete the work.
8910 * Makefile.in: Regenerate.
8911
ab34901f
NS
89122005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8913
8914 * configure.in: Replace ms1 with mt.
8915 * configure: Rebuilt.
8916
cbe82f21
BM
89172005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8918
8919 * MAINTAINERS: Update my email address.
8920
19843472
PB
89212005-12-15 Paolo Bonzini <bonzini@gnu.org>
8922
8923 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8924 install-host-nogcc): Don't invoke $(stage) at the end.
8925 * Makefile.in: Regenerate.
8926
1ca26cd2
PB
89272005-12-14 Paolo Bonzini <bonzini@gnu.org>
8928
8929 * configure.in: Flip the top-level bootstrap switch.
8930 * configure: Regenerate.
8931
f41d6665
DJ
89322005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8933
8934 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8935 $(stage) and $(unstage).
8936 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8937 (all): Remove stray semicolon.
8938 (local-distclean): Don't handle multilib.tmp and multilib.out.
8939 (install.all): Set $s for consistency.
8940 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8941 check_multilibs setting. Always make the install directory.
8942 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8943 Correct @if/@endif.
8944 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8945 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8946 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8947 (multilib.out): Remove.
8948 * Makefile.in: Regenerated.
8949
dce2d8b2 89502005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
8951
8952 * MAINTAINERS (Write After Approval): Add myself.
8953
64f182bd
NS
89542005-12-12 Nathan Sidwell <nathan@codesourcery.com>
8955
121b2cee
NS
8956 * MAINTAINERS: Add myself as mt maintainer.
8957
64f182bd
NS
8958 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
8959
a6d63770
AN
89602005-12-06 Adam Nemet <anemet@caviumnetworks.com>
8961
8962 * MAINTAINERS: Change email address.
8963
2abefe3d
PB
89642005-12-05 Paolo Bonzini <bonzini@gnu.org>
8965
8966 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8967 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8968 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
8969 Find in-tree tools if available.
8970 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8971 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8972 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8973 (COMPILER_*_FOR_TARGET): New.
8974 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8975 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8976 (CONFIGURED_*, USUAL_*): Remove.
8977 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8978 STRIP): Use autoconf substitutions.
8979 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8980 COMPILER_NM_FOR_TARGET): New.
8981 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8982
8983 (all): Make all-host and all-target in parallel.
8984 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8985 that $$r and $$s are set before invoking a recursive make.
8986 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8987 ([+bootstrap-target+]): Inline most of the `all' target.
8988
2f3bdde7
BE
89892005-11-29 Ben Elliston <bje@au.ibm.com>
8990
8991 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8992 from the gcc build directory.
8993 * Makefile.in: Regenerate.
8994
a4b6c45a
BE
89952005-11-29 Ben Elliston <bje@au.ibm.com>
8996
8997 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
8998 depend on all-libdecnumber.
8999 * configure.in (host_libs): Include libdecnumber.
9000 * Makefile.in: Regenerate.
9001 * configure: Likewise.
9002
473a74b9
BE
90032005-11-29 Ben Elliston <bje@au.ibm.com>
9004
9005 * libdecnumber: Import decNumber sources from the dfp-branch.
9006
b4623110
KJ
90072005-11-21 Kean Johnston <jkj@sco.com>
9008
9009 * config.sub, config.guess: Sync from upstream sources.
9010
67dc1785
BE
90112005-11-21 Ben Elliston <bje@au.ibm.com>
9012
9013 Import from Autoconf sources:
9014
9015 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9016 * config/move-if-change: Don't output "$2 is unchanged";
9017 suggested by Ben Elliston. Handle weird characters correctly.
9018
186abafe
AT
90192005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9020
9021 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9022 to match upstream libtool for darwin.
9023
ef9db8d5
DJ
90242005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9025
9026 * Makefile.def: Remove gdb dependencies for gdbtk.
9027 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9028 (configure-gdb, install-gdb): New rules.
9029 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9030 * Makefile.in, configure: Regenerated.
9031
9c5141ab
JB
90322005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9033
9034 * MAINTAINERS (Write After Approval): Add myself.
9035
4523d51b
EE
90362005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9037
9038 * MAINTAINERS (Write After Approval): Add myself.
9039
086b011c
DN
90402005-10-24 Diego Novillo <dnovillo@redhat.com>
9041
9042 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9043 Diego Novillo.
9044
e7c84bf8
PB
90452005-10-22 Paolo Bonzini <bonzini@gnu.org>
9046
9047 PR bootstrap/24297
9048 * Makefile.tpl (do-[+make-target+], do-check, install,
9049 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9050 are set before recursing.
9051 * Makefile.in: Regenerate.
9052
b88a7564
EB
90532005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9054
9055 PR bootstrap/18939
9056 * Makefile.def (gcc) <target>: Fix thinko.
9057 * Makefile.in: Regenerate.
9058
61efc800
BS
90592005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9060
9061 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9062 * configure: Regenerate.
9063
f53d2869
JZ
90642005-10-15 Jie Zhang <jie.zhang@analog.com>
9065
9066 * MAINTAINERS (Write After Approval): Add self.
9067
077fc835
KH
90682005-10-08 Kazu Hirata <kazu@codesourcery.com>
9069
9070 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9071 target-libffi, target-qthreads, target-libjava, and
9072 targetlibobjc.
9073 * configure: Regenerate.
9074
d739199a
DJ
90752005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9076
9077 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9078 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9079 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9080 (USUAL_OBJDUMP_FOR_TARGET): New.
9081 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9082 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9083 * configure, Makefile.in: Regenerated.
d739199a 9084
db38c6bb
PB
90852005-10-05 Paolo Bonzini <bonzini@gnu.org>
9086
9087 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9088 before other host packages.
9089
3015564c
KK
90902005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9091
9092 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9093
1061f99e
PB
90942005-10-05 Paolo Bonzini <bonzini@gnu.org>
9095
9096 PR bootstrap/22340
9097
9098 * configure.in (default_target): Remove.
9099 * Makefile.tpl (all): Do not use prerequisites as subroutines
9100 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9101 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9102 use prerequisites as subroutines.
9103 (check-host, check-target): New.
9104 (bootstrap configure & all targets): Do not use stage*-start
9105 if the directory layout is already ok.
9106 (non-bootstrap configure & all targets): Prepend a $(unstage).
9107 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9108 (NOTPARALLEL): Remove.
9109 (unstage, stage variables): New variables.
9110 (unstage, stage targets): Simply expand to those variables.
9111
9112 * configure: Regenerate.
9113 * Makefile.in: Regenerate.
9114
4a9c436f
JW
91152005-10-04 James E Wilson <wilson@specifix.com>
9116
9117 * Makefile.def (lang_env_dependencies): Add libmudflap.
9118 * Makefile.in: Regenerate.
9119
37150080
AS
91202005-10-03 Andreas Schwab <schwab@suse.de>
9121
9122 Backport from libtool CVS:
9123 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9124
9125 * ltmain.sh: add support for installing into temporary
9126 staging area (e.g. 'make install DESTDIR=...')
9127
39d16468
L
91282005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9129
9130 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9131 * configure: Regenerated.
9132
72a7ab82
AP
91332005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9134
9135 * configure: Regenerate with the correct
9136 autoconf version.
9137
6b65a26d
CM
91382005-09-30 Catherine Moore <clm@cm00re.com>
9139
9140 * configure.in (bfin-*-*): New.
9141 * configure: Regenerated.
9142
040b1c5a
GK
91432005-09-28 Geoffrey Keating <geoffk@apple.com>
9144
9145 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9146 (LIPO_FOR_TARGET): New.
9147 (CONFIGURED_LIPO_FOR_TARGET): New.
9148 (USUAL_LIPO_FOR_TARGET): New.
9149 (STRIP_FOR_TARGET): New.
9150 (CONFIGURED_STRIP_FOR_TARGET): New.
9151 (USUAL_STRIP_FOR_TARGET): New.
9152 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9153 STRIP_FOR_TARGET.
9154 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9155 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9156 * Makefile.in: Regenerate.
9157 * configure: Regenerate.
7e050830 9158
3a3c28db
DE
91592005-09-19 David Edelsohn <edelsohn@gnu.org>
9160
9161 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9162 (rs6000-*-aix*): Same.
9163 * configure: Regenerate.
9164
2749a921
TT
91652005-09-16 Tom Tromey <tromey@redhat.com>
9166
9167 * MAINTAINERS: Add self as java maintainer.
9168
7f26dfa3
FXC
91692005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9170
9171 * configure.in: Recognize f95 in the --enable-languages option,
9172 and substitute it for fortran, issuing a warning.
9173 * configure: Regenerate.
9174
d8852c4f
PE
91752005-08-30 Phil Edwards <phil@codesourcery.com>
9176
9177 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9178 * configure: Regenerated.
9179
ad685e81
AH
91802005-08-22 Aldy Hernandez <aldyh@redhat.com>
9181
9182 * MAINTAINERS: Add self as ms1 maintainer.
9183
b00d752c
RE
91842005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9185
9186 * Makefile.def (libssp): Add to lang_env_dependencies.
9187 * Makefile.in: Regenerate.
9188
9ed8fb9b
ILT
91892005-08-18 Ian Lance Taylor <ian@airs.com>
9190
9191 * MAINTAINERS: Add myself as middle-end maintainer.
9192
0f029d39
CG
91932005-08-17 Christian Groessler <chris@groessler.org>
9194
9195 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9196 * Makefile.in: Regenerate.
9197
81087874
AK
91982005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9199
9200 * MAINTAINERS (write after approval): Added myself.
9201
6a134f1c
MR
92022005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9203
9204 * MAINTAINERS (Write After Approval): Add myself.
9205
2693c0b0
PB
92062005-08-12 Paolo Bonzini <bonzini@gnu.org>
9207
9208 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9209 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9210 Look for alternate names of the target cc and c++
9211 * configure: Regenerate.
9212
4de997d1
PB
92132005-08-08 Paolo Bonzini <bonzini@gnu.org>
9214
9215 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9216 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9217 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9218 tools; remove code to manually set them.
9219 (Target tools): Look in the environment for them.
9220 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9221 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9222 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9223 build directory.
9224 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9225 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9226 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9227 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9228 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9229 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9230 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9231 * configure: Regenerate.
9232 * Makefile.in: Regenerate.
9233
b089e33a
BE
92342005-07-28 Ben Elliston <bje@au.ibm.com>
9235
9236 * MAINTAINERS: Update for removed CPU targets.
9237
e3791243
MM
92382005-07-27 Mark Mitchell <mark@codesourcery.com>
9239
9240 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9241 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9242 * Makefile.in: Regenerated.
9243
526635cb
MM
92442005-07-26 Mark Mitchell <mark@codesourcery.com>
9245
9246 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9247 (CFLAGS_FOR_TARGET): Use it.
9248 (CXXFLAGS_FOR_TARGET): Likewise.
9249 * Makefile.in: Regenerated.
9250 * configure.in (--with-build-sysroot): New option.
9251 * configure: Regenerated.
9252
19791f70
PB
92532005-07-24 Paolo Bonzini <bonzini@gnu.org>
9254
9255 * Makefile.tpl: Wrap install between unstage and stage
9256 * Makefile.in: Regenerate.
9257
35f5a23f
EC
92582005-07-21 Eric Christopher <echristo@apple.com>
9259
9260 * MAINTAINERS: Update affiliation.
9261
ff3ddf15
PW
92622005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9263
9264 * MAINTAINERS: Add self as crx port maintainer.
9265
3a664c1c
DD
92662005-07-20 DJ Delorie <dj@redhat.com>
9267
9268 * MAINTAINERS: Add self as m32c maintainer.
9269
539df155
KC
92702005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9271
9272 * all files: Update FSF address.
9273
be9c593a
EC
92742005-07-15 Eric Christopher <echristo@redhat.com>
9275
9276 * MAINTAINERS: Change affiliation.
9277
fd7ea4ab
JB
92782005-07-14 Jim Blandy <jimb@redhat.com>
9279
9280 * configure.in: Add cases for Renesas m32c.
9281 * configure: Regenerated.
7e050830 9282
0063a823
KC
92832005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9284
d0ca130a
KC
9285 * COPYING.LIB: Update from fsf.org.
9286
92872005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9288
9289 * COPYING, compile, config.guess,
0063a823
KC
9290 config.sub, install-sh, missing, mkinstalldirs,
9291 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 9292 * config-ml.in: Update FSF address.
0063a823 9293
a8ba31f2
EC
92942005-07-13 Eric Christopher <echristo@redhat.com>
9295
9296 * configure.in: Add toplevel noconfigdir support for tpf.
9297 * configure: Regenerate.
9298
5bea4a03
PB
92992005-07-11 Paolo Bonzini <bonzini@gnu.org>
9300
9301 PR ada/22340
9302
9303 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9304 * Makefile.in: Regenerate.
9305
284bdbbd
MM
93062005-07-07 Mark Mitchell <mark@codesourcery.com>
9307
9308 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 9309 Brolley to write-after-approval.
284bdbbd 9310
452190fb
AS
93112005-07-07 Andreas Schwab <schwab@suse.de>
9312
9313 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9314 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9315 * Makefile.in: Regenerated.
9316
9c8f9ec2
GK
93172005-07-06 Geoffrey Keating <geoffk@apple.com>
9318
9319 * configure.in: Don't build sim or rda when targetting darwin.
9320 * configure: Regenerate.
9321
ef0087a7
KH
93222005-07-06 Kazu Hirata <kazu@codesourcery.com>
9323
9324 * configure.in: Add --enable-libssp and --disable-libssp.
9325 * configure: Regenerate with autoconf-2.13.
9326
77008252
JJ
93272005-07-02 Jakub Jelinek <jakub@redhat.com>
9328
9329 * Makefile.def (target_modules): Add libssp.
9330 * configure.in (target_libraries): Add target-libssp.
9331 * configure: Rebuilt.
9332 * Makefile.in: Rebuilt.
9333
a04eae1b
ZW
93342005-07-01 Zack Weinberg <zackw@panix.com>
9335
9336 * MAINTAINERS: Change email address. Resign from maintainership.
9337
948884cd
RG
93382005-07-01 Richard Guenther <rguenther@suse.de>
9339
9340 * MAINTAINERS: Change my e-mail address and affiliation.
9341
c7870f5d
PB
93422005-06-22 Paolo Bonzini <bonzini@gnu.org>
9343
9344 * Makefile.def (stagefeedback): Come after profile.
9345 Define profiledbootstrap target.
9346 * Makefile.tpl (profiledbootstrap): Remove.
9347 (stageprofile-end): Zap stagefeedback.
9348 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9349 * Makefile.in: Regenerate.
9350
ab99519a
RS
93512005-06-13 Richard Sandiford <richard@codesourcery.com>
9352
9353 * MAINTAINERS: Update my email address.
9354
f610dd5f
ZW
93552005-06-13 Zack Weinberg <zack@codesourcery.com>
9356
9357 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9358 In 'cpp' stanza, support '#line' as well as '# '.
9359
71bc2a83
AS
93602005-06-08 Andreas Schwab <schwab@suse.de>
9361
9362 * MAINTAINERS: Move myself from 'Write After Approval' to
9363 'CPU Port Maintainers' section as m68k maintainer.
9364
4fab7234
HPN
93652005-06-07 Hans-Peter Nilsson <hp@axis.com>
9366
9367 * configure.in (unsupported_languages): New macro.
9368 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9369 non-ported target libraries in noconfigdirs.
9370 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9371 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 9372 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
9373 unsupported_languages.
9374 * configure: Regenerate.
9375
68193f9b
TS
93762005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9377
9378 * configure.in: Fix typo in handling of --with-mpfr-dir.
9379 * configure: Regenerate.
9380
f26f6b8d
RS
93812005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9382
9383 * MAINTAINERS: Update my email address.
9384
ba4853f8
JB
93852005-06-02 Jim Blandy <jimb@redhat.com>
9386
9387 * config.sub: Add cases for the Renesas m32c. (This patch has been
9388 accepted into the master sources.)
9389
79dd769c 93902005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
9391 Michael Snyder <msnyder@redhat.com>
9392 Stan Cox <scox@redhat.com>
79dd769c 9393
f610dd5f 9394 * configure.in: Set noconfigdirs for ms1.
79dd769c 9395
f610dd5f 9396 * configure: Regenerate.
79dd769c 9397
d29e107f
JD
93982005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
9399
9400 * MAINTAINERS (Write After Approval): Add self.
9401
e93196c3
JC
94022005-06-01 Josh Conner <jconner@apple.com>
9403
9404 * MAINTAINERS (Write After Approval): Add self.
9405
ae263c7a
KH
94062005-06-01 Kazu Hirata <kazu@codesourcery.com>
9407
9408 * MAINTAINERS: Update my email address.
9409
585b3aa3
ZM
94102005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
9411
9412 * MAINTAINERS (Write After Approval): Add self.
9413
4930c50b
CD
94142005-05-26 Chris Demetriou <cgd@broadcom.com>
9415
9416 * MAINTAINERS (Write After Approval): Remove self.
9417
2dfbef6d
PB
94182005-05-25 Paolo Bonzini <bonzini@gnu.org>
9419
9420 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9421 (Dependencies): Consider target modules for bootstrap dependencies.
9422 Make target bootstrap modules depend on each stage's gcc.
9423 * Makefile.in: Regenerate.
9424
bcb28cf5
PB
94252005-05-20 Paolo Bonzini <bonzini@gnu.org>
9426
9427 * Makefile.def (configure-gcc): Depend on binutils having been built.
9428 (all-gcc): No need to do it here.
9429 * Makefile.in: Regenerate.
9430
0cf085e4
PB
94312005-05-19 Paul Brook <paul@codesourcery.com>
9432
f610dd5f 9433 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
9434 language cannot be built.
9435 * configure: Regenerate.
9436
dfb2c39a
DJ
94372005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
9438
9439 * ylwrap: Import from Automake 1.9.5.
9440
771aaa92
DU
94412005-05-13 David Ung <davidu@mips.com>
9442
9443 * MAINTAINERS (Write After Approval): Add self.
9444
3ac9bd58
MS
94452005-05-09 Mike Stump <mrs@apple.com>
9446
9447 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9448 lt_cv_sys_max_cmd_len for now.
f610dd5f 9449
f77a5578
SC
94502005-05-09 Stan Cox <scox@redhat.com>
9451
9452 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9453
795e36e5
MK
94542005-05-08 Matt Kraai <kraai@ftbfs.org>
9455
9456 * README.SCO: Update the URL.
9457
c9392a2b
DE
94582005-05-05 David Edelsohn <edelsohn@gnu.org>
9459
9460 * ltconfig: Define file_list_spec. Pass file_list_spec and
9461 with_gnu_ld to libtool.
9462 * ltcf-c.sh (aix[45]): Define file_list_spec.
9463 * ltcf-cxx.sh (aix[45]): Same.
9464 * ltcf-gcj.sh (aix[45]): Same.
9465 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9466 exists, write list of input files to temporary file.
9467
bebcd931
MS
94682005-05-04 Mike Stump <mrs@apple.com>
9469
9470 * configure.in: Always pass --target to target configures as
9471 otherwise rebuilds that do --recheck will fail.
9472 * confiugure: Rebuilt.
9473
ce406537
PB
94742005-05-04 Paolo Bonzini <bonzini@gnu.org>
9475
9476 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9477 STAGE_HOST_EXPORTS.
9478 (configure, all): Add bootstrap support.
9479 (Host modules, target modules): Pass post-stage1 flags and exports.
9480 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9481 * Makefile.in: Regenerate.
9482
aa9dcfc4
PB
94832005-04-29 Paolo Bonzini <bonzini@gnu.org>
9484
9485 * configure: Regenerate.
9486
b6f9abcf
MS
94872005-04-27 Mike Stump <mrs@apple.com>
9488
9489 * MAINTAINERS: Add self as darwin maintainer.
9490
acb217cb
BS
94912005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
9492
9493 * config.sub: Update from master copy.
9494
b6dae270
MS
94952005-04-21 Mike Stump <mrs@apple.com>
9496
9497 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9498 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9499
c2e0d3a9
HPN
95002005-04-19 Hans-Peter Nilsson <hp@axis.com>
9501
9502 * configure.in <crisv32-*-*, cris-*-*>: New local variable
9503 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
9504 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
9505 "*-*-elf" and "*-*-linux*".
9506 * configure: Regenerate.
9507
871ae772
JM
95082005-04-14 Joseph S. Myers <joseph@codesourcery.com>
9509
9510 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9511
bf070c29
MS
95122005-04-12 Mike Stump <mrs@apple.com>
9513
9514 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9515
e865b6f7
TK
95162005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
9517
9518 * MAINTAINERS (Write After Approval): Add myself.
9519
7b71ad7f
BS
95202005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
9521
9522 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9523
25b42232
PB
95242005-04-06 Paolo Bonzini <bonzini@gnu.org>
9525
f610dd5f 9526 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
9527 (TARGET_CONFIGARGS): Include --with-target-subdir.
9528 (configure, all): New macros. Use them throughout.
9529 * Makefile.in: Regenerate.
9530
d727c624
JG
95312005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9532
9533 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 9534
fff72cc4
ZD
95352005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9536
9537 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9538
86472dc3
GP
95392005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9540
9541 * MAINTAINERS: Move John Carr to Write After Approval.
9542
dce2d8b2 95432005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
9544
9545 * config/mh-mingw32: Delete.
9546 * configure.in: Don't use it.
9547 * configure: Regenerate.
9548
33da42bc
PB
95492005-03-31 Paolo Bonzini <bonzini@gnu.org>
9550
9551 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9552 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 9553 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
9554 (HOST_LIB_PATH): Generate from Makefile.def.
9555 (TARGET_LIB_PATH): Likewise.
9556 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9557 * Makefile.in: Regenerate.
9558 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9559 (RPATH_ENVVAR): Include Darwin case.
9560 * configure: Regenerate.
9561
15cc1841
TF
95622005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9563
9564 * MAINTAINERS (Various Maintainers): Remove self.
9565 (Write After Approval): Add self.
9566
6a8c79d5
TF
95672005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9568
9569 * MAINTAINERS (Various Maintainers): Add self.
9570
256f7136
PB
95712005-03-25 Paolo Bonzini <bonzini@gnu.org>
9572
9573 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9574 * configure: Regenerate.
9575
191dd2c9
ZW
95762005-03-21 Zack Weinberg <zack@codesourcery.com>
9577
9578 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9579 gcc_version, and gcc_version_trigger from set of flags to pass.
9580 * Makefile.tpl: Remove definitions of above variables.
9581 (config.status): Remove dependency on $(gcc_version_trigger).
9582 * Makefile.in: Regenerate.
9583 * configure.in: Do not reference config/gcc-version.m4 nor
9584 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9585 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9586 * configure: Regenerate.
9587
ef6e9bc0 95882005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 9589 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
9590
9591 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9592 * Makefile.in: Regenerate.
9593
009bbd5a
FW
95942005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9595
9596 * MAINTAINERS (Write After Approval): Add myself.
9597
09f8755b
DA
95982005-03-03 David Ayers <d.ayers@inode.at>
9599
9600 * MAINTAINERS (Write After Approval): Add myself.
9601
e73ed25c
AO
96022005-03-01 Alexandre Oliva <aoliva@redhat.com>
9603
9604 PR libgcj/20160
9605 * ltmain.sh: Avoid creating archives with components that have
9606 duplicate basenames.
9607
ace9ac7b
AP
96082005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9609
9610 PR bootstrap/20250
9611 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9612 instead of check.
9613 * Makefile.in: Regenerate.
9614
c9db9354
PB
96152005-02-28 Paolo Bonzini <bonzini@gnu.org>
9616
9617 * Makefile.in: Regenerate to fix conflict between the previous two
9618 patches.
9619
215c351a
PB
96202005-02-28 Paolo Bonzini <bonzini@gnu.org>
9621
9622 PR bootstrap/17383
9623 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9624 * Makefile.tpl (HOST_SUBDIR): New substitution.
9625 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9626 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9627 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9628 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9629 (Host modules, Bootstrapped modules): Use it.
9630 (Build modules, Target modules): Do not create symlink trees,
9631 always configure out-of-srcdir.
9632 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9633 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9634 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9635 $(HOST_SUBDIR). Create a symlink for host_subdir.
9636
9637 * Makefile.in: Regenerate.
9638 * configure: Regenerate.
9639
5395b47b
NN
96402005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9641
9642 Merged from libada-gnattools-branch:
9643 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9644
9645 * gnattools: New directory.
9646 * Makefile.def: Add gnattools as a module, depending on target-libada.
9647 * Makefile.in: Regenerate.
9648 * configure.in: Include gnattools in host_tools; disable it if ada
9649 is disabled.
9650 * configure: Regenerate.
9651
ca2cc05c
JM
96522005-02-24 James A. Morrison <phython@gcc.gnu.org>
9653
9654 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9655 treelang maintainer.
9656 (Write After Approval): Remove myself.
9657
d2f3024f
PS
96582005-02-23 Paul Schlie <schlie@comcast.net>
9659
9660 * configure.in: Allow darwin targeted ports to build tk, itcl and
9661 libgui.
9662 * configure: Regenerate.
9663
bba5e0ca
EB
96642005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9665
9666 PR libgcj/10353
9667 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9668 * configure: Regenerate.
9669
70132ce7
SK
96702005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9671
9672 * MAINTAINERS (Write After Approval): Add myself.
9673
20f0edca
ILT
96742005-02-10 Ian Lance Taylor <ian@airs.com>
9675
9676 * MAINTAINERS: Update my e-mail address.
9677
e64e5109
RG
96782005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9679
9680 * MAINTAINERS (Write After Approval): Add myself.
9681
40d64b5a
HPN
96822005-01-29 Hans-Peter Nilsson <hp@axis.com>
9683
9684 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9685 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9686 target-libgloss when not *-*-elf and *-*-aout.
9687 * configure: Regenerate.
9688
54a12711
KH
96892005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9690
9691 * MAINTAINERS: Remove obsolete entries.
9692
0aa99dbb
KH
9693 * MAINTAINERS (Write After Approval): Add Michael Matz.
9694
2b009f5f
NB
96952005-01-19 Neil Booth <neil@daikokuya.co.uk>
9696
9697 * MAINTAINERS: Remove self as cpplib maintainer.
9698
385870f5
KC
96992005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9700
9701 * install-sh, config.sub: Import from upstream.
9702
e7daab31
KC
97032005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9704
9705 PR bootstrap/18222
9706 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9707 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9708 * Makefile.in: Regenerate.
9709
e6003f4d
JT
97102005-01-16 Jason Thorpe <thorpej@netbsd.org>
9711
9712 * MAINTAINERS: Update my email address.
9713
145e2972 97142005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 9715 Andreas Schwab <schwab@suse.de>
145e2972
DE
9716
9717 PR bootstrap/18033
9718 * config-ml.in: Eval option if surrounded by single quotes.
9719
86c7e0da
PB
97202005-01-03 Paolo Bonzini <bonzini@gnu.org>
9721
9722 Revert 2004-12-28 Makefile changes, a better fix will be
9723 applied to mainline and src after GCC 4.0 branches.
9724
3224a22f
PB
97252004-12-28 Paolo Bonzini <bonzini@gnu.org>
9726
9727 PR bootstrap/17383
9728
9729 * Makefile.def (target_modules): Remove stage parameter,
9730 it is always true now.
9731 * Makefile.tpl (configure-build-[+module+],
9732 configure-target-[+module+]): Always build symlink tree
9733 for the directory and for include. BUILD_SUBDIR and
9734 TARGET_SUBDIR cannot be . anymore.
9735 * Makefile.in: Regenerate.
9736
aaf51ca2
DE
97372004-12-25 David Edelsohn <edelsohn@gnu.org>
9738
9739 Revert 2004-12-08 Makefile changes.
9740
4e32e454
DS
97412004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9742
9743 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9744 cygwin, mingw.
9745
669f01d8
AS
97462004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9747
9748 * configure.in (sh64-*-*): Reenable gprof.
9749 * configure: Regenerate.
9750
1b227ee0
DE
97512004-12-08 David Edelsohn <edelsohn@gnu.org>
9752
9753 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9754 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9755 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9756 * Makefile.in: Regenerate.
9757
ce5e944c
CF
97582004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9759
9760 * MAINTAINERS: Update my email address.
9761
893f1e87
MK
97622004-12-07 Matt Kraai <kraai@ftbfs.org>
9763
9764 * Makefile.tpl: Generate normal dependencies if the LHS module is
9765 not bootstrapped.
9766 * Makefile.in: Regenerate.
9767
bb59c339
RS
97682004-12-03 Richard Sandiford <rsandifo@redhat.com>
9769
9770 * configure.in: Include config/gxx-include-dir.m4. Use
9771 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9772 * configure: Regenerate.
9773
4982adbe
RS
97742004-12-03 Richard Sandiford <rsandifo@redhat.com>
9775
9776 * config.if: Delete.
9777 * configure.in: Set libstdcxx_incdir directly.
9778 * configure: Regenerate.
9779
05750653
EC
97802004-12-02 Eric Christopher <echristo@redhat.com>
9781
9782 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9783 * Makefile.in: Regenerate.
9784
5fef1dbd
RS
97852004-12-02 Richard Sandiford <rsandifo@redhat.com>
9786
9787 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9788 * configure: Regenerate.
9789
afabd8e6
RS
97902004-12-02 Richard Sandiford <rsandifo@redhat.com>
9791
9792 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9793 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9794 * configure: Regenerate.
9795
78716e86
EC
97962004-12-01 Eric Christopher <echristo@redhat.com>
9797
9798 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9799 of things to remove.
9800
57ab8ba9
MK
98012004-11-29 Matt Kraai <kraai@ftbfs.org>
9802
9803 * MAINTAINERS (Write After Approval): Update my e-mail address.
9804
2539bffe
KC
98052004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9806
9807 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9808 from CVS libtool to always pass_all.
9809
3e732ba0
JDA
98102004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9811
9812 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9813 (hppa*64*-*-*): Delete incorrect comment.
9814 * configure: Rebuilt.
9815
767f726e
KC
98162004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9817
9818 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9819
2c92e90f
KC
98202004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9821
9822 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9823 from CVS libtool to always pass_all.
9824
32f84e48
KC
98252004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9826
9827 * install-sh, compile: Import from automake.
9828
9587be8a
KC
98292004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9830
9831 * config.guess, config.sub: Import from savannnah.
9832
04e81808 98332004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
9834
9835 * MAINTAINERS (Write After Approval): Add myself
9836
f87a2b2e
MS
98372004-11-12 Mike Stump <mrs@apple.com>
9838
9839 * Makefile.def: Add html support.
9840 * Makefile.tpl: Likewise.
9841 * Makefile.in: Regenerate.
9842
848556c2
GK
98432004-11-11 Geoffrey Keating <geoffk@apple.com>
9844
556f03c4
GK
9845 PR 18423
9846 * configure.in: Remove all instances of build-fixincludes from
9847 noconfigdirs.
9848 (build_configargs): Supply --target to subdirectories.
9849 * configure: Regenerate.
9850
848556c2
GK
9851 * Makefile.def: Make gcc install depend on fixincludes install.
9852 * Makefile.in: Regenerate.
9853
9e5712a5
JJ
98542004-11-10 Janis Johnson <janis187@us.ibm.com>
9855
9856 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9857
4ef509c0
PB
98582004-11-11 Paul Brook <paul@codesourcery.com>
9859
9860 * MAINTAINERS: Add self as arm maintainer. Update email address.
9861
20d11df6
HPN
98622004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9863
9864 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9865 target-libgfortran.
79fd8592 9866 * configure: Regenerate.
20d11df6 9867
68c70f15
DE
98682004-11-07 David Edelsohn <edelsohn@gnu.org>
9869
9870 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9871 like CC.
9872
54f88091
PB
98732004-11-05 Paolo Bonzini <bonzini@gnu.org>
9874
9875 * Makefile.def (host fixincludes): Specify missing targets.
9876 * Makefile.in: Regenerate.
9877
6866abb8
RC
98782004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9879
9880 * MAINTAINERS: Add myself
9881
83f62578
GL
98822004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9883
9884 * MAINTAINERS (Write After Approval): Add myself.
9885
53c7ffe7
GK
98862004-11-04 Geoffrey Keating <geoffk@apple.com>
9887
9888 * Makefile.def: Build fixincludes for the host, too.
9889 * Makefile.in: Regenerate.
9890 * configure.in (host_tools): Add fixincludes.
9891 * configure: Regenerate.
9892
ac8b3d9d
DJ
98932004-11-04 Daniel Jacobowitz <dan@debian.org>
9894
9895 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9896 * configure: Regenerated.
9897
bab37580
L
98982004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9899
9900 PR other/17783
9901 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9902 * configure: Regenerated.
9903
db1de713
MM
99042004-10-31 Mark Mitchell <mark@codesourcery.com>
9905
9906 * README.SCO: Update per FSF instructions.
9907
a827e21a
EW
99082004-10-28 Eric B. Weddington <ericw@evcohs.com>
9909
9910 PR target/18151
9911 * configure.in (case ${target}): Do not build fixincludes for avr.
9912 * configure: Regenerated.
9913
9d069a4f
PB
99142004-10-26 Paolo Bonzini <bonzini@gnu.org>
9915
9916 * configure.in (case ${target}): Do not build fixincludes
9917 on platforms where it is not used.
9918 * configure: Regenerated.
9919
fc45f3fe
DJ
99202004-10-23 Daniel Jacobowitz <dan@debian.org>
9921
9922 * configure.in: Use an absolute path to install-sh.
9923 * configure: Regenerated.
9924
36554b92
AL
99252004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9926
9927 * MAINTAINERS (Write After Approval): Add myself.
9928
88e9994a
KH
99292004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9930
9931 * MAINTAINERS: Remove from Write After Approval those that are
9932 already maintainers.
9933
ad02a944
SP
99342004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9935
9936 * MAINTAINERS: Update my email address.
9937
c8e6cd41
KC
99382004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9939
9940 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9941 * configure: Regenerate.
9942
dce2d8b2 99432004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
9944
9945 * MAINTAINERS: Update my email address.
9946
a8b0957e
KH
99472004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9948
9949 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9950 entries belonging to this category.
9951
96836f61
JZ
99522004-10-06 Josef Zlomek <josef.zlomek@email.cz>
9953
9954 * MAINTAINERS: Update my e-mail address.
9955
7e0b5752
PB
99562004-10-06 Paolo Bonzini <bonzini@gnu.org>
9957
9958 Fix wrong conflict resolution in:
9959
9960 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9961
9962 * Makefile.in: Regenerate.
9963 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9964 in the recursive `make', instead of hardwiring `all'.
9965 (Autogenerated TARGET-* variables): New.
9966
370f7a47
TL
99672004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
9968
9969 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 9970 * configure: Regenerate.
370f7a47 9971
13e5d623
KH
99722004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9973
9974 * MAINTAINERS (Various Maintainers): Move the "windows,
9975 cygwin, mingw" maintainer to ...
9976 (OS Port Maintainers): ... here.
9977
a6497c1b
KH
99782004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9979
9980 * MAINTAINERS (Write After Approval): Remove those that are
9981 maintainers of some subsystem.
9982
1abb828a
D
99832004-10-02 P.J. Darcy <darcypj@us.ibm.com>
9984
9985 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9986 * ltcf-cxx.sh (tpf*): Likewise.
9987 * ltconfig (tpf*): Add TPF OS configuration support.
9988
16d1338d
BS
99892004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
9990
9991 * MAINTAINERS: Change my email address to my new work account.
9992
9082a750
MR
99932004-09-24 Michael Roth <mroth@nessie.de>
9994
9995 * configure.in (--without-headers): Add missing double quotes.
9996 * configure: Regenerate.
9997
dce2d8b2 99982004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
9999
10000 * ylwrap: Revert to previous version.
10001
4c4a5bbc
L
100022004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10003
10004 PR bootstrap/17369
10005 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10006 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10007 SET_GCC_LIB_PATH_CMD.
10008 (BASE_TARGET_EXPORTS): Likewise.
10009 * Makefile.in: Regenerated.
10010
10011 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10012 * configure: Regenerated.
10013
85f59630
KC
100142004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10015
10016 * config.guess: New upstream version
10017 * compile, depcomp, install-sh, ylwrap: Likewise.
10018
95c53c62
RS
100192004-09-19 Roger Sayle <roger@eyesopen.com>
10020
10021 * config/mh-x86omitfp: New host makefile fragment. Add
10022 -fomit-frame-pointer to the default BOOT_CFLAGS.
10023 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10024 * configure: Regenerate.
10025
0a1c093b
AP
100262004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10027
10028 PR target/11572
10029 * configure.in (*-*-darwin*): Renable libobjc.
10030 * configure: Regenerate.
10031
315fcf97
NS
100322004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10033
10034 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10035
0a050485 100362004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 10037
0a050485
DB
10038 * Makefile.def: Remove libbanshee.
10039 * Makefile.tpl: Ditto.
10040 * configure.in: Ditto.
10041 * Makefile.in: Regen.
10042 * configure: Ditto.
10043
5f4a098e
DE
100442004-09-08 David Edelsohn <edelsohn@gnu.org>
10045
10046 * ltmain.sh: Use $pic_object as $non_pic_object if
10047 $non_pic_object=none.
10048
32b2511f
PB
100492004-09-07 Paolo Bonzini <bonzini@gnu.org>
10050
10051 * missing: Import latest version from master repository.
10052
fc4d0e82
NC
100532004-09-06 Nick Clifton <nickc@redhat.com>
10054
10055 * config.sub: Import latest version from master repository.
10056 * config.guess: Likewise.
10057 This includes these changes:
78716e86 10058
fc4d0e82
NC
10059 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10060
10061 * config.sub: Handle crisv32, alias etraxfs.
10062 * config.guess (crisv32:Linux:*:*): Handle.
10063
10064 2004-08-13 Brad Smith <brad@comstyle.com>
10065
10066 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10067 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10068
10069 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10070
10071 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10072 assume the processor is a powerpc. This is because coreutils
10073 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10074 in this case, due to a MacOS X bug that causes
10075 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10076 to return a negative number.
10077 Problem reported by Petter Reinholdtsen in:
10078 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10079
10080 2004-07-19 Ben Elliston <bje@gnu.org>
10081
10082 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10083
10084 2004-06-24 Ben Elliston <bje@gnu.org>
10085
10086 * config.guess: Update copyright years.
10087 * config.sub: Likewise.
10088
10089 2004-06-22 Robert Millan <robertmh@gnu.org>
10090
10091 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10092 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10093
10094 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10095
10096 * config.guess (*:*VMS:*:*): New entry. Replaces
10097 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10098 manufacturer.
10099
10100 2004-06-22 Ben Elliston <bje@gnu.org>
10101
10102 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10103 * config.sub: Likewise.
10104
10105 2004-06-22 Ben Elliston <bje@gnu.org>
10106
10107 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10108 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10109
10110 2004-06-11 Ben Elliston <bje@gnu.org>
10111
10112 * config.guess (pegasos:OpenBSD:*:*): Remove.
10113
10114 2004-06-11 Ben Elliston <bje@gnu.org>
10115
10116 From Wouter Verhelst <wouter@grep.be>:
10117 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10118
10119 2004-06-11 Ben Elliston <bje@gnu.org>
10120
10121 * config.guess (luna88k:OpenBSD:*:*): New.
10122
10123 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10124
10125 * config.guess (m32r*:Linux:*:*): New case.
10126 * config.sub: Handle m32rle.
10127
10128 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10129
10130 From Jens Petersen <petersen@redhat.com>:
10131 * config.sub: Handle sparcv8.
10132
10133 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10134
10135 From Tom Smith <smith@cag.lkg.hp.com>:
10136 * config.guess: Version suffixes are equally significant on Tru64
10137 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10138 prefix of "P" (patched kernel).
10139
10140 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10141
10142 * config.sub: Add support for National Semiconductor CRX target.
10143
2f4cc6bf
JJ
101442004-09-03 Janis Johnson <janis187@us.ibm.com>
10145
10146 * MAINTAINERS (Various Maintainers): Remove myself as web page
10147 maintainer, add myself as maintainer of build status lists.
10148
61fec9ff
JB
101492004-09-03 Jan Beulich <jbeulich@novell.com>
10150
10151 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10152 *-*-netware, but add target-libmudflap.
10153 Consolidate *-*-netware targets (of which really only i?86 exists)
10154 into a single entry.
10155 * configure: Likewise.
10156
45f366ab
PB
101572004-09-01 Paolo Bonzini <bonzini@gnu.org>
10158
10159 * Makefile.tpl (sorry): Remove.
10160 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10161 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10162 (do-clean): Clean per-stage directories too.
10163 (do-distclean): Run distclean-stage1 too.
10164 (.NOTPARALLEL): Enable during toplevel bootstrap.
10165 (stage[+id+]-bubble): Enable parallel execution during
10166 the recursive invocation.
10167 * Makefile.in: Regenerate.
10168
10169 Fix previous checkin:
10170
10171 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10172 include.
10173 * configure.in: Fix indentation.
10174 * configure: Regenerate.
10175
dce2d8b2 101762004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10177
45f366ab
PB
10178 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10179 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10180 * configure: regenerate
78716e86 10181 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10182 -mdynamic-no-pic
be8fff81 10183
71b5d516
PB
101842004-08-31 Paolo Bonzini <bonzini@gnu.org>
10185
10186 * Makefile.def (build_modules): Add fixincludes.
10187 (dependencies): Make gcc depend on fixincludes.
10188 * configure.in (build_tools): Add fixincludes.
10189 (build_configdirs): Always include build_libs.
10190 * Makefile.in: Regenerate.
10191 * configure: Regenerate.
10192
101932004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10194
10195 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10196 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10197 phony targets; do not generate timestamp files.
10198 (distclean-stageN): Remove references to their timestamp files.
10199 (restageN, touch-stageN): Remove.
10200 (stageN-bubble): Rewritten.
10201 (compare): Support lean bootstraps.
10202 * Makefile.in: Regenerate.
10203
10204 * configure.in: Only warn when bootstrapping but
10205 build != host or build != target. Support lean bootstraps.
10206 * configure: Regenerate.
10207
ce7cbbb0
PE
102082004-08-26 Phil Edwards <phil@codesourcery.com>
10209
10210 * configure.in: Give a better error message if GMP/MPFR are missing
10211 and a language needing them has been requested.
10212 * configure: Regenerated.
10213
9c71a529
PE
102142004-08-25 Phil Edwards <phil@codesourcery.com>
10215
10216 * configure.in: Print a list of available language front-ends if
10217 a requested one is missing. Tidy stray tab characters.
10218 * configure: Regenerated.
10219
e3f92d3b
MK
102202004-08-19 Michael Koch <konqueror@gmx.de>
10221
10222 * gcc/doc/install.texi: Update entry about automake for libjava.
10223
c3f84f61
RM
102242004-08-17 Robert Millan <robertmh@gnu.org>
10225
10226 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10227 (instead of FreeBSD).
10228 * configure: Regenerate.
10229
7c27e184
PB
102302004-08-16 Paolo Bonzini <bonzini@gnu.org>
10231
10232 * Makefile.in: Regenerate.
10233 * configure: Regenerate.
10234
10235 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10236 stage_*_flags.
10237 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10238 for bootstrapped modules if toplevel bootstrap is going.
10239 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10240 modules. Adjust for changes in Makefile.def. Enable several
10241 rules even in non-bootstrap mode, just to avoid peppering the
10242 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10243 (stage-[+prev+]-bubble): Remove.
10244
10245 * Makefile.def (Dependencies): Depend on all-build-bison,
10246 all-build-flex, all-build-byacc, all-build-texinfo, rather
10247 than the host variations.
10248 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10249 with BUILD_SUBDIR.
10250 (BISON): Update for recent Bisons.
10251 (YACC): Fix typo.
10252 (cross): Depend on all-build.
10253 (all): Do not depend on all-build.
10254 (prebootstrap): Remove.
10255 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10256 (Prebootstrap dependencies): Add them to the per-stage targets
10257 and to all-prebootstrap.
10258 * configure.in (build_configdirs): Always enable build_tools.
10259 (BUILD_DIR_PREFIX): Remove.
10260
10261 * Makefile.def (gcc): Add target variable.
10262 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10263 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10264 in the recursive `make', instead of hardwiring `all'.
10265 (Autogenerated TARGET-* variables): New.
10266
20f3bb80
BB
102672004-08-13 Brian Booth <bbooth@redhat.com>
10268
10269 * MAINTAINERS: Remove myself from write-after-approval.
10270
b5be499d
NN
102712004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10272
10273 * src-release: Stop distributing mmalloc with gdb (which doesn't
10274 use it).
10275 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10276 * Makefile.in: Regenerate.
10277
b3f8d95d
MM
102782004-08-09 Mark Mitchell <mark@codesourcery.com>
10279
10280 * configure.in (arm*-*-eabi*): New target.
10281 * configure: Regenerate.
10282
3589b69e
PB
102832004-08-06 Paolo Bonzini <bonzini@gnu.org>
10284
10285 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10286 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10287 (Dependencies): New section.
10288 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10289 (configure-target-[+module+]): Depend on maybe-all-gcc
10290 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10291 (toplevel profiledbootstrap): Fix dependencies.
10292 * Makefile.in: Regenerate.
10293
972974fc
MM
102942004-08-03 Mark Mitchell <mark@codesourcery.com>
10295
10296 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10297 target-libiberty to noconfigdirs.
10298 * configure: Regenerate.
10299
bebf829d
PB
103002004-08-03 Paul Brook <paul@codesourcery.com>
10301
10302 * configure.in: Check for MPFR as well as GMP.
10303 * configure: Regenerate.
10304
98a5bb3b
RM
103052004-08-01 Robert Millan <robertmh@gnu.org>
10306
10307 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10308 libmudflap for all GNU-based systems (with Glibc).
10309 * configure: Regenerate.
10310
dce2d8b2 103112004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
10312
10313 * Makefile.def (host-modules): Add gcc.
10314 * Makefile.in: Regenerate.
10315 * Makefile.tpl (sorry): New rule.
10316 (configure-host, all-host, [+make_target+]-host, do-check,
10317 install-host): Do not add gcc as a special case.
10318 (host modules): Add a small special-casing for gcc. Export
10319 extra_make_flags through the environment.
10320 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10321 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10322 other recursive targets for gcc): Remove.
10323
10324 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10325 (stage, unstage): New rules.
10326 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10327 distclean-stage[+id+]): Use stage_current.
10328 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10329 the stage*-start rules.
10330
aeb732c1
GK
103312004-08-02 Geoffrey Keating <geoffk@apple.com>
10332
10333 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10334 use -all_load flag.
10335
25b656e7
PB
103362004-08-02 Paolo Bonzini <bonzini@gnu.org>
10337
10338 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10339 * configure: Regenerate.
10340
cc440d71
TM
103412004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10342
10343 * maintainer-scripts/gcc_release: Revert yesterday's change.
10344
270e140b
SB
103452004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10346
10347 * MAINTAINERS: Add myself to write-after-approval.
10348
3e4035f8
TM
103492004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10350
10351 * libf2c: Removed.
10352 * gcc/gccbug.in: Updated because of libf2c removal.
10353 * maintainer-scripts/gcc_release: Ditto.
10354
dce2d8b2 103552004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
10356
10357 * configure.in: Build libmudflap by default on FreeBSD.
10358 * configure: Regenerated.
10359
dfcada9a
MM
103602004-07-09 Mark Mitchell <mark@codesourcery.com>
10361
10362 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10363 systems.
10364 * configure: Regenerated.
10365
dce2d8b2 103662004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
10367
10368 PR target/16344
10369 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10370 feedback based compiler.
10371 * Makefile.in: Rebuilt.
10372
95bcca47
AO
103732004-07-08 Alexandre Oliva <aoliva@redhat.com>
10374
10375 * Makefile.def (host_modules): Set bootstrap=true for flex.
10376 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10377 * Makefile.in: Rebuilt.
10378
051822f6
JH
103792004-07-07 Jan Hubicka <jh@suse.cz>
10380
10381 * MAINTAINERS: Add self as a profile feedback maintainer.
10382
7b61653a
PE
103832004-07-05 Phil Edwards <phil@codesourcery.com>
10384
10385 * configure.in: Do not prepend $srcdir to /dev/null in
10386 makefile fragments.
10387 * configure: Regenerate.
10388
23f6b2f9
PB
103892004-07-01 Paolo Bonzini <bonzini@gnu.org>
10390
10391 * Makefile.def (build_modules): Add bison, byacc, flex,
10392 m4, texinfo.
10393 (flags_to_pass): Add FLEX.
10394 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10395 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10396 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10397 DEFAULT_MAKEINFO): Remove.
10398 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10399 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10400 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10401 objdir or else use configured tool.
10402 (all-build): New.
10403 (all): Depend on it.
10404 (Build module dependencies): Add.
10405 * Makefile.in: Regenerate.
10406 * configure.in: Better support for multiple build modules,
10407 matching what is done for host/target modules. Do not look
10408 for "plausible" locations of build tools if Canadian cross.
10409 Use autoconf's AC_PROG_CC to find a C compiler. Define
10410 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
10411 * configure: Regenerate.
78716e86 10412
1c020272
PB
104132004-06-22 Paolo Bonzini <bonzini@gnu.org>
10414
10415 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10416 * Makefile.in: Regenerate.
10417
a52a0a7f
PB
104182004-06-22 Paolo Bonzini <bonzini@gnu.org>
10419
10420 * Makefile.tpl (configure-build-[+module+],
10421 configure-[+module+], configure-target-[+module+]): Pass
10422 [+extra_configure_args+].
10423 (all-build-[+module+], all-[+module+], check-[+module+],
10424 install-[+module+], [+make_target+]-[+module+],
10425 all-target-[+module+], check-target-[+module+],
10426 install-target-[+module+], [+make_target+]-target-[+module+]):
10427 Pass [+extra_make_args+].
10428 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10429 (GCC_HOST_EXPORTS): Remove.
10430 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10431 cross, check-gcc, check-gcc-c++, install-gcc,
10432 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10433 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10434 * Makefile.in: Regenerate.
10435
ccde3f1a
MS
104362004-06-21 Matthew Sachs <msachs@apple.com>
10437
10438 * MAINTAINERS: Added self to write-after-approval.
10439
6264b0a6
CF
104402004-06-21 Christopher Faylor <cgf@alum.bu.edu>
10441
10442 * configure.in: Check for srcdir/winsup rather than build directory
10443 winsup.
10444 * configure: Regenerate.
10445
801e2270
CV
104462004-06-17 Corinna Vinschen <vinschen@redhat.com>
10447
10448 * configure.in: Don't build Cygwin native newlib if winsup
10449 directory is missing. Emit warning instead.
10450 * configure: Regenerate.
10451
ad6717df
PB
104522004-06-09 Paolo Bonzini <bonzini@gnu.org>
10453
10454 * Makefile.tpl (touch-stage[+id+]): New.
10455 (restage[+prev+]): Depend on touch-stage[+id+].
10456
10457 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10458 Use it throughout.
10459
10460 * Makefile.def: Add profile and feedback bootstrap stages.
10461 Remove next field from bootstrap stages.
10462 * Makefile.tpl (LN, LN_S): Substitute.
10463 (stageN-start, stageN-end): Use double-colon rules, to
10464 provide a hook for additional setup commands.
10465 (distclean-stageN-gcc, restageN): Create dependencies from
10466 [+prev+], not from [+next+].
10467 (stageN-bubble): Add commands for successive stages from
10468 [+prev+], using double-colon rules.
10469 (all-stageN-gcc): Fix typo.
10470 (stagefeedback-start, profiledbootstrap): New.
10471 * Makefile.in: Regenerate.
10472 * configure.in: Call ACX_PROG_LN.
10473 * configure: Regenerate.
10474
5bbb9680
CY
104752004-06-08 Canqun Yang <canqun@nudt.edu.cn>
10476
10477 * MAINTAINERS (Write After Approval): Add myself.
10478
e18be1d4
MA
104792004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
10480
10481 * MAINTAINERS (Write After Approval): Add myself.
10482
5607edfd
PB
104832004-06-03 Paolo Bonzini <bonzini@gnu.org>
10484
10485 * configure.in: Fix --enable-bootstrap breakage introduced in trees
10486 without gcc.
10487 * configure: Regenerate.
10488
1ec4e9c3
PB
104892004-06-01 Paolo Bonzini <bonzini@gnu.org>
10490
10491 * Makefile.tpl: Fix typo.
10492 * Makefile.in: Regenerate.
10493
dce2d8b2 104942004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
10495
10496 * configure.in: Remove new- prefix from toplevel
10497 bootstrap targets.
10498 * configure: Regenerate.
10499
f516a7da
PB
105002004-06-01 Paolo Bonzini <bonzini@gnu.org>
10501
10502 * Makefile.tpl (all.normal): Rename to all.
10503 (all): Replace with a rule to pick the default
10504 target from configure.
10505 (all-gcc, configure-gcc): Use conditionals to
10506 do nothing when toplevel bootstrap is going on.
10507 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10508 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10509 * configure.in: Support --enable-bootstrap.
10510
10511 * Makefile.def: Remove new- prefix from toplevel
10512 bootstrap targets.
10513 * Makefile.tpl: Likewise.
10514
10515 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
10516 target.
10517
10518 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10519 $(RECURSE_FLAGS) to recursive invocation of make.
10520
10521 * Makefile.in: Regenerate.
10522 * configure: Regenerate.
10523
78dd5e36 105242004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 10525 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
10526
10527 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10528 like CC.
10529
30f1bddc
DJ
105302004-05-27 Daniel Jacobowitz <dan@debian.org>
10531
10532 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10533 * configure: Regenerate.
10534
4fc4dd12
DJ
105352004-05-25 Daniel Jacobowitz <drow@false.org>
10536
10537 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10538 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10539 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10540 targets.
10541 * Makefile.in: Regenerate.
10542
dce2d8b2 105432004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
10544
10545 * configure.in: Test the ability to symlink directories.
10546 * configure: Regenerate.
10547
10548 * Makefile.def (bootstrap-stage): New definitions.
10549 * Makefile.tpl (configure-stage1-gcc,
10550 configure-stage2-gcc, configure-stage3-gcc,
10551 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10552 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10553 new-restage3, compare): Autogenerate, see Makefile.in
10554 entry for behavioral changes.
10555 (distclean-stage1, new-stage1-start, new-stage1-end,
10556 new-stage1-bubble, distclean-stage2, new-stage2-start,
10557 new-stage2-end, new-stage2-bubble, distclean-stage3,
10558 new-stage3-start, new-stage3-end): New autogenerated targets.
10559 (objext, prebootstrap, BOOT_CFLAGS,
10560 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10561 targets.
10562
10563 * Makefile.in: Regenerate.
10564 (distclean-stage1, new-stage1-start, new-stage1-end,
10565 new-stage1-bubble, distclean-stage2, new-stage2-start,
10566 new-stage2-end, new-stage2-bubble, distclean-stage3,
10567 new-stage3-start, new-stage3-end): New targets.
10568 (all-stage1-gcc): Move prebootstrap dependency from here...
10569 (configure-stage1-gcc): ...to here.
10570 (new-bootstrap): Use bubble targets.
10571 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10572 Use per-stage distclean targets.
10573 (configure-stage1-gcc, configure-stage2-gcc,
10574 configure-stage3-gcc, all-stage1-gcc,
10575 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10576 Use new-stageN-start to prepare the tree.
10577
4f4e53dd
PB
105782004-05-23 Paolo Bonzini <bonzini@gnu.org>
10579
10580 * Makefile.def (host_modules): add libcpp.
10581 * Makefile.tpl: Add dependencies on and for libcpp.
10582 * Makefile.in: Regenerate.
10583 * configure.in: Add libcpp host module.
10584 * configure: Regenerate.
10585
60975492
PB
105862004-05-21 Paolo Bonzini <bonzini@gnu.org>
10587
10588 * Makefile.tpl: Whenever a recursive target is defined, wrap
10589 it in a special @if/@endif block, and prepare its maybe
10590 dependency in the @if/@endif block
10591 * configure.in: Instead of writing maybe dependencies, remove
10592 the @if/@endif statements, and remove the @if/@endif blocks
10593 that remain.
10594 * configure: Regenerate.
10595 * Makefile.in: Regenerate.
10596
5ce7d75d
JJ
105972004-05-20 Janis Johnson <janis187@us.ibm.com>
10598
10599 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10600
c779c42f
KK
106012004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10602
10603 PR bootstrap/15120
10604 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10605 * */configure: Rebuilt.
10606
b4117c30
ZW
106072004-05-17 Zack Weinberg <zack@codesourcery.com>
10608
10609 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10610 of libf2c.
10611 * configure, Makefile.in: Regenerate.
10612
719bb4e3 106132004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
10614
10615 * MAINTAINERS (Write After Approval): Add myself.
10616
6de9cd9a
DN
106172004-05-13 Diego Novillo <dnovillo@redhat.com>
10618
10619 Merge from tree-ssa-20020619-branch.
10620
10621 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10622 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10623 (HOST_GMPLIBS): Define.
10624 (HOST_GMPINC): Define.
10625 (TARGET_LIB_PATH): Add libmudflap.
10626 (GFORTRAN_FOR_TARGET): Define.
10627 (configure-build*): Export GFORTRAN.
10628 (configure-gcc): Export GMPLIBS and GMPINC.
10629 (all-gcc): Add maybe-all-libbanshee.
10630 (configure-target-libgfortran): Define.
10631 * Makefile.in: Regenerate.
10632 * configure.in (host_libs): Add libbanshee.
10633 (target_libraries): Add target-libmudflap and target-libgfortran.
10634 Add --with-libbanshee.
10635 Handle --disable-libmudflap.
10636 (*-*-freebsd*): Use with_gmp.
10637 Add $(libgcj) to noconfigdirs.
10638 * configure: Regenerate.
10639 * depcomp: New file.
10640 * MAINTAINERS: Add tree-ssa maintainers.
10641
8f1b790f
VM
106422004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10643
b4117c30 10644 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 10645
693446fc
BF
106462004-04-30 Brian Ford <ford@vss.fsi.com>
10647
b4117c30 10648 * MAINTAINERS (Write After Approval): Add myself.
693446fc 10649
d1bb666c
UB
106502004-04-29 Uros Bizjak <uros@kss-loka.si>
10651
b4117c30 10652 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 10653
6cf1ac42
PB
106542004-04-28 Paolo Bonzini <bonzini@gnu.org>
10655
10656 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10657 * configure: Regenerate.
10658
632933d5
PB
106592004-04-27 Paolo Bonzini <bonzini@gnu.org>
10660
10661 Revert:
10662 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10663
10664 * Makefile.def (flags_to_pass): Remove *dir variables that
10665 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10666 as well as prefix and exec_prefix.
10667 * Makefile.in: Regenerate.
10668
80dc6aa0
RM
106692004-04-26 Robert Millan <robertmh@gnu.org>
10670
10671 Add patches from libtool CVS.
10672 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10673 * ltconfig: Likewise.
10674 * ltcf-c.sh: Likewise.
10675 * ltcf-cxx.sh: Likewise.
10676 * ltcf-gcj.sh: Likewise.
10677
e11283f1
PB
106782004-04-26 Paolo Bonzini <bonzini@gnu.org>
10679
10680 * Makefile.def (host_modules): Mark with the bootstrap
10681 flag packages on which gcc depends.
10682 * Makefile.tpl (all-bootstrap): Use it.
10683 * Makefile.in: Regenerate.
10684
8546950c
PB
106852004-04-26 Paolo Bonzini <bonzini@gnu.org>
10686
10687 * Makefile.def (flags_to_pass): Remove *dir variables that
10688 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10689 as well as prefix and exec_prefix.
10690 * Makefile.in: Regenerate.
10691
a76494aa
PB
106922004-04-26 Paolo Bonzini <bonzini@gnu.org>
10693
b4117c30
ZW
10694 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10695 * configure: Regenerate.
10696 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10697 * gcc/Makefile.tpl (compare): Use the result of the test.
10698 * gcc/Makefile.in: Regenerate.
a76494aa 10699
03a91701
PB
107002004-04-23 Paolo Bonzini <bonzini@gnu.org>
10701
10702 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10703 Always relocate gcc and prev-gcc to the original names, even
10704 if the build fails.
10705 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10706 New targets.
10707
082a6351
LG
107082004-04-23 Laurent GUERBY <laurent@guerby.net>
10709
10710 * MAINTAINERS: Update my email address.
b4117c30 10711
1f1d584b
RO
107122004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10713
10714 * configure.in (mips*-*-irix5*): Enable ld.
10715 * configure: Regenerate.
082a6351 10716
1db673ca
RO
107172004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10718
10719 * configure: Regenerate.
10720
ce4ea44e
JW
107212004-04-15 James E Wilson <wilson@specifixinc.com>
10722
10723 * Makefile.tpl (configure-[+module+], configure-gcc,
10724 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10725 Set and export LDFLAGS.
10726 * Makefile.in: Regenerate.
10727
611f62ad
MC
107282004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10729
b4117c30 10730 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 10731
be912515
NN
107322004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10733
10734 PR bootstrap/14871
10735 * Makefile.tpl: If we don't have built-in-tree target tools,
10736 use the ones found by configure rather than hacking around with
10737 program_transform_name.
10738 * configure.in: Give Makefile.tpl the information necessary
10739 to do that.
10740 * Makefile.in: Regenerate.
10741 * configure: Regenerate.
10742
9104315a
NN
107432004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10744
10745 PR bootstrap/14760
10746 * configure.in: When computing baseargs, strip *all* copies of
10747 offending options. Also, don't match/substitute the trailing space,
10748 so that this actually works when two similar options are separated by
10749 only one space.
10750 * configure: Regenerate.
10751
bef1d700
DE
107522004-04-06 David Edelsohn <edelsohn@gnu.org>
10753
b4117c30
ZW
10754 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10755 (rs6000-*-aix*): Same.
10756 * configure: Regenerate.
bef1d700 10757
54bcf05e 107582004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
10759
10760 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 10761
369a832c 107622004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
10763
10764 * MAINTAINERS: Add myself to write-after-approval.
369a832c 10765
09a9c095
NN
107662004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10767
7caf53cb
NN
10768 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10769 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10770 * Makefile.in: Regenerate.
10771
09a9c095
NN
10772 * configure.in (top level bootstrap support): Rework --enable-werror
10773 to set @stage2_werror_flag@.
10774 * configure: Regenerate.
10775 * Makefile.tpl (top level bootstrap support): Pass
10776 @stage2_werror_flag@ down to configure in stages 2 and 3.
10777 * Makefile.in: Regenerate.
10778
5595a2bd
NN
107792004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10780
cbfd7e06
NN
10781 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10782 for stages 2 and 3 as well as in make. As a consequence, remove
10783 OUTPUT_OPTION (now detected by configure) from the flags passed down
10784 to make.
10785 * Makefile.in: Regenerate.
10786
5595a2bd
NN
10787 * Makefile.tpl (new-bootstrap): Fix typo.
10788 * Makefile.in: Regenerate.
10789
ca3b3e20
NN
107902004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10791
295f4e42
NN
10792 * Makefile.tpl: Rearrange by moving recursive_targets rules
10793 into their proper sections.
10794 * Makefile.tpl (top level bootstrap support): Move disabling
10795 of coverage flags from 'make' to 'configure'; improve comments.
10796 * Makefile.in: Regenerate.
10797
340de83f
NN
10798 * Makefile.tpl (experimental top level bootstrap) Move stage1
10799 language setting from all- target to configure- target; disable
10800 intermodule optimization in stage 1; prevent gratuitous rebuilds
10801 of stage 1.
10802 * Makefile.in: Regenerate.
10803 * configure.in: Comma-separate stage 1 language list for top
10804 level bootstrap.
10805 * configure: Regenerate.
10806
ca3b3e20
NN
10807 * Makefile.tpl: Clean up experimental top level bootstrap support:
10808 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10809 prev-gcc in configure- targets as well as all- targets.
10810 * Makefile.in: Regenerate.
10811
4d038073
KC
108122004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10813
10814 * compile: New file imported from automake.
10815
ab3533d6
PB
108162004-03-17 Paolo Bonzini <bonzini@gnu.org>
10817
10818 * configure.in: Remove symbolic link section.
10819 * configure: Regenerate.
10820 * Makefile.tpl (links): Remove.
10821 * Makefile.in: Regenerate.
10822
1e0f07d3 108232004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 10824 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
10825
10826 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 10827 Set with AC_CHECK_PROGS.
1e0f07d3
PB
10828 * configure.in: Fix comment typo from last patch.
10829 * configure: Regenerate.
10830
2805b53a
NN
108312004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10832
10833 * Makefile.tpl: Introduce experimental top level bootstrap support.
10834 * Makefile.in: Regenerate.
10835 * configure.in: Introduce support for top level bootstrap.
10836 * configure: Regenerate.
10837
79b4b7d2 108382004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10839 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
10840
10841 PR bootstrap/14522
10842 * configure.in: Cope with shells that do not support unquoted ^
10843 * configure: Regenerate.
10844
6bbec498 108452004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10846 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
10847
10848 PR bootstrap/14522
79b4b7d2 10849 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
10850 quotes inside quoted backquote substitutions.
10851 * configure: Regenerate.
10852
83c15dfc
AP
108532004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10854
10855 PR bootstrap/14522
f2bd98d4 10856 * configure.in: Fix escaping of $.
83c15dfc
AP
10857 * configure: Regenerate.
10858
55ffb5ed
NN
108592004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10860
10861 * configure: Regenerate, since I forgot to while committing Paolo's
10862 changes.
10863
e4c9c075
PB
108642004-03-08 Paolo Bonzini <bonzini@gnu.org>
10865
10866 PR ada/14131
10867 Move language detection to the top level.
10868 * configure.in: Find default values for the tools as
10869 soon as possible. Disable ada if GNAT is not found.
10870 Emit error message about missing languages. Expand
10871 --enable-languages=all for the gcc subdirectory.
10872
5199e2c6
BE
108732004-03-10 Ben Elliston <bje@gnu.org>
10874
10875 * MAINTAINERS: Update my email address.
10876
c18b95e5
DE
108772004-03-05 David Edelsohn <edelsohn@gnu.org>
10878
10879 * ltconfig: Disable building static libraries if building shared
10880 libraries on AIX 5L.
10881
d0fe5ad3
RS
108822004-03-01 Richard Sandiford <rsandifo@redhat.com>
10883
10884 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10885 and disable libgcj.
10886 * configure: Regenerated.
10887
e6f71f9d
BB
108882004-03-01 Brian Booth <bbooth@redhat.com>
10889
10890 * MAINTAINERS: Add myself to write-after-approval.
10891
8983e50e
PB
108922004-03-01 Paolo Bonzini <bonzini@gnu.org>
10893
10894 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10895
d4cd9d81
NN
108962004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10897
10898 PR bootstrap/7087
10899 * Makefile.tpl: Guard XFOO sed statements better.
10900 * Makefile.tpl: Add dependency for configure-target-libada.
10901 * Makefile.in: Regenerate (incidentally fixes broken
10902 commit when libada-branch was merged).
10903
0ea0229e
KC
109042004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10905
10906 * MAINTAINERS: Add myself to write-after-approval.
10907
bad93735
AP
109082004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10909
10910 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10911 maintainers.
10912
a7ca14fc
AC
109132004-02-20 Andrew Cagney <cagney@redhat.com>
10914
10915 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10916 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10917
51592782
NN
109182004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10919
10920 PR bootstrap/11932
10921 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10922
6a30854a
JQ
109232004-02-14 Jerry Quinn <jlquinn@optonline.net>
10924
10925 * MAINTAINERS: Added myself to write-after-approval.
10926
be8b2bee
MK
109272004-02-14 Michael Koch <konqueror@gmx.de>
10928
10929 * MAINTAINERS: Added myself to write-after-approval.
10930
972760b7
JM
109312004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10932
10933 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10934 some OS port maintainers to OS port maintainers section.
10935
b0281654
FCE
109362004-02-13 Frank Ch. Eigler <fche@redhat.com>
10937
10938 * MAINTAINERS: Add self.
10939
3c419fd6
KH
109402004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10941
10942 * MAINTAINERS: Alphabetize.
10943
e88e9aee
PB
109442004-02-12 Paolo Bonzini <bonzini@gnu.org>
10945
10946 * MAINTAINERS: Remove myself.
b4117c30 10947
1915e422
DE
109482004-02-11 David Edelsohn <edelsohn@gnu.org>
10949
10950 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10951 (rs6000-*-aix*): Same.
10952 * configure: Regenerate.
10953
a22c2d8d
KC
109542004-02-11 Kelley Cook <kcook@gcc.gnu.org>
10955
10956 * configure.in (host): Add in missing $noconfigdirs to defines.
10957 * configure: Regenerate.
10958
d9cdb878
AC
109592004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
10960 Nathanael Nerode <neroden@gcc.gnu.org>
10961
10962 PR ada/6637, PR ada/5911
b4117c30 10963 Merge with libada-branch:
d9cdb878
AC
10964 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10965 with appropriate dependencies. Add --enable-libada configure switch.
10966 * configure, Makefile.in: Regenerate.
10967
8bd92821
PB
109682004-02-09 Paolo Bonzini <bonzini@gnu.org>
10969
10970 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10971
89a95129
RO
109722004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10973
10974 * configure.in: Don't pass --with-stabs on IRIX 5 either.
10975 * configure: Regenerate.
10976
892629bc
GK
109772004-02-04 Geoffrey Keating <geoffk@apple.com>
10978
10979 Merge from upstream:
10980
10981 * ltmain.in: When setting IFS to '~', be careful about user
10982 arguments that contain '~'.
10983
10984 2004-02-04 Peter O'Gorman <peter@pogma.com>
10985
10986 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10987 Also test $base_compile against $CC with escaped arguments. Bug
10988 reported by Geoff Keating <geoffk@apple.com>.
10989
6b402165
KH
109902004-02-04 Kazu Hirata <kazu@cs.umass.edu>
10991
10992 * MAINTAINERS: Remove i960 port.
10993
fa2f0306
DD
109942004-01-23 DJ Delorie <dj@redhat.com>
10995
10996 * Makefile.def (target_modules) [libiberty]: Don't stage.
10997 * Makefile.in: Rebuilt.
10998
9feb20aa
CT
109992004-01-20 Caroline Tice <ctice@apple.com>
11000
11001 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11002
7aed2ccc
PC
110032004-01-19 Paolo Carlini <pcarlini@suse.de>
11004
11005 * MAINTAINERS: Update my email address.
11006
f25bebe1
JM
110072004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11008
11009 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11010
28083580
VR
110112004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11012
11013 * MAINTAINERS: Remove entries without email address.
11014
c0f4b5e4
DJ
110152004-01-15 Daniel Jacobowitz <drow@mvista.com>
11016
11017 * MAINTAINERS: Add myself to write-after-approval.
11018
b5eb5a5e
SB
110192004-01-15 Steven Bosscher <stevenb@suse.de>
11020
11021 * MAINTAINERS: Update my email address.
11022
dce2d8b2 110232004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
11024
11025 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11026 * Makefile.tpl (configure-target-[+module+]): Support stage.
11027 * Makefile.in: Rebuilt.
11028
74c0b320
ILT
110292004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11030
11031 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11032
2560344b
RS
110332004-01-10 Richard Sandiford <rsandifo@redhat.com>
11034
11035 * MAINTAINERS: Add myself as a MIPS maintainer.
11036
8b21cda6
NN
110372004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11038
2b6c260d
NN
11039 * configure.in: Use ./config.cache, not config.cache.
11040 * configure: Regenerate.
11041 * Makefile.tpl: Special-casing not needed for GCC any more.
11042 * Makefile.in: Regenerate.
11043
09438bde
NN
11044 * configure.in: Don't share a cache file for host dirs.
11045 * configure: Regenerate.
11046
8b21cda6
NN
11047 * config-ml.in: Don't mess with the cache file.
11048
e42870df
EB
110492004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11050
11051 * MAINTAINERS: Move myself from 'Write After Approval' to
11052 'CPU Port Maintainers' section as SPARC maintainer.
11053
6b9eb62c
NN
110542004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11055
78a816a6
NN
11056 * Makefile.tpl: Make GCC use a separate config.cache.
11057 * Makefile.in: Regenerate.
11058
6b9eb62c
NN
11059 PR bootstrap/11932, PR bootstrap/11933
11060 (I don't know if it will fix either of them, but it relates
11061 to them.)
11062 * configure.in: Don't use shared config.cache for target
11063 directories.
11064 * configure: Regenerate.
11065
86d7b562
DN
110662004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11067
11068 * MAINTAINERS: Add myself to 'Write After Approval' section.
11069
07d0a605
RS
110702003-12-31 Roger Sayle <roger@eyesopen.com>
11071
11072 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11073 * configure: Regenerated.
11074
459ac19f
KH
110752003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11076
11077 * MAINTAINERS: Remove the mn10200 maintainer.
11078
5785c0ed 110792003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11080
cc6010cd
AP
11081 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11082 * configure: Regenerated.
5785c0ed 11083
a268eff9
JH
110842003-12-16 Jan Hubicka <jh@suse.cz>
11085
11086 * MAINTAINERS: Add myself as callgraph maintainer.
11087
9d465b12
TF
110882003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11089
11090 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11091 * configure: Regenerate.
11092
a68a270a
GB
110932003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11094
11095 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11096 'Write After Approval' section. Update email.
11097
dce2d8b2 110982003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11099
11100 * MAINTAINERS (Write After Approval): Add myself.
11101
8c052da4
MT
111022003-11-20 Matt Thomas <matt@3am-software.com>
11103
11104 * MAINTAINERS: Add myself as a vax port maintainer.
11105
e75f9147
KC
111062003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11107
11108 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11109 (configure-build-[+module+], configure-[+module+]): Likewise.
11110 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11111 * Makefile.in: Regenerate.
11112
43d8d958
AT
111132003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11114
11115 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11116 shared/dylibed libraries.
11117 * ltmain.sh: Likewise.
11118 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11119 * ltcf-cxx.sh: Likewise.
11120 * ltcf-gcj.sh: Likewise.
11121 * ltconfig: Likewise.
11122
638dcaa0
SC
111232003-11-17 Stan Cox <scox@redhat.com>
11124
11125 * MAINTAINERS: Add myself as iq2000 port maintainer.
11126
15cc172b
AC
111272003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11128
b4117c30
ZW
11129 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11130 * Makefile.in: Regenerate.
15cc172b 11131
20af77cd
UW
111322003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11133
11134 * config.sub: Update to 2003-11-03 version.
11135
4dd01c5c
PE
111362003-10-20 Phil Edwards <phil@codesourcery.com>
11137
11138 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11139 * configure: Regenerate.
11140
dce2d8b2 111412003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11142
11143 * MAINTAINERS: Add myself to 'Write After Approval' section.
11144
8b7ebc31
AC
111452003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11146
11147 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11148
afe1910c
JM
111492003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11150
11151 * MAINTAINERS: Update my email address.
11152
05dcec66
RO
111532003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11154
11155 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11156
dce2d8b2 111572003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11158
11159 * MAINTAINERS: Add myself to 'Write After Approval' section.
11160
507ec745
BI
111612003-10-16 Bernardo Innocenti <bernie@develer.com>
11162
11163 * config.guess: Update to 2003-10-16 version.
11164 * config.sub: Update to 2003-10-16 version.
11165
dce2d8b2 111662003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11167
11168 * MAINTAINERS: Added myself to 'Write After Approval' section.
11169
0c9b16bc
FH
111702003-10-15 Falk Hueffner <falk@debian.org>
11171
11172 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11173 'Write After Approval' section. Update email.
11174
74d57d15
RS
111752003-10-14 Roger Sayle <roger@eyesopen.com>
11176
11177 * MAINTAINERS: Move myself from 'Write After Approval' to
11178 'Various Maintainers' section as middle-end maintainer.
11179
d29b8ad8
NN
111802003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11181
11182 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11183 HOST_FLAGS_TO_PASS.
11184 * Makefile.in: Regenerate.
11185
26db814a
BI
111862003-10-11 Bernardo Innocenti <bernie@develer.com>
11187
11188 * config.guess: Update to 2003-10-07 version.
11189 * config.sub: Update to 2003-10-07 version.
11190
fffeb871
RO
111912003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11192
11193 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11194 * ltconfig (irix5*, irix6*): Don't override version_type.
11195
6691a79e
ME
111962003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11197
11198 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11199 * configure: Rebuilt
11200 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11201 * Makefile.in: Rebuilt
11202
62cdd71e
L
112032003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11204
11205 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11206
6fe2eacc
CW
112072003-09-30 Carlo Wood <carlo@alinoe.com>
11208
cc6010cd 11209 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11210
ea57e5ad
PK
112112003-09-29 Paul Koning <ni1d@arrl.net>
11212
11213 * MAINTAINERS: Move myself from "Write After Approval"
11214 to CPU platform maintainers for pdp11 platform.
11215
e070672a
AT
112162003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11217
11218 * MAINTAINERS: Move myself from 'Write After Approval' to
11219 'Various Maintainers' section as libffi testsuite maintainer.
11220
43bb47c2
DJ
112212003-09-21 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * configure.in: Pass a computed --program-transform-name
11224 to subconfigures.
11225 * configure: Regenerated.
11226
da9d3b37
NN
112272003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11228
94322beb
NN
11229 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11230 * Makefile.in: Regenerate.
11231
da9d3b37
NN
11232 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11233 * Makefile.in: Regenerate.
11234
ffd9060b
ZL
112352003-09-19 Ziemowit Laski <zlaski@apple.com>
11236
11237 * MAINTAINERS: Move myself from 'Write After Approval'
11238 to 'Various Maintainers' (objective-c) section.
11239
eeae7b41
DJ
112402003-09-17 Daniel Jacobowitz <drow@mvista.com>
11241
11242 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11243 quoting.
11244 * configure: Regenerated.
11245
a080d12b
JB
112462003-09-16 Joel Brobecker <brobecker@gnat.com>
11247
11248 * MAINTAINERS (Write After Approval): Add myself to write after
11249 approval list.
11250
6cd2fc59
DN
112512003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11252
cc6010cd 11253 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11254
dcbdd9cc
ILT
112552003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11256
11257 * MAINTAINERS: Update my e-mail address.
11258
e517f636
AM
112592003-09-09 Alan Modra <amodra@bigpond.net.au>
11260
11261 * libtool.m4 (LD): Correct powerpc64 host match.
11262
bc49924b
JW
112632003-09-06 James E Wilson <wilson@tuliptree.org>
11264
11265 * MAINTAINTERS: Update my affiliation and email address.
11266
082124f5
ZD
112672003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11268
11269 * MAINTAINERS (Write After Approval): Add myself.
11270
dc94d89e
DD
112712003-09-04 DJ Delorie <dj@redhat.com>
11272
11273 * configure: Regenerate.
11274
112752003-09-04 Robert Millan <robertmh@gnu.org>
11276
11277 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11278
7a0f2d4e
KG
112792003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11280
11281 * configure.in: Ensure arguments to sed are properly spaced.
11282 * configure: Regenerate.
11283
88d032eb
GP
112842003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11285
11286 * MAINTAINERS: Update my e-mail address.
11287
0b3f3d22
ME
112882003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11289
11290 * MAINTAINERS (Write After Approval): Add myself.
11291
d253f9ba
DJ
112922003-08-27 Daniel Jacobowitz <drow@mvista.com>
11293
11294 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11295 * configure: Regenerated.
11296
066ec9c9
MM
112972003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11298
11299 * MAINTAINERS: Update my email address.
11300
415d7ef9
PE
113012003-08-23 Phil Edwards <pme@gcc.gnu.org>
11302
11303 * configure.in: Use newline instead of semicolon when assuming
11304 shell arguments in a for loop.
11305 * configure: Regenerated.
11306
e1567352
JE
113072003-08-22 Jason Eckhardt <jle@rice.edu>
11308
11309 * MAINTAINERS: Resurrect the i860 maintainer.
11310
b348267b
GK
113112003-08-20 Geoffrey Keating <geoffk@apple.com>
11312
e50084fa
GK
11313 PR 8180
11314 * configure.in: When testing with_libs and with_headers, treat
11315 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11316 * configure: Regenerate.
b4117c30 11317
b348267b
GK
11318 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11319 make, shell, etc.
11320 (baseargs): Likewise.
11321 * configure: Regenerate.
11322
ca26ffe0
BI
113232003-08-20 Bernardo Innocenti <bernie@develer.com>
11324
11325 * MAINTAINERS (Write After Approval): Add myself.
11326
940cde4d
GK
113272003-08-19 Geoffrey Keating <geoffk@apple.com>
11328
11329 * configure.in: Disable libgcj for darwin not on powerpc.
11330 * configure: Rebuild.
11331
74bed51b
ADL
113322003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11333
11334 * config-ml.in, symlink-tree: Add license.
11335
b4117c30
ZW
113362003-08-03 Richard Stallman <rms@gnu.org>
11337 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
11338
11339 * README.SCO: New file.
11340
333a28b4
MK
113412003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11342
11343 * Makefile.tpl (check, check-c++): Express dependencies using
11344 dependencies rather than commands.
11345 * Makefile.in: Regenerate.
11346
c197e306
AC
113472003-08-01 Andrew Cagney <cagney@redhat.com>
11348
11349 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11350 * configure: Ditto.
11351
a8ee6e2d
GK
113522003-07-31 Geoffrey Keating <geoffk@apple.com>
11353
11354 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 11355 * Makefile.in: Update.
a8ee6e2d 11356
8d9b3f2e
AT
113572003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11358
11359 * configure.in: Enable libgcj for darwin.
11360 * configure: Rebuild.
11361
52c0c542
PE
113622003-07-29 Phil Edwards <pme@gcc.gnu.org>
11363
11364 * config-ml.in: Use ac_configure_args directly instead of
11365 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11366 actually seen.
11367
b4acb5ef
NN
113682003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11369
11370 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11371 creating target and build subdirs to build all parent dirs as needed.
11372 * Makefile.in: Rebuild.
11373 * configure.in: Don't build dirs explicitly here.
11374 * configure: Rebuild.
11375
a51d71d0
PB
113762003-07-26 Paul Brook <paul@nowt.org>
11377
11378 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11379
f43e12ce
AO
113802003-07-22 Alexandre Oliva <aoliva@redhat.com>
11381
11382 * Makefile.tpl (all-make): Depend on intl.
11383 * Makefile.in: Rebuilt.
11384
8a199ff6
PE
113852003-07-20 Phil Edwards <pme@gcc.gnu.org>
11386
11387 * install-sh: Update to newer upstream versions (associated with
11388 aclocal 1.7).
11389 * mkinstalldirs: Likewise.
11390 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11391
e6a8c803
AP
113922003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11393
11394 * MAINTAINERS: Move self from Bug database only accounts
11395 to write-after-approval.
11396
9f13608f
NN
113972003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
11398
11399 * config.if: Remove unused libc_interface determination.
11400
c7864714
NN
114012003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
11402
11403 * MAINTAINERS: Move self from write-after-approval to
11404 build machinery (*.in).
11405
775956d0
NN
114062003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11407
11408 PR bootstrap/11273
11409 PR bootstrap/11408
11410 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
11411 unused INSTALL_PROGRAM_ARGS.
11412 * configure.in: Use AC_PROG_INSTALL.
11413 * Makefile.in: Regenerate.
11414 * configure: Regenerate.
11415
c7f67a6e
KH
114162003-07-13 Kazu Hirata <kazu@cs.umass.edu>
11417
11418 * MAINTAINERS: Alphabetize.
11419
33952f6f
AO
114202003-07-10 Alexandre Oliva <aoliva@redhat.com>
11421
11422 * configure: Rebuilt.
11423 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11424 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11425 newlib nor libgloss.
11426 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
11427 * configure.in (am33_2.0-*-linux*): Added.
11428
0d4f1b4e
BW
114292003-07-09 Bob Wilson <bob.wilson@acm.org>
11430
11431 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11432 * configure: Regenerate.
11433
56694dd9
ZW
114342003-07-07 Zack Weinberg <zack@codesourcery.com>
11435
11436 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11437 * Makefile.in: Regenerate.
11438
21607eb4
ZW
114392003-07-04 Zack Weinberg <zack@codesourcery.com>
11440
11441 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11442 * Makefile.in: Regenerate.
11443
dce2d8b2 114442003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
11445
11446 * Makefile.tpl: Replace PWD with PWD_COMMAND.
11447 * Makefile.in: Regenerated.
11448
5d42f90e
L
11449 * config-ml.in: Replace PWD with PWD_COMMAND.
11450
6eb95e99
ZW
114512003-07-04 Zack Weinberg <zack@codesourcery.com>
11452
11453 * intl: New directory; see intl/ChangeLog for details.
11454 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11455 * Makefile.tpl: all-gcc depends on maybe-all-intl.
11456 * Makefile.in: Regenerate.
11457
07d1940e
NN
114582003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
11459
11460 * configure.in: Clean up config-lang.in handling. Delete
11461 useless assignment to "subdirs".
11462 * configure: Regenerate.
11463
4dbda6f0
NN
114642003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
11465
11466 * configure.in: Rename 'target_libs' to 'target_libraries'.
11467 Remove useless reference to 'target_libs'.
11468 * configure: Regenerate.
11469
2c30ab71
KS
114702003-06-23 Keith Seitz <kseitz@sources.redhat.com>
11471
11472 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11473 * Makefile.in: Regenerate.
11474
11405c93
NN
114752003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
11476
11477 * Makefile.def: Introduce flags_to_pass.
11478 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11479 * Makefile.in: Regenerate.
11480
fb87ad5d
HPN
114812003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
11482
11483 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11484 and target-libgloss.
11485 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11486 <h8300*-*-*>: Disable libf2c and ${libgcj}.
11487 * configure: Regenerate.
11488
a7956a48
BK
114892003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11490
11491 * configure.in: Update testsuite_flags to new location.
11492 * configure. Regenerate.
6eb95e99 11493
eaf9f3b2
NN
114942003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
11495
11496 * Makefile.tpl: Remove BUILD_CC stuff.
11497 * Makefile.in: Regenerate.
11498
2d89ffef
KH
114992003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11500
11501 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11502
dce2d8b2 115032003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
11504
11505 * MAINTAINERS (Write After Approval): Add myself.
11506
dce2d8b2 115072003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 11508
b951c91c
L
11509 * config.guess: Update to 2003-06-12 version.
11510 * config.sub: Update to 2003-06-13 version.
11511
dce2d8b2 115122003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
11513
11514 * config.guess: Update to 2003-06-06 version.
11515 * config.sub: Update to 2003-06-06 version.
11516
655b7166
RO
115172003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11518
11519 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11520 * configure. Regenerate.
11521
01b759aa
NN
115222003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11523
bf1d3e81
NN
11524 * configure.in: Disable serial configure by default.
11525 * configure: Regenerate.
11526 * Makefile.tpl: Abolish .NOTPARALLEL.
11527 * Makefile.in: Regenerate.
11528
e89fbdfe
NN
11529 * Makefile.tpl: Replace {build,host,target}_canonical by
11530 {build,host,target}.
11531 * Makefile.in: Regenerate.
11532
01b759aa
NN
11533 * Makefile.tpl: Fix stupid pasto.
11534 * Makefile.in: Regenerate.
11535
f7dae026
NN
115362003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11537
11538 * Makefile.tpl: Remove bogus conditional.
11539 * Makefile.in: Regenerate.
11540
115412003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
11542
11543 * Makefile.tpl (profiledbootstrap): New target.
11544 * Makefile.in (profiledbootstrap): New target.
11545
2ffc3e73 115462003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
11547
11548 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11549 Pinski. Remove user names from other bugzilla-only maintainers.
11550
1a1e6b96
NN
115512003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11552
1358ccea
NN
11553 * Makefile.tpl: Make 'recursive targets' using autogen rather
11554 than shell loop. Remove duplicate 'clean' targets and false
11555 comments.
11556 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11557 Add systematic method of specifying missing targets in subdirs.
11558 Add copyright boilerplate.
11559 * Makefile.in: Regenerate.
11560 * configure.in: Add 'recursive targets' to maybe list.
11561 * configure: Regenerate.
11562
ae74ed1f
NN
11563 * MAINTAINERS: "GNATS only" -> "Bug database only".
11564
1a1e6b96
NN
11565 * Makefile.tpl: Rename [+target+] to [+make_target+].
11566 * Makefile.def: Rename 'target' to 'make_target'.
11567
c79af3fa
NB
115682003-05-31 Neil Booth <neil@daikokuya.co.uk>
11569
11570 * MAINTAINERS: Add self as options handling maintainer.
11571
39d85b61
MM
115722003-05-28 Michael Meissner <gnu@the-meissners.org>
11573
11574 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11575 been too long since I touched those ports.
11576
afc2b62d
DD
115772003-05-28 DJ Delorie <dj@redhat.com>
11578
11579 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11580 * Makefile.in: Regenerate.
11581
df445104
MR
115822003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11583
11584 * configure.in: Use curly braces in the definition of tooldir.
11585 * configure: Regenerate.
11586
2eb98e5d 115872003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 11588
2eb98e5d
DD
11589 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11590 newlib or libgloss.
11591 * Makefile.in: Regenerate.
11592
862fced8
DD
115932003-05-21 DJ Delorie <dj@redhat.com>
11594
11595 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11596 * Makefile.in: Regenerate.
11597
fc351800
ILT
115982003-05-20 Ian Lance Taylor <ian@airs.com>
11599
11600 * MAINTAINERS: Update my e-mail address.
11601
7e2dbcef
NN
116022003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11603
11604 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 11605 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
11606 Factor out common code from autogen IF statements.
11607 * configure: Regenerate.
11608 * Makefile.in: Regenerate.
11609
f2a0e225
KC
116102003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11611
11612 * configure.in: Accept i[3456789]86 for machine type.
11613 * configure: Regenerate.
11614
8b87bb96
NN
116152003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11616
11617 * configure.in: Switch more things to use maybe dependencies.
11618 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11619 * configure: Regenerate.
11620 * Makefile.tpl: Switch more things to use maybe dependencies.
11621 * Makefile.in: Regenerate.
11622
fdb882bc 116232003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
11624
11625 * Makefile.tpl (install-opcodes): Define.
11626 * Makefile.in: Rebuild.
11627
f7c50032
AJ
116282003-05-13 Andreas Jaeger <aj@suse.de>
11629
11630 * config.guess: Update to 2003-05-09 version.
11631 * config.sub: Update to 2003-05-09 version.
11632
dce2d8b2 116332003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
11634
11635 * configure.in: Correct sed script so that options in quotes are not
11636 deleted.
11637 * configure: Rebuild.
11638
aa8f1f57
CV
116392003-05-12 Corinna Vinschen <corinna@vinschen.de>
11640
11641 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11642 and $$s/newlib/libc/sys/cygwin32 include paths.
11643 * configure: Ditto.
11644
0c130f81
MM
116452003-05-12 Michael Meissner <gnu@the-meissners.org>
11646
11647 * MAINTAINERS: Update my email addresses.
11648
aa1a100b
EB
116492003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11650
11651 * config-ml.in: Propagate INSTALL variables.
f7c50032 11652
87861833
GP
116532003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11654
11655 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11656
de722255
CD
116572003-05-02 Chris Demetriou <cgd@broadcom.com>
11658
6eb95e99
ZW
11659 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11660 * Makefile.in: Regenerate.
de722255 11661
96c4a002
WB
116622003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11663
11664 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11665
55b15a11
WB
116662003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11667
11668 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11669
0c227849
DJ
116702003-04-27 Daniel Jacobowitz <drow@mvista.com>
11671
11672 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11673 * Makefile.in: Regenerated.
11674
d45148c1
WB
116752003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11676
11677 * MAINTAINERS (Write After Approval): Upgrade myself from
11678 GNATS only to write-after-approval. Update my mail address.
11679
dce2d8b2 116802003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
11681
11682 (OS Port Maintainers: freebsd): Add myself.
11683
438f50c3
MM
116842003-04-22 Mark Mitchell <mark@codesourcery.com>
11685
11686 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11687
9074e169
KJ
116882003-04-22 Kean Johnston <jkj@sco.com>
11689
11690 * MAINTAINERS (SCO ports): Added myself.
11691
dfd39a2e
NS
116922003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11693
11694 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11695
ccbae82a
KJ
116962003-04-19 Kean Johnston <jkj@sco.com>
11697
11698 * MAINTAINERS (Write After Approval): Add myself.
11699
2f50999f
GP
117002003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11701
11702 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11703 * Makefile.in: Regenerate.
11704
e9b84181
JJ
117052003-04-18 Jakub Jelinek <jakub@redhat.com>
11706
11707 * configure.in (powerpc64*-*-linux*): Remove.
11708 * configure: Rebuilt.
11709
1ca4c6e1
PE
117102003-04-17 Phil Edwards <pme@gcc.gnu.org>
11711
11712 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11713 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11714 and restrap.
11715 * Makefile.in: Regenerate.
11716
0590b963
RE
117172003-04-16 Richard Earnshaw <rearnsha@arm.com>
11718
11719 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11720 * configure: Regenerated.
11721
ff41a56f
DD
117222003-04-15 DJ Delorie <dj@redhat.com>
11723
11724 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11725
50d440bc
NC
117262003-04-13 Nick Clifton <nickc@redhat.com>
11727
11728 * config-ml.in: Remove support for --disable-aix removing
11729 call-aix multilibs.
11730
b1e0a93e
AO
117312003-04-10 Alexandre Oliva <aoliva@redhat.com>
11732
11733 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11734 * */configure: Rebuilt.
11735
71fb704d
JS
117362003-04-08 Joel Sherrill <joel@oarcorp.com>
11737
11738 * MAINTAINERS: Add my email address.
11739
3897ea90
OH
117402003-03-17 Olivier Hainque <hainque@act-europe.fr>
11741
11742 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 11743
93c834b7
NN
117442003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11745
11746 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11747 * Makefile.in: Regenerate.
11748
82c34dcb
MC
117492003-03-14 Michael Chastain <mec@shout.net>
11750
11751 * Makefile.in: Regenerate with correct Makefile.def.
11752
73458fb7
NN
117532003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11754
11755 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11756 Make macro.
11757 * Makefile.in: Regenerate.
11758 * configure.in: Clean up gxx_include_dir logic.
11759 * configure: Regenerate.
11760
32cf27e5
AE
117612003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11762
11763 * MAINTAINERS (Write After Approval): Add myself.
11764
c727e7a0
BE
117652003-03-10 Ben Elliston <bje@wasabisystems.com>
11766
11767 * MAINTAINERS: Update my mail address.
11768
9a27ac7a
FS
117692003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11770
11771 * configure.in (gxx_include_dir): Fix typo.
11772 * configure: Regenerated.
11773
3aa83176
NN
117742003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11775
11776 * Makefile.tpl: Reindent.
11777 * Makefile.in: Regenerate.
11778 * configure.in: Reindent. Don't set unused variables.
11779 * configure: Regenerate.
11780
9124bc53
DJ
117812003-03-04 Daniel Jacobowitz <drow@mvista.com>
11782
11783 * configure.in: Include $(build_tooldir)/sys-include in
11784 FLAGS_FOR_TARGET.
11785 * configure: Regenerated.
11786
cb543528
NN
117872003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11788
c858bf1e
NN
11789 * Makefile.tpl: Always pass down RANLIB.
11790 * Makefile.in: Regenerate.
11791
aa9c3ab4
NN
11792 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11793 * Makefile.in: Regenerate.
11794 * configure.in: Remove unused logic relating to --enable-shared
11795 and --enable-threads. Remove bogus comments. Remove redundant
11796 noconfigdirs.
11797 * configure: Regenerate.
11798
cb543528
NN
11799 * configure.in: Replace ${libstdcxx_version} by its value.
11800 Remove reference to mh-dgux.
11801 * configure: Regenerate.
11802
53f70c1b
KB
118032003-03-03 Kevin Buettner <kevinb@redhat.com>
11804
11805 * MAINTAINERS (Write After Approval): Add myself.
11806
df0f0674
NN
118072003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11808
11809 * Makefile.tpl: Rearrange.
11810 * Makefile.in: Regenerate.
11811
dce2d8b2 118122003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
11813
11814 * configure.in: Add support for kaOS as cross build target system.
11815 * configure: Regenerated.
11816
a7a287eb
SB
118172003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11818
11819 * MAINTAINERS (Write after approval): Add myself.
11820
ff00c8a2
JW
118212003-02-21 James E Wilson <wilson@tuliptree.org>
11822
11823 * MAINTAINERS: Update my email address.
11824
abb2db7a
ZW
118252003-02-21 Zack Weinberg <zack@codesourcery.com>
11826
11827 * MAINTAINERS: Add self to blanket write privs. section.
11828
e9f2dc3b
SM
118292003-02-20 Sean McNeil <sean@blue.mcneil.com>
11830
11831 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11832 configure-target-* as some target builds may require additional
11833 flags for preprocessor tests.
11834 * Makefile.in: Regenerated.
11835
ee03dc5e
AO
118362003-02-19 Alexandre Oliva <aoliva@redhat.com>
11837
11856278
AO
11838 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11839 * ltconfig: Handle it.
11840 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11841 auto-detecting it.
11842
274aef32
AO
11843 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11844 it is used as argument to $CC.
11845 * ltcf-gcj.sh: Likewise.
11846
ee03dc5e
AO
11847 * configure.in: Introduce --enable-maintainer-mode.
11848 * configure: Rebuilt.
11849 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11850 for maintainer mode.
11851 * Makefile.in: Rebuilt.
11852
30db8e17
JM
118532003-02-18 Jason Merrill <jason@redhat.com>
11854
11855 * Makefile.tpl (check-c++): Allow parallelism.
11856
cab60ac6
GP
118572003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11858
11859 * MAINTAINERS: Remove John Carr (who never actually had access to
11860 gcc.gnu.org).
11861
c8e5d1af
GK
118622003-02-15 Geoffrey Keating <geoffk@apple.com>
11863
11864 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11865 don't configure target-libobjc.
11866 * configure: Regenerate.
11867
70f91f50
RO
118682003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11869
11870 * Makefile.tpl (RANLIB): Define.
11871 * Makefile.in: Regenerate.
11872
669e9062
LB
118732003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11874
11875 * MAINTAINERS: Update my email.
abb2db7a 11876
61b56b2e
KS
118772003-02-06 Keith R Seitz <keiths@redhat.com>
11878
11879 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11880 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11881 * Makefile.in: Regenerated.
11882 * configure.in: Remove all traces of snavigator, db, and grep.
11883 * configure: Regenerated.
11884
a1ba6e15
GP
118852003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11886
11887 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11888 After Approval.
11889
f5f2cce5
CC
118902003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11891
11892 * MAINTAINERS (Write after approval): Add myself.
11893
ba49f6f1
FCE
118942003-01-31 Frank Ch. Eigler <fche@redhat.com>
11895
11896 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11897 * Makefile.in: Regenerated.
11898
ccf9f10c
RS
118992003-01-30 Roger Sayle <roger@eyesopen.com>
11900
11901 * config.guess: Updated to 2003-01-30's version.
11902 * config.sub: Updated to 2003-01-28's version.
11903
a693735b
AO
119042003-01-30 Alexandre Oliva <aoliva@redhat.com>
11905
11906 * config.if: If gcc_version is already set, just use it. Don't set
11907 gcc_version_trigger if it's already set, otherwise set it to
11908 gcc/version.c, but only if the file exists. If it is not set and
11909 gcc/version.c does not exist, try to extract the version number from
11910 $CC.
11911
204c43d6
AT
119122003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11913
abb2db7a 11914 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 11915
842e91ec
PE
119162003-01-27 Phil Edwards <pme@gcc.gnu.org>
11917
11918 * configure.in: Revert 24Jan change.
11919 * configure: Regenerate.
11920
6b99984e
GP
119212003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11922
11923 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11924 entry of HJ Lu.
11925
806e0935
NN
119262003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11927
11928 * configure.in: Revert previous change.
11929 * configure: Regenerate.
11930
307a9864
NN
119312003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11932
11933 * configure.in: Make rda native-only.
11934 * configure: Regenerate.
11935
02ba6302
VR
119362003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11937
11938 * MAINTAINERS: Move myself from GNATS-only-accounts to
11939 write-after-approval.
11940
77d187bc
NN
119412003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11942
11943 * configure.in: Add missing \.
11944 * configure: Rebuilt.
11945
a94a2d4c
JJ
119462003-01-17 Jakub Jelinek <jakub@redhat.com>
11947
11948 * configure.in (baseargs): Avoid using \| in sed regular
11949 expressions.
11950 * configure: Rebuilt.
11951
73f84924
JJ
119522003-01-16 Jakub Jelinek <jakub@redhat.com>
11953
11954 * configure.in (baseargs): Remove all supported forms of
11955 --cache-file, --srcdir, --host, --build and --target options
11956 from argument lists.
11957 * configure: Rebuilt.
11958
8c12fc63
JZ
119592003-01-15 Josef Zlomek <zlomekj@suse.cz>
11960
11961 * MAINTAINERS: Add myself to write-after-approval list.
11962
7c005a3a
AO
119632003-01-15 Alexandre Oliva <aoliva@redhat.com>
11964
11965 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11966 * configure: Rebuilt.
11967
3dfabf63
NN
119682003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
11969
11970 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11971 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11972 * Makefile.in: Regenerate.
11973 * configure: Regenerate.
11974
cf53ae10
AO
119752003-01-09 Alexandre Oliva <aoliva@redhat.com>
11976
11977 * configure.in: Remove Makefile in build, host and target modules
11978 unless configure was run with --no-recursion.
11979 * configure: Rebuilt.
11980
3fbe8e4a
CC
119812003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11982
11983 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11984 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11985 * Makefile.in: Regenerate.
11986
66e2aa7d
CD
119872003-01-08 Chris Demetriou <cgd@broadcom.com>
11988
11989 * config.guess: Update to 2003-01-03 version.
11990 * config.sub: Update to 2003-01-03 version.
11991
b5038cfb
CF
119922003-01-07 Christopher Faylor <cgf@redhat.com>
11993
11994 * configure: Regenerate with proper autoconf 2.13.
11995
d02c69be
CF
119962003-01-07 Christopher Faylor <cgf@redhat.com>
11997
11998 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 11999 * configure: Regenerate.
d02c69be 12000
e914a571
AC
120012003-01-06 Andrew Cagney <ac131313@redhat.com>
12002
12003 * configure.in (GDB_TK): Add tcl directories conditional on
12004 gdb/gdbtk directory being present.
12005 * configure: Regenerate.
abb2db7a 12006
dce2d8b2 120072003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12008
dce2d8b2
EB
12009 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12010 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
12011 * configure: Rebuilt.
12012
89a7012a
TT
120132002-12-31 Tom Tromey <tromey@redhat.com>
12014
12015 * Makefile.in: Rebuilt.
12016 * Makefile.def (target_modules) [libffi]: Allow installation.
12017
3f4f56e2
AS
120182002-12-31 Andreas Schwab <schwab@suse.de>
12019
12020 * configure.in: Fix use of $program_transform_name.
12021 * configure: Regenerated.
12022
6c1b8d0a
DJ
120232002-12-30 Daniel Jacobowitz <drow@mvista.com>
12024
12025 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 12026 * configure: Regenerated.
6c1b8d0a 12027
c5120911
AO
120282002-12-29 Alexandre Oliva <aoliva@redhat.com>
12029
12030 * Makefile.tpl (local-distclean): Don't remove...
12031 (multilib.ts): ... this. Moved into...
12032 (multilib.out): ... this. Don't use sub-make.
12033 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12034 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12035 (configure-build-[+module+], configure-[+module+],
12036 configure-target-[+module+], configure-gcc): ... these. Test
12037 for Makefile existence. Drop config.status from dependencies.
12038 * Makefile.in: Rebuilt.
12039 * configure.in: Move gcc-version-trigger to the end of
12040 ac_configure_args. Add comments to maybedep.tmp and
12041 serdep.tmp. Introduce --disable-serial-configure. Remove
12042 nonopt from baseargs, matching and removing corresponding
12043 whitespace while at it.
12044 * configure: Rebuilt.
12045
e245b0ea
AO
120462002-12-28 Alexandre Oliva <aoliva@redhat.com>
12047
903de295
AO
12048 * configure.in (host_configargs): Replace reference to
12049 no-longer-defined buildopts with --build=${build_alias}.
12050 * configure: Rebuilt.
12051
e245b0ea
AO
12052 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12053 program_transform_name to standard idiom.
12054 (AUTOGEN, AUTOCONF): Define.
12055 (Makefile.in): Use $(AUTOGEN).
12056 (Makefile): Depend on config.status, and use autoconf-style rule to
12057 build it. Move original commands to...
12058 (config.status): ... this new target.
12059 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12060 $(AUTOCONF).
12061 * Makefile.in: Rebuilt.
12062
671aa708
NN
120632002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12064
53fbfb58
NN
12065 * Makefile.tpl: Fix dramatic bustage due to change in
12066 program_transform_name.
12067 * Makefile.in: Regenerate.
12068
12069 * configure.in: Remove unnecessary PATH setting.
12070 * configure: Regnerate.
12071
12072 * configure.in: Don't default to unprefixed tools unless
12073 the native tools will work.
12074 * configure: Regenerate.
12075
671aa708
NN
12076 * configure.in: Convert to autoconf script. Blow away lots
12077 of now-redundant Makefile fragments.
12078 * configure: Generate using Autoconf.
12079 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12080 * Makefile.in: Regenerate.
12081
57f40826
NN
120822002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12083
3fedb745
NN
12084 * configure: Fix stupid bug where RANLIB was mistakenly included.
12085
abb2db7a 12086 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12087 (build_configargs, host_configargs, target_configargs).
12088
12089 * configure.in: Move logic out of sed statement.
12090
abb2db7a 12091 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12092 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12093
315fa0f4
SS
120942002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12095
12096 * config.sub: Import from master repository
12097 * config.guess: Ditto
12098
45aff44f
AS
120992002-12-24 Andreas Schwab <schwab@suse.de>
12100
12101 * Makefile.tpl (multilib.out): Fix missing space.
12102 * Makefile.in: Regenerate.
12103
88b5521b
NN
121042002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12105
12106 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12107 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12108 * Makefile.in: Regenerate.
12109 * configure.in: Remove unnecessary leftovers.
12110
2a726918
GK
121112002-12-21 Geoffrey Keating <geoffk@apple.com>
12112
12113 * configure.in (extra_ranlibflags_for_target): New variable.
12114 (*-*-darwin): Add -c to ranlib commands.
12115 * configure (tooldir): Handle extra_ranlibflags_for_target.
12116
aace3269 121172002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12118
12119 * Makefile.tpl: Revert HJL's change.
12120 * Makefile.in: Regenerated.
12121 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12122 always.
12123
f0895142
AS
121242002-12-19 Andreas Schwab <schwab@suse.de>
12125
12126 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12127 * Makefile.in: Regenerate.
12128
dce2d8b2 121292002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12130
12131 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12132 * Makefile.in: Regenerated.
12133
12134 * configure.in (build_prefix): New. Substitute.
12135
212f6dd0
NN
121362002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12137
79308c5d
NN
12138 * Makefile.tpl: Don't let real targets depend on phony targets.
12139 * Makefile.in: Regenerate.
12140
212f6dd0
NN
12141 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12142 * Makefile.in: Regenerate.
12143
ab17919f
SS
121442002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12145
12146 * config.sub: Import from master repository
12147 * config.guess: Ditto
12148
5ecf91d1
JM
121492002-12-16 Jason Merrill <jason@redhat.com>
12150
12151 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12152 previous 'make bootstrap'.
12153 * Makefile.in: Regenerate.
12154
d8437e1b
HPN
121552002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12156
12157 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12158
4977bab6
ZW
121592002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12160
12161 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12162 * Makefile.in: Regenerate.
12163
0edcfdcb
JM
121642002-12-13 Jason Merrill <jason@redhat.com>
12165
6248218a 12166 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12167 library tests.
12168 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12169 * Makefile.in: Regenerate.
12170
4977bab6
ZW
121712002-12-12 Alexandre Oliva <aoliva@redhat.com>
12172
12173 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12174 * Makefile.in: Rebuilt.
12175
f87505dd
AO
121762002-12-12 Alexandre Oliva <aoliva@redhat.com>
12177
12178 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12179
4977bab6
ZW
121802002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12181
12182 * configure: Fix bug put in by gremlins.
12183
12184 * Makefile.tpl: Substitute more autoconfily.
12185 * configure: Substitute more autoconfily.
12186 * Makefile.in: Regenerate.
12187
7f0db92a
SS
121882002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12189
12190 * config.sub: Import from master repository
12191 * config.guess: Ditto
12192 * MAINTAINERS: Added Svein Seldal under write after approval
12193
4977bab6
ZW
121942002-12-08 Andrew Cagney <ac131313@redhat.com>
12195
12196 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12197 * Makefile.in (all-sim): Ditto.
12198
121992002-12-06 DJ Delorie <dj@redhat.com>
12200
12201 * Makefile.tpl: Change configure dependencies to not have real
12202 targets depend on phony targets.
12203
122042002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12205
12206 * configure.in: Revert unintentional change.
12207
12208 * Makefile.tpl: Change dependency for */multilib.out so that
12209 it works when gcc isn't in the tree.
12210
12211 * configure.in: Substitute more.
12212 * configure: Run subconfigures from the Makefile.
12213 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12214 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12215
67f1b906
GP
122162002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12217
12218 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12219
4977bab6
ZW
122202002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12221
12222 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12223 and corresponding dependencies.
12224 * Makefile.in: Regenerate.
12225
12226 * configure.in (host_tools): Order binutils, gas and ld for
12227 convenience in running the testsuites.
12228
12229 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12230 * Makefile.in: Regenerate.
12231 * configure.in: Introduce rules to serialize subconfigure runs.
12232
12233 * configure.in: Introduce BASE_CC_FOR_TARGET.
12234 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12235 Realize configure-build-* targets. Realize configure-target-* targets.
12236 * Makefile.in: Regenerate.
12237
122382002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12239
12240 * configure: Move gcc_version_trigger stuff from here...
12241 * configure.in: ...to here.
12242
12243 * configure.in: Separate subconfigure options added by this file from
12244 options given by the user. Add machinery to put args for host
12245 subconfigures into the Makefile.
12246
12247 * Makefile.tpl: Remove 'vault' targets.
12248 * Makefile.tpl: Reorder and comment dependencies.
12249 * Makefile.in: Regenerate.
12250
122512002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12252 * configure.in: Fix my broken commit of previous patch. (sigh)
12253
743f054e
GK
122542002-11-28 Geoffrey Keating <geoffk@apple.com>
12255
12256 * configure.in: Move host-specific darwin noconfigdirs into
12257 the host-specific section.
12258
4977bab6
ZW
122592002-11-28 Geoffrey Keating <geoffk@apple.com>
12260
12261 * configure.in: Move host-specific darwin noconfigdirs into
12262 the host-specific section.
12263
122642002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12265
12266 * configure: Remove skip-this-dir support.
12267 * Makefile.tpl: Remove skip-this-dir support.
12268
12269 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12270 subdirectories.
12271 * Makefile.in: Regenerate.
12272
12273 * Makefile.tpl: Strip out useless setting of 'dir'.
12274 * Makefile.in: Regenerate.
12275
122762002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12277
12278 * configure.in: Fix deeply stupid bug.
12279
12280 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12281 shell code in CXX_FOR_TARGET
12282 * Makefile.def: Introduce raw_cxx.
12283 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12284 RAW_CXX_FOR_TARGET.
12285 * Makefile.in: Regenerate.
12286
122872002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12288
12289 * Makefile.tpl: Remove unnecessary ifs.
12290 * Makefile.in: Regenerate.
12291
12292 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12293 dependencies. Maybe-ize build-libiberty. Create dummy install
12294 targets for 'no_install' modules.
12295 * configure: Move GDB_TK substitution to configure.in. Move
12296 build_modules stuff to configure.in.
12297 * configure.in: Implement soft dependency machinery. Maybe-ize
12298 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12299 * Makefile.in: Regenerate.
12300
123012002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12302
12303 * Makefile.tpl: Make all-target, install-target behave similarly
12304 to all, install (only hitting configured targets). Eliminate
12305 unused macro defintions.
12306
12307 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12308 build != host.
12309
12310 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12311
12312 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12313
12314 * configure.in: Produce lists of subdir targets we're actually
12315 configuring. Remove references to "dosrel".
12316 * Makefile.tpl: Let configure set which subdir targets are hit.
12317 Remove install-cross; clean up install; remove ALL. Remove
12318 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12319 Autogenerate host module targets. Remove empty dependency lines
12320 and redundant dependency; rearrange slightly.
12321 * Makefile.def: Add host-side libtermcap, utils.
12322
12323 * Makefile.in: Regenerate.
12324
e6226a2f
RO
123252002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12326
12327 * ltconfig (osf[345]): Append $major to soname_spec.
12328 Reflect this in library_names_spec.
12329 * ltmain.sh (osf): Prefix $major with . for use as extension.
12330
3b75d237
AJ
123312002-11-19 Andreas Jaeger <aj@suse.de>
12332
12333 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12334 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12335 and sparc64 GNU/Linux systems.
12336
809108de
NS
123372002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12338
12339 * MAINTAINERS: Update email.
12340
e7e0de7e
GP
123412002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12342
12343 * MAINTAINERS: Complete James Dennett's entry.
12344
f7109dea
EB
123452002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12346
12347 * MAINTAINERS (Write After Approval): Add myself.
12348
d3ac17c9
BK
123492002-11-13 Bruce Korb <bkorb@gnu.org>
12350
12351 * Makefile.tpl: syntactic cleanup
12352
dce2d8b2 123532002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
12354
12355 * MAINTAINERS: Add myself to write-after-approval list.
12356
4977bab6
ZW
123572002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12358
12359 * Makefile.def: Add list of recursive targets to autogenerate.
12360 Add build_modules.
12361 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12362 targets. Autogenerate *-build-* targets.
12363 * Makefile.in: Regenerate.
12364
123652002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12366
12367 * configure: More autoconf-style substitutions.
12368 * Makefile.tpl: More autoconf-style substitutions.
12369 * Makefile.in: Regenerate.
12370
123712002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12372
12373 * configure: Substitute more variables in a more autoconf-friendly
12374 way. Simplify slightly.
12375 * Makefile.tpl: Make more variables substitutable in an
12376 autoconf-friendly way.
12377 * Makefile.in: Regenerate.
12378
d4783999
JW
123792002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12380
12381 * MAINTAINERS (Write After Approval): Add myself.
12382
4977bab6
ZW
123832002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12384
12385 * configure.in (v810*): Remove special setting of tools.
12386
12387 * configure: Add support for extra required flags for ar or nm.
12388 * configure.in (aix4.3+): Use above support for target-specific
12389 issues, rather than using config/mt-aix43.
12390
123912002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12392
12393 * configure: Remove 'removing', which doesn't work. Replace $subdir
12394 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12395 with $srcdir. Reformat indentation. Substitute some variables
12396 formerly hard-coded in the Makefile for build=host.
12397 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12398 * Makefile.def: Autogenerate more.
12399 * Makefile.in: Regenerate.
12400
1c9c903e
AN
124012002-11-04 Adam Nemet <anemet@lnxw.com>
12402
12403 * MAINTAINERS (Write After Approval): Add myself.
12404
40673d2b
KB
124052002-11-04 Kevin Buettner <kevinb@redhat.com>
12406
12407 * Makefile.def (host_modules): Add rda.
12408 * Makefile.in: Regenerate.
12409 * configure.in (target_tool): Add target-rda to list.
12410
42e650ae
GP
124112002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12412
12413 * MAINTAINERS: Remove "co-maintainer" note for web pages.
12414
e004b81f
PE
124152002-10-25 Phil Edwards <pme@gcc.gnu.org>
12416
12417 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
12418 and restrap targets to this rule.
12419 * Makefile.in: Regenerate.
12420
06bd49b1
GP
124212002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12422
12423 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12424 GNATS only accounts.
12425
d0af82b0
HPN
124262002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
12427
12428 * configure.in (i[3456]86-*-linux*): Add check to disable
12429 ${libgcj} for glibc1.
12430
10782654
DC
124312002-10-24 Denis Chertykov <denisc@overta.ru>
12432
12433 * MAINTAINERS: Add myself as ip2k port maintainer.
12434
a5a438f5
SS
124352002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
12436
12437 * configure.in: Add tic4x target.
12438
fe3d5b7f
NN
124392002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
12440
aba8a494
NN
12441 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12442 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12443 * Makefile.in: Regenerate.
12444
fe3d5b7f
NN
12445 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12446 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12447 * Makefile.in: Regenerate.
12448
a6ad79e7
JJ
124492002-10-02 Janis Johnson <janis187@us.ibm.com>
12450
12451 * MAINTAINERS: Add myself as web pages co-maintainer.
12452
6a8a9058
NN
124532002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12454
12455 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12456 * Makefile.in: Regenerate.
12457
327d975a
ZW
124582002-10-02 Zack Weinberg <zack@codesourcery.com>
12459
12460 * MAINTAINERS: Add myself and Nathan Sidwell
12461 <nathan@codesourcery.com> as VxWorks maintainers.
12462
a5ae8f19 124632002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
12464
12465 * Makefile.def: Remove order dependency comments.
12466 * Makefile.tpl: Add explicit install-install dependencies.
12467 * Makefile.in: Regenerate.
d0f6c823 12468
34c6040c 12469 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 12470 * Makefile.in: Regenerate.
34c6040c 12471
d0f6c823
NN
12472 * Makefile.tpl: Add configure-target (for src-release in src)
12473 * Makefile.in: Regenerate.
12474
50bd210b
NC
124752002-09-30 Nick Clifton <nickc@redhat.com>
12476
12477 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12478
ca25149e
UW
124792002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
12480
12481 * configure.in (s390*-*-linux*): Enable libgcj.
12482
dd30b57d
NN
124832002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
12484
9e60a678
NN
12485 * configure: Revert accidentally applied changes.
12486
dd30b57d
NN
12487 * Makefile.tpl: Make more autoconf-friendly.
12488 * Makefile.in: Regenerate.
12489 * configure: Make substitution more autoconf-like.
12490
5831424e
RE
124912002-09-28 Richard Earnshaw <rearnsha@arm.com>
12492
12493 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12494 single entry to handle all these.
12495 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
12496 libjava on arm-*-elf.
12497
b7f3b15b
GK
124982002-09-27 Geoffrey Keating <geoffk@apple.com>
12499
12500 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12501 things that depend on them.
12502
0dffceed
NN
125032002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12504
12505 * Makefile.tpl: Make subsituted variables more autoconfy.
12506 * Makefile.in: Regenerate.
12507 * configure: Make seds more autoconfy.
12508
1db75a86 125092002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
12510
12511 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12512 * Makefile.in: Regenerate.
12513 * configure.in: Rewrite sed statements to look autoconfy.
12514
1db75a86
NN
12515 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12516 all-target-foo on configure-target-foo.
12517 * Makefile.def: Ditto.
12518 * Makefile.in: Rebuild.
12519
741a4e89
AH
125202002-09-25 Andrew Haley <aph@redhat.com>
12521
12522 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12523
95ddd785
NN
125242002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12525
12526 * Makefile.def: New file.
12527 * Makefile.tpl: New file.
12528 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12529 * contrib/gcc_update: Note that Makefile.in is a generated file.
12530
12531 * configure.in: Minor rearrangement. Simplify tests.
12532
65a824f6
JT
125332002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12534
12535 * configure.in (with_headers): Skip copy if value is "yes".
12536 (with_libs): Likewise.
12537
51270f0a 125382002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
12539
12540 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12541 * configure.in (sh*-*-pe*): Ditto.
12542 * configure.in (mips*-*-pe*): Ditto.
12543 * configure.in (*arm-wince-pe): Ditto.
12544
8f89dbf4
NN
12545 * configure.in: Rearrange.
12546
c1b8db3f
KH
125472002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12548
12549 * MAINTAINERS: Update my email address.
12550
341f0575
PK
125512002-08-30 Paul Koning <pkoning@equallogic.com>
12552
12553 * MAINTAINERS: (Write After Approval): Add myself.
12554
d2e06980
GK
125552002-08-29 Geoffrey Keating <geoffk@redhat.com>
12556
12557 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12558
4906d5d8
GK
125592002-08-24 Geoffrey Keating <geoffk@redhat.com>
12560
12561 * MAINTAINERS: Change my mailing address.
12562
e9a25cc8
PC
125632002-08-21 Paolo Carlini <pcarlini@unitus.it>
12564
12565 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 12566 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 12567
dce2d8b2 125682002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
12569
12570 * MAINTAINERS (Write After Approval): Remove myself.
12571 (Various Maintainers: c++ runtime libs): Add myself.
12572
5ce6f47b
EC
125732002-08-15 Eric Christopher <echristo@redhat.com>
12574
12575 * config.sub: Import from master repository.
12576 * config.guess: Ditto.
12577
7f9317f0
AO
125782002-08-19 Alexandre Oliva <aoliva@redhat.com>
12579
12580 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12581 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12582 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12583
7aecca3d
AH
125842002-08-16 Aldy Hernandez <aldyh@redhat.com>
12585
12586 * MAINTAINERS: Add self to rs6000 vector extensions.
12587
8ea4b195
AO
125882002-08-15 Alexandre Oliva <aoliva@redhat.com>
12589
12590 * libiberty/configure: Reverted unintended yesterday's check in.
12591
f5cc59a7
AO
125922002-08-14 Alexandre Oliva <aoliva@redhat.com>
12593
12594 * boehm-gc/configure, libf2c/configure: Rebuilt.
12595 * libffi/configure, libiberty/configure: Ditto.
12596 * libjava/configure, libobjc/configure: Ditto.
12597 * libstdc++-v3/configure, zlib/configure: Ditto.
12598 Merged from binutils:
12599 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12600 From Steve Ellcey <sje@cup.hp.com>:
12601 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12602 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12603 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12604 IA64.
12605 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12606 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12607 soname_spec, sys_lib_search_path_spec): Ditto.
12608
dce2d8b2 126092002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
12610
12611 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12612
2ff34870
L
126132002-08-04 H.J. Lu (hjl@gnu.org)
12614
12615 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12616
a014f2fe
KW
126172002-08-02 Krister Walfridsson <cato@df.lth.se>
12618
12619 * MAINTAINERS (Write After Approval): Add myself.
12620
c01d477a
AM
126212002-07-31 Alan Modra <amodra@bigpond.net.au>
12622
12623 * configure.in: Move generic linux case to end. Copy generic
12624 linux noconfigdirs to mips*-*-linux* entry and new
12625 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12626
68cd2524
MM
126272002-07-19 Michael Matz <matz@suse.de>
12628
12629 * MAINTAINERS: Add myself as ra* maintainer.
12630
e2d83b8c
CD
126312002-07-16 Chris Demetriou <cgd@broadcom.com>
12632
12633 * config.guess: Update to 2002-07-09 version.
12634 * config.sub: Update to 2002-07-03 version.
12635
cece4f1d
HPN
126362002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12637
12638 * MAINTAINERS: Fix typo in a maintainer email address.
12639
bb654703
NN
126402002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12641
12642 * configure.in: Remove two redundant tests.
12643
789b7de5
RO
126442002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12645
12646 * configure.in (mips*-*-irix6*o32): Enable stabs.
12647
e1da1089
NN
126482002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12649
f3970bba
NN
12650 * configure.in: Don't build grez.
12651 * Makefile.in: Ditto.
12652
e1da1089
NN
12653 * Makefile.in: Remove references to bsp, cygmon, libstub.
12654 * configure.in: Ditto.
12655
12656 * configure.in: Remove leftover reference to gdbtest.
12657
57c905fa
PE
126582002-07-08 Phil Edwards <pme@gcc.gnu.org>
12659
12660 * configure.in (gxx_include_dir): Change to match versioned
12661 C++ headers if --enable-version-specific-runtime-libs is used.
12662
a0af94a7 126632002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 12664
a0af94a7
SE
12665 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12666
423ce3eb
NN
126672002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12668
12669 * configure.in: Make --without-x work.
12670
98186934
NN
126712002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12672
c3b7d169
NN
12673 * configure.in: Rearrange target Makefile fragment collection.
12674
98186934
NN
12675 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12676 cvs[src].
12677 * configure.in: Ditto.
12678
eebd288a
MK
126792002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12680
12681 * MAINTAINERS (Write After Approval): Update my e-mail address.
12682
3ab36f05
NN
126832002-06-24 Ben Elliston <bje@redhat.com>
12684
12685 * configure.in (host_tools): Remove cgen.
12686
12687 * Makefile.in (all-cgen): Remove; runs from its source directory.
12688 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 12689 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
12690 (all-sim): Likewise.
12691
dce2d8b2 126922002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
12693
12694 * Makefile.in: Eliminate 'apache' targets.
12695 * configure.in: Eliminate 'apache' targets.
12696
55380b08
NN
12697 * configure.in: Eliminate redundant tests. Reorganize.
12698
9a5c1b9d
NN
12699 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12700
5fd3853a
NN
12701 * config-ml.in: Eliminate references to Cygnus configure.
12702
cfefc434
NN
12703 * Makefile.in: Eliminate references to building emacs.
12704
2fe93885
GS
127052002-06-28 Graham Stott <graham.stott@btinternet.com>
12706
12707 * MAINTAINERS: Update my email address.
12708
53c40185
BK
127092002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12710
12711 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 12712 (cxx_incdir): Remove.
53c40185 12713
97679694
NN
127142002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12715
12716 * MAINTAINERS (Write After Approval): Add self.
12717
b03bcd37
DC
12718Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12719
12720 * configure.in: Add support for ip2k.
12721
6bd12129
NN
127222002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12723
12724 * configure.in: Fix AIX configury bug.
12725
e0d98a92
SE
127262002-06-20 Steve Ellcey <sje@cup.hp.com>
12727
12728 * MAINTAINERS (Write After Approval): Add self.
12729
ba3292db
NN
127302002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12731
ef40bc65
NN
12732 * configure.in: replace ${topsrcdir} with ${srcdir}
12733
7a0be465
NN
12734 * configure.in: Move definition of libstdcxx_flags
12735 right above usage, rather than waaay earlier.
12736
e1848dde
NN
12737 * configure.in: Pull definition of is_cross_compiler earlier.
12738
8bc2fff1
NN
12739 * configure.in: Rearrange a little.
12740
ba3292db
NN
12741 * configure.in: Remove references to librx.
12742 * Makefile.in: Remove references to librx.
12743
11d8b408
DC
12744Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12745
12746 * config.sub: Add support for avr target.
12747 Import from master sources, rev 1.255
5ce6f47b 12748
93da8339
PE
127492002-06-19 Phil Edwards <pme@gcc.gnu.org>
12750
12751 * configure, .cvsignore: Revert previous change...
12752 * Makefile: ...delete.
12753
b4caab5c
NN
127542002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12755
12756 * configure.in: Eliminate ${gasdir} variable.
12757
ee777171
DB
127582002-06-18 Dave Brolley <brolley@redhat.com>
12759
12760 * configure.in: Add support for frv.
12761 * config.sub: Add support for frv.
12762
26e4af54
PE
127632002-06-18 Phil Edwards <pme@gcc.gnu.org>
12764
12765 * configure: Remove garbage from previous commit.
12766
bb20b7da
PE
127672002-06-18 Phil Edwards <pme@gcc.gnu.org>
12768
12769 * configure: For in-source builds, make a subdir and re-exec there.
12770 * Makefile: New file. Pass targets through to build directory.
12771 * .cvsignore: No longer ignore "Makefile".
12772
9d321f6c
DR
127732002-06-16 Douglas Rupp <rupp@gnat.com>
12774
12775 * MAINTAINERS (Write After Approval): Add self.
12776
c8eb2bc0
KG
127772002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12778
12779 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12780
f210d239
JT
127812002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12782
12783 * configure.in (vax-*-netbsd*): Re-enable gas.
12784
e9667b3c
NN
127852002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12786
efe1f357
NN
12787 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12788 BUILD_PREFIX_1, to correct nomenclature.
12789 * configure: Likewise.
12790
e9667b3c
NN
12791 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12792 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12793
fe2fe497
OH
127942002-05-31 Olaf Hering <olh@suse.de>
12795
12796 * config-ml.in: Propogate DESTDIR also.
12797
dcf7f0dd
JT
127982002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12799
12800 * configure.in (vax-*-netbsd*): Don't build gas for this
12801 platform.
12802
6ff14f32
MM
128032002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12804
12805 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12806 and libgcj for AVR.
12807
397de1ff
KK
128082002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12809
12810 * MAINTAINERS (Write After Approval): Add myself.
12811
ac30211c
JT
128122002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12813
12814 * config.guess: Update to 2002-05-22 version.
12815 * config.sub: Likewise.
12816
1e6347d8
RO
128172002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12818
12819 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12820 * config-ml.in: Likewise.
12821 * configure: Likewise.
12822 * configure.in: Likewise.
12823
e5ce1d6d
SC
128242002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12825
12826 * MAINTAINERS: Update my email address.
12827
6cdef75d
NN
128282002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12829
4a87f061
NN
12830 * configure.in: Simplify makefile fragment collection.
12831
12832 * configure.in: Remove code to build emacs.
603606e7 12833
e254d6b5
NN
12834 * configure.in : Remove --srcdir argument from targargs and buildargs
12835 (it's always overridden in the Makefile anyway). Rearrange a bit.
12836
12837 * configure: Move some logic to configure.in.
12838 * configure.in: Move some logic from configure.
6cdef75d 12839
1d6006fe
TT
128402002-05-11 Tom Tromey <tromey@redhat.com>
12841
12842 * MAINTAINERS: Reflect libgcj reality.
12843
b70b3534
FS
128442002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12845
12846 * Makefile.in: Honour DESTDIR.
12847
4434687a
MM
128482002-05-08 Mark Mitchell <mark@codesourcery.com>
12849
12850 * config.guess: Import 2002-03-20 version.
12851 * config.sub: Import 2002-04-26 version.
12852
a89e49c7
RO
128532002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12854
12855 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12856
44e55536
TJ
128572002-05-07 Tim Josling <tej@melbpc.org.au>
12858
12859 * MAINTAINERS: Add self.
12860
dce2d8b2 128612002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
12862
12863 * ltmain.sh: Detect and handle object name conflicts
12864 while piecewise linking a static library.
12865
b7c13625
AO
128662002-05-05 Alexandre Oliva <aoliva@redhat.com>
12867
12868 * configure.in (noconfigdirs): Don't disable libgcj on
12869 sparc64-*-solaris* and sparcv9-*-solaris*.
12870
4182d9fa
AO
128712002-05-03 Alexandre Oliva <aoliva@redhat.com>
12872
12873 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12874
7bebf279
TF
128752002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12876
12877 * configure.in (FLAGS_FOR_TARGET): Do not add
12878 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12879 on i[3456]86-*-linux*.
12880
9a06dc7d
TF
128812002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12882
12883 * configure.in (noconfigdirs): Replace [ ] with test.
12884
12885 * configure.in (noconfigdirs): Do not add target-newlib if
12886 target == i[3456]86-*-linux*, and host == target.
12887
a51a07fa
NN
128882002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12889
9e7facd6
DD
12890 * configure.in: delete reference to absent file
12891
aeaa0f2f
NN
12892 * configure.in: replace '[' with 'test'
12893
4bb98828
NN
12894 * configure.in: Eliminate references to gash.
12895 * Makefile.in: Eliminate references to gash.
12896
64791664
NN
12897 * configure.in: remove useless references to 'pic' makefile fragments.
12898
3ed57cf4
NN
12899 * configure.in: (*-*-windows*) Finish removing.
12900
a51a07fa
NN
12901 * configure.in: Eliminate redundant test for libgui.
12902
8552f6f1
RS
129032002-04-29 Roger Sayle <roger@eyesopen.com>
12904
12905 * MAINTAINERS: Add self and realphabetize. Update entries
12906 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12907 entry for a29k port maintainer.
12908
dce2d8b2 129092002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
12910
12911 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12912 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12913
704c9a14
NN
129142002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12915
12916 * configure.in: remove references to dead files
12917
7bff5059
MM
129182002-04-19 Mark Mitchell <mark@codesourcery.com>
12919
12920 * MAINTAINERS: Add information about purpose of this file.
12921
0c7c67f0
TT
129222002-04-18 Tom Tromey <tromey@redhat.com>
12923
12924 * configure.in: Disallow configuring libgcj when it is already
12925 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12926 Solaris 2.8 by default. For PR libgcj/6158.
12927
63501e91
NN
129282002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12929
12930 * configure.in: Move default CC setting out of config/mh-* fragments
12931 directly into here.
12932
701afd4d
NN
129332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12934
12935 * configure.in: don't even try to configure or make a subdirectory
12936 if there's no configure script for it.
12937
07cdae91
MM
129382002-04-15 Mark Mitchell <mark@codesourcery.com>
12939
12940 * MAINTAINERS: Remove chill maintainers.
12941 * Makefile.in (CHILLFLAGS): Remove.
12942 (CHILL_LIB): Remove.
12943 (TARGET_CONFIGDIRS): Remove libchill.
12944 (CHILL_FOR_TARGET): Remove.
12945 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12946 CHILL_LIB.
12947 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12948 (CHECK_TARGET_MODULES): Likewise.
12949 (INSTALL_TARGET_MODULES): Likewise.
12950 (CLEAN_TARGET_MODULES): Likewise.
12951 (configure-target-libchill): Remove.
12952 (all-target-libchill): Remove.
12953 * configure.in (target_libs): Remove target-libchill.
12954 Do not compute CHILL_FOR_TARGET.
12955 * libchill: Remove directory.
5ce6f47b 12956
ab50d72b
DD
129572002-04-11 DJ Delorie <dj@redhat.com>
12958
12959 * Makefile.in, configure.in: Sync with binutils, entries
12960 follow...
12961
0a1e123a
DD
129622002-04-07 Andrew Cagney <ac131313@redhat.com>
12963
12964 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
12965 (do-tar, do-bz2): New rules.
12966 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
12967 (gdb-tar): New rule.
12968 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
12969 (insight_dejagnu.tar): New rule.
12970 (insight.tar): New rule.
12971 (gdb+dejagnu.tar): New rule.
12972 (gdb.tar): New rule.
12973
ab50d72b
DD
129742002-02-01 Mo DeJong <supermo@bayarea.net>
12975
12976 * Makefile.in: Add all-tix to deps for all-snavigator
12977 so that tix is built when building snavigator.
12978
129792002-01-11 Steve Ellcey <sje@cup.hp.com>
12980
12981 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12982 ld and gdb are not supported.
12983
129842002-01-07 Mark Salter <msalter@redhat.com>
12985
12986 * configure.in: Remove target-bsp and target-cygmon from arm builds.
12987 Allow target-libgloss to be built for arm, strongarm, and xscale.
12988
129892001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
12990
12991 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12992 options for i[3456]86-pc-linux* native builds.
12993
129942001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
12995
12996 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12997 files from .po files for a distribution.
12998
129992001-09-03 Jeff Holcomb <jeffh@redhat.com>
13000
13001 * configure.in: Enable libstdc++-v3 for h8300 targets.
13002
130032001-06-19 Alan Modra <amodra@bigpond.net.au>
13004
13005 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13006 version from bfd/.
13007
13008Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13009
13010 * Makefile.in (VER): When present, extract the version number from
13011 the file version.in.
13012
dce2d8b2 130132001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
13014
13015 * configure.in : enable ld for aix
13016
130172001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13018
13019 * config.guess: Add linux target for S/390.
13020
130212000-11-07 Philip Blundell <pb@futuretv.com>
13022
13023 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13024
130252000-11-03 Philip Blundell <pb@futuretv.com>
13026
13027 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13028 files.
13029
130302001-01-15 Ben Elliston <bje@redhat.com>
13031
13032 * configure.in (host_tools): Add sid.
13033 Always configure cgen.
13034
130352000-11-24 Nick Clifton <nickc@redhat.com>
13036
13037 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13038
ab50d72b
DD
130392000-08-20 Doug Evans <dje@casey.transmeta.com>
13040
13041 * Makefile.in (ALL_MODULES): Add all-cgen.
13042 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13043 (all-cgen): New target.
13044 (all-opcodes,all-sim): Depend on all-cgen.
13045 * configure.in (host_tools): Add cgen.
13046 Only configure cgen if --enable-cgen-maint.
13047
dce2d8b2 130482002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
13049
13050 * configure.in: Add *-*-freebsd* configurations.
13051
90def2b2
TT
130522002-04-08 Tom Tromey <tromey@redhat.com>
13053
13054 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13055 Fixes PR libgcj/6068.
13056
320d7e7a
KW
130572002-03-30 Krister Walfridsson <cato@df.lth.se>
13058
13059 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13060
18b467f1
RO
130612002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13062
13063 * configure.in (alpha*-dec-osf*): Enable libgcj.
13064
dce2d8b2 130652003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
13066
13067 * MAINTAINERS (Write After Approval): Add myself.
13068
56ae9405
NC
130692002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13070
13071 Fix for: PR bootstrap/3591, target/5676
13072 * configure.in (mcore-pe): Disable the configuration of
13073 libstdc++-v3 since exceptions are not supported.
13074
f18d9a0c
AG
130752002-03-20 Anthony Green <green@redhat.com>
13076
13077 * configure.in: Enable libgcj for xscale-elf target.
13078
dce2d8b2 13079Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13080
13081 * MAINTAINERS: Update my email address.
13082
28eca9e8
AO
130832002-03-16 Alexandre Oliva <aoliva@redhat.com>
13084
13085 * ltmain.sh (relink_command): Fix typo in previous change.
13086
e67e72c7
AO
130872002-03-15 Alexandre Oliva <aoliva@redhat.com>
13088
13089 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13090 (relink_command): Added --tag flags.
13091 (mode=install): If relinking fails; error out.
13092
c2273204
RH
130932002-03-12 Richard Henderson <rth@redhat.com>
13094
13095 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13096 .NOTPARALLEL tag.
13097 (do-check): Rename from check.
13098 (check): Allow parallel check.
13099
bcb64245
BW
131002002-03-12 Bob Wilson <bob.wilson@acm.org>
13101
13102 * MAINTAINERS: Add myself as maintainer for xtensa port.
13103 Fix alphabetical order in CPU port maintainer list.
13104 Remove myself from Write After Approval list.
13105
63adb4ff
RH
131062002-03-11 Richard Henderson <rth@redhat.com>
13107
13108 * Makefile.in (.NOTPARALLEL): Add fake tag.
13109
9bec4bf0
L
131102002-03-07 H.J. Lu (hjl@gnu.org)
13111
13112 * configure.in: Enable gprof for mips*-*-linux*.
13113
c7fc1f84
DS
131142002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13115
13116 * MAINTAINERS (Write After Approval): Add myself.
13117
6bff33fb
AO
131182002-02-28 Alexandre Oliva <aoliva@redhat.com>
13119
13120 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13121 libjava.
13122 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13123
0210b33b
AO
131242002-02-23 Alexandre Oliva <aoliva@redhat.com>
13125
13126 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13127 because its Makefile is there; test for the executable instead.
13128
fcc0a3ef
AO
131292002-02-22 Alexandre Oliva <aoliva@redhat.com>
13130
13131 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13132 libstdc++-v3 and libjava.
13133
dce2d8b2 131342002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13135
13136 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13137 boehm-gc
5ce6f47b 13138
40fe0ec3
AO
131392002-02-09 Alexandre Oliva <aoliva@redhat.com>
13140
13141 * config.guess: Updated to 2002-01-30's version.
13142 * config.sub: Updated to 2002-02-01's version.
13143 Contribute sh64-elf.
13144 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13145 * configure.in: Added sh64-*-*.
13146
694d53ee
CD
131472002-02-08 Chris Demetriou <cgd@broadcom.com>
13148
13149 * MAINTAINERS: Belatedly add myself to write after approval list.
13150
a9ca50b1
JH
13151Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13152
13153 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13154 Remove self as Write After Approval.
13155
5ffc3500
GK
131562002-01-31 Geoffrey Keating <geoffk@redhat.com>
13157
13158 * MAINTAINERS: Put self in as maintainer for contrib/regression
13159 directory.
13160
4ceaf7fb
PE
131612002-01-28 Phil Edwards <pme@gcc.gnu.org>
13162
13163 * MAINTAINERS: Update my email address.
13164
51584787
JT
131652002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13166
5ce6f47b
EC
13167 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13168 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13169 libraries if not supported for NetBSD on target CPU.
13170
5701d273
DR
131712002-01-25 Douglas B Rupp <rupp@gnat.com>
13172
13173 * install-sh: Use _inst.$$_ for temp file name.
13174
b299a075
JT
131752002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13176
13177 * MAINTAINERS (Write After Approval): Move my contact info
13178 from here...
13179 (OS Port Maintainers): ...to here (netbsd).
13180
51fe14b5
BW
131812002-01-22 Bob Wilson <bob.wilson@acm.org>
13182
13183 * MAINTAINERS (Write After Approval): Add myself.
13184
dce2d8b2 131852002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13186
13187 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13188 (all-target-fastjar): Also depend on all-target-libiberty.
13189
3cd87679
L
131902002-01-16 H.J. Lu (hjl@gnu.org)
13191
13192 * config.guess: Import from master sources, rev 1.225.
13193 * config.sub: Import from master sources, rev 1.238.
13194
969a6d8f
KH
131952002-01-16 Kazu Hirata <kazu@hxi.com>
13196
13197 * MAINTAINERS (Write After Approval): Remove myself.
13198
366f6a52
FW
131992001-12-19 Florian Weimer <fw@deneb.enyo.de>
13200
13201 * MAINTAINERS (Write After Approval): Add myself.
13202
f02240b6
JM
132032001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13204
13205 * MAINTAINERS: Add self as docs co-maintainer.
13206
5d08dc39
MK
132072001-12-11 Matthias Klose <doko@debian.org>
13208
13209 * MAINTAINERS (Write After Approval): Add myself.
13210
39e790d5
ZW
132112001-12-09 Zack Weinberg <zack@codesourcery.com>
13212
13213 * MAINTAINERS: Update my email address.
13214
4519d6a3
TC
132152001-12-07 Turly O'Connor <turly@apple.com>
13216 * MAINTAINERS (Write After Approval): Add myself.
13217 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13218 (rs6000_initialize_trampoline): Call __trampoline_setup for
13219 ABI_DARWIN too.
13220 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13221 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13222
21cf0a73
PC
132232001-12-07 Paolo Carlini <pcarlini@unitus.it>
13224
13225 * MAINTAINERS (Write After Approval): Add myself.
13226
4ee43206
DR
13227Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13228
13229 * configure, configure.in: Use temp file for long sed commands.
13230
251931f3
LG
132312001-12-03 Laurent Guerby <guerby@acm.org>
13232
13233 * config.sub: Update to version 1.232 on subversion.
13234
03777dd7
BE
132352001-12-03 Ben Elliston <bje@redhat.com>
13236
13237 * MAINTAINERS: Update mail address for config.* patches.
13238
dce2d8b2 132392001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13240 Zack Weinberg <zack@codesourcery.com>
13241
13242 When build != host, create libiberty for the build machine.
13243
13244 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13245 CONFIG_ARGUMENTS.
13246 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13247 New variables.
13248 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13249 and rules.
13250 (all.normal): Depend on ALL_BUILD_MODULES.
13251 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13252 (all-build-libiberty): Depend on configure-build-libiberty.
13253
13254 * configure: Calculate and substitute proper value for
13255 ALL_BUILD_MODULES.
13256 * configure.in: Create the build subdirectory.
13257 Calculate and substitute TARGET_CONFIGARGS (formerly
13258 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13259
04075e8f
ZL
132602001-11-26 Ziemowit Laski <zlaski@apple.com>
13261
13262 * MAINTAINERS (write-after-approval): Add self.
13263
ed19322d
CR
132642001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13265
13266 * MAINTAINERS (GNATS only accounts): Remove self.
13267
90a12988
HPN
132682001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13269
13270 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13271 libf2c.
13272
77e653ad
CR
132732001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13274
13275 * MAINTAINERS (Write After Approval): Add self.
13276
64adad99
DB
132772001-11-12 David O'Brien <obrien@FreeBSD.org>
13278
13279 * MAINTAINERS: mips and s390 are also CPU ports.
13280
834a28c7
DB
132812001-11-12 David O'Brien <obrien@FreeBSD.org>
13282
13283 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13284
ef94239f
DB
132852001-11-11 David O'Brien <obrien@FreeBSD.org>
13286
13287 * MAINTAINERS: Alphabetize.
13288
beda0427
KH
132892001-11-09 Kazu Hirata <kazu@hxi.com>
13290
13291 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13292
6ca224d3
JDA
132932001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13294
13295 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13296
132e4bd7
PE
132972001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13298
13299 * configure.in (--enable-languages): Be more permissive about
13300 syntax. Check for empty lists better. Warn about $LANGUAGES.
13301
c6243b4c
GK
133022001-11-08 Geoffrey Keating <geoffk@redhat.com>
13303
13304 * config.sub: Import from master sources, rev. 1.230.
13305 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13306
abbb9e76
LG
133072001-11-07 Laurent Guerby <guerby@acm.org>
13308
13309 * MAINTAINERS (Write After Approval): Add self.
13310
53cdb27a
HPN
133112001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13312
13313 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13314
dd3a88c9
HPN
133152001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13316
13317 * config.sub: Import from master sources, rev 1.226.
13318 * config.guess: Import from master sources, rev 1.216.
13319
d344dce9
HPN
133202001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13321
13322 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13323 * MAINTAINERS: Add self as maintainer of MMIX port.
13324 Remove old after-approval entry.
13325
63f6bcd7
JM
133262001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13327
13328 * ChangeLog, configure: Fix spelling errors.
13329
84f92638
BK
133302001-10-20 Brendan Kehoe <brendan@zen.org>
13331
13332 * MAINTAINERS: Tweak my address.
13333
dce2d8b2 13334Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
13335
13336 * MAINTAINERS: Update my email address.
13337
1567080c 133382001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 13339
f48a3b5c 13340 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 13341 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 13342
30106886
GB
133432001-10-10 Geert Bosch <bosch@gnat.com>
13344
e490616e 13345 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
13346 Added Robert Dewar.
13347
dce2d8b2 133482001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
13349
13350 * MAINTAINERS (Write After Approval): Added self
13351
d1c3e709
GB
133522001-10-02 Geert Bosch <bosch@gnat.com>
13353
13354 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13355
50f5f793
JM
133562001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13357
13358 * configure: Handle temporary files securely using mkdir.
13359
7fddf9a9
AO
133602001-09-29 Alexandre Oliva <aoliva@redhat.com>
13361
13362 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13363
dce2d8b2 133642001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
13365
13366 * configure.in (*-*-linux*): Disable configuration of target-newlib
13367 and target-libgloss.
e490616e 13368
0c055e34
AO
133692001-09-26 Alexandre Oliva <aoliva@redhat.com>
13370
13371 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13372 RANLIB.
13373
759bfa90
AO
133742001-09-21 Alexandre Oliva <aoliva@redhat.com>
13375
13376 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13377 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13378 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13379 avoid quotes nesting problems.
13380 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13381 (DO_X): Export only variables that are set.
13382
1dc4a750
BE
133832001-09-19 Ben Elliston <bje@redhat.com>
13384
13385 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13386 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13387 semantics. Use the shell built-in "type" command instead.
13388
898c7238
AO
133892001-08-31 Alexandre Oliva <aoliva@redhat.com>
13390
13391 Merged from gcc-3_0-branch:
13392 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13393 * ltcf-c.sh: Use $objext, not $ac_objext.
13394 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13395 * ltcf-cxx.sh: Add support for GNU.
13396 2001-07-22 Timothy Wall <twall@redhat.com>
13397 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
13398 default settings if using GNU tools with that configuration.
13399 * ltcf-cxx.sh: Ditto.
13400 * ltcf-gcj.sh: Ditto.
13401 2001-07-21 Michael Chastain <chastain@redhat.com>
13402 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13403 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
13404 * ltmain.sh: Mark as gcc-local.
13405
8fa0a32e
EC
134062001-08-30 Eric Christopher <echristo@redhat.com>
13407 Jason Eckhardt <jle@redhat.com>
13408
13409 * config.guess: Merge from master sources.
13410 * config.sub: Merge from master sources, add support for mipsisa32.
13411
32f30f91 134122001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
13413 * config.sub: Merge from master sources, rev 1.219.
13414 * MAINTAINERS: Add self as contact for stormy16 port.
13415
f6084f99
ZW
134162001-08-14 Zack Weinberg <zackw@panix.com>
13417
13418 * config.sub: Merge from master sources, rev 1.218.
13419 * config.guess: Merge from master sources, rev 1.209.
13420
91b54f7f
GS
134212001-08-11 Graham Stott <grahams@redhat.com>
13422
13423 * Makefile.in (check-c++): Add missing semicolon.
13424
e5b3941e
JH
13425Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
13426
32f30f91 13427 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 13428
6387a56e
EC
134292001-07-30 Eric Christopher <echristo@redhat.com>
13430
13431 * MAINTAINERS (Various maintainers: mips port): Added myself.
13432
53b475f0
AH
134332001-07-25 Andrew Haley <aph@cambridge.redhat.com>
13434
e490616e 13435 * configure.in (sh-*-linux*): New.
53b475f0 13436
2a08c780
RH
134372001-07-27 Richard Henderson <rth@redhat.com>
13438
13439 * .cvsignore: Add LAST_UPDATED.
13440
bfa79422
UW
134412001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
13442
13443 * MAINTAINERS (Various maintainers: s390 port): Added myself.
13444
0ae85492
AH
134452001-07-16 Aldy Hernandez <aldyh@redhat.com>
13446
e490616e 13447 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 13448
8e1ab0fe
NP
13449Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
13450
13451 * MAINTAINERS (Write After Approval): Added myself.
13452
2b997990
SC
134532001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13454
13455 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13456 and libgcj on m68hc11/m68hc12.
13457
d920e825
L
134582001-06-27 H.J. Lu (hjl@gnu.org)
13459
13460 * Makefile (CFLAGS_FOR_BUILD): New.
13461 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13462
d425a1e0
JM
134632001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13464
13465 * README: Remove version number.
13466
5b5b4207
GP
134672001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13468
13469 * INSTALL/README: Update wrt. to the installation instructions now
13470 residing in gcc/doc/install.texi.
13471
be839b69
JM
134722001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13473
13474 * README: Replace with a cut-down and updated version of gcc/README.
13475
fe2ee7c4
DE
134762001-06-12 David Edelsohn <edelsohn@gnu.org>
13477
13478 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13479 multilibs to be disabled.
13480
4f5d646c
DB
134812001-06-11 Daniel Berlin <dan@cgsoftware.com>
13482
13483 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 13484
818f0c85
AO
134852001-06-09 Alexandre Oliva <aoliva@redhat.com>
13486
13487 * config.guess: Import CVS version 1.195.
13488 * config.sub: Import CVS version 1.212.
13489
e9a8af10
AO
134902001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
13491
13492 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13493 gcc/xgcc is built, use -print-prog-name to find out the program
13494 name to use.
13495
ae3ca0a9
PE
134962001-06-04 Phil Edwards <pme@sources.redhat.com>
13497
13498 * config.guess: Import CVS version 1.194. All gcc-local changes
13499 appear to also be in the master copy.
13500 * config.sub: Import CVS version 1.211.
13501
066bd40d
MM
13502Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
13503
13504 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13505 with_gcc]: Use `gcc -shared' to build a shared library.
13506
4aef4f33
JDA
13507Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
13508
13509 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13510 archives.
13511
c386f00f
RO
13512Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13513
13514 * MAINTAINERS (Write After Approval): Add myself.
13515
2ae5cea5
HPN
135162001-06-01 Hans-Peter Nilsson <hp@axis.com>
13517
13518 * configure.in (libstdcxx_flags): Do not try to execute
13519 libstdc++-v3/testsuite_flags until it exists.
13520
c3766183
AM
135212001-06-01 Alan Modra <amodra@bigpond.net.au>
13522
13523 * MAINTAINERS: Update my email address.
13524
9b337833
GS
135252001-05-31 Graham Stott <grahams@redhat.com>
13526
13527 * MAINTAINERS (Write After Approval): Add myself.
13528
dce2d8b2 135292001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
13530
13531 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13532 libraries when using g++ with native linker.
13533
5f7de4b8
AO
135342001-05-28 Alexandre Oliva <aoliva@redhat.com>
13535
13536 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13537
a7bc0fbb
AO
135382001-05-22 Alexandre Oliva <aoliva@redhat.com>
13539
13540 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13541 [aix4*|aix5*]: Prepend blank.
13542
33456445
AO
135432001-05-20 Alexandre Oliva <aoliva@redhat.com>
13544
13545 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13546 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13547 of subdir/configure scripts to use the new libtool.m4.
13548
e48d3d00
MK
135492001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13550
13551 * MAINTAINERS (Write After Approval): Add myself.
13552
9e0e191b
BK
135532001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13554
13555 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13556
3f19b439
BE
135572001-05-11 Ben Elliston <bje@redhat.com>
13558
13559 * Makefile.in (all-sid): New target.
13560 (check-sid, clean-sid, install-sid): Likewise.
13561
6ebe3121
JO
135622001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13563
13564 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13565
ca3667c4
AO
135662001-05-03 Alexandre Oliva <aoliva@redhat.com>
13567
13568 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13569 libgcj.
13570
135712001-05-03 Alexandre Oliva <aoliva@redhat.com>
13572
13573 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13574 gcc/xgcc is built, use -print-prog-name to find out the program
13575 name to use.
13576
b2964d63
AO
135772001-04-26 Alexandre Oliva <aoliva@redhat.com>
13578
b1bb2302
AO
13579 * configure.in (noconfigdirs): Don't reset it from scratch in the
13580 target case; only append to it.
6387a56e 13581
b2964d63
AO
13582 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13583 sparc-*-solaris2.8]: Disable ${libgcj}.
13584
8343765d
AO
135852001-04-25 Alexandre Oliva <aoliva@redhat.com>
13586
13587 * configure.in (libgcj_saved): Copy from $libgcj.
13588 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13589 --disable-libgcj.
13590
ddbb6d43
GRK
135912001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13592
13593 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 13594 C front end maintainer.
ddbb6d43 13595
3fa03ff9
AG
13596Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13597
13598 * configure.in: Move *-chorusos target case to the proper switch.
13599 Disable libgcj.
13600
99ffe40f
AO
136012001-04-12 Alexandre Oliva <aoliva@redhat.com>
13602
13603 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13604 1.641.2.228.
13605
78faa32d
FS
136062001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13607
13608 * Makefile.in (STAGE1_CFLAGS): Pass down.
13609
cdbff0ab
AM
136102001-04-13 Alan Modra <amodra@one.net.au>
13611
13612 * config.guess: Add hppa64-linux support. Note for next import that
13613 this is already in the master file.
13614 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13615
75b9074c
AO
136162001-04-12 Alexandre Oliva <aoliva@redhat.com>
13617
13618 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13619 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13620
125404c5
SS
136212001-04-11 Stan Shebs <shebs@apple.com>
13622
13623 * MAINTAINERS: Add self as Darwin port maintainer.
13624
876684fe
AM
136252001-04-11 Alan Modra <amodra@one.net.au>
13626
13627 * MAINTAINERS: Update my email address.
13628
06729913
LR
136292001-04-10 Loren J. Rittle <ljrittle@acm.org>
13630
13631 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13632 recent versions of FreeBSD (release 3 or later).
13633 * ltconfig: On FreeBSD, -lc must not be provided when building
13634 a shared library or else the standard -pthread gcc option is
13635 rendered worthless to later users of the built library.
13636
67916302
JM
136372001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13638
13639 * MAINTAINERS: Add self and RTH as C front end maintainers.
13640
d2bc0628
AO
136412001-04-05 Alexandre Oliva <aoliva@redhat.com>
13642
e490616e
ZW
13643 * config.sub: Make sure to match an already-canonicalized
13644 machine name (eg. mn10300-unknown-elf).
d2bc0628 13645
a3406c06
AO
136462001-04-01 Alexandre Oliva <aoliva@redhat.com>
13647
13648 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13649 New macros.
13650 (bootstrap, cross): Use RECURSE_FLAGS.
13651 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13652
a076f6a4
AO
136532001-03-27 Alexandre Oliva <aoliva@redhat.com>
13654
13655 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13656
e9f4fa71
CH
136572001-03-22 Colin Howell <chowell@redhat.com>
13658
7238de5c
CH
13659 * Makefile.in (DO_X): Do not backslash single-quotes in
13660 backquotes (two places).
e9f4fa71 13661
b6b14b1b
AO
136622001-03-22 Alexandre Oliva <aoliva@redhat.com>
13663
13664 Re-installed:
13665 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13666 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13667 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13668 * ltcf-cxx.sh: Likewise.
13669 * ltcf-gcj.sh: Likewise.
13670
1eb0b89d
GP
136712001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13672
13673 * MAINTAINERS: Add myself as "documentation co-maintainer".
13674
82e23236
AO
136752001-03-22 Alexandre Oliva <aoliva@redhat.com>
13676
13677 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13678 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13679
64ec27c3
TT
136802001-03-19 Tom Tromey <tromey@redhat.com>
13681
13682 * config-ml.in: Handle GCJ and GCJFLAGS.
13683
191de407
MC
136842001-03-21 Michael Chastain <chastain@redhat.com>
13685
13686 * Makefile.in: all-m4 depends on all-texinfo.
13687
fed4dede
LR
136882001-03-20 Loren J. Rittle <ljrittle@acm.org>
13689
13690 * MAINTAINERS: Add myself to write after approval list.
13691
085072bb
LB
136922001-03-18 Laurynas Biveinis <lauras@softhome.net>
13693
13694 * Makefile.in (DO_X): Quote nested quotes.
13695
5af8ea3f
AM
136962001-03-18 Alan Modra <alan@linuxcare.com.au>
13697
13698 * MAINTAINERS: Add myself to write after approval list.
13699
69e23037
LB
137002001-03-15 Laurynas Biveinis <lauras@softhome.net>
13701
13702 * Makefile.in (DO_X): Use double quotes for quoting
13703 "RANLIB=$${RANLIB}".
13704
2b9650f4
OP
137052001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13706
13707 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13708
dce2d8b2 137092001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
13710
13711 * configure.in: Only use `lang_requires' for languages athat are
13712 actually enabled.
13713
f6646274
PE
137142001-03-08 Phil Edwards <pme@sources.redhat.com>
13715
13716 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13717
c9a54638
AO
137182001-03-08 Alexandre Oliva <aoliva@redhat.com>
13719
13720 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13721
6a556ad6
TT
137222001-03-07 Tom Tromey <tromey@redhat.com>
13723
13724 * configure.in: Allow config-lang.in to set `lang_requires' to list
13725 of other required languages.
13726
6822468a
LB
137272001-03-06 Laurynas Biveinis <lauras@softhome.net>
13728
13729 * Makefile.in: Remove RANLIB definition. Use RANLIB
13730 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13731 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 13732
f04885d3 137332001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 13734 Alexandre Oliva <aoliva@redhat.com>
6387a56e 13735
f04885d3
BK
13736 * Makefile.in (check-c++): Use tabs, not spaces.
13737
288edf47 137382001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 13739
288edf47
LB
13740 * MAINTAINERS: add myself to Write After Approval list.
13741
3d55d2f8 137422001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 13743
e490616e 13744 * Makefile.in (check-c++): New rule.
6387a56e 13745
4d88a68a
BK
13746 * configure.in (target_libs): Remove libg++.
13747 (noconfigdirs): Remove libg++.
13748 (noconfigdirs): Same.
13749 (noconfigdirs): Same.
13750 (noconfigdirs): Same.
13751
13752 * config-ml.in: Remove libg++ references.
13753
13754 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13755 (ALL_TARGET_MODULES): Same.
13756 (configure-target-libg++): Remove.
13757 (all-target-libg++): Remove.
13758 (configure-target-libio): Remove.
13759 (all-target-libio): Remove.
13760 (check-target-libio): Remove.
13761 (.PHONY): Remove.
13762 (libg++.tar.bz2): Remove.
13763 (all-target-cygmon): Remove libio.
13764 (all-target-libstdc++): Remove.
13765 (configure-target-libstdc++): Remove.
13766 (TARGET_LIB_PATH): Remove libstdc++.
13767 (ALL_GCC_CXX): Remove libstdc++.
13768 (all-target-gperf): Correct.
13769
2437d4ed
NC
137702001-02-16 Nick Clifton <nickc@redhat.com>
13771
13772 * configure.in (noconfigdirs): Allow configuration of texinfo
13773 for Cygwin hosts.
13774
85b99cbe
AG
137752001-02-15 Anthony Green <green@redhat.com>
13776
13777 * configure: Introduce GCJ_FOR_TARGET.
13778 * configure.in: Ditto.
13779 * Makefile.in: Ditto.
13780
7b18790c
AS
137812001-02-13 Andreas Schwab <schwab@suse.de>
13782
13783 * MAINTAINERS: Update mail address.
13784
c4880c99
MS
137852001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13786
13787 * config.guess: Add linux target for S/390.
13788 * config.sub: Likewise.
13789
dce2d8b2 137902001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
13791
13792 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 13793 target-libgloss.
e31ae6db 13794
7739adfb
BE
137952001-02-06 Ben Elliston <bje@redhat.com>
13796
13797 * configure: Output host type to stdout, not stderr.
13798
36ca672c
MM
137992001-02-05 Mark Mitchell <mark@codesourcery.com>
13800
e40f2829 13801 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
13802 * ltcf-cxx.sh: Likewise.
13803
36ca672c
MM
13804 * config.if: Assume enable_libstdcxx_v3 is defined.
13805
22fdd65e
MM
138062001-02-04 Mark Mitchell <mark@codesourcery.com>
13807
13808 Remove V2 C++ library.
13809 * configure.in: Remove --enable-libstdcxx_v3 support.
13810
3b60dd8e
BM
138112001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13812
13813 * include/demangle.h: Add prototype for java_demangle_v3.
13814
42c0c80a
PE
138152001-01-29 Phil Edwards <pme@sources.redhat.com>
13816
13817 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13818
0be25992
RH
138192001-01-27 Richard Henderson <rth@redhat.com>
13820
13821 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13822
8a8de62d
MS
138232001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13824
13825 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13826 Don't unset, it's non-portable and no longer necessary, set to empty
13827 instead.
13828
92769744
MS
138292001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13830
13831 * ltconfig: Shell portability fix for the tagname validity check.
13832
88a1c0ab
AO
138332001-01-27 Alexandre Oliva <aoliva@redhat.com>
13834
13835 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13836 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13837
45291dd5
MS
138382001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13839
13840 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13841
1ace7e15
TT
138422001-01-26 Tom Tromey <tromey@redhat.com>
13843
13844 * configure.in: Allow libgcj to be built on Sparc Solaris.
13845
0ef8b11b
DE
138462001-01-25 David Edelsohn <edelsohn@gnu.org>
13847
13848 * ltcf-c.sh: Add aix5 case.
13849 * ltcf-cxx.sh: Likewise.
13850 * ltconfig: Likewise.
13851
0006091e
AO
138522001-01-24 Alexandre Oliva <aoliva@redhat.com>
13853
9bad11e1
AO
13854 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13855 keep at least one of build_libtool_libs or build_old_libs set to
13856 yes.
13857
0006091e
AO
13858 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13859 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13860
7c01b2b5
BM
138612001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13862
13863 * configure.in: Enable libgcj on several additional platforms.
13864
d340e0ac
BM
138652001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13866
13867 * configure.in: Enable libgcj for linux targets.
13868
5baf8c37
MS
138692001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13870
13871 * MAINTAINERS (Write After Approval): Add myself.
13872
10a0ba84
JDA
138732001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13874
13875 * MAINTAINERS: Add myself as vax port maintainer.
13876
357c6a4b
FH
138772001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13878
13879 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13880
6e2d9a7a
MS
138812001-01-09 Mike Stump <mrs@wrs.com>
13882
13883 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13884 failures of subdirectories.
13885
b6b14b1b 138862001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 13887
b6b14b1b 13888 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 13889 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
13890 * ltcf-cxx.sh: Likewise.
13891 * ltcf-gcj.sh: Likewise.
13892 * ltconfig.sh: Fix typo.
976b230d 13893
07109110
LB
138942001-01-02 Laurynas Biveinis <lauras@softhome.net>
13895
13896 * configure: handle DOS-style absolute paths.
13897
1da5b8fc
LB
138982001-01-02 Laurynas Biveinis <lauras@softhome.net>
13899
13900 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13901
4c2f5b4f
MM
139022000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13903
13904 * MAINTAINERS: Add myself as avr port co-maintainer.
13905
bc53668e
BE
139062000-12-28 Ben Elliston <bje@redhat.com>
13907
13908 * MAINTAINERS: Add myself under ``Write After Approval''.
13909
c387606f
JM
139102000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13911
13912 * texinfo: Remove directory from GCC.
13913
2cb5082c
JM
139142000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13915
13916 * COPYING: Update to current
13917 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13918 to 19yy as example year in copyright notice).
13919
cc330df9
BK
139202000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13921
6387a56e 13922 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
13923 (libstdcxx_incdir): Pass down.
13924 * config.if: Remove expired bits for cxx_interface, add stub.
13925 (libstdcxx_incdir): Add variable for g++ include directory.
13926 * configure.in (gxx_include_dir): Use it.
6387a56e 13927
4c6b2835
AO
139282000-12-18 Alexandre Oliva <aoliva@redhat.com>
13929
13930 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13931 with old-email address from ``Write After Approval''.
13932
3896f13e
AJ
139332000-12-15 Andreas Jaeger <aj@suse.de>
13934
13935 * configure.in: Handle lang_dirs.
13936
139372000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 13938
ad46e881
TT
13939 * MAINTAINERS: Removed brads.
13940
90a10418
TT
13941 * MAINTAINERS: Added gcj developers.
13942
41dfe3a2 139432000-12-13 Anthony Green <green@redhat.com>
6387a56e 13944
41dfe3a2 13945 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
13946 listed. Disable libgcj for x86 and Alpha Linux until compatible
13947 with g++ abi.
6387a56e 13948
e2f601da
MS
139492000-12-13 Mike Stump <mrs@wrs.com>
13950
13951 * Makefile.in (local-distclean): Also remove fastjar.
13952
70030c01
RB
139532000-12-12 Rodney Brown <RodneyBrown@mynd.com>
13954
13955 * contrib/gcc_update: Add fastjar --touch entries.
13956
2a50f859
AO
139572000-12-12 Alexandre Oliva <aoliva@redhat.com>
13958
13959 * configure.in: Disable language-specific target libraries for
13960 languages that aren't enabled.
13961
7743113b
AG
139622000-12-10 Anthony Green <green@redhat.com>
13963
13964 * configure.in: Define libgcj. Disable libgcj target libraries for
13965 most targets.
13966
92e061a6
NB
139672000-12-10 Neil Booth <neilb@earthling.net>
13968
13969 * MAINTAINERS: Update mail address, remove from WAA list.
13970
f34ff6d6
APB
139712000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13972
13973 * libjava: Imported from /cvs/java.
13974 * libffi: Likewise.
13975 * Boehm-gc: Likewise.
13976
d82a33c6
APB
139772000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13978
13979 * configure.in (target_libs): Revert 2000-12-08 patch.
13980 (noconfigdirs): Added target-libjava.
13981
e14f8e28
LB
139822000-12-09 Laurynas Biveinis <lauras@softhome.net>
13983
13984 * djunpack.bat: removed.
13985
fc26516b
LB
139862000-12-09 Laurynas Biveinis <lauras@softhome.net>
13987
13988 * Makefile.in: handle DOS-style absolute paths.
13989 * config-ml.in: likewise.
13990 * symlink-tree: likewise.
13991
bd8757b3
APB
139922000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13993
13994 * fastjar: Imported.
13995
81522a1f
APB
139962000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13997
13998 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13999 libjava.
14000 * configure.in (target_libs): Removed `target-libjava'.
14001
5db1f7ed
APB
140022000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14003
14004 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14005 (ALL_MODULES): Added fastjar.
14006 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14007 (all-target-libjava): all-fastjar replaces all-zip.
14008 (all-fastjar): Added.
14009 (configure-target-fastjar, all-target-fastjar): Likewise.
14010 * configure.in (host_tools): Added fastjar.
14011
5e59997c
MS
140122000-12-07 Mike Stump <mrs@wrs.com>
14013
14014 * Makefile.in (local-distclean): Remove leftover built files.
14015
0a534f40
NC
140162000-11-24 Nick Clifton <nickc@redhat.com>
14017
14018 * configure.in (xscale-elf): Add target.
14019 (xscale-coff): Add target.
14020
7686cadf
LR
140212000-11-22 Loren J. Rittle <ljrittle@acm.org>
14022
e490616e
ZW
14023 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14024 recent versions of FreeBSD (release 3 or later).
14025 * ltconfig: On FreeBSD, -lc must not be provided when building
14026 a shared library or else the standard -pthread gcc option is
14027 rendered worthless to later users of the built library.
7686cadf 14028
fff01699
FF
140292000-11-16 Fred Fish <fnf@be.com>
14030
14031 * configure.in (enable_libstdcxx_v3): Fix typo,
14032 libstd++ -> libstdc++.
14033
4dc16355
KL
140342000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14035
14036 * MAINTAINERS: Add self to Write After Approval list.
14037
bf6fc7b2
BS
140382000-11-21 Bernd Schmidt <bernds@redhat.com>
14039
14040 * MAINTAINERS: Update my email address. Add myself to global write
14041 privs list.
14042
ce8e06b1
AO
140432000-11-18 Alexandre Oliva <aoliva@redhat.com>
14044
6e2a4843
AO
14045 * Makefile.in: Merge with src and libgcj.
14046 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14047 configure-target-<library> when their configure scripts need the C
14048 or C++ library to have already been built to work properly.
14049 (do_proto_toplev): Set them to an empty string.
14050
ce8e06b1
AO
14051 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14052 (REALLY_SET_LIB_PATH): Use them.
14053
c003f378
SS
140542000-11-17 Stan Shebs <shebs@apple.com>
14055
14056 * MAINTAINERS: Add self to Write After Approval list.
14057
cc1e60ea
JM
140582000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14059
14060 * configure: Provide the original toplevel configure arguments
14061 (including $0) to subprocesses in the environment rather than
14062 through gcc/configargs.h.
14063
1173593d
JM
140642000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14065
14066 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14067 C99. Alphabetise "Write After Approval" list.
14068
520907ee
MM
140692000-11-12 Mark Mitchell <mark@codesourcery.com>
14070
34f6fbdb
MM
14071 * configure: Turn on libstdc++ V3 by default.
14072
520907ee
MM
14073 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14074 if we've got GCC.
14075
0bbd37ed
PB
140762000-11-11 Philip Blundell <philb@gnu.org>
14077
14078 * MAINTAINERS: Add self to Write After Approval list.
14079
7ca0e6d9
DE
140802000-11-09 David Edelsohn <edelsohn@gnu.org>
14081
14082 * ltcf-c.sh (aix4): Improve shared library configuration; require
14083 exporting symbols.
14084 * ltcf-cxx.sh (aix4): Define.
14085 * ltconfig (aix4): Define library and soname specs appropriate for
14086 AIX. Define command to create export symbols list.
14087
dce2d8b2 14088Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14089
14090 * config.sub: Add support for Sun Chorus
14091
fc05d516
NC
140922000-10-31 Nick Clifton <nickc@redhat.com>
14093
14094 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14095 <name>@redhat.com. Also installed new email address for Clint
14096 Popetz.
6387a56e 14097
90a0e73f
JM
140982000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14099
14100 * etc: Remove directory from GCC.
14101
a5e1b548
MM
141022000-10-16 Michael Meissner <meissner@redhat.com>
14103
14104 * configure (gcc/configargs.h): Only create if there is a build GCC
14105 directory created.
14106
6387a56e
EC
141072000-10-16 Matthias Klose <doko@debian.org>
14108
be1db873
MK
14109 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14110 when configured for libstdc++-v3.
14111
f5fa9a5b
PE
141122000-10-05 Phil Edwards <pme@gcc.gnu.org>
14113
14114 * configure: Save configure arguments to gcc/configargs.h.
14115
61a77fea
PT
141162000-10-04 Philipp Thomas <pthomas@suse.de>
14117
14118 * config.guess: Import CVS version 1.157.
14119 * config.sub: Import CVS version 1.181.
14120
3a4fee66
AP
141212000-10-04 Andris Pavenis <pavenis@latnet.lv>
14122
14123 * Makefile.in (bootstrap): avoid recursion if subdir missing
14124 (cross): ditto
14125 (do-proto-toplev): ditto
14126
3dd7094e
AO
141272000-09-30 Alexandre Oliva <aoliva@redhat.com>
14128
de710532
AO
14129 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14130 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14131
3dd7094e
AO
14132 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14133 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14134 all affected `configure' scripts.
14135
e592386f
NB
14136Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14137
14138 * MAINTAINERS: Add self as cpplib co-maintainer.
14139
fba54939
AH
141402000-09-24 Aldy Hernandez <aldyh@redhat.com>
14141
14142 * MAINTAINERS: Add self to Write After Approval list.
14143
2bd429f4
GP
141442000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14145
14146 * INSTALL/README: egcs -> GCC update.
14147
dce2d8b2 14148Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14149
14150 * MAINTAINERS: Add myself to Write After Approval list.
14151
d7ce9a83
KH
141522000-09-15 Kazu Hirata <kazu@hxi.com>
14153
14154 * MAINTAINERS: Add myself to Write After Approval list.
14155
18a53ffe
JL
14156Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14157
e490616e
ZW
14158 * configure.in: Do not build byacc for hppa64. Provide paths to the
14159 X11 libraries for hppa64.
18a53ffe 14160
f246ff23
SC
141612000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14162
14163 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14164
06298abd
AO
141652000-09-06 Alexandre Oliva <aoliva@redhat.com>
14166
4b92758a
AO
14167 * Makefile.in (all-zlib): Added dummy target.
14168
06298abd
AO
14169 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14170 ltcf-gcj.sh: Updated from libtool multi-language branch.
14171
4d73d07a
AO
141722000-09-05 Alexandre Oliva <aoliva@redhat.com>
14173
14174 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14175 (bootstrap*): Depend on all-bootstrap.
14176
05d52d78
PT
141772000-09-05 Philipp Thomas <pthomas@suse.de>
14178
14179 * config.guess: Import CVS version 1.156.
14180 * config.sub: Import CVS version 1.179.
14181
3c809ba4
AG
141822000-09-02 Anthony Green <green@cygnus.com>
14183
14184 * Makefile.in (all-gcc): Depend on all-zlib.
14185 (CLEAN_MODULES): Add clean-zlib.
14186 (ALL_MODULES): Add all-zlib.
14187 * configure.in (host_libs): Add zlib.
14188
10ad78a0 141892000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14190
14191 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14192 crosses, but add gcc/include to the header search path for them.
14193
b36a9ce3
DB
141942000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14195
14196 * MAINTAINERS: Add self to Write After Approval list.
14197
cb011248
FS
141982000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14199
14200 * config.guess: Import CVS version 1.152.
14201 * config.sub: Import CVS version 1.177.
14202
db310af0
AO
142032000-08-25 Alexandre Oliva <aoliva@redhat.com>
14204
7965440a
AO
14205 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14206 $targargs to tell whether newlib is going to be built.
14207
db310af0
AO
14208 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14209 $$r/TARGET_SUBDIR/libio for _G_config.h.
14210
e7977565
AO
142112000-08-23 Alexandre Oliva <aoliva@redhat.com>
14212
14213 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14214
126bb9ed
DD
142152000-08-22 DJ Delorie <dj@redhat.com>
14216
14217 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14218
5b0e9d29
AO
142192000-08-22 Alexandre Oliva <aoliva@redhat.com>
14220
14221 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14222 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14223 sub-configures.
14224
4f3e904e
DD
142252000-08-21 DJ Delorie <dj@redhat.com>
14226
14227 * MAINTAINERS: Add self as a libiberty maintainer
14228
c9635443
AO
142292000-08-16 Alexandre Oliva <aoliva@redhat.com>
14230
14231 * configure.in (libstdcxx_flags): Use
14232 libstdc++-v3/src/libstdc++.INC.
14233
8b2100ba
AO
142342000-08-15 Alexandre Oliva <aoliva@redhat.com>
14235
14236 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14237
57119aa9
ZW
142382000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14239
eeb943b0
ZW
14240 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14241
6387a56e 14242 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14243 explicit. Substitute enable_threads into generated Makefiles.
14244 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14245 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14246
acffa7c4
GK
142472000-08-13 Geoff Keating <geoffk@cygnus.com>
14248
14249 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14250
808d8c41
AO
142512000-08-12 Alexandre Oliva <aoliva@redhat.com>
14252
14253 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14254 previous delta.
14255
1fc8c51c 142562000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14257
1fc8c51c
JM
14258 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14259 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14260 (FLAGS_FOR_TARGET): Not here.
14261 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14262
25698887
AO
142632000-08-11 Alexandre Oliva <aoliva@redhat.com>
14264
14265 * config-ml.in (CC, CXX): Don't introduce a leading space.
14266
10120687
DD
142672000-08-07 DJ Delorie <dj@delorie.com>
14268
14269 * MAINTAINERS: Add self as a DJGPP maintainer
14270
15c758e9
DD
142712000-08-07 DJ Delorie <dj@redhat.com>
14272
14273 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14274 "if we're also building gcc, and it's a gcc that will run on the
14275 build machine, we want to use its includes instead of the system's
14276 default includes".
14277
2d0de245
JM
142782000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14279
14280 * MAINTAINERS: Add self to Write After Approval list.
14281
e81b330a
AO
142822000-08-03 Alexandre Oliva <aoliva@redhat.com>
14283
83440c1e
AO
14284 * configure.in (libstdcxx_flags): Don't use `"'.
14285
e81b330a
AO
14286 * config-ml.in: Adjust multilib search paths to the
14287 appropriate multilib tree.
14288
cf95c847
AO
142892000-08-02 Alexandre Oliva <aoliva@redhat.com>
14290
14291 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14292 commas in $LANGUAGES.
14293
9e9af119
MH
142942000-08-02 Manfred Hollstein <manfredh@redhat.com>
14295
14296 * configure.in: Re-enable all references to libg++ and librx.
14297
606ce391
AO
142982000-08-01 Alexandre Oliva <aoliva@redhat.com>
14299
89820b43
AO
14300 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14301 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14302 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14303 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14304
606ce391
AO
14305 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14306
04179d4a
AO
143072000-07-31 Alexandre Oliva <aoliva@redhat.com>
14308
14309 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14310 CXX_FOR_TARGET for sed.
14311
d4eb109c
AO
143122000-07-30 Alexandre Oliva <aoliva@redhat.com>
14313
14314 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14315 Do not override if already set in the environment or in configure.
14316 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14317 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14318
4f4caf92
AO
143192000-07-28 Alexandre Oliva <aoliva@redhat.com>
14320
14321 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14322 the libtool CVS tree multi-language branch.
14323 * ltconfig, ltmain.sh: Updated.
6387a56e 14324
b87487b6
AO
143252000-07-27 Alexandre Oliva <aoliva@redhat.com>
14326
1670d1ea
AO
14327 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14328 (clean-target): Depend on it.
14329
b87487b6
AO
14330 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14331 (GCC_FOR_TARGET): Use it.
14332 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14333 * configure.in: ... here.
14334 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14335 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14336
4e81ae98
EC
143372000-07-24 Eric Christopher <echristo@cygnus.com>
14338
14339 * MAINTAINERS: Add self to Write After Approval list.
14340
059ae32c
AO
143412000-07-24 Alexandre Oliva <aoliva@redhat.com>
14342
5b28edd4
AO
14343 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14344 (configure-target-libchill, configure-target-libobjc): Likewise.
14345
059ae32c
AO
14346 * configure.in: Use the same cache file for all target libs.
14347 * config-ml.in: But different cache files per multilib variant.
14348
1adcd149
MS
143492000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14350
14351 * configure (topsrcdir): Don't use dirname.
14352
2d573dff
JO
143532000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14354
14355 * MAINTAINERS: Add self to Write After Approval list.
14356
d207ebef
JM
143572000-07-20 Jason Merrill <jason@redhat.com>
14358
14359 * configure.in: Remove all references to libg++ and librx.
14360
14361 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14362
143632000-07-20 Hans-Peter Nilsson <hp@axis.com>
14364
14365 * config.sub: Update to subversions version 2000-07-06.
14366
7b7792d5
AH
143672000-07-12 Andrew Haley <aph@cygnus.com>
14368
14369 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14370 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14371
3abaac67
PE
143722000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14373
14374 * symlink-tree: Check number of arguments.
14375
34be2b36
JW
143762000-07-05 Jim Wilson <wilson@cygnus.com>
14377
14378 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14379 search path for a g++ extracted from the build tree. This
14380 will allow link tests run by configure scripts in
14381 subdirectories to succeed.
14382
d207ebef
JM
143832000-07-01 Koundinya K <kk@ddeorg.soft.net>
14384
e490616e 14385 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 14386
0900331b
MH
143872000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14388
14389 * MAINTAINERS: Add myself as loop discovery maintainer.
14390
d207ebef
JM
143912000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14392
14393 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14394 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14395
143962000-06-19 Timothy Wall <twall@cygnus.com>
14397
14398 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14399 * config.sub: Add tic54x target.
14400
11a27a76
TM
14401Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14402
14403 * MAINTAINERS: Add self as Fortran maintainer,
14404 remove Craig Burley.
14405
d207ebef 14406Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 14407
d207ebef
JM
14408 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14409 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 14410
7758b73f
PT
14411Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
14412
14413 * MAINTAINERS: Add self as i18n maintainer
14414
d207ebef
JM
1441520000-05-21 H.J. Lu (hjl@gnu.org)
14416
e490616e
ZW
14417 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14418 directory are used if they exist. Make sure
14419 $(build_tooldir)/include is searched for header files,
14420 $(build_tooldir)/lib/ for library files.
d207ebef 14421 (GCC_FOR_TARGET): Likewise.
e490616e 14422 (CXX_FOR_TARGET): Likewise.
d207ebef 14423
bae29210
JL
14424Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
14425
14426 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14427
d207ebef 14428Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
14429
14430 * Makefile.in (configure-target-libiberty): Depend on
14431 configure-target-newlib.
14432
aab0d19d
AO
144332000-05-16 Alexandre Oliva <aoliva@cygnus.com>
14434
14435 * configure.in, Makefile.in: Merge all libffi-related
14436 configury stuff from the libgcj tree.
14437
d207ebef
JM
14438Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
14439
14440 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14441 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14442
14443Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
14444
14445 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14446 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 14447 current version information. Add to proto-toplev directory.
d207ebef
JM
14448 (gdb-taz): Build do-djunpack.
14449
758c7bd4
DE
144502000-05-15 David Edelsohn <edelsohn@gnu.org>
14451
14452 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14453
1888228d
AC
14454Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
14455
14456 * MAINTAINERS: Add self to Write After Approval list.
14457
d207ebef
JM
144582000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14459
14460 * ltmain.sh: Preserve in relink_command any environment
14461 variables that may affect the linker behavior.
14462
2d7cc2fe
JL
14463Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
14464
d207ebef
JM
14465 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14466
14467Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
14468
14469 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14470
144712000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14472
14473 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 14474 with the version name.
2d7cc2fe 14475
ee455968
JE
14476Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
14477
14478 * MAINTAINERS: Add self as bb-reorder maintainer.
14479
73b97e5c
BK
144802000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
14481
14482 * config.if: Tweak.
14483
d207ebef
JM
144842000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
14485
14486 * djunpack.bat: New file.
14487
14488Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
14489
14490 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
14491 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14492 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14493 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 14494
954869eb
DP
144952000-04-16 Dave Pitts <dpitts@cozx.com>
14496
e490616e
ZW
14497 * config.sub (case $basic_machine): Change default for "ibm-*"
14498 to "openedition".
954869eb 14499
eaabe541
AJ
145002000-04-13 Andreas Jaeger <aj@suse.de>
14501
14502 * MAINTAINERS: Added myself.
14503
d207ebef
JM
14504Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
14505
14506 * Makefile.in (gdb-taz): New target. GDB specific archive.
14507 (do-md5sum): New target.
14508 (MD5PROG): Define.
14509 (PACKAGE): Default to TOOL.
14510 (VER): Default to a shell script.
14511 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 14512 md5 checksum generation.
d207ebef
JM
14513 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14514 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14515 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 14516 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
14517
14518Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14519
14520 * configure (warn_cflags): Delete.
14521
0ea6d60c
PDM
14522Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14523
14524 * MAINTAINERS: Added myself.
14525
17090313 145262000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 14527 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 14528
e490616e
ZW
14529 * configure.in (enable_libstdcxx_v3): Add.
14530 (target_libs): Add bits here to switch between libstdc++-v2 and
14531 libstdc++-v3.
14532 * config.if: And this file too.
14533 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 14534
76b78517
MM
145352000-04-05 Michael Meissner <meissner@redhat.com>
14536
14537 * config.sub (d30v): Add d30v as a basic machine type.
14538
ad242caf
JM
145392000-03-29 Jason Merrill <jason@casey.cygnus.com>
14540
14541 * configure.in: -linux-gnu*, not -linux-gnu.
14542
d4537148
TM
14543Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14544
14545 * MAINTAINERS: Add self in write-after-approval section.
14546
f152e9d4
JW
14547Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14548
14549 * MAINTAINERS: Add self as ia64 port maintainer.
14550
6a5fcef1
NB
145512000-03-08 Neil Booth <NeilB@earthling.net>
14552
14553 * MAINTAINERS: Add self in write-after-approval section.
14554
d207ebef 14555Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 14556
d207ebef
JM
14557 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14558 (do-tar-bz2): Replace TOOL with PACKAGE.
14559 (gdb.tar.bz2): Remove GDBTK from GDB package.
14560 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 14561 dejagnu.tar.bz2): New packages.
d207ebef
JM
14562
145632000-02-27 Andreas Jaeger <aj@suse.de>
14564
14565 * configure.in: Add entry for mips*-*-linux*, move catch all
14566 *-*-*linux* entry below this one.
14567
145682000-02-27 Ian Lance Taylor <ian@zembu.com>
14569
14570 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 14571
521fe9d0
NC
145722000-02-24 Nick Clifton <nickc@cygnus.com>
14573
14574 * config.sub: Support an OS of "wince".
14575
d207ebef
JM
14576Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14577
14578 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 14579 version.
d207ebef 14580
dce2d8b2 145812000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
14582
14583 * config.sub: Add support for Linux/IBM 370.
14584 * configure.in: Likewise.
14585
3a685f6f
NC
145862000-02-22 Nick Clifton <nickc@cygnus.com>
14587
14588 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14589
dce2d8b2 145902000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 14591
d207ebef 14592 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 14593
4746ee26
KG
145942000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14595
14596 * configure (gcc_version): When setting, narrow search to
14597 lines containing `version_string'.
14598
ba96c72d
DC
145992000-02-15 Denis Chertykov <denisc@overta.ru>
14600
14601 * config.sub: Add support for avr target.
14602
77f16a66
NC
146032000-02-14 Nick Clifton <nickc@cygnus.com>
14604
14605 * MAINTAINERS: Add maintainers for MCore port.
14606
784a3a80
HPN
14607Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14608
14609 * config.sub: Add mmix-knuth-mmixware.
14610
719dd4fa
KG
146112000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14612
14613 * MAINTAINERS: Pair cccp with cpplib maintainership.
14614
dce2d8b2 146152000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
14616
14617 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14618 structure stuff to -L library search.
14619 (CXX_FOR_TARGET): Ditto.
14620 (CROSS_CHECK_MODULES): Fix spelling mistake.
14621
7a53e94b
MM
146222000-01-24 Mark Mitchell <mark@codesourcery.com>
14623
14624 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14625 the C++ compiler.
14626
0da3b5a7
RH
146272000-01-12 Richard Henderson <rth@cygnus.com>
14628
14629 * configure.in: Don't build some bits for beos.
14630
02368d6d
JS
146312000-01-12 Joel Sherrill (joel@OARcorp.com)
14632
14633 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14634 as include files.
14635
2e76d35c
ZW
146362000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14637
14638 * Add self as cpplib maintainer, as requested by Jason
14639 Merrill. Correct my e-mail address.
14640
4c25fdcf
GK
146412000-01-06 Geoff Keating <geoffk@cygnus.com>
14642
14643 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14644 not mh-aix43.
14645
188e3966
HPN
14646Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14647
14648 * MAINTAINERS: Add myself to "write after approval" list.
14649
c2f5d030
RH
146501999-12-14 Richard Henderson <rth@cygnus.com>
14651
14652 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14653 * config.sub: Accept alphaev[78], alphaev8.
14654
eeda916a
AO
146551999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14656
14657 * config.guess, config.sub: Update from autoconf.
14658
b3bd7820
BK
146591999-11-29 Bruce Korb <autogen@linuxbox.com>
14660
2c290989 14661 * MAINTAINERS: update my playtime e-address.
b3bd7820 14662
1882b2b1
RO
14663Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14664
14665 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14666 necessary libraries are missing.
14667
dce2d8b2 14668Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
14669
14670 * MAINTAINERS: Add new 'write after approval' maintainer.
14671
1e25de97
APB
14672Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14673
14674 * MAINTAINERS: Add new Java maintainer.
14675
1722c704
AS
146761999-10-25 Andreas Schwab <schwab@suse.de>
14677
14678 * configure: Fix quoting inside arguments of eval.
14679
8141abe8
NC
146801999-10-21 Nick Clifton <nickc@cygnus.com>
14681
14682 * config-ml.in: Allow suppression of some ARM multilibs.
14683
0b77644a
LV
14684Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14685
14686 * config.guess: Add OS/390 match pattern.
14687 * config.sub: Add mvs, openedition targets.
14688 * configure.in (i370-ibm-opened*): New.
14689
d207ebef
JM
146901999-09-04 Steve Chamberlain <sac@pobox.com>
14691
14692 * config.sub: Add support for configuring for pj.
14693
146941999-08-31 Nick Clifton <nickc@cygnus.com>
14695
14696 * config.sub (maybe_os): Add support for configuring for fr30.
14697
af13ebe9
NC
146981999-08-25 Nick Clifton <nickc@cygnus.com>
14699
14700 * configure.in: Do not configure or build ld for AIX
14701 platforms. ld is known to be broken on these platforms.
14702
1250c760
RO
14703Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14704
14705 * config-ml.in: Pass compiler flag corresponding to multidirs to
14706 subdir configures.
14707
d207ebef
JM
147081999-08-09 Ian Lance Taylor <ian@zembu.com>
14709
14710 * Makefile.in (LDFLAGS): Define.
14711
147121999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14713
14714 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14715 noconfigdirs.
14716 (*-*-cygwin*): Likewise.
14717
147181999-08-08 Ian Lance Taylor <ian@zembu.com>
14719
14720 * mkdep: New file.
14721 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14722 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14723
14724 From Eli Zaretskii <eliz@is.elta.co.il>:
14725 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14726 long file name when using DJGPP on MS-DOS.
14727
dbd83e11
JL
14728Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14729
14730 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14731
d207ebef
JM
147321999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14733
14734 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14735 dependency as this causes "make check" to globally "make all"
14736
cd1f4c2c
TT
14737Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14738
14739 * configure.in (target_libs): Added target-zlib.
14740 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14741 (CONFIGURE_TARGET_MODULES): Likewise.
14742 (CHECK_TARGET_MODULES): Likewise.
14743 (INSTALL_TARGET_MODULES): Likewise.
14744 (CLEAN_TARGET_MODULES): Likewise.
14745 (configure-target-zlib): New target.
14746 (all-target-zlib): Likewise.
14747 (all-target-libjava): Depend on all-target-zlib.
14748 (configure-target-libjava): Depend on configure-target-zlib.
14749
14750 * Makefile.in (configure-target-libjava): Depend on
14751 configure-target-newlib.
14752 (configure-target-boehm-gc): New target.
14753 (configure-target-qthreads): New target.
14754
e490616e
ZW
14755 * configure.in (target_libs): Added target-qthreads.
14756 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14757 (CONFIGURE_TARGET_MODULES): Likewise.
14758 (CHECK_TARGET_MODULES): Likewise.
14759 (INSTALL_TARGET_MODULES): Likewise.
14760 (CLEAN_TARGET_MODULES): Likewise.
14761 (all-target-qthreads): New target.
14762 (configure-target-libjava): Depend on configure-target-qthreads.
14763 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
14764
14765 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14766 (CONFIGURE_TARGET_MODULES): Likewise.
14767 (CHECK_TARGET_MODULES): Likewise.
14768 (INSTALL_TARGET_MODULES): Likewise.
14769 (CLEAN_TARGET_MODULES): Likewise.
14770 (all-target-libjava): New target.
14771 (all-target-boehm-gc): Likewise.
14772 * configure.in (target_libs): Added libjava, boehm-gc.
14773
d207ebef
JM
147741999-07-22 Ian Lance Taylor <ian@zembu.com>
14775
14776 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14777 configure.bat in SUPPORT_FILES.
14778 (gas+binutils.tar.bz2): Likewise.
14779
14780 * makeall.bat: Remove; obsolete.
14781
147821999-07-21 Ian Lance Taylor <ian@zembu.com>
14783
14784 From Mark Elbrecht:
14785 * configure.bat: Remove; obsolete.
14786
147871999-07-11 Ian Lance Taylor <ian@zembu.com>
14788
14789 * configure: Add -W -Wall to the default CFLAGS when compiling with
14790 gcc.
14791
14792Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14793
14794 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14795
147961999-06-30 Mark Mitchell <mark@codesourcery.com>
14797
14798 * configure.in: Build ld on IRIX6.
14799
148001999-06-12 Ian Lance Taylor <ian@zembu.com>
14801
14802 * Makefile.in: Change distribution targets to use bzip2 instead of
14803 gzip.
14804 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14805 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14806
148071999-06-04 Nick Clifton <nickc@cygnus.com>
14808
14809 * config.sub: Add mcore target.
14810
26d088fa
CD
14811Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14812
14813 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14814
c2c08b29
L
14815Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14816
14817 * config.guess (dummy): Changed to $dummy.
14818
671d0648
NC
148191999-05-24 Nick Clifton <nickc@cygnus.com>
14820
14821 * config.sub: Tidied up case statements.
14822
b1345c72
BE
148231999-05-22 Ben Elliston <bje@cygnus.com>
14824
51ccbd8d
BE
14825 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14826 <jiro@din.or.jp>.
14827
b1345c72
BE
14828 * config.guess: Merge with FSF version. Future changes will be
14829 more accurately recorded in this ChangeLog.
14830 * config.sub: Likewise.
14831
2caf864f
SM
14832Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14833
14834 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14835
d207ebef
JM
148361999-04-30 Tom Tromey <tromey@cygnus.com>
14837
14838 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14839
90fb0c24
TT
148401999-04-23 Tom Tromey <tromey@cygnus.com>
14841
14842 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14843
d207ebef
JM
148441999-04-20 Drew Moseley <dmoseley@cygnus.com>
14845
14846 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14847 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14848 Bad merge removed these two changes.
14849
3516940d 14850Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 14851 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
14852
14853 * config.guess (interix Alpha): Add.
14854
d207ebef
JM
148551999-04-11 Richard Henderson <rth@cygnus.com>
14856
14857 * configure.in (i?86-*-beos*): Do config gperf; don't config
14858 gdb, newlib, or libgloss.
14859
e891fbfe 14860Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 14861
e891fbfe
AO
14862 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14863 link a trivial program with -mabi=64. If it fails, remove mabi=64
14864 from multidirs.
14865
f9ae47d6
PT
14866Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14867
14868 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14869
d207ebef
JM
148701999-04-08 Nick Clifton <nickc@cygnus.com>
14871
14872 * config.sub: Add support for mcore targets.
14873
148741999-04-07 Michael Meissner <meissner@cygnus.com>
14875
14876 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14877 not mt-ospace, in order to shut up assembler warning about using
14878 symbols that are named the same as registers.
14879
148801999-04-07 Drew Moseley <dmoseley@cygnus.com>
14881
14882 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14883 dependency list for all-target-cygmon.
14884
148851999-04-05 Doug Evans <devans@casey.cygnus.com>
14886
14887 * config-ml.in: Check $host, not $target, for selective multilibs.
14888 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14889 thumb interworking, and underscore prefix multilibs.
14890
148911999-04-04 Ian Lance Taylor <ian@zembu.com>
14892
14893 * missing: Update to version from current automake.
14894
88101ab9
L
14895Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14896
14897 * configure (gxx_include_dir): Removed.
14898
14899 * configure.in (gxx_include_dir): Handle it.
14900 * Makefile.in: Likewise.
14901
d207ebef
JM
149021999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14903
14904 * config.sub (mips64vr4111,mips64vr4111el) Add.
14905
149061999-03-21 Ben Elliston <bje@cygnus.com>
14907
e490616e 14908 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 14909
8dc91cbe
ME
14910Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14911
8dc91cbe
ME
14912 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14913 config/mh-djgpp.
14914
d207ebef
JM
14915Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14916
14917 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14918 all-target-newlib to dependency list for all-target-bsp.
14919
926bb5ed
MK
14920Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14921
14922 * config.sub: Add i386-uwin support.
14923 * config.guess: Likewise.
14924
4a6e3000
FS
14925Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14926
14927 * configure.in: cleanup, add mh-*pic handling for arm, special
14928 case powerpc*-*-aix*
14929
d207ebef
JM
14930Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14931
14932 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14933 can be built.
14934
14935Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14936
14937 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 14938 targets.
d207ebef 14939
71c91078
NC
149401999-03-02 Nick Clifton <nickc@cygnus.com>
14941
14942 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14943
282e5df8
GN
14944Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14945
14946 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14947
1de558ee
NC
149481999-02-24 Nick Clifton <nickc@cygnus.com>
14949
14950 * config.sub: Fix typo in arm recognition.
14951
d207ebef
JM
14952Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
14953
14954 * configure.in (noconfigdirs): Changed target_configdirs to
14955 include target-bsp only for m68k-*-elf* and m68k-*-coff*
14956 rather than m68k-*-* since it is not known to work on
14957 m68k-aout. Ditto for arm-*-*oabi.
14958
14959Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
14960
14961 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
14962
149631999-02-19 Ben Elliston <bje@cygnus.com>
14964
14965 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14966 Smart and improved by Andrew Cagney.
14967
fab7445a
ME
14968Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
14969
14970 * config.guess: Recognize openbsd-*-hppa.
14971
8ccdc228
L
14972Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
14973
14974 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14975 only if it is not empty.
14976
3b7265ff
NC
149771999-02-17 Nick Clifton <nickc@cygnus.com>
14978
14979 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 14980
d207ebef 14981 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
14982
14983 * config.sub: Modified to recognize uname's armv* syntax.
14984
d207ebef
JM
149851999-02-17 Mark Salter <msalter@cygnus.com>
14986
14987 * configure.in: Added target-bsp for sparclite.
14988
14989Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
14990
14991 * config.sub: Recognize alphapca5[67] and up to alphaev8.
14992
149931999-02-08 Nick Clifton <nickc@cygnus.com>
14994
14995 * configure.in: Add support for strongarm port.
14996 * config.sub: Add support for strongarm target.
14997
c48dd3f5 14998Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 14999
c48dd3f5
MK
15000 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15001 the old name config/mh-cygwin32.
15002 Enable texinfo.
15003
d207ebef
JM
15004Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15005
15006 * configure.in: Do build ld for ix86 Solaris.
15007
ecd62820
JW
15008Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15009
15010 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15011 $AR_FOR_TARGET. Likewise for RANLIB.
15012
bbd8fa7f 15013Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 15014
e490616e
ZW
15015 * config.sub (oabi): Recognize.
15016 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 15017
0397442c
RL
15018Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15019
15020 * config.guess: Improve detection of i686 on UnixWare 7.
15021
c9ffaa63
MK
15022Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15023
15024 * config.guess: Add support for i386-pc-interix.
15025 * config.sub: Likewise.
15026 * configure.in: Likewise.
c9ffaa63 15027
d207ebef
JM
15028Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15029
15030 * Makefile.in: Remove unneeded all-target-libio from
15031 from all-target-winsup target since it is now unneeded.
15032 Add all-target-libtermcap in its place since it is now
15033 needed.
15034
15035Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15036
15037 * configure.in: makefile stub for cygwin target is probably
15038 unnecessary. Remove it for now.
d207ebef
JM
15039
15040Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15041
15042 * configure.in: libtermcap.a should be built when cygwin is the
15043 target as well as the host.
15044 * config.guess: Allow mixed case in cygwin uname output.
15045 * Makefile.in: Add libtermcap target.
d207ebef 15046
ebe12325
JL
15047Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15048
15049 * config.sub: Clean up handling of hppa2.0.
15050
57057b67
RB
15051Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15052
15053 * config.guess: Use C code to identify more HP machines.
15054
f8670be1
JL
15055Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15056
15057 * config.sub: Handle hppa2.0.
15058
d207ebef
JM
15059Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15060
15061 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 15062 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
15063
150641998-12-15 Mark Salter <msalter@cygnus.com>
15065
15066 * configure.in: Added target-bsp for several target architectures.
15067
15068 * Makefile.in: Added rules for bsp.
15069
d1a09590
JL
15070Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15071
15072 * config.guess: Improve detection of hppa2.0 processors.
15073
15074Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15075
15076 * config.guess: Recognize FreeBSD using ELF automatically.
15077
71205e0b
MH
150781998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15079
15080 * configure (skip-this-dir): Add handling for new shell script, which
15081 might be created by a sub-directory's configure to indicate, this particular
15082 directory is "unwanted".
15083 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15084
d207ebef
JM
15085Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15086
15087 * ltconfig: import from libtool, after changing libtool to
15088 account for the cygwin name change.
15089
15090Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15091
15092 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15093 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15094
15095Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15096
15097 * configure.in: Add libtermcap to list of cygwin dependencies.
15098
15099Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15100
e490616e
ZW
15101 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15102 they include winsup/include when it's a cygwin target.
d207ebef
JM
15103
151041998-11-12 Tom Tromey <tromey@cygnus.com>
15105
15106 * configure.in (host_tools): Added zip.
15107 * Makefile.in (all-target-libjava): Depend on all-zip.
15108 (all-zip): New target.
15109 (ALL_MODULES): Added all-zip.
15110 (NATIVE_CHECK_MODULES): Added check-zip.
15111 (INSTALL_MODULES): Added install-zip.
15112 (CLEAN_MODULES): Added clean-zip.
15113
15114Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15115
15116 * Makefile.in: lose "32" from comment about cygwin.
15117
15118Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15119
15120 * configure.in: Use -Os to build target libraries for the fr30.
15121
15122Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15123
15124 * config.sub: Add fr30.
15125
15126Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15127
e490616e 15128 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15129 cygwin* instead of cygwin32*.
15130 * config.sub: Check cygwin* instead of cygwin32*.
15131
d2ec8b39
RL
15132Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15133
15134 * config.guess: Match any version of Unixware7.
15135
d207ebef
JM
151361998-10-20 Syd Polk <spolk@cygnus.com>
15137
15138 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15139 if desired.
15140
35cd2565
JL
15141Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15142
15143 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15144 these if the appropriate directories and files to not exist.
15145
52d4e5b7
JL
15146Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15147
15148 * Makefile.in (DEVO_SUPPORT): Add config.if.
15149
38ada91e
MH
15150Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15151
15152 * configure: Add pattern to replace "build_tooldir"'s
15153 definition in the generated Makefile with "tooldir"'s
15154 actual value.
15155
e44e84da
JL
15156Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15157
56a8387f
JL
15158 * config.sub: Bring back lost sparcv9.
15159
e44e84da
JL
15160 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15161
5cb95c7a
JL
15162Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15163
15164 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15165 CC_FOR_TARGET and friends.
15166
15167Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15168
ceff9b14
AO
15169 * Makefile.in (build_tooldir): New variable, same as tooldir.
15170 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15171 -B$(build_tooldir)/bin/.
15172 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15173
f2d11dcd
GP
15174Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15175
15176 * README: Remove installation instructions and refer to the
15177 INSTALL directory instead.
15178
73a6d2e7 15179Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15180
73a6d2e7
RL
15181 * config.sub: Add support for i[34567]86-pc-udk.
15182 * configure.in: Likewise.
15183
5d4a5ee6
JL
15184Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15185
15186 * Makefile.in: add bzip2 package building bits for user
15187 tools module
15188 * configure.in: ditto
15189
6fc19d6d
JL
15190Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15191
15192 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15193 (ALL_TARGET_MODULES): Add all-target-libobjc.
15194 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15195 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15196 (all-target-libchill): Add dependencies.
15197 * configure.in (target_libs): Add libchill.
4e81ae98 15198
f653f0ab
MH
151991998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15200
15201 * configure.in (target_subdir): Remove duplicate line.
15202
5d4a5ee6
JL
15203Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15204
15205 * Makefile.in (all-automake): fix dependencies.
15206
494933e4
JL
15207Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15208
15209 * configure.in: Minor cleanups for building in the $(target_alias)
15210 subdir.
15211
f6b58262
JW
152121998-09-22 Jim Wilson <wilson@cygnus.com>
15213
15214 * Makefile.in (bootstrap): Set r and s before make all. Use
15215 BASE_FLAGS_TO_PASS in make all.
15216 (cross): Likewise.
15217
27c7a08d
MM
152181998-09-20 Mark Mitchell <mark@markmitchell.com>
15219
15220 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15221
e67afd1e
RH
15222Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15223
15224 * config.sub: Fix typo in last change.
15225
8e44ac71
MH
152261998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15227
15228 * config.sub: Add support for C4x target.
15229 * configure.in: Likewise.
15230
d7496fbb
DM
152311998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15232
15233 * config.sub: Recognize sparcv9 just like sparc64.
15234
22097bd1
RL
15235Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15236
15237 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15238
4b877abd
JL
15239Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15240
2c8ec9a2
JL
15241 * config.guess: Correctly identify Pentium II sco boxes.
15242
4b877abd
JL
15243 * config.guess: Fix "tr" code. From Weiwen Liu.
15244
ab03db52
JH
15245Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15246
15247 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15248 stabs.
15249
b54db294
JL
15250Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15251
15252 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15253 (ALL_TARGET_MODULES): Add all-target-libchill.
15254 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15255 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15256 (all-target-libchill): Add dependencies.
15257 * configure.in (target_libs): Add libchill.
15258
bf48dd73
LW
15259Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15260
15261 * config.guess: Avoid assumptions about "tr" behaves when
15262 LANG is set to something other than English.
15263
a3cbd105
L
15264Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15265
15266 * configure (gxx_include_dir): Changed to
15267 '${prefix}/include/g++'-${libstdcxx_interface}.
15268
15269 * config.if: New to determine the interfaces.
15270
c4acd909
MK
15271Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15272
15273 * config.guess: Detect and handle MPE/IX.
15274 * config.sub: Deal with MPE/IX.
15275
9ea97665
DE
15276Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15277
15278 * configure.in: Use mh-aix43.
15279
0ce065bd
MH
152801998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15281
15282 * configure: Fix --without/--disable cases for gxx-include-dir.
15283
5d4a5ee6
JL
15284Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15285
15286 * mdata-sh: Imported. Needed for automake support.
15287
15288Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15289
15290 * Makefile.in (taz): Try "chmod -R og=u ." before
15291 "chmod og=u `find . -print`".
15292
15293Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15294
15295 * configure.in: Add arm-elf and thumb-elf support.
15296
15297Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15298
15299 * Makefile.in: Undo previous patch.
15300
15301Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15302
15303 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15304 to here ...
15305 (install-no-fixedincludes): and here
15306 (INSTALL_MODULES): ... from here.
15307
466456d9
ILT
15308Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15309
15310 * config.sub: Merge with FSF.
15311
1b409d25
ILT
15312 * config.guess: Merge with FSF.
15313
d207ebef
JM
15314Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15315
15316 * configure (extraconfigdirs): New variable.
15317 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15318 * Makefile.in (all): Move higher in file.
15319 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15320 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15321 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15322 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15323 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15324
153251998-07-23 Brendan Kehoe <brendan@cygnus.com>
15326
15327 * Makefile.in (all-target-libjava): Depend on all-gcc and
15328 all-target-newlib.
15329 (configure-target-libjava): Depend on $(ALL_GCC).
15330
7f1937c1
RL
15331Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15332
15333 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15334 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15335
2ada2bd6
ML
15336Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15337
15338 * INSTALL/README: Fix typo.
15339
1e025bde
ML
15340Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15341
5d4a5ee6
JL
15342 * ylwrap: Change absolute path checks to check for DOS style path
15343 names.
1e025bde 15344
5d4a5ee6
JL
15345 * ylwrap: Don't use a full path name if the source file is in the
15346 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 15347
6755ff73
ILT
15348 * config-ml.in: Default to being verbose, to match Feb 18 change to
15349 configure.
15350
5d4a5ee6
JL
15351Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15352
15353 Brought over from egcs:
15354
15355 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15356
15357 * configure.in (target_subdir): Set to ${target_alias} instead
15358 of "libraries".
15359
15360 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15361
15362 * configure.in (target_subdir): Set to libraries if enable_multilib.
15363
15364Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15365
15366 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15367 multilibs, force reconfiguration the first time we create
15368 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15369
15370Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15371
15372 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15373 avoid confusion with --no-recursion.
15374
15375Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15376
15377 * configure.in: Win32 hosts shouldn't use install -x
15378 * install-sh: remove -x option, and special .exe-handling
15379 hack.
15380
d207ebef
JM
15381Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15382
15383 * config.guess: Recognize i586-pc-beos.
15384 * configure.in: Don't build some bits for beos.
15385
fbd836fc
ILT
15386Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15387
5d4a5ee6
JL
15388 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15389 CFLAGS default to -O2.
15390
fbd836fc
ILT
15391 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15392 when using GNU ld.
15393
15394Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15395
15396 * ltmain.sh: Correct install when using a different shell.
15397
15398Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
15399
15400 * ltconfig, ltmain.sh: Update to libtool 1.2b.
15401
d207ebef
JM
15402Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
15403
15404 * makefile.vms: Update to build binutils/makefile.vms. Add install
15405 target.
fbd836fc
ILT
15406
15407Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
15408
15409 * ltconfig: Update to correct AIX handling.
15410
69b471bc
JL
15411Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15412
81241b5e
JL
15413 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15414
69b471bc
JL
15415 * configure.in (target_subdir): Set to ${target_alias} instead
15416 of "libraries".
15417
bedf82df
MH
154181998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
15419
15420 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15421 (Makefile): Depend on $(gcc_version_trigger).
15422
15423 * configure (gcc_version): Change default initializer to empty
15424 string.
15425 (gcc_version_trigger): New variable; pass this variable down
15426 to subdir configures to enable them checking gcc's version
15427 themselves. Emit make macros for both gcc_version vars.
15428 (topsrcdir): Initialize reliably.
15429 (recursion line): Remove --with-gcc-version=${gcc_version}.
15430
28e449d8
MH
154311998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15432
15433 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
15434 --enable-version-specific-runtime-libs which installs C++ runtime stuff
15435 in $(libsubdir); emit definition in each generated Makefile.
15436 (gxx_include_dir): Initialize depending on
15437 $enable_version_specific_runtime_libs.
28e449d8 15438
50c4c9f7
MH
154391998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15440
15441 * configure (gcc_version): Initialize properly depending on
15442 how and where configure is started.
15443 (recursion line): Pass a --with-gcc-version=${gcc_version}
15444 to configures in subdirs.
15445
d207ebef
JM
15446Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
15447
15448 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 15449 cygmon
d207ebef 15450
5d4a5ee6
JL
15451Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
15452
15453 * configure.in: Add cygmon and libstub support for mn10200.
15454
2f96399b
MH
154551998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
15456
15457 * configure (gcc_version): Add new variable describing the
15458 particular gcc version we're building.
15459 * Makefile.in (libsubdir): Add new macro for the directory
15460 in which the compiler finds executables, libraries, etc.
15461 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15462 and libsubdir.
15463
c4137c50
AO
15464Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15465
ceff9b14
AO
15466 * Makefile.in (local-clean): Remove *.log.
15467 (warning.log): Built with warn_summary from build.log.
15468 (mail-report.log): Run test_summary.
15469 (mail-report-with-warnings.log): Run test_summary including
15470 warning.log in the report.
c4137c50 15471
276d5ee0
RL
15472Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
15473
15474 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15475
5d4a5ee6
JL
15476Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
15477
15478 * Makefile.in (grep): Grep no longer depends on libiberty.
15479
15480Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
15481
15482 * Makefile.in: all-snavigator needs all-libgui.
15483
15484Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
15485
15486 * configure.in: Add cygmon and libstub support for mn10300.
15487
8af14275
ILT
15488Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
15489
15490 * missing: Update to version from automake 1.3.
15491
fbd836fc
ILT
15492 * ltmain.sh: On installation, don't get confused if the same name
15493 appears more than once in the list of library names.
15494
466456d9
ILT
15495Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
15496
15497 * config.sub: Accept m68060 and m5200 as CPU names.
15498
5d4a5ee6
JL
15499Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
15500
15501 * configure: Use && rather than using -a in test, because odd
15502 strings can confuse test.
15503 * configure.in: Likewise.
15504
fbd836fc
ILT
15505Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
15506
15507 * ltconfig, ltmain.sh: Bring in Visual C++ support.
15508
f0983958
AO
15509Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15510
15511 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 15512 bootstrap4-lean): New targets.
f0983958 15513
bfed1ea0
JL
15514Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
15515
15516 * mpw-* Delete. Not used.
15517
5d4a5ee6
JL
15518Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
15519
15520 * COPYING.LIB: Update FSF address.
15521
bfed1ea0
JL
15522Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15523
15524 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15525
5d4a5ee6
JL
15526 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15527 GAS_SUPPORT_DIRS.
15528
bfed1ea0
JL
15529Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15530
15531 * ltconfig, ltmain.sh: Avoid producing a version number if
15532 -version-info was not used.
15533
5d4a5ee6
JL
15534Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15535
15536 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15537 building with newlib.
15538
155391998-04-30 Paul Eggert <eggert@twinsun.com>
15540
d207ebef 15541 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 15542 Solaris `make' causes it to continue to next definition.
d207ebef
JM
15543
15544Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15545
15546 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15547 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
15548
15549Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15550
15551 * configure.in: Change alpha to alpha* in several places.
15552
d207ebef
JM
15553Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15554
15555 * config.sub: Recognize sparc86x.
15556
77be0cab
MM
15557Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15558
15559 * configure.in (--enable-target-optspace): Remove debug echo.
15560
62441128
JW
15561Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15562
15563 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15564
bfed1ea0
JL
15565Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15566
15567 * ltconfig: Update cygwin32 support.
15568
5d4a5ee6
JL
15569 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15570 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15571 (GDB_SUPPORT_DIRS): Likewise.
15572
3f4ea1de
MM
15573Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15574
15575 * configure.in (target_makefile_frag): If --enable-target-optspace,
15576 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
15577 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15578 not used.
15579 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 15580
5d4a5ee6
JL
15581Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15582
15583 * Makefile.in (all-bfd): Depend on all-intl.
15584 (all-binutils): Likewise.
15585 (all-gas): Likewise.
15586 (all-gprof): Likewise.
15587 (all-ld): Likewise.
15588
155891998-04-19 Brendan Kehoe <brendan@cygnus.com>
15590
15591 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15592
bfed1ea0
JL
15593Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15594
5d4a5ee6
JL
15595 * Makefile.in (all-bfd): Depend upon all-libiberty.
15596
bfed1ea0
JL
15597 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15598
5d4a5ee6
JL
15599Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15600
15601 * Makefile.in: Add libstub.
15602
15603 * configure.in: Ditto. Build libstub for targets that have cygmon
15604 support.
15605
15606Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15607
15608 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15609
15610Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15611
15612 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15613 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15614
ec8d6ddc
KW
15615Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15616
15617 * configure: Define DEFAULT_M4 by searching PATH.
15618 * Makfile.in: Use DEFAULT_M4.
15619
bfed1ea0
JL
15620Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15621
15622 * ltconfig: Add cygwin32 support.
15623
5d4a5ee6
JL
15624 * Makefile.in, configure.in: Add libtool as a native only directory
15625 to configure and build.
15626
547a6183
JL
15627Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15628
15629 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15630
5d4a5ee6 15631Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 15632
5d4a5ee6
JL
15633 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15634
15635Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15636
15637 * Makefile.in: add ash make rules
15638 * configure.in: add ash to native_only and host_tools lists
15639
15640Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15641
15642 * Makefile.in (all-gettext, all-intl): New targets.
15643 (ALL_MODULES): Added all-gettext, all-intl.
15644 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15645 (INSTALL_MODULES): Added install-gettext, install-intl.
15646 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15647
15648 * configure.in (host_tools): Added gettext.
15649 (native_only): Likewise.
15650 (noconfigdirs) [various cases]: Likewise.
15651 (host_libs): Added intl.
15652
d207ebef
JM
15653Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15654
15655 * configure: Do not disable building gdbtk for cygwin32 hosts.
15656
e98e406f
NC
15657Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15658
15659 * configure.in: Add thumb-coff target.
15660 * config.sub: Add thumb-coff target.
15661
5d4a5ee6
JL
15662Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15663
15664 * Makefile.in: Revert yesterday's change.
15665 (all-target-winsup): all-target-librx stays out of here.
15666
15667Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15668
15669 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15670 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15671 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15672 Remove references to librx and libg++.
15673
15674Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15675
15676 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15677 recursive makes
15678
bfed1ea0
JL
15679Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15680
15681 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 15682 for newlib directory.
bfed1ea0
JL
15683 (CXX_FOR_TARGET): Likewise.
15684
15685Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15686
15687 * ltconfig: Update after libtool/ltconfig.in change for
15688 hpux11.
15689
15690Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15691
15692 * ltconfig, ltmain.sh: Update to libtool 1.2.
15693
3cd730af
MH
15694Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15695
15696 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15697 (install-gcc-cross): Instead, override LANGUAGES here.
15698
80564603
DL
156991998-03-18 Dave Love <d.love@dl.ac.uk>
15700
15701 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15702 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15703
d207ebef
JM
15704Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15705
15706 * configure.in: Add Thumb-pe target.
15707
5d4a5ee6 15708Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 15709
5d4a5ee6
JL
15710 * Makefile.in - changed sn targets to snavigator
15711 * configure.in - changed sn targets to snavigator
15712
2d4a0558
MH
15713Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15714
15715 * config-ml.in: After building symlink tree call make distclean
15716 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15717 to be the case for libiberty.
15718
04b93567
L
15719Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15720
15721 * configure: When making link, also check the current
15722 directory. The configure scripts may create one.
15723
9a06b842
RH
15724Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15725
15726 * config.sub: Accept alphapca56 and alphaev6 properly.
15727
217fc4e6
FS
15728Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15729
15730 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15731
3e07bdbd 15732Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 15733
e490616e 15734 * config.sub (sco5): Fix typo.
3e07bdbd 15735
5d4a5ee6
JL
15736Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15737
15738 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15739 install-itcl.
15740 (install-itcl): Remove dependency on install-tcl.
15741
15742Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15743
15744 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15745
15746Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15747
15748 * configure.in: Don't build libgui for a cygwin32 target when not on
15749 a cygwin32 host.
15750
15751Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15752
15753 * configure (redirect): Set to null, so default behavior of
15754 configure is now --verbose.
15755
ce0d965c
DL
157561998-02-16 Dave Love <d.love@dl.ac.uk>
15757
15758 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15759 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15760
3acd1fd0
MH
15761Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15762
15763 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15764 this change to sync Makefile.in with its ChangeLog entries.
15765
5d4a5ee6
JL
15766Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15767
15768 * ltmain.sh (mkdir): Check that the directory doesn't exist
15769 before we exit with error, so that we don't get races during
15770 parallel builds.
15771
bfed1ea0
JL
15772Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15773
15774 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15775
4e77e8f1
MH
15776Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15777
15778 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15779 PICFLAG_FOR_TARGET.
15780 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15781
15782 * configure: Emit a definition for the new macro enable_shared
15783 into each Makefile.
15784
5d4a5ee6
JL
15785Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15786
15787 * configure.in (host_tools, native_only): Add libtool.
15788
15789Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15790
15791 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15792 Fix typo in ming config comment.
15793
bfed1ea0
JL
15794Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15795
15796 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15797
5d4a5ee6
JL
15798Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15799
15800 * config.sub: Add tic30 cases, and map c30 to tic30.
15801
8821a725
RH
15802Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15803
15804 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15805 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15806 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15807 (CLEAN_TARGET_MODULES): Similarly
15808 (all-target-libf2c): Add dependences.
4e81ae98 15809 * configure.in (target_libs): Add libf2c.
8821a725 15810
5d4a5ee6
JL
15811Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15812
15813 * configure.in: Remove expect from noconfigdirs when target
15814 is cygwin32. OK to build expect and dejagnu with Canadian
15815 Cross.
15816
0aadd657
ILT
15817Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15818
5d4a5ee6
JL
15819 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15820 host.
15821
0aadd657
ILT
15822 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15823 and mingw32.
15824
d0a8352c
MH
15825Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15826
15827 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15828 here as it is not defined in the toplevel Makefile.
15829
59739e3c
MH
15830Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15831
15832 * configure (package_makefile_rules_frag): New variable, which names
15833 a file with generic rules, ...
15834 Change comment to mention we now have FIVE parts.
15835 * configure: Undo last change.
15836
228197ee
LT
15837Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15838
15839 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 15840 * config.sub: More accurate determination of HP processor types.
228197ee 15841
efd4c0ba
MH
15842Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15843
15844 * configure (package_makefile_frag): Move inserting the
15845 ${package_makefile_frag} to where it should be according
15846 to the comment.
15847
6eef3189
PB
15848Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15849
15850 * config.guess: Add support for Linux/ARM.
15851
d207ebef
JM
15852Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15853
15854 * .cvsignore: Remove *-info and *-install since they match
15855 release-info and mpw-install, which we don't want to just ignore.
15856
48464ebf
RH
15857Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15858
15859 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15860
803462a7
PN
15861Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15862
15863 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15864 local_prefix to sub-make invocations.
15865
520ab477
L
15866Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15867
15868 * configure.in: Check makefile fragments in the source
15869 directory.
15870
4bcdb76d
AO
15871Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15872
ceff9b14
AO
15873 * configure.in: Check whether host and target makefile
15874 fragments exist before adding them to *_makefile_frag.
4bcdb76d 15875
5d4a5ee6
JL
15876Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15877
15878 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15879
15880Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15881
15882 * configure.in: Make sure we only replace RPATH_ENVVAR on
15883 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15884 regexp to sed.
15885
15886 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15887 to sub-makes.
15888
0d3e11a5
LI
158891998-01-13 Lee Iverson (leei@ai.sri.com)
15890
15891 * config-ml.in (multi-do): LDFLAGS must include multilib
15892 designator.
15893
d45b3d87 15894Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
15895
15896 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15897
d39cd7a1
MK
15898Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15899
15900 * config.sub: Add mingw32 support.
15901 * configure.in: Likewise.
d39cd7a1 15902
6decbc24
FS
15903Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15904
15905 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15906
5d4a5ee6
JL
15907Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15908
15909 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15910 * configure (gxx_include_dir): Provide a definition for subdirs
15911 which do not use autoconf.
15912
15913Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15914
15915 * config.guess: Sync with egcs. Picks up new alpha support,
15916 BeOS & some additional linux support.
15917
d3d1907a
JL
15918Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15919
15920 * config.guess: HP 9000/803 is a PA1.1 machine.
15921
b104e095
RH
15922Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15923
15924 * configure.in: It's alpha*-...
15925
aca823c1
L
15926Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15927
15928 * configure.in (host_makefile_frag, target_makefile_frag):
15929 Handle multiple config files.
15930 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15931 alpha-*-*.
15932
d207ebef
JM
15933Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15934
15935 * mkdep: New file.
15936
15937Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15938
15939 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15940
5d4a5ee6
JL
15941Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15942
15943 * Makefile.in: Add libgui directory.
15944 (GDB_TK): Add all-libgui.
15945 * configure.in: Add libgui directory.
15946 * configure: Add all-libgui to GDB_TK.
15947
15948Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15949
15950 * config-ml.in (multidirs): Add m32r to multilib list.
15951
15952Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
15953
15954 * Makefile.in (all-target-gperf): Change dependency to
15955 all-target-libstdc++.
15956
baf55877
FF
15957Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
15958
15959 * config.guess: Add BeOS support.
15960
5d4a5ee6
JL
15961Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
15962
15963 Source directory cvs renamed to cvssrc:
15964 * configure.in (host_tools): Change cvs to cvssrc.
15965 (native_only): Likewise.
15966 (noconfigdirs) [various cases]: Likewise.
15967 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15968 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15969 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15970 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15971 (all-cvssrc): Rename target from all-cvs.
15972
f2d76545
JL
15973Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
15974
15975 * configure (gxx_include_dir): Fix thinko.
15976
205cba53
JL
15977Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
15978
15979 * Makefile.in (INSTALL_TARGET_CROSS): Define.
15980 (install-cross, install-gcc-cross): New targets.
15981
5d4a5ee6
JL
15982Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
15983
15984 * configure.in (noconfigdirs): Add support for Thumb target.
15985
15986 * config.sub (maybe_os): Add support for Thumb target.
15987
15988Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
15989
15990 * Makefile.in: Add rules for cygmon.
15991
15992 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15993
96b0f1fc
JL
15994Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
15995
15996 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15997 * configure (gxx_include_dir): Provide a definition for subdirs
15998 which do not use autoconf.
d207ebef
JM
15999
16000Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16001
16002 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16003 11/18/97 build
d207ebef 16004
7dfef6ed
JL
16005Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16006
16007 * From Franz Sirl.
16008 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16009 found on RedHat Linux systems.
96b0f1fc 16010
83cfe7c0
JL
16011Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16012
16013 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16014 guesses.
16015
7dfef6ed
JL
16016Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16017
16018 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16019
5d4a5ee6
JL
16020Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16021
16022 * ltmain.sh: If mkdir fails, check whether the directory was created
16023 anyhow by some other process.
16024
d207ebef
JM
16025Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16026
16027 * configure.in (d30v-*-*): Configure all directories.
16028
16029Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16030
16031 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16032 for the D30V.
16033
16034Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16035
16036 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16037
5d4a5ee6
JL
16038Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16039
e490616e
ZW
16040 * include/libiberty.h: Add extern "C" { so it can be used with C++
16041 progrms.
16042 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16043 programs.
5d4a5ee6 16044
d207ebef
JM
16045Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16046
16047 * configure.in (d30v-*-*): Configure GCC now.
16048
5d4a5ee6
JL
16049Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16050
16051 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16052 is no longer needed.
16053
c9670e62
JM
16054Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16055
16056 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16057
cc71c0ca
MH
16058Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16059
16060 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16061 targets using "$@" to provide support for similar but not identical
16062 targets without having to duplicate code.
16063
d207ebef
JM
16064Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16065
16066 * makefile.vms: Fix to work with DEC C.
16067
16068Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16069
16070 * config.sub: Add mips-tx39-elf to marketing names.
16071
16072Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16073
16074 * ltmain.sh: Handle symlinks in generated script.
16075
16076Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16077
16078 * configure: Handle autoconf style directory options: --bindir,
16079 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16080 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16081 --sysconfdir.
16082 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16083 (sharedstatedir, localstatedir, oldincludedir): New variables.
16084 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16085 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16086 sbindir, sharedstatedir, and sysconfdir.
16087
b1e3ddfd
AJ
16088Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16089
16090 * Makefile.in (bootstrap-lean): New target.
16091
d207ebef
JM
16092Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16093
16094 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16095 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16096
16097Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16098
16099 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16100
09f97c1e
JL
16101Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16102
16103 * Makefile.in (cross): New target.
16104
335d0ab2
AO
16105Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16106 Jeff Law <law@cygnus.com>
16107
16108 * Makefile.in (bootstrap2, bootstrap3): New targets.
16109 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16110 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16111
d207ebef
JM
16112Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16113
16114 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16115 windows. Consistent with gdb/configure.
d207ebef 16116
e693cc28
UD
161171997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16118
e693cc28
UD
16119 * configure.in: Name Linux target fragment.
16120
16121 * configure: Rewrite so that project Makefile fragment is inserted
16122 first and appears last in the resulting Makefile.
16123
d207ebef
JM
16124Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16125
16126 * Makefile.in (install-itcl): Install tcl first.
16127
5d4a5ee6
JL
16128Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16129
16130 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16131
f401679e
JW
16132Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16133
16134 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16135
16136 * configure.in (skipdirs): Add target-librx for Linux.
16137 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16138
ec20b1b9
JL
16139Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16140
16141 * Makefile.in (bootstrap): New target.
16142
becdcf6d
JL
16143Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16144
63f6bcd7 16145 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16146
d207ebef
JM
16147Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16148
16149 * config.guess: Merge with FSF.
16150
0c82f6bf
FF
16151Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16152
16153 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16154
d207ebef
JM
16155Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16156
16157 * config.sub: Add "marketing-names" patch.
16158
3fbc0b70
JS
16159Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16160
e490616e 16161 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16162
e20d4801
JL
16163Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16164
16165 * config.sub: Handle v850-elf.
16166
fe181f78 16167Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16168
16169 * .cvsignore (*-install): Remove.
16170
bfed1ea0
JL
16171Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16172
16173 * ltconfig: Set CONFIG_SHELL in libtool.
16174 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16175
558a1e7c
JW
16176Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16177
16178 * configure.in (target_subdir): Set to libraries if enable_multilib.
16179
7818d6fc
JW
16180Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16181
16182 * config.guess: Update from gcc directory.
16183
d207ebef
JM
16184Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16185
16186 * Makefile.in (all-sim): Depends on all-readline.
16187
6599da04
JM
16188Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16189
16190 * Makefile.in (BISON, YACC): Use $$s.
16191 (all-bison): Depend on all-texinfo.
16192
16193Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16194
16195 * Makefile.in (BISON): Add -L flag.
16196 (YACC): Likewise.
16197
d207ebef
JM
16198Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16199
4e81ae98
EC
16200 * configure.in (noconfigdirs): Add support for v850e target.
16201
d207ebef
JM
16202 * config.sub (maybe_os): Add support for v850e target.
16203
16204Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16205
4e81ae98
EC
16206 * configure.in (noconfigdirs): Add support for v850ea target.
16207
d207ebef
JM
16208 * config.sub (maybe_os): Add support for v850ea target.
16209
6599da04
JM
16210Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16211
16212 * config.sub: Add mipstx39. Delete r3900.
16213
16214Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16215
16216 * Makefile.in (all-autoconf): Depends on all-texinfo.
16217
16218Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16219
16220 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16221 eabi targets.
16222
16223Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16224
16225 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16226
16227 * configure: When handling a Canadian Cross, handle YACC as well as
16228 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16229 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16230
16231Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16232
16233 * Makefile.in (BISON): bison, not byacc or bison -y.
16234 (YACC): bison -y or byacc or yacc.
16235 (various): Add *-bison as appropriate.
16236 (taz): No need to mess with BISON anymore.
16237
16238Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16239
16240 * configure: If OSTYPE matches *win32*, try to find a good value for
16241 CONFIG_SHELL.
16242
16243Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16244
16245 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16246 configure.in if it is present.
16247
16248Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16249
16250 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16251
16252Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16253
16254 * config.sub: Recognize `arc' cpu.
16255 * configure.in: Likewise.
16256 * config-ml.in: Likewise.
16257
16258Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16259
16260 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16261
16262Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16263
16264 * configure: Changed sed delimiter from ':' to '|' when
16265 attempting to substitute ${config_shell} for SHELL. On
16266 NT ${config_shell} may contain a ':' in it.
16267
16268Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16269
16270 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16271
16272Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16273
16274 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16275
16276Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16277
16278 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16279
16280 * ylwrap: If the program is a relative path, force it to be
16281 absolute.
16282
16283Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16284
16285 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16286
16287Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16288
16289 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
16290 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16291 for libraries.
6599da04
JM
16292
16293Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16294
16295 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 16296 separated by spaces.
6599da04
JM
16297
16298Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16299
16300 * ylwrap: New file.
16301 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16302
16303 * ltmain.sh: Handle /bin/sh at start of install program.
16304
16305 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16306
16307 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16308 * missing: New file, from automake 1.2.
16309
16310Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16311
16312 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16313 check-tk to CHECK_X11_MODULES.
16314
16315Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16316
16317 * config.sub: Merge with FSF.
16318
16319Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16320
16321 * config.guess: Merge with FSF.
16322
16323Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16324
16325 * configure: Treat msdosdjgpp like go32.
16326 * configure.in: Likewise. Don't remove gprof for go32.
16327
16328 * configure: Change Makefile.tem2 to Makefile.tm2.
16329
16330Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16331
16332 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16333
16334Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16335
16336 * install-sh (chmodcmd): Set to null if the DST directory already
16337 exists. Same as Nov 11th change.
16338
16339Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16340
4e81ae98 16341 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
16342
16343Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16344
16345 * config.guess: Update from FSF.
16346
16347Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16348
16349 * Makefile.in (GDB_TK): Depend on itcl and tix.
16350
16351Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16352
16353 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16354 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16355 (INSTALL_SCRIPT): New variable.
16356 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16357 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16358 to -x.
16359 * install-sh: Add support for -x option.
16360
16361Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16362
16363 * configure.in, Makefile.in: Treat tix like itcl.
16364
16365Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16366
16367 * Makefile.in (WINDRES): New variable.
16368 (WINDRES_FOR_TARGET): New variable.
16369 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16370 (EXTRA_HOST_FLAGS): Add WINDRES.
16371 (EXTRA_TARGET_FLAGS): Add WINDRES.
16372 (EXTRA_GCC_FLAGS): Add WINDRES.
16373 ($(DO_X)): Pass down WINDRES.
16374 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16375 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16376 DLLTOOL_FOR_TARGET.
16377
16378Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16379
16380 * configure.in: configure sim before gdb for win32-x-ppc
16381
16382Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16383
16384 Move gperf into the toplevel, from libg++.
16385 * configure.in (target_tools): Add target-gperf.
16386 (native_only): Add target-gperf.
16387 * Makefile.in (all-target-gperf): New target, depend on
16388 all-target-libg++.
16389 (configure-target-gperf): Empty rule.
16390 (ALL_TARGET_MODULES): Add all-target-gperf.
16391 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16392 (CHECK_TARGET_MODULES): Add check-target-gperf.
16393 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16394 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16395
16396Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 16397
6599da04
JM
16398 * config.sub (mn10200): Recognize new basic machine.
16399
16400Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16401
16402 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16403 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16404
16405Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16406
16407 * configure.in: If we're building mips-sgi-irix6* native, turn on
16408 ENABLE_MULTILIB and set TARGET_SUBDIR.
16409
16410Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
16411
16412 * Makefile.in (all-sn): Depend on all-grep.
16413
16414Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
16415
16416 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16417
16418 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16419 Makefile. From Jeff Makey <jeff@cts.com>.
16420 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16421
16422 * Makefile.in (DISTBISONFILES): Remove.
16423 (taz): Don't futz with DISTBISONFILES. Change BISON to use
16424 $(DEFAULT_YACC).
16425
16426 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 16427 cygwin32.
6599da04
JM
16428
16429 * Makefile.in (LD): New variable.
16430 (EXTRA_HOST_FLAGS): Pass down LD.
16431 ($(DO_X)): Likewise.
16432
16433Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
16434
16435 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16436
16437Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
16438
16439 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 16440 before adding our own. Always add --build.
6599da04
JM
16441
16442Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
16443
16444 * configure.in (targargs): Pass --build if we're doing
16445 a cross-compile.
16446
16447Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
16448
ca236658 16449 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
16450 sed. Otherwise sed chokes on NT path names with drive
16451 designators. Also look for "?:*" as the leading characters in an
16452 absolute pathname.
16453
16454Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
16455
16456 * config.sub: Support for r3900.
16457
16458Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
16459
16460 * configure.in: Use install-sh, not install.sh.
16461
16462Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
16463
16464 * Makefile.in (taz): Improve check for BISON so it doesn't try to
16465 apply it twice.
16466
16467Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
16468
16469 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16470 install-binutils.
16471
16472Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
16473
16474 * Makefile.in: Add automake targets.
16475 * configure.in (host_tools): Add automake.
16476
16477Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
16478
16479 * configure: Default CXX to c++, not gcc.
16480 * Makefile.in (CXX): Set to c++, not gcc.
16481 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16482
16483Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
16484
16485 * install-sh: try appending a .exe if source file doesn't
16486 exist
16487
16488Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
16489
16490 * configure.in: Turn on multilib by default.
16491 (cross_only): Remove target-libiberty.
16492
16493 * Makefile.in (all-gcc): Don't depend on libiberty.
16494
16495Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
16496
16497 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16498
16499Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
16500
16501 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16502 (DISTBISONFILES): Add ld/Makefile.in
16503
16504Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
16505
16506 * configure.in: if target is cygwin32 but host isn't cygwin32,
16507 don't configure gdb tcl tk expect, not just gdb.
16508
16509Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
16510
16511 * configure.in: Added gnuserv everywhere sn appears.
16512
16513 * Makefile.in (ALL_MODULES): Added all-gnuserv.
16514 (CROSS_CHECK_MODULES): Added check-gnuserv.
16515 (INSTALL_MODULES): Added install-gnuserv.
16516 (CLEAN_MODULES): Added clean-gnuserv.
16517 (all-gnuserv): New target.
16518
16519Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
16520
16521 * config.guess: Fixes for MIPS OpenBSD systems.
16522
16523Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16524
16525 * Makefile.in (INSTALL_XFORM): Remove.
16526 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16527
16528 * mkinstalldirs: New file, copied from automake.
16529 * Makefile.in (installdirs): Rename from install-dirs. Use
16530 mkinstalldirs. Change all users.
16531 (DEVO_SUPPORT): Add mkinstalldirs.
16532
16533Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16534
16535 * install-sh: Rename from install.sh.
16536 * Makefile.in (INSTALL): Change install.sh to install-sh.
16537 (DEVO_SUPPORT): Likewise.
16538
16539 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16540 Graichen <graichen@rzpd.de>.
16541
16542Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16543
16544 * config.guess: Recognize OpenBSD systems correctly.
16545
16546Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16547
16548 * README, Makefile.in (ETC_SUPPORT): Remove references to
16549 cfg-paper*, configure.{texi,man,info*}._
16550
16551Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16552
16553 * Makefile.in (all.normal): Ensure that gcc is built after all
16554 the x11 - ie gdb - targets.
16555
16556Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16557
16558 * makefile.vms: Don't run conf-a-gas.
16559
16560Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16561
e490616e 16562 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 16563
d207ebef
JM
16564Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16565
16566 * configure.in: Remove noconfigdirs case since gdb also
16567 configures and builds for tic80-coff.
16568
6599da04
JM
16569Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16570
16571 * configure: Set cache_file to config.cache.
16572 * Makefile.in (local-distclean): Remove config.cache.
16573
16574Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16575
16576 * COPYING: Update FSF address.
16577
d207ebef
JM
16578Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16579
16580 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16581 noconfigdirs.
16582
6599da04
JM
16583Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16584
16585 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16586 MAKEDIRS, is empty.
16587
16588Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16589
16590 * config.sub: Tweak mn10300 entry.
16591
16592Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16593
16594 * configure.in (host_tools): Put sim before gdb, so gdb's
16595 configure.tgt can determine if the simulator was configured.
16596
16597Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16598
16599 * config.sub: Move BeOS $os case to be with other Cygnus
16600 local cases.
16601
16602Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16603
16604 * config.sub: Remove misplaced comment that broke Linux.
16605
16606Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16607
16608 * config.sub: Add BeOS support.
16609
16610Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16611
16612 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16613
16614Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16615
16616 * configure.in (noconfigdirs): Remove tcl and tk from
16617 noconfigdirs for cygwin32 builds.
16618
d207ebef
JM
16619Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16620
16621 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16622
6599da04
JM
16623Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16624
16625 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16626 make-all.com, use makefile.vms instead.
16627
16628Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16629
16630 * config.sub: Accept -lnews*.
16631
d207ebef
JM
16632Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16633
16634 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 16635 target-examples and target-libiberty for d30v.
d207ebef
JM
16636
16637Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16638
16639 * configure.in (noconfigdirs): Enable ld for d30v.
16640
16641Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16642
16643 * configure.in (tic80-*-*): Build compiler.
16644
16645Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16646
16647 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 16648 unsupported d30v directories
d207ebef
JM
16649
16650Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16651
4e81ae98
EC
16652 * config.sub, configure.in: Add d30v target cpu.
16653
6599da04
JM
16654Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16655
16656 * makefile.vms: New file.
16657 * make-all.com: Remove.
16658
16659Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16660
16661 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16662
16663Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16664
16665 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16666
16667Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16668
16669 * Makefile.in (ALL_MODULES): Added all-db.
16670 (CROSS_CHECK_MODULES): Addec check-db.
16671 (INSTALL_MODULES): Added install-db.
16672 (CLEAN_MODULES): Added clean-db.
16673
16674Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16675
16676 * config.guess: Merge with latest FSF sources.
16677
16678Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16679
16680 * Makefile.in (ALL_MODULES): Added all-itcl.
16681 (CROSS_CHECK_MODULES): Added check-itcl.
16682 (INSTALL_MODULES): Added install-itcl.
16683 (CLEAN_MODULES): Added clean-itcl.
16684
16685Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16686
16687 * configure.in: build gdb for mn10200
16688
16689Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16690
16691 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16692
d207ebef
JM
16693Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16694
16695 * configure.in (tic80-*-*): Turn off most targets right now.
16696
6599da04
JM
16697Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16698
16699 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16700 rather than the makeinfo program.
16701 (do-info): Depend upon all-texinfo.
16702
16703Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16704
16705 * configure.in: Remove uses of config/mh-linux.
16706
16707 * config.sub, config.guess: Merge with latest FSF sources.
16708
d207ebef
JM
16709Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16710
16711 * config.sub (case $basic_machine): Add tic80 entries.
16712
6599da04
JM
16713Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16714
16715 * config.sub, config.guess: Merge with latest FSF sources.
16716
16717Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16718
16719 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16720 * mpw-config.in: Test for NewFolderRecursive.
16721 * mpw-install: Use symbolic name for startup filename.
16722 * mpw-README: Add various additional details.
16723
16724Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16725
16726 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16727
16728Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16729
16730 * configure.in: Do build gcc and the target libraries for
16731 the mn10200.
16732
16733Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16734
16735 * configure.in: don't avoid building gdb for mn10300 any more
16736 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16737 instead of single-quoting it.
16738
16739Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16740
16741 * configure.in: Don't use --with-stabs on IRIX 6.
16742
16743Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16744
16745 * configure.in (m32r): Build gdb, libg++ now.
16746
16747Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16748
16749 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16750 directories from noconfigdirs.
16751
16752Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16753
16754 * config.sub (basic_machine): added mips16 configuration
16755
16756Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16757
16758 * config.sub: Handle d10v-unknown.
16759
d207ebef
JM
16760Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16761
16762 * config.sub: Handle v850-unknown.
16763
6599da04
JM
16764Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16765
16766 * Makefile.in: add findutils
16767 * configure.in: add findutils to list of host_tools
16768
16769Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16770
16771 * config.sub: Handle mn10200 and mn10300.
16772
16773Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16774
16775 * configure.in (d10v-*): Do not build librx.
16776
16777Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16778
16779 * configure.in (mn10300): Build everything except gdb & libgloss.
16780
16781Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16782
16783 * config.guess: Patch for Dansk Data Elektronik servers,
16784 from Niels Skou Olsen <nso@dde.dk>.
16785
16786 For ncr, use /bin/uname rather than uname, since GNU uname does not
16787 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16788
16789 Patch for MIPS R4000 running System V,
16790 from Eric S. Raymond <esr@snark.thyrsus.com>.
16791
16792 Fix thinko for nextstep.
16793
16794 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16795
16796 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16797 * config.guess: Guess mips-dec-mach_bsd4.3.
16798
16799 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16800 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16801 release numbers.
16802 * config.guess (mips-mips-riscos*): Emit just enough of the
16803 release number.
16804
16805 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16806 * config.guess (sparc-auspex-sunos*): Added.
16807 (f300-fujitsu-*): Added.
16808
16809 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16810 * config.guess: Recognize a Tadpole as a sparc.
16811
16812Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16813
16814 * config.guess: Don't assume that NextStep version is either 2 or
16815 3. NextStep 4 (aka OpenStep 4) has come out now.
16816
16817Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16818
16819 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16820 From Rik Faith <faith@cs.unc.edu>.
16821
16822Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16823
16824 * config.sub: Contributions from bug-gnu-utils to:
16825 Support plain "hppa" (no version given) architecture, reported by
16826 OpenStep.
16827 OpenBSD like NetBSD.
16828 LynxOs is not a hardware supplier.
16829
16830 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 16831 OpenBSD like NetBSD.
6599da04
JM
16832 Stratus systems.
16833 More Pyramid systems.
16834 i[n>4]86 Intel chips.
16835 M680[n>4]0 Motorola chips.
16836 Use unknown instead of lynx for hardware manufacturer.
16837
16838Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16839
16840 * install.sh (chmodcmd): Set to null if the DST directory already
16841 exists.
16842
16843Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16844
16845 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16846 not use mt-ppc target Makefile fragment any more.
16847
16848Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16849
16850 * configure.in (*-*-windows): Exclude everything but those dirs
16851 needed to build windows.
16852
16853Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16854
16855 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16856
16857Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16858
16859 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
16860
16861Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16862
16863 * Undo my previous change.
16864
16865Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16866
16867 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16868 unconditionally.
16869 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16870
16871Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16872
16873 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16874 host to add it's own flags.
6599da04
JM
16875
16876Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16877
16878 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16879
16880Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16881
16882 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16883 (CXX_FOR_TARGET): Likewise.
16884 (GCC_FOR_TARGET): Define.
16885 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16886 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16887 CC_FOR_TARGET was specified on the command line.
16888 (MAKEOVERRIDES): Don't define.
16889
16890Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16891
16892 * configure.in (m32r): Fix spelling of libg++ libs.
16893
16894Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16895
16896 * config.sub (-apple*): Remove, now redundant.
16897
16898Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16899
16900 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16901
16902 * configure: Rework yesterday's sed script patch.
16903
16904 * config.sub: Merge with FSF.
16905
16906Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16907
16908 * config.guess: Merge from FSF.
16909
16910 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
16911 * config.guess: Use pc instead of unknown, for pc clone systems.
16912 Change linux to linux-gnu.
6599da04
JM
16913
16914 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 16915 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
16916
16917Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16918
16919 * test-build.mk (HOLES): Add "xargs" for gdb.
16920
16921 * configure: Avoid hpux10.20 sed bug.
16922
16923Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16924
731a8127 16925 * configure.in: Add support for windows host
6599da04
JM
16926 (that is a build done under the Microsoft build environment).
16927
16928Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16929
16930 * Makefile.in: Replace all uses of srcroot with s, to shrink
16931 command line lengths.
16932
16933 Patches from Geoffrey Noer <noer@cygnus.com>:
16934 * configure.in: If configuring for newlib, pass --with-newlib to
16935 subdirectories.
16936 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16937 -Bnewlib/ and -Lwinsup to gcc.
16938 (CXX_FOR_TARGET): Likewise.
16939
16940Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16941
16942 * Makefile.in (ETC_SUPPORT): Add configure.
16943
16944Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16945
4e81ae98 16946 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
16947 host configuration file.
16948
16949Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16950
16951 * configure.in: Break mn10x00 support into separate
16952 mn10200 and mn10300 configurations.
16953 * config.sub: Likewise.
16954
16955Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
16956
16957 * configure.in: Add lots of stuff to noconfigdirs for
16958 the mn10x00 targets.
16959
16960 * config.sub, configure.in: Add mn10x00 support.
16961
16962Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
16963
16964 * make-all.com: Call conf-a-gas, not config-a-gas.
16965
16966Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
16967
16968 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 16969 targets.
6599da04
JM
16970
16971Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
16972
16973 * mpw-README: Add much more detail for native PowerMac.
16974 * mpw-install: New file.
16975 * mpw-configure: Add --norecursion and --help options.
16976 * mpw-config.in: Translate readme and install files when
16977 copying to objdir.
16978 * mpw-build.in: Don't always depend on byacc and flex.
16979 (install-only-top): New action.
16980
d207ebef
JM
16981Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
16982
16983 * configure.in: You can now configure GDB for the v850.
16984
6599da04
JM
16985Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
16986
16987 * configure.in (noconfigdirs): Don't configure any C++ dirs
16988 if targeting D10V.
16989
16990Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
16991
16992 * config.sub: Recognize mips64vr5000.
16993
16994Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
16995
16996 * configure.in: Use a single line for host_tools and native_only.
16997
16998Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
16999
17000 * config.sub, configure.in: Add entries for m32r.
17001
17002Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17003
17004 * Makefile.in (inet-install): Don't run install-gzip.
17005
17006Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17007
17008 * configure.in: Don't config lots of things for *-*-windows*.
17009
17010Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17011
17012 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17013 (host_libs, host_tools): Copy from configure.in.
17014 * mpw-configure: Don't complain about directories not found.
17015
17016Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17017
17018 * configure.in (i[345]86): Recognize i686 for pentium pro.
17019 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17020 file.
17021
17022 * config.guess (i[345]86): Ditto.
17023
17024Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17025
17026 * configure.in (noconfigdirs): Removed gdb for D10V.
17027
d207ebef 17028Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 17029
d207ebef
JM
17030 * configure.in: Remove ld, target-libio, target-libg++, and
17031 target-libstdc++ from noconfigdirs.
5d4a5ee6 17032
6599da04
JM
17033Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17034
17035 * configure: Fix three locations where shell scripts were
17036 being run directly rather than with config_shell.
17037
d207ebef
JM
17038Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17039
17040 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17041 * config.sub (basic_machine): Recognize v850.
17042
6599da04
JM
17043Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17044
17045 * mpw-configure: Handle multiple enable/disable options and
17046 pass them down recursively, handle -c and -s flags appropriately
17047 depending on choice of compiler, add escape mechanism for
17048 quoted arguments to gC.
17049
17050Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17051
17052 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17053 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17054 so that -mrelocatable-lib and -mno-eabi are used.
17055
17056 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17057 not support --print-multi-lib, don't abort.
17058
6599da04
JM
17059Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17060
17061 * make-all.com: Run config-a-gas.
17062 * setup.com: Don't copy subdirectory files around.
17063
17064Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17065
17066 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17067 target, it now compiles correctly.
17068
17069Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17070
17071 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17072
17073Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17074
4e81ae98 17075 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17076
17077Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17078
17079 * configure.in (native_only): Add prms.
17080
17081Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17082
17083 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17084 (BINUTILS_SUPPORT_DIRS): Likewise.
17085
17086Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17087
17088 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17089 d10v support is added.
17090
17091Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17092
17093 * configure.in (d10v-*-*): New target.
17094
17095Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17096
17097 * config.guess (HP 9000/811): Recognize this as a PA1.1
17098 machine.
17099
17100Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17101
17102 * Makefile.in (do-tar-gz): New target, split out from tail end of
17103 taz target. Run each command separately, don't use pipes.
17104 (taz): Use it.
17105
17106Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17107
17108 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17109 * mpw-build.in: No builds should depend on building byacc or flex,
17110 they are assumed to be installed already.
17111
17112Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17113
17114 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17115 variable that CC_FOR_TARGET needs.
17116
17117Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17118
17119 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17120 options have changed since the last time the subdirectory was
17121 configured, and if it has, reconfigure.
17122 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17123 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17124
17125Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17126
17127 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17128 CLEAN_MODULES): Add bash.
17129 (all-bash): New target.
17130
17131Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17132
17133 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17134
17135Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17136
17137 * config.sub (basic_machine): Recognize d10v as a valid processor.
17138
17139Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17140
17141 * mpw-configure: Add support for --bindir.
17142 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17143
17144Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17145
17146 * configure.in: add bash, time, gawk to list of hosttools and things
17147 to only build for native toolchains
17148
17149Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17150
17151 * Makefile.in (docdir): Remove.
17152
17153Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17154
17155 * Makefile.in (datadir): Set to $(prefix)/share.
17156
17157Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17158
17159 * configure.in: build diff and patch for cygwin32-hosted
17160 toolchains.
17161
17162Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17163
17164 * config.sub: Accept -rtems*.
17165
17166Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17167
e490616e
ZW
17168 * configure.in: enable dosrel for cygwin32-hosted builds,
17169 remove diff from the list of things not buildable
17170 via Canadian Cross
6599da04
JM
17171
17172Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17173
17174 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17175 don't get ". ".
6599da04
JM
17176
17177Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17178
17179 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17180
17181Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17182
17183 * Makefile.in (taz): Handle case where tex3patch didn't even get
17184 checked out. Also, if it was found, put the symlink in a new util
17185 subdirectory.
17186
17187Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17188
17189 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17190
17191Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17192
17193 * config.sub: Recognize -openvms.
17194 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17195 * make-all.com, setup.com: New files.
17196
17197Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17198
17199 * Makefile.in (taz): tex3patch moved to texinfo/util.
17200
17201Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17202
17203 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17204 * configure.in: remove make from disable-if-Can-Cross list
17205 enable gdb if ${host} and ${target} are cygwin32
17206
17207Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17208
17209 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17210 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17211
17212Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17213
17214 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17215 distinguish sysv/svr4/bsd variants.
17216 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17217
17218Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17219
17220 * configure.in: Added copyright notice.
17221 * move-if-change: Added copyright notice.
17222
17223Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17224
17225 * configure.in (powerpcle-*-solaris*): Until we get shared
17226 libraries working, don't build gdb, sim, make, tcl, tk, or
17227 expect.
17228
17229Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17230
17231 * config.guess: Merge with FSF:
17232
17233 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17234 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17235
17236 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17237 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17238
17239 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17240 * config.guess: Combine two OSF1 rules.
17241 Also recognize field test versions. From mjr@zk3.dec.com.
17242 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17243 because GNU uname does not support -p. From pmr@pajato.com.
17244
17245Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17246
17247 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17248
17249Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17250
17251 * mpw-README: Document GCCIncludes.
17252
17253Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17254
17255 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17256
17257Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17258
17259 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17260
17261Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17262
17263 * configure.in (*-*-cygwin32): Configure make.
17264
17265Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17266
17267 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17268
17269Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17270
17271 * Makefile.in (all-inet): Depend on all-perl.
17272
17273 * Makefile.in (inet-install): New target.
17274
17275 * Makefile.in (all-inet): Depend on all-tcl.
17276 (all-inet): Depend on all-send-pr.
17277
17278Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17279
17280 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17281 temporarily.
17282
17283Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17284
17285 * configure.in: Don't configure --with-gnu-ld on AIX.
17286
17287Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17288
17289 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17290
17291Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17292
17293 * Makefile.in (ALL_MODULES): Added all-inet.
17294 (CROSS_CHECK_MODULES): Added check-inet.
17295 (INSTALL_MODULES): Added install-inet.
17296 (CLEAN_MODULES): Added clean-inet.
17297 (all-indent): New target.
17298
17299 * configure.in (host_tools): Added inet.
17300 (native_only): Added inet.
17301 (noconfigdirs): Added inet.
17302
17303Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17304
17305 * configure.in: Don't configure libgloss if we are not configuring
17306 newlib.
17307
17308Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17309
17310 * configure.in: Don't configure libgloss for unsupported
17311 architectures.
17312
17313Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17314
17315 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17316
17317Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17318
17319 * Makefile.in (ALL_MODULES): Include all-apache.
17320 (CROSS_CHECK_MODULES): Include check-apache.
17321 (INSTALL_MODULES): Include install-apache.
17322 (all-apache): New target.
17323
17324 * configure.in: Added apache everywhere perl is seen.
17325
17326Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17327
17328 * Makefile.in: Add support for clean-{module} and
17329 clean-target-{module} rules.
17330
17331Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17332
17333 * configure.in (*-*-ose) do not build libgloss.
17334
17335Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17336
17337 * config.guess (prep*:SunOS:5.*:*): Turn into
17338 powerpele-unknown-solaris2.
17339
17340Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17341
17342 * configure.in: Permit --enable-shared to specify a list of
17343 directories.
17344
17345Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17346
17347 * configure.in (host==solaris): Pass only the first word of $CC
17348 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17349
17350Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17351
17352 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17353
17354Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17355
17356 * Makefile.in (ALL_MODULES): Include all-perl.
17357 (CROSS_CHECK_MODULES): Include check-perl.
17358 (INSTALL_MODULES): Include install-perl.
17359 (ALL_X11_MODULES): Include all-guile.
17360 (CHECK_X11_MODULES): Include check-guile.
17361 (INSTALL_X11_MODULES): Include install-guile.
17362 (all-perl): New target.
17363 (all-guile): New target.
17364
17365 * configure.in (host_tools): Include perl and guile.
17366 (native_only): Include perl and guile.
17367 (noconfigdirs): Don't build guile and perl; no ports have been
17368 done.
17369
17370Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17371
e490616e
ZW
17372 * configure (--enable-*): Handle quoted option lists such as
17373 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
17374
17375Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17376
17377 * Makefile.in ({,inst}all-target): New rule so we can make and
17378 install all of the target directories easily.
17379
17380Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17381
17382 * configure.in: Add missing global flag in sed substitution when
17383 deleting `target-' from ${configdirs}.
17384
17385Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17386
17387 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17388 option.
17389
17390 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17391 config/mh-necv4.
17392
17393 * install.sh: Correct misspelling of transformbasename.
17394
17395 * config.guess: Recognize mips-*-sysv*.
17396
17397Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
17398
17399 * config.sub: Recognize mon960.
17400
17401Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
17402
17403 * configure: Restore Canadian Cross handling of BISON and LEX,
17404 removed in Feb 20 change.
17405
17406Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
17407
17408 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17409 Mention make install. Remove the old copyright date as well the
17410 clumsy and rather pointless copyright on the README file.
17411
17412Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
17413
17414 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17415 Makefile after running symlink-tree, then run `make distclean' to
17416 avoid clobbering any generated files in srcdir.
17417
17418Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
17419
17420 * configure.in (m68k-*-netbsd*): Build everything now.
17421
17422Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17423
17424 * Makefile.in (taz): Fix quoting.
17425
17426Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
17427
17428 * configure.in (sparclet-*-*): Build everything now.
17429
17430Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17431
17432 * configure.in (m68k-*-linux*): New host.
17433
17434Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
17435
17436 * configure: Check for bison before byacc.
17437
17438Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
17439
17440 * Makefile.in configure: Change the way LEX and BISON/YACC are
17441 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
17442 searching PATH. These are used as fallbacks by Makefile.in if
17443 flex/bison/byacc aren't in objdir.
17444
17445Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
17446
17447 * Makefile.in: Make everything which depends upon all-bfd also
17448 depend upon all-opcodes, in case --with-commonbfdlib is used.
17449
17450Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17451
17452 * configure.in (host *-*-cygwin32): Don't build gdb if we are
17453 building NT native compilers on Unix.
17454
17455Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
17456
17457 * configure.in: Don't get CC from the host Makefile fragment if we
17458 can find gcc in PATH, or if this is a Canadian Cross. Move the
17459 Solaris test for /usr/ucb/cc to the post target script, just after
17460 the compiler sanity test.
17461
17462Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
17463
17464 * config.sub: Merge with FSF.
17465
17466Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
17467
17468 * Makefile.in (RPATH_ENVVAR): New variable.
17469 (REALLY_SET_LIB_PATH): Use it.
17470 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17471
17472Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
17473
17474 * config.sub, configure.in: Recognize sparclet cpu.
17475
17476Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17477
17478 * config.guess: Support m68k-cbm-sysv4.
17479
17480Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17481
17482 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17483 m68k-unknown-linuxaout from linker help string. Put quotes around
17484 $ld_help_string.
17485
17486Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
17487
17488 * config.guess (powerpc-harris-powerunix): Add guess for port
17489 to new target.
17490
17491Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17492
17493 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17494
17495Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
17496
17497 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17498 $(REALLY_SET_LIB_PATH) in Makefile.
17499 * Makefile.in (SET_LIB_PATH): New variable.
17500 (REALLY_SET_LIB_PATH): New variable.
17501 ($(DO_X)): Use $(SET_LIB_PATH).
17502 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17503 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17504 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17505 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17506 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17507 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17508 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17509 (install-dosrel): Likewise.
17510 (all-opcodes): Depend upon all-libiberty.
17511
17512Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
17513
17514 * config.guess (*:CYGWIN*): New
17515
17516Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17517
17518 * Makefile.in (all-target-winsup): All all-target-libiberty.
17519
17520Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17521
17522 * configure.in (noconfigdirs): Add missing # in front of comment.
17523
17524Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17525
17526 * configure.in: add second pass to things added to noconfigdirs
17527 so *-gm-magic can exclude libgloss properly.
17528
17529Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17530
17531 * mpw-configure (extralibs_name, rez_name): Set correctly
17532 for MWC68K compiler.
17533
17534 * mpw-README: Add more info on the necessary build tools.
17535
17536Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17537
17538 * configure.in, config.sub: Recognize cygwin32.
17539
17540Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17541
17542 * config.guess, config.sub: Recognize A/UX.
17543
17544Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17545
17546 * config.sub: Merge with gcc/config.sub.
17547
17548Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17549
17550 * mpw-build.in (do-binutils): Add build of stamps.
17551
17552Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17553
17554 * config.sub: Add recognition for mips64vr4100*-* targets.
17555
17556Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17557
17558 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17559 Add creation of gconfigargs with `--enable-shared' turned on.
17560 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17561 ($(host)-stamp-stage3-configured): Likewise.
17562 (HOLES): Add chatr and ldd.
17563 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17564
17565Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17566
17567 * configure: Pass --nfp to recursive configures.
17568
17569Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17570
17571 * Makefile.in (DLLTOOL): New.
17572 (DLLTOOL_FOR_TARGET): New.
17573 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17574 (EXTRA_TARGET_FLAGS): Ditto.
17575 (EXTRA_GCC_FLAGS): Ditto.
17576 (CONFIGURE_TARGET_MODULES): Ditto.
17577 (DO_X): Ditto.
17578 * configure: Add DLLTOOL.
17579
17580Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17581
17582 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17583 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17584 mh-sco, since old workarounds no longer needed, and don't
17585 build ld, since libraries have weak symbols in COFF.
17586
17587Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17588
17589 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17590
17591Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17592
17593 * configure.in: Make sure that ${CC} can be used to compile an
17594 executable.
17595
17596Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17597
17598 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17599 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17600 nothing depending on whether gdbtk is being built.
17601
17602Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17603
17604 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17605
17606Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17607
17608 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17609 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17610
17611Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17612
17613 * config-ml.in: Add support for
17614 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17615 Simplify setting of multidirs from --disable-foo.
17616
17617Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17618
17619 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17620 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17621 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 17622 non-empty, pass them on to the GCC make.
6599da04
JM
17623 (all-bootstrap): New rule that is like all-gcc, except it executes
17624 the GCC bootstrap rule instead of the GCC all rule.
17625
17626Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17627
17628 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17629
17630Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17631
17632 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17633 DG/UX support.
17634
17635Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17636
17637 * config.sub (i*86*) Change [345] to [3456]
17638
17639Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17640
17641 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17642 --with-gnu-ld=no.
17643
17644Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17645
17646 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17647 AIX multilibs get built.
17648
17649Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17650
17651 * configure.in (i386-win32): Don't build expect if we're not
17652 building the tcl subdir.
17653
17654Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17655
17656 * Makefile.in: (configure-target-examples, all-target-examples):
17657 New targets, configure and build example programs.
17658
17659Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17660
17661 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17662 use it as input to sedit the generated MPW makefile.
17663 * mpw-README: Add a suggestion about Gestalt.h.
17664
17665Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17666
17667 * config.sub: Accept *-*-ieee*.
17668
17669Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17670
17671 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17672 Ronald F. Guilmette <rfg@monkeys.com>.
17673
17674Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17675
17676 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17677 for powerpc-pe native.
17678 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17679 (target==powerpc-pe): duplicate i386-win32 entry.
17680
17681Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17682
17683 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17684 of vxworks, not just vxworks5.1.
17685
17686Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17687
17688 * mpw-configure: Add support for exec-prefix.
17689
17690Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17691
17692 * config.guess: Recognize HP model 816 machines as having
17693 a PA1.1 processor.
17694
17695Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17696
17697 * configure: Ignore new autoconf configure options.
17698
6599da04
JM
17699Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17700
17701 * config.guess: Recognize Pentium under SCO.
17702 From Robert Lipe <robertl@arnet.com>.
17703
17704Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17705
17706 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
17707
17708Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17709
17710 * configure.in: Don't configure gas for alpha-dec-osf*.
17711
17712Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17713
17714 * configure.in: Default to --with-stabs for some targets for which
17715 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17716 i[345]86*-*-unixware*.
17717
17718Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17719
17720 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17721 rather than basing it on the target. Simplify handling of options
17722 controlling which directories to configure. Remove extraneous
17723 slash in multi-clean target.
17724
17725Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17726
17727 * config-ml.in: Prefix more variables with ml_ so they don't collide
17728 with configure's.
17729
17730Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17731
17732 * configure: Don't turn -v into --v.
17733
17734Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17735
17736 * configure.in (targargs): Fix typo.
17737
17738 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17739
17740Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17741
17742 * configure.in: Strip --host and --target options from
17743 CONFIG_ARGUMENTS, and always configure for --host only. Add
17744 --with-cross-host option when building with a cross-compiler.
17745 * configure: Canonicalize the arguments put into config.status by
17746 always using `=' for an option with an argument. Pass a presumed
17747 --host or --target explicitly.
17748
17749Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17750
17751 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17752 into general OS recognition case.
17753
17754Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17755
17756 * configure.in (target_configdirs): add target-winsup only
17757 for win32 target systems.
17758
17759Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17760
17761 * Makefile.in (all-target-libgloss): Depend upon
17762 configure-target-newlib, since when libgloss is built it looks to
17763 see if the newlib directory exists.
17764
17765Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17766
17767 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17768 cfg-ml-*.in.
17769
17770Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17771
17772 * configure: Handle LD and LD_FOR_TARGET when configuring a
17773 Canadian Cross.
17774
6599da04
JM
17775Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17776
17777 * configure.in (target_libs): add target-winsup.
17778 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17779 (target==ppcle-pe): remove ld from $noconfigdirs.
17780
17781Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17782
17783 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17784 Preserve relative path names in $srcdir. Build symlink tree if
17785 configuring cross target dir and srcdir=. (= no VPATH support).
17786 (configure-target-libg++): Depend on configure-target-librx.
17787 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17788 * config-ml.in: New file.
17789 * symlink-tree: New file.
17790 * configure: Ensure srcdir="." if that's what it is.
17791
17792Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17793
17794 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17795 includes and FLEX_SKELETON setting.
17796 * mpw-configure (--with-gnu-ld): New option, controls whether
17797 to use PPCLink or ld with PowerMac GCC.
17798 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17799 * mpw-config.in: Configure grez if targeting Mac.
17800
17801 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
17802 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17803 just macos.
6599da04
JM
17804 * configure.in: Configure grez resource compiler if targeting Mac.
17805 * Makefile.in (all-grez, install-grez): New targets.
17806
17807Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17808
17809 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 17810 gcc in the path, set CC to gcc -O2.
6599da04
JM
17811
17812Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17813
17814 * configure: Default ${build} correctly. Avoid picking up extra
17815 spaces when reading CC and CXX from Makefile. When doing a
17816 Canadian Cross, use plausible default values for numerous
17817 variables.
17818 * configure.in: When doing a Canadian Cross, don't try to
17819 configure tools whose configure script can't handle it.
17820
17821Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17822
17823 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17824
17825Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17826
17827 * configure: Remove dubious bug reporting address.
17828
17829Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17830
17831 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17832 configure script, run that instead of this directory's configure.
17833 In either case, print a message that we're configuring the sub-dir.
17834
17835Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17836
17837 * configure.in: Before checking for the existence of various files,
17838 use sed to filter out "target-".
17839
17840Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17841
17842 * Makefile.in (DO_X): Split rule to decrease command line length
17843 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17844 (Philippe De Muyter).
17845
17846Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17847
17848 * Makefile.in (all-patch): depend on all-libiberty.
17849
17850Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17851
17852 * configure.in: If the only directory in target_configdirs which
17853 actually exists is libiberty, then set target_configdirs to empty,
17854 to avoid trying to build a target libiberty in a gas or gdb
17855 distribution.
17856
17857Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17858
17859 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
17860 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17861 systems.
6599da04
JM
17862
17863Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17864
17865 * configure.in (copy_dirs): Use sys-include instead of include
17866 for --with-headers option.
17867
17868Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17869
17870 * Makefile.in, configure.in: Make winsup builds work with
17871 new scheme.
17872
17873Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17874
17875 * configure.in: Build the linker on AIX.
17876
17877Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17878
17879 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17880 where needed.
17881
17882Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17883
17884 * Makefile.in (all-gcc): Fix typo.
17885
17886Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17887
17888 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17889
17890Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17891
17892 * configure.in: Rename libFOO to target-libFOO, and xiberty
17893 to target-xiberty, to provide more flexibility.
17894 (target_subdir): Define. Create if cross.
17895 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17896 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17897 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17898 check-libFOO -> check-target-libFOO, etc.
17899 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17900 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17901 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17902 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17903 allow ALL_GCC="" to only configure.
17904 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17905 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17906 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17907
17908Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17909
17910 * Makefile.in (taz): Build "info" in etc explicitly.
17911
17912Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17913
17914 * configure.in: Make sure that CC is undefined (as opposed to
17915 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17916 problem with autoconf trying to configure on a host without GCC.
17917
17918Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17919
17920 * mpw-configure: Set host alias from choice of host compiler,
17921 only use generic MPW Makefile sed if present, edit a file
17922 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17923 * mpw-README: Add problem notes about CW6 and CW7.
17924
17925Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17926
17927 * Makefile.in (taz): Use ";" instead of ";;".
17928
17929Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17930
17931 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17932 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17933 DISTDOCDIRS.
17934 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17935 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17936
17937Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17938
17939 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17940 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17941 Move bfd to DISTSTUFFDIRS.
17942
17943Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17944
17945 * Makefile.in (X11_LIB): Removed.
17946 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17947
17948 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17949
17950Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17951
17952 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17953 names.
17954
17955Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17956
17957 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17958
17959Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
17960
17961 * configure.in (i[345]86-*-win32): Always build newlib.
17962 Don't configure cvs, autoconf or texinfo.
17963 * Makefile.in (LD_FOR_TARGET): New.
17964 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17965 Pass down LD_FOR_TARGET.
17966
17967Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
17968
17969 * winsup: New directory.
17970 * Makefile.in: Build winsup.
17971 * configure.in: Winsup is configured when target is win32.
17972 Can only build win32 target GDB when native.
4e81ae98 17973
6599da04
JM
17974Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
17975
17976 * config.guess: Recognize HP model 819 machines as having
17977 a PA 1.1 processor.
17978
17979Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
17980
17981 * configure: Fix sed loop which substitutes for CC and CXX to
17982 avoid bug found in various sed implementations.
17983
17984Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17985
17986 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17987 simulator. Use standard powerpc-*-eabi*.
17988
17989Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
17990
17991 * configure.in: Stop putting gas and binutils in noconfigdirs for
17992 powerpc-*-aix* and rs6000-*-*.
17993
17994Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
17995
17996 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17997 -mcall-aixdesc libraries.
17998
17999Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18000
18001 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18002
18003 * config.sub (arm | armel | armeb): Fix shell syntax.
18004
18005Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18006
18007 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18008 -msoft-float and -mcpu=common support.
18009 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18010 libraries.
18011
18012Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18013
18014 * configure.in: Allow configuration and build of emacs19 for the alpha.
18015
18016Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18017
18018 * configure.in (CC): Get ^CC, not just any old CC, from
18019 ${host_makefile_frag}.
18020
18021Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18022
4e81ae98 18023 * configure.in (CC): Try to get CC from
6599da04
JM
18024 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18025
18026Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18027
18028 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18029 only if it exists in $(srcdir).
18030
18031Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18032
18033 * configure: If CC and CXX are not set in the environment, set
18034 them, based on either an existing Makefile or on searching for gcc
18035 in PATH. Substitute for CC and CXX in Makefile.
18036 * configure.in: Remove libm from target_libs. Separate
18037 target_configdirs from configdirs. If CC is not set in
18038 environment, try to get it from a host Makefile fragment. Rewrite
18039 changes of configdirs to use skipdirs instead. A few minor
18040 tweaks. Take directories out of target_configdirs as they are
18041 taken out of configdirs. Remove existing Makefile files from
18042 subdirectories. Substitute for TARGET_CONFIGDIRS and
18043 CONFIG_ARGUMENTS in Makefile.
18044 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18045 by configure.in.
18046 (CONFIG_ARGUMENTS): Likewise.
18047 (CONFIGURE_TARGET_MODULES): New variable.
18048 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18049 ($(CONFIGURE_TARGET_MODULES)): New target.
18050 (configure-libg++, configure-libio): New targets.
18051 (all-libg++): Depend upon configure-libg++.
18052 (all-libio): Depend upon configure-libio.
18053 (configure-libgloss, all-libgloss): New targets.
18054 (configure-libstdc++): New target.
18055 (all-libstdc++): Depend upon configure-libstdc++.
18056 (configure-librx, all-librx): New targets.
18057 (configure-newlib): New target.
18058 (all-newlib): Depend upon configure-newlib
18059 (configure-xiberty): New target.
18060 (all-xiberty): Depend upon configure-xiberty.
18061
18062Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18063
18064 * configure.in (host i[345]86-*-win32): Expand the
18065 noconfigdirs again.
18066
18067Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18068
18069 * mpw-configure: Fix sed command file name.
18070
18071Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18072
4e81ae98 18073 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18074 noconfigdirs again.
18075
18076Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18077
18078 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18079 or powerpc*-*-pe*, since they are not yet supported.
18080
18081Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18082
18083 Add PowerMac support and many other enhancements.
18084 * mpw-configure: New option --cc to select compiler to use,
18085 paste options set according to --cc into the generated
18086 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18087 if mpw-make.sed is present.
18088 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18089 add forward includes for PowerPC include files.
18090 * mpw-build.in: Build using Makefile.PPC if present.
18091 (do-byacc, etc): Remove separate version resource builds.
18092 (do-gas): Build "stamps" before "all".
18093 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18094 * mpw-README: Update to reflect --cc option, PowerMac support,
18095 and recently-reported compatibility problems.
18096
18097Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18098
18099 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18100 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18101 (--with-multilib-top): Pass to recursive invocations.
18102
18103Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18104
18105 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18106 v810-*-*.
18107
18108Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18109
18110 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18111 gdb, ld and opcodes on v810-*-*.
18112
6599da04
JM
18113Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18114
18115 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18116 (local-maintainer-clean): New target.
18117 (maintainer-clean): New target.
18118 (realclean): Just depend upon maintainer-clean.
18119
18120Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18121
18122 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18123
18124Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18125
18126 * configure.in: Build ld in mips*-*-bsd* case.
18127
18128Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18129
18130 * config.sub: Accept -lites* OS. From Ian Dall.
18131
18132Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18133
18134 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18135 targets.
6599da04
JM
18136
18137Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18138
18139 * configure.in: treat i386-win32 canadian cross the same as
18140 i386-go32 canadian cross.
18141
18142Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18143
18144 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18145 running under the simulator to build a reduced set of libraries.
18146 (powerpc-*-eabiaix): Add fine grained multilib support added to
18147 other powerpc targets yesterday.
18148
18149Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18150
18151 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18152 -disable-softfloat, -disable-relocatable, -disable-aix, and
18153 -disable-sysv to control which multilib libraries get built.
18154
18155Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18156
18157 * configure: Add Makefile.tem to list of files to remove in trap
18158 handler.
18159
18160Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18161
18162 * config.guess (*Linux*): Add missing "exit"s.
18163 Also, need specific check for alpha-unknown-linux (uses COFF).
18164
18165Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18166
18167 * config.guess: Merge with FSF:
18168
18169 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18170 * config.guess (AIX4): More robust release numbering discovery.
18171
18172 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18173 * config.guess (i386-sequent-ptx): Properly get version number.
18174
18175 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18176 * config.guess (mips:*:4*:UMIPS): New case.
18177
18178Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18179
18180 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18181 (i386-win32 host): Likewise. Don't build readline.
18182
18183Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18184
18185 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18186 SUPPORT_FILES to submakes.
18187
18188Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18189
18190 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18191 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18192 mpw-configure.
18193
18194Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18195
18196 * configure.in (appdirs): Use =, not ==, in test expression when
18197 trying to build the text to print in the warning message for
18198 Solaris users.
18199
18200Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18201
18202 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18203
18204Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18205
18206 * config.guess: Recognize lynx-2.3.
18207
18208Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18209
18210 * config.sub (z8ksim): Deleted
18211 (z8k-*-coff): New, this is the one true name of the target.
18212
18213Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18214
18215 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18216
18217Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18218
18219 * config.guess (*:Linux:*:*): First try asking the linker what the
18220 default object file format is (elf, aout, or coff). Then if this
18221 fails, try previous methods.
18222
18223Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18224
18225 * configure.in: Don't build newlib for *-*-vxworks5.1.
18226
18227Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18228
18229 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18230 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18231
18232Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18233
18234 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18235
18236Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18237
18238 * cfg-ml-com.in: New file.
18239 * cfg-ml-pos.in: New file.
18240
18241Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18242
18243 * COPYING.NEWLIB: Add HP free copyright to list.
18244
18245Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18246
18247 * config.sub: Recognize -eabi* for the system, not just -eabi.
18248
18249Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18250
18251 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18252 * config.sub, configure.in (win32): New target and host.
18253
18254Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18255
18256 * configure.in: Add i386-pe configuration.
18257
18258Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18259
18260 * mpw-build.in (install): Install GDB after LD.
18261
18262Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18263
18264 * mpw-config.in (elf/mips.h): Always forward-include, needed
18265 for GDB to build.
18266
18267Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18268
18269 * testsuite: New directory for customer acceptance and whole tool
18270 chain tests.
18271
18272Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18273
18274 * configure: If per-host line isn't found, but AC_OUTPUT is found
18275 and a configure script exists, run it instead.
18276
18277Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18278
18279 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18280
18281Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18282
18283 * configure: Set build_{cpu,vendor,os,alias} to host values when
18284 --build isn't specified.
18285
18286Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18287
18288 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18289 (FLAGS_TO_PASS): Pass them.
18290 (EXTRA_TARGET_FLAGS): Ditto.
18291
6599da04
JM
18292Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18293
18294 * Makefile.in (all-libg++): Depend on all-libstdc++.
18295
18296Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18297
18298 * configure.in (noconfigdirs): Enable all packages for
18299 i386-unknown-netbsd.
18300
18301Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18302
18303 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18304 hosted builds (DOS builds)
18305
18306Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18307
18308 Changes for ARM based on patches from Richard Earnshaw:
18309 * config.sub: Handle armeb and armel.
18310 * configure.in: Omit arm linker only for riscix.
18311
18312Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18313
18314 * config.guess: Update from FSF.
18315
18316Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18317
63f6bcd7 18318 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
18319 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18320 powerpcle variant. Convert pentium into i586, not i486. Add p5
18321 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18322 temporarily.
18323
18324Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18325
18326 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18327
18328Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18329
18330 * config.sub: Accept -lites* as a basic system type.
18331
18332Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18333
18334 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18335 installed, and if so return linuxoldld as the system name.
18336
18337Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18338
18339 * config.guess: Add hppa1.1-hp-lites support.
18340
18341Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18342
18343 * configure.in: Don't build newlib for m68k-vxworks5.1.
18344
18345Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18346
18347 * configure.in (mips-sgi-irix6): Use mh-irix5.
18348
18349Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18350
18351 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18352
18353Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18354
18355 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 18356 OSF/1. Fix compiler flags.
6599da04
JM
18357 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18358
18359Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18360
18361 * configure.in: Recognize --with-newlib.
18362 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18363
18364Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18365
d207ebef 18366 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
18367 to *_X11_MODULES due to gdbtk needing X include files et al.
18368
18369Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18370
18371 Merge in support for Mac MPW as a host.
18372 (Old change descriptions retained for informational value.)
18373
18374 * mpw-config.in: Add generic include forwards for cpu-specific
18375 include files in aout and elf directories.
18376
18377 * mpw-configure: Added copyright.
18378 * mpw-config.in: Check for presence of required build tools.
18379 (target_libs): Add newlib.
18380 (target_tools): Add examples.
18381 (Read Me): Generate as "Read Me for MPW" instead.
18382 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18383 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18384 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18385
18386 * mpw-configure: Remove subdir-specific makefile hackery,
18387 delete mk.tmp after using it.
18388
18389 * mpw-build.in (all): Display start and end times.
18390
18391 * mpw-configure (host_canonical): Set.
18392 (target_cpu): Always add to makefiles.
18393 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18394 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18395 (mpw-mh-mpw): Look for in srcdir and srcroot.
18396 Use sed instead of mpw-edit-prefix to edit prefix definitions.
18397
18398 * mpw-build.in: (install-only): New target.
18399
18400 * mpw-configure (host_alias, target_alias): Rename from hostalias
18401 and targetalias, add into generated Makefile.
18402 (mk.tmp): If present, add into generated Makefile.
18403 * mpw-build.in (all-gas): Build config.h first before gas proper.
18404
18405 * mpw-configure (config.status): Write only if changed.
18406 * mpw-config.in (readline): Configure it (not built, just used for
18407 definitions).
18408
18409 * mpw-config.in (elf/mips.h): Add a forward include.
18410
18411 * mpw-config.in: Forward-include most .h files in include into
18412 extra-include.
18413 (readline): Don't build.
18414 mpw-build.in (install): Install GDB.
18415
18416 * mpw-configure (prefix, mpw_prefix): Handle it.
18417 * mpw-config.in (mmalloc, readline): Don't configure.
18418 * mpw-build.in (thisscript): Rename to ThisScript.
18419 Use mpw-build instead of BuildProgram everywhere.
18420 (mmalloc, readline): Don't build.
18421 * mpw-README: New file, basic documentation about the MPW port.
18422
18423 * mpw-config.in: Use forward-include to create include files.
18424
18425 * mpw-configure: Add more things to the top of each configured
18426 Makefile, including contents of config/mpw-mh-mpw.
18427 * mpw-config.in (extra-include): Create this directory and fill it
18428 with Posix-like include files when configuring.
18429
18430 * config.sub (apple, mac, mpw): Add various aliases.
18431
18432 * mpw-build.in: New file, top-level build script fragment for MPW.
18433 * mpw-configure: New file, configure script for MPW.
18434 * mpw-config.in: New file, config fragment for MPW.
18435
18436Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18437
18438 * configure.in (host_libs): Remove glob, since it is gone from the
18439 sources.
18440
18441Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18442
18443 * Makefile.in: define empty GDB_NLM_DEPS var.
18444
18445 * configure.in(target_makefile_frag): use config/mt-netware
18446 for netware targets.
18447
18448Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
18449
18450 * config.sub: Merge in recent FSF changes. Remove linux special
18451 cases.
18452
18453Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18454
731a8127 18455 Revert this change:
6599da04
JM
18456
18457 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18458
18459 * build-all.mk: Use CC=cc -Xs on Solaris.
18460
6599da04
JM
18461Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18462
18463 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
18464 stop using it.
18465 * Makefile.in: Nuke all references to glob subdirectory.
18466
18467Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18468
18469 * configure.in: Fix --enable-shared logic in per-host.
18470
18471Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
18472
18473 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18474
18475Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18476
18477 * configure.in (noconfigdirs): Don't build gas on AIX, for
18478 powerpc*-*-aix* as well as for rs6000*-*-aix*.
18479
18480Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
18481
18482 * configure: Fix --cache-file to work if the file argument is a
18483 relative path.
18484
18485Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
18486
18487 * configure: If the --cache-file is used, pass it down to
18488 configure in subdirectories.
18489
18490Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
18491
18492 * config.sub: add vxworks29k configuration.
18493
18494Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18495
18496 * Makefile.in (taz): Do "diststuff" part quietly.
18497
18498Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
18499
18500 * config.sub: Mini-merge with gcc/config.sub.
18501
18502Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18503
18504 * config.guess (IRIX): Sed - to _.
18505
18506Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18507
18508 * Makefile.in (source-vault, binary-vault): New targets.
18509
18510Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
18511
18512 * config.sub: Recognize -eabi as a basic system type.
18513
18514Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18515
18516 * configure.in (enable_shared stuff): Fix typo.
18517
18518Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
18519
18520 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18521
18522Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18523
18524 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18525
18526Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18527
18528 * configure.in (rs6000-*-*): Don't build gas.
18529
18530Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18531
18532 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18533 reduce command line length.
18534 (AS_FOR_TARGET): Check for as.new, not Makefile.
18535 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18536
18537Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18538
18539 * config.guess: Merge from FSF.
18540
18541Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18542
18543 * configure: Don't use $ when handling program_suffix.
18544
18545Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18546
18547 * configure.in: Configure tk for hppa/hpux.
18548
18549Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18550
18551 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18552
18553Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18554
18555 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18556 to LIBCXXFLAGS. Tests are better run without it.
18557
18558Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18559
18560 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18561
18562Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18563
18564 * configure.in (*-*-netware*): Don't configure xiberty.
18565
18566Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18567
18568 * configure.in: Remove tk from native_only list.
18569
18570Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18571
18572 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18573 for special NCD build.
18574
18575Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18576
18577 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18578 makeall.bat, they're only useful for binutils snapshots.
18579 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18580 makeall.bat to specified SUPPORT_FILES.
18581
18582Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18583
18584 * build-all.mk: Add Ericsson targets to sun4 and solaris
18585 hosts. Add BNR's sun4 target to solaris host, so their
18586 build-from-source will be tested in-house first.
18587
18588Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18589
18590 * Makefile.in (LIBCFLAGS): New variable.
18591 (CFLAGS_FOR_TARGET): Ditto.
18592 (LIBCFLAGS_FOR_TARGET): Ditto.
18593 (LIBCXXFLAGS): Ditto.
18594 (CXXFLAGS_FOR_TARGET): Ditto.
18595 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18596 (BASE_FLAGS_TO_PASS): Pass them.
18597 (EXTRA_TARGET_FLAGS): Ditto.
18598
731a8127 18599 * configure.in: Support --enable-shared.
6599da04
JM
18600
18601Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18602
18603 * configure.in (target_libs): Include libstdc++ again.
18604 * config.guess: Update from FSF (for FreeBSD).
18605
18606Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18607
18608 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18609 makeall.bat.
18610 (DISTDOCDIRS): Add `etc'.
18611 (ETC_SUPPORT_PFX): New variable.
18612 (taz): Include anything from etc starting with a word in
18613 ETC_SUPPORT_PFX.
18614
18615Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18616
18617 * config.sub: Update for recent FSF changes. Remove obsolete
18618 h8300hds entry. Add -windows* and -osx as basic os. Minor
18619 spacing changes.
18620
18621Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18622
18623 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18624
18625 * config.guess: Merge with FSF.
18626 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18627
18628Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18629
18630 * configure: Since the "trap 0" handler will override the exit
18631 status on many systems, only use it for "exit 1", and make it set
18632 a non-zero exit status; reset it before "exit 0". Also, check
18633 exit status of config.sub, and error out if it failed.
18634
18635Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18636
18637 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18638 and install libgloss.
18639
18640Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18641
18642 * Makefile.in (all-binutils): Depend upon all-byacc.
18643
18644 * configure.in: Don't build emacs on Irix 5.
18645
18646Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18647
18648 * configure.in (*-*-netware*): Add libio.
18649
18650Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18651
18652 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18653 (CHECK_TARGET_MODULES): Ditto.
18654 (INSTALL_TARGET_MODULES): Ditto.
18655 (TARGET_LIBS): Ditto.
18656 (all-libstdc++): Note dependencies.
18657
18658Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18659
18660 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18661
18662Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18663
18664 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18665 -fexternal-templates.
18666
18667 * configure.in (target_libs): Add libstdc++.
18668 (noconfigdirs): Add libstdc++ as appropriate.
18669
18670Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18671
18672 * config.guess: Update from FSF.
18673
18674Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18675
18676 * configure: Use ${config_shell} when running ${configsub}.
18677
18678Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18679
18680 * config.sub: No longer recognize h8300h.
18681
18682Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18683
18684 * config.sub: Remove extraneous differences between config.sub and
18685 gcc/config.sub.
18686
18687Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18688
18689 * Makefile.in (DISTSTUFFDIRS): Add gas.
18690
18691Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18692
18693 * COPYING.NEWLIB: New file.
18694
18695Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18696
18697 * config.guess (HP-UX): Patch from Harlan Stenn
18698 <harlan@landmark.com> to also emit release level.
18699
18700Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18701
18702 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18703
18704Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18705
18706 * config.sub: Merge nextstep cleanup from FSF.
18707
18708Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18709
18710 * configure.in (arm-*-*): Don't configure ld for this target.
18711
18712Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18713
18714 * configure.in (*-*-netware): don't configure libg++, libio,
18715 librx, or newlib.
18716
18717Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18718
18719 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18720 configure ld--it works, but it doesn't support shared libraries.
18721
18722Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18723
18724 * config.guess (*-unknown-freebsd*): Get rid of possible
18725 trailing "(Release)" in version string.
18726 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18727
18728Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18729
18730 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18731 Fix type: *-next-neststep -> *-next-nextstep.
18732
18733 * config.guess: Merge from FSF:
18734
18735 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18736
18737 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18738
18739 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18740
18741 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18742 instead of UNIX_SV for UnixWare 1.0).
18743
18744Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18745
18746 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18747 to make gdb/nlm/* build after the compiler and linker.
18748
18749Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18750
18751 * config.guess (netbsd, freebsd, linux): Accept any machine,
18752 not just i[34]86.
18753 (m68k-atari-sysv4): Relocate to match FSF version.
18754
18755 * config.guess: More merges from the FSF:
18756
18757 Add a space before function call or macro invocation.
18758
18759 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18760
18761 * config.guess: Add trap cmd to remove dummy.c and dummy when
18762 interrupted.
18763
18764 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18765
18766 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18767 (dummy): Redirect stderr from compilation of dummy.c.
18768
18769 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18770
18771 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18772
18773Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18774
18775 * configure: Accept and ignore --cache*, for compatibility with
18776 new autoconf.
18777
18778Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18779
18780 * config.guess: Merge from FSF:
18781
18782 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18783
18784 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
18785 (PATH): Add /.attbin at end for finding uname.
18786 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
18787
18788 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18789
e490616e 18790 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
18791
18792 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18793
e490616e
ZW
18794 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18795 to select whether to use ELF or COFF.
6599da04
JM
18796
18797 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18798
e490616e 18799 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
18800
18801 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18802
18803 * config.guess: Guess the OS version for HPUX.
18804
18805 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18806
18807 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18808
18809Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18810
18811 * configure.in: Recognize --with-headers, --with-libs, and
18812 --without-newlib.
18813 * Makefile.in (all-xiberty): Depend upon all-ld.
18814
18815Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18816
18817 * configure.in: Change i[34]86 to i[345]86.
18818
18819Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18820
18821 * configure (version): A few more tweaks to help message.
18822
18823Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18824
18825 * Makefile.in: Remove (for now) librx as a host library,
18826 now that we're building it for target.
18827
18828Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18829
18830 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18831 (Karl Berry).
18832
18833Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18834
18835 * configure.in: Also configure librx.
18836
18837Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18838
18839 * Makefile.in: Update various rules to reflect that librx
18840 is now needed for libg++.
18841
18842Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18843
18844 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18845
18846Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18847
18848 * configure.in: Configure the examples directory.
18849
18850Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18851
18852 * configure: Simplify Jun 2 1994 change.
18853
18854Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18855
18856 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18857 /bin/gcc isn't good enough to build gcc.
18858
18859Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18860
18861 * Makefile.in (GDB_SUPPORT_FILES): Remove
18862 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18863 (gdb.tar.gz): Add new rule to use standard distribution building
18864 mechanism.
18865
18866Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18867
18868 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18869 Bill Cox <bill@cygnus.com>.
18870
18871Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18872
18873 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18874
18875Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18876
18877 * configure: Search current dir first in .gdbinit.
18878
18879Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18880
18881 * config.sub: Recognize freebsd (merged from gcc config.sub).
18882
18883Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18884
18885 * config.sub: Refer to NeXT's operating system as nextstep.
18886
18887 * config.sub (case $basic_machine): Re-order the cases, to match
18888 the order in the FSF version (which is mostly alphabethical).
18889 Merge in some additions and changes from the FSF.
18890
18891Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18892
18893 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18894 * config.sub: Recognize cxux7.
18895 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18896
18897Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18898
18899 * config.sub: Fix typo powerpc -> powerpc-*.
18900
18901Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18902
18903 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18904
18905 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18906 parallel with all-emacs and install-emacs). Top-level command
18907 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18908
18909Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18910
18911 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18912 $(relbindir)/make before doing ``make install'', and use
18913 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18914 installing over running make binary.
18915 ($(host)-stamp-stage3-installed): Likewise.
18916
18917Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18918
18919 * config.guess: Recognize Mach.
18920
18921Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18922
18923 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18924 see whether --exec-prefix was used.
18925
18926Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18927
18928 * README: Explicitly mention libg++/README. (Zoo's idea.)
18929
18930Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18931
18932 * Makefile.in: Add all-librx target similar to all-libproc.
18933
18934Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18935
18936 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18937 with post 1.2 uname bogosity.
18938
18939Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18940
18941 * configure: Remove temporary files on receipt of a signal.
18942
18943Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18944
18945 * configure: If there is a package_makefile_frag, remove
18946 ${subdir}/Makefile.tem after copying it in.
18947
18948Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18949
18950 * build_all.mk: support rs6000 lynx identifies itself as
18951 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18952 since /bin/gcc is too feeble to compile a modern gcc.
18953
18954Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18955
18956 * brought devo/test-build.mk update-to-date with progressive/
18957 test-build.mk. Add lynx targets and hppa flag info.
18958
18959Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18960
18961 * configure.in: Use mh-ncrsvr43. Patch from
18962 Tom McConnell <tmcconne@sedona.intel.com>.
18963
18964Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
18965
18966 * config.guess (i386-unknown-bsdi): No longer need to
18967 check #if defined(__bsdi__) && defined(__i386__).
18968
18969Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18970
18971 * configure: Set program_transform_nameoption correctly.
18972
18973Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18974
18975 * brought build-all.mk update-to-date with progressive build-all.mk,
18976 added new targets and hppa info.
4e81ae98 18977
6599da04
JM
18978Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18979
18980 * configure: If config.guess result is a prefix of the user
18981 specified target, assume a native build and use the user specified
18982 target as the host alias. Remove SunOS patch suffix removal hack.
18983 * configure.in: Remove SunOS patch suffix removal hack.
18984
18985 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18986 in NATIVE_CHECK_MODULES.
18987
18988Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
18989
18990 * Makefile.in: Rename HOST_ONLY to NATIVE.
18991 * configure: Delete SunOs patch suffix from host_canonical
18992 and build_canonical variables that are prepended to Makefiles.
18993 * configure.in: Add comments for easier maintenance.
18994
18995Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18996
18997 * Makefile.in: Add all-libproc target similar to all-gui.
18998
18999Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19000
19001 * Makefile.in (CHECK_MODULES): split into
19002 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19003
19004Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19005
19006 * config.guess (i386-unknown-bsdi): New system to guess.
19007
19008Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19009
19010 * Makefile.in: Add all-gui target (but not yet build by "all").
19011
19012Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19013
19014 * config.sub: Move deletion of patch suffix from here...
19015 * configure.in: To here, at Ian's suggestion. The top-
19016 level scripts might need to know of a patch level.
19017
19018Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19019
19020 * config.sub: Strip off patch suffix so rtl is recognized
19021 as a sunos4.1.3 machine, even though it's been patched.
19022
19023Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19024
19025 * Makefile.in (INSTALL_LAST): Delete.
19026 (INSTALL_DOSREL): New.
19027
19028Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19029
19030 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19031 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19032 whether we pass down --with-gnu-ld anyhow.
19033
19034Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19035
19036 * Makefile.in (INSTALL_LAST): Change operation so it works
19037 on more flavors of make.
19038 * configure.in (go32): Don't build libg++ or libio.
19039
19040Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19041
19042 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19043 they can be overriden by templates.
19044
19045Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19046
19047 * configure.in (target==go32): Don't build gdb.
19048 * dosrel: New directory.
19049
19050Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19051
19052 * configure.in (host==go32): Configure dosrel too.
19053 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19054 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19055 be set by incoming names or templates.
19056 (INSTALL_LAST): New rule.
6599da04
JM
19057
19058Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19059
19060 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19061
19062Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19063
6599da04
JM
19064 * configure.in (appdirs): New variable. Currently empty, but will
19065 be used in gas distribution. If nonempty, lists a set of
19066 directories at least one of which must get configured, or top
19067 level configuration is considered to have failed.
19068 (rs6000-*-lynxos*): Use new file name.
19069
19070Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19071
19072 Eliminate XTRAFLAGS.
19073 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19074 newlib include files using -idirafter, and also use -nostdinc.
19075 (CXX_FOR_TARGET): Likewise.
19076 (XTRAFLAGS): Removed.
19077 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19078 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19079 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19080 ($(DO_X)): Don't pass down XTRAFLAGS.
19081
19082Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19083
19084 * configure.in (mips*-dec-bsd*): New target; do build linker.
19085 (mips*-*-bsd*): New target; don't build linker.
19086
19087Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19088
19089 * configure.in: support rs6000-*-lynxos* configuration.
19090 support sunos4 as a cross target.
19091
19092 * config.sub: look for lynx*, not lynx since the OS version may
19093 legitimately be part of the name.
19094
19095Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19096
19097 * configure.in (i[34]86-*-sco*): Move to be with other i386
19098 targets.
19099 (romp-*-*): New target. Skip various binary utilities.
19100 (vax-*-*): New target. Don't build newlib.
19101 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19102
19103Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19104
19105 * configure.in: Only set host_makefile_frag if config
19106 directory exists.
19107
19108Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19109
19110 * install.sh: If $dstdir exists, don't check whether each
19111 component does.
19112
19113Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19114
19115 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19116
19117Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19118
3b75d237
AJ
19119 * configure.in (*-*-lynxos*): Don't configure newlib for either
19120 native or cross Lynx.
6599da04
JM
19121
19122Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19123
19124 * config.sub (sparc64-elf): Fix os.
19125 (z8k): Remove duplicate.
19126
19127Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19128
19129 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19130 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19131
19132Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19133
19134 * configure: Make file links cleanly even if Lynx fails on
e490616e 19135 an NFS symlink (at least fail cleanly).
6599da04
JM
19136
19137Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19138
19139 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19140 -XNh2000.
19141
19142Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19143
19144 * configure: Unknown options are fatal again.
19145
19146Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19147
19148 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19149 compatibility.
6599da04
JM
19150
19151Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19152
19153 * build-all.mk: Add `clean' target.
19154
19155Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19156
19157 * config.guess: Add SINIX support.
19158 * configure.in: Add mips-*-sysv4* support.
19159
19160Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19161
19162 * build-all.mk: Document all useful targets.
19163 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19164 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19165
19166Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19167
19168 * configure: Support --silent, --quiet.
19169
19170Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19171
19172 * configure: Support --disable-FEATURE.
19173
19174Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19175
19176 * config.guess: Recognize NCR running SVR4.3.
19177
19178Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19179
19180 * config.guess: Make BSDI generate i386-unknown-bsd386.
19181 Patch from Paul Eggert <eggert@twinsun.com>.
19182
19183Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19184
19185 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19186
19187Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19188
19189 * configure: Make unrecognized options give nonfatal warnings
19190 instead of fatal errors, and pass them to any subdirectory
19191 configures in case they recognize them.
19192 Make --x equivalent to --with-x.
19193
19194Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19195
19196 * configure: Add --enable-* options. Clean up usage message and
19197 some comments.
19198
19199Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19200
19201 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19202
19203Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19204
19205 * configure.in (hppa*-*-*): Enable binutils.
19206
19207Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19208
19209 * config.sub: Recognize cisco.
19210
19211Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19212
19213 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19214
19215Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19216
19217 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19218 than one configuration name. Add comment.
19219
19220Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19221
19222 * config.guess: about target *-hitachi-hiuxwe2, fixed
19223 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19224 macro is incorrect.]
19225
19226Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19227
19228 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19229 than the "make ls" stuff which used to be here.
19230
19231Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19232
19233 * config.guess: Recognize i[34]86-unknown-freebsd.
19234 From Shawn M Carey <smcarey@rodan.syr.edu>.
19235
19236Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19237
19238 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19239
19240Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19241
19242 * config.guess: Check for ptx.
19243
19244Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19245
19246 * config.sub: Add os9k checking.
19247
19248Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19249
19250 * config.guess: Handle OSF1 running on HPPA processors
19251
19252Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19253
19254 * configure: If subdir configure fails, print out a message with
19255 subdirectory name, in case subdir's configure code didn't identify
19256 itself.
19257
19258Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19259
19260 * configure.in: Remove embedded newlines from configdirs.
19261 Avoid mismatches of substrings. Fix matching strings at end
19262 of configdirs.
19263
19264Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19265
19266 * config.guess: Add Lynx/rs6000 config support.
19267
19268Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19269
19270 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19271
19272Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19273
19274 * configure.in (hppa*-*-osf*): Treat this just like most other
19275 PA configurations (eg no binutils or ld).
19276 (hppa*-*-*elf*): These configurations have binutils and ld.
19277
19278Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19279
19280 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19281
19282Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19283
19284 * configure.in (rs6000-*-*): Build gas.
19285
19286Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19287
e490616e 19288 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
19289
19290Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19291
19292 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19293 for GDB and GDB has been fixed to not need it.
19294
6599da04
JM
19295Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19296
19297 * config.guess: Recognize vax hosts.
19298
19299Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19300
19301 * configure (while loop): Don't use "break 2" inside case
19302 statement -- the case statement isn't an enclosing loop.
19303
19304Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19305
19306 * config.guess: Clean up NeXT support, to allow nextstep
19307 on Intel machines. Make OS be nextstep.
19308
19309Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19310
19311 * config.guess: Add alternate forms for Convex.
19312
19313Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19314
19315 * configure: Completely rewrite option processing. Take
19316 advantage of pattern-matching to avoid invoking test frequently.
19317 Also clean up host and target defaulting logic.
19318
19319Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19320
19321 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19322 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19323 commands (plus user environment) will fit SCO limits.
19324
19325Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19326
19327 * configure.in: Don't issue warnings about directories which are
19328 not being configured if -norecursion is set. Correct test for
19329 --with-gnu-as and --with-gnu-ld to not get confused by substring
19330 matches.
19331
19332 * configure.in: Don't build gas for alpha-dec-osf1*.
19333
19334Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19335
19336 * configure: Back out Per's change of 12/19/1993. It changes the
19337 behavior of configure in unexpected and confusing ways.
19338
19339 Also, use different delim char when calculating
19340 program_transform_name so that the name can contain slashes.
19341
19342Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19343
19344 * configure.in, config.sub: Add support for VSTa micro-kernel.
19345
19346Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19347
19348 * configure.in: Nuke hacks which were used to get a special
19349 version of GAS for HPPA configurations.
19350
19351Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19352
19353 * configure: If only ${target_alias} is given, use that
19354 as the default for ${host_alias}.
19355 * configure: Add missing back-slashes before nested quotes.
19356
19357Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19358
19359 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19360
19361Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19362
19363 * config.guess: Recognize some Tektronix configurations.
19364 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19365
19366Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19367
19368 * config.sub: Match any flavor of SH.
19369
19370Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19371
19372 * configure.in: Don't try to configure newlib for Alpha.
19373
19374Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19375
19376 * configure.in: Don't build ld for Irix 5. Don't build gas,
19377 libg++ or libio for any Alpha target.
19378
19379 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
19380
19381Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19382
19383 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19384 default arguments -- so it tried to compress itself.
19385
19386Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19387
19388 * configure.in (notsupp): ensure that a space is always at the end
19389 of the configdirs list, since the grep checks for an explicit space
19390
19391Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19392
19393 * configure.in (target i386-sysv4.2): don't build ld, since static
19394 versions of many libraries are not available.
19395
19396Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19397
19398 * config.guess: Recognize Apollos (using environment variables).
19399 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19400
19401Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19402
19403 * config.guess: Recognize Sony news mips running newsos.
19404
19405Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
19406
19407 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19408 "fi ; else" for bash.
19409
19410Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
19411
19412 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19413
19414Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
19415
19416 * config.sub: accept unixware as an alias for svr4.2.
19417 Fix some inconsistancies with the gcc version.
19418
19419Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19420
19421 * Makefile.in (DISTDOCDIRS): Add gdb.
19422
19423Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
19424
19425 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
19426
19427Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19428
19429 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19430 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19431 this now.
19432
19433Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19434
19435 * config.sub: Accept hiux* as an OS name.
19436
19437 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19438 etc/make-stds.texi. The underscore came from gcc, and dje now
19439 agrees that RUNTESTFLAGS is the correct name.
19440
19441Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
19442
19443 * install.sh: Remove 'set -e'. It makes any conditionals
19444 in the script useless.
19445
19446 * config.guess: Automatically recognize arm-acorn-riscix
19447 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19448
19449Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
19450
19451 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19452
19453Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19454
19455 * Makefile.in (DISTDOCDIRS): New variable.
19456 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 19457 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
19458
19459Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19460
19461 * configure.in (hppa target): check the source directory for the
19462 pagas sub-directory
19463
19464Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
19465
19466 * config.sub: Allow -aout* and -elf*.
19467
19468Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19469
19470 * configure.in: Don't build ld on i386-solaris2, same as for
19471 sparc-solaris2.
19472
19473Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
19474
19475 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19476
19477Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19478
19479 * configure.in: Configure gdb for alpha.
19480
19481Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19482
19483 * Makefile.in (CXXFLAGS): Add -O.
19484
19485Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19486
19487 * config.guess: added support for DG Aviion
19488
19489Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19490
19491 * configure.in: Produce warning message for subdirectories not
19492 configurable for this host/target combination. Don't try to
19493 configure gdb for vms.
19494
19495Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19496
19497 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19498 appropriate files before making "diststuff".
19499 (DISTBISONFILES): New var: list of files to be edited.
19500 (DISTSTUFFDIRS): Add binutils.
19501
19502Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19503
19504 * config.sub: also handle mipsel and mips64el (for little endian mips)
19505
19506Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19507
19508 * configure.in: Add * to end of all OS names.
19509
19510Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
19511
19512 * configure.in: Build newlib for LynxOS native.
19513
19514Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19515
19516 * config.guess: Add support for delta 88k running SVR3.
19517
19518 * configure.in: Add comment about HP compiler vs. emacs.
19519
19520Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19521
19522 * configure.in: don't build ld on solaris2 (not a viable option
19523 due to bugs in getpwnam & getpwuid)
19524
19525Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19526
19527 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19528 config.guess will produce a full version number.
19529
19530Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19531
19532 * configure.in: Build linker and binutils for alpha-dec-osf1.
19533
19534Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19535
19536 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19537 and gdb/testsuite/Makefile.in.
19538
19539Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19540
19541 * configure.in: recognize mips*- instead of mips-
19542
19543Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19544
19545 * config.sub: Accept linux*coff and linux*elf as operating
19546 systems.
19547
19548Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19549
19550 * config.sub: Recognize mips64, and mips3 as an alias for it.
19551
19552Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19553
19554 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19555 gdb knows how to handle OSF/1 shared libraries.
19556
19557Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19558
19559 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19560 * config.guess: Recognize Hitachi's HIUX.
19561 * config.sub: Recognize h3050r* and hppahitachi.
19562 Remove redundant cases for hp9k[23]*.
19563
19564Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19565
19566 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19567 if gas and ld are in the source tree and are in ${configdirs}.
19568 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 19569 --with options (but still pass them down on the command line,
6599da04
JM
19570 if they were explicitly specified).
19571
19572Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19573
19574 * configure: substitute SHELL value in Makefile.in with
19575 ${CONFIG_SHELL}
19576
19577Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19578
19579 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19580 *-*-solaris2* targets.
19581
19582Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19583
19584 * Makefile.in: define M4, and pass it down to sub-makes;
19585 all-autoconf now depends on all-m4
19586
19587Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19588
19589 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19590 presence of {ar,ranlib} instead of a configured directory
19591
19592Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19593
19594 * config.guess: Accept 34?? as well as 33?? for NCR.
19595
19596Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19597
19598 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19599 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19600
19601Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19602
19603 * configure: grab values for $(CC) and $(CXX) from the
19604 environment, so that someone can do "CC=gcc configure; make" and
19605 have it work right (matching the way that autoconf works now)
19606
19607 * configure.in, Makefile.in: add support for gash, the tcl
19608 interface to Galaxy
19609
19610 * config.guess: add NetBSD variants (hp300, x86)
19611
19612Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19613
19614 * install.sh: Support -d option (in the manner of SunOS 4 install,
19615 as it is more deterministic than that of GNU install)
19616 (chmodcmd): Set file to mode 755 by default (should also do default
19617 chgrp and chown, but I don't feel like dealing with that now)
19618
19619Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19620
19621 * config.sub: Remove h8300hhms alias.
19622
19623Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19624
19625 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19626
19627Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19628
19629 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19630 as stmp-fixinc
19631
19632Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19633
19634 * config.sub: recognize m88110-bug-coff.
19635
19636Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19637
19638 * Makefile.in (all-libio): all dependencies on the toolchain used
19639 to build this (gcc, gas, ld, etc)
19640
19641Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19642
19643 * config.guess: Deal with OSF/1 1.3 on alpha.
19644
19645Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19646
19647 * install.sh: add some 'else true' clauses for portability
19648
19649 * configure.in: don't build libio for h8[35]00-*-* targets
19650
19651Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19652
19653 * Makefile.in: Add support for new libio.
19654
19655Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19656
19657 * install.sh: If one command fails, don't try the rest. Don't try
19658 to remove $dsttmp (via trap) unless we have already created it.
19659 If $src doesn't exist, detect it and exit with an error.
19660
19661 * config.guess: Recognize BSD on hp300.
19662
19663Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19664
19665 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19666 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19667
19668Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19669
19670 * Makefile.in (all-send-pr): depends on all-prms
19671
19672Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19673
19674 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19675
19676Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19677
19678 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19679 Added test for mips-mips-riscos5.
19680
19681Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19682
19683 * configure.in: use mh-hp300 for 68k HP hosts
19684
19685Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19686
19687 * configure: add support for CONFIG_SHELL, so that you can use
19688 some alternate shell for evaluating configure scripts
19689
19690Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19691
19692 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19693 in configure script to bug-gdb@prep.ai.mit.edu when building
19694 distribution archive.
19695 * Makefile.in (COMPRESS): Remove def.
19696 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19697 gdb.tar.Z and make-gdb.tar.Z respectively.
19698 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19699 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19700 to convergence with 'taz' target in Makefile.in.
19701
19702Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19703
19704 * install.sh (dsttmp): use trap to ensure that tmp files go
19705 away on error conditions
19706
19707Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19708
19709 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19710
19711Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19712
19713 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19714 its parent is '/' not ''.
19715
19716 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19717
19718Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19719
19720 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19721 that ${newsrcdir}/configure.in does.
19722
19723Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19724
19725 * test-build.mk: support for CONFIG_SHELL
19726
19727Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19728
19729 * config.sub (netware): Add as a basic system type.
19730
19731Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19732
19733 * Makefile.in (Makefile): depend on configure.in. Also drop the
19734 $(srcdir)/ from the dependency on Makefile.in.
19735
19736Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19737
19738 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19739 (h8300hhms is temporary until multi-libraries are implemented).
19740 * configure.in: Handle h8300h too.
19741
19742Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19743
19744 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19745
19746Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19747
19748 * configure: Remove extraneous output when guessing host type.
19749 * config.guess: Remove extraneous output when guessing using C
19750 compiler rather than uname, or when guessing fails.
19751
19752Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19753
19754 * Makefile.in: remove all.cross and install.cross targets
19755
19756 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19757 definitions
19758
19759Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19760
19761 * configure.in (target sh): Build gprof.
19762
19763Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19764
19765 * config.sub: change -solaris to -solaris2
19766
19767Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19768
19769 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19770
19771Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19772
19773 * configure: Correct error message for missing Makefile.in to
19774 print correct directory.
19775
19776Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19777
19778 * install.sh: kludge around 386BSD shell bug
19779
19780Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19781
19782 * config.guess: Recognize NeXT.
19783 * config.guess: Recognize i486-ncr-sysv4.
19784 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19785
19786Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19787
19788 * Makefile.in (MAKEINFOFLAGS): New variable.
19789 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19790 * build-all.mk, test-build.mk: Pass down --no-split as
19791 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19792
19793Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19794
19795 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19796
19797Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19798
19799 * Makefile.in (libg++.tar.z): New rule.
19800 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19801 * Makefile.in (taz): Only do a single chmod.
19802
19803Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19804
19805 * install.sh: don't use dirname anymore (replaced with sed usage)
19806
19807Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19808
19809 * Makefile.in: Change extension for gzip'd files from '.z' to
19810 '.gz' per new FSF standard usage.
19811
19812Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19813
19814 * configure: put quotes around the final value of program_transform_name
19815
19816Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19817
19818 * Makefile.in: new install.sh support; update install-info rules
19819
19820Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19821
19822 * configure.in: Build diff for crosses, but not for go32 host.
19823
19824 * configure.in: Build gprof only for native, and don't build it
19825 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19826
19827Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19828
19829 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19830
19831Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19832
19833 * configure.in (host_tools): Add prms.
19834
19835Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19836
19837 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19838 with $(FLAGS_TO_PASS) on the command line
19839
19840 * config.sub: Recognize lynx and lynxos
19841
19842Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19843
19844 * config.sub: Accept -ecoff*, not just -ecoff.
19845
19846Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19847
19848 * Makefile.in (taz): Use .gz suffix instead of .z.
19849 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19850 names.
19851
19852Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19853
19854 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19855
19856Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19857
19858 * Makefile.in (install-no-fixedincludes): install gcc last, so
19859 that rebuilds that might happen during 'make install' don't get
19860 bogus gcc include files
19861
19862Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19863
19864 Change from Utah for HPPA support:
19865 * config.guess: Recognize hppa1.x-hp-bsd.
19866
19867Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19868
19869 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19870 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19871
19872Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19873
19874 * config.sub: Add support for rom68k and bug boot monitors.
19875
19876Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19877
19878 * Makefile.in: Make all-opcodes depend on all-bfd.
19879
19880Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19881
19882 * config.guess: Added special check for i[34]86-univel-sysv4*.
19883
19884Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19885
19886 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19887 the processor rather than assuming i486.
19888
19889Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19890
19891 * config.guess: Recognize SunOS6 as Solaris3.
19892
19893Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19894
19895 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19896 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19897
19898Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19899
19900 * build-all.mk (all-cross): New target for Canadian Cross.
19901 Added Q2 go32 targets.
19902 * test-build.mk: Configure go32 cross sparclite-aout and
19903 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19904 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19905
19906Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19907
19908 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19909 GO32 hosted toolchains
19910
19911Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19912
19913 * configure: change so "-exec-prefix" gets passed down rather
19914 than "-exec_prefix" so autoconf generated Makefiles get the
19915 exec_prefix set right.
19916
19917Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19918
19919 * config.guess: get the Solaris2 minor version number
19920
19921 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19922
19923Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19924
19925 * config.guess: Recognize some Sequent platforms.
19926
19927Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19928
19929 * Makefile.in: added the vault-install target
19930
19931 * configure.in: actually use the Sun3 makefile fragment that's in
19932 config, also added the release dir to configdirs
19933
19934Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19935
19936 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19937
19938Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19939
19940 * configure.in: remove some program from Alpha targetted toolchains
19941
19942Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19943
19944 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19945 gprof.
19946 (taz): Run "make diststuff" in those directories instead of "make
19947 proto-dir". Look for "VERSION=" only at start of line in subdir
19948 Makefile. Use "gzip -9" for compression.
19949 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19950 (binutils.tar.z): New target.
19951
19952Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19953
19954 * Makefile.in (taz): Include gpl.texinfo.
19955
19956Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19957
19958 * Makefile.in (setup-dirs): Merged into "taz" target.
19959 (taz): Only do `proto-dir' stuff if a directory is actually needed
19960 for this target.
19961
19962Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
19963
19964 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19965 (FLAGS_TO_PASS): Pass down MUNCH_NM.
19966 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19967 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19968 (gcc-no-fixedincludes): Correct for current gcc Makefile.
19969
19970Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
19971
19972 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
19973 config.sub, and move-if-change to gdb testsuite distribution
19974 archive, so the testsuite can be extracted, configured, and
19975 run separately from the gdb distribution. Blow away the Chill
19976 tests that require a Chill compiled executable, since GNU Chill
19977 is not yet publically available.
19978
19979Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19980
19981 * test-build.mk: set environment variables in a single command,
19982 instead of a list of assignments and exports
19983
19984 * config.guess: recognize Alpha/OSF1 systems
19985
19986Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19987
19988 * configure: Change help message to prefer --options rather than
19989 -options.
19990
19991Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19992
19993 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19994 zippy@ecst.csuchico.edu.
19995 * config.guess: Recognize miniframe.
19996
19997Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
19998
cc6010cd
AP
19999 * Makefile.in: Use srcroot to find runtest rather than rootme.
20000 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20001
20002Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20003
20004 * test-build.mk: Extensive additions to support building on a
20005 machine other than the host.
20006
20007Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20008
20009 * configure (tooldir): Fix for i386-aix again.
20010
20011Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20012
20013 * configure, Makefile.in: Change definition of $(tooldir)
20014 to match the FSF.
20015
20016Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20017
20018 * config.guess: Recognize i[34]86/SVR4.
20019
20020Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20021
20022 * Makefile.in (all-gdb): gdb depends on sim.
20023
20024Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20025
20026 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20027 at the same time we make the prototype gdb directory.
20028 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20029 files at the same time as the gdb base release distribution.
20030
20031Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20032
20033 * Makefile.in (check): Use individual check targets rather than
20034 DO_X rule.
20035 (check-gcc): Added.
20036
20037Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20038
20039 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20040 for System V release 3.2.
20041
20042Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20043
20044 * config.sub: Recognize hppaosf.
20045 * configure.in: Do configure ld/binutils/gas for it.
20046
20047Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20048
20049 * configure (tooldir): Alter syntax used to set this, for systems
20050 where "\$" isn't handled right, like i386-aix.
20051
20052Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20053
20054 * configure: Pass program-transform-name, not
20055 program_transform_name, to recursive configures.
20056
20057Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20058
20059 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20060 of gas+ld+binutils.
20061
20062Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20063
20064 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20065
20066Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20067
20068 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20069
6599da04
JM
20070Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20071
20072 * Makefile.in (PRMS): Set back to all-prms.
20073
20074Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20075
20076 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20077 targets, rather than for MIPS hosts.
20078
20079Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20080
20081 * configure.in: add comment for --with-x default values
20082
20083 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20084
20085 * Makefile.in: add check-* targets for each of the directories in
20086 the tree. Add a definition of RUNTEST that will use the one we
20087 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20088
20089Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20090
20091 * configure.in: Removed obsolete references to bfd_target and
20092 target_makefile_frag.
20093
20094 * build-all.mk: Set assorted targets for Q2.
20095 * config.sub: Recognize z8k-sim and h8300-hms.
20096 * test-build.mk: Really don't pass host to configure.
20097 (HOLES): Added uname.
20098
20099Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20100
20101 * configure: Handle an empty program-prefix, program-suffix or
20102 program-transform-name correctly.
20103
20104Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20105
20106 * build-all.mk: -G 8 no longer required for MIPS targets.
20107 * test-build.mk: Don't pass host argument to configure; make it
20108 guess.
20109
20110Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20111
20112 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20113 * Makefile.in (COMPRESS): New macro, like GZIP.
20114
20115Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20116
20117 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20118
20119 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20120 with gas currently defaults to -G 0.
20121
20122Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20123
20124 * Makefile.in (all-flex): flex depends on byacc.
20125
20126 * build-all.mk: If host not specified, use config.guess. Pass TAG
20127 to test-build.mk as RELEASE_TAG.
20128 * test-build.mk (configargs): New variable containing arguments to
20129 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20130 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20131
20132 * config.guess: Use /bin/uname when checking -X argument on SCO,
20133 to avoid invoking GNU uname which doesn't understand -X.
20134
20135 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20136
20137 * configure.in: Build gas for mips-*-*.
20138
20139Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20140
20141 * Makefile.in (all.normal): insert missing backslash.
20142
20143Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20144
731a8127 20145 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20146
20147 * Makefile.in: Complete overhaul to merge many almost identical
20148 targets.
20149
20150Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20151
20152 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20153 (gdb.tar.Z): Adjusted.
20154
20155 * Makefile.in (setup-dirs, taz): New targets; should be general
20156 enough to adapt for gdb sometime. Build only .z file.
20157 (gas.tar.z): New target.
20158
20159Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20160
20161 * build-all.mk: Use CC=cc -Xs on Solaris.
20162
6599da04
JM
20163Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20164
20165 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20166 for handling BISON for FSF releases.
20167
20168Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20169
20170 * configure: Actually implement the change zoo just documented.
20171
20172Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20173
20174 * configure: when using config.guess, only set target_alias when
20175 it's not already been set (ie, on the command line)
20176
20177Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20178
20179 * Makefile.in: add installcheck target, set PRMS to install-prms
20180
20181Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20182
20183 * configure: add support for package_makefile_fragment, handle the
20184 case where a directory has a configure.in file but no Makefile.in
20185 more gracefully (with an actual understandable error message, even);
20186 add support for --without (and add this to the usage message); also
20187 explicitly add a --host=${host_alias} to the command line when
20188 config.guess is used
20189
20190Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20191
20192 * configure: Must use both --host and --target in recursive calls.
20193
20194Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20195
20196 * Makefile.in: Change deja-gnu to dejagnu.
20197
20198Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20199
20200 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20201
20202Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20203
20204 * configure.in: canonicalize all instances to *-*-solaris2*,
20205 also strip out a number of tools to not build for go32 host
20206
20207Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20208
20209 * config.guess: add GPL.
20210
20211 * Makefile.in, config.guess, config.sub, configure: bump
20212 copyrights to 93.
20213
20214Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20215
20216 * Makefile.in (do-info): Removed obsolete check for existence of
20217 localenv file.
20218
20219 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20220
20221Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20222
20223 * Makefile.in: a couple of 'else true' for decstation,
20224 support for TclX
20225
20226 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20227
20228Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20229
20230 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20231
20232Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20233
20234 * config.guess: Recognize i386-ibm-aix (PS/2).
20235 * configure.in: Use config/mh-aix386 file for it.
20236
20237Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20238
20239 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20240 CC_FOR_TARGET instead.
20241 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20242
20243Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20244
20245 * Makefile.in: Add sim to list of directories sent with gdb
20246
20247Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20248
20249 * configure.in: Put back mips-dec-bsd* case.
20250
20251Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20252
20253 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20254 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20255 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20256
20257Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20258
20259 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20260
20261 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20262 (install-info): install dir.info only if it exists,
20263 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20264
20265Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20266
20267 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20268 gas for mips-dec-bsd.
20269
20270Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20271
20272 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20273 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20274
20275Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20276
20277 * configure.in: Added "dejagnu" to hosttools list.
20278
20279Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20280
20281 * config.sub, configure.in, config.guess: Add support
20282 for Bosx, an AIX variant from Bull.
20283 Patches from F.Pierresteguy@frcl.bull.fr.
20284
20285Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20286
20287 * devo/dejagnu: Initial creation of devo/dejagnu.
20288 Migrated dejagnu testcases and support files for testing software
20289 tools to reside as subdirectories, currently called "testsuite",
20290 within the directory of the software tool. Migrated all programs,
20291 support libraries, etc. beloging to dejagnu proper from
20292 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20293 with no modifications. The changes to these files which will
20294 allow them to configure, build, and execute properly will be made
20295 in a future update.
20296
20297Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20298
20299 * Makefile.in: Change send_pr to send-pr.
20300 * configure.in: Likewise.
20301 * send_pr: Renamed directory to send-pr.
20302
20303Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20304
20305 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20306
20307Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20308
20309 * README: Update for gdb-4.8 release.
20310 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20311 gdb-xxx.tar.z (gzip'd) file also.
20312
20313Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20314
20315 * Makefile.in: make all-diff depend on all-libiberty
20316
20317Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20318
20319 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20320
20321Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20322
20323 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20324
20325Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20326
20327 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20328 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20329 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20330
20331Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20332
20333 * Makefile.in: makeinfo binary is in a new location
20334
20335Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20336
20337 * config.sub: Accept -ecoff as an OS.
20338
20339 * Makefile.in: Various changes to eliminate a level of make
20340 recursion and reduce the required command line length.
20341 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20342 sub-makes.
20343 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20344 variables holding settings for specific sub-makes.
20345 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20346 in terms of BASE_FLAGS_TO_PASS.
20347 (TARGET_LIBS): New variable listing directories which use
20348 TARGET_FLAGS_TO_PASS.
20349 (subdir_do): Eliminated.
20350 (do-*): New set of targets to replace subdir_do.
20351 (various): All targets which used subdir_do now depend on do-*.
20352 (local-clean): Renamed from do_clean.
20353 (local-distclean): New target, dependency of distclean and
20354 realclean.
20355 (install-info): Don't create directories. Depend on dir.info
20356 rather than calling make recursively.
20357 (install-dir.info): Eliminated.
20358 (install-info-dirs): Create all info directories here.
20359 (dir.info): Depend upon do-install-info.
20360
20361 * test-build.mk (HOLES): Added false.
20362
20363Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20364
20365 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20366
20367Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20368
20369 * Makefile.in (info): remove dependency on all-texinfo. The
20370 problem was really in texinfo/C, not at this level.
20371
20372Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20373
20374 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20375
20376Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20377
20378 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20379 GDB releases.
20380
20381Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20382
20383 * configure: Include srcdir in message about target of link not
20384 being found. Don't convert `-' to `_' in `with' options being
20385 passed to subdirs.
20386
20387Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20388
20389 * configure.in: add uudecode to host_tools
20390
20391 * Makefile.in: added {all,install}-uudecode targets, added them to
20392 the appropriate lists
20393
20394Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20395
20396 * Makefile.in (all-gcc): Added dependency on all-gas.
20397
20398 * configure.in (mips-*-*): Build ld and binutils.
20399
20400Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20401
20402 * configure: check return code from mkdir, print error message and
20403 exit on failure.
20404
20405Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
20406
20407 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
20408
20409Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
20410
20411 * test-build.mk (HOLES): Added tar, cpio and uudecode.
20412
20413Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20414
20415 * config.sub (h8500): Recognize this as a cpu type.
20416
20417Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20418
20419 * configure: source directory missing is no longer a warning
20420
20421 * configure.in: recognize irix[34]* instead of irix[34]
20422
20423 * Makefile.in: define and pass down X11_LIB
20424
6599da04
JM
20425Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
20426
20427 * guess-systype: Renamed to ...
20428 * config.guess: ... by popular request.
20429 * configure.in, Makefile.in: Update accordingly.
20430
20431Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
20432
20433 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
20434 + Add Convex, Cray/Unicos, and Encore/Multimax support.
20435 + Execute ./dummy instead of assuming . is in PATH.
20436
20437Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
20438
20439 * guess-systype: New shell script. Attempts to guess the
20440 canonical host name of the executing host.
20441 Only a few hosts are supported so far.
20442 * configure: Call guess-systype if no host is specified.
20443
20444Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
20445
20446 * Makefile.in (gcc-no-fixedincludes): Made to work with current
20447 gcc Makefile.
20448
6599da04
JM
20449Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
20450
20451 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20452 (all-gcc, install-gcc, subdir_do): Use it.
20453
20454Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20455
20456 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20457
20458Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
20459
20460 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20461 set exclusively by configure, using configure.in .
20462
20463Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20464
20465 * test-build.mk: set $PATH for all builds
20466
20467 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20468
20469Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
20470
20471 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
20472 the one used in gcc/Makefile.in, so that a null expansion doesn't
20473 override the one needed to build gcc with a native cc.
20474
6599da04
JM
20475Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20476
20477 * configure: Accept -with arguments.
20478
20479Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20480
20481 * Makefile.in: added h8300sim
20482
20483Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
20484
6599da04
JM
20485 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20486 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
20487 (all-cygnus, native, build-cygnus): Make
20488 $(canonhost)-stamp-3stage-done, not $(host)....
20489 * test-build.mk (stamp-3stage-compared): Use tail +10c for
20490 i386-sco3.2v4. Added else true to if command.
20491
20492Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
20493
20494 * config.sub: (from FSF) Sequent uses a BSD-like OS.
20495
20496Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
20497
20498 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20499
20500Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20501
20502 * configure.in: don't remove binutils from Solaris builds
20503
20504Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
20505
20506 * Makefile.in: get rid of earlier definitions for *clean,
20507 also handle the recursive info rule better
20508
20509Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
20510
20511 * Makefile.in (mostlyclean, distclean, realclean): Fix to
20512 do more-or-less the right thing.
20513
20514Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
20515
20516 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20517 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20518
20519Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20520
20521 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20522 $(host_canonical).
20523
20524 * configure.in: split the configdirs list into 4 categories (native
20525 v. cross, library v. tool) and handle the cross-only and native-
20526 only in more reasonable (and correct!) way.
20527
20528Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20529
20530 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20531 configdirs anymore.
20532
20533Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20534
20535 * Makefile.in: extensive cleanup:: removed all of the explicit
20536 clean-* targets, collapsed many wrappers around subdir_do into
20537 one, added additional targets to satisfy standards.texi, deleted
20538 some old targets, some changes for consistency
20539
20540Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20541
20542 * configure.in: handle some programs as cross-only, and others as
20543 native only
20544
20545 * test-build.mk: handle partial holes in a more generic manner
20546
20547 * Makefile.in: m4 depends on libiberty
20548
6599da04
JM
20549Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20550
20551 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20552 time, wdiff, and find to configdirs
20553
20554 * Makefile.in: all, clean, and install rules for the new programs
20555 added to configure.in
20556
20557Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20558
20559 * configure.in: use mh-sun for all *-sun-* hosts
20560
6599da04
JM
20561Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20562
20563 * Makefile.in: define flags for X11 include files and library file
20564 locations, pass them down to the programs that need this info
20565
20566 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20567
6599da04
JM
20568Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20569
20570 * configure.in: start building libg++ for HP-UX targets
20571
20572Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20573
20574 * README: Update references to files moved into etc/.
20575
20576Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20577
20578 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20579 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20580
20581Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20582
20583 * configure: accept dash as well as underscore in long option
20584 names for FSF compatibility.
20585
20586Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20587
20588 * config.sub: added -sco3.2v4 support from FSF.
20589
20590Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20591
20592 * configure.in: expand the section that adds or removes
20593 directories from the list of programs to build, to handle native
20594 vs. cross in addition to host v. native
20595
20596Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20597
20598 * Makefile.in: Replace C++ in macro names with CXX.
20599 This is less likely to break ...
20600
20601Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20602
20603 * test-build.mk: add -w to GNU_MAKE
20604
20605Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20606
20607 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20608 add 'sparc' to list of recognized cpus. This needed to make
20609 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20610 Delete some redundant ose68 variants. Recognize -wrs as an os,
20611 then changes that into $CPU-wrs-vxworks.
20612
20613 * configure.in: remove most references to gdbtest, regularize
20614 target based program removal
20615
20616 * test-build.mk: import from p3 tree (many fixes and changes)
20617
20618Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20619
20620 * Makefile.in: added rules to handle tcl, tk, and expect
20621
20622 * configure.in: handle those directories if they exist
20623
20624Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20625
20626 * config.sub: removed bogus hppabsd and hppahpux names, since
20627 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20628
20629Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20630
20631 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20632 depends upon all-xiberty
20633
20634 * Makefile.in: changes from p3, including:
20635
20636 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20637
20638 * Makefile.in (XTRAFLAGS): include newlib directories if
20639 newlib/Makefile exists, rather than if host != target.
20640
20641 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20642
20643 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20644 from the same source tree and not building a cross-compiler. This
20645 matters for the libg++ configuration if reconfiguring a tree that
20646 has already been installed.
20647
20648 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20649
20650 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20651 pick up the machine and system specific header files.
20652
20653 * Makefile.in: added AS_FOR_TARGET, passed down in
20654 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20655 the C compiler to use to create programs which are run in the
20656 build environment, set it to default to $(CC), and passed it down
20657 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20658
20659 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20660
20661 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20662 We need them for unusual native builds, like systems without
20663 ranlib.
20664
20665 * configure: also define $(host_canonical) and
e490616e
ZW
20666 $(target_canonical), which are the full, canonical names for the
20667 given host and target
6599da04
JM
20668
20669Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20670
20671 * Makefile.in: Added separate definitions for C++.
20672
20673Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20674
20675 * configure.in (configdirs): Add deja-gnu.
20676
20677Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20678
20679 * README: Update for configure.texi and gdb-4.7 release.
20680
20681Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20682
20683 * Makefile.in: Move "all" target to top of file.
20684 Previously, first target was ".PHONY" which caused BSD4.4 make
20685 to build .PHONY when make was run without arguments.
20686
20687Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20688
20689 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20690 Library-copylefted code in libiberty.
20691
20692Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20693
20694 * config.sub: Replace m68kmote with plain old m68k.
20695
20696Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20697
20698 * Makefile.in: Remove space from blank line, avoid Make complaints.
20699
20700Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20701
20702 * config.sub: Complain if no argument is given. Added support for
20703 386bsd as OS and target alias.
20704
20705Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20706
20707 * Makefile.in (XTRAFLAGS): include newlib directories if
20708 newlib/Makefile exists, rather than if host != target.
20709
20710Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20711
20712 * config.sub: recognize sparclite-wrs-vxworks.
20713
20714 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20715 p3.) Added clean-xiberty to clean.
20716
20717Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20718
20719 * configure.in: use *-*-* instead of nested cases for host and target
20720
20721Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20722
20723 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20724 from the same source tree and not building a cross-compiler. This
20725 matters for the libg++ configuration if reconfiguring a tree that
20726 has already been installed.
20727
20728Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20729
20730 * config.sub (i486v/i486v4): Merge in from FSF version.
20731
20732Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20733
20734 * configure: only set PWD if it is already set.
20735
20736Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20737
20738 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20739 doesn't have unset and all success paths (and most error paths)
20740 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20741 to just ${PWD} to avoid confusion.)
20742
20743Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20744
20745 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20746 even for a native compilation.
20747
20748Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20749
20750 Changes to make the gdb.tar.Z rule work better.
20751
20752 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20753 (DEVO_SUPPORT): Add configure.texi.
20754 (bfd-ilrt.tar.Z): Remove ancient rule.
20755
20756Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20757
20758 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20759 pick up the machine and system specific header files.
20760
20761 * configure.in, config.sub: added new target m68010-adobe-scout,
20762 with alias of adobe68k. Changed configure.in to check for
20763 -scout before -sco* to avoid a false match.
20764
20765 * Makefile.in: added AS_FOR_TARGET, passed down in
20766 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20767 the C compiler to use to create programs which are run in the
20768 build environment, set it to default to $(CC), and passed it down
20769 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20770
20771Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20772
20773 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20774 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20775 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20776 FOR_TARGET variants, to newlib and libg++.
20777
20778Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20779
20780 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20781 first.
20782
20783Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20784
20785 * config.sub: Accept `elf' as an environment.
20786
20787Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20788
20789 * Makefile.in (all-opcodes): cd into the right directory
20790
20791Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20792
20793 * configure: added -program_transform_name option, used as
20794 argument to sed when installing programs.
20795 configure.texi: added documentation for -program_prefix,
20796 -program_suffix and -program_transform_name.
20797
20798Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20799
20800 * config.sub: Accept i486 where i386 ok.
20801
20802Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20803
20804 * config.sub: accept we32k
20805
20806Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20807
3b75d237 20808 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
20809
20810 * Makefile.in: don't create all directories for ``make install'';
20811 let the subdirectories create the ones they need.
20812
20813Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20814
e490616e 20815 * COPYING: new file, GPL v2
6599da04
JM
20816
20817Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20818
20819 * Makefile.in: use the new gen-info-dir, which needs a template
20820 argument (which also lives in texinfo)
20821
20822 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20823
6599da04
JM
20824Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20825
20826 * config.sub (ncr3000): Change i386 to i486.
20827
20828Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20829
20830 * Makefile.in: add install-rcs, install-grep to
20831 install-no-fixedincludes, removed install-bison and install-libgcc
20832
20833Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20834
20835 * configure.in: grab the HPUX makefile fragment if on HPUX
20836
20837Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20838
20839 * Makefile.in: eradicate bison spoor (ditto libgcc).
20840 configure.in: recognise m68{k,000}-ericsson-OSE.
20841 es1800 is alias for m68k-ericsson-OSE
20842
20843Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20844
20845 * configure.in: rearrange the parts that remove programs from
20846 configdirs, based now on HOST==TARGET or by canonical triple.
20847
20848Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20849
20850 * test-build.mk: recurse explicitly with -f test-build.mk when
20851 appropriate. predicate stage3 and comparison on the existence
20852 of gcc. That is, if gcc isn't around, we aren't three-staging.
20853 On very clean, also remove ...stamp-co. Build in-place before
20854 doing other builds.
20855
20856Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20857
20858 * Makefile.in, configure.in: add tgas
20859
20860Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20861
20862 * Makefile.in: a number of changes merged in from progressive.
20863
20864 * configure.in: add libm.
20865
20866 * .cvsignore: ignore some stuff that comes from test-build.mk.
20867
6599da04
JM
20868Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20869
20870 * config.sub: Add es1800 (m68k-ericsson-es1800).
20871
20872Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20873
20874 * configure: Add program_suffix (parallel to program_prefix)
20875 * Makefile.in: adjust directory-creating script for losing decstation
20876
20877Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20878
20879 * configure: Minor $subdir-related fixes.
20880
20881Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20882
20883 * configure: fix various problems with propogating
20884 makefile_target_frag in subdirs.
20885 * configure.in: config libgcc if its there
20886
20887Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20888
20889 * config.sub: HPPA merge.
20890
6599da04
JM
20891Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20892
20893 * Makefile.in: Replace all-bison with all-byacc in all
20894 dependency lines for other tools (which now use byacc).
20895
20896Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20897
20898 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20899
6599da04
JM
20900Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20901
20902 * Makefile.in: make gprof rules similar to byacc rules (instead of
20903 vestigal $(unsubdir) that didn't work...)
20904
20905Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20906
20907 * config.sub: Add support for Linux.
20908 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20909 (at least for libg++).
20910
20911Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20912
20913 * configure.texi: fix doc for the -nfp option to configure
20914
20915Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20916
20917 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20918
20919Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20920
20921 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20922 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20923 * configure.in: added solaris* host_makefile_frag hook.
20924
20925Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20926
20927 * config.sub: changed recognition of m68000 so that various
20928 m68k types can be specified via m680[01234]0
20929
20930Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20931
20932 * config.sub (basic_machine): fix sed so that '-foo' isn't
20933 completely substituted out while .+'-foo' loses the '-foo'
20934
20935Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20936
20937 * config.sub ($os): Add -aout.
20938
20939Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20940
20941 * configure: If host_makefile_frag is absolute, don't
20942 prefix ${invsubdir} (relevant to libg++ auto-configure).
20943
20944Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20945
20946 * Makefile.in (tooldir): Define it.
20947 (all-ld): Depend on all-flex.
20948
20949Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20950
20951 * Makefile.in (check): Fix libg++ special case.
20952
20953Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
20954
20955 * configure: do not bury `pwd` into config.status, thus do fewer
20956 pwd's.
20957
20958 * configure: print the "Building in" message only when building in
20959 other than "." AND verbose.
20960
63f6bcd7 20961 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
20962 configures.
20963
20964 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20965
20966Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
20967
20968 * Makefile.in: macroize flags passed on recursion. remove
20969 fileutils.
20970
20971Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
20972
20973 * configure: get makesrcdir right for subdirs deeper than 1.
20974
20975 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20976 install.
20977
20978Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
20979
20980 * Makefile.in: don't print subdir_do or recursion lines.
20981
20982Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
20983
20984 * standards.texi: added menu item.
20985
20986 * Makefile.in: build and install standards.info.
20987
20988 * standards.texi: new file.
20989
20990Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20991
20992 * configure: test for and move config.status pieces from
20993 ${subdir}/.
20994
20995Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
20996
6599da04
JM
20997 * configure: Test for existance of files before trying to mv
20998 them, to avoid numerous non-existance messages.
20999
21000Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21001
21002 * configure: correct final line of config.status.
21003
21004 * configure: patch from eggert. Avoids a protection problem if
21005 the original Makefile.in is read only.
21006
21007 * configure: use move-if-change from gcc to create config.status.
21008 Some makefiles depend on config.status to tell if a directory
21009 has been reconfigured for a different host. This change
21010 prevents those directories from remaking everything in the case
21011 where the reconfig was only intended to rebuild a Makefile.
21012
21013 * configure: test for config.sub with "config.sub sun4" rather
21014 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21015 host alias from a missing config.sub.
21016
21017Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21018
21019 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21020 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21021
21022Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21023
21024 * configure: mkdir ${subdir} as needed.
21025
21026Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21027
21028 * Makefile.in,configure.in: added autoconf.
21029
21030Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21031
21032 * Makefile.in: no longer pass against on recursion.
21033
21034 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21035 definitions are not inherited.
21036
21037 * configure: correct makesrcdir when subdir is .
21038
21039Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21040
21041 * configure: Add support for 'subdirs' variable, which is
21042 like 'configdirs', except that configure doesn't re-invoke
21043 itself for subdirs, it just creates a Makefile for each subdir.
21044 * configure.texi: Document subdirs.
21045
21046Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21047
21048 * configure.in: added flex to configdirs
21049
21050Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21051
21052 * Makefile.in: remove clean-stamps from clean.
21053
21054Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21055
21056 * configure.in: Add gdbtest to configdirs.
21057
21058Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21059
21060 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21061 to recursive makes.
21062 * configure.in: Recognize new ncr3000 config.
21063
21064Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21065
21066 * Makefile.in, configure.in: removed references to gdbm.
21067
21068Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21069
21070 * config.sub: Don't canonicalize os value
21071 newsos* to bsd (readline needs to check for newsos).
21072 (This fix was earlier made Jan 31, but got re-broken.)
21073
21074Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21075
21076 * configure.in: sco is an os, not a vendor!
21077
21078 * configure: Quote $( better. Keep various shells happy.
21079
21080Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21081
21082 * Makefile.in: eliminate stamp-files.
21083
21084Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21085
21086 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21087 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21088
21089Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21090
21091 * config.sub: fix iris/iris3.
21092
21093Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21094
21095 * configure: re-add -rm.
21096
21097Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21098
21099 * Maskefile.in: add .stmp-rcs to all.
21100
21101 * configure.in: remove gas from rs6000 build, use aix host fragment.
21102
21103Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21104
21105 * configure: pass down site_option during recursion.
21106
21107Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21108
21109 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21110
21111Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21112
21113 * configure: Change exec_prefix so that it really defaults to prefix.
21114
21115Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21116
21117 * Makefile.in, configure.in: Add support for mmalloc library.
21118
21119Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21120
21121 * Makefile.in: add stmp dependencies for a few more things.
21122
21123Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21124
21125 * configure: adjusted error message on objdir/srcdir configure
21126 collision, per john's suggestion.
21127
21128 * Makefile.in: add libiberty stmp to all and all.cross.
21129
21130Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21131
21132 * Makefile.in: remove force dependencies, add grep to all.
21133
21134Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21135
21136 * Makefile.in: drop flex. make stamp files work.
21137
21138 * configure: added test for conflicting configuration in srcdir,
21139 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21140 gets cranky. use relative paths for configure and srcdir
21141 whenever possible. Send some error messages to stderr that were
21142 going to stdout.
21143
21144Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21145
21146 * Makefile.in: Fix libg++ rule to check for gcc directory
21147 before using gcc/gcc. Also pass XTRAFLAGS.
21148
21149Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21150
21151 * Makefile.in: added stmp-files so that directories aren't polled
21152 when they are already built.
21153
21154 * configure.texi: fixed a node pointer problem.
21155
21156Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21157
731a8127 21158 * config.sub configure.in gdb/configure.in
6599da04
JM
21159 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21160 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21161 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21162
21163Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21164
21165 * configure: -recurring becomes -silent. corrected help message
21166 for -site= option.
21167
21168 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21169
21170Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21171
21172 * configure: when building Makefile for crosses, replace
21173 tooldir and program_prefix. default srcdir from location of
21174 config.sub. remove "for host in hosts" and "for target in
21175 targets" loops.
21176
21177Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21178
21179 * Makefile.in: Do not pass bindir or mandir to cvs.
21180
21181Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21182
21183 * Makefile.in, configure.in: removed traces of namesubdir,
21184 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21185 copyrights to '92, changed some from Cygnus to FSF.
21186
21187 * configure.texi: remove most references to multiple hosts,
21188 multiple targets, subdirs, etc.
21189
21190 * configure.man: removed rcsid. reference config.sub not
21191 config.subr.
21192
21193 * Makefile.in: mkdir $(infodir) on install-info.
21194
21195Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21196
21197 * configure.texi: Explain better about .gdbinit and about
21198 the environment that configure.in sections run in.
21199
21200Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21201
21202 * configure.in: Ultrix is only a decstation if it's a MIPS.
21203
21204Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21205
21206 * README: DOC.configure => cfg-paper.texi.
21207
21208Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21209
21210 * config.sub (near case $os): Don't convert newsos* to bsd!
21211
21212Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21213
21214 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21215 the number of copies of COPYING that go into the GDB tar file.
21216
21217Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21218
731a8127 21219 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21220 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21221 Fix SCO configuration stuff.
21222
21223Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21224
21225 * Makefile.in: For libg++, make sure the -I pointing
21226 to the gcc directory goes *after* all the libg++-local -I flags.
21227 Also, move just-gcc dependency from just-libg++ to all-libg++.
21228
21229Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21230
21231 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21232
21233Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21234
21235 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21236
21237Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21238
21239 * config.sub: Add stratus configuration frags. Also
21240 submitted to FSF.
21241
21242Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21243
21244 * Makefile.in (DEV_SUPPORT): add configure.man.
21245
21246 * config.sub(Decode manufacturer-specific): add -none*.
21247
21248Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21249
21250 * Makefile.in: remove form feeds to make Sun's make happy.
21251 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21252
21253Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21254
21255 * Makefile.in (AR_FLAGS): Make quieter.
21256
21257Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21258
21259 * configure.in: Add libg++.
21260 * configure: When verbose, don't output the command line at each
21261 level; it will be unremarkably the same as the previous version,
21262 which will be the same as what the user typed.
21263
21264Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21265
21266 * configure.in, Makefile.in: fix clean-info, add flex. add
21267 fileutils.
21268
21269 * configure: be less sensitive to spaces in Makefile.in. Do not
21270 look for sources in "..". Doing so breaks subdirectories that
21271 might have their own configure. If a subdir has it's own
21272 configure script, use it.
21273
21274Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21275
21276 * cfg-paper.texi: some changes suggested by rms.
21277
21278Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21279
21280 * config.sub: Merge in some small additions from the FSF version,
21281 taken from the gcc distribution, to bring the Cygnus and FSF
21282 versions into closer sync.
21283
21284Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21285
21286 * configure.in: Changed svr4 references to sysv4.
21287
21288Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21289
21290 * configure: added -V for version number option.
21291
21292Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21293
21294 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21295 renamed from DOC.configure to cfg-paper.texi.
21296
21297Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21298
21299 * configure, config.subr, config.sub: config.subr is now
21300 config.sub again.
21301
21302Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21303
21304 * configure.texi: new file, in progress.
21305
21306 * Makefile.in: build info file and install the man page for
21307 configure.
21308
21309 * configure.man: new file, first cut.
21310
21311 * configure: find config.subr again now that configuration "none"
21312 has gone. removed all traces of the -ansi option. removed all
21313 traces of the -languages option.
21314
21315 * config.subr: resync from rms.
21316
21317Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21318
21319 * configure, config.sub, config.subr: merge config.sub into
21320 config.subr, call the result config.subr, remove config.sub, use
21321 config.subr.
21322
21323 * Makefile.in: revised install for dir.info.
21324
21325Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21326
21327 * configure.in: add decstation host makefile frag.
21328
21329 * Makefile.in: BISON now bison -y again. also install-gcc on
21330 install. clean-gdbm on clean. infodir belongs in datadir.
21331 Make directories for info install. Build dir.info here then
21332 install it.
21333
21334Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21335
21336 * Makefile.in: fix for bad directory tests.
21337
21338Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21339
21340 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21341 regexp. -srcdir relative was being handled incorrectly.
21342
21343 * Makefile.in: unwrapped some for loops so that parallel makes
21344 work again and so one can focus one's attention on a particular
21345 package.
21346
21347Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21348
21349 * configure: added PWD as a stand in for `pwd` (for speed). use
21350 elif wherever possible. make -srcdir work without -objdir.
21351 -objdir= commented out.
21352
21353Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21354
21355 * configure: +options become --options. -subdirs commented out.
21356 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21357 Makefile now at top of generated Makefile. Removed cvs log
21358 entries. added -srcdir. create .gdbinit only if there is one
21359 in ${srcdir}.
21360
21361 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21362 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21363 and mandir now keyed off datadir by default.
21364
21365Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21366
21367 * Freshly created ChangeLog.
21368
21369\f
21370Local Variables:
21371mode: change-log
21372left-margin: 8
21373fill-column: 76
21374version-control: never
21375End: