]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
compiler: Don't make temporaries for constant expressions.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
15c41437 12015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2
3 * MAINTAINERS: Update my email address.
4
8a6ab6a0 52015-07-14 H.J. Lu <hongjiu.lu@intel.com>
6
7 Sync with binutils-gdb:
8 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
9
10 * configure.ac (target_configdirs): Exclude target-zlib if
11 target-libjava isn't built.
12 * configure: Regenerated.
13
6406d366 142015-07-14 H.J. Lu <hongjiu.lu@intel.com>
15
16 Sync with binutils-gdb:
17 2015-05-13 John David Anglin <dave.anglin@bell.net>
18
19 * configure.ac: Disable configuration of GDB for HPUX targets.
20 * configure: Regenerate.
21
22 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
23
24 * configure.ac: Add --with-system-zlib.
25 * configure: Regenerated.
26
27 2015-01-28 James Bowman <james.bowman@ftdichip.com>
28
29 * configure.ac: Add FT32 support.
30 * configure: Regenerate.
31
32 2015-01-12 Anthony Green <green@moxielogic.com>
33
34 * configure.ac: Don't disable gprof for moxie.
35 * configure: Rebuild.
36
c850ece7 372015-07-14 H.J. Lu <hongjiu.lu@intel.com>
38
39 Sync with binutils-gdb:
40 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR ld/18355
43 * Makefile.def: Add extra_configure_flags to host zlib.
44 * configure.ac (extra_host_zlib_configure_flags): New. Set
45 to --enable-host-shared When bfd is to be built as shared
46 library. AC_SUBST.
47 * Makefile.in: Regenerated.
48
31a33dc9 492015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
50
51 Sync with src:
52 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
53 * Makefile.def (dependencies): Add all-zlib to all-bfd.
54 * Makefile.in: Regenerated.
55
1c26a2ee 562015-06-30 H.J. Lu <hongjiu.lu@intel.com>
57
58 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
59 target.
60 * configure: Regenerate.
61
5941b5d3 622015-06-23 Ludovic Courtès <ludo@gnu.org>
63
64 * MAINTAINERS (Write After Approval): Add myself.
65
ed13ef4d 662015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
67
68 * MAINTAINERS (OS Port Maintainers): Add myself.
69 (Various Maintainers): Remove myself from libffi testsuite.
70
d348be20 712015-06-04 Richard Sandiford <richard.sandiford@arm.com>
72
73 * MAINTAINERS (gen* on machine desc): Add self.
74
dce53dbc 752015-06-02 Jason Merrill <jason@redhat.com>
76
77 PR bootstrap/66319
78 * configure.ac: Use -std=gnu++98.
79
ea589ea6 802015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
81
82 * MAINTAINERS (Write After Approval): Add myself.
83
d5f3a33f 842015-05-28 Mike Frysinger <vapier@gentoo.org>
85
86 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
87 * configure: Regenerate.
88
27590679 892015-05-26 Jason Merrill <jason@redhat.com>
90
91 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
92 * configure: Regenerate.
93
b6616c9c 942015-05-16 James Bowman <james.bowman@ftdichip.com>
95
96 * configure.ac: FT32 target added.
b6616c9c 97 * configure: Regenerated.
98
457a4c2e 992015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
100
101 * MAINTAINERS (Write After Approval): Add myself.
102
d337ac08 1032015-05-11 Paulo Matos <paulo@matos-sorge.com>
104
105 * MAINTAINERS (Write After Approval): Add myself.
106
6efd9d79 1072015-05-11 Paulo Matos <paulo@matos-sorge.com>
108
109 * configure.ac: Fix typo.
110 * configure: Regenerate.
111
052433ca 1122015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
113
114 * MAINTAINERS (Write After Approval): Add myself.
115
bed3355c 1162015-05-03 Matthias Klose <doko@ubuntu.com>
117
118 * configure.ac: Match $host configured with triplets.
119 * configure: Regenerate.
120
215cfab2 1212015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
122
123 * Makefile.tpl: Remove surplus whitespace throughout.
124 * Makefile.in: Regenerate.
125
3ba2fa8f 1262015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
127
128 * MAINTAINERS (Various Maintainers): Add myself as instruction
129 combiner maintainer.
130
868af6b6 1312015-04-17 Jakub Jelinek <jakub@redhat.com>
132
133 PR bootstrap/62077
134 * configure.ac (--enable-stage1-checking): Default to
135 release,misc,gimple,rtlflag,tree,types if --disable-checking
136 or --enable-checking is not specified and DEV-PHASE is not
137 experimental.
138 * configure: Regenerated.
139
53eea98c 1402015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
141
142 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
143 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
144 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
145 * Makefile.in: Regenerate.
146
c3570991 1472015-04-08 Cary Coutant <ccoutant@gmail.com>
8fb85120 148
149 * MAINTAINERS: Update my email address.
150
af5714b1 1512015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
152
153 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
154
6bf5506c 1552015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
156
157 * MAINTAINERS: Add myself as an arm port reviewer.
158
c8ddf81f 1592015-03-25 Martin Liska <mliska@suse.cz>
160 Yury Gribov <y.gribov@samsung.com>
161
162 * Makefile.in: Fix ln source location for vimrc file.
163 * Makefile.tpl: Likewise.
164
f5fad380 1652015-03-09 Aldy Hernandez <aldyh@redhat.com>
166
167 PR bootstrap/25672
168 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
169 cross-compiling. Similarly for CXX_FOR_TARGET.
170 * configure: Regenerate.
171
202baac8 1722015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
173
174 * Makefile.def: Add libmpx.
175 * configure.ac: Add libmpx.
176 * Makefile.in: Regenerate.
177 * configure: Regenerate.
178
a05985c3 1792015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
180
181 * MAINTAINERS (CPU Port Maintainers): Add myself
182 i386 vector ISA extns mantainer.
183
0ee33baf 1842015-03-13 Jeff Law <law@redhat.com>
185
186 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
187 maintainer.
188 Remove Richard Henderson as a maintainer for the x86 port.
189
1c92e2e9 1902015-03-03 Joern Rennecke <gnu@amylaar.uk>
191
192 * MAINTAINERS (CPU Port Maintainers): Update my email address.
193
df311a4c 1942015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
195
196 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
197 pointer bounds checker and i386 MPX maintainer.
198
0a9a2234 1992015-02-26 Sandra Loosemore <sandra@codesourcery.com>
200
201 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
202
27859cd3 2032015-02-26 Martin Sebor <msebor@redhat.com>
204
205 * MAINTAINERS (Various Maintainers): Add self.
206
dd87c525 2072015-02-20 Thomas Schwinge <thomas@codesourcery.com>
208
209 * configure.ac [--enable-as-accelerator-for] (enable_languages):
210 Make sure it contains lto.
211 * configure: Regenerate.
212
0f769573 2132015-02-18 Thomas Schwinge <thomas@codesourcery.com>
214
215 * configure: Regenerate.
216
84958347 2172015-02-06 Diego Novillo <dnovillo@google.com>
218
219 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
220 middle-end, docstring): Remove myself.
221 (Write After Approval): Add myself.
222
265e716f 2232015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
224
225 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
226 (Write After Approval): Update address.
227
5c524c74 2282015-01-29 David Malcolm <dmalcolm@redhat.com>
229
230 PR jit/64780
231 * configure.ac: Require the user to explicitly specify
232 --enable-host-shared if the jit is enabled.
233 * configure: Regenerate.
234
c82aff11 2352015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
236
237 * MAINTAINERS (Write After Approval): Add myself.
238
8a608e00 2392015-01-25 Tom de Vries <tom@codesourcery.com>
240
241 * MAINTAINERS: Make whitespace consistent.
242
2968b954 2432015-01-23 Braden Obrzut <admin@maniacsvault.net>
244
245 * MAINTAINERS (Write After Approval): Add myself.
246
d084f505 2472015-01-20 Andre Vehreschild <vehre@gmx.de>
248
249 * MAINTAINERS: (Write After Approval): Add myself.
250
1b4bfbd1 2512015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
252
253 * MAINTAINERS: (Write After Approval): Add myself.
254
7fd44cfc 2552015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
256
257 * MAINTAINERS: (Write After Approval): Add myself.
258
1f206195 2592015-01-13 Iain Sandoe <iain@codesourcery.com>
260
261 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
262 objective-c/c++ front end maintainer.
263
65eebed4 2642015-01-13 Marek Polacek <polacek@redhat.com>
265
266 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
267
2bfaea82 2682015-01-12 Jeff Law <law@redhat.com>
269
270 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
271 a very long time.
272
dcfe52b6 2732015-01-09 Ian Lance Taylor <iant@google.com>
274
275 * configure.ac (host_tools): Add gotools.
276 * Makefile.def (host_modules): Add gotools.
277 (dependencies): Add dependency of all-gotools on all-target-libgo.
278
275d0a7c 2792015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
280
281 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
282 * configure: Regenerate.
283
fb5eef67 2842015-01-08 Thomas Schwinge <thomas@codesourcery.com>
285
286 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
287 all-target-libgomp.
288 * Makefile.in: Regenerate.
289
fa8b719f 2902015-01-06 Eric Botcazou <ebotcazou@adacore.com>
291
292 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
293
8992df51 2942015-01-06 Eric Botcazou <ebotcazou@adacore.com>
295
296 * configure.ac: Add Visium support.
297 * configure: Regenerate.
298
9b31ae9c 2992015-01-04 Andreas Schwab <schwab@linux-m68k.org>
300
301 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
302 * configure: Regenerate.
303
fc740d70 3042015-01-03 Andrew Pinski <apinski@cavium.com>
305
306 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
307 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
308 (BASE_TARGET_EXPORTS): Add OBJCOPY.
309 (OBJCOPY_FOR_TARGET): New variable.
310 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
311 * Makefile.in: Regenerate.
312 * configure.ac: Check for already installed target objcopy.
313 Also GCC_TARGET_TOOL on objcopy.
314 * configure: Regenerate.
315
edf5ad4f 3162015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
317
318 * config.sub: Update from upstream, to 2015-01-01 version.
319 * config.guess: Ditto.
320
40ef7a25 3212014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
322
323 * MAINTAINERS (RTEMS Ports): Add myself.
324
78d92ced 3252014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
326
327 * MAINTAINERS (Write After Approval): Add myself.
328
f604b2e0 3292014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
330
331 * MAINTAINERS (Write After Approval): Add myself.
332
67cedda8 3332014-12-15 Thomas Schwinge <thomas@codesourcery.com>
334
335 * configure.ac (--enable-as-accelerator-for): Don't set
336 ENABLE_AS_ACCELERATOR_FOR. Update all users.
337 * configure: Regenerate.
338
41a4aa66 3392014-12-13 Jakub Jelinek <jakub@redhat.com>
340
341 PR bootstrap/64023
342 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
343 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
344 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
345 to CXX.
346 * Makefile.in: Regenerated.
347
d10a337d 3482014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
349 Yury Gribov <y.gribov@samsung.com>
350
351 * .gitignore: Added .local.vimrc and .lvimrc.
352 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
353 * Makefile.in: Regenerate.
354
3552014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
b4cec649 356
357 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
358 * configure: Regenerated.
359
d22eabd4 3602014-11-27 Bernd Schmidt <bernds@codesourcery.com>
361
362 * MAINTAINERS (nvptx port): New entry.
363
d781ea5c 3642014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
365
366 * configure: Regenerate.
367
3e78a7ce 3682014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
369
370 * configure.ac: Merge with Binutils.
371
533c3d32 3722014-11-26 Tobias Burnus <burnus@net-b.de>
373
374 * Makefile.def: Make more dependent on mpfr, mpc and isl.
375 * Makefile.in: Regenerate.
376
d1a94f02 3772014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
378
379 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
380 missing flex.
381 * Makefile.in: Regenerated.
382
3453eaf0 3832014-11-21 Ilya Verbin <ilya.verbin@intel.com>
384
385 * Makefile.in: Regenerate.
386
4e8a08d4 3872014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
388
389 PR bootstrap/63784
390 * libtool.m4: Add $pic_flag with -shared.
391
d758319f 3922014-11-21 Renlin Li <Renlin.Li@arm.com>
393
394 * MAINTAINERS (Write After Approval): Added myself.
395
673168e8 3962014-11-21 Alex Velenko <Alex.Velenko@arm.com>
397
398 * MAINTAINERS (write-after-approval): Add myself.
399
50c933a3 4002014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
401
402 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
403 from 2 years ago.
404
2008009a 4052014-11-19 Alex Velenko <Alex.Velenko@arm.com>
406
407 Revert:
408 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
409
410 * MAINTAINERS (Write After Approval): Added myself as line map
411 maintainer.
412
e2d66bc6 4132014-11-19 Renlin Li <Renlin.Li@arm.com>
414
415 Revert:
416 2014-11-19 Renlin Li <Renlin.Li@arm.com>
417
418 * MAINTAINERS (Write After Approval): Added myself.
419
cef068f7 4202014-11-19 Renlin Li <Renlin.Li@arm.com>
421
422 * MAINTAINERS (Write After Approval): Added myself.
423
f5ff9110 4242014-11-19 Alex Velenko <Alex.Velenko@arm.com>
425
426 * MAINTAINERS (Write After Approval): Added myself as line map
427 maintainer.
428
14c6b63a 4292014-11-17 Dodji Seketeli <dodji@redhat.com>
430
431 * MAINTAINERS (Various Maintainers): Added myself as line map
432 maintainer.
433
c8df758a 4342014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
435
436 * move-if-change: Sync from upstream gnulib.
437
cdf97dbf 4382014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
439
440 * compile: Sync with upstream Automake.
441 * depcomp: Ditto.
442 * install-sh: Ditto.
443 * missing: Ditto.
444 * mkinstalldirs: Ditto.
445 * ylwrap: Ditto.
446
54c820f5 4472014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
448
449 * config.sub: Update from upstream config repo.
450 * config.guess: Ditto.
451
d3a7dd32 4522014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
453
454 * Makefile.def: Add liboffloadmic to target_modules. Make
455 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
456 * Makefile.in: Regenerate.
457 * configure: Regenerate.
458 * configure.ac: Add liboffloadmic to target binaries.
459 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
460 Add liboffloadmic to noconfig list when C++ is not supported.
461
a3d93be3 4622014-11-13 Bernd Schmidt <bernds@codesourcery.com>
463 Thomas Schwinge <thomas@codesourcery.com>
464 Ilya Verbin <ilya.verbin@intel.com>
465 Andrey Turetskiy <andrey.turetskiy@intel.com>
466
467 * configure: Regenerate.
468 * configure.ac (--enable-as-accelerator-for)
469 (--enable-offload-targets): New configure options.
470
90d9e583 4712014-11-11 Tobias Burnus <burnus@net-b.de>
472
845ec886 473 * Makefile.def: Make all-gcc depend on all-isl.
90d9e583 474 * Makefile.in: Regenerate.
475
863e76f9 4762014-11-11 David Malcolm <dmalcolm@redhat.com>
477
478 * ChangeLog.jit: New.
479 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
480
7c407808 4812014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
482
483 PR target/63610
484 * libtool.m4: Fix globbing of darwin versions.
485 * configure: Regenerate.
486
572cf1f7 4872014-11-11 Tobias Burnus <burnus@net-b.de>
488
572cf1f7 489 * Makefile.def: Remove CLooG.
490 * Makefile.tpl: Ditto.
491 * configure.ac: Ditto.
492 * configure: Regenerate.
493 * Makefile.in: Ditto.
494
8ce80784 4952014-11-06 Bernd Schmidt <bernds@codesourcery.com>
496
497 * configure.ac: Handle nvptx-*-*.
498 * configure: Regenerate.
499
aa80e213 5002014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
501
502 * MAINTAINERS (Write After Approval): Add myself.
503
f7d3db38 5042014-10-31 Jakub Jelinek <jakub@redhat.com>
505
506 * Makefile.def (libcc1): Remove bootstrap=true;.
507 * Makefile.in: Regenerated.
508
10e64fba 5092014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
510
511 * configure.ac: Update comment.
512 * configure: Regenerate.
513
6f0a1b31 5142014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
515
516 * MAINTAINERS (Write After Approval): Add myself.
517
944792ef 5182014-10-30 Thomas Schwinge <thomas@codesourcery.com>
519
520 * configure.ac (extra_host_libiberty_configure_flags): Add
521 --enable-shared also for libcc1's benefit.
522 * configure: Regenerate.
523
98b17817 5242014-10-29 Tristan Gingold <gingold@adacore.com>
525
526 * MAINTAINERS: Change my email address.
527
ab103e33 5282014-10-27 Phil Muldoon <pmuldoon@redhat.com>
529 Tom Tromey <tromey@redhat.com>
530
531 * Makefile.def: Add libcc1 to host_modules.
532 * configure.ac (host_tools): Add libcc1.
533 * Makefile.in, configure: Rebuild.
534
1085f3b8 5352014-10-24 Hans-Peter Nilsson <hp@axis.com>
b85b703b 536
537 * configure.ac (build_configargs): Don't share config.cache between
538 build subdirs.
d9eecfbd 539 * configure: Regenerate.
b85b703b 540
14091821 5412014-10-24 Daniel Hellstrom <daniel@gaisler.com>
542
543 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
544 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
545 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
546 leon3v7 as leon3.
547 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
548 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
549 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
550 * config/sparc/sparc.md (cpu): Add leon3v7.
551 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
552
b58f2ae3 5532014-10-24 Daniel Hellstrom <daniel@gaisler.com>
554
555 * MAINTAINERS (write-after-approval): Add myself.
556
56242c27 5572014-10-23 Ian Lance Taylor <iant@google.com>
558
559 * configure.ac: Disable the Go frontend on systems where it is known
560 to not work.
561 * configure: Regenerate.
562
9245d2c5 5632014-10-23 Richard Biener <rguenther@suse.de>
564
565 * Makefile.def: Add libcpp build module and dependencies.
566 * configure.ac: Add libcpp build module.
567 * Makefile.in: Regenerate.
568 * configure: Likewise.
569
2e7fb888 5702014-10-15 Max Filippov <jcmvbkbc@gmail.com>
571
572 * MAINTAINERS (write-after-approval): Add myself.
573
a4dbd7d4 5742014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
575
576 * INSTALL/README: Do not mention CVS.
577
58f62c51 5782014-10-03 Jing Yu <jingyu@google.com>
579
580 * configure.ac: Add aarch64 to list of targets that support gold.
581 * configure: Regenerate.
582
0c89a10c 5832014-09-29 François Dumont <fdumont@gcc.gnu.org>
584
585 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
586
7747f33f 5872014-09-29 Catherine Moore <clm@codesourcery.com>
588
589 * MAINTAINERS: Add myself as MIPS maintainer.
590
6d0eaeb8 5912014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
592
593 * MAINTAINERS: Move myself to MIPS maintainers.
594
1fbbc678 5952014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
596
597 * MAINTAINERS: Put all email addresses between '<' and '>'.
598
5e530ebd 5992014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
600
601 * MAINTAINERS: Move myself to reviewers (Fortran).
602
870e466f 6032014-09-01 Andi Kleen <ak@linux.intel.com>
604
605 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
606 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
607 * Makefile.in: Regenerate.
608
8325d4dd 6092014-08-28 David Malcolm <dmalcolm@redhat.com>
610
611 * rtx-classes-status.txt: Delete
612
91a55c11 6132014-08-28 David Malcolm <dmalcolm@redhat.com>
614
615 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
616
b6de67fd 6172014-08-27 Sebastian Pop <s.pop@samsung.com>
618
619 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
620 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
621 of checking for version number.
622 * configure: Regenerated.
623 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
624
f1ee32d1 6252014-08-27 David Malcolm <dmalcolm@redhat.com>
626
627 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
628 is done; begin phase 6 (use extra rtx_def subclasses).
629
d40b1309 6302014-08-27 David Malcolm <dmalcolm@redhat.com>
631
632 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
633 done; begin phase 5 (additional rtx_def subclasses).
634
e149ca56 6352014-08-26 David Malcolm <dmalcolm@redhat.com>
636
637 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
638
26bb3cb2 6392014-08-26 David Malcolm <dmalcolm@redhat.com>
640
641 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
642 SET_BB_HEADER are done.
643
fc5ad70a 6442014-08-26 David Malcolm <dmalcolm@redhat.com>
645
646 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
647 done.
648
69c5a18c 6492014-08-26 David Malcolm <dmalcolm@redhat.com>
650
651 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
652
2f3c9801 6532014-08-26 David Malcolm <dmalcolm@redhat.com>
654
655 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
656
e97a173d 6572014-08-25 David Malcolm <dmalcolm@redhat.com>
658
659 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
660
943ea6fa 6612014-08-25 David Malcolm <dmalcolm@redhat.com>
662
663 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
664
08a06697 6652014-08-25 David Malcolm <dmalcolm@redhat.com>
666
667 * rtx-classes-status.txt: Phase 3 (per-file commits within
668 "config" subdirs) is done; begin phase 4 (removal of
669 "scaffolding").
670
d2ecc902 6712014-08-23 David Malcolm <dmalcolm@redhat.com>
672
673 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
674 dir) is done; begin phase 3 (per-file commits within "config"
675 subdirs).
676
e31de0d2 6772014-08-21 David Malcolm <dmalcolm@redhat.com>
678
679 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
680 phase 2 (per-file commits in main source dir).
681
6ac3b11e 6822014-08-21 Bin Cheng <bin.cheng@arm.com>
683
684 * configure: Regenerated.
685
0eec6621 6862014-08-19 David Malcolm <dmalcolm@redhat.com>
687
688 * rtx-classes-status.txt (TODO): Add SET_BND_TO
689
17616710 6902014-08-19 David Malcolm <dmalcolm@redhat.com>
691
692 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
693
7c5928c3 6942014-08-19 David Malcolm <dmalcolm@redhat.com>
695
696 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
697
047ccec4 6982014-08-19 David Malcolm <dmalcolm@redhat.com>
699
700 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
701
a83c8362 7022014-08-19 David Malcolm <dmalcolm@redhat.com>
703
704 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
705
1b08cfdd 7062014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
707
708 * MAINTAINERS (Write After Approval): Add myself.
709
d41d96b7 7102014-08-19 Christopher Faylor <me.gnu@cgf.cx>
711
712 * MAINTAINERS: Remove myself
713
4a57a2e8 7142014-08-19 David Malcolm <dmalcolm@redhat.com>
715
716 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
717
7ad1fa02 7182014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
719
720 * MAINTAINERS (Write After Approval): Add myself.
721
a684cb04 7222014-08-18 David Malcolm <dmalcolm@redhat.com>
723
724 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
725 SET_BB_HEADER, SET_BB_FOOTER
726
57c8dfee 7272014-08-18 David Malcolm <dmalcolm@redhat.com>
728
904c3df2 729 * rtx-classes-status.txt: New file
57c8dfee 730
429cca51 7312014-08-18 Roman Gareev <gareevroman@gmail.com>
732
733 * configure.ac: Eliminate ClooG installation dependency.
734 * configure: Regenerate.
735 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
736 * Makefile.in: Regenerate.
737
5420e92f 7382014-08-15 Ilya Verbin <iverbin@gmail.com>
739
740 * MAINTAINERS (Write After Approval): Add myself.
741
f0da22ea 7422014-08-15 Ilya Tocar <tocarip@gmail.com>
743
744 * MAINTAINERS (Write After Approval): Add myself.
745
47d90752 7462014-08-01 Jiong Wang <jiong.wang@arm.com>
747
748 * MAINTAINERS (Write After Approval): Add myself.
749
1d163515 7502014-07-28 Anthony Green <green@moxielogic.com>
751
752 Import from savannah.gnu.org:
753 * config.sub: Update to 2014-07-28 version.
754
8cc0edb6 7552014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
756
757 * MAINTAINERS: Remove my MIPS maintainer entry.
758
385527e9 7592014-07-26 Uros Bizjak <ubizjak@gmail.com>
760
761 PR target/47230
762 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
763 * configure: Regenerate.
764
2dd0603e 7652014-07-24 James Norris <jnorris@codesourcery.com>
766
767 * MAINTAINERS (Write After Approval): Add myself.
768
383b71a9 7692014-07-20 Roman Gareev <gareevroman@gmail.com>
770
771 * configure.ac: Accept only CLooG 0.18.1.
772 * configure: Regenerate.
773
9556e4d0 7742014-07-17 Roman Gareev <gareevroman@gmail.com>
775
776 * configure.ac: Don't accept isl 0.11.
777 * configure: Regenerate.
778
05095438 7792014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
780
781 * MAINTAINERS (Write After Approval): Add myself.
782
20632469 7832014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
784
785 * configure.ac: Don't accept isl 0.10.
786 * configure: Regenerate.
787
f4953d40 7882014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2556a4ed 789
f4953d40 790 Fix include path for in-tree cloog.
791 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
792 * configure: Regenerate.
2556a4ed 793
f4953d40 7942014-06-18 Richard Henderson <rth@redhat.com>
60d578d4 795
f4953d40 796 * .gitignore: Import gcc_update output.
60d578d4 797
bf0001d4 7982014-06-13 Thomas Schwinge <thomas@codesourcery.com>
799
52fd2e17 800 * config-ml.in: Robustify ac_configure_args parsing.
801
1015a063 802 * configure.ac (--enable-linker-plugin-configure-flags)
803 (--enable-linker-plugin-flags): New flags.
804 (configdirs): Conditionally add libiberty-linker-plugin.
805 * configure: Regenerate.
806 * Makefile.def (host_modules): Add libiberty-linker-plugin.
807 (host_modules) <lto-plugin>: Pay attention to
808 @extra_linker_plugin_flags@ and
809 @extra_linker_plugin_configure_flags@.
810 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
811 * Makefile.in: Regenerate.
812
bf0001d4 813 * Makefile.tpl (configure-[+prefix+][+module+])
814 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
815 "module_srcdir" instead of "module" for locating a module's srcdir.
816 * Makefile.in: Regenerate.
817
85dcf814 8182014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
819
820 * MAINTAINERS (Write After Approval): Add myself.
821
b9f71945 8222014-06-06 Sebastian Pop <sebpop@gmail.com>
823
824 * MAINTAINERS: Update my email address.
825
a499a116 8262014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
827
828 * MAINTAINERS (Write After Approval): Add myself.
829
42878318 8302014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
831
832 * MAINTAINERS (Write After Approval): Add myself.
833
df148e44 8342014-05-30 Jonathan Wakely <jwakely@redhat.com>
835
836 PR libstdc++/61011
837 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
838 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
839 * configure: Regenerate.
840
7f9463ec 8412014-05-28 Pedro Alves <palves@redhat.com>
842
843 * MAINTAINERS (Write After Approval): Add myself.
844
0be66420 8452014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
846
847 * MAINTAINERS: Update my affiliation/email.
848
2a96d757 8492014-05-19 Mike Stump <mikestump@comcast.net>
850
851 * MAINTAINERS: Add wide-int reviewers.
852
2481a2c1 8532014-05-14 Sandra Loosemore <sandra@codesourcery.com>
854
855 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
856 * configure: Regenerated.
857
418aa869 8582014-05-15 Torvald Riegel <triegel@redhat.com>
859
860 * MAINTAINERS (libitm): Add myself as maintainer.
861
d23ca936 8622014-05-07 Charles Baylis <charles.baylis@linaro.org>
863
864 * MAINTAINERS (Write After Approval): Add myself.
865
b98f8a78 8662014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
867
868 * config.sub, config.guess: Import from upstream.
869
588c2671 8702014-04-29 Alan Lawrence <alan.lawrence@arm.com>
871
872 * MAINTAINERS (Write After Approval): Put myself in correct order.
873
572205be 8742014-04-29 Alan Lawrence <alan.lawrence@arm.com>
875
876 * MAINTAINERS (Write After Approval): Add myself.
877
a6703892 8782014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
879
880 * MAINTAINERS: Move myself from Reviewers to Write After Approval
881 section.
882
5692cf37 8832014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
884
885 * MAINTAINERS (Write After Approval): Delete myself.
886
478532eb 8872014-04-17 Jakub Jelinek <jakub@redhat.com>
888
889 PR sanitizer/56781
890 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
891 and -B* options with -Xcompiler.
892
e40b19b7 8932014-04-04 Eric Botcazou <ebotcazou@adacore.com>
894
895 PR bootstrap/60620
896 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
897 * Makefile.in: Regenerate.
898
e673a265 8992014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
900
901 * Makefile.def (dependencies): Make all-ld depend on all-binutils
902 for WINDRES_FOR_TARGET in default-manifest.o rule.
903 * Makefile.in: Regenerate.
904
737fef9c 9052014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
906
907 * MAINTAINERS (Write After Approval): Add myself.
908
f4ae1a00 9092014-03-26 Jakub Jelinek <jakub@redhat.com>
910
911 PR sanitizer/56781
912 * Makefile.def: Set bootstrap=true; for host fixincludes.
913 * configure.ac: Don't bootstrap host fixincludes unless
914 --with-build-config=bootstrap-{a,ub}san.
915 * Makefile.in: Regenerated.
916 * configure: Regenerated.
917
ee055341 9182014-03-21 Jakub Jelinek <jakub@redhat.com>
919
920 * configure.ac: Move BUILD_CONFIG set up earlier. Add
921 --enable-vtable-verify option parsing. Don't add
922 target-libsanitizer to bootstrap_target_libs unless
923 --with-build-config=bootstrap-asan or
924 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
925 to bootstrap_target_libs unless --enable-vtable-verify.
926 * configure: Regenerated.
927
1279e87b 9282014-03-10 Anatoly Sokolov <aesok@post.ru>
929
930 * MAINTAINERS (Write After Approval): Add myself.
931
cf0201a5 9322014-03-07 Denis Chertykov <chertykov@gmail.com>
933
934 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
935
48d33b51 9362014-03-07 Jakub Jelinek <jakub@redhat.com>
937
938 PR bootstrap/58572
939 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
940 -I for libstdc++-v3 includes if $(LEAN).
941 * Makefile.in: Regenerated.
942
4dcc249a 9432014-03-04 Jonathan Wakely <jwakely@redhat.com>
944
945 * MAINTAINERS: Update my email address.
946
2da35515 9472014-02-24 Walter Lee <walt@tilera.com>
948
949 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
950 (tilegx-*-*): Change to tilegx*-*-*.
951 * configure: Regenerate.
952
2cdbba93 9532014-02-17 Loren J. Rittle <ljrittle@acm.org>
954
955 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
956
e3c32511 9572014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
958
959 * MAINTAINERS (Write After Approval): Add myself.
960
48118d02 9612014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
962
963 PR target/59788
964 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
965 *solaris2*.
966
68512f53 9672014-01-21 John David Anglin <danglin@gcc.gnu.org>
968
969 * MAINTAINERS: Update my email address.
970
a37bd79b 9712014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
972
973 * MAINTAINERS: Convert to UTF-8.
974 Properly sort Xinliang David Li's entry.
975
3c6280bd 9762013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
977 Sandra Loosemore <sandra@codesourcery.com>
978
979 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
980 nios2 port maintainers.
981
e8cac2b9 9822013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
983
984 * MAINTAINERS (Write After Approval): Add myself.
985
87ebeb4c 9862013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d4cf3e7a 987
988 * configure.ac: Add user-friendly check for native x86_64-linux
989 multilibs.
990 * configure: Regenerate.
991
9922013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
993
994 * MAINTAINERS: Add myself as sh maintainer.
995
9962013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
997
998 * MAINTAINERS: Add self as SLSR maintainer.
999
10002013-11-18 Jan Hubicka <hubicka@ucw.cz>
1001
1002 * MAINTAINERS: Update my email address.
1003
10042013-11-15 David Edelsohn <dje.gcc@gmail.com>
1005
1006 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1007
10082013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1009
1010 * Makefile.in: Regenerate.
1011
1012 * Makefile.tpl: Fix typo.
1013 * Makefile.in: Regenerate partially.
1014
10152013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1016
1017 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1018 supported.
1019 * configure: Regenerated.
1020
10212013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1022
1023 * MAINTAINERS (Write After Approval): Add myself.
1024
10252013-10-30 Jason Merrill <jason@redhat.com>
1026
1027 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1028 --disable-build-format-warnings.
1029
10302013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1031
1032 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1033 depend on libstdc++ and libgcc.
1034 * configure: Regenerate.
1035 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1036 libcilkrts for POSIX and i*86, and x86_64 architectures.
1037 * Makefile.in: Added libcilkrts related fields to support building it.
1038
10392013-10-26 Jeff Law <law@redhat.com>
1040
1041 * Makefile.def (target_modules): Remove libmudflap
1042 (languages): Remove check-target-libmudflap).
1043 * Makefile.in: Rebuilt.
1044 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1045 * configure.ac (target_libraries): Remove target-libmudflap.
1046 Remove checks which disabled libmudflap on some systems.
1047 * configure: Rebuilt.
1048 * libmudflap: Directory removed.
1049
10502013-10-21 Cong Hou <congh@google.com>
1051
1052 * MAINTAINERS (Write After Approval): Add myself.
1053
10542013-10-16 Mike Stump <mikestump@comcast.net>
1055
1056 * .dir-locals.el: Add.
1057
10582013-10-15 David Malcolm <dmalcolm@redhat.com>
1059
1060 * configure.ac: Add --enable-host-shared
1061 * configure: Regenerate.
1062
10632013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1064
1065 Import from savannah.gnu.org:
1066 * config.guess: Update to 2013-06-10 version.
1067 * config.sub: Update to 2013-10-01 version.
1068
10692013-10-01 Simon Cook <simon.cook@embecosm.com>
1070
1071 Changes to build configuration to allow big endian ARC ELF toolchain
1072 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1073 * configure: Regenerate.
1074
10752013-09-20 Alan Modra <amodra@gmail.com>
1076
1077 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1078 ppc host match. Support little-endian powerpc linux hosts.
1079
10802013-09-19 Dodji Seketeli <dodji@redhat.com>
1081
1082 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1083 maintainer.
1084
10852013-09-12 DJ Delorie <dj@redhat.com>
1086
1087 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1088 maintainers.
1089
10902013-09-03 Richard Biener <rguenther@suse.de>
1091
1092 * configure.ac: Also allow ISL 0.12.
1093 * configure: Regenerated.
1094
10952013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1096
1097 * MAINTAINERS (Write After Approval): Add myself.
1098
10992013-08-27 David Malcolm <dmalcolm@redhat.com>
1100
1101 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1102
11032013-08-26 Caroline Tice <cmtice@google.com>
1104
1105 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1106 "Various Reviewers" to libvtv "Various Maintainers".
1107
11082013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1109
1110 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1111
11122013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1113
1114 * MAINTAINERS: Update name, email.
1115
11162013-08-13 Adam Butcher <adam@jessamine.co.uk>
1117
1118 * MAINTAINERS (Write After Approval): Add myself.
1119
11202013-08-12 Caroline Tice <cmtice@google.com>
1121
1122 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1123 address in the Write After Approval section.
1124
11252013-08-09 Carlos O'Donell <carlos@redhat.com>
1126
1127 * MAINTAINERS (Write After Approval): Update email.
1128
11292013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1130
1131 * configure.ac: Adjust to check VTV_SUPPORTED.
1132 * configure: Regenerated.
1133
11342013-08-02 Caroline Tice <cmtice@google.com>
1135
1136 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1137 on non-linux systems; add target-libvtv to noconfigdirs; add
1138 libsupc++/.libs to C++ library search paths.
1139 * configure: Regenerated.
1140 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1141 libstdc++ and libgcc.
1142 * Makefile.in: Regenerated.
1143
11442013-07-19 Yvan Roux <yvan.roux@linaro.org>
1145
1146 * MAINTAINERS (Write After Approval): Add myself.
1147
11482013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1149 Shiva Chen <shiva0217@gmail.com>
1150
1151 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1152 nds32 port maintainers.
1153
11542013-07-17 Tim Shen <timshen91@gmail.com>
1155
1156 * MAINTAINERS (Write After Approval): Add myself.
1157
11582013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1159
1160 * configure.ac: Sync from binutils.
1161 * configure: Regenerate.
1162
11632013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1164
1165 * MAINTAINERS (Write After Approval): Add myself.
1166
11672013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1168
1169 * MAINTAINERS (Write After Approval): Add myself.
1170
11712013-05-17 David Malcolm <dmalcolm@redhat.com>
1172
1173 * MAINTAINERS (Write After Approval): Add myself.
1174
11752013-04-30 Brooks Moses <bmoses@google.com>
1176
1177 * MAINTAINERS: Update my email; move myself from Fortran
1178 reviewer to Write After Approval.
1179
11802013-04-16 Andreas Schwab <schwab@suse.de>
1181
1182 * configure.ac (aarch64-*-*): Don't disable java.
1183 * configure: Regenerate.
1184
11852013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1186
1187 * MAINTAINERS (Write After Approval): Add myself.
1188
11892013-03-30 Matthias Klose <doko@ubuntu.com>
1190
1191 * Makefile.def (target_modules): Don't install libffi.
1192 * Makefile.in: Regenerate.
1193
11942013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1195
1196 * MAINTAINERS (Write After Approval): Add myself.
1197
11982013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1199
1200 * MAINTAINERS (Write After Approval): Add myself.
1201
12022013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1203
1204 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1205 * configure: Regenerated.
1206
477ef922 12072013-02-05 Ian Lance Taylor <iant@google.com>
1208
1209 PR go/55969
1210 * configure.ac: Disable libgo on some systems where it does not
1211 work.
1212
d4cf3e7a 12132013-02-04 David Edelsohn <dje.gcc@gmail.com>
1214
1215 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1216 Remove Geoff Keating as rs6000 port maintainer, at his request.
1217
12182013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1219
1220 * MAINTAINERS: Update my email.
1221
12222013-01-23 Shenghou Ma <minux.ma@gmail.com>
1223
1224 * configure: Re-generate.
1225
12262013-01-15 Richard Biener <rguenther@suse.de>
1227
1228 PR other/55973
1229 * configure: Re-generate.
1230
12312013-01-14 Matthias Klose <doko@ubuntu.com>
1232
1233 * Makefile.def (install-target-libsanitizer): Depend on
1234 install-target-libstdc++-v3.
1235 * Makefile.in: Regenerate.
1236
12372013-01-14 Richard Biener <rguenther@suse.de>
1238
1239 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1240 * configure: Re-generate
1241
12422013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1243
1244 * config.sub: Update from config repo.
1245
12462013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1247
1248 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1249 * Makefile.in: Regenerate.
1250
12512013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1252
1253 * MAINTAINERS (arc): Add new port maintainership for myself.
1254
12552013-01-09 Jason Merrill <jason@redhat.com>
1256
1257 * .gitignore: Import from gdb repository.
1258
12592013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1260
1261 * Makefile.def (configure-gcc): Depend on all-gmp.
1262 (all-gcc): Remove dependency on all-gmp.
1263 * Makefile.in: Regenerated.
1264
12652013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1266
1267 * config.sub: Merge from config repo.
1268 * config.guess: Ditto.
1269
12702013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1271
1272 * Makefile.def: Merge from binutils.
1273 * Makefile.in: Ditto.
1274
12752013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1276
1277 * MAINTAINERS: Update my email.
1278
12792012-12-29 Ben Elliston <bje@gnu.org>
1280
1281 * config.guess: Update to 2012-12-29 version.
1282 * config.sub: Likewise.
1283
12842012-12-20 Matthias Klose <doko@ubuntu.com>
1285
1286 * Makefile.def (install-target-libgfortran): Depend on
1287 install-target-libquadmath, install-target-libgcc.
1288 (install-target-libsanitizer): Depend on install-target-libgcc.
1289 (install-target-libjava): Depend on install-target-libgcc.
1290 (install-target-libitm): Depend on install-target-libgcc.
1291 (install-target-libobjc): Depend on install-target-libgcc.
1292 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1293 * Makefile.in: Regenerate.
1294
12952012-12-19 Matthias Klose <doko@ubuntu.com>
1296
1297 * Makefile.def (install-target-libgo): Depend on
1298 install-target-libatomic.
1299 * Makefile.in: Regenerate.
1300
13012012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1302
1303 PR go/55201
1304 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1305 * Makefile.in: Regenerate.
1306
13072012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1308
1309 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1310 * configure: Regenerate.
1311
13122012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1313
1314 * config.sub: Merge from config repo.
1315
13162012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1317
1318 * Makefile.def (target_modules): Add bootstrap=true and
1319 raw_cxx=true to libsanitizer.
1320 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1321 * Makefile.in: Regenerated.
1322 * configure: Likewise.
1323
13242012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1325
1326 * MAINTAINERS: Remove self as RTL optimization maintainer.
1327
13282012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1329
1330 * MAINTAINERS (Write After Approval): Add myself.
1331
13322012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1333
1334 * Makefile.def (target_modules): Remove bootstrap=true and
1335 raw_cxx=true from libsanitizer.
1336 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1337 * Makefile.in: Regenerated.
1338 * configure: Likewise.
1339
13402012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1341
1342 * Makefile.def (target_modules): Add bootstrap=true and
1343 raw_cxx=true to libsanitizer.
1344 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1345 * Makefile.in: Regenerated.
1346 * configure: Likewise.
1347
13482012-11-28 Andrew Pinski <apinski@cavium.com>
1349
1350 PR bootstrap/54279
1351 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1352 * configure: Regenerate.
1353 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1354 * Makefile.in: Regenerate.
1355
13562012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1357
1358 * configure.ac: Disable libsanitizer if we're not building C++.
1359 * configure: Regenerate.
1360
13612012-11-15 Roland McGrath <roland@hack.frob.com>
1362
1363 * MAINTAINERS (Write After Approval): Add myself.
1364
13652012-11-15 Dmitry Vyukov <dvyukov@google.com>
1366
1367 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1368 Kostya Serebryany (kcc@google.com) and
1369 Jakub Jelinek (jakub@redhat.com).
1370 Rename area for Dodji Seketeli (dodji@redhat.com).
1371
13722012-11-15 Dodji Seketeli <dodji@redhat.com>
1373
1374 * MAINTAINERS: (asan.c, related): Add myself.
1375
13762012-11-14 Roland McGrath <mcgrathr@google.com>
1377
1378 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1379 * configure: Regenerate.
1380
13812012-11-13 Richard Henderson <rth@redhat.com>
1382
1383 * configure.ac: Move libsanitizer logic to subdirectory.
1384 * configure: Regenerate.
1385
13862012-11-13 Dodji Seketeli <dodji@redhat.com>
1387
1388 * configure.ac: Enable libsanitizer just on x86 linux for now.
1389 * configure: Re-generate.
1390
13912012-11-13 David Edelsohn <dje.gcc@gmail.com>
1392
1393 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1394 sections.
1395 * configure: Regenerate.
1396
13972012-11-13 Hans-Peter Nilsson <hp@axis.com>
1398
1399 * configure.ac: Add section for configdirs for libsanitizer.
1400 Disable for cris-*-* and mmix-*-*.
1401 * configure: Regenerate.
1402
14032012-11-12 Wei Mi <wmi@google.com>
1404
1405 * configure.ac: Add libsanitizer to target_libraries.
1406 * Makefile.def: Ditto.
1407 * configure: Regenerate.
1408 * Makefile.in: Regenerate.
1409 * libsanitizer: New directory for asan runtime. Contains an empty
1410 tsan directory.
1411
14122012-11-03 Corinna Vinschen <corinna@vinschen.de>
1413
1414 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1415 against Mingw64 w32api.
1416 * configure: Regenerate.
1417
14182012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1419
1420 * configure: Regenerated.
1421
14222012-11-03 Robert Mason <rbmj@verizon.net>
1423
1424 * configure.ac: add --disable-libstdcxx configure option
1425 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1426
14272012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1428
1429 * MAINTAINERS (Write After Approval): Add myself.
1430
14312012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1432
1433 * MAINTAINERS (Write After Approval): Add myself.
1434
14352012-10-24 Sharad Singhai <singhai@google.com>
1436
1437 * MAINTAINERS (Write After Approval): Add myself.
1438
14392012-10-24 Eric Christopher <echristo@gmail.com>
1440
1441 * MAINTAINERS: Update email address.
1442
14432012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1444
1445 PR bootstrap/54820
1446 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1447 * configure: Regenerate.
1448
14492012-10-23 Richard Earnshaw <rearnsha@arm.com>
1450
1451 * MAINTAINERS (aarch64): Add Marcus and myself.
1452
14532012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1454
1455 PR bootstrap/54820
1456 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1457 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1458 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1459 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1460 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1461 * Makefile.in: Regenerate.
1462 * configure.ac (have_static_libs): New variable and associated check.
1463 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1464 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1465 * configure: Regenerate.
1466
14672012-10-10 Richard Biener <rguenther@suse.de>
1468
1469 * MAINTAINERS: Adjust for changed surname.
1470
14712012-10-04 Lawrence Crowl <crowl@google.com>
1472
1473 * MAINTAINERS (Write After Approval): Add myself.
1474
14752012-10-01 Cary Coutant <ccoutant@google.com>
1476
1477 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1478
14792012-09-28 Ian Lance Taylor <iant@google.com>
1480
1481 * Makefile.def: Make all-target-libgo depend on
1482 all-target-libbacktrace.
1483 * Makefile.in: Rebuild.
1484
14852012-09-26 Ian Lance Taylor <iant@google.com>
1486
1487 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1488 * Makefile.in: Rebuild.
1489
14902012-09-20 Walter Lee <walt@tilera.com>
1491
1492 * configure.ac: Add tilegx to list of targets that support gold.
1493 * configure: Regenerate.
1494
14952012-09-20 Marek Polacek <polacek@redhat.com>
1496
1497 * MAINTAINERS (Write After Approval): Add myself.
1498
14992012-09-19 Steve Ellcey <sellcey@mips.com>
1500
1501 * configure.ac: Add mips*-mti-elf* target.
1502 * configure: Regenerate.
1503
15042012-09-17 Ian Lance Taylor <iant@google.com>
1505
1506 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1507 * configure.ac (host_libs): Add libbacktrace.
1508 (target_libraries): Add libbacktrace.
1509 * Makefile.def (host_modules): Add libbacktrace.
1510 (target_modules): Likewise.
1511 * configure, Makefile.in: Rebuild.
1512
15132012-09-14 David Edelsohn <dje.gcc@gmail.com>
1514
1515 PR target/38607
1516 Merge upstream change.
1517 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1518
1519 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1520 Add libgomp*.o to compare_exclusions for AIX.
1521 * configure: Regenerate.
1522
15232012-09-06 Diego Novillo <dnovillo@google.com>
1524
1525 * configure.ac: Bump minimum GMP version to 4.2.3.
1526 * configure: Re-generate.
1527
15282012-09-05 Georg-Johann Lay <avr@gjlay.de>
1529
1530 PR target/54461
1531 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1532 target-libgloss if not configured --with-avrlibc=no.
1533 * configure: Regenerate.
1534
15352012-09-04 Jason Merrill <jason@redhat.com>
1536
1537 * configure.ac: Fix --enable-languages=all.
1538
15392012-09-04 Christophe Lyon <christophe.lyon@st.com>
1540
1541 * MAINTAINERS (Write After Approval): Add myself.
1542
15432012-09-03 Richard Guenther <rguenther@suse.de>
1544
1545 PR bootstrap/54138
1546 * configure.ac: Re-organize ISL / CLOOG checks to allow
1547 disabling with either --without-isl or --without-cloog.
1548 * configure: Regenerated.
1549
15502012-09-03 Georg-Johann Lay <avr@gjlay.de>
1551
1552 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1553 * configure: Regenerate.
1554
15552012-08-27 Ulrich Drepper <drepper@gmail.com>
1556
1557 * MAINTAINERS: Fix my email address.
1558
15592012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 PR binutils/4970
1562 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1563 and opcodes.
1564 * Makefile.in: Regenerated.
1565
15662012-08-26 Art Haas <ahaas@impactweather.com>
1567
1568 * configure: Regenerate.
1569
15702012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1571
1572 * INSTALL/README: Also refer to the online installation
1573 instructions.
1574
15752012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1576
1577 * MAINTAINERS (Write After Approval): Add myself.
1578 (Picochip port): Remove myself.
1579
15802012-08-14 Diego Novillo <dnovillo@google.com>
1581
1582 Merge from cxx-conversion branch.
1583
1584 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1585 POSTSTAGE1_CONFIGURE_FLAGS.
1586 * Makefile.in: Regenerate.
1587 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1588 Force C++ when bootstrapping.
1589 * configure: Regenerate.
1590
15912012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1592
1593 * MAINTAINERS (Write After Approval): Add myself.
1594
15952012-07-16 Joseph Myers <joseph@codesourcery.com>
1596
1597 * README: Document use of ranges of years in copyright notices.
1598
15992012-07-06 Richard Guenther <rguenther@suse.de>
1600
1601 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1602 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1603 --with-gmp=system.
1604 * Makefile.in: Regenerated.
1605 * configure: Likewise.
1606
16072012-07-06 Richard Guenther <rguenther@suse.de>
1608
1609 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1610 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1611 supply V=1 as extra_make_flags.
1612 * configure: Regenerated.
1613 * Makefile.in: Likewise.
1614
16152012-07-04 Tristan Gingold <gingold@adacore.com>
1616
1617 * configure: Regenerate.
1618
16192012-07-03 Richard Guenther <rguenther@suse.de>
1620
1621 * Makfile.def (isl): Remove not necessary extra_exports and
1622 extra_make_flags.
1623 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1624 * Makefile.in: Regenerated.
1625
16262012-07-03 Richard Guenther <rguenther@suse.de>
1627
1628 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1629 * configure.ac: If either the ISL or the CLooG check failed
1630 do not try to build in-tree versions.
1631 * Makefile.in: Regenerated.
1632 * configure: Regenerated.
1633
16342012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1635
1636 * configure: Regenerate.
1637
16382012-07-02 Janis Johnson <janisjo@codesourcery.com>
1639
1640 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1641 maintainer.
1642
16432012-07-02 Richard Guenther <rguenther@suse.de>
1644
1645 * configure: Regenerated.
1646
16472012-07-02 Richard Guenther <rguenther@suse.de>
1648 Michael Matz <matz@suse.de>
1649 Tobias Grosser <tobias@grosser.es>
1650 Sebastian Pop <sebpop@gmail.com>
1651
1652 * Makefile.def: Add ISL host module, remove PPL host module.
1653 Adjust ClooG host module to use the proper ISL.
1654 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1655 * configure.ac: Include config/isl.m4. Add ISL host library,
1656 remove PPL. Remove PPL configury, add ISL configury, adjust
1657 ClooG configury.
1658 * Makefile.in: Regenerated.
1659 * configure: Likewise.
1660
16612012-07-02 Richard Guenther <rguenther@suse.de>
1662
1663 Merge from graphite branch
1664 2011-07-21 Tobias Grosser <tobias@grosser.es>
1665
1666 * configure: Regenerated.
1667 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1668 both cloog.org and legacy versions. The only supported version will
1669 be CLooG with the isl backend.
1670
1671 2011-07-21 Tobias Grosser <tobias@grosser.es>
1672
1673 * configure: Regenerated.
1674 * configure.ac: Require cloog isl 0.17.0
1675
1676 2011-07-21 Tobias Grosser <tobias@grosser.es>
1677
1678 * configure: Regenerated.
1679 * config/cloog.m4: Do not define CLOOG_ORG
1680
16812012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1682
1683 * configure.ac: Skip C if explicitly selected.
1684 * configure: Regenerate.
1685
16862012-06-28 Christophe Lyon <christophe.lyon@st.com>
1687
1688 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1689 they contain -O2.
1690 * configure: Regenerate.
1691
16922012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1693
1694 PR debug/53740
1695 * df.h, df-problems.c, dce.c: Revert last patch.
1696
16972012-06-25 Iain Sandoe <iain@codesourcery.com>
1698
1699 * MAINTAINERS (Write After Approval): Update my email address.
1700
17012012-06-21 Meador Inge <meadori@codesourcery.com>
1702
1703 * MAINTAINERS (Write After Approval): Add myself.
1704
17052012-06-20 Jason Merrill <jason@redhat.com>
1706
1707 * Makefile.tpl (check-target-libgomp-c++): New.
1708 (check-target-libitm-c++): New.
1709 * Makefile.def (c++): Add them.
1710 * Makefile.in: Regenerate.
1711
17122012-05-29 Edmar Wienskoski <edmar@freescale.com>
1713
1714 * MAINTAINERS (Write After Approval): Add myself.
1715
17162012-05-16 Olivier Hainque <hainque@adacore.com>
1717
1718 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1719 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1720 (install-no-fixedincludes): Adjust accordingly.
1721 * Makefile.in: Regenerate.
1722
17232012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1724
1725 Merge upstream change
1726 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1727
17282012-05-14 Marc Glisse <marc.glisse@inria.fr>
1729
1730 * MAINTAINERS (Write After Approval): Add myself.
1731
17322012-05-09 Nick Clifton <nickc@redhat.com>
1733 Paul Smith <psmith@gnu.org>
1734
1735 PR bootstrap/50461
1736 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1737 allow for the fact that from release v3.1.0 of MPFR the source
1738 files were moved into a src sub-directory.
1739 * configure: Regenerate.
1740
17412012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1742
1743 * configure.ac: Bump minimum MPFR version to 2.4.0.
1744 * configure: Regenerated.
1745
17462012-05-01 Richard Henderson <rth@redhat.com>
1747
1748 * Makefile.def (libatomic): New target_module.
1749 * configure.ac (target_libraries): Add libatomic.
1750 (noconfigdirs): Check if libatomic is supported.
1751 * Makefile.in, configure: Rebuild.
1752
17532012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1754
1755 * MAINTAINERS (Write After Approval): Add myself.
1756
17572012-04-25 Joel Brobecker <brobecker@adacore.com>
1758
1759 * config.sub: Update to 2012-04-18 version from official repo.
1760
17612012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1762
1763 * MAINTAINERS (Write After Approval): Add myself.
1764
17652012-04-11 Steve Ellcey <sellcey@mips.com>
1766
1767 * MAINTAINERS: Changed email address.
1768
17692012-03-28 Georg-Johann Lay <avr@gjlay.de>
1770
1771 PR target/52737
1772 * contrib/gcc_update (files_and_dependencies):
1773 Remove gcc/config/avr/t-multilib from touch data.
1774
17752012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1776
1777 * MAINTAINERS (OS Port Maintainers): Remove irix.
1778 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1779 (unsupported_languages): Remove mips-sgi-irix6.*.
1780 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1781 (with_stabs): Remove.
1782 * configure: Regenerate.
1783
17842012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1785
1786 * MAINTAINERS (OS Port Maintainers): Remove osf.
1787 * configure.ac (enable_libgomp): Remove *-*-osf*.
1788 (with_stabs): Remove alpha*-*-osf*.
1789 * configure: Regenerate.
1790
17912012-03-05 Tristan Gingold <gingold@adacore.com>
1792
1793 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1794 * configure: Regenerate.
1795
17962012-02-17 Walter Lee <walt@tilera.com>
1797
1798 * MAINTAINERS: (Write After Approval): Delete myself.
1799
18002012-02-14 Walter Lee <walt@tilera.com>
1801
1802 * MAINTAINERS (tilegx port): Add myself.
1803 (tilepro port): Add myself.
1804 (Write After Approval): Add myself.
1805
18062012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1807
1808 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1809 and Joseph Myers as docstring relicensing maintainers.
1810
18112012-02-09 Bin Cheng <bin.cheng@arm.com>
1812
1813 * MAINTAINERS (write-after-approval): Add myself.
1814
18152012-02-08 Ira Rosen <irar@il.ibm.com>
1816
1817 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1818 maintainer.
1819
18202012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1821
1822 * MAINTAINERS (Write After Approval): Move myself to
1823 maintain alphabetical order.
1824
18252012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1826
1827 * MAINTAINERS (Write After Approval): Add myself.
1828
18292012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1830
1831 * MAINTAINERS (Write After Approval): Add myself.
1832
18332012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1834 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1835
1836 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1837 * configure: Regenerate.
1838
18392012-01-23 Harshit Chopra <harshit@google.com>
1840
1841 * MAINTAINERS (Write After Approval): Add myself.
1842
18432012-01-22 Douglas B Rupp <rupp@ngnat.com>
1844
1845 * configure.ac: Remove reference to mh-interix.
1846 * configure: Regenerate.
1847
18482012-01-05 Richard Henderson <rth@redhat.com>
1849
1850 PR bootstrap/51072
1851 * configure.ac: Disable libitm if c++ is not enabled.
1852 * configure: Rebuild.
1853
1854 * configure.ac: Fix regexp for same.
1855 * configure: Rebuild.
1856
18572012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1858
1859 * MAINTAINERS (Write After Approval): Add myself.
1860
18612012-01-02 Richard Guenther <rguenther@suse.de>
1862
1863 PR bootstrap/51686
1864 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1865 * Makefile.in: Regenerate.
1866
18672011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1868
1869 * MAINTAINERS (Write After Approval): Add myself.
1870
18712011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1872
1873 * configure: Regenerate.
1874
18752011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1876
1877 * MAINTAINERS (picochip): Changed email address.
1878
18792011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1880
1881 * MAINTAINERS (write-after-approval): Add self.
1882
18832011-11-29 DJ Delorie <dj@redhat.com>
1884
1885 * configure.ac (rl78-*-*) New case.
1886 * configure: Regenerate.
1887 * MAINTAINERS: Add myself as RL78 maintainer.
1888
18892011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1890
1891 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1892
18932011-11-21 Andreas Tobler <andreast@fgznet.ch>
1894
1895 * libtool.m4: Additional FreeBSD 10 fixes.
1896
18972011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1898
1899 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1900 Maintainers section, as Epiphany maintainer.
1901
19022011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1903
1904 PR target/49992
1905 * configure.ac: Remove ranlib special-casing for Darwin.
1906 * configure: Regenerate.
1907
19082011-11-12 Andrey Belevantsev <abel@ispras.ru>
1909
1910 * MAINTAINERS (Reviewers): Keep the list sorted.
1911
19122011-11-11 Andrey Belevantsev <abel@ispras.ru>
1913
1914 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1915
19162011-11-09 Roland McGrath <mcgrathr@google.com>
1917
1918 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1919 * configure: Rebuild.
1920 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1921 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1922 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1923 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1924 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1925 Add READELF.
1926 * Makefile.in: Rebuild.
1927
19282011-11-09 Jason Merrill <jason@redhat.com>
1929
1930 * Makefile.def (language=c++): Remove check-c++0x.
1931 * Makefile.in (check-gcc-c++): Regenerate.
1932
19332011-11-08 Richard Henderson <rth@redhat.com>
1934
1935 * configure.ac: Test for libitm directory present first.
1936
1937 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1938
1939 * configure.ac: Test libitm/configure.tgt to disable libitm.
1940 * configure: Rebuild.
1941
19422011-11-07 Aldy Hernandez <aldyh@redhat.com>
1943 Richard Henderson <rth@redhat.com>
1944
1945 Merged from transactional-memory.
1946
1947 * Makefile.def (lang_env_dependencies): libitm is c++.
1948 Add libitm target module.
1949 * configure.ac: Likewise.
1950 * config/mmap.m4: New file.
1951 * contrib/gcc_update: Add libitm to touch data.
1952 * Makefile.in, configure: Rebuild.
1953
19542011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1955
1956 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1957 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1958 * Makefile.in: Regenerate.
1959
19602011-11-01 DJ Delorie <dj@redhat.com>
1961
1962 * config.sub: Update to version 2011-10-29 (added rl78)
1963
19642011-10-27 Nick Clifton <nickc@redhat.com>
1965
1966 * config.sub: Import these changes from the config project:
1967
1968 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1969 Ben Elliston <bje@gnu.org>
1970
1971 * config.sub (epiphany): New.
1972
1973 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1974 Ben Elliston <bje@gnu.org>
1975
1976 * config.sub (hexagon, hexagon-*): New.
1977
1978 2011-08-23 Roland McGrath <mcgrathr@google.com>
1979
1980 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1981 64eb to be64.
1982
1983 2011-08-16 Roland McGrath <mcgrathr@google.com>
1984
1985 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1986 (nacl): Grok as alias for 32el-unknown-nacl.
1987
19882011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1989
1990 * MAINTAINERS (Write After Approval): Add myself.
1991
19922011-10-24 Teresa Johnson <tejohnson@google.com>
1993
1994 * MAINTAINERS (Write After Approval): Add myself.
1995
19962011-09-21 Jakub Jelinek <jakub@redhat.com>
1997
1998 * MAINTAINERS (sparc port): Remove myself.
1999
20002011-09-14 Tom de Vries <tom@codesourcery.com>
2001
2002 * MAINTAINERS (Write After Approval): Add myself.
2003
20042011-08-14 Yao Qi <yao@codesourcery.com>
2005
2006 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2007 * configure: Regenerate.
2008
20092011-07-26 Ian Lance Taylor <iant@google.com>
2010
2011 * configure.ac: Set have_compiler based on whether gcc directory
2012 exists, rather than on whether gcc is in configdirs.
2013 * configure: Rebuild.
2014
20152011-07-21 Joseph Myers <joseph@codesourcery.com>
2016
2017 * MAINTAINERS (Global Reviewers): Add self.
2018
20192011-07-20 David Edelsohn <dje.gcc@gmail.com>
2020
2021 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2022 link directories.
2023 * Makefile.in: Rebuild.
2024
20252011-07-20 Ian Lance Taylor <iant@google.com>
2026
2027 PR bootstrap/49787
2028 * configure.ac: Move --enable-bootstrap handling earlier in file.
2029 If --enable-bootstrap and either --enable-build-with-cxx or
2030 --enable-build-poststage1-with-cxx, enable C++ automatically.
2031 * configure: Rebuild.
2032
20332011-07-19 Ian Lance Taylor <iant@google.com>
2034
2035 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2036 make C++ a boot_language. Set and substitute
2037 POSTSTAGE1_CONFIGURE_FLAGS.
2038 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2039 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2040 * configure, Makefile.in: Rebuild.
2041
20422011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2043
2044 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2045 maintainers.
2046
20472011-07-18 Jakub Jelinek <jakub@redhat.com>
2048
2049 * MAINTAINERS (Global Reviewers): Add myself.
2050
20512011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2052
2053 * configure: Regenerate.
2054
20552011-07-16 Jason Merrill <jason@redhat.com>
2056
2057 * Makefile.def (language=c++): Add check-c++0x and
2058 check-target-libmudflap-c++.
2059 * Makefile.tpl (check-target-libmudflap-c++): New.
2060 * Makefile.in: Regenerate.
2061
20622011-07-16 Matthias Klose <doko@ubuntu.com>
2063
2064 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2065 * Makefile.def (target_modules/libjava): Pass
2066 $(EXTRA_CONFIGARGS_LIBJAVA).
2067 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2068 if not configured with --enable-static-libjava.
2069 * Makefile.in: Regenerate.
2070 * configure: Likewise.
2071
20722011-07-15 Jason Merrill <jason@redhat.com>
2073
2074 * Makefile.in (check-c++): Move check-gcc-c++0x after
2075 check-target-libstdc++-v3.
2076
20772011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2078
2079 * MAINTAINERS (c6x port): New entry.
2080
20812011-07-13 Jason Merrill <jason@redhat.com>
2082
2083 * Makefile.in (check-gcc-c++0x): New.
2084 (check-c++): Depend on it.
2085
20862011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2087
2088 PR target/39150
2089 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2090 x86_64-*-solaris2.1[0-9]*.
2091 * configure: Regenerate.
2092
20932011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2094
2095 * MAINTAINERS (RTL optimizers): Add self.
2096
20972011-06-27 Gabriel Charette <gchare@google.com>
2098
2099 * MAINTAINERS (Write After Approval): Add myself.
2100
21012011-06-22 Hans-Peter Nilsson <hp@axis.com>
2102
2103 PR regression/47836
2104 PR bootstrap/23656
2105 PR other/47733
2106 PR bootstrap/49247
2107 PR c/48825
2108 * configure.ac (target_libraries): Remove target-libiberty.
2109 Remove case-statement setting skipdirs=target-libiberty for
2110 multiple targets. Remove checking target_configdirs and
2111 removing target-libiberty but keeping target-libgcc if
2112 otherwise empty.
2113 * Makefile.def (target_modules): Don't add libiberty.
2114 (dependencies): Remove all traces of target-libiberty.
2115 * configure, Makefile.in: Regenerate.
2116
21172011-06-13 Walter Lee <walt@tilera.com>
2118
2119 * configure.ac (tilepro-*-*) New case.
2120 (tilegx-*-*): Likewise.
2121 * configure: Regenerate.
2122
21232011-06-06 Jing Yu <jingyu@google.com>
2124
2125 * configure.ac: Skip target-libiberty for
2126 arm*-*-linux-androideabi.
2127 * configure: Regenerated.
2128
21292011-06-06 Nick Clifton <nickc@redhat.com>
2130
2131 * config.sub: Sync from upstream.
2132
21332011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2134
2135 * MAINTAINERS (Write After Approval): Add myself.
2136
21372011-06-01 Daniel Jacobowitz <drow@false.org>
2138
2139 * MAINTAINERS: Update my email address.
2140
21412011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2142
2143 * MAINTAINERS (Write After Approval): Update my email address.
2144
21452011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2146
2147 * MAINTAINERS (Write After Approval): Add myself.
2148
21492011-05-08 Doug Kwan <dougkwan@google.com>
2150
2151 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2152 * configure: Regenerated.
2153 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2154 value from configure.
2155 * Makefile.in: Regenerated.
2156
21572011-05-05 Joseph Myers <joseph@codesourcery.com>
2158
2159 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2160 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2161 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2162 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2163 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2164 *-*-vxworks*): Disable newlib and libgloss in separate case
2165 statement.
2166 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2167 to separate case statement.
2168 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2169 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2170 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2171 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2172 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2173 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2174 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2175 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2176 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2177 i[[3456789]]86-*-rdos*, m32r-*-*,
2178 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2179 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2180 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2181 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2182 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2183 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2184 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2185 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2186 and libgloss in main case over targets. Remove most empty cases
2187 in main case over targets.
2188 * configure: Regenerate.
2189
21902011-05-04 Janis Johnson <janisjo@codesourcery.com>
2191
2192 * MAINTAINERS (Write After Approval): Add myself.
2193
21942011-05-04 Joseph Myers <joseph@codesourcery.com>
2195
2196 * configure.ac: Remove code setting special library locations for
2197 hppa*64*-*-hpux11*. Remove code setting compiler for
2198 sparc-sun-solaris2*.
2199 * configure: Regenerate.
2200
22012011-05-04 Joseph Myers <joseph@codesourcery.com>
2202
2203 * configure.ac: Separate libgloss_dir settings from general case
2204 over targets.
2205 * configure: Regenerate.
2206
22072011-04-28 Joseph Myers <joseph@codesourcery.com>
2208
2209 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2210 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2211 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2212 cases in libgcj-disabling case statement.
2213 (hppa*64*-*-linux*): Set unsupported_languages instead of
2214 disabling target-zlib.
2215 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2216 to hppa*64*-*-hpux*.
2217 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2218 hppa*-*-hpux*.
2219 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2220 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2221 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2222 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2223 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2224 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2225 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2226 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2227 libgcj-disabling case statement.
2228 * configure: Regenerate.
2229
22302011-04-28 Joseph Myers <joseph@codesourcery.com>
2231
2232 * configure.ac: Disable Java for targets not supporting libffi.
2233 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2234 Remove cases in Java-disabling statement.
2235 (*arm-wince-pe): Change to arm-wince-pe.
2236 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2237 cases in Java-disabling statement.
2238 (bfin-*-*): Don't disable Java again.
2239 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2240 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2241 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2242 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2243 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2244 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2245 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2246 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2247 Java-disabling statement.
2248 (mmix-*-*): Don't disable Java again.
2249 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2250 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2251 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2252 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2253 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2254 statement.
2255 * configure: Regenerate.
2256
22572011-04-28 Joseph Myers <joseph@codesourcery.com>
2258
2259 * configure.ac: Separate cases disabling Java and Java libraries
2260 from general case over targets.
2261 * configure: Regenerate.
2262
22632011-04-21 Jie Zhang <jzhang918@gmail.com>
2264
2265 * MAINTAINERS: Update my email address.
2266
22672011-04-20 Easwaran Raman <eraman@google.com>
2268
2269 * MAINTAINERS (Write After Approval): Add myself.
2270
22712011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2272
2273 PR lto/48086
2274 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2275 * configure: Regenerate.
2276
22772011-04-16 Jim Meyering <meyering@redhat.com>
2278
2279 * MAINTAINERS (Write After Approval): Add myself.
2280
22812011-04-15 Dodji Seketeli <dodji@redhat.com>
2282
2283 * MAINTAINERS: Update my email address.
2284
22852011-04-13 Georg-Johann Lay <avr@gjlay.de>
2286
2287 * MAINTAINERS (Write After Approval): Add myself.
2288
22892011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2290
2291 * MAINTAINERS (Write After Approval): Add myself.
2292
22932011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2294
2295 * MAINTAINERS (Write After Approval): Add myself.
2296
22972011-04-06 Joseph Myers <joseph@codesourcery.com>
2298
2299 * configure.ac (build_tools): Remove build-byacc.
2300 (host_libs): Remove mmalloc.
2301 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2302 autoconf automake libtool diff rcs fileutils shellutils time
2303 textutils wdiff find uudecode hello tar gzip indent recode release
2304 sed perl gawk findutils gettext zip.
2305 (libgcj): Remove target-qthreads.
2306 (target_tools): Remove target-examples target-gperf.
2307 (YACC): Don't handle building byacc.
2308 * configure: Regenerate.
2309 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2310 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2311 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2312 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2313 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2314 handle building components.
2315 * Makefile.in: Regenerate.
2316
23172011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2318
2319 * MAINTAINERS: Update my email address as Xtensa maintainer.
2320
23212011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2322
2323 * config.sub: Sync from upstream.
2324
23252011-04-01 Joseph Myers <joseph@codesourcery.com>
2326
2327 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2328 (microblaze*): Don't disable libssp.
2329 * configure: Regenerate.
2330
23312011-04-01 Joseph Myers <joseph@codesourcery.com>
2332
2333 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2334 moveifchange.
2335 * configure: Regenerate.
2336 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2337 * Makefile.in: Regenerate.
2338
23392011-04-01 Joseph Myers <joseph@codesourcery.com>
2340
2341 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2342 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2343 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2344 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2345 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2346 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2347 md_exec_prefix cases.
2348 * configure: Regenerate.
2349
23502011-04-01 Joseph Myers <joseph@codesourcery.com>
2351
2352 * configure.ac: Separate cases disabling target-libssp,
2353 target-libiberty, target-libstdc++-v3 and Fortran from general
2354 case over targets.
2355 * configure: Regenerate.
2356
23572011-04-01 Joseph Myers <joseph@codesourcery.com>
2358
2359 * configure.ac (*-*-chorusos): Don't disable libgcj.
2360 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2361 Remove case.
2362 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2363 (arm-*-coff): Don't disable libgcj.
2364 (arm*-*-linux-gnueabi): Remove useless assignment.
2365 (arm-*-riscix*): Don't disable libgcj.
2366 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2367 configuration.
2368 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2369 (c54x*-*-*): Remove case.
2370 (tic54x-*-*): Don't disable GCC or GCC libraries.
2371 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2372 to *.
2373 (d10v-*-*): Don't disable GCC libraries.
2374 (d30v-*-*): Don't disable libgcj.
2375 (h8500-*-*): Don't disable GCC libraries.
2376 (i960-*-*): Don't disable libgcj.
2377 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2378 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2379 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2380 libgcj.
2381 (m68k-*-coff*): Remove case.
2382 (mmix-*-*): Don't disable libgloss on host.
2383 (mn10200-*-*, mn10300-*-*): Remove cases.
2384 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2385 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2386 Don't disable libgcj.
2387 (romp-*-*): Remove case.
2388 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2389 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2390 case.
2391 (v810-*-*): Don't disable GCC libraries.
2392 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2393 (ip2k-*-*): Don't disable GCC libraries.
2394 * configure: Regenerate.
2395
23962011-03-28 Joseph Myers <joseph@codesourcery.com>
2397
2398 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2399 libffi on host.
2400 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2401 on host.
2402 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2403 * configure: Regenerate.
2404
24052011-03-26 John Marino <binutils@marino.st>
2406
2407 * configure.ac: Add support for *-*-dragonfly*
2408 * configure: Regenerate.
2409
24102011-03-25 Joseph Myers <joseph@codesourcery.com>
2411
2412 * configure.ac (native_only): Remove.
2413 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2414 send-pr uudecode guile gnuserv on host.
2415 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2416 send-pr rcs guile perl texinfo libtool on host.
2417 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2418 automake send-pr rcs guile perl texinfo libtool on host.
2419 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2420 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2421 (alpha*-dec-osf*): Don't disable fileutils on target.
2422 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2423 texinfo send-pr expect dejagnu on target.
2424 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2425 target-qthreads on target.
2426 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2427 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2428 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2429 x86_64-*-mingw*): Don't disable expect on target.
2430 (*-*-cygwin*): Don't disable target-gperf on target.
2431 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2432 gnuserv on target.
2433 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2434 target.
2435 * configure: Regenerate.
2436
24372011-03-25 Joseph Myers <joseph@codesourcery.com>
2438
2439 * configure.ac (target_tools): Remove target-groff.
2440 (native_only): Remove target-groff.
2441 (hppa*64*-*-*): Don't disable byacc.
2442 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2443 setting.
2444 (*-*-kaos*): Don't skip target-librx and target-groff.
2445 (*-*-netware*): Don't skip target-libmudflap.
2446 (*-*-tpf*): Don't skip target-libmudflap.
2447 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2448 directories on the host.
2449 (ia64*-*-*vms*): Don't skip tix.
2450 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2451 host.
2452 * configure: Regenerate.
2453
24542011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2455
2456 * configure.ac: Remove references to mt-mep, mt-netware,
2457 mt-wince.
2458 * Makefile.def: Add all-utils soft dependencies.
2459 * Makefile.tpl: Remove GDB_NLM_DEPS.
2460 * configure: Regenerate.
2461 * Makefile.in: Regenerate.
2462
24632011-03-24 Paolo Bonzini <bonzini@gnu.org>
2464
2465 * configure.ac: Do not include mh-x86omitfp.
2466 * configure: Regenerate.
2467
24682011-03-24 Paolo Bonzini <bonzini@gnu.org>
2469
2470 * configure.ac: Remove empty cases.
2471 * configure: Regenerate.
2472
24732011-03-24 Paolo Bonzini <bonzini@gnu.org>
2474
2475 * Makefile.def: Add dependency from termcap to gdb.
2476 * Makefile.in: Regenerate.
2477
24782011-03-24 Paolo Bonzini <bonzini@gnu.org>
2479
2480 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2481 * configure: Regenerate.
2482 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2483 * Makefile.tpl: Likewise.
2484 * Makefile.in: Regenerate.
2485
24862011-03-24 Paolo Bonzini <bonzini@gnu.org>
2487
2488 * configure.ac: Remove all mentions of tentative_cc.
2489 * configure: Regenerate.
2490
24912011-03-24 Joseph Myers <joseph@codesourcery.com>
2492
2493 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2494 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2495 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2496 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2497 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2498 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2499 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2500 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2501 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2502 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2503 *-*-rhapsody*): Remove host cases.
2504 * configure: Regenerate.
2505
25062011-03-24 Joseph Myers <joseph@codesourcery.com>
2507
2508 * configure.ac (ppc*-*-pe): Remove host case.
2509 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2510 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2511 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2512 cases.
2513 * configure: Regenerate.
2514
25152011-03-24 Joseph Myers <joseph@codesourcery.com>
2516
2517 * config.sub: Update to version 2011-03-23.
2518
25192011-03-22 Joseph Myers <joseph@codesourcery.com>
2520
2521 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2522 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2523 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2524 * configure: Regenerate.
2525
25262011-03-22 Joseph Myers <joseph@codesourcery.com>
2527
2528 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2529 to Write After Approval.
2530 * config-ml.in: Don't handle arc-*-elf*.
2531 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2532 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2533 handle GCC libraries.
2534 * configure: Regenerate.
2535
25362011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2537
2538 PR bootstrap/48120:
2539 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2540 Add -lstdc++ -lm to LIBS.
2541 * configure: Regenerate.
2542
25432011-03-18 David Edelsohn <dje.gcc@gmail.com>
2544
2545 * config.guess: Update to version 2011-02-02
2546 * config.sub: Update to version 2011-02-24
2547
25482011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2549
2550 PR lto/48086
2551 * configure.ac: Re-enable LTO on *-apple-darwin9.
2552 * configure: Regenerate.
2553
25542011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2555
2556 PR lto/48086
2557 * configure.ac: Disable LTO on darwin due to an assembler change in
2558 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2559 under 256.
2560 * configure: Regenerate.
2561
25622011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2563
2564 * MAINTAINERS: Update myself as score backend maintainer,
2565 update my e-mail address.
2566
25672011-03-09 Xuepeng Guo <terry.guo@arm.com>
2568
2569 * MAINTAINERS: Update my e-mail address.
2570
25712011-03-06 Joey Ye <joey.ye@arm.com>
2572
2573 * MAINTAINERS: Update my e-mail address.
2574
25752011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2576
2577 * configure.ac: Adjust test of with_ppl.
2578 * configure: Regenerated.
2579
25802011-03-02 Kai Tietz <ktietz@redhat.com>
2581
2582 * MAINTAINERS: Adjust my e-mail address.
2583
25842011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2585
2586 * configure.ac: Add -lpwl to ppllibs.
2587 * configure: Regenerated.
2588
25892011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2590
2591 * config/cloog.m4: Add -lisl to clooglibs.
2592 * configure: Regenerated.
2593
25942011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2595
2596 * MAINTAINERS (CPU Port maintainers): Add self.
2597
25982011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2599
2600 * MAINTAINERS: Add myself as testsuite maintainer.
2601
26022011-02-15 Mike Stump <mikestump@comcast.net>
2603
2604 * MAINTAINERS: Add myself as testsuite maintainer.
2605
26062011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2607
2608 Import from Libtool and gnulib:
2609
2610 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2611
2612 Prepare for supporting FreeBSD 10.
2613 * config.rpath: Remove handling of freebsd1* which soon would
2614 match FreeBSD 10.0.
2615
2616 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2617
2618 Remove support for FreeBSD 1.x.
2619 * libtool.m4 (_LT_LINKER_SHLIBS)
2620 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2621 soon would incorrectly match FreeBSD 10.0.
2622
26232011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2624
2625 PR binutils/12283
2626 * move-if-change: Import version from gnulib.
2627
26282011-02-12 Alexandre Oliva <aoliva@redhat.com>
2629
2630 PR lto/47225
2631 * Makefile.def (lto-plugin): Double dash for enable-shared.
2632 (configure-gcc): Depend on all-lto-plugin.
2633 * Makefile.in: Rebuilt.
2634
26352011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2636
2637 * configure.ac: Remove extra bracket.
2638 * configure: Regenerate.
2639
26402011-02-08 Tobias Burnus <burnus@net-b.de>
2641
2642 * MAINTAINERS: Add myself as libquadmath maintainer.
2643
26442011-02-08 Thomas Schwinge <thomas@schwinge.name>
2645
2646 * MAINTAINERS: Update my email address.
2647
26482011-02-07 Joseph Myers <joseph@codesourcery.com>
2649
2650 * MAINTAINERS (option handling): Add self.
2651
26522011-02-06 Kai Tietz <kai.tietz@onevision.com>
2653
2654 PR lto/47225
2655 * Makefile.def: Add dependency for install-gcc
2656 on install-lto-plugin.
2657 * Makfile.in: Regenerated
2658
26592011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2660
2661 * MAINTAINERS (CPU Port Maintainers): Add myself.
2662
26632011-01-31 Alexandre Oliva <aoliva@redhat.com>
2664
2665 PR libgcj/44341
2666 * configure.ac: Discard --with-* flags for host when configuring
2667 target libraries for cross build.
2668 * configure: Rebuilt.
2669
26702011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2671
2672 * MAINTAINERS (linear loop transforms): Removed.
2673
26742011-01-25 Jakub Jelinek <jakub@redhat.com>
2675
2676 * configure.ac: If with_ppl is no, move setting with_cloog=no
2677 after CLOOG_REQUESTED check.
2678 * configure: Regenerated.
2679
26802011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2681
2682 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2683 CLooG has been requested.
2684 * configure: Regenerated.
2685
26862011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2687
2688 * configure: Regenerated.
2689 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2690
26912011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2692
2693 * configure: Regenerated.
2694 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2695
26962011-01-21 Andreas Schwab <schwab@redhat.com>
2697
2698 * configure.ac: Use AS_HELP_STRING throughout.
2699 * configure: Regenerate.
2700
27012011-01-18 Jie Zhang <jie.zhang@analog.com>
2702
2703 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2704 * configure: Regenerate.
2705
27062011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2707
2708 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2709
27102011-01-13 Joel Brobecker <brobecker@adacore.com>
2711
2712 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2713 for ia64-hpux.
2714 * configure: Regenerate.
2715
27162011-01-07 Jan Hubicka <jh@suse.cz>
2717
2718 PR lto/47225
2719 * Makefile.in: Regenerate.
2720 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2721 configure.
2722
27232011-01-07 Jan Hubicka <jh@suse.cz>
2724
2725 * Makefile.in: Regenerate.
2726 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2727 and configure dependency on lto-plugin configure.
2728 (lto-plugin module): Remove dependency on GCC; add dependency on
2729 liniberty.
2730
27312011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2732
2733 * MAINTAINERS (Write After Approval): Add myself.
2734
27352010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2736
2737 * configure: Regenerate.
2738
27392010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2740
2741 * configure.ac: (picochip): Disable libiberty.
2742
27432010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2744
2745 * MAINTAINERS (Write After Approval): Add myself.
2746
27472010-12-10 Ian Lance Taylor <iant@google.com>
2748
2749 PR bootstrap/46819
2750 * configure.ac: For --disable-libgcj clear libgcj_saved.
2751 * configure: Rebuild.
2752
27532010-12-10 Tobias Burnus <burnus@net-b.de>
2754
2755 PR fortran/46540
2756 * configure.ac: Add --disable-libquadmath and
2757 --disable-libquadmath-support.
2758 * configure: Regenerate.
2759
27602010-12-03 Ian Lance Taylor <iant@google.com>
2761
2762 * MAINTAINERS: Add myself as libgo maintainer.
2763
27642010-12-03 Hans-Peter Nilsson <hp@axis.com>
2765
2766 PR libffi/46792
2767 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2768 * configure: Regenerate.
2769
27702010-12-02 Ian Lance Taylor <iant@google.com>
2771
2772 * configure.ac: Always set default for poststage1_ldflags to
2773 -static-libstdc++ -static-libgcc.
2774
27752010-11-29 Andreas Schwab <schwab@redhat.com>
2776
2777 * configure.ac: Move comment to remove extra space in last argument
2778 of GCC_TARGET_TOOL.
2779
27802010-11-26 Alexandre Oliva <aoliva@redhat.com>
2781
2782 PR other/46026
2783 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2784 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2785 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2786 (BASE_FLAGS_TO_PASS): Use it.
2787 * configure: Rebuilt.
2788 * Makefile.in: Rebuilt.
2789
27902010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2791
2792 PR binutils/12258
2793 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2794 Properly check default linker.
2795 * configure: Regnerated.
2796
27972010-11-23 Matthias Klose <doko@ubuntu.com>
2798
2799 * configure.ac: For --enable-gold, handle value `default' instead of
2800 `both*'. New configure option --{en,dis}able-ld.
2801 * configure: Regenerate.
2802
28032010-11-20 Ian Lance Taylor <iant@google.com>
2804
2805 * configure.ac: Only disable a language library if no language needs
2806 it. Don't let --disable-libgcj uncondtionally disable libffi.
2807 * configure: Rebuild.
2808
28092010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2810
2811 * Makefile.in: Regenerate.
2812
2813 PR other/46202
2814 * configure.ac: Fix just-built in-tree STRIP name to be
2815 binutils/strip-new.
2816 * configure: Regenerate.
2817 * Makefile.def (install-strip-gcc, install-strip-binutils)
2818 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2819 (install-strip-sid): Mirror dependencies on non-strip variants
2820 of these targets on the respective -strip prerequisites.
2821 * Makefile.tpl (install-strip, install-strip-host)
2822 (install-strip-target): New targets.
2823 (install-strip-[+module+], install-strip-target-[+module+]):
2824 New targets.
2825 * Makefile.in: Regenerate.
2826
28272010-11-19 Ian Lance Taylor <iant@google.com>
2828 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 * configure.ac: Add target-libgo to target_libraries. Set
2831 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2832 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2833 (HOST_EXPORTS): Add GOC.
2834 (BASE_TARGET_EXPORTS): Add GOC.
2835 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2836 (GOCFLAGS_FOR_TARGET): New variable.
2837 (EXTRA_HOST_FLAGS): Add GOC.
2838 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2839 * Makefile.def (target_modules): Add libgo.
2840 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2841 (dependencies): Add dependency from configure-target-libgo to
2842 configure-target-libffi and all-target-libstdc++-v3. Add
2843 dependencies from all-target-libgo to all-target-libffi.
2844 (languages): Add go.
2845 * configure: Rebuild.
2846 * Makefile.in: Rebuild.
2847
28482010-11-19 Ian Lance Taylor <iant@google.com>
2849
2850 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2851 compiler/flag environment variables.
2852
28532010-11-18 Ian Lance Taylor <iant@google.com>
2854
2855 * configure.ac: Check for lang_requires_boot_languages in
2856 config-lang.in files.
2857 * configure: Rebuild.
2858
28592010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
87969c8c 2860 Tobias Burnus <burnus@net-b.de>
2861
2862 PR fortran/32049
2863 * Makefile.def: Add libquadmath; build it with language=fortran.
2864 * configure.ac: Add libquadmath.
2865 * Makefile.tpl: Handle multiple libs in check-[+language+].
2866 * Makefile.in: Regenerate.
2867 * configure: Regenerate.
2868
1fea6e9c 28692010-11-16 Tom Tromey <tromey@redhat.com>
2870
2871 * MAINTAINERS: Moved myself to reviewers section.
2872
1950f29a 28732010-11-15 Zdenek Dvorak <ook@ucw.cz>
2874
2875 * MAINTAINERS: Moved myself to reviewers section.
2876
e3d68d13 28772010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2878
2879 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2880 (Write After Approval): Remove self.
2881
73f813e1 28822010-11-15 Andreas Schwab <schwab@redhat.com>
2883
2884 * configure.ac: Fix spelling in option names.
2885 * configure: Regenerated.
2886
e619f0a6 28872010-11-13 Georg-Johann Lay <georgjohann@web.de>
2888
2889 PR bootstrap/39622
2890 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2891 * configure: Regenerated.
2892
b330025b 28932010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2894
2895 * MAINTAINERS: Update my email address.
2896
8a0fe290 28972010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2898
8a0fe290 2899 * configure: Regenerate.
2900
81b9d148 29012010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2902
aac33805 2903 * configure: Regenerate.
81b9d148 2904
4076133b 29052010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2906
4076133b 2907 * configure: Regenerate.
2908
88e8cc3e 29092010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2910
88e8cc3e 2911 * configure: Regenerate.
2912
a3c81e03 29132010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2914
2915 * configure.ac: Support official CLooG.org versions.
2916 * configure: Regenerate.
2917 * config/cloog.m4: New.
2918
083311b4 29192010-11-10 François Dumont <francois.cppdevs@free.fr>
2920
2921 * MAINTAINERS (Write After Approval): Add myself.
2922
7cb0b8a7 29232010-11-09 David Edelsohn <dje.gcc@gmail.com>
2924
2925 * MAINTAINERS: Update my email address.
2926
16463c8d 29272010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2928
2929 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2930 * configure: Regenerate.
16463c8d 2931
25630dc7 29322010-11-03 Ian Lance Taylor <iant@google.com>
2933 Dave Korn <dave.korn.cygwin@gmail.com>
2934
2935 PR lto/46273
2936 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2937 and on other supported platforms whenever LTO is enabled.
2938 * configure: Rebuild.
2939
13d2f2b2 29402010-11-02 Alan Modra <amodra@gmail.com>
2941
2942 PR binutils/12110
2943 * configure.ac: Error when source path contains spaces.
2944 * configure: Regenerate.
2945
4a0163ae 29462010-10-23 James E. Wilson <wilson@codesourcery.com>
2947
2948 * MAINTAINERS: Update my email address.
2949
1235ba90 29502010-10-20 Ian Lance Taylor <iant@google.com>
2951
2952 * Makefile.def (target_modules): Set lib_path to src/.libs for
2953 libstdc++-v3 module.
2954 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2955 * Makefile.in: Rebuild.
2956
579b6115 29572010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2958
2959 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2960 (Write After Approval): Remove myself.
2961
79aafbf6 29622010-10-15 Tristan Gingold <gingold@adacore.com>
2963
2964 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2965
7516f0c4 29662010-10-14 Douglas Rupp <rupp@gnat.com>
2967
2968 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2969
ca42e774 29702010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2971
2972 * configure.ac (build_lto_plugin): New shell variable.
2973 (--enable-lto): Turn on by default for all non-ELF platforms that
2974 have had LTO support added so far. Set build_lto_plugin appropriately
2975 for both ELF and non-ELF.
2976 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2977 * configure: Regenerate.
2978
9ee71fca 29792010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2980
2981 Sync from src:
2982 * configure.ac (v850 support): Remove target-libgloss from
2983 noconfigdirs.
2984 * configure: Regenerate.
2985
372a3f1e 29862010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2987
2988 PR bootstrap/45326
2989 PR bootstrap/45174
2990 * configure.ac: Honor initial values of $build_configargs,
2991 $host_configargs, $target_configargs. Mark the precious, so
2992 environment settings get recorded.
2993 * configure: Regenerate.
2994
445b7c96 29952010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2996
2997 PR bootstrap/45796
2998 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2999 Depend on all-build-libiberty.
3000 * Makefile.in: Regenerate.
3001
d34b0d1e 30022010-09-30 Michael Eager <eager@eagercon.com>
3003
3004 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3005 * configure: Regenerate.
3006
2ae04593 30072010-09-28 Michael Eager <eager@eagercon.com>
3008
3009 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3010
3aa7b555 30112010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3012
3013 PR bootstrap/44621
3014 * configure.ac: Fix unportable shell quoting.
3015 * configure: Regenerate.
3016
62932e4d 30172010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3018
3019 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3020 targets and amend comment.
3021 * configure: Regenerate.
3022
b3f60ce8 30232010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3024
3025 * MAINTAINERS (Write After Approval): Add myself.
3026
4ae8c98f 30272010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3028
3029 * configure.ac: Enable LTO by default on Darwin.
3030 * configure: Regenerate.
3031
782aa0bb 30322010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3033
4ae8c98f 3034 * MAINTAINERS (Write After Approval): Add myself.
782aa0bb 3035
3888a212 30362010-09-01 Ian Bolton <ian.bolton@arm.com>
3037
4ae8c98f 3038 * MAINTAINERS (Write After Approval): Add myself.
3888a212 3039
ad7d8d63 30402010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3041
3042 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3043 ports
3044
b9c08e4e 30452010-07-28 David Yuste <david.yuste@gmail.com>
3046
3047 * MAINTAINERS (Write After Approval): Add myself.
3048
65b688d7 30492010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3050
3051 * configure.ac: Support all v850 targets.
3052 * configure: Regenerate.
3053
b9a8e4c4 30542010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3055
3056 PR bootstrap/44455
3057 * configure.ac (extra_mpfr_configure_flags): Copy from
3058 extra_mpc_gmp_configure_flags.
3059 * configure: Re-generated.
3060
a91ed45e 30612010-07-22 Andi Kleen <ak@linux.intel.com>
3062
3063 * MAINTAINERS (Write After Approval): Add myself.
3064
b2c57537 30652010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3066
3067 * MAINTAINERS (Write After Approval): Add myself.
3068
a7a6769e 30692010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
cb885d9b 30732010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3074
3075 PR target/44862
3076 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3077 Provide -B option to allow for link spec %s substitutions for
3078 libstdc++.a on darwin.
3079 * Makefile.in: Regenerate.
3080
5bea9bfd 30812010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3082
3083 * MAINTAINERS (Reviewers): Update my e-mail address
3084
753a7a07 30852010-06-10 Alexandre Oliva <aoliva@redhat.com>
3086
3087 * Makefile.def (configure-gcc): Depend on all-libelf.
3088 * Makefile.in: Rebuild.
3089
596b7b22 30902010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3091
3092 * MAINTAINERS (Write After Approval): Add myself in the right place.
3093
dcde3c07 30942010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
c29ab255 3095
3096 * MAINTAINERS (Write After Approval): Add myself.
3097
dcde3c07 30982010-05-25 Sterling Augustine <sterling@tensilica.com>
c03b5ae8 3099
3100 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dcde3c07 3101
31022010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
fc75f6d9 3103
e3cce89a 3104 * config.sub: Update to version 2010-05-21.
3105 * config.guess: Update to version 2010-04-03.
fc75f6d9 3106
f64b48e2 31072010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3108
3109 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3110 * configure: Regenerate.
3111
2be0e543 31122010-05-12 Sriraman Tallam <tmsriram@google.com>
3113
3114 * MAINTAINERS (Write After Approval): Add myself.
3115
23433d72 31162010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3117
3118 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3119 a platform that supports LTO.
3120 * configure: Regenerate.
3121
896fc761 31222010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3123
3124 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3125 * configure: Regenerated.
3126
af7c5662 31272010-04-27 Roland McGrath <roland@redhat.com>
3128 H.J. Lu <hongjiu.lu@intel.com>
3129
3130 * configure.ac (--enable-gold): Support both, both/gold and
3131 both/bfd to add gold to configdirs without removing ld.
3132 * configure: Regenerated.
3133
3134 * Makefile.def: Add install-gold dependency to install-ld.
3135 * Makefile.in: Regenerated.
3136
4d992eb6 31372010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3138
3139 PR lto/42776
3140 * configure.ac (--enable-lto): Refactor handling so libelf tests
3141 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3142 and allow LTO to be explicitly enabled on non-ELF platforms that
3143 are known to support it inside else-clause.
3144 * configure: Regenerate.
3145
affd1d61 31462010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3147
3148 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3149 * configure: Regenerate.
3150
e55e8126 31512010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3152
3153 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3154 * configure: Regenerate.
3155
d6845139 31562010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3157
3158 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3159 separately.
3160 * configure: Regenerate.
3161
c9c28109 31622010-04-16 Kevin Williams <kevin.williams@inria.fr>
3163
3164 * MAINTAINERS (Write After Approval): Add myself.
3165
8e051ef4 31662010-04-14 Tristan Gingold <gingold@adacore.com>
3167
3168 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3169 * configure: Regenerate.
3170
7cc7a0c6 31712010-04-13 Steve Ellcey <sje@cup.hp.com>
3172
3173 * configure: Regenerate after change to elf.m4.
3174
30e08f1c 31752010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3176
3177 * MAINTAINERS (Write After Approval): Add myself.
3178
b14b3ce1 31792010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3180
3181 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3182 * configure: Regenerated.
3183
31842010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3185
3186 * configure.ac: Print "buggy but acceptable" when CLooG
3187 revision is less than 9.
3188 * configure: Regenerated.
3189
09c38bea 31902010-04-01 Diego Novillo <dnovillo@google.com>
3191
3192 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3193
59a40389 31942010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3195
3196 PR bootstrap/43615
3197 PR bootstrap/43328
3198
3199 Revert:
3200
3201 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3202
3203 * configure.ac: Do not pass --enable-multilib nor
3204 --disable-multilib in baseargs. Accept explicitly passed
3205 --enable_multilib.
3206 * configure: Regenerate.
3207
15153e30 32082010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3209
3210 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3211
247ec299 32122010-03-31 Janis Johnson <janis187@us.ibm.com>
3213
3214 * MAINTAINERS: Remove myself.
3215
7816cdf1 32162010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3217
3218 PR bootstrap/43328
3219 * configure.ac: Do not pass --enable-multilib nor
3220 --disable-multilib in baseargs. Accept explicitly passed
3221 --enable_multilib.
3222 * configure: Regenerate.
3223
2a78007b 32242010-03-28 Andrew Pinski <pinskia@gmail.com>
3225
3226 * MAINTAINERS (spu port): Remove me.
3227
fa0a53e3 32282010-03-23 Joseph Myers <joseph@codesourcery.com>
3229
3230 * configure.ac (tic6x-*-*): New case.
3231 * configure: Regenerate.
3232
d590232e 32332010-03-23 Joseph Myers <joseph@codesourcery.com>
3234
3235 * config.sub: Update to version 2010-03-22.
3236 * config.guess: Update to version 2009-12-30.
3237
dcde3c07 32382010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1384f0b0 3239
3240 PR ada/42554
3241 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3242 * configure: Regenerate.
3243
7071ad11 32442010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3245
3246 * MAINTAINERS: Update my email address.
3247
c583eb67 32482010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3249
3250 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3251 (ghassan.shobaki@amd.com): Removed.
3252
6217c06a 32532010-03-17 Alan Modra <amodra@gmail.com>
3254
3255 * MAINTAINERS: Update my email address.
3256
101a6f96 32572010-03-16 Diego Novillo <dnovillo@google.com>
3258
3259 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3260 Matthews.
3261
b753085c 32622010-03-16 Joseph Myers <joseph@codesourcery.com>
3263
3264 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3265 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3266
4b83e160 32672010-03-16 Joseph Myers <joseph@codesourcery.com>
3268
3269 * MAINTAINERS: Update my email address.
3270
f345c9fb 32712010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3272
3273 * MAINTAINERS: Update my email address.
3274
4c6d05aa 32752010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3276
3277 * MAINTAINERS: Update my email address.
3278
11010e64 32792010-03-09 Jie Zhang <jie@codesourcery.com>
3280
3281 * MAINTAINERS: Update my email address.
3282
68645a6b 32832010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3284
3285 PR libstdc++/32499
3286 * configure.ac (RANLIB): Default to true.
3287 (STRIP): Likewise.
3288 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3289 * configure: Regenerate.
3290
dcde3c07 32912010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
8980c297 3292
3293 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3294 (Write After Approval): Update my email address.
3295
90b41dad 32962010-02-17 Nick Clifton <nickc@redhat.com>
3297
3298 PR 11238
3299 * Makefile.tpl (local-distclean): Also remove config.cache files in
3300 sub-directories as there may not be Makefiles present in the
3301 sub-directories.
4284910f 3302 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3303 the config.cache files found by the find command.
3304
90b41dad 3305 * Makefile.in: Regenerate.
3306 * configure.ac: Revert previous delta.
3307 * configure: Regenerate.
3308
abb1d088 33092010-02-15 Nick Clifton <nickc@redhat.com>
3310
3311 PR 11238
3312 * configure.ac: Delete config.cache files in sub-directories when
3313 deleting Makefiles.
3314 * configure: Regenerate.
3315
b55e20a0 33162010-02-12 Ben Elliston <bje@gnu.org>
3317
3318 * MAINTAINERS: Update my email address.
3319
0518ccd2 33202010-02-08 Andrew Pinski <pinskia@gmail.com>
3321
3322 * MAINTAINERS (spu port): Update my email address.
3323
dcd5ad58 33242010-02-08 Jie Zhang <jie.zhang@analog.com>
3325
3326 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3327
17b6993a 33282010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3329
3330 * configure.ac: Add "recommended" version checks for GMP/MPC.
3331 Update recommended GMP/MPFR/MPC versions.
3332 * configure: Regenerate.
3333
e10fd696 33342010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3335
3336 * MAINTAINERS: Move my Embecosm email address into the
3337 write-after-approval section.
3338
ddcf38e8 33392010-01-26 Ian Lance Taylor <iant@google.com>
3340
3341 * MAINTAINERS: Add myself as Go frontend maintainer.
3342
5c96a839 33432010-01-25 Joern Rennecke <amylaar@spamcop.net>
3344
3345 PR libstdc++/36101, PR libstdc++/42813
3346 * configure.ac (bootstrap_target_libs): Make inclusion of
3347 target-libgomp conditional on libgomb being in target_configdirs.
3348 * configure: Regenerate.
3349
8e61effd 33502010-01-23 Joern Rennecke <amylaar@spamcop.net>
3351
3352 PR libstdc++/36101, PR libstdc++/42813
3353 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3354 * configure: Regenerate.
3355
1fda3360 33562010-01-22 Joern Rennecke <amylaar@spamcop.net>
3357
3358 PR libstdc++/36101, PR libstdc++/42813
3359 * configure.ac (target_configdirs): Substitute.
3360 * Makefile.def: Bootstrap target module libgomp.
3361 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3362 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3363 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3364 * configure, Makefile.in: Regenerate.
3365
8e32c255 33662010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3367
3368 * MAINTAINERS: Adjust my details.
3369
37d3b41c 33702010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3371
3372 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3373
50918a37 33742010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3375
3376 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3377
3397c9b2 33782010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3379
3380 * MAINTAINERS (Write After Approval): Add myself.
3381
25cd8ffa 33822010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3383
3384 * MAINTAINERS (Write After Approval): Add myself.
3385
a82c8807 33862010-01-11 Richard Guenther <rguenther@suse.de>
3387
3388 PR lto/41569
3389 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3390 * Makefile.in: Regenerated.
3391
5846e92c 33922010-01-11 Andreas Tobler <andreast@fgznet.ch>
3393
3394 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3395 * configure: Regenerate.
3396
c3fc6a63 33972010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9f9d05ad 3398 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
c3fc6a63 3399
3400 PR bootstrap/42424
3401 * configure.ac: Include libtool m4 files.
9f9d05ad 3402 (_LT_CHECK_OBJDIR): Call it.
c3fc6a63 3403 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3404 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
50918a37 3405
c3fc6a63 3406 * configure: Regenerate.
3407
1ab7bcf0 34082010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3409
3410 PR bootstrap/41818
3411 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3412 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3413 * Makefile.in: Regenerate.
3414
1a4f45ec 34152010-01-02 Richard Guenther <rguenther@suse.de>
3416
3417 PR lto/41529
3418 * configure.ac: Include config/elf.m4. Disable LTO if not
3419 builting for an elf target.
3420 * configure: Regenerate.
3421
cff9dc68 34222009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3423
3424 * MAINTAINERS: Change my email address.
3425
c505c9f4 34262009-12-18 Ben Elliston <bje@au.ibm.com>
3427
3428 * config.sub, config.guess: Update from upstream sources.
3429
070457e7 34302009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3431
3432 * MAINTAINERS (Write After Approval): Add myself.
3433
16de6a81 34342009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3435
3436 PR middle-end/30447
3437 PR middle-end/30789
3438 PR other/40302
3439
3440 * configure.ac: Require MPC.
3441 * configure: Regenerate.
3442
e6408286 34432009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3444
3445 PR target/38384
3446 PR bootstrap/40972
3447 * libtool.m4: Sync from git Libtool.
3448 * ltoptions.m4: Likewise.
3449 * ltversion.m4: Likewise.
3450 * lt~obsolete.m4: Likewise.
3451 * ltmain.sh: Likewise.
3452
fcb50449 34532009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3454
3455 * configure.ac: Update minimum MPC version to 0.8.
3456 * configure: Regenerate.
3457
cff3778c 34582009-11-21 Sebastian Pop <sebpop@gmail.com>
3459
3460 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3461 * configure: Regenerated.
3462
d6dfe18a 34632009-11-21 Ian Lance Taylor <iant@google.com>
3464
3465 * configure.ac: Change default of poststage1_ldflags to be empty if
3466 poststage1_libs is set. When poststage1_libs is empty, and
3467 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3468 * configure: Rebuild.
3469
04810760 34702009-11-21 Adam Nemet <adambnmet@gmail.com>
3471
3472 * MAINTAINERS (Write After Approval): Update my email address.
3473
af3e823e 34742009-11-20 Ben Elliston <bje@au.ibm.com>
3475
3476 * config.guess: Update from upstream sources.
3477
e01b36b0 34782009-11-16 Alexandre Oliva <aoliva@redhat.com>
3479
3480 * Makefile.def: Restore host and target settings for gmp.
3481 * Makefile.in: Rebuild.
3482
eea1ae23 34832009-11-16 Alexandre Oliva <aoliva@redhat.com>
3484
3485 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3486 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3487 Fix portability of test of C++ as bootstrap language. Add
3488 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3489 * configure: Rebuild.
3490 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3491 and cloog. Fix in-tree ppl configuration. Introduce libelf
3492 in-tree building.
3493 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3494 (POSTSTAGE1_HOST_EXPORTS): Use it.
3495 (STAGE[+id+]_CXXFLAGS): New.
3496 (BASE_FLAGS_TO_PASS): Pass it down.
3497 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3498 extra_exports.
3499 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3500 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3501 extra_exports.
3502 * Makefile.in: Rebuild.
3503
5e80e315 35042009-11-17 Ben Elliston <bje@au.ibm.com>
3505
3506 * config.sub, config.guess: Update from upstream sources.
3507
500010c6 35082009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3509
3510 * MAINTAINERS (Write After Approval): Add myself.
3511
dcde3c07 35122009-11-09 Jon Beniston <jon@beniston.com>
595b8ec2 3513
3514 * MAINTAINERS (Write After Approval): Add myself.
3515
fe284774 35162009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3517
3518 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3519 paths for *-w64-mingw* and x86_64-*mingw*.
3520 * configure: Regenerated.
3521
dcde3c07 35222009-11-05 Joern Rennecke <amylaar@spamcop.net>
533b6da8 3523
3524 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3525
c356a43c 35262009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3527
3528 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3529 Phil Edwards to Write-After Approval.
3530
ec2eb8fb 35312009-10-30 Kai Tietz <kai.tietz@onevision.com>
3532
3533 * configure.ac: Disable target-winsup & co for
3534 x86_64-*-mingw* and *-w64-mingw* targets.
3535 * configure: Regenerated.
3536
24833e1a 35372009-10-16 Nick Clifton <nickc@redhat.com>
3538
3539 * MAINTAINERS: Add myself as a maintainer for the RX port.
3540
dcde3c07 35412009-10-26 Johannes Singler <singler@kit.edu>
2683326a 3542
9f9d05ad 3543 * MAINTAINERS (Write After Approval): Update my e-mail address.
2683326a 3544
3a8cd7be 35452009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3546
3547 * configure.ac (CLooG test): Use = with test.
3548 * configure: Regenerate.
3549
24d0cd27 35502009-10-22 Richard Guenther <rguenther@suse.de>
3551
3552 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3553 cloog if the ppl version check failed. Move flags saving
3554 before setting in libelf check.
3555 * configure: Regenerate.
3556
539c8c59 35572009-10-21 Richard Guenther <rguenther@suse.de>
3558
3559 * configure.ac: Adjust the ppl and cloog configure to work as
3560 documented. Disable cloog if ppl was disabled. Omit the version
3561 checks if they were disabled.
3562 * configure: Re-generate.
3563
d6ef094a 35642009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3565
3566 * configure.ac: Add 'lto' to enable_languages, not
3567 new_enable_languages, and only if not already present.
3568 * configure: Regenerate.
3569
414672c1 35702009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3571
3572 * README: Refer to the various COPYING* files instead of just
3573 COPYING.
3574 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3575
dcde3c07 35762009-10-07 Rafael Avila de Espindola <espindola@google.com>
ea05ba0d 3577
3578 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
8738bcea 3579
17780be3 35802009-10-07 Richard Guenther <rguenther@suse.de>
3581
3582 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3583 and Richard Guenther as reviewers.
3584 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3585 as reviewers.
3586
c01decc6 35872009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
56ca37b0 3588
c01decc6 3589 * config.sub: Update from upstream sources.
56ca37b0 3590
85627a28 35912009-10-06 Ian Lance Taylor <iant@google.com>
3592
3593 * Makefile.def: check-gold depends upon all-gas.
3594 * Makefile.in: Rebuild.
3595
338b88fa 35962009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3597
3598 * MAINTAINERS (Write After Approval): Add myself.
3599
7bfefa9d 36002009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3601
3602 * Makefile.def: all-lto-plugin depends on all-libiberty.
3603 set bootstrap=true for lto-plugin.
3604 Add lto-plugin.
3605 * Makefile.in: Regenerate.
3606 * configure.ac (host_libs): Add lto-plugin.
3607 * configure: Regenerate.
3608
7bfefa9d 36092009-10-03 Diego Novillo <dnovillo@google.com>
3610
3611 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3612 (HOST_LIBELFLIBS): Define.
3613 (HOST_LIBELFINC): Define.
3614 * Makefile.in: Regenerate.
3615 * configure.ac: Add --enable-lto.
3616 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3617 If --enable-lto is used, add 'lto' to new_enable_languages.
3618 If --enable-lto is used and gold is enabled, add
3619 lto-plugin to configdirs.
3620 * configure: Regenerate.
3621
36222009-10-03 Simon Baldwin <simonb@google.com>
3623
3624 * configure.ac: If --with-system-zlib, suppress local zlib and
3625 pass --with-system-zlib to subdir configure scripts.
3626 * configure: Regenerate.
3627
dcde3c07 36282009-10-01 Loren J. Rittle <ljrittle@acm.org>
272bcfef 3629 Paolo Bonzini <bonzini@gnu.org>
3630
3631 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3632 $(srcdir).
3633 * Makefile.in: Rebuilt.
3634
dcde3c07 36352009-09-26 Gary Funck <gary@intrepid.com>
bdb4507a 3636
3637 * MAINTAINERS (Write After Approval): Add myself.
3638
0f3a3df5 36392009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3640
3641 * configure.ac: Update minimum MPC version to 0.7.
3642 * configure: Regenerate.
3643
412c2e81 36442009-09-25 Nick Clifton <nickc@redhat.com>
3645
3646 * configure.ac: Pass any --cache-file=/dev/null option on to
3647 subconfigures.
3648 * configure: Regenerate.
3649
c061df75 36502009-09-23 Nick Clifton <nickc@redhat.com>
3651
3652 * config.sub, config.guess: Update from upstream sources.
3653
dcde3c07 36542009-09-22 Loren J. Rittle <ljrittle@acm.org>
a9fd65cd 3655
3656 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3657 * Makefile.in: Rebuilt.
3658
04a2e841 36592009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3660
3661 PR bootstrap/32272
3662 * configure.ac: Error out if $srcdir isn't '.' but contains
3663 host-${host_noncanonical}.
3664 * configure: Regenerate.
3665
3d00a007 36662009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3667
3668 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3669 maintainer.
3670
9d447cf8 36712009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3672
7b5fee3e 3673 * configure.ac: If bootstrapping a combined tree with
3674 --enable-gold, require c++ in stage1_languages.
3675 * configure: Regenerate.
3676
32027446 3677 * configure.ac: Also add target_libs of stage1_languages to
3678 bootstrap_target_libs.
3679 * configure: Regenerate.
3680
9d447cf8 3681 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3682 with --enable-languages not containing c++.
3683 * configure: Regenerate.
3684
572ee61a 36852009-09-15 Jie Zhang <jie.zhang@analog.com>
3686
3687 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3688 * configure: Regenerate.
3689
dcde3c07 36902009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
153f8c88 3691
6cf4f338 3692 * MAINTAINERS (Write After Approval): Update my e-mail address,
3693 and move from from here...
3694 (Waiting for paperwork): To here.
153f8c88 3695
31ebfd49 36962009-09-09 Joseph Myers <joseph@codesourcery.com>
3697
3698 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3699
8bb79148 37002009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3701
3702 * configure.ac: Do not use $extrasub for replacing @if/@endif
3703 parts in Makefile; instead, use additional arguments to
3704 AC_CONFIG_COMMANDS to do the replacement manually, with several
3705 sed invocations, to avoid HP-UX sed command limits.
3706 * configure: Regenerate.
3707
81540bae 37082009-09-08 Alexandre Oliva <aoliva@redhat.com>
3709
3710 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3711 blank before -L.
3712
a2059f7a 37132009-09-04 Alexandre Oliva <aoliva@redhat.com>
3714
3715 * configure.ac (with-build-config): Document. Handle without.
3716 Handle missing argument.
3717 * configure: Rebuilt.
3718
719faf1c 37192009-09-03 Alexandre Oliva <aoliva@redhat.com>
3720
3721 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3722 Default to bootstrap-debug only if compare-debug works.
3723 * configure: Rebuilt.
3724 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3725 * Makefile.in: Rebuilt.
3726
aab1c61e 37272009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3728
3729 * MAINTAINERS (OS Port Maintainers): Update my email address.
3730
14151756 37312009-09-01 Alexandre Oliva <aoliva@redhat.com>
3732
3733 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3734 * Makefile.in: Rebuilt.
3735
0ba87351 37362009-09-01 Chris Demetriou <cgd@google.com>
3737
3738 * MAINTAINERS (Write After Approval): Add myself.
3739
7c48f38c 37402009-08-31 Dodji Seketeli <dodji@redhat.com>
3741
3742 PR debug/30161
3743 * include/dwarf2.h (enum dwarf_tag): Added
3744 DW_TAG_GNU_template_template_param
3745 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3746
5576729b 37472009-08-30 Paolo Bonzini <bonzini@gnu.org>
3748
3749 * Makefile.tpl (AWK): Fix typo.
3750 * Makefile.in: Regenerate.
3751
b181f265 37522009-08-30 Paolo Bonzini <bonzini@gnu.org>
3753
3754 * configure.ac: Detect awk and sed.
3755 * Makefile.def (flags_to_pass): Add AWK and SED.
3756 * Makefile.tpl (AWK, SED): New.
3757 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3758 * configure: Regenerate.
3759 * Makefile.in: Regenerate.
3760
7baff5bd 37612009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3762
3763 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3764 (collapseslashes): Likewise.
3765
81a71e2b 37662009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3767
3768 * configure.ac (AC_PREREQ): Bump to 2.64.
3769
f0c89091 37702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3771
115d57c5 3772 * configure.ac: Remove --with-datarootdir, --with-docdir,
3773 --with-pdfdir, --with-htmldir switches.
3774 * configure: Regenerate.
3775
cd9a469c 3776 * configure: Regenerate.
3777
f0c89091 3778 * compile: Sync from Automake 1.11.
3779 * depcomp: Likewise.
3780 * install-sh: Likewise.
3781 * missing: Likewise.
3782 * mkinstalldirs: Likewise.
3783 * ylwrap: Likewise.
3784
a410fae3 37852009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3786
3787 * ltmain.sh (func_normal_abspath): New function.
3788 (func_relative_path): Likewise.
3789 (func_mode_help): Document new -bindir option for link mode.
3790 (func_mode_link): Add new -bindir option, and use it to place
3791 output DLL if specified.
3792
1a48098b 37932009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3794
cd2f3773 3795 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3796 (baseargs): Add --disable-option-checking.
3797 * configure: Regenerate.
3798
1a48098b 3799 * Makefile.def (configure-target-libiberty): Depend on
3800 all-binutils and all-ld.
3801 (configure-target-newlib): Likewise.
3802 * Makefile.in: Regenerate.
3803
155f17ed 38042009-08-17 Ben Elliston <bje@au.ibm.com>
3805
3806 * config.sub, config.guess: Update from upstream sources.
3807
ea864ded 38082009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3809
3810 Sync from src, merge:
3811
3812 2009-07-02 Tristan Gingold <gingold@adacore.com>
3813
3814 * configure.ac: Do not exclude gas for i386-*-darwin.
3815 Add a case for x86_64-*-darwin.
3816 * configure: Regenerate.
3817
0f879579 38182009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3819
3820 * MAINTAINERS: Add my name to Write After Approval list.
3821
dcde3c07 38222009-08-06 Michael Eager <eager@eagercon.com>
ba2b484f 3823
3824 * configure.ac: Add Microblaze target.
3825 * configure: Regenerate.
3826
39f6b116 38272009-07-31 Christian Bruel <christian.bruel@st.com>
3828
3829 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3830 * configure: Regenerate.
8738bcea 3831
dcde3c07 38322009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
339f24d2 3833
3834 * MAINTAINERS (Write After Approval): Update my e-mail address.
3835
5110389d 38362009-07-06 Ian Lance Taylor <iant@google.com>
3837
3838 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3839 * configure: Rebuild.
3840
fa9b8d64 38412009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3842
3843 * MAINTAINERS: Move myself to the Graphite Reviewers.
3844
5f29861f 38452009-06-30 Wei Guozhi <carrot@google.com>
3846
3847 * MAINTAINERS: Add my name to Write After Approval list.
3848
6fe86052 38492009-06-26 Steve Ellcey <sje@cup.hp.com>
3850
3851 PR bootstrap/40338
3852 * configure.ac (comparestring): Create new variable.
3853 * Makefile.tpl (comparestring): Use to skip some comparisions.
3854 * configure: Regenerate.
3855 * Makefile.in: Regenerate.
3856
b5ce97f8 38572009-06-26 Doug Evans <dje@sebabeach.org>
3858
3859 * Makefile.def (host_modules): Add cgen.
3860 * Makefile.in: Regenerate.
3861 * configure.ac (host_tools): Add cgen.
3862 * configure: Regenerate.
3863
46222c18 38642009-06-23 DJ Delorie <dj@redhat.com>
3865
3866 * MAINTAINERS: Add myself as mep maintainer.
3867
7ab76cec 38682009-06-23 Ian Lance Taylor <iant@google.com>
3869
3870 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3871 boot_languages. Only bootstrap target libraries listed in
3872 target_libs for some boot language. Add --with-stage1-ldflags,
3873 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3874 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3875 if not building with C++.
3876 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3877 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3878 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3879 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3880 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3881 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3882 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3883 * configure, Makefile.in: Rebuild.
3884
b2bb9bab 38852009-06-23 Li Feng <nemokingdom@gmail.com>
3886
3887 * MAINTAINERS: Added my name to write-after-approval list.
3888
0c809c32 38892009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3890
3891 * configure.ac: Define is_elf for QNX Neutrino targets.
3892 * configure: Regenerate.
3893
7b4becfd 38942009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3895
9f9d05ad 3896 * MAINTAINERS: Added my name to the write-after-approval list
7b4becfd 3897
7aed6ac5 38982009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3899
3900 * configure.ac: Detect MPC in default directory.
3901 * configure: Regenerate.
3902
9d247ee8 39032009-06-03 Jerome Guitton <guitton@adacore.com>
3904 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3905
9f9d05ad 3906 * Makefile.tpl (all): Avoid a trailing backslash.
3907 * Makefile.in: Regenerate.
9d247ee8 3908
aec4ef75 39092009-06-03 Ben Elliston <bje@au.ibm.com>
3910
3911 * config.sub, config.guess: Update from upstream sources.
3912
f83974e5 39132009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3914
3915 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3916 to noconfdirs.
3917 * configure: Regenerate.
3918
77b633a0 39192009-06-02 Alexandre Oliva <aoliva@redhat.com>
3920
3921 * Makefile.tpl ([+compare-target+]): Compare all stage
3922 directories, rather than just gcc.
3923 * Makefile.in: Rebuilt.
3924
351f7ac7 39252009-06-01 Doug Kwan <dougkwan@google.com>
3926
3927 * configure.ac: Support gold for target arm*-*-*.
3928 * configure: Regenerate.
9d247ee8 3929
7601a55c 39302009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3931
3932 * Makefile.def: Add MPC support and dependencies.
3933 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3934
3935 * Makefile.in, configure: Regenerate.
3936
a36217d3 39372009-05-27 Alexandre Oliva <aoliva@redhat.com>
3938
3939 * Makefile.tpl (all): Avoid harmless warning in make all when
3940 gcc-bootstrap is enabled but stage_last does not exist.
3941 * Makefile.in: Rebuilt.
3942
8b70b80d 39432009-05-24 Nicolas Roche <roche@adacore.com>
3944
3945 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3946 * Makefile.in: Regenerate.
3947
cab4bf21 39482009-05-21 Denis Chertykov <chertykov@gmail.com>
3949
3950 * MAINTAINERS: Update my e-mail address.
3951
df95bec1 39522009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3953
3954 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3955 * configure: Regenerate.
3956
bc1e0bea 39572009-05-18 Alexandre Oliva <aoliva@redhat.com>
3958
3959 PR other/40159
3960 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3961 gcc-no-bootstrap are mutually exclusive.
3962 * Makefile.in: Rebuilt.
3963
4156fd9a 39642009-05-18 Alexandre Oliva <aoliva@redhat.com>
3965
3966 PR other/40159
3967 * Makefile.tpl (all): Don't end with unconditional success.
3968 * Makefile.in: Rebuilt.
3969
bd1f9655 39702009-05-12 Alexandre Oliva <aoliva@redhat.com>
3971
3972 PR target/37137
3973 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3974 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3975 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3976 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3977 stage_configureflags, stage_cflags and stage_libcflags into
3978 explicit Makefile macros.
3979 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3980 GFORTRAN.
3981 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3982 CC. Set CC_FOR_BUILD from CC.
3983 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3984 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3985 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3986 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3987 and GFORTRAN.
3988 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3989 (_LIBCFLAGS): Renamed to _TFLAGS.
3990 (do-compare-debug, do-compare3-debug): Drop.
3991 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3992 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3993 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3994 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3995 (XGCC_FLAGS_FOR_TARGET): New.
3996 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3997 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3998 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3999 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9f9d05ad 4000 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
bd1f9655 4001 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4002 TFLAGS.
4003 (BUILD_CONFIG): Include if requested.
4004 (all): Set TFLAGS on bootstrap.
4005 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4006 (all-stageid-prefixmodule): Likewise.
4007 (do-clean, distclean-stageid): Set TFLAGS.
4008 (restrap): Fix whitespace.
4009 * Makefile.in: Rebuilt.
4010
604febb6 40112009-05-07 Paolo Bonzini <bonzini@gnu.org>
4012
4013 * config.guess: Sync with src.
4014
63d7f4db 40152009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4016
4017 * configure.ac ($with_ppl): Default to no if not supplied.
4018 ($with_cloog): Likewise.
4019 configure: Regenerate.
4020
21c0690b 40212009-04-27 James E. Wilson <wilson@codesourcery.com>
4022
4023 * MAINTAINERS: Update my e-mail address.
4024
cd06af47 40252009-04-27 Nick Clifton <nickc@redhat.com>
4026
4027 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4028
bb19a97e 40292009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4030
4031 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4032 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4033 * Makefile.in: Regenerate.
4034
bff7ea4a 40352009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4036
4037 PR bootstrap/39739
4038 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4039 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4040
4041 * configure, Makefile.in: Regenerate.
4042
bb19a97e 40432009-04-21 Taras Glek <tglek@mozilla.com>
fb1e4f4a 4044
4045 * include/hashtab.h: Update GTY annotations to new syntax
4046 * include/splay-tree.h: Likewise
4047
613eb4a3 40482009-04-17 Ben Elliston <bje@au.ibm.com>
4049
4050 * config.sub, config.guess: Update from upstream sources.
4051
ca2751b6 40522009-04-15 Anthony Green <green@moxielogic.com>
4053
4054 * configure.ac: Add moxie support.
4055 * configure: Rebuilt.
4056
4b072aaf 40572009-04-14 Jakub Jelinek <jakub@redhat.com>
4058
4059 * configure.ac: Change copyright header to refer to version
4060 3 of the GNU General Public License and to point readers at the
4061 COPYING3 file and the FSF's license web page.
4062 * Makefile.def: Likewise.
4063 * Makefile.tpl: Likewise.
4064 * Makefile.in: Regenerate.
4065
95349883 40662009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4067
4068 * configure.ac: Restore match for darwin9 or later. Use double
4069 brackets since regeneration eats one pair.
4070 * configure: Regenerate.
4071
03caadda 40722009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4073
4074 PR gas/10039
4075 * configure.ac: Require texinfo 4.7.
4076 * configure: Regenerated.
4077
6bc9506f 40782009-04-09 Nick Clifton <nickc@redhat.com>
4079
4080 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4081 the GCC Runtime Library Exception.
4082
fec76ae9 40832009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4084
4085 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4086 * configure: Regenerate.
4087
21a0251d 40882009-04-01 Steve Ellcey <sje@cup.hp.com>
4089
4090 * Makefil.def (languages): New entries.
4091 * Makefile.tpl (check-gcc-*): New generic target.
4092 * Makefile.in: Regenerate.
21a0251d 4093
dcde3c07 40942009-03-25 Erven Rohou <erven.rohou@inria.fr>
54b921e3 4095
03caadda 4096 * MAINTAINERS: Update my email address.
54b921e3 4097
63d6abe9 40982009-03-18 Tom Tromey <tromey@redhat.com>
4099
03caadda 4100 * configure: Rebuild.
4101 * configure.ac (host_libs): Add libiconv.
4102 * Makefile.in: Rebuild.
4103 * Makefile.def (host_modules): Add libiconv.
4104 (configure-gdb, all-gdb): Depend on libiconv.
63d6abe9 4105
40c500e1 41062009-03-16 Tristan Gingold <gingold@adacore.com>
4107
4108 * configure.ac: Treat gdb as supported on x86_64-darwin.
4109 * configure: Regenerate.
4110
5bc96548 41112009-03-16 Joseph Myers <joseph@codesourcery.com>
4112
4113 * configure.ac (--with-host-libstdcxx): New option.
4114 * configure: Regenerate.
4115
dcde3c07 41162009-03-12 Joern Rennecke <joern.rennecke@arc.com>
9d469b1b 4117
4118 * MAINTAINERS: Move myself into the write after approval list.
4119
2ab9be2b 41202009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4121
4122 * MAINTAINERS: Update e-mail address.
8738bcea 4123
1f7090eb 41242009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4125
4126 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4127
dcde3c07 41282009-03-10 Ira Rosen <irar@il.ibm.com>
8e68bfcc 4129
4130 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4131
9af964d4 41322009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4133
4134 Backport from git Libtool:
4135
4136 2009-01-19 Robert Millan <rmh@aybabtu.com>
4137 Support GNU/kOpenSolaris.
4138 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4139 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4140 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4141 GNU/kOpenSolaris.
4142
a59c2cb8 41432009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4144
4145 * MAINTAINERS: Update e-mail address.
4146
8ccd3088 41472009-02-24 Michael Eager <eager@eagercon.com>
99a435ed 4148
4149 * MAINTAINERS (Write After Approval): Add self.
4150
ebd8f42c 41512009-02-18 Bingfeng Mei <bmei@broadcom.com>
4152
4153 * MAINTAINERS (Write After Approval): Add myself.
4154
be9d4db8 41552009-02-05 Andreas Schwab <schwab@suse.de>
4156
4157 * Makefile.tpl (stage_last): Define $r and $s before using
4158 $(RECURSE_FLAGS_TO_PASS).
4159 * Makefile.in: Regenerate
4160
d7559db1 41612009-01-30 Ian Lance Taylor <iant@google.com>
4162
4163 * MAINTAINERS: Move myself to the Global Reviewers list.
4164
3bef4012 41652009-01-29 Robert Millan <rmh@aybabtu.com>
4166
4167 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4168 * configure: Regenerate.
4169
808f8521 41702009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4171
4172 * MAINTAINERS: Make whitespace consistent.
f84804e6 4173 Remove Robert Millan from Write After Approval.
808f8521 4174
6e6a9ced 41752009-01-16 Alan Modra <amodra@bigpond.net.au>
4176
4177 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4178 (all-opcodes): Depend on all-libiberty.
4179 * Makefile.in: Regenerate.
4180
8408ca00 41812009-01-15 Douglas B Rupp <rupp@gnat.com>
4182
4183 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4184 * configure: Regenerate.
4185
f95e31fd 41862009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4187
4188 * MAINTAINERS (Write After Approval): Add myself.
4189
56b496b0 41902009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4191
4192 * MAINTAINERS: Add myself to reviewers (Fortran).
4193
dcde3c07 41942009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4aa0552b 4195
4196 PR tree-optimization/38515
4197 * configure.ac (cloog-polylib): Removed.
4198 (with_ppl, with_cloog): Test for "no".
4199 * configure: Regenerated.
4200
4e82a0cf 42012009-01-11 Daniel Franke <franke.daniel@gmail.com>
4202
4203 * MAINTAINERS: Moved myself to reviewers (Fortran).
4204
50d19060 42052009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4206
4207 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4208 (Write After Approval): Remove myself.
4209
2915a9ca 42102009-01-03 Diego Novillo <dnovillo@google.com>
4211
4212 * MAINTAINERS: Remove myself from alias maintainership.
4213
df1f167a 42142009-01-02 David Ayers <ayers@fsfe.org>
4215
4216 * MAINTAINERS: Update e-mail address.
4217
b58007d7 42182008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4219
4220 * MAINTAINERS: Make whitespace consistent.
4221
9e6fd619 42222008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4223
4224 Backport from upstream Libtool:
4225 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4226 Add cache variables to tests that require the linker to work.
4227 For shlibpath_overrides_runpath, this also changes the semantics
4228 to let the result from the C compiler take precedence.
4229
2882bf89 42302008-12-02 Ben Elliston <bje@au.ibm.com>
4231
4232 * config.sub, config.guess: Update from upstream sources.
4233
dcde3c07 42342008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6dd977ba 4235
4236 * configure.ac (ppllibs): Add by default the lib flags.
4237 * configure: Regenerate.
4238
da355950 42392008-12-08 Luis Machado <luisgpm@br.ibm.com>
4240
4241 * MAINTAINERS: Add myself to the write after approval list.
4242
42d640f6 42432008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4244
be9d4db8 4245 * configure.ac: Add double brackets on darwin[912].
4246 * configure: Regenerate.
42d640f6 4247
51557c5b 42482008-12-03 Daniel Kraft <d@domob.eu>
4249
4250 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4251 Approval to Reviewer section (for Fortran front-end).
4252
501068c2 42532008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4254
4255 * configure.ac: Expand to darwin10 and later.
4256 * configure: Regenerate.
4257
0ecf7a65 42582008-12-02 Andreas Schwab <schwab@suse.de>
4259
4260 * Makefile.def: configure-target-boehm-gc depends on
4261 all-target-libstdc++-v3.
4262 * Makefile.in: Regenerate.
4263
3177f780 42642008-12-02 Kai Tietz <kai.tietz@onevision.com>
4265
4266 * MAINTAINERS: Add myself as mingw maintainer.
4267
fcf428df 42682008-12-02 Ben Elliston <bje@au.ibm.com>
4269
4270 * config.sub, config.guess: Update from upstream sources.
4271
a61f1d25 42722008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4273
4274 * README.SCO: Remove.
4275
8026444e 42762008-11-29 Fernando Pereira <pronesto@gmail.com>
4277
4278 * MAINTAINERS: Add myself to the write after approval list.
4279
707ec6d5 42802008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4281
4282 * MAINTAINERS: Update my email address in WAA section.
4283
dcde3c07 42842008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
e006f6a0 4285
4286 * MAINTAINERS: Update e-mail address.
4287
dcde3c07 42882008-11-27 Toon Moene <toon@moene.org>
c399af55 4289
4290 * MAINTAINERS: Change e-mail address.
4291
d9f9f3af 42922008-11-27 Tristan Gingold <gingold@adacore.com>
4293
4294 * configure.ac: Build gdb for i?86-*-darwin*
4295 * configure: Regenerated.
4296
dcde3c07 42972008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
384763bb 4298
4299 * MAINTAINERS: Added my full name.
4300
54670ae6 43012008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4302
4303 PR bootstrap/38014
4304 PR bootstrap/37923
4305
4306 Revert:
4307
4308 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4309
4310 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4311 * Makefile.in: Regenerated.
4312
4313 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4314
4315 PR gdb/921
4316 PR gdb/1646
4317 PR gdb/2175
4318 PR gdb/2176
4319
4320 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4321 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4322 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4323 (HOST_EXPORTS): Pass CPPFLAGS.
4324 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4325 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4326 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4327 * Makefile.in, configure: Regenerated.
4328 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4329 and CPPFLAGS_FOR_BUILD.
4330
dcde3c07 43312008-11-06 Jeff Law <law@redhat.com>
35d42d87 4332
4333 * MAINTAINERS: Add myself as middle end maintainer.
4334
9978efe2 43352008-11-06 Andrew Stubbs <ams@codesourcery.com>
4336
4337 * MAINTAINERS (Write after approval): Add myself.
4338
8487f085 43392008-11-05 Diego Novillo <dnovillo@google.com>
4340
4341 * MAINTAINERS (Global Reviewers): Add myself.
4342 (Non-Algorithmic Maintainers): Remove myself.
4343
bd2826b0 43442008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4345
0ecf7a65 4346 * MAINTAINERS (Write after approval): Add myself.
bd2826b0 4347
fefb72aa 43482008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4349
0ecf7a65 4350 * MAINTAINERS (Write after approval): Add myself.
fefb72aa 4351
55bc4ab1 43522008-10-31 Ben Elliston <bje@au.ibm.com>
4353
4354 * configure.ac (spu-*-*): Remove special case.
4355 * configure: Regenerate.
4356
be6ed2e1 43572008-10-30 Catherine Moore <clm@codesourcery.com>
4358
4359 * MAINTAINERS (Write after approval): Update my email address.
4360
a8e019fa 43612008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4362
4363 * configure.ac [spu-*-*]: Do not set skipdirs.
4364 * configure: Re-generate.
4365
1a9f59a4 43662008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4367
4368 * MAINTAINERS (Various Maintainers): Add myself to reload.
4369
de52fda6 43702008-10-25 Richard Guenther <rguenther@suse.de>
4371
4372 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4373 maintainer. Remove myself as libgcc-math maintainer.
4374 (Non-Algorithmic Maintainers): Remove myself.
4375
38db8374 43762008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4377
4378 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4379 * Makefile.in: Regenerated.
4380
d8ff5826 43812008-10-23 Cary Coutant <ccoutant@google.com>
4382
4383 * MAINTAINERS (Write after approval): Add myself.
4384
d514f3bf 43852008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4386
4387 PR gdb/921
4388 PR gdb/1646
4389 PR gdb/2175
4390 PR gdb/2176
4391
4392 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4393 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4394 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4395 (HOST_EXPORTS): Pass CPPFLAGS.
4396 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4397 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4398 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4399 * Makefile.in, configure: Regenerated.
4400 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4401 and CPPFLAGS_FOR_BUILD.
4402
dcde3c07 44032008-10-20 Sebastian Pop <sebastian.pop@amd.com>
cf58dc99 4404
4405 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4406 Sebastian Pop.
4407
65ee4ba4 44082008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4409
4410 * MAINTAINERS (Write After Approval): Added myself.
4411
c214098d 44122008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4413
4414 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4415 recommended version to 2.3.2.
4416
4417 * configure: Regenerate.
4418
4ae4a8b5 44192008-10-01 Mark Mitchell <mark@codesourcery.com>
4420
4421 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4422
65bf946b 44232008-09-29 David Daney <david.daney@caviumnetworks.com>
4424
4425 * MAINTAINERS (Write After Approval): Update e-mail address.
4426
5028c504 44272008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4428
4429 * libtool.m4: Update to libtool 2.2.6.
4430 * lt~obsolete.m4: Update to libtool 2.2.6.
4431 * ltmain.sh: Update to libtool 2.2.6.
4432 * ltsugar.m4: Update to libtool 2.2.6.
4433 * ltversion.m4: Update to libtool 2.2.6.
4434 * ltoptions.m4: Update to libtool 2.2.6.
4435 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4436
8b1a5537 44372008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4438
4439 * MAINTAINERS (Write After Approval): Add myself.
4440
55374afb 44412008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4442
4443 * MAINTAINERS (Write After Approval): Update my name.
4444
bf6d04f7 44452008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4446
0ecf7a65 4447 * MAINTAINERS: Add myself in "Write After Approval".
bf6d04f7 4448
9abaa85a 44492008-09-18 Steve Ellcey <sje@cup.hp.com>
4450
0ecf7a65 4451 * MAINTAINERS: Add myself as ia64 maintainer.
9abaa85a 4452
43277e2a 44532008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4454
4455 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4456 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4457 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4458 and Michael Tiemann from Write After Approval since they do not
4459 actually have access.
4460
a565a5fa 44612008-09-05 Richard Guenther <rguenther@suse.de>
4462
4463 * configure.ac: Initialize clooglibs to -lcloog.
4464 * configure: Re-generate.
4465
2d9cbe39 44662008-09-04 Le-Chun Wu <lcwu@google.com>
4467
4468 * MAINTAINERS (Write After Approval): Add myself.
4469
5362e323 44702008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4471
4472 * configure.ac (--with-cloog-polylib): New.
4473 (--disable-cloog-version-check): New.
4474 (--disable-ppl-version-check): New.
4475 * configure: Re-generate.
4476
3e6e524f 44772008-09-03 Richard Guenther <rguenther@suse.de>
4478
4479 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4480 cloog test.
4481 * configure: Re-generate.
4482
8372e9ea 44832008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4484
4485 Add picoChip port.
4486 * MAINTAINERS: Add picoChip maintainers.
4487
255b6be7 44882008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4489 Tobias Grosser <grosser@fim.uni-passau.de>
4490 Jan Sjodin <jan.sjodin@amd.com>
4491 Harsha Jagasia <harsha.jagasia@amd.com>
4492 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4493 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4494 Adrien Eliche <aeliche@isty.uvsq.fr>
4495
4496 Merge from graphite branch.
4497 * configure: Regenerate.
4498 * Makefile.in: Regenerate.
4499 * configure.ac (host_libs): Add ppl and cloog.
4500 Add checks for PPL and CLooG.
4501 * Makefile.def (ppl, cloog): Added modules and dependences.
4502 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4503 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4504
7d804f04 45052008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4506
4507 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4508 (GCC_SHLIB_SUBDIR): New.
4509 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4510 * configure: Regenerate.
4511 * Makefile.in: Regenerate.
4512
cc7fe443 45132008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4514
4515 * MAINTAINERS: Consistently use tabs to separate columns.
4516
c3116b03 45172008-08-29 Tristan Gingold <gingold@adacore.com>
4518
4519 * MAINTAINERS (Write after Approval): Add myself.
4520
dba2c8ea 45212008-08-28 Tristan Gingold <gingold@adacore.com>
4522
4523 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4524 Enable bfd, binutils and opcodes.
4525 * configure: Regenerate.
4526
ae65dfef 45272008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4528
4529 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4530
2a462700 45312008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4532
4533 * MAINTAINERS: Use correct Umlaut for last name.
4534
da1cc9ee 45352008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4536
4537 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4538
285c1b7e 45392008-08-16 David Edelsohn <edelsohn@gnu.org>
4540
4541 * MAINTAINERS: Update my email address.
4542
edcc45bb 45432008-08-16 Nicolas Roche <roche@adacore.com>
4544
4545 * Makefile.tpl: Add BOOT_ADAFLAGS.
4546 * Makefile.in: Regenerate.
4547
559b0712 45482008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4549
4550 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4551 * configure: Regenerate.
4552
dcde3c07 45532008-07-30 Paolo Bonzini <bonzini@gnu.org>
3bed0958 4554
4555 * configure.ac: Add makefile fragments for hpux.
4556 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4557 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4558 * configure: Regenerate.
4559 * Makefile.in: Regenerate.
4560
dcde3c07 45612008-07-28 Aldy Hernandez <aldyh@redhat.com>
50e0cac8 4562
4563 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4564
dcde3c07 45652008-07-11 Dodji Seketeli <dseketel@redhat.com>
ff71f0b4 4566
4567 * MAINTAINERS (Write after Approval): Add myself.
4568
d27e061f 45692008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4570
4571 * MAINTAINERS (Write After Approval): Add myself.
4572
5daaf60f 45732008-06-29 Andrew Jenner <andrew@codesourcery.com>
4574
4575 * MAINTAINERS (Write After Approval): Add myself.
4576
04177cb3 45772008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4578
4579 * MAINTAINERS: Update my email address.
4580
5dfd58d3 45812008-06-25 Joey Ye <joey.ye@intel.com>
4582
4583 * MAINTAINERS (Write After Approval): Add myself.
4584
5b2c7553 45852008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4586
4587 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4588 * Makefile.in: Regenerate.
4589 * configure: Regenerate.
4590
211b932d 45912008-06-17 Daniel Kraft <d@domob.eu>
4592
4593 * MAINTAINERS (Write After Approval): Add myself.
4594
4e8a889d 45952008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4596
4597 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4598 "$@" is still intact with both Autoconf 2.59 and 2.62.
4599 * configure: Regenerate.
4600
168ee878 46012008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4602
4603 * Makefile.tpl: Fix comment errors.
4604 * Makefile.in: Regenerate.
4605
607465f2 46062008-06-12 David S. Miller <davem@davemloft.net>
4607 David Edelsohn <edelsohn@gnu.org>
4608
4609 * configure.ac: Add powerpc*-*-* to gold supported targets.
4610 * configure: Regenerate.
4611
9841cd80 46122008-06-08 Joseph Myers <joseph@codesourcery.com>
4613
4614 PR tree-optimization/36218
4615 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4616 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4617 (all prefix="build-"): Pass them to build-system sub-makes.
4618 * Makefile.in: Regenerate.
4619
6af9f7ea 46202008-06-07 Joseph Myers <joseph@codesourcery.com>
4621
4622 * MAINTAINERS (mt port): Remove.
4623 (sco5, unixware, sco udk): Remove.
4624 (Kean Johnston): Add to Write After Approval.
4625
ab2a1d30 46262008-05-30 Julian Brown <julian@codesourcery.com>
4627
4628 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4629 of libobjc for ARM EABI Linux.
4630 * configure: Regenerate.
f7f51622 4631
dcde3c07 46322008-05-18 Xinliang David Li <davidxl@google.com>
5ade25c6 4633
0ecf7a65 4634 * ChangeLog: Remove wrong ChangeLog entry.
5ade25c6 4635
dcde3c07 46362008-05-17 Xinliang David Li <davidxl@google.com>
f7f51622 4637
5ade25c6 4638 * MAINTAINERS (Write After Approval): Add myself.
f7f51622 4639
f0ce8d7d 46402008-05-15 Janus Weil <janus@gcc.gnu.org>
4641
4642 * MAINTAINERS (Write After Approval): Add myself.
4643
d3eff7bb 46442008-05-14 Rafael Espíndola <espindola@google.com>
2c3fa25d 4645
4646 * config-ml.in: don't handle --enable-shared and --enable-static.
4647
c69f9953 46482008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4649
4650 * MAINTAINERS: Update my email address.
4651
21b4aefa 46522008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4653
4654 * MAINTAINERS: Update my email address.
0ecf7a65 4655
f2271661 46562008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4657
4658 * MAINTAINERS (Write After Approval): Add myself.
4659
002bc050 46602008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4661
4662 * MAINTAINERS (Write After Approval): Add myself.
4663
dcde3c07 46642008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
74200d08 4665
4666 * MAINTAINERS (crx): Add myself.
4667
83a50aef 46682008-04-18 Paolo Bonzini <bonzini@gnu.org>
4669
4670 Sync with src:
4671 2008-04-14 David S. Miller <davem@davemloft.net>
4672
0ecf7a65 4673 * configure.ac: Add sparc*-*-* to gold supported targets.
4674 * configure: Regenerate.
83a50aef 4675
f0cb9b36 46762008-04-18 Paolo Bonzini <bonzini@gnu.org>
4677
4678 PR bootstrap/35457
4679 * configure.ac: Include override.m4.
4680 * configure: Regenerate.
4681
1db8021c 46822008-04-18 Paolo Bonzini <bonzini@gnu.org>
4683
0ecf7a65 4684 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4685 * Makefile.in: Regenerate.
1db8021c 4686
dcde3c07 46872008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
15f8eac8 4688
0ecf7a65 4689 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
15f8eac8 4690 as nonconfigurable directories list.
0ecf7a65 4691 * configure: Regenerate.
15f8eac8 4692
3af820d0 46932008-04-14 Ben Elliston <bje@au.ibm.com>
4694
4695 * config.sub, config.guess: Update from upstream sources.
4696
6e7d0937 46972008-04-12 Hans-Peter Nilsson <hp@axis.com>
4698
4699 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4700 * Makefile.in: Regenerate.
4701
9c66b389 47022008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4703
4704 * configure.ac: Do not build libssp for the AVR.
4705 * configure: Regenerate.
4706
29ab6ecd 47072008-04-07 Ian Lance Taylor <iant@google.com>
4708
4709 * Makefile.def: check-gold depends upon all-binutils.
4710 * Makefile.in: Regenerate.
4711
86aaa146 47122008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4713
4714 * MAINTAINERS (Write After Approval): Add myself.
4715
45043b2b 47162008-04-04 Nick Clifton <nickc@redhat.com>
4717
4718 PR binutils/4334
fae55456 4719 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
45043b2b 4720 builds.
4721 * configure: Regenerate.
4722
5a92bcc2 47232008-04-04 NightStrike <NightStrike@gmail.com>
4724
4725 PR other/35151
0ecf7a65 4726 * configure.ac: Combine rules for mingw32 and mingw64.
4727 * configure: Regenerate.
5a92bcc2 4728
0805084a 47292008-04-02 Kai Tietz <kai.tietz@onvision.com>
4730
4731 * MAINTAINERS (Write After Approval): Add myself.
4732
dcde3c07 47332008-04-01 Seongbae Park <seongbae.park@gmail.com>
5b9f41dc 4734
4735 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4736 * Makefile.in (.NOTPARALLEL): Ditto.
4737
63a9f8da 47382008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4739
4740 * MAINTAINERS (Write After Approval): Add myself.
4741
dcde3c07 47422008-03-31 Seongbae Park <seongbae.park@gmail.com>
3e3a0e9c 4743
4744 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4745 * Makefile.in (.NOTPARALLEL): Regenerate.
4746
4add9df0 47472008-03-27 Paolo Bonzini <bonzini@gnu.org>
4748
4749 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4750 * Makefile.in: Regenerate.
4751
03b33306 47522008-03-26 Jakub Staszak <kuba@et.pl>
4753
4754 * MAINTAINERS (Write After Approval): Add myself.
4755
5d42d4f2 47562008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4757
4758 * MAINTAINERS: Update e-mail address.
4759
3d47fcf5 47602008-03-20 Ian Lance Taylor <iant@google.com>
4761
4762 * configure.ac: Add support for --enable-gold.
4763 * Makefile.def: Add gold as a directory like ld.
4764 * configure, Makefile.in: Regenerate.
4765
82eaf560 47662008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4767
4768 * configure.ac: m4_include config/proginstall.m4.
4769 * configure: Regenerate.
e61456db 4770
4771 Backport from upstream Libtool:
0ecf7a65 4772
e61456db 4773 2007-10-12 Eric Blake <ebb9@byu.net>
0ecf7a65 4774
e61456db 4775 Deal with Autoconf 2.62's semantic change in m4_append.
4776 * ltsugar.m4 (lt_append): Replace broken versions of
4777 m4_append.
4778 (lt_if_append_uniq): Don't require separator to be overquoted,
4779 and avoid broken m4_append.
4780 (lt_dict_add): Fix typo.
4781 * libtool.m4 (_LT_DECL): Don't overquote separator.
4782
020e6f2b 47832008-03-13 David Edelsohn <edelsohn@gnu.org>
4784
4785 * config.rpath: Add AIX 6 support.
4786
f7c302cf 47872008-03-13 Paolo Bonzini <bonzini@gnu.org>
4788
4789 * Makefile.def (stageprofile). Remove -fprofile-generate
4790 from stage_libcflags.
4791 * Makefile.in: Regenerate.
4792
82ab37f5 47932008-03-13 Ben Elliston <bje@au.ibm.com>
4794
4795 * config.sub, config.guess: Update from upstream sources.
4796
167057eb 47972008-03-06 Tom Tromey <tromey@redhat.com>
4798
4799 * MAINTAINERS: Update for treelang deletion.
4800
06a40dd3 48012008-03-03 James E. Wilson <wilson@tuliptree.org>
4802
4803 * MAINTAINERS: Update my email address.
4804
af05c092 48052008-03-03 Stan Shebs <stanshebs@earthlink.net>
4806
6c2338a8 4807 * MAINTAINERS (darwin port): Add myself as a maintainer.
af05c092 4808 (objective-c/c++): Add myself as a maintainer.
4809
f3d3d204 48102008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4811
4812 * MAINTAINERS (Write After Approval): Update my email address.
4813
d5274c75 48142008-02-25 Tomas Bily <tbily@suse.cz>
4815
4816 * MAINTAINERS (Write After Approval): Add myself.
4817
5954dfea 48182008-02-23 Jakub Jelinek <jakub@redhat.com>
4819
4820 * MAINTAINERS (OpenMP): Add myself.
4821
c898f165 48222008-02-20 Paolo Bonzini <bonzini@gnu.org>
4823
a55f1b4b 4824 PR bootstrap/32009
4825 PR bootstrap/32161
c898f165 4826
a55f1b4b 4827 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4828 * configure: Regenerate.
c898f165 4829
a55f1b4b 4830 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4831 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4832 STAGE4_LIBCFLAGS): New.
4833 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4834 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4835 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4836 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4837 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4838 for target modules. Don't export LIBCFLAGS.
4839 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4840 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4841 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4842 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4843 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4844 * Makefile.in: Regenerate.
c898f165 4845
69d30e89 48462008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4847
4848 PR libgcj/33085
4849 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4850 Do not use -DDLL_EXPORT. Backport from upstream.
4851
aaa12b63 48522008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4853
4854 * MAINTAINERS (Write After Approval): Add myself.
4855
b538c932 48562008-02-02 Hans-Peter Nilsson <hp@axis.com>
4857
4858 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4859 * configure: Regenerate.
4860
c1d3813f 48612008-01-31 Marc Gauthier <marc@tensilica.com>
4862
4863 * configure.ac (xtensa*-*-*): Recognize processor variants.
4864 * configure: Regenerate.
4865
d2d2630b 48662008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4867
6144731c 4868 PR bootstrap/34922
4869 * configure.ac (PARSE_ARGS): Push suitable setting of
4870 ac_subdirs_all, for `./configure --help=recursive'.
4871 Handle `+' in generic toplevel directory disabling.
4872 * configure: Regenerate.
d2d2630b 4873
265f31f8 48742008-01-28 Nick Clifton <nickc@redhat.com>
4875
4876 * MAINTAINERS (xstormy16): Take over maintainership.
4877
99c77e32 48782008-01-25 Joseph Myers <joseph@codesourcery.com>
4879
4880 * MAINTAINERS (c4x port): Remove.
4881
0aff9a99 48822008-01-24 David Edelsohn <edelsohn@gnu.org>
4883
4884 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4885
29179dae 48862008-01-23 Ben Elliston <bje@au.ibm.com>
4887
4888 * config.sub, config.guess: Update from upstream sources.
4889
423255b1 48902008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4891
4892 * MAINTAINERS (Write After Approval): Add myself.
4893
559c551d 48942008-01-17 H.J. Lu <hjl.tools@gmail.com>
4895
4896 * MAINTAINERS: Update my email address.
4897
48982008-01-09 Raksit Ashok <raksit@google.com>
4899
4900 * MAINTAINERS (Write After Approval): Add myself.
4901
01dc04f9 49022008-01-09 Raksit Ashok <raksit@google.com>
4903
4904 * MAINTAINERS (Write After Approval): Add myself.
4905
e257630f 49062008-01-08 Ben Elliston <bje@au.ibm.com>
4907
4908 * config.sub, config.guess: Update from upstream sources.
4909
e9450d5b 49102007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4911
4912 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
0b359cab 4913 Change recommended MPFR from 2.2.1 -> 2.3.0.
e9450d5b 4914 * configure: Regenerate.
4915
a611cf87 49162007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4917
4918 * MAINTAINERS: Update my email address.
4919
e502d5b5 49202007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4921
4922 * MAINTAINERS: Update my email address.
4923
85b21747 49242007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4925
4926 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4927 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4928 * Makefile.in: Regenerate.
4929
dcde3c07 49302007-12-10 Mark Heffernan <meheff@google.com>
1b8215f1 4931
4932 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4933 misplaced entries.
4934
06e8069d 49352007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4936
4937 * configure.ac: Enable libjava for x86_64-*-darwin9.
4938 * configure: Regenerate.
4939
dcde3c07 49402007-12-07 Bill Maddox <maddox@google.com>
46151c44 4941
4942 * MAINTAINERS (Write After Approval): Add myself.
4943
82a6155b 49442007-12-05 Ben Elliston <bje@au.ibm.com>
4945
4946 * config.sub, config.guess: Update from upstream sources.
4947
88b29126 49482007-12-02 Matthias Klose <doko@ubuntu.com>
4949
4950 * config-ml.in: Remove 64bit configure tests.
4951
097bd8a7 49522007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4953
4954 * config-ml.in: Robustify against white space in absolute file
4955 names.
4956
4957 * config-ml.in (multi-clean): Substitute ${Makefile}.
4958 Remove superfluous ${Makefile} in list.
4959
da01ad1e 49602007-11-19 Thiemo Seufer <ths@mips.com>
4961
4962 * config-ml.in: Don't hardcode the Makefile name.
4963
aa1ec648 49642007-11-08 Alexander Monakov <amonakov@ispras.ru>
4965
4966 * MAINTAINERS (Write After Approval): Add myself.
4967
cc01f27b 49682007-11-07 Samuel Tardieu <sam@rfc1149.net>
4969
4970 * MAINTAINERS (Write After Approval): Add myself.
4971
dcde3c07 49722007-11-06 Doug Kwan <dougkwan@google.com>
b34f5003 4973
4974 * MAINTAINERS (Write After Approval): Add myself.
4975
3c4bb8ba 49762007-10-25 Ben Elliston <bje@au.ibm.com>
4977
4978 * MAINTAINERS (mercury): Remove entry.
4979 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4980
119eb9ed 49812007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4982
4983 * Makefile.def (dependencies): Make configure-gdb depend on
4984 all-intl.
4985 * Makefile.in: Regenerated.
4986
10978713 49872007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4988
4989 * MAINTAINERS (Fortran maintainer): Remove myself.
4990
dcde3c07 49912007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1ad797ec 4992
4993 * Makefile.def: To avoid problems running with parallel makes,
4994 build newlib before libgloss so that target specific header
4995 files are availble.
4996 * Makefile.in: Regenerate
4997
2711b222 49982007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4999
5000 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5001 * Makefile.in: Regenerate.
5002
f5213d04 50032007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5004
5005 * MAINTAINERS (Register allocation reviewer): Add myself.
5006
823e8b8d 50072007-10-08 Mike Frysinger <vapier@gentoo.org>
5008
5009 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5010 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5011 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5012 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5013 * configure: Regenerate.
5014
dcde3c07 50152006-10-04 Seongbae Park <seongbae.park@gmail.com>
dd508a00 5016
5017 * MAINTAINERS (Register allocation reviewer): Add myself.
5018
93c5e793 50192007-10-01 Paolo Bonzini <bonzini@gnu.org>
5020
5021 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5022 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5023 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5024 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5025 * configure.ac: Default them to host tools for $host = $build.
5026 Subst them.
5027
5028 * configure: Regenerate.
5029 * Makefile.in: Regenerate.
5030
dcde3c07 50312006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8286d1e9 5032
5033 * MAINTAINERS (Register allocation reviewer): Add myself.
5034
dcde3c07 50352006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
33baaa20 5036
5037 * MAINTAINERS (Register allocation reviewer): Add myself.
5038
547d559e 50392007-09-21 Seongbae Park <seongbae.park@gmail.com>
5040
5041 * MAINTAINERS (Write After Approval): Fix typo.
5042
3013c2c7 50432007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5044
5045 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5046 * configure: Regenerate.
5047
9658ef82 50482007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5049
5050 PR bootstrap/31906
5051 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
e502d5b5 5052 they're already prefixed.
9658ef82 5053
a0191bfe 50542007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5055
5056 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5057 libstdc++.
5058 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5059 * configure: Regenerate.
5060 * Makefile.in: Regenerate.
0ecf7a65 5061
ef4a823a 50622007-09-17 Andreas Schwab <schwab@suse.de>
5063
5064 * configure.ac: Raise minimum makeinfo version to 4.6.
5065 * configure: Regenerate.
5066
dcde3c07 50672007-09-17 Johannes Singler <singler@ira.uka.de>
3900cf8f 5068
e502d5b5 5069 * MAINTAINERS (write-after-approval) add myself
3900cf8f 5070
fbbc6fdb 50712007-09-15 Alan Modra <amodra@bigpond.net.au>
5072
5073 * configure.ac: Correct makeinfo version check.
5074 * configure: Regenerate.
5075
9b139a12 50762007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5077
5078 * MAINTAINERS: Update my email address.
5079
68c9bc25 50802007-09-14 Richard Sandiford <richard@codesourcery.com>
5081
5082 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5083 to $skipdirs and only disable gprof for newlib. Use the normal
5084 mips*-elf* handling in other respects.
5085 * configure: Regnerate.
5086
d0a16e74 50872007-09-12 David Daney <ddaney@avtrex.com>
5088
5089 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5090 enabling libgcj.
5091 * configure: Regenerate.
5092
1c5767f1 50932007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5094
5095 PR other/32154
5096 * configure.ac: For libgloss targets, point the linker to the linker
5097 script, startup code and simulator library.
5098 * configure: Regenerate.
5099
b9eb3c64 51002007-09-07 Andrew Haley <aph@redhat.com>
5101
5102 * configure.ac (noconfigdirs): Remove target-libffi and
5103 target-libjava.
5104 * configure: Regenerate.
5105
70d8e49e 51062007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5107
5108 PR target/33281
5109 * configure.ac: Use config/mh-mingw on mingw.
5110 * configure: Regenerate.
70d8e49e 5111
771e1e14 51122007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5113
e2b00040 5114 * MAINTAINERS (Write After Approval): Add myself.
771e1e14 5115
f6be6a96 51162007-09-05 Richard Guenther <rguenther@suse.de>
5117
5118 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5119 nor --disable-checking is provided also turn on yes and types
5120 checking for stage1.
5121 * configure: Re-generate.
5122
afaca01a 51232007-08-30 Krister Walfridsson <cato@df.lth.se>
5124
5125 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5126 (Write After Approval): Remove myself.
5127
26dd65f3 51282007-08-29 Nick Clifton <nickc@redhat.com>
24aa922b 5129
26dd65f3 5130 * config.sub, config.guess: Update from upstream sources.
24aa922b 5131
6144731c 51322007-08-22 Bud Davis <jmdavis@link.com>
10df54f4 5133
5134 * MAINTAINERS (Write After Approval): Added myself.
5135 * MAINTAINERS (Reviewers): Removed myself.
5136
5f1f2de5 51372007-08-18 Paul Brook <paul@codesourcery.com>
6144731c 5138 Joseph Myers <joseph@codesourcery.com>
5f1f2de5 5139
5140 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5141 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5142 * Makefile.in: Regenerate.
5143 * configure.ac (--with-debug-prefix-map): New.
5144 * configure: Regenerate.
5145
f8520ad7 51462007-08-17 Richard Sandiford <richard@codesourcery.com>
5147 Nigel Stephens <nigel@mips.com>
5148
f8520ad7 5149 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5150 as target_makefile_frag.
5151 * configure: Regenerate.
5152
5b542315 51532007-08-16 Alexandre Oliva <aoliva@redhat.com>
5154
5155 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5156 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5157 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5158 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5159 (do-compare, do-compare3, do-compare-debug): New.
5160 ([+compare-target+]): Use them.
5161
8d8efff7 51622007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5163
5164 * MAINTAINERS (Write After Approval): Change my email address.
5165
af7bb0c0 51662007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5167 Ben Elliston <bje@au.ibm.com>
5168
5169 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5170 --silent if $silent.
5171 * configure: Regenerate.
5172
215d9ce6 51732003-08-12 Zdenek Dvorak <ook@ucw.cz>
5174
5175 * MAINTAINERS (Various Maintainers): Add myself as
5176 loop infrastructure maintainer. Update my e-mail
5177 address.
5178
eb57d4df 51792007-07-31 Diego Novillo <dnovillo@google.com>
5180
5181 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5182 Adjust description.
5183
f03e0ae4 51842007-07-26 Richard Guenther <rguenther@suse.de>
5185
5186 * configure.ac: Add types checking to stage1 checking flags.
5187 * configure: Regenerate.
5188
1ee47085 51892007-07-17 Nick Clifton <nickc@redhat.com>
5190
5191 * COPYING3: New file. Contains version 3 of the GNU General
5192 Public License.
5193 * COPYING3.LIB: New file. Contains version 3 of the GNU
5194 Lesser General Public License.
5195
4f1c9c75 51962007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5197
5198 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5199
8b472594 52002007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5201
5202 * MAINTAINERS (S/390 co-maintainer): Add myself.
5203 (Write After Approval): Remove myself.
5204
aa9311a1 52052007-07-13 Dan Hipschman <dsh@google.com>
5206
5207 * MAINTAINERS (Write After Approval): Add myself.
5208
2590e4db 52092007-07-11 Nick Clifton <nickc@redhat.com>
5210
5211 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5212 WINDRES export.
5213 * Makefile.in: Regenerate.
5214
ae91a3b7 52152007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5216
5217 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5218 maintainer.
5219
f9d0ebde 52202007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5221
5222 * lt~obsolete.m4: New. Import from 20070318 libtool.
5223
9a6e938f 52242007-07-03 Julian Brown <julian@codesourcery.com>
5225
5226 * MAINTAINERS (Write After Approval): Add myself.
5227
09c2d953 52282007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5229
5230 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5231 * configure: Regenerate.
5232
52332007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5234
5235 * configure.ac: Add some missing m4 quotation.
5236 * configure: Regenerate.
5237
2de49bbb 52382007-07-02 Simon Baldwin <simonb@google.com>
5239
5240 * MAINTAINERS (Write After Approval): Add myself.
5241
b7ef8464 52422007-07-02 Paolo Bonzini <bonzini@gnu.org>
5243
5244 * configure: Regenerate.
5245
75d6a0a9 52462007-07-02 Kai Tietz <kai.tietz@onevision.com>
5247
5248 * Makefile.def: Add windmc tool to build.
5249 * Makefile.tpl: Likewise.
5250 * configure.ac: Likewise.
5251 * Makefile.in: Regenerate.
5252 * configure: Regenerate.
0ecf7a65 5253
aa331421 52542007-06-28 DJ Delorie <dj@redhat.com>
5255
5256 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5257 not building newlib.
5258 * configure: Regenerated.
0ecf7a65 5259
bab22e5c 52602007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5261
5262 * MAINTAINERS (Write After Approval): Add myself.
5263
2d569347 52642007-06-25 Martin Michlmayr <tbm@cyrius.com>
5265
5266 * MAINTAINERS (Write After Approval): Add myself.
5267
abe9fc0f 52682007-06-19 Chris Matthews <chrismatthews@google.com>
5269
5270 * MAINTAINERS (Write After Approval): Add myself.
5271
2588303d 52722007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5273
5274 * MAINTAINERS (Write After Approval): Add myself.
5275
86d469a7 52762007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5277
5278 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5279 * Makefile.in: Regenerated.
5280
e77068c4 52812007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5282
5283 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5284 bfin*-*-uclinux* targets.
5285 * configure: Regenerate.
5286
34750e69 52872007-06-14 Ian Lance Taylor <iant@google.com>
5288
5289 * MAINTAINERS: Add myself as non-algorithmic global write
5290 maintainer.
5291
5a6568b4 52922007-06-14 Diego Novillo <dnovillo@google.com>
5293
5294 * MAINTAINERS: Add self as middle-end maintainer and
5295 non-algorithmic global write maintainer.
5296
49607763 52972007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5298
5299 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5300 Move all Fortran maintainers except Paul Brook into the
5301 Non-Autopoiesis section.
5302
021ff58f 53032007-06-14 Paolo Bonzini <bonzini@gnu.org>
5304
5305 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5306 (distclean-stage[+id+]): Possibly delete stage_last.
5307 * Makefile.in: Regenerate.
5308
f7074c96 53092007-06-12 Seongbae Park <seongbae.park@gmail.com>
5310
5311 * MAINTAINERS (Various Maintainer): Fix typo.
5312
19dcaa9c 53132007-06-11 Paolo Bonzini <bonzini@gnu.org>
5314
5315 * MAINTAINERS (Various Maintainer): Add myself as
5316 dataflow maintainer.
5317
fef06690 53182007-06-07 Ben Elliston <bje@au.ibm.com>
5319
5320 * config.sub, config.guess: Update from upstream sources.
5321
abe109c5 53222007-06-07 Ben Elliston <bje@au.ibm.com>
5323
5324 * Makefile.tpl: Fix spelling error.
5325 * Makefile.in: Regenerate.
5326
2bcd5359 53272007-06-01 Steve Ellcey <sje@cup.hp.com>
5328
fd82ebdc 5329 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5330 lt_cv_sys_max_cmd_len.
2bcd5359 5331
92a034a0 53322007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5333
5334 * MAINTAINERS (Various Maintainers): Add myself as
5335 auto-vectorizer maintainer.
5336
796f6ddf 53372003-05-31 Paolo Bonzini <bonzini@gnu.org>
5338
5339 PR libjava/32098
5340 * libtool.m4: Revert previous change.
5341 * ltgcc.m4: Put it here.
5342
3df3f071 53432003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5344
5345 * MAINTAINERS (Various Maintainers): Add myself as
5346 auto-vectorizer maintainer.
5347
8759836c 53482007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5349
5350 PR libjava/32098
5351 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5352
de0a1cbe 53532007-05-30 Richard Guenther <rguenther@suse.de>
5354
5355 * MAINTAINERS (Various Maintainers): Add myself as
5356 auto-vectorizer maintainer.
5357
505abe0c 53582007-05-30 Jakub Jelinek <jakub@redhat.com>
5359
5360 PR bootstrap/29382
5361 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5362 * configure: Rebuilt.
5363
12d06f67 53642007-05-28 Roberto Costa <robsettantasei@gmail.com>
5365
5366 * MAINTAINERS (Write After Approval): Removed my name.
5367
cc76add4 53682007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5369
5370 * MAINTAINERS (Write After Approval): Remove myself.
5371
a027451b 53722007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5373
5374 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5375
542f9784 53762007-05-23 Steve Ellcey <sje@cup.hp.com>
5377
5378 * ltmain.sh: Update from ToT Libtool.
5379 * libtool.m4: Update from ToT Libtool.
5380 * ltsugar.m4: New. Update from ToT Libtool.
5381 * ltversion.m4: New. Update from ToT Libtool.
5382 * ltoptions.m4: New. Update from ToT Libtool.
5383 * ltconfig: Remove.
5384 * ltcf-c.sh: Remove.
5385 * ltcf-cxx.sh: Remove.
5386 * ltcf-gcj.sh: Remove.
5387
528ab743 53882007-05-22 Ollie Wild <aaw@google.com>
5389
5390 * MAINTAINERS (Write After Approval): Add myself.
5391
47cd5247 53922007-05-16 Paolo Bonzini <bonzini@gnu.org>
5393
5394 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5395 stage_cflags.
5396 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5397 Remove CFLAGS/LIBCFLAGS.
5398 (configure-stage[+id+]-[+prefix+][+module+],
5399 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5400 * Makefile.in: Regenerate.
5401
3514a11b 54022007-05-15 Diego Novillo <dnovillo@google.com>
5403
5404 * MAINTAINERS: Update e-mail address.
5405
886a57ec 54062007-05-15 Revital Eres <eres@il.ibm.com>
5407
5408 * MAINTAINERS (Write After Approval): Add myself.
5409
00b95186 54102007-05-14 Roberto Costa <robsettantasei@gmail.com>
5411
5412 * MAINTAINERS (Write After Approval): Updated my address.
5413
37a5fded 54142007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5415
5416 * MAINTAINERS (Write After Approval): Add myself.
5417
932d1055 54182007-05-11 Silvius Rus <rus@google.com>
5419
5420 * MAINTAINERS (Write After Approval): Add myself.
5421
5be46544 54222007-04-23 Tom Tromey <tromey@redhat.com>
5423
5424 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5425
85fdb7fe 54262007-04-22 Mark Mitchell <mark@codesourcery.com>
5427
5428 * MAINTAINERS (cpplib): Rename to ...
5429 (libcpp): ... this. Add C/C++ front end maintainers.
5430
0e80ecec 54312007-04-14 Steve Ellcey <sje@cup.hp.com>
5432
5433 * config-ml.in: Pass ${ml_config_env} to configure calls.
5434
678ca12c 54352007-04-04 Christian Bruel <christian.bruel@st.com>
5436
5437 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 5438
238ac4b8 54392007-04-02 Dave Korn <dave.korn@artimi.com>
5440
5441 * MAINTAINERS (Write After Approval): Add myself.
5442
1b3b5ab2 54432007-03-31 Tobias Burnus <burnus@net-b.de>
5444
5445 * MAINTAINERS (fortran 95 front end): Add myself.
5446
7af2a874 54472007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5448
5449 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 5450
f5bcb691 54512007-03-24 Ayal Zaks <zaks@il.ibm.com>
5452
5453 * MAINTAINERS (Modulo Scheduler): Add myself.
5454
9671b27d 54552007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5456
5457 * MAINTAINERS (fortran 95 front end): Add myself.
5458 (c++ front end): whitespace fix.
5459
9ced3b39 54602007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5461
5462 * MAINTAINERS (Write After Approval): Add myself.
5463
d623d587 54642007-03-21 Richard Sandiford <richard@codesourcery.com>
5465
5466 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5467 of glob. Quote arguments with single quotes too.
5468 * configure: Regenerate.
5469
d6eaff55 54702007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5471
5472 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5473 * Makefile.in: Regenerate
5474
a6c599b5 54752007-03-07 Andreas Schwab <schwab@suse.de>
5476
5477 * configure: Regenerate.
5478
130effca 54792007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5480
5481 * configure.ac: Add "--with-pdfdir" configure option,
5482 which defines pdfdir variable.
5483 * Makefile.def (target=fixincludes): Add install-pdf to
5484 missing targets.
5485 (recursive_targets): Add install-pdf target.
5486 (flags_to_pass): Add pdfdir.
5487 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5488 target.
5489 * configure: Regenerate
5490 * Makefile.in: Regenerate
5491
cd343b1c 54922007-02-28 Eric Christopher <echristo@apple.com>
5493
5494 Revert:
5495 2006-12-07 Mike Stump <mrs@apple.com>
5496
5497 * Makefile.def (dependencies): Add dependency for
5498 install-target-libssp and install-target-libgomp on
5499 install-gcc.
5500 * Makefile.in: Regenerate.
5501
78a477ad 55022007-02-27 Matt Kraai <kraai@ftbfs.org>
5503
5504 * configure: Regenerate.
5505 * configure.ac: Move statements after variable declarations.
5506
670a86cd 55072007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5508
5509 * MAINTAINERS: Add myself as sh maintainer.
5510
ae8552b7 55112007-02-19 Joseph Myers <joseph@codesourcery.com>
5512
5513 * configure.ac: Adjust for loop syntax.
5514 * configure: Regenerate.
5515
95a05732 55162007-02-18 Alexandre Oliva <aoliva@redhat.com>
5517
5518 * configure: Rebuilt.
5519
b0e9b581 55202007-02-18 Alexandre Oliva <aoliva@redhat.com>
5521
5522 * configure.ac: Drop multiple occurrences of --enable-languages,
5523 and fix its quoting.
5524 * configure: Rebuilt.
5525
77ae4d79 55262007-02-17 Mark Mitchell <mark@codesourcery.com>
6144731c 5527 Nathan Sidwell <nathan@codesourcery.com>
5528 Vladimir Prus <vladimir@codesourcery.com>
5529 Joseph Myers <joseph@codesourcery.com>
77ae4d79 5530
5531 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5532 * configure: Regenerate.
5533
ddacbee5 55342007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5535
5536 * ltconfig (freebsd*): Default to elf.
5537
27bfe7b7 55382007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5539
5540 * configure.ac (target_libraries): Move libgcc before libiberty.
5541 * configure: Regenerated.
5542
eae5b2bc 55432007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5544 Paolo Bonzini <bonzini@gnu.org>
5545
5546 PR bootstrap/30753
5547 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5548 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5549 * configure: Regenerated.
5550
41d006b3 55512007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5552
5553 * MAINTAINERS (Language Front End Maintainers): Update my mail
5554 address.
5555
4ff792a4 55562007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5557
5558 PR bootstrap/30748
5559 * configure.ac: Correct syntax for Solaris ksh.
5560 * configure: Regenerated.
5561
38d7211b 55622007-02-09 Paolo Bonzini <bonzini@gnu.org>
5563
5564 * configure.ac: Sync with src.
5565 * configure: Regenerate.
5566
fbc4b0e5 55672007-02-09 Paolo Bonzini <bonzini@gnu.org>
5568
5569 * Makefile.in: Regenerate.
5570
834785d1 55712007-02-09 Paolo Bonzini <bonzini@gnu.org>
5572
5573 * config.sub: Sync with src.
5574
b30fcfae 55752007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5576
5577 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5578 noncanonical equivalents.
5579 * configure.in: Rename to...
5580 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5581 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5582 target_noncanonical. Use them. Rewrite removal of configure
5583 arguments for autoconf 2.59. Discard variable settings. Force
5584 program_transform_name for native tools.
5585
5586 * Makefile.in: Regenerated.
5587 * configure: Regenerated with autoconf 2.59.
5588
dcde3c07 55892007-02-07 Roman Zippel <zippel@linux-m68k.org>
e911c3be 5590
c6f3c945 5591 * MAINTAINERS (Write After Approval): Add myself.
e911c3be 5592
44db1fbc 55932007-01-31 Andreas Schwab <schwab@suse.de>
5594
5595 * Makefile.tpl (LDFLAGS): Substitute it.
5596 * Makefile.in: Regenerate.
5597
dcde3c07 55982007-01-30 Andrey Belevantsev <abel@ispras.ru>
760d0db8 5599
c6f3c945 5600 * MAINTAINERS (Write After Approval): Add myself.
760d0db8 5601
25954036 56022007-01-28 David Edelsohn <edelsohn@gnu.org>
5603
c6f3c945 5604 * MAINTAINERS (spu port): Add myself.
25954036 5605
a18b2c54 56062007-01-23 Richard Guenther <rguenther@suse.de>
5607
5608 PR bootstrap/30541
5609 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5610 * Makefile.tpl (GNATBIND): Substitute it.
5611 (GNATMAKE): Likewise.
5612 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5613 of STAGE_PREFIX.
5614 * Makefile.in: Regenerate.
5615 * configure: Regenerate.
5616
dd979235 56172007-01-18 Mike Stump <mrs@apple.com>
5618
5619 * configure.in: Re-enable -Werror for gcc builds.
5620
c6f3c945 56212007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ec79f74b 5622
c6f3c945 5623 * MAINTAINERS (Write After Approval): Add myself.
ec79f74b 5624
16c9b2e3 56252007-01-11 Paolo Bonzini <bonzini@gnu.org>
5626
5627 * configure.in: Change == to = in test command.
c6f3c945 5628 * configure: Regenerate.
16c9b2e3 5629
d45318b3 56302007-01-11 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 5631 Nick Clifton <nickc@redhat.com>
5632 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5633
5634 * configure.in (build_configargs, host_configargs, target_configargs):
5635 Remove build/host/target parameters.
5636 (host_libs): Add gmp and mpfr.
5637 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5638 * Makefile.def (gmp, mpfr): New.
5639 (gcc): Remove target.
5640 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5641 target_os, target_vendor): New.
dcde3c07 5642 (configure): Add host_alias/target_alias arguments; adjust invocations.
c6f3c945 5643 * configure: Regenerate.
5644 * Makefile.in: Regenerate.
d45318b3 5645
56462007-01-11 Matt Fago <fago@earthlink.net>
5647
5648 * configure.in: Try to link to functions only in mpfr 2.2.x
c6f3c945 5649 to improve robustness of configure tests.
d45318b3 5650 * configure: Regenerate.
cd343b1c 5651
c9c21f59 56522007-01-09 Uros Bizjak <ubizjak@gmail.com>
5653
5654 * MAINTAINERS: Add myself as i386 maintainer.
5655
f2bdcff1 56562007-01-08 Jan Hubicka <jh@suse.cz>
5657
b7be5ae5 5658 * MAINTAINERS: Add myself as i386 maintainer.
f2bdcff1 5659
06dd9e69 56602007-01-08 Kai Tietz <kai.tietz@onevision.com>
5661
5662 * configure.in: Add support for an x86_64-mingw* target.
a378fc89 5663 * configure: Regenerate.
06dd9e69 5664
0a2e6193 56652007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5666
5667 * Makefile.tpl (all-target): Correct @if conditional for target
5668 modules.
5669 * configure.in: Omit libiberty if building only target libgcc.
5670 * configure, Makefile.in: Regenerated.
5671
29b1b61f 56722007-01-04 Paolo Bonzini <bonzini@gnu.org>
5673
dcde3c07 5674 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
29b1b61f 5675 * configure: Regenerate.
5676
894a47b4 56772007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5678
5679 * Makefile.def (target_modules): Add libgcc.
5680 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5681 * Makefile.tpl (clean-target-libgcc): Delete.
5682 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5683 on gcc even for bootstrapped modules. Rewrite handling of
5684 lang_env_dependencies to loop over target_modules.
5685 * configure.in (target_libraries): Add target-libgcc.
5686 * Makefile.in, configure: Regenerated.
5687
9c3a0a29 56882006-12-29 Paolo Bonzini <bonzini@gnu.org>
5689
5690 * configure.in: Reorganize recognition of languages. Add
5691 --enable-stage1-languages. Show supported languages for the chosen
5692 target rather than all recognized languages.
5693 * configure: Regenerate.
5694
2e04b035 56952006-12-29 Paolo Bonzini <bonzini@gnu.org>
5696
5697 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5698 * Makefile.in: Regenerate.
5699
0157cc75 57002006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5701
5702 * configure.in: Warn that MPFR 2.2.0 is buggy.
5703 * configure: Regenerate.
5704
35d84d10 57052006-12-27 Ian Lance Taylor <iant@google.com>
5706
5707 * configure.in: When removing Makefiles to force a reconfigure, also
5708 remove prev-DIR*/Makefile.
5709 * configure: Regenerate.
5710
ae48753c 57112006-12-22 Andreas Schwab <schwab@suse.de>
5712
5713 * configure: Regenerate with correct autoconf version.
5714
a83ffacf 57152006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5716
c6f3c945 5717 * configure.in: add AC_SUBST for *_FOR_TARGET.
5718 * configure: Regenerate.
a83ffacf 5719
2e04b035 57202006-12-19 Paolo Bonzini <bonzini@gnu.org>
5721
5722 * configure.in: Simplify logic for rejecting languages that cannot
5723 be built. Separate the case when a language is unsupported,
5724 from the case when the user chooses not to build a language.
5725
1a606b87 57262006-12-19 Paolo Bonzini <bonzini@gnu.org>
5727
5728 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5729 it only affects bootstrap and could be tested on "$host" as well.
5730 * configure: Regenerate.
5731 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5732
39f34cfc 57332006-12-19 Paolo Bonzini <bonzini@gnu.org>
5734
5735 PR bootstrap/29544
5736 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5737 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5738 move here comment from Makefile.tpl.
5739 * Makefile.tpl: Move some definitions higher in the file.
5740 (STAGE1_CHECKING): New.
5741 * configure.in: Add --enable-stage1-checking.
5742 * configure: Regenerate.
5743 * Makefile.in: Regenerate.
5744
6523c107 57452006-12-19 Paolo Bonzini <bonzini@gnu.org>
5746
5747 * MAINTAINERS: Add myself as build system maintainer.
5748
0874d16e 57492006-12-15 Simon Martin <simartin@users.sourceforge.net>
5750
5751 * MAINTAINERS (Write After Approval): Add myself.
5752
f4177413 57532006-12-13 Eric Christopher <echristo@apple.com>
5754
5755 * MAINTAINERS: Add myself as darwin maintainer.
5756
21f5445c 57572006-12-11 Ian Lance Taylor <ian@airs.com>
5758
5759 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5760
dcde3c07 57612006-12-11 Joern Rennecke <joern.rennecke@arc.com>
51e3e9c5 5762
5763 MAINTAINERS: Update my entry.
5764
57c7de11 57652006-12-11 Alan Modra <amodra@bigpond.net.au>
5766
5767 * configure.in: Handle spu makefile frag.
57c7de11 5768 * Makefile.tpl (MAINT): Define
5769 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5770 * configure: Regenerate.
5771 * Makefile.in: Regenerate.
5772
e3c9d32f 57732006-12-11 Ben Elliston <bje@au.ibm.com>
5774
5775 * config.guess: Import latest version.
5776 * config.sub: Likewise.
5777
f5b9de9c 57782006-12-11 Ben Elliston <bje@au.ibm.com>
5779
5780 * configure.in (spu-*-*): Don't skip target-libiberty.
5781 * configure: Regenerate.
5782
fce068fd 57832006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5784
5785 PR bootstrap/30134
5786 * configure.in: Correct x86 darwin support for libjava to powerpc
5787 and i?86 only.
5788 * configure: Regenerate.
5789
ffe859e6 57902006-12-08 Sandro Tolaini <tolaini@libero.it>
5791
5792 * configure.in: Add x86 darwin support for libjava.
5793 * configure: Regenerate.
5794
73a19d2f 57952006-12-07 Mike Stump <mrs@apple.com>
5796
5797 * Makefile.def (dependencies): Add dependency for
5798 install-target-libssp and install-target-libgomp on
5799 install-gcc.
5800 * Makefile.in: Regenerate.
5801
a62d86ae 58022006-12-04 Richard Guenther <rguenther@suse.de>
5803
5804 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5805 (Non-Algorithmic Maintainers): Move over non-algorithmic
5806 loop optimizer maintainers, add myself as a non-algorithmic
5807 middle-end maintainer.
5808
37415b5d 58092006-12-04 Daniel Franke <franke.daniel@gmail.com>
5810
5811 * MAINTAINERS (Write After Approval): Add myself.
5812
6af0e733 58132006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5814
5815 * configure.in: Update error message for missing GMP/MPFR.
5816
5817 * configure: Regenerate.
5818
4af4078c 58192006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5820
5821 * configure.in: Update MPFR version in error message.
5822
5823 * configure: Regenerate.
5824
69c937e1 58252006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5826
5827 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5828 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5829 --with-gmp-lib): New flags.
5830
5831 * configure: Regenerate.
5832
e419f8ef 58332006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5834
5835 * MAINTAINERS (Write After Approval): Change my email address.
5836
407e85bc 58372006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5838
583272a2 5839 * MAINTAINERS (Write After Approval): Add myself.
407e85bc 5840
dcde3c07 58412006-11-22 Philipp Thomas <pth@suse.de>
40cb8be1 5842
5843 * MAINTAINERS (i18n): Update e-mail address.
5844
c2d4f42f 58452006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5846
5847 * MAINTAINERS (spu port): Add myself as maintainer.
5848 (Write After Approval): Remove myself.
5849
7c8af356 58502006-11-22 Ben Elliston <bje@au.ibm.com>
5851
5852 * configure.in (skipdirs): Don't build libssp for SPU.
5853 * configure: Regenerate.
5854
099cd192 58552006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5856
5857 * MAINTAINERS (spu port): Add myself as maintainer.
5858 (libobjc): Update my email address.
5859
82b61569 58602006-11-21 Andrea Bona <andrea.bona@st.com>
5861
5862 * MAINTAINERS (Write After Approval): Add myself.
5863
dcde3c07 58642006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
644459d0 5865
5866 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5867 * configure : Rebuilt.
5868
dcde3c07 58692006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
bb0ac0c1 5870
5871 * MAINTAINERS (Write After Approval): Add myself.
5872
d027f7a9 58732006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5874
5875 * MAINTAINERS (Write After Approval): Add myself.
5876
2a9efd1a 58772006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5878
5879 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5880 libmpfr.a.
5881 * configure: Regenerate.
5882
f0903548 58832006-11-16 Paolo Bonzini <bonzini@gnu.org>
5884
5885 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5886 (unstage): Test for stage_last presence.
5887
5888 PR bootstrap/29802
dcde3c07 5889 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5890 STAGE_PREFIX.
f0903548 5891 * Makefile.in: Regenerate.
5892
75348e65 58932003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5894
5895 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5896 maintainers.
5897
0048238f 58982006-11-14 Erven Rohou <erven.rohou@st.com>
5899
5900 * MAINTAINERS (Write After Approval): Add myself.
5901
f94784f4 59022006-11-14 Paolo Bonzini <bonzini@gnu.org>
5903
5904 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5905 and stageN-package/Makefile.
5906 * Makefile.in: Regenerated.
5907
3eec5071 59082006-11-14 Jie Zhang <jie.zhang@analog.com>
5909
5910 * configure.in: Remove target-libgloss from noconfigdirs for
5911 bfin-*-*.
5912 * configure: Regenerated.
5913
d9705883 59142006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5915
5916 * configure.in (have_gmp): Only error if the gcc directory exists.
f4177413 5917
d9705883 5918 * configure: Regenerate.
5919
0818100b 59202006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5921
5922 * configure.in: Robustify error message for missing GMP/MPFR.
5923
5924 * configure: Regenerate.
5925
dcde3c07 59262006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8744aea8 5927
5928 * MAINTAINERS (Write After Approval): Add myself.
5929
dcde3c07 59302006-10-30 Uros Bizjak <ubizjak@gmail.com>
6c1fb305 5931
5932 * MAINTAINERS: Change email address.
5933
e2c5111e 59342006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5935
5936 * MAINTAINERS (Write After Approval): Add myself.
5937
d07c830b 59382006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5939
5940 * MAINTAINERS (Write After Approval): Add myself.
5941
6e4b1b54 59422006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5943
f4177413 5944 * MAINTAINERS (Write After Approval): Move myself to
c6f3c945 5945 Write After Approval section.
6e4b1b54 5946
6a086156 59472006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5948
5949 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5950 need_gmp anymore.
5951 * configure: Regenerate.
5952
3f08b6b2 59532006-10-16 Tobias Burnus <burnus@net-b.de>
5954
5955 * MAINTAINERS (Write After Approval): Add myself.
5956
b4c7d1be 59572006-10-16 Ben Elliston <bje@au.ibm.com>
5958
5959 * config.guess: Import latest version.
5960 * config.sub: Likewise.
5961
51f93521 59622006-10-10 Brooks Moses <bmoses@stanford.edu>
5963
5964 * Makefile.def: Added pdf target handling.
5965 * Makefile.tpl: Added pdf target handling.
5966 * Makefile.in: Regenerated.
5967
3dbfe3e4 59682006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5969
5970 * MAINTAINERS: Add self as score port maintainer.
5971
227bbb08 59722006-10-04 Brooks Moses <bmoses@stanford.edu>
5973
5974 * MAINTAINERS (Write After Approval): Add myself.
5975
112f3d57 59762006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5977
f4177413 5978 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
112f3d57 5979 or newer.
5980 * configure: Regenerated.
5981
8d365775 59822006-09-27 Dave Brolley <brolley@redhat.com>
5983
dcde3c07 5984 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5985 using $s instead of $r.
8d365775 5986 * configure: Regenerated.
5987
806f1769 59882006-09-26 Thiemo Seufer <ths@mips.com>
5989
5990 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5991 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5992 * configure: Regenerate.
5993
dcde3c07 59942006-09-24 Graeme Peterson <gridly@gmail.com>
ade3d93b 5995
5996 * MAINTAINERS (Write After Approval): Remove myself.
5997
b86059ef 59982006-09-22 Chao-ying Fu <fu@mips.com>
5999
6000 * MAINTAINERS (Write After Approval): Add myself.
6001
0cd5eaae 60022006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6003
6004 * MAINTAINERS: Add self as soft-fp maintainer.
6005
dcde3c07 60062006-09-09 Anatoly Sokolov <aesok@post.ru>
0cd5eaae 6007
6008 * MAINTAINERS: Add myself as avr maintainer.
6009 Remove Marek Michalkiewicz as avr maintainer.
37fc92d0 6010
fb01e507 60112006-09-07 Roberto Costa <roberto.costa@st.com>
6012
6013 * MAINTAINERS (Write After Approval): Add myself.
6014
d6d689df 60152006-08-30 Corinna Vinschen <corinna@vinschen.de>
6016
6017 * configure.in: Never build newlib for a Mingw host.
6018 Never build newlib as Mingw target library.
6019 Test the existence of winsup/cygwin for building a Cygwin newlib,
6020 rather than just winsup.
6021 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6022 building a Mingw target.
6023 * configure: Regenerate.
6024
98e67652 60252006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6026
6027 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6028
c92d8afd 60292006-07-25 Paolo Bonzini <bonzini@gnu.org>
6030
6031 * config.guess: Import from src (was more updated).
6032 * config.sub: Likewise.
6033
d3e7b04c 60342006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6035
6036 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6037 * configure: Regenerated.
6038
3e427a9c 60392006-07-18 Paolo Bonzini <bonzini@gnu.org>
6040
248deaff 6041 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6042 for stages after the first.
3e427a9c 6043
1bef46b4 60442006-07-17 Jakub Jelinek <jakub@redhat.com>
6045
6046 * Makefile.def: Add dependencies for configure-opcodes
6047 on configure-intl and all-opcodes on all-intl.
6048 * Makefile.in: Regenerated.
6049
f4d112a5 60502006-07-13 Ben Elliston <bje@au.ibm.com>
6051
6052 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6053
108cf177 60542006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6055
6056 Port to hosts whose 'sort' and 'tail' implementations
6057 treat operands with leading '+' as file names, as POSIX
6058 has required since 2001. However, make sure the code still
6059 works on pre-POSIX hosts.
6060 * ltmain.sh: Don't assume "sort +2" is equivalent to
6061 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6062
2f5151d2 60632006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6064
6065 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6066
46276eaf 60672006-07-04 Peter O'Gorman <peter@pogma.com>
6068
6069 * ltconfig: chmod 644 before ranlib during install.
6070
f508ba97 60712006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6072
6073 PR bootstrap/18058
6074 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6075 if the bootstrap compiler is a GCC version that supports it.
6076 * configure: Regenerate.
6077
3891e7d9 60782006-07-03 Paolo Bonzini <bonzini@gnu.org>
6079
9333ae0b 6080 * configure.in: Fix thinkos in previous check-in.
3891e7d9 6081 * configure: Regenerate.
6082
5dee13c2 60832006-07-03 Paolo Bonzini <bonzini@gnu.org>
6084
6085 PR other/27063
6086 * configure.in: Test subdir_requires and give an appropriate
6087 error message.
6088 * configure: Regenerate.
6089
4ac79c32 60902006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6091
6092 * MAINTAINERS (Write After Approval): Add myself.
6093
9bc01059 60942006-06-22 John David Anglin <dave.anglin@nrc.ca>
6095
6096 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6097
f09fcf30 60982006-06-22 Steve Ellcey <sje@cup.hp.com>
6099
6100 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6101
f1716c67 61022006-06-20 David Ayers <d.ayers@inode.at>
6103
6104 PR bootstrap/28072
6105 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6106 whether target-libjava is being configured instead of whether the
6107 java front end is enabled.
6108 * configure: Regenerate.
f4177413 6109
778f2e8d 61102006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6111
6112 PR target/27540
6113 * configure.in: Only enable libgomp on IRIX 6.
6114 * configure: Regenerate.
6115
c81c13fb 61162006-06-15 Paolo Bonzini <bonzini@gnu.org>
6117
6118 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6119 too.
6120 * Makefile.in: Regenerate.
6121
337cc616 61222006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6123
6124 * config-ml.in: Alter CCASFLAGS to include special
6125 multilib options the same as is done for CFLAGS.
6126
be504f1e 61272006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6128
6129 * configure.in: Don't enable libgomp on hpux10.
6130 * configure: Rebuilt.
6131
d6f7b8f2 61322006-06-12 David Ayers <d.ayers@inode.at>
6133
6134 PR bootstrap/27963
6135 PR target/19970
f4177413 6136 * configure.in: Remove target-boehm-gc from noconfigdirs where
d6f7b8f2 6137 ${libgcj} is specified.
6138 * configure: Regenerate.
f4177413 6139
dcde3c07 61402006-06-06 Carlos O'Donell <carlos@codesourcery.com>
d06227a7 6141
6142 Sync from src:
f4177413 6143
6144 * configure.in: Sync.
d06227a7 6145 * configure: Regenerated.
f4177413 6146
d06227a7 6147 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6148
6149 * Makefile.def: Added dependencies from sim and gdb on intl, and
6150 added configure dependencies to everything with an all dependency
6151 on intl.
6152 * Makefile.in: Regenerated.
6153
dd6d3a67 61542006-06-06 David Ayers <d.ayers@inode.at>
6155
6156 PR libobjc/13946
6157 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6158 * Makefile.in: Regenerate.
6159 * configure.in: Add --enable-objc-gc at toplevel and have it
6160 enable boehm-gc for Objective-C.
6161 Remove target-boehm-gc from libgcj.
6162 Add target-boehm-gc to target_libraries.
6163 Add target-boehm-gc to noconfigdirs where ${libgcj}
6164 is specified.
6165 Assert that boehm-gc is supported when requested for Objective-C.
6166 Only build boehm-gc if needed either for Java or Objective-C.
6167 * configure: Regenerate.
f4177413 6168
13935149 61692006-06-05 Paolo Bonzini <bonzini@gnu.org>
6170
6171 PR 27674
6172 * Makefile.tpl (configure-[+prefix+][+module+],
6173 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6174 Remove rule to unstage bootstrapped modules.
6175 (stage_current): New.
6176 * Makefile.in: Regenerate.
6177
8f4b42fe 61782006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6179
6180 * MAINTAINERS (Write After Approval): Update my e-mail address.
6181
223a68cb 61822006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6183
6184 * include/libiberty.h: Declare pex_run_in_environment.
6185
54554f30 61862006-05-31 Asher Langton <langton2@llnl.gov>
6187
6188 * MAINTAINERS (Write After Approval): Add myself.
8f4b42fe 6189
6c21862c 61902006-05-25 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * Makefile.def (bfd, opcodes): Fix lib_path.
6193 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6194 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6195 * Makefile.in: Regenerate.
6196
9409c9d5 61972006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6198
6199 * Makefile.in: Regenerate.
6200
e0dbdbbf 62012006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6202
6203 * Makefile.def: Add install-html target. Add datarootdir
6204 docdir and htmldir to flags_to_pass.
6205 * Makefile.tpl: Add install-html target.
6206 * Makefile.in: Regenerate.
6207 * configure.in: Add --with-datarootdir, --with-docdir, and
6208 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6209 * configure: Regenerate.
6210
a2c13723 62112006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6212
6213 * configure.in: Enable gprof for cross builds.
6214 * configure: Regenerate.
6215
37f85f50 62162006-05-22 Richard Guenther <rguenther@suse.de>
6217
6218 Revert
6219 2006-01-31 Richard Guenther <rguenther@suse.de>
6220 Paolo Bonzini <bonzini@gnu.org>
6221
6222 * Makefile.def (target_modules): Add libgcc-math target module.
6223 * configure.in (target_libraries): Add libgcc-math target library.
6224 (--enable-libgcc-math): New configure switch.
6225 * Makefile.in: Re-generate.
6226 * configure: Re-generate.
6227 * libgcc-math: New toplevel directory.
6228
75d59721 62292006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6230 Andreas Tobler <a.tobler@schweiz.ch>
6231
6232 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6233 * configure: Rebuilt.
6234
dcde3c07 62352006-05-12 Sandra Loosemore <sandra@codesourcery.com>
f4177413 6236
65bab903 6237 * MAINTAINERS (Write After Approval): Add myself.
6238
bc53ef83 62392006-05-01 DJ Delorie <dj@redhat.com>
6240
6ab99db1 6241 * configure.in: Restore CFLAGS if GMP isn't present.
bc53ef83 6242 * configure: Regenerate.
6243
e8bb9e10 62442006-05-01 Richard Guenther <rguenther@suse.de>
6245
6246 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6247 maintainer.
6248
dcde3c07 62492006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2ebe0c0d 6250
6251 * MAINTAINERS (Write After Approval): Add myself.
6252
dd1d6245 62532006-04-28 Jan Beulich <jbeulich@novell.com>
6254
6255 * MAINTAINERS (Write After Approval): Add myself.
6256
24714a39 62572006-04-18 DJ Delorie <dj@redhat.com>
6258
6259 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6260 reference libgloss so that libssp can be built in a combined
6261 tree.
6262 * configure: Regenerate.
6263
ebadab44 62642006-04-08 Robert Millan <rmh@gcc.gnu.org>
6265
6266 * MAINTAINERS (Write After Approval): Add myself.
6267
2c45c903 62682006-04-05 Ben Elliston <bje@au.ibm.com>
6269
6270 * configure.in: Require makeinfo 4.4 or higher.
6271 * configure: Regenerate.
6272
c8a50a04 62732006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6274
6275 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6276 Rearrange the entries of other libraries to have them in one place.
6277
0dfcec58 62782006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6279
f4177413 6280 * MAINTAINERS (Write After Approval): Remove myself.
0dfcec58 6281 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6282
a4af6a58 62832006-03-14 Richard Guenther <rguenther@suse.de>
6284
6285 * configure: Regenerate with autoconf 2.13.
6286
29febb11 62872006-03-13 Jim Blandy <jimb@codesourcery.com>
6288
6289 * MAINTAINERS: Use my work address.
12a2bf00 6290
6291 * MAINTAINERS: Update my E-mail address.
6292
50996fe5 62932006-03-10 Aldy Hernandez <aldyh@redhat.com>
6294
6295 * configure.in: Handle --disable-<component> generically.
6296 * configure: Regenerate.
6297
b554a459 62982006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6299
6300 PR libgcj/17311
6301 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6302
71898775 63032006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6304
6305 * MAINTAINERS (Write After Approval): Remove myself.
6306 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6307
dcde3c07 63082006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6c21862c 6309
cba69f27 6310 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6311 (TARGET_CONFIGDIRS): Remove.
6312 * configure.in: Remove AC_SUBST(target_configdirs).
6313 * Makefile.in, configure: Regenerated.
7601142f 6314
310293ad 63152006-02-20 Steven G. Kargl <kargls@comcast.net>
6316
6317 * MAINTAINERS (Write After Approval): Remove myself.
6318 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6319
26526d23 63202006-02-20 Paolo Bonzini <bonzini@gnu.org>
6321
6322 PR bootstrap/25670
6323
6324 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6325
6326 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6327 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6328 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6329 BUILD_PREFIX, BUILD_PREFIX_1.
6330 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6331
6332 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6333 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6334
6335 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6336 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6337 of `cat stage_current`. Always provide the `r' and `s' variables.
6338 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6339 a single shell execution.
6340 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6341 bootstrapped modules, make the stage1 module if the build was not
6342 started yet, else build the current stage.
6343 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6344 (all-build, all-host, all-target, [+make_target+]-host,
6345 [+make_target+]-target): Do not use \-continued lines.
6346 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6347 (current_stage, restrap, stage_last): New.
6348
6349 * Makefile.in: Regenerate.
6350 * configure: Regenerate.
6351
154ae9ad 63522006-02-19 Bud Davis <jmdavis@link.com>
6353
6354 * MAINTAINERS (Write After Approval): Remove myself.
6355 (Language Front End Maintainers): Add myself as fortran 95
6356 maintainer and update e-mail address.
6357
2b60afd7 63582006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6359
6360 * MAINTAINERS (Write After Approval): Remove myself.
6361 (Language Front End Maintainers): Add myself as fortran 95
6362 maintainer.
6363
e1c7b125 63642006-02-16 Victor Kaplansky <victork@il.ibm.com>
6365
6366 * MAINTAINERS (Write After Approval): Add myself.
6367
1eacfaf6 63682006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6369
6370 * MAINTAINERS (Write After Approval): Remove myself.
6371 (Language Front End Maintainers): Add myself as
6372 fortran 95 maintainer.
6373
ab0da556 63742006-02-14 Paolo Bonzini <bonzini@gnu.org>
6375
6376 Sync from src:
6377
6378 2005-12-27 Leif Ekblad <leif@rdos.net>
6379
248deaff 6380 * configure.in: Add support for RDOS target.
6381 * configure: Regenerate.
ab0da556 6382
63832006-02-14 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 6384 Andreas Schwab <schwab@suse.de>
ab0da556 6385
248deaff 6386 * configure: Regenerate.
ab0da556 6387
634efbee 63882006-02-12 David Edelsohn <edelsohn@gnu.org>
6389
6390 * configure.in (enable_libgomp): Add AIX.
6391 * configure: Regenerate.
6392
e359d827 63932006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6394
6395 * MAINTAINERS (Write After Approval): Add myself.
f4177413 6396
40139f55 63972006-02-03 Lee Millward <lee.millward@gmail.com>
6398
6399 * MAINTAINERS (Write After Approval): Add myself.
f4177413 6400
145b0ed1 64012006-01-31 Richard Guenther <rguenther@suse.de>
6402 Paolo Bonzini <bonzini@gnu.org>
6403
6404 * Makefile.def (target_modules): Add libgcc-math target module.
6405 * configure.in (target_libraries): Add libgcc-math target library.
6406 (--enable-libgcc-math): New configure switch.
6407 * Makefile.in: Re-generate.
6408 * configure: Re-generate.
6409 * libgcc-math: New toplevel directory.
6410
c47832b1 64112006-01-26 Paolo Bonzini <bonzini@gnu.org>
6412
6413 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6414 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6415 the assembler, linker and binutils.
6416 * configure: Regenerate.
6417
80111498 64182006-01-22 Dirk Mueller <dmueller@suse.de>
6419
6420 * MAINTAINERS (Write After Approval): Add myself.
6421
4938df8a 64222006-01-20 Diego Novillo <dnovillo@redhat.com>
6423
6424 * configure: Regenerate.
6425
1e8e9920 64262006-01-18 Richard Henderson <rth@redhat.com>
6427 Jakub Jelinek <jakub@redhat.com>
6428 Diego Novillo <dnovillo@redhat.com>
6429
6430 * libgomp: New directory.
6431 * Makefile.def: Add target_module libgomp.
6432 * Makefile.in: Regenerate.
6433 * configure.in (target_libraries): Add target-libgomp.
6434 * configure: Regenerate.
6435
deaa70c6 64362006-01-05 Alexandre Oliva <aoliva@redhat.com>
6437
6438 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6439 @ from continuation.
6440 * Makefile.in: Rebuilt.
6441
18ece38c 64422006-01-04 Chris Lattner <sabre@gnu.org>
ca07d10f 6443
7914652a 6444 * MAINTAINERS (Write After Approval): Add myself.
6445
0c8a85c6 64462006-01-04 Paolo Bonzini <bonzini@gnu.org>
6447
6448 PR bootstrap/24252
6449
6450 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6451 * Makefile.tpl (OBJDUMP): New.
6452 (EXTRA_HOST_FLAGS): Add it.
6453 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6454
1e8e9920 6455 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6456 to use symbolic links between directories. Avoid race conditions
6457 or make them harmless.
6458 * configure.in: Do not try to use symbolic links between directories.
0c8a85c6 6459
6460 * Makefile.def (LEAN): Pass.
6461 * Makefile.tpl (LEAN): Define.
6462 (stage[+id+]-start): Accept that the previous directory does not
6463 exist, if the bootstrap is lean.
6464 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6465 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6466 configure substitution.
6467 ([+compare-target+]): Likewise.
6468 ([+bootstrap-target+]-lean): New.
6469 * configure.in: Remove lean bootstrap support from here.
6470
1e8e9920 6471 * Makefile.in: Regenerate.
6472 * configure: Regenerate.
0c8a85c6 6473
bd63b943 64742006-01-04 Ben Elliston <bje@au.ibm.com>
6475
6476 * MAINTAINERS (libdecnumber): Add myself.
6477
3b6bba18 64782006-01-02 Mark Mitchell <mark@codesourcery.com>
6479
6480 * libtool-ldflags: New script.
6481
9c19a746 64822006-01-02 Andreas Schwab <schwab@suse.de>
6483
6484 * configure.in: When reconfiguring remove Makefile in
6485 all stage directories.
6486 * configure: Regenerate.
6487
1c39ab9d 64882005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6489
6490 * MAINTAINERS: Update my email address.
6491
ceebc884 64922005-12-20 Paolo Bonzini <bonzini@gnu.org>
6493
6494 Revert Ada-related part of the previous change.
6495
6496 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6497 Do not pass.
6498 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6499 * Makefile.in: Regenerate.
6500 * configure.in: Do not include mt-ppc-aix target fragment.
6501 * configure: Regenerate.
6502
9ca214be 65032005-12-19 Paolo Bonzini <bonzini@gnu.org>
6504
6505 * configure.in: Select appropriate fragments for PowerPC/AIX.
6506 * configure: Regenerate.
6507
6508 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6509 BOOT_CFLAGS, BOOT_LDFLAGS.
6510 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6511 BOOT_CFLAGS, BOOT_LDFLAGS.
6512 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6513 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6514 (stage): Fail if we cannot complete the work.
6515 * Makefile.in: Regenerate.
6516
957985d9 65172005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6518
6519 * configure.in: Replace ms1 with mt.
6520 * configure: Rebuilt.
6521
3fecdf28 65222005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6523
6524 * MAINTAINERS: Update my email address.
6525
2420a95f 65262005-12-15 Paolo Bonzini <bonzini@gnu.org>
6527
6528 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6529 install-host-nogcc): Don't invoke $(stage) at the end.
6530 * Makefile.in: Regenerate.
6531
98777423 65322005-12-14 Paolo Bonzini <bonzini@gnu.org>
6533
6534 * configure.in: Flip the top-level bootstrap switch.
6535 * configure: Regenerate.
6536
83f96a51 65372005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6538
6539 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6540 $(stage) and $(unstage).
6541 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6542 (all): Remove stray semicolon.
6543 (local-distclean): Don't handle multilib.tmp and multilib.out.
6544 (install.all): Set $s for consistency.
6545 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6546 check_multilibs setting. Always make the install directory.
6547 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6548 Correct @if/@endif.
6549 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6550 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6551 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6552 (multilib.out): Remove.
6553 * Makefile.in: Regenerated.
6554
dcde3c07 65552005-12-12 Carlos O'Donell <carlos@codesourcery.com>
72d3853a 6556
6557 * MAINTAINERS (Write After Approval): Add myself.
6558
8a4c0c5f 65592005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6560
a67ce901 6561 * MAINTAINERS: Add myself as mt maintainer.
6562
8a4c0c5f 6563 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6564
937fb015 65652005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6566
6567 * MAINTAINERS: Change email address.
6568
f5aebe3e 65692005-12-05 Paolo Bonzini <bonzini@gnu.org>
6570
6571 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6572 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6573 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6574 Find in-tree tools if available.
6575 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6576 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6577 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6578 (COMPILER_*_FOR_TARGET): New.
6579 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6580 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6581 (CONFIGURED_*, USUAL_*): Remove.
6582 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6583 STRIP): Use autoconf substitutions.
6584 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6585 COMPILER_NM_FOR_TARGET): New.
6586 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6587
6588 (all): Make all-host and all-target in parallel.
6589 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6590 that $$r and $$s are set before invoking a recursive make.
6591 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6592 ([+bootstrap-target+]): Inline most of the `all' target.
6593
e888c15e 65942005-11-29 Ben Elliston <bje@au.ibm.com>
6595
6596 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6597 from the gcc build directory.
6598 * Makefile.in: Regenerate.
6599
e21c3597 66002005-11-29 Ben Elliston <bje@au.ibm.com>
6601
6602 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6603 depend on all-libdecnumber.
6604 * configure.in (host_libs): Include libdecnumber.
6605 * Makefile.in: Regenerate.
6606 * configure: Likewise.
6607
e3f15eef 66082005-11-29 Ben Elliston <bje@au.ibm.com>
6609
6610 * libdecnumber: Import decNumber sources from the dfp-branch.
6611
8afb273f 66122005-11-21 Kean Johnston <jkj@sco.com>
6613
6614 * config.sub, config.guess: Sync from upstream sources.
6615
fefdfa6e 66162005-11-21 Ben Elliston <bje@au.ibm.com>
6617
6618 Import from Autoconf sources:
6619
6620 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6621 * config/move-if-change: Don't output "$2 is unchanged";
6622 suggested by Ben Elliston. Handle weird characters correctly.
6623
92016de0 66242005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6625
6626 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6627 to match upstream libtool for darwin.
6628
415470be 66292005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * Makefile.def: Remove gdb dependencies for gdbtk.
6632 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6633 (configure-gdb, install-gdb): New rules.
6634 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6635 * Makefile.in, configure: Regenerated.
6636
15bb6251 66372005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6638
6639 * MAINTAINERS (Write After Approval): Add myself.
6640
66182ee6 66412005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6642
6643 * MAINTAINERS (Write After Approval): Add myself.
6644
9aad078e 66452005-10-24 Diego Novillo <dnovillo@redhat.com>
6646
6647 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6648 Diego Novillo.
6649
e025d06f 66502005-10-22 Paolo Bonzini <bonzini@gnu.org>
6651
6652 PR bootstrap/24297
6653 * Makefile.tpl (do-[+make-target+], do-check, install,
6654 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6655 are set before recursing.
6656 * Makefile.in: Regenerate.
6657
bde48217 66582005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6659
6660 PR bootstrap/18939
6661 * Makefile.def (gcc) <target>: Fix thinko.
6662 * Makefile.in: Regenerate.
6663
8d687193 66642005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6665
6666 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6667 * configure: Regenerate.
6668
843af2a1 66692005-10-15 Jie Zhang <jie.zhang@analog.com>
6670
6671 * MAINTAINERS (Write After Approval): Add self.
6672
6783d878 66732005-10-08 Kazu Hirata <kazu@codesourcery.com>
6674
6675 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6676 target-libffi, target-qthreads, target-libjava, and
6677 targetlibobjc.
6678 * configure: Regenerate.
6679
ae74ffb7 66802005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6681
6682 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6683 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6684 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6685 (USUAL_OBJDUMP_FOR_TARGET): New.
6686 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6687 * configure.in: Check for $OBJDUMP_FOR_TARGET.
0b69af2f 6688 * configure, Makefile.in: Regenerated.
ae74ffb7 6689
7fd717b3 66902005-10-05 Paolo Bonzini <bonzini@gnu.org>
6691
6692 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6693 before other host packages.
6694
8d2ef209 66952005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6696
6697 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6698
8283f873 66992005-10-05 Paolo Bonzini <bonzini@gnu.org>
6700
6701 PR bootstrap/22340
6702
6703 * configure.in (default_target): Remove.
6704 * Makefile.tpl (all): Do not use prerequisites as subroutines
6705 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6706 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6707 use prerequisites as subroutines.
6708 (check-host, check-target): New.
6709 (bootstrap configure & all targets): Do not use stage*-start
6710 if the directory layout is already ok.
6711 (non-bootstrap configure & all targets): Prepend a $(unstage).
6712 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6713 (NOTPARALLEL): Remove.
6714 (unstage, stage variables): New variables.
6715 (unstage, stage targets): Simply expand to those variables.
6716
6717 * configure: Regenerate.
6718 * Makefile.in: Regenerate.
6719
8011a2db 67202005-10-04 James E Wilson <wilson@specifix.com>
6721
6722 * Makefile.def (lang_env_dependencies): Add libmudflap.
6723 * Makefile.in: Regenerate.
6724
09cc3896 67252005-10-03 Andreas Schwab <schwab@suse.de>
6726
6727 Backport from libtool CVS:
6728 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6729
6730 * ltmain.sh: add support for installing into temporary
6731 staging area (e.g. 'make install DESTDIR=...')
6732
d7441b0d 67332005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6734
6735 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6736 * configure: Regenerated.
6737
9886f3d1 67382005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6739
6740 * configure: Regenerate with the correct
6741 autoconf version.
6742
7172be51 67432005-09-30 Catherine Moore <clm@cm00re.com>
6744
6745 * configure.in (bfin-*-*): New.
6746 * configure: Regenerated.
6747
9fec3fa8 67482005-09-28 Geoffrey Keating <geoffk@apple.com>
6749
6750 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6751 (LIPO_FOR_TARGET): New.
6752 (CONFIGURED_LIPO_FOR_TARGET): New.
6753 (USUAL_LIPO_FOR_TARGET): New.
6754 (STRIP_FOR_TARGET): New.
6755 (CONFIGURED_STRIP_FOR_TARGET): New.
6756 (USUAL_STRIP_FOR_TARGET): New.
6757 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6758 STRIP_FOR_TARGET.
6759 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6760 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6761 * Makefile.in: Regenerate.
6762 * configure: Regenerate.
f4177413 6763
14bd4516 67642005-09-19 David Edelsohn <edelsohn@gnu.org>
6765
6766 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6767 (rs6000-*-aix*): Same.
6768 * configure: Regenerate.
6769
6ca52624 67702005-09-16 Tom Tromey <tromey@redhat.com>
6771
6772 * MAINTAINERS: Add self as java maintainer.
6773
2c718da0 67742005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6775
6776 * configure.in: Recognize f95 in the --enable-languages option,
6777 and substitute it for fortran, issuing a warning.
6778 * configure: Regenerate.
6779
51427b7f 67802005-08-30 Phil Edwards <phil@codesourcery.com>
6781
6782 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6783 * configure: Regenerated.
6784
70bd96e6 67852005-08-22 Aldy Hernandez <aldyh@redhat.com>
6786
6787 * MAINTAINERS: Add self as ms1 maintainer.
6788
e85b7f3c 67892005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6790
6791 * Makefile.def (libssp): Add to lang_env_dependencies.
6792 * Makefile.in: Regenerate.
6793
6be90865 67942005-08-18 Ian Lance Taylor <ian@airs.com>
6795
6796 * MAINTAINERS: Add myself as middle-end maintainer.
6797
28a54140 67982005-08-17 Christian Groessler <chris@groessler.org>
6799
6800 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6801 * Makefile.in: Regenerate.
6802
c1f0d853 68032005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6804
6805 * MAINTAINERS (write after approval): Added myself.
6806
02bbe015 68072005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6808
6809 * MAINTAINERS (Write After Approval): Add myself.
6810
768691b5 68112005-08-12 Paolo Bonzini <bonzini@gnu.org>
6812
6813 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6814 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6815 Look for alternate names of the target cc and c++
6816 * configure: Regenerate.
6817
ef8184c7 68182005-08-08 Paolo Bonzini <bonzini@gnu.org>
6819
6820 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6821 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6822 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6823 tools; remove code to manually set them.
6824 (Target tools): Look in the environment for them.
6825 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6826 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6827 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6828 build directory.
6829 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6830 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6831 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6832 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6833 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6834 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6835 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6836 * configure: Regenerate.
6837 * Makefile.in: Regenerate.
6838
3e17c591 68392005-07-28 Ben Elliston <bje@au.ibm.com>
6840
6841 * MAINTAINERS: Update for removed CPU targets.
6842
29327bb4 68432005-07-27 Mark Mitchell <mark@codesourcery.com>
6844
6845 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
f4177413 6846 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
29327bb4 6847 * Makefile.in: Regenerated.
6848
ffa8502d 68492005-07-26 Mark Mitchell <mark@codesourcery.com>
6850
6851 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6852 (CFLAGS_FOR_TARGET): Use it.
6853 (CXXFLAGS_FOR_TARGET): Likewise.
6854 * Makefile.in: Regenerated.
6855 * configure.in (--with-build-sysroot): New option.
6856 * configure: Regenerated.
6857
ee8b5c34 68582005-07-24 Paolo Bonzini <bonzini@gnu.org>
6859
6860 * Makefile.tpl: Wrap install between unstage and stage
6861 * Makefile.in: Regenerate.
6862
1558ffaf 68632005-07-21 Eric Christopher <echristo@apple.com>
6864
6865 * MAINTAINERS: Update affiliation.
6866
0d56c486 68672005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6868
6869 * MAINTAINERS: Add self as crx port maintainer.
6870
4569287f 68712005-07-20 DJ Delorie <dj@redhat.com>
6872
6873 * MAINTAINERS: Add self as m32c maintainer.
6874
06b8a6e6 68752005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6876
6877 * all files: Update FSF address.
6878
3031a1be 68792005-07-15 Eric Christopher <echristo@redhat.com>
6880
6881 * MAINTAINERS: Change affiliation.
6882
040541fe 68832005-07-14 Jim Blandy <jimb@redhat.com>
6884
6885 * configure.in: Add cases for Renesas m32c.
6886 * configure: Regenerated.
f4177413 6887
a03a59f4 68882005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6889
47440b6d 6890 * COPYING.LIB: Update from fsf.org.
6891
68922005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6893
6894 * COPYING, compile, config.guess,
a03a59f4 6895 config.sub, install-sh, missing, mkinstalldirs,
6896 symlink-tree, ylwrap: Sync from upstream sources.
47440b6d 6897 * config-ml.in: Update FSF address.
a03a59f4 6898
9f88bc9d 68992005-07-13 Eric Christopher <echristo@redhat.com>
6900
6901 * configure.in: Add toplevel noconfigdir support for tpf.
6902 * configure: Regenerate.
6903
f6463472 69042005-07-11 Paolo Bonzini <bonzini@gnu.org>
6905
6906 PR ada/22340
6907
6908 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6909 * Makefile.in: Regenerate.
6910
eb39e466 69112005-07-07 Mark Mitchell <mark@codesourcery.com>
6912
6913 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
f4177413 6914 Brolley to write-after-approval.
eb39e466 6915
3c7c61db 69162005-07-07 Andreas Schwab <schwab@suse.de>
6917
6918 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6919 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6920 * Makefile.in: Regenerated.
6921
d28caca4 69222005-07-06 Geoffrey Keating <geoffk@apple.com>
6923
6924 * configure.in: Don't build sim or rda when targetting darwin.
6925 * configure: Regenerate.
6926
07da5214 69272005-07-06 Kazu Hirata <kazu@codesourcery.com>
6928
6929 * configure.in: Add --enable-libssp and --disable-libssp.
6930 * configure: Regenerate with autoconf-2.13.
6931
0d55f4d0 69322005-07-02 Jakub Jelinek <jakub@redhat.com>
6933
6934 * Makefile.def (target_modules): Add libssp.
6935 * configure.in (target_libraries): Add target-libssp.
6936 * configure: Rebuilt.
6937 * Makefile.in: Rebuilt.
6938
c6d8e763 69392005-07-01 Zack Weinberg <zackw@panix.com>
6940
6941 * MAINTAINERS: Change email address. Resign from maintainership.
6942
e64566bc 69432005-07-01 Richard Guenther <rguenther@suse.de>
6944
6945 * MAINTAINERS: Change my e-mail address and affiliation.
6946
919a60fa 69472005-06-22 Paolo Bonzini <bonzini@gnu.org>
6948
6949 * Makefile.def (stagefeedback): Come after profile.
6950 Define profiledbootstrap target.
6951 * Makefile.tpl (profiledbootstrap): Remove.
6952 (stageprofile-end): Zap stagefeedback.
6953 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6954 * Makefile.in: Regenerate.
6955
1dcfcddb 69562005-06-13 Richard Sandiford <richard@codesourcery.com>
6957
6958 * MAINTAINERS: Update my email address.
6959
cbaa9876 69602005-06-13 Zack Weinberg <zack@codesourcery.com>
6961
6962 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6963 In 'cpp' stanza, support '#line' as well as '# '.
6964
90314144 69652005-06-08 Andreas Schwab <schwab@suse.de>
6966
6967 * MAINTAINERS: Move myself from 'Write After Approval' to
6968 'CPU Port Maintainers' section as m68k maintainer.
6969
ff7dcf6a 69702005-06-07 Hans-Peter Nilsson <hp@axis.com>
6971
6972 * configure.in (unsupported_languages): New macro.
6973 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6974 non-ported target libraries in noconfigdirs.
6975 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6976 non-linux-gnu. Remove libgcj_ex_libffi.
248deaff 6977 <lang_frag loop>: Set add_this_lang=no if the language is in
ff7dcf6a 6978 unsupported_languages.
6979 * configure: Regenerate.
6980
058a5366 69812005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6982
6983 * configure.in: Fix typo in handling of --with-mpfr-dir.
6984 * configure: Regenerate.
6985
a0133d5a 69862005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6987
6988 * MAINTAINERS: Update my email address.
6989
ba84b398 69902005-06-02 Jim Blandy <jimb@redhat.com>
6991
6992 * config.sub: Add cases for the Renesas m32c. (This patch has been
6993 accepted into the master sources.)
6994
f6fa11cb 69952005-06-02 Aldy Hernandez <aldyh@redhat.com>
cbaa9876 6996 Michael Snyder <msnyder@redhat.com>
6997 Stan Cox <scox@redhat.com>
f6fa11cb 6998
cbaa9876 6999 * configure.in: Set noconfigdirs for ms1.
f6fa11cb 7000
cbaa9876 7001 * configure: Regenerate.
f6fa11cb 7002
5538a252 70032005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7004
7005 * MAINTAINERS (Write After Approval): Add self.
7006
eb475541 70072005-06-01 Josh Conner <jconner@apple.com>
7008
7009 * MAINTAINERS (Write After Approval): Add self.
7010
f61df03e 70112005-06-01 Kazu Hirata <kazu@codesourcery.com>
7012
7013 * MAINTAINERS: Update my email address.
7014
8c31789b 70152005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7016
7017 * MAINTAINERS (Write After Approval): Add self.
7018
80f2a08d 70192005-05-26 Chris Demetriou <cgd@broadcom.com>
7020
7021 * MAINTAINERS (Write After Approval): Remove self.
7022
97d52533 70232005-05-25 Paolo Bonzini <bonzini@gnu.org>
7024
7025 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7026 (Dependencies): Consider target modules for bootstrap dependencies.
7027 Make target bootstrap modules depend on each stage's gcc.
7028 * Makefile.in: Regenerate.
7029
aa73b18f 70302005-05-20 Paolo Bonzini <bonzini@gnu.org>
7031
7032 * Makefile.def (configure-gcc): Depend on binutils having been built.
7033 (all-gcc): No need to do it here.
7034 * Makefile.in: Regenerate.
7035
e8bfe1fa 70362005-05-19 Paul Brook <paul@codesourcery.com>
7037
cbaa9876 7038 * configure.in: Rewrite misleading error message when requested
e8bfe1fa 7039 language cannot be built.
7040 * configure: Regenerate.
7041
4267b9ea 70422005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7043
7044 * ylwrap: Import from Automake 1.9.5.
7045
9d7b8b84 70462005-05-13 David Ung <davidu@mips.com>
7047
7048 * MAINTAINERS (Write After Approval): Add self.
7049
5cd1aacd 70502005-05-09 Mike Stump <mrs@apple.com>
7051
7052 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7053 lt_cv_sys_max_cmd_len for now.
cbaa9876 7054
0e47e899 70552005-05-09 Stan Cox <scox@redhat.com>
7056
7057 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7058
f9697cdb 70592005-05-08 Matt Kraai <kraai@ftbfs.org>
7060
7061 * README.SCO: Update the URL.
7062
3fec05ca 70632005-05-05 David Edelsohn <edelsohn@gnu.org>
7064
7065 * ltconfig: Define file_list_spec. Pass file_list_spec and
7066 with_gnu_ld to libtool.
7067 * ltcf-c.sh (aix[45]): Define file_list_spec.
7068 * ltcf-cxx.sh (aix[45]): Same.
7069 * ltcf-gcj.sh (aix[45]): Same.
7070 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7071 exists, write list of input files to temporary file.
7072
a8abbd9d 70732005-05-04 Mike Stump <mrs@apple.com>
7074
7075 * configure.in: Always pass --target to target configures as
7076 otherwise rebuilds that do --recheck will fail.
7077 * confiugure: Rebuilt.
7078
12fb418d 70792005-05-04 Paolo Bonzini <bonzini@gnu.org>
7080
7081 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7082 STAGE_HOST_EXPORTS.
7083 (configure, all): Add bootstrap support.
7084 (Host modules, target modules): Pass post-stage1 flags and exports.
7085 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7086 * Makefile.in: Regenerate.
7087
c828481a 70882005-04-29 Paolo Bonzini <bonzini@gnu.org>
7089
7090 * configure: Regenerate.
7091
352141ae 70922005-04-27 Mike Stump <mrs@apple.com>
7093
7094 * MAINTAINERS: Add self as darwin maintainer.
7095
5629b19d 70962005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7097
7098 * config.sub: Update from master copy.
7099
3cf20c3b 71002005-04-21 Mike Stump <mrs@apple.com>
7101
7102 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7103 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7104
c0188550 71052005-04-19 Hans-Peter Nilsson <hp@axis.com>
7106
7107 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7108 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7109 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7110 "*-*-elf" and "*-*-linux*".
7111 * configure: Regenerate.
7112
603e1354 71132005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7114
7115 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7116
6db39137 71172005-04-12 Mike Stump <mrs@apple.com>
7118
7119 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7120
1df56788 71212005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7122
7123 * MAINTAINERS (Write After Approval): Add myself.
7124
80ccce4c 71252005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7126
7127 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7128
c15fb64c 71292005-04-06 Paolo Bonzini <bonzini@gnu.org>
7130
cbaa9876 7131 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
c15fb64c 7132 (TARGET_CONFIGARGS): Include --with-target-subdir.
7133 (configure, all): New macros. Use them throughout.
7134 * Makefile.in: Regenerate.
7135
e6eb2b02 71362005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7137
7138 * MAINTAINERS (Write After Approval): Add myself.
cbaa9876 7139
d18f347b 71402005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7141
7142 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7143
8494de10 71442005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7145
7146 * MAINTAINERS: Move John Carr to Write After Approval.
7147
dcde3c07 71482005-03-30 J"orn Rennecke <joern.rennecke@st.com>
0a887243 7149
7150 * config/mh-mingw32: Delete.
7151 * configure.in: Don't use it.
7152 * configure: Regenerate.
7153
60b2817d 71542005-03-31 Paolo Bonzini <bonzini@gnu.org>
7155
7156 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7157 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dcde3c07 7158 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
60b2817d 7159 (HOST_LIB_PATH): Generate from Makefile.def.
7160 (TARGET_LIB_PATH): Likewise.
7161 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7162 * Makefile.in: Regenerate.
7163 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7164 (RPATH_ENVVAR): Include Darwin case.
7165 * configure: Regenerate.
7166
9cc9199f 71672005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7168
7169 * MAINTAINERS (Various Maintainers): Remove self.
7170 (Write After Approval): Add self.
7171
beefdb0f 71722005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7173
7174 * MAINTAINERS (Various Maintainers): Add self.
7175
697e01c8 71762005-03-25 Paolo Bonzini <bonzini@gnu.org>
7177
7178 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7179 * configure: Regenerate.
7180
9624cab1 71812005-03-21 Zack Weinberg <zack@codesourcery.com>
7182
7183 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7184 gcc_version, and gcc_version_trigger from set of flags to pass.
7185 * Makefile.tpl: Remove definitions of above variables.
7186 (config.status): Remove dependency on $(gcc_version_trigger).
7187 * Makefile.in: Regenerate.
7188 * configure.in: Do not reference config/gcc-version.m4 nor
7189 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7190 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7191 * configure: Regenerate.
7192
5745a02a 71932005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dcde3c07 7194 Andrew Pinski <pinskia@physics.uc.edu>
5745a02a 7195
7196 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7197 * Makefile.in: Regenerate.
7198
df4e5443 71992005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7200
7201 * MAINTAINERS (Write After Approval): Add myself.
7202
379a1f2c 72032005-03-03 David Ayers <d.ayers@inode.at>
7204
7205 * MAINTAINERS (Write After Approval): Add myself.
7206
b3fc57d4 72072005-03-01 Alexandre Oliva <aoliva@redhat.com>
7208
7209 PR libgcj/20160
7210 * ltmain.sh: Avoid creating archives with components that have
7211 duplicate basenames.
7212
39c05b8e 72132005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7214
7215 PR bootstrap/20250
7216 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7217 instead of check.
7218 * Makefile.in: Regenerate.
7219
d874b723 72202005-02-28 Paolo Bonzini <bonzini@gnu.org>
7221
7222 * Makefile.in: Regenerate to fix conflict between the previous two
7223 patches.
7224
c1eb9e31 72252005-02-28 Paolo Bonzini <bonzini@gnu.org>
7226
7227 PR bootstrap/17383
7228 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7229 * Makefile.tpl (HOST_SUBDIR): New substitution.
7230 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7231 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7232 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7233 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7234 (Host modules, Bootstrapped modules): Use it.
7235 (Build modules, Target modules): Do not create symlink trees,
7236 always configure out-of-srcdir.
7237 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7238 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7239 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7240 $(HOST_SUBDIR). Create a symlink for host_subdir.
7241
7242 * Makefile.in: Regenerate.
7243 * configure: Regenerate.
7244
a136b23d 72452005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7246
7247 Merged from libada-gnattools-branch:
7248 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7249
7250 * gnattools: New directory.
7251 * Makefile.def: Add gnattools as a module, depending on target-libada.
7252 * Makefile.in: Regenerate.
7253 * configure.in: Include gnattools in host_tools; disable it if ada
7254 is disabled.
7255 * configure: Regenerate.
7256
46042488 72572005-02-24 James A. Morrison <phython@gcc.gnu.org>
7258
7259 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7260 treelang maintainer.
7261 (Write After Approval): Remove myself.
7262
123fdbbd 72632005-02-23 Paul Schlie <schlie@comcast.net>
7264
7265 * configure.in: Allow darwin targeted ports to build tk, itcl and
7266 libgui.
7267 * configure: Regenerate.
7268
17336619 72692005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7270
7271 PR libgcj/10353
7272 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7273 * configure: Regenerate.
7274
6e4db1f1 72752005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7276
7277 * MAINTAINERS (Write After Approval): Add myself.
7278
203ad69a 72792005-02-10 Ian Lance Taylor <ian@airs.com>
7280
7281 * MAINTAINERS: Update my e-mail address.
7282
afa8b68c 72832005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7284
7285 * MAINTAINERS (Write After Approval): Add myself.
7286
06b2086e 72872005-01-29 Hans-Peter Nilsson <hp@axis.com>
7288
7289 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7290 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7291 target-libgloss when not *-*-elf and *-*-aout.
7292 * configure: Regenerate.
7293
2890721b 72942005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7295
7296 * MAINTAINERS: Remove obsolete entries.
7297
b9db2b8c 7298 * MAINTAINERS (Write After Approval): Add Michael Matz.
7299
9da9577b 73002005-01-19 Neil Booth <neil@daikokuya.co.uk>
7301
7302 * MAINTAINERS: Remove self as cpplib maintainer.
7303
c626e85f 73042005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7305
7306 * install-sh, config.sub: Import from upstream.
7307
cac4ee55 73082005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7309
7310 PR bootstrap/18222
7311 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7312 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7313 * Makefile.in: Regenerate.
7314
e03fcf5f 73152005-01-16 Jason Thorpe <thorpej@netbsd.org>
7316
7317 * MAINTAINERS: Update my email address.
7318
abb13670 73192005-01-12 David Edelsohn <edelsohn@gnu.org>
955a00ce 7320 Andreas Schwab <schwab@suse.de>
abb13670 7321
7322 PR bootstrap/18033
7323 * config-ml.in: Eval option if surrounded by single quotes.
7324
e4a78ee4 73252005-01-03 Paolo Bonzini <bonzini@gnu.org>
7326
7327 Revert 2004-12-28 Makefile changes, a better fix will be
7328 applied to mainline and src after GCC 4.0 branches.
7329
1fe42238 73302004-12-28 Paolo Bonzini <bonzini@gnu.org>
7331
7332 PR bootstrap/17383
7333
7334 * Makefile.def (target_modules): Remove stage parameter,
7335 it is always true now.
7336 * Makefile.tpl (configure-build-[+module+],
7337 configure-target-[+module+]): Always build symlink tree
7338 for the directory and for include. BUILD_SUBDIR and
7339 TARGET_SUBDIR cannot be . anymore.
7340 * Makefile.in: Regenerate.
7341
fcaf3188 73422004-12-25 David Edelsohn <edelsohn@gnu.org>
7343
7344 Revert 2004-12-08 Makefile changes.
7345
835db815 73462004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7347
7348 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7349 cygwin, mingw.
7350
33974778 73512004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7352
7353 * configure.in (sh64-*-*): Reenable gprof.
7354 * configure: Regenerate.
7355
4b8fa64c 73562004-12-08 David Edelsohn <edelsohn@gnu.org>
7357
7358 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7359 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7360 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7361 * Makefile.in: Regenerate.
7362
ef31114f 73632004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7364
7365 * MAINTAINERS: Update my email address.
7366
7799fdb2 73672004-12-07 Matt Kraai <kraai@ftbfs.org>
7368
7369 * Makefile.tpl: Generate normal dependencies if the LHS module is
7370 not bootstrapped.
7371 * Makefile.in: Regenerate.
7372
c88bf782 73732004-12-03 Richard Sandiford <rsandifo@redhat.com>
7374
7375 * configure.in: Include config/gxx-include-dir.m4. Use
7376 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7377 * configure: Regenerate.
7378
f8592d5a 73792004-12-03 Richard Sandiford <rsandifo@redhat.com>
7380
7381 * config.if: Delete.
7382 * configure.in: Set libstdcxx_incdir directly.
7383 * configure: Regenerate.
7384
39b9d49f 73852004-12-02 Eric Christopher <echristo@redhat.com>
7386
7387 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7388 * Makefile.in: Regenerate.
7389
c3e7e62b 73902004-12-02 Richard Sandiford <rsandifo@redhat.com>
7391
7392 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7393 * configure: Regenerate.
7394
14ac9144 73952004-12-02 Richard Sandiford <rsandifo@redhat.com>
7396
7397 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7398 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7399 * configure: Regenerate.
7400
b68b9d92 74012004-12-01 Eric Christopher <echristo@redhat.com>
7402
7403 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7404 of things to remove.
7405
68b7b0fe 74062004-11-29 Matt Kraai <kraai@ftbfs.org>
7407
7408 * MAINTAINERS (Write After Approval): Update my e-mail address.
7409
d081dd29 74102004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7411
7412 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7413 from CVS libtool to always pass_all.
7414
08261f02 74152004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7416
7417 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7418 (hppa*64*-*-*): Delete incorrect comment.
7419 * configure: Rebuilt.
7420
a234d196 74212004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7422
7423 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7424
7f93fe7a 74252004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7426
7427 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7428 from CVS libtool to always pass_all.
7429
037ff4cc 74302004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7431
7432 * install-sh, compile: Import from automake.
7433
e294bcff 74342004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7435
7436 * config.guess, config.sub: Import from savannnah.
7437
aad2f5f9 74382004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
48e5c22d 7439
7440 * MAINTAINERS (Write After Approval): Add myself
7441
956942fa 74422004-11-12 Mike Stump <mrs@apple.com>
7443
7444 * Makefile.def: Add html support.
7445 * Makefile.tpl: Likewise.
7446 * Makefile.in: Regenerate.
7447
ec2a8310 74482004-11-11 Geoffrey Keating <geoffk@apple.com>
7449
8a54e13f 7450 PR 18423
7451 * configure.in: Remove all instances of build-fixincludes from
7452 noconfigdirs.
7453 (build_configargs): Supply --target to subdirectories.
7454 * configure: Regenerate.
7455
ec2a8310 7456 * Makefile.def: Make gcc install depend on fixincludes install.
7457 * Makefile.in: Regenerate.
7458
696f98d4 74592004-11-10 Janis Johnson <janis187@us.ibm.com>
7460
7461 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7462
3eb34262 74632004-11-11 Paul Brook <paul@codesourcery.com>
7464
7465 * MAINTAINERS: Add self as arm maintainer. Update email address.
7466
dd63ad62 74672004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7468
7469 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7470 target-libgfortran.
17a0d7e8 7471 * configure: Regenerate.
dd63ad62 7472
d8483d79 74732004-11-07 David Edelsohn <edelsohn@gnu.org>
7474
7475 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7476 like CC.
7477
bdcc5e0f 74782004-11-05 Paolo Bonzini <bonzini@gnu.org>
7479
7480 * Makefile.def (host fixincludes): Specify missing targets.
7481 * Makefile.in: Regenerate.
7482
9310c946 74832004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7484
7485 * MAINTAINERS: Add myself
7486
1dfe67f7 74872004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7488
7489 * MAINTAINERS (Write After Approval): Add myself.
7490
50e7e370 74912004-11-04 Geoffrey Keating <geoffk@apple.com>
7492
7493 * Makefile.def: Build fixincludes for the host, too.
7494 * Makefile.in: Regenerate.
7495 * configure.in (host_tools): Add fixincludes.
7496 * configure: Regenerate.
7497
b6824c17 74982004-11-04 Daniel Jacobowitz <dan@debian.org>
7499
7500 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7501 * configure: Regenerated.
7502
44f0e47c 75032004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7504
7505 PR other/17783
7506 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7507 * configure: Regenerated.
7508
03dbc854 75092004-10-31 Mark Mitchell <mark@codesourcery.com>
7510
7511 * README.SCO: Update per FSF instructions.
7512
d2be3229 75132004-10-28 Eric B. Weddington <ericw@evcohs.com>
7514
7515 PR target/18151
7516 * configure.in (case ${target}): Do not build fixincludes for avr.
7517 * configure: Regenerated.
7518
6675f2d9 75192004-10-26 Paolo Bonzini <bonzini@gnu.org>
7520
7521 * configure.in (case ${target}): Do not build fixincludes
7522 on platforms where it is not used.
7523 * configure: Regenerated.
7524
3a8631fa 75252004-10-23 Daniel Jacobowitz <dan@debian.org>
7526
7527 * configure.in: Use an absolute path to install-sh.
7528 * configure: Regenerated.
7529
50c69ebc 75302004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7531
7532 * MAINTAINERS (Write After Approval): Add myself.
7533
2c95e9b1 75342004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7535
7536 * MAINTAINERS: Remove from Write After Approval those that are
7537 already maintainers.
7538
3d22b915 75392004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7540
7541 * MAINTAINERS: Update my email address.
7542
3fba36a4 75432004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7544
7545 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7546 * configure: Regenerate.
7547
dcde3c07 75482004-10-07 J"orn Rennecke <joern.rennecke@st.com>
25cebb64 7549
7550 * MAINTAINERS: Update my email address.
7551
668dc571 75522004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7553
7554 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7555 entries belonging to this category.
7556
2c50ca04 75572004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7558
7559 * MAINTAINERS: Update my e-mail address.
7560
68b4a982 75612004-10-06 Paolo Bonzini <bonzini@gnu.org>
7562
7563 Fix wrong conflict resolution in:
7564
7565 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7566
7567 * Makefile.in: Regenerate.
7568 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7569 in the recursive `make', instead of hardwiring `all'.
7570 (Autogenerated TARGET-* variables): New.
7571
5326cc72 75722004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7573
7574 * configure.in: Enable target-libgloss for crx-*-*.
9624cab1 7575 * configure: Regenerate.
5326cc72 7576
6e4191af 75772004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7578
7579 * MAINTAINERS (Various Maintainers): Move the "windows,
7580 cygwin, mingw" maintainer to ...
7581 (OS Port Maintainers): ... here.
7582
39826843 75832004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7584
7585 * MAINTAINERS (Write After Approval): Remove those that are
7586 maintainers of some subsystem.
7587
e644ba93 75882004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7589
7590 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7591 * ltcf-cxx.sh (tpf*): Likewise.
7592 * ltconfig (tpf*): Add TPF OS configuration support.
7593
ddc76fa7 75942004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7595
7596 * MAINTAINERS: Change my email address to my new work account.
7597
3bdd04cc 75982004-09-24 Michael Roth <mroth@nessie.de>
7599
7600 * configure.in (--without-headers): Add missing double quotes.
7601 * configure: Regenerate.
7602
dcde3c07 76032004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1b60dd08 7604
7605 * ylwrap: Revert to previous version.
7606
d389b7e3 76072004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7608
7609 PR bootstrap/17369
7610 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7611 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7612 SET_GCC_LIB_PATH_CMD.
7613 (BASE_TARGET_EXPORTS): Likewise.
7614 * Makefile.in: Regenerated.
7615
7616 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7617 * configure: Regenerated.
7618
2109ded2 76192004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7620
7621 * config.guess: New upstream version
7622 * compile, depcomp, install-sh, ylwrap: Likewise.
7623
da9e6519 76242004-09-19 Roger Sayle <roger@eyesopen.com>
7625
7626 * config/mh-x86omitfp: New host makefile fragment. Add
7627 -fomit-frame-pointer to the default BOOT_CFLAGS.
7628 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7629 * configure: Regenerate.
7630
e84ab337 76312004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7632
7633 PR target/11572
7634 * configure.in (*-*-darwin*): Renable libobjc.
7635 * configure: Regenerate.
7636
c875bbba 76372004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7638
7639 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7640
39a1c4e9 76412004-09-09 Daniel Berlin <dberlin@dberlin.org>
b68b9d92 7642
39a1c4e9 7643 * Makefile.def: Remove libbanshee.
7644 * Makefile.tpl: Ditto.
7645 * configure.in: Ditto.
7646 * Makefile.in: Regen.
7647 * configure: Ditto.
7648
c600ebdb 76492004-09-08 David Edelsohn <edelsohn@gnu.org>
7650
7651 * ltmain.sh: Use $pic_object as $non_pic_object if
7652 $non_pic_object=none.
7653
e1aef632 76542004-09-07 Paolo Bonzini <bonzini@gnu.org>
7655
7656 * missing: Import latest version from master repository.
7657
ccf99faa 76582004-09-06 Nick Clifton <nickc@redhat.com>
7659
7660 * config.sub: Import latest version from master repository.
7661 * config.guess: Likewise.
7662 This includes these changes:
b68b9d92 7663
ccf99faa 7664 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7665
7666 * config.sub: Handle crisv32, alias etraxfs.
7667 * config.guess (crisv32:Linux:*:*): Handle.
7668
7669 2004-08-13 Brad Smith <brad@comstyle.com>
7670
7671 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7672 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7673
7674 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7675
7676 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7677 assume the processor is a powerpc. This is because coreutils
7678 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7679 in this case, due to a MacOS X bug that causes
7680 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7681 to return a negative number.
7682 Problem reported by Petter Reinholdtsen in:
7683 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7684
7685 2004-07-19 Ben Elliston <bje@gnu.org>
7686
7687 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7688
7689 2004-06-24 Ben Elliston <bje@gnu.org>
7690
7691 * config.guess: Update copyright years.
7692 * config.sub: Likewise.
7693
7694 2004-06-22 Robert Millan <robertmh@gnu.org>
7695
7696 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7697 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7698
7699 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7700
7701 * config.guess (*:*VMS:*:*): New entry. Replaces
7702 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7703 manufacturer.
7704
7705 2004-06-22 Ben Elliston <bje@gnu.org>
7706
7707 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7708 * config.sub: Likewise.
7709
7710 2004-06-22 Ben Elliston <bje@gnu.org>
7711
7712 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7713 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7714
7715 2004-06-11 Ben Elliston <bje@gnu.org>
7716
7717 * config.guess (pegasos:OpenBSD:*:*): Remove.
7718
7719 2004-06-11 Ben Elliston <bje@gnu.org>
7720
7721 From Wouter Verhelst <wouter@grep.be>:
7722 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7723
7724 2004-06-11 Ben Elliston <bje@gnu.org>
7725
7726 * config.guess (luna88k:OpenBSD:*:*): New.
7727
7728 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7729
7730 * config.guess (m32r*:Linux:*:*): New case.
7731 * config.sub: Handle m32rle.
7732
7733 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7734
7735 From Jens Petersen <petersen@redhat.com>:
7736 * config.sub: Handle sparcv8.
7737
7738 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7739
7740 From Tom Smith <smith@cag.lkg.hp.com>:
7741 * config.guess: Version suffixes are equally significant on Tru64
7742 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7743 prefix of "P" (patched kernel).
7744
7745 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7746
7747 * config.sub: Add support for National Semiconductor CRX target.
7748
cde9549e 77492004-09-03 Janis Johnson <janis187@us.ibm.com>
7750
7751 * MAINTAINERS (Various Maintainers): Remove myself as web page
7752 maintainer, add myself as maintainer of build status lists.
7753
634f7a13 77542004-09-03 Jan Beulich <jbeulich@novell.com>
7755
7756 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7757 *-*-netware, but add target-libmudflap.
7758 Consolidate *-*-netware targets (of which really only i?86 exists)
7759 into a single entry.
7760 * configure: Likewise.
7761
2b64d19b 77622004-09-01 Paolo Bonzini <bonzini@gnu.org>
7763
7764 * Makefile.tpl (sorry): Remove.
7765 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7766 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7767 (do-clean): Clean per-stage directories too.
7768 (do-distclean): Run distclean-stage1 too.
7769 (.NOTPARALLEL): Enable during toplevel bootstrap.
7770 (stage[+id+]-bubble): Enable parallel execution during
7771 the recursive invocation.
7772 * Makefile.in: Regenerate.
7773
7774 Fix previous checkin:
7775
7776 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7777 include.
7778 * configure.in: Fix indentation.
7779 * configure: Regenerate.
7780
dcde3c07 77812004-08-31 Robert Bowdidge <bowdidge@apple.com>
0222d984 7782
2b64d19b 7783 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7784 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7785 * configure: regenerate
b68b9d92 7786 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9624cab1 7787 -mdynamic-no-pic
0222d984 7788
2b59cb05 77892004-08-31 Paolo Bonzini <bonzini@gnu.org>
7790
7791 * Makefile.def (build_modules): Add fixincludes.
7792 (dependencies): Make gcc depend on fixincludes.
7793 * configure.in (build_tools): Add fixincludes.
7794 (build_configdirs): Always include build_libs.
7795 * Makefile.in: Regenerate.
7796 * configure: Regenerate.
7797
77982004-08-30 Paolo Bonzini <bonzini@gnu.org>
3c782584 7799
7800 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7801 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7802 phony targets; do not generate timestamp files.
7803 (distclean-stageN): Remove references to their timestamp files.
7804 (restageN, touch-stageN): Remove.
7805 (stageN-bubble): Rewritten.
7806 (compare): Support lean bootstraps.
7807 * Makefile.in: Regenerate.
7808
7809 * configure.in: Only warn when bootstrapping but
7810 build != host or build != target. Support lean bootstraps.
7811 * configure: Regenerate.
7812
4a921c63 78132004-08-26 Phil Edwards <phil@codesourcery.com>
7814
7815 * configure.in: Give a better error message if GMP/MPFR are missing
7816 and a language needing them has been requested.
7817 * configure: Regenerated.
7818
6cee4b4a 78192004-08-25 Phil Edwards <phil@codesourcery.com>
7820
7821 * configure.in: Print a list of available language front-ends if
7822 a requested one is missing. Tidy stray tab characters.
7823 * configure: Regenerated.
7824
e6312df0 78252004-08-19 Michael Koch <konqueror@gmx.de>
7826
7827 * gcc/doc/install.texi: Update entry about automake for libjava.
7828
c01dd063 78292004-08-17 Robert Millan <robertmh@gnu.org>
7830
7831 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7832 (instead of FreeBSD).
7833 * configure: Regenerate.
7834
a1ad7483 78352004-08-16 Paolo Bonzini <bonzini@gnu.org>
7836
7837 * Makefile.in: Regenerate.
7838 * configure: Regenerate.
7839
7840 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7841 stage_*_flags.
7842 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7843 for bootstrapped modules if toplevel bootstrap is going.
7844 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7845 modules. Adjust for changes in Makefile.def. Enable several
7846 rules even in non-bootstrap mode, just to avoid peppering the
7847 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7848 (stage-[+prev+]-bubble): Remove.
7849
7850 * Makefile.def (Dependencies): Depend on all-build-bison,
7851 all-build-flex, all-build-byacc, all-build-texinfo, rather
7852 than the host variations.
7853 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7854 with BUILD_SUBDIR.
7855 (BISON): Update for recent Bisons.
7856 (YACC): Fix typo.
7857 (cross): Depend on all-build.
7858 (all): Do not depend on all-build.
7859 (prebootstrap): Remove.
7860 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7861 (Prebootstrap dependencies): Add them to the per-stage targets
7862 and to all-prebootstrap.
7863 * configure.in (build_configdirs): Always enable build_tools.
7864 (BUILD_DIR_PREFIX): Remove.
7865
7866 * Makefile.def (gcc): Add target variable.
7867 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7868 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7869 in the recursive `make', instead of hardwiring `all'.
7870 (Autogenerated TARGET-* variables): New.
7871
e0d2a616 78722004-08-13 Brian Booth <bbooth@redhat.com>
7873
7874 * MAINTAINERS: Remove myself from write-after-approval.
7875
77f9b2dc 78762004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7877
7878 * src-release: Stop distributing mmalloc with gdb (which doesn't
7879 use it).
7880 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7881 * Makefile.in: Regenerate.
7882
30e9913f 78832004-08-09 Mark Mitchell <mark@codesourcery.com>
7884
7885 * configure.in (arm*-*-eabi*): New target.
7886 * configure: Regenerate.
7887
ea8d3d75 78882004-08-06 Paolo Bonzini <bonzini@gnu.org>
7889
7890 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7891 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7892 (Dependencies): New section.
7893 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7894 (configure-target-[+module+]): Depend on maybe-all-gcc
7895 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7896 (toplevel profiledbootstrap): Fix dependencies.
7897 * Makefile.in: Regenerate.
7898
8647a116 78992004-08-03 Mark Mitchell <mark@codesourcery.com>
7900
7901 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7902 target-libiberty to noconfigdirs.
7903 * configure: Regenerate.
7904
5ca838b8 79052004-08-03 Paul Brook <paul@codesourcery.com>
7906
7907 * configure.in: Check for MPFR as well as GMP.
7908 * configure: Regenerate.
7909
cb8a7007 79102004-08-01 Robert Millan <robertmh@gnu.org>
7911
7912 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7913 libmudflap for all GNU-based systems (with Glibc).
7914 * configure: Regenerate.
7915
dcde3c07 79162004-08-03 Paolo Bonzini <bonzini@gnu.org>
6caa530d 7917
7918 * Makefile.def (host-modules): Add gcc.
7919 * Makefile.in: Regenerate.
7920 * Makefile.tpl (sorry): New rule.
7921 (configure-host, all-host, [+make_target+]-host, do-check,
7922 install-host): Do not add gcc as a special case.
7923 (host modules): Add a small special-casing for gcc. Export
7924 extra_make_flags through the environment.
7925 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7926 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7927 other recursive targets for gcc): Remove.
7928
7929 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7930 (stage, unstage): New rules.
7931 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7932 distclean-stage[+id+]): Use stage_current.
7933 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7934 the stage*-start rules.
7935
3ff2e849 79362004-08-02 Geoffrey Keating <geoffk@apple.com>
7937
7938 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7939 use -all_load flag.
7940
75b6260c 79412004-08-02 Paolo Bonzini <bonzini@gnu.org>
7942
7943 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7944 * configure: Regenerate.
7945
3ecc19f1 79462004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7947
7948 * maintainer-scripts/gcc_release: Revert yesterday's change.
7949
0396e2a1 79502004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7951
7952 * MAINTAINERS: Add myself to write-after-approval.
7953
b1fd5525 79542004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7955
7956 * libf2c: Removed.
7957 * gcc/gccbug.in: Updated because of libf2c removal.
7958 * maintainer-scripts/gcc_release: Ditto.
7959
dcde3c07 79602004-07-09 Loren J. Rittle <ljrittle@acm.org>
122ae8c7 7961
7962 * configure.in: Build libmudflap by default on FreeBSD.
7963 * configure: Regenerated.
7964
344b2784 79652004-07-09 Mark Mitchell <mark@codesourcery.com>
7966
7967 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7968 systems.
7969 * configure: Regenerated.
7970
dcde3c07 79712004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
d45eaefd 7972
7973 PR target/16344
7974 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7975 feedback based compiler.
7976 * Makefile.in: Rebuilt.
7977
13e3668a 79782004-07-08 Alexandre Oliva <aoliva@redhat.com>
7979
7980 * Makefile.def (host_modules): Set bootstrap=true for flex.
7981 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7982 * Makefile.in: Rebuilt.
7983
9763d43d 79842004-07-07 Jan Hubicka <jh@suse.cz>
7985
7986 * MAINTAINERS: Add self as a profile feedback maintainer.
7987
03c65091 79882004-07-05 Phil Edwards <phil@codesourcery.com>
7989
7990 * configure.in: Do not prepend $srcdir to /dev/null in
7991 makefile fragments.
7992 * configure: Regenerate.
7993
2f8725b0 79942004-07-01 Paolo Bonzini <bonzini@gnu.org>
7995
7996 * Makefile.def (build_modules): Add bison, byacc, flex,
7997 m4, texinfo.
7998 (flags_to_pass): Add FLEX.
7999 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8000 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8001 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8002 DEFAULT_MAKEINFO): Remove.
8003 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8004 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8005 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8006 objdir or else use configured tool.
8007 (all-build): New.
8008 (all): Depend on it.
8009 (Build module dependencies): Add.
8010 * Makefile.in: Regenerate.
8011 * configure.in: Better support for multiple build modules,
8012 matching what is done for host/target modules. Do not look
8013 for "plausible" locations of build tools if Canadian cross.
8014 Use autoconf's AC_PROG_CC to find a C compiler. Define
8015 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8016 * configure: Regenerate.
b68b9d92 8017
1e6242a4 80182004-06-22 Paolo Bonzini <bonzini@gnu.org>
8019
8020 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8021 * Makefile.in: Regenerate.
8022
1b53fe78 80232004-06-22 Paolo Bonzini <bonzini@gnu.org>
8024
8025 * Makefile.tpl (configure-build-[+module+],
8026 configure-[+module+], configure-target-[+module+]): Pass
8027 [+extra_configure_args+].
8028 (all-build-[+module+], all-[+module+], check-[+module+],
8029 install-[+module+], [+make_target+]-[+module+],
8030 all-target-[+module+], check-target-[+module+],
8031 install-target-[+module+], [+make_target+]-target-[+module+]):
8032 Pass [+extra_make_args+].
8033 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8034 (GCC_HOST_EXPORTS): Remove.
8035 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8036 cross, check-gcc, check-gcc-c++, install-gcc,
8037 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8038 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8039 * Makefile.in: Regenerate.
8040
a22cc2c4 80412004-06-21 Matthew Sachs <msachs@apple.com>
8042
8043 * MAINTAINERS: Added self to write-after-approval.
8044
d76e1e50 80452004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8046
8047 * configure.in: Check for srcdir/winsup rather than build directory
8048 winsup.
8049 * configure: Regenerate.
8050
2c10944d 80512004-06-17 Corinna Vinschen <vinschen@redhat.com>
8052
8053 * configure.in: Don't build Cygwin native newlib if winsup
8054 directory is missing. Emit warning instead.
8055 * configure: Regenerate.
8056
599a3eac 80572004-06-09 Paolo Bonzini <bonzini@gnu.org>
8058
8059 * Makefile.tpl (touch-stage[+id+]): New.
8060 (restage[+prev+]): Depend on touch-stage[+id+].
8061
8062 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8063 Use it throughout.
8064
8065 * Makefile.def: Add profile and feedback bootstrap stages.
8066 Remove next field from bootstrap stages.
8067 * Makefile.tpl (LN, LN_S): Substitute.
8068 (stageN-start, stageN-end): Use double-colon rules, to
8069 provide a hook for additional setup commands.
8070 (distclean-stageN-gcc, restageN): Create dependencies from
8071 [+prev+], not from [+next+].
8072 (stageN-bubble): Add commands for successive stages from
8073 [+prev+], using double-colon rules.
8074 (all-stageN-gcc): Fix typo.
8075 (stagefeedback-start, profiledbootstrap): New.
8076 * Makefile.in: Regenerate.
8077 * configure.in: Call ACX_PROG_LN.
8078 * configure: Regenerate.
8079
ba797f0e 80802004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8081
8082 * MAINTAINERS (Write After Approval): Add myself.
8083
b93f892d 80842004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8085
8086 * MAINTAINERS (Write After Approval): Add myself.
8087
93f93279 80882004-06-03 Paolo Bonzini <bonzini@gnu.org>
8089
8090 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8091 without gcc.
8092 * configure: Regenerate.
8093
d8b05159 80942004-06-01 Paolo Bonzini <bonzini@gnu.org>
8095
8096 * Makefile.tpl: Fix typo.
8097 * Makefile.in: Regenerate.
8098
dcde3c07 80992004-06-01 Paolo Bonzini <bonzini@gnu.org>
5b7950ff 8100
8101 * configure.in: Remove new- prefix from toplevel
8102 bootstrap targets.
8103 * configure: Regenerate.
8104
54f0538b 81052004-06-01 Paolo Bonzini <bonzini@gnu.org>
8106
8107 * Makefile.tpl (all.normal): Rename to all.
8108 (all): Replace with a rule to pick the default
8109 target from configure.
8110 (all-gcc, configure-gcc): Use conditionals to
8111 do nothing when toplevel bootstrap is going on.
8112 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8113 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8114 * configure.in: Support --enable-bootstrap.
8115
8116 * Makefile.def: Remove new- prefix from toplevel
8117 bootstrap targets.
8118 * Makefile.tpl: Likewise.
8119
8120 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8121 target.
8122
8123 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8124 $(RECURSE_FLAGS) to recursive invocation of make.
8125
8126 * Makefile.in: Regenerate.
8127 * configure: Regenerate.
8128
e0754ee6 81292004-05-30 Andreas Jaeger <aj@suse.de>
dcde3c07 8130 Jim Wilson <wilson@specifixinc.com>
e0754ee6 8131
8132 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8133 like CC.
8134
8e8b3365 81352004-05-27 Daniel Jacobowitz <dan@debian.org>
8136
8137 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8138 * configure: Regenerate.
8139
27e3aebd 81402004-05-25 Daniel Jacobowitz <drow@false.org>
8141
8142 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8143 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8144 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8145 targets.
8146 * Makefile.in: Regenerate.
8147
dcde3c07 81482004-05-24 Paolo Bonzini <bonzini@gnu.org>
5965d276 8149
8150 * configure.in: Test the ability to symlink directories.
8151 * configure: Regenerate.
8152
8153 * Makefile.def (bootstrap-stage): New definitions.
8154 * Makefile.tpl (configure-stage1-gcc,
8155 configure-stage2-gcc, configure-stage3-gcc,
8156 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8157 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8158 new-restage3, compare): Autogenerate, see Makefile.in
8159 entry for behavioral changes.
8160 (distclean-stage1, new-stage1-start, new-stage1-end,
8161 new-stage1-bubble, distclean-stage2, new-stage2-start,
8162 new-stage2-end, new-stage2-bubble, distclean-stage3,
8163 new-stage3-start, new-stage3-end): New autogenerated targets.
8164 (objext, prebootstrap, BOOT_CFLAGS,
8165 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8166 targets.
8167
8168 * Makefile.in: Regenerate.
8169 (distclean-stage1, new-stage1-start, new-stage1-end,
8170 new-stage1-bubble, distclean-stage2, new-stage2-start,
8171 new-stage2-end, new-stage2-bubble, distclean-stage3,
8172 new-stage3-start, new-stage3-end): New targets.
8173 (all-stage1-gcc): Move prebootstrap dependency from here...
8174 (configure-stage1-gcc): ...to here.
8175 (new-bootstrap): Use bubble targets.
8176 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8177 Use per-stage distclean targets.
8178 (configure-stage1-gcc, configure-stage2-gcc,
8179 configure-stage3-gcc, all-stage1-gcc,
8180 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8181 Use new-stageN-start to prepare the tree.
8182
d856c8a6 81832004-05-23 Paolo Bonzini <bonzini@gnu.org>
8184
8185 * Makefile.def (host_modules): add libcpp.
8186 * Makefile.tpl: Add dependencies on and for libcpp.
8187 * Makefile.in: Regenerate.
8188 * configure.in: Add libcpp host module.
8189 * configure: Regenerate.
8190
01b41571 81912004-05-21 Paolo Bonzini <bonzini@gnu.org>
8192
8193 * Makefile.tpl: Whenever a recursive target is defined, wrap
8194 it in a special @if/@endif block, and prepare its maybe
8195 dependency in the @if/@endif block
8196 * configure.in: Instead of writing maybe dependencies, remove
8197 the @if/@endif statements, and remove the @if/@endif blocks
8198 that remain.
8199 * configure: Regenerate.
8200 * Makefile.in: Regenerate.
8201
f47da044 82022004-05-20 Janis Johnson <janis187@us.ibm.com>
8203
8204 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8205
d556a20e 82062004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8207
8208 PR bootstrap/15120
8209 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8210 * */configure: Rebuilt.
8211
49fbf4b9 82122004-05-17 Zack Weinberg <zack@codesourcery.com>
8213
8214 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8215 of libf2c.
8216 * configure, Makefile.in: Regenerate.
8217
d3eff7bb 82182004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
ae1bef7b 8219
8220 * MAINTAINERS (Write After Approval): Add myself.
8221
4ee9c684 82222004-05-13 Diego Novillo <dnovillo@redhat.com>
8223
8224 Merge from tree-ssa-20020619-branch.
8225
8226 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8227 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8228 (HOST_GMPLIBS): Define.
8229 (HOST_GMPINC): Define.
8230 (TARGET_LIB_PATH): Add libmudflap.
8231 (GFORTRAN_FOR_TARGET): Define.
8232 (configure-build*): Export GFORTRAN.
8233 (configure-gcc): Export GMPLIBS and GMPINC.
8234 (all-gcc): Add maybe-all-libbanshee.
8235 (configure-target-libgfortran): Define.
8236 * Makefile.in: Regenerate.
8237 * configure.in (host_libs): Add libbanshee.
8238 (target_libraries): Add target-libmudflap and target-libgfortran.
8239 Add --with-libbanshee.
8240 Handle --disable-libmudflap.
8241 (*-*-freebsd*): Use with_gmp.
8242 Add $(libgcj) to noconfigdirs.
8243 * configure: Regenerate.
8244 * depcomp: New file.
8245 * MAINTAINERS: Add tree-ssa maintainers.
8246
455fb4f7 82472004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8248
49fbf4b9 8249 * MAINTAINERS (Various Maintainers): Add myself.
455fb4f7 8250
9ca797fe 82512004-04-30 Brian Ford <ford@vss.fsi.com>
8252
49fbf4b9 8253 * MAINTAINERS (Write After Approval): Add myself.
9ca797fe 8254
043b6c62 82552004-04-29 Uros Bizjak <uros@kss-loka.si>
8256
49fbf4b9 8257 * MAINTAINERS (Write After Approval): Add myself.
043b6c62 8258
697dfd2c 82592004-04-28 Paolo Bonzini <bonzini@gnu.org>
8260
8261 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8262 * configure: Regenerate.
8263
839c6a20 82642004-04-27 Paolo Bonzini <bonzini@gnu.org>
8265
8266 Revert:
8267 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8268
8269 * Makefile.def (flags_to_pass): Remove *dir variables that
8270 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8271 as well as prefix and exec_prefix.
8272 * Makefile.in: Regenerate.
8273
a2718648 82742004-04-26 Robert Millan <robertmh@gnu.org>
8275
8276 Add patches from libtool CVS.
8277 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8278 * ltconfig: Likewise.
8279 * ltcf-c.sh: Likewise.
8280 * ltcf-cxx.sh: Likewise.
8281 * ltcf-gcj.sh: Likewise.
8282
be2c9eb1 82832004-04-26 Paolo Bonzini <bonzini@gnu.org>
8284
8285 * Makefile.def (host_modules): Mark with the bootstrap
8286 flag packages on which gcc depends.
8287 * Makefile.tpl (all-bootstrap): Use it.
8288 * Makefile.in: Regenerate.
8289
b5196e8d 82902004-04-26 Paolo Bonzini <bonzini@gnu.org>
8291
8292 * Makefile.def (flags_to_pass): Remove *dir variables that
8293 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8294 as well as prefix and exec_prefix.
8295 * Makefile.in: Regenerate.
8296
7bcc3b4a 82972004-04-26 Paolo Bonzini <bonzini@gnu.org>
8298
49fbf4b9 8299 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8300 * configure: Regenerate.
8301 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8302 * gcc/Makefile.tpl (compare): Use the result of the test.
8303 * gcc/Makefile.in: Regenerate.
7bcc3b4a 8304
33e3141d 83052004-04-23 Paolo Bonzini <bonzini@gnu.org>
8306
8307 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8308 Always relocate gcc and prev-gcc to the original names, even
8309 if the build fails.
8310 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8311 New targets.
8312
44217381 83132004-04-23 Laurent GUERBY <laurent@guerby.net>
8314
8315 * MAINTAINERS: Update my email address.
49fbf4b9 8316
de88352a 83172004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8318
8319 * configure.in (mips*-*-irix5*): Enable ld.
8320 * configure: Regenerate.
44217381 8321
216de822 83222004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8323
8324 * configure: Regenerate.
8325
b8d376b5 83262004-04-15 James E Wilson <wilson@specifixinc.com>
8327
8328 * Makefile.tpl (configure-[+module+], configure-gcc,
8329 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8330 Set and export LDFLAGS.
8331 * Makefile.in: Regenerate.
8332
9ce62711 83332004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8334
49fbf4b9 8335 * MAINTAINERS: Add myself to write-after-approval.
9ce62711 8336
49aae208 83372004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8338
8339 PR bootstrap/14871
8340 * Makefile.tpl: If we don't have built-in-tree target tools,
8341 use the ones found by configure rather than hacking around with
8342 program_transform_name.
8343 * configure.in: Give Makefile.tpl the information necessary
8344 to do that.
8345 * Makefile.in: Regenerate.
8346 * configure: Regenerate.
8347
f4191912 83482004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8349
8350 PR bootstrap/14760
8351 * configure.in: When computing baseargs, strip *all* copies of
8352 offending options. Also, don't match/substitute the trailing space,
8353 so that this actually works when two similar options are separated by
8354 only one space.
8355 * configure: Regenerate.
8356
d17281c9 83572004-04-06 David Edelsohn <edelsohn@gnu.org>
8358
49fbf4b9 8359 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8360 (rs6000-*-aix*): Same.
8361 * configure: Regenerate.
d17281c9 8362
10930c81 83632004-04-05 Ranjit Mathew <rmathew@hotmail.com>
49fbf4b9 8364
8365 * MAINTAINERS: Add myself to write-after-approval.
10930c81 8366
74d8b57d 83672004-04-03 Bud Davis <bdavis9659@comcast.net>
49fbf4b9 8368
8369 * MAINTAINERS: Add myself to write-after-approval.
74d8b57d 8370
c0c5068d 83712004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8372
32fbc463 8373 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8374 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8375 * Makefile.in: Regenerate.
8376
c0c5068d 8377 * configure.in (top level bootstrap support): Rework --enable-werror
8378 to set @stage2_werror_flag@.
8379 * configure: Regenerate.
8380 * Makefile.tpl (top level bootstrap support): Pass
8381 @stage2_werror_flag@ down to configure in stages 2 and 3.
8382 * Makefile.in: Regenerate.
8383
d120ca69 83842004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8385
7f6f8932 8386 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8387 for stages 2 and 3 as well as in make. As a consequence, remove
8388 OUTPUT_OPTION (now detected by configure) from the flags passed down
8389 to make.
8390 * Makefile.in: Regenerate.
8391
d120ca69 8392 * Makefile.tpl (new-bootstrap): Fix typo.
8393 * Makefile.in: Regenerate.
8394
7dade866 83952004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8396
9621e512 8397 * Makefile.tpl: Rearrange by moving recursive_targets rules
8398 into their proper sections.
8399 * Makefile.tpl (top level bootstrap support): Move disabling
8400 of coverage flags from 'make' to 'configure'; improve comments.
8401 * Makefile.in: Regenerate.
8402
aff6cf7b 8403 * Makefile.tpl (experimental top level bootstrap) Move stage1
8404 language setting from all- target to configure- target; disable
8405 intermodule optimization in stage 1; prevent gratuitous rebuilds
8406 of stage 1.
8407 * Makefile.in: Regenerate.
8408 * configure.in: Comma-separate stage 1 language list for top
8409 level bootstrap.
8410 * configure: Regenerate.
8411
7dade866 8412 * Makefile.tpl: Clean up experimental top level bootstrap support:
8413 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8414 prev-gcc in configure- targets as well as all- targets.
8415 * Makefile.in: Regenerate.
8416
c6deeaef 84172004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8418
8419 * compile: New file imported from automake.
8420
f28cd43a 84212004-03-17 Paolo Bonzini <bonzini@gnu.org>
8422
8423 * configure.in: Remove symbolic link section.
8424 * configure: Regenerate.
8425 * Makefile.tpl (links): Remove.
8426 * Makefile.in: Regenerate.
8427
8e6391a6 84282004-03-15 Paolo Bonzini <bonzini@gnu.org>
49fbf4b9 8429 Nathanael Nerode <neroden@gcc.gnu.org>
8e6391a6 8430
8431 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
49fbf4b9 8432 Set with AC_CHECK_PROGS.
8e6391a6 8433 * configure.in: Fix comment typo from last patch.
8434 * configure: Regenerate.
8435
2d64c2fd 84362004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8437
8438 * Makefile.tpl: Introduce experimental top level bootstrap support.
8439 * Makefile.in: Regenerate.
8440 * configure.in: Introduce support for top level bootstrap.
8441 * configure: Regenerate.
8442
989edd2f 84432004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 8444 Paolo Bonzini <bonzini@gnu.org>
989edd2f 8445
8446 PR bootstrap/14522
8447 * configure.in: Cope with shells that do not support unquoted ^
8448 * configure: Regenerate.
8449
f46e13ec 84502004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 8451 Paolo Bonzini <bonzini@gnu.org>
f46e13ec 8452
8453 PR bootstrap/14522
989edd2f 8454 * configure.in: Cope with shells that do not support nesting
f46e13ec 8455 quotes inside quoted backquote substitutions.
8456 * configure: Regenerate.
8457
db1c2ab2 84582004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8459
8460 PR bootstrap/14522
6175885e 8461 * configure.in: Fix escaping of $.
db1c2ab2 8462 * configure: Regenerate.
8463
8e1fea1a 84642004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8465
8466 * configure: Regenerate, since I forgot to while committing Paolo's
8467 changes.
8468
c24c5e46 84692004-03-08 Paolo Bonzini <bonzini@gnu.org>
8470
8471 PR ada/14131
8472 Move language detection to the top level.
8473 * configure.in: Find default values for the tools as
8474 soon as possible. Disable ada if GNAT is not found.
8475 Emit error message about missing languages. Expand
8476 --enable-languages=all for the gcc subdirectory.
8477
2a4b7d44 84782004-03-10 Ben Elliston <bje@gnu.org>
8479
8480 * MAINTAINERS: Update my email address.
8481
ebdab8b6 84822004-03-05 David Edelsohn <edelsohn@gnu.org>
8483
8484 * ltconfig: Disable building static libraries if building shared
8485 libraries on AIX 5L.
8486
19e1fe6d 84872004-03-01 Richard Sandiford <rsandifo@redhat.com>
8488
8489 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8490 and disable libgcj.
8491 * configure: Regenerated.
8492
70990390 84932004-03-01 Brian Booth <bbooth@redhat.com>
8494
8495 * MAINTAINERS: Add myself to write-after-approval.
8496
a291166d 84972004-03-01 Paolo Bonzini <bonzini@gnu.org>
8498
8499 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8500
75fc7adc 85012004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8502
8503 PR bootstrap/7087
8504 * Makefile.tpl: Guard XFOO sed statements better.
8505 * Makefile.tpl: Add dependency for configure-target-libada.
8506 * Makefile.in: Regenerate (incidentally fixes broken
8507 commit when libada-branch was merged).
8508
683dcdca 85092004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8510
8511 * MAINTAINERS: Add myself to write-after-approval.
8512
662476d9 85132004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8514
8515 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8516 maintainers.
8517
ee887245 85182004-02-20 Andrew Cagney <cagney@redhat.com>
8519
8520 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8521 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8522
e86087cf 85232004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8524
8525 PR bootstrap/11932
8526 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8527
22699913 85282004-02-14 Jerry Quinn <jlquinn@optonline.net>
8529
8530 * MAINTAINERS: Added myself to write-after-approval.
8531
98b111a1 85322004-02-14 Michael Koch <konqueror@gmx.de>
8533
8534 * MAINTAINERS: Added myself to write-after-approval.
8535
4aa8866f 85362004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8537
8538 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8539 some OS port maintainers to OS port maintainers section.
8540
39c687d5 85412004-02-13 Frank Ch. Eigler <fche@redhat.com>
8542
8543 * MAINTAINERS: Add self.
8544
cdfbccf4 85452004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8546
8547 * MAINTAINERS: Alphabetize.
8548
bc9cab17 85492004-02-12 Paolo Bonzini <bonzini@gnu.org>
8550
8551 * MAINTAINERS: Remove myself.
49fbf4b9 8552
b0c02cae 85532004-02-11 David Edelsohn <edelsohn@gnu.org>
8554
8555 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8556 (rs6000-*-aix*): Same.
8557 * configure: Regenerate.
8558
9dec93ca 85592004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8560
8561 * configure.in (host): Add in missing $noconfigdirs to defines.
8562 * configure: Regenerate.
8563
93341878 85642004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8565 Nathanael Nerode <neroden@gcc.gnu.org>
8566
8567 PR ada/6637, PR ada/5911
49fbf4b9 8568 Merge with libada-branch:
93341878 8569 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8570 with appropriate dependencies. Add --enable-libada configure switch.
8571 * configure, Makefile.in: Regenerate.
8572
a31db762 85732004-02-09 Paolo Bonzini <bonzini@gnu.org>
8574
8575 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8576
d74dd50d 85772004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8578
8579 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8580 * configure: Regenerate.
8581
351ae313 85822004-02-04 Geoffrey Keating <geoffk@apple.com>
8583
8584 Merge from upstream:
8585
8586 * ltmain.in: When setting IFS to '~', be careful about user
8587 arguments that contain '~'.
8588
8589 2004-02-04 Peter O'Gorman <peter@pogma.com>
8590
8591 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8592 Also test $base_compile against $CC with escaped arguments. Bug
8593 reported by Geoff Keating <geoffk@apple.com>.
8594
b82e7603 85952004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8596
8597 * MAINTAINERS: Remove i960 port.
8598
24b4656e 85992004-01-23 DJ Delorie <dj@redhat.com>
8600
8601 * Makefile.def (target_modules) [libiberty]: Don't stage.
8602 * Makefile.in: Rebuilt.
8603
8f694e4c 86042004-01-20 Caroline Tice <ctice@apple.com>
8605
8606 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8607
725cf077 86082004-01-19 Paolo Carlini <pcarlini@suse.de>
8609
8610 * MAINTAINERS: Update my email address.
8611
3dc94299 86122004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8613
8614 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8615
6d3c6627 86162004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8617
8618 * MAINTAINERS: Remove entries without email address.
8619
26ffdd7d 86202004-01-15 Daniel Jacobowitz <drow@mvista.com>
8621
8622 * MAINTAINERS: Add myself to write-after-approval.
8623
0255c638 86242004-01-15 Steven Bosscher <stevenb@suse.de>
8625
8626 * MAINTAINERS: Update my email address.
8627
dcde3c07 86282004-01-14 Loren J. Rittle <ljrittle@acm.org>
4003683b 8629
8630 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8631 * Makefile.tpl (configure-target-[+module+]): Support stage.
8632 * Makefile.in: Rebuilt.
8633
51292f82 86342004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8635
8636 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8637
3b6f11b0 86382004-01-10 Richard Sandiford <rsandifo@redhat.com>
8639
8640 * MAINTAINERS: Add myself as a MIPS maintainer.
8641
090b36fb 86422004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8643
c8241dd9 8644 * configure.in: Use ./config.cache, not config.cache.
8645 * configure: Regenerate.
8646 * Makefile.tpl: Special-casing not needed for GCC any more.
8647 * Makefile.in: Regenerate.
8648
ba1081ef 8649 * configure.in: Don't share a cache file for host dirs.
8650 * configure: Regenerate.
8651
090b36fb 8652 * config-ml.in: Don't mess with the cache file.
8653
a73c2b4b 86542004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8655
8656 * MAINTAINERS: Move myself from 'Write After Approval' to
8657 'CPU Port Maintainers' section as SPARC maintainer.
8658
74fef112 86592004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8660
6509bb23 8661 * Makefile.tpl: Make GCC use a separate config.cache.
8662 * Makefile.in: Regenerate.
8663
74fef112 8664 PR bootstrap/11932, PR bootstrap/11933
8665 (I don't know if it will fix either of them, but it relates
8666 to them.)
8667 * configure.in: Don't use shared config.cache for target
8668 directories.
8669 * configure: Regenerate.
8670
a570dccd 86712004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8672
8673 * MAINTAINERS: Add myself to 'Write After Approval' section.
8674
3e983e16 86752003-12-31 Roger Sayle <roger@eyesopen.com>
8676
8677 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8678 * configure: Regenerated.
8679
e35ccc0b 86802003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8681
8682 * MAINTAINERS: Remove the mn10200 maintainer.
8683
688429c4 86842003-12-21 Bernardo Innocenti <bernie@develer.com>
49fbf4b9 8685
248deaff 8686 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8687 * configure: Regenerated.
688429c4 8688
65cc485a 86892003-12-16 Jan Hubicka <jh@suse.cz>
8690
8691 * MAINTAINERS: Add myself as callgraph maintainer.
8692
b31913cd 86932003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8694
8695 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8696 * configure: Regenerate.
8697
6ebf7635 86982003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8699
8700 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8701 'Write After Approval' section. Update email.
8702
dcde3c07 87032003-12-01 James Lemke <jim@wasabisystems.com>
40eee2b8 8704
8705 * MAINTAINERS (Write After Approval): Add myself.
8706
233f501d 87072003-11-20 Matt Thomas <matt@3am-software.com>
8708
8709 * MAINTAINERS: Add myself as a vax port maintainer.
8710
3a6fbbb0 87112003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8712
8713 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8714 (configure-build-[+module+], configure-[+module+]): Likewise.
8715 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8716 * Makefile.in: Regenerate.
8717
fbccfde7 87182003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8719
8720 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8721 shared/dylibed libraries.
8722 * ltmain.sh: Likewise.
8723 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8724 * ltcf-cxx.sh: Likewise.
8725 * ltcf-gcj.sh: Likewise.
8726 * ltconfig: Likewise.
8727
e58f120a 87282003-11-17 Stan Cox <scox@redhat.com>
8729
8730 * MAINTAINERS: Add myself as iq2000 port maintainer.
8731
f008c4c8 87322003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8733
49fbf4b9 8734 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8735 * Makefile.in: Regenerate.
f008c4c8 8736
4f84a874 87372003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8738
8739 * config.sub: Update to 2003-11-03 version.
8740
e78b44da 87412003-10-20 Phil Edwards <phil@codesourcery.com>
8742
8743 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8744 * configure: Regenerate.
8745
dcde3c07 87462003-10-20 Nicolas Pitre <nico@cam.org>
96356481 8747
8748 * MAINTAINERS: Add myself to 'Write After Approval' section.
8749
27bdc4aa 87502003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8751
8752 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8753
84c43cd1 87542003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8755
8756 * MAINTAINERS: Update my email address.
8757
61a0eea4 87582003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8759
8760 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8761
dcde3c07 87622003-10-17 Ralph Loader <rcl@ihug.co.nz>
a0a4226a 8763
8764 * MAINTAINERS: Add myself to 'Write After Approval' section.
8765
5f8d73e1 87662003-10-16 Bernardo Innocenti <bernie@develer.com>
8767
8768 * config.guess: Update to 2003-10-16 version.
8769 * config.sub: Update to 2003-10-16 version.
8770
dcde3c07 87712003-10-15 David Daney <ddaney@avtrex.com>
bb5167cc 8772
8773 * MAINTAINERS: Added myself to 'Write After Approval' section.
8774
170f5a00 87752003-10-15 Falk Hueffner <falk@debian.org>
8776
8777 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8778 'Write After Approval' section. Update email.
8779
a7611bf4 87802003-10-14 Roger Sayle <roger@eyesopen.com>
8781
8782 * MAINTAINERS: Move myself from 'Write After Approval' to
8783 'Various Maintainers' section as middle-end maintainer.
8784
70356f61 87852003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8786
8787 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8788 HOST_FLAGS_TO_PASS.
8789 * Makefile.in: Regenerate.
8790
258ddda4 87912003-10-11 Bernardo Innocenti <bernie@develer.com>
8792
8793 * config.guess: Update to 2003-10-07 version.
8794 * config.sub: Update to 2003-10-07 version.
8795
ab81b5cb 87962003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8797
8798 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8799 * ltconfig (irix5*, irix6*): Don't override version_type.
8800
d8e9ea04 88012003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8802
8803 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8804 * configure: Rebuilt
8805 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8806 * Makefile.in: Rebuilt
8807
cd5c13ff 88082003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8809
8810 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8811
40d3e4b2 88122003-09-30 Carlo Wood <carlo@alinoe.com>
8813
248deaff 8814 * MAINTAINERS (Write After Approval): Add myself.
40d3e4b2 8815
05c58265 88162003-09-29 Paul Koning <ni1d@arrl.net>
8817
8818 * MAINTAINERS: Move myself from "Write After Approval"
8819 to CPU platform maintainers for pdp11 platform.
8820
78b5bf24 88212003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8822
8823 * MAINTAINERS: Move myself from 'Write After Approval' to
8824 'Various Maintainers' section as libffi testsuite maintainer.
8825
fbfea1fa 88262003-09-21 Daniel Jacobowitz <drow@mvista.com>
8827
8828 * configure.in: Pass a computed --program-transform-name
8829 to subconfigures.
8830 * configure: Regenerated.
8831
0c20a995 88322003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8833
f9bdf3d8 8834 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8835 * Makefile.in: Regenerate.
8836
0c20a995 8837 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8838 * Makefile.in: Regenerate.
8839
1237664b 88402003-09-19 Ziemowit Laski <zlaski@apple.com>
8841
8842 * MAINTAINERS: Move myself from 'Write After Approval'
8843 to 'Various Maintainers' (objective-c) section.
8844
5df533c9 88452003-09-17 Daniel Jacobowitz <drow@mvista.com>
8846
8847 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8848 quoting.
8849 * configure: Regenerated.
8850
f0b55f07 88512003-09-16 Joel Brobecker <brobecker@gnat.com>
8852
8853 * MAINTAINERS (Write After Approval): Add myself to write after
8854 approval list.
8855
55a8be62 88562003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8857
248deaff 8858 * MAINTAINERS (Write After Approval): Add myself.
55a8be62 8859
bb94c300 88602003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8861
8862 * MAINTAINERS: Update my e-mail address.
8863
9165b0af 88642003-09-09 Alan Modra <amodra@bigpond.net.au>
8865
8866 * libtool.m4 (LD): Correct powerpc64 host match.
8867
01a54e86 88682003-09-06 James E Wilson <wilson@tuliptree.org>
8869
8870 * MAINTAINTERS: Update my affiliation and email address.
8871
8cfcdde8 88722003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8873
8874 * MAINTAINERS (Write After Approval): Add myself.
8875
08d04508 88762003-09-04 DJ Delorie <dj@redhat.com>
8877
8878 * configure: Regenerate.
8879
88802003-09-04 Robert Millan <robertmh@gnu.org>
8881
8882 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
49fbf4b9 8883
25e22e05 88842003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8885
8886 * configure.in: Ensure arguments to sed are properly spaced.
8887 * configure: Regenerate.
8888
d4e272bb 88892003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8890
8891 * MAINTAINERS: Update my e-mail address.
8892
29eb8c8a 88932003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8894
8895 * MAINTAINERS (Write After Approval): Add myself.
8896
8d288ef7 88972003-08-27 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8900 * configure: Regenerated.
8901
db648c92 89022003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8903
8904 * MAINTAINERS: Update my email address.
8905
4482474a 89062003-08-23 Phil Edwards <pme@gcc.gnu.org>
8907
8908 * configure.in: Use newline instead of semicolon when assuming
8909 shell arguments in a for loop.
8910 * configure: Regenerated.
8911
8dd25e42 89122003-08-22 Jason Eckhardt <jle@rice.edu>
8913
8914 * MAINTAINERS: Resurrect the i860 maintainer.
8915
63a057cf 89162003-08-20 Geoffrey Keating <geoffk@apple.com>
8917
9ad4b12b 8918 PR 8180
8919 * configure.in: When testing with_libs and with_headers, treat
8920 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8921 * configure: Regenerate.
49fbf4b9 8922
63a057cf 8923 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8924 make, shell, etc.
8925 (baseargs): Likewise.
8926 * configure: Regenerate.
8927
cb023c85 89282003-08-20 Bernardo Innocenti <bernie@develer.com>
8929
8930 * MAINTAINERS (Write After Approval): Add myself.
8931
0894307c 89322003-08-19 Geoffrey Keating <geoffk@apple.com>
8933
8934 * configure.in: Disable libgcj for darwin not on powerpc.
8935 * configure: Rebuild.
8936
080e0ef5 89372003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8938
8939 * config-ml.in, symlink-tree: Add license.
8940
49fbf4b9 89412003-08-03 Richard Stallman <rms@gnu.org>
8942 Eben Moglen <moglen@columbia.edu>
5d982d49 8943
8944 * README.SCO: New file.
8945
465fccaf 89462003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8947
8948 * Makefile.tpl (check, check-c++): Express dependencies using
8949 dependencies rather than commands.
8950 * Makefile.in: Regenerate.
8951
eda8e89a 89522003-08-01 Andrew Cagney <cagney@redhat.com>
8953
8954 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8955 * configure: Ditto.
8956
9db45a87 89572003-07-31 Geoffrey Keating <geoffk@apple.com>
8958
8959 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
52789e7b 8960 * Makefile.in: Update.
9db45a87 8961
ac57d0b7 89622003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8963
8964 * configure.in: Enable libgcj for darwin.
8965 * configure: Rebuild.
8966
ea0c3105 89672003-07-29 Phil Edwards <pme@gcc.gnu.org>
8968
8969 * config-ml.in: Use ac_configure_args directly instead of
8970 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8971 actually seen.
8972
2f61b8ca 89732003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8974
8975 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8976 creating target and build subdirs to build all parent dirs as needed.
8977 * Makefile.in: Rebuild.
8978 * configure.in: Don't build dirs explicitly here.
8979 * configure: Rebuild.
8980
7e13b46d 89812003-07-26 Paul Brook <paul@nowt.org>
8982
8983 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8984
8a3e139d 89852003-07-22 Alexandre Oliva <aoliva@redhat.com>
8986
8987 * Makefile.tpl (all-make): Depend on intl.
8988 * Makefile.in: Rebuilt.
8989
451a290b 89902003-07-20 Phil Edwards <pme@gcc.gnu.org>
8991
8992 * install-sh: Update to newer upstream versions (associated with
8993 aclocal 1.7).
8994 * mkinstalldirs: Likewise.
8995 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8996
b00dcec8 89972003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8998
8999 * MAINTAINERS: Move self from Bug database only accounts
9000 to write-after-approval.
9001
35e03d52 90022003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9003
9004 * config.if: Remove unused libc_interface determination.
9005
8b4f1479 90062003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9007
9008 * MAINTAINERS: Move self from write-after-approval to
9009 build machinery (*.in).
9010
450e6c84 90112003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9012
9013 PR bootstrap/11273
9014 PR bootstrap/11408
9015 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9016 unused INSTALL_PROGRAM_ARGS.
9017 * configure.in: Use AC_PROG_INSTALL.
9018 * Makefile.in: Regenerate.
9019 * configure: Regenerate.
9020
461e4409 90212003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9022
9023 * MAINTAINERS: Alphabetize.
9024
700d38c2 90252003-07-10 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * configure: Rebuilt.
9028 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9029 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9030 newlib nor libgloss.
9031 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9032 * configure.in (am33_2.0-*-linux*): Added.
9033
678f5830 90342003-07-09 Bob Wilson <bob.wilson@acm.org>
9035
9036 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9037 * configure: Regenerate.
9038
c6976b58 90392003-07-07 Zack Weinberg <zack@codesourcery.com>
9040
9041 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9042 * Makefile.in: Regenerate.
9043
56735f39 90442003-07-04 Zack Weinberg <zack@codesourcery.com>
9045
9046 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9047 * Makefile.in: Regenerate.
9048
dcde3c07 90492003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7a8ca04a 9050
9051 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9052 * Makefile.in: Regenerated.
9053
528819e3 9054 * config-ml.in: Replace PWD with PWD_COMMAND.
9055
1e12d536 90562003-07-04 Zack Weinberg <zack@codesourcery.com>
9057
9058 * intl: New directory; see intl/ChangeLog for details.
9059 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9060 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9061 * Makefile.in: Regenerate.
9062
efe37a83 90632003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9064
9065 * configure.in: Clean up config-lang.in handling. Delete
9066 useless assignment to "subdirs".
9067 * configure: Regenerate.
9068
328637e8 90692003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9070
9071 * configure.in: Rename 'target_libs' to 'target_libraries'.
9072 Remove useless reference to 'target_libs'.
9073 * configure: Regenerate.
9074
8ca838c4 90752003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9076
9077 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9078 * Makefile.in: Regenerate.
9079
36bbd884 90802003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9081
9082 * Makefile.def: Introduce flags_to_pass.
9083 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9084 * Makefile.in: Regenerate.
9085
4a9237fb 90862003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9087
9088 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9089 and target-libgloss.
9090 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9091 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9092 * configure: Regenerate.
9093
eb295b2d 90942003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9095
9096 * configure.in: Update testsuite_flags to new location.
9097 * configure. Regenerate.
1e12d536 9098
58933515 90992003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9100
9101 * Makefile.tpl: Remove BUILD_CC stuff.
9102 * Makefile.in: Regenerate.
9103
4e857606 91042003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9105
9106 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9107
dcde3c07 91082003-06-16 Graeme Peterson <gp@qnx.com>
5400906f 9109
9110 * MAINTAINERS (Write After Approval): Add myself.
9111
dcde3c07 91122003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1e12d536 9113
6409c17a 9114 * config.guess: Update to 2003-06-12 version.
9115 * config.sub: Update to 2003-06-13 version.
9116
dcde3c07 91172003-06-12 H.J. Lu <hongjiu.lu@intel.com>
98d4589c 9118
9119 * config.guess: Update to 2003-06-06 version.
9120 * config.sub: Update to 2003-06-06 version.
9121
8a76f31d 91222003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9123
9124 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9125 * configure. Regenerate.
9126
ca3b731f 91272003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9128
622c1fa9 9129 * configure.in: Disable serial configure by default.
9130 * configure: Regenerate.
9131 * Makefile.tpl: Abolish .NOTPARALLEL.
9132 * Makefile.in: Regenerate.
9133
ab8cf29b 9134 * Makefile.tpl: Replace {build,host,target}_canonical by
9135 {build,host,target}.
9136 * Makefile.in: Regenerate.
9137
ca3b731f 9138 * Makefile.tpl: Fix stupid pasto.
9139 * Makefile.in: Regenerate.
9140
d95eabf9 91412003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9142
9143 * Makefile.tpl: Remove bogus conditional.
9144 * Makefile.in: Regenerate.
9145
91462003-06-05 Jan Hubicka <jh@suse.cz>
ef3bb540 9147
9148 * Makefile.tpl (profiledbootstrap): New target.
9149 * Makefile.in (profiledbootstrap): New target.
9150
60daf4cb 91512003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
b97ed9b7 9152
9153 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9154 Pinski. Remove user names from other bugzilla-only maintainers.
9155
ffe98fac 91562003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9157
ff2e99a4 9158 * Makefile.tpl: Make 'recursive targets' using autogen rather
9159 than shell loop. Remove duplicate 'clean' targets and false
9160 comments.
9161 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9162 Add systematic method of specifying missing targets in subdirs.
9163 Add copyright boilerplate.
9164 * Makefile.in: Regenerate.
9165 * configure.in: Add 'recursive targets' to maybe list.
9166 * configure: Regenerate.
9167
e53ad3a2 9168 * MAINTAINERS: "GNATS only" -> "Bug database only".
9169
ffe98fac 9170 * Makefile.tpl: Rename [+target+] to [+make_target+].
9171 * Makefile.def: Rename 'target' to 'make_target'.
9172
b3ccab1c 91732003-05-31 Neil Booth <neil@daikokuya.co.uk>
9174
9175 * MAINTAINERS: Add self as options handling maintainer.
9176
f81148db 91772003-05-28 Michael Meissner <gnu@the-meissners.org>
9178
9179 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9180 been too long since I touched those ports.
9181
abcfd3cb 91822003-05-28 DJ Delorie <dj@redhat.com>
9183
9184 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9185 * Makefile.in: Regenerate.
9186
1a21d71c 91872003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9188
9189 * configure.in: Use curly braces in the definition of tooldir.
9190 * configure: Regenerate.
9191
7a9bc7f6 91922003-05-21 DJ Delorie <dj@redhat.com>
1e12d536 9193
7a9bc7f6 9194 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9195 newlib or libgloss.
9196 * Makefile.in: Regenerate.
9197
575caa8d 91982003-05-21 DJ Delorie <dj@redhat.com>
9199
9200 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9201 * Makefile.in: Regenerate.
9202
8c7c29d9 92032003-05-20 Ian Lance Taylor <ian@airs.com>
9204
9205 * MAINTAINERS: Update my e-mail address.
9206
4d9c9c81 92072003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9208
9209 * configure.in: Switch more things to use maybe dependencies.
1e12d536 9210 * Makefile.tpl: Switch more things to use maybe dependencies.
4d9c9c81 9211 Factor out common code from autogen IF statements.
9212 * configure: Regenerate.
9213 * Makefile.in: Regenerate.
9214
f74ea578 92152003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9216
9217 * configure.in: Accept i[3456789]86 for machine type.
9218 * configure: Regenerate.
9219
6f4f34a7 92202003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9221
9222 * configure.in: Switch more things to use maybe dependencies.
9223 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9224 * configure: Regenerate.
9225 * Makefile.tpl: Switch more things to use maybe dependencies.
9226 * Makefile.in: Regenerate.
9227
a2e3bfd3 92282003-05-16 Andreas Schwab <schwab@suse.de>
a841c4d4 9229
9230 * Makefile.tpl (install-opcodes): Define.
9231 * Makefile.in: Rebuild.
9232
aeaac216 92332003-05-13 Andreas Jaeger <aj@suse.de>
9234
9235 * config.guess: Update to 2003-05-09 version.
9236 * config.sub: Update to 2003-05-09 version.
9237
dcde3c07 92382003-05-13 Michael Eager <eager@mvista.com>
6995305c 9239
9240 * configure.in: Correct sed script so that options in quotes are not
9241 deleted.
9242 * configure: Rebuild.
9243
d957c480 92442003-05-12 Corinna Vinschen <corinna@vinschen.de>
9245
9246 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9247 and $$s/newlib/libc/sys/cygwin32 include paths.
9248 * configure: Ditto.
9249
e0ca23ce 92502003-05-12 Michael Meissner <gnu@the-meissners.org>
9251
9252 * MAINTAINERS: Update my email addresses.
9253
26e253a0 92542003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9255
9256 * config-ml.in: Propagate INSTALL variables.
aeaac216 9257
1f55ccc8 92582003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9259
9260 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9261
d8b01fbe 92622003-05-02 Chris Demetriou <cgd@broadcom.com>
9263
1e12d536 9264 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9265 * Makefile.in: Regenerate.
d8b01fbe 9266
29b9a35e 92672003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9268
9269 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9270
904536c9 92712003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9272
9273 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9274
170853d0 92752003-04-27 Daniel Jacobowitz <drow@mvista.com>
9276
9277 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9278 * Makefile.in: Regenerated.
9279
d5ab03ba 92802003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9281
9282 * MAINTAINERS (Write After Approval): Upgrade myself from
9283 GNATS only to write-after-approval. Update my mail address.
9284
dcde3c07 92852003-04-25 Loren J. Rittle <ljrittle@acm.org>
784dc194 9286
9287 (OS Port Maintainers: freebsd): Add myself.
9288
eb13b182 92892003-04-22 Mark Mitchell <mark@codesourcery.com>
9290
9291 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9292
fe20e83b 92932003-04-22 Kean Johnston <jkj@sco.com>
9294
9295 * MAINTAINERS (SCO ports): Added myself.
9296
acaf46de 92972003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9298
9299 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9300
efde8e6d 93012003-04-19 Kean Johnston <jkj@sco.com>
9302
9303 * MAINTAINERS (Write After Approval): Add myself.
9304
516b2e07 93052003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9306
9307 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9308 * Makefile.in: Regenerate.
9309
3647950d 93102003-04-18 Jakub Jelinek <jakub@redhat.com>
9311
9312 * configure.in (powerpc64*-*-linux*): Remove.
9313 * configure: Rebuilt.
9314
057705e9 93152003-04-17 Phil Edwards <pme@gcc.gnu.org>
9316
9317 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9318 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9319 and restrap.
9320 * Makefile.in: Regenerate.
9321
c8a4cc21 93222003-04-16 Richard Earnshaw <rearnsha@arm.com>
9323
9324 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9325 * configure: Regenerated.
9326
62ada5db 93272003-04-15 DJ Delorie <dj@redhat.com>
9328
9329 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9330
82aa4d68 93312003-04-13 Nick Clifton <nickc@redhat.com>
9332
9333 * config-ml.in: Remove support for --disable-aix removing
9334 call-aix multilibs.
9335
7b26d9f7 93362003-04-10 Alexandre Oliva <aoliva@redhat.com>
9337
9338 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9339 * */configure: Rebuilt.
9340
51d6e0d7 93412003-04-08 Joel Sherrill <joel@oarcorp.com>
9342
9343 * MAINTAINERS: Add my email address.
9344
13f79774 93452003-03-17 Olivier Hainque <hainque@act-europe.fr>
9346
9347 * MAINTAINERS (Write After Approval): Add myself.
aeaac216 9348
523318a0 93492003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9350
9351 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9352 * Makefile.in: Regenerate.
9353
ea0ebc5e 93542003-03-14 Michael Chastain <mec@shout.net>
9355
9356 * Makefile.in: Regenerate with correct Makefile.def.
9357
966842d4 93582003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9359
9360 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9361 Make macro.
9362 * Makefile.in: Regenerate.
9363 * configure.in: Clean up gxx_include_dir logic.
9364 * configure: Regenerate.
9365
e72ec9a8 93662003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9367
9368 * MAINTAINERS (Write After Approval): Add myself.
9369
5a18e4cd 93702003-03-10 Ben Elliston <bje@wasabisystems.com>
9371
9372 * MAINTAINERS: Update my mail address.
9373
2436d08e 93742003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9375
9376 * configure.in (gxx_include_dir): Fix typo.
9377 * configure: Regenerated.
9378
602d002b 93792003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9380
9381 * Makefile.tpl: Reindent.
9382 * Makefile.in: Regenerate.
9383 * configure.in: Reindent. Don't set unused variables.
9384 * configure: Regenerate.
9385
5750c7d4 93862003-03-04 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * configure.in: Include $(build_tooldir)/sys-include in
9389 FLAGS_FOR_TARGET.
9390 * configure: Regenerated.
9391
54d7d5f2 93922003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9393
224ed654 9394 * Makefile.tpl: Always pass down RANLIB.
9395 * Makefile.in: Regenerate.
9396
123bd2df 9397 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9398 * Makefile.in: Regenerate.
9399 * configure.in: Remove unused logic relating to --enable-shared
9400 and --enable-threads. Remove bogus comments. Remove redundant
9401 noconfigdirs.
9402 * configure: Regenerate.
9403
54d7d5f2 9404 * configure.in: Replace ${libstdcxx_version} by its value.
9405 Remove reference to mh-dgux.
9406 * configure: Regenerate.
9407
98dce82b 94082003-03-03 Kevin Buettner <kevinb@redhat.com>
9409
9410 * MAINTAINERS (Write After Approval): Add myself.
9411
f7ca337f 94122003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9413
9414 * Makefile.tpl: Rearrange.
9415 * Makefile.in: Regenerate.
9416
dcde3c07 94172003-02-25 Uwe Stieber <uwe@wwws.de>
336577be 9418
9419 * configure.in: Add support for kaOS as cross build target system.
9420 * configure: Regenerated.
9421
4e29e79f 94222003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9423
9424 * MAINTAINERS (Write after approval): Add myself.
9425
9a5856da 94262003-02-21 James E Wilson <wilson@tuliptree.org>
9427
9428 * MAINTAINERS: Update my email address.
9429
f05d1a58 94302003-02-21 Zack Weinberg <zack@codesourcery.com>
9431
9432 * MAINTAINERS: Add self to blanket write privs. section.
9433
de0c9797 94342003-02-20 Sean McNeil <sean@blue.mcneil.com>
9435
9436 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9437 configure-target-* as some target builds may require additional
9438 flags for preprocessor tests.
9439 * Makefile.in: Regenerated.
9440
3290c0cf 94412003-02-19 Alexandre Oliva <aoliva@redhat.com>
9442
de3c9f55 9443 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9444 * ltconfig: Handle it.
9445 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9446 auto-detecting it.
9447
a4e88f7d 9448 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9449 it is used as argument to $CC.
9450 * ltcf-gcj.sh: Likewise.
9451
3290c0cf 9452 * configure.in: Introduce --enable-maintainer-mode.
9453 * configure: Rebuilt.
9454 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9455 for maintainer mode.
9456 * Makefile.in: Rebuilt.
9457
0537137a 94582003-02-18 Jason Merrill <jason@redhat.com>
9459
9460 * Makefile.tpl (check-c++): Allow parallelism.
9461
201a9c33 94622003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9463
9464 * MAINTAINERS: Remove John Carr (who never actually had access to
9465 gcc.gnu.org).
9466
c0e5028f 94672003-02-15 Geoffrey Keating <geoffk@apple.com>
9468
9469 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9470 don't configure target-libobjc.
9471 * configure: Regenerate.
9472
7c86fd3f 94732003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9474
9475 * Makefile.tpl (RANLIB): Define.
9476 * Makefile.in: Regenerate.
9477
bd20d38b 94782003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9479
9480 * MAINTAINERS: Update my email.
f05d1a58 9481
e50ab007 94822003-02-06 Keith R Seitz <keiths@redhat.com>
9483
9484 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9485 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9486 * Makefile.in: Regenerated.
9487 * configure.in: Remove all traces of snavigator, db, and grep.
9488 * configure: Regenerated.
9489
c91e543c 94902003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9491
9492 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9493 After Approval.
9494
70e7788a 94952003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9496
9497 * MAINTAINERS (Write after approval): Add myself.
9498
621ed2b9 94992003-01-31 Frank Ch. Eigler <fche@redhat.com>
9500
9501 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9502 * Makefile.in: Regenerated.
9503
f08ad151 95042003-01-30 Roger Sayle <roger@eyesopen.com>
9505
9506 * config.guess: Updated to 2003-01-30's version.
9507 * config.sub: Updated to 2003-01-28's version.
9508
47fe0706 95092003-01-30 Alexandre Oliva <aoliva@redhat.com>
9510
9511 * config.if: If gcc_version is already set, just use it. Don't set
9512 gcc_version_trigger if it's already set, otherwise set it to
9513 gcc/version.c, but only if the file exists. If it is not set and
9514 gcc/version.c does not exist, try to extract the version number from
9515 $CC.
9516
fa163406 95172003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9518
f05d1a58 9519 * MAINTAINERS: Add myself to write-after-approval list.
fa163406 9520
e4ca87c8 95212003-01-27 Phil Edwards <pme@gcc.gnu.org>
9522
9523 * configure.in: Revert 24Jan change.
9524 * configure: Regenerate.
9525
c2cb58bc 95262003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9527
9528 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9529 entry of HJ Lu.
9530
bd564d1c 95312003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9532
9533 * configure.in: Revert previous change.
9534 * configure: Regenerate.
9535
d5e7287b 95362003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9537
9538 * configure.in: Make rda native-only.
9539 * configure: Regenerate.
9540
15bbfd76 95412003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9542
9543 * MAINTAINERS: Move myself from GNATS-only-accounts to
9544 write-after-approval.
9545
cdfc500e 95462003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9547
9548 * configure.in: Add missing \.
9549 * configure: Rebuilt.
9550
c9b54641 95512003-01-17 Jakub Jelinek <jakub@redhat.com>
9552
9553 * configure.in (baseargs): Avoid using \| in sed regular
9554 expressions.
9555 * configure: Rebuilt.
9556
da7bb396 95572003-01-16 Jakub Jelinek <jakub@redhat.com>
9558
9559 * configure.in (baseargs): Remove all supported forms of
9560 --cache-file, --srcdir, --host, --build and --target options
9561 from argument lists.
9562 * configure: Rebuilt.
9563
6d3cf184 95642003-01-15 Josef Zlomek <zlomekj@suse.cz>
9565
9566 * MAINTAINERS: Add myself to write-after-approval list.
9567
ef9a8a41 95682003-01-15 Alexandre Oliva <aoliva@redhat.com>
9569
9570 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9571 * configure: Rebuilt.
9572
a16b5a9d 95732003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9574
9575 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9576 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9577 * Makefile.in: Regenerate.
9578 * configure: Regenerate.
9579
980d8b91 95802003-01-09 Alexandre Oliva <aoliva@redhat.com>
9581
9582 * configure.in: Remove Makefile in build, host and target modules
9583 unless configure was run with --no-recursion.
9584 * configure: Rebuilt.
9585
05794691 95862003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9587
9588 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9589 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9590 * Makefile.in: Regenerate.
9591
8ddabd5d 95922003-01-08 Chris Demetriou <cgd@broadcom.com>
9593
9594 * config.guess: Update to 2003-01-03 version.
9595 * config.sub: Update to 2003-01-03 version.
9596
f98c470c 95972003-01-07 Christopher Faylor <cgf@redhat.com>
9598
9599 * configure: Regenerate with proper autoconf 2.13.
9600
d65dd253 96012003-01-07 Christopher Faylor <cgf@redhat.com>
9602
9603 * configure.in: Add AC_PREREQ for consistency.
f98c470c 9604 * configure: Regenerate.
d65dd253 9605
8fdaf281 96062003-01-06 Andrew Cagney <ac131313@redhat.com>
9607
9608 * configure.in (GDB_TK): Add tcl directories conditional on
9609 gdb/gdbtk directory being present.
9610 * configure: Regenerate.
f05d1a58 9611
dcde3c07 96122003-01-04 John David Anglin <dave.anglin@nrc.ca>
8406dd56 9613
dcde3c07 9614 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9615 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8406dd56 9616 * configure: Rebuilt.
9617
f53265fe 96182002-12-31 Tom Tromey <tromey@redhat.com>
9619
9620 * Makefile.in: Rebuilt.
9621 * Makefile.def (target_modules) [libffi]: Allow installation.
9622
0411e85f 96232002-12-31 Andreas Schwab <schwab@suse.de>
9624
9625 * configure.in: Fix use of $program_transform_name.
9626 * configure: Regenerated.
9627
a13fbfc9 96282002-12-30 Daniel Jacobowitz <drow@mvista.com>
9629
9630 * configure.in (baseargs): Don't remove first configure argument.
5f4084b7 9631 * configure: Regenerated.
a13fbfc9 9632
ec955b52 96332002-12-29 Alexandre Oliva <aoliva@redhat.com>
9634
9635 * Makefile.tpl (local-distclean): Don't remove...
9636 (multilib.ts): ... this. Moved into...
9637 (multilib.out): ... this. Don't use sub-make.
9638 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9639 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9640 (configure-build-[+module+], configure-[+module+],
9641 configure-target-[+module+], configure-gcc): ... these. Test
9642 for Makefile existence. Drop config.status from dependencies.
9643 * Makefile.in: Rebuilt.
9644 * configure.in: Move gcc-version-trigger to the end of
9645 ac_configure_args. Add comments to maybedep.tmp and
9646 serdep.tmp. Introduce --disable-serial-configure. Remove
9647 nonopt from baseargs, matching and removing corresponding
9648 whitespace while at it.
9649 * configure: Rebuilt.
9650
041dd099 96512002-12-28 Alexandre Oliva <aoliva@redhat.com>
9652
fca297b0 9653 * configure.in (host_configargs): Replace reference to
9654 no-longer-defined buildopts with --build=${build_alias}.
9655 * configure: Rebuilt.
9656
041dd099 9657 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9658 program_transform_name to standard idiom.
9659 (AUTOGEN, AUTOCONF): Define.
9660 (Makefile.in): Use $(AUTOGEN).
9661 (Makefile): Depend on config.status, and use autoconf-style rule to
9662 build it. Move original commands to...
9663 (config.status): ... this new target.
9664 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9665 $(AUTOCONF).
9666 * Makefile.in: Rebuilt.
9667
71ab34df 96682002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9669
d75be5a6 9670 * Makefile.tpl: Fix dramatic bustage due to change in
9671 program_transform_name.
9672 * Makefile.in: Regenerate.
9673
9674 * configure.in: Remove unnecessary PATH setting.
9675 * configure: Regnerate.
9676
9677 * configure.in: Don't default to unprefixed tools unless
9678 the native tools will work.
9679 * configure: Regenerate.
9680
71ab34df 9681 * configure.in: Convert to autoconf script. Blow away lots
9682 of now-redundant Makefile fragments.
9683 * configure: Generate using Autoconf.
9684 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9685 * Makefile.in: Regenerate.
9686
09fe6d98 96872002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9688
3a7bfd0c 9689 * configure: Fix stupid bug where RANLIB was mistakenly included.
9690
f05d1a58 9691 * configure.in: Rename (buildargs, hostargs, targargs) to
3a7bfd0c 9692 (build_configargs, host_configargs, target_configargs).
9693
9694 * configure.in: Move logic out of sed statement.
9695
f05d1a58 9696 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
09fe6d98 9697 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9698
53a01bae 96992002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9700
9701 * config.sub: Import from master repository
9702 * config.guess: Ditto
9703
11a0151c 97042002-12-24 Andreas Schwab <schwab@suse.de>
9705
9706 * Makefile.tpl (multilib.out): Fix missing space.
9707 * Makefile.in: Regenerate.
9708
ca86fd55 97092002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9710
9711 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9712 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9713 * Makefile.in: Regenerate.
9714 * configure.in: Remove unnecessary leftovers.
9715
b437616a 97162002-12-21 Geoffrey Keating <geoffk@apple.com>
9717
9718 * configure.in (extra_ranlibflags_for_target): New variable.
9719 (*-*-darwin): Add -c to ranlib commands.
9720 * configure (tooldir): Handle extra_ranlibflags_for_target.
9721
927f1f0c 97222002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9baae5de 9723
9724 * Makefile.tpl: Revert HJL's change.
9725 * Makefile.in: Regenerated.
9726 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9727 always.
9728
df9badbe 97292002-12-19 Andreas Schwab <schwab@suse.de>
9730
9731 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9732 * Makefile.in: Regenerate.
9733
dcde3c07 97342002-12-18 H.J. Lu <hjl@gnu.org>
cfaaca3e 9735
9736 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9737 * Makefile.in: Regenerated.
9738
9739 * configure.in (build_prefix): New. Substitute.
9740
20672016 97412002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9742
6c11eefc 9743 * Makefile.tpl: Don't let real targets depend on phony targets.
9744 * Makefile.in: Regenerate.
9745
20672016 9746 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9747 * Makefile.in: Regenerate.
9748
462c28fa 97492002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9750
9751 * config.sub: Import from master repository
9752 * config.guess: Ditto
9753
f7c8fc8e 97542002-12-16 Jason Merrill <jason@redhat.com>
9755
9756 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9757 previous 'make bootstrap'.
9758 * Makefile.in: Regenerate.
9759
4bcd8023 97602002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9761
9762 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9763
805e22b2 97642002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9765
9766 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9767 * Makefile.in: Regenerate.
9768
d1211e96 97692002-12-13 Jason Merrill <jason@redhat.com>
9770
7c28bad6 9771 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
d1211e96 9772 library tests.
9773 (check-c++): Just depend on it and check-target-libstdc++-v3.
7c28bad6 9774 * Makefile.in: Regenerate.
9775
805e22b2 97762002-12-12 Alexandre Oliva <aoliva@redhat.com>
9777
9778 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9779 * Makefile.in: Rebuilt.
9780
1afe6db1 97812002-12-12 Alexandre Oliva <aoliva@redhat.com>
9782
9783 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9784
805e22b2 97852002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9786
9787 * configure: Fix bug put in by gremlins.
9788
9789 * Makefile.tpl: Substitute more autoconfily.
9790 * configure: Substitute more autoconfily.
9791 * Makefile.in: Regenerate.
9792
7960374c 97932002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9794
9795 * config.sub: Import from master repository
9796 * config.guess: Ditto
9797 * MAINTAINERS: Added Svein Seldal under write after approval
9798
805e22b2 97992002-12-08 Andrew Cagney <ac131313@redhat.com>
9800
9801 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9802 * Makefile.in (all-sim): Ditto.
9803
98042002-12-06 DJ Delorie <dj@redhat.com>
9805
9806 * Makefile.tpl: Change configure dependencies to not have real
9807 targets depend on phony targets.
9808
98092002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9810
9811 * configure.in: Revert unintentional change.
9812
9813 * Makefile.tpl: Change dependency for */multilib.out so that
9814 it works when gcc isn't in the tree.
9815
9816 * configure.in: Substitute more.
9817 * configure: Run subconfigures from the Makefile.
9818 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9819 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9820
761158c0 98212002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9822
9823 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9824
805e22b2 98252002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9826
9827 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9828 and corresponding dependencies.
9829 * Makefile.in: Regenerate.
9830
9831 * configure.in (host_tools): Order binutils, gas and ld for
9832 convenience in running the testsuites.
9833
9834 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9835 * Makefile.in: Regenerate.
9836 * configure.in: Introduce rules to serialize subconfigure runs.
9837
9838 * configure.in: Introduce BASE_CC_FOR_TARGET.
9839 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9840 Realize configure-build-* targets. Realize configure-target-* targets.
9841 * Makefile.in: Regenerate.
9842
98432002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9844
9845 * configure: Move gcc_version_trigger stuff from here...
9846 * configure.in: ...to here.
9847
9848 * configure.in: Separate subconfigure options added by this file from
9849 options given by the user. Add machinery to put args for host
9850 subconfigures into the Makefile.
9851
9852 * Makefile.tpl: Remove 'vault' targets.
9853 * Makefile.tpl: Reorder and comment dependencies.
9854 * Makefile.in: Regenerate.
9855
98562002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9857 * configure.in: Fix my broken commit of previous patch. (sigh)
9858
7384c63f 98592002-11-28 Geoffrey Keating <geoffk@apple.com>
9860
9861 * configure.in: Move host-specific darwin noconfigdirs into
9862 the host-specific section.
9863
805e22b2 98642002-11-28 Geoffrey Keating <geoffk@apple.com>
9865
9866 * configure.in: Move host-specific darwin noconfigdirs into
9867 the host-specific section.
9868
98692002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9870
9871 * configure: Remove skip-this-dir support.
9872 * Makefile.tpl: Remove skip-this-dir support.
9873
9874 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9875 subdirectories.
9876 * Makefile.in: Regenerate.
9877
9878 * Makefile.tpl: Strip out useless setting of 'dir'.
9879 * Makefile.in: Regenerate.
9880
98812002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9882
9883 * configure.in: Fix deeply stupid bug.
9884
9885 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9886 shell code in CXX_FOR_TARGET
9887 * Makefile.def: Introduce raw_cxx.
9888 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9889 RAW_CXX_FOR_TARGET.
9890 * Makefile.in: Regenerate.
9891
98922002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9893
9894 * Makefile.tpl: Remove unnecessary ifs.
9895 * Makefile.in: Regenerate.
9896
9897 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9898 dependencies. Maybe-ize build-libiberty. Create dummy install
9899 targets for 'no_install' modules.
9900 * configure: Move GDB_TK substitution to configure.in. Move
9901 build_modules stuff to configure.in.
9902 * configure.in: Implement soft dependency machinery. Maybe-ize
9903 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9904 * Makefile.in: Regenerate.
9905
99062002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9907
9908 * Makefile.tpl: Make all-target, install-target behave similarly
9909 to all, install (only hitting configured targets). Eliminate
9910 unused macro defintions.
9911
9912 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9913 build != host.
9914
9915 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9916
9917 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9918
9919 * configure.in: Produce lists of subdir targets we're actually
9920 configuring. Remove references to "dosrel".
9921 * Makefile.tpl: Let configure set which subdir targets are hit.
9922 Remove install-cross; clean up install; remove ALL. Remove
9923 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9924 Autogenerate host module targets. Remove empty dependency lines
9925 and redundant dependency; rearrange slightly.
9926 * Makefile.def: Add host-side libtermcap, utils.
9927
9928 * Makefile.in: Regenerate.
9929
0753f1b5 99302002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9931
9932 * ltconfig (osf[345]): Append $major to soname_spec.
9933 Reflect this in library_names_spec.
9934 * ltmain.sh (osf): Prefix $major with . for use as extension.
9935
4b695c23 99362002-11-19 Andreas Jaeger <aj@suse.de>
9937
9938 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9939 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9940 and sparc64 GNU/Linux systems.
9941
3e8ebe0a 99422002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9943
9944 * MAINTAINERS: Update email.
9945
73a8b678 99462002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9947
9948 * MAINTAINERS: Complete James Dennett's entry.
9949
894e4f56 99502002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9951
9952 * MAINTAINERS (Write After Approval): Add myself.
9953
f507a3cb 99542002-11-13 Bruce Korb <bkorb@gnu.org>
9955
9956 * Makefile.tpl: syntactic cleanup
9957
dcde3c07 99582002-11-13 Stuart Hastings <stuart@apple.com>
593dc58a 9959
9960 * MAINTAINERS: Add myself to write-after-approval list.
9961
805e22b2 99622002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9963
9964 * Makefile.def: Add list of recursive targets to autogenerate.
9965 Add build_modules.
9966 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9967 targets. Autogenerate *-build-* targets.
9968 * Makefile.in: Regenerate.
9969
99702002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9971
9972 * configure: More autoconf-style substitutions.
9973 * Makefile.tpl: More autoconf-style substitutions.
9974 * Makefile.in: Regenerate.
9975
99762002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9977
9978 * configure: Substitute more variables in a more autoconf-friendly
9979 way. Simplify slightly.
9980 * Makefile.tpl: Make more variables substitutable in an
9981 autoconf-friendly way.
9982 * Makefile.in: Regenerate.
9983
4dd0a098 99842002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9985
9986 * MAINTAINERS (Write After Approval): Add myself.
9987
805e22b2 99882002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9989
9990 * configure.in (v810*): Remove special setting of tools.
9991
9992 * configure: Add support for extra required flags for ar or nm.
9993 * configure.in (aix4.3+): Use above support for target-specific
9994 issues, rather than using config/mt-aix43.
9995
99962002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9997
9998 * configure: Remove 'removing', which doesn't work. Replace $subdir
9999 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10000 with $srcdir. Reformat indentation. Substitute some variables
10001 formerly hard-coded in the Makefile for build=host.
10002 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10003 * Makefile.def: Autogenerate more.
10004 * Makefile.in: Regenerate.
10005
40679d3b 100062002-11-04 Adam Nemet <anemet@lnxw.com>
10007
10008 * MAINTAINERS (Write After Approval): Add myself.
10009
062b02db 100102002-11-04 Kevin Buettner <kevinb@redhat.com>
10011
10012 * Makefile.def (host_modules): Add rda.
10013 * Makefile.in: Regenerate.
10014 * configure.in (target_tool): Add target-rda to list.
10015
bb0439dd 100162002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10017
10018 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10019
a3c3be37 100202002-10-25 Phil Edwards <pme@gcc.gnu.org>
10021
10022 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10023 and restrap targets to this rule.
10024 * Makefile.in: Regenerate.
10025
dd1a0a37 100262002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10027
10028 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10029 GNATS only accounts.
10030
4ea2c3bf 100312002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10032
10033 * configure.in (i[3456]86-*-linux*): Add check to disable
10034 ${libgcj} for glibc1.
10035
03333934 100362002-10-24 Denis Chertykov <denisc@overta.ru>
10037
10038 * MAINTAINERS: Add myself as ip2k port maintainer.
10039
6c5e2f80 100402002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10041
10042 * configure.in: Add tic4x target.
10043
949b0daa 100442002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10045
0e26095b 10046 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10047 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10048 * Makefile.in: Regenerate.
10049
949b0daa 10050 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10051 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10052 * Makefile.in: Regenerate.
10053
aa80d31c 100542002-10-02 Janis Johnson <janis187@us.ibm.com>
10055
10056 * MAINTAINERS: Add myself as web pages co-maintainer.
10057
87614545 100582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10059
10060 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10061 * Makefile.in: Regenerate.
10062
4aac350f 100632002-10-02 Zack Weinberg <zack@codesourcery.com>
10064
10065 * MAINTAINERS: Add myself and Nathan Sidwell
10066 <nathan@codesourcery.com> as VxWorks maintainers.
10067
e3e6c470 100682002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
aca8ad75 10069
10070 * Makefile.def: Remove order dependency comments.
10071 * Makefile.tpl: Add explicit install-install dependencies.
10072 * Makefile.in: Regenerate.
d6a4a914 10073
3fef3c05 10074 * Makefile.tpl: Remove material now in src-release. (Finally!)
aca8ad75 10075 * Makefile.in: Regenerate.
3fef3c05 10076
d6a4a914 10077 * Makefile.tpl: Add configure-target (for src-release in src)
10078 * Makefile.in: Regenerate.
10079
eb5db528 100802002-09-30 Nick Clifton <nickc@redhat.com>
10081
10082 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10083
971b1aa4 100842002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10085
10086 * configure.in (s390*-*-linux*): Enable libgcj.
10087
b7d94964 100882002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10089
5fa209e7 10090 * configure: Revert accidentally applied changes.
10091
b7d94964 10092 * Makefile.tpl: Make more autoconf-friendly.
10093 * Makefile.in: Regenerate.
10094 * configure: Make substitution more autoconf-like.
10095
2704ebd1 100962002-09-28 Richard Earnshaw <rearnsha@arm.com>
10097
10098 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10099 single entry to handle all these.
10100 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10101 libjava on arm-*-elf.
10102
352ce91b 101032002-09-27 Geoffrey Keating <geoffk@apple.com>
10104
10105 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10106 things that depend on them.
10107
0311ff84 101082002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10109
10110 * Makefile.tpl: Make subsituted variables more autoconfy.
10111 * Makefile.in: Regenerate.
10112 * configure: Make seds more autoconfy.
10113
cc46b37d 101142002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
0e1ac85c 10115
10116 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10117 * Makefile.in: Regenerate.
10118 * configure.in: Rewrite sed statements to look autoconfy.
10119
cc46b37d 10120 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10121 all-target-foo on configure-target-foo.
10122 * Makefile.def: Ditto.
10123 * Makefile.in: Rebuild.
10124
baabce06 101252002-09-25 Andrew Haley <aph@redhat.com>
10126
10127 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10128
2a1ac811 101292002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10130
10131 * Makefile.def: New file.
10132 * Makefile.tpl: New file.
10133 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10134 * contrib/gcc_update: Note that Makefile.in is a generated file.
10135
10136 * configure.in: Minor rearrangement. Simplify tests.
10137
c725cfd7 101382002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10139
10140 * configure.in (with_headers): Skip copy if value is "yes".
10141 (with_libs): Likewise.
10142
058a3669 101432002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4babcd43 10144
10145 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10146 * configure.in (sh*-*-pe*): Ditto.
10147 * configure.in (mips*-*-pe*): Ditto.
10148 * configure.in (*arm-wince-pe): Ditto.
10149
512912f3 10150 * configure.in: Rearrange.
10151
dfcd4425 101522002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10153
10154 * MAINTAINERS: Update my email address.
10155
d90b8b3d 101562002-08-30 Paul Koning <pkoning@equallogic.com>
10157
10158 * MAINTAINERS: (Write After Approval): Add myself.
10159
915f1827 101602002-08-29 Geoffrey Keating <geoffk@redhat.com>
10161
10162 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10163
bf81fbc5 101642002-08-24 Geoffrey Keating <geoffk@redhat.com>
10165
10166 * MAINTAINERS: Change my mailing address.
10167
f9ab9bb4 101682002-08-21 Paolo Carlini <pcarlini@unitus.it>
10169
10170 * MAINTAINERS (Write After Approval): Remove myself.
4aac350f 10171 (Various Maintainers: c++ runtime libs): Add myself.
f9ab9bb4 10172
dcde3c07 101732002-08-20 Loren J. Rittle <ljrittle@acm.org>
805892cf 10174
10175 * MAINTAINERS (Write After Approval): Remove myself.
10176 (Various Maintainers: c++ runtime libs): Add myself.
10177
2857c21b 101782002-08-15 Eric Christopher <echristo@redhat.com>
10179
10180 * config.sub: Import from master repository.
10181 * config.guess: Ditto.
10182
4269a651 101832002-08-19 Alexandre Oliva <aoliva@redhat.com>
10184
10185 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10186 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10187 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10188
0bc5749d 101892002-08-16 Aldy Hernandez <aldyh@redhat.com>
10190
10191 * MAINTAINERS: Add self to rs6000 vector extensions.
10192
38f91bf2 101932002-08-15 Alexandre Oliva <aoliva@redhat.com>
10194
10195 * libiberty/configure: Reverted unintended yesterday's check in.
10196
c837ae19 101972002-08-14 Alexandre Oliva <aoliva@redhat.com>
10198
10199 * boehm-gc/configure, libf2c/configure: Rebuilt.
10200 * libffi/configure, libiberty/configure: Ditto.
10201 * libjava/configure, libobjc/configure: Ditto.
10202 * libstdc++-v3/configure, zlib/configure: Ditto.
10203 Merged from binutils:
10204 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10205 From Steve Ellcey <sje@cup.hp.com>:
10206 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10207 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10208 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10209 IA64.
10210 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10211 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10212 soname_spec, sys_lib_search_path_spec): Ditto.
10213
dcde3c07 102142002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
dc0ea924 10215
10216 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10217
769d609b 102182002-08-04 H.J. Lu (hjl@gnu.org)
10219
10220 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10221
fad51d8f 102222002-08-02 Krister Walfridsson <cato@df.lth.se>
10223
10224 * MAINTAINERS (Write After Approval): Add myself.
10225
e31d86e1 102262002-07-31 Alan Modra <amodra@bigpond.net.au>
10227
10228 * configure.in: Move generic linux case to end. Copy generic
10229 linux noconfigdirs to mips*-*-linux* entry and new
10230 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10231
31699db1 102322002-07-19 Michael Matz <matz@suse.de>
10233
10234 * MAINTAINERS: Add myself as ra* maintainer.
10235
2ac0d5ca 102362002-07-16 Chris Demetriou <cgd@broadcom.com>
10237
10238 * config.guess: Update to 2002-07-09 version.
10239 * config.sub: Update to 2002-07-03 version.
10240
501ad919 102412002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10242
10243 * MAINTAINERS: Fix typo in a maintainer email address.
10244
753fca8a 102452002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10246
10247 * configure.in: Remove two redundant tests.
10248
61ab9ea9 102492002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10250
10251 * configure.in (mips*-*-irix6*o32): Enable stabs.
10252
39b7c449 102532002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10254
a7d623d2 10255 * configure.in: Don't build grez.
10256 * Makefile.in: Ditto.
10257
39b7c449 10258 * Makefile.in: Remove references to bsp, cygmon, libstub.
10259 * configure.in: Ditto.
10260
10261 * configure.in: Remove leftover reference to gdbtest.
10262
418aeabd 102632002-07-08 Phil Edwards <pme@gcc.gnu.org>
10264
10265 * configure.in (gxx_include_dir): Change to match versioned
10266 C++ headers if --enable-version-specific-runtime-libs is used.
10267
7261cb98 102682002-07-04 Steve Ellcey <sje@cup.hp.com>
2857c21b 10269
7261cb98 10270 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10271
f6c0123d 102722002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10273
10274 * configure.in: Make --without-x work.
10275
a054af37 102762002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10277
70af7570 10278 * configure.in: Rearrange target Makefile fragment collection.
10279
a054af37 10280 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10281 cvs[src].
10282 * configure.in: Ditto.
10283
59303ed0 102842002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10285
10286 * MAINTAINERS (Write After Approval): Update my e-mail address.
10287
4606a26b 102882002-06-24 Ben Elliston <bje@redhat.com>
10289
10290 * configure.in (host_tools): Remove cgen.
10291
10292 * Makefile.in (all-cgen): Remove; runs from its source directory.
10293 (check-cgen, install-cgen, clean-cgen): Likewise.
a054af37 10294 (all-opcodes): Do not depend on all-cgen.
4606a26b 10295 (all-sim): Likewise.
10296
dcde3c07 102972002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4606a26b 10298
10299 * Makefile.in: Eliminate 'apache' targets.
10300 * configure.in: Eliminate 'apache' targets.
10301
13b1b53a 10302 * configure.in: Eliminate redundant tests. Reorganize.
10303
9acba065 10304 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10305
d240b39d 10306 * config-ml.in: Eliminate references to Cygnus configure.
10307
8323b19f 10308 * Makefile.in: Eliminate references to building emacs.
10309
5e606a0f 103102002-06-28 Graham Stott <graham.stott@btinternet.com>
10311
10312 * MAINTAINERS: Update my email address.
10313
531034c6 103142002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10315
10316 * config.if (libstdcxx_incdir): Version C++ headers.
2857c21b 10317 (cxx_incdir): Remove.
531034c6 10318
bbe6e35a 103192002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10320
10321 * MAINTAINERS (Write After Approval): Add self.
10322
1be37211 10323Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10324
10325 * configure.in: Add support for ip2k.
10326
28070d68 103272002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10328
10329 * configure.in: Fix AIX configury bug.
10330
750f93c6 103312002-06-20 Steve Ellcey <sje@cup.hp.com>
10332
10333 * MAINTAINERS (Write After Approval): Add self.
10334
6862ee05 103352002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10336
296a0f54 10337 * configure.in: replace ${topsrcdir} with ${srcdir}
10338
79381a91 10339 * configure.in: Move definition of libstdcxx_flags
10340 right above usage, rather than waaay earlier.
10341
99aa6b34 10342 * configure.in: Pull definition of is_cross_compiler earlier.
10343
2e74a29f 10344 * configure.in: Rearrange a little.
10345
6862ee05 10346 * configure.in: Remove references to librx.
10347 * Makefile.in: Remove references to librx.
10348
8208f71e 10349Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10350
10351 * config.sub: Add support for avr target.
10352 Import from master sources, rev 1.255
2857c21b 10353
b3167a65 103542002-06-19 Phil Edwards <pme@gcc.gnu.org>
10355
10356 * configure, .cvsignore: Revert previous change...
10357 * Makefile: ...delete.
10358
3177ad11 103592002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10360
10361 * configure.in: Eliminate ${gasdir} variable.
10362
98b82774 103632002-06-18 Dave Brolley <brolley@redhat.com>
10364
10365 * configure.in: Add support for frv.
10366 * config.sub: Add support for frv.
10367
324ae56a 103682002-06-18 Phil Edwards <pme@gcc.gnu.org>
10369
10370 * configure: Remove garbage from previous commit.
10371
9bf16801 103722002-06-18 Phil Edwards <pme@gcc.gnu.org>
10373
10374 * configure: For in-source builds, make a subdir and re-exec there.
10375 * Makefile: New file. Pass targets through to build directory.
10376 * .cvsignore: No longer ignore "Makefile".
10377
ceb0e431 103782002-06-16 Douglas Rupp <rupp@gnat.com>
10379
10380 * MAINTAINERS (Write After Approval): Add self.
10381
50471600 103822002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10383
10384 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10385
5f0cd095 103862002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10387
10388 * configure.in (vax-*-netbsd*): Re-enable gas.
10389
02a5d82a 103902002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10391
286bd992 10392 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10393 BUILD_PREFIX_1, to correct nomenclature.
10394 * configure: Likewise.
10395
02a5d82a 10396 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10397 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10398
33327ce2 103992002-05-31 Olaf Hering <olh@suse.de>
10400
10401 * config-ml.in: Propogate DESTDIR also.
10402
ce3c05b4 104032002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10404
10405 * configure.in (vax-*-netbsd*): Don't build gas for this
10406 platform.
10407
a899dc64 104082002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10409
10410 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10411 and libgcj for AVR.
10412
fe44416c 104132002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10414
10415 * MAINTAINERS (Write After Approval): Add myself.
10416
81c7c0cd 104172002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10418
10419 * config.guess: Update to 2002-05-22 version.
10420 * config.sub: Likewise.
10421
3354d061 104222002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10423
10424 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10425 * config-ml.in: Likewise.
10426 * configure: Likewise.
10427 * configure.in: Likewise.
10428
38d811e4 104292002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10430
10431 * MAINTAINERS: Update my email address.
10432
85b038d8 104332002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10434
e12be23e 10435 * configure.in: Simplify makefile fragment collection.
10436
10437 * configure.in: Remove code to build emacs.
ebd9f514 10438
64d298c9 10439 * configure.in : Remove --srcdir argument from targargs and buildargs
10440 (it's always overridden in the Makefile anyway). Rearrange a bit.
10441
10442 * configure: Move some logic to configure.in.
10443 * configure.in: Move some logic from configure.
85b038d8 10444
231fca94 104452002-05-11 Tom Tromey <tromey@redhat.com>
10446
10447 * MAINTAINERS: Reflect libgcj reality.
10448
7a94b1b9 104492002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10450
10451 * Makefile.in: Honour DESTDIR.
10452
053d448f 104532002-05-08 Mark Mitchell <mark@codesourcery.com>
10454
10455 * config.guess: Import 2002-03-20 version.
10456 * config.sub: Import 2002-04-26 version.
10457
2eb4509a 104582002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10459
10460 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10461
df8868bc 104622002-05-07 Tim Josling <tej@melbpc.org.au>
10463
10464 * MAINTAINERS: Add self.
10465
dcde3c07 104662002-05-06 Loren J. Rittle <ljrittle@acm.org>
02bff180 10467
10468 * ltmain.sh: Detect and handle object name conflicts
10469 while piecewise linking a static library.
10470
05bcb167 104712002-05-05 Alexandre Oliva <aoliva@redhat.com>
10472
10473 * configure.in (noconfigdirs): Don't disable libgcj on
10474 sparc64-*-solaris* and sparcv9-*-solaris*.
10475
1693b6e0 104762002-05-03 Alexandre Oliva <aoliva@redhat.com>
10477
10478 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10479
6a255a10 104802002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10481
10482 * configure.in (FLAGS_FOR_TARGET): Do not add
10483 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10484 on i[3456]86-*-linux*.
10485
84690ae2 104862002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10487
10488 * configure.in (noconfigdirs): Replace [ ] with test.
10489
10490 * configure.in (noconfigdirs): Do not add target-newlib if
10491 target == i[3456]86-*-linux*, and host == target.
10492
f8c3fea9 104932002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10494
d5908f53 10495 * configure.in: delete reference to absent file
10496
441f85dc 10497 * configure.in: replace '[' with 'test'
10498
a1245e7e 10499 * configure.in: Eliminate references to gash.
10500 * Makefile.in: Eliminate references to gash.
10501
7fe51435 10502 * configure.in: remove useless references to 'pic' makefile fragments.
10503
1e0a85a6 10504 * configure.in: (*-*-windows*) Finish removing.
10505
f8c3fea9 10506 * configure.in: Eliminate redundant test for libgui.
10507
5cf29107 105082002-04-29 Roger Sayle <roger@eyesopen.com>
10509
10510 * MAINTAINERS: Add self and realphabetize. Update entries
10511 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10512 entry for a29k port maintainer.
10513
dcde3c07 105142002-04-26 Joel Sherrill <joel@OARcorp.com>
81ae9134 10515
10516 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10517 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10518
feaa7d87 105192002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10520
10521 * configure.in: remove references to dead files
10522
d74b55e8 105232002-04-19 Mark Mitchell <mark@codesourcery.com>
10524
10525 * MAINTAINERS: Add information about purpose of this file.
10526
55efab1c 105272002-04-18 Tom Tromey <tromey@redhat.com>
10528
10529 * configure.in: Disallow configuring libgcj when it is already
10530 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10531 Solaris 2.8 by default. For PR libgcj/6158.
10532
29a2c390 105332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10534
10535 * configure.in: Move default CC setting out of config/mh-* fragments
10536 directly into here.
10537
b138c834 105382002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10539
10540 * configure.in: don't even try to configure or make a subdirectory
10541 if there's no configure script for it.
10542
5e311636 105432002-04-15 Mark Mitchell <mark@codesourcery.com>
10544
10545 * MAINTAINERS: Remove chill maintainers.
10546 * Makefile.in (CHILLFLAGS): Remove.
10547 (CHILL_LIB): Remove.
10548 (TARGET_CONFIGDIRS): Remove libchill.
10549 (CHILL_FOR_TARGET): Remove.
10550 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10551 CHILL_LIB.
10552 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10553 (CHECK_TARGET_MODULES): Likewise.
10554 (INSTALL_TARGET_MODULES): Likewise.
10555 (CLEAN_TARGET_MODULES): Likewise.
10556 (configure-target-libchill): Remove.
10557 (all-target-libchill): Remove.
10558 * configure.in (target_libs): Remove target-libchill.
10559 Do not compute CHILL_FOR_TARGET.
10560 * libchill: Remove directory.
2857c21b 10561
df2ff48f 105622002-04-11 DJ Delorie <dj@redhat.com>
10563
10564 * Makefile.in, configure.in: Sync with binutils, entries
10565 follow...
10566
a76bff71 105672002-04-07 Andrew Cagney <ac131313@redhat.com>
10568
10569 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10570 (do-tar, do-bz2): New rules.
10571 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10572 (gdb-tar): New rule.
10573 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10574 (insight_dejagnu.tar): New rule.
10575 (insight.tar): New rule.
10576 (gdb+dejagnu.tar): New rule.
10577 (gdb.tar): New rule.
10578
df2ff48f 105792002-02-01 Mo DeJong <supermo@bayarea.net>
10580
10581 * Makefile.in: Add all-tix to deps for all-snavigator
10582 so that tix is built when building snavigator.
10583
105842002-01-11 Steve Ellcey <sje@cup.hp.com>
10585
10586 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10587 ld and gdb are not supported.
10588
105892002-01-07 Mark Salter <msalter@redhat.com>
10590
10591 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10592 Allow target-libgloss to be built for arm, strongarm, and xscale.
10593
105942001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10595
10596 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10597 options for i[3456]86-pc-linux* native builds.
10598
105992001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10600
10601 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10602 files from .po files for a distribution.
10603
106042001-09-03 Jeff Holcomb <jeffh@redhat.com>
10605
10606 * configure.in: Enable libstdc++-v3 for h8300 targets.
10607
106082001-06-19 Alan Modra <amodra@bigpond.net.au>
10609
10610 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10611 version from bfd/.
10612
10613Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10614
10615 * Makefile.in (VER): When present, extract the version number from
10616 the file version.in.
10617
dcde3c07 106182001-05-24 Tom Rix <trix@redhat.com>
df2ff48f 10619
10620 * configure.in : enable ld for aix
10621
106222001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10623
10624 * config.guess: Add linux target for S/390.
10625
106262000-11-07 Philip Blundell <pb@futuretv.com>
10627
10628 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10629
106302000-11-03 Philip Blundell <pb@futuretv.com>
10631
10632 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10633 files.
10634
106352001-01-15 Ben Elliston <bje@redhat.com>
10636
10637 * configure.in (host_tools): Add sid.
10638 Always configure cgen.
10639
106402000-11-24 Nick Clifton <nickc@redhat.com>
10641
10642 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10643
10644
106452000-08-20 Doug Evans <dje@casey.transmeta.com>
10646
10647 * Makefile.in (ALL_MODULES): Add all-cgen.
10648 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10649 (all-cgen): New target.
10650 (all-opcodes,all-sim): Depend on all-cgen.
10651 * configure.in (host_tools): Add cgen.
10652 Only configure cgen if --enable-cgen-maint.
10653
dcde3c07 106542002-04-09 Loren J. Rittle <ljrittle@acm.org>
e701a477 10655
10656 * configure.in: Add *-*-freebsd* configurations.
10657
4caca96d 106582002-04-08 Tom Tromey <tromey@redhat.com>
10659
10660 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10661 Fixes PR libgcj/6068.
10662
ec66e65b 106632002-03-30 Krister Walfridsson <cato@df.lth.se>
10664
10665 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10666
dd96b1d1 106672002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10668
10669 * configure.in (alpha*-dec-osf*): Enable libgcj.
10670
dcde3c07 106712003-03-27 Matthew Gingell <gingell@gnat.com>
b62015df 10672
10673 * MAINTAINERS (Write After Approval): Add myself.
10674
52fdc102 106752002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10676
10677 Fix for: PR bootstrap/3591, target/5676
10678 * configure.in (mcore-pe): Disable the configuration of
10679 libstdc++-v3 since exceptions are not supported.
10680
f3830a0e 106812002-03-20 Anthony Green <green@redhat.com>
10682
10683 * configure.in: Enable libgcj for xscale-elf target.
10684
dcde3c07 10685Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
93ef9ddc 10686
10687 * MAINTAINERS: Update my email address.
10688
82c26350 106892002-03-16 Alexandre Oliva <aoliva@redhat.com>
10690
10691 * ltmain.sh (relink_command): Fix typo in previous change.
10692
30d51ce8 106932002-03-15 Alexandre Oliva <aoliva@redhat.com>
10694
10695 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10696 (relink_command): Added --tag flags.
10697 (mode=install): If relinking fails; error out.
10698
863ba363 106992002-03-12 Richard Henderson <rth@redhat.com>
10700
10701 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10702 .NOTPARALLEL tag.
10703 (do-check): Rename from check.
10704 (check): Allow parallel check.
10705
a4ae6a96 107062002-03-12 Bob Wilson <bob.wilson@acm.org>
10707
10708 * MAINTAINERS: Add myself as maintainer for xtensa port.
10709 Fix alphabetical order in CPU port maintainer list.
10710 Remove myself from Write After Approval list.
10711
b65e027c 107122002-03-11 Richard Henderson <rth@redhat.com>
10713
10714 * Makefile.in (.NOTPARALLEL): Add fake tag.
10715
857f2cca 107162002-03-07 H.J. Lu (hjl@gnu.org)
10717
10718 * configure.in: Enable gprof for mips*-*-linux*.
10719
f9231c6c 107202002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10721
10722 * MAINTAINERS (Write After Approval): Add myself.
10723
a51555c7 107242002-02-28 Alexandre Oliva <aoliva@redhat.com>
10725
10726 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10727 libjava.
10728 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10729
f48588d2 107302002-02-23 Alexandre Oliva <aoliva@redhat.com>
10731
10732 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10733 because its Makefile is there; test for the executable instead.
10734
4e979746 107352002-02-22 Alexandre Oliva <aoliva@redhat.com>
10736
10737 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10738 libstdc++-v3 and libjava.
10739
dcde3c07 107402002-02-11 Adam Megacz <adam@xwt.org>
ddb2364e 10741
10742 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10743 boehm-gc
2857c21b 10744
ff727c47 107452002-02-09 Alexandre Oliva <aoliva@redhat.com>
10746
10747 * config.guess: Updated to 2002-01-30's version.
10748 * config.sub: Updated to 2002-02-01's version.
10749 Contribute sh64-elf.
10750 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10751 * configure.in: Added sh64-*-*.
10752
77badc5f 107532002-02-08 Chris Demetriou <cgd@broadcom.com>
10754
10755 * MAINTAINERS: Belatedly add myself to write after approval list.
10756
270ba101 10757Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10758
10759 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10760 Remove self as Write After Approval.
10761
2ca6eb0a 107622002-01-31 Geoffrey Keating <geoffk@redhat.com>
10763
10764 * MAINTAINERS: Put self in as maintainer for contrib/regression
10765 directory.
10766
0a526b48 107672002-01-28 Phil Edwards <pme@gcc.gnu.org>
10768
10769 * MAINTAINERS: Update my email address.
10770
1602f15c 107712002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10772
2857c21b 10773 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10774 target-libiberty, and target-libgloss. Skip Java-related
1602f15c 10775 libraries if not supported for NetBSD on target CPU.
10776
ecec2beb 107772002-01-25 Douglas B Rupp <rupp@gnat.com>
10778
10779 * install-sh: Use _inst.$$_ for temp file name.
10780
645cf380 107812002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10782
10783 * MAINTAINERS (Write After Approval): Move my contact info
10784 from here...
10785 (OS Port Maintainers): ...to here (netbsd).
10786
aaced030 107872002-01-22 Bob Wilson <bob.wilson@acm.org>
10788
10789 * MAINTAINERS (Write After Approval): Add myself.
10790
dcde3c07 107912002-01-17 H.J. Lu <hjl@gnu.org>
bc0fa39e 10792
10793 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10794 (all-target-fastjar): Also depend on all-target-libiberty.
10795
7fac8b66 107962002-01-16 H.J. Lu (hjl@gnu.org)
10797
10798 * config.guess: Import from master sources, rev 1.225.
10799 * config.sub: Import from master sources, rev 1.238.
10800
22cb6446 108012002-01-16 Kazu Hirata <kazu@hxi.com>
10802
10803 * MAINTAINERS (Write After Approval): Remove myself.
10804
e83a1c00 108052001-12-19 Florian Weimer <fw@deneb.enyo.de>
10806
10807 * MAINTAINERS (Write After Approval): Add myself.
10808
7ac25494 108092001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10810
10811 * MAINTAINERS: Add self as docs co-maintainer.
10812
15f457c4 108132001-12-11 Matthias Klose <doko@debian.org>
10814
10815 * MAINTAINERS (Write After Approval): Add myself.
10816
9753f6ab 108172001-12-09 Zack Weinberg <zack@codesourcery.com>
10818
10819 * MAINTAINERS: Update my email address.
10820
35df4184 108212001-12-07 Turly O'Connor <turly@apple.com>
10822 * MAINTAINERS (Write After Approval): Add myself.
10823 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10824 (rs6000_initialize_trampoline): Call __trampoline_setup for
10825 ABI_DARWIN too.
10826 * darwin-tramp.asm: New file, implements __trampoline_setup.
13106b16 10827 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
35df4184 10828
66f95edb 108292001-12-07 Paolo Carlini <pcarlini@unitus.it>
10830
10831 * MAINTAINERS (Write After Approval): Add myself.
10832
e67b1627 10833Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10834
10835 * configure, configure.in: Use temp file for long sed commands.
10836
8dfee166 108372001-12-03 Laurent Guerby <guerby@acm.org>
10838
10839 * config.sub: Update to version 1.232 on subversion.
10840
7412cf54 108412001-12-03 Ben Elliston <bje@redhat.com>
10842
10843 * MAINTAINERS: Update mail address for config.* patches.
10844
dcde3c07 108452001-11-27 DJ Delorie <dj@redhat.com>
31972771 10846 Zack Weinberg <zack@codesourcery.com>
10847
10848 When build != host, create libiberty for the build machine.
10849
10850 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10851 CONFIG_ARGUMENTS.
10852 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10853 New variables.
10854 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10855 and rules.
10856 (all.normal): Depend on ALL_BUILD_MODULES.
10857 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10858 (all-build-libiberty): Depend on configure-build-libiberty.
10859
10860 * configure: Calculate and substitute proper value for
10861 ALL_BUILD_MODULES.
10862 * configure.in: Create the build subdirectory.
10863 Calculate and substitute TARGET_CONFIGARGS (formerly
10864 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10865
0e3daba4 108662001-11-26 Ziemowit Laski <zlaski@apple.com>
10867
10868 * MAINTAINERS (write-after-approval): Add self.
10869
1ccaa52c 108702001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10871
10872 * MAINTAINERS (GNATS only accounts): Remove self.
10873
97b9437e 108742001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10875
10876 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10877 libf2c.
10878
2d051b86 108792001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10880
10881 * MAINTAINERS (Write After Approval): Add self.
10882
9829bea4 108832001-11-12 David O'Brien <obrien@FreeBSD.org>
10884
10885 * MAINTAINERS: mips and s390 are also CPU ports.
10886
f8556812 108872001-11-12 David O'Brien <obrien@FreeBSD.org>
10888
10889 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10890
e3c6ddf5 108912001-11-11 David O'Brien <obrien@FreeBSD.org>
10892
10893 * MAINTAINERS: Alphabetize.
10894
31cd48a0 108952001-11-09 Kazu Hirata <kazu@hxi.com>
10896
10897 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10898
76f9a979 108992001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10900
10901 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10902
a9cbbd8a 109032001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10904
10905 * configure.in (--enable-languages): Be more permissive about
10906 syntax. Check for empty lists better. Warn about $LANGUAGES.
10907
dddb37d8 109082001-11-08 Geoffrey Keating <geoffk@redhat.com>
10909
10910 * config.sub: Import from master sources, rev. 1.230.
10911 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10912
f0314ce2 109132001-11-07 Laurent Guerby <guerby@acm.org>
10914
10915 * MAINTAINERS (Write After Approval): Add self.
10916
8c30d42d 109172001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10918
10919 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10920
18729ae0 109212001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10922
10923 * config.sub: Import from master sources, rev 1.226.
10924 * config.guess: Import from master sources, rev 1.216.
10925
38135c1e 109262001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10927
10928 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10929 * MAINTAINERS: Add self as maintainer of MMIX port.
10930 Remove old after-approval entry.
10931
fee90afd 109322001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10933
10934 * ChangeLog, configure: Fix spelling errors.
10935
800026b8 109362001-10-20 Brendan Kehoe <brendan@zen.org>
10937
10938 * MAINTAINERS: Tweak my address.
10939
dcde3c07 10940Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
eb3ce9d6 10941
10942 * MAINTAINERS: Update my email address.
10943
b746a8aa 109442001-10-11 Hans-Peter Nilsson <hp@axis.com>
115f17da 10945
10475f52 10946 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
c22f21b2 10947 * MAINTAINERS: Add self as maintainer of CRIS port.
115f17da 10948
27e8b2c3 109492001-10-10 Geert Bosch <bosch@gnat.com>
10950
31972771 10951 * MAINTAINERS (Various maintainers: Ada front end):
27e8b2c3 10952 Added Robert Dewar.
10953
dcde3c07 109542001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4f252e28 10955
10956 * MAINTAINERS (Write After Approval): Added self
10957
17a611d5 109582001-10-02 Geert Bosch <bosch@gnat.com>
10959
10960 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10961
8b20014f 109622001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10963
10964 * configure: Handle temporary files securely using mkdir.
10965
85d6787e 109662001-09-29 Alexandre Oliva <aoliva@redhat.com>
10967
10968 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10969
dcde3c07 109702001-09-26 Will Cohen <wcohen@redhat.com>
3c9a7565 10971
10972 * configure.in (*-*-linux*): Disable configuration of target-newlib
10973 and target-libgloss.
31972771 10974
1ed656c9 109752001-09-26 Alexandre Oliva <aoliva@redhat.com>
10976
10977 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10978 RANLIB.
10979
6f36c694 109802001-09-21 Alexandre Oliva <aoliva@redhat.com>
10981
10982 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10983 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10984 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10985 avoid quotes nesting problems.
10986 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10987 (DO_X): Export only variables that are set.
10988
471c8d6f 109892001-09-19 Ben Elliston <bje@redhat.com>
10990
10991 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10992 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10993 semantics. Use the shell built-in "type" command instead.
10994
debdecb8 109952001-08-31 Alexandre Oliva <aoliva@redhat.com>
10996
10997 Merged from gcc-3_0-branch:
10998 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10999 * ltcf-c.sh: Use $objext, not $ac_objext.
11000 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11001 * ltcf-cxx.sh: Add support for GNU.
11002 2001-07-22 Timothy Wall <twall@redhat.com>
11003 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11004 default settings if using GNU tools with that configuration.
11005 * ltcf-cxx.sh: Ditto.
11006 * ltcf-gcj.sh: Ditto.
11007 2001-07-21 Michael Chastain <chastain@redhat.com>
11008 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11009 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11010 * ltmain.sh: Mark as gcc-local.
11011
79af057d 110122001-08-30 Eric Christopher <echristo@redhat.com>
11013 Jason Eckhardt <jle@redhat.com>
11014
11015 * config.guess: Merge from master sources.
11016 * config.sub: Merge from master sources, add support for mipsisa32.
11017
2af6c242 110182001-08-25 Geoffrey Keating <geoffk@redhat.com>
2af6c242 11019 * config.sub: Merge from master sources, rev 1.219.
11020 * MAINTAINERS: Add self as contact for stormy16 port.
11021
2e1f0726 110222001-08-14 Zack Weinberg <zackw@panix.com>
11023
11024 * config.sub: Merge from master sources, rev 1.218.
11025 * config.guess: Merge from master sources, rev 1.209.
11026
7148a43f 110272001-08-11 Graham Stott <grahams@redhat.com>
11028
11029 * Makefile.in (check-c++): Add missing semicolon.
11030
7572bd48 11031Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11032
2af6c242 11033 * MAINTAINERS (Various maitainers: predict.def): Added myself.
7572bd48 11034
f9daa432 110352001-07-30 Eric Christopher <echristo@redhat.com>
11036
11037 * MAINTAINERS (Various maintainers: mips port): Added myself.
11038
d5d994d4 110392001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11040
31972771 11041 * configure.in (sh-*-linux*): New.
d5d994d4 11042
8741eff3 110432001-07-27 Richard Henderson <rth@redhat.com>
11044
11045 * .cvsignore: Add LAST_UPDATED.
11046
e06d8cc6 110472001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11048
11049 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11050
8729bf80 110512001-07-16 Aldy Hernandez <aldyh@redhat.com>
11052
31972771 11053 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8729bf80 11054
19abf887 11055Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11056
11057 * MAINTAINERS (Write After Approval): Added myself.
11058
8f71eb19 110592001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11060
11061 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11062 and libgcj on m68hc11/m68hc12.
11063
fc5104b7 110642001-06-27 H.J. Lu (hjl@gnu.org)
11065
11066 * Makefile (CFLAGS_FOR_BUILD): New.
11067 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11068
8ee5e915 110692001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11070
11071 * README: Remove version number.
11072
c753142b 110732001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11074
11075 * INSTALL/README: Update wrt. to the installation instructions now
11076 residing in gcc/doc/install.texi.
11077
8f602ce4 110782001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11079
11080 * README: Replace with a cut-down and updated version of gcc/README.
11081
0546d603 110822001-06-12 David Edelsohn <edelsohn@gnu.org>
11083
11084 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11085 multilibs to be disabled.
11086
f3886572 110872001-06-11 Daniel Berlin <dan@cgsoftware.com>
11088
11089 * MAINTAINERS (Write After Approval): Add myself.
f9daa432 11090
f1379586 110912001-06-09 Alexandre Oliva <aoliva@redhat.com>
11092
11093 * config.guess: Import CVS version 1.195.
11094 * config.sub: Import CVS version 1.212.
11095
ff091412 110962001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11097
11098 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11099 gcc/xgcc is built, use -print-prog-name to find out the program
11100 name to use.
11101
6eadd25b 111022001-06-04 Phil Edwards <pme@sources.redhat.com>
11103
11104 * config.guess: Import CVS version 1.194. All gcc-local changes
11105 appear to also be in the master copy.
11106 * config.sub: Import CVS version 1.211.
11107
761c31c6 11108Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11109
11110 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11111 with_gcc]: Use `gcc -shared' to build a shared library.
11112
833b6505 11113Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11114
11115 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11116 archives.
11117
9847d949 11118Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11119
11120 * MAINTAINERS (Write After Approval): Add myself.
11121
fadf0d3c 111222001-06-01 Hans-Peter Nilsson <hp@axis.com>
11123
11124 * configure.in (libstdcxx_flags): Do not try to execute
11125 libstdc++-v3/testsuite_flags until it exists.
11126
d39a4f27 111272001-06-01 Alan Modra <amodra@bigpond.net.au>
11128
11129 * MAINTAINERS: Update my email address.
11130
d0642799 111312001-05-31 Graham Stott <grahams@redhat.com>
11132
11133 * MAINTAINERS (Write After Approval): Add myself.
11134
dcde3c07 111352001-05-28 Simon Patarin <simon.patarin@inria.fr>
9c6813ce 11136
11137 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11138 libraries when using g++ with native linker.
11139
a28875e9 111402001-05-28 Alexandre Oliva <aoliva@redhat.com>
11141
11142 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11143
00ed89e1 111442001-05-22 Alexandre Oliva <aoliva@redhat.com>
11145
11146 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11147 [aix4*|aix5*]: Prepend blank.
11148
93221b10 111492001-05-20 Alexandre Oliva <aoliva@redhat.com>
11150
11151 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11152 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11153 of subdir/configure scripts to use the new libtool.m4.
11154
b26428f6 111552001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11156
11157 * MAINTAINERS (Write After Approval): Add myself.
11158
de27502c 111592001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11160
11161 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11162
28e776fd 111632001-05-11 Ben Elliston <bje@redhat.com>
11164
11165 * Makefile.in (all-sid): New target.
11166 (check-sid, clean-sid, install-sid): Likewise.
11167
e67abcc9 111682001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11169
11170 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11171
df4fdffb 111722001-05-03 Alexandre Oliva <aoliva@redhat.com>
11173
11174 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11175 libgcj.
11176
111772001-05-03 Alexandre Oliva <aoliva@redhat.com>
11178
11179 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11180 gcc/xgcc is built, use -print-prog-name to find out the program
11181 name to use.
11182
dfb18c91 111832001-04-26 Alexandre Oliva <aoliva@redhat.com>
11184
fdaf496c 11185 * configure.in (noconfigdirs): Don't reset it from scratch in the
11186 target case; only append to it.
f9daa432 11187
dfb18c91 11188 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11189 sparc-*-solaris2.8]: Disable ${libgcj}.
11190
f7ec7829 111912001-04-25 Alexandre Oliva <aoliva@redhat.com>
11192
11193 * configure.in (libgcj_saved): Copy from $libgcj.
11194 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11195 --disable-libgcj.
11196
b890ea44 111972001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11198
11199 * MAINTAINERS: Remove self as MIPS maintainer and
f9daa432 11200 C front end maintainer.
b890ea44 11201
f6dd84a6 11202Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11203
11204 * configure.in: Move *-chorusos target case to the proper switch.
11205 Disable libgcj.
11206
46b021de 112072001-04-12 Alexandre Oliva <aoliva@redhat.com>
11208
11209 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11210 1.641.2.228.
11211
0355c121 112122001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11213
11214 * Makefile.in (STAGE1_CFLAGS): Pass down.
11215
954078d1 112162001-04-13 Alan Modra <amodra@one.net.au>
11217
11218 * config.guess: Add hppa64-linux support. Note for next import that
11219 this is already in the master file.
11220 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11221
67282802 112222001-04-12 Alexandre Oliva <aoliva@redhat.com>
11223
11224 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11225 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11226
628f3e51 112272001-04-11 Stan Shebs <shebs@apple.com>
11228
11229 * MAINTAINERS: Add self as Darwin port maintainer.
11230
c5659af6 112312001-04-11 Alan Modra <amodra@one.net.au>
11232
11233 * MAINTAINERS: Update my email address.
11234
6a965736 112352001-04-10 Loren J. Rittle <ljrittle@acm.org>
11236
11237 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11238 recent versions of FreeBSD (release 3 or later).
11239 * ltconfig: On FreeBSD, -lc must not be provided when building
11240 a shared library or else the standard -pthread gcc option is
11241 rendered worthless to later users of the built library.
11242
e64be694 112432001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11244
11245 * MAINTAINERS: Add self and RTH as C front end maintainers.
11246
a28f421e 112472001-04-05 Alexandre Oliva <aoliva@redhat.com>
11248
31972771 11249 * config.sub: Make sure to match an already-canonicalized
11250 machine name (eg. mn10300-unknown-elf).
a28f421e 11251
1cb80700 112522001-04-01 Alexandre Oliva <aoliva@redhat.com>
11253
11254 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11255 New macros.
11256 (bootstrap, cross): Use RECURSE_FLAGS.
11257 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11258
8929c4de 112592001-03-27 Alexandre Oliva <aoliva@redhat.com>
11260
11261 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11262
46b43912 112632001-03-22 Colin Howell <chowell@redhat.com>
11264
5c144a30 11265 * Makefile.in (DO_X): Do not backslash single-quotes in
11266 backquotes (two places).
46b43912 11267
cd003521 112682001-03-22 Alexandre Oliva <aoliva@redhat.com>
11269
11270 Re-installed:
11271 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11272 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11273 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11274 * ltcf-cxx.sh: Likewise.
11275 * ltcf-gcj.sh: Likewise.
11276
7c9b3c20 112772001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11278
11279 * MAINTAINERS: Add myself as "documentation co-maintainer".
11280
88c1d089 112812001-03-22 Alexandre Oliva <aoliva@redhat.com>
11282
11283 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11284 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11285
ed7a462d 112862001-03-19 Tom Tromey <tromey@redhat.com>
11287
11288 * config-ml.in: Handle GCJ and GCJFLAGS.
11289
3caa3e73 112902001-03-21 Michael Chastain <chastain@redhat.com>
11291
11292 * Makefile.in: all-m4 depends on all-texinfo.
11293
45b909bc 112942001-03-20 Loren J. Rittle <ljrittle@acm.org>
11295
11296 * MAINTAINERS: Add myself to write after approval list.
11297
f9ecd05b 112982001-03-18 Laurynas Biveinis <lauras@softhome.net>
11299
11300 * Makefile.in (DO_X): Quote nested quotes.
11301
a0167be8 113022001-03-18 Alan Modra <alan@linuxcare.com.au>
11303
11304 * MAINTAINERS: Add myself to write after approval list.
11305
34690eeb 113062001-03-15 Laurynas Biveinis <lauras@softhome.net>
11307
11308 * Makefile.in (DO_X): Use double quotes for quoting
11309 "RANLIB=$${RANLIB}".
11310
ace16e3d 113112001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11312
11313 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11314
dcde3c07 113152001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
314b6875 11316
11317 * configure.in: Only use `lang_requires' for languages athat are
11318 actually enabled.
11319
6941e176 113202001-03-08 Phil Edwards <pme@sources.redhat.com>
11321
11322 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11323
8278b709 113242001-03-08 Alexandre Oliva <aoliva@redhat.com>
11325
11326 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11327
1a6eb118 113282001-03-07 Tom Tromey <tromey@redhat.com>
11329
11330 * configure.in: Allow config-lang.in to set `lang_requires' to list
11331 of other required languages.
11332
8c74272d 113332001-03-06 Laurynas Biveinis <lauras@softhome.net>
11334
11335 * Makefile.in: Remove RANLIB definition. Use RANLIB
11336 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11337 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
f9daa432 11338
41edef81 113392001-02-28 Benjamin Kosnik <bkoz@redhat.com>
31972771 11340 Alexandre Oliva <aoliva@redhat.com>
f9daa432 11341
41edef81 11342 * Makefile.in (check-c++): Use tabs, not spaces.
11343
8b6c1516 113442001-02-20 Laurynas Biveinis <lauras@softhome.net>
f9daa432 11345
8b6c1516 11346 * MAINTAINERS: add myself to Write After Approval list.
11347
66c4386e 113482001-02-19 Benjamin Kosnik <bkoz@redhat.com>
fd1a012c 11349
31972771 11350 * Makefile.in (check-c++): New rule.
f9daa432 11351
fd1a012c 11352 * configure.in (target_libs): Remove libg++.
11353 (noconfigdirs): Remove libg++.
11354 (noconfigdirs): Same.
11355 (noconfigdirs): Same.
11356 (noconfigdirs): Same.
11357
11358 * config-ml.in: Remove libg++ references.
11359
11360 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11361 (ALL_TARGET_MODULES): Same.
11362 (configure-target-libg++): Remove.
11363 (all-target-libg++): Remove.
11364 (configure-target-libio): Remove.
11365 (all-target-libio): Remove.
11366 (check-target-libio): Remove.
11367 (.PHONY): Remove.
11368 (libg++.tar.bz2): Remove.
11369 (all-target-cygmon): Remove libio.
11370 (all-target-libstdc++): Remove.
11371 (configure-target-libstdc++): Remove.
11372 (TARGET_LIB_PATH): Remove libstdc++.
11373 (ALL_GCC_CXX): Remove libstdc++.
11374 (all-target-gperf): Correct.
11375
8fb60dad 113762001-02-16 Nick Clifton <nickc@redhat.com>
11377
11378 * configure.in (noconfigdirs): Allow configuration of texinfo
11379 for Cygwin hosts.
11380
8611f330 113812001-02-15 Anthony Green <green@redhat.com>
11382
11383 * configure: Introduce GCJ_FOR_TARGET.
11384 * configure.in: Ditto.
11385 * Makefile.in: Ditto.
11386
863b470b 113872001-02-13 Andreas Schwab <schwab@suse.de>
11388
11389 * MAINTAINERS: Update mail address.
11390
9bfefeba 113912001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11392
11393 * config.guess: Add linux target for S/390.
11394 * config.sub: Likewise.
11395
dcde3c07 113962001-02-08 Chandrakala Chavva <cchavva@redhat.com>
737f6b8e 11397
11398 * configure.in: for *-chorusos, don't config target-newlib and
31972771 11399 target-libgloss.
737f6b8e 11400
60611395 114012001-02-06 Ben Elliston <bje@redhat.com>
11402
11403 * configure: Output host type to stdout, not stderr.
11404
2b05b516 114052001-02-05 Mark Mitchell <mark@codesourcery.com>
11406
da0c6982 11407 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
fda29981 11408 * ltcf-cxx.sh: Likewise.
11409
2b05b516 11410 * config.if: Assume enable_libstdcxx_v3 is defined.
11411
1030d23b 114122001-02-04 Mark Mitchell <mark@codesourcery.com>
11413
11414 Remove V2 C++ library.
11415 * configure.in: Remove --enable-libstdcxx_v3 support.
11416
1c1033dd 114172001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11418
11419 * include/demangle.h: Add prototype for java_demangle_v3.
11420
3a2af5aa 114212001-01-29 Phil Edwards <pme@sources.redhat.com>
11422
11423 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11424
f4763e9a 114252001-01-27 Richard Henderson <rth@redhat.com>
11426
11427 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11428
1e5173c2 114292001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11430
11431 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11432 Don't unset, it's non-portable and no longer necessary, set to empty
11433 instead.
11434
441075de 114352001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11436
11437 * ltconfig: Shell portability fix for the tagname validity check.
11438
21037ec8 114392001-01-27 Alexandre Oliva <aoliva@redhat.com>
11440
11441 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11442 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11443
db45c2a0 114442001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11445
11446 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11447
2c18c34e 114482001-01-26 Tom Tromey <tromey@redhat.com>
11449
11450 * configure.in: Allow libgcj to be built on Sparc Solaris.
11451
4b44c1a3 114522001-01-25 David Edelsohn <edelsohn@gnu.org>
11453
11454 * ltcf-c.sh: Add aix5 case.
11455 * ltcf-cxx.sh: Likewise.
11456 * ltconfig: Likewise.
11457
24f78d1b 114582001-01-24 Alexandre Oliva <aoliva@redhat.com>
11459
a7b0e06d 11460 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11461 keep at least one of build_libtool_libs or build_old_libs set to
11462 yes.
11463
24f78d1b 11464 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11465 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11466
ef1760c1 114672001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11468
11469 * configure.in: Enable libgcj on several additional platforms.
11470
1986d3d9 114712001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11472
11473 * configure.in: Enable libgcj for linux targets.
11474
7e1bb7bf 114752001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11476
11477 * MAINTAINERS (Write After Approval): Add myself.
11478
f3a027ae 114792001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11480
11481 * MAINTAINERS: Add myself as vax port maintainer.
11482
5e7056b8 114832001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11484
11485 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11486
0d2271de 114872001-01-09 Mike Stump <mrs@wrs.com>
11488
11489 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11490 failures of subdirectories.
11491
cd003521 114922001-01-02 Laurynas Biveinis <lauras@softhome.net>
d76e21ba 11493
cd003521 11494 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
d76e21ba 11495 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
cd003521 11496 * ltcf-cxx.sh: Likewise.
11497 * ltcf-gcj.sh: Likewise.
11498 * ltconfig.sh: Fix typo.
d76e21ba 11499
95426b72 115002001-01-02 Laurynas Biveinis <lauras@softhome.net>
11501
11502 * configure: handle DOS-style absolute paths.
11503
bd55fdd4 115042001-01-02 Laurynas Biveinis <lauras@softhome.net>
11505
11506 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11507
66714311 115082000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11509
11510 * MAINTAINERS: Add myself as avr port co-maintainer.
11511
f4f04af5 115122000-12-28 Ben Elliston <bje@redhat.com>
11513
11514 * MAINTAINERS: Add myself under ``Write After Approval''.
11515
81875c45 115162000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11517
11518 * texinfo: Remove directory from GCC.
11519
35d9361d 115202000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11521
11522 * COPYING: Update to current
11523 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11524 to 19yy as example year in copyright notice).
11525
ac20ef2c 115262000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11527
f9daa432 11528 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
ac20ef2c 11529 (libstdcxx_incdir): Pass down.
11530 * config.if: Remove expired bits for cxx_interface, add stub.
11531 (libstdcxx_incdir): Add variable for g++ include directory.
11532 * configure.in (gxx_include_dir): Use it.
f9daa432 11533
d550dfb2 115342000-12-18 Alexandre Oliva <aoliva@redhat.com>
11535
11536 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11537 with old-email address from ``Write After Approval''.
11538
2353a84c 115392000-12-15 Andreas Jaeger <aj@suse.de>
11540
11541 * configure.in: Handle lang_dirs.
11542
115432000-12-14 Tom Tromey <tromey@redhat.com>
1bbd1888 11544
ad324c4e 11545 * MAINTAINERS: Removed brads.
11546
1bbd1888 11547 * MAINTAINERS: Added gcj developers.
11548
7756f182 115492000-12-13 Anthony Green <green@redhat.com>
f9daa432 11550
7756f182 11551 * configure.in: Disable libgcj for any target not specifically
4b695c23 11552 listed. Disable libgcj for x86 and Alpha Linux until compatible
11553 with g++ abi.
f9daa432 11554
1ef27c9d 115552000-12-13 Mike Stump <mrs@wrs.com>
11556
11557 * Makefile.in (local-distclean): Also remove fastjar.
11558
8c200666 115592000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11560
11561 * contrib/gcc_update: Add fastjar --touch entries.
11562
abc9907a 115632000-12-12 Alexandre Oliva <aoliva@redhat.com>
11564
11565 * configure.in: Disable language-specific target libraries for
11566 languages that aren't enabled.
11567
4d5a2476 115682000-12-10 Anthony Green <green@redhat.com>
11569
11570 * configure.in: Define libgcj. Disable libgcj target libraries for
11571 most targets.
11572
f30b13ba 115732000-12-10 Neil Booth <neilb@earthling.net>
11574
11575 * MAINTAINERS: Update mail address, remove from WAA list.
11576
da538d34 115772000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11578
11579 * libjava: Imported from /cvs/java.
11580 * libffi: Likewise.
11581 * Boehm-gc: Likewise.
11582
bb5f4242 115832000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11584
11585 * configure.in (target_libs): Revert 2000-12-08 patch.
11586 (noconfigdirs): Added target-libjava.
11587
f4f46f68 115882000-12-09 Laurynas Biveinis <lauras@softhome.net>
11589
11590 * djunpack.bat: removed.
11591
2adfe2a9 115922000-12-09 Laurynas Biveinis <lauras@softhome.net>
11593
11594 * Makefile.in: handle DOS-style absolute paths.
11595 * config-ml.in: likewise.
11596 * symlink-tree: likewise.
11597
7ce26751 115982000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11599
11600 * fastjar: Imported.
11601
68a758b6 116022000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11603
11604 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11605 libjava.
11606 * configure.in (target_libs): Removed `target-libjava'.
11607
0b3b9f3b 116082000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11609
11610 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11611 (ALL_MODULES): Added fastjar.
11612 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11613 (all-target-libjava): all-fastjar replaces all-zip.
11614 (all-fastjar): Added.
11615 (configure-target-fastjar, all-target-fastjar): Likewise.
11616 * configure.in (host_tools): Added fastjar.
11617
b9b564e0 116182000-12-07 Mike Stump <mrs@wrs.com>
11619
11620 * Makefile.in (local-distclean): Remove leftover built files.
11621
1a45dccf 116222000-11-24 Nick Clifton <nickc@redhat.com>
11623
11624 * configure.in (xscale-elf): Add target.
11625 (xscale-coff): Add target.
11626
b21e5977 116272000-11-22 Loren J. Rittle <ljrittle@acm.org>
11628
31972771 11629 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11630 recent versions of FreeBSD (release 3 or later).
11631 * ltconfig: On FreeBSD, -lc must not be provided when building
11632 a shared library or else the standard -pthread gcc option is
11633 rendered worthless to later users of the built library.
b21e5977 11634
d7ce037e 116352000-11-16 Fred Fish <fnf@be.com>
11636
11637 * configure.in (enable_libstdcxx_v3): Fix typo,
11638 libstd++ -> libstdc++.
11639
2c5d378d 116402000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11641
11642 * MAINTAINERS: Add self to Write After Approval list.
11643
ea4ec5d3 116442000-11-21 Bernd Schmidt <bernds@redhat.com>
11645
11646 * MAINTAINERS: Update my email address. Add myself to global write
11647 privs list.
11648
5cfbc08c 116492000-11-18 Alexandre Oliva <aoliva@redhat.com>
11650
f42cc732 11651 * Makefile.in: Merge with src and libgcj.
11652 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11653 configure-target-<library> when their configure scripts need the C
11654 or C++ library to have already been built to work properly.
11655 (do_proto_toplev): Set them to an empty string.
11656
5cfbc08c 11657 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11658 (REALLY_SET_LIB_PATH): Use them.
11659
f1433f3d 116602000-11-17 Stan Shebs <shebs@apple.com>
11661
11662 * MAINTAINERS: Add self to Write After Approval list.
11663
9371935c 116642000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11665
11666 * configure: Provide the original toplevel configure arguments
11667 (including $0) to subprocesses in the environment rather than
11668 through gcc/configargs.h.
11669
967ccfb6 116702000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11671
11672 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11673 C99. Alphabetise "Write After Approval" list.
11674
facb1a06 116752000-11-12 Mark Mitchell <mark@codesourcery.com>
11676
4ec87d68 11677 * configure: Turn on libstdc++ V3 by default.
11678
facb1a06 11679 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11680 if we've got GCC.
11681
0877e533 116822000-11-11 Philip Blundell <philb@gnu.org>
11683
11684 * MAINTAINERS: Add self to Write After Approval list.
11685
a6fdcbb2 116862000-11-09 David Edelsohn <edelsohn@gnu.org>
11687
11688 * ltcf-c.sh (aix4): Improve shared library configuration; require
11689 exporting symbols.
11690 * ltcf-cxx.sh (aix4): Define.
11691 * ltconfig (aix4): Define library and soname specs appropriate for
11692 AIX. Define command to create export symbols list.
11693
dcde3c07 11694Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
4fa12471 11695
11696 * config.sub: Add support for Sun Chorus
11697
cc849a38 116982000-10-31 Nick Clifton <nickc@redhat.com>
11699
11700 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11701 <name>@redhat.com. Also installed new email address for Clint
11702 Popetz.
f9daa432 11703
3f23f60a 117042000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11705
11706 * etc: Remove directory from GCC.
11707
3e9279ee 117082000-10-16 Michael Meissner <meissner@redhat.com>
11709
11710 * configure (gcc/configargs.h): Only create if there is a build GCC
11711 directory created.
11712
f9daa432 117132000-10-16 Matthias Klose <doko@debian.org>
11714
5c371a2c 11715 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11716 when configured for libstdc++-v3.
11717
4a0e2d42 117182000-10-05 Phil Edwards <pme@gcc.gnu.org>
11719
11720 * configure: Save configure arguments to gcc/configargs.h.
11721
f39aafc5 117222000-10-04 Philipp Thomas <pthomas@suse.de>
11723
11724 * config.guess: Import CVS version 1.157.
11725 * config.sub: Import CVS version 1.181.
11726
c884589e 117272000-10-04 Andris Pavenis <pavenis@latnet.lv>
11728
11729 * Makefile.in (bootstrap): avoid recursion if subdir missing
11730 (cross): ditto
11731 (do-proto-toplev): ditto
11732
c1a13da0 117332000-09-30 Alexandre Oliva <aoliva@redhat.com>
11734
e920d979 11735 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11736 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11737
c1a13da0 11738 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11739 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11740 all affected `configure' scripts.
11741
81089fbf 11742Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11743
11744 * MAINTAINERS: Add self as cpplib co-maintainer.
11745
c47eeef8 117462000-09-24 Aldy Hernandez <aldyh@redhat.com>
11747
11748 * MAINTAINERS: Add self to Write After Approval list.
11749
1f6ba023 117502000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11751
11752 * INSTALL/README: egcs -> GCC update.
11753
dcde3c07 11754Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
cf1f3b68 11755
11756 * MAINTAINERS: Add myself to Write After Approval list.
11757
eca133bc 117582000-09-15 Kazu Hirata <kazu@hxi.com>
11759
11760 * MAINTAINERS: Add myself to Write After Approval list.
11761
3a6d39fe 11762Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11763
31972771 11764 * configure.in: Do not build byacc for hppa64. Provide paths to the
11765 X11 libraries for hppa64.
3a6d39fe 11766
5e4d941a 117672000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11768
11769 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11770
fd7f3a57 117712000-09-06 Alexandre Oliva <aoliva@redhat.com>
11772
5fbdfc0f 11773 * Makefile.in (all-zlib): Added dummy target.
11774
fd7f3a57 11775 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11776 ltcf-gcj.sh: Updated from libtool multi-language branch.
11777
92b251ca 117782000-09-05 Alexandre Oliva <aoliva@redhat.com>
11779
11780 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11781 (bootstrap*): Depend on all-bootstrap.
11782
31ab897a 117832000-09-05 Philipp Thomas <pthomas@suse.de>
11784
11785 * config.guess: Import CVS version 1.156.
11786 * config.sub: Import CVS version 1.179.
11787
add841d2 117882000-09-02 Anthony Green <green@cygnus.com>
11789
11790 * Makefile.in (all-gcc): Depend on all-zlib.
11791 (CLEAN_MODULES): Add clean-zlib.
11792 (ALL_MODULES): Add all-zlib.
11793 * configure.in (host_libs): Add zlib.
11794
aff0af06 117952000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
e2bac683 11796
11797 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11798 crosses, but add gcc/include to the header search path for them.
11799
d6f4f260 118002000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11801
11802 * MAINTAINERS: Add self to Write After Approval list.
11803
352d4040 118042000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11805
11806 * config.guess: Import CVS version 1.152.
11807 * config.sub: Import CVS version 1.177.
11808
a49a3523 118092000-08-25 Alexandre Oliva <aoliva@redhat.com>
11810
681dbe98 11811 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11812 $targargs to tell whether newlib is going to be built.
11813
a49a3523 11814 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11815 $$r/TARGET_SUBDIR/libio for _G_config.h.
11816
2fb10547 118172000-08-23 Alexandre Oliva <aoliva@redhat.com>
11818
11819 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11820
1554dae1 118212000-08-22 DJ Delorie <dj@redhat.com>
11822
11823 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11824
883e4a54 118252000-08-22 Alexandre Oliva <aoliva@redhat.com>
11826
11827 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11828 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11829 sub-configures.
11830
47e1a34e 118312000-08-21 DJ Delorie <dj@redhat.com>
11832
11833 * MAINTAINERS: Add self as a libiberty maintainer
11834
f4fb1596 118352000-08-16 Alexandre Oliva <aoliva@redhat.com>
11836
11837 * configure.in (libstdcxx_flags): Use
11838 libstdc++-v3/src/libstdc++.INC.
11839
a4b68c89 118402000-08-15 Alexandre Oliva <aoliva@redhat.com>
11841
11842 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11843
e800dd2f 118442000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11845
e5d5867a 11846 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11847
f9daa432 11848 * configure: Make enable_threads and enable_shared defaults
e800dd2f 11849 explicit. Substitute enable_threads into generated Makefiles.
11850 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11851 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11852
4a5bda50 118532000-08-13 Geoff Keating <geoffk@cygnus.com>
11854
11855 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11856
2968054b 118572000-08-12 Alexandre Oliva <aoliva@redhat.com>
11858
11859 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11860 previous delta.
11861
cbf326ce 118622000-08-11 Jason Merrill <jason@redhat.com>
d793b7ed 11863
cbf326ce 11864 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11865 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11866 (FLAGS_FOR_TARGET): Not here.
11867 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
d793b7ed 11868
287d2cfb 118692000-08-11 Alexandre Oliva <aoliva@redhat.com>
11870
11871 * config-ml.in (CC, CXX): Don't introduce a leading space.
11872
9b573fd8 118732000-08-07 DJ Delorie <dj@delorie.com>
11874
11875 * MAINTAINERS: Add self as a DJGPP maintainer
11876
ede08f9f 118772000-08-07 DJ Delorie <dj@redhat.com>
11878
11879 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11880 "if we're also building gcc, and it's a gcc that will run on the
11881 build machine, we want to use its includes instead of the system's
11882 default includes".
11883
85895852 118842000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11885
11886 * MAINTAINERS: Add self to Write After Approval list.
11887
454c751b 118882000-08-03 Alexandre Oliva <aoliva@redhat.com>
11889
feb7523c 11890 * configure.in (libstdcxx_flags): Don't use `"'.
11891
454c751b 11892 * config-ml.in: Adjust multilib search paths to the
11893 appropriate multilib tree.
11894
0a120c53 118952000-08-02 Alexandre Oliva <aoliva@redhat.com>
11896
11897 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11898 commas in $LANGUAGES.
11899
f3efc960 119002000-08-02 Manfred Hollstein <manfredh@redhat.com>
11901
11902 * configure.in: Re-enable all references to libg++ and librx.
11903
00c97451 119042000-08-01 Alexandre Oliva <aoliva@redhat.com>
11905
650713eb 11906 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11907 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11908 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11909 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11910
00c97451 11911 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11912
4d3fd3b7 119132000-07-31 Alexandre Oliva <aoliva@redhat.com>
11914
11915 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11916 CXX_FOR_TARGET for sed.
11917
32999451 119182000-07-30 Alexandre Oliva <aoliva@redhat.com>
11919
11920 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11921 Do not override if already set in the environment or in configure.
11922 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11923 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11924
c102b56d 119252000-07-28 Alexandre Oliva <aoliva@redhat.com>
11926
11927 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11928 the libtool CVS tree multi-language branch.
11929 * ltconfig, ltmain.sh: Updated.
f9daa432 11930
bc7af389 119312000-07-27 Alexandre Oliva <aoliva@redhat.com>
11932
ed2dfc92 11933 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11934 (clean-target): Depend on it.
11935
bc7af389 11936 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11937 (GCC_FOR_TARGET): Use it.
11938 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11939 * configure.in: ... here.
11940 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11941 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11942
aee16bda 119432000-07-24 Eric Christopher <echristo@cygnus.com>
11944
11945 * MAINTAINERS: Add self to Write After Approval list.
11946
bae203e7 119472000-07-24 Alexandre Oliva <aoliva@redhat.com>
11948
8ad0b02a 11949 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11950 (configure-target-libchill, configure-target-libobjc): Likewise.
11951
bae203e7 11952 * configure.in: Use the same cache file for all target libs.
11953 * config-ml.in: But different cache files per multilib variant.
11954
2dce220b 119552000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11956
11957 * configure (topsrcdir): Don't use dirname.
11958
84a55ca2 119592000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11960
11961 * MAINTAINERS: Add self to Write After Approval list.
11962
151ad919 119632000-07-20 Jason Merrill <jason@redhat.com>
11964
11965 * configure.in: Remove all references to libg++ and librx.
11966
11967 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11968
119692000-07-20 Hans-Peter Nilsson <hp@axis.com>
11970
11971 * config.sub: Update to subversions version 2000-07-06.
11972
99545576 119732000-07-12 Andrew Haley <aph@cygnus.com>
11974
11975 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11976 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11977
1ac432f1 119782000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11979
11980 * symlink-tree: Check number of arguments.
11981
8d6dd244 119822000-07-05 Jim Wilson <wilson@cygnus.com>
11983
11984 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11985 search path for a g++ extracted from the build tree. This
11986 will allow link tests run by configure scripts in
11987 subdirectories to succeed.
11988
151ad919 119892000-07-01 Koundinya K <kk@ddeorg.soft.net>
11990
31972771 11991 * ltconfig: Add support for mips-dde-sysv4.2MP
aee16bda 11992
74c42694 119932000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11994
11995 * MAINTAINERS: Add myself as loop discovery maintainer.
11996
151ad919 119972000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11998
11999 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12000 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12001
120022000-06-19 Timothy Wall <twall@cygnus.com>
12003
12004 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12005 * config.sub: Add tic54x target.
12006
39d9b770 12007Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12008
12009 * MAINTAINERS: Add self as Fortran maintainer,
12010 remove Craig Burley.
12011
151ad919 12012Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13645f53 12013
151ad919 12014 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12015 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13645f53 12016
a71aa125 12017Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12018
12019 * MAINTAINERS: Add self as i18n maintainer
12020
151ad919 1202120000-05-21 H.J. Lu (hjl@gnu.org)
12022
31972771 12023 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12024 directory are used if they exist. Make sure
12025 $(build_tooldir)/include is searched for header files,
12026 $(build_tooldir)/lib/ for library files.
151ad919 12027 (GCC_FOR_TARGET): Likewise.
31972771 12028 (CXX_FOR_TARGET): Likewise.
151ad919 12029
1ef89cd1 12030Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12031
12032 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12033
151ad919 12034Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
810e9e00 12035
12036 * Makefile.in (configure-target-libiberty): Depend on
12037 configure-target-newlib.
12038
ffee4df0 120392000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12040
12041 * configure.in, Makefile.in: Merge all libffi-related
12042 configury stuff from the libgcj tree.
12043
151ad919 12044Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12045
12046 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12047 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12048
12049Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12050
12051 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12052 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4b695c23 12053 current version information. Add to proto-toplev directory.
151ad919 12054 (gdb-taz): Build do-djunpack.
12055
677b224d 120562000-05-15 David Edelsohn <edelsohn@gnu.org>
12057
12058 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12059
36d84962 12060Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12061
12062 * MAINTAINERS: Add self to Write After Approval list.
12063
151ad919 120642000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12065
12066 * ltmain.sh: Preserve in relink_command any environment
12067 variables that may affect the linker behavior.
12068
b4ae6e19 12069Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12070
151ad919 12071 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12072
12073Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12074
12075 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12076
120772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12078
12079 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
31972771 12080 with the version name.
b4ae6e19 12081
9f8322d4 12082Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12083
12084 * MAINTAINERS: Add self as bb-reorder maintainer.
12085
212276a1 120862000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12087
12088 * config.if: Tweak.
12089
151ad919 120902000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12091
12092 * djunpack.bat: New file.
12093
12094Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12095
12096 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4b695c23 12097 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12098 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12099 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
151ad919 12100
1e866de7 121012000-04-16 Dave Pitts <dpitts@cozx.com>
12102
31972771 12103 * config.sub (case $basic_machine): Change default for "ibm-*"
12104 to "openedition".
1e866de7 12105
c3d0c692 121062000-04-13 Andreas Jaeger <aj@suse.de>
12107
12108 * MAINTAINERS: Added myself.
12109
151ad919 12110Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12111
12112 * Makefile.in (gdb-taz): New target. GDB specific archive.
12113 (do-md5sum): New target.
12114 (MD5PROG): Define.
12115 (PACKAGE): Default to TOOL.
12116 (VER): Default to a shell script.
12117 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4b695c23 12118 md5 checksum generation.
151ad919 12119 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12120 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12121 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4b695c23 12122 insight.tar.bz2): Use gdb-taz to create archive.
151ad919 12123
12124Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12125
12126 * configure (warn_cflags): Delete.
12127
dd0ac352 12128Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12129
12130 * MAINTAINERS: Added myself.
12131
84d8005c 121322000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
d3eff7bb 12133 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
84d8005c 12134
31972771 12135 * configure.in (enable_libstdcxx_v3): Add.
12136 (target_libs): Add bits here to switch between libstdc++-v2 and
12137 libstdc++-v3.
12138 * config.if: And this file too.
12139 * Makefile.in: Add libstdc++-v3 targets.
aee16bda 12140
a995bb42 121412000-04-05 Michael Meissner <meissner@redhat.com>
12142
12143 * config.sub (d30v): Add d30v as a basic machine type.
12144
c1d2a99e 121452000-03-29 Jason Merrill <jason@casey.cygnus.com>
12146
12147 * configure.in: -linux-gnu*, not -linux-gnu.
12148
6437c7c8 12149Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12150
12151 * MAINTAINERS: Add self in write-after-approval section.
12152
48ad86bd 12153Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12154
12155 * MAINTAINERS: Add self as ia64 port maintainer.
12156
cb86f6e1 121572000-03-08 Neil Booth <NeilB@earthling.net>
12158
12159 * MAINTAINERS: Add self in write-after-approval section.
12160
151ad919 12161Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
3d94c7f0 12162
151ad919 12163 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12164 (do-tar-bz2): Replace TOOL with PACKAGE.
12165 (gdb.tar.bz2): Remove GDBTK from GDB package.
12166 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4b695c23 12167 dejagnu.tar.bz2): New packages.
151ad919 12168
121692000-02-27 Andreas Jaeger <aj@suse.de>
12170
12171 * configure.in: Add entry for mips*-*-linux*, move catch all
12172 *-*-*linux* entry below this one.
12173
121742000-02-27 Ian Lance Taylor <ian@zembu.com>
12175
12176 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3d94c7f0 12177
1872c686 121782000-02-24 Nick Clifton <nickc@cygnus.com>
12179
12180 * config.sub: Support an OS of "wince".
12181
151ad919 12182Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12183
12184 * config.guess, config.sub: Updated to match config's 2000-02-15
4b695c23 12185 version.
151ad919 12186
dcde3c07 121872000-02-23 Linas Vepstas <linas@linas.org>
151ad919 12188
12189 * config.sub: Add support for Linux/IBM 370.
12190 * configure.in: Likewise.
12191
8027f1d6 121922000-02-22 Nick Clifton <nickc@cygnus.com>
12193
12194 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12195
dcde3c07 121962000-02-20 Christopher Faylor <cgf@cygnus.com>
d32a1334 12197
151ad919 12198 * config.guess: Guess "cygwin" rather than "cygwin32".
d32a1334 12199
4f5e65d7 122002000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12201
12202 * configure (gcc_version): When setting, narrow search to
12203 lines containing `version_string'.
12204
cb257c25 122052000-02-15 Denis Chertykov <denisc@overta.ru>
12206
12207 * config.sub: Add support for avr target.
12208
b1b2e339 122092000-02-14 Nick Clifton <nickc@cygnus.com>
12210
12211 * MAINTAINERS: Add maintainers for MCore port.
12212
def2c3fb 12213Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12214
12215 * config.sub: Add mmix-knuth-mmixware.
12216
f0e58719 122172000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12218
12219 * MAINTAINERS: Pair cccp with cpplib maintainership.
12220
dcde3c07 122212000-01-27 Christopher Faylor <cgf@redhat.com>
151ad919 12222
12223 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12224 structure stuff to -L library search.
12225 (CXX_FOR_TARGET): Ditto.
12226 (CROSS_CHECK_MODULES): Fix spelling mistake.
12227
6ba3324d 122282000-01-24 Mark Mitchell <mark@codesourcery.com>
12229
12230 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12231 the C++ compiler.
12232
1532359f 122332000-01-12 Richard Henderson <rth@cygnus.com>
12234
12235 * configure.in: Don't build some bits for beos.
12236
75daeef1 122372000-01-12 Joel Sherrill (joel@OARcorp.com)
12238
12239 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12240 as include files.
12241
2774282e 122422000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12243
12244 * Add self as cpplib maintainer, as requested by Jason
12245 Merrill. Correct my e-mail address.
12246
d08e2cf4 122472000-01-06 Geoff Keating <geoffk@cygnus.com>
12248
12249 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12250 not mh-aix43.
12251
cee0655e 12252Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12253
12254 * MAINTAINERS: Add myself to "write after approval" list.
12255
a23a249a 122561999-12-14 Richard Henderson <rth@cygnus.com>
12257
12258 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12259 * config.sub: Accept alphaev[78], alphaev8.
12260
7f620b51 122611999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12262
12263 * config.guess, config.sub: Update from autoconf.
12264
76323487 122651999-11-29 Bruce Korb <autogen@linuxbox.com>
12266
3beb0b4d 12267 * MAINTAINERS: update my playtime e-address.
76323487 12268
5514758e 12269Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12270
12271 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12272 necessary libraries are missing.
12273
dcde3c07 12274Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
4e11cb65 12275
12276 * MAINTAINERS: Add new 'write after approval' maintainer.
12277
4a6db447 12278Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12279
12280 * MAINTAINERS: Add new Java maintainer.
12281
34834d2a 122821999-10-25 Andreas Schwab <schwab@suse.de>
12283
12284 * configure: Fix quoting inside arguments of eval.
12285
26186f46 122861999-10-21 Nick Clifton <nickc@cygnus.com>
12287
12288 * config-ml.in: Allow suppression of some ARM multilibs.
12289
b384fc18 12290Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12291
12292 * config.guess: Add OS/390 match pattern.
12293 * config.sub: Add mvs, openedition targets.
12294 * configure.in (i370-ibm-opened*): New.
12295
151ad919 122961999-09-04 Steve Chamberlain <sac@pobox.com>
12297
12298 * config.sub: Add support for configuring for pj.
12299
123001999-08-31 Nick Clifton <nickc@cygnus.com>
12301
12302 * config.sub (maybe_os): Add support for configuring for fr30.
12303
3e6b7981 123041999-08-25 Nick Clifton <nickc@cygnus.com>
12305
12306 * configure.in: Do not configure or build ld for AIX
12307 platforms. ld is known to be broken on these platforms.
12308
49c01ead 12309Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12310
12311 * config-ml.in: Pass compiler flag corresponding to multidirs to
12312 subdir configures.
12313
151ad919 123141999-08-09 Ian Lance Taylor <ian@zembu.com>
12315
12316 * Makefile.in (LDFLAGS): Define.
12317
123181999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12319
12320 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12321 noconfigdirs.
12322 (*-*-cygwin*): Likewise.
12323
123241999-08-08 Ian Lance Taylor <ian@zembu.com>
12325
12326 * mkdep: New file.
12327 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12328 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12329
12330 From Eli Zaretskii <eliz@is.elta.co.il>:
12331 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12332 long file name when using DJGPP on MS-DOS.
12333
90916687 12334Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12335
12336 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12337
151ad919 123381999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12339
12340 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12341 dependency as this causes "make check" to globally "make all"
12342
ed4e41d7 12343Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12344
12345 * configure.in (target_libs): Added target-zlib.
12346 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12347 (CONFIGURE_TARGET_MODULES): Likewise.
12348 (CHECK_TARGET_MODULES): Likewise.
12349 (INSTALL_TARGET_MODULES): Likewise.
12350 (CLEAN_TARGET_MODULES): Likewise.
12351 (configure-target-zlib): New target.
12352 (all-target-zlib): Likewise.
12353 (all-target-libjava): Depend on all-target-zlib.
12354 (configure-target-libjava): Depend on configure-target-zlib.
12355
12356 * Makefile.in (configure-target-libjava): Depend on
12357 configure-target-newlib.
12358 (configure-target-boehm-gc): New target.
12359 (configure-target-qthreads): New target.
12360
31972771 12361 * configure.in (target_libs): Added target-qthreads.
12362 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12363 (CONFIGURE_TARGET_MODULES): Likewise.
12364 (CHECK_TARGET_MODULES): Likewise.
12365 (INSTALL_TARGET_MODULES): Likewise.
12366 (CLEAN_TARGET_MODULES): Likewise.
12367 (all-target-qthreads): New target.
12368 (configure-target-libjava): Depend on configure-target-qthreads.
12369 (all-target-libjava): Depend on all-target-qthreads.
ed4e41d7 12370
12371 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12372 (CONFIGURE_TARGET_MODULES): Likewise.
12373 (CHECK_TARGET_MODULES): Likewise.
12374 (INSTALL_TARGET_MODULES): Likewise.
12375 (CLEAN_TARGET_MODULES): Likewise.
12376 (all-target-libjava): New target.
12377 (all-target-boehm-gc): Likewise.
12378 * configure.in (target_libs): Added libjava, boehm-gc.
12379
151ad919 123801999-07-22 Ian Lance Taylor <ian@zembu.com>
12381
12382 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12383 configure.bat in SUPPORT_FILES.
12384 (gas+binutils.tar.bz2): Likewise.
12385
12386 * makeall.bat: Remove; obsolete.
12387
123881999-07-21 Ian Lance Taylor <ian@zembu.com>
12389
12390 From Mark Elbrecht:
12391 * configure.bat: Remove; obsolete.
12392
123931999-07-11 Ian Lance Taylor <ian@zembu.com>
12394
12395 * configure: Add -W -Wall to the default CFLAGS when compiling with
12396 gcc.
12397
12398Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12399
12400 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12401
124021999-06-30 Mark Mitchell <mark@codesourcery.com>
12403
12404 * configure.in: Build ld on IRIX6.
12405
124061999-06-12 Ian Lance Taylor <ian@zembu.com>
12407
12408 * Makefile.in: Change distribution targets to use bzip2 instead of
12409 gzip.
12410 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12411 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12412
124131999-06-04 Nick Clifton <nickc@cygnus.com>
12414
12415 * config.sub: Add mcore target.
12416
4960e263 12417Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12418
12419 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12420
fb873f96 12421Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12422
12423 * config.guess (dummy): Changed to $dummy.
12424
f0d0ef7c 124251999-05-24 Nick Clifton <nickc@cygnus.com>
12426
12427 * config.sub: Tidied up case statements.
12428
0522f2f0 124291999-05-22 Ben Elliston <bje@cygnus.com>
12430
e571eca2 12431 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12432 <jiro@din.or.jp>.
12433
0522f2f0 12434 * config.guess: Merge with FSF version. Future changes will be
12435 more accurately recorded in this ChangeLog.
12436 * config.sub: Likewise.
12437
8566565c 12438Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12439
12440 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12441
151ad919 124421999-04-30 Tom Tromey <tromey@cygnus.com>
12443
12444 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12445
688d5631 124461999-04-23 Tom Tromey <tromey@cygnus.com>
12447
12448 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12449
151ad919 124501999-04-20 Drew Moseley <dmoseley@cygnus.com>
12451
12452 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12453 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12454 Bad merge removed these two changes.
12455
e020fd98 12456Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
31972771 12457 Martin Heller (Ing.-Buero_Heller@t-online.de)
e020fd98 12458
12459 * config.guess (interix Alpha): Add.
12460
151ad919 124611999-04-11 Richard Henderson <rth@cygnus.com>
12462
12463 * configure.in (i?86-*-beos*): Do config gperf; don't config
12464 gdb, newlib, or libgloss.
12465
a48ef8ee 12466Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 12467
a48ef8ee 12468 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12469 link a trivial program with -mabi=64. If it fails, remove mabi=64
12470 from multidirs.
12471
c3a180dc 12472Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12473
12474 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12475
151ad919 124761999-04-08 Nick Clifton <nickc@cygnus.com>
12477
12478 * config.sub: Add support for mcore targets.
12479
124801999-04-07 Michael Meissner <meissner@cygnus.com>
12481
12482 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12483 not mt-ospace, in order to shut up assembler warning about using
12484 symbols that are named the same as registers.
12485
124861999-04-07 Drew Moseley <dmoseley@cygnus.com>
12487
12488 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12489 dependency list for all-target-cygmon.
12490
124911999-04-05 Doug Evans <devans@casey.cygnus.com>
12492
12493 * config-ml.in: Check $host, not $target, for selective multilibs.
12494 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12495 thumb interworking, and underscore prefix multilibs.
12496
124971999-04-04 Ian Lance Taylor <ian@zembu.com>
12498
12499 * missing: Update to version from current automake.
12500
b7ba05c0 12501Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12502
12503 * configure (gxx_include_dir): Removed.
12504
12505 * configure.in (gxx_include_dir): Handle it.
12506 * Makefile.in: Likewise.
12507
151ad919 125081999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12509
12510 * config.sub (mips64vr4111,mips64vr4111el) Add.
12511
125121999-03-21 Ben Elliston <bje@cygnus.com>
12513
31972771 12514 * config.guess: Correct typo for detecting ELF on FreeBSD.
151ad919 12515
9862eda4 12516Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12517
9862eda4 12518 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12519 config/mh-djgpp.
12520
151ad919 12521Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12522
12523 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12524 all-target-newlib to dependency list for all-target-bsp.
12525
26a1dadb 12526Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12527
12528 * config.sub: Add i386-uwin support.
12529 * config.guess: Likewise.
12530
fea0107e 12531Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12532
12533 * configure.in: cleanup, add mh-*pic handling for arm, special
12534 case powerpc*-*-aix*
12535
151ad919 12536Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12537
12538 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12539 can be built.
12540
12541Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12542
12543 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
4b695c23 12544 targets.
151ad919 12545
daa90679 125461999-03-02 Nick Clifton <nickc@cygnus.com>
12547
12548 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12549
f6a095e9 12550Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12551
12552 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12553
47d8eb1d 125541999-02-24 Nick Clifton <nickc@cygnus.com>
12555
12556 * config.sub: Fix typo in arm recognition.
12557
151ad919 12558Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12559
12560 * configure.in (noconfigdirs): Changed target_configdirs to
12561 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12562 rather than m68k-*-* since it is not known to work on
12563 m68k-aout. Ditto for arm-*-*oabi.
12564
12565Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12566
12567 * configure.in (*-*-windows*): Remove, no longer used.
151ad919 12568
125691999-02-19 Ben Elliston <bje@cygnus.com>
12570
12571 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12572 Smart and improved by Andrew Cagney.
12573
52b143d0 12574Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12575
12576 * config.guess: Recognize openbsd-*-hppa.
12577
c441c977 12578Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12579
12580 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12581 only if it is not empty.
12582
8faa2109 125831999-02-17 Nick Clifton <nickc@cygnus.com>
12584
12585 Patch from: Scott Bambrough <scottb@corelcomputer.com>
aee16bda 12586
151ad919 12587 * config.guess: Modified to recognize uname's armv* syntax.
8faa2109 12588
12589 * config.sub: Modified to recognize uname's armv* syntax.
12590
151ad919 125911999-02-17 Mark Salter <msalter@cygnus.com>
12592
12593 * configure.in: Added target-bsp for sparclite.
12594
12595Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12596
12597 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12598
125991999-02-08 Nick Clifton <nickc@cygnus.com>
12600
12601 * configure.in: Add support for strongarm port.
12602 * config.sub: Add support for strongarm target.
12603
654a22b1 12604Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
aee16bda 12605
654a22b1 12606 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12607 the old name config/mh-cygwin32.
12608 Enable texinfo.
12609
151ad919 12610Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12611
12612 * configure.in: Do build ld for ix86 Solaris.
12613
46fb7091 12614Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12615
12616 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12617 $AR_FOR_TARGET. Likewise for RANLIB.
12618
115ec39e 12619Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
aee16bda 12620
31972771 12621 * config.sub (oabi): Recognize.
12622 * configure.in (arm-*-oabi): Handle.
115ec39e 12623
5cca51e0 12624Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12625
12626 * config.guess: Improve detection of i686 on UnixWare 7.
12627
183a8abb 12628Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12629
12630 * config.guess: Add support for i386-pc-interix.
12631 * config.sub: Likewise.
12632 * configure.in: Likewise.
183a8abb 12633
151ad919 12634Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12635
12636 * Makefile.in: Remove unneeded all-target-libio from
12637 from all-target-winsup target since it is now unneeded.
12638 Add all-target-libtermcap in its place since it is now
12639 needed.
12640
12641Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12642
12643 * configure.in: makefile stub for cygwin target is probably
12644 unnecessary. Remove it for now.
151ad919 12645
12646Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12647
12648 * configure.in: libtermcap.a should be built when cygwin is the
12649 target as well as the host.
12650 * config.guess: Allow mixed case in cygwin uname output.
12651 * Makefile.in: Add libtermcap target.
151ad919 12652
0db75088 12653Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12654
12655 * config.sub: Clean up handling of hppa2.0.
12656
a30dcfee 12657Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12658
12659 * config.guess: Use C code to identify more HP machines.
12660
44cfa345 12661Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12662
12663 * config.sub: Handle hppa2.0.
12664
151ad919 12665Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12666
12667 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
4b695c23 12668 cygmon for all sparclite targets, regardless of object format.
151ad919 12669
126701998-12-15 Mark Salter <msalter@cygnus.com>
12671
12672 * configure.in: Added target-bsp for several target architectures.
12673
12674 * Makefile.in: Added rules for bsp.
12675
be0f7b24 12676Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12677
12678 * config.guess: Improve detection of hppa2.0 processors.
12679
12680Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12681
12682 * config.guess: Recognize FreeBSD using ELF automatically.
12683
76103b2c 126841998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12685
12686 * configure (skip-this-dir): Add handling for new shell script, which
12687 might be created by a sub-directory's configure to indicate, this particular
12688 directory is "unwanted".
12689 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12690
151ad919 12691Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12692
12693 * ltconfig: import from libtool, after changing libtool to
12694 account for the cygwin name change.
12695
12696Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12697
12698 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12699 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12700
12701Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12702
12703 * configure.in: Add libtermcap to list of cygwin dependencies.
12704
12705Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12706
31972771 12707 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12708 they include winsup/include when it's a cygwin target.
151ad919 12709
127101998-11-12 Tom Tromey <tromey@cygnus.com>
12711
12712 * configure.in (host_tools): Added zip.
12713 * Makefile.in (all-target-libjava): Depend on all-zip.
12714 (all-zip): New target.
12715 (ALL_MODULES): Added all-zip.
12716 (NATIVE_CHECK_MODULES): Added check-zip.
12717 (INSTALL_MODULES): Added install-zip.
12718 (CLEAN_MODULES): Added clean-zip.
12719
12720Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12721
12722 * Makefile.in: lose "32" from comment about cygwin.
12723
12724Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12725
12726 * configure.in: Use -Os to build target libraries for the fr30.
12727
12728Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12729
12730 * config.sub: Add fr30.
12731
12732Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12733
31972771 12734 * configure.in: drop "32" from config/mh-cygwin32. Check
151ad919 12735 cygwin* instead of cygwin32*.
12736 * config.sub: Check cygwin* instead of cygwin32*.
12737
39ebcbe1 12738Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12739
12740 * config.guess: Match any version of Unixware7.
12741
151ad919 127421998-10-20 Syd Polk <spolk@cygnus.com>
12743
12744 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12745 if desired.
12746
de79e382 12747Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12748
12749 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12750 these if the appropriate directories and files to not exist.
12751
e7104d38 12752Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12753
12754 * Makefile.in (DEVO_SUPPORT): Add config.if.
12755
fb1c80df 12756Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12757
12758 * configure: Add pattern to replace "build_tooldir"'s
12759 definition in the generated Makefile with "tooldir"'s
12760 actual value.
12761
46a4cc47 12762Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12763
0ee69c06 12764 * config.sub: Bring back lost sparcv9.
12765
46a4cc47 12766 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12767
3a8c0cab 12768Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12769
12770 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12771 CC_FOR_TARGET and friends.
12772
12773Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 12774
ea0cacfb 12775 * Makefile.in (build_tooldir): New variable, same as tooldir.
12776 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12777 -B$(build_tooldir)/bin/.
12778 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
3a8c0cab 12779
de7dcc81 12780Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12781
12782 * README: Remove installation instructions and refer to the
12783 INSTALL directory instead.
12784
67139a60 12785Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
151ad919 12786
67139a60 12787 * config.sub: Add support for i[34567]86-pc-udk.
12788 * configure.in: Likewise.
12789
ed37269d 12790Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12791
12792 * Makefile.in: add bzip2 package building bits for user
12793 tools module
12794 * configure.in: ditto
12795
fc449a71 12796Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12797
12798 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12799 (ALL_TARGET_MODULES): Add all-target-libobjc.
12800 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12801 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12802 (all-target-libchill): Add dependencies.
12803 * configure.in (target_libs): Add libchill.
aee16bda 12804
7bb9dd92 128051998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12806
12807 * configure.in (target_subdir): Remove duplicate line.
12808
ed37269d 12809Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12810
12811 * Makefile.in (all-automake): fix dependencies.
12812
a9ff8bf0 12813Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12814
12815 * configure.in: Minor cleanups for building in the $(target_alias)
12816 subdir.
12817
5869bc6a 128181998-09-22 Jim Wilson <wilson@cygnus.com>
12819
12820 * Makefile.in (bootstrap): Set r and s before make all. Use
12821 BASE_FLAGS_TO_PASS in make all.
12822 (cross): Likewise.
12823
a5caa84c 128241998-09-20 Mark Mitchell <mark@markmitchell.com>
12825
12826 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12827
331d5855 12828Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12829
12830 * config.sub: Fix typo in last change.
12831
4d004c41 128321998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12833
12834 * config.sub: Add support for C4x target.
12835 * configure.in: Likewise.
12836
0a2a3792 128371998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12838
12839 * config.sub: Recognize sparcv9 just like sparc64.
12840
67e059d3 12841Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12842
12843 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12844
cd547500 12845Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12846
7325e595 12847 * config.guess: Correctly identify Pentium II sco boxes.
12848
cd547500 12849 * config.guess: Fix "tr" code. From Weiwen Liu.
12850
0b632721 12851Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12852
12853 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12854 stabs.
12855
ae568fff 12856Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12857
12858 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12859 (ALL_TARGET_MODULES): Add all-target-libchill.
12860 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12861 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12862 (all-target-libchill): Add dependencies.
12863 * configure.in (target_libs): Add libchill.
12864
68da0d0a 12865Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12866
12867 * config.guess: Avoid assumptions about "tr" behaves when
12868 LANG is set to something other than English.
12869
d722107d 12870Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12871
12872 * configure (gxx_include_dir): Changed to
12873 '${prefix}/include/g++'-${libstdcxx_interface}.
12874
12875 * config.if: New to determine the interfaces.
12876
5e6f60dc 12877Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12878
12879 * config.guess: Detect and handle MPE/IX.
12880 * config.sub: Deal with MPE/IX.
12881
8a70d526 12882Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12883
12884 * configure.in: Use mh-aix43.
12885
f890b212 128861998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12887
12888 * configure: Fix --without/--disable cases for gxx-include-dir.
12889
ed37269d 12890Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12891
12892 * mdata-sh: Imported. Needed for automake support.
12893
12894Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12895
12896 * Makefile.in (taz): Try "chmod -R og=u ." before
12897 "chmod og=u `find . -print`".
12898
12899Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12900
12901 * configure.in: Add arm-elf and thumb-elf support.
12902
12903Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12904
12905 * Makefile.in: Undo previous patch.
12906
12907Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12908
12909 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12910 to here ...
12911 (install-no-fixedincludes): and here
12912 (INSTALL_MODULES): ... from here.
12913
6d2063db 12914Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12915
12916 * config.sub: Merge with FSF.
12917
2f7b048d 12918 * config.guess: Merge with FSF.
12919
151ad919 12920Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12921
12922 * configure (extraconfigdirs): New variable.
12923 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12924 * Makefile.in (all): Move higher in file.
12925 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12926 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12927 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12928 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12929 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12930
129311998-07-23 Brendan Kehoe <brendan@cygnus.com>
12932
12933 * Makefile.in (all-target-libjava): Depend on all-gcc and
12934 all-target-newlib.
12935 (configure-target-libjava): Depend on $(ALL_GCC).
12936
1c802742 12937Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12938
12939 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12940 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12941
eb7921e4 12942Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12943
12944 * INSTALL/README: Fix typo.
12945
a8071b4d 12946Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12947
ed37269d 12948 * ylwrap: Change absolute path checks to check for DOS style path
12949 names.
a8071b4d 12950
ed37269d 12951 * ylwrap: Don't use a full path name if the source file is in the
12952 same directory. From hjl@lucon.org (H.J. Lu).
a8071b4d 12953
26d9569a 12954 * config-ml.in: Default to being verbose, to match Feb 18 change to
12955 configure.
12956
ed37269d 12957Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12958
12959 Brought over from egcs:
12960
12961 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12962
12963 * configure.in (target_subdir): Set to ${target_alias} instead
12964 of "libraries".
12965
12966 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12967
12968 * configure.in (target_subdir): Set to libraries if enable_multilib.
12969
12970Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12971
12972 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12973 multilibs, force reconfiguration the first time we create
12974 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12975
12976Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12977
12978 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12979 avoid confusion with --no-recursion.
12980
12981Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12982
12983 * configure.in: Win32 hosts shouldn't use install -x
12984 * install-sh: remove -x option, and special .exe-handling
12985 hack.
12986
151ad919 12987Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12988
12989 * config.guess: Recognize i586-pc-beos.
12990 * configure.in: Don't build some bits for beos.
12991
81cf37ba 12992Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12993
ed37269d 12994 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12995 CFLAGS default to -O2.
12996
81cf37ba 12997 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12998 when using GNU ld.
12999
13000Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13001
13002 * ltmain.sh: Correct install when using a different shell.
13003
13004Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13005
13006 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13007
151ad919 13008Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13009
13010 * makefile.vms: Update to build binutils/makefile.vms. Add install
13011 target.
81cf37ba 13012
13013Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13014
13015 * ltconfig: Update to correct AIX handling.
13016
d6cf7517 13017Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13018
e98d756a 13019 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13020
d6cf7517 13021 * configure.in (target_subdir): Set to ${target_alias} instead
13022 of "libraries".
13023
eb85e8b7 130241998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13025
13026 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13027 (Makefile): Depend on $(gcc_version_trigger).
13028
13029 * configure (gcc_version): Change default initializer to empty
13030 string.
13031 (gcc_version_trigger): New variable; pass this variable down
13032 to subdir configures to enable them checking gcc's version
13033 themselves. Emit make macros for both gcc_version vars.
13034 (topsrcdir): Initialize reliably.
13035 (recursion line): Remove --with-gcc-version=${gcc_version}.
13036
da421e40 130371998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13038
13039 * configure (enable_version_specific_runtime_libs): Implement new flag
eb85e8b7 13040 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13041 in $(libsubdir); emit definition in each generated Makefile.
13042 (gxx_include_dir): Initialize depending on
13043 $enable_version_specific_runtime_libs.
da421e40 13044
d9f2c557 130451998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13046
13047 * configure (gcc_version): Initialize properly depending on
13048 how and where configure is started.
13049 (recursion line): Pass a --with-gcc-version=${gcc_version}
13050 to configures in subdirs.
13051
151ad919 13052Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13053
13054 * configure.in (noconfigdirs): Add configure pattern for mips tx39
4b695c23 13055 cygmon
151ad919 13056
ed37269d 13057Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13058
13059 * configure.in: Add cygmon and libstub support for mn10200.
13060
1ee34a17 130611998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13062
13063 * configure (gcc_version): Add new variable describing the
13064 particular gcc version we're building.
13065 * Makefile.in (libsubdir): Add new macro for the directory
13066 in which the compiler finds executables, libraries, etc.
13067 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13068 and libsubdir.
13069
6c2f7b46 13070Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13071
ea0cacfb 13072 * Makefile.in (local-clean): Remove *.log.
13073 (warning.log): Built with warn_summary from build.log.
13074 (mail-report.log): Run test_summary.
13075 (mail-report-with-warnings.log): Run test_summary including
13076 warning.log in the report.
6c2f7b46 13077
c8d7e712 13078Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13079
13080 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13081
ed37269d 13082Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13083
13084 * Makefile.in (grep): Grep no longer depends on libiberty.
13085
13086Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13087
13088 * Makefile.in: all-snavigator needs all-libgui.
13089
13090Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13091
13092 * configure.in: Add cygmon and libstub support for mn10300.
13093
1b402317 13094Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13095
13096 * missing: Update to version from automake 1.3.
13097
81cf37ba 13098 * ltmain.sh: On installation, don't get confused if the same name
13099 appears more than once in the list of library names.
13100
6d2063db 13101Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13102
13103 * config.sub: Accept m68060 and m5200 as CPU names.
13104
ed37269d 13105Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13106
13107 * configure: Use && rather than using -a in test, because odd
13108 strings can confuse test.
13109 * configure.in: Likewise.
13110
81cf37ba 13111Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13112
13113 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13114
5afc2f4d 13115Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13116
13117 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ea0cacfb 13118 bootstrap4-lean): New targets.
5afc2f4d 13119
c51cbc45 13120Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13121
13122 * mpw-* Delete. Not used.
13123
ed37269d 13124Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13125
13126 * COPYING.LIB: Update FSF address.
13127
c51cbc45 13128Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13129
13130 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13131
ed37269d 13132 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13133 GAS_SUPPORT_DIRS.
13134
c51cbc45 13135Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13136
13137 * ltconfig, ltmain.sh: Avoid producing a version number if
13138 -version-info was not used.
13139
ed37269d 13140Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13141
13142 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13143 building with newlib.
13144
131451998-04-30 Paul Eggert <eggert@twinsun.com>
13146
151ad919 13147 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
aee16bda 13148 Solaris `make' causes it to continue to next definition.
151ad919 13149
13150Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13151
13152 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13153 the right GUI libraries and files are installed along with GDB.
ed37269d 13154
13155Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13156
13157 * configure.in: Change alpha to alpha* in several places.
13158
151ad919 13159Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13160
13161 * config.sub: Recognize sparc86x.
13162
803e9d57 13163Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13164
13165 * configure.in (--enable-target-optspace): Remove debug echo.
13166
2aabe804 13167Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13168
13169 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13170
c51cbc45 13171Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13172
13173 * ltconfig: Update cygwin32 support.
13174
ed37269d 13175 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13176 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13177 (GDB_SUPPORT_DIRS): Likewise.
13178
650ebf2f 13179Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13180
13181 * configure.in (target_makefile_frag): If --enable-target-optspace,
13182 use -Os to compile target libraries rather than -O2. Default to
151ad919 13183 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13184 not used.
13185 * configure.in (target_cflags): Ditto for d30v.
650ebf2f 13186
ed37269d 13187Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13188
13189 * Makefile.in (all-bfd): Depend on all-intl.
13190 (all-binutils): Likewise.
13191 (all-gas): Likewise.
13192 (all-gprof): Likewise.
13193 (all-ld): Likewise.
13194
131951998-04-19 Brendan Kehoe <brendan@cygnus.com>
13196
13197 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13198
c51cbc45 13199Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13200
ed37269d 13201 * Makefile.in (all-bfd): Depend upon all-libiberty.
13202
c51cbc45 13203 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13204
ed37269d 13205Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13206
13207 * Makefile.in: Add libstub.
13208
13209 * configure.in: Ditto. Build libstub for targets that have cygmon
13210 support.
13211
13212Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13213
13214 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13215
13216Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13217
13218 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13219 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13220
c7879c37 13221Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13222
13223 * configure: Define DEFAULT_M4 by searching PATH.
13224 * Makfile.in: Use DEFAULT_M4.
13225
c51cbc45 13226Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13227
13228 * ltconfig: Add cygwin32 support.
13229
ed37269d 13230 * Makefile.in, configure.in: Add libtool as a native only directory
13231 to configure and build.
13232
a79ac5e8 13233Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13234
13235 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13236
ed37269d 13237Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
151ad919 13238
ed37269d 13239 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13240
13241Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13242
13243 * Makefile.in: add ash make rules
13244 * configure.in: add ash to native_only and host_tools lists
13245
13246Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13247
13248 * Makefile.in (all-gettext, all-intl): New targets.
13249 (ALL_MODULES): Added all-gettext, all-intl.
13250 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13251 (INSTALL_MODULES): Added install-gettext, install-intl.
13252 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13253
13254 * configure.in (host_tools): Added gettext.
13255 (native_only): Likewise.
13256 (noconfigdirs) [various cases]: Likewise.
13257 (host_libs): Added intl.
13258
151ad919 13259Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13260
13261 * configure: Do not disable building gdbtk for cygwin32 hosts.
13262
0579e60e 13263Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13264
13265 * configure.in: Add thumb-coff target.
13266 * config.sub: Add thumb-coff target.
13267
ed37269d 13268Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13269
13270 * Makefile.in: Revert yesterday's change.
13271 (all-target-winsup): all-target-librx stays out of here.
13272
13273Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13274
13275 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13276 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13277 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13278 Remove references to librx and libg++.
13279
13280Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13281
13282 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13283 recursive makes
13284
c51cbc45 13285Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13286
13287 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
151ad919 13288 for newlib directory.
c51cbc45 13289 (CXX_FOR_TARGET): Likewise.
13290
13291Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13292
13293 * ltconfig: Update after libtool/ltconfig.in change for
13294 hpux11.
13295
13296Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13297
13298 * ltconfig, ltmain.sh: Update to libtool 1.2.
13299
80a9e3eb 13300Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13301
13302 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13303 (install-gcc-cross): Instead, override LANGUAGES here.
13304
474d50b3 133051998-03-18 Dave Love <d.love@dl.ac.uk>
13306
13307 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13308 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13309
151ad919 13310Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13311
13312 * configure.in: Add Thumb-pe target.
13313
ed37269d 13314Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
151ad919 13315
ed37269d 13316 * Makefile.in - changed sn targets to snavigator
13317 * configure.in - changed sn targets to snavigator
13318
69d10d87 13319Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13320
13321 * config-ml.in: After building symlink tree call make distclean
13322 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13323 to be the case for libiberty.
13324
5628bc1c 13325Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13326
13327 * configure: When making link, also check the current
13328 directory. The configure scripts may create one.
13329
4d821bda 13330Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13331
13332 * config.sub: Accept alphapca56 and alphaev6 properly.
13333
263cd6a9 13334Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13335
13336 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13337
83536831 13338Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
eb7921e4 13339
31972771 13340 * config.sub (sco5): Fix typo.
83536831 13341
ed37269d 13342Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13343
13344 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13345 install-itcl.
13346 (install-itcl): Remove dependency on install-tcl.
13347
13348Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13349
13350 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13351
13352Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13353
13354 * configure.in: Don't build libgui for a cygwin32 target when not on
13355 a cygwin32 host.
13356
13357Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13358
13359 * configure (redirect): Set to null, so default behavior of
13360 configure is now --verbose.
13361
2590786c 133621998-02-16 Dave Love <d.love@dl.ac.uk>
13363
13364 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13365 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13366
dd5a56be 13367Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13368
13369 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13370 this change to sync Makefile.in with its ChangeLog entries.
13371
ed37269d 13372Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13373
13374 * ltmain.sh (mkdir): Check that the directory doesn't exist
13375 before we exit with error, so that we don't get races during
13376 parallel builds.
13377
c51cbc45 13378Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13379
13380 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13381
92424a17 13382Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13383
13384 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13385 PICFLAG_FOR_TARGET.
13386 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13387
13388 * configure: Emit a definition for the new macro enable_shared
13389 into each Makefile.
13390
ed37269d 13391Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13392
13393 * configure.in (host_tools, native_only): Add libtool.
13394
13395Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13396
13397 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13398 Fix typo in ming config comment.
13399
c51cbc45 13400Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13401
13402 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13403
ed37269d 13404Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13405
13406 * config.sub: Add tic30 cases, and map c30 to tic30.
13407
c495fa66 13408Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13409
13410 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13411 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13412 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13413 (CLEAN_TARGET_MODULES): Similarly
13414 (all-target-libf2c): Add dependences.
aee16bda 13415 * configure.in (target_libs): Add libf2c.
c495fa66 13416
ed37269d 13417Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13418
13419 * configure.in: Remove expect from noconfigdirs when target
13420 is cygwin32. OK to build expect and dejagnu with Canadian
13421 Cross.
13422
6563ae0c 13423Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13424
ed37269d 13425 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13426 host.
13427
6563ae0c 13428 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13429 and mingw32.
13430
87f6ff88 13431Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13432
13433 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13434 here as it is not defined in the toplevel Makefile.
13435
3d2749bb 13436Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13437
13438 * configure (package_makefile_rules_frag): New variable, which names
13439 a file with generic rules, ...
13440 Change comment to mention we now have FIVE parts.
13441 * configure: Undo last change.
13442
580bb6d9 13443Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13444
13445 * config.guess: More accurate determination of HP processor types.
ed37269d 13446 * config.sub: More accurate determination of HP processor types.
580bb6d9 13447
72f9a66a 13448Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13449
13450 * configure (package_makefile_frag): Move inserting the
13451 ${package_makefile_frag} to where it should be according
13452 to the comment.
13453
696f1132 13454Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13455
13456 * config.guess: Add support for Linux/ARM.
13457
151ad919 13458Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13459
13460 * .cvsignore: Remove *-info and *-install since they match
13461 release-info and mpw-install, which we don't want to just ignore.
13462
e29d857e 13463Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13464
13465 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13466
ab426314 13467Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13468
13469 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13470 local_prefix to sub-make invocations.
13471
fa6212f1 13472Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13473
13474 * configure.in: Check makefile fragments in the source
13475 directory.
13476
99e98fcd 13477Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13478
ea0cacfb 13479 * configure.in: Check whether host and target makefile
13480 fragments exist before adding them to *_makefile_frag.
99e98fcd 13481
ed37269d 13482Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13483
13484 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13485
13486Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13487
13488 * configure.in: Make sure we only replace RPATH_ENVVAR on
13489 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13490 regexp to sed.
13491
13492 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13493 to sub-makes.
13494
c0a2f1ac 134951998-01-13 Lee Iverson (leei@ai.sri.com)
13496
13497 * config-ml.in (multi-do): LDFLAGS must include multilib
13498 designator.
13499
6eaa4c2d 13500Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
2668caae 13501
13502 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13503
ba7b87c8 13504Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13505
13506 * config.sub: Add mingw32 support.
13507 * configure.in: Likewise.
ba7b87c8 13508
ebabad97 13509Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13510
13511 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13512
ed37269d 13513Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13514
13515 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13516 * configure (gxx_include_dir): Provide a definition for subdirs
13517 which do not use autoconf.
13518
13519Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13520
13521 * config.guess: Sync with egcs. Picks up new alpha support,
13522 BeOS & some additional linux support.
13523
e5af4166 13524Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13525
13526 * config.guess: HP 9000/803 is a PA1.1 machine.
13527
8c7cf808 13528Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13529
13530 * configure.in: It's alpha*-...
13531
b05392a6 13532Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13533
13534 * configure.in (host_makefile_frag, target_makefile_frag):
13535 Handle multiple config files.
13536 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13537 alpha-*-*.
13538
151ad919 13539Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13540
13541 * mkdep: New file.
13542
13543Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13544
13545 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13546
ed37269d 13547Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * Makefile.in: Add libgui directory.
13550 (GDB_TK): Add all-libgui.
13551 * configure.in: Add libgui directory.
13552 * configure: Add all-libgui to GDB_TK.
13553
13554Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13555
13556 * config-ml.in (multidirs): Add m32r to multilib list.
13557
13558Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13559
13560 * Makefile.in (all-target-gperf): Change dependency to
13561 all-target-libstdc++.
13562
e4182547 13563Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13564
13565 * config.guess: Add BeOS support.
13566
ed37269d 13567Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13568
13569 Source directory cvs renamed to cvssrc:
13570 * configure.in (host_tools): Change cvs to cvssrc.
13571 (native_only): Likewise.
13572 (noconfigdirs) [various cases]: Likewise.
13573 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13574 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13575 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13576 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13577 (all-cvssrc): Rename target from all-cvs.
13578
c0a49bd7 13579Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13580
13581 * configure (gxx_include_dir): Fix thinko.
13582
33148f33 13583Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13584
13585 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13586 (install-cross, install-gcc-cross): New targets.
13587
ed37269d 13588Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13589
13590 * configure.in (noconfigdirs): Add support for Thumb target.
13591
13592 * config.sub (maybe_os): Add support for Thumb target.
13593
13594Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13595
13596 * Makefile.in: Add rules for cygmon.
13597
13598 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13599
66e82180 13600Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13601
13602 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13603 * configure (gxx_include_dir): Provide a definition for subdirs
13604 which do not use autoconf.
151ad919 13605
13606Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13607
13608 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
aee16bda 13609 11/18/97 build
151ad919 13610
db8f5cfe 13611Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13612
13613 * From Franz Sirl.
13614 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13615 found on RedHat Linux systems.
66e82180 13616
b58ae2dc 13617Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13618
13619 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13620 guesses.
13621
db8f5cfe 13622Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13623
13624 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13625
ed37269d 13626Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13627
13628 * ltmain.sh: If mkdir fails, check whether the directory was created
13629 anyhow by some other process.
13630
151ad919 13631Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13632
13633 * configure.in (d30v-*-*): Configure all directories.
13634
13635Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13636
13637 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13638 for the D30V.
13639
13640Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13641
13642 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13643
ed37269d 13644Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13645
31972771 13646 * include/libiberty.h: Add extern "C" { so it can be used with C++
13647 progrms.
13648 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13649 programs.
ed37269d 13650
151ad919 13651Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13652
13653 * configure.in (d30v-*-*): Configure GCC now.
13654
ed37269d 13655Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13656
13657 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13658 is no longer needed.
13659
62a42df9 13660Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13661
13662 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13663
75a1ca82 13664Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13665
13666 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13667 targets using "$@" to provide support for similar but not identical
13668 targets without having to duplicate code.
13669
151ad919 13670Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13671
13672 * makefile.vms: Fix to work with DEC C.
13673
13674Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13675
13676 * config.sub: Add mips-tx39-elf to marketing names.
13677
13678Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13679
13680 * ltmain.sh: Handle symlinks in generated script.
13681
13682Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13683
13684 * configure: Handle autoconf style directory options: --bindir,
13685 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13686 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13687 --sysconfdir.
13688 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13689 (sharedstatedir, localstatedir, oldincludedir): New variables.
13690 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13691 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13692 sbindir, sharedstatedir, and sysconfdir.
13693
732395de 13694Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13695
13696 * Makefile.in (bootstrap-lean): New target.
13697
151ad919 13698Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13699
13700 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
4b695c23 13701 sn, and gnuserv from noconfigdirs.
151ad919 13702
13703Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13704
13705 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13706
20e61444 13707Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13708
13709 * Makefile.in (cross): New target.
13710
53647f74 13711Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13712 Jeff Law <law@cygnus.com>
13713
13714 * Makefile.in (bootstrap2, bootstrap3): New targets.
13715 (all-bootstrap): Remove outdated and confusing target.
c6d9586e 13716 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
53647f74 13717
151ad919 13718Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13719
13720 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
4b695c23 13721 windows. Consistent with gdb/configure.
151ad919 13722
a6bb47e0 137231997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13724
a6bb47e0 13725 * configure.in: Name Linux target fragment.
13726
13727 * configure: Rewrite so that project Makefile fragment is inserted
13728 first and appears last in the resulting Makefile.
13729
151ad919 13730Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13731
13732 * Makefile.in (install-itcl): Install tcl first.
13733
ed37269d 13734Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13735
13736 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13737
2e678402 13738Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13739
13740 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13741
13742 * configure.in (skipdirs): Add target-librx for Linux.
13743 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13744
6b071baa 13745Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13746
13747 * Makefile.in (bootstrap): New target.
13748
b496f822 13749Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13750
fee90afd 13751 * config.sub: Accept 'amigados' for backward compatibility.
b496f822 13752
151ad919 13753Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13754
13755 * config.guess: Merge with FSF.
13756
d99ec4a1 13757Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13758
13759 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13760
151ad919 13761Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13762
13763 * config.sub: Add "marketing-names" patch.
13764
952fead6 13765Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13766
31972771 13767 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
952fead6 13768
9defe53a 13769Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13770
13771 * config.sub: Handle v850-elf.
13772
9efeb2e1 13773Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
4c13bcbd 13774
13775 * .cvsignore (*-install): Remove.
13776
c51cbc45 13777Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13778
13779 * ltconfig: Set CONFIG_SHELL in libtool.
13780 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13781
0dcb4a65 13782Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13783
13784 * configure.in (target_subdir): Set to libraries if enable_multilib.
13785
01a35b7f 13786Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13787
13788 * config.guess: Update from gcc directory.
13789
151ad919 13790Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13791
13792 * Makefile.in (all-sim): Depends on all-readline.
13793
28e9041c 13794Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13795
13796 * Makefile.in (BISON, YACC): Use $$s.
13797 (all-bison): Depend on all-texinfo.
13798
13799Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13800
13801 * Makefile.in (BISON): Add -L flag.
13802 (YACC): Likewise.
13803
151ad919 13804Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13805
aee16bda 13806 * configure.in (noconfigdirs): Add support for v850e target.
13807
151ad919 13808 * config.sub (maybe_os): Add support for v850e target.
13809
13810Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13811
aee16bda 13812 * configure.in (noconfigdirs): Add support for v850ea target.
13813
151ad919 13814 * config.sub (maybe_os): Add support for v850ea target.
13815
28e9041c 13816Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13817
13818 * config.sub: Add mipstx39. Delete r3900.
13819
13820Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13821
13822 * Makefile.in (all-autoconf): Depends on all-texinfo.
13823
13824Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13825
13826 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13827 eabi targets.
13828
13829Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13830
13831 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13832
13833 * configure: When handling a Canadian Cross, handle YACC as well as
13834 BISON. Just set BISON to bison. When setting YACC, prefer bison.
31972771 13835 * Makefile.in (all-bison): Depend upon all-texinfo.
28e9041c 13836
13837Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13838
13839 * Makefile.in (BISON): bison, not byacc or bison -y.
13840 (YACC): bison -y or byacc or yacc.
13841 (various): Add *-bison as appropriate.
13842 (taz): No need to mess with BISON anymore.
13843
13844Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13845
13846 * configure: If OSTYPE matches *win32*, try to find a good value for
13847 CONFIG_SHELL.
13848
13849Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13850
13851 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13852 configure.in if it is present.
13853
13854Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13855
13856 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13857
13858Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13859
13860 * config.sub: Recognize `arc' cpu.
13861 * configure.in: Likewise.
13862 * config-ml.in: Likewise.
13863
13864Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13865
13866 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13867
13868Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13869
13870 * configure: Changed sed delimiter from ':' to '|' when
13871 attempting to substitute ${config_shell} for SHELL. On
13872 NT ${config_shell} may contain a ':' in it.
13873
13874Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13875
13876 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13877
13878Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13879
13880 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13881
13882Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13883
13884 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13885
13886 * ylwrap: If the program is a relative path, force it to be
13887 absolute.
13888
13889Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13890
13891 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13892
13893Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13894
13895 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
4b695c23 13896 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13897 for libraries.
28e9041c 13898
13899Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13900
13901 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
4b695c23 13902 separated by spaces.
28e9041c 13903
13904Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13905
13906 * ylwrap: New file.
13907 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13908
13909 * ltmain.sh: Handle /bin/sh at start of install program.
13910
13911 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13912
13913 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13914 * missing: New file, from automake 1.2.
13915
13916Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13917
13918 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13919 check-tk to CHECK_X11_MODULES.
13920
13921Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13922
13923 * config.sub: Merge with FSF.
13924
13925Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13926
13927 * config.guess: Merge with FSF.
13928
13929Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13930
13931 * configure: Treat msdosdjgpp like go32.
13932 * configure.in: Likewise. Don't remove gprof for go32.
13933
13934 * configure: Change Makefile.tem2 to Makefile.tm2.
13935
13936Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13937
13938 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13939
13940Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13941
13942 * install-sh (chmodcmd): Set to null if the DST directory already
13943 exists. Same as Nov 11th change.
13944
13945Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13946
aee16bda 13947 * configure (GDB_TK): Needs itcl and tix.
28e9041c 13948
13949Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13950
13951 * config.guess: Update from FSF.
13952
13953Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13954
13955 * Makefile.in (GDB_TK): Depend on itcl and tix.
13956
13957Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13958
13959 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13960 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13961 (INSTALL_SCRIPT): New variable.
13962 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13963 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13964 to -x.
13965 * install-sh: Add support for -x option.
13966
13967Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13968
13969 * configure.in, Makefile.in: Treat tix like itcl.
13970
13971Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13972
13973 * Makefile.in (WINDRES): New variable.
13974 (WINDRES_FOR_TARGET): New variable.
13975 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13976 (EXTRA_HOST_FLAGS): Add WINDRES.
13977 (EXTRA_TARGET_FLAGS): Add WINDRES.
13978 (EXTRA_GCC_FLAGS): Add WINDRES.
13979 ($(DO_X)): Pass down WINDRES.
13980 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13981 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13982 DLLTOOL_FOR_TARGET.
13983
13984Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13985
13986 * configure.in: configure sim before gdb for win32-x-ppc
13987
13988Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13989
13990 Move gperf into the toplevel, from libg++.
13991 * configure.in (target_tools): Add target-gperf.
13992 (native_only): Add target-gperf.
13993 * Makefile.in (all-target-gperf): New target, depend on
13994 all-target-libg++.
13995 (configure-target-gperf): Empty rule.
13996 (ALL_TARGET_MODULES): Add all-target-gperf.
13997 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13998 (CHECK_TARGET_MODULES): Add check-target-gperf.
13999 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14000 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14001
14002Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
aee16bda 14003
28e9041c 14004 * config.sub (mn10200): Recognize new basic machine.
14005
14006Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14007
14008 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14009 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14010
14011Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14012
14013 * configure.in: If we're building mips-sgi-irix6* native, turn on
14014 ENABLE_MULTILIB and set TARGET_SUBDIR.
14015
14016Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14017
14018 * Makefile.in (all-sn): Depend on all-grep.
14019
14020Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14021
14022 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14023
14024 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14025 Makefile. From Jeff Makey <jeff@cts.com>.
14026 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14027
14028 * Makefile.in (DISTBISONFILES): Remove.
14029 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14030 $(DEFAULT_YACC).
14031
14032 * configure.in: Build itl, db, sn, etc., when building for native
4b695c23 14033 cygwin32.
28e9041c 14034
14035 * Makefile.in (LD): New variable.
14036 (EXTRA_HOST_FLAGS): Pass down LD.
14037 ($(DO_X)): Likewise.
14038
14039Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14040
14041 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14042
14043Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14044
14045 * configure.in (targargs): Strip out any supplied --build argument
4b695c23 14046 before adding our own. Always add --build.
28e9041c 14047
14048Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14049
14050 * configure.in (targargs): Pass --build if we're doing
14051 a cross-compile.
14052
14053Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14054
ac6fd7b6 14055 * configure: Use '|' instead of ":" as the separator in
28e9041c 14056 sed. Otherwise sed chokes on NT path names with drive
14057 designators. Also look for "?:*" as the leading characters in an
14058 absolute pathname.
14059
14060Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14061
14062 * config.sub: Support for r3900.
14063
14064Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14065
14066 * configure.in: Use install-sh, not install.sh.
14067
14068Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14069
14070 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14071 apply it twice.
14072
14073Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14074
14075 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14076 install-binutils.
14077
14078Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14079
14080 * Makefile.in: Add automake targets.
14081 * configure.in (host_tools): Add automake.
14082
14083Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14084
14085 * configure: Default CXX to c++, not gcc.
14086 * Makefile.in (CXX): Set to c++, not gcc.
14087 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14088
14089Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14090
14091 * install-sh: try appending a .exe if source file doesn't
14092 exist
14093
14094Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14095
14096 * configure.in: Turn on multilib by default.
14097 (cross_only): Remove target-libiberty.
14098
14099 * Makefile.in (all-gcc): Don't depend on libiberty.
14100
14101Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14102
14103 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14104
14105Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14106
14107 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14108 (DISTBISONFILES): Add ld/Makefile.in
14109
14110Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14111
14112 * configure.in: if target is cygwin32 but host isn't cygwin32,
14113 don't configure gdb tcl tk expect, not just gdb.
14114
14115Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14116
14117 * configure.in: Added gnuserv everywhere sn appears.
14118
14119 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14120 (CROSS_CHECK_MODULES): Added check-gnuserv.
14121 (INSTALL_MODULES): Added install-gnuserv.
14122 (CLEAN_MODULES): Added clean-gnuserv.
14123 (all-gnuserv): New target.
14124
14125Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14126
14127 * config.guess: Fixes for MIPS OpenBSD systems.
14128
14129Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14130
14131 * Makefile.in (INSTALL_XFORM): Remove.
14132 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14133
14134 * mkinstalldirs: New file, copied from automake.
14135 * Makefile.in (installdirs): Rename from install-dirs. Use
14136 mkinstalldirs. Change all users.
14137 (DEVO_SUPPORT): Add mkinstalldirs.
14138
14139Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14140
14141 * install-sh: Rename from install.sh.
14142 * Makefile.in (INSTALL): Change install.sh to install-sh.
14143 (DEVO_SUPPORT): Likewise.
14144
14145 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14146 Graichen <graichen@rzpd.de>.
14147
14148Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14149
14150 * config.guess: Recognize OpenBSD systems correctly.
14151
14152Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14153
14154 * README, Makefile.in (ETC_SUPPORT): Remove references to
14155 cfg-paper*, configure.{texi,man,info*}._
14156
14157Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14158
14159 * Makefile.in (all.normal): Ensure that gcc is built after all
14160 the x11 - ie gdb - targets.
14161
14162Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14163
14164 * makefile.vms: Don't run conf-a-gas.
14165
14166Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14167
31972771 14168 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
28e9041c 14169
151ad919 14170Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14171
14172 * configure.in: Remove noconfigdirs case since gdb also
14173 configures and builds for tic80-coff.
14174
28e9041c 14175Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14176
14177 * configure: Set cache_file to config.cache.
14178 * Makefile.in (local-distclean): Remove config.cache.
14179
14180Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14181
14182 * COPYING: Update FSF address.
14183
151ad919 14184Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14185
14186 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14187 noconfigdirs.
14188
28e9041c 14189Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14190
14191 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14192 MAKEDIRS, is empty.
14193
14194Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14195
14196 * config.sub: Tweak mn10300 entry.
14197
14198Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14199
14200 * configure.in (host_tools): Put sim before gdb, so gdb's
14201 configure.tgt can determine if the simulator was configured.
14202
14203Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14204
14205 * config.sub: Move BeOS $os case to be with other Cygnus
14206 local cases.
14207
14208Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14209
14210 * config.sub: Remove misplaced comment that broke Linux.
14211
14212Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14213
14214 * config.sub: Add BeOS support.
14215
14216Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14217
14218 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14219
14220Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14221
14222 * configure.in (noconfigdirs): Remove tcl and tk from
14223 noconfigdirs for cygwin32 builds.
14224
151ad919 14225Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14226
14227 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14228
28e9041c 14229Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14230
14231 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14232 make-all.com, use makefile.vms instead.
14233
14234Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14235
14236 * config.sub: Accept -lnews*.
14237
151ad919 14238Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14239
14240 * configure.in (noconfigdirs): Disable target-newlib,
4b695c23 14241 target-examples and target-libiberty for d30v.
151ad919 14242
14243Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14244
14245 * configure.in (noconfigdirs): Enable ld for d30v.
14246
14247Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14248
14249 * configure.in (tic80-*-*): Build compiler.
14250
14251Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14252
14253 * configure.in (d30v-*): Remove sim directory from list of
4b695c23 14254 unsupported d30v directories
151ad919 14255
14256Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14257
aee16bda 14258 * config.sub, configure.in: Add d30v target cpu.
14259
28e9041c 14260Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14261
14262 * makefile.vms: New file.
14263 * make-all.com: Remove.
14264
14265Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14266
14267 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14268
14269Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14270
14271 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14272
14273Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14274
14275 * Makefile.in (ALL_MODULES): Added all-db.
14276 (CROSS_CHECK_MODULES): Addec check-db.
14277 (INSTALL_MODULES): Added install-db.
14278 (CLEAN_MODULES): Added clean-db.
14279
14280Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14281
14282 * config.guess: Merge with latest FSF sources.
14283
14284Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14285
14286 * Makefile.in (ALL_MODULES): Added all-itcl.
14287 (CROSS_CHECK_MODULES): Added check-itcl.
14288 (INSTALL_MODULES): Added install-itcl.
14289 (CLEAN_MODULES): Added clean-itcl.
14290
14291Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14292
14293 * configure.in: build gdb for mn10200
14294
14295Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14296
14297 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14298
151ad919 14299Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14300
14301 * configure.in (tic80-*-*): Turn off most targets right now.
14302
28e9041c 14303Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14304
14305 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14306 rather than the makeinfo program.
14307 (do-info): Depend upon all-texinfo.
14308
14309Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14310
14311 * configure.in: Remove uses of config/mh-linux.
14312
14313 * config.sub, config.guess: Merge with latest FSF sources.
14314
151ad919 14315Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14316
14317 * config.sub (case $basic_machine): Add tic80 entries.
14318
28e9041c 14319Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14320
14321 * config.sub, config.guess: Merge with latest FSF sources.
14322
14323Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14324
14325 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14326 * mpw-config.in: Test for NewFolderRecursive.
14327 * mpw-install: Use symbolic name for startup filename.
14328 * mpw-README: Add various additional details.
14329
14330Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14331
14332 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14333
14334Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14335
14336 * configure.in: Do build gcc and the target libraries for
14337 the mn10200.
14338
14339Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14340
14341 * configure.in: don't avoid building gdb for mn10300 any more
14342 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14343 instead of single-quoting it.
14344
14345Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14346
14347 * configure.in: Don't use --with-stabs on IRIX 6.
14348
14349Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14350
14351 * configure.in (m32r): Build gdb, libg++ now.
14352
14353Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14354
14355 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14356 directories from noconfigdirs.
14357
14358Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14359
14360 * config.sub (basic_machine): added mips16 configuration
14361
14362Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14363
14364 * config.sub: Handle d10v-unknown.
14365
151ad919 14366Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14367
14368 * config.sub: Handle v850-unknown.
14369
28e9041c 14370Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14371
14372 * Makefile.in: add findutils
14373 * configure.in: add findutils to list of host_tools
14374
14375Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14376
14377 * config.sub: Handle mn10200 and mn10300.
14378
14379Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14380
14381 * configure.in (d10v-*): Do not build librx.
14382
14383Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14384
14385 * configure.in (mn10300): Build everything except gdb & libgloss.
14386
14387Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14388
14389 * config.guess: Patch for Dansk Data Elektronik servers,
14390 from Niels Skou Olsen <nso@dde.dk>.
14391
14392 For ncr, use /bin/uname rather than uname, since GNU uname does not
14393 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14394
14395 Patch for MIPS R4000 running System V,
14396 from Eric S. Raymond <esr@snark.thyrsus.com>.
14397
14398 Fix thinko for nextstep.
14399
14400 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14401
14402 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14403 * config.guess: Guess mips-dec-mach_bsd4.3.
14404
14405 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14406 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14407 release numbers.
14408 * config.guess (mips-mips-riscos*): Emit just enough of the
14409 release number.
14410
14411 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14412 * config.guess (sparc-auspex-sunos*): Added.
14413 (f300-fujitsu-*): Added.
14414
14415 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14416 * config.guess: Recognize a Tadpole as a sparc.
14417
14418Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14419
14420 * config.guess: Don't assume that NextStep version is either 2 or
14421 3. NextStep 4 (aka OpenStep 4) has come out now.
14422
14423Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14424
14425 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14426 From Rik Faith <faith@cs.unc.edu>.
14427
14428Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14429
14430 * config.sub: Contributions from bug-gnu-utils to:
14431 Support plain "hppa" (no version given) architecture, reported by
14432 OpenStep.
14433 OpenBSD like NetBSD.
14434 LynxOs is not a hardware supplier.
14435
14436 * config.guess: Contributions from bug-gnu-utils to add support for:
4b695c23 14437 OpenBSD like NetBSD.
28e9041c 14438 Stratus systems.
14439 More Pyramid systems.
14440 i[n>4]86 Intel chips.
14441 M680[n>4]0 Motorola chips.
14442 Use unknown instead of lynx for hardware manufacturer.
14443
14444Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14445
14446 * install.sh (chmodcmd): Set to null if the DST directory already
14447 exists.
14448
14449Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14450
14451 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14452 not use mt-ppc target Makefile fragment any more.
14453
14454Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14455
14456 * configure.in (*-*-windows): Exclude everything but those dirs
14457 needed to build windows.
14458
14459Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14460
14461 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14462
14463Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14464
14465 * configure.in: Exclude mmalloc from i386-windows.
28e9041c 14466
14467Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14468
14469 * Undo my previous change.
14470
14471Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14472
14473 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14474 unconditionally.
14475 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14476
14477Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14478
14479 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14480 host to add it's own flags.
28e9041c 14481
14482Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14483
14484 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14485
14486Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14487
14488 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14489 (CXX_FOR_TARGET): Likewise.
14490 (GCC_FOR_TARGET): Define.
14491 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14492 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14493 CC_FOR_TARGET was specified on the command line.
14494 (MAKEOVERRIDES): Don't define.
14495
14496Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14497
14498 * configure.in (m32r): Fix spelling of libg++ libs.
14499
14500Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14501
14502 * config.sub (-apple*): Remove, now redundant.
14503
14504Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14505
14506 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14507
14508 * configure: Rework yesterday's sed script patch.
14509
14510 * config.sub: Merge with FSF.
14511
14512Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14513
14514 * config.guess: Merge from FSF.
14515
14516 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
31972771 14517 * config.guess: Use pc instead of unknown, for pc clone systems.
14518 Change linux to linux-gnu.
28e9041c 14519
14520 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
31972771 14521 * config.guess: Avoid non-portable tr syntax.
28e9041c 14522
14523Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14524
14525 * test-build.mk (HOLES): Add "xargs" for gdb.
14526
14527 * configure: Avoid hpux10.20 sed bug.
14528
14529Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14530
5309a301 14531 * configure.in: Add support for windows host
28e9041c 14532 (that is a build done under the Microsoft build environment).
14533
14534Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14535
14536 * Makefile.in: Replace all uses of srcroot with s, to shrink
14537 command line lengths.
14538
14539 Patches from Geoffrey Noer <noer@cygnus.com>:
14540 * configure.in: If configuring for newlib, pass --with-newlib to
14541 subdirectories.
14542 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14543 -Bnewlib/ and -Lwinsup to gcc.
14544 (CXX_FOR_TARGET): Likewise.
14545
14546Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14547
14548 * Makefile.in (ETC_SUPPORT): Add configure.
14549
14550Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14551
aee16bda 14552 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
28e9041c 14553 host configuration file.
14554
14555Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14556
14557 * configure.in: Break mn10x00 support into separate
14558 mn10200 and mn10300 configurations.
14559 * config.sub: Likewise.
14560
14561Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14562
14563 * configure.in: Add lots of stuff to noconfigdirs for
14564 the mn10x00 targets.
14565
14566 * config.sub, configure.in: Add mn10x00 support.
14567
14568Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14569
14570 * make-all.com: Call conf-a-gas, not config-a-gas.
14571
14572Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14573
14574 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
4b695c23 14575 targets.
28e9041c 14576
14577Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14578
14579 * mpw-README: Add much more detail for native PowerMac.
14580 * mpw-install: New file.
14581 * mpw-configure: Add --norecursion and --help options.
14582 * mpw-config.in: Translate readme and install files when
14583 copying to objdir.
14584 * mpw-build.in: Don't always depend on byacc and flex.
14585 (install-only-top): New action.
14586
151ad919 14587Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14588
14589 * configure.in: You can now configure GDB for the v850.
14590
28e9041c 14591Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14592
14593 * configure.in (noconfigdirs): Don't configure any C++ dirs
14594 if targeting D10V.
14595
14596Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14597
14598 * config.sub: Recognize mips64vr5000.
14599
14600Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14601
14602 * configure.in: Use a single line for host_tools and native_only.
14603
14604Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14605
14606 * config.sub, configure.in: Add entries for m32r.
14607
14608Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14609
14610 * Makefile.in (inet-install): Don't run install-gzip.
14611
14612Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14613
14614 * configure.in: Don't config lots of things for *-*-windows*.
14615
14616Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14617
14618 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14619 (host_libs, host_tools): Copy from configure.in.
14620 * mpw-configure: Don't complain about directories not found.
14621
14622Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14623
14624 * configure.in (i[345]86): Recognize i686 for pentium pro.
14625 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14626 file.
14627
14628 * config.guess (i[345]86): Ditto.
14629
14630Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14631
14632 * configure.in (noconfigdirs): Removed gdb for D10V.
14633
151ad919 14634Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
ed37269d 14635
151ad919 14636 * configure.in: Remove ld, target-libio, target-libg++, and
14637 target-libstdc++ from noconfigdirs.
ed37269d 14638
28e9041c 14639Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14640
14641 * configure: Fix three locations where shell scripts were
14642 being run directly rather than with config_shell.
14643
151ad919 14644Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14645
14646 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14647 * config.sub (basic_machine): Recognize v850.
14648
28e9041c 14649Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14650
14651 * mpw-configure: Handle multiple enable/disable options and
14652 pass them down recursively, handle -c and -s flags appropriately
14653 depending on choice of compiler, add escape mechanism for
14654 quoted arguments to gC.
14655
14656Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14657
14658 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14659 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14660 so that -mrelocatable-lib and -mno-eabi are used.
14661
14662 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14663 not support --print-multi-lib, don't abort.
14664
28e9041c 14665Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14666
14667 * make-all.com: Run config-a-gas.
14668 * setup.com: Don't copy subdirectory files around.
14669
14670Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14671
14672 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14673 target, it now compiles correctly.
14674
14675Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14676
14677 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14678
14679Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14680
aee16bda 14681 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
28e9041c 14682
14683Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14684
14685 * configure.in (native_only): Add prms.
14686
14687Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14688
14689 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14690 (BINUTILS_SUPPORT_DIRS): Likewise.
14691
14692Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14693
14694 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14695 d10v support is added.
14696
14697Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14698
14699 * configure.in (d10v-*-*): New target.
14700
14701Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14702
14703 * config.guess (HP 9000/811): Recognize this as a PA1.1
14704 machine.
14705
14706Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14707
14708 * Makefile.in (do-tar-gz): New target, split out from tail end of
14709 taz target. Run each command separately, don't use pipes.
14710 (taz): Use it.
14711
14712Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14713
14714 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14715 * mpw-build.in: No builds should depend on building byacc or flex,
14716 they are assumed to be installed already.
14717
14718Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14719
14720 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14721 variable that CC_FOR_TARGET needs.
14722
14723Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14724
14725 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14726 options have changed since the last time the subdirectory was
14727 configured, and if it has, reconfigure.
14728 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14729 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14730
14731Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14732
14733 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14734 CLEAN_MODULES): Add bash.
14735 (all-bash): New target.
14736
14737Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14738
14739 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14740
14741Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14742
14743 * config.sub (basic_machine): Recognize d10v as a valid processor.
14744
14745Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14746
14747 * mpw-configure: Add support for --bindir.
14748 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14749
14750Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14751
14752 * configure.in: add bash, time, gawk to list of hosttools and things
14753 to only build for native toolchains
14754
14755Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14756
14757 * Makefile.in (docdir): Remove.
14758
14759Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14760
14761 * Makefile.in (datadir): Set to $(prefix)/share.
14762
14763Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14764
14765 * configure.in: build diff and patch for cygwin32-hosted
14766 toolchains.
14767
14768Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14769
14770 * config.sub: Accept -rtems*.
14771
14772Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14773
31972771 14774 * configure.in: enable dosrel for cygwin32-hosted builds,
14775 remove diff from the list of things not buildable
14776 via Canadian Cross
28e9041c 14777
14778Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14779
14780 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
4b695c23 14781 don't get ". ".
28e9041c 14782
14783Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14784
14785 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14786
14787Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14788
14789 * Makefile.in (taz): Handle case where tex3patch didn't even get
14790 checked out. Also, if it was found, put the symlink in a new util
14791 subdirectory.
14792
14793Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14794
14795 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14796
14797Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14798
14799 * config.sub: Recognize -openvms.
14800 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14801 * make-all.com, setup.com: New files.
14802
14803Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14804
14805 * Makefile.in (taz): tex3patch moved to texinfo/util.
14806
14807Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14808
14809 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14810 * configure.in: remove make from disable-if-Can-Cross list
14811 enable gdb if ${host} and ${target} are cygwin32
14812
14813Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14814
14815 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14816 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14817
14818Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14819
14820 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14821 distinguish sysv/svr4/bsd variants.
14822 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14823
14824Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14825
14826 * configure.in: Added copyright notice.
14827 * move-if-change: Added copyright notice.
14828
14829Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14830
14831 * configure.in (powerpcle-*-solaris*): Until we get shared
14832 libraries working, don't build gdb, sim, make, tcl, tk, or
14833 expect.
14834
14835Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14836
14837 * config.guess: Merge with FSF:
14838
14839 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14840 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14841
14842 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14843 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14844
14845 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14846 * config.guess: Combine two OSF1 rules.
14847 Also recognize field test versions. From mjr@zk3.dec.com.
14848 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14849 because GNU uname does not support -p. From pmr@pajato.com.
14850
14851Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14852
14853 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14854
14855Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14856
14857 * mpw-README: Document GCCIncludes.
14858
14859Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14860
14861 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14862
14863Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14864
14865 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14866
14867Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14868
14869 * configure.in (*-*-cygwin32): Configure make.
14870
14871Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14872
14873 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14874
14875Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14876
14877 * Makefile.in (all-inet): Depend on all-perl.
14878
14879 * Makefile.in (inet-install): New target.
14880
14881 * Makefile.in (all-inet): Depend on all-tcl.
14882 (all-inet): Depend on all-send-pr.
14883
14884Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14885
14886 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14887 temporarily.
14888
14889Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14890
14891 * configure.in: Don't configure --with-gnu-ld on AIX.
14892
14893Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14894
14895 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14896
14897Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14898
14899 * Makefile.in (ALL_MODULES): Added all-inet.
14900 (CROSS_CHECK_MODULES): Added check-inet.
14901 (INSTALL_MODULES): Added install-inet.
14902 (CLEAN_MODULES): Added clean-inet.
14903 (all-indent): New target.
14904
14905 * configure.in (host_tools): Added inet.
14906 (native_only): Added inet.
14907 (noconfigdirs): Added inet.
14908
14909Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14910
14911 * configure.in: Don't configure libgloss if we are not configuring
14912 newlib.
14913
14914Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14915
14916 * configure.in: Don't configure libgloss for unsupported
14917 architectures.
14918
14919Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14920
14921 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14922
14923Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14924
14925 * Makefile.in (ALL_MODULES): Include all-apache.
14926 (CROSS_CHECK_MODULES): Include check-apache.
14927 (INSTALL_MODULES): Include install-apache.
14928 (all-apache): New target.
14929
14930 * configure.in: Added apache everywhere perl is seen.
14931
14932Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14933
14934 * Makefile.in: Add support for clean-{module} and
14935 clean-target-{module} rules.
14936
14937Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14938
14939 * configure.in (*-*-ose) do not build libgloss.
14940
14941Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14942
14943 * config.guess (prep*:SunOS:5.*:*): Turn into
14944 powerpele-unknown-solaris2.
14945
14946Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14947
14948 * configure.in: Permit --enable-shared to specify a list of
14949 directories.
14950
14951Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14952
14953 * configure.in (host==solaris): Pass only the first word of $CC
14954 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14955
14956Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14957
14958 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14959
14960Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14961
14962 * Makefile.in (ALL_MODULES): Include all-perl.
14963 (CROSS_CHECK_MODULES): Include check-perl.
14964 (INSTALL_MODULES): Include install-perl.
14965 (ALL_X11_MODULES): Include all-guile.
14966 (CHECK_X11_MODULES): Include check-guile.
14967 (INSTALL_X11_MODULES): Include install-guile.
14968 (all-perl): New target.
14969 (all-guile): New target.
14970
14971 * configure.in (host_tools): Include perl and guile.
14972 (native_only): Include perl and guile.
14973 (noconfigdirs): Don't build guile and perl; no ports have been
14974 done.
14975
14976Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14977
31972771 14978 * configure (--enable-*): Handle quoted option lists such as
14979 --enable-sim-cflags='-g0 -O' better.
28e9041c 14980
14981Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14982
14983 * Makefile.in ({,inst}all-target): New rule so we can make and
14984 install all of the target directories easily.
14985
14986Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14987
14988 * configure.in: Add missing global flag in sed substitution when
14989 deleting `target-' from ${configdirs}.
14990
14991Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14992
14993 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14994 option.
14995
14996 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14997 config/mh-necv4.
14998
14999 * install.sh: Correct misspelling of transformbasename.
15000
15001 * config.guess: Recognize mips-*-sysv*.
15002
15003Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15004
15005 * config.sub: Recognize mon960.
15006
15007Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15008
15009 * configure: Restore Canadian Cross handling of BISON and LEX,
15010 removed in Feb 20 change.
15011
15012Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15013
15014 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15015 Mention make install. Remove the old copyright date as well the
15016 clumsy and rather pointless copyright on the README file.
15017
15018Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15019
15020 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15021 Makefile after running symlink-tree, then run `make distclean' to
15022 avoid clobbering any generated files in srcdir.
15023
15024Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15025
15026 * configure.in (m68k-*-netbsd*): Build everything now.
15027
15028Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15029
15030 * Makefile.in (taz): Fix quoting.
15031
15032Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15033
15034 * configure.in (sparclet-*-*): Build everything now.
15035
15036Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15037
15038 * configure.in (m68k-*-linux*): New host.
15039
15040Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15041
15042 * configure: Check for bison before byacc.
15043
15044Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15045
15046 * Makefile.in configure: Change the way LEX and BISON/YACC are
15047 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15048 searching PATH. These are used as fallbacks by Makefile.in if
15049 flex/bison/byacc aren't in objdir.
15050
15051Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15052
15053 * Makefile.in: Make everything which depends upon all-bfd also
15054 depend upon all-opcodes, in case --with-commonbfdlib is used.
15055
15056Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15057
15058 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15059 building NT native compilers on Unix.
15060
15061Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15062
15063 * configure.in: Don't get CC from the host Makefile fragment if we
15064 can find gcc in PATH, or if this is a Canadian Cross. Move the
15065 Solaris test for /usr/ucb/cc to the post target script, just after
15066 the compiler sanity test.
15067
15068Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15069
15070 * config.sub: Merge with FSF.
15071
15072Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15073
15074 * Makefile.in (RPATH_ENVVAR): New variable.
15075 (REALLY_SET_LIB_PATH): Use it.
15076 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15077
15078Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15079
15080 * config.sub, configure.in: Recognize sparclet cpu.
15081
15082Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15083
15084 * config.guess: Support m68k-cbm-sysv4.
15085
15086Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15087
15088 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15089 m68k-unknown-linuxaout from linker help string. Put quotes around
15090 $ld_help_string.
15091
15092Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15093
15094 * config.guess (powerpc-harris-powerunix): Add guess for port
15095 to new target.
15096
15097Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15098
15099 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15100
15101Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15102
15103 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15104 $(REALLY_SET_LIB_PATH) in Makefile.
15105 * Makefile.in (SET_LIB_PATH): New variable.
15106 (REALLY_SET_LIB_PATH): New variable.
15107 ($(DO_X)): Use $(SET_LIB_PATH).
15108 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15109 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15110 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15111 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15112 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15113 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15114 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15115 (install-dosrel): Likewise.
15116 (all-opcodes): Depend upon all-libiberty.
15117
15118Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15119
15120 * config.guess (*:CYGWIN*): New
15121
15122Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15123
15124 * Makefile.in (all-target-winsup): All all-target-libiberty.
15125
15126Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15127
15128 * configure.in (noconfigdirs): Add missing # in front of comment.
15129
15130Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15131
15132 * configure.in: add second pass to things added to noconfigdirs
15133 so *-gm-magic can exclude libgloss properly.
15134
15135Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15136
15137 * mpw-configure (extralibs_name, rez_name): Set correctly
15138 for MWC68K compiler.
15139
15140 * mpw-README: Add more info on the necessary build tools.
15141
15142Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15143
15144 * configure.in, config.sub: Recognize cygwin32.
15145
15146Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15147
15148 * config.guess, config.sub: Recognize A/UX.
15149
15150Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15151
15152 * config.sub: Merge with gcc/config.sub.
15153
15154Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15155
15156 * mpw-build.in (do-binutils): Add build of stamps.
15157
15158Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15159
15160 * config.sub: Add recognition for mips64vr4100*-* targets.
15161
15162Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15163
15164 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15165 Add creation of gconfigargs with `--enable-shared' turned on.
15166 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15167 ($(host)-stamp-stage3-configured): Likewise.
15168 (HOLES): Add chatr and ldd.
15169 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15170
15171Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15172
15173 * configure: Pass --nfp to recursive configures.
15174
15175Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15176
15177 * Makefile.in (DLLTOOL): New.
15178 (DLLTOOL_FOR_TARGET): New.
15179 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15180 (EXTRA_TARGET_FLAGS): Ditto.
15181 (EXTRA_GCC_FLAGS): Ditto.
15182 (CONFIGURE_TARGET_MODULES): Ditto.
15183 (DO_X): Ditto.
15184 * configure: Add DLLTOOL.
15185
15186Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15187
15188 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15189 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15190 mh-sco, since old workarounds no longer needed, and don't
15191 build ld, since libraries have weak symbols in COFF.
15192
15193Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15194
15195 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15196
15197Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15198
15199 * configure.in: Make sure that ${CC} can be used to compile an
15200 executable.
15201
15202Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15203
15204 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15205 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15206 nothing depending on whether gdbtk is being built.
15207
15208Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15209
15210 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15211
15212Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15213
15214 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15215 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15216
15217Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15218
15219 * config-ml.in: Add support for
15220 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15221 Simplify setting of multidirs from --disable-foo.
15222
15223Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15224
15225 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15226 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15227 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
4b695c23 15228 non-empty, pass them on to the GCC make.
28e9041c 15229 (all-bootstrap): New rule that is like all-gcc, except it executes
15230 the GCC bootstrap rule instead of the GCC all rule.
15231
15232Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15233
15234 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15235
15236Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15237
15238 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15239 DG/UX support.
15240
15241Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15242
15243 * config.sub (i*86*) Change [345] to [3456]
15244
15245Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15246
15247 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15248 --with-gnu-ld=no.
15249
15250Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15251
15252 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15253 AIX multilibs get built.
15254
15255Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15256
15257 * configure.in (i386-win32): Don't build expect if we're not
15258 building the tcl subdir.
15259
15260Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15261
15262 * Makefile.in: (configure-target-examples, all-target-examples):
15263 New targets, configure and build example programs.
15264
15265Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15266
15267 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15268 use it as input to sedit the generated MPW makefile.
15269 * mpw-README: Add a suggestion about Gestalt.h.
15270
15271Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15272
15273 * config.sub: Accept *-*-ieee*.
15274
15275Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15276
15277 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15278 Ronald F. Guilmette <rfg@monkeys.com>.
15279
15280Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15281
15282 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15283 for powerpc-pe native.
15284 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15285 (target==powerpc-pe): duplicate i386-win32 entry.
15286
15287Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15288
15289 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15290 of vxworks, not just vxworks5.1.
15291
15292Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15293
15294 * mpw-configure: Add support for exec-prefix.
15295
15296Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15297
15298 * config.guess: Recognize HP model 816 machines as having
15299 a PA1.1 processor.
15300
15301Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15302
15303 * configure: Ignore new autoconf configure options.
15304
28e9041c 15305Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15306
15307 * config.guess: Recognize Pentium under SCO.
15308 From Robert Lipe <robertl@arnet.com>.
15309
15310Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15311
15312 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
28e9041c 15313
15314Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15315
15316 * configure.in: Don't configure gas for alpha-dec-osf*.
15317
15318Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15319
15320 * configure.in: Default to --with-stabs for some targets for which
15321 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15322 i[345]86*-*-unixware*.
15323
15324Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15325
15326 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15327 rather than basing it on the target. Simplify handling of options
15328 controlling which directories to configure. Remove extraneous
15329 slash in multi-clean target.
15330
15331Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15332
15333 * config-ml.in: Prefix more variables with ml_ so they don't collide
15334 with configure's.
15335
15336Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15337
15338 * configure: Don't turn -v into --v.
15339
15340Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15341
15342 * configure.in (targargs): Fix typo.
15343
15344 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15345
15346Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15347
15348 * configure.in: Strip --host and --target options from
15349 CONFIG_ARGUMENTS, and always configure for --host only. Add
15350 --with-cross-host option when building with a cross-compiler.
15351 * configure: Canonicalize the arguments put into config.status by
15352 always using `=' for an option with an argument. Pass a presumed
15353 --host or --target explicitly.
15354
15355Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15356
15357 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15358 into general OS recognition case.
15359
15360Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15361
15362 * configure.in (target_configdirs): add target-winsup only
15363 for win32 target systems.
15364
15365Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15366
15367 * Makefile.in (all-target-libgloss): Depend upon
15368 configure-target-newlib, since when libgloss is built it looks to
15369 see if the newlib directory exists.
15370
15371Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15372
15373 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15374 cfg-ml-*.in.
15375
15376Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15377
15378 * configure: Handle LD and LD_FOR_TARGET when configuring a
15379 Canadian Cross.
15380
28e9041c 15381Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15382
15383 * configure.in (target_libs): add target-winsup.
15384 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15385 (target==ppcle-pe): remove ld from $noconfigdirs.
15386
15387Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15388
15389 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15390 Preserve relative path names in $srcdir. Build symlink tree if
15391 configuring cross target dir and srcdir=. (= no VPATH support).
15392 (configure-target-libg++): Depend on configure-target-librx.
15393 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15394 * config-ml.in: New file.
15395 * symlink-tree: New file.
15396 * configure: Ensure srcdir="." if that's what it is.
15397
15398Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15399
15400 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15401 includes and FLEX_SKELETON setting.
15402 * mpw-configure (--with-gnu-ld): New option, controls whether
15403 to use PPCLink or ld with PowerMac GCC.
15404 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15405 * mpw-config.in: Configure grez if targeting Mac.
15406
15407 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
4b695c23 15408 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15409 just macos.
28e9041c 15410 * configure.in: Configure grez resource compiler if targeting Mac.
15411 * Makefile.in (all-grez, install-grez): New targets.
15412
15413Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15414
15415 * configure: CXX defaults to gcc, not g++. If we find
4b695c23 15416 gcc in the path, set CC to gcc -O2.
28e9041c 15417
15418Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15419
15420 * configure: Default ${build} correctly. Avoid picking up extra
15421 spaces when reading CC and CXX from Makefile. When doing a
15422 Canadian Cross, use plausible default values for numerous
15423 variables.
15424 * configure.in: When doing a Canadian Cross, don't try to
15425 configure tools whose configure script can't handle it.
15426
15427Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15428
15429 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15430
15431Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15432
15433 * configure: Remove dubious bug reporting address.
15434
15435Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15436
15437 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15438 configure script, run that instead of this directory's configure.
15439 In either case, print a message that we're configuring the sub-dir.
15440
15441Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15442
15443 * configure.in: Before checking for the existence of various files,
15444 use sed to filter out "target-".
15445
15446Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15447
15448 * Makefile.in (DO_X): Split rule to decrease command line length
15449 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15450 (Philippe De Muyter).
15451
15452Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15453
15454 * Makefile.in (all-patch): depend on all-libiberty.
15455
15456Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15457
15458 * configure.in: If the only directory in target_configdirs which
15459 actually exists is libiberty, then set target_configdirs to empty,
15460 to avoid trying to build a target libiberty in a gas or gdb
15461 distribution.
15462
15463Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15464
15465 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
4b695c23 15466 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15467 systems.
28e9041c 15468
15469Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15470
15471 * configure.in (copy_dirs): Use sys-include instead of include
15472 for --with-headers option.
15473
15474Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15475
15476 * Makefile.in, configure.in: Make winsup builds work with
15477 new scheme.
15478
15479Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15480
15481 * configure.in: Build the linker on AIX.
15482
15483Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15484
15485 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15486 where needed.
15487
15488Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15489
15490 * Makefile.in (all-gcc): Fix typo.
15491
15492Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15493
15494 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15495
15496Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15497
15498 * configure.in: Rename libFOO to target-libFOO, and xiberty
15499 to target-xiberty, to provide more flexibility.
15500 (target_subdir): Define. Create if cross.
15501 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15502 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15503 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15504 check-libFOO -> check-target-libFOO, etc.
15505 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15506 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15507 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15508 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15509 allow ALL_GCC="" to only configure.
15510 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15511 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15512 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15513
15514Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15515
15516 * Makefile.in (taz): Build "info" in etc explicitly.
15517
15518Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15519
15520 * configure.in: Make sure that CC is undefined (as opposed to
15521 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15522 problem with autoconf trying to configure on a host without GCC.
15523
15524Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15525
15526 * mpw-configure: Set host alias from choice of host compiler,
15527 only use generic MPW Makefile sed if present, edit a file
15528 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15529 * mpw-README: Add problem notes about CW6 and CW7.
15530
15531Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15532
15533 * Makefile.in (taz): Use ";" instead of ";;".
15534
15535Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15536
15537 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15538 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15539 DISTDOCDIRS.
15540 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15541 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15542
15543Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15544
15545 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15546 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15547 Move bfd to DISTSTUFFDIRS.
15548
15549Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15550
15551 * Makefile.in (X11_LIB): Removed.
15552 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15553
15554 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15555
15556Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15557
15558 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15559 names.
15560
15561Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15562
15563 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15564
15565Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15566
15567 * configure.in (i[345]86-*-win32): Always build newlib.
15568 Don't configure cvs, autoconf or texinfo.
15569 * Makefile.in (LD_FOR_TARGET): New.
15570 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15571 Pass down LD_FOR_TARGET.
15572
15573Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15574
15575 * winsup: New directory.
15576 * Makefile.in: Build winsup.
15577 * configure.in: Winsup is configured when target is win32.
15578 Can only build win32 target GDB when native.
aee16bda 15579
28e9041c 15580Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15581
15582 * config.guess: Recognize HP model 819 machines as having
15583 a PA 1.1 processor.
15584
15585Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15586
15587 * configure: Fix sed loop which substitutes for CC and CXX to
15588 avoid bug found in various sed implementations.
15589
15590Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15591
15592 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15593 simulator. Use standard powerpc-*-eabi*.
15594
15595Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15596
15597 * configure.in: Stop putting gas and binutils in noconfigdirs for
15598 powerpc-*-aix* and rs6000-*-*.
15599
15600Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15601
15602 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15603 -mcall-aixdesc libraries.
15604
15605Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15606
15607 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15608
15609 * config.sub (arm | armel | armeb): Fix shell syntax.
15610
15611Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15612
15613 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15614 -msoft-float and -mcpu=common support.
15615 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15616 libraries.
15617
15618Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15619
15620 * configure.in: Allow configuration and build of emacs19 for the alpha.
15621
15622Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15623
15624 * configure.in (CC): Get ^CC, not just any old CC, from
15625 ${host_makefile_frag}.
15626
15627Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15628
aee16bda 15629 * configure.in (CC): Try to get CC from
28e9041c 15630 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15631
15632Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15633
15634 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15635 only if it exists in $(srcdir).
15636
15637Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15638
15639 * configure: If CC and CXX are not set in the environment, set
15640 them, based on either an existing Makefile or on searching for gcc
15641 in PATH. Substitute for CC and CXX in Makefile.
15642 * configure.in: Remove libm from target_libs. Separate
15643 target_configdirs from configdirs. If CC is not set in
15644 environment, try to get it from a host Makefile fragment. Rewrite
15645 changes of configdirs to use skipdirs instead. A few minor
15646 tweaks. Take directories out of target_configdirs as they are
15647 taken out of configdirs. Remove existing Makefile files from
15648 subdirectories. Substitute for TARGET_CONFIGDIRS and
15649 CONFIG_ARGUMENTS in Makefile.
15650 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15651 by configure.in.
15652 (CONFIG_ARGUMENTS): Likewise.
15653 (CONFIGURE_TARGET_MODULES): New variable.
15654 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15655 ($(CONFIGURE_TARGET_MODULES)): New target.
15656 (configure-libg++, configure-libio): New targets.
15657 (all-libg++): Depend upon configure-libg++.
15658 (all-libio): Depend upon configure-libio.
15659 (configure-libgloss, all-libgloss): New targets.
15660 (configure-libstdc++): New target.
15661 (all-libstdc++): Depend upon configure-libstdc++.
15662 (configure-librx, all-librx): New targets.
15663 (configure-newlib): New target.
15664 (all-newlib): Depend upon configure-newlib
15665 (configure-xiberty): New target.
15666 (all-xiberty): Depend upon configure-xiberty.
15667
15668Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15669
15670 * configure.in (host i[345]86-*-win32): Expand the
15671 noconfigdirs again.
15672
15673Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15674
15675 * mpw-configure: Fix sed command file name.
15676
15677Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15678
aee16bda 15679 * configure.in (host i[345]86-*-win32): Reduce the
28e9041c 15680 noconfigdirs again.
15681
15682Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15683
15684 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15685 or powerpc*-*-pe*, since they are not yet supported.
15686
15687Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15688
15689 Add PowerMac support and many other enhancements.
15690 * mpw-configure: New option --cc to select compiler to use,
15691 paste options set according to --cc into the generated
15692 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15693 if mpw-make.sed is present.
15694 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15695 add forward includes for PowerPC include files.
15696 * mpw-build.in: Build using Makefile.PPC if present.
15697 (do-byacc, etc): Remove separate version resource builds.
15698 (do-gas): Build "stamps" before "all".
15699 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15700 * mpw-README: Update to reflect --cc option, PowerMac support,
15701 and recently-reported compatibility problems.
15702
15703Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15704
15705 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15706 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15707 (--with-multilib-top): Pass to recursive invocations.
15708
15709Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15710
15711 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15712 v810-*-*.
15713
15714Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15715
15716 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15717 gdb, ld and opcodes on v810-*-*.
15718
28e9041c 15719Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15720
15721 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15722 (local-maintainer-clean): New target.
15723 (maintainer-clean): New target.
15724 (realclean): Just depend upon maintainer-clean.
15725
15726Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15727
15728 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15729
15730Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15731
15732 * configure.in: Build ld in mips*-*-bsd* case.
15733
15734Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15735
15736 * config.sub: Accept -lites* OS. From Ian Dall.
15737
15738Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15739
15740 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
4b695c23 15741 targets.
28e9041c 15742
15743Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15744
15745 * configure.in: treat i386-win32 canadian cross the same as
15746 i386-go32 canadian cross.
15747
15748Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15749
15750 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15751 running under the simulator to build a reduced set of libraries.
15752 (powerpc-*-eabiaix): Add fine grained multilib support added to
15753 other powerpc targets yesterday.
15754
15755Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15756
15757 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15758 -disable-softfloat, -disable-relocatable, -disable-aix, and
15759 -disable-sysv to control which multilib libraries get built.
15760
15761Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15762
15763 * configure: Add Makefile.tem to list of files to remove in trap
15764 handler.
15765
15766Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15767
15768 * config.guess (*Linux*): Add missing "exit"s.
15769 Also, need specific check for alpha-unknown-linux (uses COFF).
15770
15771Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15772
15773 * config.guess: Merge with FSF:
15774
15775 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15776 * config.guess (AIX4): More robust release numbering discovery.
15777
15778 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15779 * config.guess (i386-sequent-ptx): Properly get version number.
15780
15781 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15782 * config.guess (mips:*:4*:UMIPS): New case.
15783
15784Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15785
15786 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15787 (i386-win32 host): Likewise. Don't build readline.
15788
15789Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15790
15791 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15792 SUPPORT_FILES to submakes.
15793
15794Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15795
15796 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15797 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15798 mpw-configure.
15799
15800Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15801
15802 * configure.in (appdirs): Use =, not ==, in test expression when
15803 trying to build the text to print in the warning message for
15804 Solaris users.
15805
15806Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15807
15808 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15809
15810Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15811
15812 * config.guess: Recognize lynx-2.3.
15813
15814Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15815
15816 * config.sub (z8ksim): Deleted
15817 (z8k-*-coff): New, this is the one true name of the target.
15818
15819Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15820
15821 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15822
15823Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15824
15825 * config.guess (*:Linux:*:*): First try asking the linker what the
15826 default object file format is (elf, aout, or coff). Then if this
15827 fails, try previous methods.
15828
15829Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15830
15831 * configure.in: Don't build newlib for *-*-vxworks5.1.
15832
15833Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15834
15835 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15836 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15837
15838Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15839
15840 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15841
15842Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15843
15844 * cfg-ml-com.in: New file.
15845 * cfg-ml-pos.in: New file.
15846
15847Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15848
15849 * COPYING.NEWLIB: Add HP free copyright to list.
15850
15851Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15852
15853 * config.sub: Recognize -eabi* for the system, not just -eabi.
15854
15855Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15856
15857 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15858 * config.sub, configure.in (win32): New target and host.
15859
15860Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15861
15862 * configure.in: Add i386-pe configuration.
15863
15864Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15865
15866 * mpw-build.in (install): Install GDB after LD.
15867
15868Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15869
15870 * mpw-config.in (elf/mips.h): Always forward-include, needed
15871 for GDB to build.
15872
15873Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15874
15875 * testsuite: New directory for customer acceptance and whole tool
15876 chain tests.
15877
15878Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15879
15880 * configure: If per-host line isn't found, but AC_OUTPUT is found
15881 and a configure script exists, run it instead.
15882
15883Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15884
15885 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15886
15887Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15888
15889 * configure: Set build_{cpu,vendor,os,alias} to host values when
15890 --build isn't specified.
15891
15892Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15893
15894 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15895 (FLAGS_TO_PASS): Pass them.
15896 (EXTRA_TARGET_FLAGS): Ditto.
15897
28e9041c 15898Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15899
15900 * Makefile.in (all-libg++): Depend on all-libstdc++.
15901
15902Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15903
15904 * configure.in (noconfigdirs): Enable all packages for
15905 i386-unknown-netbsd.
15906
15907Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15908
15909 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15910 hosted builds (DOS builds)
15911
15912Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15913
15914 Changes for ARM based on patches from Richard Earnshaw:
15915 * config.sub: Handle armeb and armel.
15916 * configure.in: Omit arm linker only for riscix.
15917
15918Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15919
15920 * config.guess: Update from FSF.
15921
15922Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15923
fee90afd 15924 * config.sub: Recognize powerpcle as the little endian variant of
28e9041c 15925 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15926 powerpcle variant. Convert pentium into i586, not i486. Add p5
15927 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15928 temporarily.
15929
15930Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15931
15932 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15933
15934Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15935
15936 * config.sub: Accept -lites* as a basic system type.
15937
15938Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15939
15940 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15941 installed, and if so return linuxoldld as the system name.
15942
15943Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15944
15945 * config.guess: Add hppa1.1-hp-lites support.
15946
15947Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15948
15949 * configure.in: Don't build newlib for m68k-vxworks5.1.
15950
15951Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15952
15953 * configure.in (mips-sgi-irix6): Use mh-irix5.
15954
15955Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15956
15957 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15958
15959Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15960
15961 * test-build.mk: Enable building of shared libraries on IRIX 5 and
31972771 15962 OSF/1. Fix compiler flags.
28e9041c 15963 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15964
15965Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15966
15967 * configure.in: Recognize --with-newlib.
15968 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15969
15970Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15971
151ad919 15972 * Makefile.in: move {all,check,install}-gdb from *_MODULES
28e9041c 15973 to *_X11_MODULES due to gdbtk needing X include files et al.
15974
15975Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15976
15977 Merge in support for Mac MPW as a host.
15978 (Old change descriptions retained for informational value.)
15979
15980 * mpw-config.in: Add generic include forwards for cpu-specific
15981 include files in aout and elf directories.
15982
15983 * mpw-configure: Added copyright.
15984 * mpw-config.in: Check for presence of required build tools.
15985 (target_libs): Add newlib.
15986 (target_tools): Add examples.
15987 (Read Me): Generate as "Read Me for MPW" instead.
15988 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15989 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15990 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15991
15992 * mpw-configure: Remove subdir-specific makefile hackery,
15993 delete mk.tmp after using it.
15994
15995 * mpw-build.in (all): Display start and end times.
15996
15997 * mpw-configure (host_canonical): Set.
15998 (target_cpu): Always add to makefiles.
15999 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16000 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16001 (mpw-mh-mpw): Look for in srcdir and srcroot.
16002 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16003
16004 * mpw-build.in: (install-only): New target.
16005
16006 * mpw-configure (host_alias, target_alias): Rename from hostalias
16007 and targetalias, add into generated Makefile.
16008 (mk.tmp): If present, add into generated Makefile.
16009 * mpw-build.in (all-gas): Build config.h first before gas proper.
16010
16011 * mpw-configure (config.status): Write only if changed.
16012 * mpw-config.in (readline): Configure it (not built, just used for
16013 definitions).
16014
16015 * mpw-config.in (elf/mips.h): Add a forward include.
16016
16017 * mpw-config.in: Forward-include most .h files in include into
16018 extra-include.
16019 (readline): Don't build.
16020 mpw-build.in (install): Install GDB.
16021
16022 * mpw-configure (prefix, mpw_prefix): Handle it.
16023 * mpw-config.in (mmalloc, readline): Don't configure.
16024 * mpw-build.in (thisscript): Rename to ThisScript.
16025 Use mpw-build instead of BuildProgram everywhere.
16026 (mmalloc, readline): Don't build.
16027 * mpw-README: New file, basic documentation about the MPW port.
16028
16029 * mpw-config.in: Use forward-include to create include files.
16030
16031 * mpw-configure: Add more things to the top of each configured
16032 Makefile, including contents of config/mpw-mh-mpw.
16033 * mpw-config.in (extra-include): Create this directory and fill it
16034 with Posix-like include files when configuring.
16035
16036 * config.sub (apple, mac, mpw): Add various aliases.
16037
16038 * mpw-build.in: New file, top-level build script fragment for MPW.
16039 * mpw-configure: New file, configure script for MPW.
16040 * mpw-config.in: New file, config fragment for MPW.
16041
16042Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16043
16044 * configure.in (host_libs): Remove glob, since it is gone from the
16045 sources.
16046
16047Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16048
16049 * Makefile.in: define empty GDB_NLM_DEPS var.
16050
16051 * configure.in(target_makefile_frag): use config/mt-netware
16052 for netware targets.
16053
16054Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16055
16056 * config.sub: Merge in recent FSF changes. Remove linux special
16057 cases.
16058
16059Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16060
5309a301 16061 Revert this change:
28e9041c 16062
16063 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16064
16065 * build-all.mk: Use CC=cc -Xs on Solaris.
16066
28e9041c 16067Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16068
16069 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16070 stop using it.
16071 * Makefile.in: Nuke all references to glob subdirectory.
16072
16073Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16074
16075 * configure.in: Fix --enable-shared logic in per-host.
16076
16077Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16078
16079 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16080
16081Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16082
16083 * configure.in (noconfigdirs): Don't build gas on AIX, for
16084 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16085
16086Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16087
16088 * configure: Fix --cache-file to work if the file argument is a
16089 relative path.
16090
16091Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16092
16093 * configure: If the --cache-file is used, pass it down to
16094 configure in subdirectories.
16095
16096Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16097
16098 * config.sub: add vxworks29k configuration.
16099
16100Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16101
16102 * Makefile.in (taz): Do "diststuff" part quietly.
16103
16104Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16105
16106 * config.sub: Mini-merge with gcc/config.sub.
16107
16108Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16109
16110 * config.guess (IRIX): Sed - to _.
16111
16112Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16113
16114 * Makefile.in (source-vault, binary-vault): New targets.
16115
16116Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16117
16118 * config.sub: Recognize -eabi as a basic system type.
16119
16120Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16121
16122 * configure.in (enable_shared stuff): Fix typo.
16123
16124Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16125
16126 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16127
16128Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16129
16130 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16131
16132Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16133
16134 * configure.in (rs6000-*-*): Don't build gas.
16135
16136Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16137
16138 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16139 reduce command line length.
16140 (AS_FOR_TARGET): Check for as.new, not Makefile.
16141 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16142
16143Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16144
16145 * config.guess: Merge from FSF.
16146
16147Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16148
16149 * configure: Don't use $ when handling program_suffix.
16150
16151Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16152
16153 * configure.in: Configure tk for hppa/hpux.
16154
16155Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16156
16157 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16158
16159Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16160
16161 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16162 to LIBCXXFLAGS. Tests are better run without it.
16163
16164Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16165
16166 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16167
16168Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16169
16170 * configure.in (*-*-netware*): Don't configure xiberty.
16171
16172Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16173
16174 * configure.in: Remove tk from native_only list.
16175
16176Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16177
16178 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16179 for special NCD build.
16180
16181Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16182
16183 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16184 makeall.bat, they're only useful for binutils snapshots.
16185 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16186 makeall.bat to specified SUPPORT_FILES.
16187
16188Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16189
16190 * build-all.mk: Add Ericsson targets to sun4 and solaris
16191 hosts. Add BNR's sun4 target to solaris host, so their
16192 build-from-source will be tested in-house first.
16193
16194Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16195
16196 * Makefile.in (LIBCFLAGS): New variable.
16197 (CFLAGS_FOR_TARGET): Ditto.
16198 (LIBCFLAGS_FOR_TARGET): Ditto.
16199 (LIBCXXFLAGS): Ditto.
16200 (CXXFLAGS_FOR_TARGET): Ditto.
16201 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16202 (BASE_FLAGS_TO_PASS): Pass them.
16203 (EXTRA_TARGET_FLAGS): Ditto.
16204
5309a301 16205 * configure.in: Support --enable-shared.
28e9041c 16206
16207Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16208
16209 * configure.in (target_libs): Include libstdc++ again.
16210 * config.guess: Update from FSF (for FreeBSD).
16211
16212Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16213
16214 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16215 makeall.bat.
16216 (DISTDOCDIRS): Add `etc'.
16217 (ETC_SUPPORT_PFX): New variable.
16218 (taz): Include anything from etc starting with a word in
16219 ETC_SUPPORT_PFX.
16220
16221Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16222
16223 * config.sub: Update for recent FSF changes. Remove obsolete
16224 h8300hds entry. Add -windows* and -osx as basic os. Minor
16225 spacing changes.
16226
16227Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16228
16229 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16230
16231 * config.guess: Merge with FSF.
16232 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16233
16234Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16235
16236 * configure: Since the "trap 0" handler will override the exit
16237 status on many systems, only use it for "exit 1", and make it set
16238 a non-zero exit status; reset it before "exit 0". Also, check
16239 exit status of config.sub, and error out if it failed.
16240
16241Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16242
16243 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16244 and install libgloss.
16245
16246Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16247
16248 * Makefile.in (all-binutils): Depend upon all-byacc.
16249
16250 * configure.in: Don't build emacs on Irix 5.
16251
16252Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16253
16254 * configure.in (*-*-netware*): Add libio.
16255
16256Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16257
16258 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16259 (CHECK_TARGET_MODULES): Ditto.
16260 (INSTALL_TARGET_MODULES): Ditto.
16261 (TARGET_LIBS): Ditto.
16262 (all-libstdc++): Note dependencies.
16263
16264Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16265
16266 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16267
16268Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16269
16270 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16271 -fexternal-templates.
16272
16273 * configure.in (target_libs): Add libstdc++.
16274 (noconfigdirs): Add libstdc++ as appropriate.
16275
16276Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16277
16278 * config.guess: Update from FSF.
16279
16280Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16281
16282 * configure: Use ${config_shell} when running ${configsub}.
16283
16284Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16285
16286 * config.sub: No longer recognize h8300h.
16287
16288Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16289
16290 * config.sub: Remove extraneous differences between config.sub and
16291 gcc/config.sub.
16292
16293Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16294
16295 * Makefile.in (DISTSTUFFDIRS): Add gas.
16296
16297Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16298
16299 * COPYING.NEWLIB: New file.
16300
16301Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16302
16303 * config.guess (HP-UX): Patch from Harlan Stenn
16304 <harlan@landmark.com> to also emit release level.
16305
16306Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16307
16308 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16309
16310Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16311
16312 * config.sub: Merge nextstep cleanup from FSF.
16313
16314Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16315
16316 * configure.in (arm-*-*): Don't configure ld for this target.
16317
16318Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16319
16320 * configure.in (*-*-netware): don't configure libg++, libio,
16321 librx, or newlib.
16322
16323Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16324
16325 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16326 configure ld--it works, but it doesn't support shared libraries.
16327
16328Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16329
16330 * config.guess (*-unknown-freebsd*): Get rid of possible
16331 trailing "(Release)" in version string.
16332 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16333
16334Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16335
16336 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16337 Fix type: *-next-neststep -> *-next-nextstep.
16338
16339 * config.guess: Merge from FSF:
16340
16341 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16342
16343 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16344
16345 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16346
16347 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16348 instead of UNIX_SV for UnixWare 1.0).
16349
16350Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16351
16352 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16353 to make gdb/nlm/* build after the compiler and linker.
16354
16355Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16356
16357 * config.guess (netbsd, freebsd, linux): Accept any machine,
16358 not just i[34]86.
16359 (m68k-atari-sysv4): Relocate to match FSF version.
16360
16361 * config.guess: More merges from the FSF:
16362
16363 Add a space before function call or macro invocation.
16364
16365 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16366
16367 * config.guess: Add trap cmd to remove dummy.c and dummy when
16368 interrupted.
16369
16370 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16371
16372 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16373 (dummy): Redirect stderr from compilation of dummy.c.
16374
16375 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16376
16377 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16378
16379Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16380
16381 * configure: Accept and ignore --cache*, for compatibility with
16382 new autoconf.
16383
16384Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16385
16386 * config.guess: Merge from FSF:
16387
16388 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16389
16390 * config.guess (Pyramid*:OSx*:*:*): New case.
31972771 16391 (PATH): Add /.attbin at end for finding uname.
16392 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
28e9041c 16393
16394 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16395
31972771 16396 * config.guess (M88*:DolphinOS:*:*): New case.
28e9041c 16397
16398 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16399
31972771 16400 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16401 to select whether to use ELF or COFF.
28e9041c 16402
16403 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16404
31972771 16405 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
28e9041c 16406
16407 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16408
16409 * config.guess: Guess the OS version for HPUX.
16410
16411 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16412
16413 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16414
16415Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16416
16417 * configure.in: Recognize --with-headers, --with-libs, and
16418 --without-newlib.
16419 * Makefile.in (all-xiberty): Depend upon all-ld.
16420
16421Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16422
16423 * configure.in: Change i[34]86 to i[345]86.
16424
16425Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16426
16427 * configure (version): A few more tweaks to help message.
16428
16429Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16430
16431 * Makefile.in: Remove (for now) librx as a host library,
16432 now that we're building it for target.
16433
16434Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16435
16436 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16437 (Karl Berry).
16438
16439Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16440
16441 * configure.in: Also configure librx.
16442
16443Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16444
16445 * Makefile.in: Update various rules to reflect that librx
16446 is now needed for libg++.
16447
16448Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16449
16450 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16451
16452Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16453
16454 * configure.in: Configure the examples directory.
16455
16456Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16457
16458 * configure: Simplify Jun 2 1994 change.
16459
16460Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16461
16462 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16463 /bin/gcc isn't good enough to build gcc.
16464
16465Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16466
16467 * Makefile.in (GDB_SUPPORT_FILES): Remove
16468 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16469 (gdb.tar.gz): Add new rule to use standard distribution building
16470 mechanism.
16471
16472Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16473
16474 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16475 Bill Cox <bill@cygnus.com>.
16476
16477Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16478
16479 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16480
16481Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16482
16483 * configure: Search current dir first in .gdbinit.
16484
16485Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16486
16487 * config.sub: Recognize freebsd (merged from gcc config.sub).
16488
16489Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16490
16491 * config.sub: Refer to NeXT's operating system as nextstep.
16492
16493 * config.sub (case $basic_machine): Re-order the cases, to match
16494 the order in the FSF version (which is mostly alphabethical).
16495 Merge in some additions and changes from the FSF.
16496
16497Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16498
16499 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16500 * config.sub: Recognize cxux7.
16501 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16502
16503Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16504
16505 * config.sub: Fix typo powerpc -> powerpc-*.
16506
16507Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16508
16509 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16510
16511 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16512 parallel with all-emacs and install-emacs). Top-level command
16513 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16514
16515Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16516
16517 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16518 $(relbindir)/make before doing ``make install'', and use
16519 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16520 installing over running make binary.
16521 ($(host)-stamp-stage3-installed): Likewise.
16522
16523Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16524
16525 * config.guess: Recognize Mach.
16526
16527Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16528
16529 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16530 see whether --exec-prefix was used.
16531
16532Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16533
16534 * README: Explicitly mention libg++/README. (Zoo's idea.)
16535
16536Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16537
16538 * Makefile.in: Add all-librx target similar to all-libproc.
16539
16540Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16541
16542 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16543 with post 1.2 uname bogosity.
16544
16545Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16546
16547 * configure: Remove temporary files on receipt of a signal.
16548
16549Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16550
16551 * configure: If there is a package_makefile_frag, remove
16552 ${subdir}/Makefile.tem after copying it in.
16553
16554Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16555
16556 * build_all.mk: support rs6000 lynx identifies itself as
16557 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16558 since /bin/gcc is too feeble to compile a modern gcc.
16559
16560Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16561
16562 * brought devo/test-build.mk update-to-date with progressive/
16563 test-build.mk. Add lynx targets and hppa flag info.
16564
16565Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16566
16567 * configure.in: Use mh-ncrsvr43. Patch from
16568 Tom McConnell <tmcconne@sedona.intel.com>.
16569
16570Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16571
16572 * config.guess (i386-unknown-bsdi): No longer need to
16573 check #if defined(__bsdi__) && defined(__i386__).
16574
16575Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16576
16577 * configure: Set program_transform_nameoption correctly.
16578
16579Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16580
16581 * brought build-all.mk update-to-date with progressive build-all.mk,
16582 added new targets and hppa info.
aee16bda 16583
28e9041c 16584Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16585
16586 * configure: If config.guess result is a prefix of the user
16587 specified target, assume a native build and use the user specified
16588 target as the host alias. Remove SunOS patch suffix removal hack.
16589 * configure.in: Remove SunOS patch suffix removal hack.
16590
16591 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16592 in NATIVE_CHECK_MODULES.
16593
16594Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16595
16596 * Makefile.in: Rename HOST_ONLY to NATIVE.
16597 * configure: Delete SunOs patch suffix from host_canonical
16598 and build_canonical variables that are prepended to Makefiles.
16599 * configure.in: Add comments for easier maintenance.
16600
16601Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16602
16603 * Makefile.in: Add all-libproc target similar to all-gui.
16604
16605Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16606
16607 * Makefile.in (CHECK_MODULES): split into
16608 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16609
16610Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16611
16612 * config.guess (i386-unknown-bsdi): New system to guess.
16613
16614Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16615
16616 * Makefile.in: Add all-gui target (but not yet build by "all").
16617
16618Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16619
16620 * config.sub: Move deletion of patch suffix from here...
16621 * configure.in: To here, at Ian's suggestion. The top-
16622 level scripts might need to know of a patch level.
16623
16624Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16625
16626 * config.sub: Strip off patch suffix so rtl is recognized
16627 as a sunos4.1.3 machine, even though it's been patched.
16628
16629Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16630
16631 * Makefile.in (INSTALL_LAST): Delete.
16632 (INSTALL_DOSREL): New.
16633
16634Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16635
16636 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16637 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16638 whether we pass down --with-gnu-ld anyhow.
16639
16640Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16641
16642 * Makefile.in (INSTALL_LAST): Change operation so it works
16643 on more flavors of make.
16644 * configure.in (go32): Don't build libg++ or libio.
16645
16646Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16647
16648 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16649 they can be overriden by templates.
16650
16651Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16652
16653 * configure.in (target==go32): Don't build gdb.
16654 * dosrel: New directory.
16655
16656Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16657
16658 * configure.in (host==go32): Configure dosrel too.
16659 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16660 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16661 be set by incoming names or templates.
16662 (INSTALL_LAST): New rule.
28e9041c 16663
16664Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16665
16666 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16667
16668Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16669
28e9041c 16670 * configure.in (appdirs): New variable. Currently empty, but will
16671 be used in gas distribution. If nonempty, lists a set of
16672 directories at least one of which must get configured, or top
16673 level configuration is considered to have failed.
16674 (rs6000-*-lynxos*): Use new file name.
16675
16676Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16677
16678 Eliminate XTRAFLAGS.
16679 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16680 newlib include files using -idirafter, and also use -nostdinc.
16681 (CXX_FOR_TARGET): Likewise.
16682 (XTRAFLAGS): Removed.
16683 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16684 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16685 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16686 ($(DO_X)): Don't pass down XTRAFLAGS.
16687
16688Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16689
16690 * configure.in (mips*-dec-bsd*): New target; do build linker.
16691 (mips*-*-bsd*): New target; don't build linker.
16692
16693Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16694
16695 * configure.in: support rs6000-*-lynxos* configuration.
16696 support sunos4 as a cross target.
16697
16698 * config.sub: look for lynx*, not lynx since the OS version may
16699 legitimately be part of the name.
16700
16701Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16702
16703 * configure.in (i[34]86-*-sco*): Move to be with other i386
16704 targets.
16705 (romp-*-*): New target. Skip various binary utilities.
16706 (vax-*-*): New target. Don't build newlib.
16707 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16708
16709Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16710
16711 * configure.in: Only set host_makefile_frag if config
16712 directory exists.
16713
16714Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16715
16716 * install.sh: If $dstdir exists, don't check whether each
16717 component does.
16718
16719Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16720
16721 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16722
16723Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16724
4b695c23 16725 * configure.in (*-*-lynxos*): Don't configure newlib for either
16726 native or cross Lynx.
28e9041c 16727
16728Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16729
16730 * config.sub (sparc64-elf): Fix os.
16731 (z8k): Remove duplicate.
16732
16733Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16734
16735 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16736 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16737
16738Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16739
16740 * configure: Make file links cleanly even if Lynx fails on
31972771 16741 an NFS symlink (at least fail cleanly).
28e9041c 16742
16743Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16744
16745 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16746 -XNh2000.
16747
16748Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16749
16750 * configure: Unknown options are fatal again.
16751
16752Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16753
16754 * configure: Ignore --x-includes and --x-libraries, for Autoconf
aee16bda 16755 compatibility.
28e9041c 16756
16757Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16758
16759 * build-all.mk: Add `clean' target.
16760
16761Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16762
16763 * config.guess: Add SINIX support.
16764 * configure.in: Add mips-*-sysv4* support.
16765
16766Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16767
16768 * build-all.mk: Document all useful targets.
16769 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16770 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16771
16772Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16773
16774 * configure: Support --silent, --quiet.
16775
16776Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16777
16778 * configure: Support --disable-FEATURE.
16779
16780Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16781
16782 * config.guess: Recognize NCR running SVR4.3.
16783
16784Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16785
16786 * config.guess: Make BSDI generate i386-unknown-bsd386.
16787 Patch from Paul Eggert <eggert@twinsun.com>.
16788
16789Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16790
16791 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16792
16793Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16794
16795 * configure: Make unrecognized options give nonfatal warnings
16796 instead of fatal errors, and pass them to any subdirectory
16797 configures in case they recognize them.
16798 Make --x equivalent to --with-x.
16799
16800Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16801
16802 * configure: Add --enable-* options. Clean up usage message and
16803 some comments.
16804
16805Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16806
16807 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16808
16809Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16810
16811 * configure.in (hppa*-*-*): Enable binutils.
16812
16813Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16814
16815 * config.sub: Recognize cisco.
16816
16817Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16818
16819 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16820
16821Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16822
16823 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16824 than one configuration name. Add comment.
16825
16826Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16827
16828 * config.guess: about target *-hitachi-hiuxwe2, fixed
16829 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16830 macro is incorrect.]
16831
16832Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16833
16834 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16835 than the "make ls" stuff which used to be here.
16836
16837Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16838
16839 * config.guess: Recognize i[34]86-unknown-freebsd.
16840 From Shawn M Carey <smcarey@rodan.syr.edu>.
16841
16842Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16843
16844 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16845
16846Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16847
16848 * config.guess: Check for ptx.
16849
16850Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16851
16852 * config.sub: Add os9k checking.
16853
16854Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16855
16856 * config.guess: Handle OSF1 running on HPPA processors
16857
16858Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16859
16860 * configure: If subdir configure fails, print out a message with
16861 subdirectory name, in case subdir's configure code didn't identify
16862 itself.
16863
16864Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16865
16866 * configure.in: Remove embedded newlines from configdirs.
16867 Avoid mismatches of substrings. Fix matching strings at end
16868 of configdirs.
16869
16870Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16871
16872 * config.guess: Add Lynx/rs6000 config support.
16873
16874Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16875
16876 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16877
16878Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16879
16880 * configure.in (hppa*-*-osf*): Treat this just like most other
16881 PA configurations (eg no binutils or ld).
16882 (hppa*-*-*elf*): These configurations have binutils and ld.
16883
16884Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16885
16886 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16887
16888Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16889
16890 * configure.in (rs6000-*-*): Build gas.
16891
16892Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16893
31972771 16894 * Makefile.in: Avoid bug in losing hpux sed.
28e9041c 16895
16896Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16897
16898 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16899 for GDB and GDB has been fixed to not need it.
16900
28e9041c 16901Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16902
16903 * config.guess: Recognize vax hosts.
16904
16905Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16906
16907 * configure (while loop): Don't use "break 2" inside case
16908 statement -- the case statement isn't an enclosing loop.
16909
16910Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16911
16912 * config.guess: Clean up NeXT support, to allow nextstep
16913 on Intel machines. Make OS be nextstep.
16914
16915Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16916
16917 * config.guess: Add alternate forms for Convex.
16918
16919Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16920
16921 * configure: Completely rewrite option processing. Take
16922 advantage of pattern-matching to avoid invoking test frequently.
16923 Also clean up host and target defaulting logic.
16924
16925Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16926
16927 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16928 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16929 commands (plus user environment) will fit SCO limits.
16930
16931Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16932
16933 * configure.in: Don't issue warnings about directories which are
16934 not being configured if -norecursion is set. Correct test for
16935 --with-gnu-as and --with-gnu-ld to not get confused by substring
16936 matches.
16937
16938 * configure.in: Don't build gas for alpha-dec-osf1*.
16939
16940Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16941
16942 * configure: Back out Per's change of 12/19/1993. It changes the
16943 behavior of configure in unexpected and confusing ways.
16944
16945 Also, use different delim char when calculating
16946 program_transform_name so that the name can contain slashes.
16947
16948Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16949
16950 * configure.in, config.sub: Add support for VSTa micro-kernel.
16951
16952Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16953
16954 * configure.in: Nuke hacks which were used to get a special
16955 version of GAS for HPPA configurations.
16956
16957Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16958
16959 * configure: If only ${target_alias} is given, use that
16960 as the default for ${host_alias}.
16961 * configure: Add missing back-slashes before nested quotes.
16962
16963Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16964
16965 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16966
16967Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16968
16969 * config.guess: Recognize some Tektronix configurations.
16970 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16971
16972Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16973
16974 * config.sub: Match any flavor of SH.
16975
16976Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16977
16978 * configure.in: Don't try to configure newlib for Alpha.
16979
16980Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16981
16982 * configure.in: Don't build ld for Irix 5. Don't build gas,
16983 libg++ or libio for any Alpha target.
16984
16985 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
28e9041c 16986
16987Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16988
16989 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16990 default arguments -- so it tried to compress itself.
16991
16992Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16993
16994 * configure.in (notsupp): ensure that a space is always at the end
16995 of the configdirs list, since the grep checks for an explicit space
16996
16997Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16998
16999 * configure.in (target i386-sysv4.2): don't build ld, since static
17000 versions of many libraries are not available.
17001
17002Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17003
17004 * config.guess: Recognize Apollos (using environment variables).
17005 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17006
17007Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17008
17009 * config.guess: Recognize Sony news mips running newsos.
17010
17011Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17012
17013 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17014 "fi ; else" for bash.
17015
17016Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17017
17018 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17019
17020Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17021
17022 * config.sub: accept unixware as an alias for svr4.2.
17023 Fix some inconsistancies with the gcc version.
17024
17025Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17026
17027 * Makefile.in (DISTDOCDIRS): Add gdb.
17028
17029Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17030
17031 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17032
17033Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17034
17035 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17036 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17037 this now.
17038
17039Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17040
17041 * config.sub: Accept hiux* as an OS name.
17042
17043 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17044 etc/make-stds.texi. The underscore came from gcc, and dje now
17045 agrees that RUNTESTFLAGS is the correct name.
17046
17047Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17048
17049 * install.sh: Remove 'set -e'. It makes any conditionals
17050 in the script useless.
17051
17052 * config.guess: Automatically recognize arm-acorn-riscix
17053 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17054
17055Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17056
17057 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17058
17059Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17060
17061 * Makefile.in (DISTDOCDIRS): New variable.
17062 (taz): Edit local Makefile.in sooner, instead of proto-toplev
aee16bda 17063 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
28e9041c 17064
17065Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17066
17067 * configure.in (hppa target): check the source directory for the
17068 pagas sub-directory
17069
17070Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17071
17072 * config.sub: Allow -aout* and -elf*.
17073
17074Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17075
17076 * configure.in: Don't build ld on i386-solaris2, same as for
17077 sparc-solaris2.
17078
17079Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17080
17081 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17082
17083Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17084
17085 * configure.in: Configure gdb for alpha.
17086
17087Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17088
17089 * Makefile.in (CXXFLAGS): Add -O.
17090
17091Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17092
17093 * config.guess: added support for DG Aviion
17094
17095Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17096
17097 * configure.in: Produce warning message for subdirectories not
17098 configurable for this host/target combination. Don't try to
17099 configure gdb for vms.
17100
17101Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17102
17103 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17104 appropriate files before making "diststuff".
17105 (DISTBISONFILES): New var: list of files to be edited.
17106 (DISTSTUFFDIRS): Add binutils.
17107
17108Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17109
17110 * config.sub: also handle mipsel and mips64el (for little endian mips)
17111
17112Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17113
17114 * configure.in: Add * to end of all OS names.
17115
17116Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17117
17118 * configure.in: Build newlib for LynxOS native.
17119
17120Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17121
17122 * config.guess: Add support for delta 88k running SVR3.
17123
17124 * configure.in: Add comment about HP compiler vs. emacs.
17125
17126Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17127
17128 * configure.in: don't build ld on solaris2 (not a viable option
17129 due to bugs in getpwnam & getpwuid)
17130
17131Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17132
17133 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17134 config.guess will produce a full version number.
17135
17136Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17137
17138 * configure.in: Build linker and binutils for alpha-dec-osf1.
17139
17140Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17141
17142 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17143 and gdb/testsuite/Makefile.in.
17144
17145Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17146
17147 * configure.in: recognize mips*- instead of mips-
17148
17149Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17150
17151 * config.sub: Accept linux*coff and linux*elf as operating
17152 systems.
17153
17154Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17155
17156 * config.sub: Recognize mips64, and mips3 as an alias for it.
17157
17158Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17159
17160 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17161 gdb knows how to handle OSF/1 shared libraries.
17162
17163Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17164
17165 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17166 * config.guess: Recognize Hitachi's HIUX.
17167 * config.sub: Recognize h3050r* and hppahitachi.
17168 Remove redundant cases for hp9k[23]*.
17169
17170Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17171
17172 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17173 if gas and ld are in the source tree and are in ${configdirs}.
17174 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
3398e91d 17175 --with options (but still pass them down on the command line,
28e9041c 17176 if they were explicitly specified).
17177
17178Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17179
17180 * configure: substitute SHELL value in Makefile.in with
17181 ${CONFIG_SHELL}
17182
17183Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17184
17185 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17186 *-*-solaris2* targets.
17187
17188Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17189
17190 * Makefile.in: define M4, and pass it down to sub-makes;
17191 all-autoconf now depends on all-m4
17192
17193Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17194
17195 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17196 presence of {ar,ranlib} instead of a configured directory
17197
17198Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17199
17200 * config.guess: Accept 34?? as well as 33?? for NCR.
17201
17202Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17203
17204 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17205 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17206
17207Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17208
17209 * configure: grab values for $(CC) and $(CXX) from the
17210 environment, so that someone can do "CC=gcc configure; make" and
17211 have it work right (matching the way that autoconf works now)
17212
17213 * configure.in, Makefile.in: add support for gash, the tcl
17214 interface to Galaxy
17215
17216 * config.guess: add NetBSD variants (hp300, x86)
17217
17218Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17219
17220 * install.sh: Support -d option (in the manner of SunOS 4 install,
17221 as it is more deterministic than that of GNU install)
17222 (chmodcmd): Set file to mode 755 by default (should also do default
17223 chgrp and chown, but I don't feel like dealing with that now)
17224
17225Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17226
17227 * config.sub: Remove h8300hhms alias.
17228
17229Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17230
17231 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17232
17233Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17234
17235 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17236 as stmp-fixinc
17237
17238Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17239
17240 * config.sub: recognize m88110-bug-coff.
17241
17242Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17243
17244 * Makefile.in (all-libio): all dependencies on the toolchain used
17245 to build this (gcc, gas, ld, etc)
17246
17247Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17248
17249 * config.guess: Deal with OSF/1 1.3 on alpha.
17250
17251Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17252
17253 * install.sh: add some 'else true' clauses for portability
17254
17255 * configure.in: don't build libio for h8[35]00-*-* targets
17256
17257Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17258
17259 * Makefile.in: Add support for new libio.
17260
17261Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17262
17263 * install.sh: If one command fails, don't try the rest. Don't try
17264 to remove $dsttmp (via trap) unless we have already created it.
17265 If $src doesn't exist, detect it and exit with an error.
17266
17267 * config.guess: Recognize BSD on hp300.
17268
17269Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17270
17271 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17272 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17273
17274Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17275
17276 * Makefile.in (all-send-pr): depends on all-prms
17277
17278Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17279
17280 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17281
17282Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17283
17284 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17285 Added test for mips-mips-riscos5.
17286
17287Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17288
17289 * configure.in: use mh-hp300 for 68k HP hosts
17290
17291Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17292
17293 * configure: add support for CONFIG_SHELL, so that you can use
17294 some alternate shell for evaluating configure scripts
17295
17296Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17297
17298 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17299 in configure script to bug-gdb@prep.ai.mit.edu when building
17300 distribution archive.
17301 * Makefile.in (COMPRESS): Remove def.
17302 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17303 gdb.tar.Z and make-gdb.tar.Z respectively.
17304 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17305 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17306 to convergence with 'taz' target in Makefile.in.
17307
17308Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17309
17310 * install.sh (dsttmp): use trap to ensure that tmp files go
17311 away on error conditions
17312
17313Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17314
17315 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17316
17317Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17318
17319 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17320 its parent is '/' not ''.
17321
17322 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17323
17324Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17325
17326 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17327 that ${newsrcdir}/configure.in does.
17328
17329Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17330
17331 * test-build.mk: support for CONFIG_SHELL
17332
17333Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17334
17335 * config.sub (netware): Add as a basic system type.
17336
17337Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17338
17339 * Makefile.in (Makefile): depend on configure.in. Also drop the
17340 $(srcdir)/ from the dependency on Makefile.in.
17341
17342Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17343
17344 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17345 (h8300hhms is temporary until multi-libraries are implemented).
17346 * configure.in: Handle h8300h too.
17347
17348Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17349
17350 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17351
17352Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17353
17354 * configure: Remove extraneous output when guessing host type.
17355 * config.guess: Remove extraneous output when guessing using C
17356 compiler rather than uname, or when guessing fails.
17357
17358Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17359
17360 * Makefile.in: remove all.cross and install.cross targets
17361
17362 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17363 definitions
17364
17365Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17366
17367 * configure.in (target sh): Build gprof.
17368
17369Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17370
17371 * config.sub: change -solaris to -solaris2
17372
17373Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17374
17375 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17376
17377Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17378
17379 * configure: Correct error message for missing Makefile.in to
17380 print correct directory.
17381
17382Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17383
17384 * install.sh: kludge around 386BSD shell bug
17385
17386Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17387
17388 * config.guess: Recognize NeXT.
17389 * config.guess: Recognize i486-ncr-sysv4.
17390 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17391
17392Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17393
17394 * Makefile.in (MAKEINFOFLAGS): New variable.
17395 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17396 * build-all.mk, test-build.mk: Pass down --no-split as
17397 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17398
17399Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17400
17401 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17402
17403Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17404
17405 * Makefile.in (libg++.tar.z): New rule.
17406 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17407 * Makefile.in (taz): Only do a single chmod.
17408
17409Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17410
17411 * install.sh: don't use dirname anymore (replaced with sed usage)
17412
17413Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17414
17415 * Makefile.in: Change extension for gzip'd files from '.z' to
17416 '.gz' per new FSF standard usage.
17417
17418Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17419
17420 * configure: put quotes around the final value of program_transform_name
17421
17422Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17423
17424 * Makefile.in: new install.sh support; update install-info rules
17425
17426Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17427
17428 * configure.in: Build diff for crosses, but not for go32 host.
17429
17430 * configure.in: Build gprof only for native, and don't build it
17431 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17432
17433Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17434
17435 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17436
17437Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17438
17439 * configure.in (host_tools): Add prms.
17440
17441Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17442
17443 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17444 with $(FLAGS_TO_PASS) on the command line
17445
17446 * config.sub: Recognize lynx and lynxos
17447
17448Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17449
17450 * config.sub: Accept -ecoff*, not just -ecoff.
17451
17452Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17453
17454 * Makefile.in (taz): Use .gz suffix instead of .z.
17455 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17456 names.
17457
17458Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17459
17460 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17461
17462Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17463
17464 * Makefile.in (install-no-fixedincludes): install gcc last, so
17465 that rebuilds that might happen during 'make install' don't get
17466 bogus gcc include files
17467
17468Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17469
17470 Change from Utah for HPPA support:
17471 * config.guess: Recognize hppa1.x-hp-bsd.
17472
17473Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17474
17475 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17476 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17477
17478Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17479
17480 * config.sub: Add support for rom68k and bug boot monitors.
17481
17482Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17483
17484 * Makefile.in: Make all-opcodes depend on all-bfd.
17485
17486Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17487
17488 * config.guess: Added special check for i[34]86-univel-sysv4*.
17489
17490Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17491
17492 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17493 the processor rather than assuming i486.
17494
17495Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17496
17497 * config.guess: Recognize SunOS6 as Solaris3.
17498
17499Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17500
17501 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17502 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17503
17504Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17505
17506 * build-all.mk (all-cross): New target for Canadian Cross.
17507 Added Q2 go32 targets.
17508 * test-build.mk: Configure go32 cross sparclite-aout and
17509 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17510 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17511
17512Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17513
17514 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17515 GO32 hosted toolchains
17516
17517Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17518
17519 * configure: change so "-exec-prefix" gets passed down rather
17520 than "-exec_prefix" so autoconf generated Makefiles get the
17521 exec_prefix set right.
17522
17523Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17524
17525 * config.guess: get the Solaris2 minor version number
17526
17527 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17528
17529Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17530
17531 * config.guess: Recognize some Sequent platforms.
17532
17533Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17534
17535 * Makefile.in: added the vault-install target
17536
17537 * configure.in: actually use the Sun3 makefile fragment that's in
17538 config, also added the release dir to configdirs
17539
17540Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17541
17542 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17543
17544Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17545
17546 * configure.in: remove some program from Alpha targetted toolchains
17547
17548Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17549
17550 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17551 gprof.
17552 (taz): Run "make diststuff" in those directories instead of "make
17553 proto-dir". Look for "VERSION=" only at start of line in subdir
17554 Makefile. Use "gzip -9" for compression.
17555 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17556 (binutils.tar.z): New target.
17557
17558Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17559
17560 * Makefile.in (taz): Include gpl.texinfo.
17561
17562Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17563
17564 * Makefile.in (setup-dirs): Merged into "taz" target.
17565 (taz): Only do `proto-dir' stuff if a directory is actually needed
17566 for this target.
17567
17568Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17569
17570 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17571 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17572 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17573 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17574 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17575
17576Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17577
17578 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17579 config.sub, and move-if-change to gdb testsuite distribution
17580 archive, so the testsuite can be extracted, configured, and
17581 run separately from the gdb distribution. Blow away the Chill
17582 tests that require a Chill compiled executable, since GNU Chill
17583 is not yet publically available.
17584
17585Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17586
17587 * test-build.mk: set environment variables in a single command,
17588 instead of a list of assignments and exports
17589
17590 * config.guess: recognize Alpha/OSF1 systems
17591
17592Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17593
17594 * configure: Change help message to prefer --options rather than
17595 -options.
17596
17597Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17598
17599 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17600 zippy@ecst.csuchico.edu.
17601 * config.guess: Recognize miniframe.
17602
17603Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17604
248deaff 17605 * Makefile.in: Use srcroot to find runtest rather than rootme.
17606 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
28e9041c 17607
17608Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17609
17610 * test-build.mk: Extensive additions to support building on a
17611 machine other than the host.
17612
17613Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17614
17615 * configure (tooldir): Fix for i386-aix again.
17616
17617Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17618
17619 * configure, Makefile.in: Change definition of $(tooldir)
17620 to match the FSF.
17621
17622Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17623
17624 * config.guess: Recognize i[34]86/SVR4.
17625
17626Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17627
17628 * Makefile.in (all-gdb): gdb depends on sim.
17629
17630Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17631
17632 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17633 at the same time we make the prototype gdb directory.
17634 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17635 files at the same time as the gdb base release distribution.
17636
17637Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17638
17639 * Makefile.in (check): Use individual check targets rather than
17640 DO_X rule.
17641 (check-gcc): Added.
17642
17643Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17644
17645 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17646 for System V release 3.2.
17647
17648Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17649
17650 * config.sub: Recognize hppaosf.
17651 * configure.in: Do configure ld/binutils/gas for it.
17652
17653Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17654
17655 * configure (tooldir): Alter syntax used to set this, for systems
17656 where "\$" isn't handled right, like i386-aix.
17657
17658Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17659
17660 * configure: Pass program-transform-name, not
17661 program_transform_name, to recursive configures.
17662
17663Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17664
17665 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17666 of gas+ld+binutils.
17667
17668Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17669
17670 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17671
17672Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17673
17674 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17675
28e9041c 17676Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17677
17678 * Makefile.in (PRMS): Set back to all-prms.
17679
17680Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17681
17682 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17683 targets, rather than for MIPS hosts.
17684
17685Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17686
17687 * configure.in: add comment for --with-x default values
17688
17689 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17690
17691 * Makefile.in: add check-* targets for each of the directories in
17692 the tree. Add a definition of RUNTEST that will use the one we
17693 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17694
17695Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17696
17697 * configure.in: Removed obsolete references to bfd_target and
17698 target_makefile_frag.
17699
17700 * build-all.mk: Set assorted targets for Q2.
17701 * config.sub: Recognize z8k-sim and h8300-hms.
17702 * test-build.mk: Really don't pass host to configure.
17703 (HOLES): Added uname.
17704
17705Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17706
17707 * configure: Handle an empty program-prefix, program-suffix or
17708 program-transform-name correctly.
17709
17710Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17711
17712 * build-all.mk: -G 8 no longer required for MIPS targets.
17713 * test-build.mk: Don't pass host argument to configure; make it
17714 guess.
17715
17716Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17717
17718 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17719 * Makefile.in (COMPRESS): New macro, like GZIP.
17720
17721Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17722
17723 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17724
17725 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17726 with gas currently defaults to -G 0.
17727
17728Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17729
17730 * Makefile.in (all-flex): flex depends on byacc.
17731
17732 * build-all.mk: If host not specified, use config.guess. Pass TAG
17733 to test-build.mk as RELEASE_TAG.
17734 * test-build.mk (configargs): New variable containing arguments to
17735 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17736 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17737
17738 * config.guess: Use /bin/uname when checking -X argument on SCO,
17739 to avoid invoking GNU uname which doesn't understand -X.
17740
17741 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17742
17743 * configure.in: Build gas for mips-*-*.
17744
17745Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17746
17747 * Makefile.in (all.normal): insert missing backslash.
17748
17749Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17750
5309a301 17751 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
28e9041c 17752
17753 * Makefile.in: Complete overhaul to merge many almost identical
17754 targets.
17755
17756Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17757
17758 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17759 (gdb.tar.Z): Adjusted.
17760
17761 * Makefile.in (setup-dirs, taz): New targets; should be general
17762 enough to adapt for gdb sometime. Build only .z file.
17763 (gas.tar.z): New target.
17764
17765Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17766
17767 * build-all.mk: Use CC=cc -Xs on Solaris.
17768
28e9041c 17769Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17770
17771 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17772 for handling BISON for FSF releases.
17773
17774Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17775
17776 * configure: Actually implement the change zoo just documented.
17777
17778Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17779
17780 * configure: when using config.guess, only set target_alias when
17781 it's not already been set (ie, on the command line)
17782
17783Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17784
17785 * Makefile.in: add installcheck target, set PRMS to install-prms
17786
17787Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17788
17789 * configure: add support for package_makefile_fragment, handle the
17790 case where a directory has a configure.in file but no Makefile.in
17791 more gracefully (with an actual understandable error message, even);
17792 add support for --without (and add this to the usage message); also
17793 explicitly add a --host=${host_alias} to the command line when
17794 config.guess is used
17795
17796Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17797
17798 * configure: Must use both --host and --target in recursive calls.
17799
17800Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17801
17802 * Makefile.in: Change deja-gnu to dejagnu.
17803
17804Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17805
17806 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17807
17808Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17809
17810 * configure.in: canonicalize all instances to *-*-solaris2*,
17811 also strip out a number of tools to not build for go32 host
17812
17813Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17814
17815 * config.guess: add GPL.
17816
17817 * Makefile.in, config.guess, config.sub, configure: bump
17818 copyrights to 93.
17819
17820Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17821
17822 * Makefile.in (do-info): Removed obsolete check for existence of
17823 localenv file.
17824
17825 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17826
17827Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17828
17829 * Makefile.in: a couple of 'else true' for decstation,
17830 support for TclX
17831
17832 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17833
17834Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17835
17836 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17837
17838Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17839
17840 * config.guess: Recognize i386-ibm-aix (PS/2).
17841 * configure.in: Use config/mh-aix386 file for it.
17842
17843Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17844
17845 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17846 CC_FOR_TARGET instead.
17847 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17848
17849Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17850
17851 * Makefile.in: Add sim to list of directories sent with gdb
17852
17853Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17854
17855 * configure.in: Put back mips-dec-bsd* case.
17856
17857Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17858
17859 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17860 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17861 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
28e9041c 17862
17863Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17864
17865 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17866
17867 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17868 (install-info): install dir.info only if it exists,
17869 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17870
17871Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17872
17873 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17874 gas for mips-dec-bsd.
17875
17876Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17877
17878 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17879 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17880
17881Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17882
17883 * configure.in: Added "dejagnu" to hosttools list.
17884
17885Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17886
17887 * config.sub, configure.in, config.guess: Add support
17888 for Bosx, an AIX variant from Bull.
17889 Patches from F.Pierresteguy@frcl.bull.fr.
17890
17891Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17892
17893 * devo/dejagnu: Initial creation of devo/dejagnu.
17894 Migrated dejagnu testcases and support files for testing software
17895 tools to reside as subdirectories, currently called "testsuite",
17896 within the directory of the software tool. Migrated all programs,
17897 support libraries, etc. beloging to dejagnu proper from
17898 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17899 with no modifications. The changes to these files which will
17900 allow them to configure, build, and execute properly will be made
17901 in a future update.
17902
17903Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17904
17905 * Makefile.in: Change send_pr to send-pr.
17906 * configure.in: Likewise.
17907 * send_pr: Renamed directory to send-pr.
17908
17909Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17910
17911 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17912
17913Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17914
17915 * README: Update for gdb-4.8 release.
17916 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17917 gdb-xxx.tar.z (gzip'd) file also.
17918
17919Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17920
17921 * Makefile.in: make all-diff depend on all-libiberty
17922
17923Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17924
17925 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17926
17927Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17928
17929 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17930
17931Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17932
17933 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17934 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17935 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17936
17937Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17938
17939 * Makefile.in: makeinfo binary is in a new location
17940
17941Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17942
17943 * config.sub: Accept -ecoff as an OS.
17944
17945 * Makefile.in: Various changes to eliminate a level of make
17946 recursion and reduce the required command line length.
17947 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17948 sub-makes.
17949 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17950 variables holding settings for specific sub-makes.
17951 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17952 in terms of BASE_FLAGS_TO_PASS.
17953 (TARGET_LIBS): New variable listing directories which use
17954 TARGET_FLAGS_TO_PASS.
17955 (subdir_do): Eliminated.
17956 (do-*): New set of targets to replace subdir_do.
17957 (various): All targets which used subdir_do now depend on do-*.
17958 (local-clean): Renamed from do_clean.
17959 (local-distclean): New target, dependency of distclean and
17960 realclean.
17961 (install-info): Don't create directories. Depend on dir.info
17962 rather than calling make recursively.
17963 (install-dir.info): Eliminated.
17964 (install-info-dirs): Create all info directories here.
17965 (dir.info): Depend upon do-install-info.
17966
17967 * test-build.mk (HOLES): Added false.
17968
17969Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17970
17971 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17972
17973Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17974
17975 * Makefile.in (info): remove dependency on all-texinfo. The
17976 problem was really in texinfo/C, not at this level.
17977
17978Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17979
17980 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17981
17982Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17983
17984 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17985 GDB releases.
17986
17987Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17988
17989 * configure: Include srcdir in message about target of link not
17990 being found. Don't convert `-' to `_' in `with' options being
17991 passed to subdirs.
17992
17993Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17994
17995 * configure.in: add uudecode to host_tools
17996
17997 * Makefile.in: added {all,install}-uudecode targets, added them to
17998 the appropriate lists
17999
18000Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18001
18002 * Makefile.in (all-gcc): Added dependency on all-gas.
18003
18004 * configure.in (mips-*-*): Build ld and binutils.
18005
18006Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18007
18008 * configure: check return code from mkdir, print error message and
18009 exit on failure.
18010
18011Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18012
18013 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18014
18015Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18016
18017 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18018
18019Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18020
18021 * config.sub (h8500): Recognize this as a cpu type.
18022
18023Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18024
18025 * configure: source directory missing is no longer a warning
18026
18027 * configure.in: recognize irix[34]* instead of irix[34]
18028
18029 * Makefile.in: define and pass down X11_LIB
18030
28e9041c 18031Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18032
18033 * guess-systype: Renamed to ...
18034 * config.guess: ... by popular request.
18035 * configure.in, Makefile.in: Update accordingly.
18036
18037Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18038
18039 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18040 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18041 + Execute ./dummy instead of assuming . is in PATH.
18042
18043Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18044
18045 * guess-systype: New shell script. Attempts to guess the
18046 canonical host name of the executing host.
18047 Only a few hosts are supported so far.
18048 * configure: Call guess-systype if no host is specified.
18049
18050Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18051
18052 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18053 gcc Makefile.
18054
18055
18056Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18057
18058 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18059 (all-gcc, install-gcc, subdir_do): Use it.
18060
18061Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18062
18063 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18064
18065Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18066
18067 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18068 set exclusively by configure, using configure.in .
18069
18070Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18071
18072 * test-build.mk: set $PATH for all builds
18073
18074 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18075
18076Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18077
18078 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18079 the one used in gcc/Makefile.in, so that a null expansion doesn't
18080 override the one needed to build gcc with a native cc.
18081
18082
18083Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18084
18085 * configure: Accept -with arguments.
18086
18087Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18088
18089 * Makefile.in: added h8300sim
18090
18091Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18092
28e9041c 18093 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18094 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18095 (all-cygnus, native, build-cygnus): Make
18096 $(canonhost)-stamp-3stage-done, not $(host)....
18097 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18098 i386-sco3.2v4. Added else true to if command.
18099
18100Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18101
18102 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18103
18104Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18105
18106 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18107
18108Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18109
18110 * configure.in: don't remove binutils from Solaris builds
18111
18112Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18113
18114 * Makefile.in: get rid of earlier definitions for *clean,
18115 also handle the recursive info rule better
18116
18117Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18118
18119 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18120 do more-or-less the right thing.
18121
18122Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18123
18124 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18125 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18126
18127Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18128
18129 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18130 $(host_canonical).
18131
18132 * configure.in: split the configdirs list into 4 categories (native
18133 v. cross, library v. tool) and handle the cross-only and native-
18134 only in more reasonable (and correct!) way.
18135
18136Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18137
18138 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18139 configdirs anymore.
18140
18141Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18142
18143 * Makefile.in: extensive cleanup:: removed all of the explicit
18144 clean-* targets, collapsed many wrappers around subdir_do into
18145 one, added additional targets to satisfy standards.texi, deleted
18146 some old targets, some changes for consistency
18147
18148Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18149
18150 * configure.in: handle some programs as cross-only, and others as
18151 native only
18152
18153 * test-build.mk: handle partial holes in a more generic manner
18154
18155 * Makefile.in: m4 depends on libiberty
18156
28e9041c 18157Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18158
18159 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18160 time, wdiff, and find to configdirs
18161
18162 * Makefile.in: all, clean, and install rules for the new programs
18163 added to configure.in
18164
18165Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18166
18167 * configure.in: use mh-sun for all *-sun-* hosts
18168
28e9041c 18169Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18170
18171 * Makefile.in: define flags for X11 include files and library file
18172 locations, pass them down to the programs that need this info
18173
18174 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18175
28e9041c 18176Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18177
18178 * configure.in: start building libg++ for HP-UX targets
18179
18180Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18181
18182 * README: Update references to files moved into etc/.
18183
18184Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18185
18186 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18187 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18188
18189Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18190
18191 * configure: accept dash as well as underscore in long option
18192 names for FSF compatibility.
18193
18194Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18195
18196 * config.sub: added -sco3.2v4 support from FSF.
18197
18198Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18199
18200 * configure.in: expand the section that adds or removes
18201 directories from the list of programs to build, to handle native
18202 vs. cross in addition to host v. native
18203
18204Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18205
18206 * Makefile.in: Replace C++ in macro names with CXX.
18207 This is less likely to break ...
18208
18209Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18210
18211 * test-build.mk: add -w to GNU_MAKE
18212
18213Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18214
18215 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18216 add 'sparc' to list of recognized cpus. This needed to make
18217 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18218 Delete some redundant ose68 variants. Recognize -wrs as an os,
18219 then changes that into $CPU-wrs-vxworks.
18220
18221 * configure.in: remove most references to gdbtest, regularize
18222 target based program removal
18223
18224 * test-build.mk: import from p3 tree (many fixes and changes)
18225
18226Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18227
18228 * Makefile.in: added rules to handle tcl, tk, and expect
18229
18230 * configure.in: handle those directories if they exist
18231
18232Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18233
18234 * config.sub: removed bogus hppabsd and hppahpux names, since
18235 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18236
18237Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18238
18239 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18240 depends upon all-xiberty
18241
18242 * Makefile.in: changes from p3, including:
18243
18244 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18245
18246 * Makefile.in (XTRAFLAGS): include newlib directories if
18247 newlib/Makefile exists, rather than if host != target.
18248
18249 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18250
18251 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18252 from the same source tree and not building a cross-compiler. This
18253 matters for the libg++ configuration if reconfiguring a tree that
18254 has already been installed.
18255
18256 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18257
18258 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18259 pick up the machine and system specific header files.
18260
18261 * Makefile.in: added AS_FOR_TARGET, passed down in
18262 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18263 the C compiler to use to create programs which are run in the
18264 build environment, set it to default to $(CC), and passed it down
18265 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18266
18267 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18268
18269 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18270 We need them for unusual native builds, like systems without
18271 ranlib.
18272
18273 * configure: also define $(host_canonical) and
31972771 18274 $(target_canonical), which are the full, canonical names for the
18275 given host and target
28e9041c 18276
18277Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18278
18279 * Makefile.in: Added separate definitions for C++.
18280
18281Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18282
18283 * configure.in (configdirs): Add deja-gnu.
18284
18285Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18286
18287 * README: Update for configure.texi and gdb-4.7 release.
18288
18289Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18290
18291 * Makefile.in: Move "all" target to top of file.
18292 Previously, first target was ".PHONY" which caused BSD4.4 make
18293 to build .PHONY when make was run without arguments.
18294
18295Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18296
18297 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18298 Library-copylefted code in libiberty.
18299
18300Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18301
18302 * config.sub: Replace m68kmote with plain old m68k.
18303
18304Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18305
18306 * Makefile.in: Remove space from blank line, avoid Make complaints.
18307
18308Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18309
18310 * config.sub: Complain if no argument is given. Added support for
18311 386bsd as OS and target alias.
18312
18313Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18314
18315 * Makefile.in (XTRAFLAGS): include newlib directories if
18316 newlib/Makefile exists, rather than if host != target.
18317
18318Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18319
18320 * config.sub: recognize sparclite-wrs-vxworks.
18321
18322 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18323 p3.) Added clean-xiberty to clean.
18324
18325Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18326
18327 * configure.in: use *-*-* instead of nested cases for host and target
18328
18329Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18330
18331 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18332 from the same source tree and not building a cross-compiler. This
18333 matters for the libg++ configuration if reconfiguring a tree that
18334 has already been installed.
18335
18336Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18337
18338 * config.sub (i486v/i486v4): Merge in from FSF version.
18339
18340Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18341
18342 * configure: only set PWD if it is already set.
18343
18344Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18345
18346 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18347 doesn't have unset and all success paths (and most error paths)
18348 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18349 to just ${PWD} to avoid confusion.)
18350
18351Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18352
18353 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18354 even for a native compilation.
18355
18356Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18357
18358 Changes to make the gdb.tar.Z rule work better.
18359
18360 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18361 (DEVO_SUPPORT): Add configure.texi.
18362 (bfd-ilrt.tar.Z): Remove ancient rule.
18363
18364Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18365
18366 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18367 pick up the machine and system specific header files.
18368
18369 * configure.in, config.sub: added new target m68010-adobe-scout,
18370 with alias of adobe68k. Changed configure.in to check for
18371 -scout before -sco* to avoid a false match.
18372
18373 * Makefile.in: added AS_FOR_TARGET, passed down in
18374 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18375 the C compiler to use to create programs which are run in the
18376 build environment, set it to default to $(CC), and passed it down
18377 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18378
18379Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18380
18381 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18382 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18383 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18384 FOR_TARGET variants, to newlib and libg++.
18385
18386Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18387
18388 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18389 first.
18390
18391Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18392
18393 * config.sub: Accept `elf' as an environment.
18394
18395Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18396
18397 * Makefile.in (all-opcodes): cd into the right directory
18398
18399Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18400
18401 * configure: added -program_transform_name option, used as
18402 argument to sed when installing programs.
18403 configure.texi: added documentation for -program_prefix,
18404 -program_suffix and -program_transform_name.
18405
18406Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18407
18408 * config.sub: Accept i486 where i386 ok.
18409
18410Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18411
18412 * config.sub: accept we32k
18413
18414Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18415
4b695c23 18416 * config.sub, configure.in: accept OSE68000 and OSE68k.
28e9041c 18417
18418 * Makefile.in: don't create all directories for ``make install'';
18419 let the subdirectories create the ones they need.
18420
18421Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18422
31972771 18423 * COPYING: new file, GPL v2
28e9041c 18424
18425Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18426
18427 * Makefile.in: use the new gen-info-dir, which needs a template
18428 argument (which also lives in texinfo)
18429
18430 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18431
28e9041c 18432Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18433
18434 * config.sub (ncr3000): Change i386 to i486.
18435
18436Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18437
18438 * Makefile.in: add install-rcs, install-grep to
18439 install-no-fixedincludes, removed install-bison and install-libgcc
18440
18441Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18442
18443 * configure.in: grab the HPUX makefile fragment if on HPUX
18444
18445Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18446
18447 * Makefile.in: eradicate bison spoor (ditto libgcc).
18448 configure.in: recognise m68{k,000}-ericsson-OSE.
18449 es1800 is alias for m68k-ericsson-OSE
18450
18451Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18452
18453 * configure.in: rearrange the parts that remove programs from
18454 configdirs, based now on HOST==TARGET or by canonical triple.
18455
18456Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18457
18458 * test-build.mk: recurse explicitly with -f test-build.mk when
18459 appropriate. predicate stage3 and comparison on the existence
18460 of gcc. That is, if gcc isn't around, we aren't three-staging.
18461 On very clean, also remove ...stamp-co. Build in-place before
18462 doing other builds.
18463
18464Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18465
18466 * Makefile.in, configure.in: add tgas
18467
18468Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18469
18470 * Makefile.in: a number of changes merged in from progressive.
18471
18472 * configure.in: add libm.
18473
18474 * .cvsignore: ignore some stuff that comes from test-build.mk.
18475
28e9041c 18476Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18477
18478 * config.sub: Add es1800 (m68k-ericsson-es1800).
18479
18480Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18481
18482 * configure: Add program_suffix (parallel to program_prefix)
18483 * Makefile.in: adjust directory-creating script for losing decstation
18484
18485Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18486
18487 * configure: Minor $subdir-related fixes.
18488
18489Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18490
18491 * configure: fix various problems with propogating
18492 makefile_target_frag in subdirs.
18493 * configure.in: config libgcc if its there
18494
18495Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18496
18497 * config.sub: HPPA merge.
18498
28e9041c 18499Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18500
18501 * Makefile.in: Replace all-bison with all-byacc in all
18502 dependency lines for other tools (which now use byacc).
18503
18504Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18505
18506 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18507
28e9041c 18508Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18509
18510 * Makefile.in: make gprof rules similar to byacc rules (instead of
18511 vestigal $(unsubdir) that didn't work...)
18512
18513Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18514
18515 * config.sub: Add support for Linux.
18516 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18517 (at least for libg++).
18518
18519Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18520
18521 * configure.texi: fix doc for the -nfp option to configure
18522
18523Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18524
18525 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18526
18527Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18528
18529 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18530 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18531 * configure.in: added solaris* host_makefile_frag hook.
18532
18533Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18534
18535 * config.sub: changed recognition of m68000 so that various
18536 m68k types can be specified via m680[01234]0
18537
18538Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18539
18540 * config.sub (basic_machine): fix sed so that '-foo' isn't
18541 completely substituted out while .+'-foo' loses the '-foo'
18542
18543Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18544
18545 * config.sub ($os): Add -aout.
18546
18547Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18548
18549 * configure: If host_makefile_frag is absolute, don't
18550 prefix ${invsubdir} (relevant to libg++ auto-configure).
18551
18552Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18553
18554 * Makefile.in (tooldir): Define it.
18555 (all-ld): Depend on all-flex.
18556
18557Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18558
18559 * Makefile.in (check): Fix libg++ special case.
18560
18561Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18562
18563 * configure: do not bury `pwd` into config.status, thus do fewer
18564 pwd's.
18565
18566 * configure: print the "Building in" message only when building in
18567 other than "." AND verbose.
18568
fee90afd 18569 * configure: remove -s, rework -v to better accommodate guested
28e9041c 18570 configures.
18571
18572 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18573
18574Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18575
18576 * Makefile.in: macroize flags passed on recursion. remove
18577 fileutils.
18578
18579Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18580
18581 * configure: get makesrcdir right for subdirs deeper than 1.
18582
18583 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18584 install.
18585
18586Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18587
18588 * Makefile.in: don't print subdir_do or recursion lines.
18589
18590Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18591
18592 * standards.texi: added menu item.
18593
18594 * Makefile.in: build and install standards.info.
18595
18596 * standards.texi: new file.
18597
18598Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18599
18600 * configure: test for and move config.status pieces from
18601 ${subdir}/.
18602
18603Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18604
28e9041c 18605 * configure: Test for existance of files before trying to mv
18606 them, to avoid numerous non-existance messages.
18607
18608Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18609
18610 * configure: correct final line of config.status.
18611
18612 * configure: patch from eggert. Avoids a protection problem if
18613 the original Makefile.in is read only.
18614
18615 * configure: use move-if-change from gcc to create config.status.
18616 Some makefiles depend on config.status to tell if a directory
18617 has been reconfigured for a different host. This change
18618 prevents those directories from remaking everything in the case
18619 where the reconfig was only intended to rebuild a Makefile.
18620
18621 * configure: test for config.sub with "config.sub sun4" rather
18622 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18623 host alias from a missing config.sub.
18624
18625Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18626
18627 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18628 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18629
18630Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18631
18632 * configure: mkdir ${subdir} as needed.
18633
18634Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18635
18636 * Makefile.in,configure.in: added autoconf.
18637
18638Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18639
18640 * Makefile.in: no longer pass against on recursion.
18641
18642 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18643 definitions are not inherited.
18644
18645 * configure: correct makesrcdir when subdir is .
18646
18647Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18648
18649 * configure: Add support for 'subdirs' variable, which is
18650 like 'configdirs', except that configure doesn't re-invoke
18651 itself for subdirs, it just creates a Makefile for each subdir.
18652 * configure.texi: Document subdirs.
18653
18654Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18655
18656 * configure.in: added flex to configdirs
18657
18658Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18659
18660 * Makefile.in: remove clean-stamps from clean.
18661
18662Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18663
18664 * configure.in: Add gdbtest to configdirs.
18665
18666Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18667
18668 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18669 to recursive makes.
18670 * configure.in: Recognize new ncr3000 config.
18671
18672Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18673
18674 * Makefile.in, configure.in: removed references to gdbm.
18675
18676Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18677
18678 * config.sub: Don't canonicalize os value
18679 newsos* to bsd (readline needs to check for newsos).
18680 (This fix was earlier made Jan 31, but got re-broken.)
18681
18682Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18683
18684 * configure.in: sco is an os, not a vendor!
18685
18686 * configure: Quote $( better. Keep various shells happy.
18687
18688Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18689
18690 * Makefile.in: eliminate stamp-files.
18691
18692Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18693
18694 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18695 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18696
18697Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18698
18699 * config.sub: fix iris/iris3.
18700
18701Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18702
18703 * configure: re-add -rm.
18704
18705Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18706
18707 * Maskefile.in: add .stmp-rcs to all.
18708
18709 * configure.in: remove gas from rs6000 build, use aix host fragment.
18710
18711Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18712
18713 * configure: pass down site_option during recursion.
18714
18715Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18716
18717 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18718
18719Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18720
18721 * configure: Change exec_prefix so that it really defaults to prefix.
18722
18723Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18724
18725 * Makefile.in, configure.in: Add support for mmalloc library.
18726
18727Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18728
18729 * Makefile.in: add stmp dependencies for a few more things.
18730
18731Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18732
18733 * configure: adjusted error message on objdir/srcdir configure
18734 collision, per john's suggestion.
18735
18736 * Makefile.in: add libiberty stmp to all and all.cross.
18737
18738Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18739
18740 * Makefile.in: remove force dependencies, add grep to all.
18741
18742Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18743
18744 * Makefile.in: drop flex. make stamp files work.
18745
18746 * configure: added test for conflicting configuration in srcdir,
18747 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18748 gets cranky. use relative paths for configure and srcdir
18749 whenever possible. Send some error messages to stderr that were
18750 going to stdout.
18751
18752Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18753
18754 * Makefile.in: Fix libg++ rule to check for gcc directory
18755 before using gcc/gcc. Also pass XTRAFLAGS.
18756
18757Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18758
18759 * Makefile.in: added stmp-files so that directories aren't polled
18760 when they are already built.
18761
18762 * configure.texi: fixed a node pointer problem.
18763
18764Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18765
5309a301 18766 * config.sub configure.in gdb/configure.in
28e9041c 18767 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18768 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18769 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18770
18771Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18772
18773 * configure: -recurring becomes -silent. corrected help message
18774 for -site= option.
18775
18776 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18777
18778Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18779
18780 * configure: when building Makefile for crosses, replace
18781 tooldir and program_prefix. default srcdir from location of
18782 config.sub. remove "for host in hosts" and "for target in
18783 targets" loops.
18784
18785Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18786
18787 * Makefile.in: Do not pass bindir or mandir to cvs.
18788
18789Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18790
18791 * Makefile.in, configure.in: removed traces of namesubdir,
18792 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18793 copyrights to '92, changed some from Cygnus to FSF.
18794
18795 * configure.texi: remove most references to multiple hosts,
18796 multiple targets, subdirs, etc.
18797
18798 * configure.man: removed rcsid. reference config.sub not
18799 config.subr.
18800
18801 * Makefile.in: mkdir $(infodir) on install-info.
18802
18803Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18804
18805 * configure.texi: Explain better about .gdbinit and about
18806 the environment that configure.in sections run in.
18807
18808Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18809
18810 * configure.in: Ultrix is only a decstation if it's a MIPS.
18811
18812Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18813
18814 * README: DOC.configure => cfg-paper.texi.
18815
18816Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18817
18818 * config.sub (near case $os): Don't convert newsos* to bsd!
18819
18820Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18821
18822 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18823 the number of copies of COPYING that go into the GDB tar file.
18824
18825Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18826
5309a301 18827 * bfd/configure.in, gdb/config/mh-i386sco,
28e9041c 18828 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18829 Fix SCO configuration stuff.
18830
18831Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18832
18833 * Makefile.in: For libg++, make sure the -I pointing
18834 to the gcc directory goes *after* all the libg++-local -I flags.
18835 Also, move just-gcc dependency from just-libg++ to all-libg++.
18836
18837Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18838
18839 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18840
18841Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18842
18843 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18844
18845Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18846
18847 * config.sub: Add stratus configuration frags. Also
18848 submitted to FSF.
18849
18850Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18851
18852 * Makefile.in (DEV_SUPPORT): add configure.man.
18853
18854 * config.sub(Decode manufacturer-specific): add -none*.
18855
18856Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18857
18858 * Makefile.in: remove form feeds to make Sun's make happy.
18859 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18860
18861Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18862
18863 * Makefile.in (AR_FLAGS): Make quieter.
18864
18865Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18866
18867 * configure.in: Add libg++.
18868 * configure: When verbose, don't output the command line at each
18869 level; it will be unremarkably the same as the previous version,
18870 which will be the same as what the user typed.
18871
18872Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18873
18874 * configure.in, Makefile.in: fix clean-info, add flex. add
18875 fileutils.
18876
18877 * configure: be less sensitive to spaces in Makefile.in. Do not
18878 look for sources in "..". Doing so breaks subdirectories that
18879 might have their own configure. If a subdir has it's own
18880 configure script, use it.
18881
18882Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18883
18884 * cfg-paper.texi: some changes suggested by rms.
18885
18886Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18887
18888 * config.sub: Merge in some small additions from the FSF version,
18889 taken from the gcc distribution, to bring the Cygnus and FSF
18890 versions into closer sync.
18891
18892Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18893
18894 * configure.in: Changed svr4 references to sysv4.
18895
18896Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18897
18898 * configure: added -V for version number option.
18899
18900Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18901
18902 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18903 renamed from DOC.configure to cfg-paper.texi.
18904
18905Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18906
18907 * configure, config.subr, config.sub: config.subr is now
18908 config.sub again.
18909
18910Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18911
18912 * configure.texi: new file, in progress.
18913
18914 * Makefile.in: build info file and install the man page for
18915 configure.
18916
18917 * configure.man: new file, first cut.
18918
18919 * configure: find config.subr again now that configuration "none"
18920 has gone. removed all traces of the -ansi option. removed all
18921 traces of the -languages option.
18922
18923 * config.subr: resync from rms.
18924
18925Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18926
18927 * configure, config.sub, config.subr: merge config.sub into
18928 config.subr, call the result config.subr, remove config.sub, use
18929 config.subr.
18930
18931 * Makefile.in: revised install for dir.info.
18932
18933Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18934
18935 * configure.in: add decstation host makefile frag.
18936
18937 * Makefile.in: BISON now bison -y again. also install-gcc on
18938 install. clean-gdbm on clean. infodir belongs in datadir.
18939 Make directories for info install. Build dir.info here then
18940 install it.
18941
18942Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18943
18944 * Makefile.in: fix for bad directory tests.
18945
18946Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18947
18948 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18949 regexp. -srcdir relative was being handled incorrectly.
18950
18951 * Makefile.in: unwrapped some for loops so that parallel makes
18952 work again and so one can focus one's attention on a particular
18953 package.
18954
18955Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18956
18957 * configure: added PWD as a stand in for `pwd` (for speed). use
18958 elif wherever possible. make -srcdir work without -objdir.
18959 -objdir= commented out.
18960
18961Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18962
18963 * configure: +options become --options. -subdirs commented out.
18964 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18965 Makefile now at top of generated Makefile. Removed cvs log
18966 entries. added -srcdir. create .gdbinit only if there is one
18967 in ${srcdir}.
18968
18969 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18970 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18971 and mandir now keyed off datadir by default.
18972
18973Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18974
18975 * Freshly created ChangeLog.
18976
18977\f
18978Local Variables:
18979mode: change-log
18980left-margin: 8
18981fill-column: 76
18982version-control: never
18983End: