]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
nvptx-none: Define empty GOMP_SELF_SPECS.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
84958347 12015-02-06 Diego Novillo <dnovillo@google.com>
2
3 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
4 middle-end, docstring): Remove myself.
5 (Write After Approval): Add myself.
6
265e716f 72015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
8
9 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
10 (Write After Approval): Update address.
11
5c524c74 122015-01-29 David Malcolm <dmalcolm@redhat.com>
13
14 PR jit/64780
15 * configure.ac: Require the user to explicitly specify
16 --enable-host-shared if the jit is enabled.
17 * configure: Regenerate.
18
c82aff11 192015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
20
21 * MAINTAINERS (Write After Approval): Add myself.
22
8a608e00 232015-01-25 Tom de Vries <tom@codesourcery.com>
24
25 * MAINTAINERS: Make whitespace consistent.
26
2968b954 272015-01-23 Braden Obrzut <admin@maniacsvault.net>
28
29 * MAINTAINERS (Write After Approval): Add myself.
30
d084f505 312015-01-20 Andre Vehreschild <vehre@gmx.de>
32
33 * MAINTAINERS: (Write After Approval): Add myself.
34
1b4bfbd1 352015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
36
37 * MAINTAINERS: (Write After Approval): Add myself.
38
7fd44cfc 392015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
40
41 * MAINTAINERS: (Write After Approval): Add myself.
42
1f206195 432015-01-13 Iain Sandoe <iain@codesourcery.com>
44
45 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
46 objective-c/c++ front end maintainer.
47
65eebed4 482015-01-13 Marek Polacek <polacek@redhat.com>
49
50 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
51
2bfaea82 522015-01-12 Jeff Law <law@redhat.com>
53
54 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
55 a very long time.
56
dcfe52b6 572015-01-09 Ian Lance Taylor <iant@google.com>
58
59 * configure.ac (host_tools): Add gotools.
60 * Makefile.def (host_modules): Add gotools.
61 (dependencies): Add dependency of all-gotools on all-target-libgo.
62
275d0a7c 632015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
64
65 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
66 * configure: Regenerate.
67
fb5eef67 682015-01-08 Thomas Schwinge <thomas@codesourcery.com>
69
70 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
71 all-target-libgomp.
72 * Makefile.in: Regenerate.
73
fa8b719f 742015-01-06 Eric Botcazou <ebotcazou@adacore.com>
75
76 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
77
8992df51 782015-01-06 Eric Botcazou <ebotcazou@adacore.com>
79
80 * configure.ac: Add Visium support.
81 * configure: Regenerate.
82
9b31ae9c 832015-01-04 Andreas Schwab <schwab@linux-m68k.org>
84
85 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
86 * configure: Regenerate.
87
fc740d70 882015-01-03 Andrew Pinski <apinski@cavium.com>
89
90 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
91 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
92 (BASE_TARGET_EXPORTS): Add OBJCOPY.
93 (OBJCOPY_FOR_TARGET): New variable.
94 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
95 * Makefile.in: Regenerate.
96 * configure.ac: Check for already installed target objcopy.
97 Also GCC_TARGET_TOOL on objcopy.
98 * configure: Regenerate.
99
edf5ad4f 1002015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
101
102 * config.sub: Update from upstream, to 2015-01-01 version.
103 * config.guess: Ditto.
104
40ef7a25 1052014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
106
107 * MAINTAINERS (RTEMS Ports): Add myself.
108
78d92ced 1092014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
110
111 * MAINTAINERS (Write After Approval): Add myself.
112
f604b2e0 1132014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
114
115 * MAINTAINERS (Write After Approval): Add myself.
116
67cedda8 1172014-12-15 Thomas Schwinge <thomas@codesourcery.com>
118
119 * configure.ac (--enable-as-accelerator-for): Don't set
120 ENABLE_AS_ACCELERATOR_FOR. Update all users.
121 * configure: Regenerate.
122
41a4aa66 1232014-12-13 Jakub Jelinek <jakub@redhat.com>
124
125 PR bootstrap/64023
126 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
127 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
128 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
129 to CXX.
130 * Makefile.in: Regenerated.
131
d10a337d 1322014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
133 Yury Gribov <y.gribov@samsung.com>
134
135 * .gitignore: Added .local.vimrc and .lvimrc.
136 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
137 * Makefile.in: Regenerate.
138
1392014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
b4cec649 140
141 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
142 * configure: Regenerated.
143
d22eabd4 1442014-11-27 Bernd Schmidt <bernds@codesourcery.com>
145
146 * MAINTAINERS (nvptx port): New entry.
147
d781ea5c 1482014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
149
150 * configure: Regenerate.
151
3e78a7ce 1522014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
153
154 * configure.ac: Merge with Binutils.
155
533c3d32 1562014-11-26 Tobias Burnus <burnus@net-b.de>
157
158 * Makefile.def: Make more dependent on mpfr, mpc and isl.
159 * Makefile.in: Regenerate.
160
d1a94f02 1612014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
162
163 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
164 missing flex.
165 * Makefile.in: Regenerated.
166
3453eaf0 1672014-11-21 Ilya Verbin <ilya.verbin@intel.com>
168
169 * Makefile.in: Regenerate.
170
4e8a08d4 1712014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
172
173 PR bootstrap/63784
174 * libtool.m4: Add $pic_flag with -shared.
175
d758319f 1762014-11-21 Renlin Li <Renlin.Li@arm.com>
177
178 * MAINTAINERS (Write After Approval): Added myself.
179
673168e8 1802014-11-21 Alex Velenko <Alex.Velenko@arm.com>
181
182 * MAINTAINERS (write-after-approval): Add myself.
183
50c933a3 1842014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
185
186 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
187 from 2 years ago.
188
2008009a 1892014-11-19 Alex Velenko <Alex.Velenko@arm.com>
190
191 Revert:
192 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
193
194 * MAINTAINERS (Write After Approval): Added myself as line map
195 maintainer.
196
e2d66bc6 1972014-11-19 Renlin Li <Renlin.Li@arm.com>
198
199 Revert:
200 2014-11-19 Renlin Li <Renlin.Li@arm.com>
201
202 * MAINTAINERS (Write After Approval): Added myself.
203
cef068f7 2042014-11-19 Renlin Li <Renlin.Li@arm.com>
205
206 * MAINTAINERS (Write After Approval): Added myself.
207
f5ff9110 2082014-11-19 Alex Velenko <Alex.Velenko@arm.com>
209
210 * MAINTAINERS (Write After Approval): Added myself as line map
211 maintainer.
212
14c6b63a 2132014-11-17 Dodji Seketeli <dodji@redhat.com>
214
215 * MAINTAINERS (Various Maintainers): Added myself as line map
216 maintainer.
217
c8df758a 2182014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
219
220 * move-if-change: Sync from upstream gnulib.
221
cdf97dbf 2222014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
223
224 * compile: Sync with upstream Automake.
225 * depcomp: Ditto.
226 * install-sh: Ditto.
227 * missing: Ditto.
228 * mkinstalldirs: Ditto.
229 * ylwrap: Ditto.
230
54c820f5 2312014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
232
233 * config.sub: Update from upstream config repo.
234 * config.guess: Ditto.
235
d3a7dd32 2362014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
237
238 * Makefile.def: Add liboffloadmic to target_modules. Make
239 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
240 * Makefile.in: Regenerate.
241 * configure: Regenerate.
242 * configure.ac: Add liboffloadmic to target binaries.
243 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
244 Add liboffloadmic to noconfig list when C++ is not supported.
245
a3d93be3 2462014-11-13 Bernd Schmidt <bernds@codesourcery.com>
247 Thomas Schwinge <thomas@codesourcery.com>
248 Ilya Verbin <ilya.verbin@intel.com>
249 Andrey Turetskiy <andrey.turetskiy@intel.com>
250
251 * configure: Regenerate.
252 * configure.ac (--enable-as-accelerator-for)
253 (--enable-offload-targets): New configure options.
254
90d9e583 2552014-11-11 Tobias Burnus <burnus@net-b.de>
256
845ec886 257 * Makefile.def: Make all-gcc depend on all-isl.
90d9e583 258 * Makefile.in: Regenerate.
259
863e76f9 2602014-11-11 David Malcolm <dmalcolm@redhat.com>
261
262 * ChangeLog.jit: New.
263 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
264
7c407808 2652014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
266
267 PR target/63610
268 * libtool.m4: Fix globbing of darwin versions.
269 * configure: Regenerate.
270
572cf1f7 2712014-11-11 Tobias Burnus <burnus@net-b.de>
272
273 * config/cloog.m4: Remove.
274 * Makefile.def: Remove CLooG.
275 * Makefile.tpl: Ditto.
276 * configure.ac: Ditto.
277 * configure: Regenerate.
278 * Makefile.in: Ditto.
279
8ce80784 2802014-11-06 Bernd Schmidt <bernds@codesourcery.com>
281
282 * configure.ac: Handle nvptx-*-*.
283 * configure: Regenerate.
284
aa80e213 2852014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
286
287 * MAINTAINERS (Write After Approval): Add myself.
288
f7d3db38 2892014-10-31 Jakub Jelinek <jakub@redhat.com>
290
291 * Makefile.def (libcc1): Remove bootstrap=true;.
292 * Makefile.in: Regenerated.
293
10e64fba 2942014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
295
296 * configure.ac: Update comment.
297 * configure: Regenerate.
298
6f0a1b31 2992014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
300
301 * MAINTAINERS (Write After Approval): Add myself.
302
944792ef 3032014-10-30 Thomas Schwinge <thomas@codesourcery.com>
304
305 * configure.ac (extra_host_libiberty_configure_flags): Add
306 --enable-shared also for libcc1's benefit.
307 * configure: Regenerate.
308
98b17817 3092014-10-29 Tristan Gingold <gingold@adacore.com>
310
311 * MAINTAINERS: Change my email address.
312
ab103e33 3132014-10-27 Phil Muldoon <pmuldoon@redhat.com>
314 Tom Tromey <tromey@redhat.com>
315
316 * Makefile.def: Add libcc1 to host_modules.
317 * configure.ac (host_tools): Add libcc1.
318 * Makefile.in, configure: Rebuild.
319
1085f3b8 3202014-10-24 Hans-Peter Nilsson <hp@axis.com>
b85b703b 321
322 * configure.ac (build_configargs): Don't share config.cache between
323 build subdirs.
d9eecfbd 324 * configure: Regenerate.
b85b703b 325
14091821 3262014-10-24 Daniel Hellstrom <daniel@gaisler.com>
327
328 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
329 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
330 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
331 leon3v7 as leon3.
332 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
333 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
334 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
335 * config/sparc/sparc.md (cpu): Add leon3v7.
336 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
337
b58f2ae3 3382014-10-24 Daniel Hellstrom <daniel@gaisler.com>
339
340 * MAINTAINERS (write-after-approval): Add myself.
341
56242c27 3422014-10-23 Ian Lance Taylor <iant@google.com>
343
344 * configure.ac: Disable the Go frontend on systems where it is known
345 to not work.
346 * configure: Regenerate.
347
9245d2c5 3482014-10-23 Richard Biener <rguenther@suse.de>
349
350 * Makefile.def: Add libcpp build module and dependencies.
351 * configure.ac: Add libcpp build module.
352 * Makefile.in: Regenerate.
353 * configure: Likewise.
354
2e7fb888 3552014-10-15 Max Filippov <jcmvbkbc@gmail.com>
356
357 * MAINTAINERS (write-after-approval): Add myself.
358
a4dbd7d4 3592014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
360
361 * INSTALL/README: Do not mention CVS.
362
58f62c51 3632014-10-03 Jing Yu <jingyu@google.com>
364
365 * configure.ac: Add aarch64 to list of targets that support gold.
366 * configure: Regenerate.
367
0c89a10c 3682014-09-29 François Dumont <fdumont@gcc.gnu.org>
369
370 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
371
7747f33f 3722014-09-29 Catherine Moore <clm@codesourcery.com>
373
374 * MAINTAINERS: Add myself as MIPS maintainer.
375
6d0eaeb8 3762014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
377
378 * MAINTAINERS: Move myself to MIPS maintainers.
379
1fbbc678 3802014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
381
382 * MAINTAINERS: Put all email addresses between '<' and '>'.
383
5e530ebd 3842014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
385
386 * MAINTAINERS: Move myself to reviewers (Fortran).
387
870e466f 3882014-09-01 Andi Kleen <ak@linux.intel.com>
389
390 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
391 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
392 * Makefile.in: Regenerate.
393
8325d4dd 3942014-08-28 David Malcolm <dmalcolm@redhat.com>
395
396 * rtx-classes-status.txt: Delete
397
91a55c11 3982014-08-28 David Malcolm <dmalcolm@redhat.com>
399
400 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
401
b6de67fd 4022014-08-27 Sebastian Pop <s.pop@samsung.com>
403
404 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
405 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
406 of checking for version number.
407 * configure: Regenerated.
408 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
409
f1ee32d1 4102014-08-27 David Malcolm <dmalcolm@redhat.com>
411
412 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
413 is done; begin phase 6 (use extra rtx_def subclasses).
414
d40b1309 4152014-08-27 David Malcolm <dmalcolm@redhat.com>
416
417 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
418 done; begin phase 5 (additional rtx_def subclasses).
419
e149ca56 4202014-08-26 David Malcolm <dmalcolm@redhat.com>
421
422 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
423
26bb3cb2 4242014-08-26 David Malcolm <dmalcolm@redhat.com>
425
426 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
427 SET_BB_HEADER are done.
428
fc5ad70a 4292014-08-26 David Malcolm <dmalcolm@redhat.com>
430
431 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
432 done.
433
69c5a18c 4342014-08-26 David Malcolm <dmalcolm@redhat.com>
435
436 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
437
2f3c9801 4382014-08-26 David Malcolm <dmalcolm@redhat.com>
439
440 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
441
e97a173d 4422014-08-25 David Malcolm <dmalcolm@redhat.com>
443
444 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
445
943ea6fa 4462014-08-25 David Malcolm <dmalcolm@redhat.com>
447
448 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
449
08a06697 4502014-08-25 David Malcolm <dmalcolm@redhat.com>
451
452 * rtx-classes-status.txt: Phase 3 (per-file commits within
453 "config" subdirs) is done; begin phase 4 (removal of
454 "scaffolding").
455
d2ecc902 4562014-08-23 David Malcolm <dmalcolm@redhat.com>
457
458 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
459 dir) is done; begin phase 3 (per-file commits within "config"
460 subdirs).
461
e31de0d2 4622014-08-21 David Malcolm <dmalcolm@redhat.com>
463
464 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
465 phase 2 (per-file commits in main source dir).
466
6ac3b11e 4672014-08-21 Bin Cheng <bin.cheng@arm.com>
468
469 * configure: Regenerated.
470
0eec6621 4712014-08-19 David Malcolm <dmalcolm@redhat.com>
472
473 * rtx-classes-status.txt (TODO): Add SET_BND_TO
474
17616710 4752014-08-19 David Malcolm <dmalcolm@redhat.com>
476
477 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
478
7c5928c3 4792014-08-19 David Malcolm <dmalcolm@redhat.com>
480
481 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
482
047ccec4 4832014-08-19 David Malcolm <dmalcolm@redhat.com>
484
485 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
486
a83c8362 4872014-08-19 David Malcolm <dmalcolm@redhat.com>
488
489 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
490
1b08cfdd 4912014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
492
493 * MAINTAINERS (Write After Approval): Add myself.
494
d41d96b7 4952014-08-19 Christopher Faylor <me.gnu@cgf.cx>
496
497 * MAINTAINERS: Remove myself
498
4a57a2e8 4992014-08-19 David Malcolm <dmalcolm@redhat.com>
500
501 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
502
7ad1fa02 5032014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
504
505 * MAINTAINERS (Write After Approval): Add myself.
506
a684cb04 5072014-08-18 David Malcolm <dmalcolm@redhat.com>
508
509 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
510 SET_BB_HEADER, SET_BB_FOOTER
511
57c8dfee 5122014-08-18 David Malcolm <dmalcolm@redhat.com>
513
904c3df2 514 * rtx-classes-status.txt: New file
57c8dfee 515
429cca51 5162014-08-18 Roman Gareev <gareevroman@gmail.com>
517
518 * configure.ac: Eliminate ClooG installation dependency.
519 * configure: Regenerate.
520 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
521 * Makefile.in: Regenerate.
522
5420e92f 5232014-08-15 Ilya Verbin <iverbin@gmail.com>
524
525 * MAINTAINERS (Write After Approval): Add myself.
526
f0da22ea 5272014-08-15 Ilya Tocar <tocarip@gmail.com>
528
529 * MAINTAINERS (Write After Approval): Add myself.
530
47d90752 5312014-08-01 Jiong Wang <jiong.wang@arm.com>
532
533 * MAINTAINERS (Write After Approval): Add myself.
534
1d163515 5352014-07-28 Anthony Green <green@moxielogic.com>
536
537 Import from savannah.gnu.org:
538 * config.sub: Update to 2014-07-28 version.
539
8cc0edb6 5402014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
541
542 * MAINTAINERS: Remove my MIPS maintainer entry.
543
385527e9 5442014-07-26 Uros Bizjak <ubizjak@gmail.com>
545
546 PR target/47230
547 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
548 * configure: Regenerate.
549
2dd0603e 5502014-07-24 James Norris <jnorris@codesourcery.com>
551
552 * MAINTAINERS (Write After Approval): Add myself.
553
383b71a9 5542014-07-20 Roman Gareev <gareevroman@gmail.com>
555
556 * configure.ac: Accept only CLooG 0.18.1.
557 * configure: Regenerate.
558
9556e4d0 5592014-07-17 Roman Gareev <gareevroman@gmail.com>
560
561 * configure.ac: Don't accept isl 0.11.
562 * configure: Regenerate.
563
05095438 5642014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
565
566 * MAINTAINERS (Write After Approval): Add myself.
567
20632469 5682014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
569
570 * configure.ac: Don't accept isl 0.10.
571 * configure: Regenerate.
572
f4953d40 5732014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2556a4ed 574
f4953d40 575 Fix include path for in-tree cloog.
576 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
577 * configure: Regenerate.
2556a4ed 578
f4953d40 5792014-06-18 Richard Henderson <rth@redhat.com>
60d578d4 580
f4953d40 581 * .gitignore: Import gcc_update output.
60d578d4 582
bf0001d4 5832014-06-13 Thomas Schwinge <thomas@codesourcery.com>
584
52fd2e17 585 * config-ml.in: Robustify ac_configure_args parsing.
586
1015a063 587 * configure.ac (--enable-linker-plugin-configure-flags)
588 (--enable-linker-plugin-flags): New flags.
589 (configdirs): Conditionally add libiberty-linker-plugin.
590 * configure: Regenerate.
591 * Makefile.def (host_modules): Add libiberty-linker-plugin.
592 (host_modules) <lto-plugin>: Pay attention to
593 @extra_linker_plugin_flags@ and
594 @extra_linker_plugin_configure_flags@.
595 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
596 * Makefile.in: Regenerate.
597
bf0001d4 598 * Makefile.tpl (configure-[+prefix+][+module+])
599 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
600 "module_srcdir" instead of "module" for locating a module's srcdir.
601 * Makefile.in: Regenerate.
602
85dcf814 6032014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
604
605 * MAINTAINERS (Write After Approval): Add myself.
606
b9f71945 6072014-06-06 Sebastian Pop <sebpop@gmail.com>
608
609 * MAINTAINERS: Update my email address.
610
a499a116 6112014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
612
613 * MAINTAINERS (Write After Approval): Add myself.
614
42878318 6152014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
616
617 * MAINTAINERS (Write After Approval): Add myself.
618
df148e44 6192014-05-30 Jonathan Wakely <jwakely@redhat.com>
620
621 PR libstdc++/61011
622 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
623 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
624 * configure: Regenerate.
625
7f9463ec 6262014-05-28 Pedro Alves <palves@redhat.com>
627
628 * MAINTAINERS (Write After Approval): Add myself.
629
0be66420 6302014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
631
632 * MAINTAINERS: Update my affiliation/email.
633
2a96d757 6342014-05-19 Mike Stump <mikestump@comcast.net>
635
636 * MAINTAINERS: Add wide-int reviewers.
637
2481a2c1 6382014-05-14 Sandra Loosemore <sandra@codesourcery.com>
639
640 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
641 * configure: Regenerated.
642
418aa869 6432014-05-15 Torvald Riegel <triegel@redhat.com>
644
645 * MAINTAINERS (libitm): Add myself as maintainer.
646
d23ca936 6472014-05-07 Charles Baylis <charles.baylis@linaro.org>
648
649 * MAINTAINERS (Write After Approval): Add myself.
650
b98f8a78 6512014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
652
653 * config.sub, config.guess: Import from upstream.
654
588c2671 6552014-04-29 Alan Lawrence <alan.lawrence@arm.com>
656
657 * MAINTAINERS (Write After Approval): Put myself in correct order.
658
572205be 6592014-04-29 Alan Lawrence <alan.lawrence@arm.com>
660
661 * MAINTAINERS (Write After Approval): Add myself.
662
a6703892 6632014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
664
665 * MAINTAINERS: Move myself from Reviewers to Write After Approval
666 section.
667
5692cf37 6682014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
669
670 * MAINTAINERS (Write After Approval): Delete myself.
671
478532eb 6722014-04-17 Jakub Jelinek <jakub@redhat.com>
673
674 PR sanitizer/56781
675 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
676 and -B* options with -Xcompiler.
677
e40b19b7 6782014-04-04 Eric Botcazou <ebotcazou@adacore.com>
679
680 PR bootstrap/60620
681 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
682 * Makefile.in: Regenerate.
683
e673a265 6842014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
685
686 * Makefile.def (dependencies): Make all-ld depend on all-binutils
687 for WINDRES_FOR_TARGET in default-manifest.o rule.
688 * Makefile.in: Regenerate.
689
737fef9c 6902014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
691
692 * MAINTAINERS (Write After Approval): Add myself.
693
f4ae1a00 6942014-03-26 Jakub Jelinek <jakub@redhat.com>
695
696 PR sanitizer/56781
697 * Makefile.def: Set bootstrap=true; for host fixincludes.
698 * configure.ac: Don't bootstrap host fixincludes unless
699 --with-build-config=bootstrap-{a,ub}san.
700 * Makefile.in: Regenerated.
701 * configure: Regenerated.
702
ee055341 7032014-03-21 Jakub Jelinek <jakub@redhat.com>
704
705 * configure.ac: Move BUILD_CONFIG set up earlier. Add
706 --enable-vtable-verify option parsing. Don't add
707 target-libsanitizer to bootstrap_target_libs unless
708 --with-build-config=bootstrap-asan or
709 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
710 to bootstrap_target_libs unless --enable-vtable-verify.
711 * configure: Regenerated.
712
1279e87b 7132014-03-10 Anatoly Sokolov <aesok@post.ru>
714
715 * MAINTAINERS (Write After Approval): Add myself.
716
cf0201a5 7172014-03-07 Denis Chertykov <chertykov@gmail.com>
718
719 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
720
48d33b51 7212014-03-07 Jakub Jelinek <jakub@redhat.com>
722
723 PR bootstrap/58572
724 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
725 -I for libstdc++-v3 includes if $(LEAN).
726 * Makefile.in: Regenerated.
727
4dcc249a 7282014-03-04 Jonathan Wakely <jwakely@redhat.com>
729
730 * MAINTAINERS: Update my email address.
731
2da35515 7322014-02-24 Walter Lee <walt@tilera.com>
733
734 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
735 (tilegx-*-*): Change to tilegx*-*-*.
736 * configure: Regenerate.
737
2cdbba93 7382014-02-17 Loren J. Rittle <ljrittle@acm.org>
739
740 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
741
e3c32511 7422014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
743
744 * MAINTAINERS (Write After Approval): Add myself.
745
48118d02 7462014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
747
748 PR target/59788
749 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
750 *solaris2*.
751
68512f53 7522014-01-21 John David Anglin <danglin@gcc.gnu.org>
753
754 * MAINTAINERS: Update my email address.
755
a37bd79b 7562014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
757
758 * MAINTAINERS: Convert to UTF-8.
759 Properly sort Xinliang David Li's entry.
760
3c6280bd 7612013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
762 Sandra Loosemore <sandra@codesourcery.com>
763
764 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
765 nios2 port maintainers.
766
e8cac2b9 7672013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
768
769 * MAINTAINERS (Write After Approval): Add myself.
770
87ebeb4c 7712013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d4cf3e7a 772
773 * configure.ac: Add user-friendly check for native x86_64-linux
774 multilibs.
775 * configure: Regenerate.
776
7772013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
778
779 * MAINTAINERS: Add myself as sh maintainer.
780
7812013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
782
783 * MAINTAINERS: Add self as SLSR maintainer.
784
7852013-11-18 Jan Hubicka <hubicka@ucw.cz>
786
787 * MAINTAINERS: Update my email address.
788
7892013-11-15 David Edelsohn <dje.gcc@gmail.com>
790
791 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
792
7932013-11-07 Thomas Schwinge <thomas@codesourcery.com>
794
795 * Makefile.in: Regenerate.
796
797 * Makefile.tpl: Fix typo.
798 * Makefile.in: Regenerate partially.
799
8002013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
801
802 * configure.ac: Added libcilkrts to noconfig list when C++ is not
803 supported.
804 * configure: Regenerated.
805
8062013-11-01 Trevor Saunders <tsaunders@mozilla.com>
807
808 * MAINTAINERS (Write After Approval): Add myself.
809
8102013-10-30 Jason Merrill <jason@redhat.com>
811
812 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
813 --disable-build-format-warnings.
814
8152013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
816
817 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
818 depend on libstdc++ and libgcc.
819 * configure: Regenerate.
820 * configure.ac: Added libcilkrts to target binaries. Also, restrict
821 libcilkrts for POSIX and i*86, and x86_64 architectures.
822 * Makefile.in: Added libcilkrts related fields to support building it.
823
8242013-10-26 Jeff Law <law@redhat.com>
825
826 * Makefile.def (target_modules): Remove libmudflap
827 (languages): Remove check-target-libmudflap).
828 * Makefile.in: Rebuilt.
829 * Makefile.tpl (check-target-libmudflap-c++): Remove.
830 * configure.ac (target_libraries): Remove target-libmudflap.
831 Remove checks which disabled libmudflap on some systems.
832 * configure: Rebuilt.
833 * libmudflap: Directory removed.
834
8352013-10-21 Cong Hou <congh@google.com>
836
837 * MAINTAINERS (Write After Approval): Add myself.
838
8392013-10-16 Mike Stump <mikestump@comcast.net>
840
841 * .dir-locals.el: Add.
842
8432013-10-15 David Malcolm <dmalcolm@redhat.com>
844
845 * configure.ac: Add --enable-host-shared
846 * configure: Regenerate.
847
8482013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
849
850 Import from savannah.gnu.org:
851 * config.guess: Update to 2013-06-10 version.
852 * config.sub: Update to 2013-10-01 version.
853
8542013-10-01 Simon Cook <simon.cook@embecosm.com>
855
856 Changes to build configuration to allow big endian ARC ELF toolchain
857 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
858 * configure: Regenerate.
859
8602013-09-20 Alan Modra <amodra@gmail.com>
861
862 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
863 ppc host match. Support little-endian powerpc linux hosts.
864
8652013-09-19 Dodji Seketeli <dodji@redhat.com>
866
867 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
868 maintainer.
869
8702013-09-12 DJ Delorie <dj@redhat.com>
871
872 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
873 maintainers.
874
8752013-09-03 Richard Biener <rguenther@suse.de>
876
877 * configure.ac: Also allow ISL 0.12.
878 * configure: Regenerated.
879
8802013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
881
882 * MAINTAINERS (Write After Approval): Add myself.
883
8842013-08-27 David Malcolm <dmalcolm@redhat.com>
885
886 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
887
8882013-08-26 Caroline Tice <cmtice@google.com>
889
890 * MAINTAINERS: Correct earliers update: Move myself from libvtv
891 "Various Reviewers" to libvtv "Various Maintainers".
892
8932013-08-20 Steven Bosscher <steven@gcc.gnu.org>
894
895 * MAINTAINERS: Add myself as RTL optimizers reviewer.
896
8972013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
898
899 * MAINTAINERS: Update name, email.
900
9012013-08-13 Adam Butcher <adam@jessamine.co.uk>
902
903 * MAINTAINERS (Write After Approval): Add myself.
904
9052013-08-12 Caroline Tice <cmtice@google.com>
906
907 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
908 address in the Write After Approval section.
909
9102013-08-09 Carlos O'Donell <carlos@redhat.com>
911
912 * MAINTAINERS (Write After Approval): Update email.
913
9142013-08-08 Benjamin Kosnik <bkoz@redhat.com>
915
916 * configure.ac: Adjust to check VTV_SUPPORTED.
917 * configure: Regenerated.
918
9192013-08-02 Caroline Tice <cmtice@google.com>
920
921 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
922 on non-linux systems; add target-libvtv to noconfigdirs; add
923 libsupc++/.libs to C++ library search paths.
924 * configure: Regenerated.
925 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
926 libstdc++ and libgcc.
927 * Makefile.in: Regenerated.
928
9292013-07-19 Yvan Roux <yvan.roux@linaro.org>
930
931 * MAINTAINERS (Write After Approval): Add myself.
932
9332013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
934 Shiva Chen <shiva0217@gmail.com>
935
936 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
937 nds32 port maintainers.
938
9392013-07-17 Tim Shen <timshen91@gmail.com>
940
941 * MAINTAINERS (Write After Approval): Add myself.
942
9432013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
944
945 * configure.ac: Sync from binutils.
946 * configure: Regenerate.
947
9482013-06-14 Vidya Praveen <vidyapraveen@arm.com>
949
950 * MAINTAINERS (Write After Approval): Add myself.
951
9522013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
953
954 * MAINTAINERS (Write After Approval): Add myself.
955
9562013-05-17 David Malcolm <dmalcolm@redhat.com>
957
958 * MAINTAINERS (Write After Approval): Add myself.
959
9602013-04-30 Brooks Moses <bmoses@google.com>
961
962 * MAINTAINERS: Update my email; move myself from Fortran
963 reviewer to Write After Approval.
964
9652013-04-16 Andreas Schwab <schwab@suse.de>
966
967 * configure.ac (aarch64-*-*): Don't disable java.
968 * configure: Regenerate.
969
9702013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
971
972 * MAINTAINERS (Write After Approval): Add myself.
973
9742013-03-30 Matthias Klose <doko@ubuntu.com>
975
976 * Makefile.def (target_modules): Don't install libffi.
977 * Makefile.in: Regenerate.
978
9792013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
980
981 * MAINTAINERS (Write After Approval): Add myself.
982
9832013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
984
985 * MAINTAINERS (Write After Approval): Add myself.
986
9872013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
988
989 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
990 * configure: Regenerated.
991
477ef922 9922013-02-05 Ian Lance Taylor <iant@google.com>
993
994 PR go/55969
995 * configure.ac: Disable libgo on some systems where it does not
996 work.
997
d4cf3e7a 9982013-02-04 David Edelsohn <dje.gcc@gmail.com>
999
1000 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1001 Remove Geoff Keating as rs6000 port maintainer, at his request.
1002
10032013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1004
1005 * MAINTAINERS: Update my email.
1006
10072013-01-23 Shenghou Ma <minux.ma@gmail.com>
1008
1009 * configure: Re-generate.
1010
10112013-01-15 Richard Biener <rguenther@suse.de>
1012
1013 PR other/55973
1014 * configure: Re-generate.
1015
10162013-01-14 Matthias Klose <doko@ubuntu.com>
1017
1018 * Makefile.def (install-target-libsanitizer): Depend on
1019 install-target-libstdc++-v3.
1020 * Makefile.in: Regenerate.
1021
10222013-01-14 Richard Biener <rguenther@suse.de>
1023
1024 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1025 * configure: Re-generate
1026
10272013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1028
1029 * config.sub: Update from config repo.
1030
10312013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1032
1033 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1034 * Makefile.in: Regenerate.
1035
10362013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1037
1038 * MAINTAINERS (arc): Add new port maintainership for myself.
1039
10402013-01-09 Jason Merrill <jason@redhat.com>
1041
1042 * .gitignore: Import from gdb repository.
1043
10442013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1045
1046 * Makefile.def (configure-gcc): Depend on all-gmp.
1047 (all-gcc): Remove dependency on all-gmp.
1048 * Makefile.in: Regenerated.
1049
10502013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1051
1052 * config.sub: Merge from config repo.
1053 * config.guess: Ditto.
1054
10552013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1056
1057 * Makefile.def: Merge from binutils.
1058 * Makefile.in: Ditto.
1059
10602013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1061
1062 * MAINTAINERS: Update my email.
1063
10642012-12-29 Ben Elliston <bje@gnu.org>
1065
1066 * config.guess: Update to 2012-12-29 version.
1067 * config.sub: Likewise.
1068
10692012-12-20 Matthias Klose <doko@ubuntu.com>
1070
1071 * Makefile.def (install-target-libgfortran): Depend on
1072 install-target-libquadmath, install-target-libgcc.
1073 (install-target-libsanitizer): Depend on install-target-libgcc.
1074 (install-target-libjava): Depend on install-target-libgcc.
1075 (install-target-libitm): Depend on install-target-libgcc.
1076 (install-target-libobjc): Depend on install-target-libgcc.
1077 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1078 * Makefile.in: Regenerate.
1079
10802012-12-19 Matthias Klose <doko@ubuntu.com>
1081
1082 * Makefile.def (install-target-libgo): Depend on
1083 install-target-libatomic.
1084 * Makefile.in: Regenerate.
1085
10862012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1087
1088 PR go/55201
1089 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1090 * Makefile.in: Regenerate.
1091
10922012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1093
1094 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1095 * configure: Regenerate.
1096
10972012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1098
1099 * config.sub: Merge from config repo.
1100
11012012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * Makefile.def (target_modules): Add bootstrap=true and
1104 raw_cxx=true to libsanitizer.
1105 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1106 * Makefile.in: Regenerated.
1107 * configure: Likewise.
1108
11092012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1110
1111 * MAINTAINERS: Remove self as RTL optimization maintainer.
1112
11132012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1114
1115 * MAINTAINERS (Write After Approval): Add myself.
1116
11172012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1118
1119 * Makefile.def (target_modules): Remove bootstrap=true and
1120 raw_cxx=true from libsanitizer.
1121 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1122 * Makefile.in: Regenerated.
1123 * configure: Likewise.
1124
11252012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * Makefile.def (target_modules): Add bootstrap=true and
1128 raw_cxx=true to libsanitizer.
1129 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1130 * Makefile.in: Regenerated.
1131 * configure: Likewise.
1132
11332012-11-28 Andrew Pinski <apinski@cavium.com>
1134
1135 PR bootstrap/54279
1136 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1137 * configure: Regenerate.
1138 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1139 * Makefile.in: Regenerate.
1140
11412012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1142
1143 * configure.ac: Disable libsanitizer if we're not building C++.
1144 * configure: Regenerate.
1145
11462012-11-15 Roland McGrath <roland@hack.frob.com>
1147
1148 * MAINTAINERS (Write After Approval): Add myself.
1149
11502012-11-15 Dmitry Vyukov <dvyukov@google.com>
1151
1152 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1153 Kostya Serebryany (kcc@google.com) and
1154 Jakub Jelinek (jakub@redhat.com).
1155 Rename area for Dodji Seketeli (dodji@redhat.com).
1156
11572012-11-15 Dodji Seketeli <dodji@redhat.com>
1158
1159 * MAINTAINERS: (asan.c, related): Add myself.
1160
11612012-11-14 Roland McGrath <mcgrathr@google.com>
1162
1163 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1164 * configure: Regenerate.
1165
11662012-11-13 Richard Henderson <rth@redhat.com>
1167
1168 * configure.ac: Move libsanitizer logic to subdirectory.
1169 * configure: Regenerate.
1170
11712012-11-13 Dodji Seketeli <dodji@redhat.com>
1172
1173 * configure.ac: Enable libsanitizer just on x86 linux for now.
1174 * configure: Re-generate.
1175
11762012-11-13 David Edelsohn <dje.gcc@gmail.com>
1177
1178 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1179 sections.
1180 * configure: Regenerate.
1181
11822012-11-13 Hans-Peter Nilsson <hp@axis.com>
1183
1184 * configure.ac: Add section for configdirs for libsanitizer.
1185 Disable for cris-*-* and mmix-*-*.
1186 * configure: Regenerate.
1187
11882012-11-12 Wei Mi <wmi@google.com>
1189
1190 * configure.ac: Add libsanitizer to target_libraries.
1191 * Makefile.def: Ditto.
1192 * configure: Regenerate.
1193 * Makefile.in: Regenerate.
1194 * libsanitizer: New directory for asan runtime. Contains an empty
1195 tsan directory.
1196
11972012-11-03 Corinna Vinschen <corinna@vinschen.de>
1198
1199 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1200 against Mingw64 w32api.
1201 * configure: Regenerate.
1202
12032012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1204
1205 * configure: Regenerated.
1206
12072012-11-03 Robert Mason <rbmj@verizon.net>
1208
1209 * configure.ac: add --disable-libstdcxx configure option
1210 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1211
12122012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1213
1214 * MAINTAINERS (Write After Approval): Add myself.
1215
12162012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1217
1218 * MAINTAINERS (Write After Approval): Add myself.
1219
12202012-10-24 Sharad Singhai <singhai@google.com>
1221
1222 * MAINTAINERS (Write After Approval): Add myself.
1223
12242012-10-24 Eric Christopher <echristo@gmail.com>
1225
1226 * MAINTAINERS: Update email address.
1227
12282012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1229
1230 PR bootstrap/54820
1231 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1232 * configure: Regenerate.
1233
12342012-10-23 Richard Earnshaw <rearnsha@arm.com>
1235
1236 * MAINTAINERS (aarch64): Add Marcus and myself.
1237
12382012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1239
1240 PR bootstrap/54820
1241 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1242 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1243 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1244 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1245 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1246 * Makefile.in: Regenerate.
1247 * configure.ac (have_static_libs): New variable and associated check.
1248 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1249 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1250 * configure: Regenerate.
1251
12522012-10-10 Richard Biener <rguenther@suse.de>
1253
1254 * MAINTAINERS: Adjust for changed surname.
1255
12562012-10-04 Lawrence Crowl <crowl@google.com>
1257
1258 * MAINTAINERS (Write After Approval): Add myself.
1259
12602012-10-01 Cary Coutant <ccoutant@google.com>
1261
1262 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1263
12642012-09-28 Ian Lance Taylor <iant@google.com>
1265
1266 * Makefile.def: Make all-target-libgo depend on
1267 all-target-libbacktrace.
1268 * Makefile.in: Rebuild.
1269
12702012-09-26 Ian Lance Taylor <iant@google.com>
1271
1272 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1273 * Makefile.in: Rebuild.
1274
12752012-09-20 Walter Lee <walt@tilera.com>
1276
1277 * configure.ac: Add tilegx to list of targets that support gold.
1278 * configure: Regenerate.
1279
12802012-09-20 Marek Polacek <polacek@redhat.com>
1281
1282 * MAINTAINERS (Write After Approval): Add myself.
1283
12842012-09-19 Steve Ellcey <sellcey@mips.com>
1285
1286 * configure.ac: Add mips*-mti-elf* target.
1287 * configure: Regenerate.
1288
12892012-09-17 Ian Lance Taylor <iant@google.com>
1290
1291 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1292 * configure.ac (host_libs): Add libbacktrace.
1293 (target_libraries): Add libbacktrace.
1294 * Makefile.def (host_modules): Add libbacktrace.
1295 (target_modules): Likewise.
1296 * configure, Makefile.in: Rebuild.
1297
12982012-09-14 David Edelsohn <dje.gcc@gmail.com>
1299
1300 PR target/38607
1301 Merge upstream change.
1302 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1303
1304 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1305 Add libgomp*.o to compare_exclusions for AIX.
1306 * configure: Regenerate.
1307
13082012-09-06 Diego Novillo <dnovillo@google.com>
1309
1310 * configure.ac: Bump minimum GMP version to 4.2.3.
1311 * configure: Re-generate.
1312
13132012-09-05 Georg-Johann Lay <avr@gjlay.de>
1314
1315 PR target/54461
1316 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1317 target-libgloss if not configured --with-avrlibc=no.
1318 * configure: Regenerate.
1319
13202012-09-04 Jason Merrill <jason@redhat.com>
1321
1322 * configure.ac: Fix --enable-languages=all.
1323
13242012-09-04 Christophe Lyon <christophe.lyon@st.com>
1325
1326 * MAINTAINERS (Write After Approval): Add myself.
1327
13282012-09-03 Richard Guenther <rguenther@suse.de>
1329
1330 PR bootstrap/54138
1331 * configure.ac: Re-organize ISL / CLOOG checks to allow
1332 disabling with either --without-isl or --without-cloog.
1333 * configure: Regenerated.
1334
13352012-09-03 Georg-Johann Lay <avr@gjlay.de>
1336
1337 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1338 * configure: Regenerate.
1339
13402012-08-27 Ulrich Drepper <drepper@gmail.com>
1341
1342 * MAINTAINERS: Fix my email address.
1343
13442012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 PR binutils/4970
1347 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1348 and opcodes.
1349 * Makefile.in: Regenerated.
1350
13512012-08-26 Art Haas <ahaas@impactweather.com>
1352
1353 * configure: Regenerate.
1354
13552012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1356
1357 * INSTALL/README: Also refer to the online installation
1358 instructions.
1359
13602012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1361
1362 * MAINTAINERS (Write After Approval): Add myself.
1363 (Picochip port): Remove myself.
1364
13652012-08-14 Diego Novillo <dnovillo@google.com>
1366
1367 Merge from cxx-conversion branch.
1368
1369 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1370 POSTSTAGE1_CONFIGURE_FLAGS.
1371 * Makefile.in: Regenerate.
1372 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1373 Force C++ when bootstrapping.
1374 * configure: Regenerate.
1375
13762012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1377
1378 * MAINTAINERS (Write After Approval): Add myself.
1379
13802012-07-16 Joseph Myers <joseph@codesourcery.com>
1381
1382 * README: Document use of ranges of years in copyright notices.
1383
13842012-07-06 Richard Guenther <rguenther@suse.de>
1385
1386 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1387 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1388 --with-gmp=system.
1389 * Makefile.in: Regenerated.
1390 * configure: Likewise.
1391
13922012-07-06 Richard Guenther <rguenther@suse.de>
1393
1394 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1395 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1396 supply V=1 as extra_make_flags.
1397 * configure: Regenerated.
1398 * Makefile.in: Likewise.
1399
14002012-07-04 Tristan Gingold <gingold@adacore.com>
1401
1402 * configure: Regenerate.
1403
14042012-07-03 Richard Guenther <rguenther@suse.de>
1405
1406 * Makfile.def (isl): Remove not necessary extra_exports and
1407 extra_make_flags.
1408 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1409 * Makefile.in: Regenerated.
1410
14112012-07-03 Richard Guenther <rguenther@suse.de>
1412
1413 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1414 * configure.ac: If either the ISL or the CLooG check failed
1415 do not try to build in-tree versions.
1416 * Makefile.in: Regenerated.
1417 * configure: Regenerated.
1418
14192012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1420
1421 * configure: Regenerate.
1422
14232012-07-02 Janis Johnson <janisjo@codesourcery.com>
1424
1425 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1426 maintainer.
1427
14282012-07-02 Richard Guenther <rguenther@suse.de>
1429
1430 * configure: Regenerated.
1431
14322012-07-02 Richard Guenther <rguenther@suse.de>
1433 Michael Matz <matz@suse.de>
1434 Tobias Grosser <tobias@grosser.es>
1435 Sebastian Pop <sebpop@gmail.com>
1436
1437 * Makefile.def: Add ISL host module, remove PPL host module.
1438 Adjust ClooG host module to use the proper ISL.
1439 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1440 * configure.ac: Include config/isl.m4. Add ISL host library,
1441 remove PPL. Remove PPL configury, add ISL configury, adjust
1442 ClooG configury.
1443 * Makefile.in: Regenerated.
1444 * configure: Likewise.
1445
14462012-07-02 Richard Guenther <rguenther@suse.de>
1447
1448 Merge from graphite branch
1449 2011-07-21 Tobias Grosser <tobias@grosser.es>
1450
1451 * configure: Regenerated.
1452 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1453 both cloog.org and legacy versions. The only supported version will
1454 be CLooG with the isl backend.
1455
1456 2011-07-21 Tobias Grosser <tobias@grosser.es>
1457
1458 * configure: Regenerated.
1459 * configure.ac: Require cloog isl 0.17.0
1460
1461 2011-07-21 Tobias Grosser <tobias@grosser.es>
1462
1463 * configure: Regenerated.
1464 * config/cloog.m4: Do not define CLOOG_ORG
1465
14662012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1467
1468 * configure.ac: Skip C if explicitly selected.
1469 * configure: Regenerate.
1470
14712012-06-28 Christophe Lyon <christophe.lyon@st.com>
1472
1473 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1474 they contain -O2.
1475 * configure: Regenerate.
1476
14772012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1478
1479 PR debug/53740
1480 * df.h, df-problems.c, dce.c: Revert last patch.
1481
14822012-06-25 Iain Sandoe <iain@codesourcery.com>
1483
1484 * MAINTAINERS (Write After Approval): Update my email address.
1485
14862012-06-21 Meador Inge <meadori@codesourcery.com>
1487
1488 * MAINTAINERS (Write After Approval): Add myself.
1489
14902012-06-20 Jason Merrill <jason@redhat.com>
1491
1492 * Makefile.tpl (check-target-libgomp-c++): New.
1493 (check-target-libitm-c++): New.
1494 * Makefile.def (c++): Add them.
1495 * Makefile.in: Regenerate.
1496
14972012-05-29 Edmar Wienskoski <edmar@freescale.com>
1498
1499 * MAINTAINERS (Write After Approval): Add myself.
1500
15012012-05-16 Olivier Hainque <hainque@adacore.com>
1502
1503 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1504 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1505 (install-no-fixedincludes): Adjust accordingly.
1506 * Makefile.in: Regenerate.
1507
15082012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 Merge upstream change
1511 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1512
15132012-05-14 Marc Glisse <marc.glisse@inria.fr>
1514
1515 * MAINTAINERS (Write After Approval): Add myself.
1516
15172012-05-09 Nick Clifton <nickc@redhat.com>
1518 Paul Smith <psmith@gnu.org>
1519
1520 PR bootstrap/50461
1521 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1522 allow for the fact that from release v3.1.0 of MPFR the source
1523 files were moved into a src sub-directory.
1524 * configure: Regenerate.
1525
15262012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1527
1528 * configure.ac: Bump minimum MPFR version to 2.4.0.
1529 * configure: Regenerated.
1530
15312012-05-01 Richard Henderson <rth@redhat.com>
1532
1533 * Makefile.def (libatomic): New target_module.
1534 * configure.ac (target_libraries): Add libatomic.
1535 (noconfigdirs): Check if libatomic is supported.
1536 * Makefile.in, configure: Rebuild.
1537
15382012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1539
1540 * MAINTAINERS (Write After Approval): Add myself.
1541
15422012-04-25 Joel Brobecker <brobecker@adacore.com>
1543
1544 * config.sub: Update to 2012-04-18 version from official repo.
1545
15462012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
15502012-04-11 Steve Ellcey <sellcey@mips.com>
1551
1552 * MAINTAINERS: Changed email address.
1553
15542012-03-28 Georg-Johann Lay <avr@gjlay.de>
1555
1556 PR target/52737
1557 * contrib/gcc_update (files_and_dependencies):
1558 Remove gcc/config/avr/t-multilib from touch data.
1559
15602012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1561
1562 * MAINTAINERS (OS Port Maintainers): Remove irix.
1563 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1564 (unsupported_languages): Remove mips-sgi-irix6.*.
1565 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1566 (with_stabs): Remove.
1567 * configure: Regenerate.
1568
15692012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1570
1571 * MAINTAINERS (OS Port Maintainers): Remove osf.
1572 * configure.ac (enable_libgomp): Remove *-*-osf*.
1573 (with_stabs): Remove alpha*-*-osf*.
1574 * configure: Regenerate.
1575
15762012-03-05 Tristan Gingold <gingold@adacore.com>
1577
1578 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1579 * configure: Regenerate.
1580
15812012-02-17 Walter Lee <walt@tilera.com>
1582
1583 * MAINTAINERS: (Write After Approval): Delete myself.
1584
15852012-02-14 Walter Lee <walt@tilera.com>
1586
1587 * MAINTAINERS (tilegx port): Add myself.
1588 (tilepro port): Add myself.
1589 (Write After Approval): Add myself.
1590
15912012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1592
1593 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1594 and Joseph Myers as docstring relicensing maintainers.
1595
15962012-02-09 Bin Cheng <bin.cheng@arm.com>
1597
1598 * MAINTAINERS (write-after-approval): Add myself.
1599
16002012-02-08 Ira Rosen <irar@il.ibm.com>
1601
1602 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1603 maintainer.
1604
16052012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1606
1607 * MAINTAINERS (Write After Approval): Move myself to
1608 maintain alphabetical order.
1609
16102012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1611
1612 * MAINTAINERS (Write After Approval): Add myself.
1613
16142012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1615
1616 * MAINTAINERS (Write After Approval): Add myself.
1617
16182012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1619 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1620
1621 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1622 * configure: Regenerate.
1623
16242012-01-23 Harshit Chopra <harshit@google.com>
1625
1626 * MAINTAINERS (Write After Approval): Add myself.
1627
16282012-01-22 Douglas B Rupp <rupp@ngnat.com>
1629
1630 * configure.ac: Remove reference to mh-interix.
1631 * configure: Regenerate.
1632
16332012-01-05 Richard Henderson <rth@redhat.com>
1634
1635 PR bootstrap/51072
1636 * configure.ac: Disable libitm if c++ is not enabled.
1637 * configure: Rebuild.
1638
1639 * configure.ac: Fix regexp for same.
1640 * configure: Rebuild.
1641
16422012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1643
1644 * MAINTAINERS (Write After Approval): Add myself.
1645
16462012-01-02 Richard Guenther <rguenther@suse.de>
1647
1648 PR bootstrap/51686
1649 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1650 * Makefile.in: Regenerate.
1651
16522011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1653
1654 * MAINTAINERS (Write After Approval): Add myself.
1655
16562011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1657
1658 * configure: Regenerate.
1659
16602011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1661
1662 * MAINTAINERS (picochip): Changed email address.
1663
16642011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1665
1666 * MAINTAINERS (write-after-approval): Add self.
1667
16682011-11-29 DJ Delorie <dj@redhat.com>
1669
1670 * configure.ac (rl78-*-*) New case.
1671 * configure: Regenerate.
1672 * MAINTAINERS: Add myself as RL78 maintainer.
1673
16742011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1675
1676 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1677
16782011-11-21 Andreas Tobler <andreast@fgznet.ch>
1679
1680 * libtool.m4: Additional FreeBSD 10 fixes.
1681
16822011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1683
1684 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1685 Maintainers section, as Epiphany maintainer.
1686
16872011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1688
1689 PR target/49992
1690 * configure.ac: Remove ranlib special-casing for Darwin.
1691 * configure: Regenerate.
1692
16932011-11-12 Andrey Belevantsev <abel@ispras.ru>
1694
1695 * MAINTAINERS (Reviewers): Keep the list sorted.
1696
16972011-11-11 Andrey Belevantsev <abel@ispras.ru>
1698
1699 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1700
17012011-11-09 Roland McGrath <mcgrathr@google.com>
1702
1703 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1704 * configure: Rebuild.
1705 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1706 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1707 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1708 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1709 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1710 Add READELF.
1711 * Makefile.in: Rebuild.
1712
17132011-11-09 Jason Merrill <jason@redhat.com>
1714
1715 * Makefile.def (language=c++): Remove check-c++0x.
1716 * Makefile.in (check-gcc-c++): Regenerate.
1717
17182011-11-08 Richard Henderson <rth@redhat.com>
1719
1720 * configure.ac: Test for libitm directory present first.
1721
1722 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1723
1724 * configure.ac: Test libitm/configure.tgt to disable libitm.
1725 * configure: Rebuild.
1726
17272011-11-07 Aldy Hernandez <aldyh@redhat.com>
1728 Richard Henderson <rth@redhat.com>
1729
1730 Merged from transactional-memory.
1731
1732 * Makefile.def (lang_env_dependencies): libitm is c++.
1733 Add libitm target module.
1734 * configure.ac: Likewise.
1735 * config/mmap.m4: New file.
1736 * contrib/gcc_update: Add libitm to touch data.
1737 * Makefile.in, configure: Rebuild.
1738
17392011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1740
1741 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1742 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1743 * Makefile.in: Regenerate.
1744
17452011-11-01 DJ Delorie <dj@redhat.com>
1746
1747 * config.sub: Update to version 2011-10-29 (added rl78)
1748
17492011-10-27 Nick Clifton <nickc@redhat.com>
1750
1751 * config.sub: Import these changes from the config project:
1752
1753 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1754 Ben Elliston <bje@gnu.org>
1755
1756 * config.sub (epiphany): New.
1757
1758 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1759 Ben Elliston <bje@gnu.org>
1760
1761 * config.sub (hexagon, hexagon-*): New.
1762
1763 2011-08-23 Roland McGrath <mcgrathr@google.com>
1764
1765 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1766 64eb to be64.
1767
1768 2011-08-16 Roland McGrath <mcgrathr@google.com>
1769
1770 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1771 (nacl): Grok as alias for 32el-unknown-nacl.
1772
17732011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1774
1775 * MAINTAINERS (Write After Approval): Add myself.
1776
17772011-10-24 Teresa Johnson <tejohnson@google.com>
1778
1779 * MAINTAINERS (Write After Approval): Add myself.
1780
17812011-09-21 Jakub Jelinek <jakub@redhat.com>
1782
1783 * MAINTAINERS (sparc port): Remove myself.
1784
17852011-09-14 Tom de Vries <tom@codesourcery.com>
1786
1787 * MAINTAINERS (Write After Approval): Add myself.
1788
17892011-08-14 Yao Qi <yao@codesourcery.com>
1790
1791 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1792 * configure: Regenerate.
1793
17942011-07-26 Ian Lance Taylor <iant@google.com>
1795
1796 * configure.ac: Set have_compiler based on whether gcc directory
1797 exists, rather than on whether gcc is in configdirs.
1798 * configure: Rebuild.
1799
18002011-07-21 Joseph Myers <joseph@codesourcery.com>
1801
1802 * MAINTAINERS (Global Reviewers): Add self.
1803
18042011-07-20 David Edelsohn <dje.gcc@gmail.com>
1805
1806 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1807 link directories.
1808 * Makefile.in: Rebuild.
1809
18102011-07-20 Ian Lance Taylor <iant@google.com>
1811
1812 PR bootstrap/49787
1813 * configure.ac: Move --enable-bootstrap handling earlier in file.
1814 If --enable-bootstrap and either --enable-build-with-cxx or
1815 --enable-build-poststage1-with-cxx, enable C++ automatically.
1816 * configure: Rebuild.
1817
18182011-07-19 Ian Lance Taylor <iant@google.com>
1819
1820 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1821 make C++ a boot_language. Set and substitute
1822 POSTSTAGE1_CONFIGURE_FLAGS.
1823 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1824 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1825 * configure, Makefile.in: Rebuild.
1826
18272011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1828
1829 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1830 maintainers.
1831
18322011-07-18 Jakub Jelinek <jakub@redhat.com>
1833
1834 * MAINTAINERS (Global Reviewers): Add myself.
1835
18362011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1837
1838 * configure: Regenerate.
1839
18402011-07-16 Jason Merrill <jason@redhat.com>
1841
1842 * Makefile.def (language=c++): Add check-c++0x and
1843 check-target-libmudflap-c++.
1844 * Makefile.tpl (check-target-libmudflap-c++): New.
1845 * Makefile.in: Regenerate.
1846
18472011-07-16 Matthias Klose <doko@ubuntu.com>
1848
1849 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1850 * Makefile.def (target_modules/libjava): Pass
1851 $(EXTRA_CONFIGARGS_LIBJAVA).
1852 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1853 if not configured with --enable-static-libjava.
1854 * Makefile.in: Regenerate.
1855 * configure: Likewise.
1856
18572011-07-15 Jason Merrill <jason@redhat.com>
1858
1859 * Makefile.in (check-c++): Move check-gcc-c++0x after
1860 check-target-libstdc++-v3.
1861
18622011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1863
1864 * MAINTAINERS (c6x port): New entry.
1865
18662011-07-13 Jason Merrill <jason@redhat.com>
1867
1868 * Makefile.in (check-gcc-c++0x): New.
1869 (check-c++): Depend on it.
1870
18712011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1872
1873 PR target/39150
1874 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1875 x86_64-*-solaris2.1[0-9]*.
1876 * configure: Regenerate.
1877
18782011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1879
1880 * MAINTAINERS (RTL optimizers): Add self.
1881
18822011-06-27 Gabriel Charette <gchare@google.com>
1883
1884 * MAINTAINERS (Write After Approval): Add myself.
1885
18862011-06-22 Hans-Peter Nilsson <hp@axis.com>
1887
1888 PR regression/47836
1889 PR bootstrap/23656
1890 PR other/47733
1891 PR bootstrap/49247
1892 PR c/48825
1893 * configure.ac (target_libraries): Remove target-libiberty.
1894 Remove case-statement setting skipdirs=target-libiberty for
1895 multiple targets. Remove checking target_configdirs and
1896 removing target-libiberty but keeping target-libgcc if
1897 otherwise empty.
1898 * Makefile.def (target_modules): Don't add libiberty.
1899 (dependencies): Remove all traces of target-libiberty.
1900 * configure, Makefile.in: Regenerate.
1901
19022011-06-13 Walter Lee <walt@tilera.com>
1903
1904 * configure.ac (tilepro-*-*) New case.
1905 (tilegx-*-*): Likewise.
1906 * configure: Regenerate.
1907
19082011-06-06 Jing Yu <jingyu@google.com>
1909
1910 * configure.ac: Skip target-libiberty for
1911 arm*-*-linux-androideabi.
1912 * configure: Regenerated.
1913
19142011-06-06 Nick Clifton <nickc@redhat.com>
1915
1916 * config.sub: Sync from upstream.
1917
19182011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1919
1920 * MAINTAINERS (Write After Approval): Add myself.
1921
19222011-06-01 Daniel Jacobowitz <drow@false.org>
1923
1924 * MAINTAINERS: Update my email address.
1925
19262011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1927
1928 * MAINTAINERS (Write After Approval): Update my email address.
1929
19302011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1931
1932 * MAINTAINERS (Write After Approval): Add myself.
1933
19342011-05-08 Doug Kwan <dougkwan@google.com>
1935
1936 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1937 * configure: Regenerated.
1938 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1939 value from configure.
1940 * Makefile.in: Regenerated.
1941
19422011-05-05 Joseph Myers <joseph@codesourcery.com>
1943
1944 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1945 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1946 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1947 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1948 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1949 *-*-vxworks*): Disable newlib and libgloss in separate case
1950 statement.
1951 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1952 to separate case statement.
1953 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1954 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1955 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1956 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1957 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1958 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1959 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1960 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1961 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1962 i[[3456789]]86-*-rdos*, m32r-*-*,
1963 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1964 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1965 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1966 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1967 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1968 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1969 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1970 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1971 and libgloss in main case over targets. Remove most empty cases
1972 in main case over targets.
1973 * configure: Regenerate.
1974
19752011-05-04 Janis Johnson <janisjo@codesourcery.com>
1976
1977 * MAINTAINERS (Write After Approval): Add myself.
1978
19792011-05-04 Joseph Myers <joseph@codesourcery.com>
1980
1981 * configure.ac: Remove code setting special library locations for
1982 hppa*64*-*-hpux11*. Remove code setting compiler for
1983 sparc-sun-solaris2*.
1984 * configure: Regenerate.
1985
19862011-05-04 Joseph Myers <joseph@codesourcery.com>
1987
1988 * configure.ac: Separate libgloss_dir settings from general case
1989 over targets.
1990 * configure: Regenerate.
1991
19922011-04-28 Joseph Myers <joseph@codesourcery.com>
1993
1994 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1995 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1996 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1997 cases in libgcj-disabling case statement.
1998 (hppa*64*-*-linux*): Set unsupported_languages instead of
1999 disabling target-zlib.
2000 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2001 to hppa*64*-*-hpux*.
2002 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2003 hppa*-*-hpux*.
2004 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2005 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2006 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2007 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2008 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2009 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2010 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2011 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2012 libgcj-disabling case statement.
2013 * configure: Regenerate.
2014
20152011-04-28 Joseph Myers <joseph@codesourcery.com>
2016
2017 * configure.ac: Disable Java for targets not supporting libffi.
2018 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2019 Remove cases in Java-disabling statement.
2020 (*arm-wince-pe): Change to arm-wince-pe.
2021 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2022 cases in Java-disabling statement.
2023 (bfin-*-*): Don't disable Java again.
2024 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2025 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2026 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2027 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2028 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2029 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2030 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2031 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2032 Java-disabling statement.
2033 (mmix-*-*): Don't disable Java again.
2034 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2035 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2036 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2037 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2038 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2039 statement.
2040 * configure: Regenerate.
2041
20422011-04-28 Joseph Myers <joseph@codesourcery.com>
2043
2044 * configure.ac: Separate cases disabling Java and Java libraries
2045 from general case over targets.
2046 * configure: Regenerate.
2047
20482011-04-21 Jie Zhang <jzhang918@gmail.com>
2049
2050 * MAINTAINERS: Update my email address.
2051
20522011-04-20 Easwaran Raman <eraman@google.com>
2053
2054 * MAINTAINERS (Write After Approval): Add myself.
2055
20562011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2057
2058 PR lto/48086
2059 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2060 * configure: Regenerate.
2061
20622011-04-16 Jim Meyering <meyering@redhat.com>
2063
2064 * MAINTAINERS (Write After Approval): Add myself.
2065
20662011-04-15 Dodji Seketeli <dodji@redhat.com>
2067
2068 * MAINTAINERS: Update my email address.
2069
20702011-04-13 Georg-Johann Lay <avr@gjlay.de>
2071
2072 * MAINTAINERS (Write After Approval): Add myself.
2073
20742011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2075
2076 * MAINTAINERS (Write After Approval): Add myself.
2077
20782011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2079
2080 * MAINTAINERS (Write After Approval): Add myself.
2081
20822011-04-06 Joseph Myers <joseph@codesourcery.com>
2083
2084 * configure.ac (build_tools): Remove build-byacc.
2085 (host_libs): Remove mmalloc.
2086 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2087 autoconf automake libtool diff rcs fileutils shellutils time
2088 textutils wdiff find uudecode hello tar gzip indent recode release
2089 sed perl gawk findutils gettext zip.
2090 (libgcj): Remove target-qthreads.
2091 (target_tools): Remove target-examples target-gperf.
2092 (YACC): Don't handle building byacc.
2093 * configure: Regenerate.
2094 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2095 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2096 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2097 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2098 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2099 handle building components.
2100 * Makefile.in: Regenerate.
2101
21022011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2103
2104 * MAINTAINERS: Update my email address as Xtensa maintainer.
2105
21062011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2107
2108 * config.sub: Sync from upstream.
2109
21102011-04-01 Joseph Myers <joseph@codesourcery.com>
2111
2112 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2113 (microblaze*): Don't disable libssp.
2114 * configure: Regenerate.
2115
21162011-04-01 Joseph Myers <joseph@codesourcery.com>
2117
2118 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2119 moveifchange.
2120 * configure: Regenerate.
2121 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2122 * Makefile.in: Regenerate.
2123
21242011-04-01 Joseph Myers <joseph@codesourcery.com>
2125
2126 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2127 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2128 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2129 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2130 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2131 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2132 md_exec_prefix cases.
2133 * configure: Regenerate.
2134
21352011-04-01 Joseph Myers <joseph@codesourcery.com>
2136
2137 * configure.ac: Separate cases disabling target-libssp,
2138 target-libiberty, target-libstdc++-v3 and Fortran from general
2139 case over targets.
2140 * configure: Regenerate.
2141
21422011-04-01 Joseph Myers <joseph@codesourcery.com>
2143
2144 * configure.ac (*-*-chorusos): Don't disable libgcj.
2145 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2146 Remove case.
2147 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2148 (arm-*-coff): Don't disable libgcj.
2149 (arm*-*-linux-gnueabi): Remove useless assignment.
2150 (arm-*-riscix*): Don't disable libgcj.
2151 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2152 configuration.
2153 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2154 (c54x*-*-*): Remove case.
2155 (tic54x-*-*): Don't disable GCC or GCC libraries.
2156 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2157 to *.
2158 (d10v-*-*): Don't disable GCC libraries.
2159 (d30v-*-*): Don't disable libgcj.
2160 (h8500-*-*): Don't disable GCC libraries.
2161 (i960-*-*): Don't disable libgcj.
2162 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2163 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2164 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2165 libgcj.
2166 (m68k-*-coff*): Remove case.
2167 (mmix-*-*): Don't disable libgloss on host.
2168 (mn10200-*-*, mn10300-*-*): Remove cases.
2169 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2170 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2171 Don't disable libgcj.
2172 (romp-*-*): Remove case.
2173 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2174 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2175 case.
2176 (v810-*-*): Don't disable GCC libraries.
2177 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2178 (ip2k-*-*): Don't disable GCC libraries.
2179 * configure: Regenerate.
2180
21812011-03-28 Joseph Myers <joseph@codesourcery.com>
2182
2183 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2184 libffi on host.
2185 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2186 on host.
2187 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2188 * configure: Regenerate.
2189
21902011-03-26 John Marino <binutils@marino.st>
2191
2192 * configure.ac: Add support for *-*-dragonfly*
2193 * configure: Regenerate.
2194
21952011-03-25 Joseph Myers <joseph@codesourcery.com>
2196
2197 * configure.ac (native_only): Remove.
2198 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2199 send-pr uudecode guile gnuserv on host.
2200 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2201 send-pr rcs guile perl texinfo libtool on host.
2202 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2203 automake send-pr rcs guile perl texinfo libtool on host.
2204 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2205 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2206 (alpha*-dec-osf*): Don't disable fileutils on target.
2207 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2208 texinfo send-pr expect dejagnu on target.
2209 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2210 target-qthreads on target.
2211 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2212 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2213 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2214 x86_64-*-mingw*): Don't disable expect on target.
2215 (*-*-cygwin*): Don't disable target-gperf on target.
2216 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2217 gnuserv on target.
2218 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2219 target.
2220 * configure: Regenerate.
2221
22222011-03-25 Joseph Myers <joseph@codesourcery.com>
2223
2224 * configure.ac (target_tools): Remove target-groff.
2225 (native_only): Remove target-groff.
2226 (hppa*64*-*-*): Don't disable byacc.
2227 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2228 setting.
2229 (*-*-kaos*): Don't skip target-librx and target-groff.
2230 (*-*-netware*): Don't skip target-libmudflap.
2231 (*-*-tpf*): Don't skip target-libmudflap.
2232 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2233 directories on the host.
2234 (ia64*-*-*vms*): Don't skip tix.
2235 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2236 host.
2237 * configure: Regenerate.
2238
22392011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2240
2241 * configure.ac: Remove references to mt-mep, mt-netware,
2242 mt-wince.
2243 * Makefile.def: Add all-utils soft dependencies.
2244 * Makefile.tpl: Remove GDB_NLM_DEPS.
2245 * configure: Regenerate.
2246 * Makefile.in: Regenerate.
2247
22482011-03-24 Paolo Bonzini <bonzini@gnu.org>
2249
2250 * configure.ac: Do not include mh-x86omitfp.
2251 * configure: Regenerate.
2252
22532011-03-24 Paolo Bonzini <bonzini@gnu.org>
2254
2255 * configure.ac: Remove empty cases.
2256 * configure: Regenerate.
2257
22582011-03-24 Paolo Bonzini <bonzini@gnu.org>
2259
2260 * Makefile.def: Add dependency from termcap to gdb.
2261 * Makefile.in: Regenerate.
2262
22632011-03-24 Paolo Bonzini <bonzini@gnu.org>
2264
2265 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2266 * configure: Regenerate.
2267 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2268 * Makefile.tpl: Likewise.
2269 * Makefile.in: Regenerate.
2270
22712011-03-24 Paolo Bonzini <bonzini@gnu.org>
2272
2273 * configure.ac: Remove all mentions of tentative_cc.
2274 * configure: Regenerate.
2275
22762011-03-24 Joseph Myers <joseph@codesourcery.com>
2277
2278 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2279 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2280 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2281 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2282 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2283 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2284 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2285 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2286 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2287 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2288 *-*-rhapsody*): Remove host cases.
2289 * configure: Regenerate.
2290
22912011-03-24 Joseph Myers <joseph@codesourcery.com>
2292
2293 * configure.ac (ppc*-*-pe): Remove host case.
2294 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2295 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2296 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2297 cases.
2298 * configure: Regenerate.
2299
23002011-03-24 Joseph Myers <joseph@codesourcery.com>
2301
2302 * config.sub: Update to version 2011-03-23.
2303
23042011-03-22 Joseph Myers <joseph@codesourcery.com>
2305
2306 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2307 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2308 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2309 * configure: Regenerate.
2310
23112011-03-22 Joseph Myers <joseph@codesourcery.com>
2312
2313 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2314 to Write After Approval.
2315 * config-ml.in: Don't handle arc-*-elf*.
2316 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2317 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2318 handle GCC libraries.
2319 * configure: Regenerate.
2320
23212011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2322
2323 PR bootstrap/48120:
2324 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2325 Add -lstdc++ -lm to LIBS.
2326 * configure: Regenerate.
2327
23282011-03-18 David Edelsohn <dje.gcc@gmail.com>
2329
2330 * config.guess: Update to version 2011-02-02
2331 * config.sub: Update to version 2011-02-24
2332
23332011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2334
2335 PR lto/48086
2336 * configure.ac: Re-enable LTO on *-apple-darwin9.
2337 * configure: Regenerate.
2338
23392011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2340
2341 PR lto/48086
2342 * configure.ac: Disable LTO on darwin due to an assembler change in
2343 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2344 under 256.
2345 * configure: Regenerate.
2346
23472011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2348
2349 * MAINTAINERS: Update myself as score backend maintainer,
2350 update my e-mail address.
2351
23522011-03-09 Xuepeng Guo <terry.guo@arm.com>
2353
2354 * MAINTAINERS: Update my e-mail address.
2355
23562011-03-06 Joey Ye <joey.ye@arm.com>
2357
2358 * MAINTAINERS: Update my e-mail address.
2359
23602011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2361
2362 * configure.ac: Adjust test of with_ppl.
2363 * configure: Regenerated.
2364
23652011-03-02 Kai Tietz <ktietz@redhat.com>
2366
2367 * MAINTAINERS: Adjust my e-mail address.
2368
23692011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2370
2371 * configure.ac: Add -lpwl to ppllibs.
2372 * configure: Regenerated.
2373
23742011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2375
2376 * config/cloog.m4: Add -lisl to clooglibs.
2377 * configure: Regenerated.
2378
23792011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2380
2381 * MAINTAINERS (CPU Port maintainers): Add self.
2382
23832011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2384
2385 * MAINTAINERS: Add myself as testsuite maintainer.
2386
23872011-02-15 Mike Stump <mikestump@comcast.net>
2388
2389 * MAINTAINERS: Add myself as testsuite maintainer.
2390
23912011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2392
2393 Import from Libtool and gnulib:
2394
2395 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2396
2397 Prepare for supporting FreeBSD 10.
2398 * config.rpath: Remove handling of freebsd1* which soon would
2399 match FreeBSD 10.0.
2400
2401 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2402
2403 Remove support for FreeBSD 1.x.
2404 * libtool.m4 (_LT_LINKER_SHLIBS)
2405 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2406 soon would incorrectly match FreeBSD 10.0.
2407
24082011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2409
2410 PR binutils/12283
2411 * move-if-change: Import version from gnulib.
2412
24132011-02-12 Alexandre Oliva <aoliva@redhat.com>
2414
2415 PR lto/47225
2416 * Makefile.def (lto-plugin): Double dash for enable-shared.
2417 (configure-gcc): Depend on all-lto-plugin.
2418 * Makefile.in: Rebuilt.
2419
24202011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2421
2422 * configure.ac: Remove extra bracket.
2423 * configure: Regenerate.
2424
24252011-02-08 Tobias Burnus <burnus@net-b.de>
2426
2427 * MAINTAINERS: Add myself as libquadmath maintainer.
2428
24292011-02-08 Thomas Schwinge <thomas@schwinge.name>
2430
2431 * MAINTAINERS: Update my email address.
2432
24332011-02-07 Joseph Myers <joseph@codesourcery.com>
2434
2435 * MAINTAINERS (option handling): Add self.
2436
24372011-02-06 Kai Tietz <kai.tietz@onevision.com>
2438
2439 PR lto/47225
2440 * Makefile.def: Add dependency for install-gcc
2441 on install-lto-plugin.
2442 * Makfile.in: Regenerated
2443
24442011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2445
2446 * MAINTAINERS (CPU Port Maintainers): Add myself.
2447
24482011-01-31 Alexandre Oliva <aoliva@redhat.com>
2449
2450 PR libgcj/44341
2451 * configure.ac: Discard --with-* flags for host when configuring
2452 target libraries for cross build.
2453 * configure: Rebuilt.
2454
24552011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2456
2457 * MAINTAINERS (linear loop transforms): Removed.
2458
24592011-01-25 Jakub Jelinek <jakub@redhat.com>
2460
2461 * configure.ac: If with_ppl is no, move setting with_cloog=no
2462 after CLOOG_REQUESTED check.
2463 * configure: Regenerated.
2464
24652011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2466
2467 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2468 CLooG has been requested.
2469 * configure: Regenerated.
2470
24712011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2472
2473 * configure: Regenerated.
2474 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2475
24762011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2477
2478 * configure: Regenerated.
2479 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2480
24812011-01-21 Andreas Schwab <schwab@redhat.com>
2482
2483 * configure.ac: Use AS_HELP_STRING throughout.
2484 * configure: Regenerate.
2485
24862011-01-18 Jie Zhang <jie.zhang@analog.com>
2487
2488 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2489 * configure: Regenerate.
2490
24912011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2492
2493 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2494
24952011-01-13 Joel Brobecker <brobecker@adacore.com>
2496
2497 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2498 for ia64-hpux.
2499 * configure: Regenerate.
2500
25012011-01-07 Jan Hubicka <jh@suse.cz>
2502
2503 PR lto/47225
2504 * Makefile.in: Regenerate.
2505 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2506 configure.
2507
25082011-01-07 Jan Hubicka <jh@suse.cz>
2509
2510 * Makefile.in: Regenerate.
2511 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2512 and configure dependency on lto-plugin configure.
2513 (lto-plugin module): Remove dependency on GCC; add dependency on
2514 liniberty.
2515
25162011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2517
2518 * MAINTAINERS (Write After Approval): Add myself.
2519
25202010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2521
2522 * configure: Regenerate.
2523
25242010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2525
2526 * configure.ac: (picochip): Disable libiberty.
2527
25282010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2529
2530 * MAINTAINERS (Write After Approval): Add myself.
2531
25322010-12-10 Ian Lance Taylor <iant@google.com>
2533
2534 PR bootstrap/46819
2535 * configure.ac: For --disable-libgcj clear libgcj_saved.
2536 * configure: Rebuild.
2537
25382010-12-10 Tobias Burnus <burnus@net-b.de>
2539
2540 PR fortran/46540
2541 * configure.ac: Add --disable-libquadmath and
2542 --disable-libquadmath-support.
2543 * configure: Regenerate.
2544
25452010-12-03 Ian Lance Taylor <iant@google.com>
2546
2547 * MAINTAINERS: Add myself as libgo maintainer.
2548
25492010-12-03 Hans-Peter Nilsson <hp@axis.com>
2550
2551 PR libffi/46792
2552 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2553 * configure: Regenerate.
2554
25552010-12-02 Ian Lance Taylor <iant@google.com>
2556
2557 * configure.ac: Always set default for poststage1_ldflags to
2558 -static-libstdc++ -static-libgcc.
2559
25602010-11-29 Andreas Schwab <schwab@redhat.com>
2561
2562 * configure.ac: Move comment to remove extra space in last argument
2563 of GCC_TARGET_TOOL.
2564
25652010-11-26 Alexandre Oliva <aoliva@redhat.com>
2566
2567 PR other/46026
2568 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2569 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2570 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2571 (BASE_FLAGS_TO_PASS): Use it.
2572 * configure: Rebuilt.
2573 * Makefile.in: Rebuilt.
2574
25752010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2576
2577 PR binutils/12258
2578 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2579 Properly check default linker.
2580 * configure: Regnerated.
2581
25822010-11-23 Matthias Klose <doko@ubuntu.com>
2583
2584 * configure.ac: For --enable-gold, handle value `default' instead of
2585 `both*'. New configure option --{en,dis}able-ld.
2586 * configure: Regenerate.
2587
25882010-11-20 Ian Lance Taylor <iant@google.com>
2589
2590 * configure.ac: Only disable a language library if no language needs
2591 it. Don't let --disable-libgcj uncondtionally disable libffi.
2592 * configure: Rebuild.
2593
25942010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2595
2596 * Makefile.in: Regenerate.
2597
2598 PR other/46202
2599 * configure.ac: Fix just-built in-tree STRIP name to be
2600 binutils/strip-new.
2601 * configure: Regenerate.
2602 * Makefile.def (install-strip-gcc, install-strip-binutils)
2603 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2604 (install-strip-sid): Mirror dependencies on non-strip variants
2605 of these targets on the respective -strip prerequisites.
2606 * Makefile.tpl (install-strip, install-strip-host)
2607 (install-strip-target): New targets.
2608 (install-strip-[+module+], install-strip-target-[+module+]):
2609 New targets.
2610 * Makefile.in: Regenerate.
2611
26122010-11-19 Ian Lance Taylor <iant@google.com>
2613 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2614
2615 * configure.ac: Add target-libgo to target_libraries. Set
2616 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2617 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2618 (HOST_EXPORTS): Add GOC.
2619 (BASE_TARGET_EXPORTS): Add GOC.
2620 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2621 (GOCFLAGS_FOR_TARGET): New variable.
2622 (EXTRA_HOST_FLAGS): Add GOC.
2623 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2624 * Makefile.def (target_modules): Add libgo.
2625 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2626 (dependencies): Add dependency from configure-target-libgo to
2627 configure-target-libffi and all-target-libstdc++-v3. Add
2628 dependencies from all-target-libgo to all-target-libffi.
2629 (languages): Add go.
2630 * configure: Rebuild.
2631 * Makefile.in: Rebuild.
2632
26332010-11-19 Ian Lance Taylor <iant@google.com>
2634
2635 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2636 compiler/flag environment variables.
2637
26382010-11-18 Ian Lance Taylor <iant@google.com>
2639
2640 * configure.ac: Check for lang_requires_boot_languages in
2641 config-lang.in files.
2642 * configure: Rebuild.
2643
26442010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
87969c8c 2645 Tobias Burnus <burnus@net-b.de>
2646
2647 PR fortran/32049
2648 * Makefile.def: Add libquadmath; build it with language=fortran.
2649 * configure.ac: Add libquadmath.
2650 * Makefile.tpl: Handle multiple libs in check-[+language+].
2651 * Makefile.in: Regenerate.
2652 * configure: Regenerate.
2653
1fea6e9c 26542010-11-16 Tom Tromey <tromey@redhat.com>
2655
2656 * MAINTAINERS: Moved myself to reviewers section.
2657
1950f29a 26582010-11-15 Zdenek Dvorak <ook@ucw.cz>
2659
2660 * MAINTAINERS: Moved myself to reviewers section.
2661
e3d68d13 26622010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2663
2664 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2665 (Write After Approval): Remove self.
2666
73f813e1 26672010-11-15 Andreas Schwab <schwab@redhat.com>
2668
2669 * configure.ac: Fix spelling in option names.
2670 * configure: Regenerated.
2671
e619f0a6 26722010-11-13 Georg-Johann Lay <georgjohann@web.de>
2673
2674 PR bootstrap/39622
2675 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2676 * configure: Regenerated.
2677
b330025b 26782010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2679
2680 * MAINTAINERS: Update my email address.
2681
8a0fe290 26822010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2683
8a0fe290 2684 * configure: Regenerate.
2685
81b9d148 26862010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2687
aac33805 2688 * configure: Regenerate.
81b9d148 2689
4076133b 26902010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2691
4076133b 2692 * configure: Regenerate.
2693
88e8cc3e 26942010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2695
88e8cc3e 2696 * configure: Regenerate.
2697
a3c81e03 26982010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2699
2700 * configure.ac: Support official CLooG.org versions.
2701 * configure: Regenerate.
2702 * config/cloog.m4: New.
2703
083311b4 27042010-11-10 François Dumont <francois.cppdevs@free.fr>
2705
2706 * MAINTAINERS (Write After Approval): Add myself.
2707
7cb0b8a7 27082010-11-09 David Edelsohn <dje.gcc@gmail.com>
2709
2710 * MAINTAINERS: Update my email address.
2711
16463c8d 27122010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2713
2714 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2715 * configure: Regenerate.
16463c8d 2716
25630dc7 27172010-11-03 Ian Lance Taylor <iant@google.com>
2718 Dave Korn <dave.korn.cygwin@gmail.com>
2719
2720 PR lto/46273
2721 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2722 and on other supported platforms whenever LTO is enabled.
2723 * configure: Rebuild.
2724
13d2f2b2 27252010-11-02 Alan Modra <amodra@gmail.com>
2726
2727 PR binutils/12110
2728 * configure.ac: Error when source path contains spaces.
2729 * configure: Regenerate.
2730
4a0163ae 27312010-10-23 James E. Wilson <wilson@codesourcery.com>
2732
2733 * MAINTAINERS: Update my email address.
2734
1235ba90 27352010-10-20 Ian Lance Taylor <iant@google.com>
2736
2737 * Makefile.def (target_modules): Set lib_path to src/.libs for
2738 libstdc++-v3 module.
2739 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2740 * Makefile.in: Rebuild.
2741
579b6115 27422010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2743
2744 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2745 (Write After Approval): Remove myself.
2746
79aafbf6 27472010-10-15 Tristan Gingold <gingold@adacore.com>
2748
2749 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2750
7516f0c4 27512010-10-14 Douglas Rupp <rupp@gnat.com>
2752
2753 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2754
ca42e774 27552010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2756
2757 * configure.ac (build_lto_plugin): New shell variable.
2758 (--enable-lto): Turn on by default for all non-ELF platforms that
2759 have had LTO support added so far. Set build_lto_plugin appropriately
2760 for both ELF and non-ELF.
2761 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2762 * configure: Regenerate.
2763
9ee71fca 27642010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2765
2766 Sync from src:
2767 * configure.ac (v850 support): Remove target-libgloss from
2768 noconfigdirs.
2769 * configure: Regenerate.
2770
372a3f1e 27712010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2772
2773 PR bootstrap/45326
2774 PR bootstrap/45174
2775 * configure.ac: Honor initial values of $build_configargs,
2776 $host_configargs, $target_configargs. Mark the precious, so
2777 environment settings get recorded.
2778 * configure: Regenerate.
2779
445b7c96 27802010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2781
2782 PR bootstrap/45796
2783 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2784 Depend on all-build-libiberty.
2785 * Makefile.in: Regenerate.
2786
d34b0d1e 27872010-09-30 Michael Eager <eager@eagercon.com>
2788
2789 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2790 * configure: Regenerate.
2791
2ae04593 27922010-09-28 Michael Eager <eager@eagercon.com>
2793
2794 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2795
3aa7b555 27962010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2797
2798 PR bootstrap/44621
2799 * configure.ac: Fix unportable shell quoting.
2800 * configure: Regenerate.
2801
62932e4d 28022010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2803
2804 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2805 targets and amend comment.
2806 * configure: Regenerate.
2807
b3f60ce8 28082010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2809
2810 * MAINTAINERS (Write After Approval): Add myself.
2811
4ae8c98f 28122010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2813
2814 * configure.ac: Enable LTO by default on Darwin.
2815 * configure: Regenerate.
2816
782aa0bb 28172010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2818
4ae8c98f 2819 * MAINTAINERS (Write After Approval): Add myself.
782aa0bb 2820
3888a212 28212010-09-01 Ian Bolton <ian.bolton@arm.com>
2822
4ae8c98f 2823 * MAINTAINERS (Write After Approval): Add myself.
3888a212 2824
ad7d8d63 28252010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2826
2827 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2828 ports
2829
b9c08e4e 28302010-07-28 David Yuste <david.yuste@gmail.com>
2831
2832 * MAINTAINERS (Write After Approval): Add myself.
2833
65b688d7 28342010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2835
2836 * configure.ac: Support all v850 targets.
2837 * configure: Regenerate.
2838
b9a8e4c4 28392010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2840
2841 PR bootstrap/44455
2842 * configure.ac (extra_mpfr_configure_flags): Copy from
2843 extra_mpc_gmp_configure_flags.
2844 * configure: Re-generated.
2845
a91ed45e 28462010-07-22 Andi Kleen <ak@linux.intel.com>
2847
2848 * MAINTAINERS (Write After Approval): Add myself.
2849
b2c57537 28502010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2851
2852 * MAINTAINERS (Write After Approval): Add myself.
2853
a7a6769e 28542010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2855
2856 * MAINTAINERS (Write After Approval): Add myself.
2857
cb885d9b 28582010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2859
2860 PR target/44862
2861 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2862 Provide -B option to allow for link spec %s substitutions for
2863 libstdc++.a on darwin.
2864 * Makefile.in: Regenerate.
2865
5bea9bfd 28662010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2867
2868 * MAINTAINERS (Reviewers): Update my e-mail address
2869
753a7a07 28702010-06-10 Alexandre Oliva <aoliva@redhat.com>
2871
2872 * Makefile.def (configure-gcc): Depend on all-libelf.
2873 * Makefile.in: Rebuild.
2874
596b7b22 28752010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2876
2877 * MAINTAINERS (Write After Approval): Add myself in the right place.
2878
dcde3c07 28792010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
c29ab255 2880
2881 * MAINTAINERS (Write After Approval): Add myself.
2882
dcde3c07 28832010-05-25 Sterling Augustine <sterling@tensilica.com>
c03b5ae8 2884
2885 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dcde3c07 2886
28872010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
fc75f6d9 2888
e3cce89a 2889 * config.sub: Update to version 2010-05-21.
2890 * config.guess: Update to version 2010-04-03.
fc75f6d9 2891
f64b48e2 28922010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2893
2894 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2895 * configure: Regenerate.
2896
2be0e543 28972010-05-12 Sriraman Tallam <tmsriram@google.com>
2898
2899 * MAINTAINERS (Write After Approval): Add myself.
2900
23433d72 29012010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2902
2903 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2904 a platform that supports LTO.
2905 * configure: Regenerate.
2906
896fc761 29072010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2908
2909 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2910 * configure: Regenerated.
2911
af7c5662 29122010-04-27 Roland McGrath <roland@redhat.com>
2913 H.J. Lu <hongjiu.lu@intel.com>
2914
2915 * configure.ac (--enable-gold): Support both, both/gold and
2916 both/bfd to add gold to configdirs without removing ld.
2917 * configure: Regenerated.
2918
2919 * Makefile.def: Add install-gold dependency to install-ld.
2920 * Makefile.in: Regenerated.
2921
4d992eb6 29222010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2923
2924 PR lto/42776
2925 * configure.ac (--enable-lto): Refactor handling so libelf tests
2926 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2927 and allow LTO to be explicitly enabled on non-ELF platforms that
2928 are known to support it inside else-clause.
2929 * configure: Regenerate.
2930
affd1d61 29312010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2932
2933 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2934 * configure: Regenerate.
2935
e55e8126 29362010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2937
2938 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2939 * configure: Regenerate.
2940
d6845139 29412010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2942
2943 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2944 separately.
2945 * configure: Regenerate.
2946
c9c28109 29472010-04-16 Kevin Williams <kevin.williams@inria.fr>
2948
2949 * MAINTAINERS (Write After Approval): Add myself.
2950
8e051ef4 29512010-04-14 Tristan Gingold <gingold@adacore.com>
2952
2953 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2954 * configure: Regenerate.
2955
7cc7a0c6 29562010-04-13 Steve Ellcey <sje@cup.hp.com>
2957
2958 * configure: Regenerate after change to elf.m4.
2959
30e08f1c 29602010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2961
2962 * MAINTAINERS (Write After Approval): Add myself.
2963
b14b3ce1 29642010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2965
2966 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2967 * configure: Regenerated.
2968
29692010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2970
2971 * configure.ac: Print "buggy but acceptable" when CLooG
2972 revision is less than 9.
2973 * configure: Regenerated.
2974
09c38bea 29752010-04-01 Diego Novillo <dnovillo@google.com>
2976
2977 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2978
59a40389 29792010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2980
2981 PR bootstrap/43615
2982 PR bootstrap/43328
2983
2984 Revert:
2985
2986 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2987
2988 * configure.ac: Do not pass --enable-multilib nor
2989 --disable-multilib in baseargs. Accept explicitly passed
2990 --enable_multilib.
2991 * configure: Regenerate.
2992
15153e30 29932010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2994
2995 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2996
247ec299 29972010-03-31 Janis Johnson <janis187@us.ibm.com>
2998
2999 * MAINTAINERS: Remove myself.
3000
7816cdf1 30012010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3002
3003 PR bootstrap/43328
3004 * configure.ac: Do not pass --enable-multilib nor
3005 --disable-multilib in baseargs. Accept explicitly passed
3006 --enable_multilib.
3007 * configure: Regenerate.
3008
2a78007b 30092010-03-28 Andrew Pinski <pinskia@gmail.com>
3010
3011 * MAINTAINERS (spu port): Remove me.
3012
fa0a53e3 30132010-03-23 Joseph Myers <joseph@codesourcery.com>
3014
3015 * configure.ac (tic6x-*-*): New case.
3016 * configure: Regenerate.
3017
d590232e 30182010-03-23 Joseph Myers <joseph@codesourcery.com>
3019
3020 * config.sub: Update to version 2010-03-22.
3021 * config.guess: Update to version 2009-12-30.
3022
dcde3c07 30232010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1384f0b0 3024
3025 PR ada/42554
3026 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3027 * configure: Regenerate.
3028
7071ad11 30292010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3030
3031 * MAINTAINERS: Update my email address.
3032
c583eb67 30332010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3034
3035 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3036 (ghassan.shobaki@amd.com): Removed.
3037
6217c06a 30382010-03-17 Alan Modra <amodra@gmail.com>
3039
3040 * MAINTAINERS: Update my email address.
3041
101a6f96 30422010-03-16 Diego Novillo <dnovillo@google.com>
3043
3044 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3045 Matthews.
3046
b753085c 30472010-03-16 Joseph Myers <joseph@codesourcery.com>
3048
3049 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3050 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3051
4b83e160 30522010-03-16 Joseph Myers <joseph@codesourcery.com>
3053
3054 * MAINTAINERS: Update my email address.
3055
f345c9fb 30562010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3057
3058 * MAINTAINERS: Update my email address.
3059
4c6d05aa 30602010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3061
3062 * MAINTAINERS: Update my email address.
3063
11010e64 30642010-03-09 Jie Zhang <jie@codesourcery.com>
3065
3066 * MAINTAINERS: Update my email address.
3067
68645a6b 30682010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3069
3070 PR libstdc++/32499
3071 * configure.ac (RANLIB): Default to true.
3072 (STRIP): Likewise.
3073 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3074 * configure: Regenerate.
3075
dcde3c07 30762010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
8980c297 3077
3078 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3079 (Write After Approval): Update my email address.
3080
90b41dad 30812010-02-17 Nick Clifton <nickc@redhat.com>
3082
3083 PR 11238
3084 * Makefile.tpl (local-distclean): Also remove config.cache files in
3085 sub-directories as there may not be Makefiles present in the
3086 sub-directories.
4284910f 3087 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3088 the config.cache files found by the find command.
3089
90b41dad 3090 * Makefile.in: Regenerate.
3091 * configure.ac: Revert previous delta.
3092 * configure: Regenerate.
3093
abb1d088 30942010-02-15 Nick Clifton <nickc@redhat.com>
3095
3096 PR 11238
3097 * configure.ac: Delete config.cache files in sub-directories when
3098 deleting Makefiles.
3099 * configure: Regenerate.
3100
b55e20a0 31012010-02-12 Ben Elliston <bje@gnu.org>
3102
3103 * MAINTAINERS: Update my email address.
3104
0518ccd2 31052010-02-08 Andrew Pinski <pinskia@gmail.com>
3106
3107 * MAINTAINERS (spu port): Update my email address.
3108
dcd5ad58 31092010-02-08 Jie Zhang <jie.zhang@analog.com>
3110
3111 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3112
17b6993a 31132010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3114
3115 * configure.ac: Add "recommended" version checks for GMP/MPC.
3116 Update recommended GMP/MPFR/MPC versions.
3117 * configure: Regenerate.
3118
e10fd696 31192010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3120
3121 * MAINTAINERS: Move my Embecosm email address into the
3122 write-after-approval section.
3123
ddcf38e8 31242010-01-26 Ian Lance Taylor <iant@google.com>
3125
3126 * MAINTAINERS: Add myself as Go frontend maintainer.
3127
5c96a839 31282010-01-25 Joern Rennecke <amylaar@spamcop.net>
3129
3130 PR libstdc++/36101, PR libstdc++/42813
3131 * configure.ac (bootstrap_target_libs): Make inclusion of
3132 target-libgomp conditional on libgomb being in target_configdirs.
3133 * configure: Regenerate.
3134
8e61effd 31352010-01-23 Joern Rennecke <amylaar@spamcop.net>
3136
3137 PR libstdc++/36101, PR libstdc++/42813
3138 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3139 * configure: Regenerate.
3140
1fda3360 31412010-01-22 Joern Rennecke <amylaar@spamcop.net>
3142
3143 PR libstdc++/36101, PR libstdc++/42813
3144 * configure.ac (target_configdirs): Substitute.
3145 * Makefile.def: Bootstrap target module libgomp.
3146 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3147 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3148 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3149 * configure, Makefile.in: Regenerate.
3150
8e32c255 31512010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3152
3153 * MAINTAINERS: Adjust my details.
3154
37d3b41c 31552010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3156
3157 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3158
50918a37 31592010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3160
3161 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3162
3397c9b2 31632010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3164
3165 * MAINTAINERS (Write After Approval): Add myself.
3166
25cd8ffa 31672010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3168
3169 * MAINTAINERS (Write After Approval): Add myself.
3170
a82c8807 31712010-01-11 Richard Guenther <rguenther@suse.de>
3172
3173 PR lto/41569
3174 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3175 * Makefile.in: Regenerated.
3176
5846e92c 31772010-01-11 Andreas Tobler <andreast@fgznet.ch>
3178
3179 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3180 * configure: Regenerate.
3181
c3fc6a63 31822010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9f9d05ad 3183 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
c3fc6a63 3184
3185 PR bootstrap/42424
3186 * configure.ac: Include libtool m4 files.
9f9d05ad 3187 (_LT_CHECK_OBJDIR): Call it.
c3fc6a63 3188 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3189 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
50918a37 3190
c3fc6a63 3191 * configure: Regenerate.
3192
1ab7bcf0 31932010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3194
3195 PR bootstrap/41818
3196 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3197 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3198 * Makefile.in: Regenerate.
3199
1a4f45ec 32002010-01-02 Richard Guenther <rguenther@suse.de>
3201
3202 PR lto/41529
3203 * configure.ac: Include config/elf.m4. Disable LTO if not
3204 builting for an elf target.
3205 * configure: Regenerate.
3206
cff9dc68 32072009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3208
3209 * MAINTAINERS: Change my email address.
3210
c505c9f4 32112009-12-18 Ben Elliston <bje@au.ibm.com>
3212
3213 * config.sub, config.guess: Update from upstream sources.
3214
070457e7 32152009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3216
3217 * MAINTAINERS (Write After Approval): Add myself.
3218
16de6a81 32192009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3220
3221 PR middle-end/30447
3222 PR middle-end/30789
3223 PR other/40302
3224
3225 * configure.ac: Require MPC.
3226 * configure: Regenerate.
3227
e6408286 32282009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3229
3230 PR target/38384
3231 PR bootstrap/40972
3232 * libtool.m4: Sync from git Libtool.
3233 * ltoptions.m4: Likewise.
3234 * ltversion.m4: Likewise.
3235 * lt~obsolete.m4: Likewise.
3236 * ltmain.sh: Likewise.
3237
fcb50449 32382009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3239
3240 * configure.ac: Update minimum MPC version to 0.8.
3241 * configure: Regenerate.
3242
cff3778c 32432009-11-21 Sebastian Pop <sebpop@gmail.com>
3244
3245 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3246 * configure: Regenerated.
3247
d6dfe18a 32482009-11-21 Ian Lance Taylor <iant@google.com>
3249
3250 * configure.ac: Change default of poststage1_ldflags to be empty if
3251 poststage1_libs is set. When poststage1_libs is empty, and
3252 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3253 * configure: Rebuild.
3254
04810760 32552009-11-21 Adam Nemet <adambnmet@gmail.com>
3256
3257 * MAINTAINERS (Write After Approval): Update my email address.
3258
af3e823e 32592009-11-20 Ben Elliston <bje@au.ibm.com>
3260
3261 * config.guess: Update from upstream sources.
3262
e01b36b0 32632009-11-16 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * Makefile.def: Restore host and target settings for gmp.
3266 * Makefile.in: Rebuild.
3267
eea1ae23 32682009-11-16 Alexandre Oliva <aoliva@redhat.com>
3269
3270 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3271 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3272 Fix portability of test of C++ as bootstrap language. Add
3273 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3274 * configure: Rebuild.
3275 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3276 and cloog. Fix in-tree ppl configuration. Introduce libelf
3277 in-tree building.
3278 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3279 (POSTSTAGE1_HOST_EXPORTS): Use it.
3280 (STAGE[+id+]_CXXFLAGS): New.
3281 (BASE_FLAGS_TO_PASS): Pass it down.
3282 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3283 extra_exports.
3284 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3285 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3286 extra_exports.
3287 * Makefile.in: Rebuild.
3288
5e80e315 32892009-11-17 Ben Elliston <bje@au.ibm.com>
3290
3291 * config.sub, config.guess: Update from upstream sources.
3292
500010c6 32932009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3294
3295 * MAINTAINERS (Write After Approval): Add myself.
3296
dcde3c07 32972009-11-09 Jon Beniston <jon@beniston.com>
595b8ec2 3298
3299 * MAINTAINERS (Write After Approval): Add myself.
3300
fe284774 33012009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3302
3303 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3304 paths for *-w64-mingw* and x86_64-*mingw*.
3305 * configure: Regenerated.
3306
dcde3c07 33072009-11-05 Joern Rennecke <amylaar@spamcop.net>
533b6da8 3308
3309 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3310
c356a43c 33112009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3312
3313 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3314 Phil Edwards to Write-After Approval.
3315
ec2eb8fb 33162009-10-30 Kai Tietz <kai.tietz@onevision.com>
3317
3318 * configure.ac: Disable target-winsup & co for
3319 x86_64-*-mingw* and *-w64-mingw* targets.
3320 * configure: Regenerated.
3321
24833e1a 33222009-10-16 Nick Clifton <nickc@redhat.com>
3323
3324 * MAINTAINERS: Add myself as a maintainer for the RX port.
3325
dcde3c07 33262009-10-26 Johannes Singler <singler@kit.edu>
2683326a 3327
9f9d05ad 3328 * MAINTAINERS (Write After Approval): Update my e-mail address.
2683326a 3329
3a8cd7be 33302009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3331
3332 * configure.ac (CLooG test): Use = with test.
3333 * configure: Regenerate.
3334
24d0cd27 33352009-10-22 Richard Guenther <rguenther@suse.de>
3336
3337 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3338 cloog if the ppl version check failed. Move flags saving
3339 before setting in libelf check.
3340 * configure: Regenerate.
3341
539c8c59 33422009-10-21 Richard Guenther <rguenther@suse.de>
3343
3344 * configure.ac: Adjust the ppl and cloog configure to work as
3345 documented. Disable cloog if ppl was disabled. Omit the version
3346 checks if they were disabled.
3347 * configure: Re-generate.
3348
d6ef094a 33492009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3350
3351 * configure.ac: Add 'lto' to enable_languages, not
3352 new_enable_languages, and only if not already present.
3353 * configure: Regenerate.
3354
414672c1 33552009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3356
3357 * README: Refer to the various COPYING* files instead of just
3358 COPYING.
3359 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3360
dcde3c07 33612009-10-07 Rafael Avila de Espindola <espindola@google.com>
ea05ba0d 3362
3363 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
8738bcea 3364
17780be3 33652009-10-07 Richard Guenther <rguenther@suse.de>
3366
3367 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3368 and Richard Guenther as reviewers.
3369 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3370 as reviewers.
3371
c01decc6 33722009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
56ca37b0 3373
c01decc6 3374 * config.sub: Update from upstream sources.
56ca37b0 3375
85627a28 33762009-10-06 Ian Lance Taylor <iant@google.com>
3377
3378 * Makefile.def: check-gold depends upon all-gas.
3379 * Makefile.in: Rebuild.
3380
338b88fa 33812009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3382
3383 * MAINTAINERS (Write After Approval): Add myself.
3384
7bfefa9d 33852009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3386
3387 * Makefile.def: all-lto-plugin depends on all-libiberty.
3388 set bootstrap=true for lto-plugin.
3389 Add lto-plugin.
3390 * Makefile.in: Regenerate.
3391 * configure.ac (host_libs): Add lto-plugin.
3392 * configure: Regenerate.
3393
7bfefa9d 33942009-10-03 Diego Novillo <dnovillo@google.com>
3395
3396 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3397 (HOST_LIBELFLIBS): Define.
3398 (HOST_LIBELFINC): Define.
3399 * Makefile.in: Regenerate.
3400 * configure.ac: Add --enable-lto.
3401 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3402 If --enable-lto is used, add 'lto' to new_enable_languages.
3403 If --enable-lto is used and gold is enabled, add
3404 lto-plugin to configdirs.
3405 * configure: Regenerate.
3406
34072009-10-03 Simon Baldwin <simonb@google.com>
3408
3409 * configure.ac: If --with-system-zlib, suppress local zlib and
3410 pass --with-system-zlib to subdir configure scripts.
3411 * configure: Regenerate.
3412
dcde3c07 34132009-10-01 Loren J. Rittle <ljrittle@acm.org>
272bcfef 3414 Paolo Bonzini <bonzini@gnu.org>
3415
3416 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3417 $(srcdir).
3418 * Makefile.in: Rebuilt.
3419
dcde3c07 34202009-09-26 Gary Funck <gary@intrepid.com>
bdb4507a 3421
3422 * MAINTAINERS (Write After Approval): Add myself.
3423
0f3a3df5 34242009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3425
3426 * configure.ac: Update minimum MPC version to 0.7.
3427 * configure: Regenerate.
3428
412c2e81 34292009-09-25 Nick Clifton <nickc@redhat.com>
3430
3431 * configure.ac: Pass any --cache-file=/dev/null option on to
3432 subconfigures.
3433 * configure: Regenerate.
3434
c061df75 34352009-09-23 Nick Clifton <nickc@redhat.com>
3436
3437 * config.sub, config.guess: Update from upstream sources.
3438
dcde3c07 34392009-09-22 Loren J. Rittle <ljrittle@acm.org>
a9fd65cd 3440
3441 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3442 * Makefile.in: Rebuilt.
3443
04a2e841 34442009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3445
3446 PR bootstrap/32272
3447 * configure.ac: Error out if $srcdir isn't '.' but contains
3448 host-${host_noncanonical}.
3449 * configure: Regenerate.
3450
3d00a007 34512009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3452
3453 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3454 maintainer.
3455
9d447cf8 34562009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3457
7b5fee3e 3458 * configure.ac: If bootstrapping a combined tree with
3459 --enable-gold, require c++ in stage1_languages.
3460 * configure: Regenerate.
3461
32027446 3462 * configure.ac: Also add target_libs of stage1_languages to
3463 bootstrap_target_libs.
3464 * configure: Regenerate.
3465
9d447cf8 3466 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3467 with --enable-languages not containing c++.
3468 * configure: Regenerate.
3469
572ee61a 34702009-09-15 Jie Zhang <jie.zhang@analog.com>
3471
3472 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3473 * configure: Regenerate.
3474
dcde3c07 34752009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
153f8c88 3476
6cf4f338 3477 * MAINTAINERS (Write After Approval): Update my e-mail address,
3478 and move from from here...
3479 (Waiting for paperwork): To here.
153f8c88 3480
31ebfd49 34812009-09-09 Joseph Myers <joseph@codesourcery.com>
3482
3483 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3484
8bb79148 34852009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3486
3487 * configure.ac: Do not use $extrasub for replacing @if/@endif
3488 parts in Makefile; instead, use additional arguments to
3489 AC_CONFIG_COMMANDS to do the replacement manually, with several
3490 sed invocations, to avoid HP-UX sed command limits.
3491 * configure: Regenerate.
3492
81540bae 34932009-09-08 Alexandre Oliva <aoliva@redhat.com>
3494
3495 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3496 blank before -L.
3497
a2059f7a 34982009-09-04 Alexandre Oliva <aoliva@redhat.com>
3499
3500 * configure.ac (with-build-config): Document. Handle without.
3501 Handle missing argument.
3502 * configure: Rebuilt.
3503
719faf1c 35042009-09-03 Alexandre Oliva <aoliva@redhat.com>
3505
3506 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3507 Default to bootstrap-debug only if compare-debug works.
3508 * configure: Rebuilt.
3509 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3510 * Makefile.in: Rebuilt.
3511
aab1c61e 35122009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3513
3514 * MAINTAINERS (OS Port Maintainers): Update my email address.
3515
14151756 35162009-09-01 Alexandre Oliva <aoliva@redhat.com>
3517
3518 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3519 * Makefile.in: Rebuilt.
3520
0ba87351 35212009-09-01 Chris Demetriou <cgd@google.com>
3522
3523 * MAINTAINERS (Write After Approval): Add myself.
3524
7c48f38c 35252009-08-31 Dodji Seketeli <dodji@redhat.com>
3526
3527 PR debug/30161
3528 * include/dwarf2.h (enum dwarf_tag): Added
3529 DW_TAG_GNU_template_template_param
3530 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3531
5576729b 35322009-08-30 Paolo Bonzini <bonzini@gnu.org>
3533
3534 * Makefile.tpl (AWK): Fix typo.
3535 * Makefile.in: Regenerate.
3536
b181f265 35372009-08-30 Paolo Bonzini <bonzini@gnu.org>
3538
3539 * configure.ac: Detect awk and sed.
3540 * Makefile.def (flags_to_pass): Add AWK and SED.
3541 * Makefile.tpl (AWK, SED): New.
3542 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3543 * configure: Regenerate.
3544 * Makefile.in: Regenerate.
3545
7baff5bd 35462009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3547
3548 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3549 (collapseslashes): Likewise.
3550
81a71e2b 35512009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3552
3553 * configure.ac (AC_PREREQ): Bump to 2.64.
3554
f0c89091 35552009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3556
115d57c5 3557 * configure.ac: Remove --with-datarootdir, --with-docdir,
3558 --with-pdfdir, --with-htmldir switches.
3559 * configure: Regenerate.
3560
cd9a469c 3561 * configure: Regenerate.
3562
f0c89091 3563 * compile: Sync from Automake 1.11.
3564 * depcomp: Likewise.
3565 * install-sh: Likewise.
3566 * missing: Likewise.
3567 * mkinstalldirs: Likewise.
3568 * ylwrap: Likewise.
3569
a410fae3 35702009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3571
3572 * ltmain.sh (func_normal_abspath): New function.
3573 (func_relative_path): Likewise.
3574 (func_mode_help): Document new -bindir option for link mode.
3575 (func_mode_link): Add new -bindir option, and use it to place
3576 output DLL if specified.
3577
1a48098b 35782009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3579
cd2f3773 3580 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3581 (baseargs): Add --disable-option-checking.
3582 * configure: Regenerate.
3583
1a48098b 3584 * Makefile.def (configure-target-libiberty): Depend on
3585 all-binutils and all-ld.
3586 (configure-target-newlib): Likewise.
3587 * Makefile.in: Regenerate.
3588
155f17ed 35892009-08-17 Ben Elliston <bje@au.ibm.com>
3590
3591 * config.sub, config.guess: Update from upstream sources.
3592
ea864ded 35932009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3594
3595 Sync from src, merge:
3596
3597 2009-07-02 Tristan Gingold <gingold@adacore.com>
3598
3599 * configure.ac: Do not exclude gas for i386-*-darwin.
3600 Add a case for x86_64-*-darwin.
3601 * configure: Regenerate.
3602
0f879579 36032009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3604
3605 * MAINTAINERS: Add my name to Write After Approval list.
3606
dcde3c07 36072009-08-06 Michael Eager <eager@eagercon.com>
ba2b484f 3608
3609 * configure.ac: Add Microblaze target.
3610 * configure: Regenerate.
3611
39f6b116 36122009-07-31 Christian Bruel <christian.bruel@st.com>
3613
3614 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3615 * configure: Regenerate.
8738bcea 3616
dcde3c07 36172009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
339f24d2 3618
3619 * MAINTAINERS (Write After Approval): Update my e-mail address.
3620
5110389d 36212009-07-06 Ian Lance Taylor <iant@google.com>
3622
3623 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3624 * configure: Rebuild.
3625
fa9b8d64 36262009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3627
3628 * MAINTAINERS: Move myself to the Graphite Reviewers.
3629
5f29861f 36302009-06-30 Wei Guozhi <carrot@google.com>
3631
3632 * MAINTAINERS: Add my name to Write After Approval list.
3633
6fe86052 36342009-06-26 Steve Ellcey <sje@cup.hp.com>
3635
3636 PR bootstrap/40338
3637 * configure.ac (comparestring): Create new variable.
3638 * Makefile.tpl (comparestring): Use to skip some comparisions.
3639 * configure: Regenerate.
3640 * Makefile.in: Regenerate.
3641
b5ce97f8 36422009-06-26 Doug Evans <dje@sebabeach.org>
3643
3644 * Makefile.def (host_modules): Add cgen.
3645 * Makefile.in: Regenerate.
3646 * configure.ac (host_tools): Add cgen.
3647 * configure: Regenerate.
3648
46222c18 36492009-06-23 DJ Delorie <dj@redhat.com>
3650
3651 * MAINTAINERS: Add myself as mep maintainer.
3652
7ab76cec 36532009-06-23 Ian Lance Taylor <iant@google.com>
3654
3655 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3656 boot_languages. Only bootstrap target libraries listed in
3657 target_libs for some boot language. Add --with-stage1-ldflags,
3658 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3659 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3660 if not building with C++.
3661 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3662 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3663 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3664 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3665 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3666 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3667 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3668 * configure, Makefile.in: Rebuild.
3669
b2bb9bab 36702009-06-23 Li Feng <nemokingdom@gmail.com>
3671
3672 * MAINTAINERS: Added my name to write-after-approval list.
3673
0c809c32 36742009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3675
3676 * configure.ac: Define is_elf for QNX Neutrino targets.
3677 * configure: Regenerate.
3678
7b4becfd 36792009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3680
9f9d05ad 3681 * MAINTAINERS: Added my name to the write-after-approval list
7b4becfd 3682
7aed6ac5 36832009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3684
3685 * configure.ac: Detect MPC in default directory.
3686 * configure: Regenerate.
3687
9d247ee8 36882009-06-03 Jerome Guitton <guitton@adacore.com>
3689 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3690
9f9d05ad 3691 * Makefile.tpl (all): Avoid a trailing backslash.
3692 * Makefile.in: Regenerate.
9d247ee8 3693
aec4ef75 36942009-06-03 Ben Elliston <bje@au.ibm.com>
3695
3696 * config.sub, config.guess: Update from upstream sources.
3697
f83974e5 36982009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3699
3700 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3701 to noconfdirs.
3702 * configure: Regenerate.
3703
77b633a0 37042009-06-02 Alexandre Oliva <aoliva@redhat.com>
3705
3706 * Makefile.tpl ([+compare-target+]): Compare all stage
3707 directories, rather than just gcc.
3708 * Makefile.in: Rebuilt.
3709
351f7ac7 37102009-06-01 Doug Kwan <dougkwan@google.com>
3711
3712 * configure.ac: Support gold for target arm*-*-*.
3713 * configure: Regenerate.
9d247ee8 3714
7601a55c 37152009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3716
3717 * Makefile.def: Add MPC support and dependencies.
3718 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3719
3720 * Makefile.in, configure: Regenerate.
3721
a36217d3 37222009-05-27 Alexandre Oliva <aoliva@redhat.com>
3723
3724 * Makefile.tpl (all): Avoid harmless warning in make all when
3725 gcc-bootstrap is enabled but stage_last does not exist.
3726 * Makefile.in: Rebuilt.
3727
8b70b80d 37282009-05-24 Nicolas Roche <roche@adacore.com>
3729
3730 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3731 * Makefile.in: Regenerate.
3732
cab4bf21 37332009-05-21 Denis Chertykov <chertykov@gmail.com>
3734
3735 * MAINTAINERS: Update my e-mail address.
3736
df95bec1 37372009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3738
3739 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3740 * configure: Regenerate.
3741
bc1e0bea 37422009-05-18 Alexandre Oliva <aoliva@redhat.com>
3743
3744 PR other/40159
3745 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3746 gcc-no-bootstrap are mutually exclusive.
3747 * Makefile.in: Rebuilt.
3748
4156fd9a 37492009-05-18 Alexandre Oliva <aoliva@redhat.com>
3750
3751 PR other/40159
3752 * Makefile.tpl (all): Don't end with unconditional success.
3753 * Makefile.in: Rebuilt.
3754
bd1f9655 37552009-05-12 Alexandre Oliva <aoliva@redhat.com>
3756
3757 PR target/37137
3758 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3759 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3760 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3761 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3762 stage_configureflags, stage_cflags and stage_libcflags into
3763 explicit Makefile macros.
3764 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3765 GFORTRAN.
3766 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3767 CC. Set CC_FOR_BUILD from CC.
3768 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3769 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3770 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3771 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3772 and GFORTRAN.
3773 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3774 (_LIBCFLAGS): Renamed to _TFLAGS.
3775 (do-compare-debug, do-compare3-debug): Drop.
3776 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3777 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3778 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3779 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3780 (XGCC_FLAGS_FOR_TARGET): New.
3781 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3782 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3783 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3784 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9f9d05ad 3785 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
bd1f9655 3786 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3787 TFLAGS.
3788 (BUILD_CONFIG): Include if requested.
3789 (all): Set TFLAGS on bootstrap.
3790 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3791 (all-stageid-prefixmodule): Likewise.
3792 (do-clean, distclean-stageid): Set TFLAGS.
3793 (restrap): Fix whitespace.
3794 * Makefile.in: Rebuilt.
3795
604febb6 37962009-05-07 Paolo Bonzini <bonzini@gnu.org>
3797
3798 * config.guess: Sync with src.
3799
63d7f4db 38002009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3801
3802 * configure.ac ($with_ppl): Default to no if not supplied.
3803 ($with_cloog): Likewise.
3804 configure: Regenerate.
3805
21c0690b 38062009-04-27 James E. Wilson <wilson@codesourcery.com>
3807
3808 * MAINTAINERS: Update my e-mail address.
3809
cd06af47 38102009-04-27 Nick Clifton <nickc@redhat.com>
3811
3812 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3813
bb19a97e 38142009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3815
3816 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3817 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3818 * Makefile.in: Regenerate.
3819
bff7ea4a 38202009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3821
3822 PR bootstrap/39739
3823 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3824 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3825
3826 * configure, Makefile.in: Regenerate.
3827
bb19a97e 38282009-04-21 Taras Glek <tglek@mozilla.com>
fb1e4f4a 3829
3830 * include/hashtab.h: Update GTY annotations to new syntax
3831 * include/splay-tree.h: Likewise
3832
613eb4a3 38332009-04-17 Ben Elliston <bje@au.ibm.com>
3834
3835 * config.sub, config.guess: Update from upstream sources.
3836
ca2751b6 38372009-04-15 Anthony Green <green@moxielogic.com>
3838
3839 * configure.ac: Add moxie support.
3840 * configure: Rebuilt.
3841
4b072aaf 38422009-04-14 Jakub Jelinek <jakub@redhat.com>
3843
3844 * configure.ac: Change copyright header to refer to version
3845 3 of the GNU General Public License and to point readers at the
3846 COPYING3 file and the FSF's license web page.
3847 * Makefile.def: Likewise.
3848 * Makefile.tpl: Likewise.
3849 * Makefile.in: Regenerate.
3850
95349883 38512009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3852
3853 * configure.ac: Restore match for darwin9 or later. Use double
3854 brackets since regeneration eats one pair.
3855 * configure: Regenerate.
3856
03caadda 38572009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3858
3859 PR gas/10039
3860 * configure.ac: Require texinfo 4.7.
3861 * configure: Regenerated.
3862
6bc9506f 38632009-04-09 Nick Clifton <nickc@redhat.com>
3864
3865 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3866 the GCC Runtime Library Exception.
3867
fec76ae9 38682009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3869
3870 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3871 * configure: Regenerate.
3872
21a0251d 38732009-04-01 Steve Ellcey <sje@cup.hp.com>
3874
3875 * Makefil.def (languages): New entries.
3876 * Makefile.tpl (check-gcc-*): New generic target.
3877 * Makefile.in: Regenerate.
21a0251d 3878
dcde3c07 38792009-03-25 Erven Rohou <erven.rohou@inria.fr>
54b921e3 3880
03caadda 3881 * MAINTAINERS: Update my email address.
54b921e3 3882
63d6abe9 38832009-03-18 Tom Tromey <tromey@redhat.com>
3884
03caadda 3885 * configure: Rebuild.
3886 * configure.ac (host_libs): Add libiconv.
3887 * Makefile.in: Rebuild.
3888 * Makefile.def (host_modules): Add libiconv.
3889 (configure-gdb, all-gdb): Depend on libiconv.
63d6abe9 3890
40c500e1 38912009-03-16 Tristan Gingold <gingold@adacore.com>
3892
3893 * configure.ac: Treat gdb as supported on x86_64-darwin.
3894 * configure: Regenerate.
3895
5bc96548 38962009-03-16 Joseph Myers <joseph@codesourcery.com>
3897
3898 * configure.ac (--with-host-libstdcxx): New option.
3899 * configure: Regenerate.
3900
dcde3c07 39012009-03-12 Joern Rennecke <joern.rennecke@arc.com>
9d469b1b 3902
3903 * MAINTAINERS: Move myself into the write after approval list.
3904
2ab9be2b 39052009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3906
3907 * MAINTAINERS: Update e-mail address.
8738bcea 3908
1f7090eb 39092009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3910
3911 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3912
dcde3c07 39132009-03-10 Ira Rosen <irar@il.ibm.com>
8e68bfcc 3914
3915 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3916
9af964d4 39172009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3918
3919 Backport from git Libtool:
3920
3921 2009-01-19 Robert Millan <rmh@aybabtu.com>
3922 Support GNU/kOpenSolaris.
3923 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3924 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3925 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3926 GNU/kOpenSolaris.
3927
a59c2cb8 39282009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3929
3930 * MAINTAINERS: Update e-mail address.
3931
8ccd3088 39322009-02-24 Michael Eager <eager@eagercon.com>
99a435ed 3933
3934 * MAINTAINERS (Write After Approval): Add self.
3935
ebd8f42c 39362009-02-18 Bingfeng Mei <bmei@broadcom.com>
3937
3938 * MAINTAINERS (Write After Approval): Add myself.
3939
be9d4db8 39402009-02-05 Andreas Schwab <schwab@suse.de>
3941
3942 * Makefile.tpl (stage_last): Define $r and $s before using
3943 $(RECURSE_FLAGS_TO_PASS).
3944 * Makefile.in: Regenerate
3945
d7559db1 39462009-01-30 Ian Lance Taylor <iant@google.com>
3947
3948 * MAINTAINERS: Move myself to the Global Reviewers list.
3949
3bef4012 39502009-01-29 Robert Millan <rmh@aybabtu.com>
3951
3952 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3953 * configure: Regenerate.
3954
808f8521 39552009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3956
3957 * MAINTAINERS: Make whitespace consistent.
f84804e6 3958 Remove Robert Millan from Write After Approval.
808f8521 3959
6e6a9ced 39602009-01-16 Alan Modra <amodra@bigpond.net.au>
3961
3962 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3963 (all-opcodes): Depend on all-libiberty.
3964 * Makefile.in: Regenerate.
3965
8408ca00 39662009-01-15 Douglas B Rupp <rupp@gnat.com>
3967
3968 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3969 * configure: Regenerate.
3970
f95e31fd 39712009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3972
3973 * MAINTAINERS (Write After Approval): Add myself.
3974
56b496b0 39752009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3976
3977 * MAINTAINERS: Add myself to reviewers (Fortran).
3978
dcde3c07 39792009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4aa0552b 3980
3981 PR tree-optimization/38515
3982 * configure.ac (cloog-polylib): Removed.
3983 (with_ppl, with_cloog): Test for "no".
3984 * configure: Regenerated.
3985
4e82a0cf 39862009-01-11 Daniel Franke <franke.daniel@gmail.com>
3987
3988 * MAINTAINERS: Moved myself to reviewers (Fortran).
3989
50d19060 39902009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3991
3992 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3993 (Write After Approval): Remove myself.
3994
2915a9ca 39952009-01-03 Diego Novillo <dnovillo@google.com>
3996
3997 * MAINTAINERS: Remove myself from alias maintainership.
3998
df1f167a 39992009-01-02 David Ayers <ayers@fsfe.org>
4000
4001 * MAINTAINERS: Update e-mail address.
4002
b58007d7 40032008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4004
4005 * MAINTAINERS: Make whitespace consistent.
4006
9e6fd619 40072008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4008
4009 Backport from upstream Libtool:
4010 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4011 Add cache variables to tests that require the linker to work.
4012 For shlibpath_overrides_runpath, this also changes the semantics
4013 to let the result from the C compiler take precedence.
4014
2882bf89 40152008-12-02 Ben Elliston <bje@au.ibm.com>
4016
4017 * config.sub, config.guess: Update from upstream sources.
4018
dcde3c07 40192008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6dd977ba 4020
4021 * configure.ac (ppllibs): Add by default the lib flags.
4022 * configure: Regenerate.
4023
da355950 40242008-12-08 Luis Machado <luisgpm@br.ibm.com>
4025
4026 * MAINTAINERS: Add myself to the write after approval list.
4027
42d640f6 40282008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4029
be9d4db8 4030 * configure.ac: Add double brackets on darwin[912].
4031 * configure: Regenerate.
42d640f6 4032
51557c5b 40332008-12-03 Daniel Kraft <d@domob.eu>
4034
4035 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4036 Approval to Reviewer section (for Fortran front-end).
4037
501068c2 40382008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4039
4040 * configure.ac: Expand to darwin10 and later.
4041 * configure: Regenerate.
4042
0ecf7a65 40432008-12-02 Andreas Schwab <schwab@suse.de>
4044
4045 * Makefile.def: configure-target-boehm-gc depends on
4046 all-target-libstdc++-v3.
4047 * Makefile.in: Regenerate.
4048
3177f780 40492008-12-02 Kai Tietz <kai.tietz@onevision.com>
4050
4051 * MAINTAINERS: Add myself as mingw maintainer.
4052
fcf428df 40532008-12-02 Ben Elliston <bje@au.ibm.com>
4054
4055 * config.sub, config.guess: Update from upstream sources.
4056
a61f1d25 40572008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4058
4059 * README.SCO: Remove.
4060
8026444e 40612008-11-29 Fernando Pereira <pronesto@gmail.com>
4062
4063 * MAINTAINERS: Add myself to the write after approval list.
4064
707ec6d5 40652008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4066
4067 * MAINTAINERS: Update my email address in WAA section.
4068
dcde3c07 40692008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
e006f6a0 4070
4071 * MAINTAINERS: Update e-mail address.
4072
dcde3c07 40732008-11-27 Toon Moene <toon@moene.org>
c399af55 4074
4075 * MAINTAINERS: Change e-mail address.
4076
d9f9f3af 40772008-11-27 Tristan Gingold <gingold@adacore.com>
4078
4079 * configure.ac: Build gdb for i?86-*-darwin*
4080 * configure: Regenerated.
4081
dcde3c07 40822008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
384763bb 4083
4084 * MAINTAINERS: Added my full name.
4085
54670ae6 40862008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4087
4088 PR bootstrap/38014
4089 PR bootstrap/37923
4090
4091 Revert:
4092
4093 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4094
4095 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4096 * Makefile.in: Regenerated.
4097
4098 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4099
4100 PR gdb/921
4101 PR gdb/1646
4102 PR gdb/2175
4103 PR gdb/2176
4104
4105 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4106 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4107 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4108 (HOST_EXPORTS): Pass CPPFLAGS.
4109 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4110 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4111 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4112 * Makefile.in, configure: Regenerated.
4113 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4114 and CPPFLAGS_FOR_BUILD.
4115
dcde3c07 41162008-11-06 Jeff Law <law@redhat.com>
35d42d87 4117
4118 * MAINTAINERS: Add myself as middle end maintainer.
4119
9978efe2 41202008-11-06 Andrew Stubbs <ams@codesourcery.com>
4121
4122 * MAINTAINERS (Write after approval): Add myself.
4123
8487f085 41242008-11-05 Diego Novillo <dnovillo@google.com>
4125
4126 * MAINTAINERS (Global Reviewers): Add myself.
4127 (Non-Algorithmic Maintainers): Remove myself.
4128
bd2826b0 41292008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4130
0ecf7a65 4131 * MAINTAINERS (Write after approval): Add myself.
bd2826b0 4132
fefb72aa 41332008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4134
0ecf7a65 4135 * MAINTAINERS (Write after approval): Add myself.
fefb72aa 4136
55bc4ab1 41372008-10-31 Ben Elliston <bje@au.ibm.com>
4138
4139 * configure.ac (spu-*-*): Remove special case.
4140 * configure: Regenerate.
4141
be6ed2e1 41422008-10-30 Catherine Moore <clm@codesourcery.com>
4143
4144 * MAINTAINERS (Write after approval): Update my email address.
4145
a8e019fa 41462008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4147
4148 * configure.ac [spu-*-*]: Do not set skipdirs.
4149 * configure: Re-generate.
4150
1a9f59a4 41512008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4152
4153 * MAINTAINERS (Various Maintainers): Add myself to reload.
4154
de52fda6 41552008-10-25 Richard Guenther <rguenther@suse.de>
4156
4157 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4158 maintainer. Remove myself as libgcc-math maintainer.
4159 (Non-Algorithmic Maintainers): Remove myself.
4160
38db8374 41612008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4162
4163 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4164 * Makefile.in: Regenerated.
4165
d8ff5826 41662008-10-23 Cary Coutant <ccoutant@google.com>
4167
4168 * MAINTAINERS (Write after approval): Add myself.
4169
d514f3bf 41702008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4171
4172 PR gdb/921
4173 PR gdb/1646
4174 PR gdb/2175
4175 PR gdb/2176
4176
4177 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4178 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4179 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4180 (HOST_EXPORTS): Pass CPPFLAGS.
4181 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4182 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4183 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4184 * Makefile.in, configure: Regenerated.
4185 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4186 and CPPFLAGS_FOR_BUILD.
4187
dcde3c07 41882008-10-20 Sebastian Pop <sebastian.pop@amd.com>
cf58dc99 4189
4190 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4191 Sebastian Pop.
4192
65ee4ba4 41932008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4194
4195 * MAINTAINERS (Write After Approval): Added myself.
4196
c214098d 41972008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4198
4199 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4200 recommended version to 2.3.2.
4201
4202 * configure: Regenerate.
4203
4ae4a8b5 42042008-10-01 Mark Mitchell <mark@codesourcery.com>
4205
4206 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4207
65bf946b 42082008-09-29 David Daney <david.daney@caviumnetworks.com>
4209
4210 * MAINTAINERS (Write After Approval): Update e-mail address.
4211
5028c504 42122008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4213
4214 * libtool.m4: Update to libtool 2.2.6.
4215 * lt~obsolete.m4: Update to libtool 2.2.6.
4216 * ltmain.sh: Update to libtool 2.2.6.
4217 * ltsugar.m4: Update to libtool 2.2.6.
4218 * ltversion.m4: Update to libtool 2.2.6.
4219 * ltoptions.m4: Update to libtool 2.2.6.
4220 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4221
8b1a5537 42222008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4223
4224 * MAINTAINERS (Write After Approval): Add myself.
4225
55374afb 42262008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4227
4228 * MAINTAINERS (Write After Approval): Update my name.
4229
bf6d04f7 42302008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4231
0ecf7a65 4232 * MAINTAINERS: Add myself in "Write After Approval".
bf6d04f7 4233
9abaa85a 42342008-09-18 Steve Ellcey <sje@cup.hp.com>
4235
0ecf7a65 4236 * MAINTAINERS: Add myself as ia64 maintainer.
9abaa85a 4237
43277e2a 42382008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4239
4240 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4241 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4242 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4243 and Michael Tiemann from Write After Approval since they do not
4244 actually have access.
4245
a565a5fa 42462008-09-05 Richard Guenther <rguenther@suse.de>
4247
4248 * configure.ac: Initialize clooglibs to -lcloog.
4249 * configure: Re-generate.
4250
2d9cbe39 42512008-09-04 Le-Chun Wu <lcwu@google.com>
4252
4253 * MAINTAINERS (Write After Approval): Add myself.
4254
5362e323 42552008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4256
4257 * configure.ac (--with-cloog-polylib): New.
4258 (--disable-cloog-version-check): New.
4259 (--disable-ppl-version-check): New.
4260 * configure: Re-generate.
4261
3e6e524f 42622008-09-03 Richard Guenther <rguenther@suse.de>
4263
4264 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4265 cloog test.
4266 * configure: Re-generate.
4267
8372e9ea 42682008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4269
4270 Add picoChip port.
4271 * MAINTAINERS: Add picoChip maintainers.
4272
255b6be7 42732008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4274 Tobias Grosser <grosser@fim.uni-passau.de>
4275 Jan Sjodin <jan.sjodin@amd.com>
4276 Harsha Jagasia <harsha.jagasia@amd.com>
4277 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4278 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4279 Adrien Eliche <aeliche@isty.uvsq.fr>
4280
4281 Merge from graphite branch.
4282 * configure: Regenerate.
4283 * Makefile.in: Regenerate.
4284 * configure.ac (host_libs): Add ppl and cloog.
4285 Add checks for PPL and CLooG.
4286 * Makefile.def (ppl, cloog): Added modules and dependences.
4287 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4288 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4289
7d804f04 42902008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4291
4292 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4293 (GCC_SHLIB_SUBDIR): New.
4294 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4295 * configure: Regenerate.
4296 * Makefile.in: Regenerate.
4297
cc7fe443 42982008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4299
4300 * MAINTAINERS: Consistently use tabs to separate columns.
4301
c3116b03 43022008-08-29 Tristan Gingold <gingold@adacore.com>
4303
4304 * MAINTAINERS (Write after Approval): Add myself.
4305
dba2c8ea 43062008-08-28 Tristan Gingold <gingold@adacore.com>
4307
4308 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4309 Enable bfd, binutils and opcodes.
4310 * configure: Regenerate.
4311
ae65dfef 43122008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4313
4314 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4315
2a462700 43162008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4317
4318 * MAINTAINERS: Use correct Umlaut for last name.
4319
da1cc9ee 43202008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4321
4322 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4323
285c1b7e 43242008-08-16 David Edelsohn <edelsohn@gnu.org>
4325
4326 * MAINTAINERS: Update my email address.
4327
edcc45bb 43282008-08-16 Nicolas Roche <roche@adacore.com>
4329
4330 * Makefile.tpl: Add BOOT_ADAFLAGS.
4331 * Makefile.in: Regenerate.
4332
559b0712 43332008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4334
4335 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4336 * configure: Regenerate.
4337
dcde3c07 43382008-07-30 Paolo Bonzini <bonzini@gnu.org>
3bed0958 4339
4340 * configure.ac: Add makefile fragments for hpux.
4341 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4342 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4343 * configure: Regenerate.
4344 * Makefile.in: Regenerate.
4345
dcde3c07 43462008-07-28 Aldy Hernandez <aldyh@redhat.com>
50e0cac8 4347
4348 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4349
dcde3c07 43502008-07-11 Dodji Seketeli <dseketel@redhat.com>
ff71f0b4 4351
4352 * MAINTAINERS (Write after Approval): Add myself.
4353
d27e061f 43542008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4355
4356 * MAINTAINERS (Write After Approval): Add myself.
4357
5daaf60f 43582008-06-29 Andrew Jenner <andrew@codesourcery.com>
4359
4360 * MAINTAINERS (Write After Approval): Add myself.
4361
04177cb3 43622008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4363
4364 * MAINTAINERS: Update my email address.
4365
5dfd58d3 43662008-06-25 Joey Ye <joey.ye@intel.com>
4367
4368 * MAINTAINERS (Write After Approval): Add myself.
4369
5b2c7553 43702008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4371
4372 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4373 * Makefile.in: Regenerate.
4374 * configure: Regenerate.
4375
211b932d 43762008-06-17 Daniel Kraft <d@domob.eu>
4377
4378 * MAINTAINERS (Write After Approval): Add myself.
4379
4e8a889d 43802008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4381
4382 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4383 "$@" is still intact with both Autoconf 2.59 and 2.62.
4384 * configure: Regenerate.
4385
168ee878 43862008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4387
4388 * Makefile.tpl: Fix comment errors.
4389 * Makefile.in: Regenerate.
4390
607465f2 43912008-06-12 David S. Miller <davem@davemloft.net>
4392 David Edelsohn <edelsohn@gnu.org>
4393
4394 * configure.ac: Add powerpc*-*-* to gold supported targets.
4395 * configure: Regenerate.
4396
9841cd80 43972008-06-08 Joseph Myers <joseph@codesourcery.com>
4398
4399 PR tree-optimization/36218
4400 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4401 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4402 (all prefix="build-"): Pass them to build-system sub-makes.
4403 * Makefile.in: Regenerate.
4404
6af9f7ea 44052008-06-07 Joseph Myers <joseph@codesourcery.com>
4406
4407 * MAINTAINERS (mt port): Remove.
4408 (sco5, unixware, sco udk): Remove.
4409 (Kean Johnston): Add to Write After Approval.
4410
ab2a1d30 44112008-05-30 Julian Brown <julian@codesourcery.com>
4412
4413 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4414 of libobjc for ARM EABI Linux.
4415 * configure: Regenerate.
f7f51622 4416
dcde3c07 44172008-05-18 Xinliang David Li <davidxl@google.com>
5ade25c6 4418
0ecf7a65 4419 * ChangeLog: Remove wrong ChangeLog entry.
5ade25c6 4420
dcde3c07 44212008-05-17 Xinliang David Li <davidxl@google.com>
f7f51622 4422
5ade25c6 4423 * MAINTAINERS (Write After Approval): Add myself.
f7f51622 4424
f0ce8d7d 44252008-05-15 Janus Weil <janus@gcc.gnu.org>
4426
4427 * MAINTAINERS (Write After Approval): Add myself.
4428
d3eff7bb 44292008-05-14 Rafael Espíndola <espindola@google.com>
2c3fa25d 4430
4431 * config-ml.in: don't handle --enable-shared and --enable-static.
4432
c69f9953 44332008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4434
4435 * MAINTAINERS: Update my email address.
4436
21b4aefa 44372008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4438
4439 * MAINTAINERS: Update my email address.
0ecf7a65 4440
f2271661 44412008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4442
4443 * MAINTAINERS (Write After Approval): Add myself.
4444
002bc050 44452008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4446
4447 * MAINTAINERS (Write After Approval): Add myself.
4448
dcde3c07 44492008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
74200d08 4450
4451 * MAINTAINERS (crx): Add myself.
4452
83a50aef 44532008-04-18 Paolo Bonzini <bonzini@gnu.org>
4454
4455 Sync with src:
4456 2008-04-14 David S. Miller <davem@davemloft.net>
4457
0ecf7a65 4458 * configure.ac: Add sparc*-*-* to gold supported targets.
4459 * configure: Regenerate.
83a50aef 4460
f0cb9b36 44612008-04-18 Paolo Bonzini <bonzini@gnu.org>
4462
4463 PR bootstrap/35457
4464 * configure.ac: Include override.m4.
4465 * configure: Regenerate.
4466
1db8021c 44672008-04-18 Paolo Bonzini <bonzini@gnu.org>
4468
0ecf7a65 4469 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4470 * Makefile.in: Regenerate.
1db8021c 4471
dcde3c07 44722008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
15f8eac8 4473
0ecf7a65 4474 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
15f8eac8 4475 as nonconfigurable directories list.
0ecf7a65 4476 * configure: Regenerate.
15f8eac8 4477
3af820d0 44782008-04-14 Ben Elliston <bje@au.ibm.com>
4479
4480 * config.sub, config.guess: Update from upstream sources.
4481
6e7d0937 44822008-04-12 Hans-Peter Nilsson <hp@axis.com>
4483
4484 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4485 * Makefile.in: Regenerate.
4486
9c66b389 44872008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4488
4489 * configure.ac: Do not build libssp for the AVR.
4490 * configure: Regenerate.
4491
29ab6ecd 44922008-04-07 Ian Lance Taylor <iant@google.com>
4493
4494 * Makefile.def: check-gold depends upon all-binutils.
4495 * Makefile.in: Regenerate.
4496
86aaa146 44972008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4498
4499 * MAINTAINERS (Write After Approval): Add myself.
4500
45043b2b 45012008-04-04 Nick Clifton <nickc@redhat.com>
4502
4503 PR binutils/4334
fae55456 4504 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
45043b2b 4505 builds.
4506 * configure: Regenerate.
4507
5a92bcc2 45082008-04-04 NightStrike <NightStrike@gmail.com>
4509
4510 PR other/35151
0ecf7a65 4511 * configure.ac: Combine rules for mingw32 and mingw64.
4512 * configure: Regenerate.
5a92bcc2 4513
0805084a 45142008-04-02 Kai Tietz <kai.tietz@onvision.com>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
dcde3c07 45182008-04-01 Seongbae Park <seongbae.park@gmail.com>
5b9f41dc 4519
4520 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4521 * Makefile.in (.NOTPARALLEL): Ditto.
4522
63a9f8da 45232008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4524
4525 * MAINTAINERS (Write After Approval): Add myself.
4526
dcde3c07 45272008-03-31 Seongbae Park <seongbae.park@gmail.com>
3e3a0e9c 4528
4529 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4530 * Makefile.in (.NOTPARALLEL): Regenerate.
4531
4add9df0 45322008-03-27 Paolo Bonzini <bonzini@gnu.org>
4533
4534 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4535 * Makefile.in: Regenerate.
4536
03b33306 45372008-03-26 Jakub Staszak <kuba@et.pl>
4538
4539 * MAINTAINERS (Write After Approval): Add myself.
4540
5d42d4f2 45412008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4542
4543 * MAINTAINERS: Update e-mail address.
4544
3d47fcf5 45452008-03-20 Ian Lance Taylor <iant@google.com>
4546
4547 * configure.ac: Add support for --enable-gold.
4548 * Makefile.def: Add gold as a directory like ld.
4549 * configure, Makefile.in: Regenerate.
4550
82eaf560 45512008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4552
4553 * configure.ac: m4_include config/proginstall.m4.
4554 * configure: Regenerate.
e61456db 4555
4556 Backport from upstream Libtool:
0ecf7a65 4557
e61456db 4558 2007-10-12 Eric Blake <ebb9@byu.net>
0ecf7a65 4559
e61456db 4560 Deal with Autoconf 2.62's semantic change in m4_append.
4561 * ltsugar.m4 (lt_append): Replace broken versions of
4562 m4_append.
4563 (lt_if_append_uniq): Don't require separator to be overquoted,
4564 and avoid broken m4_append.
4565 (lt_dict_add): Fix typo.
4566 * libtool.m4 (_LT_DECL): Don't overquote separator.
4567
020e6f2b 45682008-03-13 David Edelsohn <edelsohn@gnu.org>
4569
4570 * config.rpath: Add AIX 6 support.
4571
f7c302cf 45722008-03-13 Paolo Bonzini <bonzini@gnu.org>
4573
4574 * Makefile.def (stageprofile). Remove -fprofile-generate
4575 from stage_libcflags.
4576 * Makefile.in: Regenerate.
4577
82ab37f5 45782008-03-13 Ben Elliston <bje@au.ibm.com>
4579
4580 * config.sub, config.guess: Update from upstream sources.
4581
167057eb 45822008-03-06 Tom Tromey <tromey@redhat.com>
4583
4584 * MAINTAINERS: Update for treelang deletion.
4585
06a40dd3 45862008-03-03 James E. Wilson <wilson@tuliptree.org>
4587
4588 * MAINTAINERS: Update my email address.
4589
af05c092 45902008-03-03 Stan Shebs <stanshebs@earthlink.net>
4591
6c2338a8 4592 * MAINTAINERS (darwin port): Add myself as a maintainer.
af05c092 4593 (objective-c/c++): Add myself as a maintainer.
4594
f3d3d204 45952008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4596
4597 * MAINTAINERS (Write After Approval): Update my email address.
4598
d5274c75 45992008-02-25 Tomas Bily <tbily@suse.cz>
4600
4601 * MAINTAINERS (Write After Approval): Add myself.
4602
5954dfea 46032008-02-23 Jakub Jelinek <jakub@redhat.com>
4604
4605 * MAINTAINERS (OpenMP): Add myself.
4606
c898f165 46072008-02-20 Paolo Bonzini <bonzini@gnu.org>
4608
a55f1b4b 4609 PR bootstrap/32009
4610 PR bootstrap/32161
c898f165 4611
a55f1b4b 4612 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4613 * configure: Regenerate.
c898f165 4614
a55f1b4b 4615 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4616 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4617 STAGE4_LIBCFLAGS): New.
4618 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4619 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4620 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4621 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4622 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4623 for target modules. Don't export LIBCFLAGS.
4624 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4625 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4626 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4627 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4628 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4629 * Makefile.in: Regenerate.
c898f165 4630
69d30e89 46312008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4632
4633 PR libgcj/33085
4634 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4635 Do not use -DDLL_EXPORT. Backport from upstream.
4636
aaa12b63 46372008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4638
4639 * MAINTAINERS (Write After Approval): Add myself.
4640
b538c932 46412008-02-02 Hans-Peter Nilsson <hp@axis.com>
4642
4643 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4644 * configure: Regenerate.
4645
c1d3813f 46462008-01-31 Marc Gauthier <marc@tensilica.com>
4647
4648 * configure.ac (xtensa*-*-*): Recognize processor variants.
4649 * configure: Regenerate.
4650
d2d2630b 46512008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4652
6144731c 4653 PR bootstrap/34922
4654 * configure.ac (PARSE_ARGS): Push suitable setting of
4655 ac_subdirs_all, for `./configure --help=recursive'.
4656 Handle `+' in generic toplevel directory disabling.
4657 * configure: Regenerate.
d2d2630b 4658
265f31f8 46592008-01-28 Nick Clifton <nickc@redhat.com>
4660
4661 * MAINTAINERS (xstormy16): Take over maintainership.
4662
99c77e32 46632008-01-25 Joseph Myers <joseph@codesourcery.com>
4664
4665 * MAINTAINERS (c4x port): Remove.
4666
0aff9a99 46672008-01-24 David Edelsohn <edelsohn@gnu.org>
4668
4669 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4670
29179dae 46712008-01-23 Ben Elliston <bje@au.ibm.com>
4672
4673 * config.sub, config.guess: Update from upstream sources.
4674
423255b1 46752008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4676
4677 * MAINTAINERS (Write After Approval): Add myself.
4678
559c551d 46792008-01-17 H.J. Lu <hjl.tools@gmail.com>
4680
4681 * MAINTAINERS: Update my email address.
4682
46832008-01-09 Raksit Ashok <raksit@google.com>
4684
4685 * MAINTAINERS (Write After Approval): Add myself.
4686
01dc04f9 46872008-01-09 Raksit Ashok <raksit@google.com>
4688
4689 * MAINTAINERS (Write After Approval): Add myself.
4690
e257630f 46912008-01-08 Ben Elliston <bje@au.ibm.com>
4692
4693 * config.sub, config.guess: Update from upstream sources.
4694
e9450d5b 46952007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4696
4697 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
0b359cab 4698 Change recommended MPFR from 2.2.1 -> 2.3.0.
e9450d5b 4699 * configure: Regenerate.
4700
a611cf87 47012007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4702
4703 * MAINTAINERS: Update my email address.
4704
e502d5b5 47052007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4706
4707 * MAINTAINERS: Update my email address.
4708
85b21747 47092007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4710
4711 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4712 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4713 * Makefile.in: Regenerate.
4714
dcde3c07 47152007-12-10 Mark Heffernan <meheff@google.com>
1b8215f1 4716
4717 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4718 misplaced entries.
4719
06e8069d 47202007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4721
4722 * configure.ac: Enable libjava for x86_64-*-darwin9.
4723 * configure: Regenerate.
4724
dcde3c07 47252007-12-07 Bill Maddox <maddox@google.com>
46151c44 4726
4727 * MAINTAINERS (Write After Approval): Add myself.
4728
82a6155b 47292007-12-05 Ben Elliston <bje@au.ibm.com>
4730
4731 * config.sub, config.guess: Update from upstream sources.
4732
88b29126 47332007-12-02 Matthias Klose <doko@ubuntu.com>
4734
4735 * config-ml.in: Remove 64bit configure tests.
4736
097bd8a7 47372007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4738
4739 * config-ml.in: Robustify against white space in absolute file
4740 names.
4741
4742 * config-ml.in (multi-clean): Substitute ${Makefile}.
4743 Remove superfluous ${Makefile} in list.
4744
da01ad1e 47452007-11-19 Thiemo Seufer <ths@mips.com>
4746
4747 * config-ml.in: Don't hardcode the Makefile name.
4748
aa1ec648 47492007-11-08 Alexander Monakov <amonakov@ispras.ru>
4750
4751 * MAINTAINERS (Write After Approval): Add myself.
4752
cc01f27b 47532007-11-07 Samuel Tardieu <sam@rfc1149.net>
4754
4755 * MAINTAINERS (Write After Approval): Add myself.
4756
dcde3c07 47572007-11-06 Doug Kwan <dougkwan@google.com>
b34f5003 4758
4759 * MAINTAINERS (Write After Approval): Add myself.
4760
3c4bb8ba 47612007-10-25 Ben Elliston <bje@au.ibm.com>
4762
4763 * MAINTAINERS (mercury): Remove entry.
4764 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4765
119eb9ed 47662007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4767
4768 * Makefile.def (dependencies): Make configure-gdb depend on
4769 all-intl.
4770 * Makefile.in: Regenerated.
4771
10978713 47722007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4773
4774 * MAINTAINERS (Fortran maintainer): Remove myself.
4775
dcde3c07 47762007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1ad797ec 4777
4778 * Makefile.def: To avoid problems running with parallel makes,
4779 build newlib before libgloss so that target specific header
4780 files are availble.
4781 * Makefile.in: Regenerate
4782
2711b222 47832007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4784
4785 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4786 * Makefile.in: Regenerate.
4787
f5213d04 47882007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4789
4790 * MAINTAINERS (Register allocation reviewer): Add myself.
4791
823e8b8d 47922007-10-08 Mike Frysinger <vapier@gentoo.org>
4793
4794 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4795 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4796 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4797 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4798 * configure: Regenerate.
4799
dcde3c07 48002006-10-04 Seongbae Park <seongbae.park@gmail.com>
dd508a00 4801
4802 * MAINTAINERS (Register allocation reviewer): Add myself.
4803
93c5e793 48042007-10-01 Paolo Bonzini <bonzini@gnu.org>
4805
4806 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4807 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4808 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4809 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4810 * configure.ac: Default them to host tools for $host = $build.
4811 Subst them.
4812
4813 * configure: Regenerate.
4814 * Makefile.in: Regenerate.
4815
dcde3c07 48162006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8286d1e9 4817
4818 * MAINTAINERS (Register allocation reviewer): Add myself.
4819
dcde3c07 48202006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
33baaa20 4821
4822 * MAINTAINERS (Register allocation reviewer): Add myself.
4823
547d559e 48242007-09-21 Seongbae Park <seongbae.park@gmail.com>
4825
4826 * MAINTAINERS (Write After Approval): Fix typo.
4827
3013c2c7 48282007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4829
4830 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4831 * configure: Regenerate.
4832
9658ef82 48332007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4834
4835 PR bootstrap/31906
4836 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
e502d5b5 4837 they're already prefixed.
9658ef82 4838
a0191bfe 48392007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4840
4841 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4842 libstdc++.
4843 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4844 * configure: Regenerate.
4845 * Makefile.in: Regenerate.
0ecf7a65 4846
ef4a823a 48472007-09-17 Andreas Schwab <schwab@suse.de>
4848
4849 * configure.ac: Raise minimum makeinfo version to 4.6.
4850 * configure: Regenerate.
4851
dcde3c07 48522007-09-17 Johannes Singler <singler@ira.uka.de>
3900cf8f 4853
e502d5b5 4854 * MAINTAINERS (write-after-approval) add myself
3900cf8f 4855
fbbc6fdb 48562007-09-15 Alan Modra <amodra@bigpond.net.au>
4857
4858 * configure.ac: Correct makeinfo version check.
4859 * configure: Regenerate.
4860
9b139a12 48612007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4862
4863 * MAINTAINERS: Update my email address.
4864
68c9bc25 48652007-09-14 Richard Sandiford <richard@codesourcery.com>
4866
4867 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4868 to $skipdirs and only disable gprof for newlib. Use the normal
4869 mips*-elf* handling in other respects.
4870 * configure: Regnerate.
4871
d0a16e74 48722007-09-12 David Daney <ddaney@avtrex.com>
4873
4874 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4875 enabling libgcj.
4876 * configure: Regenerate.
4877
1c5767f1 48782007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4879
4880 PR other/32154
4881 * configure.ac: For libgloss targets, point the linker to the linker
4882 script, startup code and simulator library.
4883 * configure: Regenerate.
4884
b9eb3c64 48852007-09-07 Andrew Haley <aph@redhat.com>
4886
4887 * configure.ac (noconfigdirs): Remove target-libffi and
4888 target-libjava.
4889 * configure: Regenerate.
4890
70d8e49e 48912007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4892
4893 PR target/33281
4894 * configure.ac: Use config/mh-mingw on mingw.
4895 * configure: Regenerate.
70d8e49e 4896
771e1e14 48972007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4898
e2b00040 4899 * MAINTAINERS (Write After Approval): Add myself.
771e1e14 4900
f6be6a96 49012007-09-05 Richard Guenther <rguenther@suse.de>
4902
4903 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4904 nor --disable-checking is provided also turn on yes and types
4905 checking for stage1.
4906 * configure: Re-generate.
4907
afaca01a 49082007-08-30 Krister Walfridsson <cato@df.lth.se>
4909
4910 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4911 (Write After Approval): Remove myself.
4912
26dd65f3 49132007-08-29 Nick Clifton <nickc@redhat.com>
24aa922b 4914
26dd65f3 4915 * config.sub, config.guess: Update from upstream sources.
24aa922b 4916
6144731c 49172007-08-22 Bud Davis <jmdavis@link.com>
10df54f4 4918
4919 * MAINTAINERS (Write After Approval): Added myself.
4920 * MAINTAINERS (Reviewers): Removed myself.
4921
5f1f2de5 49222007-08-18 Paul Brook <paul@codesourcery.com>
6144731c 4923 Joseph Myers <joseph@codesourcery.com>
5f1f2de5 4924
4925 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4926 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4927 * Makefile.in: Regenerate.
4928 * configure.ac (--with-debug-prefix-map): New.
4929 * configure: Regenerate.
4930
f8520ad7 49312007-08-17 Richard Sandiford <richard@codesourcery.com>
4932 Nigel Stephens <nigel@mips.com>
4933
f8520ad7 4934 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4935 as target_makefile_frag.
4936 * configure: Regenerate.
4937
5b542315 49382007-08-16 Alexandre Oliva <aoliva@redhat.com>
4939
4940 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4941 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4942 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4943 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4944 (do-compare, do-compare3, do-compare-debug): New.
4945 ([+compare-target+]): Use them.
4946
8d8efff7 49472007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4948
4949 * MAINTAINERS (Write After Approval): Change my email address.
4950
af7bb0c0 49512007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4952 Ben Elliston <bje@au.ibm.com>
4953
4954 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4955 --silent if $silent.
4956 * configure: Regenerate.
4957
215d9ce6 49582003-08-12 Zdenek Dvorak <ook@ucw.cz>
4959
4960 * MAINTAINERS (Various Maintainers): Add myself as
4961 loop infrastructure maintainer. Update my e-mail
4962 address.
4963
eb57d4df 49642007-07-31 Diego Novillo <dnovillo@google.com>
4965
4966 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4967 Adjust description.
4968
f03e0ae4 49692007-07-26 Richard Guenther <rguenther@suse.de>
4970
4971 * configure.ac: Add types checking to stage1 checking flags.
4972 * configure: Regenerate.
4973
1ee47085 49742007-07-17 Nick Clifton <nickc@redhat.com>
4975
4976 * COPYING3: New file. Contains version 3 of the GNU General
4977 Public License.
4978 * COPYING3.LIB: New file. Contains version 3 of the GNU
4979 Lesser General Public License.
4980
4f1c9c75 49812007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4982
4983 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4984
8b472594 49852007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4986
4987 * MAINTAINERS (S/390 co-maintainer): Add myself.
4988 (Write After Approval): Remove myself.
4989
aa9311a1 49902007-07-13 Dan Hipschman <dsh@google.com>
4991
4992 * MAINTAINERS (Write After Approval): Add myself.
4993
2590e4db 49942007-07-11 Nick Clifton <nickc@redhat.com>
4995
4996 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4997 WINDRES export.
4998 * Makefile.in: Regenerate.
4999
ae91a3b7 50002007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5001
5002 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5003 maintainer.
5004
f9d0ebde 50052007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5006
5007 * lt~obsolete.m4: New. Import from 20070318 libtool.
5008
9a6e938f 50092007-07-03 Julian Brown <julian@codesourcery.com>
5010
5011 * MAINTAINERS (Write After Approval): Add myself.
5012
09c2d953 50132007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5014
5015 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5016 * configure: Regenerate.
5017
50182007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5019
5020 * configure.ac: Add some missing m4 quotation.
5021 * configure: Regenerate.
5022
2de49bbb 50232007-07-02 Simon Baldwin <simonb@google.com>
5024
5025 * MAINTAINERS (Write After Approval): Add myself.
5026
b7ef8464 50272007-07-02 Paolo Bonzini <bonzini@gnu.org>
5028
5029 * configure: Regenerate.
5030
75d6a0a9 50312007-07-02 Kai Tietz <kai.tietz@onevision.com>
5032
5033 * Makefile.def: Add windmc tool to build.
5034 * Makefile.tpl: Likewise.
5035 * configure.ac: Likewise.
5036 * Makefile.in: Regenerate.
5037 * configure: Regenerate.
0ecf7a65 5038
aa331421 50392007-06-28 DJ Delorie <dj@redhat.com>
5040
5041 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5042 not building newlib.
5043 * configure: Regenerated.
0ecf7a65 5044
bab22e5c 50452007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5046
5047 * MAINTAINERS (Write After Approval): Add myself.
5048
2d569347 50492007-06-25 Martin Michlmayr <tbm@cyrius.com>
5050
5051 * MAINTAINERS (Write After Approval): Add myself.
5052
abe9fc0f 50532007-06-19 Chris Matthews <chrismatthews@google.com>
5054
5055 * MAINTAINERS (Write After Approval): Add myself.
5056
2588303d 50572007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5058
5059 * MAINTAINERS (Write After Approval): Add myself.
5060
86d469a7 50612007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5062
5063 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5064 * Makefile.in: Regenerated.
5065
e77068c4 50662007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5067
5068 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5069 bfin*-*-uclinux* targets.
5070 * configure: Regenerate.
5071
34750e69 50722007-06-14 Ian Lance Taylor <iant@google.com>
5073
5074 * MAINTAINERS: Add myself as non-algorithmic global write
5075 maintainer.
5076
5a6568b4 50772007-06-14 Diego Novillo <dnovillo@google.com>
5078
5079 * MAINTAINERS: Add self as middle-end maintainer and
5080 non-algorithmic global write maintainer.
5081
49607763 50822007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5083
5084 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5085 Move all Fortran maintainers except Paul Brook into the
5086 Non-Autopoiesis section.
5087
021ff58f 50882007-06-14 Paolo Bonzini <bonzini@gnu.org>
5089
5090 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5091 (distclean-stage[+id+]): Possibly delete stage_last.
5092 * Makefile.in: Regenerate.
5093
f7074c96 50942007-06-12 Seongbae Park <seongbae.park@gmail.com>
5095
5096 * MAINTAINERS (Various Maintainer): Fix typo.
5097
19dcaa9c 50982007-06-11 Paolo Bonzini <bonzini@gnu.org>
5099
5100 * MAINTAINERS (Various Maintainer): Add myself as
5101 dataflow maintainer.
5102
fef06690 51032007-06-07 Ben Elliston <bje@au.ibm.com>
5104
5105 * config.sub, config.guess: Update from upstream sources.
5106
abe109c5 51072007-06-07 Ben Elliston <bje@au.ibm.com>
5108
5109 * Makefile.tpl: Fix spelling error.
5110 * Makefile.in: Regenerate.
5111
2bcd5359 51122007-06-01 Steve Ellcey <sje@cup.hp.com>
5113
fd82ebdc 5114 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5115 lt_cv_sys_max_cmd_len.
2bcd5359 5116
92a034a0 51172007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5118
5119 * MAINTAINERS (Various Maintainers): Add myself as
5120 auto-vectorizer maintainer.
5121
796f6ddf 51222003-05-31 Paolo Bonzini <bonzini@gnu.org>
5123
5124 PR libjava/32098
5125 * libtool.m4: Revert previous change.
5126 * ltgcc.m4: Put it here.
5127
3df3f071 51282003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5129
5130 * MAINTAINERS (Various Maintainers): Add myself as
5131 auto-vectorizer maintainer.
5132
8759836c 51332007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5134
5135 PR libjava/32098
5136 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5137
de0a1cbe 51382007-05-30 Richard Guenther <rguenther@suse.de>
5139
5140 * MAINTAINERS (Various Maintainers): Add myself as
5141 auto-vectorizer maintainer.
5142
505abe0c 51432007-05-30 Jakub Jelinek <jakub@redhat.com>
5144
5145 PR bootstrap/29382
5146 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5147 * configure: Rebuilt.
5148
12d06f67 51492007-05-28 Roberto Costa <robsettantasei@gmail.com>
5150
5151 * MAINTAINERS (Write After Approval): Removed my name.
5152
cc76add4 51532007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5154
5155 * MAINTAINERS (Write After Approval): Remove myself.
5156
a027451b 51572007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5158
5159 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5160
542f9784 51612007-05-23 Steve Ellcey <sje@cup.hp.com>
5162
5163 * ltmain.sh: Update from ToT Libtool.
5164 * libtool.m4: Update from ToT Libtool.
5165 * ltsugar.m4: New. Update from ToT Libtool.
5166 * ltversion.m4: New. Update from ToT Libtool.
5167 * ltoptions.m4: New. Update from ToT Libtool.
5168 * ltconfig: Remove.
5169 * ltcf-c.sh: Remove.
5170 * ltcf-cxx.sh: Remove.
5171 * ltcf-gcj.sh: Remove.
5172
528ab743 51732007-05-22 Ollie Wild <aaw@google.com>
5174
5175 * MAINTAINERS (Write After Approval): Add myself.
5176
47cd5247 51772007-05-16 Paolo Bonzini <bonzini@gnu.org>
5178
5179 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5180 stage_cflags.
5181 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5182 Remove CFLAGS/LIBCFLAGS.
5183 (configure-stage[+id+]-[+prefix+][+module+],
5184 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5185 * Makefile.in: Regenerate.
5186
3514a11b 51872007-05-15 Diego Novillo <dnovillo@google.com>
5188
5189 * MAINTAINERS: Update e-mail address.
5190
886a57ec 51912007-05-15 Revital Eres <eres@il.ibm.com>
5192
5193 * MAINTAINERS (Write After Approval): Add myself.
5194
00b95186 51952007-05-14 Roberto Costa <robsettantasei@gmail.com>
5196
5197 * MAINTAINERS (Write After Approval): Updated my address.
5198
37a5fded 51992007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5200
5201 * MAINTAINERS (Write After Approval): Add myself.
5202
932d1055 52032007-05-11 Silvius Rus <rus@google.com>
5204
5205 * MAINTAINERS (Write After Approval): Add myself.
5206
5be46544 52072007-04-23 Tom Tromey <tromey@redhat.com>
5208
5209 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5210
85fdb7fe 52112007-04-22 Mark Mitchell <mark@codesourcery.com>
5212
5213 * MAINTAINERS (cpplib): Rename to ...
5214 (libcpp): ... this. Add C/C++ front end maintainers.
5215
0e80ecec 52162007-04-14 Steve Ellcey <sje@cup.hp.com>
5217
5218 * config-ml.in: Pass ${ml_config_env} to configure calls.
5219
678ca12c 52202007-04-04 Christian Bruel <christian.bruel@st.com>
5221
5222 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 5223
238ac4b8 52242007-04-02 Dave Korn <dave.korn@artimi.com>
5225
5226 * MAINTAINERS (Write After Approval): Add myself.
5227
1b3b5ab2 52282007-03-31 Tobias Burnus <burnus@net-b.de>
5229
5230 * MAINTAINERS (fortran 95 front end): Add myself.
5231
7af2a874 52322007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5233
5234 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 5235
f5bcb691 52362007-03-24 Ayal Zaks <zaks@il.ibm.com>
5237
5238 * MAINTAINERS (Modulo Scheduler): Add myself.
5239
9671b27d 52402007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5241
5242 * MAINTAINERS (fortran 95 front end): Add myself.
5243 (c++ front end): whitespace fix.
5244
9ced3b39 52452007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5246
5247 * MAINTAINERS (Write After Approval): Add myself.
5248
d623d587 52492007-03-21 Richard Sandiford <richard@codesourcery.com>
5250
5251 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5252 of glob. Quote arguments with single quotes too.
5253 * configure: Regenerate.
5254
d6eaff55 52552007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5256
5257 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5258 * Makefile.in: Regenerate
5259
a6c599b5 52602007-03-07 Andreas Schwab <schwab@suse.de>
5261
5262 * configure: Regenerate.
5263
130effca 52642007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5265
5266 * configure.ac: Add "--with-pdfdir" configure option,
5267 which defines pdfdir variable.
5268 * Makefile.def (target=fixincludes): Add install-pdf to
5269 missing targets.
5270 (recursive_targets): Add install-pdf target.
5271 (flags_to_pass): Add pdfdir.
5272 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5273 target.
5274 * configure: Regenerate
5275 * Makefile.in: Regenerate
5276
cd343b1c 52772007-02-28 Eric Christopher <echristo@apple.com>
5278
5279 Revert:
5280 2006-12-07 Mike Stump <mrs@apple.com>
5281
5282 * Makefile.def (dependencies): Add dependency for
5283 install-target-libssp and install-target-libgomp on
5284 install-gcc.
5285 * Makefile.in: Regenerate.
5286
78a477ad 52872007-02-27 Matt Kraai <kraai@ftbfs.org>
5288
5289 * configure: Regenerate.
5290 * configure.ac: Move statements after variable declarations.
5291
670a86cd 52922007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5293
5294 * MAINTAINERS: Add myself as sh maintainer.
5295
ae8552b7 52962007-02-19 Joseph Myers <joseph@codesourcery.com>
5297
5298 * configure.ac: Adjust for loop syntax.
5299 * configure: Regenerate.
5300
95a05732 53012007-02-18 Alexandre Oliva <aoliva@redhat.com>
5302
5303 * configure: Rebuilt.
5304
b0e9b581 53052007-02-18 Alexandre Oliva <aoliva@redhat.com>
5306
5307 * configure.ac: Drop multiple occurrences of --enable-languages,
5308 and fix its quoting.
5309 * configure: Rebuilt.
5310
77ae4d79 53112007-02-17 Mark Mitchell <mark@codesourcery.com>
6144731c 5312 Nathan Sidwell <nathan@codesourcery.com>
5313 Vladimir Prus <vladimir@codesourcery.com>
5314 Joseph Myers <joseph@codesourcery.com>
77ae4d79 5315
5316 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5317 * configure: Regenerate.
5318
ddacbee5 53192007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5320
5321 * ltconfig (freebsd*): Default to elf.
5322
27bfe7b7 53232007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5324
5325 * configure.ac (target_libraries): Move libgcc before libiberty.
5326 * configure: Regenerated.
5327
eae5b2bc 53282007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5329 Paolo Bonzini <bonzini@gnu.org>
5330
5331 PR bootstrap/30753
5332 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5333 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5334 * configure: Regenerated.
5335
41d006b3 53362007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5337
5338 * MAINTAINERS (Language Front End Maintainers): Update my mail
5339 address.
5340
4ff792a4 53412007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5342
5343 PR bootstrap/30748
5344 * configure.ac: Correct syntax for Solaris ksh.
5345 * configure: Regenerated.
5346
38d7211b 53472007-02-09 Paolo Bonzini <bonzini@gnu.org>
5348
5349 * configure.ac: Sync with src.
5350 * configure: Regenerate.
5351
fbc4b0e5 53522007-02-09 Paolo Bonzini <bonzini@gnu.org>
5353
5354 * Makefile.in: Regenerate.
5355
834785d1 53562007-02-09 Paolo Bonzini <bonzini@gnu.org>
5357
5358 * config.sub: Sync with src.
5359
b30fcfae 53602007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5363 noncanonical equivalents.
5364 * configure.in: Rename to...
5365 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5366 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5367 target_noncanonical. Use them. Rewrite removal of configure
5368 arguments for autoconf 2.59. Discard variable settings. Force
5369 program_transform_name for native tools.
5370
5371 * Makefile.in: Regenerated.
5372 * configure: Regenerated with autoconf 2.59.
5373
dcde3c07 53742007-02-07 Roman Zippel <zippel@linux-m68k.org>
e911c3be 5375
c6f3c945 5376 * MAINTAINERS (Write After Approval): Add myself.
e911c3be 5377
44db1fbc 53782007-01-31 Andreas Schwab <schwab@suse.de>
5379
5380 * Makefile.tpl (LDFLAGS): Substitute it.
5381 * Makefile.in: Regenerate.
5382
dcde3c07 53832007-01-30 Andrey Belevantsev <abel@ispras.ru>
760d0db8 5384
c6f3c945 5385 * MAINTAINERS (Write After Approval): Add myself.
760d0db8 5386
25954036 53872007-01-28 David Edelsohn <edelsohn@gnu.org>
5388
c6f3c945 5389 * MAINTAINERS (spu port): Add myself.
25954036 5390
a18b2c54 53912007-01-23 Richard Guenther <rguenther@suse.de>
5392
5393 PR bootstrap/30541
5394 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5395 * Makefile.tpl (GNATBIND): Substitute it.
5396 (GNATMAKE): Likewise.
5397 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5398 of STAGE_PREFIX.
5399 * Makefile.in: Regenerate.
5400 * configure: Regenerate.
5401
dd979235 54022007-01-18 Mike Stump <mrs@apple.com>
5403
5404 * configure.in: Re-enable -Werror for gcc builds.
5405
c6f3c945 54062007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ec79f74b 5407
c6f3c945 5408 * MAINTAINERS (Write After Approval): Add myself.
ec79f74b 5409
16c9b2e3 54102007-01-11 Paolo Bonzini <bonzini@gnu.org>
5411
5412 * configure.in: Change == to = in test command.
c6f3c945 5413 * configure: Regenerate.
16c9b2e3 5414
d45318b3 54152007-01-11 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 5416 Nick Clifton <nickc@redhat.com>
5417 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5418
5419 * configure.in (build_configargs, host_configargs, target_configargs):
5420 Remove build/host/target parameters.
5421 (host_libs): Add gmp and mpfr.
5422 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5423 * Makefile.def (gmp, mpfr): New.
5424 (gcc): Remove target.
5425 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5426 target_os, target_vendor): New.
dcde3c07 5427 (configure): Add host_alias/target_alias arguments; adjust invocations.
c6f3c945 5428 * configure: Regenerate.
5429 * Makefile.in: Regenerate.
d45318b3 5430
54312007-01-11 Matt Fago <fago@earthlink.net>
5432
5433 * configure.in: Try to link to functions only in mpfr 2.2.x
c6f3c945 5434 to improve robustness of configure tests.
d45318b3 5435 * configure: Regenerate.
cd343b1c 5436
c9c21f59 54372007-01-09 Uros Bizjak <ubizjak@gmail.com>
5438
5439 * MAINTAINERS: Add myself as i386 maintainer.
5440
f2bdcff1 54412007-01-08 Jan Hubicka <jh@suse.cz>
5442
b7be5ae5 5443 * MAINTAINERS: Add myself as i386 maintainer.
f2bdcff1 5444
06dd9e69 54452007-01-08 Kai Tietz <kai.tietz@onevision.com>
5446
5447 * configure.in: Add support for an x86_64-mingw* target.
a378fc89 5448 * configure: Regenerate.
06dd9e69 5449
0a2e6193 54502007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * Makefile.tpl (all-target): Correct @if conditional for target
5453 modules.
5454 * configure.in: Omit libiberty if building only target libgcc.
5455 * configure, Makefile.in: Regenerated.
5456
29b1b61f 54572007-01-04 Paolo Bonzini <bonzini@gnu.org>
5458
dcde3c07 5459 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
29b1b61f 5460 * configure: Regenerate.
5461
894a47b4 54622007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5463
5464 * Makefile.def (target_modules): Add libgcc.
5465 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5466 * Makefile.tpl (clean-target-libgcc): Delete.
5467 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5468 on gcc even for bootstrapped modules. Rewrite handling of
5469 lang_env_dependencies to loop over target_modules.
5470 * configure.in (target_libraries): Add target-libgcc.
5471 * Makefile.in, configure: Regenerated.
5472
9c3a0a29 54732006-12-29 Paolo Bonzini <bonzini@gnu.org>
5474
5475 * configure.in: Reorganize recognition of languages. Add
5476 --enable-stage1-languages. Show supported languages for the chosen
5477 target rather than all recognized languages.
5478 * configure: Regenerate.
5479
2e04b035 54802006-12-29 Paolo Bonzini <bonzini@gnu.org>
5481
5482 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5483 * Makefile.in: Regenerate.
5484
0157cc75 54852006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5486
5487 * configure.in: Warn that MPFR 2.2.0 is buggy.
5488 * configure: Regenerate.
5489
35d84d10 54902006-12-27 Ian Lance Taylor <iant@google.com>
5491
5492 * configure.in: When removing Makefiles to force a reconfigure, also
5493 remove prev-DIR*/Makefile.
5494 * configure: Regenerate.
5495
ae48753c 54962006-12-22 Andreas Schwab <schwab@suse.de>
5497
5498 * configure: Regenerate with correct autoconf version.
5499
a83ffacf 55002006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5501
c6f3c945 5502 * configure.in: add AC_SUBST for *_FOR_TARGET.
5503 * configure: Regenerate.
a83ffacf 5504
2e04b035 55052006-12-19 Paolo Bonzini <bonzini@gnu.org>
5506
5507 * configure.in: Simplify logic for rejecting languages that cannot
5508 be built. Separate the case when a language is unsupported,
5509 from the case when the user chooses not to build a language.
5510
1a606b87 55112006-12-19 Paolo Bonzini <bonzini@gnu.org>
5512
5513 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5514 it only affects bootstrap and could be tested on "$host" as well.
5515 * configure: Regenerate.
5516 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5517
39f34cfc 55182006-12-19 Paolo Bonzini <bonzini@gnu.org>
5519
5520 PR bootstrap/29544
5521 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5522 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5523 move here comment from Makefile.tpl.
5524 * Makefile.tpl: Move some definitions higher in the file.
5525 (STAGE1_CHECKING): New.
5526 * configure.in: Add --enable-stage1-checking.
5527 * configure: Regenerate.
5528 * Makefile.in: Regenerate.
5529
6523c107 55302006-12-19 Paolo Bonzini <bonzini@gnu.org>
5531
5532 * MAINTAINERS: Add myself as build system maintainer.
5533
0874d16e 55342006-12-15 Simon Martin <simartin@users.sourceforge.net>
5535
5536 * MAINTAINERS (Write After Approval): Add myself.
5537
f4177413 55382006-12-13 Eric Christopher <echristo@apple.com>
5539
5540 * MAINTAINERS: Add myself as darwin maintainer.
5541
21f5445c 55422006-12-11 Ian Lance Taylor <ian@airs.com>
5543
5544 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5545
dcde3c07 55462006-12-11 Joern Rennecke <joern.rennecke@arc.com>
51e3e9c5 5547
5548 MAINTAINERS: Update my entry.
5549
57c7de11 55502006-12-11 Alan Modra <amodra@bigpond.net.au>
5551
5552 * configure.in: Handle spu makefile frag.
57c7de11 5553 * Makefile.tpl (MAINT): Define
5554 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5555 * configure: Regenerate.
5556 * Makefile.in: Regenerate.
5557
e3c9d32f 55582006-12-11 Ben Elliston <bje@au.ibm.com>
5559
5560 * config.guess: Import latest version.
5561 * config.sub: Likewise.
5562
f5b9de9c 55632006-12-11 Ben Elliston <bje@au.ibm.com>
5564
5565 * configure.in (spu-*-*): Don't skip target-libiberty.
5566 * configure: Regenerate.
5567
fce068fd 55682006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5569
5570 PR bootstrap/30134
5571 * configure.in: Correct x86 darwin support for libjava to powerpc
5572 and i?86 only.
5573 * configure: Regenerate.
5574
ffe859e6 55752006-12-08 Sandro Tolaini <tolaini@libero.it>
5576
5577 * configure.in: Add x86 darwin support for libjava.
5578 * configure: Regenerate.
5579
73a19d2f 55802006-12-07 Mike Stump <mrs@apple.com>
5581
5582 * Makefile.def (dependencies): Add dependency for
5583 install-target-libssp and install-target-libgomp on
5584 install-gcc.
5585 * Makefile.in: Regenerate.
5586
a62d86ae 55872006-12-04 Richard Guenther <rguenther@suse.de>
5588
5589 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5590 (Non-Algorithmic Maintainers): Move over non-algorithmic
5591 loop optimizer maintainers, add myself as a non-algorithmic
5592 middle-end maintainer.
5593
37415b5d 55942006-12-04 Daniel Franke <franke.daniel@gmail.com>
5595
5596 * MAINTAINERS (Write After Approval): Add myself.
5597
6af0e733 55982006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5599
5600 * configure.in: Update error message for missing GMP/MPFR.
5601
5602 * configure: Regenerate.
5603
4af4078c 56042006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5605
5606 * configure.in: Update MPFR version in error message.
5607
5608 * configure: Regenerate.
5609
69c937e1 56102006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5611
5612 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5613 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5614 --with-gmp-lib): New flags.
5615
5616 * configure: Regenerate.
5617
e419f8ef 56182006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5619
5620 * MAINTAINERS (Write After Approval): Change my email address.
5621
407e85bc 56222006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5623
583272a2 5624 * MAINTAINERS (Write After Approval): Add myself.
407e85bc 5625
dcde3c07 56262006-11-22 Philipp Thomas <pth@suse.de>
40cb8be1 5627
5628 * MAINTAINERS (i18n): Update e-mail address.
5629
c2d4f42f 56302006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5631
5632 * MAINTAINERS (spu port): Add myself as maintainer.
5633 (Write After Approval): Remove myself.
5634
7c8af356 56352006-11-22 Ben Elliston <bje@au.ibm.com>
5636
5637 * configure.in (skipdirs): Don't build libssp for SPU.
5638 * configure: Regenerate.
5639
099cd192 56402006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5641
5642 * MAINTAINERS (spu port): Add myself as maintainer.
5643 (libobjc): Update my email address.
5644
82b61569 56452006-11-21 Andrea Bona <andrea.bona@st.com>
5646
5647 * MAINTAINERS (Write After Approval): Add myself.
5648
dcde3c07 56492006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
644459d0 5650
5651 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5652 * configure : Rebuilt.
5653
dcde3c07 56542006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
bb0ac0c1 5655
5656 * MAINTAINERS (Write After Approval): Add myself.
5657
d027f7a9 56582006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5659
5660 * MAINTAINERS (Write After Approval): Add myself.
5661
2a9efd1a 56622006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5663
5664 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5665 libmpfr.a.
5666 * configure: Regenerate.
5667
f0903548 56682006-11-16 Paolo Bonzini <bonzini@gnu.org>
5669
5670 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5671 (unstage): Test for stage_last presence.
5672
5673 PR bootstrap/29802
dcde3c07 5674 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5675 STAGE_PREFIX.
f0903548 5676 * Makefile.in: Regenerate.
5677
75348e65 56782003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5679
5680 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5681 maintainers.
5682
0048238f 56832006-11-14 Erven Rohou <erven.rohou@st.com>
5684
5685 * MAINTAINERS (Write After Approval): Add myself.
5686
f94784f4 56872006-11-14 Paolo Bonzini <bonzini@gnu.org>
5688
5689 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5690 and stageN-package/Makefile.
5691 * Makefile.in: Regenerated.
5692
3eec5071 56932006-11-14 Jie Zhang <jie.zhang@analog.com>
5694
5695 * configure.in: Remove target-libgloss from noconfigdirs for
5696 bfin-*-*.
5697 * configure: Regenerated.
5698
d9705883 56992006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5700
5701 * configure.in (have_gmp): Only error if the gcc directory exists.
f4177413 5702
d9705883 5703 * configure: Regenerate.
5704
0818100b 57052006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5706
5707 * configure.in: Robustify error message for missing GMP/MPFR.
5708
5709 * configure: Regenerate.
5710
dcde3c07 57112006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8744aea8 5712
5713 * MAINTAINERS (Write After Approval): Add myself.
5714
dcde3c07 57152006-10-30 Uros Bizjak <ubizjak@gmail.com>
6c1fb305 5716
5717 * MAINTAINERS: Change email address.
5718
e2c5111e 57192006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5720
5721 * MAINTAINERS (Write After Approval): Add myself.
5722
d07c830b 57232006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5724
5725 * MAINTAINERS (Write After Approval): Add myself.
5726
6e4b1b54 57272006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5728
f4177413 5729 * MAINTAINERS (Write After Approval): Move myself to
c6f3c945 5730 Write After Approval section.
6e4b1b54 5731
6a086156 57322006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5733
5734 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5735 need_gmp anymore.
5736 * configure: Regenerate.
5737
3f08b6b2 57382006-10-16 Tobias Burnus <burnus@net-b.de>
5739
5740 * MAINTAINERS (Write After Approval): Add myself.
5741
b4c7d1be 57422006-10-16 Ben Elliston <bje@au.ibm.com>
5743
5744 * config.guess: Import latest version.
5745 * config.sub: Likewise.
5746
51f93521 57472006-10-10 Brooks Moses <bmoses@stanford.edu>
5748
5749 * Makefile.def: Added pdf target handling.
5750 * Makefile.tpl: Added pdf target handling.
5751 * Makefile.in: Regenerated.
5752
3dbfe3e4 57532006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5754
5755 * MAINTAINERS: Add self as score port maintainer.
5756
227bbb08 57572006-10-04 Brooks Moses <bmoses@stanford.edu>
5758
5759 * MAINTAINERS (Write After Approval): Add myself.
5760
112f3d57 57612006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5762
f4177413 5763 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
112f3d57 5764 or newer.
5765 * configure: Regenerated.
5766
8d365775 57672006-09-27 Dave Brolley <brolley@redhat.com>
5768
dcde3c07 5769 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5770 using $s instead of $r.
8d365775 5771 * configure: Regenerated.
5772
806f1769 57732006-09-26 Thiemo Seufer <ths@mips.com>
5774
5775 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5776 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5777 * configure: Regenerate.
5778
dcde3c07 57792006-09-24 Graeme Peterson <gridly@gmail.com>
ade3d93b 5780
5781 * MAINTAINERS (Write After Approval): Remove myself.
5782
b86059ef 57832006-09-22 Chao-ying Fu <fu@mips.com>
5784
5785 * MAINTAINERS (Write After Approval): Add myself.
5786
0cd5eaae 57872006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5788
5789 * MAINTAINERS: Add self as soft-fp maintainer.
5790
dcde3c07 57912006-09-09 Anatoly Sokolov <aesok@post.ru>
0cd5eaae 5792
5793 * MAINTAINERS: Add myself as avr maintainer.
5794 Remove Marek Michalkiewicz as avr maintainer.
37fc92d0 5795
fb01e507 57962006-09-07 Roberto Costa <roberto.costa@st.com>
5797
5798 * MAINTAINERS (Write After Approval): Add myself.
5799
d6d689df 58002006-08-30 Corinna Vinschen <corinna@vinschen.de>
5801
5802 * configure.in: Never build newlib for a Mingw host.
5803 Never build newlib as Mingw target library.
5804 Test the existence of winsup/cygwin for building a Cygwin newlib,
5805 rather than just winsup.
5806 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5807 building a Mingw target.
5808 * configure: Regenerate.
5809
98e67652 58102006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5811
5812 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5813
c92d8afd 58142006-07-25 Paolo Bonzini <bonzini@gnu.org>
5815
5816 * config.guess: Import from src (was more updated).
5817 * config.sub: Likewise.
5818
d3e7b04c 58192006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5820
5821 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5822 * configure: Regenerated.
5823
3e427a9c 58242006-07-18 Paolo Bonzini <bonzini@gnu.org>
5825
248deaff 5826 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5827 for stages after the first.
3e427a9c 5828
1bef46b4 58292006-07-17 Jakub Jelinek <jakub@redhat.com>
5830
5831 * Makefile.def: Add dependencies for configure-opcodes
5832 on configure-intl and all-opcodes on all-intl.
5833 * Makefile.in: Regenerated.
5834
f4d112a5 58352006-07-13 Ben Elliston <bje@au.ibm.com>
5836
5837 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5838
108cf177 58392006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5840
5841 Port to hosts whose 'sort' and 'tail' implementations
5842 treat operands with leading '+' as file names, as POSIX
5843 has required since 2001. However, make sure the code still
5844 works on pre-POSIX hosts.
5845 * ltmain.sh: Don't assume "sort +2" is equivalent to
5846 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5847
2f5151d2 58482006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5849
5850 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5851
46276eaf 58522006-07-04 Peter O'Gorman <peter@pogma.com>
5853
5854 * ltconfig: chmod 644 before ranlib during install.
5855
f508ba97 58562006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5857
5858 PR bootstrap/18058
5859 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5860 if the bootstrap compiler is a GCC version that supports it.
5861 * configure: Regenerate.
5862
3891e7d9 58632006-07-03 Paolo Bonzini <bonzini@gnu.org>
5864
9333ae0b 5865 * configure.in: Fix thinkos in previous check-in.
3891e7d9 5866 * configure: Regenerate.
5867
5dee13c2 58682006-07-03 Paolo Bonzini <bonzini@gnu.org>
5869
5870 PR other/27063
5871 * configure.in: Test subdir_requires and give an appropriate
5872 error message.
5873 * configure: Regenerate.
5874
4ac79c32 58752006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5876
5877 * MAINTAINERS (Write After Approval): Add myself.
5878
9bc01059 58792006-06-22 John David Anglin <dave.anglin@nrc.ca>
5880
5881 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5882
f09fcf30 58832006-06-22 Steve Ellcey <sje@cup.hp.com>
5884
5885 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5886
f1716c67 58872006-06-20 David Ayers <d.ayers@inode.at>
5888
5889 PR bootstrap/28072
5890 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5891 whether target-libjava is being configured instead of whether the
5892 java front end is enabled.
5893 * configure: Regenerate.
f4177413 5894
778f2e8d 58952006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5896
5897 PR target/27540
5898 * configure.in: Only enable libgomp on IRIX 6.
5899 * configure: Regenerate.
5900
c81c13fb 59012006-06-15 Paolo Bonzini <bonzini@gnu.org>
5902
5903 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5904 too.
5905 * Makefile.in: Regenerate.
5906
337cc616 59072006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5908
5909 * config-ml.in: Alter CCASFLAGS to include special
5910 multilib options the same as is done for CFLAGS.
5911
be504f1e 59122006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5913
5914 * configure.in: Don't enable libgomp on hpux10.
5915 * configure: Rebuilt.
5916
d6f7b8f2 59172006-06-12 David Ayers <d.ayers@inode.at>
5918
5919 PR bootstrap/27963
5920 PR target/19970
f4177413 5921 * configure.in: Remove target-boehm-gc from noconfigdirs where
d6f7b8f2 5922 ${libgcj} is specified.
5923 * configure: Regenerate.
f4177413 5924
dcde3c07 59252006-06-06 Carlos O'Donell <carlos@codesourcery.com>
d06227a7 5926
5927 Sync from src:
f4177413 5928
5929 * configure.in: Sync.
d06227a7 5930 * configure: Regenerated.
f4177413 5931
d06227a7 5932 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5933
5934 * Makefile.def: Added dependencies from sim and gdb on intl, and
5935 added configure dependencies to everything with an all dependency
5936 on intl.
5937 * Makefile.in: Regenerated.
5938
dd6d3a67 59392006-06-06 David Ayers <d.ayers@inode.at>
5940
5941 PR libobjc/13946
5942 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5943 * Makefile.in: Regenerate.
5944 * configure.in: Add --enable-objc-gc at toplevel and have it
5945 enable boehm-gc for Objective-C.
5946 Remove target-boehm-gc from libgcj.
5947 Add target-boehm-gc to target_libraries.
5948 Add target-boehm-gc to noconfigdirs where ${libgcj}
5949 is specified.
5950 Assert that boehm-gc is supported when requested for Objective-C.
5951 Only build boehm-gc if needed either for Java or Objective-C.
5952 * configure: Regenerate.
f4177413 5953
13935149 59542006-06-05 Paolo Bonzini <bonzini@gnu.org>
5955
5956 PR 27674
5957 * Makefile.tpl (configure-[+prefix+][+module+],
5958 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5959 Remove rule to unstage bootstrapped modules.
5960 (stage_current): New.
5961 * Makefile.in: Regenerate.
5962
8f4b42fe 59632006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5964
5965 * MAINTAINERS (Write After Approval): Update my e-mail address.
5966
223a68cb 59672006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5968
5969 * include/libiberty.h: Declare pex_run_in_environment.
5970
54554f30 59712006-05-31 Asher Langton <langton2@llnl.gov>
5972
5973 * MAINTAINERS (Write After Approval): Add myself.
8f4b42fe 5974
6c21862c 59752006-05-25 Paolo Bonzini <bonzini@gnu.org>
5976
5977 * Makefile.def (bfd, opcodes): Fix lib_path.
5978 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5979 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5980 * Makefile.in: Regenerate.
5981
9409c9d5 59822006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5983
5984 * Makefile.in: Regenerate.
5985
e0dbdbbf 59862006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5987
5988 * Makefile.def: Add install-html target. Add datarootdir
5989 docdir and htmldir to flags_to_pass.
5990 * Makefile.tpl: Add install-html target.
5991 * Makefile.in: Regenerate.
5992 * configure.in: Add --with-datarootdir, --with-docdir, and
5993 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5994 * configure: Regenerate.
5995
a2c13723 59962006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5997
5998 * configure.in: Enable gprof for cross builds.
5999 * configure: Regenerate.
6000
37f85f50 60012006-05-22 Richard Guenther <rguenther@suse.de>
6002
6003 Revert
6004 2006-01-31 Richard Guenther <rguenther@suse.de>
6005 Paolo Bonzini <bonzini@gnu.org>
6006
6007 * Makefile.def (target_modules): Add libgcc-math target module.
6008 * configure.in (target_libraries): Add libgcc-math target library.
6009 (--enable-libgcc-math): New configure switch.
6010 * Makefile.in: Re-generate.
6011 * configure: Re-generate.
6012 * libgcc-math: New toplevel directory.
6013
75d59721 60142006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6015 Andreas Tobler <a.tobler@schweiz.ch>
6016
6017 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6018 * configure: Rebuilt.
6019
dcde3c07 60202006-05-12 Sandra Loosemore <sandra@codesourcery.com>
f4177413 6021
65bab903 6022 * MAINTAINERS (Write After Approval): Add myself.
6023
bc53ef83 60242006-05-01 DJ Delorie <dj@redhat.com>
6025
6ab99db1 6026 * configure.in: Restore CFLAGS if GMP isn't present.
bc53ef83 6027 * configure: Regenerate.
6028
e8bb9e10 60292006-05-01 Richard Guenther <rguenther@suse.de>
6030
6031 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6032 maintainer.
6033
dcde3c07 60342006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2ebe0c0d 6035
6036 * MAINTAINERS (Write After Approval): Add myself.
6037
dd1d6245 60382006-04-28 Jan Beulich <jbeulich@novell.com>
6039
6040 * MAINTAINERS (Write After Approval): Add myself.
6041
24714a39 60422006-04-18 DJ Delorie <dj@redhat.com>
6043
6044 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6045 reference libgloss so that libssp can be built in a combined
6046 tree.
6047 * configure: Regenerate.
6048
ebadab44 60492006-04-08 Robert Millan <rmh@gcc.gnu.org>
6050
6051 * MAINTAINERS (Write After Approval): Add myself.
6052
2c45c903 60532006-04-05 Ben Elliston <bje@au.ibm.com>
6054
6055 * configure.in: Require makeinfo 4.4 or higher.
6056 * configure: Regenerate.
6057
c8a50a04 60582006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6059
6060 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6061 Rearrange the entries of other libraries to have them in one place.
6062
0dfcec58 60632006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6064
f4177413 6065 * MAINTAINERS (Write After Approval): Remove myself.
0dfcec58 6066 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6067
a4af6a58 60682006-03-14 Richard Guenther <rguenther@suse.de>
6069
6070 * configure: Regenerate with autoconf 2.13.
6071
29febb11 60722006-03-13 Jim Blandy <jimb@codesourcery.com>
6073
6074 * MAINTAINERS: Use my work address.
12a2bf00 6075
6076 * MAINTAINERS: Update my E-mail address.
6077
50996fe5 60782006-03-10 Aldy Hernandez <aldyh@redhat.com>
6079
6080 * configure.in: Handle --disable-<component> generically.
6081 * configure: Regenerate.
6082
b554a459 60832006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6084
6085 PR libgcj/17311
6086 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6087
71898775 60882006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6089
6090 * MAINTAINERS (Write After Approval): Remove myself.
6091 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6092
dcde3c07 60932006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6c21862c 6094
cba69f27 6095 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6096 (TARGET_CONFIGDIRS): Remove.
6097 * configure.in: Remove AC_SUBST(target_configdirs).
6098 * Makefile.in, configure: Regenerated.
7601142f 6099
310293ad 61002006-02-20 Steven G. Kargl <kargls@comcast.net>
6101
6102 * MAINTAINERS (Write After Approval): Remove myself.
6103 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6104
26526d23 61052006-02-20 Paolo Bonzini <bonzini@gnu.org>
6106
6107 PR bootstrap/25670
6108
6109 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6110
6111 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6112 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6113 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6114 BUILD_PREFIX, BUILD_PREFIX_1.
6115 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6116
6117 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6118 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6119
6120 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6121 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6122 of `cat stage_current`. Always provide the `r' and `s' variables.
6123 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6124 a single shell execution.
6125 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6126 bootstrapped modules, make the stage1 module if the build was not
6127 started yet, else build the current stage.
6128 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6129 (all-build, all-host, all-target, [+make_target+]-host,
6130 [+make_target+]-target): Do not use \-continued lines.
6131 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6132 (current_stage, restrap, stage_last): New.
6133
6134 * Makefile.in: Regenerate.
6135 * configure: Regenerate.
6136
154ae9ad 61372006-02-19 Bud Davis <jmdavis@link.com>
6138
6139 * MAINTAINERS (Write After Approval): Remove myself.
6140 (Language Front End Maintainers): Add myself as fortran 95
6141 maintainer and update e-mail address.
6142
2b60afd7 61432006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6144
6145 * MAINTAINERS (Write After Approval): Remove myself.
6146 (Language Front End Maintainers): Add myself as fortran 95
6147 maintainer.
6148
e1c7b125 61492006-02-16 Victor Kaplansky <victork@il.ibm.com>
6150
6151 * MAINTAINERS (Write After Approval): Add myself.
6152
1eacfaf6 61532006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6154
6155 * MAINTAINERS (Write After Approval): Remove myself.
6156 (Language Front End Maintainers): Add myself as
6157 fortran 95 maintainer.
6158
ab0da556 61592006-02-14 Paolo Bonzini <bonzini@gnu.org>
6160
6161 Sync from src:
6162
6163 2005-12-27 Leif Ekblad <leif@rdos.net>
6164
248deaff 6165 * configure.in: Add support for RDOS target.
6166 * configure: Regenerate.
ab0da556 6167
61682006-02-14 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 6169 Andreas Schwab <schwab@suse.de>
ab0da556 6170
248deaff 6171 * configure: Regenerate.
ab0da556 6172
634efbee 61732006-02-12 David Edelsohn <edelsohn@gnu.org>
6174
6175 * configure.in (enable_libgomp): Add AIX.
6176 * configure: Regenerate.
6177
e359d827 61782006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6179
6180 * MAINTAINERS (Write After Approval): Add myself.
f4177413 6181
40139f55 61822006-02-03 Lee Millward <lee.millward@gmail.com>
6183
6184 * MAINTAINERS (Write After Approval): Add myself.
f4177413 6185
145b0ed1 61862006-01-31 Richard Guenther <rguenther@suse.de>
6187 Paolo Bonzini <bonzini@gnu.org>
6188
6189 * Makefile.def (target_modules): Add libgcc-math target module.
6190 * configure.in (target_libraries): Add libgcc-math target library.
6191 (--enable-libgcc-math): New configure switch.
6192 * Makefile.in: Re-generate.
6193 * configure: Re-generate.
6194 * libgcc-math: New toplevel directory.
6195
c47832b1 61962006-01-26 Paolo Bonzini <bonzini@gnu.org>
6197
6198 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6199 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6200 the assembler, linker and binutils.
6201 * configure: Regenerate.
6202
80111498 62032006-01-22 Dirk Mueller <dmueller@suse.de>
6204
6205 * MAINTAINERS (Write After Approval): Add myself.
6206
4938df8a 62072006-01-20 Diego Novillo <dnovillo@redhat.com>
6208
6209 * configure: Regenerate.
6210
1e8e9920 62112006-01-18 Richard Henderson <rth@redhat.com>
6212 Jakub Jelinek <jakub@redhat.com>
6213 Diego Novillo <dnovillo@redhat.com>
6214
6215 * libgomp: New directory.
6216 * Makefile.def: Add target_module libgomp.
6217 * Makefile.in: Regenerate.
6218 * configure.in (target_libraries): Add target-libgomp.
6219 * configure: Regenerate.
6220
deaa70c6 62212006-01-05 Alexandre Oliva <aoliva@redhat.com>
6222
6223 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6224 @ from continuation.
6225 * Makefile.in: Rebuilt.
6226
18ece38c 62272006-01-04 Chris Lattner <sabre@gnu.org>
ca07d10f 6228
7914652a 6229 * MAINTAINERS (Write After Approval): Add myself.
6230
0c8a85c6 62312006-01-04 Paolo Bonzini <bonzini@gnu.org>
6232
6233 PR bootstrap/24252
6234
6235 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6236 * Makefile.tpl (OBJDUMP): New.
6237 (EXTRA_HOST_FLAGS): Add it.
6238 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6239
1e8e9920 6240 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6241 to use symbolic links between directories. Avoid race conditions
6242 or make them harmless.
6243 * configure.in: Do not try to use symbolic links between directories.
0c8a85c6 6244
6245 * Makefile.def (LEAN): Pass.
6246 * Makefile.tpl (LEAN): Define.
6247 (stage[+id+]-start): Accept that the previous directory does not
6248 exist, if the bootstrap is lean.
6249 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6250 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6251 configure substitution.
6252 ([+compare-target+]): Likewise.
6253 ([+bootstrap-target+]-lean): New.
6254 * configure.in: Remove lean bootstrap support from here.
6255
1e8e9920 6256 * Makefile.in: Regenerate.
6257 * configure: Regenerate.
0c8a85c6 6258
bd63b943 62592006-01-04 Ben Elliston <bje@au.ibm.com>
6260
6261 * MAINTAINERS (libdecnumber): Add myself.
6262
3b6bba18 62632006-01-02 Mark Mitchell <mark@codesourcery.com>
6264
6265 * libtool-ldflags: New script.
6266
9c19a746 62672006-01-02 Andreas Schwab <schwab@suse.de>
6268
6269 * configure.in: When reconfiguring remove Makefile in
6270 all stage directories.
6271 * configure: Regenerate.
6272
1c39ab9d 62732005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6274
6275 * MAINTAINERS: Update my email address.
6276
ceebc884 62772005-12-20 Paolo Bonzini <bonzini@gnu.org>
6278
6279 Revert Ada-related part of the previous change.
6280
6281 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6282 Do not pass.
6283 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6284 * Makefile.in: Regenerate.
6285 * configure.in: Do not include mt-ppc-aix target fragment.
6286 * configure: Regenerate.
6287
9ca214be 62882005-12-19 Paolo Bonzini <bonzini@gnu.org>
6289
6290 * configure.in: Select appropriate fragments for PowerPC/AIX.
6291 * configure: Regenerate.
6292
6293 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6294 BOOT_CFLAGS, BOOT_LDFLAGS.
6295 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6296 BOOT_CFLAGS, BOOT_LDFLAGS.
6297 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6298 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6299 (stage): Fail if we cannot complete the work.
6300 * Makefile.in: Regenerate.
6301
957985d9 63022005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6303
6304 * configure.in: Replace ms1 with mt.
6305 * configure: Rebuilt.
6306
3fecdf28 63072005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6308
6309 * MAINTAINERS: Update my email address.
6310
2420a95f 63112005-12-15 Paolo Bonzini <bonzini@gnu.org>
6312
6313 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6314 install-host-nogcc): Don't invoke $(stage) at the end.
6315 * Makefile.in: Regenerate.
6316
98777423 63172005-12-14 Paolo Bonzini <bonzini@gnu.org>
6318
6319 * configure.in: Flip the top-level bootstrap switch.
6320 * configure: Regenerate.
6321
83f96a51 63222005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6323
6324 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6325 $(stage) and $(unstage).
6326 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6327 (all): Remove stray semicolon.
6328 (local-distclean): Don't handle multilib.tmp and multilib.out.
6329 (install.all): Set $s for consistency.
6330 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6331 check_multilibs setting. Always make the install directory.
6332 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6333 Correct @if/@endif.
6334 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6335 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6336 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6337 (multilib.out): Remove.
6338 * Makefile.in: Regenerated.
6339
dcde3c07 63402005-12-12 Carlos O'Donell <carlos@codesourcery.com>
72d3853a 6341
6342 * MAINTAINERS (Write After Approval): Add myself.
6343
8a4c0c5f 63442005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6345
a67ce901 6346 * MAINTAINERS: Add myself as mt maintainer.
6347
8a4c0c5f 6348 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6349
937fb015 63502005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6351
6352 * MAINTAINERS: Change email address.
6353
f5aebe3e 63542005-12-05 Paolo Bonzini <bonzini@gnu.org>
6355
6356 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6357 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6358 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6359 Find in-tree tools if available.
6360 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6361 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6362 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6363 (COMPILER_*_FOR_TARGET): New.
6364 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6365 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6366 (CONFIGURED_*, USUAL_*): Remove.
6367 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6368 STRIP): Use autoconf substitutions.
6369 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6370 COMPILER_NM_FOR_TARGET): New.
6371 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6372
6373 (all): Make all-host and all-target in parallel.
6374 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6375 that $$r and $$s are set before invoking a recursive make.
6376 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6377 ([+bootstrap-target+]): Inline most of the `all' target.
6378
e888c15e 63792005-11-29 Ben Elliston <bje@au.ibm.com>
6380
6381 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6382 from the gcc build directory.
6383 * Makefile.in: Regenerate.
6384
e21c3597 63852005-11-29 Ben Elliston <bje@au.ibm.com>
6386
6387 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6388 depend on all-libdecnumber.
6389 * configure.in (host_libs): Include libdecnumber.
6390 * Makefile.in: Regenerate.
6391 * configure: Likewise.
6392
e3f15eef 63932005-11-29 Ben Elliston <bje@au.ibm.com>
6394
6395 * libdecnumber: Import decNumber sources from the dfp-branch.
6396
8afb273f 63972005-11-21 Kean Johnston <jkj@sco.com>
6398
6399 * config.sub, config.guess: Sync from upstream sources.
6400
fefdfa6e 64012005-11-21 Ben Elliston <bje@au.ibm.com>
6402
6403 Import from Autoconf sources:
6404
6405 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6406 * config/move-if-change: Don't output "$2 is unchanged";
6407 suggested by Ben Elliston. Handle weird characters correctly.
6408
92016de0 64092005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6410
6411 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6412 to match upstream libtool for darwin.
6413
415470be 64142005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * Makefile.def: Remove gdb dependencies for gdbtk.
6417 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6418 (configure-gdb, install-gdb): New rules.
6419 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6420 * Makefile.in, configure: Regenerated.
6421
15bb6251 64222005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6423
6424 * MAINTAINERS (Write After Approval): Add myself.
6425
66182ee6 64262005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6427
6428 * MAINTAINERS (Write After Approval): Add myself.
6429
9aad078e 64302005-10-24 Diego Novillo <dnovillo@redhat.com>
6431
6432 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6433 Diego Novillo.
6434
e025d06f 64352005-10-22 Paolo Bonzini <bonzini@gnu.org>
6436
6437 PR bootstrap/24297
6438 * Makefile.tpl (do-[+make-target+], do-check, install,
6439 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6440 are set before recursing.
6441 * Makefile.in: Regenerate.
6442
bde48217 64432005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6444
6445 PR bootstrap/18939
6446 * Makefile.def (gcc) <target>: Fix thinko.
6447 * Makefile.in: Regenerate.
6448
8d687193 64492005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6450
6451 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6452 * configure: Regenerate.
6453
843af2a1 64542005-10-15 Jie Zhang <jie.zhang@analog.com>
6455
6456 * MAINTAINERS (Write After Approval): Add self.
6457
6783d878 64582005-10-08 Kazu Hirata <kazu@codesourcery.com>
6459
6460 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6461 target-libffi, target-qthreads, target-libjava, and
6462 targetlibobjc.
6463 * configure: Regenerate.
6464
ae74ffb7 64652005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6466
6467 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6468 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6469 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6470 (USUAL_OBJDUMP_FOR_TARGET): New.
6471 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6472 * configure.in: Check for $OBJDUMP_FOR_TARGET.
0b69af2f 6473 * configure, Makefile.in: Regenerated.
ae74ffb7 6474
7fd717b3 64752005-10-05 Paolo Bonzini <bonzini@gnu.org>
6476
6477 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6478 before other host packages.
6479
8d2ef209 64802005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6481
6482 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6483
8283f873 64842005-10-05 Paolo Bonzini <bonzini@gnu.org>
6485
6486 PR bootstrap/22340
6487
6488 * configure.in (default_target): Remove.
6489 * Makefile.tpl (all): Do not use prerequisites as subroutines
6490 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6491 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6492 use prerequisites as subroutines.
6493 (check-host, check-target): New.
6494 (bootstrap configure & all targets): Do not use stage*-start
6495 if the directory layout is already ok.
6496 (non-bootstrap configure & all targets): Prepend a $(unstage).
6497 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6498 (NOTPARALLEL): Remove.
6499 (unstage, stage variables): New variables.
6500 (unstage, stage targets): Simply expand to those variables.
6501
6502 * configure: Regenerate.
6503 * Makefile.in: Regenerate.
6504
8011a2db 65052005-10-04 James E Wilson <wilson@specifix.com>
6506
6507 * Makefile.def (lang_env_dependencies): Add libmudflap.
6508 * Makefile.in: Regenerate.
6509
09cc3896 65102005-10-03 Andreas Schwab <schwab@suse.de>
6511
6512 Backport from libtool CVS:
6513 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6514
6515 * ltmain.sh: add support for installing into temporary
6516 staging area (e.g. 'make install DESTDIR=...')
6517
d7441b0d 65182005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6519
6520 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6521 * configure: Regenerated.
6522
9886f3d1 65232005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6524
6525 * configure: Regenerate with the correct
6526 autoconf version.
6527
7172be51 65282005-09-30 Catherine Moore <clm@cm00re.com>
6529
6530 * configure.in (bfin-*-*): New.
6531 * configure: Regenerated.
6532
9fec3fa8 65332005-09-28 Geoffrey Keating <geoffk@apple.com>
6534
6535 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6536 (LIPO_FOR_TARGET): New.
6537 (CONFIGURED_LIPO_FOR_TARGET): New.
6538 (USUAL_LIPO_FOR_TARGET): New.
6539 (STRIP_FOR_TARGET): New.
6540 (CONFIGURED_STRIP_FOR_TARGET): New.
6541 (USUAL_STRIP_FOR_TARGET): New.
6542 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6543 STRIP_FOR_TARGET.
6544 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6545 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6546 * Makefile.in: Regenerate.
6547 * configure: Regenerate.
f4177413 6548
14bd4516 65492005-09-19 David Edelsohn <edelsohn@gnu.org>
6550
6551 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6552 (rs6000-*-aix*): Same.
6553 * configure: Regenerate.
6554
6ca52624 65552005-09-16 Tom Tromey <tromey@redhat.com>
6556
6557 * MAINTAINERS: Add self as java maintainer.
6558
2c718da0 65592005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6560
6561 * configure.in: Recognize f95 in the --enable-languages option,
6562 and substitute it for fortran, issuing a warning.
6563 * configure: Regenerate.
6564
51427b7f 65652005-08-30 Phil Edwards <phil@codesourcery.com>
6566
6567 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6568 * configure: Regenerated.
6569
70bd96e6 65702005-08-22 Aldy Hernandez <aldyh@redhat.com>
6571
6572 * MAINTAINERS: Add self as ms1 maintainer.
6573
e85b7f3c 65742005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6575
6576 * Makefile.def (libssp): Add to lang_env_dependencies.
6577 * Makefile.in: Regenerate.
6578
6be90865 65792005-08-18 Ian Lance Taylor <ian@airs.com>
6580
6581 * MAINTAINERS: Add myself as middle-end maintainer.
6582
28a54140 65832005-08-17 Christian Groessler <chris@groessler.org>
6584
6585 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6586 * Makefile.in: Regenerate.
6587
c1f0d853 65882005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6589
6590 * MAINTAINERS (write after approval): Added myself.
6591
02bbe015 65922005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6593
6594 * MAINTAINERS (Write After Approval): Add myself.
6595
768691b5 65962005-08-12 Paolo Bonzini <bonzini@gnu.org>
6597
6598 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6599 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6600 Look for alternate names of the target cc and c++
6601 * configure: Regenerate.
6602
ef8184c7 66032005-08-08 Paolo Bonzini <bonzini@gnu.org>
6604
6605 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6606 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6607 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6608 tools; remove code to manually set them.
6609 (Target tools): Look in the environment for them.
6610 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6611 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6612 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6613 build directory.
6614 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6615 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6616 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6617 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6618 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6619 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6620 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6621 * configure: Regenerate.
6622 * Makefile.in: Regenerate.
6623
3e17c591 66242005-07-28 Ben Elliston <bje@au.ibm.com>
6625
6626 * MAINTAINERS: Update for removed CPU targets.
6627
29327bb4 66282005-07-27 Mark Mitchell <mark@codesourcery.com>
6629
6630 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
f4177413 6631 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
29327bb4 6632 * Makefile.in: Regenerated.
6633
ffa8502d 66342005-07-26 Mark Mitchell <mark@codesourcery.com>
6635
6636 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6637 (CFLAGS_FOR_TARGET): Use it.
6638 (CXXFLAGS_FOR_TARGET): Likewise.
6639 * Makefile.in: Regenerated.
6640 * configure.in (--with-build-sysroot): New option.
6641 * configure: Regenerated.
6642
ee8b5c34 66432005-07-24 Paolo Bonzini <bonzini@gnu.org>
6644
6645 * Makefile.tpl: Wrap install between unstage and stage
6646 * Makefile.in: Regenerate.
6647
1558ffaf 66482005-07-21 Eric Christopher <echristo@apple.com>
6649
6650 * MAINTAINERS: Update affiliation.
6651
0d56c486 66522005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6653
6654 * MAINTAINERS: Add self as crx port maintainer.
6655
4569287f 66562005-07-20 DJ Delorie <dj@redhat.com>
6657
6658 * MAINTAINERS: Add self as m32c maintainer.
6659
06b8a6e6 66602005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6661
6662 * all files: Update FSF address.
6663
3031a1be 66642005-07-15 Eric Christopher <echristo@redhat.com>
6665
6666 * MAINTAINERS: Change affiliation.
6667
040541fe 66682005-07-14 Jim Blandy <jimb@redhat.com>
6669
6670 * configure.in: Add cases for Renesas m32c.
6671 * configure: Regenerated.
f4177413 6672
a03a59f4 66732005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6674
47440b6d 6675 * COPYING.LIB: Update from fsf.org.
6676
66772005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6678
6679 * COPYING, compile, config.guess,
a03a59f4 6680 config.sub, install-sh, missing, mkinstalldirs,
6681 symlink-tree, ylwrap: Sync from upstream sources.
47440b6d 6682 * config-ml.in: Update FSF address.
a03a59f4 6683
9f88bc9d 66842005-07-13 Eric Christopher <echristo@redhat.com>
6685
6686 * configure.in: Add toplevel noconfigdir support for tpf.
6687 * configure: Regenerate.
6688
f6463472 66892005-07-11 Paolo Bonzini <bonzini@gnu.org>
6690
6691 PR ada/22340
6692
6693 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6694 * Makefile.in: Regenerate.
6695
eb39e466 66962005-07-07 Mark Mitchell <mark@codesourcery.com>
6697
6698 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
f4177413 6699 Brolley to write-after-approval.
eb39e466 6700
3c7c61db 67012005-07-07 Andreas Schwab <schwab@suse.de>
6702
6703 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6704 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6705 * Makefile.in: Regenerated.
6706
d28caca4 67072005-07-06 Geoffrey Keating <geoffk@apple.com>
6708
6709 * configure.in: Don't build sim or rda when targetting darwin.
6710 * configure: Regenerate.
6711
07da5214 67122005-07-06 Kazu Hirata <kazu@codesourcery.com>
6713
6714 * configure.in: Add --enable-libssp and --disable-libssp.
6715 * configure: Regenerate with autoconf-2.13.
6716
0d55f4d0 67172005-07-02 Jakub Jelinek <jakub@redhat.com>
6718
6719 * Makefile.def (target_modules): Add libssp.
6720 * configure.in (target_libraries): Add target-libssp.
6721 * configure: Rebuilt.
6722 * Makefile.in: Rebuilt.
6723
c6d8e763 67242005-07-01 Zack Weinberg <zackw@panix.com>
6725
6726 * MAINTAINERS: Change email address. Resign from maintainership.
6727
e64566bc 67282005-07-01 Richard Guenther <rguenther@suse.de>
6729
6730 * MAINTAINERS: Change my e-mail address and affiliation.
6731
919a60fa 67322005-06-22 Paolo Bonzini <bonzini@gnu.org>
6733
6734 * Makefile.def (stagefeedback): Come after profile.
6735 Define profiledbootstrap target.
6736 * Makefile.tpl (profiledbootstrap): Remove.
6737 (stageprofile-end): Zap stagefeedback.
6738 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6739 * Makefile.in: Regenerate.
6740
1dcfcddb 67412005-06-13 Richard Sandiford <richard@codesourcery.com>
6742
6743 * MAINTAINERS: Update my email address.
6744
cbaa9876 67452005-06-13 Zack Weinberg <zack@codesourcery.com>
6746
6747 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6748 In 'cpp' stanza, support '#line' as well as '# '.
6749
90314144 67502005-06-08 Andreas Schwab <schwab@suse.de>
6751
6752 * MAINTAINERS: Move myself from 'Write After Approval' to
6753 'CPU Port Maintainers' section as m68k maintainer.
6754
ff7dcf6a 67552005-06-07 Hans-Peter Nilsson <hp@axis.com>
6756
6757 * configure.in (unsupported_languages): New macro.
6758 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6759 non-ported target libraries in noconfigdirs.
6760 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6761 non-linux-gnu. Remove libgcj_ex_libffi.
248deaff 6762 <lang_frag loop>: Set add_this_lang=no if the language is in
ff7dcf6a 6763 unsupported_languages.
6764 * configure: Regenerate.
6765
058a5366 67662005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6767
6768 * configure.in: Fix typo in handling of --with-mpfr-dir.
6769 * configure: Regenerate.
6770
a0133d5a 67712005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6772
6773 * MAINTAINERS: Update my email address.
6774
ba84b398 67752005-06-02 Jim Blandy <jimb@redhat.com>
6776
6777 * config.sub: Add cases for the Renesas m32c. (This patch has been
6778 accepted into the master sources.)
6779
f6fa11cb 67802005-06-02 Aldy Hernandez <aldyh@redhat.com>
cbaa9876 6781 Michael Snyder <msnyder@redhat.com>
6782 Stan Cox <scox@redhat.com>
f6fa11cb 6783
cbaa9876 6784 * configure.in: Set noconfigdirs for ms1.
f6fa11cb 6785
cbaa9876 6786 * configure: Regenerate.
f6fa11cb 6787
5538a252 67882005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6789
6790 * MAINTAINERS (Write After Approval): Add self.
6791
eb475541 67922005-06-01 Josh Conner <jconner@apple.com>
6793
6794 * MAINTAINERS (Write After Approval): Add self.
6795
f61df03e 67962005-06-01 Kazu Hirata <kazu@codesourcery.com>
6797
6798 * MAINTAINERS: Update my email address.
6799
8c31789b 68002005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6801
6802 * MAINTAINERS (Write After Approval): Add self.
6803
80f2a08d 68042005-05-26 Chris Demetriou <cgd@broadcom.com>
6805
6806 * MAINTAINERS (Write After Approval): Remove self.
6807
97d52533 68082005-05-25 Paolo Bonzini <bonzini@gnu.org>
6809
6810 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6811 (Dependencies): Consider target modules for bootstrap dependencies.
6812 Make target bootstrap modules depend on each stage's gcc.
6813 * Makefile.in: Regenerate.
6814
aa73b18f 68152005-05-20 Paolo Bonzini <bonzini@gnu.org>
6816
6817 * Makefile.def (configure-gcc): Depend on binutils having been built.
6818 (all-gcc): No need to do it here.
6819 * Makefile.in: Regenerate.
6820
e8bfe1fa 68212005-05-19 Paul Brook <paul@codesourcery.com>
6822
cbaa9876 6823 * configure.in: Rewrite misleading error message when requested
e8bfe1fa 6824 language cannot be built.
6825 * configure: Regenerate.
6826
4267b9ea 68272005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6828
6829 * ylwrap: Import from Automake 1.9.5.
6830
9d7b8b84 68312005-05-13 David Ung <davidu@mips.com>
6832
6833 * MAINTAINERS (Write After Approval): Add self.
6834
5cd1aacd 68352005-05-09 Mike Stump <mrs@apple.com>
6836
6837 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6838 lt_cv_sys_max_cmd_len for now.
cbaa9876 6839
0e47e899 68402005-05-09 Stan Cox <scox@redhat.com>
6841
6842 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6843
f9697cdb 68442005-05-08 Matt Kraai <kraai@ftbfs.org>
6845
6846 * README.SCO: Update the URL.
6847
3fec05ca 68482005-05-05 David Edelsohn <edelsohn@gnu.org>
6849
6850 * ltconfig: Define file_list_spec. Pass file_list_spec and
6851 with_gnu_ld to libtool.
6852 * ltcf-c.sh (aix[45]): Define file_list_spec.
6853 * ltcf-cxx.sh (aix[45]): Same.
6854 * ltcf-gcj.sh (aix[45]): Same.
6855 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6856 exists, write list of input files to temporary file.
6857
a8abbd9d 68582005-05-04 Mike Stump <mrs@apple.com>
6859
6860 * configure.in: Always pass --target to target configures as
6861 otherwise rebuilds that do --recheck will fail.
6862 * confiugure: Rebuilt.
6863
12fb418d 68642005-05-04 Paolo Bonzini <bonzini@gnu.org>
6865
6866 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6867 STAGE_HOST_EXPORTS.
6868 (configure, all): Add bootstrap support.
6869 (Host modules, target modules): Pass post-stage1 flags and exports.
6870 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6871 * Makefile.in: Regenerate.
6872
c828481a 68732005-04-29 Paolo Bonzini <bonzini@gnu.org>
6874
6875 * configure: Regenerate.
6876
352141ae 68772005-04-27 Mike Stump <mrs@apple.com>
6878
6879 * MAINTAINERS: Add self as darwin maintainer.
6880
5629b19d 68812005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6882
6883 * config.sub: Update from master copy.
6884
3cf20c3b 68852005-04-21 Mike Stump <mrs@apple.com>
6886
6887 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6888 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6889
c0188550 68902005-04-19 Hans-Peter Nilsson <hp@axis.com>
6891
6892 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6893 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6894 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6895 "*-*-elf" and "*-*-linux*".
6896 * configure: Regenerate.
6897
603e1354 68982005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6899
6900 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6901
6db39137 69022005-04-12 Mike Stump <mrs@apple.com>
6903
6904 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6905
1df56788 69062005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6907
6908 * MAINTAINERS (Write After Approval): Add myself.
6909
80ccce4c 69102005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6911
6912 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6913
c15fb64c 69142005-04-06 Paolo Bonzini <bonzini@gnu.org>
6915
cbaa9876 6916 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
c15fb64c 6917 (TARGET_CONFIGARGS): Include --with-target-subdir.
6918 (configure, all): New macros. Use them throughout.
6919 * Makefile.in: Regenerate.
6920
e6eb2b02 69212005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6922
6923 * MAINTAINERS (Write After Approval): Add myself.
cbaa9876 6924
d18f347b 69252005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6926
6927 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6928
8494de10 69292005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6930
6931 * MAINTAINERS: Move John Carr to Write After Approval.
6932
dcde3c07 69332005-03-30 J"orn Rennecke <joern.rennecke@st.com>
0a887243 6934
6935 * config/mh-mingw32: Delete.
6936 * configure.in: Don't use it.
6937 * configure: Regenerate.
6938
60b2817d 69392005-03-31 Paolo Bonzini <bonzini@gnu.org>
6940
6941 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6942 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dcde3c07 6943 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
60b2817d 6944 (HOST_LIB_PATH): Generate from Makefile.def.
6945 (TARGET_LIB_PATH): Likewise.
6946 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6947 * Makefile.in: Regenerate.
6948 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6949 (RPATH_ENVVAR): Include Darwin case.
6950 * configure: Regenerate.
6951
9cc9199f 69522005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6953
6954 * MAINTAINERS (Various Maintainers): Remove self.
6955 (Write After Approval): Add self.
6956
beefdb0f 69572005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6958
6959 * MAINTAINERS (Various Maintainers): Add self.
6960
697e01c8 69612005-03-25 Paolo Bonzini <bonzini@gnu.org>
6962
6963 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6964 * configure: Regenerate.
6965
9624cab1 69662005-03-21 Zack Weinberg <zack@codesourcery.com>
6967
6968 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6969 gcc_version, and gcc_version_trigger from set of flags to pass.
6970 * Makefile.tpl: Remove definitions of above variables.
6971 (config.status): Remove dependency on $(gcc_version_trigger).
6972 * Makefile.in: Regenerate.
6973 * configure.in: Do not reference config/gcc-version.m4 nor
6974 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6975 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6976 * configure: Regenerate.
6977
5745a02a 69782005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dcde3c07 6979 Andrew Pinski <pinskia@physics.uc.edu>
5745a02a 6980
6981 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6982 * Makefile.in: Regenerate.
6983
df4e5443 69842005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6985
6986 * MAINTAINERS (Write After Approval): Add myself.
6987
379a1f2c 69882005-03-03 David Ayers <d.ayers@inode.at>
6989
6990 * MAINTAINERS (Write After Approval): Add myself.
6991
b3fc57d4 69922005-03-01 Alexandre Oliva <aoliva@redhat.com>
6993
6994 PR libgcj/20160
6995 * ltmain.sh: Avoid creating archives with components that have
6996 duplicate basenames.
6997
39c05b8e 69982005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6999
7000 PR bootstrap/20250
7001 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7002 instead of check.
7003 * Makefile.in: Regenerate.
7004
d874b723 70052005-02-28 Paolo Bonzini <bonzini@gnu.org>
7006
7007 * Makefile.in: Regenerate to fix conflict between the previous two
7008 patches.
7009
c1eb9e31 70102005-02-28 Paolo Bonzini <bonzini@gnu.org>
7011
7012 PR bootstrap/17383
7013 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7014 * Makefile.tpl (HOST_SUBDIR): New substitution.
7015 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7016 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7017 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7018 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7019 (Host modules, Bootstrapped modules): Use it.
7020 (Build modules, Target modules): Do not create symlink trees,
7021 always configure out-of-srcdir.
7022 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7023 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7024 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7025 $(HOST_SUBDIR). Create a symlink for host_subdir.
7026
7027 * Makefile.in: Regenerate.
7028 * configure: Regenerate.
7029
a136b23d 70302005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7031
7032 Merged from libada-gnattools-branch:
7033 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7034
7035 * gnattools: New directory.
7036 * Makefile.def: Add gnattools as a module, depending on target-libada.
7037 * Makefile.in: Regenerate.
7038 * configure.in: Include gnattools in host_tools; disable it if ada
7039 is disabled.
7040 * configure: Regenerate.
7041
46042488 70422005-02-24 James A. Morrison <phython@gcc.gnu.org>
7043
7044 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7045 treelang maintainer.
7046 (Write After Approval): Remove myself.
7047
123fdbbd 70482005-02-23 Paul Schlie <schlie@comcast.net>
7049
7050 * configure.in: Allow darwin targeted ports to build tk, itcl and
7051 libgui.
7052 * configure: Regenerate.
7053
17336619 70542005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7055
7056 PR libgcj/10353
7057 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7058 * configure: Regenerate.
7059
6e4db1f1 70602005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7061
7062 * MAINTAINERS (Write After Approval): Add myself.
7063
203ad69a 70642005-02-10 Ian Lance Taylor <ian@airs.com>
7065
7066 * MAINTAINERS: Update my e-mail address.
7067
afa8b68c 70682005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7069
7070 * MAINTAINERS (Write After Approval): Add myself.
7071
06b2086e 70722005-01-29 Hans-Peter Nilsson <hp@axis.com>
7073
7074 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7075 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7076 target-libgloss when not *-*-elf and *-*-aout.
7077 * configure: Regenerate.
7078
2890721b 70792005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7080
7081 * MAINTAINERS: Remove obsolete entries.
7082
b9db2b8c 7083 * MAINTAINERS (Write After Approval): Add Michael Matz.
7084
9da9577b 70852005-01-19 Neil Booth <neil@daikokuya.co.uk>
7086
7087 * MAINTAINERS: Remove self as cpplib maintainer.
7088
c626e85f 70892005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7090
7091 * install-sh, config.sub: Import from upstream.
7092
cac4ee55 70932005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7094
7095 PR bootstrap/18222
7096 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7097 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7098 * Makefile.in: Regenerate.
7099
e03fcf5f 71002005-01-16 Jason Thorpe <thorpej@netbsd.org>
7101
7102 * MAINTAINERS: Update my email address.
7103
abb13670 71042005-01-12 David Edelsohn <edelsohn@gnu.org>
955a00ce 7105 Andreas Schwab <schwab@suse.de>
abb13670 7106
7107 PR bootstrap/18033
7108 * config-ml.in: Eval option if surrounded by single quotes.
7109
e4a78ee4 71102005-01-03 Paolo Bonzini <bonzini@gnu.org>
7111
7112 Revert 2004-12-28 Makefile changes, a better fix will be
7113 applied to mainline and src after GCC 4.0 branches.
7114
1fe42238 71152004-12-28 Paolo Bonzini <bonzini@gnu.org>
7116
7117 PR bootstrap/17383
7118
7119 * Makefile.def (target_modules): Remove stage parameter,
7120 it is always true now.
7121 * Makefile.tpl (configure-build-[+module+],
7122 configure-target-[+module+]): Always build symlink tree
7123 for the directory and for include. BUILD_SUBDIR and
7124 TARGET_SUBDIR cannot be . anymore.
7125 * Makefile.in: Regenerate.
7126
fcaf3188 71272004-12-25 David Edelsohn <edelsohn@gnu.org>
7128
7129 Revert 2004-12-08 Makefile changes.
7130
835db815 71312004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7132
7133 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7134 cygwin, mingw.
7135
33974778 71362004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7137
7138 * configure.in (sh64-*-*): Reenable gprof.
7139 * configure: Regenerate.
7140
4b8fa64c 71412004-12-08 David Edelsohn <edelsohn@gnu.org>
7142
7143 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7144 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7145 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7146 * Makefile.in: Regenerate.
7147
ef31114f 71482004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7149
7150 * MAINTAINERS: Update my email address.
7151
7799fdb2 71522004-12-07 Matt Kraai <kraai@ftbfs.org>
7153
7154 * Makefile.tpl: Generate normal dependencies if the LHS module is
7155 not bootstrapped.
7156 * Makefile.in: Regenerate.
7157
c88bf782 71582004-12-03 Richard Sandiford <rsandifo@redhat.com>
7159
7160 * configure.in: Include config/gxx-include-dir.m4. Use
7161 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7162 * configure: Regenerate.
7163
f8592d5a 71642004-12-03 Richard Sandiford <rsandifo@redhat.com>
7165
7166 * config.if: Delete.
7167 * configure.in: Set libstdcxx_incdir directly.
7168 * configure: Regenerate.
7169
39b9d49f 71702004-12-02 Eric Christopher <echristo@redhat.com>
7171
7172 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7173 * Makefile.in: Regenerate.
7174
c3e7e62b 71752004-12-02 Richard Sandiford <rsandifo@redhat.com>
7176
7177 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7178 * configure: Regenerate.
7179
14ac9144 71802004-12-02 Richard Sandiford <rsandifo@redhat.com>
7181
7182 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7183 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7184 * configure: Regenerate.
7185
b68b9d92 71862004-12-01 Eric Christopher <echristo@redhat.com>
7187
7188 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7189 of things to remove.
7190
68b7b0fe 71912004-11-29 Matt Kraai <kraai@ftbfs.org>
7192
7193 * MAINTAINERS (Write After Approval): Update my e-mail address.
7194
d081dd29 71952004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7196
7197 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7198 from CVS libtool to always pass_all.
7199
08261f02 72002004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7201
7202 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7203 (hppa*64*-*-*): Delete incorrect comment.
7204 * configure: Rebuilt.
7205
a234d196 72062004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7207
7208 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7209
7f93fe7a 72102004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7211
7212 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7213 from CVS libtool to always pass_all.
7214
037ff4cc 72152004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7216
7217 * install-sh, compile: Import from automake.
7218
e294bcff 72192004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7220
7221 * config.guess, config.sub: Import from savannnah.
7222
aad2f5f9 72232004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
48e5c22d 7224
7225 * MAINTAINERS (Write After Approval): Add myself
7226
956942fa 72272004-11-12 Mike Stump <mrs@apple.com>
7228
7229 * Makefile.def: Add html support.
7230 * Makefile.tpl: Likewise.
7231 * Makefile.in: Regenerate.
7232
ec2a8310 72332004-11-11 Geoffrey Keating <geoffk@apple.com>
7234
8a54e13f 7235 PR 18423
7236 * configure.in: Remove all instances of build-fixincludes from
7237 noconfigdirs.
7238 (build_configargs): Supply --target to subdirectories.
7239 * configure: Regenerate.
7240
ec2a8310 7241 * Makefile.def: Make gcc install depend on fixincludes install.
7242 * Makefile.in: Regenerate.
7243
696f98d4 72442004-11-10 Janis Johnson <janis187@us.ibm.com>
7245
7246 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7247
3eb34262 72482004-11-11 Paul Brook <paul@codesourcery.com>
7249
7250 * MAINTAINERS: Add self as arm maintainer. Update email address.
7251
dd63ad62 72522004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7253
7254 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7255 target-libgfortran.
17a0d7e8 7256 * configure: Regenerate.
dd63ad62 7257
d8483d79 72582004-11-07 David Edelsohn <edelsohn@gnu.org>
7259
7260 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7261 like CC.
7262
bdcc5e0f 72632004-11-05 Paolo Bonzini <bonzini@gnu.org>
7264
7265 * Makefile.def (host fixincludes): Specify missing targets.
7266 * Makefile.in: Regenerate.
7267
9310c946 72682004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7269
7270 * MAINTAINERS: Add myself
7271
1dfe67f7 72722004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7273
7274 * MAINTAINERS (Write After Approval): Add myself.
7275
50e7e370 72762004-11-04 Geoffrey Keating <geoffk@apple.com>
7277
7278 * Makefile.def: Build fixincludes for the host, too.
7279 * Makefile.in: Regenerate.
7280 * configure.in (host_tools): Add fixincludes.
7281 * configure: Regenerate.
7282
b6824c17 72832004-11-04 Daniel Jacobowitz <dan@debian.org>
7284
7285 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7286 * configure: Regenerated.
7287
44f0e47c 72882004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7289
7290 PR other/17783
7291 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7292 * configure: Regenerated.
7293
03dbc854 72942004-10-31 Mark Mitchell <mark@codesourcery.com>
7295
7296 * README.SCO: Update per FSF instructions.
7297
d2be3229 72982004-10-28 Eric B. Weddington <ericw@evcohs.com>
7299
7300 PR target/18151
7301 * configure.in (case ${target}): Do not build fixincludes for avr.
7302 * configure: Regenerated.
7303
6675f2d9 73042004-10-26 Paolo Bonzini <bonzini@gnu.org>
7305
7306 * configure.in (case ${target}): Do not build fixincludes
7307 on platforms where it is not used.
7308 * configure: Regenerated.
7309
3a8631fa 73102004-10-23 Daniel Jacobowitz <dan@debian.org>
7311
7312 * configure.in: Use an absolute path to install-sh.
7313 * configure: Regenerated.
7314
50c69ebc 73152004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7316
7317 * MAINTAINERS (Write After Approval): Add myself.
7318
2c95e9b1 73192004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7320
7321 * MAINTAINERS: Remove from Write After Approval those that are
7322 already maintainers.
7323
3d22b915 73242004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7325
7326 * MAINTAINERS: Update my email address.
7327
3fba36a4 73282004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7329
7330 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7331 * configure: Regenerate.
7332
dcde3c07 73332004-10-07 J"orn Rennecke <joern.rennecke@st.com>
25cebb64 7334
7335 * MAINTAINERS: Update my email address.
7336
668dc571 73372004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7338
7339 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7340 entries belonging to this category.
7341
2c50ca04 73422004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7343
7344 * MAINTAINERS: Update my e-mail address.
7345
68b4a982 73462004-10-06 Paolo Bonzini <bonzini@gnu.org>
7347
7348 Fix wrong conflict resolution in:
7349
7350 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7351
7352 * Makefile.in: Regenerate.
7353 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7354 in the recursive `make', instead of hardwiring `all'.
7355 (Autogenerated TARGET-* variables): New.
7356
5326cc72 73572004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7358
7359 * configure.in: Enable target-libgloss for crx-*-*.
9624cab1 7360 * configure: Regenerate.
5326cc72 7361
6e4191af 73622004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7363
7364 * MAINTAINERS (Various Maintainers): Move the "windows,
7365 cygwin, mingw" maintainer to ...
7366 (OS Port Maintainers): ... here.
7367
39826843 73682004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7369
7370 * MAINTAINERS (Write After Approval): Remove those that are
7371 maintainers of some subsystem.
7372
e644ba93 73732004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7374
7375 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7376 * ltcf-cxx.sh (tpf*): Likewise.
7377 * ltconfig (tpf*): Add TPF OS configuration support.
7378
ddc76fa7 73792004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7380
7381 * MAINTAINERS: Change my email address to my new work account.
7382
3bdd04cc 73832004-09-24 Michael Roth <mroth@nessie.de>
7384
7385 * configure.in (--without-headers): Add missing double quotes.
7386 * configure: Regenerate.
7387
dcde3c07 73882004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1b60dd08 7389
7390 * ylwrap: Revert to previous version.
7391
d389b7e3 73922004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7393
7394 PR bootstrap/17369
7395 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7396 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7397 SET_GCC_LIB_PATH_CMD.
7398 (BASE_TARGET_EXPORTS): Likewise.
7399 * Makefile.in: Regenerated.
7400
7401 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7402 * configure: Regenerated.
7403
2109ded2 74042004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7405
7406 * config.guess: New upstream version
7407 * compile, depcomp, install-sh, ylwrap: Likewise.
7408
da9e6519 74092004-09-19 Roger Sayle <roger@eyesopen.com>
7410
7411 * config/mh-x86omitfp: New host makefile fragment. Add
7412 -fomit-frame-pointer to the default BOOT_CFLAGS.
7413 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7414 * configure: Regenerate.
7415
e84ab337 74162004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7417
7418 PR target/11572
7419 * configure.in (*-*-darwin*): Renable libobjc.
7420 * configure: Regenerate.
7421
c875bbba 74222004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7423
7424 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7425
39a1c4e9 74262004-09-09 Daniel Berlin <dberlin@dberlin.org>
b68b9d92 7427
39a1c4e9 7428 * Makefile.def: Remove libbanshee.
7429 * Makefile.tpl: Ditto.
7430 * configure.in: Ditto.
7431 * Makefile.in: Regen.
7432 * configure: Ditto.
7433
c600ebdb 74342004-09-08 David Edelsohn <edelsohn@gnu.org>
7435
7436 * ltmain.sh: Use $pic_object as $non_pic_object if
7437 $non_pic_object=none.
7438
e1aef632 74392004-09-07 Paolo Bonzini <bonzini@gnu.org>
7440
7441 * missing: Import latest version from master repository.
7442
ccf99faa 74432004-09-06 Nick Clifton <nickc@redhat.com>
7444
7445 * config.sub: Import latest version from master repository.
7446 * config.guess: Likewise.
7447 This includes these changes:
b68b9d92 7448
ccf99faa 7449 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7450
7451 * config.sub: Handle crisv32, alias etraxfs.
7452 * config.guess (crisv32:Linux:*:*): Handle.
7453
7454 2004-08-13 Brad Smith <brad@comstyle.com>
7455
7456 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7457 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7458
7459 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7460
7461 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7462 assume the processor is a powerpc. This is because coreutils
7463 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7464 in this case, due to a MacOS X bug that causes
7465 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7466 to return a negative number.
7467 Problem reported by Petter Reinholdtsen in:
7468 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7469
7470 2004-07-19 Ben Elliston <bje@gnu.org>
7471
7472 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7473
7474 2004-06-24 Ben Elliston <bje@gnu.org>
7475
7476 * config.guess: Update copyright years.
7477 * config.sub: Likewise.
7478
7479 2004-06-22 Robert Millan <robertmh@gnu.org>
7480
7481 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7482 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7483
7484 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7485
7486 * config.guess (*:*VMS:*:*): New entry. Replaces
7487 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7488 manufacturer.
7489
7490 2004-06-22 Ben Elliston <bje@gnu.org>
7491
7492 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7493 * config.sub: Likewise.
7494
7495 2004-06-22 Ben Elliston <bje@gnu.org>
7496
7497 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7498 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7499
7500 2004-06-11 Ben Elliston <bje@gnu.org>
7501
7502 * config.guess (pegasos:OpenBSD:*:*): Remove.
7503
7504 2004-06-11 Ben Elliston <bje@gnu.org>
7505
7506 From Wouter Verhelst <wouter@grep.be>:
7507 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7508
7509 2004-06-11 Ben Elliston <bje@gnu.org>
7510
7511 * config.guess (luna88k:OpenBSD:*:*): New.
7512
7513 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7514
7515 * config.guess (m32r*:Linux:*:*): New case.
7516 * config.sub: Handle m32rle.
7517
7518 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7519
7520 From Jens Petersen <petersen@redhat.com>:
7521 * config.sub: Handle sparcv8.
7522
7523 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7524
7525 From Tom Smith <smith@cag.lkg.hp.com>:
7526 * config.guess: Version suffixes are equally significant on Tru64
7527 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7528 prefix of "P" (patched kernel).
7529
7530 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7531
7532 * config.sub: Add support for National Semiconductor CRX target.
7533
cde9549e 75342004-09-03 Janis Johnson <janis187@us.ibm.com>
7535
7536 * MAINTAINERS (Various Maintainers): Remove myself as web page
7537 maintainer, add myself as maintainer of build status lists.
7538
634f7a13 75392004-09-03 Jan Beulich <jbeulich@novell.com>
7540
7541 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7542 *-*-netware, but add target-libmudflap.
7543 Consolidate *-*-netware targets (of which really only i?86 exists)
7544 into a single entry.
7545 * configure: Likewise.
7546
2b64d19b 75472004-09-01 Paolo Bonzini <bonzini@gnu.org>
7548
7549 * Makefile.tpl (sorry): Remove.
7550 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7551 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7552 (do-clean): Clean per-stage directories too.
7553 (do-distclean): Run distclean-stage1 too.
7554 (.NOTPARALLEL): Enable during toplevel bootstrap.
7555 (stage[+id+]-bubble): Enable parallel execution during
7556 the recursive invocation.
7557 * Makefile.in: Regenerate.
7558
7559 Fix previous checkin:
7560
7561 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7562 include.
7563 * configure.in: Fix indentation.
7564 * configure: Regenerate.
7565
dcde3c07 75662004-08-31 Robert Bowdidge <bowdidge@apple.com>
0222d984 7567
2b64d19b 7568 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7569 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7570 * configure: regenerate
b68b9d92 7571 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9624cab1 7572 -mdynamic-no-pic
0222d984 7573
2b59cb05 75742004-08-31 Paolo Bonzini <bonzini@gnu.org>
7575
7576 * Makefile.def (build_modules): Add fixincludes.
7577 (dependencies): Make gcc depend on fixincludes.
7578 * configure.in (build_tools): Add fixincludes.
7579 (build_configdirs): Always include build_libs.
7580 * Makefile.in: Regenerate.
7581 * configure: Regenerate.
7582
75832004-08-30 Paolo Bonzini <bonzini@gnu.org>
3c782584 7584
7585 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7586 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7587 phony targets; do not generate timestamp files.
7588 (distclean-stageN): Remove references to their timestamp files.
7589 (restageN, touch-stageN): Remove.
7590 (stageN-bubble): Rewritten.
7591 (compare): Support lean bootstraps.
7592 * Makefile.in: Regenerate.
7593
7594 * configure.in: Only warn when bootstrapping but
7595 build != host or build != target. Support lean bootstraps.
7596 * configure: Regenerate.
7597
4a921c63 75982004-08-26 Phil Edwards <phil@codesourcery.com>
7599
7600 * configure.in: Give a better error message if GMP/MPFR are missing
7601 and a language needing them has been requested.
7602 * configure: Regenerated.
7603
6cee4b4a 76042004-08-25 Phil Edwards <phil@codesourcery.com>
7605
7606 * configure.in: Print a list of available language front-ends if
7607 a requested one is missing. Tidy stray tab characters.
7608 * configure: Regenerated.
7609
e6312df0 76102004-08-19 Michael Koch <konqueror@gmx.de>
7611
7612 * gcc/doc/install.texi: Update entry about automake for libjava.
7613
c01dd063 76142004-08-17 Robert Millan <robertmh@gnu.org>
7615
7616 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7617 (instead of FreeBSD).
7618 * configure: Regenerate.
7619
a1ad7483 76202004-08-16 Paolo Bonzini <bonzini@gnu.org>
7621
7622 * Makefile.in: Regenerate.
7623 * configure: Regenerate.
7624
7625 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7626 stage_*_flags.
7627 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7628 for bootstrapped modules if toplevel bootstrap is going.
7629 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7630 modules. Adjust for changes in Makefile.def. Enable several
7631 rules even in non-bootstrap mode, just to avoid peppering the
7632 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7633 (stage-[+prev+]-bubble): Remove.
7634
7635 * Makefile.def (Dependencies): Depend on all-build-bison,
7636 all-build-flex, all-build-byacc, all-build-texinfo, rather
7637 than the host variations.
7638 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7639 with BUILD_SUBDIR.
7640 (BISON): Update for recent Bisons.
7641 (YACC): Fix typo.
7642 (cross): Depend on all-build.
7643 (all): Do not depend on all-build.
7644 (prebootstrap): Remove.
7645 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7646 (Prebootstrap dependencies): Add them to the per-stage targets
7647 and to all-prebootstrap.
7648 * configure.in (build_configdirs): Always enable build_tools.
7649 (BUILD_DIR_PREFIX): Remove.
7650
7651 * Makefile.def (gcc): Add target variable.
7652 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7653 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7654 in the recursive `make', instead of hardwiring `all'.
7655 (Autogenerated TARGET-* variables): New.
7656
e0d2a616 76572004-08-13 Brian Booth <bbooth@redhat.com>
7658
7659 * MAINTAINERS: Remove myself from write-after-approval.
7660
77f9b2dc 76612004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7662
7663 * src-release: Stop distributing mmalloc with gdb (which doesn't
7664 use it).
7665 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7666 * Makefile.in: Regenerate.
7667
30e9913f 76682004-08-09 Mark Mitchell <mark@codesourcery.com>
7669
7670 * configure.in (arm*-*-eabi*): New target.
7671 * configure: Regenerate.
7672
ea8d3d75 76732004-08-06 Paolo Bonzini <bonzini@gnu.org>
7674
7675 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7676 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7677 (Dependencies): New section.
7678 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7679 (configure-target-[+module+]): Depend on maybe-all-gcc
7680 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7681 (toplevel profiledbootstrap): Fix dependencies.
7682 * Makefile.in: Regenerate.
7683
8647a116 76842004-08-03 Mark Mitchell <mark@codesourcery.com>
7685
7686 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7687 target-libiberty to noconfigdirs.
7688 * configure: Regenerate.
7689
5ca838b8 76902004-08-03 Paul Brook <paul@codesourcery.com>
7691
7692 * configure.in: Check for MPFR as well as GMP.
7693 * configure: Regenerate.
7694
cb8a7007 76952004-08-01 Robert Millan <robertmh@gnu.org>
7696
7697 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7698 libmudflap for all GNU-based systems (with Glibc).
7699 * configure: Regenerate.
7700
dcde3c07 77012004-08-03 Paolo Bonzini <bonzini@gnu.org>
6caa530d 7702
7703 * Makefile.def (host-modules): Add gcc.
7704 * Makefile.in: Regenerate.
7705 * Makefile.tpl (sorry): New rule.
7706 (configure-host, all-host, [+make_target+]-host, do-check,
7707 install-host): Do not add gcc as a special case.
7708 (host modules): Add a small special-casing for gcc. Export
7709 extra_make_flags through the environment.
7710 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7711 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7712 other recursive targets for gcc): Remove.
7713
7714 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7715 (stage, unstage): New rules.
7716 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7717 distclean-stage[+id+]): Use stage_current.
7718 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7719 the stage*-start rules.
7720
3ff2e849 77212004-08-02 Geoffrey Keating <geoffk@apple.com>
7722
7723 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7724 use -all_load flag.
7725
75b6260c 77262004-08-02 Paolo Bonzini <bonzini@gnu.org>
7727
7728 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7729 * configure: Regenerate.
7730
3ecc19f1 77312004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7732
7733 * maintainer-scripts/gcc_release: Revert yesterday's change.
7734
0396e2a1 77352004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7736
7737 * MAINTAINERS: Add myself to write-after-approval.
7738
b1fd5525 77392004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7740
7741 * libf2c: Removed.
7742 * gcc/gccbug.in: Updated because of libf2c removal.
7743 * maintainer-scripts/gcc_release: Ditto.
7744
dcde3c07 77452004-07-09 Loren J. Rittle <ljrittle@acm.org>
122ae8c7 7746
7747 * configure.in: Build libmudflap by default on FreeBSD.
7748 * configure: Regenerated.
7749
344b2784 77502004-07-09 Mark Mitchell <mark@codesourcery.com>
7751
7752 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7753 systems.
7754 * configure: Regenerated.
7755
dcde3c07 77562004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
d45eaefd 7757
7758 PR target/16344
7759 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7760 feedback based compiler.
7761 * Makefile.in: Rebuilt.
7762
13e3668a 77632004-07-08 Alexandre Oliva <aoliva@redhat.com>
7764
7765 * Makefile.def (host_modules): Set bootstrap=true for flex.
7766 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7767 * Makefile.in: Rebuilt.
7768
9763d43d 77692004-07-07 Jan Hubicka <jh@suse.cz>
7770
7771 * MAINTAINERS: Add self as a profile feedback maintainer.
7772
03c65091 77732004-07-05 Phil Edwards <phil@codesourcery.com>
7774
7775 * configure.in: Do not prepend $srcdir to /dev/null in
7776 makefile fragments.
7777 * configure: Regenerate.
7778
2f8725b0 77792004-07-01 Paolo Bonzini <bonzini@gnu.org>
7780
7781 * Makefile.def (build_modules): Add bison, byacc, flex,
7782 m4, texinfo.
7783 (flags_to_pass): Add FLEX.
7784 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7785 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7786 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7787 DEFAULT_MAKEINFO): Remove.
7788 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7789 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7790 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7791 objdir or else use configured tool.
7792 (all-build): New.
7793 (all): Depend on it.
7794 (Build module dependencies): Add.
7795 * Makefile.in: Regenerate.
7796 * configure.in: Better support for multiple build modules,
7797 matching what is done for host/target modules. Do not look
7798 for "plausible" locations of build tools if Canadian cross.
7799 Use autoconf's AC_PROG_CC to find a C compiler. Define
7800 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7801 * configure: Regenerate.
b68b9d92 7802
1e6242a4 78032004-06-22 Paolo Bonzini <bonzini@gnu.org>
7804
7805 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7806 * Makefile.in: Regenerate.
7807
1b53fe78 78082004-06-22 Paolo Bonzini <bonzini@gnu.org>
7809
7810 * Makefile.tpl (configure-build-[+module+],
7811 configure-[+module+], configure-target-[+module+]): Pass
7812 [+extra_configure_args+].
7813 (all-build-[+module+], all-[+module+], check-[+module+],
7814 install-[+module+], [+make_target+]-[+module+],
7815 all-target-[+module+], check-target-[+module+],
7816 install-target-[+module+], [+make_target+]-target-[+module+]):
7817 Pass [+extra_make_args+].
7818 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7819 (GCC_HOST_EXPORTS): Remove.
7820 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7821 cross, check-gcc, check-gcc-c++, install-gcc,
7822 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7823 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7824 * Makefile.in: Regenerate.
7825
a22cc2c4 78262004-06-21 Matthew Sachs <msachs@apple.com>
7827
7828 * MAINTAINERS: Added self to write-after-approval.
7829
d76e1e50 78302004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7831
7832 * configure.in: Check for srcdir/winsup rather than build directory
7833 winsup.
7834 * configure: Regenerate.
7835
2c10944d 78362004-06-17 Corinna Vinschen <vinschen@redhat.com>
7837
7838 * configure.in: Don't build Cygwin native newlib if winsup
7839 directory is missing. Emit warning instead.
7840 * configure: Regenerate.
7841
599a3eac 78422004-06-09 Paolo Bonzini <bonzini@gnu.org>
7843
7844 * Makefile.tpl (touch-stage[+id+]): New.
7845 (restage[+prev+]): Depend on touch-stage[+id+].
7846
7847 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7848 Use it throughout.
7849
7850 * Makefile.def: Add profile and feedback bootstrap stages.
7851 Remove next field from bootstrap stages.
7852 * Makefile.tpl (LN, LN_S): Substitute.
7853 (stageN-start, stageN-end): Use double-colon rules, to
7854 provide a hook for additional setup commands.
7855 (distclean-stageN-gcc, restageN): Create dependencies from
7856 [+prev+], not from [+next+].
7857 (stageN-bubble): Add commands for successive stages from
7858 [+prev+], using double-colon rules.
7859 (all-stageN-gcc): Fix typo.
7860 (stagefeedback-start, profiledbootstrap): New.
7861 * Makefile.in: Regenerate.
7862 * configure.in: Call ACX_PROG_LN.
7863 * configure: Regenerate.
7864
ba797f0e 78652004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7866
7867 * MAINTAINERS (Write After Approval): Add myself.
7868
b93f892d 78692004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7870
7871 * MAINTAINERS (Write After Approval): Add myself.
7872
93f93279 78732004-06-03 Paolo Bonzini <bonzini@gnu.org>
7874
7875 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7876 without gcc.
7877 * configure: Regenerate.
7878
d8b05159 78792004-06-01 Paolo Bonzini <bonzini@gnu.org>
7880
7881 * Makefile.tpl: Fix typo.
7882 * Makefile.in: Regenerate.
7883
dcde3c07 78842004-06-01 Paolo Bonzini <bonzini@gnu.org>
5b7950ff 7885
7886 * configure.in: Remove new- prefix from toplevel
7887 bootstrap targets.
7888 * configure: Regenerate.
7889
54f0538b 78902004-06-01 Paolo Bonzini <bonzini@gnu.org>
7891
7892 * Makefile.tpl (all.normal): Rename to all.
7893 (all): Replace with a rule to pick the default
7894 target from configure.
7895 (all-gcc, configure-gcc): Use conditionals to
7896 do nothing when toplevel bootstrap is going on.
7897 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7898 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7899 * configure.in: Support --enable-bootstrap.
7900
7901 * Makefile.def: Remove new- prefix from toplevel
7902 bootstrap targets.
7903 * Makefile.tpl: Likewise.
7904
7905 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7906 target.
7907
7908 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7909 $(RECURSE_FLAGS) to recursive invocation of make.
7910
7911 * Makefile.in: Regenerate.
7912 * configure: Regenerate.
7913
e0754ee6 79142004-05-30 Andreas Jaeger <aj@suse.de>
dcde3c07 7915 Jim Wilson <wilson@specifixinc.com>
e0754ee6 7916
7917 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7918 like CC.
7919
8e8b3365 79202004-05-27 Daniel Jacobowitz <dan@debian.org>
7921
7922 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7923 * configure: Regenerate.
7924
27e3aebd 79252004-05-25 Daniel Jacobowitz <drow@false.org>
7926
7927 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7928 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7929 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7930 targets.
7931 * Makefile.in: Regenerate.
7932
dcde3c07 79332004-05-24 Paolo Bonzini <bonzini@gnu.org>
5965d276 7934
7935 * configure.in: Test the ability to symlink directories.
7936 * configure: Regenerate.
7937
7938 * Makefile.def (bootstrap-stage): New definitions.
7939 * Makefile.tpl (configure-stage1-gcc,
7940 configure-stage2-gcc, configure-stage3-gcc,
7941 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7942 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7943 new-restage3, compare): Autogenerate, see Makefile.in
7944 entry for behavioral changes.
7945 (distclean-stage1, new-stage1-start, new-stage1-end,
7946 new-stage1-bubble, distclean-stage2, new-stage2-start,
7947 new-stage2-end, new-stage2-bubble, distclean-stage3,
7948 new-stage3-start, new-stage3-end): New autogenerated targets.
7949 (objext, prebootstrap, BOOT_CFLAGS,
7950 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7951 targets.
7952
7953 * Makefile.in: Regenerate.
7954 (distclean-stage1, new-stage1-start, new-stage1-end,
7955 new-stage1-bubble, distclean-stage2, new-stage2-start,
7956 new-stage2-end, new-stage2-bubble, distclean-stage3,
7957 new-stage3-start, new-stage3-end): New targets.
7958 (all-stage1-gcc): Move prebootstrap dependency from here...
7959 (configure-stage1-gcc): ...to here.
7960 (new-bootstrap): Use bubble targets.
7961 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7962 Use per-stage distclean targets.
7963 (configure-stage1-gcc, configure-stage2-gcc,
7964 configure-stage3-gcc, all-stage1-gcc,
7965 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7966 Use new-stageN-start to prepare the tree.
7967
d856c8a6 79682004-05-23 Paolo Bonzini <bonzini@gnu.org>
7969
7970 * Makefile.def (host_modules): add libcpp.
7971 * Makefile.tpl: Add dependencies on and for libcpp.
7972 * Makefile.in: Regenerate.
7973 * configure.in: Add libcpp host module.
7974 * configure: Regenerate.
7975
01b41571 79762004-05-21 Paolo Bonzini <bonzini@gnu.org>
7977
7978 * Makefile.tpl: Whenever a recursive target is defined, wrap
7979 it in a special @if/@endif block, and prepare its maybe
7980 dependency in the @if/@endif block
7981 * configure.in: Instead of writing maybe dependencies, remove
7982 the @if/@endif statements, and remove the @if/@endif blocks
7983 that remain.
7984 * configure: Regenerate.
7985 * Makefile.in: Regenerate.
7986
f47da044 79872004-05-20 Janis Johnson <janis187@us.ibm.com>
7988
7989 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7990
d556a20e 79912004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7992
7993 PR bootstrap/15120
7994 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7995 * */configure: Rebuilt.
7996
49fbf4b9 79972004-05-17 Zack Weinberg <zack@codesourcery.com>
7998
7999 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8000 of libf2c.
8001 * configure, Makefile.in: Regenerate.
8002
d3eff7bb 80032004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
ae1bef7b 8004
8005 * MAINTAINERS (Write After Approval): Add myself.
8006
4ee9c684 80072004-05-13 Diego Novillo <dnovillo@redhat.com>
8008
8009 Merge from tree-ssa-20020619-branch.
8010
8011 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8012 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8013 (HOST_GMPLIBS): Define.
8014 (HOST_GMPINC): Define.
8015 (TARGET_LIB_PATH): Add libmudflap.
8016 (GFORTRAN_FOR_TARGET): Define.
8017 (configure-build*): Export GFORTRAN.
8018 (configure-gcc): Export GMPLIBS and GMPINC.
8019 (all-gcc): Add maybe-all-libbanshee.
8020 (configure-target-libgfortran): Define.
8021 * Makefile.in: Regenerate.
8022 * configure.in (host_libs): Add libbanshee.
8023 (target_libraries): Add target-libmudflap and target-libgfortran.
8024 Add --with-libbanshee.
8025 Handle --disable-libmudflap.
8026 (*-*-freebsd*): Use with_gmp.
8027 Add $(libgcj) to noconfigdirs.
8028 * configure: Regenerate.
8029 * depcomp: New file.
8030 * MAINTAINERS: Add tree-ssa maintainers.
8031
455fb4f7 80322004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8033
49fbf4b9 8034 * MAINTAINERS (Various Maintainers): Add myself.
455fb4f7 8035
9ca797fe 80362004-04-30 Brian Ford <ford@vss.fsi.com>
8037
49fbf4b9 8038 * MAINTAINERS (Write After Approval): Add myself.
9ca797fe 8039
043b6c62 80402004-04-29 Uros Bizjak <uros@kss-loka.si>
8041
49fbf4b9 8042 * MAINTAINERS (Write After Approval): Add myself.
043b6c62 8043
697dfd2c 80442004-04-28 Paolo Bonzini <bonzini@gnu.org>
8045
8046 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8047 * configure: Regenerate.
8048
839c6a20 80492004-04-27 Paolo Bonzini <bonzini@gnu.org>
8050
8051 Revert:
8052 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8053
8054 * Makefile.def (flags_to_pass): Remove *dir variables that
8055 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8056 as well as prefix and exec_prefix.
8057 * Makefile.in: Regenerate.
8058
a2718648 80592004-04-26 Robert Millan <robertmh@gnu.org>
8060
8061 Add patches from libtool CVS.
8062 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8063 * ltconfig: Likewise.
8064 * ltcf-c.sh: Likewise.
8065 * ltcf-cxx.sh: Likewise.
8066 * ltcf-gcj.sh: Likewise.
8067
be2c9eb1 80682004-04-26 Paolo Bonzini <bonzini@gnu.org>
8069
8070 * Makefile.def (host_modules): Mark with the bootstrap
8071 flag packages on which gcc depends.
8072 * Makefile.tpl (all-bootstrap): Use it.
8073 * Makefile.in: Regenerate.
8074
b5196e8d 80752004-04-26 Paolo Bonzini <bonzini@gnu.org>
8076
8077 * Makefile.def (flags_to_pass): Remove *dir variables that
8078 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8079 as well as prefix and exec_prefix.
8080 * Makefile.in: Regenerate.
8081
7bcc3b4a 80822004-04-26 Paolo Bonzini <bonzini@gnu.org>
8083
49fbf4b9 8084 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8085 * configure: Regenerate.
8086 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8087 * gcc/Makefile.tpl (compare): Use the result of the test.
8088 * gcc/Makefile.in: Regenerate.
7bcc3b4a 8089
33e3141d 80902004-04-23 Paolo Bonzini <bonzini@gnu.org>
8091
8092 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8093 Always relocate gcc and prev-gcc to the original names, even
8094 if the build fails.
8095 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8096 New targets.
8097
44217381 80982004-04-23 Laurent GUERBY <laurent@guerby.net>
8099
8100 * MAINTAINERS: Update my email address.
49fbf4b9 8101
de88352a 81022004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8103
8104 * configure.in (mips*-*-irix5*): Enable ld.
8105 * configure: Regenerate.
44217381 8106
216de822 81072004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8108
8109 * configure: Regenerate.
8110
b8d376b5 81112004-04-15 James E Wilson <wilson@specifixinc.com>
8112
8113 * Makefile.tpl (configure-[+module+], configure-gcc,
8114 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8115 Set and export LDFLAGS.
8116 * Makefile.in: Regenerate.
8117
9ce62711 81182004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8119
49fbf4b9 8120 * MAINTAINERS: Add myself to write-after-approval.
9ce62711 8121
49aae208 81222004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8123
8124 PR bootstrap/14871
8125 * Makefile.tpl: If we don't have built-in-tree target tools,
8126 use the ones found by configure rather than hacking around with
8127 program_transform_name.
8128 * configure.in: Give Makefile.tpl the information necessary
8129 to do that.
8130 * Makefile.in: Regenerate.
8131 * configure: Regenerate.
8132
f4191912 81332004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 PR bootstrap/14760
8136 * configure.in: When computing baseargs, strip *all* copies of
8137 offending options. Also, don't match/substitute the trailing space,
8138 so that this actually works when two similar options are separated by
8139 only one space.
8140 * configure: Regenerate.
8141
d17281c9 81422004-04-06 David Edelsohn <edelsohn@gnu.org>
8143
49fbf4b9 8144 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8145 (rs6000-*-aix*): Same.
8146 * configure: Regenerate.
d17281c9 8147
10930c81 81482004-04-05 Ranjit Mathew <rmathew@hotmail.com>
49fbf4b9 8149
8150 * MAINTAINERS: Add myself to write-after-approval.
10930c81 8151
74d8b57d 81522004-04-03 Bud Davis <bdavis9659@comcast.net>
49fbf4b9 8153
8154 * MAINTAINERS: Add myself to write-after-approval.
74d8b57d 8155
c0c5068d 81562004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8157
32fbc463 8158 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8159 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8160 * Makefile.in: Regenerate.
8161
c0c5068d 8162 * configure.in (top level bootstrap support): Rework --enable-werror
8163 to set @stage2_werror_flag@.
8164 * configure: Regenerate.
8165 * Makefile.tpl (top level bootstrap support): Pass
8166 @stage2_werror_flag@ down to configure in stages 2 and 3.
8167 * Makefile.in: Regenerate.
8168
d120ca69 81692004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8170
7f6f8932 8171 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8172 for stages 2 and 3 as well as in make. As a consequence, remove
8173 OUTPUT_OPTION (now detected by configure) from the flags passed down
8174 to make.
8175 * Makefile.in: Regenerate.
8176
d120ca69 8177 * Makefile.tpl (new-bootstrap): Fix typo.
8178 * Makefile.in: Regenerate.
8179
7dade866 81802004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8181
9621e512 8182 * Makefile.tpl: Rearrange by moving recursive_targets rules
8183 into their proper sections.
8184 * Makefile.tpl (top level bootstrap support): Move disabling
8185 of coverage flags from 'make' to 'configure'; improve comments.
8186 * Makefile.in: Regenerate.
8187
aff6cf7b 8188 * Makefile.tpl (experimental top level bootstrap) Move stage1
8189 language setting from all- target to configure- target; disable
8190 intermodule optimization in stage 1; prevent gratuitous rebuilds
8191 of stage 1.
8192 * Makefile.in: Regenerate.
8193 * configure.in: Comma-separate stage 1 language list for top
8194 level bootstrap.
8195 * configure: Regenerate.
8196
7dade866 8197 * Makefile.tpl: Clean up experimental top level bootstrap support:
8198 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8199 prev-gcc in configure- targets as well as all- targets.
8200 * Makefile.in: Regenerate.
8201
c6deeaef 82022004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8203
8204 * compile: New file imported from automake.
8205
f28cd43a 82062004-03-17 Paolo Bonzini <bonzini@gnu.org>
8207
8208 * configure.in: Remove symbolic link section.
8209 * configure: Regenerate.
8210 * Makefile.tpl (links): Remove.
8211 * Makefile.in: Regenerate.
8212
8e6391a6 82132004-03-15 Paolo Bonzini <bonzini@gnu.org>
49fbf4b9 8214 Nathanael Nerode <neroden@gcc.gnu.org>
8e6391a6 8215
8216 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
49fbf4b9 8217 Set with AC_CHECK_PROGS.
8e6391a6 8218 * configure.in: Fix comment typo from last patch.
8219 * configure: Regenerate.
8220
2d64c2fd 82212004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8222
8223 * Makefile.tpl: Introduce experimental top level bootstrap support.
8224 * Makefile.in: Regenerate.
8225 * configure.in: Introduce support for top level bootstrap.
8226 * configure: Regenerate.
8227
989edd2f 82282004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 8229 Paolo Bonzini <bonzini@gnu.org>
989edd2f 8230
8231 PR bootstrap/14522
8232 * configure.in: Cope with shells that do not support unquoted ^
8233 * configure: Regenerate.
8234
f46e13ec 82352004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 8236 Paolo Bonzini <bonzini@gnu.org>
f46e13ec 8237
8238 PR bootstrap/14522
989edd2f 8239 * configure.in: Cope with shells that do not support nesting
f46e13ec 8240 quotes inside quoted backquote substitutions.
8241 * configure: Regenerate.
8242
db1c2ab2 82432004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8244
8245 PR bootstrap/14522
6175885e 8246 * configure.in: Fix escaping of $.
db1c2ab2 8247 * configure: Regenerate.
8248
8e1fea1a 82492004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8250
8251 * configure: Regenerate, since I forgot to while committing Paolo's
8252 changes.
8253
c24c5e46 82542004-03-08 Paolo Bonzini <bonzini@gnu.org>
8255
8256 PR ada/14131
8257 Move language detection to the top level.
8258 * configure.in: Find default values for the tools as
8259 soon as possible. Disable ada if GNAT is not found.
8260 Emit error message about missing languages. Expand
8261 --enable-languages=all for the gcc subdirectory.
8262
2a4b7d44 82632004-03-10 Ben Elliston <bje@gnu.org>
8264
8265 * MAINTAINERS: Update my email address.
8266
ebdab8b6 82672004-03-05 David Edelsohn <edelsohn@gnu.org>
8268
8269 * ltconfig: Disable building static libraries if building shared
8270 libraries on AIX 5L.
8271
19e1fe6d 82722004-03-01 Richard Sandiford <rsandifo@redhat.com>
8273
8274 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8275 and disable libgcj.
8276 * configure: Regenerated.
8277
70990390 82782004-03-01 Brian Booth <bbooth@redhat.com>
8279
8280 * MAINTAINERS: Add myself to write-after-approval.
8281
a291166d 82822004-03-01 Paolo Bonzini <bonzini@gnu.org>
8283
8284 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8285
75fc7adc 82862004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8287
8288 PR bootstrap/7087
8289 * Makefile.tpl: Guard XFOO sed statements better.
8290 * Makefile.tpl: Add dependency for configure-target-libada.
8291 * Makefile.in: Regenerate (incidentally fixes broken
8292 commit when libada-branch was merged).
8293
683dcdca 82942004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8295
8296 * MAINTAINERS: Add myself to write-after-approval.
8297
662476d9 82982004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8299
8300 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8301 maintainers.
8302
ee887245 83032004-02-20 Andrew Cagney <cagney@redhat.com>
8304
8305 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8306 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8307
e86087cf 83082004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8309
8310 PR bootstrap/11932
8311 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8312
22699913 83132004-02-14 Jerry Quinn <jlquinn@optonline.net>
8314
8315 * MAINTAINERS: Added myself to write-after-approval.
8316
98b111a1 83172004-02-14 Michael Koch <konqueror@gmx.de>
8318
8319 * MAINTAINERS: Added myself to write-after-approval.
8320
4aa8866f 83212004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8322
8323 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8324 some OS port maintainers to OS port maintainers section.
8325
39c687d5 83262004-02-13 Frank Ch. Eigler <fche@redhat.com>
8327
8328 * MAINTAINERS: Add self.
8329
cdfbccf4 83302004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8331
8332 * MAINTAINERS: Alphabetize.
8333
bc9cab17 83342004-02-12 Paolo Bonzini <bonzini@gnu.org>
8335
8336 * MAINTAINERS: Remove myself.
49fbf4b9 8337
b0c02cae 83382004-02-11 David Edelsohn <edelsohn@gnu.org>
8339
8340 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8341 (rs6000-*-aix*): Same.
8342 * configure: Regenerate.
8343
9dec93ca 83442004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8345
8346 * configure.in (host): Add in missing $noconfigdirs to defines.
8347 * configure: Regenerate.
8348
93341878 83492004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8350 Nathanael Nerode <neroden@gcc.gnu.org>
8351
8352 PR ada/6637, PR ada/5911
49fbf4b9 8353 Merge with libada-branch:
93341878 8354 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8355 with appropriate dependencies. Add --enable-libada configure switch.
8356 * configure, Makefile.in: Regenerate.
8357
a31db762 83582004-02-09 Paolo Bonzini <bonzini@gnu.org>
8359
8360 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8361
d74dd50d 83622004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8363
8364 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8365 * configure: Regenerate.
8366
351ae313 83672004-02-04 Geoffrey Keating <geoffk@apple.com>
8368
8369 Merge from upstream:
8370
8371 * ltmain.in: When setting IFS to '~', be careful about user
8372 arguments that contain '~'.
8373
8374 2004-02-04 Peter O'Gorman <peter@pogma.com>
8375
8376 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8377 Also test $base_compile against $CC with escaped arguments. Bug
8378 reported by Geoff Keating <geoffk@apple.com>.
8379
b82e7603 83802004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8381
8382 * MAINTAINERS: Remove i960 port.
8383
24b4656e 83842004-01-23 DJ Delorie <dj@redhat.com>
8385
8386 * Makefile.def (target_modules) [libiberty]: Don't stage.
8387 * Makefile.in: Rebuilt.
8388
8f694e4c 83892004-01-20 Caroline Tice <ctice@apple.com>
8390
8391 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8392
725cf077 83932004-01-19 Paolo Carlini <pcarlini@suse.de>
8394
8395 * MAINTAINERS: Update my email address.
8396
3dc94299 83972004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8398
8399 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8400
6d3c6627 84012004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8402
8403 * MAINTAINERS: Remove entries without email address.
8404
26ffdd7d 84052004-01-15 Daniel Jacobowitz <drow@mvista.com>
8406
8407 * MAINTAINERS: Add myself to write-after-approval.
8408
0255c638 84092004-01-15 Steven Bosscher <stevenb@suse.de>
8410
8411 * MAINTAINERS: Update my email address.
8412
dcde3c07 84132004-01-14 Loren J. Rittle <ljrittle@acm.org>
4003683b 8414
8415 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8416 * Makefile.tpl (configure-target-[+module+]): Support stage.
8417 * Makefile.in: Rebuilt.
8418
51292f82 84192004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8420
8421 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8422
3b6f11b0 84232004-01-10 Richard Sandiford <rsandifo@redhat.com>
8424
8425 * MAINTAINERS: Add myself as a MIPS maintainer.
8426
090b36fb 84272004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8428
c8241dd9 8429 * configure.in: Use ./config.cache, not config.cache.
8430 * configure: Regenerate.
8431 * Makefile.tpl: Special-casing not needed for GCC any more.
8432 * Makefile.in: Regenerate.
8433
ba1081ef 8434 * configure.in: Don't share a cache file for host dirs.
8435 * configure: Regenerate.
8436
090b36fb 8437 * config-ml.in: Don't mess with the cache file.
8438
a73c2b4b 84392004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8440
8441 * MAINTAINERS: Move myself from 'Write After Approval' to
8442 'CPU Port Maintainers' section as SPARC maintainer.
8443
74fef112 84442004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8445
6509bb23 8446 * Makefile.tpl: Make GCC use a separate config.cache.
8447 * Makefile.in: Regenerate.
8448
74fef112 8449 PR bootstrap/11932, PR bootstrap/11933
8450 (I don't know if it will fix either of them, but it relates
8451 to them.)
8452 * configure.in: Don't use shared config.cache for target
8453 directories.
8454 * configure: Regenerate.
8455
a570dccd 84562004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8457
8458 * MAINTAINERS: Add myself to 'Write After Approval' section.
8459
3e983e16 84602003-12-31 Roger Sayle <roger@eyesopen.com>
8461
8462 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8463 * configure: Regenerated.
8464
e35ccc0b 84652003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8466
8467 * MAINTAINERS: Remove the mn10200 maintainer.
8468
688429c4 84692003-12-21 Bernardo Innocenti <bernie@develer.com>
49fbf4b9 8470
248deaff 8471 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8472 * configure: Regenerated.
688429c4 8473
65cc485a 84742003-12-16 Jan Hubicka <jh@suse.cz>
8475
8476 * MAINTAINERS: Add myself as callgraph maintainer.
8477
b31913cd 84782003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8479
8480 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8481 * configure: Regenerate.
8482
6ebf7635 84832003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8484
8485 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8486 'Write After Approval' section. Update email.
8487
dcde3c07 84882003-12-01 James Lemke <jim@wasabisystems.com>
40eee2b8 8489
8490 * MAINTAINERS (Write After Approval): Add myself.
8491
233f501d 84922003-11-20 Matt Thomas <matt@3am-software.com>
8493
8494 * MAINTAINERS: Add myself as a vax port maintainer.
8495
3a6fbbb0 84962003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8497
8498 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8499 (configure-build-[+module+], configure-[+module+]): Likewise.
8500 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8501 * Makefile.in: Regenerate.
8502
fbccfde7 85032003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8504
8505 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8506 shared/dylibed libraries.
8507 * ltmain.sh: Likewise.
8508 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8509 * ltcf-cxx.sh: Likewise.
8510 * ltcf-gcj.sh: Likewise.
8511 * ltconfig: Likewise.
8512
e58f120a 85132003-11-17 Stan Cox <scox@redhat.com>
8514
8515 * MAINTAINERS: Add myself as iq2000 port maintainer.
8516
f008c4c8 85172003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8518
49fbf4b9 8519 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8520 * Makefile.in: Regenerate.
f008c4c8 8521
4f84a874 85222003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8523
8524 * config.sub: Update to 2003-11-03 version.
8525
e78b44da 85262003-10-20 Phil Edwards <phil@codesourcery.com>
8527
8528 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8529 * configure: Regenerate.
8530
dcde3c07 85312003-10-20 Nicolas Pitre <nico@cam.org>
96356481 8532
8533 * MAINTAINERS: Add myself to 'Write After Approval' section.
8534
27bdc4aa 85352003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8536
8537 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8538
84c43cd1 85392003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8540
8541 * MAINTAINERS: Update my email address.
8542
61a0eea4 85432003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8544
8545 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8546
dcde3c07 85472003-10-17 Ralph Loader <rcl@ihug.co.nz>
a0a4226a 8548
8549 * MAINTAINERS: Add myself to 'Write After Approval' section.
8550
5f8d73e1 85512003-10-16 Bernardo Innocenti <bernie@develer.com>
8552
8553 * config.guess: Update to 2003-10-16 version.
8554 * config.sub: Update to 2003-10-16 version.
8555
dcde3c07 85562003-10-15 David Daney <ddaney@avtrex.com>
bb5167cc 8557
8558 * MAINTAINERS: Added myself to 'Write After Approval' section.
8559
170f5a00 85602003-10-15 Falk Hueffner <falk@debian.org>
8561
8562 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8563 'Write After Approval' section. Update email.
8564
a7611bf4 85652003-10-14 Roger Sayle <roger@eyesopen.com>
8566
8567 * MAINTAINERS: Move myself from 'Write After Approval' to
8568 'Various Maintainers' section as middle-end maintainer.
8569
70356f61 85702003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8571
8572 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8573 HOST_FLAGS_TO_PASS.
8574 * Makefile.in: Regenerate.
8575
258ddda4 85762003-10-11 Bernardo Innocenti <bernie@develer.com>
8577
8578 * config.guess: Update to 2003-10-07 version.
8579 * config.sub: Update to 2003-10-07 version.
8580
ab81b5cb 85812003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8582
8583 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8584 * ltconfig (irix5*, irix6*): Don't override version_type.
8585
d8e9ea04 85862003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8587
8588 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8589 * configure: Rebuilt
8590 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8591 * Makefile.in: Rebuilt
8592
cd5c13ff 85932003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8594
8595 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8596
40d3e4b2 85972003-09-30 Carlo Wood <carlo@alinoe.com>
8598
248deaff 8599 * MAINTAINERS (Write After Approval): Add myself.
40d3e4b2 8600
05c58265 86012003-09-29 Paul Koning <ni1d@arrl.net>
8602
8603 * MAINTAINERS: Move myself from "Write After Approval"
8604 to CPU platform maintainers for pdp11 platform.
8605
78b5bf24 86062003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8607
8608 * MAINTAINERS: Move myself from 'Write After Approval' to
8609 'Various Maintainers' section as libffi testsuite maintainer.
8610
fbfea1fa 86112003-09-21 Daniel Jacobowitz <drow@mvista.com>
8612
8613 * configure.in: Pass a computed --program-transform-name
8614 to subconfigures.
8615 * configure: Regenerated.
8616
0c20a995 86172003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8618
f9bdf3d8 8619 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8620 * Makefile.in: Regenerate.
8621
0c20a995 8622 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8623 * Makefile.in: Regenerate.
8624
1237664b 86252003-09-19 Ziemowit Laski <zlaski@apple.com>
8626
8627 * MAINTAINERS: Move myself from 'Write After Approval'
8628 to 'Various Maintainers' (objective-c) section.
8629
5df533c9 86302003-09-17 Daniel Jacobowitz <drow@mvista.com>
8631
8632 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8633 quoting.
8634 * configure: Regenerated.
8635
f0b55f07 86362003-09-16 Joel Brobecker <brobecker@gnat.com>
8637
8638 * MAINTAINERS (Write After Approval): Add myself to write after
8639 approval list.
8640
55a8be62 86412003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8642
248deaff 8643 * MAINTAINERS (Write After Approval): Add myself.
55a8be62 8644
bb94c300 86452003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8646
8647 * MAINTAINERS: Update my e-mail address.
8648
9165b0af 86492003-09-09 Alan Modra <amodra@bigpond.net.au>
8650
8651 * libtool.m4 (LD): Correct powerpc64 host match.
8652
01a54e86 86532003-09-06 James E Wilson <wilson@tuliptree.org>
8654
8655 * MAINTAINTERS: Update my affiliation and email address.
8656
8cfcdde8 86572003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8658
8659 * MAINTAINERS (Write After Approval): Add myself.
8660
08d04508 86612003-09-04 DJ Delorie <dj@redhat.com>
8662
8663 * configure: Regenerate.
8664
86652003-09-04 Robert Millan <robertmh@gnu.org>
8666
8667 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
49fbf4b9 8668
25e22e05 86692003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8670
8671 * configure.in: Ensure arguments to sed are properly spaced.
8672 * configure: Regenerate.
8673
d4e272bb 86742003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8675
8676 * MAINTAINERS: Update my e-mail address.
8677
29eb8c8a 86782003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8679
8680 * MAINTAINERS (Write After Approval): Add myself.
8681
8d288ef7 86822003-08-27 Daniel Jacobowitz <drow@mvista.com>
8683
8684 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8685 * configure: Regenerated.
8686
db648c92 86872003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8688
8689 * MAINTAINERS: Update my email address.
8690
4482474a 86912003-08-23 Phil Edwards <pme@gcc.gnu.org>
8692
8693 * configure.in: Use newline instead of semicolon when assuming
8694 shell arguments in a for loop.
8695 * configure: Regenerated.
8696
8dd25e42 86972003-08-22 Jason Eckhardt <jle@rice.edu>
8698
8699 * MAINTAINERS: Resurrect the i860 maintainer.
8700
63a057cf 87012003-08-20 Geoffrey Keating <geoffk@apple.com>
8702
9ad4b12b 8703 PR 8180
8704 * configure.in: When testing with_libs and with_headers, treat
8705 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8706 * configure: Regenerate.
49fbf4b9 8707
63a057cf 8708 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8709 make, shell, etc.
8710 (baseargs): Likewise.
8711 * configure: Regenerate.
8712
cb023c85 87132003-08-20 Bernardo Innocenti <bernie@develer.com>
8714
8715 * MAINTAINERS (Write After Approval): Add myself.
8716
0894307c 87172003-08-19 Geoffrey Keating <geoffk@apple.com>
8718
8719 * configure.in: Disable libgcj for darwin not on powerpc.
8720 * configure: Rebuild.
8721
080e0ef5 87222003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8723
8724 * config-ml.in, symlink-tree: Add license.
8725
49fbf4b9 87262003-08-03 Richard Stallman <rms@gnu.org>
8727 Eben Moglen <moglen@columbia.edu>
5d982d49 8728
8729 * README.SCO: New file.
8730
465fccaf 87312003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8732
8733 * Makefile.tpl (check, check-c++): Express dependencies using
8734 dependencies rather than commands.
8735 * Makefile.in: Regenerate.
8736
eda8e89a 87372003-08-01 Andrew Cagney <cagney@redhat.com>
8738
8739 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8740 * configure: Ditto.
8741
9db45a87 87422003-07-31 Geoffrey Keating <geoffk@apple.com>
8743
8744 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
52789e7b 8745 * Makefile.in: Update.
9db45a87 8746
ac57d0b7 87472003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8748
8749 * configure.in: Enable libgcj for darwin.
8750 * configure: Rebuild.
8751
ea0c3105 87522003-07-29 Phil Edwards <pme@gcc.gnu.org>
8753
8754 * config-ml.in: Use ac_configure_args directly instead of
8755 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8756 actually seen.
8757
2f61b8ca 87582003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8759
8760 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8761 creating target and build subdirs to build all parent dirs as needed.
8762 * Makefile.in: Rebuild.
8763 * configure.in: Don't build dirs explicitly here.
8764 * configure: Rebuild.
8765
7e13b46d 87662003-07-26 Paul Brook <paul@nowt.org>
8767
8768 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8769
8a3e139d 87702003-07-22 Alexandre Oliva <aoliva@redhat.com>
8771
8772 * Makefile.tpl (all-make): Depend on intl.
8773 * Makefile.in: Rebuilt.
8774
451a290b 87752003-07-20 Phil Edwards <pme@gcc.gnu.org>
8776
8777 * install-sh: Update to newer upstream versions (associated with
8778 aclocal 1.7).
8779 * mkinstalldirs: Likewise.
8780 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8781
b00dcec8 87822003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8783
8784 * MAINTAINERS: Move self from Bug database only accounts
8785 to write-after-approval.
8786
35e03d52 87872003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8788
8789 * config.if: Remove unused libc_interface determination.
8790
8b4f1479 87912003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8792
8793 * MAINTAINERS: Move self from write-after-approval to
8794 build machinery (*.in).
8795
450e6c84 87962003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8797
8798 PR bootstrap/11273
8799 PR bootstrap/11408
8800 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8801 unused INSTALL_PROGRAM_ARGS.
8802 * configure.in: Use AC_PROG_INSTALL.
8803 * Makefile.in: Regenerate.
8804 * configure: Regenerate.
8805
461e4409 88062003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8807
8808 * MAINTAINERS: Alphabetize.
8809
700d38c2 88102003-07-10 Alexandre Oliva <aoliva@redhat.com>
8811
8812 * configure: Rebuilt.
8813 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8814 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8815 newlib nor libgloss.
8816 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8817 * configure.in (am33_2.0-*-linux*): Added.
8818
678f5830 88192003-07-09 Bob Wilson <bob.wilson@acm.org>
8820
8821 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8822 * configure: Regenerate.
8823
c6976b58 88242003-07-07 Zack Weinberg <zack@codesourcery.com>
8825
8826 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8827 * Makefile.in: Regenerate.
8828
56735f39 88292003-07-04 Zack Weinberg <zack@codesourcery.com>
8830
8831 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8832 * Makefile.in: Regenerate.
8833
dcde3c07 88342003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7a8ca04a 8835
8836 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8837 * Makefile.in: Regenerated.
8838
528819e3 8839 * config-ml.in: Replace PWD with PWD_COMMAND.
8840
1e12d536 88412003-07-04 Zack Weinberg <zack@codesourcery.com>
8842
8843 * intl: New directory; see intl/ChangeLog for details.
8844 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8845 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8846 * Makefile.in: Regenerate.
8847
efe37a83 88482003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8849
8850 * configure.in: Clean up config-lang.in handling. Delete
8851 useless assignment to "subdirs".
8852 * configure: Regenerate.
8853
328637e8 88542003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8855
8856 * configure.in: Rename 'target_libs' to 'target_libraries'.
8857 Remove useless reference to 'target_libs'.
8858 * configure: Regenerate.
8859
8ca838c4 88602003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8861
8862 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8863 * Makefile.in: Regenerate.
8864
36bbd884 88652003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8866
8867 * Makefile.def: Introduce flags_to_pass.
8868 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8869 * Makefile.in: Regenerate.
8870
4a9237fb 88712003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8872
8873 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8874 and target-libgloss.
8875 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8876 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8877 * configure: Regenerate.
8878
eb295b2d 88792003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8880
8881 * configure.in: Update testsuite_flags to new location.
8882 * configure. Regenerate.
1e12d536 8883
58933515 88842003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8885
8886 * Makefile.tpl: Remove BUILD_CC stuff.
8887 * Makefile.in: Regenerate.
8888
4e857606 88892003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8890
8891 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8892
dcde3c07 88932003-06-16 Graeme Peterson <gp@qnx.com>
5400906f 8894
8895 * MAINTAINERS (Write After Approval): Add myself.
8896
dcde3c07 88972003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1e12d536 8898
6409c17a 8899 * config.guess: Update to 2003-06-12 version.
8900 * config.sub: Update to 2003-06-13 version.
8901
dcde3c07 89022003-06-12 H.J. Lu <hongjiu.lu@intel.com>
98d4589c 8903
8904 * config.guess: Update to 2003-06-06 version.
8905 * config.sub: Update to 2003-06-06 version.
8906
8a76f31d 89072003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8908
8909 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8910 * configure. Regenerate.
8911
ca3b731f 89122003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8913
622c1fa9 8914 * configure.in: Disable serial configure by default.
8915 * configure: Regenerate.
8916 * Makefile.tpl: Abolish .NOTPARALLEL.
8917 * Makefile.in: Regenerate.
8918
ab8cf29b 8919 * Makefile.tpl: Replace {build,host,target}_canonical by
8920 {build,host,target}.
8921 * Makefile.in: Regenerate.
8922
ca3b731f 8923 * Makefile.tpl: Fix stupid pasto.
8924 * Makefile.in: Regenerate.
8925
d95eabf9 89262003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8927
8928 * Makefile.tpl: Remove bogus conditional.
8929 * Makefile.in: Regenerate.
8930
89312003-06-05 Jan Hubicka <jh@suse.cz>
ef3bb540 8932
8933 * Makefile.tpl (profiledbootstrap): New target.
8934 * Makefile.in (profiledbootstrap): New target.
8935
60daf4cb 89362003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
b97ed9b7 8937
8938 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8939 Pinski. Remove user names from other bugzilla-only maintainers.
8940
ffe98fac 89412003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8942
ff2e99a4 8943 * Makefile.tpl: Make 'recursive targets' using autogen rather
8944 than shell loop. Remove duplicate 'clean' targets and false
8945 comments.
8946 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8947 Add systematic method of specifying missing targets in subdirs.
8948 Add copyright boilerplate.
8949 * Makefile.in: Regenerate.
8950 * configure.in: Add 'recursive targets' to maybe list.
8951 * configure: Regenerate.
8952
e53ad3a2 8953 * MAINTAINERS: "GNATS only" -> "Bug database only".
8954
ffe98fac 8955 * Makefile.tpl: Rename [+target+] to [+make_target+].
8956 * Makefile.def: Rename 'target' to 'make_target'.
8957
b3ccab1c 89582003-05-31 Neil Booth <neil@daikokuya.co.uk>
8959
8960 * MAINTAINERS: Add self as options handling maintainer.
8961
f81148db 89622003-05-28 Michael Meissner <gnu@the-meissners.org>
8963
8964 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8965 been too long since I touched those ports.
8966
abcfd3cb 89672003-05-28 DJ Delorie <dj@redhat.com>
8968
8969 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8970 * Makefile.in: Regenerate.
8971
1a21d71c 89722003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8973
8974 * configure.in: Use curly braces in the definition of tooldir.
8975 * configure: Regenerate.
8976
7a9bc7f6 89772003-05-21 DJ Delorie <dj@redhat.com>
1e12d536 8978
7a9bc7f6 8979 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8980 newlib or libgloss.
8981 * Makefile.in: Regenerate.
8982
575caa8d 89832003-05-21 DJ Delorie <dj@redhat.com>
8984
8985 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8986 * Makefile.in: Regenerate.
8987
8c7c29d9 89882003-05-20 Ian Lance Taylor <ian@airs.com>
8989
8990 * MAINTAINERS: Update my e-mail address.
8991
4d9c9c81 89922003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8993
8994 * configure.in: Switch more things to use maybe dependencies.
1e12d536 8995 * Makefile.tpl: Switch more things to use maybe dependencies.
4d9c9c81 8996 Factor out common code from autogen IF statements.
8997 * configure: Regenerate.
8998 * Makefile.in: Regenerate.
8999
f74ea578 90002003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9001
9002 * configure.in: Accept i[3456789]86 for machine type.
9003 * configure: Regenerate.
9004
6f4f34a7 90052003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9006
9007 * configure.in: Switch more things to use maybe dependencies.
9008 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9009 * configure: Regenerate.
9010 * Makefile.tpl: Switch more things to use maybe dependencies.
9011 * Makefile.in: Regenerate.
9012
a2e3bfd3 90132003-05-16 Andreas Schwab <schwab@suse.de>
a841c4d4 9014
9015 * Makefile.tpl (install-opcodes): Define.
9016 * Makefile.in: Rebuild.
9017
aeaac216 90182003-05-13 Andreas Jaeger <aj@suse.de>
9019
9020 * config.guess: Update to 2003-05-09 version.
9021 * config.sub: Update to 2003-05-09 version.
9022
dcde3c07 90232003-05-13 Michael Eager <eager@mvista.com>
6995305c 9024
9025 * configure.in: Correct sed script so that options in quotes are not
9026 deleted.
9027 * configure: Rebuild.
9028
d957c480 90292003-05-12 Corinna Vinschen <corinna@vinschen.de>
9030
9031 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9032 and $$s/newlib/libc/sys/cygwin32 include paths.
9033 * configure: Ditto.
9034
e0ca23ce 90352003-05-12 Michael Meissner <gnu@the-meissners.org>
9036
9037 * MAINTAINERS: Update my email addresses.
9038
26e253a0 90392003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9040
9041 * config-ml.in: Propagate INSTALL variables.
aeaac216 9042
1f55ccc8 90432003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9044
9045 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9046
d8b01fbe 90472003-05-02 Chris Demetriou <cgd@broadcom.com>
9048
1e12d536 9049 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9050 * Makefile.in: Regenerate.
d8b01fbe 9051
29b9a35e 90522003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9053
9054 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9055
904536c9 90562003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9057
9058 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9059
170853d0 90602003-04-27 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9063 * Makefile.in: Regenerated.
9064
d5ab03ba 90652003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9066
9067 * MAINTAINERS (Write After Approval): Upgrade myself from
9068 GNATS only to write-after-approval. Update my mail address.
9069
dcde3c07 90702003-04-25 Loren J. Rittle <ljrittle@acm.org>
784dc194 9071
9072 (OS Port Maintainers: freebsd): Add myself.
9073
eb13b182 90742003-04-22 Mark Mitchell <mark@codesourcery.com>
9075
9076 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9077
fe20e83b 90782003-04-22 Kean Johnston <jkj@sco.com>
9079
9080 * MAINTAINERS (SCO ports): Added myself.
9081
acaf46de 90822003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9083
9084 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9085
efde8e6d 90862003-04-19 Kean Johnston <jkj@sco.com>
9087
9088 * MAINTAINERS (Write After Approval): Add myself.
9089
516b2e07 90902003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9091
9092 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9093 * Makefile.in: Regenerate.
9094
3647950d 90952003-04-18 Jakub Jelinek <jakub@redhat.com>
9096
9097 * configure.in (powerpc64*-*-linux*): Remove.
9098 * configure: Rebuilt.
9099
057705e9 91002003-04-17 Phil Edwards <pme@gcc.gnu.org>
9101
9102 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9103 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9104 and restrap.
9105 * Makefile.in: Regenerate.
9106
c8a4cc21 91072003-04-16 Richard Earnshaw <rearnsha@arm.com>
9108
9109 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9110 * configure: Regenerated.
9111
62ada5db 91122003-04-15 DJ Delorie <dj@redhat.com>
9113
9114 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9115
82aa4d68 91162003-04-13 Nick Clifton <nickc@redhat.com>
9117
9118 * config-ml.in: Remove support for --disable-aix removing
9119 call-aix multilibs.
9120
7b26d9f7 91212003-04-10 Alexandre Oliva <aoliva@redhat.com>
9122
9123 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9124 * */configure: Rebuilt.
9125
51d6e0d7 91262003-04-08 Joel Sherrill <joel@oarcorp.com>
9127
9128 * MAINTAINERS: Add my email address.
9129
13f79774 91302003-03-17 Olivier Hainque <hainque@act-europe.fr>
9131
9132 * MAINTAINERS (Write After Approval): Add myself.
aeaac216 9133
523318a0 91342003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9135
9136 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9137 * Makefile.in: Regenerate.
9138
ea0ebc5e 91392003-03-14 Michael Chastain <mec@shout.net>
9140
9141 * Makefile.in: Regenerate with correct Makefile.def.
9142
966842d4 91432003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9144
9145 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9146 Make macro.
9147 * Makefile.in: Regenerate.
9148 * configure.in: Clean up gxx_include_dir logic.
9149 * configure: Regenerate.
9150
e72ec9a8 91512003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9152
9153 * MAINTAINERS (Write After Approval): Add myself.
9154
5a18e4cd 91552003-03-10 Ben Elliston <bje@wasabisystems.com>
9156
9157 * MAINTAINERS: Update my mail address.
9158
2436d08e 91592003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9160
9161 * configure.in (gxx_include_dir): Fix typo.
9162 * configure: Regenerated.
9163
602d002b 91642003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9165
9166 * Makefile.tpl: Reindent.
9167 * Makefile.in: Regenerate.
9168 * configure.in: Reindent. Don't set unused variables.
9169 * configure: Regenerate.
9170
5750c7d4 91712003-03-04 Daniel Jacobowitz <drow@mvista.com>
9172
9173 * configure.in: Include $(build_tooldir)/sys-include in
9174 FLAGS_FOR_TARGET.
9175 * configure: Regenerated.
9176
54d7d5f2 91772003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9178
224ed654 9179 * Makefile.tpl: Always pass down RANLIB.
9180 * Makefile.in: Regenerate.
9181
123bd2df 9182 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9183 * Makefile.in: Regenerate.
9184 * configure.in: Remove unused logic relating to --enable-shared
9185 and --enable-threads. Remove bogus comments. Remove redundant
9186 noconfigdirs.
9187 * configure: Regenerate.
9188
54d7d5f2 9189 * configure.in: Replace ${libstdcxx_version} by its value.
9190 Remove reference to mh-dgux.
9191 * configure: Regenerate.
9192
98dce82b 91932003-03-03 Kevin Buettner <kevinb@redhat.com>
9194
9195 * MAINTAINERS (Write After Approval): Add myself.
9196
f7ca337f 91972003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9198
9199 * Makefile.tpl: Rearrange.
9200 * Makefile.in: Regenerate.
9201
dcde3c07 92022003-02-25 Uwe Stieber <uwe@wwws.de>
336577be 9203
9204 * configure.in: Add support for kaOS as cross build target system.
9205 * configure: Regenerated.
9206
4e29e79f 92072003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9208
9209 * MAINTAINERS (Write after approval): Add myself.
9210
9a5856da 92112003-02-21 James E Wilson <wilson@tuliptree.org>
9212
9213 * MAINTAINERS: Update my email address.
9214
f05d1a58 92152003-02-21 Zack Weinberg <zack@codesourcery.com>
9216
9217 * MAINTAINERS: Add self to blanket write privs. section.
9218
de0c9797 92192003-02-20 Sean McNeil <sean@blue.mcneil.com>
9220
9221 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9222 configure-target-* as some target builds may require additional
9223 flags for preprocessor tests.
9224 * Makefile.in: Regenerated.
9225
3290c0cf 92262003-02-19 Alexandre Oliva <aoliva@redhat.com>
9227
de3c9f55 9228 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9229 * ltconfig: Handle it.
9230 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9231 auto-detecting it.
9232
a4e88f7d 9233 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9234 it is used as argument to $CC.
9235 * ltcf-gcj.sh: Likewise.
9236
3290c0cf 9237 * configure.in: Introduce --enable-maintainer-mode.
9238 * configure: Rebuilt.
9239 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9240 for maintainer mode.
9241 * Makefile.in: Rebuilt.
9242
0537137a 92432003-02-18 Jason Merrill <jason@redhat.com>
9244
9245 * Makefile.tpl (check-c++): Allow parallelism.
9246
201a9c33 92472003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9248
9249 * MAINTAINERS: Remove John Carr (who never actually had access to
9250 gcc.gnu.org).
9251
c0e5028f 92522003-02-15 Geoffrey Keating <geoffk@apple.com>
9253
9254 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9255 don't configure target-libobjc.
9256 * configure: Regenerate.
9257
7c86fd3f 92582003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9259
9260 * Makefile.tpl (RANLIB): Define.
9261 * Makefile.in: Regenerate.
9262
bd20d38b 92632003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9264
9265 * MAINTAINERS: Update my email.
f05d1a58 9266
e50ab007 92672003-02-06 Keith R Seitz <keiths@redhat.com>
9268
9269 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9270 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9271 * Makefile.in: Regenerated.
9272 * configure.in: Remove all traces of snavigator, db, and grep.
9273 * configure: Regenerated.
9274
c91e543c 92752003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9276
9277 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9278 After Approval.
9279
70e7788a 92802003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9281
9282 * MAINTAINERS (Write after approval): Add myself.
9283
621ed2b9 92842003-01-31 Frank Ch. Eigler <fche@redhat.com>
9285
9286 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9287 * Makefile.in: Regenerated.
9288
f08ad151 92892003-01-30 Roger Sayle <roger@eyesopen.com>
9290
9291 * config.guess: Updated to 2003-01-30's version.
9292 * config.sub: Updated to 2003-01-28's version.
9293
47fe0706 92942003-01-30 Alexandre Oliva <aoliva@redhat.com>
9295
9296 * config.if: If gcc_version is already set, just use it. Don't set
9297 gcc_version_trigger if it's already set, otherwise set it to
9298 gcc/version.c, but only if the file exists. If it is not set and
9299 gcc/version.c does not exist, try to extract the version number from
9300 $CC.
9301
fa163406 93022003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9303
f05d1a58 9304 * MAINTAINERS: Add myself to write-after-approval list.
fa163406 9305
e4ca87c8 93062003-01-27 Phil Edwards <pme@gcc.gnu.org>
9307
9308 * configure.in: Revert 24Jan change.
9309 * configure: Regenerate.
9310
c2cb58bc 93112003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9312
9313 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9314 entry of HJ Lu.
9315
bd564d1c 93162003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9317
9318 * configure.in: Revert previous change.
9319 * configure: Regenerate.
9320
d5e7287b 93212003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9322
9323 * configure.in: Make rda native-only.
9324 * configure: Regenerate.
9325
15bbfd76 93262003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9327
9328 * MAINTAINERS: Move myself from GNATS-only-accounts to
9329 write-after-approval.
9330
cdfc500e 93312003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9332
9333 * configure.in: Add missing \.
9334 * configure: Rebuilt.
9335
c9b54641 93362003-01-17 Jakub Jelinek <jakub@redhat.com>
9337
9338 * configure.in (baseargs): Avoid using \| in sed regular
9339 expressions.
9340 * configure: Rebuilt.
9341
da7bb396 93422003-01-16 Jakub Jelinek <jakub@redhat.com>
9343
9344 * configure.in (baseargs): Remove all supported forms of
9345 --cache-file, --srcdir, --host, --build and --target options
9346 from argument lists.
9347 * configure: Rebuilt.
9348
6d3cf184 93492003-01-15 Josef Zlomek <zlomekj@suse.cz>
9350
9351 * MAINTAINERS: Add myself to write-after-approval list.
9352
ef9a8a41 93532003-01-15 Alexandre Oliva <aoliva@redhat.com>
9354
9355 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9356 * configure: Rebuilt.
9357
a16b5a9d 93582003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9359
9360 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9361 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9362 * Makefile.in: Regenerate.
9363 * configure: Regenerate.
9364
980d8b91 93652003-01-09 Alexandre Oliva <aoliva@redhat.com>
9366
9367 * configure.in: Remove Makefile in build, host and target modules
9368 unless configure was run with --no-recursion.
9369 * configure: Rebuilt.
9370
05794691 93712003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9372
9373 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9374 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9375 * Makefile.in: Regenerate.
9376
8ddabd5d 93772003-01-08 Chris Demetriou <cgd@broadcom.com>
9378
9379 * config.guess: Update to 2003-01-03 version.
9380 * config.sub: Update to 2003-01-03 version.
9381
f98c470c 93822003-01-07 Christopher Faylor <cgf@redhat.com>
9383
9384 * configure: Regenerate with proper autoconf 2.13.
9385
d65dd253 93862003-01-07 Christopher Faylor <cgf@redhat.com>
9387
9388 * configure.in: Add AC_PREREQ for consistency.
f98c470c 9389 * configure: Regenerate.
d65dd253 9390
8fdaf281 93912003-01-06 Andrew Cagney <ac131313@redhat.com>
9392
9393 * configure.in (GDB_TK): Add tcl directories conditional on
9394 gdb/gdbtk directory being present.
9395 * configure: Regenerate.
f05d1a58 9396
dcde3c07 93972003-01-04 John David Anglin <dave.anglin@nrc.ca>
8406dd56 9398
dcde3c07 9399 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9400 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8406dd56 9401 * configure: Rebuilt.
9402
f53265fe 94032002-12-31 Tom Tromey <tromey@redhat.com>
9404
9405 * Makefile.in: Rebuilt.
9406 * Makefile.def (target_modules) [libffi]: Allow installation.
9407
0411e85f 94082002-12-31 Andreas Schwab <schwab@suse.de>
9409
9410 * configure.in: Fix use of $program_transform_name.
9411 * configure: Regenerated.
9412
a13fbfc9 94132002-12-30 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * configure.in (baseargs): Don't remove first configure argument.
5f4084b7 9416 * configure: Regenerated.
a13fbfc9 9417
ec955b52 94182002-12-29 Alexandre Oliva <aoliva@redhat.com>
9419
9420 * Makefile.tpl (local-distclean): Don't remove...
9421 (multilib.ts): ... this. Moved into...
9422 (multilib.out): ... this. Don't use sub-make.
9423 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9424 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9425 (configure-build-[+module+], configure-[+module+],
9426 configure-target-[+module+], configure-gcc): ... these. Test
9427 for Makefile existence. Drop config.status from dependencies.
9428 * Makefile.in: Rebuilt.
9429 * configure.in: Move gcc-version-trigger to the end of
9430 ac_configure_args. Add comments to maybedep.tmp and
9431 serdep.tmp. Introduce --disable-serial-configure. Remove
9432 nonopt from baseargs, matching and removing corresponding
9433 whitespace while at it.
9434 * configure: Rebuilt.
9435
041dd099 94362002-12-28 Alexandre Oliva <aoliva@redhat.com>
9437
fca297b0 9438 * configure.in (host_configargs): Replace reference to
9439 no-longer-defined buildopts with --build=${build_alias}.
9440 * configure: Rebuilt.
9441
041dd099 9442 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9443 program_transform_name to standard idiom.
9444 (AUTOGEN, AUTOCONF): Define.
9445 (Makefile.in): Use $(AUTOGEN).
9446 (Makefile): Depend on config.status, and use autoconf-style rule to
9447 build it. Move original commands to...
9448 (config.status): ... this new target.
9449 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9450 $(AUTOCONF).
9451 * Makefile.in: Rebuilt.
9452
71ab34df 94532002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9454
d75be5a6 9455 * Makefile.tpl: Fix dramatic bustage due to change in
9456 program_transform_name.
9457 * Makefile.in: Regenerate.
9458
9459 * configure.in: Remove unnecessary PATH setting.
9460 * configure: Regnerate.
9461
9462 * configure.in: Don't default to unprefixed tools unless
9463 the native tools will work.
9464 * configure: Regenerate.
9465
71ab34df 9466 * configure.in: Convert to autoconf script. Blow away lots
9467 of now-redundant Makefile fragments.
9468 * configure: Generate using Autoconf.
9469 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9470 * Makefile.in: Regenerate.
9471
09fe6d98 94722002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9473
3a7bfd0c 9474 * configure: Fix stupid bug where RANLIB was mistakenly included.
9475
f05d1a58 9476 * configure.in: Rename (buildargs, hostargs, targargs) to
3a7bfd0c 9477 (build_configargs, host_configargs, target_configargs).
9478
9479 * configure.in: Move logic out of sed statement.
9480
f05d1a58 9481 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
09fe6d98 9482 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9483
53a01bae 94842002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9485
9486 * config.sub: Import from master repository
9487 * config.guess: Ditto
9488
11a0151c 94892002-12-24 Andreas Schwab <schwab@suse.de>
9490
9491 * Makefile.tpl (multilib.out): Fix missing space.
9492 * Makefile.in: Regenerate.
9493
ca86fd55 94942002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9495
9496 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9497 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9498 * Makefile.in: Regenerate.
9499 * configure.in: Remove unnecessary leftovers.
9500
b437616a 95012002-12-21 Geoffrey Keating <geoffk@apple.com>
9502
9503 * configure.in (extra_ranlibflags_for_target): New variable.
9504 (*-*-darwin): Add -c to ranlib commands.
9505 * configure (tooldir): Handle extra_ranlibflags_for_target.
9506
927f1f0c 95072002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9baae5de 9508
9509 * Makefile.tpl: Revert HJL's change.
9510 * Makefile.in: Regenerated.
9511 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9512 always.
9513
df9badbe 95142002-12-19 Andreas Schwab <schwab@suse.de>
9515
9516 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9517 * Makefile.in: Regenerate.
9518
dcde3c07 95192002-12-18 H.J. Lu <hjl@gnu.org>
cfaaca3e 9520
9521 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9522 * Makefile.in: Regenerated.
9523
9524 * configure.in (build_prefix): New. Substitute.
9525
20672016 95262002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9527
6c11eefc 9528 * Makefile.tpl: Don't let real targets depend on phony targets.
9529 * Makefile.in: Regenerate.
9530
20672016 9531 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9532 * Makefile.in: Regenerate.
9533
462c28fa 95342002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9535
9536 * config.sub: Import from master repository
9537 * config.guess: Ditto
9538
f7c8fc8e 95392002-12-16 Jason Merrill <jason@redhat.com>
9540
9541 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9542 previous 'make bootstrap'.
9543 * Makefile.in: Regenerate.
9544
4bcd8023 95452002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9546
9547 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9548
805e22b2 95492002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9550
9551 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9552 * Makefile.in: Regenerate.
9553
d1211e96 95542002-12-13 Jason Merrill <jason@redhat.com>
9555
7c28bad6 9556 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
d1211e96 9557 library tests.
9558 (check-c++): Just depend on it and check-target-libstdc++-v3.
7c28bad6 9559 * Makefile.in: Regenerate.
9560
805e22b2 95612002-12-12 Alexandre Oliva <aoliva@redhat.com>
9562
9563 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9564 * Makefile.in: Rebuilt.
9565
1afe6db1 95662002-12-12 Alexandre Oliva <aoliva@redhat.com>
9567
9568 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9569
805e22b2 95702002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9571
9572 * configure: Fix bug put in by gremlins.
9573
9574 * Makefile.tpl: Substitute more autoconfily.
9575 * configure: Substitute more autoconfily.
9576 * Makefile.in: Regenerate.
9577
7960374c 95782002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9579
9580 * config.sub: Import from master repository
9581 * config.guess: Ditto
9582 * MAINTAINERS: Added Svein Seldal under write after approval
9583
805e22b2 95842002-12-08 Andrew Cagney <ac131313@redhat.com>
9585
9586 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9587 * Makefile.in (all-sim): Ditto.
9588
95892002-12-06 DJ Delorie <dj@redhat.com>
9590
9591 * Makefile.tpl: Change configure dependencies to not have real
9592 targets depend on phony targets.
9593
95942002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9595
9596 * configure.in: Revert unintentional change.
9597
9598 * Makefile.tpl: Change dependency for */multilib.out so that
9599 it works when gcc isn't in the tree.
9600
9601 * configure.in: Substitute more.
9602 * configure: Run subconfigures from the Makefile.
9603 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9604 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9605
761158c0 96062002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9607
9608 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9609
805e22b2 96102002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9611
9612 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9613 and corresponding dependencies.
9614 * Makefile.in: Regenerate.
9615
9616 * configure.in (host_tools): Order binutils, gas and ld for
9617 convenience in running the testsuites.
9618
9619 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9620 * Makefile.in: Regenerate.
9621 * configure.in: Introduce rules to serialize subconfigure runs.
9622
9623 * configure.in: Introduce BASE_CC_FOR_TARGET.
9624 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9625 Realize configure-build-* targets. Realize configure-target-* targets.
9626 * Makefile.in: Regenerate.
9627
96282002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9629
9630 * configure: Move gcc_version_trigger stuff from here...
9631 * configure.in: ...to here.
9632
9633 * configure.in: Separate subconfigure options added by this file from
9634 options given by the user. Add machinery to put args for host
9635 subconfigures into the Makefile.
9636
9637 * Makefile.tpl: Remove 'vault' targets.
9638 * Makefile.tpl: Reorder and comment dependencies.
9639 * Makefile.in: Regenerate.
9640
96412002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9642 * configure.in: Fix my broken commit of previous patch. (sigh)
9643
7384c63f 96442002-11-28 Geoffrey Keating <geoffk@apple.com>
9645
9646 * configure.in: Move host-specific darwin noconfigdirs into
9647 the host-specific section.
9648
805e22b2 96492002-11-28 Geoffrey Keating <geoffk@apple.com>
9650
9651 * configure.in: Move host-specific darwin noconfigdirs into
9652 the host-specific section.
9653
96542002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9655
9656 * configure: Remove skip-this-dir support.
9657 * Makefile.tpl: Remove skip-this-dir support.
9658
9659 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9660 subdirectories.
9661 * Makefile.in: Regenerate.
9662
9663 * Makefile.tpl: Strip out useless setting of 'dir'.
9664 * Makefile.in: Regenerate.
9665
96662002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9667
9668 * configure.in: Fix deeply stupid bug.
9669
9670 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9671 shell code in CXX_FOR_TARGET
9672 * Makefile.def: Introduce raw_cxx.
9673 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9674 RAW_CXX_FOR_TARGET.
9675 * Makefile.in: Regenerate.
9676
96772002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9678
9679 * Makefile.tpl: Remove unnecessary ifs.
9680 * Makefile.in: Regenerate.
9681
9682 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9683 dependencies. Maybe-ize build-libiberty. Create dummy install
9684 targets for 'no_install' modules.
9685 * configure: Move GDB_TK substitution to configure.in. Move
9686 build_modules stuff to configure.in.
9687 * configure.in: Implement soft dependency machinery. Maybe-ize
9688 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9689 * Makefile.in: Regenerate.
9690
96912002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9692
9693 * Makefile.tpl: Make all-target, install-target behave similarly
9694 to all, install (only hitting configured targets). Eliminate
9695 unused macro defintions.
9696
9697 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9698 build != host.
9699
9700 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9701
9702 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9703
9704 * configure.in: Produce lists of subdir targets we're actually
9705 configuring. Remove references to "dosrel".
9706 * Makefile.tpl: Let configure set which subdir targets are hit.
9707 Remove install-cross; clean up install; remove ALL. Remove
9708 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9709 Autogenerate host module targets. Remove empty dependency lines
9710 and redundant dependency; rearrange slightly.
9711 * Makefile.def: Add host-side libtermcap, utils.
9712
9713 * Makefile.in: Regenerate.
9714
0753f1b5 97152002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9716
9717 * ltconfig (osf[345]): Append $major to soname_spec.
9718 Reflect this in library_names_spec.
9719 * ltmain.sh (osf): Prefix $major with . for use as extension.
9720
4b695c23 97212002-11-19 Andreas Jaeger <aj@suse.de>
9722
9723 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9724 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9725 and sparc64 GNU/Linux systems.
9726
3e8ebe0a 97272002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9728
9729 * MAINTAINERS: Update email.
9730
73a8b678 97312002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9732
9733 * MAINTAINERS: Complete James Dennett's entry.
9734
894e4f56 97352002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9736
9737 * MAINTAINERS (Write After Approval): Add myself.
9738
f507a3cb 97392002-11-13 Bruce Korb <bkorb@gnu.org>
9740
9741 * Makefile.tpl: syntactic cleanup
9742
dcde3c07 97432002-11-13 Stuart Hastings <stuart@apple.com>
593dc58a 9744
9745 * MAINTAINERS: Add myself to write-after-approval list.
9746
805e22b2 97472002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9748
9749 * Makefile.def: Add list of recursive targets to autogenerate.
9750 Add build_modules.
9751 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9752 targets. Autogenerate *-build-* targets.
9753 * Makefile.in: Regenerate.
9754
97552002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9756
9757 * configure: More autoconf-style substitutions.
9758 * Makefile.tpl: More autoconf-style substitutions.
9759 * Makefile.in: Regenerate.
9760
97612002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9762
9763 * configure: Substitute more variables in a more autoconf-friendly
9764 way. Simplify slightly.
9765 * Makefile.tpl: Make more variables substitutable in an
9766 autoconf-friendly way.
9767 * Makefile.in: Regenerate.
9768
4dd0a098 97692002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9770
9771 * MAINTAINERS (Write After Approval): Add myself.
9772
805e22b2 97732002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9774
9775 * configure.in (v810*): Remove special setting of tools.
9776
9777 * configure: Add support for extra required flags for ar or nm.
9778 * configure.in (aix4.3+): Use above support for target-specific
9779 issues, rather than using config/mt-aix43.
9780
97812002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9782
9783 * configure: Remove 'removing', which doesn't work. Replace $subdir
9784 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9785 with $srcdir. Reformat indentation. Substitute some variables
9786 formerly hard-coded in the Makefile for build=host.
9787 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9788 * Makefile.def: Autogenerate more.
9789 * Makefile.in: Regenerate.
9790
40679d3b 97912002-11-04 Adam Nemet <anemet@lnxw.com>
9792
9793 * MAINTAINERS (Write After Approval): Add myself.
9794
062b02db 97952002-11-04 Kevin Buettner <kevinb@redhat.com>
9796
9797 * Makefile.def (host_modules): Add rda.
9798 * Makefile.in: Regenerate.
9799 * configure.in (target_tool): Add target-rda to list.
9800
bb0439dd 98012002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9802
9803 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9804
a3c3be37 98052002-10-25 Phil Edwards <pme@gcc.gnu.org>
9806
9807 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9808 and restrap targets to this rule.
9809 * Makefile.in: Regenerate.
9810
dd1a0a37 98112002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9812
9813 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9814 GNATS only accounts.
9815
4ea2c3bf 98162002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9817
9818 * configure.in (i[3456]86-*-linux*): Add check to disable
9819 ${libgcj} for glibc1.
9820
03333934 98212002-10-24 Denis Chertykov <denisc@overta.ru>
9822
9823 * MAINTAINERS: Add myself as ip2k port maintainer.
9824
6c5e2f80 98252002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9826
9827 * configure.in: Add tic4x target.
9828
949b0daa 98292002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9830
0e26095b 9831 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9832 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9833 * Makefile.in: Regenerate.
9834
949b0daa 9835 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9836 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9837 * Makefile.in: Regenerate.
9838
aa80d31c 98392002-10-02 Janis Johnson <janis187@us.ibm.com>
9840
9841 * MAINTAINERS: Add myself as web pages co-maintainer.
9842
87614545 98432002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9844
9845 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9846 * Makefile.in: Regenerate.
9847
4aac350f 98482002-10-02 Zack Weinberg <zack@codesourcery.com>
9849
9850 * MAINTAINERS: Add myself and Nathan Sidwell
9851 <nathan@codesourcery.com> as VxWorks maintainers.
9852
e3e6c470 98532002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
aca8ad75 9854
9855 * Makefile.def: Remove order dependency comments.
9856 * Makefile.tpl: Add explicit install-install dependencies.
9857 * Makefile.in: Regenerate.
d6a4a914 9858
3fef3c05 9859 * Makefile.tpl: Remove material now in src-release. (Finally!)
aca8ad75 9860 * Makefile.in: Regenerate.
3fef3c05 9861
d6a4a914 9862 * Makefile.tpl: Add configure-target (for src-release in src)
9863 * Makefile.in: Regenerate.
9864
eb5db528 98652002-09-30 Nick Clifton <nickc@redhat.com>
9866
9867 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9868
971b1aa4 98692002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9870
9871 * configure.in (s390*-*-linux*): Enable libgcj.
9872
b7d94964 98732002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9874
5fa209e7 9875 * configure: Revert accidentally applied changes.
9876
b7d94964 9877 * Makefile.tpl: Make more autoconf-friendly.
9878 * Makefile.in: Regenerate.
9879 * configure: Make substitution more autoconf-like.
9880
2704ebd1 98812002-09-28 Richard Earnshaw <rearnsha@arm.com>
9882
9883 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9884 single entry to handle all these.
9885 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9886 libjava on arm-*-elf.
9887
352ce91b 98882002-09-27 Geoffrey Keating <geoffk@apple.com>
9889
9890 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9891 things that depend on them.
9892
0311ff84 98932002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9894
9895 * Makefile.tpl: Make subsituted variables more autoconfy.
9896 * Makefile.in: Regenerate.
9897 * configure: Make seds more autoconfy.
9898
cc46b37d 98992002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
0e1ac85c 9900
9901 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9902 * Makefile.in: Regenerate.
9903 * configure.in: Rewrite sed statements to look autoconfy.
9904
cc46b37d 9905 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9906 all-target-foo on configure-target-foo.
9907 * Makefile.def: Ditto.
9908 * Makefile.in: Rebuild.
9909
baabce06 99102002-09-25 Andrew Haley <aph@redhat.com>
9911
9912 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9913
2a1ac811 99142002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9915
9916 * Makefile.def: New file.
9917 * Makefile.tpl: New file.
9918 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9919 * contrib/gcc_update: Note that Makefile.in is a generated file.
9920
9921 * configure.in: Minor rearrangement. Simplify tests.
9922
c725cfd7 99232002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9924
9925 * configure.in (with_headers): Skip copy if value is "yes".
9926 (with_libs): Likewise.
9927
058a3669 99282002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4babcd43 9929
9930 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9931 * configure.in (sh*-*-pe*): Ditto.
9932 * configure.in (mips*-*-pe*): Ditto.
9933 * configure.in (*arm-wince-pe): Ditto.
9934
512912f3 9935 * configure.in: Rearrange.
9936
dfcd4425 99372002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9938
9939 * MAINTAINERS: Update my email address.
9940
d90b8b3d 99412002-08-30 Paul Koning <pkoning@equallogic.com>
9942
9943 * MAINTAINERS: (Write After Approval): Add myself.
9944
915f1827 99452002-08-29 Geoffrey Keating <geoffk@redhat.com>
9946
9947 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9948
bf81fbc5 99492002-08-24 Geoffrey Keating <geoffk@redhat.com>
9950
9951 * MAINTAINERS: Change my mailing address.
9952
f9ab9bb4 99532002-08-21 Paolo Carlini <pcarlini@unitus.it>
9954
9955 * MAINTAINERS (Write After Approval): Remove myself.
4aac350f 9956 (Various Maintainers: c++ runtime libs): Add myself.
f9ab9bb4 9957
dcde3c07 99582002-08-20 Loren J. Rittle <ljrittle@acm.org>
805892cf 9959
9960 * MAINTAINERS (Write After Approval): Remove myself.
9961 (Various Maintainers: c++ runtime libs): Add myself.
9962
2857c21b 99632002-08-15 Eric Christopher <echristo@redhat.com>
9964
9965 * config.sub: Import from master repository.
9966 * config.guess: Ditto.
9967
4269a651 99682002-08-19 Alexandre Oliva <aoliva@redhat.com>
9969
9970 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9971 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9972 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9973
0bc5749d 99742002-08-16 Aldy Hernandez <aldyh@redhat.com>
9975
9976 * MAINTAINERS: Add self to rs6000 vector extensions.
9977
38f91bf2 99782002-08-15 Alexandre Oliva <aoliva@redhat.com>
9979
9980 * libiberty/configure: Reverted unintended yesterday's check in.
9981
c837ae19 99822002-08-14 Alexandre Oliva <aoliva@redhat.com>
9983
9984 * boehm-gc/configure, libf2c/configure: Rebuilt.
9985 * libffi/configure, libiberty/configure: Ditto.
9986 * libjava/configure, libobjc/configure: Ditto.
9987 * libstdc++-v3/configure, zlib/configure: Ditto.
9988 Merged from binutils:
9989 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9990 From Steve Ellcey <sje@cup.hp.com>:
9991 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9992 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9993 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9994 IA64.
9995 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9996 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9997 soname_spec, sys_lib_search_path_spec): Ditto.
9998
dcde3c07 99992002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
dc0ea924 10000
10001 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10002
769d609b 100032002-08-04 H.J. Lu (hjl@gnu.org)
10004
10005 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10006
fad51d8f 100072002-08-02 Krister Walfridsson <cato@df.lth.se>
10008
10009 * MAINTAINERS (Write After Approval): Add myself.
10010
e31d86e1 100112002-07-31 Alan Modra <amodra@bigpond.net.au>
10012
10013 * configure.in: Move generic linux case to end. Copy generic
10014 linux noconfigdirs to mips*-*-linux* entry and new
10015 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10016
31699db1 100172002-07-19 Michael Matz <matz@suse.de>
10018
10019 * MAINTAINERS: Add myself as ra* maintainer.
10020
2ac0d5ca 100212002-07-16 Chris Demetriou <cgd@broadcom.com>
10022
10023 * config.guess: Update to 2002-07-09 version.
10024 * config.sub: Update to 2002-07-03 version.
10025
501ad919 100262002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10027
10028 * MAINTAINERS: Fix typo in a maintainer email address.
10029
753fca8a 100302002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10031
10032 * configure.in: Remove two redundant tests.
10033
61ab9ea9 100342002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10035
10036 * configure.in (mips*-*-irix6*o32): Enable stabs.
10037
39b7c449 100382002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10039
a7d623d2 10040 * configure.in: Don't build grez.
10041 * Makefile.in: Ditto.
10042
39b7c449 10043 * Makefile.in: Remove references to bsp, cygmon, libstub.
10044 * configure.in: Ditto.
10045
10046 * configure.in: Remove leftover reference to gdbtest.
10047
418aeabd 100482002-07-08 Phil Edwards <pme@gcc.gnu.org>
10049
10050 * configure.in (gxx_include_dir): Change to match versioned
10051 C++ headers if --enable-version-specific-runtime-libs is used.
10052
7261cb98 100532002-07-04 Steve Ellcey <sje@cup.hp.com>
2857c21b 10054
7261cb98 10055 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10056
f6c0123d 100572002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10058
10059 * configure.in: Make --without-x work.
10060
a054af37 100612002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10062
70af7570 10063 * configure.in: Rearrange target Makefile fragment collection.
10064
a054af37 10065 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10066 cvs[src].
10067 * configure.in: Ditto.
10068
59303ed0 100692002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10070
10071 * MAINTAINERS (Write After Approval): Update my e-mail address.
10072
4606a26b 100732002-06-24 Ben Elliston <bje@redhat.com>
10074
10075 * configure.in (host_tools): Remove cgen.
10076
10077 * Makefile.in (all-cgen): Remove; runs from its source directory.
10078 (check-cgen, install-cgen, clean-cgen): Likewise.
a054af37 10079 (all-opcodes): Do not depend on all-cgen.
4606a26b 10080 (all-sim): Likewise.
10081
dcde3c07 100822002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4606a26b 10083
10084 * Makefile.in: Eliminate 'apache' targets.
10085 * configure.in: Eliminate 'apache' targets.
10086
13b1b53a 10087 * configure.in: Eliminate redundant tests. Reorganize.
10088
9acba065 10089 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10090
d240b39d 10091 * config-ml.in: Eliminate references to Cygnus configure.
10092
8323b19f 10093 * Makefile.in: Eliminate references to building emacs.
10094
5e606a0f 100952002-06-28 Graham Stott <graham.stott@btinternet.com>
10096
10097 * MAINTAINERS: Update my email address.
10098
531034c6 100992002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10100
10101 * config.if (libstdcxx_incdir): Version C++ headers.
2857c21b 10102 (cxx_incdir): Remove.
531034c6 10103
bbe6e35a 101042002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10105
10106 * MAINTAINERS (Write After Approval): Add self.
10107
1be37211 10108Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10109
10110 * configure.in: Add support for ip2k.
10111
28070d68 101122002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10113
10114 * configure.in: Fix AIX configury bug.
10115
750f93c6 101162002-06-20 Steve Ellcey <sje@cup.hp.com>
10117
10118 * MAINTAINERS (Write After Approval): Add self.
10119
6862ee05 101202002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10121
296a0f54 10122 * configure.in: replace ${topsrcdir} with ${srcdir}
10123
79381a91 10124 * configure.in: Move definition of libstdcxx_flags
10125 right above usage, rather than waaay earlier.
10126
99aa6b34 10127 * configure.in: Pull definition of is_cross_compiler earlier.
10128
2e74a29f 10129 * configure.in: Rearrange a little.
10130
6862ee05 10131 * configure.in: Remove references to librx.
10132 * Makefile.in: Remove references to librx.
10133
8208f71e 10134Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10135
10136 * config.sub: Add support for avr target.
10137 Import from master sources, rev 1.255
2857c21b 10138
b3167a65 101392002-06-19 Phil Edwards <pme@gcc.gnu.org>
10140
10141 * configure, .cvsignore: Revert previous change...
10142 * Makefile: ...delete.
10143
3177ad11 101442002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10145
10146 * configure.in: Eliminate ${gasdir} variable.
10147
98b82774 101482002-06-18 Dave Brolley <brolley@redhat.com>
10149
10150 * configure.in: Add support for frv.
10151 * config.sub: Add support for frv.
10152
324ae56a 101532002-06-18 Phil Edwards <pme@gcc.gnu.org>
10154
10155 * configure: Remove garbage from previous commit.
10156
9bf16801 101572002-06-18 Phil Edwards <pme@gcc.gnu.org>
10158
10159 * configure: For in-source builds, make a subdir and re-exec there.
10160 * Makefile: New file. Pass targets through to build directory.
10161 * .cvsignore: No longer ignore "Makefile".
10162
ceb0e431 101632002-06-16 Douglas Rupp <rupp@gnat.com>
10164
10165 * MAINTAINERS (Write After Approval): Add self.
10166
50471600 101672002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10168
10169 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10170
5f0cd095 101712002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10172
10173 * configure.in (vax-*-netbsd*): Re-enable gas.
10174
02a5d82a 101752002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10176
286bd992 10177 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10178 BUILD_PREFIX_1, to correct nomenclature.
10179 * configure: Likewise.
10180
02a5d82a 10181 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10182 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10183
33327ce2 101842002-05-31 Olaf Hering <olh@suse.de>
10185
10186 * config-ml.in: Propogate DESTDIR also.
10187
ce3c05b4 101882002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10189
10190 * configure.in (vax-*-netbsd*): Don't build gas for this
10191 platform.
10192
a899dc64 101932002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10194
10195 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10196 and libgcj for AVR.
10197
fe44416c 101982002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10199
10200 * MAINTAINERS (Write After Approval): Add myself.
10201
81c7c0cd 102022002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10203
10204 * config.guess: Update to 2002-05-22 version.
10205 * config.sub: Likewise.
10206
3354d061 102072002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10208
10209 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10210 * config-ml.in: Likewise.
10211 * configure: Likewise.
10212 * configure.in: Likewise.
10213
38d811e4 102142002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10215
10216 * MAINTAINERS: Update my email address.
10217
85b038d8 102182002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10219
e12be23e 10220 * configure.in: Simplify makefile fragment collection.
10221
10222 * configure.in: Remove code to build emacs.
ebd9f514 10223
64d298c9 10224 * configure.in : Remove --srcdir argument from targargs and buildargs
10225 (it's always overridden in the Makefile anyway). Rearrange a bit.
10226
10227 * configure: Move some logic to configure.in.
10228 * configure.in: Move some logic from configure.
85b038d8 10229
231fca94 102302002-05-11 Tom Tromey <tromey@redhat.com>
10231
10232 * MAINTAINERS: Reflect libgcj reality.
10233
7a94b1b9 102342002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10235
10236 * Makefile.in: Honour DESTDIR.
10237
053d448f 102382002-05-08 Mark Mitchell <mark@codesourcery.com>
10239
10240 * config.guess: Import 2002-03-20 version.
10241 * config.sub: Import 2002-04-26 version.
10242
2eb4509a 102432002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10244
10245 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10246
df8868bc 102472002-05-07 Tim Josling <tej@melbpc.org.au>
10248
10249 * MAINTAINERS: Add self.
10250
dcde3c07 102512002-05-06 Loren J. Rittle <ljrittle@acm.org>
02bff180 10252
10253 * ltmain.sh: Detect and handle object name conflicts
10254 while piecewise linking a static library.
10255
05bcb167 102562002-05-05 Alexandre Oliva <aoliva@redhat.com>
10257
10258 * configure.in (noconfigdirs): Don't disable libgcj on
10259 sparc64-*-solaris* and sparcv9-*-solaris*.
10260
1693b6e0 102612002-05-03 Alexandre Oliva <aoliva@redhat.com>
10262
10263 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10264
6a255a10 102652002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10266
10267 * configure.in (FLAGS_FOR_TARGET): Do not add
10268 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10269 on i[3456]86-*-linux*.
10270
84690ae2 102712002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10272
10273 * configure.in (noconfigdirs): Replace [ ] with test.
10274
10275 * configure.in (noconfigdirs): Do not add target-newlib if
10276 target == i[3456]86-*-linux*, and host == target.
10277
f8c3fea9 102782002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10279
d5908f53 10280 * configure.in: delete reference to absent file
10281
441f85dc 10282 * configure.in: replace '[' with 'test'
10283
a1245e7e 10284 * configure.in: Eliminate references to gash.
10285 * Makefile.in: Eliminate references to gash.
10286
7fe51435 10287 * configure.in: remove useless references to 'pic' makefile fragments.
10288
1e0a85a6 10289 * configure.in: (*-*-windows*) Finish removing.
10290
f8c3fea9 10291 * configure.in: Eliminate redundant test for libgui.
10292
5cf29107 102932002-04-29 Roger Sayle <roger@eyesopen.com>
10294
10295 * MAINTAINERS: Add self and realphabetize. Update entries
10296 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10297 entry for a29k port maintainer.
10298
dcde3c07 102992002-04-26 Joel Sherrill <joel@OARcorp.com>
81ae9134 10300
10301 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10302 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10303
feaa7d87 103042002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10305
10306 * configure.in: remove references to dead files
10307
d74b55e8 103082002-04-19 Mark Mitchell <mark@codesourcery.com>
10309
10310 * MAINTAINERS: Add information about purpose of this file.
10311
55efab1c 103122002-04-18 Tom Tromey <tromey@redhat.com>
10313
10314 * configure.in: Disallow configuring libgcj when it is already
10315 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10316 Solaris 2.8 by default. For PR libgcj/6158.
10317
29a2c390 103182002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10319
10320 * configure.in: Move default CC setting out of config/mh-* fragments
10321 directly into here.
10322
b138c834 103232002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10324
10325 * configure.in: don't even try to configure or make a subdirectory
10326 if there's no configure script for it.
10327
5e311636 103282002-04-15 Mark Mitchell <mark@codesourcery.com>
10329
10330 * MAINTAINERS: Remove chill maintainers.
10331 * Makefile.in (CHILLFLAGS): Remove.
10332 (CHILL_LIB): Remove.
10333 (TARGET_CONFIGDIRS): Remove libchill.
10334 (CHILL_FOR_TARGET): Remove.
10335 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10336 CHILL_LIB.
10337 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10338 (CHECK_TARGET_MODULES): Likewise.
10339 (INSTALL_TARGET_MODULES): Likewise.
10340 (CLEAN_TARGET_MODULES): Likewise.
10341 (configure-target-libchill): Remove.
10342 (all-target-libchill): Remove.
10343 * configure.in (target_libs): Remove target-libchill.
10344 Do not compute CHILL_FOR_TARGET.
10345 * libchill: Remove directory.
2857c21b 10346
df2ff48f 103472002-04-11 DJ Delorie <dj@redhat.com>
10348
10349 * Makefile.in, configure.in: Sync with binutils, entries
10350 follow...
10351
a76bff71 103522002-04-07 Andrew Cagney <ac131313@redhat.com>
10353
10354 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10355 (do-tar, do-bz2): New rules.
10356 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10357 (gdb-tar): New rule.
10358 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10359 (insight_dejagnu.tar): New rule.
10360 (insight.tar): New rule.
10361 (gdb+dejagnu.tar): New rule.
10362 (gdb.tar): New rule.
10363
df2ff48f 103642002-02-01 Mo DeJong <supermo@bayarea.net>
10365
10366 * Makefile.in: Add all-tix to deps for all-snavigator
10367 so that tix is built when building snavigator.
10368
103692002-01-11 Steve Ellcey <sje@cup.hp.com>
10370
10371 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10372 ld and gdb are not supported.
10373
103742002-01-07 Mark Salter <msalter@redhat.com>
10375
10376 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10377 Allow target-libgloss to be built for arm, strongarm, and xscale.
10378
103792001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10380
10381 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10382 options for i[3456]86-pc-linux* native builds.
10383
103842001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10385
10386 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10387 files from .po files for a distribution.
10388
103892001-09-03 Jeff Holcomb <jeffh@redhat.com>
10390
10391 * configure.in: Enable libstdc++-v3 for h8300 targets.
10392
103932001-06-19 Alan Modra <amodra@bigpond.net.au>
10394
10395 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10396 version from bfd/.
10397
10398Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10399
10400 * Makefile.in (VER): When present, extract the version number from
10401 the file version.in.
10402
dcde3c07 104032001-05-24 Tom Rix <trix@redhat.com>
df2ff48f 10404
10405 * configure.in : enable ld for aix
10406
104072001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10408
10409 * config.guess: Add linux target for S/390.
10410
104112000-11-07 Philip Blundell <pb@futuretv.com>
10412
10413 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10414
104152000-11-03 Philip Blundell <pb@futuretv.com>
10416
10417 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10418 files.
10419
104202001-01-15 Ben Elliston <bje@redhat.com>
10421
10422 * configure.in (host_tools): Add sid.
10423 Always configure cgen.
10424
104252000-11-24 Nick Clifton <nickc@redhat.com>
10426
10427 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10428
10429
104302000-08-20 Doug Evans <dje@casey.transmeta.com>
10431
10432 * Makefile.in (ALL_MODULES): Add all-cgen.
10433 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10434 (all-cgen): New target.
10435 (all-opcodes,all-sim): Depend on all-cgen.
10436 * configure.in (host_tools): Add cgen.
10437 Only configure cgen if --enable-cgen-maint.
10438
dcde3c07 104392002-04-09 Loren J. Rittle <ljrittle@acm.org>
e701a477 10440
10441 * configure.in: Add *-*-freebsd* configurations.
10442
4caca96d 104432002-04-08 Tom Tromey <tromey@redhat.com>
10444
10445 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10446 Fixes PR libgcj/6068.
10447
ec66e65b 104482002-03-30 Krister Walfridsson <cato@df.lth.se>
10449
10450 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10451
dd96b1d1 104522002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10453
10454 * configure.in (alpha*-dec-osf*): Enable libgcj.
10455
dcde3c07 104562003-03-27 Matthew Gingell <gingell@gnat.com>
b62015df 10457
10458 * MAINTAINERS (Write After Approval): Add myself.
10459
52fdc102 104602002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10461
10462 Fix for: PR bootstrap/3591, target/5676
10463 * configure.in (mcore-pe): Disable the configuration of
10464 libstdc++-v3 since exceptions are not supported.
10465
f3830a0e 104662002-03-20 Anthony Green <green@redhat.com>
10467
10468 * configure.in: Enable libgcj for xscale-elf target.
10469
dcde3c07 10470Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
93ef9ddc 10471
10472 * MAINTAINERS: Update my email address.
10473
82c26350 104742002-03-16 Alexandre Oliva <aoliva@redhat.com>
10475
10476 * ltmain.sh (relink_command): Fix typo in previous change.
10477
30d51ce8 104782002-03-15 Alexandre Oliva <aoliva@redhat.com>
10479
10480 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10481 (relink_command): Added --tag flags.
10482 (mode=install): If relinking fails; error out.
10483
863ba363 104842002-03-12 Richard Henderson <rth@redhat.com>
10485
10486 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10487 .NOTPARALLEL tag.
10488 (do-check): Rename from check.
10489 (check): Allow parallel check.
10490
a4ae6a96 104912002-03-12 Bob Wilson <bob.wilson@acm.org>
10492
10493 * MAINTAINERS: Add myself as maintainer for xtensa port.
10494 Fix alphabetical order in CPU port maintainer list.
10495 Remove myself from Write After Approval list.
10496
b65e027c 104972002-03-11 Richard Henderson <rth@redhat.com>
10498
10499 * Makefile.in (.NOTPARALLEL): Add fake tag.
10500
857f2cca 105012002-03-07 H.J. Lu (hjl@gnu.org)
10502
10503 * configure.in: Enable gprof for mips*-*-linux*.
10504
f9231c6c 105052002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10506
10507 * MAINTAINERS (Write After Approval): Add myself.
10508
a51555c7 105092002-02-28 Alexandre Oliva <aoliva@redhat.com>
10510
10511 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10512 libjava.
10513 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10514
f48588d2 105152002-02-23 Alexandre Oliva <aoliva@redhat.com>
10516
10517 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10518 because its Makefile is there; test for the executable instead.
10519
4e979746 105202002-02-22 Alexandre Oliva <aoliva@redhat.com>
10521
10522 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10523 libstdc++-v3 and libjava.
10524
dcde3c07 105252002-02-11 Adam Megacz <adam@xwt.org>
ddb2364e 10526
10527 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10528 boehm-gc
2857c21b 10529
ff727c47 105302002-02-09 Alexandre Oliva <aoliva@redhat.com>
10531
10532 * config.guess: Updated to 2002-01-30's version.
10533 * config.sub: Updated to 2002-02-01's version.
10534 Contribute sh64-elf.
10535 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10536 * configure.in: Added sh64-*-*.
10537
77badc5f 105382002-02-08 Chris Demetriou <cgd@broadcom.com>
10539
10540 * MAINTAINERS: Belatedly add myself to write after approval list.
10541
270ba101 10542Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10543
10544 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10545 Remove self as Write After Approval.
10546
2ca6eb0a 105472002-01-31 Geoffrey Keating <geoffk@redhat.com>
10548
10549 * MAINTAINERS: Put self in as maintainer for contrib/regression
10550 directory.
10551
0a526b48 105522002-01-28 Phil Edwards <pme@gcc.gnu.org>
10553
10554 * MAINTAINERS: Update my email address.
10555
1602f15c 105562002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10557
2857c21b 10558 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10559 target-libiberty, and target-libgloss. Skip Java-related
1602f15c 10560 libraries if not supported for NetBSD on target CPU.
10561
ecec2beb 105622002-01-25 Douglas B Rupp <rupp@gnat.com>
10563
10564 * install-sh: Use _inst.$$_ for temp file name.
10565
645cf380 105662002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10567
10568 * MAINTAINERS (Write After Approval): Move my contact info
10569 from here...
10570 (OS Port Maintainers): ...to here (netbsd).
10571
aaced030 105722002-01-22 Bob Wilson <bob.wilson@acm.org>
10573
10574 * MAINTAINERS (Write After Approval): Add myself.
10575
dcde3c07 105762002-01-17 H.J. Lu <hjl@gnu.org>
bc0fa39e 10577
10578 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10579 (all-target-fastjar): Also depend on all-target-libiberty.
10580
7fac8b66 105812002-01-16 H.J. Lu (hjl@gnu.org)
10582
10583 * config.guess: Import from master sources, rev 1.225.
10584 * config.sub: Import from master sources, rev 1.238.
10585
22cb6446 105862002-01-16 Kazu Hirata <kazu@hxi.com>
10587
10588 * MAINTAINERS (Write After Approval): Remove myself.
10589
e83a1c00 105902001-12-19 Florian Weimer <fw@deneb.enyo.de>
10591
10592 * MAINTAINERS (Write After Approval): Add myself.
10593
7ac25494 105942001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10595
10596 * MAINTAINERS: Add self as docs co-maintainer.
10597
15f457c4 105982001-12-11 Matthias Klose <doko@debian.org>
10599
10600 * MAINTAINERS (Write After Approval): Add myself.
10601
9753f6ab 106022001-12-09 Zack Weinberg <zack@codesourcery.com>
10603
10604 * MAINTAINERS: Update my email address.
10605
35df4184 106062001-12-07 Turly O'Connor <turly@apple.com>
10607 * MAINTAINERS (Write After Approval): Add myself.
10608 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10609 (rs6000_initialize_trampoline): Call __trampoline_setup for
10610 ABI_DARWIN too.
10611 * darwin-tramp.asm: New file, implements __trampoline_setup.
13106b16 10612 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
35df4184 10613
66f95edb 106142001-12-07 Paolo Carlini <pcarlini@unitus.it>
10615
10616 * MAINTAINERS (Write After Approval): Add myself.
10617
e67b1627 10618Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10619
10620 * configure, configure.in: Use temp file for long sed commands.
10621
8dfee166 106222001-12-03 Laurent Guerby <guerby@acm.org>
10623
10624 * config.sub: Update to version 1.232 on subversion.
10625
7412cf54 106262001-12-03 Ben Elliston <bje@redhat.com>
10627
10628 * MAINTAINERS: Update mail address for config.* patches.
10629
dcde3c07 106302001-11-27 DJ Delorie <dj@redhat.com>
31972771 10631 Zack Weinberg <zack@codesourcery.com>
10632
10633 When build != host, create libiberty for the build machine.
10634
10635 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10636 CONFIG_ARGUMENTS.
10637 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10638 New variables.
10639 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10640 and rules.
10641 (all.normal): Depend on ALL_BUILD_MODULES.
10642 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10643 (all-build-libiberty): Depend on configure-build-libiberty.
10644
10645 * configure: Calculate and substitute proper value for
10646 ALL_BUILD_MODULES.
10647 * configure.in: Create the build subdirectory.
10648 Calculate and substitute TARGET_CONFIGARGS (formerly
10649 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10650
0e3daba4 106512001-11-26 Ziemowit Laski <zlaski@apple.com>
10652
10653 * MAINTAINERS (write-after-approval): Add self.
10654
1ccaa52c 106552001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10656
10657 * MAINTAINERS (GNATS only accounts): Remove self.
10658
97b9437e 106592001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10660
10661 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10662 libf2c.
10663
2d051b86 106642001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10665
10666 * MAINTAINERS (Write After Approval): Add self.
10667
9829bea4 106682001-11-12 David O'Brien <obrien@FreeBSD.org>
10669
10670 * MAINTAINERS: mips and s390 are also CPU ports.
10671
f8556812 106722001-11-12 David O'Brien <obrien@FreeBSD.org>
10673
10674 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10675
e3c6ddf5 106762001-11-11 David O'Brien <obrien@FreeBSD.org>
10677
10678 * MAINTAINERS: Alphabetize.
10679
31cd48a0 106802001-11-09 Kazu Hirata <kazu@hxi.com>
10681
10682 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10683
76f9a979 106842001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10685
10686 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10687
a9cbbd8a 106882001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10689
10690 * configure.in (--enable-languages): Be more permissive about
10691 syntax. Check for empty lists better. Warn about $LANGUAGES.
10692
dddb37d8 106932001-11-08 Geoffrey Keating <geoffk@redhat.com>
10694
10695 * config.sub: Import from master sources, rev. 1.230.
10696 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10697
f0314ce2 106982001-11-07 Laurent Guerby <guerby@acm.org>
10699
10700 * MAINTAINERS (Write After Approval): Add self.
10701
8c30d42d 107022001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10703
10704 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10705
18729ae0 107062001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10707
10708 * config.sub: Import from master sources, rev 1.226.
10709 * config.guess: Import from master sources, rev 1.216.
10710
38135c1e 107112001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10712
10713 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10714 * MAINTAINERS: Add self as maintainer of MMIX port.
10715 Remove old after-approval entry.
10716
fee90afd 107172001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10718
10719 * ChangeLog, configure: Fix spelling errors.
10720
800026b8 107212001-10-20 Brendan Kehoe <brendan@zen.org>
10722
10723 * MAINTAINERS: Tweak my address.
10724
dcde3c07 10725Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
eb3ce9d6 10726
10727 * MAINTAINERS: Update my email address.
10728
b746a8aa 107292001-10-11 Hans-Peter Nilsson <hp@axis.com>
115f17da 10730
10475f52 10731 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
c22f21b2 10732 * MAINTAINERS: Add self as maintainer of CRIS port.
115f17da 10733
27e8b2c3 107342001-10-10 Geert Bosch <bosch@gnat.com>
10735
31972771 10736 * MAINTAINERS (Various maintainers: Ada front end):
27e8b2c3 10737 Added Robert Dewar.
10738
dcde3c07 107392001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4f252e28 10740
10741 * MAINTAINERS (Write After Approval): Added self
10742
17a611d5 107432001-10-02 Geert Bosch <bosch@gnat.com>
10744
10745 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10746
8b20014f 107472001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10748
10749 * configure: Handle temporary files securely using mkdir.
10750
85d6787e 107512001-09-29 Alexandre Oliva <aoliva@redhat.com>
10752
10753 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10754
dcde3c07 107552001-09-26 Will Cohen <wcohen@redhat.com>
3c9a7565 10756
10757 * configure.in (*-*-linux*): Disable configuration of target-newlib
10758 and target-libgloss.
31972771 10759
1ed656c9 107602001-09-26 Alexandre Oliva <aoliva@redhat.com>
10761
10762 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10763 RANLIB.
10764
6f36c694 107652001-09-21 Alexandre Oliva <aoliva@redhat.com>
10766
10767 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10768 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10769 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10770 avoid quotes nesting problems.
10771 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10772 (DO_X): Export only variables that are set.
10773
471c8d6f 107742001-09-19 Ben Elliston <bje@redhat.com>
10775
10776 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10777 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10778 semantics. Use the shell built-in "type" command instead.
10779
debdecb8 107802001-08-31 Alexandre Oliva <aoliva@redhat.com>
10781
10782 Merged from gcc-3_0-branch:
10783 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10784 * ltcf-c.sh: Use $objext, not $ac_objext.
10785 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10786 * ltcf-cxx.sh: Add support for GNU.
10787 2001-07-22 Timothy Wall <twall@redhat.com>
10788 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10789 default settings if using GNU tools with that configuration.
10790 * ltcf-cxx.sh: Ditto.
10791 * ltcf-gcj.sh: Ditto.
10792 2001-07-21 Michael Chastain <chastain@redhat.com>
10793 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10794 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10795 * ltmain.sh: Mark as gcc-local.
10796
79af057d 107972001-08-30 Eric Christopher <echristo@redhat.com>
10798 Jason Eckhardt <jle@redhat.com>
10799
10800 * config.guess: Merge from master sources.
10801 * config.sub: Merge from master sources, add support for mipsisa32.
10802
2af6c242 108032001-08-25 Geoffrey Keating <geoffk@redhat.com>
2af6c242 10804 * config.sub: Merge from master sources, rev 1.219.
10805 * MAINTAINERS: Add self as contact for stormy16 port.
10806
2e1f0726 108072001-08-14 Zack Weinberg <zackw@panix.com>
10808
10809 * config.sub: Merge from master sources, rev 1.218.
10810 * config.guess: Merge from master sources, rev 1.209.
10811
7148a43f 108122001-08-11 Graham Stott <grahams@redhat.com>
10813
10814 * Makefile.in (check-c++): Add missing semicolon.
10815
7572bd48 10816Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10817
2af6c242 10818 * MAINTAINERS (Various maitainers: predict.def): Added myself.
7572bd48 10819
f9daa432 108202001-07-30 Eric Christopher <echristo@redhat.com>
10821
10822 * MAINTAINERS (Various maintainers: mips port): Added myself.
10823
d5d994d4 108242001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10825
31972771 10826 * configure.in (sh-*-linux*): New.
d5d994d4 10827
8741eff3 108282001-07-27 Richard Henderson <rth@redhat.com>
10829
10830 * .cvsignore: Add LAST_UPDATED.
10831
e06d8cc6 108322001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10833
10834 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10835
8729bf80 108362001-07-16 Aldy Hernandez <aldyh@redhat.com>
10837
31972771 10838 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8729bf80 10839
19abf887 10840Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10841
10842 * MAINTAINERS (Write After Approval): Added myself.
10843
8f71eb19 108442001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10845
10846 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10847 and libgcj on m68hc11/m68hc12.
10848
fc5104b7 108492001-06-27 H.J. Lu (hjl@gnu.org)
10850
10851 * Makefile (CFLAGS_FOR_BUILD): New.
10852 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10853
8ee5e915 108542001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10855
10856 * README: Remove version number.
10857
c753142b 108582001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10859
10860 * INSTALL/README: Update wrt. to the installation instructions now
10861 residing in gcc/doc/install.texi.
10862
8f602ce4 108632001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10864
10865 * README: Replace with a cut-down and updated version of gcc/README.
10866
0546d603 108672001-06-12 David Edelsohn <edelsohn@gnu.org>
10868
10869 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10870 multilibs to be disabled.
10871
f3886572 108722001-06-11 Daniel Berlin <dan@cgsoftware.com>
10873
10874 * MAINTAINERS (Write After Approval): Add myself.
f9daa432 10875
f1379586 108762001-06-09 Alexandre Oliva <aoliva@redhat.com>
10877
10878 * config.guess: Import CVS version 1.195.
10879 * config.sub: Import CVS version 1.212.
10880
ff091412 108812001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10882
10883 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10884 gcc/xgcc is built, use -print-prog-name to find out the program
10885 name to use.
10886
6eadd25b 108872001-06-04 Phil Edwards <pme@sources.redhat.com>
10888
10889 * config.guess: Import CVS version 1.194. All gcc-local changes
10890 appear to also be in the master copy.
10891 * config.sub: Import CVS version 1.211.
10892
761c31c6 10893Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10894
10895 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10896 with_gcc]: Use `gcc -shared' to build a shared library.
10897
833b6505 10898Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10899
10900 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10901 archives.
10902
9847d949 10903Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10904
10905 * MAINTAINERS (Write After Approval): Add myself.
10906
fadf0d3c 109072001-06-01 Hans-Peter Nilsson <hp@axis.com>
10908
10909 * configure.in (libstdcxx_flags): Do not try to execute
10910 libstdc++-v3/testsuite_flags until it exists.
10911
d39a4f27 109122001-06-01 Alan Modra <amodra@bigpond.net.au>
10913
10914 * MAINTAINERS: Update my email address.
10915
d0642799 109162001-05-31 Graham Stott <grahams@redhat.com>
10917
10918 * MAINTAINERS (Write After Approval): Add myself.
10919
dcde3c07 109202001-05-28 Simon Patarin <simon.patarin@inria.fr>
9c6813ce 10921
10922 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10923 libraries when using g++ with native linker.
10924
a28875e9 109252001-05-28 Alexandre Oliva <aoliva@redhat.com>
10926
10927 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10928
00ed89e1 109292001-05-22 Alexandre Oliva <aoliva@redhat.com>
10930
10931 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10932 [aix4*|aix5*]: Prepend blank.
10933
93221b10 109342001-05-20 Alexandre Oliva <aoliva@redhat.com>
10935
10936 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10937 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10938 of subdir/configure scripts to use the new libtool.m4.
10939
b26428f6 109402001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10941
10942 * MAINTAINERS (Write After Approval): Add myself.
10943
de27502c 109442001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10945
10946 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10947
28e776fd 109482001-05-11 Ben Elliston <bje@redhat.com>
10949
10950 * Makefile.in (all-sid): New target.
10951 (check-sid, clean-sid, install-sid): Likewise.
10952
e67abcc9 109532001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10954
10955 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10956
df4fdffb 109572001-05-03 Alexandre Oliva <aoliva@redhat.com>
10958
10959 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10960 libgcj.
10961
109622001-05-03 Alexandre Oliva <aoliva@redhat.com>
10963
10964 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10965 gcc/xgcc is built, use -print-prog-name to find out the program
10966 name to use.
10967
dfb18c91 109682001-04-26 Alexandre Oliva <aoliva@redhat.com>
10969
fdaf496c 10970 * configure.in (noconfigdirs): Don't reset it from scratch in the
10971 target case; only append to it.
f9daa432 10972
dfb18c91 10973 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10974 sparc-*-solaris2.8]: Disable ${libgcj}.
10975
f7ec7829 109762001-04-25 Alexandre Oliva <aoliva@redhat.com>
10977
10978 * configure.in (libgcj_saved): Copy from $libgcj.
10979 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10980 --disable-libgcj.
10981
b890ea44 109822001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10983
10984 * MAINTAINERS: Remove self as MIPS maintainer and
f9daa432 10985 C front end maintainer.
b890ea44 10986
f6dd84a6 10987Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10988
10989 * configure.in: Move *-chorusos target case to the proper switch.
10990 Disable libgcj.
10991
46b021de 109922001-04-12 Alexandre Oliva <aoliva@redhat.com>
10993
10994 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10995 1.641.2.228.
10996
0355c121 109972001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10998
10999 * Makefile.in (STAGE1_CFLAGS): Pass down.
11000
954078d1 110012001-04-13 Alan Modra <amodra@one.net.au>
11002
11003 * config.guess: Add hppa64-linux support. Note for next import that
11004 this is already in the master file.
11005 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11006
67282802 110072001-04-12 Alexandre Oliva <aoliva@redhat.com>
11008
11009 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11010 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11011
628f3e51 110122001-04-11 Stan Shebs <shebs@apple.com>
11013
11014 * MAINTAINERS: Add self as Darwin port maintainer.
11015
c5659af6 110162001-04-11 Alan Modra <amodra@one.net.au>
11017
11018 * MAINTAINERS: Update my email address.
11019
6a965736 110202001-04-10 Loren J. Rittle <ljrittle@acm.org>
11021
11022 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11023 recent versions of FreeBSD (release 3 or later).
11024 * ltconfig: On FreeBSD, -lc must not be provided when building
11025 a shared library or else the standard -pthread gcc option is
11026 rendered worthless to later users of the built library.
11027
e64be694 110282001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11029
11030 * MAINTAINERS: Add self and RTH as C front end maintainers.
11031
a28f421e 110322001-04-05 Alexandre Oliva <aoliva@redhat.com>
11033
31972771 11034 * config.sub: Make sure to match an already-canonicalized
11035 machine name (eg. mn10300-unknown-elf).
a28f421e 11036
1cb80700 110372001-04-01 Alexandre Oliva <aoliva@redhat.com>
11038
11039 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11040 New macros.
11041 (bootstrap, cross): Use RECURSE_FLAGS.
11042 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11043
8929c4de 110442001-03-27 Alexandre Oliva <aoliva@redhat.com>
11045
11046 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11047
46b43912 110482001-03-22 Colin Howell <chowell@redhat.com>
11049
5c144a30 11050 * Makefile.in (DO_X): Do not backslash single-quotes in
11051 backquotes (two places).
46b43912 11052
cd003521 110532001-03-22 Alexandre Oliva <aoliva@redhat.com>
11054
11055 Re-installed:
11056 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11057 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11058 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11059 * ltcf-cxx.sh: Likewise.
11060 * ltcf-gcj.sh: Likewise.
11061
7c9b3c20 110622001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11063
11064 * MAINTAINERS: Add myself as "documentation co-maintainer".
11065
88c1d089 110662001-03-22 Alexandre Oliva <aoliva@redhat.com>
11067
11068 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11069 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11070
ed7a462d 110712001-03-19 Tom Tromey <tromey@redhat.com>
11072
11073 * config-ml.in: Handle GCJ and GCJFLAGS.
11074
3caa3e73 110752001-03-21 Michael Chastain <chastain@redhat.com>
11076
11077 * Makefile.in: all-m4 depends on all-texinfo.
11078
45b909bc 110792001-03-20 Loren J. Rittle <ljrittle@acm.org>
11080
11081 * MAINTAINERS: Add myself to write after approval list.
11082
f9ecd05b 110832001-03-18 Laurynas Biveinis <lauras@softhome.net>
11084
11085 * Makefile.in (DO_X): Quote nested quotes.
11086
a0167be8 110872001-03-18 Alan Modra <alan@linuxcare.com.au>
11088
11089 * MAINTAINERS: Add myself to write after approval list.
11090
34690eeb 110912001-03-15 Laurynas Biveinis <lauras@softhome.net>
11092
11093 * Makefile.in (DO_X): Use double quotes for quoting
11094 "RANLIB=$${RANLIB}".
11095
ace16e3d 110962001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11097
11098 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11099
dcde3c07 111002001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
314b6875 11101
11102 * configure.in: Only use `lang_requires' for languages athat are
11103 actually enabled.
11104
6941e176 111052001-03-08 Phil Edwards <pme@sources.redhat.com>
11106
11107 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11108
8278b709 111092001-03-08 Alexandre Oliva <aoliva@redhat.com>
11110
11111 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11112
1a6eb118 111132001-03-07 Tom Tromey <tromey@redhat.com>
11114
11115 * configure.in: Allow config-lang.in to set `lang_requires' to list
11116 of other required languages.
11117
8c74272d 111182001-03-06 Laurynas Biveinis <lauras@softhome.net>
11119
11120 * Makefile.in: Remove RANLIB definition. Use RANLIB
11121 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11122 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
f9daa432 11123
41edef81 111242001-02-28 Benjamin Kosnik <bkoz@redhat.com>
31972771 11125 Alexandre Oliva <aoliva@redhat.com>
f9daa432 11126
41edef81 11127 * Makefile.in (check-c++): Use tabs, not spaces.
11128
8b6c1516 111292001-02-20 Laurynas Biveinis <lauras@softhome.net>
f9daa432 11130
8b6c1516 11131 * MAINTAINERS: add myself to Write After Approval list.
11132
66c4386e 111332001-02-19 Benjamin Kosnik <bkoz@redhat.com>
fd1a012c 11134
31972771 11135 * Makefile.in (check-c++): New rule.
f9daa432 11136
fd1a012c 11137 * configure.in (target_libs): Remove libg++.
11138 (noconfigdirs): Remove libg++.
11139 (noconfigdirs): Same.
11140 (noconfigdirs): Same.
11141 (noconfigdirs): Same.
11142
11143 * config-ml.in: Remove libg++ references.
11144
11145 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11146 (ALL_TARGET_MODULES): Same.
11147 (configure-target-libg++): Remove.
11148 (all-target-libg++): Remove.
11149 (configure-target-libio): Remove.
11150 (all-target-libio): Remove.
11151 (check-target-libio): Remove.
11152 (.PHONY): Remove.
11153 (libg++.tar.bz2): Remove.
11154 (all-target-cygmon): Remove libio.
11155 (all-target-libstdc++): Remove.
11156 (configure-target-libstdc++): Remove.
11157 (TARGET_LIB_PATH): Remove libstdc++.
11158 (ALL_GCC_CXX): Remove libstdc++.
11159 (all-target-gperf): Correct.
11160
8fb60dad 111612001-02-16 Nick Clifton <nickc@redhat.com>
11162
11163 * configure.in (noconfigdirs): Allow configuration of texinfo
11164 for Cygwin hosts.
11165
8611f330 111662001-02-15 Anthony Green <green@redhat.com>
11167
11168 * configure: Introduce GCJ_FOR_TARGET.
11169 * configure.in: Ditto.
11170 * Makefile.in: Ditto.
11171
863b470b 111722001-02-13 Andreas Schwab <schwab@suse.de>
11173
11174 * MAINTAINERS: Update mail address.
11175
9bfefeba 111762001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11177
11178 * config.guess: Add linux target for S/390.
11179 * config.sub: Likewise.
11180
dcde3c07 111812001-02-08 Chandrakala Chavva <cchavva@redhat.com>
737f6b8e 11182
11183 * configure.in: for *-chorusos, don't config target-newlib and
31972771 11184 target-libgloss.
737f6b8e 11185
60611395 111862001-02-06 Ben Elliston <bje@redhat.com>
11187
11188 * configure: Output host type to stdout, not stderr.
11189
2b05b516 111902001-02-05 Mark Mitchell <mark@codesourcery.com>
11191
da0c6982 11192 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
fda29981 11193 * ltcf-cxx.sh: Likewise.
11194
2b05b516 11195 * config.if: Assume enable_libstdcxx_v3 is defined.
11196
1030d23b 111972001-02-04 Mark Mitchell <mark@codesourcery.com>
11198
11199 Remove V2 C++ library.
11200 * configure.in: Remove --enable-libstdcxx_v3 support.
11201
1c1033dd 112022001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11203
11204 * include/demangle.h: Add prototype for java_demangle_v3.
11205
3a2af5aa 112062001-01-29 Phil Edwards <pme@sources.redhat.com>
11207
11208 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11209
f4763e9a 112102001-01-27 Richard Henderson <rth@redhat.com>
11211
11212 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11213
1e5173c2 112142001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11215
11216 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11217 Don't unset, it's non-portable and no longer necessary, set to empty
11218 instead.
11219
441075de 112202001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11221
11222 * ltconfig: Shell portability fix for the tagname validity check.
11223
21037ec8 112242001-01-27 Alexandre Oliva <aoliva@redhat.com>
11225
11226 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11227 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11228
db45c2a0 112292001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11230
11231 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11232
2c18c34e 112332001-01-26 Tom Tromey <tromey@redhat.com>
11234
11235 * configure.in: Allow libgcj to be built on Sparc Solaris.
11236
4b44c1a3 112372001-01-25 David Edelsohn <edelsohn@gnu.org>
11238
11239 * ltcf-c.sh: Add aix5 case.
11240 * ltcf-cxx.sh: Likewise.
11241 * ltconfig: Likewise.
11242
24f78d1b 112432001-01-24 Alexandre Oliva <aoliva@redhat.com>
11244
a7b0e06d 11245 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11246 keep at least one of build_libtool_libs or build_old_libs set to
11247 yes.
11248
24f78d1b 11249 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11250 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11251
ef1760c1 112522001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11253
11254 * configure.in: Enable libgcj on several additional platforms.
11255
1986d3d9 112562001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11257
11258 * configure.in: Enable libgcj for linux targets.
11259
7e1bb7bf 112602001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11261
11262 * MAINTAINERS (Write After Approval): Add myself.
11263
f3a027ae 112642001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11265
11266 * MAINTAINERS: Add myself as vax port maintainer.
11267
5e7056b8 112682001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11269
11270 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11271
0d2271de 112722001-01-09 Mike Stump <mrs@wrs.com>
11273
11274 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11275 failures of subdirectories.
11276
cd003521 112772001-01-02 Laurynas Biveinis <lauras@softhome.net>
d76e21ba 11278
cd003521 11279 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
d76e21ba 11280 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
cd003521 11281 * ltcf-cxx.sh: Likewise.
11282 * ltcf-gcj.sh: Likewise.
11283 * ltconfig.sh: Fix typo.
d76e21ba 11284
95426b72 112852001-01-02 Laurynas Biveinis <lauras@softhome.net>
11286
11287 * configure: handle DOS-style absolute paths.
11288
bd55fdd4 112892001-01-02 Laurynas Biveinis <lauras@softhome.net>
11290
11291 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11292
66714311 112932000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11294
11295 * MAINTAINERS: Add myself as avr port co-maintainer.
11296
f4f04af5 112972000-12-28 Ben Elliston <bje@redhat.com>
11298
11299 * MAINTAINERS: Add myself under ``Write After Approval''.
11300
81875c45 113012000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11302
11303 * texinfo: Remove directory from GCC.
11304
35d9361d 113052000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11306
11307 * COPYING: Update to current
11308 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11309 to 19yy as example year in copyright notice).
11310
ac20ef2c 113112000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11312
f9daa432 11313 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
ac20ef2c 11314 (libstdcxx_incdir): Pass down.
11315 * config.if: Remove expired bits for cxx_interface, add stub.
11316 (libstdcxx_incdir): Add variable for g++ include directory.
11317 * configure.in (gxx_include_dir): Use it.
f9daa432 11318
d550dfb2 113192000-12-18 Alexandre Oliva <aoliva@redhat.com>
11320
11321 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11322 with old-email address from ``Write After Approval''.
11323
2353a84c 113242000-12-15 Andreas Jaeger <aj@suse.de>
11325
11326 * configure.in: Handle lang_dirs.
11327
113282000-12-14 Tom Tromey <tromey@redhat.com>
1bbd1888 11329
ad324c4e 11330 * MAINTAINERS: Removed brads.
11331
1bbd1888 11332 * MAINTAINERS: Added gcj developers.
11333
7756f182 113342000-12-13 Anthony Green <green@redhat.com>
f9daa432 11335
7756f182 11336 * configure.in: Disable libgcj for any target not specifically
4b695c23 11337 listed. Disable libgcj for x86 and Alpha Linux until compatible
11338 with g++ abi.
f9daa432 11339
1ef27c9d 113402000-12-13 Mike Stump <mrs@wrs.com>
11341
11342 * Makefile.in (local-distclean): Also remove fastjar.
11343
8c200666 113442000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11345
11346 * contrib/gcc_update: Add fastjar --touch entries.
11347
abc9907a 113482000-12-12 Alexandre Oliva <aoliva@redhat.com>
11349
11350 * configure.in: Disable language-specific target libraries for
11351 languages that aren't enabled.
11352
4d5a2476 113532000-12-10 Anthony Green <green@redhat.com>
11354
11355 * configure.in: Define libgcj. Disable libgcj target libraries for
11356 most targets.
11357
f30b13ba 113582000-12-10 Neil Booth <neilb@earthling.net>
11359
11360 * MAINTAINERS: Update mail address, remove from WAA list.
11361
da538d34 113622000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11363
11364 * libjava: Imported from /cvs/java.
11365 * libffi: Likewise.
11366 * Boehm-gc: Likewise.
11367
bb5f4242 113682000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11369
11370 * configure.in (target_libs): Revert 2000-12-08 patch.
11371 (noconfigdirs): Added target-libjava.
11372
f4f46f68 113732000-12-09 Laurynas Biveinis <lauras@softhome.net>
11374
11375 * djunpack.bat: removed.
11376
2adfe2a9 113772000-12-09 Laurynas Biveinis <lauras@softhome.net>
11378
11379 * Makefile.in: handle DOS-style absolute paths.
11380 * config-ml.in: likewise.
11381 * symlink-tree: likewise.
11382
7ce26751 113832000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11384
11385 * fastjar: Imported.
11386
68a758b6 113872000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11388
11389 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11390 libjava.
11391 * configure.in (target_libs): Removed `target-libjava'.
11392
0b3b9f3b 113932000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11394
11395 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11396 (ALL_MODULES): Added fastjar.
11397 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11398 (all-target-libjava): all-fastjar replaces all-zip.
11399 (all-fastjar): Added.
11400 (configure-target-fastjar, all-target-fastjar): Likewise.
11401 * configure.in (host_tools): Added fastjar.
11402
b9b564e0 114032000-12-07 Mike Stump <mrs@wrs.com>
11404
11405 * Makefile.in (local-distclean): Remove leftover built files.
11406
1a45dccf 114072000-11-24 Nick Clifton <nickc@redhat.com>
11408
11409 * configure.in (xscale-elf): Add target.
11410 (xscale-coff): Add target.
11411
b21e5977 114122000-11-22 Loren J. Rittle <ljrittle@acm.org>
11413
31972771 11414 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11415 recent versions of FreeBSD (release 3 or later).
11416 * ltconfig: On FreeBSD, -lc must not be provided when building
11417 a shared library or else the standard -pthread gcc option is
11418 rendered worthless to later users of the built library.
b21e5977 11419
d7ce037e 114202000-11-16 Fred Fish <fnf@be.com>
11421
11422 * configure.in (enable_libstdcxx_v3): Fix typo,
11423 libstd++ -> libstdc++.
11424
2c5d378d 114252000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11426
11427 * MAINTAINERS: Add self to Write After Approval list.
11428
ea4ec5d3 114292000-11-21 Bernd Schmidt <bernds@redhat.com>
11430
11431 * MAINTAINERS: Update my email address. Add myself to global write
11432 privs list.
11433
5cfbc08c 114342000-11-18 Alexandre Oliva <aoliva@redhat.com>
11435
f42cc732 11436 * Makefile.in: Merge with src and libgcj.
11437 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11438 configure-target-<library> when their configure scripts need the C
11439 or C++ library to have already been built to work properly.
11440 (do_proto_toplev): Set them to an empty string.
11441
5cfbc08c 11442 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11443 (REALLY_SET_LIB_PATH): Use them.
11444
f1433f3d 114452000-11-17 Stan Shebs <shebs@apple.com>
11446
11447 * MAINTAINERS: Add self to Write After Approval list.
11448
9371935c 114492000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11450
11451 * configure: Provide the original toplevel configure arguments
11452 (including $0) to subprocesses in the environment rather than
11453 through gcc/configargs.h.
11454
967ccfb6 114552000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11456
11457 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11458 C99. Alphabetise "Write After Approval" list.
11459
facb1a06 114602000-11-12 Mark Mitchell <mark@codesourcery.com>
11461
4ec87d68 11462 * configure: Turn on libstdc++ V3 by default.
11463
facb1a06 11464 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11465 if we've got GCC.
11466
0877e533 114672000-11-11 Philip Blundell <philb@gnu.org>
11468
11469 * MAINTAINERS: Add self to Write After Approval list.
11470
a6fdcbb2 114712000-11-09 David Edelsohn <edelsohn@gnu.org>
11472
11473 * ltcf-c.sh (aix4): Improve shared library configuration; require
11474 exporting symbols.
11475 * ltcf-cxx.sh (aix4): Define.
11476 * ltconfig (aix4): Define library and soname specs appropriate for
11477 AIX. Define command to create export symbols list.
11478
dcde3c07 11479Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
4fa12471 11480
11481 * config.sub: Add support for Sun Chorus
11482
cc849a38 114832000-10-31 Nick Clifton <nickc@redhat.com>
11484
11485 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11486 <name>@redhat.com. Also installed new email address for Clint
11487 Popetz.
f9daa432 11488
3f23f60a 114892000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11490
11491 * etc: Remove directory from GCC.
11492
3e9279ee 114932000-10-16 Michael Meissner <meissner@redhat.com>
11494
11495 * configure (gcc/configargs.h): Only create if there is a build GCC
11496 directory created.
11497
f9daa432 114982000-10-16 Matthias Klose <doko@debian.org>
11499
5c371a2c 11500 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11501 when configured for libstdc++-v3.
11502
4a0e2d42 115032000-10-05 Phil Edwards <pme@gcc.gnu.org>
11504
11505 * configure: Save configure arguments to gcc/configargs.h.
11506
f39aafc5 115072000-10-04 Philipp Thomas <pthomas@suse.de>
11508
11509 * config.guess: Import CVS version 1.157.
11510 * config.sub: Import CVS version 1.181.
11511
c884589e 115122000-10-04 Andris Pavenis <pavenis@latnet.lv>
11513
11514 * Makefile.in (bootstrap): avoid recursion if subdir missing
11515 (cross): ditto
11516 (do-proto-toplev): ditto
11517
c1a13da0 115182000-09-30 Alexandre Oliva <aoliva@redhat.com>
11519
e920d979 11520 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11521 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11522
c1a13da0 11523 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11524 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11525 all affected `configure' scripts.
11526
81089fbf 11527Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11528
11529 * MAINTAINERS: Add self as cpplib co-maintainer.
11530
c47eeef8 115312000-09-24 Aldy Hernandez <aldyh@redhat.com>
11532
11533 * MAINTAINERS: Add self to Write After Approval list.
11534
1f6ba023 115352000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11536
11537 * INSTALL/README: egcs -> GCC update.
11538
dcde3c07 11539Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
cf1f3b68 11540
11541 * MAINTAINERS: Add myself to Write After Approval list.
11542
eca133bc 115432000-09-15 Kazu Hirata <kazu@hxi.com>
11544
11545 * MAINTAINERS: Add myself to Write After Approval list.
11546
3a6d39fe 11547Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11548
31972771 11549 * configure.in: Do not build byacc for hppa64. Provide paths to the
11550 X11 libraries for hppa64.
3a6d39fe 11551
5e4d941a 115522000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11553
11554 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11555
fd7f3a57 115562000-09-06 Alexandre Oliva <aoliva@redhat.com>
11557
5fbdfc0f 11558 * Makefile.in (all-zlib): Added dummy target.
11559
fd7f3a57 11560 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11561 ltcf-gcj.sh: Updated from libtool multi-language branch.
11562
92b251ca 115632000-09-05 Alexandre Oliva <aoliva@redhat.com>
11564
11565 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11566 (bootstrap*): Depend on all-bootstrap.
11567
31ab897a 115682000-09-05 Philipp Thomas <pthomas@suse.de>
11569
11570 * config.guess: Import CVS version 1.156.
11571 * config.sub: Import CVS version 1.179.
11572
add841d2 115732000-09-02 Anthony Green <green@cygnus.com>
11574
11575 * Makefile.in (all-gcc): Depend on all-zlib.
11576 (CLEAN_MODULES): Add clean-zlib.
11577 (ALL_MODULES): Add all-zlib.
11578 * configure.in (host_libs): Add zlib.
11579
aff0af06 115802000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
e2bac683 11581
11582 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11583 crosses, but add gcc/include to the header search path for them.
11584
d6f4f260 115852000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11586
11587 * MAINTAINERS: Add self to Write After Approval list.
11588
352d4040 115892000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11590
11591 * config.guess: Import CVS version 1.152.
11592 * config.sub: Import CVS version 1.177.
11593
a49a3523 115942000-08-25 Alexandre Oliva <aoliva@redhat.com>
11595
681dbe98 11596 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11597 $targargs to tell whether newlib is going to be built.
11598
a49a3523 11599 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11600 $$r/TARGET_SUBDIR/libio for _G_config.h.
11601
2fb10547 116022000-08-23 Alexandre Oliva <aoliva@redhat.com>
11603
11604 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11605
1554dae1 116062000-08-22 DJ Delorie <dj@redhat.com>
11607
11608 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11609
883e4a54 116102000-08-22 Alexandre Oliva <aoliva@redhat.com>
11611
11612 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11613 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11614 sub-configures.
11615
47e1a34e 116162000-08-21 DJ Delorie <dj@redhat.com>
11617
11618 * MAINTAINERS: Add self as a libiberty maintainer
11619
f4fb1596 116202000-08-16 Alexandre Oliva <aoliva@redhat.com>
11621
11622 * configure.in (libstdcxx_flags): Use
11623 libstdc++-v3/src/libstdc++.INC.
11624
a4b68c89 116252000-08-15 Alexandre Oliva <aoliva@redhat.com>
11626
11627 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11628
e800dd2f 116292000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11630
e5d5867a 11631 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11632
f9daa432 11633 * configure: Make enable_threads and enable_shared defaults
e800dd2f 11634 explicit. Substitute enable_threads into generated Makefiles.
11635 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11636 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11637
4a5bda50 116382000-08-13 Geoff Keating <geoffk@cygnus.com>
11639
11640 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11641
2968054b 116422000-08-12 Alexandre Oliva <aoliva@redhat.com>
11643
11644 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11645 previous delta.
11646
cbf326ce 116472000-08-11 Jason Merrill <jason@redhat.com>
d793b7ed 11648
cbf326ce 11649 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11650 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11651 (FLAGS_FOR_TARGET): Not here.
11652 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
d793b7ed 11653
287d2cfb 116542000-08-11 Alexandre Oliva <aoliva@redhat.com>
11655
11656 * config-ml.in (CC, CXX): Don't introduce a leading space.
11657
9b573fd8 116582000-08-07 DJ Delorie <dj@delorie.com>
11659
11660 * MAINTAINERS: Add self as a DJGPP maintainer
11661
ede08f9f 116622000-08-07 DJ Delorie <dj@redhat.com>
11663
11664 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11665 "if we're also building gcc, and it's a gcc that will run on the
11666 build machine, we want to use its includes instead of the system's
11667 default includes".
11668
85895852 116692000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11670
11671 * MAINTAINERS: Add self to Write After Approval list.
11672
454c751b 116732000-08-03 Alexandre Oliva <aoliva@redhat.com>
11674
feb7523c 11675 * configure.in (libstdcxx_flags): Don't use `"'.
11676
454c751b 11677 * config-ml.in: Adjust multilib search paths to the
11678 appropriate multilib tree.
11679
0a120c53 116802000-08-02 Alexandre Oliva <aoliva@redhat.com>
11681
11682 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11683 commas in $LANGUAGES.
11684
f3efc960 116852000-08-02 Manfred Hollstein <manfredh@redhat.com>
11686
11687 * configure.in: Re-enable all references to libg++ and librx.
11688
00c97451 116892000-08-01 Alexandre Oliva <aoliva@redhat.com>
11690
650713eb 11691 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11692 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11693 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11694 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11695
00c97451 11696 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11697
4d3fd3b7 116982000-07-31 Alexandre Oliva <aoliva@redhat.com>
11699
11700 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11701 CXX_FOR_TARGET for sed.
11702
32999451 117032000-07-30 Alexandre Oliva <aoliva@redhat.com>
11704
11705 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11706 Do not override if already set in the environment or in configure.
11707 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11708 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11709
c102b56d 117102000-07-28 Alexandre Oliva <aoliva@redhat.com>
11711
11712 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11713 the libtool CVS tree multi-language branch.
11714 * ltconfig, ltmain.sh: Updated.
f9daa432 11715
bc7af389 117162000-07-27 Alexandre Oliva <aoliva@redhat.com>
11717
ed2dfc92 11718 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11719 (clean-target): Depend on it.
11720
bc7af389 11721 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11722 (GCC_FOR_TARGET): Use it.
11723 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11724 * configure.in: ... here.
11725 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11726 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11727
aee16bda 117282000-07-24 Eric Christopher <echristo@cygnus.com>
11729
11730 * MAINTAINERS: Add self to Write After Approval list.
11731
bae203e7 117322000-07-24 Alexandre Oliva <aoliva@redhat.com>
11733
8ad0b02a 11734 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11735 (configure-target-libchill, configure-target-libobjc): Likewise.
11736
bae203e7 11737 * configure.in: Use the same cache file for all target libs.
11738 * config-ml.in: But different cache files per multilib variant.
11739
2dce220b 117402000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11741
11742 * configure (topsrcdir): Don't use dirname.
11743
84a55ca2 117442000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11745
11746 * MAINTAINERS: Add self to Write After Approval list.
11747
151ad919 117482000-07-20 Jason Merrill <jason@redhat.com>
11749
11750 * configure.in: Remove all references to libg++ and librx.
11751
11752 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11753
117542000-07-20 Hans-Peter Nilsson <hp@axis.com>
11755
11756 * config.sub: Update to subversions version 2000-07-06.
11757
99545576 117582000-07-12 Andrew Haley <aph@cygnus.com>
11759
11760 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11761 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11762
1ac432f1 117632000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11764
11765 * symlink-tree: Check number of arguments.
11766
8d6dd244 117672000-07-05 Jim Wilson <wilson@cygnus.com>
11768
11769 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11770 search path for a g++ extracted from the build tree. This
11771 will allow link tests run by configure scripts in
11772 subdirectories to succeed.
11773
151ad919 117742000-07-01 Koundinya K <kk@ddeorg.soft.net>
11775
31972771 11776 * ltconfig: Add support for mips-dde-sysv4.2MP
aee16bda 11777
74c42694 117782000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11779
11780 * MAINTAINERS: Add myself as loop discovery maintainer.
11781
151ad919 117822000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11783
11784 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11785 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11786
117872000-06-19 Timothy Wall <twall@cygnus.com>
11788
11789 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11790 * config.sub: Add tic54x target.
11791
39d9b770 11792Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11793
11794 * MAINTAINERS: Add self as Fortran maintainer,
11795 remove Craig Burley.
11796
151ad919 11797Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13645f53 11798
151ad919 11799 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11800 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13645f53 11801
a71aa125 11802Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11803
11804 * MAINTAINERS: Add self as i18n maintainer
11805
151ad919 1180620000-05-21 H.J. Lu (hjl@gnu.org)
11807
31972771 11808 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11809 directory are used if they exist. Make sure
11810 $(build_tooldir)/include is searched for header files,
11811 $(build_tooldir)/lib/ for library files.
151ad919 11812 (GCC_FOR_TARGET): Likewise.
31972771 11813 (CXX_FOR_TARGET): Likewise.
151ad919 11814
1ef89cd1 11815Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11816
11817 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11818
151ad919 11819Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
810e9e00 11820
11821 * Makefile.in (configure-target-libiberty): Depend on
11822 configure-target-newlib.
11823
ffee4df0 118242000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11825
11826 * configure.in, Makefile.in: Merge all libffi-related
11827 configury stuff from the libgcj tree.
11828
151ad919 11829Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11830
11831 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11832 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11833
11834Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11835
11836 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11837 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4b695c23 11838 current version information. Add to proto-toplev directory.
151ad919 11839 (gdb-taz): Build do-djunpack.
11840
677b224d 118412000-05-15 David Edelsohn <edelsohn@gnu.org>
11842
11843 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11844
36d84962 11845Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11846
11847 * MAINTAINERS: Add self to Write After Approval list.
11848
151ad919 118492000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11850
11851 * ltmain.sh: Preserve in relink_command any environment
11852 variables that may affect the linker behavior.
11853
b4ae6e19 11854Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11855
151ad919 11856 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11857
11858Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11859
11860 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11861
118622000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11863
11864 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
31972771 11865 with the version name.
b4ae6e19 11866
9f8322d4 11867Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11868
11869 * MAINTAINERS: Add self as bb-reorder maintainer.
11870
212276a1 118712000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11872
11873 * config.if: Tweak.
11874
151ad919 118752000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11876
11877 * djunpack.bat: New file.
11878
11879Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11880
11881 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4b695c23 11882 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11883 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11884 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
151ad919 11885
1e866de7 118862000-04-16 Dave Pitts <dpitts@cozx.com>
11887
31972771 11888 * config.sub (case $basic_machine): Change default for "ibm-*"
11889 to "openedition".
1e866de7 11890
c3d0c692 118912000-04-13 Andreas Jaeger <aj@suse.de>
11892
11893 * MAINTAINERS: Added myself.
11894
151ad919 11895Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11896
11897 * Makefile.in (gdb-taz): New target. GDB specific archive.
11898 (do-md5sum): New target.
11899 (MD5PROG): Define.
11900 (PACKAGE): Default to TOOL.
11901 (VER): Default to a shell script.
11902 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4b695c23 11903 md5 checksum generation.
151ad919 11904 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11905 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11906 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4b695c23 11907 insight.tar.bz2): Use gdb-taz to create archive.
151ad919 11908
11909Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11910
11911 * configure (warn_cflags): Delete.
11912
dd0ac352 11913Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11914
11915 * MAINTAINERS: Added myself.
11916
84d8005c 119172000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
d3eff7bb 11918 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
84d8005c 11919
31972771 11920 * configure.in (enable_libstdcxx_v3): Add.
11921 (target_libs): Add bits here to switch between libstdc++-v2 and
11922 libstdc++-v3.
11923 * config.if: And this file too.
11924 * Makefile.in: Add libstdc++-v3 targets.
aee16bda 11925
a995bb42 119262000-04-05 Michael Meissner <meissner@redhat.com>
11927
11928 * config.sub (d30v): Add d30v as a basic machine type.
11929
c1d2a99e 119302000-03-29 Jason Merrill <jason@casey.cygnus.com>
11931
11932 * configure.in: -linux-gnu*, not -linux-gnu.
11933
6437c7c8 11934Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11935
11936 * MAINTAINERS: Add self in write-after-approval section.
11937
48ad86bd 11938Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11939
11940 * MAINTAINERS: Add self as ia64 port maintainer.
11941
cb86f6e1 119422000-03-08 Neil Booth <NeilB@earthling.net>
11943
11944 * MAINTAINERS: Add self in write-after-approval section.
11945
151ad919 11946Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
3d94c7f0 11947
151ad919 11948 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11949 (do-tar-bz2): Replace TOOL with PACKAGE.
11950 (gdb.tar.bz2): Remove GDBTK from GDB package.
11951 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4b695c23 11952 dejagnu.tar.bz2): New packages.
151ad919 11953
119542000-02-27 Andreas Jaeger <aj@suse.de>
11955
11956 * configure.in: Add entry for mips*-*-linux*, move catch all
11957 *-*-*linux* entry below this one.
11958
119592000-02-27 Ian Lance Taylor <ian@zembu.com>
11960
11961 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3d94c7f0 11962
1872c686 119632000-02-24 Nick Clifton <nickc@cygnus.com>
11964
11965 * config.sub: Support an OS of "wince".
11966
151ad919 11967Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11968
11969 * config.guess, config.sub: Updated to match config's 2000-02-15
4b695c23 11970 version.
151ad919 11971
dcde3c07 119722000-02-23 Linas Vepstas <linas@linas.org>
151ad919 11973
11974 * config.sub: Add support for Linux/IBM 370.
11975 * configure.in: Likewise.
11976
8027f1d6 119772000-02-22 Nick Clifton <nickc@cygnus.com>
11978
11979 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11980
dcde3c07 119812000-02-20 Christopher Faylor <cgf@cygnus.com>
d32a1334 11982
151ad919 11983 * config.guess: Guess "cygwin" rather than "cygwin32".
d32a1334 11984
4f5e65d7 119852000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11986
11987 * configure (gcc_version): When setting, narrow search to
11988 lines containing `version_string'.
11989
cb257c25 119902000-02-15 Denis Chertykov <denisc@overta.ru>
11991
11992 * config.sub: Add support for avr target.
11993
b1b2e339 119942000-02-14 Nick Clifton <nickc@cygnus.com>
11995
11996 * MAINTAINERS: Add maintainers for MCore port.
11997
def2c3fb 11998Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11999
12000 * config.sub: Add mmix-knuth-mmixware.
12001
f0e58719 120022000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12003
12004 * MAINTAINERS: Pair cccp with cpplib maintainership.
12005
dcde3c07 120062000-01-27 Christopher Faylor <cgf@redhat.com>
151ad919 12007
12008 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12009 structure stuff to -L library search.
12010 (CXX_FOR_TARGET): Ditto.
12011 (CROSS_CHECK_MODULES): Fix spelling mistake.
12012
6ba3324d 120132000-01-24 Mark Mitchell <mark@codesourcery.com>
12014
12015 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12016 the C++ compiler.
12017
1532359f 120182000-01-12 Richard Henderson <rth@cygnus.com>
12019
12020 * configure.in: Don't build some bits for beos.
12021
75daeef1 120222000-01-12 Joel Sherrill (joel@OARcorp.com)
12023
12024 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12025 as include files.
12026
2774282e 120272000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12028
12029 * Add self as cpplib maintainer, as requested by Jason
12030 Merrill. Correct my e-mail address.
12031
d08e2cf4 120322000-01-06 Geoff Keating <geoffk@cygnus.com>
12033
12034 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12035 not mh-aix43.
12036
cee0655e 12037Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12038
12039 * MAINTAINERS: Add myself to "write after approval" list.
12040
a23a249a 120411999-12-14 Richard Henderson <rth@cygnus.com>
12042
12043 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12044 * config.sub: Accept alphaev[78], alphaev8.
12045
7f620b51 120461999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12047
12048 * config.guess, config.sub: Update from autoconf.
12049
76323487 120501999-11-29 Bruce Korb <autogen@linuxbox.com>
12051
3beb0b4d 12052 * MAINTAINERS: update my playtime e-address.
76323487 12053
5514758e 12054Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12055
12056 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12057 necessary libraries are missing.
12058
dcde3c07 12059Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
4e11cb65 12060
12061 * MAINTAINERS: Add new 'write after approval' maintainer.
12062
4a6db447 12063Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12064
12065 * MAINTAINERS: Add new Java maintainer.
12066
34834d2a 120671999-10-25 Andreas Schwab <schwab@suse.de>
12068
12069 * configure: Fix quoting inside arguments of eval.
12070
26186f46 120711999-10-21 Nick Clifton <nickc@cygnus.com>
12072
12073 * config-ml.in: Allow suppression of some ARM multilibs.
12074
b384fc18 12075Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12076
12077 * config.guess: Add OS/390 match pattern.
12078 * config.sub: Add mvs, openedition targets.
12079 * configure.in (i370-ibm-opened*): New.
12080
151ad919 120811999-09-04 Steve Chamberlain <sac@pobox.com>
12082
12083 * config.sub: Add support for configuring for pj.
12084
120851999-08-31 Nick Clifton <nickc@cygnus.com>
12086
12087 * config.sub (maybe_os): Add support for configuring for fr30.
12088
3e6b7981 120891999-08-25 Nick Clifton <nickc@cygnus.com>
12090
12091 * configure.in: Do not configure or build ld for AIX
12092 platforms. ld is known to be broken on these platforms.
12093
49c01ead 12094Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12095
12096 * config-ml.in: Pass compiler flag corresponding to multidirs to
12097 subdir configures.
12098
151ad919 120991999-08-09 Ian Lance Taylor <ian@zembu.com>
12100
12101 * Makefile.in (LDFLAGS): Define.
12102
121031999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12104
12105 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12106 noconfigdirs.
12107 (*-*-cygwin*): Likewise.
12108
121091999-08-08 Ian Lance Taylor <ian@zembu.com>
12110
12111 * mkdep: New file.
12112 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12113 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12114
12115 From Eli Zaretskii <eliz@is.elta.co.il>:
12116 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12117 long file name when using DJGPP on MS-DOS.
12118
90916687 12119Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12120
12121 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12122
151ad919 121231999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12124
12125 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12126 dependency as this causes "make check" to globally "make all"
12127
ed4e41d7 12128Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12129
12130 * configure.in (target_libs): Added target-zlib.
12131 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12132 (CONFIGURE_TARGET_MODULES): Likewise.
12133 (CHECK_TARGET_MODULES): Likewise.
12134 (INSTALL_TARGET_MODULES): Likewise.
12135 (CLEAN_TARGET_MODULES): Likewise.
12136 (configure-target-zlib): New target.
12137 (all-target-zlib): Likewise.
12138 (all-target-libjava): Depend on all-target-zlib.
12139 (configure-target-libjava): Depend on configure-target-zlib.
12140
12141 * Makefile.in (configure-target-libjava): Depend on
12142 configure-target-newlib.
12143 (configure-target-boehm-gc): New target.
12144 (configure-target-qthreads): New target.
12145
31972771 12146 * configure.in (target_libs): Added target-qthreads.
12147 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12148 (CONFIGURE_TARGET_MODULES): Likewise.
12149 (CHECK_TARGET_MODULES): Likewise.
12150 (INSTALL_TARGET_MODULES): Likewise.
12151 (CLEAN_TARGET_MODULES): Likewise.
12152 (all-target-qthreads): New target.
12153 (configure-target-libjava): Depend on configure-target-qthreads.
12154 (all-target-libjava): Depend on all-target-qthreads.
ed4e41d7 12155
12156 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12157 (CONFIGURE_TARGET_MODULES): Likewise.
12158 (CHECK_TARGET_MODULES): Likewise.
12159 (INSTALL_TARGET_MODULES): Likewise.
12160 (CLEAN_TARGET_MODULES): Likewise.
12161 (all-target-libjava): New target.
12162 (all-target-boehm-gc): Likewise.
12163 * configure.in (target_libs): Added libjava, boehm-gc.
12164
151ad919 121651999-07-22 Ian Lance Taylor <ian@zembu.com>
12166
12167 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12168 configure.bat in SUPPORT_FILES.
12169 (gas+binutils.tar.bz2): Likewise.
12170
12171 * makeall.bat: Remove; obsolete.
12172
121731999-07-21 Ian Lance Taylor <ian@zembu.com>
12174
12175 From Mark Elbrecht:
12176 * configure.bat: Remove; obsolete.
12177
121781999-07-11 Ian Lance Taylor <ian@zembu.com>
12179
12180 * configure: Add -W -Wall to the default CFLAGS when compiling with
12181 gcc.
12182
12183Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12184
12185 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12186
121871999-06-30 Mark Mitchell <mark@codesourcery.com>
12188
12189 * configure.in: Build ld on IRIX6.
12190
121911999-06-12 Ian Lance Taylor <ian@zembu.com>
12192
12193 * Makefile.in: Change distribution targets to use bzip2 instead of
12194 gzip.
12195 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12196 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12197
121981999-06-04 Nick Clifton <nickc@cygnus.com>
12199
12200 * config.sub: Add mcore target.
12201
4960e263 12202Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12203
12204 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12205
fb873f96 12206Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12207
12208 * config.guess (dummy): Changed to $dummy.
12209
f0d0ef7c 122101999-05-24 Nick Clifton <nickc@cygnus.com>
12211
12212 * config.sub: Tidied up case statements.
12213
0522f2f0 122141999-05-22 Ben Elliston <bje@cygnus.com>
12215
e571eca2 12216 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12217 <jiro@din.or.jp>.
12218
0522f2f0 12219 * config.guess: Merge with FSF version. Future changes will be
12220 more accurately recorded in this ChangeLog.
12221 * config.sub: Likewise.
12222
8566565c 12223Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12224
12225 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12226
151ad919 122271999-04-30 Tom Tromey <tromey@cygnus.com>
12228
12229 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12230
688d5631 122311999-04-23 Tom Tromey <tromey@cygnus.com>
12232
12233 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12234
151ad919 122351999-04-20 Drew Moseley <dmoseley@cygnus.com>
12236
12237 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12238 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12239 Bad merge removed these two changes.
12240
e020fd98 12241Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
31972771 12242 Martin Heller (Ing.-Buero_Heller@t-online.de)
e020fd98 12243
12244 * config.guess (interix Alpha): Add.
12245
151ad919 122461999-04-11 Richard Henderson <rth@cygnus.com>
12247
12248 * configure.in (i?86-*-beos*): Do config gperf; don't config
12249 gdb, newlib, or libgloss.
12250
a48ef8ee 12251Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 12252
a48ef8ee 12253 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12254 link a trivial program with -mabi=64. If it fails, remove mabi=64
12255 from multidirs.
12256
c3a180dc 12257Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12258
12259 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12260
151ad919 122611999-04-08 Nick Clifton <nickc@cygnus.com>
12262
12263 * config.sub: Add support for mcore targets.
12264
122651999-04-07 Michael Meissner <meissner@cygnus.com>
12266
12267 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12268 not mt-ospace, in order to shut up assembler warning about using
12269 symbols that are named the same as registers.
12270
122711999-04-07 Drew Moseley <dmoseley@cygnus.com>
12272
12273 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12274 dependency list for all-target-cygmon.
12275
122761999-04-05 Doug Evans <devans@casey.cygnus.com>
12277
12278 * config-ml.in: Check $host, not $target, for selective multilibs.
12279 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12280 thumb interworking, and underscore prefix multilibs.
12281
122821999-04-04 Ian Lance Taylor <ian@zembu.com>
12283
12284 * missing: Update to version from current automake.
12285
b7ba05c0 12286Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12287
12288 * configure (gxx_include_dir): Removed.
12289
12290 * configure.in (gxx_include_dir): Handle it.
12291 * Makefile.in: Likewise.
12292
151ad919 122931999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12294
12295 * config.sub (mips64vr4111,mips64vr4111el) Add.
12296
122971999-03-21 Ben Elliston <bje@cygnus.com>
12298
31972771 12299 * config.guess: Correct typo for detecting ELF on FreeBSD.
151ad919 12300
9862eda4 12301Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12302
9862eda4 12303 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12304 config/mh-djgpp.
12305
151ad919 12306Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12307
12308 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12309 all-target-newlib to dependency list for all-target-bsp.
12310
26a1dadb 12311Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12312
12313 * config.sub: Add i386-uwin support.
12314 * config.guess: Likewise.
12315
fea0107e 12316Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12317
12318 * configure.in: cleanup, add mh-*pic handling for arm, special
12319 case powerpc*-*-aix*
12320
151ad919 12321Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12322
12323 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12324 can be built.
12325
12326Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12327
12328 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
4b695c23 12329 targets.
151ad919 12330
daa90679 123311999-03-02 Nick Clifton <nickc@cygnus.com>
12332
12333 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12334
f6a095e9 12335Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12336
12337 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12338
47d8eb1d 123391999-02-24 Nick Clifton <nickc@cygnus.com>
12340
12341 * config.sub: Fix typo in arm recognition.
12342
151ad919 12343Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12344
12345 * configure.in (noconfigdirs): Changed target_configdirs to
12346 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12347 rather than m68k-*-* since it is not known to work on
12348 m68k-aout. Ditto for arm-*-*oabi.
12349
12350Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12351
12352 * configure.in (*-*-windows*): Remove, no longer used.
151ad919 12353
123541999-02-19 Ben Elliston <bje@cygnus.com>
12355
12356 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12357 Smart and improved by Andrew Cagney.
12358
52b143d0 12359Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12360
12361 * config.guess: Recognize openbsd-*-hppa.
12362
c441c977 12363Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12364
12365 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12366 only if it is not empty.
12367
8faa2109 123681999-02-17 Nick Clifton <nickc@cygnus.com>
12369
12370 Patch from: Scott Bambrough <scottb@corelcomputer.com>
aee16bda 12371
151ad919 12372 * config.guess: Modified to recognize uname's armv* syntax.
8faa2109 12373
12374 * config.sub: Modified to recognize uname's armv* syntax.
12375
151ad919 123761999-02-17 Mark Salter <msalter@cygnus.com>
12377
12378 * configure.in: Added target-bsp for sparclite.
12379
12380Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12381
12382 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12383
123841999-02-08 Nick Clifton <nickc@cygnus.com>
12385
12386 * configure.in: Add support for strongarm port.
12387 * config.sub: Add support for strongarm target.
12388
654a22b1 12389Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
aee16bda 12390
654a22b1 12391 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12392 the old name config/mh-cygwin32.
12393 Enable texinfo.
12394
151ad919 12395Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12396
12397 * configure.in: Do build ld for ix86 Solaris.
12398
46fb7091 12399Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12400
12401 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12402 $AR_FOR_TARGET. Likewise for RANLIB.
12403
115ec39e 12404Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
aee16bda 12405
31972771 12406 * config.sub (oabi): Recognize.
12407 * configure.in (arm-*-oabi): Handle.
115ec39e 12408
5cca51e0 12409Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12410
12411 * config.guess: Improve detection of i686 on UnixWare 7.
12412
183a8abb 12413Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12414
12415 * config.guess: Add support for i386-pc-interix.
12416 * config.sub: Likewise.
12417 * configure.in: Likewise.
183a8abb 12418
151ad919 12419Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12420
12421 * Makefile.in: Remove unneeded all-target-libio from
12422 from all-target-winsup target since it is now unneeded.
12423 Add all-target-libtermcap in its place since it is now
12424 needed.
12425
12426Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12427
12428 * configure.in: makefile stub for cygwin target is probably
12429 unnecessary. Remove it for now.
151ad919 12430
12431Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12432
12433 * configure.in: libtermcap.a should be built when cygwin is the
12434 target as well as the host.
12435 * config.guess: Allow mixed case in cygwin uname output.
12436 * Makefile.in: Add libtermcap target.
151ad919 12437
0db75088 12438Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12439
12440 * config.sub: Clean up handling of hppa2.0.
12441
a30dcfee 12442Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12443
12444 * config.guess: Use C code to identify more HP machines.
12445
44cfa345 12446Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12447
12448 * config.sub: Handle hppa2.0.
12449
151ad919 12450Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12451
12452 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
4b695c23 12453 cygmon for all sparclite targets, regardless of object format.
151ad919 12454
124551998-12-15 Mark Salter <msalter@cygnus.com>
12456
12457 * configure.in: Added target-bsp for several target architectures.
12458
12459 * Makefile.in: Added rules for bsp.
12460
be0f7b24 12461Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12462
12463 * config.guess: Improve detection of hppa2.0 processors.
12464
12465Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12466
12467 * config.guess: Recognize FreeBSD using ELF automatically.
12468
76103b2c 124691998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12470
12471 * configure (skip-this-dir): Add handling for new shell script, which
12472 might be created by a sub-directory's configure to indicate, this particular
12473 directory is "unwanted".
12474 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12475
151ad919 12476Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12477
12478 * ltconfig: import from libtool, after changing libtool to
12479 account for the cygwin name change.
12480
12481Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12482
12483 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12484 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12485
12486Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12487
12488 * configure.in: Add libtermcap to list of cygwin dependencies.
12489
12490Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12491
31972771 12492 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12493 they include winsup/include when it's a cygwin target.
151ad919 12494
124951998-11-12 Tom Tromey <tromey@cygnus.com>
12496
12497 * configure.in (host_tools): Added zip.
12498 * Makefile.in (all-target-libjava): Depend on all-zip.
12499 (all-zip): New target.
12500 (ALL_MODULES): Added all-zip.
12501 (NATIVE_CHECK_MODULES): Added check-zip.
12502 (INSTALL_MODULES): Added install-zip.
12503 (CLEAN_MODULES): Added clean-zip.
12504
12505Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12506
12507 * Makefile.in: lose "32" from comment about cygwin.
12508
12509Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12510
12511 * configure.in: Use -Os to build target libraries for the fr30.
12512
12513Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12514
12515 * config.sub: Add fr30.
12516
12517Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12518
31972771 12519 * configure.in: drop "32" from config/mh-cygwin32. Check
151ad919 12520 cygwin* instead of cygwin32*.
12521 * config.sub: Check cygwin* instead of cygwin32*.
12522
39ebcbe1 12523Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12524
12525 * config.guess: Match any version of Unixware7.
12526
151ad919 125271998-10-20 Syd Polk <spolk@cygnus.com>
12528
12529 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12530 if desired.
12531
de79e382 12532Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12533
12534 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12535 these if the appropriate directories and files to not exist.
12536
e7104d38 12537Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12538
12539 * Makefile.in (DEVO_SUPPORT): Add config.if.
12540
fb1c80df 12541Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12542
12543 * configure: Add pattern to replace "build_tooldir"'s
12544 definition in the generated Makefile with "tooldir"'s
12545 actual value.
12546
46a4cc47 12547Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12548
0ee69c06 12549 * config.sub: Bring back lost sparcv9.
12550
46a4cc47 12551 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12552
3a8c0cab 12553Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12554
12555 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12556 CC_FOR_TARGET and friends.
12557
12558Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 12559
ea0cacfb 12560 * Makefile.in (build_tooldir): New variable, same as tooldir.
12561 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12562 -B$(build_tooldir)/bin/.
12563 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
3a8c0cab 12564
de7dcc81 12565Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12566
12567 * README: Remove installation instructions and refer to the
12568 INSTALL directory instead.
12569
67139a60 12570Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
151ad919 12571
67139a60 12572 * config.sub: Add support for i[34567]86-pc-udk.
12573 * configure.in: Likewise.
12574
ed37269d 12575Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12576
12577 * Makefile.in: add bzip2 package building bits for user
12578 tools module
12579 * configure.in: ditto
12580
fc449a71 12581Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12582
12583 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12584 (ALL_TARGET_MODULES): Add all-target-libobjc.
12585 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12586 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12587 (all-target-libchill): Add dependencies.
12588 * configure.in (target_libs): Add libchill.
aee16bda 12589
7bb9dd92 125901998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12591
12592 * configure.in (target_subdir): Remove duplicate line.
12593
ed37269d 12594Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12595
12596 * Makefile.in (all-automake): fix dependencies.
12597
a9ff8bf0 12598Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12599
12600 * configure.in: Minor cleanups for building in the $(target_alias)
12601 subdir.
12602
5869bc6a 126031998-09-22 Jim Wilson <wilson@cygnus.com>
12604
12605 * Makefile.in (bootstrap): Set r and s before make all. Use
12606 BASE_FLAGS_TO_PASS in make all.
12607 (cross): Likewise.
12608
a5caa84c 126091998-09-20 Mark Mitchell <mark@markmitchell.com>
12610
12611 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12612
331d5855 12613Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12614
12615 * config.sub: Fix typo in last change.
12616
4d004c41 126171998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12618
12619 * config.sub: Add support for C4x target.
12620 * configure.in: Likewise.
12621
0a2a3792 126221998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12623
12624 * config.sub: Recognize sparcv9 just like sparc64.
12625
67e059d3 12626Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12627
12628 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12629
cd547500 12630Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12631
7325e595 12632 * config.guess: Correctly identify Pentium II sco boxes.
12633
cd547500 12634 * config.guess: Fix "tr" code. From Weiwen Liu.
12635
0b632721 12636Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12637
12638 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12639 stabs.
12640
ae568fff 12641Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12642
12643 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12644 (ALL_TARGET_MODULES): Add all-target-libchill.
12645 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12646 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12647 (all-target-libchill): Add dependencies.
12648 * configure.in (target_libs): Add libchill.
12649
68da0d0a 12650Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12651
12652 * config.guess: Avoid assumptions about "tr" behaves when
12653 LANG is set to something other than English.
12654
d722107d 12655Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12656
12657 * configure (gxx_include_dir): Changed to
12658 '${prefix}/include/g++'-${libstdcxx_interface}.
12659
12660 * config.if: New to determine the interfaces.
12661
5e6f60dc 12662Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12663
12664 * config.guess: Detect and handle MPE/IX.
12665 * config.sub: Deal with MPE/IX.
12666
8a70d526 12667Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12668
12669 * configure.in: Use mh-aix43.
12670
f890b212 126711998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12672
12673 * configure: Fix --without/--disable cases for gxx-include-dir.
12674
ed37269d 12675Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12676
12677 * mdata-sh: Imported. Needed for automake support.
12678
12679Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12680
12681 * Makefile.in (taz): Try "chmod -R og=u ." before
12682 "chmod og=u `find . -print`".
12683
12684Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12685
12686 * configure.in: Add arm-elf and thumb-elf support.
12687
12688Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12689
12690 * Makefile.in: Undo previous patch.
12691
12692Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12693
12694 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12695 to here ...
12696 (install-no-fixedincludes): and here
12697 (INSTALL_MODULES): ... from here.
12698
6d2063db 12699Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12700
12701 * config.sub: Merge with FSF.
12702
2f7b048d 12703 * config.guess: Merge with FSF.
12704
151ad919 12705Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12706
12707 * configure (extraconfigdirs): New variable.
12708 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12709 * Makefile.in (all): Move higher in file.
12710 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12711 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12712 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12713 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12714 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12715
127161998-07-23 Brendan Kehoe <brendan@cygnus.com>
12717
12718 * Makefile.in (all-target-libjava): Depend on all-gcc and
12719 all-target-newlib.
12720 (configure-target-libjava): Depend on $(ALL_GCC).
12721
1c802742 12722Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12723
12724 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12725 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12726
eb7921e4 12727Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12728
12729 * INSTALL/README: Fix typo.
12730
a8071b4d 12731Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12732
ed37269d 12733 * ylwrap: Change absolute path checks to check for DOS style path
12734 names.
a8071b4d 12735
ed37269d 12736 * ylwrap: Don't use a full path name if the source file is in the
12737 same directory. From hjl@lucon.org (H.J. Lu).
a8071b4d 12738
26d9569a 12739 * config-ml.in: Default to being verbose, to match Feb 18 change to
12740 configure.
12741
ed37269d 12742Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12743
12744 Brought over from egcs:
12745
12746 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12747
12748 * configure.in (target_subdir): Set to ${target_alias} instead
12749 of "libraries".
12750
12751 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12752
12753 * configure.in (target_subdir): Set to libraries if enable_multilib.
12754
12755Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12758 multilibs, force reconfiguration the first time we create
12759 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12760
12761Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12762
12763 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12764 avoid confusion with --no-recursion.
12765
12766Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12767
12768 * configure.in: Win32 hosts shouldn't use install -x
12769 * install-sh: remove -x option, and special .exe-handling
12770 hack.
12771
151ad919 12772Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12773
12774 * config.guess: Recognize i586-pc-beos.
12775 * configure.in: Don't build some bits for beos.
12776
81cf37ba 12777Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12778
ed37269d 12779 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12780 CFLAGS default to -O2.
12781
81cf37ba 12782 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12783 when using GNU ld.
12784
12785Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12786
12787 * ltmain.sh: Correct install when using a different shell.
12788
12789Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12790
12791 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12792
151ad919 12793Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12794
12795 * makefile.vms: Update to build binutils/makefile.vms. Add install
12796 target.
81cf37ba 12797
12798Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12799
12800 * ltconfig: Update to correct AIX handling.
12801
d6cf7517 12802Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12803
e98d756a 12804 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12805
d6cf7517 12806 * configure.in (target_subdir): Set to ${target_alias} instead
12807 of "libraries".
12808
eb85e8b7 128091998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12810
12811 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12812 (Makefile): Depend on $(gcc_version_trigger).
12813
12814 * configure (gcc_version): Change default initializer to empty
12815 string.
12816 (gcc_version_trigger): New variable; pass this variable down
12817 to subdir configures to enable them checking gcc's version
12818 themselves. Emit make macros for both gcc_version vars.
12819 (topsrcdir): Initialize reliably.
12820 (recursion line): Remove --with-gcc-version=${gcc_version}.
12821
da421e40 128221998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12823
12824 * configure (enable_version_specific_runtime_libs): Implement new flag
eb85e8b7 12825 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12826 in $(libsubdir); emit definition in each generated Makefile.
12827 (gxx_include_dir): Initialize depending on
12828 $enable_version_specific_runtime_libs.
da421e40 12829
d9f2c557 128301998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12831
12832 * configure (gcc_version): Initialize properly depending on
12833 how and where configure is started.
12834 (recursion line): Pass a --with-gcc-version=${gcc_version}
12835 to configures in subdirs.
12836
151ad919 12837Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12838
12839 * configure.in (noconfigdirs): Add configure pattern for mips tx39
4b695c23 12840 cygmon
151ad919 12841
ed37269d 12842Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12843
12844 * configure.in: Add cygmon and libstub support for mn10200.
12845
1ee34a17 128461998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12847
12848 * configure (gcc_version): Add new variable describing the
12849 particular gcc version we're building.
12850 * Makefile.in (libsubdir): Add new macro for the directory
12851 in which the compiler finds executables, libraries, etc.
12852 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12853 and libsubdir.
12854
6c2f7b46 12855Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12856
ea0cacfb 12857 * Makefile.in (local-clean): Remove *.log.
12858 (warning.log): Built with warn_summary from build.log.
12859 (mail-report.log): Run test_summary.
12860 (mail-report-with-warnings.log): Run test_summary including
12861 warning.log in the report.
6c2f7b46 12862
c8d7e712 12863Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12864
12865 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12866
ed37269d 12867Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12868
12869 * Makefile.in (grep): Grep no longer depends on libiberty.
12870
12871Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12872
12873 * Makefile.in: all-snavigator needs all-libgui.
12874
12875Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12876
12877 * configure.in: Add cygmon and libstub support for mn10300.
12878
1b402317 12879Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12880
12881 * missing: Update to version from automake 1.3.
12882
81cf37ba 12883 * ltmain.sh: On installation, don't get confused if the same name
12884 appears more than once in the list of library names.
12885
6d2063db 12886Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12887
12888 * config.sub: Accept m68060 and m5200 as CPU names.
12889
ed37269d 12890Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12891
12892 * configure: Use && rather than using -a in test, because odd
12893 strings can confuse test.
12894 * configure.in: Likewise.
12895
81cf37ba 12896Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12897
12898 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12899
5afc2f4d 12900Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12901
12902 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ea0cacfb 12903 bootstrap4-lean): New targets.
5afc2f4d 12904
c51cbc45 12905Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12906
12907 * mpw-* Delete. Not used.
12908
ed37269d 12909Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12910
12911 * COPYING.LIB: Update FSF address.
12912
c51cbc45 12913Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12914
12915 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12916
ed37269d 12917 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12918 GAS_SUPPORT_DIRS.
12919
c51cbc45 12920Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12921
12922 * ltconfig, ltmain.sh: Avoid producing a version number if
12923 -version-info was not used.
12924
ed37269d 12925Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12926
12927 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12928 building with newlib.
12929
129301998-04-30 Paul Eggert <eggert@twinsun.com>
12931
151ad919 12932 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
aee16bda 12933 Solaris `make' causes it to continue to next definition.
151ad919 12934
12935Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12936
12937 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12938 the right GUI libraries and files are installed along with GDB.
ed37269d 12939
12940Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12941
12942 * configure.in: Change alpha to alpha* in several places.
12943
151ad919 12944Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12945
12946 * config.sub: Recognize sparc86x.
12947
803e9d57 12948Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12949
12950 * configure.in (--enable-target-optspace): Remove debug echo.
12951
2aabe804 12952Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12953
12954 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12955
c51cbc45 12956Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12957
12958 * ltconfig: Update cygwin32 support.
12959
ed37269d 12960 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12961 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12962 (GDB_SUPPORT_DIRS): Likewise.
12963
650ebf2f 12964Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12965
12966 * configure.in (target_makefile_frag): If --enable-target-optspace,
12967 use -Os to compile target libraries rather than -O2. Default to
151ad919 12968 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12969 not used.
12970 * configure.in (target_cflags): Ditto for d30v.
650ebf2f 12971
ed37269d 12972Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12973
12974 * Makefile.in (all-bfd): Depend on all-intl.
12975 (all-binutils): Likewise.
12976 (all-gas): Likewise.
12977 (all-gprof): Likewise.
12978 (all-ld): Likewise.
12979
129801998-04-19 Brendan Kehoe <brendan@cygnus.com>
12981
12982 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12983
c51cbc45 12984Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12985
ed37269d 12986 * Makefile.in (all-bfd): Depend upon all-libiberty.
12987
c51cbc45 12988 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12989
ed37269d 12990Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12991
12992 * Makefile.in: Add libstub.
12993
12994 * configure.in: Ditto. Build libstub for targets that have cygmon
12995 support.
12996
12997Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12998
12999 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13000
13001Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13002
13003 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13004 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13005
c7879c37 13006Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13007
13008 * configure: Define DEFAULT_M4 by searching PATH.
13009 * Makfile.in: Use DEFAULT_M4.
13010
c51cbc45 13011Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13012
13013 * ltconfig: Add cygwin32 support.
13014
ed37269d 13015 * Makefile.in, configure.in: Add libtool as a native only directory
13016 to configure and build.
13017
a79ac5e8 13018Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13019
13020 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13021
ed37269d 13022Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
151ad919 13023
ed37269d 13024 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13025
13026Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13027
13028 * Makefile.in: add ash make rules
13029 * configure.in: add ash to native_only and host_tools lists
13030
13031Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13032
13033 * Makefile.in (all-gettext, all-intl): New targets.
13034 (ALL_MODULES): Added all-gettext, all-intl.
13035 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13036 (INSTALL_MODULES): Added install-gettext, install-intl.
13037 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13038
13039 * configure.in (host_tools): Added gettext.
13040 (native_only): Likewise.
13041 (noconfigdirs) [various cases]: Likewise.
13042 (host_libs): Added intl.
13043
151ad919 13044Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13045
13046 * configure: Do not disable building gdbtk for cygwin32 hosts.
13047
0579e60e 13048Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13049
13050 * configure.in: Add thumb-coff target.
13051 * config.sub: Add thumb-coff target.
13052
ed37269d 13053Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13054
13055 * Makefile.in: Revert yesterday's change.
13056 (all-target-winsup): all-target-librx stays out of here.
13057
13058Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13059
13060 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13061 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13062 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13063 Remove references to librx and libg++.
13064
13065Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13066
13067 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13068 recursive makes
13069
c51cbc45 13070Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13071
13072 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
151ad919 13073 for newlib directory.
c51cbc45 13074 (CXX_FOR_TARGET): Likewise.
13075
13076Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13077
13078 * ltconfig: Update after libtool/ltconfig.in change for
13079 hpux11.
13080
13081Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13082
13083 * ltconfig, ltmain.sh: Update to libtool 1.2.
13084
80a9e3eb 13085Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13086
13087 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13088 (install-gcc-cross): Instead, override LANGUAGES here.
13089
474d50b3 130901998-03-18 Dave Love <d.love@dl.ac.uk>
13091
13092 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13093 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13094
151ad919 13095Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13096
13097 * configure.in: Add Thumb-pe target.
13098
ed37269d 13099Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
151ad919 13100
ed37269d 13101 * Makefile.in - changed sn targets to snavigator
13102 * configure.in - changed sn targets to snavigator
13103
69d10d87 13104Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13105
13106 * config-ml.in: After building symlink tree call make distclean
13107 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13108 to be the case for libiberty.
13109
5628bc1c 13110Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13111
13112 * configure: When making link, also check the current
13113 directory. The configure scripts may create one.
13114
4d821bda 13115Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13116
13117 * config.sub: Accept alphapca56 and alphaev6 properly.
13118
263cd6a9 13119Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13120
13121 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13122
83536831 13123Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
eb7921e4 13124
31972771 13125 * config.sub (sco5): Fix typo.
83536831 13126
ed37269d 13127Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13128
13129 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13130 install-itcl.
13131 (install-itcl): Remove dependency on install-tcl.
13132
13133Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13134
13135 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13136
13137Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13138
13139 * configure.in: Don't build libgui for a cygwin32 target when not on
13140 a cygwin32 host.
13141
13142Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13143
13144 * configure (redirect): Set to null, so default behavior of
13145 configure is now --verbose.
13146
2590786c 131471998-02-16 Dave Love <d.love@dl.ac.uk>
13148
13149 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13150 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13151
dd5a56be 13152Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13153
13154 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13155 this change to sync Makefile.in with its ChangeLog entries.
13156
ed37269d 13157Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13158
13159 * ltmain.sh (mkdir): Check that the directory doesn't exist
13160 before we exit with error, so that we don't get races during
13161 parallel builds.
13162
c51cbc45 13163Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13164
13165 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13166
92424a17 13167Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13168
13169 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13170 PICFLAG_FOR_TARGET.
13171 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13172
13173 * configure: Emit a definition for the new macro enable_shared
13174 into each Makefile.
13175
ed37269d 13176Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13177
13178 * configure.in (host_tools, native_only): Add libtool.
13179
13180Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13181
13182 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13183 Fix typo in ming config comment.
13184
c51cbc45 13185Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13186
13187 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13188
ed37269d 13189Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13190
13191 * config.sub: Add tic30 cases, and map c30 to tic30.
13192
c495fa66 13193Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13194
13195 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13196 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13197 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13198 (CLEAN_TARGET_MODULES): Similarly
13199 (all-target-libf2c): Add dependences.
aee16bda 13200 * configure.in (target_libs): Add libf2c.
c495fa66 13201
ed37269d 13202Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13203
13204 * configure.in: Remove expect from noconfigdirs when target
13205 is cygwin32. OK to build expect and dejagnu with Canadian
13206 Cross.
13207
6563ae0c 13208Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13209
ed37269d 13210 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13211 host.
13212
6563ae0c 13213 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13214 and mingw32.
13215
87f6ff88 13216Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13217
13218 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13219 here as it is not defined in the toplevel Makefile.
13220
3d2749bb 13221Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13222
13223 * configure (package_makefile_rules_frag): New variable, which names
13224 a file with generic rules, ...
13225 Change comment to mention we now have FIVE parts.
13226 * configure: Undo last change.
13227
580bb6d9 13228Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13229
13230 * config.guess: More accurate determination of HP processor types.
ed37269d 13231 * config.sub: More accurate determination of HP processor types.
580bb6d9 13232
72f9a66a 13233Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13234
13235 * configure (package_makefile_frag): Move inserting the
13236 ${package_makefile_frag} to where it should be according
13237 to the comment.
13238
696f1132 13239Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13240
13241 * config.guess: Add support for Linux/ARM.
13242
151ad919 13243Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13244
13245 * .cvsignore: Remove *-info and *-install since they match
13246 release-info and mpw-install, which we don't want to just ignore.
13247
e29d857e 13248Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13249
13250 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13251
ab426314 13252Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13253
13254 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13255 local_prefix to sub-make invocations.
13256
fa6212f1 13257Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13258
13259 * configure.in: Check makefile fragments in the source
13260 directory.
13261
99e98fcd 13262Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13263
ea0cacfb 13264 * configure.in: Check whether host and target makefile
13265 fragments exist before adding them to *_makefile_frag.
99e98fcd 13266
ed37269d 13267Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13268
13269 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13270
13271Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13272
13273 * configure.in: Make sure we only replace RPATH_ENVVAR on
13274 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13275 regexp to sed.
13276
13277 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13278 to sub-makes.
13279
c0a2f1ac 132801998-01-13 Lee Iverson (leei@ai.sri.com)
13281
13282 * config-ml.in (multi-do): LDFLAGS must include multilib
13283 designator.
13284
6eaa4c2d 13285Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
2668caae 13286
13287 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13288
ba7b87c8 13289Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13290
13291 * config.sub: Add mingw32 support.
13292 * configure.in: Likewise.
ba7b87c8 13293
ebabad97 13294Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13295
13296 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13297
ed37269d 13298Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13299
13300 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13301 * configure (gxx_include_dir): Provide a definition for subdirs
13302 which do not use autoconf.
13303
13304Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13305
13306 * config.guess: Sync with egcs. Picks up new alpha support,
13307 BeOS & some additional linux support.
13308
e5af4166 13309Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13310
13311 * config.guess: HP 9000/803 is a PA1.1 machine.
13312
8c7cf808 13313Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13314
13315 * configure.in: It's alpha*-...
13316
b05392a6 13317Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13318
13319 * configure.in (host_makefile_frag, target_makefile_frag):
13320 Handle multiple config files.
13321 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13322 alpha-*-*.
13323
151ad919 13324Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13325
13326 * mkdep: New file.
13327
13328Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13329
13330 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13331
ed37269d 13332Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13333
13334 * Makefile.in: Add libgui directory.
13335 (GDB_TK): Add all-libgui.
13336 * configure.in: Add libgui directory.
13337 * configure: Add all-libgui to GDB_TK.
13338
13339Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13340
13341 * config-ml.in (multidirs): Add m32r to multilib list.
13342
13343Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13344
13345 * Makefile.in (all-target-gperf): Change dependency to
13346 all-target-libstdc++.
13347
e4182547 13348Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13349
13350 * config.guess: Add BeOS support.
13351
ed37269d 13352Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13353
13354 Source directory cvs renamed to cvssrc:
13355 * configure.in (host_tools): Change cvs to cvssrc.
13356 (native_only): Likewise.
13357 (noconfigdirs) [various cases]: Likewise.
13358 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13359 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13360 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13361 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13362 (all-cvssrc): Rename target from all-cvs.
13363
c0a49bd7 13364Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13365
13366 * configure (gxx_include_dir): Fix thinko.
13367
33148f33 13368Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13369
13370 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13371 (install-cross, install-gcc-cross): New targets.
13372
ed37269d 13373Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13374
13375 * configure.in (noconfigdirs): Add support for Thumb target.
13376
13377 * config.sub (maybe_os): Add support for Thumb target.
13378
13379Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13380
13381 * Makefile.in: Add rules for cygmon.
13382
13383 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13384
66e82180 13385Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13386
13387 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13388 * configure (gxx_include_dir): Provide a definition for subdirs
13389 which do not use autoconf.
151ad919 13390
13391Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13392
13393 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
aee16bda 13394 11/18/97 build
151ad919 13395
db8f5cfe 13396Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13397
13398 * From Franz Sirl.
13399 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13400 found on RedHat Linux systems.
66e82180 13401
b58ae2dc 13402Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13403
13404 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13405 guesses.
13406
db8f5cfe 13407Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13408
13409 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13410
ed37269d 13411Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13412
13413 * ltmain.sh: If mkdir fails, check whether the directory was created
13414 anyhow by some other process.
13415
151ad919 13416Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13417
13418 * configure.in (d30v-*-*): Configure all directories.
13419
13420Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13421
13422 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13423 for the D30V.
13424
13425Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13426
13427 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13428
ed37269d 13429Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13430
31972771 13431 * include/libiberty.h: Add extern "C" { so it can be used with C++
13432 progrms.
13433 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13434 programs.
ed37269d 13435
151ad919 13436Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13437
13438 * configure.in (d30v-*-*): Configure GCC now.
13439
ed37269d 13440Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13441
13442 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13443 is no longer needed.
13444
62a42df9 13445Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13446
13447 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13448
75a1ca82 13449Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13450
13451 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13452 targets using "$@" to provide support for similar but not identical
13453 targets without having to duplicate code.
13454
151ad919 13455Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13456
13457 * makefile.vms: Fix to work with DEC C.
13458
13459Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13460
13461 * config.sub: Add mips-tx39-elf to marketing names.
13462
13463Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13464
13465 * ltmain.sh: Handle symlinks in generated script.
13466
13467Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13468
13469 * configure: Handle autoconf style directory options: --bindir,
13470 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13471 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13472 --sysconfdir.
13473 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13474 (sharedstatedir, localstatedir, oldincludedir): New variables.
13475 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13476 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13477 sbindir, sharedstatedir, and sysconfdir.
13478
732395de 13479Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13480
13481 * Makefile.in (bootstrap-lean): New target.
13482
151ad919 13483Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13484
13485 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
4b695c23 13486 sn, and gnuserv from noconfigdirs.
151ad919 13487
13488Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13489
13490 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13491
20e61444 13492Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13493
13494 * Makefile.in (cross): New target.
13495
53647f74 13496Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13497 Jeff Law <law@cygnus.com>
13498
13499 * Makefile.in (bootstrap2, bootstrap3): New targets.
13500 (all-bootstrap): Remove outdated and confusing target.
c6d9586e 13501 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
53647f74 13502
151ad919 13503Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13504
13505 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
4b695c23 13506 windows. Consistent with gdb/configure.
151ad919 13507
a6bb47e0 135081997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13509
a6bb47e0 13510 * configure.in: Name Linux target fragment.
13511
13512 * configure: Rewrite so that project Makefile fragment is inserted
13513 first and appears last in the resulting Makefile.
13514
151ad919 13515Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13516
13517 * Makefile.in (install-itcl): Install tcl first.
13518
ed37269d 13519Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13520
13521 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13522
2e678402 13523Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13524
13525 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13526
13527 * configure.in (skipdirs): Add target-librx for Linux.
13528 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13529
6b071baa 13530Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13531
13532 * Makefile.in (bootstrap): New target.
13533
b496f822 13534Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13535
fee90afd 13536 * config.sub: Accept 'amigados' for backward compatibility.
b496f822 13537
151ad919 13538Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13539
13540 * config.guess: Merge with FSF.
13541
d99ec4a1 13542Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13543
13544 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13545
151ad919 13546Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13547
13548 * config.sub: Add "marketing-names" patch.
13549
952fead6 13550Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13551
31972771 13552 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
952fead6 13553
9defe53a 13554Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13555
13556 * config.sub: Handle v850-elf.
13557
9efeb2e1 13558Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
4c13bcbd 13559
13560 * .cvsignore (*-install): Remove.
13561
c51cbc45 13562Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13563
13564 * ltconfig: Set CONFIG_SHELL in libtool.
13565 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13566
0dcb4a65 13567Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13568
13569 * configure.in (target_subdir): Set to libraries if enable_multilib.
13570
01a35b7f 13571Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13572
13573 * config.guess: Update from gcc directory.
13574
151ad919 13575Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13576
13577 * Makefile.in (all-sim): Depends on all-readline.
13578
28e9041c 13579Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13580
13581 * Makefile.in (BISON, YACC): Use $$s.
13582 (all-bison): Depend on all-texinfo.
13583
13584Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13585
13586 * Makefile.in (BISON): Add -L flag.
13587 (YACC): Likewise.
13588
151ad919 13589Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13590
aee16bda 13591 * configure.in (noconfigdirs): Add support for v850e target.
13592
151ad919 13593 * config.sub (maybe_os): Add support for v850e target.
13594
13595Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13596
aee16bda 13597 * configure.in (noconfigdirs): Add support for v850ea target.
13598
151ad919 13599 * config.sub (maybe_os): Add support for v850ea target.
13600
28e9041c 13601Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13602
13603 * config.sub: Add mipstx39. Delete r3900.
13604
13605Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13606
13607 * Makefile.in (all-autoconf): Depends on all-texinfo.
13608
13609Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13610
13611 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13612 eabi targets.
13613
13614Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13615
13616 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13617
13618 * configure: When handling a Canadian Cross, handle YACC as well as
13619 BISON. Just set BISON to bison. When setting YACC, prefer bison.
31972771 13620 * Makefile.in (all-bison): Depend upon all-texinfo.
28e9041c 13621
13622Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13623
13624 * Makefile.in (BISON): bison, not byacc or bison -y.
13625 (YACC): bison -y or byacc or yacc.
13626 (various): Add *-bison as appropriate.
13627 (taz): No need to mess with BISON anymore.
13628
13629Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13630
13631 * configure: If OSTYPE matches *win32*, try to find a good value for
13632 CONFIG_SHELL.
13633
13634Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13635
13636 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13637 configure.in if it is present.
13638
13639Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13640
13641 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13642
13643Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13644
13645 * config.sub: Recognize `arc' cpu.
13646 * configure.in: Likewise.
13647 * config-ml.in: Likewise.
13648
13649Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13650
13651 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13652
13653Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13654
13655 * configure: Changed sed delimiter from ':' to '|' when
13656 attempting to substitute ${config_shell} for SHELL. On
13657 NT ${config_shell} may contain a ':' in it.
13658
13659Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13660
13661 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13662
13663Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13664
13665 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13666
13667Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13668
13669 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13670
13671 * ylwrap: If the program is a relative path, force it to be
13672 absolute.
13673
13674Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13675
13676 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13677
13678Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13679
13680 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
4b695c23 13681 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13682 for libraries.
28e9041c 13683
13684Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13685
13686 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
4b695c23 13687 separated by spaces.
28e9041c 13688
13689Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13690
13691 * ylwrap: New file.
13692 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13693
13694 * ltmain.sh: Handle /bin/sh at start of install program.
13695
13696 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13697
13698 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13699 * missing: New file, from automake 1.2.
13700
13701Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13702
13703 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13704 check-tk to CHECK_X11_MODULES.
13705
13706Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13707
13708 * config.sub: Merge with FSF.
13709
13710Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13711
13712 * config.guess: Merge with FSF.
13713
13714Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13715
13716 * configure: Treat msdosdjgpp like go32.
13717 * configure.in: Likewise. Don't remove gprof for go32.
13718
13719 * configure: Change Makefile.tem2 to Makefile.tm2.
13720
13721Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13722
13723 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13724
13725Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13726
13727 * install-sh (chmodcmd): Set to null if the DST directory already
13728 exists. Same as Nov 11th change.
13729
13730Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13731
aee16bda 13732 * configure (GDB_TK): Needs itcl and tix.
28e9041c 13733
13734Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13735
13736 * config.guess: Update from FSF.
13737
13738Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13739
13740 * Makefile.in (GDB_TK): Depend on itcl and tix.
13741
13742Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13743
13744 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13745 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13746 (INSTALL_SCRIPT): New variable.
13747 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13748 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13749 to -x.
13750 * install-sh: Add support for -x option.
13751
13752Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13753
13754 * configure.in, Makefile.in: Treat tix like itcl.
13755
13756Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13757
13758 * Makefile.in (WINDRES): New variable.
13759 (WINDRES_FOR_TARGET): New variable.
13760 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13761 (EXTRA_HOST_FLAGS): Add WINDRES.
13762 (EXTRA_TARGET_FLAGS): Add WINDRES.
13763 (EXTRA_GCC_FLAGS): Add WINDRES.
13764 ($(DO_X)): Pass down WINDRES.
13765 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13766 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13767 DLLTOOL_FOR_TARGET.
13768
13769Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13770
13771 * configure.in: configure sim before gdb for win32-x-ppc
13772
13773Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13774
13775 Move gperf into the toplevel, from libg++.
13776 * configure.in (target_tools): Add target-gperf.
13777 (native_only): Add target-gperf.
13778 * Makefile.in (all-target-gperf): New target, depend on
13779 all-target-libg++.
13780 (configure-target-gperf): Empty rule.
13781 (ALL_TARGET_MODULES): Add all-target-gperf.
13782 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13783 (CHECK_TARGET_MODULES): Add check-target-gperf.
13784 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13785 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13786
13787Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
aee16bda 13788
28e9041c 13789 * config.sub (mn10200): Recognize new basic machine.
13790
13791Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13792
13793 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13794 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13795
13796Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13797
13798 * configure.in: If we're building mips-sgi-irix6* native, turn on
13799 ENABLE_MULTILIB and set TARGET_SUBDIR.
13800
13801Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13802
13803 * Makefile.in (all-sn): Depend on all-grep.
13804
13805Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13806
13807 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13808
13809 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13810 Makefile. From Jeff Makey <jeff@cts.com>.
13811 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13812
13813 * Makefile.in (DISTBISONFILES): Remove.
13814 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13815 $(DEFAULT_YACC).
13816
13817 * configure.in: Build itl, db, sn, etc., when building for native
4b695c23 13818 cygwin32.
28e9041c 13819
13820 * Makefile.in (LD): New variable.
13821 (EXTRA_HOST_FLAGS): Pass down LD.
13822 ($(DO_X)): Likewise.
13823
13824Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13825
13826 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13827
13828Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13829
13830 * configure.in (targargs): Strip out any supplied --build argument
4b695c23 13831 before adding our own. Always add --build.
28e9041c 13832
13833Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13834
13835 * configure.in (targargs): Pass --build if we're doing
13836 a cross-compile.
13837
13838Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13839
ac6fd7b6 13840 * configure: Use '|' instead of ":" as the separator in
28e9041c 13841 sed. Otherwise sed chokes on NT path names with drive
13842 designators. Also look for "?:*" as the leading characters in an
13843 absolute pathname.
13844
13845Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13846
13847 * config.sub: Support for r3900.
13848
13849Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13850
13851 * configure.in: Use install-sh, not install.sh.
13852
13853Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13854
13855 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13856 apply it twice.
13857
13858Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13859
13860 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13861 install-binutils.
13862
13863Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13864
13865 * Makefile.in: Add automake targets.
13866 * configure.in (host_tools): Add automake.
13867
13868Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13869
13870 * configure: Default CXX to c++, not gcc.
13871 * Makefile.in (CXX): Set to c++, not gcc.
13872 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13873
13874Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13875
13876 * install-sh: try appending a .exe if source file doesn't
13877 exist
13878
13879Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13880
13881 * configure.in: Turn on multilib by default.
13882 (cross_only): Remove target-libiberty.
13883
13884 * Makefile.in (all-gcc): Don't depend on libiberty.
13885
13886Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13887
13888 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13889
13890Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13891
13892 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13893 (DISTBISONFILES): Add ld/Makefile.in
13894
13895Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13896
13897 * configure.in: if target is cygwin32 but host isn't cygwin32,
13898 don't configure gdb tcl tk expect, not just gdb.
13899
13900Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13901
13902 * configure.in: Added gnuserv everywhere sn appears.
13903
13904 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13905 (CROSS_CHECK_MODULES): Added check-gnuserv.
13906 (INSTALL_MODULES): Added install-gnuserv.
13907 (CLEAN_MODULES): Added clean-gnuserv.
13908 (all-gnuserv): New target.
13909
13910Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13911
13912 * config.guess: Fixes for MIPS OpenBSD systems.
13913
13914Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13915
13916 * Makefile.in (INSTALL_XFORM): Remove.
13917 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13918
13919 * mkinstalldirs: New file, copied from automake.
13920 * Makefile.in (installdirs): Rename from install-dirs. Use
13921 mkinstalldirs. Change all users.
13922 (DEVO_SUPPORT): Add mkinstalldirs.
13923
13924Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13925
13926 * install-sh: Rename from install.sh.
13927 * Makefile.in (INSTALL): Change install.sh to install-sh.
13928 (DEVO_SUPPORT): Likewise.
13929
13930 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13931 Graichen <graichen@rzpd.de>.
13932
13933Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13934
13935 * config.guess: Recognize OpenBSD systems correctly.
13936
13937Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13938
13939 * README, Makefile.in (ETC_SUPPORT): Remove references to
13940 cfg-paper*, configure.{texi,man,info*}._
13941
13942Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13943
13944 * Makefile.in (all.normal): Ensure that gcc is built after all
13945 the x11 - ie gdb - targets.
13946
13947Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13948
13949 * makefile.vms: Don't run conf-a-gas.
13950
13951Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13952
31972771 13953 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
28e9041c 13954
151ad919 13955Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13956
13957 * configure.in: Remove noconfigdirs case since gdb also
13958 configures and builds for tic80-coff.
13959
28e9041c 13960Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13961
13962 * configure: Set cache_file to config.cache.
13963 * Makefile.in (local-distclean): Remove config.cache.
13964
13965Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13966
13967 * COPYING: Update FSF address.
13968
151ad919 13969Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13970
13971 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13972 noconfigdirs.
13973
28e9041c 13974Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13975
13976 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13977 MAKEDIRS, is empty.
13978
13979Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13980
13981 * config.sub: Tweak mn10300 entry.
13982
13983Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13984
13985 * configure.in (host_tools): Put sim before gdb, so gdb's
13986 configure.tgt can determine if the simulator was configured.
13987
13988Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13989
13990 * config.sub: Move BeOS $os case to be with other Cygnus
13991 local cases.
13992
13993Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13994
13995 * config.sub: Remove misplaced comment that broke Linux.
13996
13997Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13998
13999 * config.sub: Add BeOS support.
14000
14001Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14002
14003 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14004
14005Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14006
14007 * configure.in (noconfigdirs): Remove tcl and tk from
14008 noconfigdirs for cygwin32 builds.
14009
151ad919 14010Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14011
14012 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14013
28e9041c 14014Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14015
14016 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14017 make-all.com, use makefile.vms instead.
14018
14019Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14020
14021 * config.sub: Accept -lnews*.
14022
151ad919 14023Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14024
14025 * configure.in (noconfigdirs): Disable target-newlib,
4b695c23 14026 target-examples and target-libiberty for d30v.
151ad919 14027
14028Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14029
14030 * configure.in (noconfigdirs): Enable ld for d30v.
14031
14032Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14033
14034 * configure.in (tic80-*-*): Build compiler.
14035
14036Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14037
14038 * configure.in (d30v-*): Remove sim directory from list of
4b695c23 14039 unsupported d30v directories
151ad919 14040
14041Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14042
aee16bda 14043 * config.sub, configure.in: Add d30v target cpu.
14044
28e9041c 14045Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14046
14047 * makefile.vms: New file.
14048 * make-all.com: Remove.
14049
14050Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14051
14052 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14053
14054Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14055
14056 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14057
14058Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14059
14060 * Makefile.in (ALL_MODULES): Added all-db.
14061 (CROSS_CHECK_MODULES): Addec check-db.
14062 (INSTALL_MODULES): Added install-db.
14063 (CLEAN_MODULES): Added clean-db.
14064
14065Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14066
14067 * config.guess: Merge with latest FSF sources.
14068
14069Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14070
14071 * Makefile.in (ALL_MODULES): Added all-itcl.
14072 (CROSS_CHECK_MODULES): Added check-itcl.
14073 (INSTALL_MODULES): Added install-itcl.
14074 (CLEAN_MODULES): Added clean-itcl.
14075
14076Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14077
14078 * configure.in: build gdb for mn10200
14079
14080Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14081
14082 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14083
151ad919 14084Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14085
14086 * configure.in (tic80-*-*): Turn off most targets right now.
14087
28e9041c 14088Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14089
14090 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14091 rather than the makeinfo program.
14092 (do-info): Depend upon all-texinfo.
14093
14094Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14095
14096 * configure.in: Remove uses of config/mh-linux.
14097
14098 * config.sub, config.guess: Merge with latest FSF sources.
14099
151ad919 14100Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14101
14102 * config.sub (case $basic_machine): Add tic80 entries.
14103
28e9041c 14104Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14105
14106 * config.sub, config.guess: Merge with latest FSF sources.
14107
14108Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14109
14110 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14111 * mpw-config.in: Test for NewFolderRecursive.
14112 * mpw-install: Use symbolic name for startup filename.
14113 * mpw-README: Add various additional details.
14114
14115Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14116
14117 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14118
14119Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14120
14121 * configure.in: Do build gcc and the target libraries for
14122 the mn10200.
14123
14124Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14125
14126 * configure.in: don't avoid building gdb for mn10300 any more
14127 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14128 instead of single-quoting it.
14129
14130Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14131
14132 * configure.in: Don't use --with-stabs on IRIX 6.
14133
14134Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14135
14136 * configure.in (m32r): Build gdb, libg++ now.
14137
14138Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14139
14140 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14141 directories from noconfigdirs.
14142
14143Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14144
14145 * config.sub (basic_machine): added mips16 configuration
14146
14147Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14148
14149 * config.sub: Handle d10v-unknown.
14150
151ad919 14151Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14152
14153 * config.sub: Handle v850-unknown.
14154
28e9041c 14155Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14156
14157 * Makefile.in: add findutils
14158 * configure.in: add findutils to list of host_tools
14159
14160Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14161
14162 * config.sub: Handle mn10200 and mn10300.
14163
14164Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14165
14166 * configure.in (d10v-*): Do not build librx.
14167
14168Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14169
14170 * configure.in (mn10300): Build everything except gdb & libgloss.
14171
14172Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14173
14174 * config.guess: Patch for Dansk Data Elektronik servers,
14175 from Niels Skou Olsen <nso@dde.dk>.
14176
14177 For ncr, use /bin/uname rather than uname, since GNU uname does not
14178 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14179
14180 Patch for MIPS R4000 running System V,
14181 from Eric S. Raymond <esr@snark.thyrsus.com>.
14182
14183 Fix thinko for nextstep.
14184
14185 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14186
14187 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14188 * config.guess: Guess mips-dec-mach_bsd4.3.
14189
14190 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14191 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14192 release numbers.
14193 * config.guess (mips-mips-riscos*): Emit just enough of the
14194 release number.
14195
14196 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14197 * config.guess (sparc-auspex-sunos*): Added.
14198 (f300-fujitsu-*): Added.
14199
14200 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14201 * config.guess: Recognize a Tadpole as a sparc.
14202
14203Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14204
14205 * config.guess: Don't assume that NextStep version is either 2 or
14206 3. NextStep 4 (aka OpenStep 4) has come out now.
14207
14208Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14209
14210 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14211 From Rik Faith <faith@cs.unc.edu>.
14212
14213Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14214
14215 * config.sub: Contributions from bug-gnu-utils to:
14216 Support plain "hppa" (no version given) architecture, reported by
14217 OpenStep.
14218 OpenBSD like NetBSD.
14219 LynxOs is not a hardware supplier.
14220
14221 * config.guess: Contributions from bug-gnu-utils to add support for:
4b695c23 14222 OpenBSD like NetBSD.
28e9041c 14223 Stratus systems.
14224 More Pyramid systems.
14225 i[n>4]86 Intel chips.
14226 M680[n>4]0 Motorola chips.
14227 Use unknown instead of lynx for hardware manufacturer.
14228
14229Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14230
14231 * install.sh (chmodcmd): Set to null if the DST directory already
14232 exists.
14233
14234Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14235
14236 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14237 not use mt-ppc target Makefile fragment any more.
14238
14239Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14240
14241 * configure.in (*-*-windows): Exclude everything but those dirs
14242 needed to build windows.
14243
14244Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14245
14246 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14247
14248Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14249
14250 * configure.in: Exclude mmalloc from i386-windows.
28e9041c 14251
14252Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14253
14254 * Undo my previous change.
14255
14256Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14257
14258 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14259 unconditionally.
14260 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14261
14262Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14263
14264 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14265 host to add it's own flags.
28e9041c 14266
14267Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14268
14269 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14270
14271Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14272
14273 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14274 (CXX_FOR_TARGET): Likewise.
14275 (GCC_FOR_TARGET): Define.
14276 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14277 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14278 CC_FOR_TARGET was specified on the command line.
14279 (MAKEOVERRIDES): Don't define.
14280
14281Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14282
14283 * configure.in (m32r): Fix spelling of libg++ libs.
14284
14285Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14286
14287 * config.sub (-apple*): Remove, now redundant.
14288
14289Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14290
14291 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14292
14293 * configure: Rework yesterday's sed script patch.
14294
14295 * config.sub: Merge with FSF.
14296
14297Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14298
14299 * config.guess: Merge from FSF.
14300
14301 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
31972771 14302 * config.guess: Use pc instead of unknown, for pc clone systems.
14303 Change linux to linux-gnu.
28e9041c 14304
14305 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
31972771 14306 * config.guess: Avoid non-portable tr syntax.
28e9041c 14307
14308Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14309
14310 * test-build.mk (HOLES): Add "xargs" for gdb.
14311
14312 * configure: Avoid hpux10.20 sed bug.
14313
14314Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14315
5309a301 14316 * configure.in: Add support for windows host
28e9041c 14317 (that is a build done under the Microsoft build environment).
14318
14319Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14320
14321 * Makefile.in: Replace all uses of srcroot with s, to shrink
14322 command line lengths.
14323
14324 Patches from Geoffrey Noer <noer@cygnus.com>:
14325 * configure.in: If configuring for newlib, pass --with-newlib to
14326 subdirectories.
14327 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14328 -Bnewlib/ and -Lwinsup to gcc.
14329 (CXX_FOR_TARGET): Likewise.
14330
14331Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14332
14333 * Makefile.in (ETC_SUPPORT): Add configure.
14334
14335Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14336
aee16bda 14337 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
28e9041c 14338 host configuration file.
14339
14340Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14341
14342 * configure.in: Break mn10x00 support into separate
14343 mn10200 and mn10300 configurations.
14344 * config.sub: Likewise.
14345
14346Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14347
14348 * configure.in: Add lots of stuff to noconfigdirs for
14349 the mn10x00 targets.
14350
14351 * config.sub, configure.in: Add mn10x00 support.
14352
14353Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14354
14355 * make-all.com: Call conf-a-gas, not config-a-gas.
14356
14357Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14358
14359 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
4b695c23 14360 targets.
28e9041c 14361
14362Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14363
14364 * mpw-README: Add much more detail for native PowerMac.
14365 * mpw-install: New file.
14366 * mpw-configure: Add --norecursion and --help options.
14367 * mpw-config.in: Translate readme and install files when
14368 copying to objdir.
14369 * mpw-build.in: Don't always depend on byacc and flex.
14370 (install-only-top): New action.
14371
151ad919 14372Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14373
14374 * configure.in: You can now configure GDB for the v850.
14375
28e9041c 14376Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14377
14378 * configure.in (noconfigdirs): Don't configure any C++ dirs
14379 if targeting D10V.
14380
14381Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14382
14383 * config.sub: Recognize mips64vr5000.
14384
14385Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14386
14387 * configure.in: Use a single line for host_tools and native_only.
14388
14389Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14390
14391 * config.sub, configure.in: Add entries for m32r.
14392
14393Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14394
14395 * Makefile.in (inet-install): Don't run install-gzip.
14396
14397Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14398
14399 * configure.in: Don't config lots of things for *-*-windows*.
14400
14401Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14402
14403 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14404 (host_libs, host_tools): Copy from configure.in.
14405 * mpw-configure: Don't complain about directories not found.
14406
14407Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14408
14409 * configure.in (i[345]86): Recognize i686 for pentium pro.
14410 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14411 file.
14412
14413 * config.guess (i[345]86): Ditto.
14414
14415Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14416
14417 * configure.in (noconfigdirs): Removed gdb for D10V.
14418
151ad919 14419Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
ed37269d 14420
151ad919 14421 * configure.in: Remove ld, target-libio, target-libg++, and
14422 target-libstdc++ from noconfigdirs.
ed37269d 14423
28e9041c 14424Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14425
14426 * configure: Fix three locations where shell scripts were
14427 being run directly rather than with config_shell.
14428
151ad919 14429Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14430
14431 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14432 * config.sub (basic_machine): Recognize v850.
14433
28e9041c 14434Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14435
14436 * mpw-configure: Handle multiple enable/disable options and
14437 pass them down recursively, handle -c and -s flags appropriately
14438 depending on choice of compiler, add escape mechanism for
14439 quoted arguments to gC.
14440
14441Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14442
14443 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14444 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14445 so that -mrelocatable-lib and -mno-eabi are used.
14446
14447 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14448 not support --print-multi-lib, don't abort.
14449
28e9041c 14450Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14451
14452 * make-all.com: Run config-a-gas.
14453 * setup.com: Don't copy subdirectory files around.
14454
14455Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14456
14457 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14458 target, it now compiles correctly.
14459
14460Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14461
14462 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14463
14464Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14465
aee16bda 14466 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
28e9041c 14467
14468Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14469
14470 * configure.in (native_only): Add prms.
14471
14472Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14473
14474 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14475 (BINUTILS_SUPPORT_DIRS): Likewise.
14476
14477Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14478
14479 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14480 d10v support is added.
14481
14482Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14483
14484 * configure.in (d10v-*-*): New target.
14485
14486Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14487
14488 * config.guess (HP 9000/811): Recognize this as a PA1.1
14489 machine.
14490
14491Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14492
14493 * Makefile.in (do-tar-gz): New target, split out from tail end of
14494 taz target. Run each command separately, don't use pipes.
14495 (taz): Use it.
14496
14497Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14498
14499 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14500 * mpw-build.in: No builds should depend on building byacc or flex,
14501 they are assumed to be installed already.
14502
14503Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14504
14505 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14506 variable that CC_FOR_TARGET needs.
14507
14508Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14509
14510 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14511 options have changed since the last time the subdirectory was
14512 configured, and if it has, reconfigure.
14513 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14514 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14515
14516Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14517
14518 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14519 CLEAN_MODULES): Add bash.
14520 (all-bash): New target.
14521
14522Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14523
14524 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14525
14526Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14527
14528 * config.sub (basic_machine): Recognize d10v as a valid processor.
14529
14530Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14531
14532 * mpw-configure: Add support for --bindir.
14533 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14534
14535Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14536
14537 * configure.in: add bash, time, gawk to list of hosttools and things
14538 to only build for native toolchains
14539
14540Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14541
14542 * Makefile.in (docdir): Remove.
14543
14544Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14545
14546 * Makefile.in (datadir): Set to $(prefix)/share.
14547
14548Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14549
14550 * configure.in: build diff and patch for cygwin32-hosted
14551 toolchains.
14552
14553Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14554
14555 * config.sub: Accept -rtems*.
14556
14557Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14558
31972771 14559 * configure.in: enable dosrel for cygwin32-hosted builds,
14560 remove diff from the list of things not buildable
14561 via Canadian Cross
28e9041c 14562
14563Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14564
14565 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
4b695c23 14566 don't get ". ".
28e9041c 14567
14568Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14569
14570 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14571
14572Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14573
14574 * Makefile.in (taz): Handle case where tex3patch didn't even get
14575 checked out. Also, if it was found, put the symlink in a new util
14576 subdirectory.
14577
14578Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14579
14580 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14581
14582Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14583
14584 * config.sub: Recognize -openvms.
14585 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14586 * make-all.com, setup.com: New files.
14587
14588Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14589
14590 * Makefile.in (taz): tex3patch moved to texinfo/util.
14591
14592Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14593
14594 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14595 * configure.in: remove make from disable-if-Can-Cross list
14596 enable gdb if ${host} and ${target} are cygwin32
14597
14598Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14599
14600 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14601 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14602
14603Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14604
14605 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14606 distinguish sysv/svr4/bsd variants.
14607 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14608
14609Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14610
14611 * configure.in: Added copyright notice.
14612 * move-if-change: Added copyright notice.
14613
14614Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14615
14616 * configure.in (powerpcle-*-solaris*): Until we get shared
14617 libraries working, don't build gdb, sim, make, tcl, tk, or
14618 expect.
14619
14620Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14621
14622 * config.guess: Merge with FSF:
14623
14624 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14625 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14626
14627 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14628 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14629
14630 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14631 * config.guess: Combine two OSF1 rules.
14632 Also recognize field test versions. From mjr@zk3.dec.com.
14633 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14634 because GNU uname does not support -p. From pmr@pajato.com.
14635
14636Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14637
14638 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14639
14640Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14641
14642 * mpw-README: Document GCCIncludes.
14643
14644Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14645
14646 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14647
14648Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14649
14650 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14651
14652Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14653
14654 * configure.in (*-*-cygwin32): Configure make.
14655
14656Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14657
14658 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14659
14660Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14661
14662 * Makefile.in (all-inet): Depend on all-perl.
14663
14664 * Makefile.in (inet-install): New target.
14665
14666 * Makefile.in (all-inet): Depend on all-tcl.
14667 (all-inet): Depend on all-send-pr.
14668
14669Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14670
14671 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14672 temporarily.
14673
14674Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14675
14676 * configure.in: Don't configure --with-gnu-ld on AIX.
14677
14678Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14679
14680 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14681
14682Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14683
14684 * Makefile.in (ALL_MODULES): Added all-inet.
14685 (CROSS_CHECK_MODULES): Added check-inet.
14686 (INSTALL_MODULES): Added install-inet.
14687 (CLEAN_MODULES): Added clean-inet.
14688 (all-indent): New target.
14689
14690 * configure.in (host_tools): Added inet.
14691 (native_only): Added inet.
14692 (noconfigdirs): Added inet.
14693
14694Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14695
14696 * configure.in: Don't configure libgloss if we are not configuring
14697 newlib.
14698
14699Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14700
14701 * configure.in: Don't configure libgloss for unsupported
14702 architectures.
14703
14704Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14705
14706 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14707
14708Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14709
14710 * Makefile.in (ALL_MODULES): Include all-apache.
14711 (CROSS_CHECK_MODULES): Include check-apache.
14712 (INSTALL_MODULES): Include install-apache.
14713 (all-apache): New target.
14714
14715 * configure.in: Added apache everywhere perl is seen.
14716
14717Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14718
14719 * Makefile.in: Add support for clean-{module} and
14720 clean-target-{module} rules.
14721
14722Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14723
14724 * configure.in (*-*-ose) do not build libgloss.
14725
14726Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14727
14728 * config.guess (prep*:SunOS:5.*:*): Turn into
14729 powerpele-unknown-solaris2.
14730
14731Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14732
14733 * configure.in: Permit --enable-shared to specify a list of
14734 directories.
14735
14736Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14737
14738 * configure.in (host==solaris): Pass only the first word of $CC
14739 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14740
14741Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14742
14743 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14744
14745Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14746
14747 * Makefile.in (ALL_MODULES): Include all-perl.
14748 (CROSS_CHECK_MODULES): Include check-perl.
14749 (INSTALL_MODULES): Include install-perl.
14750 (ALL_X11_MODULES): Include all-guile.
14751 (CHECK_X11_MODULES): Include check-guile.
14752 (INSTALL_X11_MODULES): Include install-guile.
14753 (all-perl): New target.
14754 (all-guile): New target.
14755
14756 * configure.in (host_tools): Include perl and guile.
14757 (native_only): Include perl and guile.
14758 (noconfigdirs): Don't build guile and perl; no ports have been
14759 done.
14760
14761Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14762
31972771 14763 * configure (--enable-*): Handle quoted option lists such as
14764 --enable-sim-cflags='-g0 -O' better.
28e9041c 14765
14766Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14767
14768 * Makefile.in ({,inst}all-target): New rule so we can make and
14769 install all of the target directories easily.
14770
14771Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14772
14773 * configure.in: Add missing global flag in sed substitution when
14774 deleting `target-' from ${configdirs}.
14775
14776Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14777
14778 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14779 option.
14780
14781 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14782 config/mh-necv4.
14783
14784 * install.sh: Correct misspelling of transformbasename.
14785
14786 * config.guess: Recognize mips-*-sysv*.
14787
14788Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14789
14790 * config.sub: Recognize mon960.
14791
14792Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14793
14794 * configure: Restore Canadian Cross handling of BISON and LEX,
14795 removed in Feb 20 change.
14796
14797Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14798
14799 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14800 Mention make install. Remove the old copyright date as well the
14801 clumsy and rather pointless copyright on the README file.
14802
14803Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14804
14805 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14806 Makefile after running symlink-tree, then run `make distclean' to
14807 avoid clobbering any generated files in srcdir.
14808
14809Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14810
14811 * configure.in (m68k-*-netbsd*): Build everything now.
14812
14813Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14814
14815 * Makefile.in (taz): Fix quoting.
14816
14817Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14818
14819 * configure.in (sparclet-*-*): Build everything now.
14820
14821Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14822
14823 * configure.in (m68k-*-linux*): New host.
14824
14825Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14826
14827 * configure: Check for bison before byacc.
14828
14829Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14830
14831 * Makefile.in configure: Change the way LEX and BISON/YACC are
14832 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14833 searching PATH. These are used as fallbacks by Makefile.in if
14834 flex/bison/byacc aren't in objdir.
14835
14836Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14837
14838 * Makefile.in: Make everything which depends upon all-bfd also
14839 depend upon all-opcodes, in case --with-commonbfdlib is used.
14840
14841Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14842
14843 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14844 building NT native compilers on Unix.
14845
14846Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14847
14848 * configure.in: Don't get CC from the host Makefile fragment if we
14849 can find gcc in PATH, or if this is a Canadian Cross. Move the
14850 Solaris test for /usr/ucb/cc to the post target script, just after
14851 the compiler sanity test.
14852
14853Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14854
14855 * config.sub: Merge with FSF.
14856
14857Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14858
14859 * Makefile.in (RPATH_ENVVAR): New variable.
14860 (REALLY_SET_LIB_PATH): Use it.
14861 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14862
14863Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14864
14865 * config.sub, configure.in: Recognize sparclet cpu.
14866
14867Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14868
14869 * config.guess: Support m68k-cbm-sysv4.
14870
14871Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14872
14873 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14874 m68k-unknown-linuxaout from linker help string. Put quotes around
14875 $ld_help_string.
14876
14877Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14878
14879 * config.guess (powerpc-harris-powerunix): Add guess for port
14880 to new target.
14881
14882Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14883
14884 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14885
14886Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14887
14888 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14889 $(REALLY_SET_LIB_PATH) in Makefile.
14890 * Makefile.in (SET_LIB_PATH): New variable.
14891 (REALLY_SET_LIB_PATH): New variable.
14892 ($(DO_X)): Use $(SET_LIB_PATH).
14893 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14894 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14895 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14896 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14897 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14898 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14899 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14900 (install-dosrel): Likewise.
14901 (all-opcodes): Depend upon all-libiberty.
14902
14903Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14904
14905 * config.guess (*:CYGWIN*): New
14906
14907Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14908
14909 * Makefile.in (all-target-winsup): All all-target-libiberty.
14910
14911Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14912
14913 * configure.in (noconfigdirs): Add missing # in front of comment.
14914
14915Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14916
14917 * configure.in: add second pass to things added to noconfigdirs
14918 so *-gm-magic can exclude libgloss properly.
14919
14920Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14921
14922 * mpw-configure (extralibs_name, rez_name): Set correctly
14923 for MWC68K compiler.
14924
14925 * mpw-README: Add more info on the necessary build tools.
14926
14927Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14928
14929 * configure.in, config.sub: Recognize cygwin32.
14930
14931Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14932
14933 * config.guess, config.sub: Recognize A/UX.
14934
14935Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14936
14937 * config.sub: Merge with gcc/config.sub.
14938
14939Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14940
14941 * mpw-build.in (do-binutils): Add build of stamps.
14942
14943Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14944
14945 * config.sub: Add recognition for mips64vr4100*-* targets.
14946
14947Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14948
14949 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14950 Add creation of gconfigargs with `--enable-shared' turned on.
14951 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14952 ($(host)-stamp-stage3-configured): Likewise.
14953 (HOLES): Add chatr and ldd.
14954 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14955
14956Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14957
14958 * configure: Pass --nfp to recursive configures.
14959
14960Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14961
14962 * Makefile.in (DLLTOOL): New.
14963 (DLLTOOL_FOR_TARGET): New.
14964 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14965 (EXTRA_TARGET_FLAGS): Ditto.
14966 (EXTRA_GCC_FLAGS): Ditto.
14967 (CONFIGURE_TARGET_MODULES): Ditto.
14968 (DO_X): Ditto.
14969 * configure: Add DLLTOOL.
14970
14971Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14972
14973 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14974 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14975 mh-sco, since old workarounds no longer needed, and don't
14976 build ld, since libraries have weak symbols in COFF.
14977
14978Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14979
14980 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14981
14982Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14983
14984 * configure.in: Make sure that ${CC} can be used to compile an
14985 executable.
14986
14987Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14988
14989 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14990 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14991 nothing depending on whether gdbtk is being built.
14992
14993Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14994
14995 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14996
14997Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14998
14999 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15000 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15001
15002Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15003
15004 * config-ml.in: Add support for
15005 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15006 Simplify setting of multidirs from --disable-foo.
15007
15008Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15009
15010 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15011 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15012 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
4b695c23 15013 non-empty, pass them on to the GCC make.
28e9041c 15014 (all-bootstrap): New rule that is like all-gcc, except it executes
15015 the GCC bootstrap rule instead of the GCC all rule.
15016
15017Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15018
15019 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15020
15021Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15022
15023 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15024 DG/UX support.
15025
15026Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15027
15028 * config.sub (i*86*) Change [345] to [3456]
15029
15030Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15031
15032 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15033 --with-gnu-ld=no.
15034
15035Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15036
15037 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15038 AIX multilibs get built.
15039
15040Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15041
15042 * configure.in (i386-win32): Don't build expect if we're not
15043 building the tcl subdir.
15044
15045Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15046
15047 * Makefile.in: (configure-target-examples, all-target-examples):
15048 New targets, configure and build example programs.
15049
15050Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15051
15052 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15053 use it as input to sedit the generated MPW makefile.
15054 * mpw-README: Add a suggestion about Gestalt.h.
15055
15056Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15057
15058 * config.sub: Accept *-*-ieee*.
15059
15060Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15061
15062 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15063 Ronald F. Guilmette <rfg@monkeys.com>.
15064
15065Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15066
15067 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15068 for powerpc-pe native.
15069 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15070 (target==powerpc-pe): duplicate i386-win32 entry.
15071
15072Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15073
15074 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15075 of vxworks, not just vxworks5.1.
15076
15077Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15078
15079 * mpw-configure: Add support for exec-prefix.
15080
15081Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15082
15083 * config.guess: Recognize HP model 816 machines as having
15084 a PA1.1 processor.
15085
15086Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15087
15088 * configure: Ignore new autoconf configure options.
15089
28e9041c 15090Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15091
15092 * config.guess: Recognize Pentium under SCO.
15093 From Robert Lipe <robertl@arnet.com>.
15094
15095Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15096
15097 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
28e9041c 15098
15099Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15100
15101 * configure.in: Don't configure gas for alpha-dec-osf*.
15102
15103Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15104
15105 * configure.in: Default to --with-stabs for some targets for which
15106 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15107 i[345]86*-*-unixware*.
15108
15109Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15110
15111 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15112 rather than basing it on the target. Simplify handling of options
15113 controlling which directories to configure. Remove extraneous
15114 slash in multi-clean target.
15115
15116Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15117
15118 * config-ml.in: Prefix more variables with ml_ so they don't collide
15119 with configure's.
15120
15121Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15122
15123 * configure: Don't turn -v into --v.
15124
15125Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15126
15127 * configure.in (targargs): Fix typo.
15128
15129 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15130
15131Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15132
15133 * configure.in: Strip --host and --target options from
15134 CONFIG_ARGUMENTS, and always configure for --host only. Add
15135 --with-cross-host option when building with a cross-compiler.
15136 * configure: Canonicalize the arguments put into config.status by
15137 always using `=' for an option with an argument. Pass a presumed
15138 --host or --target explicitly.
15139
15140Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15141
15142 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15143 into general OS recognition case.
15144
15145Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15146
15147 * configure.in (target_configdirs): add target-winsup only
15148 for win32 target systems.
15149
15150Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15151
15152 * Makefile.in (all-target-libgloss): Depend upon
15153 configure-target-newlib, since when libgloss is built it looks to
15154 see if the newlib directory exists.
15155
15156Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15157
15158 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15159 cfg-ml-*.in.
15160
15161Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15162
15163 * configure: Handle LD and LD_FOR_TARGET when configuring a
15164 Canadian Cross.
15165
28e9041c 15166Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15167
15168 * configure.in (target_libs): add target-winsup.
15169 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15170 (target==ppcle-pe): remove ld from $noconfigdirs.
15171
15172Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15173
15174 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15175 Preserve relative path names in $srcdir. Build symlink tree if
15176 configuring cross target dir and srcdir=. (= no VPATH support).
15177 (configure-target-libg++): Depend on configure-target-librx.
15178 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15179 * config-ml.in: New file.
15180 * symlink-tree: New file.
15181 * configure: Ensure srcdir="." if that's what it is.
15182
15183Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15184
15185 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15186 includes and FLEX_SKELETON setting.
15187 * mpw-configure (--with-gnu-ld): New option, controls whether
15188 to use PPCLink or ld with PowerMac GCC.
15189 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15190 * mpw-config.in: Configure grez if targeting Mac.
15191
15192 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
4b695c23 15193 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15194 just macos.
28e9041c 15195 * configure.in: Configure grez resource compiler if targeting Mac.
15196 * Makefile.in (all-grez, install-grez): New targets.
15197
15198Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15199
15200 * configure: CXX defaults to gcc, not g++. If we find
4b695c23 15201 gcc in the path, set CC to gcc -O2.
28e9041c 15202
15203Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15204
15205 * configure: Default ${build} correctly. Avoid picking up extra
15206 spaces when reading CC and CXX from Makefile. When doing a
15207 Canadian Cross, use plausible default values for numerous
15208 variables.
15209 * configure.in: When doing a Canadian Cross, don't try to
15210 configure tools whose configure script can't handle it.
15211
15212Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15213
15214 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15215
15216Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15217
15218 * configure: Remove dubious bug reporting address.
15219
15220Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15221
15222 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15223 configure script, run that instead of this directory's configure.
15224 In either case, print a message that we're configuring the sub-dir.
15225
15226Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15227
15228 * configure.in: Before checking for the existence of various files,
15229 use sed to filter out "target-".
15230
15231Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15232
15233 * Makefile.in (DO_X): Split rule to decrease command line length
15234 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15235 (Philippe De Muyter).
15236
15237Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15238
15239 * Makefile.in (all-patch): depend on all-libiberty.
15240
15241Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15242
15243 * configure.in: If the only directory in target_configdirs which
15244 actually exists is libiberty, then set target_configdirs to empty,
15245 to avoid trying to build a target libiberty in a gas or gdb
15246 distribution.
15247
15248Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15249
15250 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
4b695c23 15251 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15252 systems.
28e9041c 15253
15254Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15255
15256 * configure.in (copy_dirs): Use sys-include instead of include
15257 for --with-headers option.
15258
15259Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15260
15261 * Makefile.in, configure.in: Make winsup builds work with
15262 new scheme.
15263
15264Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15265
15266 * configure.in: Build the linker on AIX.
15267
15268Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15269
15270 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15271 where needed.
15272
15273Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15274
15275 * Makefile.in (all-gcc): Fix typo.
15276
15277Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15278
15279 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15280
15281Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15282
15283 * configure.in: Rename libFOO to target-libFOO, and xiberty
15284 to target-xiberty, to provide more flexibility.
15285 (target_subdir): Define. Create if cross.
15286 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15287 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15288 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15289 check-libFOO -> check-target-libFOO, etc.
15290 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15291 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15292 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15293 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15294 allow ALL_GCC="" to only configure.
15295 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15296 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15297 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15298
15299Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15300
15301 * Makefile.in (taz): Build "info" in etc explicitly.
15302
15303Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15304
15305 * configure.in: Make sure that CC is undefined (as opposed to
15306 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15307 problem with autoconf trying to configure on a host without GCC.
15308
15309Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15310
15311 * mpw-configure: Set host alias from choice of host compiler,
15312 only use generic MPW Makefile sed if present, edit a file
15313 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15314 * mpw-README: Add problem notes about CW6 and CW7.
15315
15316Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15317
15318 * Makefile.in (taz): Use ";" instead of ";;".
15319
15320Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15321
15322 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15323 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15324 DISTDOCDIRS.
15325 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15326 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15327
15328Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15329
15330 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15331 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15332 Move bfd to DISTSTUFFDIRS.
15333
15334Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15335
15336 * Makefile.in (X11_LIB): Removed.
15337 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15338
15339 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15340
15341Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15342
15343 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15344 names.
15345
15346Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15347
15348 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15349
15350Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15351
15352 * configure.in (i[345]86-*-win32): Always build newlib.
15353 Don't configure cvs, autoconf or texinfo.
15354 * Makefile.in (LD_FOR_TARGET): New.
15355 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15356 Pass down LD_FOR_TARGET.
15357
15358Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15359
15360 * winsup: New directory.
15361 * Makefile.in: Build winsup.
15362 * configure.in: Winsup is configured when target is win32.
15363 Can only build win32 target GDB when native.
aee16bda 15364
28e9041c 15365Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15366
15367 * config.guess: Recognize HP model 819 machines as having
15368 a PA 1.1 processor.
15369
15370Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15371
15372 * configure: Fix sed loop which substitutes for CC and CXX to
15373 avoid bug found in various sed implementations.
15374
15375Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15376
15377 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15378 simulator. Use standard powerpc-*-eabi*.
15379
15380Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15381
15382 * configure.in: Stop putting gas and binutils in noconfigdirs for
15383 powerpc-*-aix* and rs6000-*-*.
15384
15385Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15386
15387 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15388 -mcall-aixdesc libraries.
15389
15390Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15391
15392 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15393
15394 * config.sub (arm | armel | armeb): Fix shell syntax.
15395
15396Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15397
15398 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15399 -msoft-float and -mcpu=common support.
15400 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15401 libraries.
15402
15403Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15404
15405 * configure.in: Allow configuration and build of emacs19 for the alpha.
15406
15407Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15408
15409 * configure.in (CC): Get ^CC, not just any old CC, from
15410 ${host_makefile_frag}.
15411
15412Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15413
aee16bda 15414 * configure.in (CC): Try to get CC from
28e9041c 15415 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15416
15417Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15418
15419 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15420 only if it exists in $(srcdir).
15421
15422Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15423
15424 * configure: If CC and CXX are not set in the environment, set
15425 them, based on either an existing Makefile or on searching for gcc
15426 in PATH. Substitute for CC and CXX in Makefile.
15427 * configure.in: Remove libm from target_libs. Separate
15428 target_configdirs from configdirs. If CC is not set in
15429 environment, try to get it from a host Makefile fragment. Rewrite
15430 changes of configdirs to use skipdirs instead. A few minor
15431 tweaks. Take directories out of target_configdirs as they are
15432 taken out of configdirs. Remove existing Makefile files from
15433 subdirectories. Substitute for TARGET_CONFIGDIRS and
15434 CONFIG_ARGUMENTS in Makefile.
15435 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15436 by configure.in.
15437 (CONFIG_ARGUMENTS): Likewise.
15438 (CONFIGURE_TARGET_MODULES): New variable.
15439 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15440 ($(CONFIGURE_TARGET_MODULES)): New target.
15441 (configure-libg++, configure-libio): New targets.
15442 (all-libg++): Depend upon configure-libg++.
15443 (all-libio): Depend upon configure-libio.
15444 (configure-libgloss, all-libgloss): New targets.
15445 (configure-libstdc++): New target.
15446 (all-libstdc++): Depend upon configure-libstdc++.
15447 (configure-librx, all-librx): New targets.
15448 (configure-newlib): New target.
15449 (all-newlib): Depend upon configure-newlib
15450 (configure-xiberty): New target.
15451 (all-xiberty): Depend upon configure-xiberty.
15452
15453Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15454
15455 * configure.in (host i[345]86-*-win32): Expand the
15456 noconfigdirs again.
15457
15458Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15459
15460 * mpw-configure: Fix sed command file name.
15461
15462Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15463
aee16bda 15464 * configure.in (host i[345]86-*-win32): Reduce the
28e9041c 15465 noconfigdirs again.
15466
15467Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15468
15469 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15470 or powerpc*-*-pe*, since they are not yet supported.
15471
15472Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15473
15474 Add PowerMac support and many other enhancements.
15475 * mpw-configure: New option --cc to select compiler to use,
15476 paste options set according to --cc into the generated
15477 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15478 if mpw-make.sed is present.
15479 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15480 add forward includes for PowerPC include files.
15481 * mpw-build.in: Build using Makefile.PPC if present.
15482 (do-byacc, etc): Remove separate version resource builds.
15483 (do-gas): Build "stamps" before "all".
15484 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15485 * mpw-README: Update to reflect --cc option, PowerMac support,
15486 and recently-reported compatibility problems.
15487
15488Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15489
15490 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15491 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15492 (--with-multilib-top): Pass to recursive invocations.
15493
15494Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15495
15496 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15497 v810-*-*.
15498
15499Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15500
15501 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15502 gdb, ld and opcodes on v810-*-*.
15503
28e9041c 15504Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15505
15506 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15507 (local-maintainer-clean): New target.
15508 (maintainer-clean): New target.
15509 (realclean): Just depend upon maintainer-clean.
15510
15511Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15512
15513 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15514
15515Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15516
15517 * configure.in: Build ld in mips*-*-bsd* case.
15518
15519Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15520
15521 * config.sub: Accept -lites* OS. From Ian Dall.
15522
15523Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15524
15525 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
4b695c23 15526 targets.
28e9041c 15527
15528Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15529
15530 * configure.in: treat i386-win32 canadian cross the same as
15531 i386-go32 canadian cross.
15532
15533Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15534
15535 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15536 running under the simulator to build a reduced set of libraries.
15537 (powerpc-*-eabiaix): Add fine grained multilib support added to
15538 other powerpc targets yesterday.
15539
15540Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15541
15542 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15543 -disable-softfloat, -disable-relocatable, -disable-aix, and
15544 -disable-sysv to control which multilib libraries get built.
15545
15546Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15547
15548 * configure: Add Makefile.tem to list of files to remove in trap
15549 handler.
15550
15551Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15552
15553 * config.guess (*Linux*): Add missing "exit"s.
15554 Also, need specific check for alpha-unknown-linux (uses COFF).
15555
15556Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15557
15558 * config.guess: Merge with FSF:
15559
15560 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15561 * config.guess (AIX4): More robust release numbering discovery.
15562
15563 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15564 * config.guess (i386-sequent-ptx): Properly get version number.
15565
15566 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15567 * config.guess (mips:*:4*:UMIPS): New case.
15568
15569Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15570
15571 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15572 (i386-win32 host): Likewise. Don't build readline.
15573
15574Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15575
15576 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15577 SUPPORT_FILES to submakes.
15578
15579Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15580
15581 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15582 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15583 mpw-configure.
15584
15585Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15586
15587 * configure.in (appdirs): Use =, not ==, in test expression when
15588 trying to build the text to print in the warning message for
15589 Solaris users.
15590
15591Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15592
15593 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15594
15595Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15596
15597 * config.guess: Recognize lynx-2.3.
15598
15599Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15600
15601 * config.sub (z8ksim): Deleted
15602 (z8k-*-coff): New, this is the one true name of the target.
15603
15604Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15605
15606 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15607
15608Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15609
15610 * config.guess (*:Linux:*:*): First try asking the linker what the
15611 default object file format is (elf, aout, or coff). Then if this
15612 fails, try previous methods.
15613
15614Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15615
15616 * configure.in: Don't build newlib for *-*-vxworks5.1.
15617
15618Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15619
15620 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15621 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15622
15623Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15624
15625 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15626
15627Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15628
15629 * cfg-ml-com.in: New file.
15630 * cfg-ml-pos.in: New file.
15631
15632Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15633
15634 * COPYING.NEWLIB: Add HP free copyright to list.
15635
15636Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15637
15638 * config.sub: Recognize -eabi* for the system, not just -eabi.
15639
15640Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15641
15642 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15643 * config.sub, configure.in (win32): New target and host.
15644
15645Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15646
15647 * configure.in: Add i386-pe configuration.
15648
15649Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15650
15651 * mpw-build.in (install): Install GDB after LD.
15652
15653Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15654
15655 * mpw-config.in (elf/mips.h): Always forward-include, needed
15656 for GDB to build.
15657
15658Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15659
15660 * testsuite: New directory for customer acceptance and whole tool
15661 chain tests.
15662
15663Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15664
15665 * configure: If per-host line isn't found, but AC_OUTPUT is found
15666 and a configure script exists, run it instead.
15667
15668Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15669
15670 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15671
15672Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15673
15674 * configure: Set build_{cpu,vendor,os,alias} to host values when
15675 --build isn't specified.
15676
15677Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15678
15679 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15680 (FLAGS_TO_PASS): Pass them.
15681 (EXTRA_TARGET_FLAGS): Ditto.
15682
28e9041c 15683Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15684
15685 * Makefile.in (all-libg++): Depend on all-libstdc++.
15686
15687Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15688
15689 * configure.in (noconfigdirs): Enable all packages for
15690 i386-unknown-netbsd.
15691
15692Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15693
15694 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15695 hosted builds (DOS builds)
15696
15697Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15698
15699 Changes for ARM based on patches from Richard Earnshaw:
15700 * config.sub: Handle armeb and armel.
15701 * configure.in: Omit arm linker only for riscix.
15702
15703Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15704
15705 * config.guess: Update from FSF.
15706
15707Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15708
fee90afd 15709 * config.sub: Recognize powerpcle as the little endian variant of
28e9041c 15710 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15711 powerpcle variant. Convert pentium into i586, not i486. Add p5
15712 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15713 temporarily.
15714
15715Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15716
15717 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15718
15719Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15720
15721 * config.sub: Accept -lites* as a basic system type.
15722
15723Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15724
15725 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15726 installed, and if so return linuxoldld as the system name.
15727
15728Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15729
15730 * config.guess: Add hppa1.1-hp-lites support.
15731
15732Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15733
15734 * configure.in: Don't build newlib for m68k-vxworks5.1.
15735
15736Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15737
15738 * configure.in (mips-sgi-irix6): Use mh-irix5.
15739
15740Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15741
15742 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15743
15744Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15745
15746 * test-build.mk: Enable building of shared libraries on IRIX 5 and
31972771 15747 OSF/1. Fix compiler flags.
28e9041c 15748 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15749
15750Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15751
15752 * configure.in: Recognize --with-newlib.
15753 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15754
15755Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15756
151ad919 15757 * Makefile.in: move {all,check,install}-gdb from *_MODULES
28e9041c 15758 to *_X11_MODULES due to gdbtk needing X include files et al.
15759
15760Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15761
15762 Merge in support for Mac MPW as a host.
15763 (Old change descriptions retained for informational value.)
15764
15765 * mpw-config.in: Add generic include forwards for cpu-specific
15766 include files in aout and elf directories.
15767
15768 * mpw-configure: Added copyright.
15769 * mpw-config.in: Check for presence of required build tools.
15770 (target_libs): Add newlib.
15771 (target_tools): Add examples.
15772 (Read Me): Generate as "Read Me for MPW" instead.
15773 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15774 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15775 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15776
15777 * mpw-configure: Remove subdir-specific makefile hackery,
15778 delete mk.tmp after using it.
15779
15780 * mpw-build.in (all): Display start and end times.
15781
15782 * mpw-configure (host_canonical): Set.
15783 (target_cpu): Always add to makefiles.
15784 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15785 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15786 (mpw-mh-mpw): Look for in srcdir and srcroot.
15787 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15788
15789 * mpw-build.in: (install-only): New target.
15790
15791 * mpw-configure (host_alias, target_alias): Rename from hostalias
15792 and targetalias, add into generated Makefile.
15793 (mk.tmp): If present, add into generated Makefile.
15794 * mpw-build.in (all-gas): Build config.h first before gas proper.
15795
15796 * mpw-configure (config.status): Write only if changed.
15797 * mpw-config.in (readline): Configure it (not built, just used for
15798 definitions).
15799
15800 * mpw-config.in (elf/mips.h): Add a forward include.
15801
15802 * mpw-config.in: Forward-include most .h files in include into
15803 extra-include.
15804 (readline): Don't build.
15805 mpw-build.in (install): Install GDB.
15806
15807 * mpw-configure (prefix, mpw_prefix): Handle it.
15808 * mpw-config.in (mmalloc, readline): Don't configure.
15809 * mpw-build.in (thisscript): Rename to ThisScript.
15810 Use mpw-build instead of BuildProgram everywhere.
15811 (mmalloc, readline): Don't build.
15812 * mpw-README: New file, basic documentation about the MPW port.
15813
15814 * mpw-config.in: Use forward-include to create include files.
15815
15816 * mpw-configure: Add more things to the top of each configured
15817 Makefile, including contents of config/mpw-mh-mpw.
15818 * mpw-config.in (extra-include): Create this directory and fill it
15819 with Posix-like include files when configuring.
15820
15821 * config.sub (apple, mac, mpw): Add various aliases.
15822
15823 * mpw-build.in: New file, top-level build script fragment for MPW.
15824 * mpw-configure: New file, configure script for MPW.
15825 * mpw-config.in: New file, config fragment for MPW.
15826
15827Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15828
15829 * configure.in (host_libs): Remove glob, since it is gone from the
15830 sources.
15831
15832Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15833
15834 * Makefile.in: define empty GDB_NLM_DEPS var.
15835
15836 * configure.in(target_makefile_frag): use config/mt-netware
15837 for netware targets.
15838
15839Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15840
15841 * config.sub: Merge in recent FSF changes. Remove linux special
15842 cases.
15843
15844Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15845
5309a301 15846 Revert this change:
28e9041c 15847
15848 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15849
15850 * build-all.mk: Use CC=cc -Xs on Solaris.
15851
28e9041c 15852Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15853
15854 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15855 stop using it.
15856 * Makefile.in: Nuke all references to glob subdirectory.
15857
15858Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15859
15860 * configure.in: Fix --enable-shared logic in per-host.
15861
15862Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15863
15864 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15865
15866Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15867
15868 * configure.in (noconfigdirs): Don't build gas on AIX, for
15869 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15870
15871Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15872
15873 * configure: Fix --cache-file to work if the file argument is a
15874 relative path.
15875
15876Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15877
15878 * configure: If the --cache-file is used, pass it down to
15879 configure in subdirectories.
15880
15881Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15882
15883 * config.sub: add vxworks29k configuration.
15884
15885Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15886
15887 * Makefile.in (taz): Do "diststuff" part quietly.
15888
15889Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15890
15891 * config.sub: Mini-merge with gcc/config.sub.
15892
15893Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15894
15895 * config.guess (IRIX): Sed - to _.
15896
15897Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15898
15899 * Makefile.in (source-vault, binary-vault): New targets.
15900
15901Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15902
15903 * config.sub: Recognize -eabi as a basic system type.
15904
15905Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15906
15907 * configure.in (enable_shared stuff): Fix typo.
15908
15909Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15910
15911 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15912
15913Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15914
15915 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15916
15917Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15918
15919 * configure.in (rs6000-*-*): Don't build gas.
15920
15921Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15922
15923 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15924 reduce command line length.
15925 (AS_FOR_TARGET): Check for as.new, not Makefile.
15926 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15927
15928Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15929
15930 * config.guess: Merge from FSF.
15931
15932Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15933
15934 * configure: Don't use $ when handling program_suffix.
15935
15936Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15937
15938 * configure.in: Configure tk for hppa/hpux.
15939
15940Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15941
15942 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15943
15944Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15945
15946 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15947 to LIBCXXFLAGS. Tests are better run without it.
15948
15949Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15950
15951 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15952
15953Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15954
15955 * configure.in (*-*-netware*): Don't configure xiberty.
15956
15957Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15958
15959 * configure.in: Remove tk from native_only list.
15960
15961Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15962
15963 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15964 for special NCD build.
15965
15966Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15967
15968 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15969 makeall.bat, they're only useful for binutils snapshots.
15970 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15971 makeall.bat to specified SUPPORT_FILES.
15972
15973Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15974
15975 * build-all.mk: Add Ericsson targets to sun4 and solaris
15976 hosts. Add BNR's sun4 target to solaris host, so their
15977 build-from-source will be tested in-house first.
15978
15979Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15980
15981 * Makefile.in (LIBCFLAGS): New variable.
15982 (CFLAGS_FOR_TARGET): Ditto.
15983 (LIBCFLAGS_FOR_TARGET): Ditto.
15984 (LIBCXXFLAGS): Ditto.
15985 (CXXFLAGS_FOR_TARGET): Ditto.
15986 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15987 (BASE_FLAGS_TO_PASS): Pass them.
15988 (EXTRA_TARGET_FLAGS): Ditto.
15989
5309a301 15990 * configure.in: Support --enable-shared.
28e9041c 15991
15992Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15993
15994 * configure.in (target_libs): Include libstdc++ again.
15995 * config.guess: Update from FSF (for FreeBSD).
15996
15997Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15998
15999 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16000 makeall.bat.
16001 (DISTDOCDIRS): Add `etc'.
16002 (ETC_SUPPORT_PFX): New variable.
16003 (taz): Include anything from etc starting with a word in
16004 ETC_SUPPORT_PFX.
16005
16006Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16007
16008 * config.sub: Update for recent FSF changes. Remove obsolete
16009 h8300hds entry. Add -windows* and -osx as basic os. Minor
16010 spacing changes.
16011
16012Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16013
16014 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16015
16016 * config.guess: Merge with FSF.
16017 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16018
16019Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16020
16021 * configure: Since the "trap 0" handler will override the exit
16022 status on many systems, only use it for "exit 1", and make it set
16023 a non-zero exit status; reset it before "exit 0". Also, check
16024 exit status of config.sub, and error out if it failed.
16025
16026Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16027
16028 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16029 and install libgloss.
16030
16031Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16032
16033 * Makefile.in (all-binutils): Depend upon all-byacc.
16034
16035 * configure.in: Don't build emacs on Irix 5.
16036
16037Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16038
16039 * configure.in (*-*-netware*): Add libio.
16040
16041Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16042
16043 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16044 (CHECK_TARGET_MODULES): Ditto.
16045 (INSTALL_TARGET_MODULES): Ditto.
16046 (TARGET_LIBS): Ditto.
16047 (all-libstdc++): Note dependencies.
16048
16049Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16050
16051 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16052
16053Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16054
16055 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16056 -fexternal-templates.
16057
16058 * configure.in (target_libs): Add libstdc++.
16059 (noconfigdirs): Add libstdc++ as appropriate.
16060
16061Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16062
16063 * config.guess: Update from FSF.
16064
16065Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16066
16067 * configure: Use ${config_shell} when running ${configsub}.
16068
16069Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16070
16071 * config.sub: No longer recognize h8300h.
16072
16073Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16074
16075 * config.sub: Remove extraneous differences between config.sub and
16076 gcc/config.sub.
16077
16078Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16079
16080 * Makefile.in (DISTSTUFFDIRS): Add gas.
16081
16082Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16083
16084 * COPYING.NEWLIB: New file.
16085
16086Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16087
16088 * config.guess (HP-UX): Patch from Harlan Stenn
16089 <harlan@landmark.com> to also emit release level.
16090
16091Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16092
16093 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16094
16095Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16096
16097 * config.sub: Merge nextstep cleanup from FSF.
16098
16099Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16100
16101 * configure.in (arm-*-*): Don't configure ld for this target.
16102
16103Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16104
16105 * configure.in (*-*-netware): don't configure libg++, libio,
16106 librx, or newlib.
16107
16108Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16109
16110 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16111 configure ld--it works, but it doesn't support shared libraries.
16112
16113Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16114
16115 * config.guess (*-unknown-freebsd*): Get rid of possible
16116 trailing "(Release)" in version string.
16117 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16118
16119Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16120
16121 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16122 Fix type: *-next-neststep -> *-next-nextstep.
16123
16124 * config.guess: Merge from FSF:
16125
16126 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16127
16128 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16129
16130 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16131
16132 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16133 instead of UNIX_SV for UnixWare 1.0).
16134
16135Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16136
16137 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16138 to make gdb/nlm/* build after the compiler and linker.
16139
16140Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16141
16142 * config.guess (netbsd, freebsd, linux): Accept any machine,
16143 not just i[34]86.
16144 (m68k-atari-sysv4): Relocate to match FSF version.
16145
16146 * config.guess: More merges from the FSF:
16147
16148 Add a space before function call or macro invocation.
16149
16150 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16151
16152 * config.guess: Add trap cmd to remove dummy.c and dummy when
16153 interrupted.
16154
16155 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16156
16157 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16158 (dummy): Redirect stderr from compilation of dummy.c.
16159
16160 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16161
16162 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16163
16164Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16165
16166 * configure: Accept and ignore --cache*, for compatibility with
16167 new autoconf.
16168
16169Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16170
16171 * config.guess: Merge from FSF:
16172
16173 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16174
16175 * config.guess (Pyramid*:OSx*:*:*): New case.
31972771 16176 (PATH): Add /.attbin at end for finding uname.
16177 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
28e9041c 16178
16179 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16180
31972771 16181 * config.guess (M88*:DolphinOS:*:*): New case.
28e9041c 16182
16183 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16184
31972771 16185 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16186 to select whether to use ELF or COFF.
28e9041c 16187
16188 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16189
31972771 16190 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
28e9041c 16191
16192 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16193
16194 * config.guess: Guess the OS version for HPUX.
16195
16196 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16197
16198 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16199
16200Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16201
16202 * configure.in: Recognize --with-headers, --with-libs, and
16203 --without-newlib.
16204 * Makefile.in (all-xiberty): Depend upon all-ld.
16205
16206Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16207
16208 * configure.in: Change i[34]86 to i[345]86.
16209
16210Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16211
16212 * configure (version): A few more tweaks to help message.
16213
16214Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16215
16216 * Makefile.in: Remove (for now) librx as a host library,
16217 now that we're building it for target.
16218
16219Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16220
16221 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16222 (Karl Berry).
16223
16224Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16225
16226 * configure.in: Also configure librx.
16227
16228Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16229
16230 * Makefile.in: Update various rules to reflect that librx
16231 is now needed for libg++.
16232
16233Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16234
16235 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16236
16237Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16238
16239 * configure.in: Configure the examples directory.
16240
16241Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16242
16243 * configure: Simplify Jun 2 1994 change.
16244
16245Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16246
16247 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16248 /bin/gcc isn't good enough to build gcc.
16249
16250Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16251
16252 * Makefile.in (GDB_SUPPORT_FILES): Remove
16253 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16254 (gdb.tar.gz): Add new rule to use standard distribution building
16255 mechanism.
16256
16257Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16258
16259 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16260 Bill Cox <bill@cygnus.com>.
16261
16262Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16263
16264 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16265
16266Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16267
16268 * configure: Search current dir first in .gdbinit.
16269
16270Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16271
16272 * config.sub: Recognize freebsd (merged from gcc config.sub).
16273
16274Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16275
16276 * config.sub: Refer to NeXT's operating system as nextstep.
16277
16278 * config.sub (case $basic_machine): Re-order the cases, to match
16279 the order in the FSF version (which is mostly alphabethical).
16280 Merge in some additions and changes from the FSF.
16281
16282Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16283
16284 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16285 * config.sub: Recognize cxux7.
16286 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16287
16288Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16289
16290 * config.sub: Fix typo powerpc -> powerpc-*.
16291
16292Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16293
16294 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16295
16296 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16297 parallel with all-emacs and install-emacs). Top-level command
16298 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16299
16300Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16301
16302 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16303 $(relbindir)/make before doing ``make install'', and use
16304 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16305 installing over running make binary.
16306 ($(host)-stamp-stage3-installed): Likewise.
16307
16308Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16309
16310 * config.guess: Recognize Mach.
16311
16312Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16313
16314 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16315 see whether --exec-prefix was used.
16316
16317Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16318
16319 * README: Explicitly mention libg++/README. (Zoo's idea.)
16320
16321Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16322
16323 * Makefile.in: Add all-librx target similar to all-libproc.
16324
16325Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16326
16327 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16328 with post 1.2 uname bogosity.
16329
16330Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16331
16332 * configure: Remove temporary files on receipt of a signal.
16333
16334Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16335
16336 * configure: If there is a package_makefile_frag, remove
16337 ${subdir}/Makefile.tem after copying it in.
16338
16339Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16340
16341 * build_all.mk: support rs6000 lynx identifies itself as
16342 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16343 since /bin/gcc is too feeble to compile a modern gcc.
16344
16345Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16346
16347 * brought devo/test-build.mk update-to-date with progressive/
16348 test-build.mk. Add lynx targets and hppa flag info.
16349
16350Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16351
16352 * configure.in: Use mh-ncrsvr43. Patch from
16353 Tom McConnell <tmcconne@sedona.intel.com>.
16354
16355Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16356
16357 * config.guess (i386-unknown-bsdi): No longer need to
16358 check #if defined(__bsdi__) && defined(__i386__).
16359
16360Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16361
16362 * configure: Set program_transform_nameoption correctly.
16363
16364Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16365
16366 * brought build-all.mk update-to-date with progressive build-all.mk,
16367 added new targets and hppa info.
aee16bda 16368
28e9041c 16369Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16370
16371 * configure: If config.guess result is a prefix of the user
16372 specified target, assume a native build and use the user specified
16373 target as the host alias. Remove SunOS patch suffix removal hack.
16374 * configure.in: Remove SunOS patch suffix removal hack.
16375
16376 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16377 in NATIVE_CHECK_MODULES.
16378
16379Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16380
16381 * Makefile.in: Rename HOST_ONLY to NATIVE.
16382 * configure: Delete SunOs patch suffix from host_canonical
16383 and build_canonical variables that are prepended to Makefiles.
16384 * configure.in: Add comments for easier maintenance.
16385
16386Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16387
16388 * Makefile.in: Add all-libproc target similar to all-gui.
16389
16390Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16391
16392 * Makefile.in (CHECK_MODULES): split into
16393 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16394
16395Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16396
16397 * config.guess (i386-unknown-bsdi): New system to guess.
16398
16399Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16400
16401 * Makefile.in: Add all-gui target (but not yet build by "all").
16402
16403Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16404
16405 * config.sub: Move deletion of patch suffix from here...
16406 * configure.in: To here, at Ian's suggestion. The top-
16407 level scripts might need to know of a patch level.
16408
16409Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16410
16411 * config.sub: Strip off patch suffix so rtl is recognized
16412 as a sunos4.1.3 machine, even though it's been patched.
16413
16414Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16415
16416 * Makefile.in (INSTALL_LAST): Delete.
16417 (INSTALL_DOSREL): New.
16418
16419Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16420
16421 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16422 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16423 whether we pass down --with-gnu-ld anyhow.
16424
16425Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16426
16427 * Makefile.in (INSTALL_LAST): Change operation so it works
16428 on more flavors of make.
16429 * configure.in (go32): Don't build libg++ or libio.
16430
16431Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16432
16433 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16434 they can be overriden by templates.
16435
16436Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16437
16438 * configure.in (target==go32): Don't build gdb.
16439 * dosrel: New directory.
16440
16441Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16442
16443 * configure.in (host==go32): Configure dosrel too.
16444 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16445 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16446 be set by incoming names or templates.
16447 (INSTALL_LAST): New rule.
28e9041c 16448
16449Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16450
16451 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16452
16453Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16454
28e9041c 16455 * configure.in (appdirs): New variable. Currently empty, but will
16456 be used in gas distribution. If nonempty, lists a set of
16457 directories at least one of which must get configured, or top
16458 level configuration is considered to have failed.
16459 (rs6000-*-lynxos*): Use new file name.
16460
16461Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16462
16463 Eliminate XTRAFLAGS.
16464 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16465 newlib include files using -idirafter, and also use -nostdinc.
16466 (CXX_FOR_TARGET): Likewise.
16467 (XTRAFLAGS): Removed.
16468 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16469 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16470 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16471 ($(DO_X)): Don't pass down XTRAFLAGS.
16472
16473Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16474
16475 * configure.in (mips*-dec-bsd*): New target; do build linker.
16476 (mips*-*-bsd*): New target; don't build linker.
16477
16478Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16479
16480 * configure.in: support rs6000-*-lynxos* configuration.
16481 support sunos4 as a cross target.
16482
16483 * config.sub: look for lynx*, not lynx since the OS version may
16484 legitimately be part of the name.
16485
16486Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16487
16488 * configure.in (i[34]86-*-sco*): Move to be with other i386
16489 targets.
16490 (romp-*-*): New target. Skip various binary utilities.
16491 (vax-*-*): New target. Don't build newlib.
16492 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16493
16494Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16495
16496 * configure.in: Only set host_makefile_frag if config
16497 directory exists.
16498
16499Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16500
16501 * install.sh: If $dstdir exists, don't check whether each
16502 component does.
16503
16504Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16505
16506 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16507
16508Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16509
4b695c23 16510 * configure.in (*-*-lynxos*): Don't configure newlib for either
16511 native or cross Lynx.
28e9041c 16512
16513Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16514
16515 * config.sub (sparc64-elf): Fix os.
16516 (z8k): Remove duplicate.
16517
16518Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16519
16520 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16521 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16522
16523Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16524
16525 * configure: Make file links cleanly even if Lynx fails on
31972771 16526 an NFS symlink (at least fail cleanly).
28e9041c 16527
16528Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16529
16530 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16531 -XNh2000.
16532
16533Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16534
16535 * configure: Unknown options are fatal again.
16536
16537Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16538
16539 * configure: Ignore --x-includes and --x-libraries, for Autoconf
aee16bda 16540 compatibility.
28e9041c 16541
16542Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16543
16544 * build-all.mk: Add `clean' target.
16545
16546Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16547
16548 * config.guess: Add SINIX support.
16549 * configure.in: Add mips-*-sysv4* support.
16550
16551Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16552
16553 * build-all.mk: Document all useful targets.
16554 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16555 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16556
16557Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16558
16559 * configure: Support --silent, --quiet.
16560
16561Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16562
16563 * configure: Support --disable-FEATURE.
16564
16565Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16566
16567 * config.guess: Recognize NCR running SVR4.3.
16568
16569Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16570
16571 * config.guess: Make BSDI generate i386-unknown-bsd386.
16572 Patch from Paul Eggert <eggert@twinsun.com>.
16573
16574Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16575
16576 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16577
16578Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16579
16580 * configure: Make unrecognized options give nonfatal warnings
16581 instead of fatal errors, and pass them to any subdirectory
16582 configures in case they recognize them.
16583 Make --x equivalent to --with-x.
16584
16585Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16586
16587 * configure: Add --enable-* options. Clean up usage message and
16588 some comments.
16589
16590Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16591
16592 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16593
16594Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16595
16596 * configure.in (hppa*-*-*): Enable binutils.
16597
16598Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16599
16600 * config.sub: Recognize cisco.
16601
16602Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16603
16604 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16605
16606Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16607
16608 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16609 than one configuration name. Add comment.
16610
16611Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16612
16613 * config.guess: about target *-hitachi-hiuxwe2, fixed
16614 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16615 macro is incorrect.]
16616
16617Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16618
16619 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16620 than the "make ls" stuff which used to be here.
16621
16622Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16623
16624 * config.guess: Recognize i[34]86-unknown-freebsd.
16625 From Shawn M Carey <smcarey@rodan.syr.edu>.
16626
16627Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16628
16629 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16630
16631Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16632
16633 * config.guess: Check for ptx.
16634
16635Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16636
16637 * config.sub: Add os9k checking.
16638
16639Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16640
16641 * config.guess: Handle OSF1 running on HPPA processors
16642
16643Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16644
16645 * configure: If subdir configure fails, print out a message with
16646 subdirectory name, in case subdir's configure code didn't identify
16647 itself.
16648
16649Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16650
16651 * configure.in: Remove embedded newlines from configdirs.
16652 Avoid mismatches of substrings. Fix matching strings at end
16653 of configdirs.
16654
16655Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16656
16657 * config.guess: Add Lynx/rs6000 config support.
16658
16659Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16660
16661 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16662
16663Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16664
16665 * configure.in (hppa*-*-osf*): Treat this just like most other
16666 PA configurations (eg no binutils or ld).
16667 (hppa*-*-*elf*): These configurations have binutils and ld.
16668
16669Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16670
16671 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16672
16673Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16674
16675 * configure.in (rs6000-*-*): Build gas.
16676
16677Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16678
31972771 16679 * Makefile.in: Avoid bug in losing hpux sed.
28e9041c 16680
16681Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16682
16683 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16684 for GDB and GDB has been fixed to not need it.
16685
28e9041c 16686Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16687
16688 * config.guess: Recognize vax hosts.
16689
16690Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16691
16692 * configure (while loop): Don't use "break 2" inside case
16693 statement -- the case statement isn't an enclosing loop.
16694
16695Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16696
16697 * config.guess: Clean up NeXT support, to allow nextstep
16698 on Intel machines. Make OS be nextstep.
16699
16700Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16701
16702 * config.guess: Add alternate forms for Convex.
16703
16704Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16705
16706 * configure: Completely rewrite option processing. Take
16707 advantage of pattern-matching to avoid invoking test frequently.
16708 Also clean up host and target defaulting logic.
16709
16710Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16711
16712 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16713 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16714 commands (plus user environment) will fit SCO limits.
16715
16716Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16717
16718 * configure.in: Don't issue warnings about directories which are
16719 not being configured if -norecursion is set. Correct test for
16720 --with-gnu-as and --with-gnu-ld to not get confused by substring
16721 matches.
16722
16723 * configure.in: Don't build gas for alpha-dec-osf1*.
16724
16725Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16726
16727 * configure: Back out Per's change of 12/19/1993. It changes the
16728 behavior of configure in unexpected and confusing ways.
16729
16730 Also, use different delim char when calculating
16731 program_transform_name so that the name can contain slashes.
16732
16733Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16734
16735 * configure.in, config.sub: Add support for VSTa micro-kernel.
16736
16737Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16738
16739 * configure.in: Nuke hacks which were used to get a special
16740 version of GAS for HPPA configurations.
16741
16742Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16743
16744 * configure: If only ${target_alias} is given, use that
16745 as the default for ${host_alias}.
16746 * configure: Add missing back-slashes before nested quotes.
16747
16748Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16749
16750 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16751
16752Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16753
16754 * config.guess: Recognize some Tektronix configurations.
16755 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16756
16757Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16758
16759 * config.sub: Match any flavor of SH.
16760
16761Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16762
16763 * configure.in: Don't try to configure newlib for Alpha.
16764
16765Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16766
16767 * configure.in: Don't build ld for Irix 5. Don't build gas,
16768 libg++ or libio for any Alpha target.
16769
16770 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
28e9041c 16771
16772Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16773
16774 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16775 default arguments -- so it tried to compress itself.
16776
16777Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16778
16779 * configure.in (notsupp): ensure that a space is always at the end
16780 of the configdirs list, since the grep checks for an explicit space
16781
16782Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16783
16784 * configure.in (target i386-sysv4.2): don't build ld, since static
16785 versions of many libraries are not available.
16786
16787Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16788
16789 * config.guess: Recognize Apollos (using environment variables).
16790 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16791
16792Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16793
16794 * config.guess: Recognize Sony news mips running newsos.
16795
16796Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16797
16798 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16799 "fi ; else" for bash.
16800
16801Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16802
16803 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16804
16805Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16806
16807 * config.sub: accept unixware as an alias for svr4.2.
16808 Fix some inconsistancies with the gcc version.
16809
16810Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16811
16812 * Makefile.in (DISTDOCDIRS): Add gdb.
16813
16814Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16815
16816 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16817
16818Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16819
16820 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16821 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16822 this now.
16823
16824Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16825
16826 * config.sub: Accept hiux* as an OS name.
16827
16828 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16829 etc/make-stds.texi. The underscore came from gcc, and dje now
16830 agrees that RUNTESTFLAGS is the correct name.
16831
16832Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16833
16834 * install.sh: Remove 'set -e'. It makes any conditionals
16835 in the script useless.
16836
16837 * config.guess: Automatically recognize arm-acorn-riscix
16838 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16839
16840Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16841
16842 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16843
16844Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16845
16846 * Makefile.in (DISTDOCDIRS): New variable.
16847 (taz): Edit local Makefile.in sooner, instead of proto-toplev
aee16bda 16848 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
28e9041c 16849
16850Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16851
16852 * configure.in (hppa target): check the source directory for the
16853 pagas sub-directory
16854
16855Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16856
16857 * config.sub: Allow -aout* and -elf*.
16858
16859Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16860
16861 * configure.in: Don't build ld on i386-solaris2, same as for
16862 sparc-solaris2.
16863
16864Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16865
16866 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16867
16868Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16869
16870 * configure.in: Configure gdb for alpha.
16871
16872Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16873
16874 * Makefile.in (CXXFLAGS): Add -O.
16875
16876Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16877
16878 * config.guess: added support for DG Aviion
16879
16880Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16881
16882 * configure.in: Produce warning message for subdirectories not
16883 configurable for this host/target combination. Don't try to
16884 configure gdb for vms.
16885
16886Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16887
16888 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16889 appropriate files before making "diststuff".
16890 (DISTBISONFILES): New var: list of files to be edited.
16891 (DISTSTUFFDIRS): Add binutils.
16892
16893Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16894
16895 * config.sub: also handle mipsel and mips64el (for little endian mips)
16896
16897Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16898
16899 * configure.in: Add * to end of all OS names.
16900
16901Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16902
16903 * configure.in: Build newlib for LynxOS native.
16904
16905Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16906
16907 * config.guess: Add support for delta 88k running SVR3.
16908
16909 * configure.in: Add comment about HP compiler vs. emacs.
16910
16911Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16912
16913 * configure.in: don't build ld on solaris2 (not a viable option
16914 due to bugs in getpwnam & getpwuid)
16915
16916Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16917
16918 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16919 config.guess will produce a full version number.
16920
16921Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16922
16923 * configure.in: Build linker and binutils for alpha-dec-osf1.
16924
16925Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16926
16927 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16928 and gdb/testsuite/Makefile.in.
16929
16930Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16931
16932 * configure.in: recognize mips*- instead of mips-
16933
16934Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16935
16936 * config.sub: Accept linux*coff and linux*elf as operating
16937 systems.
16938
16939Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16940
16941 * config.sub: Recognize mips64, and mips3 as an alias for it.
16942
16943Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16944
16945 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16946 gdb knows how to handle OSF/1 shared libraries.
16947
16948Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16949
16950 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16951 * config.guess: Recognize Hitachi's HIUX.
16952 * config.sub: Recognize h3050r* and hppahitachi.
16953 Remove redundant cases for hp9k[23]*.
16954
16955Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16956
16957 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16958 if gas and ld are in the source tree and are in ${configdirs}.
16959 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
3398e91d 16960 --with options (but still pass them down on the command line,
28e9041c 16961 if they were explicitly specified).
16962
16963Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16964
16965 * configure: substitute SHELL value in Makefile.in with
16966 ${CONFIG_SHELL}
16967
16968Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16969
16970 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16971 *-*-solaris2* targets.
16972
16973Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16974
16975 * Makefile.in: define M4, and pass it down to sub-makes;
16976 all-autoconf now depends on all-m4
16977
16978Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16979
16980 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16981 presence of {ar,ranlib} instead of a configured directory
16982
16983Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16984
16985 * config.guess: Accept 34?? as well as 33?? for NCR.
16986
16987Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16988
16989 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16990 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16991
16992Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16993
16994 * configure: grab values for $(CC) and $(CXX) from the
16995 environment, so that someone can do "CC=gcc configure; make" and
16996 have it work right (matching the way that autoconf works now)
16997
16998 * configure.in, Makefile.in: add support for gash, the tcl
16999 interface to Galaxy
17000
17001 * config.guess: add NetBSD variants (hp300, x86)
17002
17003Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17004
17005 * install.sh: Support -d option (in the manner of SunOS 4 install,
17006 as it is more deterministic than that of GNU install)
17007 (chmodcmd): Set file to mode 755 by default (should also do default
17008 chgrp and chown, but I don't feel like dealing with that now)
17009
17010Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17011
17012 * config.sub: Remove h8300hhms alias.
17013
17014Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17015
17016 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17017
17018Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17019
17020 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17021 as stmp-fixinc
17022
17023Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17024
17025 * config.sub: recognize m88110-bug-coff.
17026
17027Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17028
17029 * Makefile.in (all-libio): all dependencies on the toolchain used
17030 to build this (gcc, gas, ld, etc)
17031
17032Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17033
17034 * config.guess: Deal with OSF/1 1.3 on alpha.
17035
17036Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17037
17038 * install.sh: add some 'else true' clauses for portability
17039
17040 * configure.in: don't build libio for h8[35]00-*-* targets
17041
17042Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17043
17044 * Makefile.in: Add support for new libio.
17045
17046Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17047
17048 * install.sh: If one command fails, don't try the rest. Don't try
17049 to remove $dsttmp (via trap) unless we have already created it.
17050 If $src doesn't exist, detect it and exit with an error.
17051
17052 * config.guess: Recognize BSD on hp300.
17053
17054Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17055
17056 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17057 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17058
17059Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17060
17061 * Makefile.in (all-send-pr): depends on all-prms
17062
17063Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17064
17065 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17066
17067Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17068
17069 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17070 Added test for mips-mips-riscos5.
17071
17072Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17073
17074 * configure.in: use mh-hp300 for 68k HP hosts
17075
17076Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17077
17078 * configure: add support for CONFIG_SHELL, so that you can use
17079 some alternate shell for evaluating configure scripts
17080
17081Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17082
17083 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17084 in configure script to bug-gdb@prep.ai.mit.edu when building
17085 distribution archive.
17086 * Makefile.in (COMPRESS): Remove def.
17087 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17088 gdb.tar.Z and make-gdb.tar.Z respectively.
17089 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17090 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17091 to convergence with 'taz' target in Makefile.in.
17092
17093Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17094
17095 * install.sh (dsttmp): use trap to ensure that tmp files go
17096 away on error conditions
17097
17098Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17099
17100 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17101
17102Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17103
17104 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17105 its parent is '/' not ''.
17106
17107 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17108
17109Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17110
17111 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17112 that ${newsrcdir}/configure.in does.
17113
17114Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17115
17116 * test-build.mk: support for CONFIG_SHELL
17117
17118Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17119
17120 * config.sub (netware): Add as a basic system type.
17121
17122Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17123
17124 * Makefile.in (Makefile): depend on configure.in. Also drop the
17125 $(srcdir)/ from the dependency on Makefile.in.
17126
17127Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17128
17129 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17130 (h8300hhms is temporary until multi-libraries are implemented).
17131 * configure.in: Handle h8300h too.
17132
17133Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17134
17135 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17136
17137Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17138
17139 * configure: Remove extraneous output when guessing host type.
17140 * config.guess: Remove extraneous output when guessing using C
17141 compiler rather than uname, or when guessing fails.
17142
17143Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17144
17145 * Makefile.in: remove all.cross and install.cross targets
17146
17147 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17148 definitions
17149
17150Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17151
17152 * configure.in (target sh): Build gprof.
17153
17154Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17155
17156 * config.sub: change -solaris to -solaris2
17157
17158Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17159
17160 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17161
17162Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17163
17164 * configure: Correct error message for missing Makefile.in to
17165 print correct directory.
17166
17167Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17168
17169 * install.sh: kludge around 386BSD shell bug
17170
17171Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17172
17173 * config.guess: Recognize NeXT.
17174 * config.guess: Recognize i486-ncr-sysv4.
17175 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17176
17177Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17178
17179 * Makefile.in (MAKEINFOFLAGS): New variable.
17180 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17181 * build-all.mk, test-build.mk: Pass down --no-split as
17182 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17183
17184Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17185
17186 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17187
17188Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17189
17190 * Makefile.in (libg++.tar.z): New rule.
17191 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17192 * Makefile.in (taz): Only do a single chmod.
17193
17194Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17195
17196 * install.sh: don't use dirname anymore (replaced with sed usage)
17197
17198Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17199
17200 * Makefile.in: Change extension for gzip'd files from '.z' to
17201 '.gz' per new FSF standard usage.
17202
17203Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17204
17205 * configure: put quotes around the final value of program_transform_name
17206
17207Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17208
17209 * Makefile.in: new install.sh support; update install-info rules
17210
17211Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17212
17213 * configure.in: Build diff for crosses, but not for go32 host.
17214
17215 * configure.in: Build gprof only for native, and don't build it
17216 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17217
17218Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17219
17220 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17221
17222Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17223
17224 * configure.in (host_tools): Add prms.
17225
17226Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17227
17228 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17229 with $(FLAGS_TO_PASS) on the command line
17230
17231 * config.sub: Recognize lynx and lynxos
17232
17233Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17234
17235 * config.sub: Accept -ecoff*, not just -ecoff.
17236
17237Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17238
17239 * Makefile.in (taz): Use .gz suffix instead of .z.
17240 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17241 names.
17242
17243Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17244
17245 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17246
17247Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17248
17249 * Makefile.in (install-no-fixedincludes): install gcc last, so
17250 that rebuilds that might happen during 'make install' don't get
17251 bogus gcc include files
17252
17253Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17254
17255 Change from Utah for HPPA support:
17256 * config.guess: Recognize hppa1.x-hp-bsd.
17257
17258Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17259
17260 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17261 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17262
17263Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17264
17265 * config.sub: Add support for rom68k and bug boot monitors.
17266
17267Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17268
17269 * Makefile.in: Make all-opcodes depend on all-bfd.
17270
17271Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17272
17273 * config.guess: Added special check for i[34]86-univel-sysv4*.
17274
17275Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17276
17277 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17278 the processor rather than assuming i486.
17279
17280Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17281
17282 * config.guess: Recognize SunOS6 as Solaris3.
17283
17284Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17285
17286 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17287 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17288
17289Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17290
17291 * build-all.mk (all-cross): New target for Canadian Cross.
17292 Added Q2 go32 targets.
17293 * test-build.mk: Configure go32 cross sparclite-aout and
17294 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17295 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17296
17297Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17298
17299 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17300 GO32 hosted toolchains
17301
17302Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17303
17304 * configure: change so "-exec-prefix" gets passed down rather
17305 than "-exec_prefix" so autoconf generated Makefiles get the
17306 exec_prefix set right.
17307
17308Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17309
17310 * config.guess: get the Solaris2 minor version number
17311
17312 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17313
17314Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17315
17316 * config.guess: Recognize some Sequent platforms.
17317
17318Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17319
17320 * Makefile.in: added the vault-install target
17321
17322 * configure.in: actually use the Sun3 makefile fragment that's in
17323 config, also added the release dir to configdirs
17324
17325Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17326
17327 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17328
17329Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17330
17331 * configure.in: remove some program from Alpha targetted toolchains
17332
17333Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17334
17335 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17336 gprof.
17337 (taz): Run "make diststuff" in those directories instead of "make
17338 proto-dir". Look for "VERSION=" only at start of line in subdir
17339 Makefile. Use "gzip -9" for compression.
17340 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17341 (binutils.tar.z): New target.
17342
17343Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17344
17345 * Makefile.in (taz): Include gpl.texinfo.
17346
17347Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17348
17349 * Makefile.in (setup-dirs): Merged into "taz" target.
17350 (taz): Only do `proto-dir' stuff if a directory is actually needed
17351 for this target.
17352
17353Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17354
17355 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17356 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17357 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17358 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17359 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17360
17361Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17362
17363 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17364 config.sub, and move-if-change to gdb testsuite distribution
17365 archive, so the testsuite can be extracted, configured, and
17366 run separately from the gdb distribution. Blow away the Chill
17367 tests that require a Chill compiled executable, since GNU Chill
17368 is not yet publically available.
17369
17370Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17371
17372 * test-build.mk: set environment variables in a single command,
17373 instead of a list of assignments and exports
17374
17375 * config.guess: recognize Alpha/OSF1 systems
17376
17377Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17378
17379 * configure: Change help message to prefer --options rather than
17380 -options.
17381
17382Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17383
17384 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17385 zippy@ecst.csuchico.edu.
17386 * config.guess: Recognize miniframe.
17387
17388Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17389
248deaff 17390 * Makefile.in: Use srcroot to find runtest rather than rootme.
17391 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
28e9041c 17392
17393Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17394
17395 * test-build.mk: Extensive additions to support building on a
17396 machine other than the host.
17397
17398Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17399
17400 * configure (tooldir): Fix for i386-aix again.
17401
17402Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17403
17404 * configure, Makefile.in: Change definition of $(tooldir)
17405 to match the FSF.
17406
17407Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17408
17409 * config.guess: Recognize i[34]86/SVR4.
17410
17411Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17412
17413 * Makefile.in (all-gdb): gdb depends on sim.
17414
17415Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17416
17417 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17418 at the same time we make the prototype gdb directory.
17419 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17420 files at the same time as the gdb base release distribution.
17421
17422Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17423
17424 * Makefile.in (check): Use individual check targets rather than
17425 DO_X rule.
17426 (check-gcc): Added.
17427
17428Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17429
17430 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17431 for System V release 3.2.
17432
17433Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17434
17435 * config.sub: Recognize hppaosf.
17436 * configure.in: Do configure ld/binutils/gas for it.
17437
17438Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17439
17440 * configure (tooldir): Alter syntax used to set this, for systems
17441 where "\$" isn't handled right, like i386-aix.
17442
17443Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17444
17445 * configure: Pass program-transform-name, not
17446 program_transform_name, to recursive configures.
17447
17448Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17449
17450 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17451 of gas+ld+binutils.
17452
17453Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17454
17455 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17456
17457Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17458
17459 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17460
28e9041c 17461Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17462
17463 * Makefile.in (PRMS): Set back to all-prms.
17464
17465Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17466
17467 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17468 targets, rather than for MIPS hosts.
17469
17470Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17471
17472 * configure.in: add comment for --with-x default values
17473
17474 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17475
17476 * Makefile.in: add check-* targets for each of the directories in
17477 the tree. Add a definition of RUNTEST that will use the one we
17478 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17479
17480Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17481
17482 * configure.in: Removed obsolete references to bfd_target and
17483 target_makefile_frag.
17484
17485 * build-all.mk: Set assorted targets for Q2.
17486 * config.sub: Recognize z8k-sim and h8300-hms.
17487 * test-build.mk: Really don't pass host to configure.
17488 (HOLES): Added uname.
17489
17490Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17491
17492 * configure: Handle an empty program-prefix, program-suffix or
17493 program-transform-name correctly.
17494
17495Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17496
17497 * build-all.mk: -G 8 no longer required for MIPS targets.
17498 * test-build.mk: Don't pass host argument to configure; make it
17499 guess.
17500
17501Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17502
17503 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17504 * Makefile.in (COMPRESS): New macro, like GZIP.
17505
17506Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17507
17508 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17509
17510 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17511 with gas currently defaults to -G 0.
17512
17513Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17514
17515 * Makefile.in (all-flex): flex depends on byacc.
17516
17517 * build-all.mk: If host not specified, use config.guess. Pass TAG
17518 to test-build.mk as RELEASE_TAG.
17519 * test-build.mk (configargs): New variable containing arguments to
17520 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17521 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17522
17523 * config.guess: Use /bin/uname when checking -X argument on SCO,
17524 to avoid invoking GNU uname which doesn't understand -X.
17525
17526 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17527
17528 * configure.in: Build gas for mips-*-*.
17529
17530Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17531
17532 * Makefile.in (all.normal): insert missing backslash.
17533
17534Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17535
5309a301 17536 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
28e9041c 17537
17538 * Makefile.in: Complete overhaul to merge many almost identical
17539 targets.
17540
17541Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17542
17543 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17544 (gdb.tar.Z): Adjusted.
17545
17546 * Makefile.in (setup-dirs, taz): New targets; should be general
17547 enough to adapt for gdb sometime. Build only .z file.
17548 (gas.tar.z): New target.
17549
17550Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17551
17552 * build-all.mk: Use CC=cc -Xs on Solaris.
17553
28e9041c 17554Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17555
17556 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17557 for handling BISON for FSF releases.
17558
17559Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17560
17561 * configure: Actually implement the change zoo just documented.
17562
17563Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17564
17565 * configure: when using config.guess, only set target_alias when
17566 it's not already been set (ie, on the command line)
17567
17568Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17569
17570 * Makefile.in: add installcheck target, set PRMS to install-prms
17571
17572Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17573
17574 * configure: add support for package_makefile_fragment, handle the
17575 case where a directory has a configure.in file but no Makefile.in
17576 more gracefully (with an actual understandable error message, even);
17577 add support for --without (and add this to the usage message); also
17578 explicitly add a --host=${host_alias} to the command line when
17579 config.guess is used
17580
17581Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17582
17583 * configure: Must use both --host and --target in recursive calls.
17584
17585Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17586
17587 * Makefile.in: Change deja-gnu to dejagnu.
17588
17589Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17590
17591 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17592
17593Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17594
17595 * configure.in: canonicalize all instances to *-*-solaris2*,
17596 also strip out a number of tools to not build for go32 host
17597
17598Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17599
17600 * config.guess: add GPL.
17601
17602 * Makefile.in, config.guess, config.sub, configure: bump
17603 copyrights to 93.
17604
17605Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17606
17607 * Makefile.in (do-info): Removed obsolete check for existence of
17608 localenv file.
17609
17610 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17611
17612Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17613
17614 * Makefile.in: a couple of 'else true' for decstation,
17615 support for TclX
17616
17617 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17618
17619Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17620
17621 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17622
17623Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17624
17625 * config.guess: Recognize i386-ibm-aix (PS/2).
17626 * configure.in: Use config/mh-aix386 file for it.
17627
17628Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17629
17630 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17631 CC_FOR_TARGET instead.
17632 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17633
17634Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17635
17636 * Makefile.in: Add sim to list of directories sent with gdb
17637
17638Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17639
17640 * configure.in: Put back mips-dec-bsd* case.
17641
17642Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17643
17644 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17645 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17646 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
28e9041c 17647
17648Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17649
17650 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17651
17652 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17653 (install-info): install dir.info only if it exists,
17654 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17655
17656Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17657
17658 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17659 gas for mips-dec-bsd.
17660
17661Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17662
17663 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17664 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17665
17666Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17667
17668 * configure.in: Added "dejagnu" to hosttools list.
17669
17670Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17671
17672 * config.sub, configure.in, config.guess: Add support
17673 for Bosx, an AIX variant from Bull.
17674 Patches from F.Pierresteguy@frcl.bull.fr.
17675
17676Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17677
17678 * devo/dejagnu: Initial creation of devo/dejagnu.
17679 Migrated dejagnu testcases and support files for testing software
17680 tools to reside as subdirectories, currently called "testsuite",
17681 within the directory of the software tool. Migrated all programs,
17682 support libraries, etc. beloging to dejagnu proper from
17683 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17684 with no modifications. The changes to these files which will
17685 allow them to configure, build, and execute properly will be made
17686 in a future update.
17687
17688Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17689
17690 * Makefile.in: Change send_pr to send-pr.
17691 * configure.in: Likewise.
17692 * send_pr: Renamed directory to send-pr.
17693
17694Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17695
17696 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17697
17698Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17699
17700 * README: Update for gdb-4.8 release.
17701 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17702 gdb-xxx.tar.z (gzip'd) file also.
17703
17704Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17705
17706 * Makefile.in: make all-diff depend on all-libiberty
17707
17708Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17709
17710 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17711
17712Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17713
17714 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17715
17716Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17717
17718 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17719 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17720 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17721
17722Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17723
17724 * Makefile.in: makeinfo binary is in a new location
17725
17726Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17727
17728 * config.sub: Accept -ecoff as an OS.
17729
17730 * Makefile.in: Various changes to eliminate a level of make
17731 recursion and reduce the required command line length.
17732 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17733 sub-makes.
17734 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17735 variables holding settings for specific sub-makes.
17736 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17737 in terms of BASE_FLAGS_TO_PASS.
17738 (TARGET_LIBS): New variable listing directories which use
17739 TARGET_FLAGS_TO_PASS.
17740 (subdir_do): Eliminated.
17741 (do-*): New set of targets to replace subdir_do.
17742 (various): All targets which used subdir_do now depend on do-*.
17743 (local-clean): Renamed from do_clean.
17744 (local-distclean): New target, dependency of distclean and
17745 realclean.
17746 (install-info): Don't create directories. Depend on dir.info
17747 rather than calling make recursively.
17748 (install-dir.info): Eliminated.
17749 (install-info-dirs): Create all info directories here.
17750 (dir.info): Depend upon do-install-info.
17751
17752 * test-build.mk (HOLES): Added false.
17753
17754Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17755
17756 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17757
17758Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17759
17760 * Makefile.in (info): remove dependency on all-texinfo. The
17761 problem was really in texinfo/C, not at this level.
17762
17763Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17764
17765 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17766
17767Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17768
17769 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17770 GDB releases.
17771
17772Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17773
17774 * configure: Include srcdir in message about target of link not
17775 being found. Don't convert `-' to `_' in `with' options being
17776 passed to subdirs.
17777
17778Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17779
17780 * configure.in: add uudecode to host_tools
17781
17782 * Makefile.in: added {all,install}-uudecode targets, added them to
17783 the appropriate lists
17784
17785Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17786
17787 * Makefile.in (all-gcc): Added dependency on all-gas.
17788
17789 * configure.in (mips-*-*): Build ld and binutils.
17790
17791Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17792
17793 * configure: check return code from mkdir, print error message and
17794 exit on failure.
17795
17796Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17797
17798 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17799
17800Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17801
17802 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17803
17804Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17805
17806 * config.sub (h8500): Recognize this as a cpu type.
17807
17808Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17809
17810 * configure: source directory missing is no longer a warning
17811
17812 * configure.in: recognize irix[34]* instead of irix[34]
17813
17814 * Makefile.in: define and pass down X11_LIB
17815
28e9041c 17816Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17817
17818 * guess-systype: Renamed to ...
17819 * config.guess: ... by popular request.
17820 * configure.in, Makefile.in: Update accordingly.
17821
17822Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17823
17824 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17825 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17826 + Execute ./dummy instead of assuming . is in PATH.
17827
17828Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17829
17830 * guess-systype: New shell script. Attempts to guess the
17831 canonical host name of the executing host.
17832 Only a few hosts are supported so far.
17833 * configure: Call guess-systype if no host is specified.
17834
17835Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17836
17837 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17838 gcc Makefile.
17839
17840
17841Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17842
17843 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17844 (all-gcc, install-gcc, subdir_do): Use it.
17845
17846Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17847
17848 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17849
17850Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17851
17852 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17853 set exclusively by configure, using configure.in .
17854
17855Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17856
17857 * test-build.mk: set $PATH for all builds
17858
17859 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17860
17861Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17862
17863 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17864 the one used in gcc/Makefile.in, so that a null expansion doesn't
17865 override the one needed to build gcc with a native cc.
17866
17867
17868Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17869
17870 * configure: Accept -with arguments.
17871
17872Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17873
17874 * Makefile.in: added h8300sim
17875
17876Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17877
28e9041c 17878 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17879 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17880 (all-cygnus, native, build-cygnus): Make
17881 $(canonhost)-stamp-3stage-done, not $(host)....
17882 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17883 i386-sco3.2v4. Added else true to if command.
17884
17885Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17886
17887 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17888
17889Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17890
17891 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17892
17893Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17894
17895 * configure.in: don't remove binutils from Solaris builds
17896
17897Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17898
17899 * Makefile.in: get rid of earlier definitions for *clean,
17900 also handle the recursive info rule better
17901
17902Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17903
17904 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17905 do more-or-less the right thing.
17906
17907Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17908
17909 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17910 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17911
17912Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17913
17914 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17915 $(host_canonical).
17916
17917 * configure.in: split the configdirs list into 4 categories (native
17918 v. cross, library v. tool) and handle the cross-only and native-
17919 only in more reasonable (and correct!) way.
17920
17921Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17922
17923 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17924 configdirs anymore.
17925
17926Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17927
17928 * Makefile.in: extensive cleanup:: removed all of the explicit
17929 clean-* targets, collapsed many wrappers around subdir_do into
17930 one, added additional targets to satisfy standards.texi, deleted
17931 some old targets, some changes for consistency
17932
17933Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17934
17935 * configure.in: handle some programs as cross-only, and others as
17936 native only
17937
17938 * test-build.mk: handle partial holes in a more generic manner
17939
17940 * Makefile.in: m4 depends on libiberty
17941
28e9041c 17942Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17943
17944 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17945 time, wdiff, and find to configdirs
17946
17947 * Makefile.in: all, clean, and install rules for the new programs
17948 added to configure.in
17949
17950Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17951
17952 * configure.in: use mh-sun for all *-sun-* hosts
17953
28e9041c 17954Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17955
17956 * Makefile.in: define flags for X11 include files and library file
17957 locations, pass them down to the programs that need this info
17958
17959 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17960
28e9041c 17961Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17962
17963 * configure.in: start building libg++ for HP-UX targets
17964
17965Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17966
17967 * README: Update references to files moved into etc/.
17968
17969Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17970
17971 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17972 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17973
17974Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17975
17976 * configure: accept dash as well as underscore in long option
17977 names for FSF compatibility.
17978
17979Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17980
17981 * config.sub: added -sco3.2v4 support from FSF.
17982
17983Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17984
17985 * configure.in: expand the section that adds or removes
17986 directories from the list of programs to build, to handle native
17987 vs. cross in addition to host v. native
17988
17989Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17990
17991 * Makefile.in: Replace C++ in macro names with CXX.
17992 This is less likely to break ...
17993
17994Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17995
17996 * test-build.mk: add -w to GNU_MAKE
17997
17998Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17999
18000 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18001 add 'sparc' to list of recognized cpus. This needed to make
18002 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18003 Delete some redundant ose68 variants. Recognize -wrs as an os,
18004 then changes that into $CPU-wrs-vxworks.
18005
18006 * configure.in: remove most references to gdbtest, regularize
18007 target based program removal
18008
18009 * test-build.mk: import from p3 tree (many fixes and changes)
18010
18011Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18012
18013 * Makefile.in: added rules to handle tcl, tk, and expect
18014
18015 * configure.in: handle those directories if they exist
18016
18017Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18018
18019 * config.sub: removed bogus hppabsd and hppahpux names, since
18020 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18021
18022Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18023
18024 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18025 depends upon all-xiberty
18026
18027 * Makefile.in: changes from p3, including:
18028
18029 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18030
18031 * Makefile.in (XTRAFLAGS): include newlib directories if
18032 newlib/Makefile exists, rather than if host != target.
18033
18034 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18035
18036 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18037 from the same source tree and not building a cross-compiler. This
18038 matters for the libg++ configuration if reconfiguring a tree that
18039 has already been installed.
18040
18041 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18042
18043 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18044 pick up the machine and system specific header files.
18045
18046 * Makefile.in: added AS_FOR_TARGET, passed down in
18047 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18048 the C compiler to use to create programs which are run in the
18049 build environment, set it to default to $(CC), and passed it down
18050 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18051
18052 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18053
18054 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18055 We need them for unusual native builds, like systems without
18056 ranlib.
18057
18058 * configure: also define $(host_canonical) and
31972771 18059 $(target_canonical), which are the full, canonical names for the
18060 given host and target
28e9041c 18061
18062Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18063
18064 * Makefile.in: Added separate definitions for C++.
18065
18066Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18067
18068 * configure.in (configdirs): Add deja-gnu.
18069
18070Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18071
18072 * README: Update for configure.texi and gdb-4.7 release.
18073
18074Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18075
18076 * Makefile.in: Move "all" target to top of file.
18077 Previously, first target was ".PHONY" which caused BSD4.4 make
18078 to build .PHONY when make was run without arguments.
18079
18080Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18081
18082 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18083 Library-copylefted code in libiberty.
18084
18085Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18086
18087 * config.sub: Replace m68kmote with plain old m68k.
18088
18089Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18090
18091 * Makefile.in: Remove space from blank line, avoid Make complaints.
18092
18093Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18094
18095 * config.sub: Complain if no argument is given. Added support for
18096 386bsd as OS and target alias.
18097
18098Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18099
18100 * Makefile.in (XTRAFLAGS): include newlib directories if
18101 newlib/Makefile exists, rather than if host != target.
18102
18103Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18104
18105 * config.sub: recognize sparclite-wrs-vxworks.
18106
18107 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18108 p3.) Added clean-xiberty to clean.
18109
18110Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18111
18112 * configure.in: use *-*-* instead of nested cases for host and target
18113
18114Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18115
18116 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18117 from the same source tree and not building a cross-compiler. This
18118 matters for the libg++ configuration if reconfiguring a tree that
18119 has already been installed.
18120
18121Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18122
18123 * config.sub (i486v/i486v4): Merge in from FSF version.
18124
18125Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18126
18127 * configure: only set PWD if it is already set.
18128
18129Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18130
18131 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18132 doesn't have unset and all success paths (and most error paths)
18133 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18134 to just ${PWD} to avoid confusion.)
18135
18136Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18137
18138 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18139 even for a native compilation.
18140
18141Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18142
18143 Changes to make the gdb.tar.Z rule work better.
18144
18145 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18146 (DEVO_SUPPORT): Add configure.texi.
18147 (bfd-ilrt.tar.Z): Remove ancient rule.
18148
18149Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18150
18151 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18152 pick up the machine and system specific header files.
18153
18154 * configure.in, config.sub: added new target m68010-adobe-scout,
18155 with alias of adobe68k. Changed configure.in to check for
18156 -scout before -sco* to avoid a false match.
18157
18158 * Makefile.in: added AS_FOR_TARGET, passed down in
18159 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18160 the C compiler to use to create programs which are run in the
18161 build environment, set it to default to $(CC), and passed it down
18162 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18163
18164Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18165
18166 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18167 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18168 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18169 FOR_TARGET variants, to newlib and libg++.
18170
18171Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18172
18173 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18174 first.
18175
18176Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18177
18178 * config.sub: Accept `elf' as an environment.
18179
18180Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18181
18182 * Makefile.in (all-opcodes): cd into the right directory
18183
18184Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18185
18186 * configure: added -program_transform_name option, used as
18187 argument to sed when installing programs.
18188 configure.texi: added documentation for -program_prefix,
18189 -program_suffix and -program_transform_name.
18190
18191Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18192
18193 * config.sub: Accept i486 where i386 ok.
18194
18195Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18196
18197 * config.sub: accept we32k
18198
18199Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18200
4b695c23 18201 * config.sub, configure.in: accept OSE68000 and OSE68k.
28e9041c 18202
18203 * Makefile.in: don't create all directories for ``make install'';
18204 let the subdirectories create the ones they need.
18205
18206Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18207
31972771 18208 * COPYING: new file, GPL v2
28e9041c 18209
18210Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18211
18212 * Makefile.in: use the new gen-info-dir, which needs a template
18213 argument (which also lives in texinfo)
18214
18215 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18216
28e9041c 18217Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18218
18219 * config.sub (ncr3000): Change i386 to i486.
18220
18221Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18222
18223 * Makefile.in: add install-rcs, install-grep to
18224 install-no-fixedincludes, removed install-bison and install-libgcc
18225
18226Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18227
18228 * configure.in: grab the HPUX makefile fragment if on HPUX
18229
18230Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18231
18232 * Makefile.in: eradicate bison spoor (ditto libgcc).
18233 configure.in: recognise m68{k,000}-ericsson-OSE.
18234 es1800 is alias for m68k-ericsson-OSE
18235
18236Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18237
18238 * configure.in: rearrange the parts that remove programs from
18239 configdirs, based now on HOST==TARGET or by canonical triple.
18240
18241Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18242
18243 * test-build.mk: recurse explicitly with -f test-build.mk when
18244 appropriate. predicate stage3 and comparison on the existence
18245 of gcc. That is, if gcc isn't around, we aren't three-staging.
18246 On very clean, also remove ...stamp-co. Build in-place before
18247 doing other builds.
18248
18249Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18250
18251 * Makefile.in, configure.in: add tgas
18252
18253Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18254
18255 * Makefile.in: a number of changes merged in from progressive.
18256
18257 * configure.in: add libm.
18258
18259 * .cvsignore: ignore some stuff that comes from test-build.mk.
18260
28e9041c 18261Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18262
18263 * config.sub: Add es1800 (m68k-ericsson-es1800).
18264
18265Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18266
18267 * configure: Add program_suffix (parallel to program_prefix)
18268 * Makefile.in: adjust directory-creating script for losing decstation
18269
18270Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18271
18272 * configure: Minor $subdir-related fixes.
18273
18274Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18275
18276 * configure: fix various problems with propogating
18277 makefile_target_frag in subdirs.
18278 * configure.in: config libgcc if its there
18279
18280Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18281
18282 * config.sub: HPPA merge.
18283
28e9041c 18284Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18285
18286 * Makefile.in: Replace all-bison with all-byacc in all
18287 dependency lines for other tools (which now use byacc).
18288
18289Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18290
18291 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18292
28e9041c 18293Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18294
18295 * Makefile.in: make gprof rules similar to byacc rules (instead of
18296 vestigal $(unsubdir) that didn't work...)
18297
18298Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18299
18300 * config.sub: Add support for Linux.
18301 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18302 (at least for libg++).
18303
18304Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18305
18306 * configure.texi: fix doc for the -nfp option to configure
18307
18308Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18309
18310 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18311
18312Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18313
18314 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18315 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18316 * configure.in: added solaris* host_makefile_frag hook.
18317
18318Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18319
18320 * config.sub: changed recognition of m68000 so that various
18321 m68k types can be specified via m680[01234]0
18322
18323Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18324
18325 * config.sub (basic_machine): fix sed so that '-foo' isn't
18326 completely substituted out while .+'-foo' loses the '-foo'
18327
18328Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18329
18330 * config.sub ($os): Add -aout.
18331
18332Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18333
18334 * configure: If host_makefile_frag is absolute, don't
18335 prefix ${invsubdir} (relevant to libg++ auto-configure).
18336
18337Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18338
18339 * Makefile.in (tooldir): Define it.
18340 (all-ld): Depend on all-flex.
18341
18342Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18343
18344 * Makefile.in (check): Fix libg++ special case.
18345
18346Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18347
18348 * configure: do not bury `pwd` into config.status, thus do fewer
18349 pwd's.
18350
18351 * configure: print the "Building in" message only when building in
18352 other than "." AND verbose.
18353
fee90afd 18354 * configure: remove -s, rework -v to better accommodate guested
28e9041c 18355 configures.
18356
18357 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18358
18359Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18360
18361 * Makefile.in: macroize flags passed on recursion. remove
18362 fileutils.
18363
18364Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18365
18366 * configure: get makesrcdir right for subdirs deeper than 1.
18367
18368 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18369 install.
18370
18371Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18372
18373 * Makefile.in: don't print subdir_do or recursion lines.
18374
18375Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18376
18377 * standards.texi: added menu item.
18378
18379 * Makefile.in: build and install standards.info.
18380
18381 * standards.texi: new file.
18382
18383Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18384
18385 * configure: test for and move config.status pieces from
18386 ${subdir}/.
18387
18388Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18389
28e9041c 18390 * configure: Test for existance of files before trying to mv
18391 them, to avoid numerous non-existance messages.
18392
18393Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18394
18395 * configure: correct final line of config.status.
18396
18397 * configure: patch from eggert. Avoids a protection problem if
18398 the original Makefile.in is read only.
18399
18400 * configure: use move-if-change from gcc to create config.status.
18401 Some makefiles depend on config.status to tell if a directory
18402 has been reconfigured for a different host. This change
18403 prevents those directories from remaking everything in the case
18404 where the reconfig was only intended to rebuild a Makefile.
18405
18406 * configure: test for config.sub with "config.sub sun4" rather
18407 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18408 host alias from a missing config.sub.
18409
18410Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18411
18412 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18413 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18414
18415Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18416
18417 * configure: mkdir ${subdir} as needed.
18418
18419Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18420
18421 * Makefile.in,configure.in: added autoconf.
18422
18423Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18424
18425 * Makefile.in: no longer pass against on recursion.
18426
18427 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18428 definitions are not inherited.
18429
18430 * configure: correct makesrcdir when subdir is .
18431
18432Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18433
18434 * configure: Add support for 'subdirs' variable, which is
18435 like 'configdirs', except that configure doesn't re-invoke
18436 itself for subdirs, it just creates a Makefile for each subdir.
18437 * configure.texi: Document subdirs.
18438
18439Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18440
18441 * configure.in: added flex to configdirs
18442
18443Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18444
18445 * Makefile.in: remove clean-stamps from clean.
18446
18447Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18448
18449 * configure.in: Add gdbtest to configdirs.
18450
18451Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18452
18453 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18454 to recursive makes.
18455 * configure.in: Recognize new ncr3000 config.
18456
18457Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18458
18459 * Makefile.in, configure.in: removed references to gdbm.
18460
18461Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18462
18463 * config.sub: Don't canonicalize os value
18464 newsos* to bsd (readline needs to check for newsos).
18465 (This fix was earlier made Jan 31, but got re-broken.)
18466
18467Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18468
18469 * configure.in: sco is an os, not a vendor!
18470
18471 * configure: Quote $( better. Keep various shells happy.
18472
18473Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18474
18475 * Makefile.in: eliminate stamp-files.
18476
18477Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18478
18479 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18480 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18481
18482Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18483
18484 * config.sub: fix iris/iris3.
18485
18486Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18487
18488 * configure: re-add -rm.
18489
18490Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18491
18492 * Maskefile.in: add .stmp-rcs to all.
18493
18494 * configure.in: remove gas from rs6000 build, use aix host fragment.
18495
18496Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18497
18498 * configure: pass down site_option during recursion.
18499
18500Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18501
18502 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18503
18504Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18505
18506 * configure: Change exec_prefix so that it really defaults to prefix.
18507
18508Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18509
18510 * Makefile.in, configure.in: Add support for mmalloc library.
18511
18512Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18513
18514 * Makefile.in: add stmp dependencies for a few more things.
18515
18516Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18517
18518 * configure: adjusted error message on objdir/srcdir configure
18519 collision, per john's suggestion.
18520
18521 * Makefile.in: add libiberty stmp to all and all.cross.
18522
18523Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18524
18525 * Makefile.in: remove force dependencies, add grep to all.
18526
18527Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18528
18529 * Makefile.in: drop flex. make stamp files work.
18530
18531 * configure: added test for conflicting configuration in srcdir,
18532 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18533 gets cranky. use relative paths for configure and srcdir
18534 whenever possible. Send some error messages to stderr that were
18535 going to stdout.
18536
18537Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18538
18539 * Makefile.in: Fix libg++ rule to check for gcc directory
18540 before using gcc/gcc. Also pass XTRAFLAGS.
18541
18542Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18543
18544 * Makefile.in: added stmp-files so that directories aren't polled
18545 when they are already built.
18546
18547 * configure.texi: fixed a node pointer problem.
18548
18549Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18550
5309a301 18551 * config.sub configure.in gdb/configure.in
28e9041c 18552 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18553 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18554 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18555
18556Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18557
18558 * configure: -recurring becomes -silent. corrected help message
18559 for -site= option.
18560
18561 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18562
18563Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18564
18565 * configure: when building Makefile for crosses, replace
18566 tooldir and program_prefix. default srcdir from location of
18567 config.sub. remove "for host in hosts" and "for target in
18568 targets" loops.
18569
18570Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18571
18572 * Makefile.in: Do not pass bindir or mandir to cvs.
18573
18574Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18575
18576 * Makefile.in, configure.in: removed traces of namesubdir,
18577 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18578 copyrights to '92, changed some from Cygnus to FSF.
18579
18580 * configure.texi: remove most references to multiple hosts,
18581 multiple targets, subdirs, etc.
18582
18583 * configure.man: removed rcsid. reference config.sub not
18584 config.subr.
18585
18586 * Makefile.in: mkdir $(infodir) on install-info.
18587
18588Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18589
18590 * configure.texi: Explain better about .gdbinit and about
18591 the environment that configure.in sections run in.
18592
18593Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18594
18595 * configure.in: Ultrix is only a decstation if it's a MIPS.
18596
18597Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18598
18599 * README: DOC.configure => cfg-paper.texi.
18600
18601Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18602
18603 * config.sub (near case $os): Don't convert newsos* to bsd!
18604
18605Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18606
18607 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18608 the number of copies of COPYING that go into the GDB tar file.
18609
18610Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18611
5309a301 18612 * bfd/configure.in, gdb/config/mh-i386sco,
28e9041c 18613 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18614 Fix SCO configuration stuff.
18615
18616Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18617
18618 * Makefile.in: For libg++, make sure the -I pointing
18619 to the gcc directory goes *after* all the libg++-local -I flags.
18620 Also, move just-gcc dependency from just-libg++ to all-libg++.
18621
18622Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18623
18624 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18625
18626Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18627
18628 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18629
18630Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18631
18632 * config.sub: Add stratus configuration frags. Also
18633 submitted to FSF.
18634
18635Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18636
18637 * Makefile.in (DEV_SUPPORT): add configure.man.
18638
18639 * config.sub(Decode manufacturer-specific): add -none*.
18640
18641Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18642
18643 * Makefile.in: remove form feeds to make Sun's make happy.
18644 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18645
18646Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18647
18648 * Makefile.in (AR_FLAGS): Make quieter.
18649
18650Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18651
18652 * configure.in: Add libg++.
18653 * configure: When verbose, don't output the command line at each
18654 level; it will be unremarkably the same as the previous version,
18655 which will be the same as what the user typed.
18656
18657Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18658
18659 * configure.in, Makefile.in: fix clean-info, add flex. add
18660 fileutils.
18661
18662 * configure: be less sensitive to spaces in Makefile.in. Do not
18663 look for sources in "..". Doing so breaks subdirectories that
18664 might have their own configure. If a subdir has it's own
18665 configure script, use it.
18666
18667Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18668
18669 * cfg-paper.texi: some changes suggested by rms.
18670
18671Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18672
18673 * config.sub: Merge in some small additions from the FSF version,
18674 taken from the gcc distribution, to bring the Cygnus and FSF
18675 versions into closer sync.
18676
18677Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18678
18679 * configure.in: Changed svr4 references to sysv4.
18680
18681Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18682
18683 * configure: added -V for version number option.
18684
18685Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18686
18687 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18688 renamed from DOC.configure to cfg-paper.texi.
18689
18690Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18691
18692 * configure, config.subr, config.sub: config.subr is now
18693 config.sub again.
18694
18695Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18696
18697 * configure.texi: new file, in progress.
18698
18699 * Makefile.in: build info file and install the man page for
18700 configure.
18701
18702 * configure.man: new file, first cut.
18703
18704 * configure: find config.subr again now that configuration "none"
18705 has gone. removed all traces of the -ansi option. removed all
18706 traces of the -languages option.
18707
18708 * config.subr: resync from rms.
18709
18710Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18711
18712 * configure, config.sub, config.subr: merge config.sub into
18713 config.subr, call the result config.subr, remove config.sub, use
18714 config.subr.
18715
18716 * Makefile.in: revised install for dir.info.
18717
18718Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18719
18720 * configure.in: add decstation host makefile frag.
18721
18722 * Makefile.in: BISON now bison -y again. also install-gcc on
18723 install. clean-gdbm on clean. infodir belongs in datadir.
18724 Make directories for info install. Build dir.info here then
18725 install it.
18726
18727Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18728
18729 * Makefile.in: fix for bad directory tests.
18730
18731Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18732
18733 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18734 regexp. -srcdir relative was being handled incorrectly.
18735
18736 * Makefile.in: unwrapped some for loops so that parallel makes
18737 work again and so one can focus one's attention on a particular
18738 package.
18739
18740Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18741
18742 * configure: added PWD as a stand in for `pwd` (for speed). use
18743 elif wherever possible. make -srcdir work without -objdir.
18744 -objdir= commented out.
18745
18746Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18747
18748 * configure: +options become --options. -subdirs commented out.
18749 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18750 Makefile now at top of generated Makefile. Removed cvs log
18751 entries. added -srcdir. create .gdbinit only if there is one
18752 in ${srcdir}.
18753
18754 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18755 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18756 and mandir now keyed off datadir by default.
18757
18758Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18759
18760 * Freshly created ChangeLog.
18761
18762\f
18763Local Variables:
18764mode: change-log
18765left-margin: 8
18766fill-column: 76
18767version-control: never
18768End: