]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
S/390: Mode attrs "bitoff[_plus]" simplify risbg instructions.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
8f3675f8
MR
12016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2
3 * configure.ac: Check for the minimum in-tree MPFR version
4 handled.
5 * configure: Regenerate.
6
21f88103
YTL
72016-07-20 Yan-Ting Lin <currygt52@gmail.com>
8
9 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
10 * configure: Regenerated.
11
60d51882
FR
122016-07-19 Fritz Reese <fritzoreese@gmail.com>
13
14 * MAINTAINERS (Write After Approval): Add myself.
15
277d7ee0
AK
162016-06-23 Andi Kleen <ak@linux.intel.com>
17
18 * Makefile.def: Add autoprofiledbootstrap.
19 * Makefile.tpl: Dito.
20 * Makefile.in: Regenerate.
21
fd6487af
JS
222016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
23
24 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
25 * configure: Regenerate.
26
3e326935
TS
272016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28
29 * configure: Regenerate.
30 * configure.ac: Remove support for avr-rtems.
31
9582bf04
SKS
322016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
33
34 * MAINTAINERS (Write After Approval): Add myself.
35
6f820b68
MC
362016-06-16 Michael Collison <michael.collison@arm.com>
37
38 * MAINTAINERS (Write After Approval): Add myself.
39
775ee7fa
MM
402016-06-14 Mikael Morin <mikael@gcc.gnu.org>
41
42 * MAINTAINERS (Write After Approval): Update e-mail address.
43
de3ba371
JM
442016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
45
21f88103 46 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 47
350216e3
AM
482016-05-28 Alan Modra <amodra@gmail.com>
49
50 * Makefile.tpl (configure): Depend on m4 files included.
51 * Makefile.in: Regenerate.
52
9cad20fa
BS
532016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
54
55 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
56 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
57
92466115
BS
582016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
59
60 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
61 special case builtin.
62 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
63 support for ALTIVEC_BUILTIN_VEC_ADDEC.
64 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
65 for __builtin_vec_addec.
66
fe38e08b
JS
672016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
68
69 * config.guess: Import version 2016-04-02 (newest).
70 * config.sub: Import version 2016-05-10 (newest).
71
cef1a0b8 722016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 73
cef1a0b8
JL
74 * configure.ac: Add ARC support to libgloss.
75 * configure: Regenerate
704b85c7 76
75a6b91a
AS
772016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
78
79 * MAINTAINERS (Write After Approval): Add myself.
80
00f35794
BE
812016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
82
83 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
84 * configure: Regenerated.
85 * Makefile.def (gmp): Explicitly disable assembler.
86 (mpfr): Adjust lib_path.
87 (mpc): Likewise.
88 * Makefile.in: Regenerated.
89
c100769b
JJ
902016-05-01 Jakub Jelinek <jakub@redhat.com>
91
92 PR bootstrap/70704
93 * configure.ac (--enable-stage1-checking): Add missing
94 --enable-checking=.
95 * configure: Regenerated.
96
bc6d9014
OE
972016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
98
ace08cb8
OE
99 * config.guess: Revert r235676.
100 * config.sub: Revert r235676.
101
1022016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
103
104 * config.guess: Remove SH5 support.
bc6d9014
OE
105 * config.sub: Likewise.
106 * configure: Likewise.
107 * configure.ac: Likewise.
108
7db11a5a
JJ
1092016-04-26 Jakub Jelinek <jakub@redhat.com>
110
111 PR bootstrap/70704
112 * configure.ac (--enable-stage1-checking): For --disable-checking or
113 implicit --enable-checking, make sure extra flag matches in between
114 stage1 and later checking.
115 * configure: Regenerated.
116
ab0fc037
TS
1172016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
118
119 * .gitattributes: New file.
120
c048fa95
SB
1212016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
122
123 * MAINTAINERS (rs6000/powerpc port): Add myself.
124
f3653cf5
SB
1252016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
126
127 PR bootstrap/70173
128 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
129 and gotools directories. Delete the stage_final file.
130 * Makefile.in: Regenerate.
131
4f93efa4
AV
1322016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
133
134 * MAINTAINERS (Write After Approval): Add myself.
135
c27e432e
SK
1362016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
137
138 * MAINTAINERS (Fortran maintainer): Remove myself.
139
7134713c
BS
1402016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
141
142 * MAINTAINERS (Write After Approval): Add myself.
143
7d74282a
KN
1442016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
145
146 * MAINTAINERS (Write After Approval): Add myself.
147
1b858e76
CC
1482016-03-17 Cary Coutant <ccoutant@gmail.com>
149
150 Sync with binutils-gdb:
151
152 2016-03-17 Cary Coutant <ccoutant@gmail.com>
153
154 * configure.ac: Add mips and s390 to the gold target check.
155 * configure: Regenerate.
156
d15bd5bb
DD
1572016-03-01 DJ Delorie <dj@redhat.com>
158
159 * MAINTAINERS (mep): Remove myself as MeP maintainer.
160
6d1fa6bb
DM
1612016-02-22 David Malcolm <dmalcolm@redhat.com>
162
163 * MAINTAINERS (libcpp): Add myself.
164 (diagnostic messages): Likewise.
165
607bda60
TV
1662016-02-20 Tom de Vries <tom@codesourcery.com>
167
168 * MAINTAINERS: Fix whitespace.
169
80cfaff8
CZ
1702016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
171
172 * MAINTAINERS (Write After Approval): Add myself.
173
c661a43d
SP
1742016-01-29 Sebastian Pop <s.pop@samsung.com>
175
176 * config/isl.m4: Add comments about isl-0.16.
177 * configure: Regenerate.
178
86b3a101
MJ
1792016-01-29 Martin Jambor <mjambor@suse.cz>
180
181 * MAINTAINERS (hsa maintainers): Add myself.
182
960cbfd2
WD
1832015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
184
185 * MAINTAINERS: (Write After Approval): Add myself.
186
1e050c90
AK
1872016-01-25 Aditya Kumar <aditya.k7@samsung.com>
188 Sebastian Pop <s.pop@samsung.com>
189
190 * Makefile.in: Regenerate.
191 * Makefile.tpl: Export ISLVER.
192 * configure: Regenerate.
193 * config/isl.m4: Detect isl-0.15.
194
cefadad1
MM
1952016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
196
197 PR bootstrap/69329
198 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
199 * Makefile.in: Regenerate.
200
9e530bcd
AP
2012016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
202
203 * configure.ac: Enable LTO for DJGPP
204 * configure: Regenerate
205
324402a0
L
2062016-01-12 H.J. Lu <hongjiu.lu@intel.com>
207
208 Sync with binutils-gdb:
209 2015-10-21 Nick Clifton <nickc@redhat.com>
210
211 PR gas/19109
212 * configure.ac: Note the 'none' is an acceptable argument to
213 --enable-compressed-debug-sections.
214 * configure: Regenerate.
215
9eaaa830
BE
2162016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
217
218 PR bootstrap/69134
219 * Makefile.def (mpfr): Disable assembler.
220 * Makefile.in: Regenerate.
221
cfe67e03
BE
2222016-01-01 Ben Elliston <bje@gnu.org>
223
224 * config.guess: Import version 2016-01-01.
225 * config.sub: Likewise.
226
be33d404
SS
2272015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
228
229 * MAINTAINERS (Write After Approval): Add myself.
230
e357a5e0
SP
2312015-12-17 Sebastian Pop <s.pop@samsung.com>
232
233 * Makefile.in: Replace ISL with isl.
234 * Makefile.tpl: Same.
235 * config/isl.m4: Same.
236 * configure.ac: Same.
237 * contrib/download_prerequisites: Same.
238 * configure: Regenerate.
239
1ad2439b
AP
2402015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
241
242 * MAINTAINERS (Write After Approval): Add Myself.
243
70decafb
NS
2442015-12-17 Nathan Sidwell <nathan@acm.org>
245
246 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
247 * configure: Regenerate.
248
560d18d3
AK
2492015-12-16 Aditya Kumar <aditya.k7@samsung.com>
250 Sebastian Pop <s.pop@samsung.com>
251
252 * config/isl.m4 (ISL_CHECK_VERSION): Check for
253 isl_ctx_get_max_operations.
254 * configure: Regenerate.
255
57e8ab24 2562015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
257
258 * MAINTAINERS (Write After Approval): Add myself.
259
105b682e
ILT
2602015-12-02 Ian Lance Taylor <iant@google.com>
261
262 PR go/66147
263 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
264 * Makefile.in: Regenerate.
265
7eb46bec
AT
2662015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
267
268 PR libffi/65726
269 * Makefile.def (lang_env_dependencies): Make libffi depend
270 on cxx.
271 * Makefile.in: Regenerate.
272
cc3baaa9
DE
2732015-11-26 David Edelsohn <dje.gcc@gmail.com>
274
275 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
276 symbols.
277
3be96231
TG
2782015-11-20 Tristan Gingold <gingold@adacore.com>
279
280 Sync with binutils-gdb:
281 2015-11-20 Tristan Gingold <gingold@adacore.com>
282
283 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
284 * configure: Regenerate.
285
daa53f38
ML
2862015-11-19 Martin Liska <mliska@suse.cz>
287
288 * .gitignore: Add .clang-format to ignored files.
289 * Makefile.in: Add clang-format.
290 * Makefile.tpl: Likewise.
291
54985c70
TA
2922015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
293
294 * configure.ac: Enable libmpx by default.
295 * configure: Regenerated.
296
d0397c75
SE
2972015-10-23 Steve Ellcey <sellcey@imgtec.com>
298
299 * MAINTAINERS: Update email address.
300
735a559c
PM
3012015-10-23 Paulo Matos <pmatos@linki.tools>
302
303 * MAINTAINERS: Update email address.
304
15713b43
AH
3052015-10-23 Alan Hayward <alan.hayward@arm.com>
306
307 * MAINTAINERS (Write After Approval): Add myself.
308
78edb32f
L
3092015-10-20 H.J. Lu <hongjiu.lu@intel.com>
310
311 Sync with binutils-gdb:
312 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
313
314 PR gas/19109
315 * configure.ac: Add
316 --enable-compressed-debug-sections={all,gas,gold,ld}.
317 * configure: Regenerated.
318
dec6b7f1
AC
3192015-10-16 Arnaud Charlet <charlet@adacore.com>
320
321 * MAINTAINERS: Update list of Ada maintainers and email addresses.
322
6be1d686
ML
3232015-10-09 Martin Liska <mliska@suse.cz>
324
325 * MAINTAINERS (Write After Approval): Add myself.
326
dc0e2060
AF
3272015-10-09 Alexander Fomin <alexander.fomin@intel.com>
328
329 * MAINTAINERS (Write After Approval): Add myself.
330
bec93d40
FW
3312015-10-02 Florian Weimer <fweimer@redhat.com>
332
333 * MAINTAINERS: Update email address.
334
0487f06d
LK
3352015-10-02 Louis Krupp <louis.krupp@zoho.com>
336
337 * MAINTAINERS (Write After Approval): Add myself.
338
56547ff7
KT
3392015-09-20 Kai Tietz <ktietz70@googlemail.com>
340
423ea09f 341 * MAINTAINERS: Update email.
56547ff7 342
ed4c91ea
BS
3432015-09-14 Bernd Schmidt <bschmidt@redhat.com>
344
345 * MAINTAINERS: Update my email address.
346
2503fd9e
JB
3472015-09-01 James Bowman <james.bowman@ftdichip.com>
348
349 * MAINTAINERS (ft32 port): Add myself.
350
3726332a
DS
3512015-08-28 David Sherwood <david.sherwood@arm.com>
352
353 * MAINTAINERS: Add myself.
354
15480aaf
PM
3552015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
356
357 * MAINTAINERS (Write After Approval): Add myself.
358
ad4f95e3
FXC
3592015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
360
361 PR libfortran/54572
362 * Makefile.def: Make libgfortran depend on libbacktrace.
363 * Makefile.in: Regenerate.
364
95f25df0
SD
3652015-08-20 Simon Dardis <simon.dardis@imgtec.com>
366
367 * MAINTAINERS (Write After Approval): Add myself.
368
5dc85f7e
TV
3692015-08-12 Tom de Vries <tom@codesourcery.com>
370
371 PR other/67092
372 * configure.ac: Remove --with_host_libstdcxx support.
373 * configure: Regenerate.
374
44a7d18d
TS
3752015-08-10 Thomas Schwinge <thomas@codesourcery.com>
376 Jakub Jelinek <jakub@redhat.com>
377
378 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
379 nvptx*-*-*.
380 * configure: Regenerate.
381
bf5372e7
YS
3822015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
383
384 * Makefile.def (libiconv): Define bootstrap=true.
385 Mark pdf/html/info as missing.
386 (configure-gcc): Depend on all-libiconv.
387 (all-gcc): Ditto.
388 (configure-libcpp): Ditto.
389 (all-libcpp): Ditto.
390 (configure-intl): Ditto.
391 (all-intl): Ditto.
392 * Makefile.in: Regenerate.
393
94b8fdcc
BC
3942015-08-03 Bin Cheng <bin.cheng@arm.com>
395
396 * MAINTAINERS (loop ivopts): Add the entry and myself.
397
430bcac1
NS
3982015-07-31 Nathan Sidwell <nathan@codesourcery.com>
399
400 * MAINTAINERS (nvptx): Add self.
401
110d61da
AL
4022015-07-29 Alan Lawrence <alan.lawrence@arm.com>
403
404 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
405 128-bit vector modes.
406
c9da7548 4072015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 408
c9da7548
VV
409 * MAINTAINERS (Write After Approval): Add myself.
410
423ea09f 4112015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
412
413 * config.sub, config.guess: Import from upstream.
414
6b1786aa
JL
4152015-07-24 Michael Darling <darlingm@gmail.com>
416
417 PR other/66259
418 * config-ml.in: Reflects renaming of configure.in to configure.ac
419 * configure: Likewise
420 * configure.ac: Likewise
421
45952786
BS
4222015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
423
424 * MAINTAINERS: Update my email address.
425
f1595603
L
4262015-07-14 H.J. Lu <hongjiu.lu@intel.com>
427
428 Sync with binutils-gdb:
429 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
430
431 * configure.ac (target_configdirs): Exclude target-zlib if
432 target-libjava isn't built.
433 * configure: Regenerated.
434
a05c2c75
L
4352015-07-14 H.J. Lu <hongjiu.lu@intel.com>
436
437 Sync with binutils-gdb:
438 2015-05-13 John David Anglin <dave.anglin@bell.net>
439
440 * configure.ac: Disable configuration of GDB for HPUX targets.
441 * configure: Regenerate.
442
443 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
444
445 * configure.ac: Add --with-system-zlib.
446 * configure: Regenerated.
447
448 2015-01-28 James Bowman <james.bowman@ftdichip.com>
449
450 * configure.ac: Add FT32 support.
451 * configure: Regenerate.
452
453 2015-01-12 Anthony Green <green@moxielogic.com>
454
455 * configure.ac: Don't disable gprof for moxie.
456 * configure: Rebuild.
457
1c01ebf6
L
4582015-07-14 H.J. Lu <hongjiu.lu@intel.com>
459
460 Sync with binutils-gdb:
461 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
462
463 PR ld/18355
464 * Makefile.def: Add extra_configure_flags to host zlib.
465 * configure.ac (extra_host_zlib_configure_flags): New. Set
466 to --enable-host-shared When bfd is to be built as shared
467 library. AC_SUBST.
468 * Makefile.in: Regenerated.
469
e59969a1
HPN
4702015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
471
472 Sync with src:
473 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
474 * Makefile.def (dependencies): Add all-zlib to all-bfd.
475 * Makefile.in: Regenerated.
476
d9063947
L
4772015-06-30 H.J. Lu <hongjiu.lu@intel.com>
478
479 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
480 target.
481 * configure: Regenerate.
482
b837291d
LC
4832015-06-23 Ludovic Courtès <ludo@gnu.org>
484
485 * MAINTAINERS (Write After Approval): Add myself.
486
2a97995f
AT
4872015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
488
489 * MAINTAINERS (OS Port Maintainers): Add myself.
490 (Various Maintainers): Remove myself from libffi testsuite.
491
19cd26a6
RS
4922015-06-04 Richard Sandiford <richard.sandiford@arm.com>
493
494 * MAINTAINERS (gen* on machine desc): Add self.
495
8ca528d9
JM
4962015-06-02 Jason Merrill <jason@redhat.com>
497
498 PR bootstrap/66319
499 * configure.ac: Use -std=gnu++98.
500
4526c3c1
SN
5012015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
502
503 * MAINTAINERS (Write After Approval): Add myself.
504
318a4e6d
MF
5052015-05-28 Mike Frysinger <vapier@gentoo.org>
506
507 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
508 * configure: Regenerate.
509
46070488
JM
5102015-05-26 Jason Merrill <jason@redhat.com>
511
512 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
513 * configure: Regenerate.
514
fef939d6
JB
5152015-05-16 James Bowman <james.bowman@ftdichip.com>
516
517 * configure.ac: FT32 target added.
fef939d6
JB
518 * configure: Regenerated.
519
886faf50
IB
5202015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
521
522 * MAINTAINERS (Write After Approval): Add myself.
523
91c6b410
PM
5242015-05-11 Paulo Matos <paulo@matos-sorge.com>
525
526 * MAINTAINERS (Write After Approval): Add myself.
527
e640447c
PM
5282015-05-11 Paulo Matos <paulo@matos-sorge.com>
529
530 * configure.ac: Fix typo.
531 * configure: Regenerate.
532
e587377d
MM
5332015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
534
535 * MAINTAINERS (Write After Approval): Add myself.
536
cabb9d59
MK
5372015-05-03 Matthias Klose <doko@ubuntu.com>
538
539 * configure.ac: Match $host configured with triplets.
540 * configure: Regenerate.
541
fafb95a6
BRF
5422015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
543
544 * Makefile.tpl: Remove surplus whitespace throughout.
545 * Makefile.in: Regenerate.
546
85867772
SB
5472015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
548
549 * MAINTAINERS (Various Maintainers): Add myself as instruction
550 combiner maintainer.
551
c10b5ea0
JJ
5522015-04-17 Jakub Jelinek <jakub@redhat.com>
553
554 PR bootstrap/62077
555 * configure.ac (--enable-stage1-checking): Default to
556 release,misc,gimple,rtlflag,tree,types if --disable-checking
557 or --enable-checking is not specified and DEV-PHASE is not
558 experimental.
559 * configure: Regenerated.
560
77019397
MO
5612015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
562
563 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
564 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
565 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
566 * Makefile.in: Regenerate.
567
17feae99 5682015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
569
570 * MAINTAINERS: Update my email address.
571
e61ffb3b
JG
5722015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
573
574 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
575
b16cc4f2
KT
5762015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
577
578 * MAINTAINERS: Add myself as an arm port reviewer.
579
ec523909
ML
5802015-03-25 Martin Liska <mliska@suse.cz>
581 Yury Gribov <y.gribov@samsung.com>
582
583 * Makefile.in: Fix ln source location for vimrc file.
584 * Makefile.tpl: Likewise.
585
fc30054e
AH
5862015-03-09 Aldy Hernandez <aldyh@redhat.com>
587
588 PR bootstrap/25672
589 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
590 cross-compiling. Similarly for CXX_FOR_TARGET.
591 * configure: Regenerate.
592
5373cd33
IE
5932015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
594
595 * Makefile.def: Add libmpx.
596 * configure.ac: Add libmpx.
597 * Makefile.in: Regenerate.
598 * configure: Regenerate.
599
a6e8abb9
KY
6002015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
601
602 * MAINTAINERS (CPU Port Maintainers): Add myself
603 i386 vector ISA extns mantainer.
604
f2b86778
JL
6052015-03-13 Jeff Law <law@redhat.com>
606
607 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
608 maintainer.
609 Remove Richard Henderson as a maintainer for the x86 port.
610
9dd44d1c
JR
6112015-03-03 Joern Rennecke <gnu@amylaar.uk>
612
613 * MAINTAINERS (CPU Port Maintainers): Update my email address.
614
33079441
IE
6152015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
616
617 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
618 pointer bounds checker and i386 MPX maintainer.
619
d083ae5f
SL
6202015-02-26 Sandra Loosemore <sandra@codesourcery.com>
621
622 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
623
f91f1c13
MS
6242015-02-26 Martin Sebor <msebor@redhat.com>
625
626 * MAINTAINERS (Various Maintainers): Add self.
627
426c1eb0
TS
6282015-02-20 Thomas Schwinge <thomas@codesourcery.com>
629
630 * configure.ac [--enable-as-accelerator-for] (enable_languages):
631 Make sure it contains lto.
632 * configure: Regenerate.
633
8ae12d71
TS
6342015-02-18 Thomas Schwinge <thomas@codesourcery.com>
635
636 * configure: Regenerate.
637
11aa81cc 6382015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 6391
11aa81cc
DN
640 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
641 middle-end, docstring): Remove myself.
642 (Write After Approval): Add myself.
643
a436ab27
JJ
6442015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
645
646 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
647 (Write After Approval): Update address.
648
231d020b
DM
6492015-01-29 David Malcolm <dmalcolm@redhat.com>
650
651 PR jit/64780
652 * configure.ac: Require the user to explicitly specify
653 --enable-host-shared if the jit is enabled.
654 * configure: Regenerate.
655
82a94471
RS
6562015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
657
658 * MAINTAINERS (Write After Approval): Add myself.
659
e6f0c56d
TV
6602015-01-25 Tom de Vries <tom@codesourcery.com>
661
662 * MAINTAINERS: Make whitespace consistent.
663
631ff3e1
BO
6642015-01-23 Braden Obrzut <admin@maniacsvault.net>
665
666 * MAINTAINERS (Write After Approval): Add myself.
667
09b9cd1f
AV
6682015-01-20 Andre Vehreschild <vehre@gmx.de>
669
670 * MAINTAINERS: (Write After Approval): Add myself.
671
802ed46a
MU
6722015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
673
674 * MAINTAINERS: (Write After Approval): Add myself.
675
c61fcfa6
PT
6762015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
677
678 * MAINTAINERS: (Write After Approval): Add myself.
679
ebcd09c1
IS
6802015-01-13 Iain Sandoe <iain@codesourcery.com>
681
682 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
683 objective-c/c++ front end maintainer.
684
71aa170d
MP
6852015-01-13 Marek Polacek <polacek@redhat.com>
686
687 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
688
da067543
JL
6892015-01-12 Jeff Law <law@redhat.com>
690
691 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
692 a very long time.
693
bf1de3f0
ILT
6942015-01-09 Ian Lance Taylor <iant@google.com>
695
696 * configure.ac (host_tools): Add gotools.
697 * Makefile.def (host_modules): Add gotools.
698 (dependencies): Add dependency of all-gotools on all-target-libgo.
699
82a19768
AT
7002015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
701
702 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
703 * configure: Regenerate.
704
53dd59bf
TS
7052015-01-08 Thomas Schwinge <thomas@codesourcery.com>
706
707 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
708 all-target-libgomp.
709 * Makefile.in: Regenerate.
710
8054942d
EB
7112015-01-06 Eric Botcazou <ebotcazou@adacore.com>
712
713 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
714
0969ec7d
EB
7152015-01-06 Eric Botcazou <ebotcazou@adacore.com>
716
717 * configure.ac: Add Visium support.
718 * configure: Regenerate.
719
ec8fd1c0
AS
7202015-01-04 Andreas Schwab <schwab@linux-m68k.org>
721
722 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
723 * configure: Regenerate.
724
9bccfdf5
AP
7252015-01-03 Andrew Pinski <apinski@cavium.com>
726
727 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
728 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
729 (BASE_TARGET_EXPORTS): Add OBJCOPY.
730 (OBJCOPY_FOR_TARGET): New variable.
731 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
732 * Makefile.in: Regenerate.
733 * configure.ac: Check for already installed target objcopy.
734 Also GCC_TARGET_TOOL on objcopy.
735 * configure: Regenerate.
736
007adc0d
HPN
7372015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
738
739 * config.sub: Update from upstream, to 2015-01-01 version.
740 * config.guess: Ditto.
741
fe55e976
SH
7422014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
743
744 * MAINTAINERS (RTEMS Ports): Add myself.
745
b86d271e
PMR
7462014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
747
748 * MAINTAINERS (Write After Approval): Add myself.
749
9733278a
MH
7502014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
751
752 * MAINTAINERS (Write After Approval): Add myself.
753
4b4f2e35
TS
7542014-12-15 Thomas Schwinge <thomas@codesourcery.com>
755
756 * configure.ac (--enable-as-accelerator-for): Don't set
757 ENABLE_AS_ACCELERATOR_FOR. Update all users.
758 * configure: Regenerate.
759
b6a65eb6
JJ
7602014-12-13 Jakub Jelinek <jakub@redhat.com>
761
762 PR bootstrap/64023
763 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
764 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
765 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
766 to CXX.
767 * Makefile.in: Regenerated.
768
c3e1e693
YG
7692014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
770 Yury Gribov <y.gribov@samsung.com>
771
772 * .gitignore: Added .local.vimrc and .lvimrc.
773 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
774 * Makefile.in: Regenerate.
775
7762014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
777
778 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
779 * configure: Regenerated.
780
b9fb25a5
BS
7812014-11-27 Bernd Schmidt <bernds@codesourcery.com>
782
783 * MAINTAINERS (nvptx port): New entry.
784
d896cc4d
JBG
7852014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
786
787 * configure: Regenerate.
788
74ae587e
JBG
7892014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
790
791 * configure.ac: Merge with Binutils.
792
45c89690
TB
7932014-11-26 Tobias Burnus <burnus@net-b.de>
794
795 * Makefile.def: Make more dependent on mpfr, mpc and isl.
796 * Makefile.in: Regenerate.
797
ea903c37
BE
7982014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
799
800 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
801 missing flex.
802 * Makefile.in: Regenerated.
803
eb23df59
IV
8042014-11-21 Ilya Verbin <ilya.verbin@intel.com>
805
806 * Makefile.in: Regenerate.
807
a699d672
L
8082014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
809
810 PR bootstrap/63784
811 * libtool.m4: Add $pic_flag with -shared.
812
fc065a61
RL
8132014-11-21 Renlin Li <Renlin.Li@arm.com>
814
815 * MAINTAINERS (Write After Approval): Added myself.
816
efcc23e6
AV
8172014-11-21 Alex Velenko <Alex.Velenko@arm.com>
818
819 * MAINTAINERS (write-after-approval): Add myself.
820
dd308ed8
MK
8212014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
822
823 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
824 from 2 years ago.
825
ac8698a1
AV
8262014-11-19 Alex Velenko <Alex.Velenko@arm.com>
827
828 Revert:
829 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
830
831 * MAINTAINERS (Write After Approval): Added myself as line map
832 maintainer.
833
8dab9330
RL
8342014-11-19 Renlin Li <Renlin.Li@arm.com>
835
836 Revert:
837 2014-11-19 Renlin Li <Renlin.Li@arm.com>
838
839 * MAINTAINERS (Write After Approval): Added myself.
840
1be22083
RL
8412014-11-19 Renlin Li <Renlin.Li@arm.com>
842
843 * MAINTAINERS (Write After Approval): Added myself.
844
59392f46
AV
8452014-11-19 Alex Velenko <Alex.Velenko@arm.com>
846
847 * MAINTAINERS (Write After Approval): Added myself as line map
848 maintainer.
849
0f3422cc
DS
8502014-11-17 Dodji Seketeli <dodji@redhat.com>
851
852 * MAINTAINERS (Various Maintainers): Added myself as line map
853 maintainer.
854
0c8969f0
JBG
8552014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
856
857 * move-if-change: Sync from upstream gnulib.
858
d7134c0e
JBG
8592014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
860
861 * compile: Sync with upstream Automake.
862 * depcomp: Ditto.
863 * install-sh: Ditto.
864 * missing: Ditto.
865 * mkinstalldirs: Ditto.
866 * ylwrap: Ditto.
867
e4ff7e6a
JBG
8682014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
869
870 * config.sub: Update from upstream config repo.
871 * config.guess: Ditto.
872
5f520819
KY
8732014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
874
875 * Makefile.def: Add liboffloadmic to target_modules. Make
876 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
877 * Makefile.in: Regenerate.
878 * configure: Regenerate.
879 * configure.ac: Add liboffloadmic to target binaries.
880 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
881 Add liboffloadmic to noconfig list when C++ is not supported.
882
85c64bbe
BS
8832014-11-13 Bernd Schmidt <bernds@codesourcery.com>
884 Thomas Schwinge <thomas@codesourcery.com>
885 Ilya Verbin <ilya.verbin@intel.com>
886 Andrey Turetskiy <andrey.turetskiy@intel.com>
887
888 * configure: Regenerate.
889 * configure.ac (--enable-as-accelerator-for)
890 (--enable-offload-targets): New configure options.
891
7d35a59e
TB
8922014-11-11 Tobias Burnus <burnus@net-b.de>
893
0a002272 894 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
895 * Makefile.in: Regenerate.
896
35485da9
DM
8972014-11-11 David Malcolm <dmalcolm@redhat.com>
898
899 * ChangeLog.jit: New.
900 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
901
ebf6d33b
FXC
9022014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
903
904 PR target/63610
905 * libtool.m4: Fix globbing of darwin versions.
906 * configure: Regenerate.
907
4a9bb2aa
TB
9082014-11-11 Tobias Burnus <burnus@net-b.de>
909
4a9bb2aa
TB
910 * Makefile.def: Remove CLooG.
911 * Makefile.tpl: Ditto.
912 * configure.ac: Ditto.
913 * configure: Regenerate.
914 * Makefile.in: Ditto.
915
738f2522
BS
9162014-11-06 Bernd Schmidt <bernds@codesourcery.com>
917
918 * configure.ac: Handle nvptx-*-*.
919 * configure: Regenerate.
920
9b591dd1
PG
9212014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
922
923 * MAINTAINERS (Write After Approval): Add myself.
924
14258928
JJ
9252014-10-31 Jakub Jelinek <jakub@redhat.com>
926
927 * Makefile.def (libcc1): Remove bootstrap=true;.
928 * Makefile.in: Regenerated.
929
1335a8ca
JBG
9302014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
931
932 * configure.ac: Update comment.
933 * configure: Regenerate.
934
cb115cc2
IE
9352014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
936
937 * MAINTAINERS (Write After Approval): Add myself.
938
fca38047
TS
9392014-10-30 Thomas Schwinge <thomas@codesourcery.com>
940
941 * configure.ac (extra_host_libiberty_configure_flags): Add
942 --enable-shared also for libcc1's benefit.
943 * configure: Regenerate.
944
65c0707b
TG
9452014-10-29 Tristan Gingold <gingold@adacore.com>
946
947 * MAINTAINERS: Change my email address.
948
ddc8de03
PM
9492014-10-27 Phil Muldoon <pmuldoon@redhat.com>
950 Tom Tromey <tromey@redhat.com>
951
952 * Makefile.def: Add libcc1 to host_modules.
953 * configure.ac (host_tools): Add libcc1.
954 * Makefile.in, configure: Rebuild.
955
4eb1ac39 9562014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
957
958 * configure.ac (build_configargs): Don't share config.cache between
959 build subdirs.
7fd74620 960 * configure: Regenerate.
3d96b0d0 961
d81230b5
DH
9622014-10-24 Daniel Hellstrom <daniel@gaisler.com>
963
964 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
965 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
966 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
967 leon3v7 as leon3.
968 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
969 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
970 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
971 * config/sparc/sparc.md (cpu): Add leon3v7.
972 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
973
c7a6a617
DH
9742014-10-24 Daniel Hellstrom <daniel@gaisler.com>
975
976 * MAINTAINERS (write-after-approval): Add myself.
977
74cc5471
ILT
9782014-10-23 Ian Lance Taylor <iant@google.com>
979
980 * configure.ac: Disable the Go frontend on systems where it is known
981 to not work.
982 * configure: Regenerate.
983
929315a9
RB
9842014-10-23 Richard Biener <rguenther@suse.de>
985
986 * Makefile.def: Add libcpp build module and dependencies.
987 * configure.ac: Add libcpp build module.
988 * Makefile.in: Regenerate.
989 * configure: Likewise.
990
5d12b768
MF
9912014-10-15 Max Filippov <jcmvbkbc@gmail.com>
992
993 * MAINTAINERS (write-after-approval): Add myself.
994
7b262a51
MLI
9952014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
996
997 * INSTALL/README: Do not mention CVS.
998
7705dfd1
JY
9992014-10-03 Jing Yu <jingyu@google.com>
1000
1001 * configure.ac: Add aarch64 to list of targets that support gold.
1002 * configure: Regenerate.
1003
a3052d31
FD
10042014-09-29 François Dumont <fdumont@gcc.gnu.org>
1005
1006 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1007
b2a1b261
CM
10082014-09-29 Catherine Moore <clm@codesourcery.com>
1009
1010 * MAINTAINERS: Add myself as MIPS maintainer.
1011
05342e10
MF
10122014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1013
1014 * MAINTAINERS: Move myself to MIPS maintainers.
1015
3f6bb7e5
JBG
10162014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1017
1018 * MAINTAINERS: Put all email addresses between '<' and '>'.
1019
3e895729
FXC
10202014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1021
1022 * MAINTAINERS: Move myself to reviewers (Fortran).
1023
e04733ee
AK
10242014-09-01 Andi Kleen <ak@linux.intel.com>
1025
1026 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1027 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1028 * Makefile.in: Regenerate.
1029
e79c0ea8
DM
10302014-08-28 David Malcolm <dmalcolm@redhat.com>
1031
1032 * rtx-classes-status.txt: Delete
1033
b32d5189
DM
10342014-08-28 David Malcolm <dmalcolm@redhat.com>
1035
1036 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1037
e0c0c325
SP
10382014-08-27 Sebastian Pop <s.pop@samsung.com>
1039
1040 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1041 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1042 of checking for version number.
1043 * configure: Regenerated.
1044 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1045
d7ac0a6a
DM
10462014-08-27 David Malcolm <dmalcolm@redhat.com>
1047
1048 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1049 is done; begin phase 6 (use extra rtx_def subclasses).
1050
9daaca36
DM
10512014-08-27 David Malcolm <dmalcolm@redhat.com>
1052
1053 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1054 done; begin phase 5 (additional rtx_def subclasses).
1055
b2908ba6
DM
10562014-08-26 David Malcolm <dmalcolm@redhat.com>
1057
1058 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1059
1130d5e3
DM
10602014-08-26 David Malcolm <dmalcolm@redhat.com>
1061
1062 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1063 SET_BB_HEADER are done.
1064
0e0ce50d
DM
10652014-08-26 David Malcolm <dmalcolm@redhat.com>
1066
1067 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1068 done.
1069
3d30f4e8
DM
10702014-08-26 David Malcolm <dmalcolm@redhat.com>
1071
1072 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1073
6144a836
DM
10742014-08-26 David Malcolm <dmalcolm@redhat.com>
1075
1076 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1077
b311fd0f
DM
10782014-08-25 David Malcolm <dmalcolm@redhat.com>
1079
1080 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1081
d8ce2eae
DM
10822014-08-25 David Malcolm <dmalcolm@redhat.com>
1083
1084 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1085
1455e88c
DM
10862014-08-25 David Malcolm <dmalcolm@redhat.com>
1087
1088 * rtx-classes-status.txt: Phase 3 (per-file commits within
1089 "config" subdirs) is done; begin phase 4 (removal of
1090 "scaffolding").
1091
76c531d3
DM
10922014-08-23 David Malcolm <dmalcolm@redhat.com>
1093
1094 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1095 dir) is done; begin phase 3 (per-file commits within "config"
1096 subdirs).
1097
00550b3d
DM
10982014-08-21 David Malcolm <dmalcolm@redhat.com>
1099
1100 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1101 phase 2 (per-file commits in main source dir).
1102
622dbadf
BC
11032014-08-21 Bin Cheng <bin.cheng@arm.com>
1104
1105 * configure: Regenerated.
1106
c1286e0b
DM
11072014-08-19 David Malcolm <dmalcolm@redhat.com>
1108
1109 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1110
c2fc1aee
DM
11112014-08-19 David Malcolm <dmalcolm@redhat.com>
1112
1113 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1114
68975683
DM
11152014-08-19 David Malcolm <dmalcolm@redhat.com>
1116
1117 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1118
d914bc6b
DM
11192014-08-19 David Malcolm <dmalcolm@redhat.com>
1120
1121 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1122
8020a4d5
DM
11232014-08-19 David Malcolm <dmalcolm@redhat.com>
1124
1125 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1126
a231b8a5
JV
11272014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1128
1129 * MAINTAINERS (Write After Approval): Add myself.
1130
ce8126f5
CF
11312014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1132
1133 * MAINTAINERS: Remove myself
1134
0f82e5c9
DM
11352014-08-19 David Malcolm <dmalcolm@redhat.com>
1136
1137 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1138
9c9afb69
PP
11392014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1140
1141 * MAINTAINERS (Write After Approval): Add myself.
1142
190bea87
DM
11432014-08-18 David Malcolm <dmalcolm@redhat.com>
1144
1145 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1146 SET_BB_HEADER, SET_BB_FOOTER
1147
c41b94ce
DM
11482014-08-18 David Malcolm <dmalcolm@redhat.com>
1149
bb3fff01 1150 * rtx-classes-status.txt: New file
c41b94ce 1151
eae1a5d4
RG
11522014-08-18 Roman Gareev <gareevroman@gmail.com>
1153
1154 * configure.ac: Eliminate ClooG installation dependency.
1155 * configure: Regenerate.
1156 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1157 * Makefile.in: Regenerate.
1158
f613bc0f
IV
11592014-08-15 Ilya Verbin <iverbin@gmail.com>
1160
1161 * MAINTAINERS (Write After Approval): Add myself.
1162
423ea09f 11632014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
1164
1165 * MAINTAINERS (Write After Approval): Add myself.
1166
88b1a322
JW
11672014-08-01 Jiong Wang <jiong.wang@arm.com>
1168
1169 * MAINTAINERS (Write After Approval): Add myself.
1170
8ed499f8
AG
11712014-07-28 Anthony Green <green@moxielogic.com>
1172
1173 Import from savannah.gnu.org:
1174 * config.sub: Update to 2014-07-28 version.
1175
09ec3110
RS
11762014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1177
1178 * MAINTAINERS: Remove my MIPS maintainer entry.
1179
7b7f941a
UB
11802014-07-26 Uros Bizjak <ubizjak@gmail.com>
1181
1182 PR target/47230
1183 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1184 * configure: Regenerate.
1185
a12f7ac8
JN
11862014-07-24 James Norris <jnorris@codesourcery.com>
1187
1188 * MAINTAINERS (Write After Approval): Add myself.
1189
09611faf
RG
11902014-07-20 Roman Gareev <gareevroman@gmail.com>
1191
1192 * configure.ac: Accept only CLooG 0.18.1.
1193 * configure: Regenerate.
1194
37738b0f
RG
11952014-07-17 Roman Gareev <gareevroman@gmail.com>
1196
1197 * configure.ac: Don't accept isl 0.11.
1198 * configure: Regenerate.
1199
473037cb
AZ
12002014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1201
1202 * MAINTAINERS (Write After Approval): Add myself.
1203
9a62ed16
RO
12042014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1205
1206 * configure.ac: Don't accept isl 0.10.
1207 * configure: Regenerate.
1208
c41f1c42 12092014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 1210
c41f1c42
BE
1211 Fix include path for in-tree cloog.
1212 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1213 * configure: Regenerate.
29d0a43c 1214
c41f1c42 12152014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 1216
c41f1c42 1217 * .gitignore: Import gcc_update output.
a5852bea 1218
b6383ab8
TS
12192014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1220
a10ec8bc
TS
1221 * config-ml.in: Robustify ac_configure_args parsing.
1222
45b3824d
TS
1223 * configure.ac (--enable-linker-plugin-configure-flags)
1224 (--enable-linker-plugin-flags): New flags.
1225 (configdirs): Conditionally add libiberty-linker-plugin.
1226 * configure: Regenerate.
1227 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1228 (host_modules) <lto-plugin>: Pay attention to
1229 @extra_linker_plugin_flags@ and
1230 @extra_linker_plugin_configure_flags@.
1231 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1232 * Makefile.in: Regenerate.
1233
b6383ab8
TS
1234 * Makefile.tpl (configure-[+prefix+][+module+])
1235 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1236 "module_srcdir" instead of "module" for locating a module's srcdir.
1237 * Makefile.in: Regenerate.
1238
a4a1b5f3
MF
12392014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1240
1241 * MAINTAINERS (Write After Approval): Add myself.
1242
38a13841
SP
12432014-06-06 Sebastian Pop <sebpop@gmail.com>
1244
1245 * MAINTAINERS: Update my email address.
1246
153fcd41
TP
12472014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1248
1249 * MAINTAINERS (Write After Approval): Add myself.
1250
e25d9632
AB
12512014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1252
1253 * MAINTAINERS (Write After Approval): Add myself.
1254
1007a55c
JW
12552014-05-30 Jonathan Wakely <jwakely@redhat.com>
1256
1257 PR libstdc++/61011
1258 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1259 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1260 * configure: Regenerate.
1261
fd9ed1ae
PA
12622014-05-28 Pedro Alves <palves@redhat.com>
1263
1264 * MAINTAINERS (Write After Approval): Add myself.
1265
03bdb69f
MK
12662014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1267
1268 * MAINTAINERS: Update my affiliation/email.
1269
905083ad
MS
12702014-05-19 Mike Stump <mikestump@comcast.net>
1271
1272 * MAINTAINERS: Add wide-int reviewers.
1273
707f1839
SL
12742014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1275
1276 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1277 * configure: Regenerated.
1278
7321dc60
TR
12792014-05-15 Torvald Riegel <triegel@redhat.com>
1280
1281 * MAINTAINERS (libitm): Add myself as maintainer.
1282
5b1e4b47
CB
12832014-05-07 Charles Baylis <charles.baylis@linaro.org>
1284
1285 * MAINTAINERS (Write After Approval): Add myself.
1286
a4ebe104
RS
12872014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1288
1289 * config.sub, config.guess: Import from upstream.
1290
9575df4a
AL
12912014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1292
1293 * MAINTAINERS (Write After Approval): Put myself in correct order.
1294
2fdc94b7
AL
12952014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1296
1297 * MAINTAINERS (Write After Approval): Add myself.
1298
080c6230
LB
12992014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1300
1301 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1302 section.
1303
4e4c8692
RÁE
13042014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1305
1306 * MAINTAINERS (Write After Approval): Delete myself.
1307
ffe7f7a7
JJ
13082014-04-17 Jakub Jelinek <jakub@redhat.com>
1309
1310 PR sanitizer/56781
1311 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1312 and -B* options with -Xcompiler.
1313
147d38a5
EB
13142014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1315
1316 PR bootstrap/60620
423ea09f 1317 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
1318 * Makefile.in: Regenerate.
1319
ba1925c3
YS
13202014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1321
1322 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1323 for WINDRES_FOR_TARGET in default-manifest.o rule.
1324 * Makefile.in: Regenerate.
1325
8707b3bc
DH
13262014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1327
1328 * MAINTAINERS (Write After Approval): Add myself.
1329
9e1c8fc1
JJ
13302014-03-26 Jakub Jelinek <jakub@redhat.com>
1331
1332 PR sanitizer/56781
1333 * Makefile.def: Set bootstrap=true; for host fixincludes.
1334 * configure.ac: Don't bootstrap host fixincludes unless
1335 --with-build-config=bootstrap-{a,ub}san.
1336 * Makefile.in: Regenerated.
1337 * configure: Regenerated.
1338
beeda1d9
JJ
13392014-03-21 Jakub Jelinek <jakub@redhat.com>
1340
1341 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1342 --enable-vtable-verify option parsing. Don't add
1343 target-libsanitizer to bootstrap_target_libs unless
1344 --with-build-config=bootstrap-asan or
1345 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1346 to bootstrap_target_libs unless --enable-vtable-verify.
1347 * configure: Regenerated.
1348
e5dddc50
AS
13492014-03-10 Anatoly Sokolov <aesok@post.ru>
1350
1351 * MAINTAINERS (Write After Approval): Add myself.
1352
df5bc1cb
DC
13532014-03-07 Denis Chertykov <chertykov@gmail.com>
1354
1355 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1356
3b9edeac
JJ
13572014-03-07 Jakub Jelinek <jakub@redhat.com>
1358
1359 PR bootstrap/58572
1360 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1361 -I for libstdc++-v3 includes if $(LEAN).
1362 * Makefile.in: Regenerated.
1363
c01a8548
JW
13642014-03-04 Jonathan Wakely <jwakely@redhat.com>
1365
1366 * MAINTAINERS: Update my email address.
1367
341c653c
WL
13682014-02-24 Walter Lee <walt@tilera.com>
1369
1370 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1371 (tilegx-*-*): Change to tilegx*-*-*.
1372 * configure: Regenerate.
1373
37f2c4f0
LR
13742014-02-17 Loren J. Rittle <ljrittle@acm.org>
1375
1376 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1377
6c01e96e
KV
13782014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1379
1380 * MAINTAINERS (Write After Approval): Add myself.
1381
91da0481
RO
13822014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1383
1384 PR target/59788
1385 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1386 *solaris2*.
1387
dd35b84f
JDA
13882014-01-21 John David Anglin <danglin@gcc.gnu.org>
1389
1390 * MAINTAINERS: Update my email address.
1391
493b8af8
GP
13922014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1393
1394 * MAINTAINERS: Convert to UTF-8.
1395 Properly sort Xinliang David Li's entry.
1396
f121b81d
CLT
13972013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1398 Sandra Loosemore <sandra@codesourcery.com>
1399
1400 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1401 nios2 port maintainers.
1402
74f769b5
MT
14032013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1404
1405 * MAINTAINERS (Write After Approval): Add myself.
1406
79e0604d 14072013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
1408
1409 * configure.ac: Add user-friendly check for native x86_64-linux
1410 multilibs.
1411 * configure: Regenerate.
1412
14132013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1414
1415 * MAINTAINERS: Add myself as sh maintainer.
1416
14172013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1418
1419 * MAINTAINERS: Add self as SLSR maintainer.
1420
14212013-11-18 Jan Hubicka <hubicka@ucw.cz>
1422
1423 * MAINTAINERS: Update my email address.
1424
14252013-11-15 David Edelsohn <dje.gcc@gmail.com>
1426
1427 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1428
14292013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1430
1431 * Makefile.in: Regenerate.
1432
1433 * Makefile.tpl: Fix typo.
1434 * Makefile.in: Regenerate partially.
1435
14362013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1437
1438 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1439 supported.
1440 * configure: Regenerated.
1441
14422013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1443
1444 * MAINTAINERS (Write After Approval): Add myself.
1445
14462013-10-30 Jason Merrill <jason@redhat.com>
1447
1448 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1449 --disable-build-format-warnings.
1450
14512013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1452
423ea09f 1453 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
1454 depend on libstdc++ and libgcc.
1455 * configure: Regenerate.
1456 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1457 libcilkrts for POSIX and i*86, and x86_64 architectures.
1458 * Makefile.in: Added libcilkrts related fields to support building it.
1459
14602013-10-26 Jeff Law <law@redhat.com>
1461
1462 * Makefile.def (target_modules): Remove libmudflap
1463 (languages): Remove check-target-libmudflap).
1464 * Makefile.in: Rebuilt.
1465 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1466 * configure.ac (target_libraries): Remove target-libmudflap.
1467 Remove checks which disabled libmudflap on some systems.
1468 * configure: Rebuilt.
1469 * libmudflap: Directory removed.
1470
14712013-10-21 Cong Hou <congh@google.com>
1472
1473 * MAINTAINERS (Write After Approval): Add myself.
1474
14752013-10-16 Mike Stump <mikestump@comcast.net>
1476
1477 * .dir-locals.el: Add.
1478
14792013-10-15 David Malcolm <dmalcolm@redhat.com>
1480
1481 * configure.ac: Add --enable-host-shared
1482 * configure: Regenerate.
1483
14842013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1485
1486 Import from savannah.gnu.org:
1487 * config.guess: Update to 2013-06-10 version.
1488 * config.sub: Update to 2013-10-01 version.
1489
14902013-10-01 Simon Cook <simon.cook@embecosm.com>
1491
1492 Changes to build configuration to allow big endian ARC ELF toolchain
1493 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1494 * configure: Regenerate.
1495
14962013-09-20 Alan Modra <amodra@gmail.com>
1497
1498 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1499 ppc host match. Support little-endian powerpc linux hosts.
1500
15012013-09-19 Dodji Seketeli <dodji@redhat.com>
1502
1503 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1504 maintainer.
1505
15062013-09-12 DJ Delorie <dj@redhat.com>
1507
1508 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1509 maintainers.
1510
15112013-09-03 Richard Biener <rguenther@suse.de>
1512
1513 * configure.ac: Also allow ISL 0.12.
1514 * configure: Regenerated.
1515
15162013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1517
1518 * MAINTAINERS (Write After Approval): Add myself.
1519
15202013-08-27 David Malcolm <dmalcolm@redhat.com>
1521
1522 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1523
15242013-08-26 Caroline Tice <cmtice@google.com>
1525
1526 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1527 "Various Reviewers" to libvtv "Various Maintainers".
1528
15292013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1530
1531 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1532
15332013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1534
1535 * MAINTAINERS: Update name, email.
1536
15372013-08-13 Adam Butcher <adam@jessamine.co.uk>
1538
1539 * MAINTAINERS (Write After Approval): Add myself.
1540
15412013-08-12 Caroline Tice <cmtice@google.com>
1542
1543 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1544 address in the Write After Approval section.
1545
15462013-08-09 Carlos O'Donell <carlos@redhat.com>
1547
1548 * MAINTAINERS (Write After Approval): Update email.
1549
15502013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1551
1552 * configure.ac: Adjust to check VTV_SUPPORTED.
1553 * configure: Regenerated.
1554
15552013-08-02 Caroline Tice <cmtice@google.com>
1556
1557 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1558 on non-linux systems; add target-libvtv to noconfigdirs; add
1559 libsupc++/.libs to C++ library search paths.
1560 * configure: Regenerated.
1561 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1562 libstdc++ and libgcc.
1563 * Makefile.in: Regenerated.
1564
15652013-07-19 Yvan Roux <yvan.roux@linaro.org>
1566
1567 * MAINTAINERS (Write After Approval): Add myself.
1568
15692013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1570 Shiva Chen <shiva0217@gmail.com>
1571
1572 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1573 nds32 port maintainers.
1574
15752013-07-17 Tim Shen <timshen91@gmail.com>
1576
1577 * MAINTAINERS (Write After Approval): Add myself.
1578
15792013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1580
1581 * configure.ac: Sync from binutils.
1582 * configure: Regenerate.
1583
15842013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1585
1586 * MAINTAINERS (Write After Approval): Add myself.
1587
15882013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1589
1590 * MAINTAINERS (Write After Approval): Add myself.
1591
15922013-05-17 David Malcolm <dmalcolm@redhat.com>
1593
1594 * MAINTAINERS (Write After Approval): Add myself.
1595
15962013-04-30 Brooks Moses <bmoses@google.com>
1597
1598 * MAINTAINERS: Update my email; move myself from Fortran
1599 reviewer to Write After Approval.
1600
16012013-04-16 Andreas Schwab <schwab@suse.de>
1602
1603 * configure.ac (aarch64-*-*): Don't disable java.
1604 * configure: Regenerate.
1605
16062013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1607
1608 * MAINTAINERS (Write After Approval): Add myself.
1609
16102013-03-30 Matthias Klose <doko@ubuntu.com>
1611
1612 * Makefile.def (target_modules): Don't install libffi.
1613 * Makefile.in: Regenerate.
1614
16152013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1616
1617 * MAINTAINERS (Write After Approval): Add myself.
1618
16192013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1620
1621 * MAINTAINERS (Write After Approval): Add myself.
1622
16232013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1624
1625 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1626 * configure: Regenerated.
1627
a15d2ea8
ILT
16282013-02-05 Ian Lance Taylor <iant@google.com>
1629
1630 PR go/55969
1631 * configure.ac: Disable libgo on some systems where it does not
1632 work.
1633
a3b854b6
FXC
16342013-02-04 David Edelsohn <dje.gcc@gmail.com>
1635
1636 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1637 Remove Geoff Keating as rs6000 port maintainer, at his request.
1638
16392013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1640
1641 * MAINTAINERS: Update my email.
1642
16432013-01-23 Shenghou Ma <minux.ma@gmail.com>
1644
1645 * configure: Re-generate.
1646
16472013-01-15 Richard Biener <rguenther@suse.de>
1648
1649 PR other/55973
1650 * configure: Re-generate.
1651
16522013-01-14 Matthias Klose <doko@ubuntu.com>
1653
1654 * Makefile.def (install-target-libsanitizer): Depend on
1655 install-target-libstdc++-v3.
1656 * Makefile.in: Regenerate.
1657
16582013-01-14 Richard Biener <rguenther@suse.de>
1659
1660 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1661 * configure: Re-generate
1662
16632013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1664
1665 * config.sub: Update from config repo.
1666
16672013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1668
1669 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1670 * Makefile.in: Regenerate.
1671
16722013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1673
1674 * MAINTAINERS (arc): Add new port maintainership for myself.
1675
16762013-01-09 Jason Merrill <jason@redhat.com>
1677
1678 * .gitignore: Import from gdb repository.
1679
16802013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1681
1682 * Makefile.def (configure-gcc): Depend on all-gmp.
1683 (all-gcc): Remove dependency on all-gmp.
1684 * Makefile.in: Regenerated.
1685
16862013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1687
1688 * config.sub: Merge from config repo.
1689 * config.guess: Ditto.
1690
16912013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1692
1693 * Makefile.def: Merge from binutils.
1694 * Makefile.in: Ditto.
1695
16962013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1697
1698 * MAINTAINERS: Update my email.
1699
17002012-12-29 Ben Elliston <bje@gnu.org>
1701
1702 * config.guess: Update to 2012-12-29 version.
1703 * config.sub: Likewise.
1704
17052012-12-20 Matthias Klose <doko@ubuntu.com>
1706
1707 * Makefile.def (install-target-libgfortran): Depend on
1708 install-target-libquadmath, install-target-libgcc.
1709 (install-target-libsanitizer): Depend on install-target-libgcc.
1710 (install-target-libjava): Depend on install-target-libgcc.
1711 (install-target-libitm): Depend on install-target-libgcc.
1712 (install-target-libobjc): Depend on install-target-libgcc.
1713 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1714 * Makefile.in: Regenerate.
1715
17162012-12-19 Matthias Klose <doko@ubuntu.com>
1717
1718 * Makefile.def (install-target-libgo): Depend on
1719 install-target-libatomic.
1720 * Makefile.in: Regenerate.
1721
17222012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1723
1724 PR go/55201
1725 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1726 * Makefile.in: Regenerate.
1727
17282012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1729
1730 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1731 * configure: Regenerate.
1732
17332012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1734
1735 * config.sub: Merge from config repo.
1736
17372012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1738
1739 * Makefile.def (target_modules): Add bootstrap=true and
1740 raw_cxx=true to libsanitizer.
1741 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1742 * Makefile.in: Regenerated.
1743 * configure: Likewise.
1744
17452012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1746
1747 * MAINTAINERS: Remove self as RTL optimization maintainer.
1748
17492012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1750
1751 * MAINTAINERS (Write After Approval): Add myself.
1752
17532012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1754
1755 * Makefile.def (target_modules): Remove bootstrap=true and
1756 raw_cxx=true from libsanitizer.
1757 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1758 * Makefile.in: Regenerated.
1759 * configure: Likewise.
1760
17612012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1762
1763 * Makefile.def (target_modules): Add bootstrap=true and
1764 raw_cxx=true to libsanitizer.
1765 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1766 * Makefile.in: Regenerated.
1767 * configure: Likewise.
1768
17692012-11-28 Andrew Pinski <apinski@cavium.com>
1770
1771 PR bootstrap/54279
1772 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1773 * configure: Regenerate.
1774 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1775 * Makefile.in: Regenerate.
1776
17772012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1778
1779 * configure.ac: Disable libsanitizer if we're not building C++.
1780 * configure: Regenerate.
1781
17822012-11-15 Roland McGrath <roland@hack.frob.com>
1783
1784 * MAINTAINERS (Write After Approval): Add myself.
1785
17862012-11-15 Dmitry Vyukov <dvyukov@google.com>
1787
1788 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1789 Kostya Serebryany (kcc@google.com) and
1790 Jakub Jelinek (jakub@redhat.com).
1791 Rename area for Dodji Seketeli (dodji@redhat.com).
1792
17932012-11-15 Dodji Seketeli <dodji@redhat.com>
1794
1795 * MAINTAINERS: (asan.c, related): Add myself.
1796
17972012-11-14 Roland McGrath <mcgrathr@google.com>
1798
1799 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1800 * configure: Regenerate.
1801
18022012-11-13 Richard Henderson <rth@redhat.com>
1803
1804 * configure.ac: Move libsanitizer logic to subdirectory.
1805 * configure: Regenerate.
1806
18072012-11-13 Dodji Seketeli <dodji@redhat.com>
1808
1809 * configure.ac: Enable libsanitizer just on x86 linux for now.
1810 * configure: Re-generate.
1811
18122012-11-13 David Edelsohn <dje.gcc@gmail.com>
1813
1814 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1815 sections.
1816 * configure: Regenerate.
1817
18182012-11-13 Hans-Peter Nilsson <hp@axis.com>
1819
1820 * configure.ac: Add section for configdirs for libsanitizer.
1821 Disable for cris-*-* and mmix-*-*.
1822 * configure: Regenerate.
1823
18242012-11-12 Wei Mi <wmi@google.com>
1825
1826 * configure.ac: Add libsanitizer to target_libraries.
1827 * Makefile.def: Ditto.
1828 * configure: Regenerate.
1829 * Makefile.in: Regenerate.
1830 * libsanitizer: New directory for asan runtime. Contains an empty
1831 tsan directory.
1832
18332012-11-03 Corinna Vinschen <corinna@vinschen.de>
1834
1835 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1836 against Mingw64 w32api.
1837 * configure: Regenerate.
1838
18392012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1840
1841 * configure: Regenerated.
1842
18432012-11-03 Robert Mason <rbmj@verizon.net>
1844
1845 * configure.ac: add --disable-libstdcxx configure option
1846 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1847
18482012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1849
1850 * MAINTAINERS (Write After Approval): Add myself.
1851
18522012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1853
1854 * MAINTAINERS (Write After Approval): Add myself.
1855
18562012-10-24 Sharad Singhai <singhai@google.com>
1857
1858 * MAINTAINERS (Write After Approval): Add myself.
1859
18602012-10-24 Eric Christopher <echristo@gmail.com>
1861
1862 * MAINTAINERS: Update email address.
1863
18642012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1865
1866 PR bootstrap/54820
1867 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1868 * configure: Regenerate.
1869
18702012-10-23 Richard Earnshaw <rearnsha@arm.com>
1871
1872 * MAINTAINERS (aarch64): Add Marcus and myself.
1873
18742012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1875
1876 PR bootstrap/54820
1877 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1878 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1879 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1880 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1881 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1882 * Makefile.in: Regenerate.
1883 * configure.ac (have_static_libs): New variable and associated check.
1884 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1885 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1886 * configure: Regenerate.
1887
18882012-10-10 Richard Biener <rguenther@suse.de>
1889
1890 * MAINTAINERS: Adjust for changed surname.
1891
18922012-10-04 Lawrence Crowl <crowl@google.com>
1893
1894 * MAINTAINERS (Write After Approval): Add myself.
1895
18962012-10-01 Cary Coutant <ccoutant@google.com>
1897
1898 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1899
19002012-09-28 Ian Lance Taylor <iant@google.com>
1901
1902 * Makefile.def: Make all-target-libgo depend on
1903 all-target-libbacktrace.
1904 * Makefile.in: Rebuild.
1905
19062012-09-26 Ian Lance Taylor <iant@google.com>
1907
1908 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1909 * Makefile.in: Rebuild.
1910
19112012-09-20 Walter Lee <walt@tilera.com>
1912
1913 * configure.ac: Add tilegx to list of targets that support gold.
1914 * configure: Regenerate.
1915
19162012-09-20 Marek Polacek <polacek@redhat.com>
1917
1918 * MAINTAINERS (Write After Approval): Add myself.
1919
19202012-09-19 Steve Ellcey <sellcey@mips.com>
1921
1922 * configure.ac: Add mips*-mti-elf* target.
1923 * configure: Regenerate.
1924
19252012-09-17 Ian Lance Taylor <iant@google.com>
1926
1927 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1928 * configure.ac (host_libs): Add libbacktrace.
1929 (target_libraries): Add libbacktrace.
1930 * Makefile.def (host_modules): Add libbacktrace.
1931 (target_modules): Likewise.
1932 * configure, Makefile.in: Rebuild.
1933
19342012-09-14 David Edelsohn <dje.gcc@gmail.com>
1935
1936 PR target/38607
1937 Merge upstream change.
1938 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1939
1940 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1941 Add libgomp*.o to compare_exclusions for AIX.
1942 * configure: Regenerate.
1943
19442012-09-06 Diego Novillo <dnovillo@google.com>
1945
1946 * configure.ac: Bump minimum GMP version to 4.2.3.
1947 * configure: Re-generate.
1948
19492012-09-05 Georg-Johann Lay <avr@gjlay.de>
1950
1951 PR target/54461
1952 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1953 target-libgloss if not configured --with-avrlibc=no.
1954 * configure: Regenerate.
1955
19562012-09-04 Jason Merrill <jason@redhat.com>
1957
1958 * configure.ac: Fix --enable-languages=all.
1959
19602012-09-04 Christophe Lyon <christophe.lyon@st.com>
1961
1962 * MAINTAINERS (Write After Approval): Add myself.
1963
19642012-09-03 Richard Guenther <rguenther@suse.de>
1965
1966 PR bootstrap/54138
1967 * configure.ac: Re-organize ISL / CLOOG checks to allow
1968 disabling with either --without-isl or --without-cloog.
1969 * configure: Regenerated.
1970
19712012-09-03 Georg-Johann Lay <avr@gjlay.de>
1972
1973 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1974 * configure: Regenerate.
1975
19762012-08-27 Ulrich Drepper <drepper@gmail.com>
1977
1978 * MAINTAINERS: Fix my email address.
1979
19802012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1981
1982 PR binutils/4970
1983 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1984 and opcodes.
1985 * Makefile.in: Regenerated.
1986
19872012-08-26 Art Haas <ahaas@impactweather.com>
1988
1989 * configure: Regenerate.
1990
19912012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1992
1993 * INSTALL/README: Also refer to the online installation
1994 instructions.
1995
19962012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1997
1998 * MAINTAINERS (Write After Approval): Add myself.
1999 (Picochip port): Remove myself.
2000
20012012-08-14 Diego Novillo <dnovillo@google.com>
2002
2003 Merge from cxx-conversion branch.
2004
2005 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2006 POSTSTAGE1_CONFIGURE_FLAGS.
2007 * Makefile.in: Regenerate.
2008 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2009 Force C++ when bootstrapping.
2010 * configure: Regenerate.
2011
20122012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2013
2014 * MAINTAINERS (Write After Approval): Add myself.
2015
20162012-07-16 Joseph Myers <joseph@codesourcery.com>
2017
2018 * README: Document use of ranges of years in copyright notices.
2019
20202012-07-06 Richard Guenther <rguenther@suse.de>
2021
2022 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2023 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2024 --with-gmp=system.
2025 * Makefile.in: Regenerated.
2026 * configure: Likewise.
2027
20282012-07-06 Richard Guenther <rguenther@suse.de>
2029
2030 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2031 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2032 supply V=1 as extra_make_flags.
2033 * configure: Regenerated.
2034 * Makefile.in: Likewise.
2035
20362012-07-04 Tristan Gingold <gingold@adacore.com>
2037
2038 * configure: Regenerate.
2039
20402012-07-03 Richard Guenther <rguenther@suse.de>
2041
2042 * Makfile.def (isl): Remove not necessary extra_exports and
2043 extra_make_flags.
2044 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2045 * Makefile.in: Regenerated.
2046
20472012-07-03 Richard Guenther <rguenther@suse.de>
2048
2049 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2050 * configure.ac: If either the ISL or the CLooG check failed
2051 do not try to build in-tree versions.
2052 * Makefile.in: Regenerated.
2053 * configure: Regenerated.
2054
20552012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2056
2057 * configure: Regenerate.
2058
20592012-07-02 Janis Johnson <janisjo@codesourcery.com>
2060
2061 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2062 maintainer.
2063
20642012-07-02 Richard Guenther <rguenther@suse.de>
2065
2066 * configure: Regenerated.
2067
20682012-07-02 Richard Guenther <rguenther@suse.de>
2069 Michael Matz <matz@suse.de>
2070 Tobias Grosser <tobias@grosser.es>
2071 Sebastian Pop <sebpop@gmail.com>
2072
2073 * Makefile.def: Add ISL host module, remove PPL host module.
2074 Adjust ClooG host module to use the proper ISL.
2075 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2076 * configure.ac: Include config/isl.m4. Add ISL host library,
2077 remove PPL. Remove PPL configury, add ISL configury, adjust
2078 ClooG configury.
2079 * Makefile.in: Regenerated.
2080 * configure: Likewise.
2081
20822012-07-02 Richard Guenther <rguenther@suse.de>
2083
2084 Merge from graphite branch
2085 2011-07-21 Tobias Grosser <tobias@grosser.es>
2086
2087 * configure: Regenerated.
2088 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2089 both cloog.org and legacy versions. The only supported version will
2090 be CLooG with the isl backend.
2091
2092 2011-07-21 Tobias Grosser <tobias@grosser.es>
2093
2094 * configure: Regenerated.
2095 * configure.ac: Require cloog isl 0.17.0
2096
2097 2011-07-21 Tobias Grosser <tobias@grosser.es>
2098
2099 * configure: Regenerated.
2100 * config/cloog.m4: Do not define CLOOG_ORG
2101
21022012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2103
2104 * configure.ac: Skip C if explicitly selected.
2105 * configure: Regenerate.
2106
21072012-06-28 Christophe Lyon <christophe.lyon@st.com>
2108
2109 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2110 they contain -O2.
2111 * configure: Regenerate.
2112
21132012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2114
2115 PR debug/53740
2116 * df.h, df-problems.c, dce.c: Revert last patch.
2117
21182012-06-25 Iain Sandoe <iain@codesourcery.com>
2119
2120 * MAINTAINERS (Write After Approval): Update my email address.
2121
21222012-06-21 Meador Inge <meadori@codesourcery.com>
2123
2124 * MAINTAINERS (Write After Approval): Add myself.
2125
21262012-06-20 Jason Merrill <jason@redhat.com>
2127
2128 * Makefile.tpl (check-target-libgomp-c++): New.
2129 (check-target-libitm-c++): New.
2130 * Makefile.def (c++): Add them.
2131 * Makefile.in: Regenerate.
2132
21332012-05-29 Edmar Wienskoski <edmar@freescale.com>
2134
2135 * MAINTAINERS (Write After Approval): Add myself.
2136
21372012-05-16 Olivier Hainque <hainque@adacore.com>
2138
2139 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2140 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2141 (install-no-fixedincludes): Adjust accordingly.
2142 * Makefile.in: Regenerate.
2143
21442012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2145
2146 Merge upstream change
2147 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2148
21492012-05-14 Marc Glisse <marc.glisse@inria.fr>
2150
2151 * MAINTAINERS (Write After Approval): Add myself.
2152
21532012-05-09 Nick Clifton <nickc@redhat.com>
2154 Paul Smith <psmith@gnu.org>
2155
2156 PR bootstrap/50461
2157 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2158 allow for the fact that from release v3.1.0 of MPFR the source
2159 files were moved into a src sub-directory.
2160 * configure: Regenerate.
2161
21622012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2163
2164 * configure.ac: Bump minimum MPFR version to 2.4.0.
2165 * configure: Regenerated.
2166
21672012-05-01 Richard Henderson <rth@redhat.com>
2168
2169 * Makefile.def (libatomic): New target_module.
2170 * configure.ac (target_libraries): Add libatomic.
2171 (noconfigdirs): Check if libatomic is supported.
2172 * Makefile.in, configure: Rebuild.
2173
21742012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2175
2176 * MAINTAINERS (Write After Approval): Add myself.
2177
21782012-04-25 Joel Brobecker <brobecker@adacore.com>
2179
2180 * config.sub: Update to 2012-04-18 version from official repo.
2181
21822012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2183
2184 * MAINTAINERS (Write After Approval): Add myself.
2185
21862012-04-11 Steve Ellcey <sellcey@mips.com>
2187
2188 * MAINTAINERS: Changed email address.
2189
21902012-03-28 Georg-Johann Lay <avr@gjlay.de>
2191
2192 PR target/52737
2193 * contrib/gcc_update (files_and_dependencies):
2194 Remove gcc/config/avr/t-multilib from touch data.
2195
21962012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2197
2198 * MAINTAINERS (OS Port Maintainers): Remove irix.
2199 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2200 (unsupported_languages): Remove mips-sgi-irix6.*.
2201 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2202 (with_stabs): Remove.
2203 * configure: Regenerate.
2204
22052012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2206
2207 * MAINTAINERS (OS Port Maintainers): Remove osf.
2208 * configure.ac (enable_libgomp): Remove *-*-osf*.
2209 (with_stabs): Remove alpha*-*-osf*.
2210 * configure: Regenerate.
2211
22122012-03-05 Tristan Gingold <gingold@adacore.com>
2213
2214 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2215 * configure: Regenerate.
2216
22172012-02-17 Walter Lee <walt@tilera.com>
2218
2219 * MAINTAINERS: (Write After Approval): Delete myself.
2220
22212012-02-14 Walter Lee <walt@tilera.com>
2222
2223 * MAINTAINERS (tilegx port): Add myself.
2224 (tilepro port): Add myself.
2225 (Write After Approval): Add myself.
2226
22272012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2228
2229 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2230 and Joseph Myers as docstring relicensing maintainers.
2231
22322012-02-09 Bin Cheng <bin.cheng@arm.com>
2233
2234 * MAINTAINERS (write-after-approval): Add myself.
2235
22362012-02-08 Ira Rosen <irar@il.ibm.com>
2237
2238 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2239 maintainer.
2240
22412012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2242
2243 * MAINTAINERS (Write After Approval): Move myself to
2244 maintain alphabetical order.
2245
22462012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2247
2248 * MAINTAINERS (Write After Approval): Add myself.
2249
22502012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2251
2252 * MAINTAINERS (Write After Approval): Add myself.
2253
22542012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2255 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2256
2257 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2258 * configure: Regenerate.
2259
22602012-01-23 Harshit Chopra <harshit@google.com>
2261
2262 * MAINTAINERS (Write After Approval): Add myself.
2263
22642012-01-22 Douglas B Rupp <rupp@ngnat.com>
2265
2266 * configure.ac: Remove reference to mh-interix.
2267 * configure: Regenerate.
2268
22692012-01-05 Richard Henderson <rth@redhat.com>
2270
2271 PR bootstrap/51072
2272 * configure.ac: Disable libitm if c++ is not enabled.
2273 * configure: Rebuild.
2274
2275 * configure.ac: Fix regexp for same.
2276 * configure: Rebuild.
2277
22782012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2279
2280 * MAINTAINERS (Write After Approval): Add myself.
2281
22822012-01-02 Richard Guenther <rguenther@suse.de>
2283
2284 PR bootstrap/51686
2285 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2286 * Makefile.in: Regenerate.
2287
22882011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2289
2290 * MAINTAINERS (Write After Approval): Add myself.
2291
22922011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2293
2294 * configure: Regenerate.
2295
22962011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2297
2298 * MAINTAINERS (picochip): Changed email address.
2299
23002011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2301
2302 * MAINTAINERS (write-after-approval): Add self.
2303
23042011-11-29 DJ Delorie <dj@redhat.com>
2305
2306 * configure.ac (rl78-*-*) New case.
2307 * configure: Regenerate.
2308 * MAINTAINERS: Add myself as RL78 maintainer.
2309
23102011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2311
2312 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2313
23142011-11-21 Andreas Tobler <andreast@fgznet.ch>
2315
2316 * libtool.m4: Additional FreeBSD 10 fixes.
2317
23182011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2319
2320 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2321 Maintainers section, as Epiphany maintainer.
2322
23232011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2324
2325 PR target/49992
2326 * configure.ac: Remove ranlib special-casing for Darwin.
2327 * configure: Regenerate.
2328
23292011-11-12 Andrey Belevantsev <abel@ispras.ru>
2330
2331 * MAINTAINERS (Reviewers): Keep the list sorted.
2332
23332011-11-11 Andrey Belevantsev <abel@ispras.ru>
2334
2335 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2336
23372011-11-09 Roland McGrath <mcgrathr@google.com>
2338
2339 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2340 * configure: Rebuild.
2341 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2342 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2343 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2344 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2345 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2346 Add READELF.
2347 * Makefile.in: Rebuild.
2348
23492011-11-09 Jason Merrill <jason@redhat.com>
2350
2351 * Makefile.def (language=c++): Remove check-c++0x.
2352 * Makefile.in (check-gcc-c++): Regenerate.
2353
23542011-11-08 Richard Henderson <rth@redhat.com>
2355
2356 * configure.ac: Test for libitm directory present first.
2357
2358 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2359
2360 * configure.ac: Test libitm/configure.tgt to disable libitm.
2361 * configure: Rebuild.
2362
23632011-11-07 Aldy Hernandez <aldyh@redhat.com>
2364 Richard Henderson <rth@redhat.com>
2365
2366 Merged from transactional-memory.
2367
2368 * Makefile.def (lang_env_dependencies): libitm is c++.
2369 Add libitm target module.
2370 * configure.ac: Likewise.
2371 * config/mmap.m4: New file.
2372 * contrib/gcc_update: Add libitm to touch data.
2373 * Makefile.in, configure: Rebuild.
2374
23752011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2376
2377 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2378 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2379 * Makefile.in: Regenerate.
2380
23812011-11-01 DJ Delorie <dj@redhat.com>
2382
2383 * config.sub: Update to version 2011-10-29 (added rl78)
2384
23852011-10-27 Nick Clifton <nickc@redhat.com>
2386
2387 * config.sub: Import these changes from the config project:
2388
2389 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2390 Ben Elliston <bje@gnu.org>
2391
2392 * config.sub (epiphany): New.
2393
2394 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2395 Ben Elliston <bje@gnu.org>
2396
2397 * config.sub (hexagon, hexagon-*): New.
2398
2399 2011-08-23 Roland McGrath <mcgrathr@google.com>
2400
2401 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2402 64eb to be64.
2403
2404 2011-08-16 Roland McGrath <mcgrathr@google.com>
2405
2406 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2407 (nacl): Grok as alias for 32el-unknown-nacl.
2408
24092011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2410
2411 * MAINTAINERS (Write After Approval): Add myself.
2412
24132011-10-24 Teresa Johnson <tejohnson@google.com>
2414
2415 * MAINTAINERS (Write After Approval): Add myself.
2416
24172011-09-21 Jakub Jelinek <jakub@redhat.com>
2418
2419 * MAINTAINERS (sparc port): Remove myself.
2420
24212011-09-14 Tom de Vries <tom@codesourcery.com>
2422
2423 * MAINTAINERS (Write After Approval): Add myself.
2424
24252011-08-14 Yao Qi <yao@codesourcery.com>
2426
2427 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2428 * configure: Regenerate.
2429
24302011-07-26 Ian Lance Taylor <iant@google.com>
2431
2432 * configure.ac: Set have_compiler based on whether gcc directory
2433 exists, rather than on whether gcc is in configdirs.
2434 * configure: Rebuild.
2435
24362011-07-21 Joseph Myers <joseph@codesourcery.com>
2437
2438 * MAINTAINERS (Global Reviewers): Add self.
2439
24402011-07-20 David Edelsohn <dje.gcc@gmail.com>
2441
2442 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2443 link directories.
2444 * Makefile.in: Rebuild.
2445
24462011-07-20 Ian Lance Taylor <iant@google.com>
2447
2448 PR bootstrap/49787
2449 * configure.ac: Move --enable-bootstrap handling earlier in file.
2450 If --enable-bootstrap and either --enable-build-with-cxx or
2451 --enable-build-poststage1-with-cxx, enable C++ automatically.
2452 * configure: Rebuild.
2453
24542011-07-19 Ian Lance Taylor <iant@google.com>
2455
2456 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2457 make C++ a boot_language. Set and substitute
2458 POSTSTAGE1_CONFIGURE_FLAGS.
2459 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2460 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2461 * configure, Makefile.in: Rebuild.
2462
24632011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2464
2465 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2466 maintainers.
2467
24682011-07-18 Jakub Jelinek <jakub@redhat.com>
2469
2470 * MAINTAINERS (Global Reviewers): Add myself.
2471
24722011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2473
2474 * configure: Regenerate.
2475
24762011-07-16 Jason Merrill <jason@redhat.com>
2477
2478 * Makefile.def (language=c++): Add check-c++0x and
2479 check-target-libmudflap-c++.
2480 * Makefile.tpl (check-target-libmudflap-c++): New.
2481 * Makefile.in: Regenerate.
2482
24832011-07-16 Matthias Klose <doko@ubuntu.com>
2484
2485 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2486 * Makefile.def (target_modules/libjava): Pass
2487 $(EXTRA_CONFIGARGS_LIBJAVA).
2488 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2489 if not configured with --enable-static-libjava.
2490 * Makefile.in: Regenerate.
2491 * configure: Likewise.
2492
24932011-07-15 Jason Merrill <jason@redhat.com>
2494
2495 * Makefile.in (check-c++): Move check-gcc-c++0x after
2496 check-target-libstdc++-v3.
2497
24982011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2499
2500 * MAINTAINERS (c6x port): New entry.
2501
25022011-07-13 Jason Merrill <jason@redhat.com>
2503
2504 * Makefile.in (check-gcc-c++0x): New.
2505 (check-c++): Depend on it.
2506
25072011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2508
2509 PR target/39150
2510 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2511 x86_64-*-solaris2.1[0-9]*.
2512 * configure: Regenerate.
2513
25142011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2515
2516 * MAINTAINERS (RTL optimizers): Add self.
2517
25182011-06-27 Gabriel Charette <gchare@google.com>
2519
2520 * MAINTAINERS (Write After Approval): Add myself.
2521
25222011-06-22 Hans-Peter Nilsson <hp@axis.com>
2523
2524 PR regression/47836
2525 PR bootstrap/23656
2526 PR other/47733
2527 PR bootstrap/49247
2528 PR c/48825
2529 * configure.ac (target_libraries): Remove target-libiberty.
2530 Remove case-statement setting skipdirs=target-libiberty for
2531 multiple targets. Remove checking target_configdirs and
2532 removing target-libiberty but keeping target-libgcc if
2533 otherwise empty.
2534 * Makefile.def (target_modules): Don't add libiberty.
2535 (dependencies): Remove all traces of target-libiberty.
2536 * configure, Makefile.in: Regenerate.
2537
25382011-06-13 Walter Lee <walt@tilera.com>
2539
2540 * configure.ac (tilepro-*-*) New case.
2541 (tilegx-*-*): Likewise.
2542 * configure: Regenerate.
2543
25442011-06-06 Jing Yu <jingyu@google.com>
2545
2546 * configure.ac: Skip target-libiberty for
2547 arm*-*-linux-androideabi.
2548 * configure: Regenerated.
2549
25502011-06-06 Nick Clifton <nickc@redhat.com>
2551
2552 * config.sub: Sync from upstream.
2553
25542011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2555
2556 * MAINTAINERS (Write After Approval): Add myself.
2557
25582011-06-01 Daniel Jacobowitz <drow@false.org>
2559
2560 * MAINTAINERS: Update my email address.
2561
25622011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2563
2564 * MAINTAINERS (Write After Approval): Update my email address.
2565
25662011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2567
2568 * MAINTAINERS (Write After Approval): Add myself.
2569
25702011-05-08 Doug Kwan <dougkwan@google.com>
2571
2572 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2573 * configure: Regenerated.
2574 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2575 value from configure.
2576 * Makefile.in: Regenerated.
2577
25782011-05-05 Joseph Myers <joseph@codesourcery.com>
2579
2580 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2581 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2582 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2583 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2584 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2585 *-*-vxworks*): Disable newlib and libgloss in separate case
2586 statement.
2587 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2588 to separate case statement.
2589 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2590 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2591 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2592 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2593 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2594 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2595 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2596 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2597 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2598 i[[3456789]]86-*-rdos*, m32r-*-*,
2599 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2600 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2601 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2602 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2603 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2604 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2605 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2606 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2607 and libgloss in main case over targets. Remove most empty cases
2608 in main case over targets.
2609 * configure: Regenerate.
2610
26112011-05-04 Janis Johnson <janisjo@codesourcery.com>
2612
2613 * MAINTAINERS (Write After Approval): Add myself.
2614
26152011-05-04 Joseph Myers <joseph@codesourcery.com>
2616
2617 * configure.ac: Remove code setting special library locations for
2618 hppa*64*-*-hpux11*. Remove code setting compiler for
2619 sparc-sun-solaris2*.
2620 * configure: Regenerate.
2621
26222011-05-04 Joseph Myers <joseph@codesourcery.com>
2623
2624 * configure.ac: Separate libgloss_dir settings from general case
2625 over targets.
2626 * configure: Regenerate.
2627
26282011-04-28 Joseph Myers <joseph@codesourcery.com>
2629
2630 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2631 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2632 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2633 cases in libgcj-disabling case statement.
2634 (hppa*64*-*-linux*): Set unsupported_languages instead of
2635 disabling target-zlib.
2636 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2637 to hppa*64*-*-hpux*.
2638 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2639 hppa*-*-hpux*.
2640 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2641 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2642 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2643 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2644 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2645 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2646 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2647 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2648 libgcj-disabling case statement.
2649 * configure: Regenerate.
2650
26512011-04-28 Joseph Myers <joseph@codesourcery.com>
2652
2653 * configure.ac: Disable Java for targets not supporting libffi.
2654 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2655 Remove cases in Java-disabling statement.
2656 (*arm-wince-pe): Change to arm-wince-pe.
2657 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2658 cases in Java-disabling statement.
2659 (bfin-*-*): Don't disable Java again.
2660 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2661 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2662 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2663 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2664 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2665 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2666 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2667 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2668 Java-disabling statement.
2669 (mmix-*-*): Don't disable Java again.
2670 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2671 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2672 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2673 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2674 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2675 statement.
2676 * configure: Regenerate.
2677
26782011-04-28 Joseph Myers <joseph@codesourcery.com>
2679
2680 * configure.ac: Separate cases disabling Java and Java libraries
2681 from general case over targets.
2682 * configure: Regenerate.
2683
26842011-04-21 Jie Zhang <jzhang918@gmail.com>
2685
2686 * MAINTAINERS: Update my email address.
2687
26882011-04-20 Easwaran Raman <eraman@google.com>
2689
2690 * MAINTAINERS (Write After Approval): Add myself.
2691
26922011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2693
2694 PR lto/48086
2695 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2696 * configure: Regenerate.
2697
26982011-04-16 Jim Meyering <meyering@redhat.com>
2699
2700 * MAINTAINERS (Write After Approval): Add myself.
2701
27022011-04-15 Dodji Seketeli <dodji@redhat.com>
2703
2704 * MAINTAINERS: Update my email address.
2705
27062011-04-13 Georg-Johann Lay <avr@gjlay.de>
2707
2708 * MAINTAINERS (Write After Approval): Add myself.
2709
27102011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2711
2712 * MAINTAINERS (Write After Approval): Add myself.
2713
27142011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2715
2716 * MAINTAINERS (Write After Approval): Add myself.
2717
27182011-04-06 Joseph Myers <joseph@codesourcery.com>
2719
2720 * configure.ac (build_tools): Remove build-byacc.
2721 (host_libs): Remove mmalloc.
2722 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2723 autoconf automake libtool diff rcs fileutils shellutils time
2724 textutils wdiff find uudecode hello tar gzip indent recode release
2725 sed perl gawk findutils gettext zip.
2726 (libgcj): Remove target-qthreads.
2727 (target_tools): Remove target-examples target-gperf.
2728 (YACC): Don't handle building byacc.
2729 * configure: Regenerate.
2730 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2731 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2732 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2733 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2734 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2735 handle building components.
2736 * Makefile.in: Regenerate.
2737
27382011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2739
2740 * MAINTAINERS: Update my email address as Xtensa maintainer.
2741
27422011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2743
2744 * config.sub: Sync from upstream.
2745
27462011-04-01 Joseph Myers <joseph@codesourcery.com>
2747
2748 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2749 (microblaze*): Don't disable libssp.
2750 * configure: Regenerate.
2751
27522011-04-01 Joseph Myers <joseph@codesourcery.com>
2753
2754 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2755 moveifchange.
2756 * configure: Regenerate.
2757 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2758 * Makefile.in: Regenerate.
2759
27602011-04-01 Joseph Myers <joseph@codesourcery.com>
2761
2762 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2763 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2764 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2765 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2766 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2767 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2768 md_exec_prefix cases.
2769 * configure: Regenerate.
2770
27712011-04-01 Joseph Myers <joseph@codesourcery.com>
2772
2773 * configure.ac: Separate cases disabling target-libssp,
2774 target-libiberty, target-libstdc++-v3 and Fortran from general
2775 case over targets.
2776 * configure: Regenerate.
2777
27782011-04-01 Joseph Myers <joseph@codesourcery.com>
2779
2780 * configure.ac (*-*-chorusos): Don't disable libgcj.
2781 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2782 Remove case.
2783 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2784 (arm-*-coff): Don't disable libgcj.
2785 (arm*-*-linux-gnueabi): Remove useless assignment.
2786 (arm-*-riscix*): Don't disable libgcj.
2787 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2788 configuration.
2789 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2790 (c54x*-*-*): Remove case.
2791 (tic54x-*-*): Don't disable GCC or GCC libraries.
2792 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2793 to *.
2794 (d10v-*-*): Don't disable GCC libraries.
2795 (d30v-*-*): Don't disable libgcj.
2796 (h8500-*-*): Don't disable GCC libraries.
2797 (i960-*-*): Don't disable libgcj.
2798 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2799 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2800 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2801 libgcj.
2802 (m68k-*-coff*): Remove case.
2803 (mmix-*-*): Don't disable libgloss on host.
2804 (mn10200-*-*, mn10300-*-*): Remove cases.
2805 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2806 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2807 Don't disable libgcj.
2808 (romp-*-*): Remove case.
2809 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2810 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2811 case.
2812 (v810-*-*): Don't disable GCC libraries.
2813 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2814 (ip2k-*-*): Don't disable GCC libraries.
2815 * configure: Regenerate.
2816
28172011-03-28 Joseph Myers <joseph@codesourcery.com>
2818
2819 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2820 libffi on host.
2821 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2822 on host.
2823 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2824 * configure: Regenerate.
2825
28262011-03-26 John Marino <binutils@marino.st>
2827
2828 * configure.ac: Add support for *-*-dragonfly*
2829 * configure: Regenerate.
2830
28312011-03-25 Joseph Myers <joseph@codesourcery.com>
2832
2833 * configure.ac (native_only): Remove.
2834 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2835 send-pr uudecode guile gnuserv on host.
2836 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2837 send-pr rcs guile perl texinfo libtool on host.
2838 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2839 automake send-pr rcs guile perl texinfo libtool on host.
2840 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2841 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2842 (alpha*-dec-osf*): Don't disable fileutils on target.
2843 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2844 texinfo send-pr expect dejagnu on target.
2845 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2846 target-qthreads on target.
2847 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2848 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2849 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2850 x86_64-*-mingw*): Don't disable expect on target.
2851 (*-*-cygwin*): Don't disable target-gperf on target.
2852 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2853 gnuserv on target.
2854 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2855 target.
2856 * configure: Regenerate.
2857
28582011-03-25 Joseph Myers <joseph@codesourcery.com>
2859
2860 * configure.ac (target_tools): Remove target-groff.
2861 (native_only): Remove target-groff.
2862 (hppa*64*-*-*): Don't disable byacc.
2863 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2864 setting.
2865 (*-*-kaos*): Don't skip target-librx and target-groff.
2866 (*-*-netware*): Don't skip target-libmudflap.
2867 (*-*-tpf*): Don't skip target-libmudflap.
2868 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2869 directories on the host.
2870 (ia64*-*-*vms*): Don't skip tix.
2871 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2872 host.
2873 * configure: Regenerate.
2874
28752011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2876
2877 * configure.ac: Remove references to mt-mep, mt-netware,
2878 mt-wince.
2879 * Makefile.def: Add all-utils soft dependencies.
2880 * Makefile.tpl: Remove GDB_NLM_DEPS.
2881 * configure: Regenerate.
2882 * Makefile.in: Regenerate.
2883
28842011-03-24 Paolo Bonzini <bonzini@gnu.org>
2885
2886 * configure.ac: Do not include mh-x86omitfp.
2887 * configure: Regenerate.
2888
28892011-03-24 Paolo Bonzini <bonzini@gnu.org>
2890
2891 * configure.ac: Remove empty cases.
2892 * configure: Regenerate.
2893
28942011-03-24 Paolo Bonzini <bonzini@gnu.org>
2895
2896 * Makefile.def: Add dependency from termcap to gdb.
2897 * Makefile.in: Regenerate.
2898
28992011-03-24 Paolo Bonzini <bonzini@gnu.org>
2900
2901 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2902 * configure: Regenerate.
2903 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2904 * Makefile.tpl: Likewise.
2905 * Makefile.in: Regenerate.
2906
29072011-03-24 Paolo Bonzini <bonzini@gnu.org>
2908
2909 * configure.ac: Remove all mentions of tentative_cc.
2910 * configure: Regenerate.
2911
29122011-03-24 Joseph Myers <joseph@codesourcery.com>
2913
2914 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2915 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2916 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2917 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2918 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2919 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2920 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2921 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2922 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2923 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2924 *-*-rhapsody*): Remove host cases.
2925 * configure: Regenerate.
2926
29272011-03-24 Joseph Myers <joseph@codesourcery.com>
2928
2929 * configure.ac (ppc*-*-pe): Remove host case.
2930 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2931 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2932 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2933 cases.
2934 * configure: Regenerate.
2935
29362011-03-24 Joseph Myers <joseph@codesourcery.com>
2937
2938 * config.sub: Update to version 2011-03-23.
2939
29402011-03-22 Joseph Myers <joseph@codesourcery.com>
2941
2942 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2943 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2944 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2945 * configure: Regenerate.
2946
29472011-03-22 Joseph Myers <joseph@codesourcery.com>
2948
2949 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2950 to Write After Approval.
2951 * config-ml.in: Don't handle arc-*-elf*.
2952 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2953 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2954 handle GCC libraries.
2955 * configure: Regenerate.
2956
29572011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2958
2959 PR bootstrap/48120:
2960 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2961 Add -lstdc++ -lm to LIBS.
2962 * configure: Regenerate.
2963
29642011-03-18 David Edelsohn <dje.gcc@gmail.com>
2965
2966 * config.guess: Update to version 2011-02-02
2967 * config.sub: Update to version 2011-02-24
2968
29692011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2970
2971 PR lto/48086
2972 * configure.ac: Re-enable LTO on *-apple-darwin9.
2973 * configure: Regenerate.
2974
29752011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2976
2977 PR lto/48086
2978 * configure.ac: Disable LTO on darwin due to an assembler change in
2979 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2980 under 256.
2981 * configure: Regenerate.
2982
29832011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2984
2985 * MAINTAINERS: Update myself as score backend maintainer,
2986 update my e-mail address.
2987
29882011-03-09 Xuepeng Guo <terry.guo@arm.com>
2989
2990 * MAINTAINERS: Update my e-mail address.
2991
29922011-03-06 Joey Ye <joey.ye@arm.com>
2993
2994 * MAINTAINERS: Update my e-mail address.
2995
29962011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2997
2998 * configure.ac: Adjust test of with_ppl.
2999 * configure: Regenerated.
3000
30012011-03-02 Kai Tietz <ktietz@redhat.com>
3002
3003 * MAINTAINERS: Adjust my e-mail address.
3004
30052011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3006
3007 * configure.ac: Add -lpwl to ppllibs.
3008 * configure: Regenerated.
3009
30102011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3011
3012 * config/cloog.m4: Add -lisl to clooglibs.
3013 * configure: Regenerated.
3014
30152011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3016
3017 * MAINTAINERS (CPU Port maintainers): Add self.
3018
30192011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3020
3021 * MAINTAINERS: Add myself as testsuite maintainer.
3022
30232011-02-15 Mike Stump <mikestump@comcast.net>
3024
3025 * MAINTAINERS: Add myself as testsuite maintainer.
3026
30272011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3028
3029 Import from Libtool and gnulib:
3030
3031 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3032
3033 Prepare for supporting FreeBSD 10.
3034 * config.rpath: Remove handling of freebsd1* which soon would
3035 match FreeBSD 10.0.
3036
3037 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3038
3039 Remove support for FreeBSD 1.x.
3040 * libtool.m4 (_LT_LINKER_SHLIBS)
3041 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3042 soon would incorrectly match FreeBSD 10.0.
3043
30442011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3045
3046 PR binutils/12283
3047 * move-if-change: Import version from gnulib.
3048
30492011-02-12 Alexandre Oliva <aoliva@redhat.com>
3050
3051 PR lto/47225
3052 * Makefile.def (lto-plugin): Double dash for enable-shared.
3053 (configure-gcc): Depend on all-lto-plugin.
3054 * Makefile.in: Rebuilt.
3055
30562011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3057
3058 * configure.ac: Remove extra bracket.
3059 * configure: Regenerate.
3060
30612011-02-08 Tobias Burnus <burnus@net-b.de>
3062
3063 * MAINTAINERS: Add myself as libquadmath maintainer.
3064
30652011-02-08 Thomas Schwinge <thomas@schwinge.name>
3066
3067 * MAINTAINERS: Update my email address.
3068
30692011-02-07 Joseph Myers <joseph@codesourcery.com>
3070
3071 * MAINTAINERS (option handling): Add self.
3072
30732011-02-06 Kai Tietz <kai.tietz@onevision.com>
3074
3075 PR lto/47225
3076 * Makefile.def: Add dependency for install-gcc
3077 on install-lto-plugin.
3078 * Makfile.in: Regenerated
3079
30802011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3081
3082 * MAINTAINERS (CPU Port Maintainers): Add myself.
3083
30842011-01-31 Alexandre Oliva <aoliva@redhat.com>
3085
3086 PR libgcj/44341
3087 * configure.ac: Discard --with-* flags for host when configuring
3088 target libraries for cross build.
3089 * configure: Rebuilt.
3090
30912011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3092
3093 * MAINTAINERS (linear loop transforms): Removed.
3094
30952011-01-25 Jakub Jelinek <jakub@redhat.com>
3096
3097 * configure.ac: If with_ppl is no, move setting with_cloog=no
3098 after CLOOG_REQUESTED check.
3099 * configure: Regenerated.
3100
31012011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3102
3103 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3104 CLooG has been requested.
3105 * configure: Regenerated.
3106
31072011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3108
3109 * configure: Regenerated.
3110 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3111
31122011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3113
3114 * configure: Regenerated.
3115 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3116
31172011-01-21 Andreas Schwab <schwab@redhat.com>
3118
3119 * configure.ac: Use AS_HELP_STRING throughout.
3120 * configure: Regenerate.
3121
31222011-01-18 Jie Zhang <jie.zhang@analog.com>
3123
3124 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3125 * configure: Regenerate.
3126
31272011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3128
3129 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3130
31312011-01-13 Joel Brobecker <brobecker@adacore.com>
3132
3133 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3134 for ia64-hpux.
3135 * configure: Regenerate.
3136
31372011-01-07 Jan Hubicka <jh@suse.cz>
3138
3139 PR lto/47225
3140 * Makefile.in: Regenerate.
3141 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3142 configure.
3143
31442011-01-07 Jan Hubicka <jh@suse.cz>
3145
3146 * Makefile.in: Regenerate.
3147 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3148 and configure dependency on lto-plugin configure.
3149 (lto-plugin module): Remove dependency on GCC; add dependency on
3150 liniberty.
3151
31522011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3153
3154 * MAINTAINERS (Write After Approval): Add myself.
3155
31562010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3157
3158 * configure: Regenerate.
3159
31602010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3161
3162 * configure.ac: (picochip): Disable libiberty.
3163
31642010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3165
3166 * MAINTAINERS (Write After Approval): Add myself.
3167
31682010-12-10 Ian Lance Taylor <iant@google.com>
3169
3170 PR bootstrap/46819
3171 * configure.ac: For --disable-libgcj clear libgcj_saved.
3172 * configure: Rebuild.
3173
31742010-12-10 Tobias Burnus <burnus@net-b.de>
3175
3176 PR fortran/46540
3177 * configure.ac: Add --disable-libquadmath and
3178 --disable-libquadmath-support.
3179 * configure: Regenerate.
3180
31812010-12-03 Ian Lance Taylor <iant@google.com>
3182
3183 * MAINTAINERS: Add myself as libgo maintainer.
3184
31852010-12-03 Hans-Peter Nilsson <hp@axis.com>
3186
3187 PR libffi/46792
3188 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3189 * configure: Regenerate.
3190
31912010-12-02 Ian Lance Taylor <iant@google.com>
3192
3193 * configure.ac: Always set default for poststage1_ldflags to
3194 -static-libstdc++ -static-libgcc.
3195
31962010-11-29 Andreas Schwab <schwab@redhat.com>
3197
3198 * configure.ac: Move comment to remove extra space in last argument
3199 of GCC_TARGET_TOOL.
3200
32012010-11-26 Alexandre Oliva <aoliva@redhat.com>
3202
3203 PR other/46026
3204 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3205 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3206 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3207 (BASE_FLAGS_TO_PASS): Use it.
3208 * configure: Rebuilt.
3209 * Makefile.in: Rebuilt.
3210
32112010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3212
3213 PR binutils/12258
3214 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3215 Properly check default linker.
3216 * configure: Regnerated.
3217
32182010-11-23 Matthias Klose <doko@ubuntu.com>
3219
3220 * configure.ac: For --enable-gold, handle value `default' instead of
3221 `both*'. New configure option --{en,dis}able-ld.
3222 * configure: Regenerate.
3223
32242010-11-20 Ian Lance Taylor <iant@google.com>
3225
3226 * configure.ac: Only disable a language library if no language needs
3227 it. Don't let --disable-libgcj uncondtionally disable libffi.
3228 * configure: Rebuild.
3229
32302010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3231
3232 * Makefile.in: Regenerate.
3233
3234 PR other/46202
3235 * configure.ac: Fix just-built in-tree STRIP name to be
3236 binutils/strip-new.
3237 * configure: Regenerate.
3238 * Makefile.def (install-strip-gcc, install-strip-binutils)
3239 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3240 (install-strip-sid): Mirror dependencies on non-strip variants
3241 of these targets on the respective -strip prerequisites.
3242 * Makefile.tpl (install-strip, install-strip-host)
3243 (install-strip-target): New targets.
3244 (install-strip-[+module+], install-strip-target-[+module+]):
3245 New targets.
3246 * Makefile.in: Regenerate.
3247
32482010-11-19 Ian Lance Taylor <iant@google.com>
3249 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3250
3251 * configure.ac: Add target-libgo to target_libraries. Set
3252 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3253 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3254 (HOST_EXPORTS): Add GOC.
3255 (BASE_TARGET_EXPORTS): Add GOC.
3256 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3257 (GOCFLAGS_FOR_TARGET): New variable.
3258 (EXTRA_HOST_FLAGS): Add GOC.
3259 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3260 * Makefile.def (target_modules): Add libgo.
3261 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3262 (dependencies): Add dependency from configure-target-libgo to
3263 configure-target-libffi and all-target-libstdc++-v3. Add
3264 dependencies from all-target-libgo to all-target-libffi.
3265 (languages): Add go.
3266 * configure: Rebuild.
3267 * Makefile.in: Rebuild.
3268
32692010-11-19 Ian Lance Taylor <iant@google.com>
3270
3271 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3272 compiler/flag environment variables.
3273
32742010-11-18 Ian Lance Taylor <iant@google.com>
3275
3276 * configure.ac: Check for lang_requires_boot_languages in
3277 config-lang.in files.
3278 * configure: Rebuild.
3279
32802010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
3281 Tobias Burnus <burnus@net-b.de>
3282
3283 PR fortran/32049
3284 * Makefile.def: Add libquadmath; build it with language=fortran.
3285 * configure.ac: Add libquadmath.
3286 * Makefile.tpl: Handle multiple libs in check-[+language+].
3287 * Makefile.in: Regenerate.
3288 * configure: Regenerate.
3289
b9b9d342
TT
32902010-11-16 Tom Tromey <tromey@redhat.com>
3291
3292 * MAINTAINERS: Moved myself to reviewers section.
3293
ecbfe87a
ZD
32942010-11-15 Zdenek Dvorak <ook@ucw.cz>
3295
3296 * MAINTAINERS: Moved myself to reviewers section.
3297
29a4f477
RW
32982010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3299
3300 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3301 (Write After Approval): Remove self.
3302
9965e3cd
AS
33032010-11-15 Andreas Schwab <schwab@redhat.com>
3304
3305 * configure.ac: Fix spelling in option names.
3306 * configure: Regenerated.
3307
0463992b
GJL
33082010-11-13 Georg-Johann Lay <georgjohann@web.de>
3309
3310 PR bootstrap/39622
3311 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3312 * configure: Regenerated.
3313
3df08734
KG
33142010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3315
3316 * MAINTAINERS: Update my email address.
3317
f16e2237
TG
33182010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3319
f16e2237
TG
3320 * configure: Regenerate.
3321
0bb52d68
TG
33222010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3323
1f980c25 3324 * configure: Regenerate.
0bb52d68 3325
aba2b02e
TG
33262010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3327
aba2b02e
TG
3328 * configure: Regenerate.
3329
27882098
TG
33302010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3331
27882098
TG
3332 * configure: Regenerate.
3333
d32ef397
AS
33342010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3335
3336 * configure.ac: Support official CLooG.org versions.
3337 * configure: Regenerate.
3338 * config/cloog.m4: New.
3339
5a4b6c0e
FD
33402010-11-10 François Dumont <francois.cppdevs@free.fr>
3341
3342 * MAINTAINERS (Write After Approval): Add myself.
3343
f2cea726
DE
33442010-11-09 David Edelsohn <dje.gcc@gmail.com>
3345
3346 * MAINTAINERS: Update my email address.
3347
d8ed14ce
IS
33482010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3349
3350 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3351 * configure: Regenerate.
d8ed14ce 3352
48215350
DK
33532010-11-03 Ian Lance Taylor <iant@google.com>
3354 Dave Korn <dave.korn.cygwin@gmail.com>
3355
3356 PR lto/46273
3357 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3358 and on other supported platforms whenever LTO is enabled.
3359 * configure: Rebuild.
3360
87841584
AM
33612010-11-02 Alan Modra <amodra@gmail.com>
3362
3363 PR binutils/12110
3364 * configure.ac: Error when source path contains spaces.
3365 * configure: Regenerate.
3366
fe12dfe1
JW
33672010-10-23 James E. Wilson <wilson@codesourcery.com>
3368
3369 * MAINTAINERS: Update my email address.
3370
66c92425
ILT
33712010-10-20 Ian Lance Taylor <iant@google.com>
3372
3373 * Makefile.def (target_modules): Set lib_path to src/.libs for
3374 libstdc++-v3 module.
3375 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3376 * Makefile.in: Rebuild.
3377
187d3518
LB
33782010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3379
3380 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3381 (Write After Approval): Remove myself.
3382
02db6bba
TG
33832010-10-15 Tristan Gingold <gingold@adacore.com>
3384
3385 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3386
c0103e74
DR
33872010-10-14 Douglas Rupp <rupp@gnat.com>
3388
3389 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3390
1cd0b716
DK
33912010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3392
3393 * configure.ac (build_lto_plugin): New shell variable.
3394 (--enable-lto): Turn on by default for all non-ELF platforms that
3395 have had LTO support added so far. Set build_lto_plugin appropriately
3396 for both ELF and non-ELF.
3397 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3398 * configure: Regenerate.
3399
d4c1abb3
RW
34002010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3401
3402 Sync from src:
3403 * configure.ac (v850 support): Remove target-libgloss from
3404 noconfigdirs.
3405 * configure: Regenerate.
3406
ffedf511
RW
34072010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3408
3409 PR bootstrap/45326
3410 PR bootstrap/45174
3411 * configure.ac: Honor initial values of $build_configargs,
3412 $host_configargs, $target_configargs. Mark the precious, so
3413 environment settings get recorded.
3414 * configure: Regenerate.
3415
e1826acc
RW
34162010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3417
3418 PR bootstrap/45796
3419 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3420 Depend on all-build-libiberty.
3421 * Makefile.in: Regenerate.
3422
80920132
ME
34232010-09-30 Michael Eager <eager@eagercon.com>
3424
3425 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3426 * configure: Regenerate.
3427
770a498a
ME
34282010-09-28 Michael Eager <eager@eagercon.com>
3429
3430 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3431
86dfbd58
RW
34322010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3433
3434 PR bootstrap/44621
3435 * configure.ac: Fix unportable shell quoting.
3436 * configure: Regenerate.
3437
db50fe7d
IS
34382010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3439
3440 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3441 targets and amend comment.
3442 * configure: Regenerate.
3443
0064e825
TB
34442010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3445
3446 * MAINTAINERS (Write After Approval): Add myself.
3447
bb79486c
JH
34482010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3449
3450 * configure.ac: Enable LTO by default on Darwin.
3451 * configure: Regenerate.
3452
9e0b22c3
MS
34532010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3454
bb79486c 3455 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 3456
2fabf1b7
IB
34572010-09-01 Ian Bolton <ian.bolton@arm.com>
3458
bb79486c 3459 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 3460
3a9abc98
DS
34612010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3462
3463 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3464 ports
3465
331a9a59
DY
34662010-07-28 David Yuste <david.yuste@gmail.com>
3467
3468 * MAINTAINERS (Write After Approval): Add myself.
3469
223a9d64
N
34702010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3471
3472 * configure.ac: Support all v850 targets.
3473 * configure: Regenerate.
3474
9183bdcf
MG
34752010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3476
3477 PR bootstrap/44455
3478 * configure.ac (extra_mpfr_configure_flags): Copy from
3479 extra_mpc_gmp_configure_flags.
3480 * configure: Re-generated.
3481
2e290598
AK
34822010-07-22 Andi Kleen <ak@linux.intel.com>
3483
3484 * MAINTAINERS (Write After Approval): Add myself.
3485
8d6cd388
CLT
34862010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3487
3488 * MAINTAINERS (Write After Approval): Add myself.
3489
b0b01eb0
JY
34902010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3491
3492 * MAINTAINERS (Write After Approval): Add myself.
3493
77198d71
JH
34942010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3495
3496 PR target/44862
3497 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3498 Provide -B option to allow for link spec %s substitutions for
3499 libstdc++.a on darwin.
3500 * Makefile.in: Regenerate.
3501
02fe70af
MM
35022010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3503
3504 * MAINTAINERS (Reviewers): Update my e-mail address
3505
c63a4676
AO
35062010-06-10 Alexandre Oliva <aoliva@redhat.com>
3507
3508 * Makefile.def (configure-gcc): Depend on all-libelf.
3509 * Makefile.in: Rebuild.
3510
e68edbf6
FC
35112010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3512
3513 * MAINTAINERS (Write After Approval): Add myself in the right place.
3514
dce2d8b2 35152010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
3516
3517 * MAINTAINERS (Write After Approval): Add myself.
3518
dce2d8b2 35192010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
3520
3521 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
3522
35232010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 3524
1ab55d69
MK
3525 * config.sub: Update to version 2010-05-21.
3526 * config.guess: Update to version 2010-04-03.
0c422e74 3527
02540df4
SB
35282010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3529
3530 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3531 * configure: Regenerate.
3532
dfe5f5b2
ST
35332010-05-12 Sriraman Tallam <tmsriram@google.com>
3534
3535 * MAINTAINERS (Write After Approval): Add myself.
3536
c082f9f3
SB
35372010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3538
3539 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3540 a platform that supports LTO.
3541 * configure: Regenerate.
3542
f1af9e5f
SP
35432010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3544
3545 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3546 * configure: Regenerated.
3547
38e3d868
RM
35482010-04-27 Roland McGrath <roland@redhat.com>
3549 H.J. Lu <hongjiu.lu@intel.com>
3550
3551 * configure.ac (--enable-gold): Support both, both/gold and
3552 both/bfd to add gold to configdirs without removing ld.
3553 * configure: Regenerated.
3554
3555 * Makefile.def: Add install-gold dependency to install-ld.
3556 * Makefile.in: Regenerated.
3557
3bec79c5
DK
35582010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3559
3560 PR lto/42776
3561 * configure.ac (--enable-lto): Refactor handling so libelf tests
3562 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3563 and allow LTO to be explicitly enabled on non-ELF platforms that
3564 are known to support it inside else-clause.
3565 * configure: Regenerate.
3566
615c8ffa
EB
35672010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3568
3569 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3570 * configure: Regenerate.
3571
e4522f78
RC
35722010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3573
3574 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3575 * configure: Regenerate.
3576
8ccb78f2
RO
35772010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3578
3579 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3580 separately.
3581 * configure: Regenerate.
3582
d5cc2ee3
KW
35832010-04-16 Kevin Williams <kevin.williams@inria.fr>
3584
3585 * MAINTAINERS (Write After Approval): Add myself.
3586
8406cb62
TG
35872010-04-14 Tristan Gingold <gingold@adacore.com>
3588
3589 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3590 * configure: Regenerate.
3591
3591b8e2
SE
35922010-04-13 Steve Ellcey <sje@cup.hp.com>
3593
3594 * configure: Regenerate after change to elf.m4.
3595
a82ecc7b
IS
35962010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3597
3598 * MAINTAINERS (Write After Approval): Add myself.
3599
1f0bf148
SP
36002010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3601
3602 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3603 * configure: Regenerated.
3604
36052010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3606
3607 * configure.ac: Print "buggy but acceptable" when CLooG
3608 revision is less than 9.
3609 * configure: Regenerated.
3610
ecd01dee
DN
36112010-04-01 Diego Novillo <dnovillo@google.com>
3612
3613 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3614
dc683a3f
RW
36152010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3616
3617 PR bootstrap/43615
3618 PR bootstrap/43328
3619
3620 Revert:
3621
3622 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3623
3624 * configure.ac: Do not pass --enable-multilib nor
3625 --disable-multilib in baseargs. Accept explicitly passed
3626 --enable_multilib.
3627 * configure: Regenerate.
3628
7527d83f
UW
36292010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3630
3631 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3632
895522b6
JJ
36332010-03-31 Janis Johnson <janis187@us.ibm.com>
3634
3635 * MAINTAINERS: Remove myself.
3636
9db4e878
RW
36372010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3638
3639 PR bootstrap/43328
3640 * configure.ac: Do not pass --enable-multilib nor
3641 --disable-multilib in baseargs. Accept explicitly passed
3642 --enable_multilib.
3643 * configure: Regenerate.
3644
acf6bf36
AP
36452010-03-28 Andrew Pinski <pinskia@gmail.com>
3646
3647 * MAINTAINERS (spu port): Remove me.
3648
b42f0d7e
JM
36492010-03-23 Joseph Myers <joseph@codesourcery.com>
3650
3651 * configure.ac (tic6x-*-*): New case.
3652 * configure: Regenerate.
3653
0d1152b1
JM
36542010-03-23 Joseph Myers <joseph@codesourcery.com>
3655
3656 * config.sub: Update to version 2010-03-22.
3657 * config.guess: Update to version 2009-12-30.
3658
dce2d8b2 36592010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
3660
3661 PR ada/42554
3662 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3663 * configure: Regenerate.
3664
5408fbe8
RR
36652010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3666
3667 * MAINTAINERS: Update my email address.
3668
3f55a3b3
SP
36692010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3670
3671 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3672 (ghassan.shobaki@amd.com): Removed.
3673
3f08f7e8
AM
36742010-03-17 Alan Modra <amodra@gmail.com>
3675
3676 * MAINTAINERS: Update my email address.
3677
f3a9d094
DN
36782010-03-16 Diego Novillo <dnovillo@google.com>
3679
3680 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3681 Matthews.
3682
db5c4b8b
JM
36832010-03-16 Joseph Myers <joseph@codesourcery.com>
3684
3685 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3686 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3687
b995570a
JM
36882010-03-16 Joseph Myers <joseph@codesourcery.com>
3689
3690 * MAINTAINERS: Update my email address.
3691
124cc66f
DJ
36922010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3693
3694 * MAINTAINERS: Update my email address.
3695
a4581668
BS
36962010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3697
3698 * MAINTAINERS: Update my email address.
3699
49d78e29
JZ
37002010-03-09 Jie Zhang <jie@codesourcery.com>
3701
3702 * MAINTAINERS: Update my email address.
3703
8927b7c0
RO
37042010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3705
3706 PR libstdc++/32499
3707 * configure.ac (RANLIB): Default to true.
3708 (STRIP): Likewise.
3709 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3710 * configure: Regenerate.
3711
dce2d8b2 37122010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
3713
3714 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3715 (Write After Approval): Update my email address.
3716
bf646aaf
NC
37172010-02-17 Nick Clifton <nickc@redhat.com>
3718
3719 PR 11238
3720 * Makefile.tpl (local-distclean): Also remove config.cache files in
3721 sub-directories as there may not be Makefiles present in the
3722 sub-directories.
96e41f16
NC
3723 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3724 the config.cache files found by the find command.
3725
bf646aaf
NC
3726 * Makefile.in: Regenerate.
3727 * configure.ac: Revert previous delta.
3728 * configure: Regenerate.
3729
ff78880a
NC
37302010-02-15 Nick Clifton <nickc@redhat.com>
3731
3732 PR 11238
3733 * configure.ac: Delete config.cache files in sub-directories when
3734 deleting Makefiles.
3735 * configure: Regenerate.
3736
8150eadf
BE
37372010-02-12 Ben Elliston <bje@gnu.org>
3738
3739 * MAINTAINERS: Update my email address.
3740
a9e12bfd
AP
37412010-02-08 Andrew Pinski <pinskia@gmail.com>
3742
3743 * MAINTAINERS (spu port): Update my email address.
3744
95315086
JZ
37452010-02-08 Jie Zhang <jie.zhang@analog.com>
3746
3747 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3748
362c6d2f
KG
37492010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3750
3751 * configure.ac: Add "recommended" version checks for GMP/MPC.
3752 Update recommended GMP/MPFR/MPC versions.
3753 * configure: Regenerate.
3754
888c5ad2
JR
37552010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3756
3757 * MAINTAINERS: Move my Embecosm email address into the
3758 write-after-approval section.
3759
3bf714a7
ILT
37602010-01-26 Ian Lance Taylor <iant@google.com>
3761
3762 * MAINTAINERS: Add myself as Go frontend maintainer.
3763
ad1e5170
JR
37642010-01-25 Joern Rennecke <amylaar@spamcop.net>
3765
3766 PR libstdc++/36101, PR libstdc++/42813
3767 * configure.ac (bootstrap_target_libs): Make inclusion of
3768 target-libgomp conditional on libgomb being in target_configdirs.
3769 * configure: Regenerate.
3770
fb0553d1
JR
37712010-01-23 Joern Rennecke <amylaar@spamcop.net>
3772
3773 PR libstdc++/36101, PR libstdc++/42813
3774 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3775 * configure: Regenerate.
3776
aae29963
JR
37772010-01-22 Joern Rennecke <amylaar@spamcop.net>
3778
3779 PR libstdc++/36101, PR libstdc++/42813
3780 * configure.ac (target_configdirs): Substitute.
3781 * Makefile.def: Bootstrap target module libgomp.
3782 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3783 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3784 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3785 * configure, Makefile.in: Regenerate.
3786
d8fe8895
DK
37872010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3788
3789 * MAINTAINERS: Adjust my details.
3790
ebfe4897
EW
37912010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3792
3793 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3794
f7746c59
TL
37952010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3796
3797 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3798
306c7b5b
TL
37992010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3800
3801 * MAINTAINERS (Write After Approval): Add myself.
3802
1b8b9e19
KT
38032010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3804
3805 * MAINTAINERS (Write After Approval): Add myself.
3806
c164615b
RG
38072010-01-11 Richard Guenther <rguenther@suse.de>
3808
3809 PR lto/41569
3810 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3811 * Makefile.in: Regenerated.
3812
f3f623ae
AT
38132010-01-11 Andreas Tobler <andreast@fgznet.ch>
3814
3815 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3816 * configure: Regenerate.
3817
592c90ff 38182010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 3819 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
3820
3821 PR bootstrap/42424
3822 * configure.ac: Include libtool m4 files.
9c78662a 3823 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
3824 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3825 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 3826
592c90ff
KG
3827 * configure: Regenerate.
3828
60a2e213
RW
38292010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3830
3831 PR bootstrap/41818
3832 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3833 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3834 * Makefile.in: Regenerate.
3835
7413962d
RG
38362010-01-02 Richard Guenther <rguenther@suse.de>
3837
3838 PR lto/41529
3839 * configure.ac: Include config/elf.m4. Disable LTO if not
3840 builting for an elf target.
3841 * configure: Regenerate.
3842
f77f3945
CF
38432009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3844
3845 * MAINTAINERS: Change my email address.
3846
4960e3f0
BE
38472009-12-18 Ben Elliston <bje@au.ibm.com>
3848
3849 * config.sub, config.guess: Update from upstream sources.
3850
d16a31da
SZ
38512009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3852
3853 * MAINTAINERS (Write After Approval): Add myself.
3854
3a5729ea
KG
38552009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3856
3857 PR middle-end/30447
3858 PR middle-end/30789
3859 PR other/40302
3860
3861 * configure.ac: Require MPC.
3862 * configure: Regenerate.
3863
43e02a8a
RW
38642009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3865
3866 PR target/38384
3867 PR bootstrap/40972
3868 * libtool.m4: Sync from git Libtool.
3869 * ltoptions.m4: Likewise.
3870 * ltversion.m4: Likewise.
3871 * lt~obsolete.m4: Likewise.
3872 * ltmain.sh: Likewise.
3873
360d4522
KG
38742009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3875
3876 * configure.ac: Update minimum MPC version to 0.8.
3877 * configure: Regenerate.
3878
f264ed56
SP
38792009-11-21 Sebastian Pop <sebpop@gmail.com>
3880
3881 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3882 * configure: Regenerated.
3883
ed2eaa9f
ILT
38842009-11-21 Ian Lance Taylor <iant@google.com>
3885
3886 * configure.ac: Change default of poststage1_ldflags to be empty if
3887 poststage1_libs is set. When poststage1_libs is empty, and
3888 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3889 * configure: Rebuild.
3890
58346783
AN
38912009-11-21 Adam Nemet <adambnmet@gmail.com>
3892
3893 * MAINTAINERS (Write After Approval): Update my email address.
3894
5ca0106a
BE
38952009-11-20 Ben Elliston <bje@au.ibm.com>
3896
3897 * config.guess: Update from upstream sources.
3898
87213cd4
AO
38992009-11-16 Alexandre Oliva <aoliva@redhat.com>
3900
3901 * Makefile.def: Restore host and target settings for gmp.
3902 * Makefile.in: Rebuild.
3903
f61428ed
AO
39042009-11-16 Alexandre Oliva <aoliva@redhat.com>
3905
3906 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3907 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3908 Fix portability of test of C++ as bootstrap language. Add
3909 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3910 * configure: Rebuild.
3911 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3912 and cloog. Fix in-tree ppl configuration. Introduce libelf
3913 in-tree building.
3914 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3915 (POSTSTAGE1_HOST_EXPORTS): Use it.
3916 (STAGE[+id+]_CXXFLAGS): New.
3917 (BASE_FLAGS_TO_PASS): Pass it down.
3918 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3919 extra_exports.
3920 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3921 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3922 extra_exports.
3923 * Makefile.in: Rebuild.
3924
f6c56be6
BE
39252009-11-17 Ben Elliston <bje@au.ibm.com>
3926
3927 * config.sub, config.guess: Update from upstream sources.
3928
0ccb5970
JK
39292009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3930
3931 * MAINTAINERS (Write After Approval): Add myself.
3932
dce2d8b2 39332009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
5d571eaa
OS
39372009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3938
3939 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3940 paths for *-w64-mingw* and x86_64-*mingw*.
3941 * configure: Regenerated.
3942
dce2d8b2 39432009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
3944
3945 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3946
c393f559
BK
39472009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3948
3949 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3950 Phil Edwards to Write-After Approval.
3951
ef4c4300
KT
39522009-10-30 Kai Tietz <kai.tietz@onevision.com>
3953
3954 * configure.ac: Disable target-winsup & co for
3955 x86_64-*-mingw* and *-w64-mingw* targets.
3956 * configure: Regenerated.
3957
65a324b4
NC
39582009-10-16 Nick Clifton <nickc@redhat.com>
3959
3960 * MAINTAINERS: Add myself as a maintainer for the RX port.
3961
dce2d8b2 39622009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 3963
9c78662a 3964 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 3965
17e72e5d
RO
39662009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3967
3968 * configure.ac (CLooG test): Use = with test.
3969 * configure: Regenerate.
3970
ed3a56f3
RG
39712009-10-22 Richard Guenther <rguenther@suse.de>
3972
3973 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3974 cloog if the ppl version check failed. Move flags saving
3975 before setting in libelf check.
3976 * configure: Regenerate.
3977
ad0abd3c
RG
39782009-10-21 Richard Guenther <rguenther@suse.de>
3979
3980 * configure.ac: Adjust the ppl and cloog configure to work as
3981 documented. Disable cloog if ppl was disabled. Omit the version
3982 checks if they were disabled.
3983 * configure: Re-generate.
3984
e4c5bd48
RW
39852009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3986
3987 * configure.ac: Add 'lto' to enable_languages, not
3988 new_enable_languages, and only if not already present.
3989 * configure: Regenerate.
3990
0ffd69c5
GP
39912009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3992
3993 * README: Refer to the various COPYING* files instead of just
3994 COPYING.
3995 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3996
dce2d8b2 39972009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
3998
3999 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 4000
58687768
RG
40012009-10-07 Richard Guenther <rguenther@suse.de>
4002
4003 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4004 and Richard Guenther as reviewers.
4005 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4006 as reviewers.
4007
49b0ca5c 40082009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 4009
49b0ca5c 4010 * config.sub: Update from upstream sources.
d2d9ce5e 4011
aeb94799
ILT
40122009-10-06 Ian Lance Taylor <iant@google.com>
4013
4014 * Makefile.def: check-gold depends upon all-gas.
4015 * Makefile.in: Rebuild.
4016
123651cd
PM
40172009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4018
4019 * MAINTAINERS (Write After Approval): Add myself.
4020
d7f09764
DN
40212009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4022
4023 * Makefile.def: all-lto-plugin depends on all-libiberty.
4024 set bootstrap=true for lto-plugin.
4025 Add lto-plugin.
4026 * Makefile.in: Regenerate.
4027 * configure.ac (host_libs): Add lto-plugin.
4028 * configure: Regenerate.
4029
d7f09764
DN
40302009-10-03 Diego Novillo <dnovillo@google.com>
4031
4032 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4033 (HOST_LIBELFLIBS): Define.
4034 (HOST_LIBELFINC): Define.
4035 * Makefile.in: Regenerate.
4036 * configure.ac: Add --enable-lto.
4037 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4038 If --enable-lto is used, add 'lto' to new_enable_languages.
4039 If --enable-lto is used and gold is enabled, add
4040 lto-plugin to configdirs.
4041 * configure: Regenerate.
4042
40432009-10-03 Simon Baldwin <simonb@google.com>
4044
4045 * configure.ac: If --with-system-zlib, suppress local zlib and
4046 pass --with-system-zlib to subdir configure scripts.
4047 * configure: Regenerate.
4048
dce2d8b2 40492009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
4050 Paolo Bonzini <bonzini@gnu.org>
4051
4052 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4053 $(srcdir).
4054 * Makefile.in: Rebuilt.
4055
dce2d8b2 40562009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
4057
4058 * MAINTAINERS (Write After Approval): Add myself.
4059
3e661154
KG
40602009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4061
4062 * configure.ac: Update minimum MPC version to 0.7.
4063 * configure: Regenerate.
4064
f1a036e4
NC
40652009-09-25 Nick Clifton <nickc@redhat.com>
4066
4067 * configure.ac: Pass any --cache-file=/dev/null option on to
4068 subconfigures.
4069 * configure: Regenerate.
4070
d4c74acc
NC
40712009-09-23 Nick Clifton <nickc@redhat.com>
4072
4073 * config.sub, config.guess: Update from upstream sources.
4074
dce2d8b2 40752009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
4076
4077 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4078 * Makefile.in: Rebuilt.
4079
0db770bd
RW
40802009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4081
4082 PR bootstrap/32272
4083 * configure.ac: Error out if $srcdir isn't '.' but contains
4084 host-${host_noncanonical}.
4085 * configure: Regenerate.
4086
71101870
RO
40872009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4088
4089 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4090 maintainer.
4091
ca6d0d62
RW
40922009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4093
79cd2b23
RW
4094 * configure.ac: If bootstrapping a combined tree with
4095 --enable-gold, require c++ in stage1_languages.
4096 * configure: Regenerate.
4097
ab9dcd0c
RW
4098 * configure.ac: Also add target_libs of stage1_languages to
4099 bootstrap_target_libs.
4100 * configure: Regenerate.
4101
ca6d0d62
RW
4102 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4103 with --enable-languages not containing c++.
4104 * configure: Regenerate.
4105
1c3c9f12
JZ
41062009-09-15 Jie Zhang <jie.zhang@analog.com>
4107
4108 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4109 * configure: Regenerate.
4110
dce2d8b2 41112009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 4112
6fb30a14
JR
4113 * MAINTAINERS (Write After Approval): Update my e-mail address,
4114 and move from from here...
4115 (Waiting for paperwork): To here.
0318772d 4116
4056c2c6
JM
41172009-09-09 Joseph Myers <joseph@codesourcery.com>
4118
4119 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4120
3e54529c
RW
41212009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4122
4123 * configure.ac: Do not use $extrasub for replacing @if/@endif
4124 parts in Makefile; instead, use additional arguments to
4125 AC_CONFIG_COMMANDS to do the replacement manually, with several
4126 sed invocations, to avoid HP-UX sed command limits.
4127 * configure: Regenerate.
4128
713e2ea6
AO
41292009-09-08 Alexandre Oliva <aoliva@redhat.com>
4130
4131 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4132 blank before -L.
4133
5646b7b9
AO
41342009-09-04 Alexandre Oliva <aoliva@redhat.com>
4135
4136 * configure.ac (with-build-config): Document. Handle without.
4137 Handle missing argument.
4138 * configure: Rebuilt.
4139
e12c4094
AO
41402009-09-03 Alexandre Oliva <aoliva@redhat.com>
4141
4142 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4143 Default to bootstrap-debug only if compare-debug works.
4144 * configure: Rebuilt.
4145 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4146 * Makefile.in: Rebuilt.
4147
75cb0057
RO
41482009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4149
4150 * MAINTAINERS (OS Port Maintainers): Update my email address.
4151
8fc68cba
AO
41522009-09-01 Alexandre Oliva <aoliva@redhat.com>
4153
4154 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4155 * Makefile.in: Rebuilt.
4156
44cb38cf
CD
41572009-09-01 Chris Demetriou <cgd@google.com>
4158
4159 * MAINTAINERS (Write After Approval): Add myself.
4160
f9329c35
DS
41612009-08-31 Dodji Seketeli <dodji@redhat.com>
4162
4163 PR debug/30161
4164 * include/dwarf2.h (enum dwarf_tag): Added
4165 DW_TAG_GNU_template_template_param
4166 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4167
f945e229
PB
41682009-08-30 Paolo Bonzini <bonzini@gnu.org>
4169
4170 * Makefile.tpl (AWK): Fix typo.
4171 * Makefile.in: Regenerate.
4172
87264276
PB
41732009-08-30 Paolo Bonzini <bonzini@gnu.org>
4174
4175 * configure.ac: Detect awk and sed.
4176 * Makefile.def (flags_to_pass): Add AWK and SED.
4177 * Makefile.tpl (AWK, SED): New.
4178 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4179 * configure: Regenerate.
4180 * Makefile.in: Regenerate.
4181
68ccd57c
DK
41822009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4183
4184 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4185 (collapseslashes): Likewise.
4186
df58e648
RW
41872009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4188
4189 * configure.ac (AC_PREREQ): Bump to 2.64.
4190
0539cb2c
RW
41912009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4192
70fa0efa
RW
4193 * configure.ac: Remove --with-datarootdir, --with-docdir,
4194 --with-pdfdir, --with-htmldir switches.
4195 * configure: Regenerate.
4196
5213506e
RW
4197 * configure: Regenerate.
4198
0539cb2c
RW
4199 * compile: Sync from Automake 1.11.
4200 * depcomp: Likewise.
4201 * install-sh: Likewise.
4202 * missing: Likewise.
4203 * mkinstalldirs: Likewise.
4204 * ylwrap: Likewise.
4205
197c68cc
DK
42062009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4207
4208 * ltmain.sh (func_normal_abspath): New function.
4209 (func_relative_path): Likewise.
4210 (func_mode_help): Document new -bindir option for link mode.
4211 (func_mode_link): Add new -bindir option, and use it to place
4212 output DLL if specified.
4213
58af276a
RW
42142009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4215
0115d4a3
RW
4216 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4217 (baseargs): Add --disable-option-checking.
4218 * configure: Regenerate.
4219
58af276a
RW
4220 * Makefile.def (configure-target-libiberty): Depend on
4221 all-binutils and all-ld.
4222 (configure-target-newlib): Likewise.
4223 * Makefile.in: Regenerate.
4224
e9d9afef
BE
42252009-08-17 Ben Elliston <bje@au.ibm.com>
4226
4227 * config.sub, config.guess: Update from upstream sources.
4228
354ebf88
RW
42292009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4230
4231 Sync from src, merge:
4232
4233 2009-07-02 Tristan Gingold <gingold@adacore.com>
4234
4235 * configure.ac: Do not exclude gas for i386-*-darwin.
4236 Add a case for x86_64-*-darwin.
4237 * configure: Regenerate.
4238
8375f7b2
NV
42392009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4240
4241 * MAINTAINERS: Add my name to Write After Approval list.
4242
dce2d8b2 42432009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
4244
4245 * configure.ac: Add Microblaze target.
4246 * configure: Regenerate.
4247
ea2002ba
CB
42482009-07-31 Christian Bruel <christian.bruel@st.com>
4249
4250 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4251 * configure: Regenerate.
2bf33cdb 4252
dce2d8b2 42532009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
4254
4255 * MAINTAINERS (Write After Approval): Update my e-mail address.
4256
e90e6bd7
ILT
42572009-07-06 Ian Lance Taylor <iant@google.com>
4258
4259 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4260 * configure: Rebuild.
4261
f6e0880a
TG
42622009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4263
4264 * MAINTAINERS: Move myself to the Graphite Reviewers.
4265
6d984927
WG
42662009-06-30 Wei Guozhi <carrot@google.com>
4267
4268 * MAINTAINERS: Add my name to Write After Approval list.
4269
f2689b09
SE
42702009-06-26 Steve Ellcey <sje@cup.hp.com>
4271
4272 PR bootstrap/40338
4273 * configure.ac (comparestring): Create new variable.
4274 * Makefile.tpl (comparestring): Use to skip some comparisions.
4275 * configure: Regenerate.
4276 * Makefile.in: Regenerate.
4277
f62c0ba4
DE
42782009-06-26 Doug Evans <dje@sebabeach.org>
4279
4280 * Makefile.def (host_modules): Add cgen.
4281 * Makefile.in: Regenerate.
4282 * configure.ac (host_tools): Add cgen.
4283 * configure: Regenerate.
4284
7acf4da6
DD
42852009-06-23 DJ Delorie <dj@redhat.com>
4286
4287 * MAINTAINERS: Add myself as mep maintainer.
4288
00020c16
ILT
42892009-06-23 Ian Lance Taylor <iant@google.com>
4290
4291 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4292 boot_languages. Only bootstrap target libraries listed in
4293 target_libs for some boot language. Add --with-stage1-ldflags,
4294 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4295 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4296 if not building with C++.
4297 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4298 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4299 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4300 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4301 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4302 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4303 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4304 * configure, Makefile.in: Rebuild.
4305
1da52d4a
LF
43062009-06-23 Li Feng <nemokingdom@gmail.com>
4307
4308 * MAINTAINERS: Added my name to write-after-approval list.
4309
144c9175
RM
43102009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4311
4312 * configure.ac: Define is_elf for QNX Neutrino targets.
4313 * configure: Regenerate.
4314
e5871e24
GS
43152009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4316
9c78662a 4317 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 4318
5f4a82c0
KG
43192009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4320
4321 * configure.ac: Detect MPC in default directory.
4322 * configure: Regenerate.
4323
394e9195
JG
43242009-06-03 Jerome Guitton <guitton@adacore.com>
4325 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4326
9c78662a
UB
4327 * Makefile.tpl (all): Avoid a trailing backslash.
4328 * Makefile.in: Regenerate.
394e9195 4329
47bca6aa
BE
43302009-06-03 Ben Elliston <bje@au.ibm.com>
4331
4332 * config.sub, config.guess: Update from upstream sources.
4333
a891a473
RS
43342009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4335
4336 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4337 to noconfdirs.
4338 * configure: Regenerate.
4339
70cb2d9f
AO
43402009-06-02 Alexandre Oliva <aoliva@redhat.com>
4341
4342 * Makefile.tpl ([+compare-target+]): Compare all stage
4343 directories, rather than just gcc.
4344 * Makefile.in: Rebuilt.
4345
7f1245df
DK
43462009-06-01 Doug Kwan <dougkwan@google.com>
4347
4348 * configure.ac: Support gold for target arm*-*-*.
4349 * configure: Regenerate.
394e9195 4350
acd26225
KG
43512009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4352
4353 * Makefile.def: Add MPC support and dependencies.
4354 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4355
4356 * Makefile.in, configure: Regenerate.
4357
a1fc946a
AO
43582009-05-27 Alexandre Oliva <aoliva@redhat.com>
4359
4360 * Makefile.tpl (all): Avoid harmless warning in make all when
4361 gcc-bootstrap is enabled but stage_last does not exist.
4362 * Makefile.in: Rebuilt.
4363
2e6a3c8d
NR
43642009-05-24 Nicolas Roche <roche@adacore.com>
4365
4366 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4367 * Makefile.in: Regenerate.
4368
63487d11
DC
43692009-05-21 Denis Chertykov <chertykov@gmail.com>
4370
4371 * MAINTAINERS: Update my e-mail address.
4372
449223af
DK
43732009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4374
4375 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4376 * configure: Regenerate.
4377
31c98f49
AO
43782009-05-18 Alexandre Oliva <aoliva@redhat.com>
4379
4380 PR other/40159
4381 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4382 gcc-no-bootstrap are mutually exclusive.
4383 * Makefile.in: Rebuilt.
4384
0f501837
AO
43852009-05-18 Alexandre Oliva <aoliva@redhat.com>
4386
4387 PR other/40159
4388 * Makefile.tpl (all): Don't end with unconditional success.
4389 * Makefile.in: Rebuilt.
4390
4a4a4e99
AO
43912009-05-12 Alexandre Oliva <aoliva@redhat.com>
4392
4393 PR target/37137
4394 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4395 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4396 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4397 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4398 stage_configureflags, stage_cflags and stage_libcflags into
4399 explicit Makefile macros.
4400 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4401 GFORTRAN.
4402 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4403 CC. Set CC_FOR_BUILD from CC.
4404 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4405 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4406 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4407 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4408 and GFORTRAN.
4409 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4410 (_LIBCFLAGS): Renamed to _TFLAGS.
4411 (do-compare-debug, do-compare3-debug): Drop.
4412 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4413 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4414 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4415 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4416 (XGCC_FLAGS_FOR_TARGET): New.
4417 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4418 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4419 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4420 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 4421 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
4422 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4423 TFLAGS.
4424 (BUILD_CONFIG): Include if requested.
4425 (all): Set TFLAGS on bootstrap.
4426 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4427 (all-stageid-prefixmodule): Likewise.
4428 (do-clean, distclean-stageid): Set TFLAGS.
4429 (restrap): Fix whitespace.
4430 * Makefile.in: Rebuilt.
4431
1cee3429
PB
44322009-05-07 Paolo Bonzini <bonzini@gnu.org>
4433
4434 * config.guess: Sync with src.
4435
0b70eafd
DK
44362009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4437
4438 * configure.ac ($with_ppl): Default to no if not supplied.
4439 ($with_cloog): Likewise.
4440 configure: Regenerate.
4441
5175f17c
JW
44422009-04-27 James E. Wilson <wilson@codesourcery.com>
4443
4444 * MAINTAINERS: Update my e-mail address.
4445
952fa153
NC
44462009-04-27 Nick Clifton <nickc@redhat.com>
4447
4448 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4449
a687f83c
EB
44502009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4451
4452 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4453 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4454 * Makefile.in: Regenerate.
4455
9e3eba15
KG
44562009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4457
4458 PR bootstrap/39739
4459 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4460 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4461
4462 * configure, Makefile.in: Regenerate.
4463
a687f83c 44642009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
4465
4466 * include/hashtab.h: Update GTY annotations to new syntax
4467 * include/splay-tree.h: Likewise
4468
070bdbd9
BE
44692009-04-17 Ben Elliston <bje@au.ibm.com>
4470
4471 * config.sub, config.guess: Update from upstream sources.
4472
55f2d967
AG
44732009-04-15 Anthony Green <green@moxielogic.com>
4474
4475 * configure.ac: Add moxie support.
4476 * configure: Rebuilt.
4477
309c24a9
JJ
44782009-04-14 Jakub Jelinek <jakub@redhat.com>
4479
4480 * configure.ac: Change copyright header to refer to version
4481 3 of the GNU General Public License and to point readers at the
4482 COPYING3 file and the FSF's license web page.
4483 * Makefile.def: Likewise.
4484 * Makefile.tpl: Likewise.
4485 * Makefile.in: Regenerate.
4486
b93133bc
JH
44872009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4488
4489 * configure.ac: Restore match for darwin9 or later. Use double
4490 brackets since regeneration eats one pair.
4491 * configure: Regenerate.
4492
d18ff35a
L
44932009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4494
4495 PR gas/10039
4496 * configure.ac: Require texinfo 4.7.
4497 * configure: Regenerated.
4498
748086b7
JJ
44992009-04-09 Nick Clifton <nickc@redhat.com>
4500
4501 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4502 the GCC Runtime Library Exception.
4503
a3337ea2
KG
45042009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4505
4506 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4507 * configure: Regenerate.
4508
60911f14
SE
45092009-04-01 Steve Ellcey <sje@cup.hp.com>
4510
4511 * Makefil.def (languages): New entries.
4512 * Makefile.tpl (check-gcc-*): New generic target.
4513 * Makefile.in: Regenerate.
60911f14 4514
dce2d8b2 45152009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 4516
d18ff35a 4517 * MAINTAINERS: Update my email address.
7369c1d0 4518
cfb1f59f
TT
45192009-03-18 Tom Tromey <tromey@redhat.com>
4520
d18ff35a
L
4521 * configure: Rebuild.
4522 * configure.ac (host_libs): Add libiconv.
4523 * Makefile.in: Rebuild.
4524 * Makefile.def (host_modules): Add libiconv.
4525 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 4526
75eeae1a
TG
45272009-03-16 Tristan Gingold <gingold@adacore.com>
4528
4529 * configure.ac: Treat gdb as supported on x86_64-darwin.
4530 * configure: Regenerate.
4531
f38095f3
JM
45322009-03-16 Joseph Myers <joseph@codesourcery.com>
4533
4534 * configure.ac (--with-host-libstdcxx): New option.
4535 * configure: Regenerate.
4536
dce2d8b2 45372009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
4538
4539 * MAINTAINERS: Move myself into the write after approval list.
4540
6d401294
NP
45412009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4542
4543 * MAINTAINERS: Update e-mail address.
2bf33cdb 4544
07c97076
DN
45452009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4546
4547 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4548
dce2d8b2 45492009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
4550
4551 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4552
7a9d3fe8
RW
45532009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4554
4555 Backport from git Libtool:
4556
4557 2009-01-19 Robert Millan <rmh@aybabtu.com>
4558 Support GNU/kOpenSolaris.
4559 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4560 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4561 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4562 GNU/kOpenSolaris.
4563
c9e9e11f
AS
45642009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4565
4566 * MAINTAINERS: Update e-mail address.
4567
5e8c1552 45682009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
4569
4570 * MAINTAINERS (Write After Approval): Add self.
4571
b0adb088
BM
45722009-02-18 Bingfeng Mei <bmei@broadcom.com>
4573
4574 * MAINTAINERS (Write After Approval): Add myself.
4575
ee04b574
AS
45762009-02-05 Andreas Schwab <schwab@suse.de>
4577
4578 * Makefile.tpl (stage_last): Define $r and $s before using
4579 $(RECURSE_FLAGS_TO_PASS).
4580 * Makefile.in: Regenerate
4581
907884c9
ILT
45822009-01-30 Ian Lance Taylor <iant@google.com>
4583
4584 * MAINTAINERS: Move myself to the Global Reviewers list.
4585
416ac4d4
RM
45862009-01-29 Robert Millan <rmh@aybabtu.com>
4587
4588 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4589 * configure: Regenerate.
4590
ee5decb3
GP
45912009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4592
4593 * MAINTAINERS: Make whitespace consistent.
19196f44 4594 Remove Robert Millan from Write After Approval.
ee5decb3 4595
36fbb0ec
AM
45962009-01-16 Alan Modra <amodra@bigpond.net.au>
4597
4598 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4599 (all-opcodes): Depend on all-libiberty.
4600 * Makefile.in: Regenerate.
4601
52535a64
DR
46022009-01-15 Douglas B Rupp <rupp@gnat.com>
4603
4604 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4605 * configure: Regenerate.
4606
e04a57df
RR
46072009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4608
4609 * MAINTAINERS (Write After Approval): Add myself.
4610
856c450b
SK
46112009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4612
4613 * MAINTAINERS: Add myself to reviewers (Fortran).
4614
dce2d8b2 46152009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
4616
4617 PR tree-optimization/38515
4618 * configure.ac (cloog-polylib): Removed.
4619 (with_ppl, with_cloog): Test for "no".
4620 * configure: Regenerated.
4621
1e5e8a59
DF
46222009-01-11 Daniel Franke <franke.daniel@gmail.com>
4623
4624 * MAINTAINERS: Moved myself to reviewers (Fortran).
4625
5e5debf6
TS
46262009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4627
4628 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4629 (Write After Approval): Remove myself.
4630
1c42acf1
DN
46312009-01-03 Diego Novillo <dnovillo@google.com>
4632
4633 * MAINTAINERS: Remove myself from alias maintainership.
4634
2fbbedaf
DA
46352009-01-02 David Ayers <ayers@fsfe.org>
4636
4637 * MAINTAINERS: Update e-mail address.
4638
17213821
GP
46392008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4640
4641 * MAINTAINERS: Make whitespace consistent.
4642
baafc534
RW
46432008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4644
4645 Backport from upstream Libtool:
4646 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4647 Add cache variables to tests that require the linker to work.
4648 For shlibpath_overrides_runpath, this also changes the semantics
4649 to let the result from the C compiler take precedence.
4650
18430d27
BE
46512008-12-02 Ben Elliston <bje@au.ibm.com>
4652
4653 * config.sub, config.guess: Update from upstream sources.
4654
dce2d8b2 46552008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
4656
4657 * configure.ac (ppllibs): Add by default the lib flags.
4658 * configure: Regenerate.
4659
41e9641b
LM
46602008-12-08 Luis Machado <luisgpm@br.ibm.com>
4661
4662 * MAINTAINERS: Add myself to the write after approval list.
4663
25783c30
JH
46642008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4665
ee04b574
AS
4666 * configure.ac: Add double brackets on darwin[912].
4667 * configure: Regenerate.
25783c30 4668
0e318fcc
DK
46692008-12-03 Daniel Kraft <d@domob.eu>
4670
4671 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4672 Approval to Reviewer section (for Fortran front-end).
4673
7f171b95
JH
46742008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4675
4676 * configure.ac: Expand to darwin10 and later.
4677 * configure: Regenerate.
4678
09ce620e
AS
46792008-12-02 Andreas Schwab <schwab@suse.de>
4680
4681 * Makefile.def: configure-target-boehm-gc depends on
4682 all-target-libstdc++-v3.
4683 * Makefile.in: Regenerate.
4684
386c704d
KT
46852008-12-02 Kai Tietz <kai.tietz@onevision.com>
4686
4687 * MAINTAINERS: Add myself as mingw maintainer.
4688
e03dd84a
BE
46892008-12-02 Ben Elliston <bje@au.ibm.com>
4690
4691 * config.sub, config.guess: Update from upstream sources.
4692
3fa87964
GP
46932008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4694
4695 * README.SCO: Remove.
4696
df72d7ed
FP
46972008-11-29 Fernando Pereira <pronesto@gmail.com>
4698
4699 * MAINTAINERS: Add myself to the write after approval list.
4700
b5646528
DK
47012008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4702
4703 * MAINTAINERS: Update my email address in WAA section.
4704
dce2d8b2 47052008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
4706
4707 * MAINTAINERS: Update e-mail address.
4708
dce2d8b2 47092008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
4710
4711 * MAINTAINERS: Change e-mail address.
4712
0db3a858
TG
47132008-11-27 Tristan Gingold <gingold@adacore.com>
4714
4715 * configure.ac: Build gdb for i?86-*-darwin*
4716 * configure: Regenerated.
4717
dce2d8b2 47182008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
4719
4720 * MAINTAINERS: Added my full name.
4721
487e299b
DJ
47222008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4723
4724 PR bootstrap/38014
4725 PR bootstrap/37923
4726
4727 Revert:
4728
4729 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4732 * Makefile.in: Regenerated.
4733
4734 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4735
4736 PR gdb/921
4737 PR gdb/1646
4738 PR gdb/2175
4739 PR gdb/2176
4740
4741 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4742 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4743 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4744 (HOST_EXPORTS): Pass CPPFLAGS.
4745 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4746 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4747 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4748 * Makefile.in, configure: Regenerated.
4749 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4750 and CPPFLAGS_FOR_BUILD.
4751
dce2d8b2 47522008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
4753
4754 * MAINTAINERS: Add myself as middle end maintainer.
4755
044fed69
AS
47562008-11-06 Andrew Stubbs <ams@codesourcery.com>
4757
4758 * MAINTAINERS (Write after approval): Add myself.
4759
caf6defe
DN
47602008-11-05 Diego Novillo <dnovillo@google.com>
4761
4762 * MAINTAINERS (Global Reviewers): Add myself.
4763 (Non-Algorithmic Maintainers): Remove myself.
4764
3e9899ac
TS
47652008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4766
09ce620e 4767 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 4768
ea99e36e
MM
47692008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4770
09ce620e 4771 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 4772
fb0d2684
BE
47732008-10-31 Ben Elliston <bje@au.ibm.com>
4774
4775 * configure.ac (spu-*-*): Remove special case.
4776 * configure: Regenerate.
4777
73c07a3e
CM
47782008-10-30 Catherine Moore <clm@codesourcery.com>
4779
4780 * MAINTAINERS (Write after approval): Update my email address.
4781
7310a2da
SSF
47822008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4783
4784 * configure.ac [spu-*-*]: Do not set skipdirs.
4785 * configure: Re-generate.
4786
7e51fe23
BS
47872008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4788
4789 * MAINTAINERS (Various Maintainers): Add myself to reload.
4790
ef20be93
RG
47912008-10-25 Richard Guenther <rguenther@suse.de>
4792
4793 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4794 maintainer. Remove myself as libgcc-math maintainer.
4795 (Non-Algorithmic Maintainers): Remove myself.
4796
03ffcfa0
DJ
47972008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4798
4799 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4800 * Makefile.in: Regenerated.
4801
dec014a9
CC
48022008-10-23 Cary Coutant <ccoutant@google.com>
4803
4804 * MAINTAINERS (Write after approval): Add myself.
4805
b36c386c
DJ
48062008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4807
4808 PR gdb/921
4809 PR gdb/1646
4810 PR gdb/2175
4811 PR gdb/2176
4812
4813 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4814 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4815 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4816 (HOST_EXPORTS): Pass CPPFLAGS.
4817 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4818 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4819 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4820 * Makefile.in, configure: Regenerated.
4821 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4822 and CPPFLAGS_FOR_BUILD.
4823
dce2d8b2 48242008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
4825
4826 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4827 Sebastian Pop.
4828
e0bda97e
AP
48292008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4830
4831 * MAINTAINERS (Write After Approval): Added myself.
4832
36c713e0
KG
48332008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4834
4835 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4836 recommended version to 2.3.2.
4837
4838 * configure: Regenerate.
4839
8fe005ee
MM
48402008-10-01 Mark Mitchell <mark@codesourcery.com>
4841
4842 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4843
be8f156f
DD
48442008-09-29 David Daney <david.daney@caviumnetworks.com>
4845
4846 * MAINTAINERS (Write After Approval): Update e-mail address.
4847
ae11dff4
PG
48482008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4849
4850 * libtool.m4: Update to libtool 2.2.6.
4851 * lt~obsolete.m4: Update to libtool 2.2.6.
4852 * ltmain.sh: Update to libtool 2.2.6.
4853 * ltsugar.m4: Update to libtool 2.2.6.
4854 * ltversion.m4: Update to libtool 2.2.6.
4855 * ltoptions.m4: Update to libtool 2.2.6.
4856 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4857
441154b1
CF
48582008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4859
4860 * MAINTAINERS (Write After Approval): Add myself.
4861
775b3b26
BRF
48622008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4863
4864 * MAINTAINERS (Write After Approval): Update my name.
4865
94538043
SB
48662008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4867
09ce620e 4868 * MAINTAINERS: Add myself in "Write After Approval".
94538043 4869
52d1bfd8
SE
48702008-09-18 Steve Ellcey <sje@cup.hp.com>
4871
09ce620e 4872 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 4873
c5cc92f5
GP
48742008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4875
4876 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4877 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4878 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4879 and Michael Tiemann from Write After Approval since they do not
4880 actually have access.
4881
23d9794a
RG
48822008-09-05 Richard Guenther <rguenther@suse.de>
4883
4884 * configure.ac: Initialize clooglibs to -lcloog.
4885 * configure: Re-generate.
4886
192a671e
LCW
48872008-09-04 Le-Chun Wu <lcwu@google.com>
4888
4889 * MAINTAINERS (Write After Approval): Add myself.
4890
d789184e
SP
48912008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4892
4893 * configure.ac (--with-cloog-polylib): New.
4894 (--disable-cloog-version-check): New.
4895 (--disable-ppl-version-check): New.
4896 * configure: Re-generate.
4897
36a881c7
RG
48982008-09-03 Richard Guenther <rguenther@suse.de>
4899
4900 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4901 cloog test.
4902 * configure: Re-generate.
4903
358da97e
HS
49042008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4905
4906 Add picoChip port.
4907 * MAINTAINERS: Add picoChip maintainers.
4908
f8bf9252
SP
49092008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4910 Tobias Grosser <grosser@fim.uni-passau.de>
4911 Jan Sjodin <jan.sjodin@amd.com>
4912 Harsha Jagasia <harsha.jagasia@amd.com>
4913 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4914 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4915 Adrien Eliche <aeliche@isty.uvsq.fr>
4916
4917 Merge from graphite branch.
4918 * configure: Regenerate.
4919 * Makefile.in: Regenerate.
4920 * configure.ac (host_libs): Add ppl and cloog.
4921 Add checks for PPL and CLooG.
4922 * Makefile.def (ppl, cloog): Added modules and dependences.
4923 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4924 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4925
d89f0ad6
AL
49262008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4927
4928 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4929 (GCC_SHLIB_SUBDIR): New.
4930 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4931 * configure: Regenerate.
4932 * Makefile.in: Regenerate.
4933
88a25817
GP
49342008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4935
4936 * MAINTAINERS: Consistently use tabs to separate columns.
4937
f873f15f
TG
49382008-08-29 Tristan Gingold <gingold@adacore.com>
4939
4940 * MAINTAINERS (Write after Approval): Add myself.
4941
e1514c3f
TG
49422008-08-28 Tristan Gingold <gingold@adacore.com>
4943
4944 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4945 Enable bfd, binutils and opcodes.
4946 * configure: Regenerate.
4947
4717882f
JDA
49482008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4949
4950 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4951
28c9884c
TK
49522008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4953
4954 * MAINTAINERS: Use correct Umlaut for last name.
4955
ae96d86a
FXC
49562008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4957
4958 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4959
3ecc96e3
DE
49602008-08-16 David Edelsohn <edelsohn@gnu.org>
4961
4962 * MAINTAINERS: Update my email address.
4963
dd609cc1
EB
49642008-08-16 Nicolas Roche <roche@adacore.com>
4965
4966 * Makefile.tpl: Add BOOT_ADAFLAGS.
4967 * Makefile.in: Regenerate.
4968
08d0963a
RS
49692008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4970
4971 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4972 * configure: Regenerate.
4973
dce2d8b2 49742008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
4975
4976 * configure.ac: Add makefile fragments for hpux.
4977 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4978 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4979 * configure: Regenerate.
4980 * Makefile.in: Regenerate.
4981
dce2d8b2 49822008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
4983
4984 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4985
dce2d8b2 49862008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
4987
4988 * MAINTAINERS (Write after Approval): Add myself.
4989
78209f30
XG
49902008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4991
4992 * MAINTAINERS (Write After Approval): Add myself.
4993
5b5b098d
AJ
49942008-06-29 Andrew Jenner <andrew@codesourcery.com>
4995
4996 * MAINTAINERS (Write After Approval): Add myself.
4997
d812ec93
KW
49982008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4999
5000 * MAINTAINERS: Update my email address.
5001
99e78224
JY
50022008-06-25 Joey Ye <joey.ye@intel.com>
5003
5004 * MAINTAINERS (Write After Approval): Add myself.
5005
18c04407
RW
50062008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5007
5008 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5009 * Makefile.in: Regenerate.
5010 * configure: Regenerate.
5011
47aa9a31
DK
50122008-06-17 Daniel Kraft <d@domob.eu>
5013
5014 * MAINTAINERS (Write After Approval): Add myself.
5015
ad33ff57
RW
50162008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5017
5018 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5019 "$@" is still intact with both Autoconf 2.59 and 2.62.
5020 * configure: Regenerate.
5021
cdce5c41
RW
50222008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5023
5024 * Makefile.tpl: Fix comment errors.
5025 * Makefile.in: Regenerate.
5026
01b79d11
DM
50272008-06-12 David S. Miller <davem@davemloft.net>
5028 David Edelsohn <edelsohn@gnu.org>
5029
5030 * configure.ac: Add powerpc*-*-* to gold supported targets.
5031 * configure: Regenerate.
5032
f8c33439
JM
50332008-06-08 Joseph Myers <joseph@codesourcery.com>
5034
5035 PR tree-optimization/36218
5036 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5037 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5038 (all prefix="build-"): Pass them to build-system sub-makes.
5039 * Makefile.in: Regenerate.
5040
cd985f66
JM
50412008-06-07 Joseph Myers <joseph@codesourcery.com>
5042
5043 * MAINTAINERS (mt port): Remove.
5044 (sco5, unixware, sco udk): Remove.
5045 (Kean Johnston): Add to Write After Approval.
5046
3f6383d3
JB
50472008-05-30 Julian Brown <julian@codesourcery.com>
5048
5049 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5050 of libobjc for ARM EABI Linux.
5051 * configure: Regenerate.
30da41ed 5052
dce2d8b2 50532008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 5054
09ce620e 5055 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 5056
dce2d8b2 50572008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 5058
e29cc9b4 5059 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 5060
955410cb
JW
50612008-05-15 Janus Weil <janus@gcc.gnu.org>
5062
5063 * MAINTAINERS (Write After Approval): Add myself.
5064
719bb4e3 50652008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
5066
5067 * config-ml.in: don't handle --enable-shared and --enable-static.
5068
372b05fc
RS
50692008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5070
5071 * MAINTAINERS: Update my email address.
5072
f73e2200
PC
50732008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5074
5075 * MAINTAINERS: Update my email address.
09ce620e 5076
3e438e2b
KVH
50772008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5078
5079 * MAINTAINERS (Write After Approval): Add myself.
5080
177bf491
GS
50812008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5082
5083 * MAINTAINERS (Write After Approval): Add myself.
5084
dce2d8b2 50852008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
5086
5087 * MAINTAINERS (crx): Add myself.
5088
14a8726b
PB
50892008-04-18 Paolo Bonzini <bonzini@gnu.org>
5090
5091 Sync with src:
5092 2008-04-14 David S. Miller <davem@davemloft.net>
5093
09ce620e
AS
5094 * configure.ac: Add sparc*-*-* to gold supported targets.
5095 * configure: Regenerate.
14a8726b 5096
7142fb32
PB
50972008-04-18 Paolo Bonzini <bonzini@gnu.org>
5098
5099 PR bootstrap/35457
5100 * configure.ac: Include override.m4.
5101 * configure: Regenerate.
5102
c6b196de
PB
51032008-04-18 Paolo Bonzini <bonzini@gnu.org>
5104
09ce620e
AS
5105 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5106 * Makefile.in: Regenerate.
c6b196de 5107
dce2d8b2 51082008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 5109
09ce620e 5110 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 5111 as nonconfigurable directories list.
09ce620e 5112 * configure: Regenerate.
c993ae60 5113
8479b1b1
BE
51142008-04-14 Ben Elliston <bje@au.ibm.com>
5115
5116 * config.sub, config.guess: Update from upstream sources.
5117
295e261a
HPN
51182008-04-12 Hans-Peter Nilsson <hp@axis.com>
5119
5120 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5121 * Makefile.in: Regenerate.
5122
ac3949d9
EW
51232008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5124
5125 * configure.ac: Do not build libssp for the AVR.
5126 * configure: Regenerate.
5127
06407e30
ILT
51282008-04-07 Ian Lance Taylor <iant@google.com>
5129
5130 * Makefile.def: check-gold depends upon all-binutils.
5131 * Makefile.in: Regenerate.
5132
97db009c
AH
51332008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5134
5135 * MAINTAINERS (Write After Approval): Add myself.
5136
2a79c47f
NC
51372008-04-04 Nick Clifton <nickc@redhat.com>
5138
5139 PR binutils/4334
5f4bebbf 5140 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
5141 builds.
5142 * configure: Regenerate.
5143
c53a18d3
N
51442008-04-04 NightStrike <NightStrike@gmail.com>
5145
5146 PR other/35151
09ce620e
AS
5147 * configure.ac: Combine rules for mingw32 and mingw64.
5148 * configure: Regenerate.
c53a18d3 5149
d925aa70
KT
51502008-04-02 Kai Tietz <kai.tietz@onvision.com>
5151
5152 * MAINTAINERS (Write After Approval): Add myself.
5153
dce2d8b2 51542008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
5155
5156 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5157 * Makefile.in (.NOTPARALLEL): Ditto.
5158
4412a506
PG
51592008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5160
5161 * MAINTAINERS (Write After Approval): Add myself.
5162
dce2d8b2 51632008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
5164
5165 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5166 * Makefile.in (.NOTPARALLEL): Regenerate.
5167
639223bd
PB
51682008-03-27 Paolo Bonzini <bonzini@gnu.org>
5169
5170 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5171 * Makefile.in: Regenerate.
5172
b8ab1f4a
JS
51732008-03-26 Jakub Staszak <kuba@et.pl>
5174
5175 * MAINTAINERS (Write After Approval): Add myself.
5176
b45890a4
TK
51772008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5178
5179 * MAINTAINERS: Update e-mail address.
5180
5afab7ad
ILT
51812008-03-20 Ian Lance Taylor <iant@google.com>
5182
5183 * configure.ac: Add support for --enable-gold.
5184 * Makefile.def: Add gold as a directory like ld.
5185 * configure, Makefile.in: Regenerate.
5186
38d24731
RW
51872008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5188
5189 * configure.ac: m4_include config/proginstall.m4.
5190 * configure: Regenerate.
32bc4cf4
RW
5191
5192 Backport from upstream Libtool:
09ce620e 5193
32bc4cf4 5194 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 5195
32bc4cf4
RW
5196 Deal with Autoconf 2.62's semantic change in m4_append.
5197 * ltsugar.m4 (lt_append): Replace broken versions of
5198 m4_append.
5199 (lt_if_append_uniq): Don't require separator to be overquoted,
5200 and avoid broken m4_append.
5201 (lt_dict_add): Fix typo.
5202 * libtool.m4 (_LT_DECL): Don't overquote separator.
5203
9d3c50ea
DE
52042008-03-13 David Edelsohn <edelsohn@gnu.org>
5205
5206 * config.rpath: Add AIX 6 support.
5207
5d2edb29
PB
52082008-03-13 Paolo Bonzini <bonzini@gnu.org>
5209
5210 * Makefile.def (stageprofile). Remove -fprofile-generate
5211 from stage_libcflags.
5212 * Makefile.in: Regenerate.
5213
954910ef
BE
52142008-03-13 Ben Elliston <bje@au.ibm.com>
5215
5216 * config.sub, config.guess: Update from upstream sources.
5217
e8645a40
TT
52182008-03-06 Tom Tromey <tromey@redhat.com>
5219
5220 * MAINTAINERS: Update for treelang deletion.
5221
2c8e955e
JW
52222008-03-03 James E. Wilson <wilson@tuliptree.org>
5223
5224 * MAINTAINERS: Update my email address.
5225
54acd307
SS
52262008-03-03 Stan Shebs <stanshebs@earthlink.net>
5227
893ad2a1 5228 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
5229 (objective-c/c++): Add myself as a maintainer.
5230
4b52b516
VR
52312008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5232
5233 * MAINTAINERS (Write After Approval): Update my email address.
5234
e652b516
TB
52352008-02-25 Tomas Bily <tbily@suse.cz>
5236
5237 * MAINTAINERS (Write After Approval): Add myself.
5238
02d30740
JJ
52392008-02-23 Jakub Jelinek <jakub@redhat.com>
5240
5241 * MAINTAINERS (OpenMP): Add myself.
5242
1c8bd6a3
PB
52432008-02-20 Paolo Bonzini <bonzini@gnu.org>
5244
4b40b2a5
UB
5245 PR bootstrap/32009
5246 PR bootstrap/32161
1c8bd6a3 5247
4b40b2a5
UB
5248 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5249 * configure: Regenerate.
1c8bd6a3 5250
4b40b2a5
UB
5251 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5252 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5253 STAGE4_LIBCFLAGS): New.
5254 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5255 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5256 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5257 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5258 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5259 for target modules. Don't export LIBCFLAGS.
5260 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5261 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5262 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5263 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5264 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5265 * Makefile.in: Regenerate.
1c8bd6a3 5266
bb44c9d2
RW
52672008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5268
5269 PR libgcj/33085
5270 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5271 Do not use -DDLL_EXPORT. Backport from upstream.
5272
29a7754d
RW
52732008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5274
5275 * MAINTAINERS (Write After Approval): Add myself.
5276
9a212bb7
HPN
52772008-02-02 Hans-Peter Nilsson <hp@axis.com>
5278
5279 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5280 * configure: Regenerate.
5281
aa12a573
MG
52822008-01-31 Marc Gauthier <marc@tensilica.com>
5283
5284 * configure.ac (xtensa*-*-*): Recognize processor variants.
5285 * configure: Regenerate.
5286
ac9e6043
RW
52872008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5288
40049ccc
UB
5289 PR bootstrap/34922
5290 * configure.ac (PARSE_ARGS): Push suitable setting of
5291 ac_subdirs_all, for `./configure --help=recursive'.
5292 Handle `+' in generic toplevel directory disabling.
5293 * configure: Regenerate.
ac9e6043 5294
4288c86a
NC
52952008-01-28 Nick Clifton <nickc@redhat.com>
5296
5297 * MAINTAINERS (xstormy16): Take over maintainership.
5298
8d8da227
JM
52992008-01-25 Joseph Myers <joseph@codesourcery.com>
5300
5301 * MAINTAINERS (c4x port): Remove.
5302
349b60e7
DE
53032008-01-24 David Edelsohn <edelsohn@gnu.org>
5304
5305 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5306
3ca06a68
BE
53072008-01-23 Ben Elliston <bje@au.ibm.com>
5308
5309 * config.sub, config.guess: Update from upstream sources.
5310
3c631381
TG
53112008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5312
5313 * MAINTAINERS (Write After Approval): Add myself.
5314
20533ef1
L
53152008-01-17 H.J. Lu <hjl.tools@gmail.com>
5316
5317 * MAINTAINERS: Update my email address.
5318
53192008-01-09 Raksit Ashok <raksit@google.com>
5320
5321 * MAINTAINERS (Write After Approval): Add myself.
5322
684f4f6a
RA
53232008-01-09 Raksit Ashok <raksit@google.com>
5324
5325 * MAINTAINERS (Write After Approval): Add myself.
5326
9cb8756f
BE
53272008-01-08 Ben Elliston <bje@au.ibm.com>
5328
5329 * config.sub, config.guess: Update from upstream sources.
5330
94e1934d
KG
53312007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5332
5333 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 5334 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
5335 * configure: Regenerate.
5336
a2e51f77
SP
53372007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5338
5339 * MAINTAINERS: Update my email address.
5340
ffe3dcd9
BRF
53412007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5342
5343 * MAINTAINERS: Update my email address.
5344
aa4095c9
RS
53452007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5346
5347 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5348 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5349 * Makefile.in: Regenerate.
5350
dce2d8b2 53512007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
5352
5353 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5354 misplaced entries.
5355
0fe0f073
AT
53562007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5357
5358 * configure.ac: Enable libjava for x86_64-*-darwin9.
5359 * configure: Regenerate.
5360
dce2d8b2 53612007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
5362
5363 * MAINTAINERS (Write After Approval): Add myself.
5364
c3220d4c
BE
53652007-12-05 Ben Elliston <bje@au.ibm.com>
5366
5367 * config.sub, config.guess: Update from upstream sources.
5368
aba7501e
MK
53692007-12-02 Matthias Klose <doko@ubuntu.com>
5370
5371 * config-ml.in: Remove 64bit configure tests.
5372
d683ec81
PB
53732007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5374
5375 * config-ml.in: Robustify against white space in absolute file
5376 names.
5377
5378 * config-ml.in (multi-clean): Substitute ${Makefile}.
5379 Remove superfluous ${Makefile} in list.
5380
60f1711a
TS
53812007-11-19 Thiemo Seufer <ths@mips.com>
5382
5383 * config-ml.in: Don't hardcode the Makefile name.
5384
487f9d96
AM
53852007-11-08 Alexander Monakov <amonakov@ispras.ru>
5386
5387 * MAINTAINERS (Write After Approval): Add myself.
5388
fa3886fe
ST
53892007-11-07 Samuel Tardieu <sam@rfc1149.net>
5390
5391 * MAINTAINERS (Write After Approval): Add myself.
5392
dce2d8b2 53932007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
5394
5395 * MAINTAINERS (Write After Approval): Add myself.
5396
acc48927
BE
53972007-10-25 Ben Elliston <bje@au.ibm.com>
5398
5399 * MAINTAINERS (mercury): Remove entry.
5400 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5401
e00e9858
DJ
54022007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5403
5404 * Makefile.def (dependencies): Make configure-gdb depend on
5405 all-intl.
5406 * Makefile.in: Regenerated.
5407
def14a3c
SK
54082007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5409
5410 * MAINTAINERS (Fortran maintainer): Remove myself.
5411
dce2d8b2 54122007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
5413
5414 * Makefile.def: To avoid problems running with parallel makes,
5415 build newlib before libgloss so that target specific header
5416 files are availble.
5417 * Makefile.in: Regenerate
5418
bbfbfafc
DJ
54192007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5420
5421 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5422 * Makefile.in: Regenerate.
5423
c56abad5
VM
54242007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5425
5426 * MAINTAINERS (Register allocation reviewer): Add myself.
5427
f019adc1
MF
54282007-10-08 Mike Frysinger <vapier@gentoo.org>
5429
5430 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5431 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5432 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5433 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5434 * configure: Regenerate.
5435
dce2d8b2 54362006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
5437
5438 * MAINTAINERS (Register allocation reviewer): Add myself.
5439
0999159b
PB
54402007-10-01 Paolo Bonzini <bonzini@gnu.org>
5441
5442 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5443 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5444 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5445 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5446 * configure.ac: Default them to host tools for $host = $build.
5447 Subst them.
5448
5449 * configure: Regenerate.
5450 * Makefile.in: Regenerate.
5451
dce2d8b2 54522006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
5453
5454 * MAINTAINERS (Register allocation reviewer): Add myself.
5455
dce2d8b2 54562006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
5457
5458 * MAINTAINERS (Register allocation reviewer): Add myself.
5459
9d209c83
SP
54602007-09-21 Seongbae Park <seongbae.park@gmail.com>
5461
5462 * MAINTAINERS (Write After Approval): Fix typo.
5463
1ec3b87b
RS
54642007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5465
5466 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5467 * configure: Regenerate.
5468
19d5986d
PJ
54692007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5470
5471 PR bootstrap/31906
5472 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 5473 they're already prefixed.
19d5986d 5474
6d3b5aea
BK
54752007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5476
5477 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5478 libstdc++.
5479 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5480 * configure: Regenerate.
5481 * Makefile.in: Regenerate.
09ce620e 5482
4fe7e755
AS
54832007-09-17 Andreas Schwab <schwab@suse.de>
5484
5485 * configure.ac: Raise minimum makeinfo version to 4.6.
5486 * configure: Regenerate.
5487
dce2d8b2 54882007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 5489
ffe3dcd9 5490 * MAINTAINERS (write-after-approval) add myself
d483feaa 5491
fa9a3f31
AM
54922007-09-15 Alan Modra <amodra@bigpond.net.au>
5493
5494 * configure.ac: Correct makeinfo version check.
5495 * configure: Regenerate.
5496
6593a73e
RS
54972007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5498
5499 * MAINTAINERS: Update my email address.
5500
d9dced13
RS
55012007-09-14 Richard Sandiford <richard@codesourcery.com>
5502
5503 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5504 to $skipdirs and only disable gprof for newlib. Use the normal
5505 mips*-elf* handling in other respects.
5506 * configure: Regnerate.
5507
773c1467
DD
55082007-09-12 David Daney <ddaney@avtrex.com>
5509
5510 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5511 enabling libgcj.
5512 * configure: Regenerate.
5513
c03353e2
RIL
55142007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5515
5516 PR other/32154
5517 * configure.ac: For libgloss targets, point the linker to the linker
5518 script, startup code and simulator library.
5519 * configure: Regenerate.
5520
c4e9bf2b
AH
55212007-09-07 Andrew Haley <aph@redhat.com>
5522
5523 * configure.ac (noconfigdirs): Remove target-libffi and
5524 target-libjava.
5525 * configure: Regenerate.
5526
1f5a6b84
FXC
55272007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5528
5529 PR target/33281
5530 * configure.ac: Use config/mh-mingw on mingw.
5531 * configure: Regenerate.
1f5a6b84 5532
3951e521
PH
55332007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5534
9f349f63 5535 * MAINTAINERS (Write After Approval): Add myself.
3951e521 5536
e643dc23
RG
55372007-09-05 Richard Guenther <rguenther@suse.de>
5538
5539 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5540 nor --disable-checking is provided also turn on yes and types
5541 checking for stage1.
5542 * configure: Re-generate.
5543
039874df
KW
55442007-08-30 Krister Walfridsson <cato@df.lth.se>
5545
5546 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5547 (Write After Approval): Remove myself.
5548
c3f07bd6 55492007-08-29 Nick Clifton <nickc@redhat.com>
15098359 5550
c3f07bd6 5551 * config.sub, config.guess: Update from upstream sources.
15098359 5552
40049ccc 55532007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
5554
5555 * MAINTAINERS (Write After Approval): Added myself.
5556 * MAINTAINERS (Reviewers): Removed myself.
5557
c8aea42c 55582007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 5559 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
5560
5561 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5562 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5563 * Makefile.in: Regenerate.
5564 * configure.ac (--with-debug-prefix-map): New.
5565 * configure: Regenerate.
5566
4bf6c438
RS
55672007-08-17 Richard Sandiford <richard@codesourcery.com>
5568 Nigel Stephens <nigel@mips.com>
5569
4bf6c438
RS
5570 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5571 as target_makefile_frag.
5572 * configure: Regenerate.
5573
bb286d71
AO
55742007-08-16 Alexandre Oliva <aoliva@redhat.com>
5575
5576 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5577 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5578 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5579 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5580 (do-compare, do-compare3, do-compare-debug): New.
5581 ([+compare-target+]): Use them.
5582
a4630417
MK
55832007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5584
5585 * MAINTAINERS (Write After Approval): Change my email address.
5586
d9acb717
RW
55872007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5588 Ben Elliston <bje@au.ibm.com>
5589
5590 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5591 --silent if $silent.
5592 * configure: Regenerate.
5593
96876681
ZD
55942003-08-12 Zdenek Dvorak <ook@ucw.cz>
5595
5596 * MAINTAINERS (Various Maintainers): Add myself as
5597 loop infrastructure maintainer. Update my e-mail
5598 address.
5599
1c1d80ee
DN
56002007-07-31 Diego Novillo <dnovillo@google.com>
5601
5602 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5603 Adjust description.
5604
7e98624c
RG
56052007-07-26 Richard Guenther <rguenther@suse.de>
5606
5607 * configure.ac: Add types checking to stage1 checking flags.
5608 * configure: Regenerate.
5609
4c85af60
NC
56102007-07-17 Nick Clifton <nickc@redhat.com>
5611
5612 * COPYING3: New file. Contains version 3 of the GNU General
5613 Public License.
5614 * COPYING3.LIB: New file. Contains version 3 of the GNU
5615 Lesser General Public License.
5616
19ddfd3a
AK
56172007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5618
5619 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5620
2a064545
AK
56212007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5622
5623 * MAINTAINERS (S/390 co-maintainer): Add myself.
5624 (Write After Approval): Remove myself.
5625
f861f54d
DH
56262007-07-13 Dan Hipschman <dsh@google.com>
5627
5628 * MAINTAINERS (Write After Approval): Add myself.
5629
0136f2f7
NC
56302007-07-11 Nick Clifton <nickc@redhat.com>
5631
5632 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5633 WINDRES export.
5634 * Makefile.in: Regenerate.
5635
6e29b5a4
RO
56362007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5637
5638 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5639 maintainer.
5640
159a4b02
L
56412007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5642
5643 * lt~obsolete.m4: New. Import from 20070318 libtool.
5644
6ba67283
JB
56452007-07-03 Julian Brown <julian@codesourcery.com>
5646
5647 * MAINTAINERS (Write After Approval): Add myself.
5648
30b74385
RW
56492007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5650
5651 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5652 * configure: Regenerate.
5653
56542007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5655
5656 * configure.ac: Add some missing m4 quotation.
5657 * configure: Regenerate.
5658
943c54ce
SB
56592007-07-02 Simon Baldwin <simonb@google.com>
5660
5661 * MAINTAINERS (Write After Approval): Add myself.
5662
1c00b503
PB
56632007-07-02 Paolo Bonzini <bonzini@gnu.org>
5664
5665 * configure: Regenerate.
5666
901119ae
KT
56672007-07-02 Kai Tietz <kai.tietz@onevision.com>
5668
5669 * Makefile.def: Add windmc tool to build.
5670 * Makefile.tpl: Likewise.
5671 * configure.ac: Likewise.
5672 * Makefile.in: Regenerate.
5673 * configure: Regenerate.
09ce620e 5674
83f4c19f
DD
56752007-06-28 DJ Delorie <dj@redhat.com>
5676
5677 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5678 not building newlib.
5679 * configure: Regenerated.
09ce620e 5680
5346c75c
JS
56812007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5682
5683 * MAINTAINERS (Write After Approval): Add myself.
5684
aacfb86b
MM
56852007-06-25 Martin Michlmayr <tbm@cyrius.com>
5686
5687 * MAINTAINERS (Write After Approval): Add myself.
5688
590bf0d3
CM
56892007-06-19 Chris Matthews <chrismatthews@google.com>
5690
5691 * MAINTAINERS (Write After Approval): Add myself.
5692
cdbbee7a
RIL
56932007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5694
5695 * MAINTAINERS (Write After Approval): Add myself.
5696
b8afffc1
DJ
56972007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5698
5699 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5700 * Makefile.in: Regenerated.
5701
3fcfad76
BS
57022007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5703
5704 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5705 bfin*-*-uclinux* targets.
5706 * configure: Regenerate.
5707
3f5a2b7f
ILT
57082007-06-14 Ian Lance Taylor <iant@google.com>
5709
5710 * MAINTAINERS: Add myself as non-algorithmic global write
5711 maintainer.
5712
4c46daee
DN
57132007-06-14 Diego Novillo <dnovillo@google.com>
5714
5715 * MAINTAINERS: Add self as middle-end maintainer and
5716 non-algorithmic global write maintainer.
5717
a3bb222a
FXC
57182007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5719
5720 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5721 Move all Fortran maintainers except Paul Brook into the
5722 Non-Autopoiesis section.
5723
a19e8f64
PB
57242007-06-14 Paolo Bonzini <bonzini@gnu.org>
5725
5726 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5727 (distclean-stage[+id+]): Possibly delete stage_last.
5728 * Makefile.in: Regenerate.
5729
1c2abe5e
SP
57302007-06-12 Seongbae Park <seongbae.park@gmail.com>
5731
5732 * MAINTAINERS (Various Maintainer): Fix typo.
5733
abca4739
PB
57342007-06-11 Paolo Bonzini <bonzini@gnu.org>
5735
5736 * MAINTAINERS (Various Maintainer): Add myself as
5737 dataflow maintainer.
5738
a894d2c3
BE
57392007-06-07 Ben Elliston <bje@au.ibm.com>
5740
5741 * config.sub, config.guess: Update from upstream sources.
5742
8024d75e
BE
57432007-06-07 Ben Elliston <bje@au.ibm.com>
5744
5745 * Makefile.tpl: Fix spelling error.
5746 * Makefile.in: Regenerate.
5747
973a9a5e
SE
57482007-06-01 Steve Ellcey <sje@cup.hp.com>
5749
96598938
L
5750 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5751 lt_cv_sys_max_cmd_len.
973a9a5e 5752
ccb4d26b
DN
57532007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5754
5755 * MAINTAINERS (Various Maintainers): Add myself as
5756 auto-vectorizer maintainer.
5757
eecb7461
PB
57582003-05-31 Paolo Bonzini <bonzini@gnu.org>
5759
5760 PR libjava/32098
5761 * libtool.m4: Revert previous change.
5762 * ltgcc.m4: Put it here.
5763
89d28202
ZD
57642003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5765
5766 * MAINTAINERS (Various Maintainers): Add myself as
5767 auto-vectorizer maintainer.
5768
60c7a11a
L
57692007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5770
5771 PR libjava/32098
5772 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5773
9dd3cc81
RG
57742007-05-30 Richard Guenther <rguenther@suse.de>
5775
5776 * MAINTAINERS (Various Maintainers): Add myself as
5777 auto-vectorizer maintainer.
5778
9cc1244e
JJ
57792007-05-30 Jakub Jelinek <jakub@redhat.com>
5780
5781 PR bootstrap/29382
5782 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5783 * configure: Rebuilt.
5784
6124296b
RC
57852007-05-28 Roberto Costa <robsettantasei@gmail.com>
5786
5787 * MAINTAINERS (Write After Approval): Removed my name.
5788
6b757a0d
SB
57892007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5790
5791 * MAINTAINERS (Write After Approval): Remove myself.
5792
86ef8528
AT
57932007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5794
5795 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5796
1cf3d07d
SE
57972007-05-23 Steve Ellcey <sje@cup.hp.com>
5798
5799 * ltmain.sh: Update from ToT Libtool.
5800 * libtool.m4: Update from ToT Libtool.
5801 * ltsugar.m4: New. Update from ToT Libtool.
5802 * ltversion.m4: New. Update from ToT Libtool.
5803 * ltoptions.m4: New. Update from ToT Libtool.
5804 * ltconfig: Remove.
5805 * ltcf-c.sh: Remove.
5806 * ltcf-cxx.sh: Remove.
5807 * ltcf-gcj.sh: Remove.
5808
ce3fcf8c
OW
58092007-05-22 Ollie Wild <aaw@google.com>
5810
5811 * MAINTAINERS (Write After Approval): Add myself.
5812
342b9200
PB
58132007-05-16 Paolo Bonzini <bonzini@gnu.org>
5814
5815 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5816 stage_cflags.
5817 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5818 Remove CFLAGS/LIBCFLAGS.
5819 (configure-stage[+id+]-[+prefix+][+module+],
5820 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5821 * Makefile.in: Regenerate.
5822
cea17285
DN
58232007-05-15 Diego Novillo <dnovillo@google.com>
5824
5825 * MAINTAINERS: Update e-mail address.
5826
11c004e7
RE
58272007-05-15 Revital Eres <eres@il.ibm.com>
5828
5829 * MAINTAINERS (Write After Approval): Add myself.
5830
ab6bd693
RC
58312007-05-14 Roberto Costa <robsettantasei@gmail.com>
5832
5833 * MAINTAINERS (Write After Approval): Updated my address.
5834
388cdf07
TN
58352007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5836
5837 * MAINTAINERS (Write After Approval): Add myself.
5838
23f24034
SR
58392007-05-11 Silvius Rus <rus@google.com>
5840
5841 * MAINTAINERS (Write After Approval): Add myself.
5842
34a7526e
TT
58432007-04-23 Tom Tromey <tromey@redhat.com>
5844
5845 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5846
51da21be
MM
58472007-04-22 Mark Mitchell <mark@codesourcery.com>
5848
5849 * MAINTAINERS (cpplib): Rename to ...
5850 (libcpp): ... this. Add C/C++ front end maintainers.
5851
70070387
SE
58522007-04-14 Steve Ellcey <sje@cup.hp.com>
5853
5854 * config-ml.in: Pass ${ml_config_env} to configure calls.
5855
df1a0dbb
CB
58562007-04-04 Christian Bruel <christian.bruel@st.com>
5857
5858 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 5859
9daff147
DK
58602007-04-02 Dave Korn <dave.korn@artimi.com>
5861
5862 * MAINTAINERS (Write After Approval): Add myself.
5863
374eadb2
TB
58642007-03-31 Tobias Burnus <burnus@net-b.de>
5865
5866 * MAINTAINERS (fortran 95 front end): Add myself.
5867
8eced3a2
DR
58682007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5869
5870 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 5871
653de3e3
AZ
58722007-03-24 Ayal Zaks <zaks@il.ibm.com>
5873
5874 * MAINTAINERS (Modulo Scheduler): Add myself.
5875
b737d953
BM
58762007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5877
5878 * MAINTAINERS (fortran 95 front end): Add myself.
5879 (c++ front end): whitespace fix.
5880
a584cdf2
NF
58812007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5882
5883 * MAINTAINERS (Write After Approval): Add myself.
5884
8c79f3c4
RS
58852007-03-21 Richard Sandiford <richard@codesourcery.com>
5886
5887 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5888 of glob. Quote arguments with single quotes too.
5889 * configure: Regenerate.
5890
07f1ac6d
BM
58912007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5892
5893 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5894 * Makefile.in: Regenerate
5895
172e41aa
AS
58962007-03-07 Andreas Schwab <schwab@suse.de>
5897
5898 * configure: Regenerate.
5899
9c4d2493
BM
59002007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5901
5902 * configure.ac: Add "--with-pdfdir" configure option,
5903 which defines pdfdir variable.
5904 * Makefile.def (target=fixincludes): Add install-pdf to
5905 missing targets.
5906 (recursive_targets): Add install-pdf target.
5907 (flags_to_pass): Add pdfdir.
5908 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5909 target.
5910 * configure: Regenerate
5911 * Makefile.in: Regenerate
5912
e14e622e
EC
59132007-02-28 Eric Christopher <echristo@apple.com>
5914
5915 Revert:
5916 2006-12-07 Mike Stump <mrs@apple.com>
5917
5918 * Makefile.def (dependencies): Add dependency for
5919 install-target-libssp and install-target-libgomp on
5920 install-gcc.
5921 * Makefile.in: Regenerate.
5922
54e433bc
MK
59232007-02-27 Matt Kraai <kraai@ftbfs.org>
5924
5925 * configure: Regenerate.
5926 * configure.ac: Move statements after variable declarations.
5927
6c8d3d8f
KK
59282007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5929
5930 * MAINTAINERS: Add myself as sh maintainer.
5931
9f8c6739
JM
59322007-02-19 Joseph Myers <joseph@codesourcery.com>
5933
5934 * configure.ac: Adjust for loop syntax.
5935 * configure: Regenerate.
5936
278a7a38
AO
59372007-02-18 Alexandre Oliva <aoliva@redhat.com>
5938
5939 * configure: Rebuilt.
5940
b2eaac4a
AO
59412007-02-18 Alexandre Oliva <aoliva@redhat.com>
5942
5943 * configure.ac: Drop multiple occurrences of --enable-languages,
5944 and fix its quoting.
5945 * configure: Rebuilt.
5946
beeaf216 59472007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
5948 Nathan Sidwell <nathan@codesourcery.com>
5949 Vladimir Prus <vladimir@codesourcery.com>
5950 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
5951
5952 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5953 * configure: Regenerate.
5954
09201a09
GP
59552007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5956
5957 * ltconfig (freebsd*): Default to elf.
5958
291f172e
DJ
59592007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5960
5961 * configure.ac (target_libraries): Move libgcc before libiberty.
5962 * configure: Regenerated.
5963
c3a86da9
DJ
59642007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5965 Paolo Bonzini <bonzini@gnu.org>
5966
5967 PR bootstrap/30753
5968 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5969 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5970 * configure: Regenerated.
5971
88e1e72a
FXC
59722007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5973
5974 * MAINTAINERS (Language Front End Maintainers): Update my mail
5975 address.
5976
44bfc3ac
DJ
59772007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5978
5979 PR bootstrap/30748
5980 * configure.ac: Correct syntax for Solaris ksh.
5981 * configure: Regenerated.
5982
3e19841a
PB
59832007-02-09 Paolo Bonzini <bonzini@gnu.org>
5984
5985 * configure.ac: Sync with src.
5986 * configure: Regenerate.
5987
74a48762
PB
59882007-02-09 Paolo Bonzini <bonzini@gnu.org>
5989
5990 * Makefile.in: Regenerate.
5991
d846e52e
PB
59922007-02-09 Paolo Bonzini <bonzini@gnu.org>
5993
5994 * config.sub: Sync with src.
5995
1c710c3c
DJ
59962007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5997
5998 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5999 noncanonical equivalents.
6000 * configure.in: Rename to...
6001 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6002 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6003 target_noncanonical. Use them. Rewrite removal of configure
6004 arguments for autoconf 2.59. Discard variable settings. Force
6005 program_transform_name for native tools.
6006
6007 * Makefile.in: Regenerated.
6008 * configure: Regenerated with autoconf 2.59.
6009
dce2d8b2 60102007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 6011
3de8da2a 6012 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 6013
f6671c93
AS
60142007-01-31 Andreas Schwab <schwab@suse.de>
6015
6016 * Makefile.tpl (LDFLAGS): Substitute it.
6017 * Makefile.in: Regenerate.
6018
dce2d8b2 60192007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 6020
3de8da2a 6021 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 6022
2472200d
DE
60232007-01-28 David Edelsohn <edelsohn@gnu.org>
6024
3de8da2a 6025 * MAINTAINERS (spu port): Add myself.
2472200d 6026
5305be7e
RG
60272007-01-23 Richard Guenther <rguenther@suse.de>
6028
6029 PR bootstrap/30541
6030 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6031 * Makefile.tpl (GNATBIND): Substitute it.
6032 (GNATMAKE): Likewise.
6033 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6034 of STAGE_PREFIX.
6035 * Makefile.in: Regenerate.
6036 * configure: Regenerate.
6037
416cfb5e
MS
60382007-01-18 Mike Stump <mrs@apple.com>
6039
6040 * configure.in: Re-enable -Werror for gcc builds.
6041
3de8da2a 60422007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 6043
3de8da2a 6044 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 6045
d943d7c4
PB
60462007-01-11 Paolo Bonzini <bonzini@gnu.org>
6047
6048 * configure.in: Change == to = in test command.
3de8da2a 6049 * configure: Regenerate.
d943d7c4 6050
e69bf64b 60512007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
6052 Nick Clifton <nickc@redhat.com>
6053 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6054
6055 * configure.in (build_configargs, host_configargs, target_configargs):
6056 Remove build/host/target parameters.
6057 (host_libs): Add gmp and mpfr.
6058 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6059 * Makefile.def (gmp, mpfr): New.
6060 (gcc): Remove target.
6061 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6062 target_os, target_vendor): New.
dce2d8b2 6063 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
6064 * configure: Regenerate.
6065 * Makefile.in: Regenerate.
e69bf64b
PB
6066
60672007-01-11 Matt Fago <fago@earthlink.net>
6068
6069 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 6070 to improve robustness of configure tests.
e69bf64b 6071 * configure: Regenerate.
e14e622e 6072
a42f3b80
UB
60732007-01-09 Uros Bizjak <ubizjak@gmail.com>
6074
6075 * MAINTAINERS: Add myself as i386 maintainer.
6076
a36aee1a
JH
60772007-01-08 Jan Hubicka <jh@suse.cz>
6078
61fcaeef 6079 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 6080
738a52d3
KT
60812007-01-08 Kai Tietz <kai.tietz@onevision.com>
6082
6083 * configure.in: Add support for an x86_64-mingw* target.
95af8923 6084 * configure: Regenerate.
738a52d3 6085
54fdc474
DJ
60862007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6087
6088 * Makefile.tpl (all-target): Correct @if conditional for target
6089 modules.
6090 * configure.in: Omit libiberty if building only target libgcc.
6091 * configure, Makefile.in: Regenerated.
6092
3dd71726
PB
60932007-01-04 Paolo Bonzini <bonzini@gnu.org>
6094
dce2d8b2 6095 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
6096 * configure: Regenerate.
6097
fa958513
DJ
60982007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6099
6100 * Makefile.def (target_modules): Add libgcc.
6101 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6102 * Makefile.tpl (clean-target-libgcc): Delete.
6103 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6104 on gcc even for bootstrapped modules. Rewrite handling of
6105 lang_env_dependencies to loop over target_modules.
6106 * configure.in (target_libraries): Add target-libgcc.
6107 * Makefile.in, configure: Regenerated.
6108
e1888513
PB
61092006-12-29 Paolo Bonzini <bonzini@gnu.org>
6110
6111 * configure.in: Reorganize recognition of languages. Add
6112 --enable-stage1-languages. Show supported languages for the chosen
6113 target rather than all recognized languages.
6114 * configure: Regenerate.
6115
53b88b73
PB
61162006-12-29 Paolo Bonzini <bonzini@gnu.org>
6117
6118 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6119 * Makefile.in: Regenerate.
6120
a3993f33
KG
61212006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6122
6123 * configure.in: Warn that MPFR 2.2.0 is buggy.
6124 * configure: Regenerate.
6125
f063a9ed
ILT
61262006-12-27 Ian Lance Taylor <iant@google.com>
6127
6128 * configure.in: When removing Makefiles to force a reconfigure, also
6129 remove prev-DIR*/Makefile.
6130 * configure: Regenerate.
6131
af71363e
AS
61322006-12-22 Andreas Schwab <schwab@suse.de>
6133
6134 * configure: Regenerate with correct autoconf version.
6135
0b0dc272
AM
61362006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6137
3de8da2a
UB
6138 * configure.in: add AC_SUBST for *_FOR_TARGET.
6139 * configure: Regenerate.
0b0dc272 6140
53b88b73
PB
61412006-12-19 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * configure.in: Simplify logic for rejecting languages that cannot
6144 be built. Separate the case when a language is unsupported,
6145 from the case when the user chooses not to build a language.
6146
400ebff4
PB
61472006-12-19 Paolo Bonzini <bonzini@gnu.org>
6148
6149 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6150 it only affects bootstrap and could be tested on "$host" as well.
6151 * configure: Regenerate.
6152 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6153
8efea775
PB
61542006-12-19 Paolo Bonzini <bonzini@gnu.org>
6155
6156 PR bootstrap/29544
6157 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6158 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6159 move here comment from Makefile.tpl.
6160 * Makefile.tpl: Move some definitions higher in the file.
6161 (STAGE1_CHECKING): New.
6162 * configure.in: Add --enable-stage1-checking.
6163 * configure: Regenerate.
6164 * Makefile.in: Regenerate.
6165
ed88a7ed
PB
61662006-12-19 Paolo Bonzini <bonzini@gnu.org>
6167
6168 * MAINTAINERS: Add myself as build system maintainer.
6169
b65151d3
SM
61702006-12-15 Simon Martin <simartin@users.sourceforge.net>
6171
6172 * MAINTAINERS (Write After Approval): Add myself.
6173
7e050830
EC
61742006-12-13 Eric Christopher <echristo@apple.com>
6175
6176 * MAINTAINERS: Add myself as darwin maintainer.
6177
8b494895
ILT
61782006-12-11 Ian Lance Taylor <ian@airs.com>
6179
6180 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6181
dce2d8b2 61822006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
6183
6184 MAINTAINERS: Update my entry.
6185
58e24147
AM
61862006-12-11 Alan Modra <amodra@bigpond.net.au>
6187
6188 * configure.in: Handle spu makefile frag.
58e24147
AM
6189 * Makefile.tpl (MAINT): Define
6190 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6191 * configure: Regenerate.
6192 * Makefile.in: Regenerate.
6193
9b6f37a0
BE
61942006-12-11 Ben Elliston <bje@au.ibm.com>
6195
6196 * config.guess: Import latest version.
6197 * config.sub: Likewise.
6198
ea6f5c57
BE
61992006-12-11 Ben Elliston <bje@au.ibm.com>
6200
6201 * configure.in (spu-*-*): Don't skip target-libiberty.
6202 * configure: Regenerate.
6203
42c1cd8a
AT
62042006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6205
6206 PR bootstrap/30134
6207 * configure.in: Correct x86 darwin support for libjava to powerpc
6208 and i?86 only.
6209 * configure: Regenerate.
6210
55eb837d
ST
62112006-12-08 Sandro Tolaini <tolaini@libero.it>
6212
6213 * configure.in: Add x86 darwin support for libjava.
6214 * configure: Regenerate.
6215
5bdacbc7
MS
62162006-12-07 Mike Stump <mrs@apple.com>
6217
6218 * Makefile.def (dependencies): Add dependency for
6219 install-target-libssp and install-target-libgomp on
6220 install-gcc.
6221 * Makefile.in: Regenerate.
6222
477d851c
RG
62232006-12-04 Richard Guenther <rguenther@suse.de>
6224
6225 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6226 (Non-Algorithmic Maintainers): Move over non-algorithmic
6227 loop optimizer maintainers, add myself as a non-algorithmic
6228 middle-end maintainer.
6229
5d33d367
DF
62302006-12-04 Daniel Franke <franke.daniel@gmail.com>
6231
6232 * MAINTAINERS (Write After Approval): Add myself.
6233
dbee1fb3
KG
62342006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6235
6236 * configure.in: Update error message for missing GMP/MPFR.
6237
6238 * configure: Regenerate.
6239
b5147de7
KG
62402006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6241
6242 * configure.in: Update MPFR version in error message.
6243
6244 * configure: Regenerate.
6245
f019376c
KG
62462006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6247
6248 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6249 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6250 --with-gmp-lib): New flags.
6251
6252 * configure: Regenerate.
6253
91ed95ae
BM
62542006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6255
6256 * MAINTAINERS (Write After Approval): Change my email address.
6257
3a971f15
MLI
62582006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6259
05170031 6260 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 6261
dce2d8b2 62622006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
6263
6264 * MAINTAINERS (i18n): Update e-mail address.
6265
df5487ee
TS
62662006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6267
6268 * MAINTAINERS (spu port): Add myself as maintainer.
6269 (Write After Approval): Remove myself.
6270
92c2f0ee
BE
62712006-11-22 Ben Elliston <bje@au.ibm.com>
6272
6273 * configure.in (skipdirs): Don't build libssp for SPU.
6274 * configure: Regenerate.
6275
a3b97199
AP
62762006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6277
6278 * MAINTAINERS (spu port): Add myself as maintainer.
6279 (libobjc): Update my email address.
6280
0eb97064
AB
62812006-11-21 Andrea Bona <andrea.bona@st.com>
6282
6283 * MAINTAINERS (Write After Approval): Add myself.
6284
dce2d8b2 62852006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
6286
6287 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6288 * configure : Rebuilt.
6289
dce2d8b2 62902006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
6291
6292 * MAINTAINERS (Write After Approval): Add myself.
6293
d58542ea
AO
62942006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6295
6296 * MAINTAINERS (Write After Approval): Add myself.
6297
a357b5ae
KG
62982006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6299
6300 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6301 libmpfr.a.
6302 * configure: Regenerate.
6303
9bd6112c
PB
63042006-11-16 Paolo Bonzini <bonzini@gnu.org>
6305
6306 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6307 (unstage): Test for stage_last presence.
6308
6309 PR bootstrap/29802
dce2d8b2
EB
6310 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6311 STAGE_PREFIX.
9bd6112c
PB
6312 * Makefile.in: Regenerate.
6313
c8cf9f0f
ZD
63142003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6315
6316 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6317 maintainers.
6318
467b1fc6
ER
63192006-11-14 Erven Rohou <erven.rohou@st.com>
6320
6321 * MAINTAINERS (Write After Approval): Add myself.
6322
995a5697
PB
63232006-11-14 Paolo Bonzini <bonzini@gnu.org>
6324
6325 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6326 and stageN-package/Makefile.
6327 * Makefile.in: Regenerated.
6328
c8d6d53e
JZ
63292006-11-14 Jie Zhang <jie.zhang@analog.com>
6330
6331 * configure.in: Remove target-libgloss from noconfigdirs for
6332 bfin-*-*.
6333 * configure: Regenerated.
6334
dffb147d
KG
63352006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6336
6337 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 6338
dffb147d
KG
6339 * configure: Regenerate.
6340
ca558912
KG
63412006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6342
6343 * configure.in: Robustify error message for missing GMP/MPFR.
6344
6345 * configure: Regenerate.
6346
dce2d8b2 63472006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
6348
6349 * MAINTAINERS (Write After Approval): Add myself.
6350
dce2d8b2 63512006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
6352
6353 * MAINTAINERS: Change email address.
6354
91de1527
VP
63552006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6356
6357 * MAINTAINERS (Write After Approval): Add myself.
6358
a3867703
PB
63592006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6360
6361 * MAINTAINERS (Write After Approval): Add myself.
6362
b4364fa2
CL
63632006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6364
7e050830 6365 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 6366 Write After Approval section.
b4364fa2 6367
70ec446f
KG
63682006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6369
6370 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6371 need_gmp anymore.
6372 * configure: Regenerate.
6373
018c8d88
TB
63742006-10-16 Tobias Burnus <burnus@net-b.de>
6375
6376 * MAINTAINERS (Write After Approval): Add myself.
6377
f6a1687e
BE
63782006-10-16 Ben Elliston <bje@au.ibm.com>
6379
6380 * config.guess: Import latest version.
6381 * config.sub: Likewise.
6382
b5422ad7
BM
63832006-10-10 Brooks Moses <bmoses@stanford.edu>
6384
6385 * Makefile.def: Added pdf target handling.
6386 * Makefile.tpl: Added pdf target handling.
6387 * Makefile.in: Regenerated.
6388
bdcee471
CL
63892006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6390
6391 * MAINTAINERS: Add self as score port maintainer.
6392
7d610414
BM
63932006-10-04 Brooks Moses <bmoses@stanford.edu>
6394
6395 * MAINTAINERS (Write After Approval): Add myself.
6396
e48d66a9
SK
63972006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6398
7e050830 6399 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
6400 or newer.
6401 * configure: Regenerated.
6402
c394e891
DB
64032006-09-27 Dave Brolley <brolley@redhat.com>
6404
dce2d8b2
EB
6405 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6406 using $s instead of $r.
c394e891
DB
6407 * configure: Regenerated.
6408
1ee4c5a0
TS
64092006-09-26 Thiemo Seufer <ths@mips.com>
6410
6411 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6412 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6413 * configure: Regenerate.
6414
dce2d8b2 64152006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
6416
6417 * MAINTAINERS (Write After Approval): Remove myself.
6418
0c502898
CF
64192006-09-22 Chao-ying Fu <fu@mips.com>
6420
6421 * MAINTAINERS (Write After Approval): Add myself.
6422
a7819e42
JM
64232006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6424
6425 * MAINTAINERS: Add self as soft-fp maintainer.
6426
dce2d8b2 64272006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
6428
6429 * MAINTAINERS: Add myself as avr maintainer.
6430 Remove Marek Michalkiewicz as avr maintainer.
827d0991 6431
e8288489
RC
64322006-09-07 Roberto Costa <roberto.costa@st.com>
6433
6434 * MAINTAINERS (Write After Approval): Add myself.
6435
b91f0a41
CV
64362006-08-30 Corinna Vinschen <corinna@vinschen.de>
6437
6438 * configure.in: Never build newlib for a Mingw host.
6439 Never build newlib as Mingw target library.
6440 Test the existence of winsup/cygwin for building a Cygwin newlib,
6441 rather than just winsup.
6442 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6443 building a Mingw target.
6444 * configure: Regenerate.
6445
094c07a0
EB
64462006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6447
6448 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6449
8d1171cb
PB
64502006-07-25 Paolo Bonzini <bonzini@gnu.org>
6451
6452 * config.guess: Import from src (was more updated).
6453 * config.sub: Likewise.
6454
2e9e6f68
DJ
64552006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6458 * configure: Regenerated.
6459
57255173
PB
64602006-07-18 Paolo Bonzini <bonzini@gnu.org>
6461
cc6010cd
AP
6462 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6463 for stages after the first.
57255173 6464
9fbe6585
JJ
64652006-07-17 Jakub Jelinek <jakub@redhat.com>
6466
6467 * Makefile.def: Add dependencies for configure-opcodes
6468 on configure-intl and all-opcodes on all-intl.
6469 * Makefile.in: Regenerated.
6470
18c3f977
BE
64712006-07-13 Ben Elliston <bje@au.ibm.com>
6472
6473 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6474
27b56ba6
PE
64752006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6476
6477 Port to hosts whose 'sort' and 'tail' implementations
6478 treat operands with leading '+' as file names, as POSIX
6479 has required since 2001. However, make sure the code still
6480 works on pre-POSIX hosts.
6481 * ltmain.sh: Don't assume "sort +2" is equivalent to
6482 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6483
ad6d4e43
UW
64842006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6485
6486 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6487
706601d9
PG
64882006-07-04 Peter O'Gorman <peter@pogma.com>
6489
6490 * ltconfig: chmod 644 before ranlib during install.
6491
0b50988a
EB
64922006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6493
6494 PR bootstrap/18058
6495 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6496 if the bootstrap compiler is a GCC version that supports it.
6497 * configure: Regenerate.
6498
b6348cb3
PB
64992006-07-03 Paolo Bonzini <bonzini@gnu.org>
6500
95695ad3 6501 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
6502 * configure: Regenerate.
6503
1546bb64
PB
65042006-07-03 Paolo Bonzini <bonzini@gnu.org>
6505
6506 PR other/27063
6507 * configure.in: Test subdir_requires and give an appropriate
6508 error message.
6509 * configure: Regenerate.
6510
5cb6c629
AJH
65112006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6512
6513 * MAINTAINERS (Write After Approval): Add myself.
6514
f4d8cdf8
JDA
65152006-06-22 John David Anglin <dave.anglin@nrc.ca>
6516
6517 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6518
4fe5abb7
SE
65192006-06-22 Steve Ellcey <sje@cup.hp.com>
6520
6521 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6522
2a79fd67
DA
65232006-06-20 David Ayers <d.ayers@inode.at>
6524
6525 PR bootstrap/28072
6526 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6527 whether target-libjava is being configured instead of whether the
6528 java front end is enabled.
6529 * configure: Regenerate.
7e050830 6530
04879af3
RO
65312006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6532
6533 PR target/27540
6534 * configure.in: Only enable libgomp on IRIX 6.
6535 * configure: Regenerate.
6536
ec6c7392
PB
65372006-06-15 Paolo Bonzini <bonzini@gnu.org>
6538
6539 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6540 too.
6541 * Makefile.in: Regenerate.
6542
12973d7a
DD
65432006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6544
6545 * config-ml.in: Alter CCASFLAGS to include special
6546 multilib options the same as is done for CFLAGS.
6547
c67ed86a
JDA
65482006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6549
6550 * configure.in: Don't enable libgomp on hpux10.
6551 * configure: Rebuilt.
6552
cb253473
DA
65532006-06-12 David Ayers <d.ayers@inode.at>
6554
6555 PR bootstrap/27963
6556 PR target/19970
7e050830 6557 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
6558 ${libgcj} is specified.
6559 * configure: Regenerate.
7e050830 6560
dce2d8b2 65612006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
6562
6563 Sync from src:
7e050830
EC
6564
6565 * configure.in: Sync.
32845532 6566 * configure: Regenerated.
7e050830 6567
32845532
CD
6568 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * Makefile.def: Added dependencies from sim and gdb on intl, and
6571 added configure dependencies to everything with an all dependency
6572 on intl.
6573 * Makefile.in: Regenerated.
6574
7cd0cf9c
DA
65752006-06-06 David Ayers <d.ayers@inode.at>
6576
6577 PR libobjc/13946
6578 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6579 * Makefile.in: Regenerate.
6580 * configure.in: Add --enable-objc-gc at toplevel and have it
6581 enable boehm-gc for Objective-C.
6582 Remove target-boehm-gc from libgcj.
6583 Add target-boehm-gc to target_libraries.
6584 Add target-boehm-gc to noconfigdirs where ${libgcj}
6585 is specified.
6586 Assert that boehm-gc is supported when requested for Objective-C.
6587 Only build boehm-gc if needed either for Java or Objective-C.
6588 * configure: Regenerate.
7e050830 6589
3ff3adad
PB
65902006-06-05 Paolo Bonzini <bonzini@gnu.org>
6591
6592 PR 27674
6593 * Makefile.tpl (configure-[+prefix+][+module+],
6594 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6595 Remove rule to unstage bootstrapped modules.
6596 (stage_current): New.
6597 * Makefile.in: Regenerate.
6598
898e551d
LB
65992006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6600
6601 * MAINTAINERS (Write After Approval): Update my e-mail address.
6602
ea60341e
MS
66032006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6604
6605 * include/libiberty.h: Declare pex_run_in_environment.
6606
222ae291
AL
66072006-05-31 Asher Langton <langton2@llnl.gov>
6608
6609 * MAINTAINERS (Write After Approval): Add myself.
898e551d 6610
e9a54b07
PB
66112006-05-25 Paolo Bonzini <bonzini@gnu.org>
6612
6613 * Makefile.def (bfd, opcodes): Fix lib_path.
6614 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6615 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6616 * Makefile.in: Regenerate.
6617
03e67131
CD
66182006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6619
6620 * Makefile.in: Regenerate.
6621
65d6e994
CD
66222006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6623
6624 * Makefile.def: Add install-html target. Add datarootdir
6625 docdir and htmldir to flags_to_pass.
6626 * Makefile.tpl: Add install-html target.
6627 * Makefile.in: Regenerate.
6628 * configure.in: Add --with-datarootdir, --with-docdir, and
6629 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6630 * configure: Regenerate.
6631
9e299237
MS
66322006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6633
6634 * configure.in: Enable gprof for cross builds.
6635 * configure: Regenerate.
6636
c31202cd
RG
66372006-05-22 Richard Guenther <rguenther@suse.de>
6638
6639 Revert
6640 2006-01-31 Richard Guenther <rguenther@suse.de>
6641 Paolo Bonzini <bonzini@gnu.org>
6642
6643 * Makefile.def (target_modules): Add libgcc-math target module.
6644 * configure.in (target_libraries): Add libgcc-math target library.
6645 (--enable-libgcc-math): New configure switch.
6646 * Makefile.in: Re-generate.
6647 * configure: Re-generate.
6648 * libgcc-math: New toplevel directory.
6649
2a332582
JDA
66502006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6651 Andreas Tobler <a.tobler@schweiz.ch>
6652
6653 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6654 * configure: Rebuilt.
6655
dce2d8b2 66562006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 6657
ccce6917
SL
6658 * MAINTAINERS (Write After Approval): Add myself.
6659
ed606bc0
DD
66602006-05-01 DJ Delorie <dj@redhat.com>
6661
3d8f47a0 6662 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
6663 * configure: Regenerate.
6664
9386bd20
RG
66652006-05-01 Richard Guenther <rguenther@suse.de>
6666
6667 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6668 maintainer.
6669
dce2d8b2 66702006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
6671
6672 * MAINTAINERS (Write After Approval): Add myself.
6673
87ceee72
JB
66742006-04-28 Jan Beulich <jbeulich@novell.com>
6675
6676 * MAINTAINERS (Write After Approval): Add myself.
6677
e88a2c09
DD
66782006-04-18 DJ Delorie <dj@redhat.com>
6679
6680 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6681 reference libgloss so that libssp can be built in a combined
6682 tree.
6683 * configure: Regenerate.
6684
675f0a8a
RM
66852006-04-08 Robert Millan <rmh@gcc.gnu.org>
6686
6687 * MAINTAINERS (Write After Approval): Add myself.
6688
27b6c940
BE
66892006-04-05 Ben Elliston <bje@au.ibm.com>
6690
6691 * configure.in: Require makeinfo 4.4 or higher.
6692 * configure: Regenerate.
6693
687b17d4
GP
66942006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6695
6696 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6697 Rearrange the entries of other libraries to have them in one place.
6698
906ac235
JB
66992006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6700
7e050830 6701 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
6702 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6703
fb0103e5
RG
67042006-03-14 Richard Guenther <rguenther@suse.de>
6705
6706 * configure: Regenerate with autoconf 2.13.
6707
17237f6b
JB
67082006-03-13 Jim Blandy <jimb@codesourcery.com>
6709
6710 * MAINTAINERS: Use my work address.
bed31434
JB
6711
6712 * MAINTAINERS: Update my E-mail address.
6713
27079765
AH
67142006-03-10 Aldy Hernandez <aldyh@redhat.com>
6715
6716 * configure.in: Handle --disable-<component> generically.
6717 * configure: Regenerate.
6718
54a17039
L
67192006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6720
6721 PR libgcj/17311
6722 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6723
b9bd11ca
EE
67242006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6725
6726 * MAINTAINERS (Write After Approval): Remove myself.
6727 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6728
dce2d8b2 67292006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 6730
072b06f2
RE
6731 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6732 (TARGET_CONFIGDIRS): Remove.
6733 * configure.in: Remove AC_SUBST(target_configdirs).
6734 * Makefile.in, configure: Regenerated.
ee2312f3 6735
936e1a35
SK
67362006-02-20 Steven G. Kargl <kargls@comcast.net>
6737
6738 * MAINTAINERS (Write After Approval): Remove myself.
6739 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6740
cc11cc9b
PB
67412006-02-20 Paolo Bonzini <bonzini@gnu.org>
6742
6743 PR bootstrap/25670
6744
6745 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6746
6747 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6748 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6749 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6750 BUILD_PREFIX, BUILD_PREFIX_1.
6751 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6752
6753 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6754 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6755
6756 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6757 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6758 of `cat stage_current`. Always provide the `r' and `s' variables.
6759 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6760 a single shell execution.
6761 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6762 bootstrapped modules, make the stage1 module if the build was not
6763 started yet, else build the current stage.
6764 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6765 (all-build, all-host, all-target, [+make_target+]-host,
6766 [+make_target+]-target): Do not use \-continued lines.
6767 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6768 (current_stage, restrap, stage_last): New.
6769
6770 * Makefile.in: Regenerate.
6771 * configure: Regenerate.
6772
63a7c9ef
BD
67732006-02-19 Bud Davis <jmdavis@link.com>
6774
6775 * MAINTAINERS (Write After Approval): Remove myself.
6776 (Language Front End Maintainers): Add myself as fortran 95
6777 maintainer and update e-mail address.
6778
a3543e3a
FXC
67792006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6780
6781 * MAINTAINERS (Write After Approval): Remove myself.
6782 (Language Front End Maintainers): Add myself as fortran 95
6783 maintainer.
6784
ca5b1d2c
VK
67852006-02-16 Victor Kaplansky <victork@il.ibm.com>
6786
6787 * MAINTAINERS (Write After Approval): Add myself.
6788
0499513f
TK
67892006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6790
6791 * MAINTAINERS (Write After Approval): Remove myself.
6792 (Language Front End Maintainers): Add myself as
6793 fortran 95 maintainer.
6794
d1f8db0c
PB
67952006-02-14 Paolo Bonzini <bonzini@gnu.org>
6796
6797 Sync from src:
6798
6799 2005-12-27 Leif Ekblad <leif@rdos.net>
6800
cc6010cd
AP
6801 * configure.in: Add support for RDOS target.
6802 * configure: Regenerate.
d1f8db0c
PB
6803
68042006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 6805 Andreas Schwab <schwab@suse.de>
d1f8db0c 6806
cc6010cd 6807 * configure: Regenerate.
d1f8db0c 6808
cac90078
DE
68092006-02-12 David Edelsohn <edelsohn@gnu.org>
6810
6811 * configure.in (enable_libgomp): Add AIX.
6812 * configure: Regenerate.
6813
bd37fbf5
MK
68142006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6815
6816 * MAINTAINERS (Write After Approval): Add myself.
7e050830 6817
23027b7a
LM
68182006-02-03 Lee Millward <lee.millward@gmail.com>
6819
6820 * MAINTAINERS (Write After Approval): Add myself.
7e050830 6821
0058967b
RG
68222006-01-31 Richard Guenther <rguenther@suse.de>
6823 Paolo Bonzini <bonzini@gnu.org>
6824
6825 * Makefile.def (target_modules): Add libgcc-math target module.
6826 * configure.in (target_libraries): Add libgcc-math target library.
6827 (--enable-libgcc-math): New configure switch.
6828 * Makefile.in: Re-generate.
6829 * configure: Re-generate.
6830 * libgcc-math: New toplevel directory.
6831
e8b05380
PB
68322006-01-26 Paolo Bonzini <bonzini@gnu.org>
6833
6834 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6835 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6836 the assembler, linker and binutils.
6837 * configure: Regenerate.
6838
d54d5437
DM
68392006-01-22 Dirk Mueller <dmueller@suse.de>
6840
6841 * MAINTAINERS (Write After Approval): Add myself.
6842
670cbfcf
DN
68432006-01-20 Diego Novillo <dnovillo@redhat.com>
6844
6845 * configure: Regenerate.
6846
953ff289
DN
68472006-01-18 Richard Henderson <rth@redhat.com>
6848 Jakub Jelinek <jakub@redhat.com>
6849 Diego Novillo <dnovillo@redhat.com>
6850
6851 * libgomp: New directory.
6852 * Makefile.def: Add target_module libgomp.
6853 * Makefile.in: Regenerate.
6854 * configure.in (target_libraries): Add target-libgomp.
6855 * configure: Regenerate.
6856
32ce4048
AO
68572006-01-05 Alexandre Oliva <aoliva@redhat.com>
6858
6859 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6860 @ from continuation.
6861 * Makefile.in: Rebuilt.
6862
0eaf8e17 68632006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 6864
c76c0c83
CL
6865 * MAINTAINERS (Write After Approval): Add myself.
6866
2d309510
PB
68672006-01-04 Paolo Bonzini <bonzini@gnu.org>
6868
6869 PR bootstrap/24252
6870
6871 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6872 * Makefile.tpl (OBJDUMP): New.
6873 (EXTRA_HOST_FLAGS): Add it.
6874 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6875
953ff289
DN
6876 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6877 to use symbolic links between directories. Avoid race conditions
6878 or make them harmless.
6879 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
6880
6881 * Makefile.def (LEAN): Pass.
6882 * Makefile.tpl (LEAN): Define.
6883 (stage[+id+]-start): Accept that the previous directory does not
6884 exist, if the bootstrap is lean.
6885 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6886 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6887 configure substitution.
6888 ([+compare-target+]): Likewise.
6889 ([+bootstrap-target+]-lean): New.
6890 * configure.in: Remove lean bootstrap support from here.
6891
953ff289
DN
6892 * Makefile.in: Regenerate.
6893 * configure: Regenerate.
2d309510 6894
368872c3
BE
68952006-01-04 Ben Elliston <bje@au.ibm.com>
6896
6897 * MAINTAINERS (libdecnumber): Add myself.
6898
d79e6356
MM
68992006-01-02 Mark Mitchell <mark@codesourcery.com>
6900
6901 * libtool-ldflags: New script.
6902
a6fbc1e2
AS
69032006-01-02 Andreas Schwab <schwab@suse.de>
6904
6905 * configure.in: When reconfiguring remove Makefile in
6906 all stage directories.
6907 * configure: Regenerate.
6908
103a4b39
SB
69092005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6910
6911 * MAINTAINERS: Update my email address.
6912
212f829c
PB
69132005-12-20 Paolo Bonzini <bonzini@gnu.org>
6914
6915 Revert Ada-related part of the previous change.
6916
6917 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6918 Do not pass.
6919 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6920 * Makefile.in: Regenerate.
6921 * configure.in: Do not include mt-ppc-aix target fragment.
6922 * configure: Regenerate.
6923
8ef1f2df
PB
69242005-12-19 Paolo Bonzini <bonzini@gnu.org>
6925
6926 * configure.in: Select appropriate fragments for PowerPC/AIX.
6927 * configure: Regenerate.
6928
6929 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6930 BOOT_CFLAGS, BOOT_LDFLAGS.
6931 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6932 BOOT_CFLAGS, BOOT_LDFLAGS.
6933 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6934 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6935 (stage): Fail if we cannot complete the work.
6936 * Makefile.in: Regenerate.
6937
ab34901f
NS
69382005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6939
6940 * configure.in: Replace ms1 with mt.
6941 * configure: Rebuilt.
6942
cbe82f21
BM
69432005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6944
6945 * MAINTAINERS: Update my email address.
6946
19843472
PB
69472005-12-15 Paolo Bonzini <bonzini@gnu.org>
6948
6949 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6950 install-host-nogcc): Don't invoke $(stage) at the end.
6951 * Makefile.in: Regenerate.
6952
1ca26cd2
PB
69532005-12-14 Paolo Bonzini <bonzini@gnu.org>
6954
6955 * configure.in: Flip the top-level bootstrap switch.
6956 * configure: Regenerate.
6957
f41d6665
DJ
69582005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6959
6960 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6961 $(stage) and $(unstage).
6962 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6963 (all): Remove stray semicolon.
6964 (local-distclean): Don't handle multilib.tmp and multilib.out.
6965 (install.all): Set $s for consistency.
6966 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6967 check_multilibs setting. Always make the install directory.
6968 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6969 Correct @if/@endif.
6970 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6971 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6972 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6973 (multilib.out): Remove.
6974 * Makefile.in: Regenerated.
6975
dce2d8b2 69762005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
6977
6978 * MAINTAINERS (Write After Approval): Add myself.
6979
64f182bd
NS
69802005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6981
121b2cee
NS
6982 * MAINTAINERS: Add myself as mt maintainer.
6983
64f182bd
NS
6984 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6985
a6d63770
AN
69862005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6987
6988 * MAINTAINERS: Change email address.
6989
2abefe3d
PB
69902005-12-05 Paolo Bonzini <bonzini@gnu.org>
6991
6992 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6993 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6994 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6995 Find in-tree tools if available.
6996 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6997 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6998 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6999 (COMPILER_*_FOR_TARGET): New.
7000 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7001 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7002 (CONFIGURED_*, USUAL_*): Remove.
7003 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7004 STRIP): Use autoconf substitutions.
7005 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7006 COMPILER_NM_FOR_TARGET): New.
7007 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7008
7009 (all): Make all-host and all-target in parallel.
7010 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7011 that $$r and $$s are set before invoking a recursive make.
7012 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7013 ([+bootstrap-target+]): Inline most of the `all' target.
7014
2f3bdde7
BE
70152005-11-29 Ben Elliston <bje@au.ibm.com>
7016
7017 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7018 from the gcc build directory.
7019 * Makefile.in: Regenerate.
7020
a4b6c45a
BE
70212005-11-29 Ben Elliston <bje@au.ibm.com>
7022
7023 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7024 depend on all-libdecnumber.
7025 * configure.in (host_libs): Include libdecnumber.
7026 * Makefile.in: Regenerate.
7027 * configure: Likewise.
7028
473a74b9
BE
70292005-11-29 Ben Elliston <bje@au.ibm.com>
7030
7031 * libdecnumber: Import decNumber sources from the dfp-branch.
7032
b4623110
KJ
70332005-11-21 Kean Johnston <jkj@sco.com>
7034
7035 * config.sub, config.guess: Sync from upstream sources.
7036
67dc1785
BE
70372005-11-21 Ben Elliston <bje@au.ibm.com>
7038
7039 Import from Autoconf sources:
7040
7041 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7042 * config/move-if-change: Don't output "$2 is unchanged";
7043 suggested by Ben Elliston. Handle weird characters correctly.
7044
186abafe
AT
70452005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7046
7047 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7048 to match upstream libtool for darwin.
7049
ef9db8d5
DJ
70502005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7051
7052 * Makefile.def: Remove gdb dependencies for gdbtk.
7053 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7054 (configure-gdb, install-gdb): New rules.
7055 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7056 * Makefile.in, configure: Regenerated.
7057
9c5141ab
JB
70582005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7059
7060 * MAINTAINERS (Write After Approval): Add myself.
7061
4523d51b
EE
70622005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7063
7064 * MAINTAINERS (Write After Approval): Add myself.
7065
086b011c
DN
70662005-10-24 Diego Novillo <dnovillo@redhat.com>
7067
7068 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7069 Diego Novillo.
7070
e7c84bf8
PB
70712005-10-22 Paolo Bonzini <bonzini@gnu.org>
7072
7073 PR bootstrap/24297
7074 * Makefile.tpl (do-[+make-target+], do-check, install,
7075 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7076 are set before recursing.
7077 * Makefile.in: Regenerate.
7078
b88a7564
EB
70792005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7080
7081 PR bootstrap/18939
7082 * Makefile.def (gcc) <target>: Fix thinko.
7083 * Makefile.in: Regenerate.
7084
61efc800
BS
70852005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7086
7087 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7088 * configure: Regenerate.
7089
f53d2869
JZ
70902005-10-15 Jie Zhang <jie.zhang@analog.com>
7091
7092 * MAINTAINERS (Write After Approval): Add self.
7093
077fc835
KH
70942005-10-08 Kazu Hirata <kazu@codesourcery.com>
7095
7096 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7097 target-libffi, target-qthreads, target-libjava, and
7098 targetlibobjc.
7099 * configure: Regenerate.
7100
d739199a
DJ
71012005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7102
7103 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7104 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7105 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7106 (USUAL_OBJDUMP_FOR_TARGET): New.
7107 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7108 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 7109 * configure, Makefile.in: Regenerated.
d739199a 7110
db38c6bb
PB
71112005-10-05 Paolo Bonzini <bonzini@gnu.org>
7112
7113 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7114 before other host packages.
7115
3015564c
KK
71162005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7117
7118 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7119
1061f99e
PB
71202005-10-05 Paolo Bonzini <bonzini@gnu.org>
7121
7122 PR bootstrap/22340
7123
7124 * configure.in (default_target): Remove.
7125 * Makefile.tpl (all): Do not use prerequisites as subroutines
7126 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7127 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7128 use prerequisites as subroutines.
7129 (check-host, check-target): New.
7130 (bootstrap configure & all targets): Do not use stage*-start
7131 if the directory layout is already ok.
7132 (non-bootstrap configure & all targets): Prepend a $(unstage).
7133 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7134 (NOTPARALLEL): Remove.
7135 (unstage, stage variables): New variables.
7136 (unstage, stage targets): Simply expand to those variables.
7137
7138 * configure: Regenerate.
7139 * Makefile.in: Regenerate.
7140
4a9c436f
JW
71412005-10-04 James E Wilson <wilson@specifix.com>
7142
7143 * Makefile.def (lang_env_dependencies): Add libmudflap.
7144 * Makefile.in: Regenerate.
7145
37150080
AS
71462005-10-03 Andreas Schwab <schwab@suse.de>
7147
7148 Backport from libtool CVS:
7149 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7150
7151 * ltmain.sh: add support for installing into temporary
7152 staging area (e.g. 'make install DESTDIR=...')
7153
39d16468
L
71542005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7155
7156 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7157 * configure: Regenerated.
7158
72a7ab82
AP
71592005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7160
7161 * configure: Regenerate with the correct
7162 autoconf version.
7163
6b65a26d
CM
71642005-09-30 Catherine Moore <clm@cm00re.com>
7165
7166 * configure.in (bfin-*-*): New.
7167 * configure: Regenerated.
7168
040b1c5a
GK
71692005-09-28 Geoffrey Keating <geoffk@apple.com>
7170
7171 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7172 (LIPO_FOR_TARGET): New.
7173 (CONFIGURED_LIPO_FOR_TARGET): New.
7174 (USUAL_LIPO_FOR_TARGET): New.
7175 (STRIP_FOR_TARGET): New.
7176 (CONFIGURED_STRIP_FOR_TARGET): New.
7177 (USUAL_STRIP_FOR_TARGET): New.
7178 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7179 STRIP_FOR_TARGET.
7180 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7181 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7182 * Makefile.in: Regenerate.
7183 * configure: Regenerate.
7e050830 7184
3a3c28db
DE
71852005-09-19 David Edelsohn <edelsohn@gnu.org>
7186
7187 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7188 (rs6000-*-aix*): Same.
7189 * configure: Regenerate.
7190
2749a921
TT
71912005-09-16 Tom Tromey <tromey@redhat.com>
7192
7193 * MAINTAINERS: Add self as java maintainer.
7194
7f26dfa3
FXC
71952005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7196
7197 * configure.in: Recognize f95 in the --enable-languages option,
7198 and substitute it for fortran, issuing a warning.
7199 * configure: Regenerate.
7200
d8852c4f
PE
72012005-08-30 Phil Edwards <phil@codesourcery.com>
7202
7203 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7204 * configure: Regenerated.
7205
ad685e81
AH
72062005-08-22 Aldy Hernandez <aldyh@redhat.com>
7207
7208 * MAINTAINERS: Add self as ms1 maintainer.
7209
b00d752c
RE
72102005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7211
7212 * Makefile.def (libssp): Add to lang_env_dependencies.
7213 * Makefile.in: Regenerate.
7214
9ed8fb9b
ILT
72152005-08-18 Ian Lance Taylor <ian@airs.com>
7216
7217 * MAINTAINERS: Add myself as middle-end maintainer.
7218
0f029d39
CG
72192005-08-17 Christian Groessler <chris@groessler.org>
7220
7221 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7222 * Makefile.in: Regenerate.
7223
81087874
AK
72242005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7225
7226 * MAINTAINERS (write after approval): Added myself.
7227
6a134f1c
MR
72282005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7229
7230 * MAINTAINERS (Write After Approval): Add myself.
7231
2693c0b0
PB
72322005-08-12 Paolo Bonzini <bonzini@gnu.org>
7233
7234 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7235 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7236 Look for alternate names of the target cc and c++
7237 * configure: Regenerate.
7238
4de997d1
PB
72392005-08-08 Paolo Bonzini <bonzini@gnu.org>
7240
7241 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7242 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7243 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7244 tools; remove code to manually set them.
7245 (Target tools): Look in the environment for them.
7246 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7247 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7248 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7249 build directory.
7250 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7251 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7252 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7253 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7254 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7255 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7256 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7257 * configure: Regenerate.
7258 * Makefile.in: Regenerate.
7259
b089e33a
BE
72602005-07-28 Ben Elliston <bje@au.ibm.com>
7261
7262 * MAINTAINERS: Update for removed CPU targets.
7263
e3791243
MM
72642005-07-27 Mark Mitchell <mark@codesourcery.com>
7265
7266 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 7267 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
7268 * Makefile.in: Regenerated.
7269
526635cb
MM
72702005-07-26 Mark Mitchell <mark@codesourcery.com>
7271
7272 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7273 (CFLAGS_FOR_TARGET): Use it.
7274 (CXXFLAGS_FOR_TARGET): Likewise.
7275 * Makefile.in: Regenerated.
7276 * configure.in (--with-build-sysroot): New option.
7277 * configure: Regenerated.
7278
19791f70
PB
72792005-07-24 Paolo Bonzini <bonzini@gnu.org>
7280
7281 * Makefile.tpl: Wrap install between unstage and stage
7282 * Makefile.in: Regenerate.
7283
35f5a23f
EC
72842005-07-21 Eric Christopher <echristo@apple.com>
7285
7286 * MAINTAINERS: Update affiliation.
7287
ff3ddf15
PW
72882005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7289
7290 * MAINTAINERS: Add self as crx port maintainer.
7291
3a664c1c
DD
72922005-07-20 DJ Delorie <dj@redhat.com>
7293
7294 * MAINTAINERS: Add self as m32c maintainer.
7295
539df155
KC
72962005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7297
7298 * all files: Update FSF address.
7299
be9c593a
EC
73002005-07-15 Eric Christopher <echristo@redhat.com>
7301
7302 * MAINTAINERS: Change affiliation.
7303
fd7ea4ab
JB
73042005-07-14 Jim Blandy <jimb@redhat.com>
7305
7306 * configure.in: Add cases for Renesas m32c.
7307 * configure: Regenerated.
7e050830 7308
0063a823
KC
73092005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7310
d0ca130a
KC
7311 * COPYING.LIB: Update from fsf.org.
7312
73132005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7314
7315 * COPYING, compile, config.guess,
0063a823
KC
7316 config.sub, install-sh, missing, mkinstalldirs,
7317 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 7318 * config-ml.in: Update FSF address.
0063a823 7319
a8ba31f2
EC
73202005-07-13 Eric Christopher <echristo@redhat.com>
7321
7322 * configure.in: Add toplevel noconfigdir support for tpf.
7323 * configure: Regenerate.
7324
5bea4a03
PB
73252005-07-11 Paolo Bonzini <bonzini@gnu.org>
7326
7327 PR ada/22340
7328
7329 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7330 * Makefile.in: Regenerate.
7331
284bdbbd
MM
73322005-07-07 Mark Mitchell <mark@codesourcery.com>
7333
7334 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 7335 Brolley to write-after-approval.
284bdbbd 7336
452190fb
AS
73372005-07-07 Andreas Schwab <schwab@suse.de>
7338
7339 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7340 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7341 * Makefile.in: Regenerated.
7342
9c8f9ec2
GK
73432005-07-06 Geoffrey Keating <geoffk@apple.com>
7344
7345 * configure.in: Don't build sim or rda when targetting darwin.
7346 * configure: Regenerate.
7347
ef0087a7
KH
73482005-07-06 Kazu Hirata <kazu@codesourcery.com>
7349
7350 * configure.in: Add --enable-libssp and --disable-libssp.
7351 * configure: Regenerate with autoconf-2.13.
7352
77008252
JJ
73532005-07-02 Jakub Jelinek <jakub@redhat.com>
7354
7355 * Makefile.def (target_modules): Add libssp.
7356 * configure.in (target_libraries): Add target-libssp.
7357 * configure: Rebuilt.
7358 * Makefile.in: Rebuilt.
7359
a04eae1b
ZW
73602005-07-01 Zack Weinberg <zackw@panix.com>
7361
7362 * MAINTAINERS: Change email address. Resign from maintainership.
7363
948884cd
RG
73642005-07-01 Richard Guenther <rguenther@suse.de>
7365
7366 * MAINTAINERS: Change my e-mail address and affiliation.
7367
c7870f5d
PB
73682005-06-22 Paolo Bonzini <bonzini@gnu.org>
7369
7370 * Makefile.def (stagefeedback): Come after profile.
7371 Define profiledbootstrap target.
7372 * Makefile.tpl (profiledbootstrap): Remove.
7373 (stageprofile-end): Zap stagefeedback.
7374 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7375 * Makefile.in: Regenerate.
7376
ab99519a
RS
73772005-06-13 Richard Sandiford <richard@codesourcery.com>
7378
7379 * MAINTAINERS: Update my email address.
7380
f610dd5f
ZW
73812005-06-13 Zack Weinberg <zack@codesourcery.com>
7382
7383 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7384 In 'cpp' stanza, support '#line' as well as '# '.
7385
71bc2a83
AS
73862005-06-08 Andreas Schwab <schwab@suse.de>
7387
7388 * MAINTAINERS: Move myself from 'Write After Approval' to
7389 'CPU Port Maintainers' section as m68k maintainer.
7390
4fab7234
HPN
73912005-06-07 Hans-Peter Nilsson <hp@axis.com>
7392
7393 * configure.in (unsupported_languages): New macro.
7394 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7395 non-ported target libraries in noconfigdirs.
7396 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7397 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 7398 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
7399 unsupported_languages.
7400 * configure: Regenerate.
7401
68193f9b
TS
74022005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7403
7404 * configure.in: Fix typo in handling of --with-mpfr-dir.
7405 * configure: Regenerate.
7406
f26f6b8d
RS
74072005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7408
7409 * MAINTAINERS: Update my email address.
7410
ba4853f8
JB
74112005-06-02 Jim Blandy <jimb@redhat.com>
7412
7413 * config.sub: Add cases for the Renesas m32c. (This patch has been
7414 accepted into the master sources.)
7415
79dd769c 74162005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
7417 Michael Snyder <msnyder@redhat.com>
7418 Stan Cox <scox@redhat.com>
79dd769c 7419
f610dd5f 7420 * configure.in: Set noconfigdirs for ms1.
79dd769c 7421
f610dd5f 7422 * configure: Regenerate.
79dd769c 7423
d29e107f
JD
74242005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7425
7426 * MAINTAINERS (Write After Approval): Add self.
7427
e93196c3
JC
74282005-06-01 Josh Conner <jconner@apple.com>
7429
7430 * MAINTAINERS (Write After Approval): Add self.
7431
ae263c7a
KH
74322005-06-01 Kazu Hirata <kazu@codesourcery.com>
7433
7434 * MAINTAINERS: Update my email address.
7435
585b3aa3
ZM
74362005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7437
7438 * MAINTAINERS (Write After Approval): Add self.
7439
4930c50b
CD
74402005-05-26 Chris Demetriou <cgd@broadcom.com>
7441
7442 * MAINTAINERS (Write After Approval): Remove self.
7443
2dfbef6d
PB
74442005-05-25 Paolo Bonzini <bonzini@gnu.org>
7445
7446 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7447 (Dependencies): Consider target modules for bootstrap dependencies.
7448 Make target bootstrap modules depend on each stage's gcc.
7449 * Makefile.in: Regenerate.
7450
bcb28cf5
PB
74512005-05-20 Paolo Bonzini <bonzini@gnu.org>
7452
7453 * Makefile.def (configure-gcc): Depend on binutils having been built.
7454 (all-gcc): No need to do it here.
7455 * Makefile.in: Regenerate.
7456
0cf085e4
PB
74572005-05-19 Paul Brook <paul@codesourcery.com>
7458
f610dd5f 7459 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
7460 language cannot be built.
7461 * configure: Regenerate.
7462
dfb2c39a
DJ
74632005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7464
7465 * ylwrap: Import from Automake 1.9.5.
7466
771aaa92
DU
74672005-05-13 David Ung <davidu@mips.com>
7468
7469 * MAINTAINERS (Write After Approval): Add self.
7470
3ac9bd58
MS
74712005-05-09 Mike Stump <mrs@apple.com>
7472
7473 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7474 lt_cv_sys_max_cmd_len for now.
f610dd5f 7475
f77a5578
SC
74762005-05-09 Stan Cox <scox@redhat.com>
7477
7478 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7479
795e36e5
MK
74802005-05-08 Matt Kraai <kraai@ftbfs.org>
7481
7482 * README.SCO: Update the URL.
7483
c9392a2b
DE
74842005-05-05 David Edelsohn <edelsohn@gnu.org>
7485
7486 * ltconfig: Define file_list_spec. Pass file_list_spec and
7487 with_gnu_ld to libtool.
7488 * ltcf-c.sh (aix[45]): Define file_list_spec.
7489 * ltcf-cxx.sh (aix[45]): Same.
7490 * ltcf-gcj.sh (aix[45]): Same.
7491 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7492 exists, write list of input files to temporary file.
7493
bebcd931
MS
74942005-05-04 Mike Stump <mrs@apple.com>
7495
7496 * configure.in: Always pass --target to target configures as
7497 otherwise rebuilds that do --recheck will fail.
7498 * confiugure: Rebuilt.
7499
ce406537
PB
75002005-05-04 Paolo Bonzini <bonzini@gnu.org>
7501
7502 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7503 STAGE_HOST_EXPORTS.
7504 (configure, all): Add bootstrap support.
7505 (Host modules, target modules): Pass post-stage1 flags and exports.
7506 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7507 * Makefile.in: Regenerate.
7508
aa9dcfc4
PB
75092005-04-29 Paolo Bonzini <bonzini@gnu.org>
7510
7511 * configure: Regenerate.
7512
b6f9abcf
MS
75132005-04-27 Mike Stump <mrs@apple.com>
7514
7515 * MAINTAINERS: Add self as darwin maintainer.
7516
acb217cb
BS
75172005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7518
7519 * config.sub: Update from master copy.
7520
b6dae270
MS
75212005-04-21 Mike Stump <mrs@apple.com>
7522
7523 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7524 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7525
c2e0d3a9
HPN
75262005-04-19 Hans-Peter Nilsson <hp@axis.com>
7527
7528 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7529 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7530 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7531 "*-*-elf" and "*-*-linux*".
7532 * configure: Regenerate.
7533
871ae772
JM
75342005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7535
7536 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7537
bf070c29
MS
75382005-04-12 Mike Stump <mrs@apple.com>
7539
7540 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7541
e865b6f7
TK
75422005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7543
7544 * MAINTAINERS (Write After Approval): Add myself.
7545
7b71ad7f
BS
75462005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7547
7548 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7549
25b42232
PB
75502005-04-06 Paolo Bonzini <bonzini@gnu.org>
7551
f610dd5f 7552 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
7553 (TARGET_CONFIGARGS): Include --with-target-subdir.
7554 (configure, all): New macros. Use them throughout.
7555 * Makefile.in: Regenerate.
7556
d727c624
JG
75572005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7558
7559 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 7560
fff72cc4
ZD
75612005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7562
7563 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7564
86472dc3
GP
75652005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7566
7567 * MAINTAINERS: Move John Carr to Write After Approval.
7568
dce2d8b2 75692005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
7570
7571 * config/mh-mingw32: Delete.
7572 * configure.in: Don't use it.
7573 * configure: Regenerate.
7574
33da42bc
PB
75752005-03-31 Paolo Bonzini <bonzini@gnu.org>
7576
7577 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7578 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 7579 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
7580 (HOST_LIB_PATH): Generate from Makefile.def.
7581 (TARGET_LIB_PATH): Likewise.
7582 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7583 * Makefile.in: Regenerate.
7584 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7585 (RPATH_ENVVAR): Include Darwin case.
7586 * configure: Regenerate.
7587
15cc1841
TF
75882005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7589
7590 * MAINTAINERS (Various Maintainers): Remove self.
7591 (Write After Approval): Add self.
7592
6a8c79d5
TF
75932005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7594
7595 * MAINTAINERS (Various Maintainers): Add self.
7596
256f7136
PB
75972005-03-25 Paolo Bonzini <bonzini@gnu.org>
7598
7599 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7600 * configure: Regenerate.
7601
191dd2c9
ZW
76022005-03-21 Zack Weinberg <zack@codesourcery.com>
7603
7604 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7605 gcc_version, and gcc_version_trigger from set of flags to pass.
7606 * Makefile.tpl: Remove definitions of above variables.
7607 (config.status): Remove dependency on $(gcc_version_trigger).
7608 * Makefile.in: Regenerate.
7609 * configure.in: Do not reference config/gcc-version.m4 nor
7610 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7611 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7612 * configure: Regenerate.
7613
ef6e9bc0 76142005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 7615 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
7616
7617 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7618 * Makefile.in: Regenerate.
7619
009bbd5a
FW
76202005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7621
7622 * MAINTAINERS (Write After Approval): Add myself.
7623
09f8755b
DA
76242005-03-03 David Ayers <d.ayers@inode.at>
7625
7626 * MAINTAINERS (Write After Approval): Add myself.
7627
e73ed25c
AO
76282005-03-01 Alexandre Oliva <aoliva@redhat.com>
7629
7630 PR libgcj/20160
7631 * ltmain.sh: Avoid creating archives with components that have
7632 duplicate basenames.
7633
ace9ac7b
AP
76342005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7635
7636 PR bootstrap/20250
7637 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7638 instead of check.
7639 * Makefile.in: Regenerate.
7640
c9db9354
PB
76412005-02-28 Paolo Bonzini <bonzini@gnu.org>
7642
7643 * Makefile.in: Regenerate to fix conflict between the previous two
7644 patches.
7645
215c351a
PB
76462005-02-28 Paolo Bonzini <bonzini@gnu.org>
7647
7648 PR bootstrap/17383
7649 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7650 * Makefile.tpl (HOST_SUBDIR): New substitution.
7651 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7652 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7653 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7654 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7655 (Host modules, Bootstrapped modules): Use it.
7656 (Build modules, Target modules): Do not create symlink trees,
7657 always configure out-of-srcdir.
7658 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7659 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7660 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7661 $(HOST_SUBDIR). Create a symlink for host_subdir.
7662
7663 * Makefile.in: Regenerate.
7664 * configure: Regenerate.
7665
5395b47b
NN
76662005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7667
7668 Merged from libada-gnattools-branch:
7669 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7670
7671 * gnattools: New directory.
7672 * Makefile.def: Add gnattools as a module, depending on target-libada.
7673 * Makefile.in: Regenerate.
7674 * configure.in: Include gnattools in host_tools; disable it if ada
7675 is disabled.
7676 * configure: Regenerate.
7677
ca2cc05c
JM
76782005-02-24 James A. Morrison <phython@gcc.gnu.org>
7679
7680 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7681 treelang maintainer.
7682 (Write After Approval): Remove myself.
7683
d2f3024f
PS
76842005-02-23 Paul Schlie <schlie@comcast.net>
7685
7686 * configure.in: Allow darwin targeted ports to build tk, itcl and
7687 libgui.
7688 * configure: Regenerate.
7689
bba5e0ca
EB
76902005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7691
7692 PR libgcj/10353
7693 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7694 * configure: Regenerate.
7695
70132ce7
SK
76962005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7697
7698 * MAINTAINERS (Write After Approval): Add myself.
7699
20f0edca
ILT
77002005-02-10 Ian Lance Taylor <ian@airs.com>
7701
7702 * MAINTAINERS: Update my e-mail address.
7703
e64e5109
RG
77042005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7705
7706 * MAINTAINERS (Write After Approval): Add myself.
7707
40d64b5a
HPN
77082005-01-29 Hans-Peter Nilsson <hp@axis.com>
7709
7710 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7711 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7712 target-libgloss when not *-*-elf and *-*-aout.
7713 * configure: Regenerate.
7714
54a12711
KH
77152005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7716
7717 * MAINTAINERS: Remove obsolete entries.
7718
0aa99dbb
KH
7719 * MAINTAINERS (Write After Approval): Add Michael Matz.
7720
2b009f5f
NB
77212005-01-19 Neil Booth <neil@daikokuya.co.uk>
7722
7723 * MAINTAINERS: Remove self as cpplib maintainer.
7724
385870f5
KC
77252005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7726
7727 * install-sh, config.sub: Import from upstream.
7728
e7daab31
KC
77292005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7730
7731 PR bootstrap/18222
7732 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7733 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7734 * Makefile.in: Regenerate.
7735
e6003f4d
JT
77362005-01-16 Jason Thorpe <thorpej@netbsd.org>
7737
7738 * MAINTAINERS: Update my email address.
7739
145e2972 77402005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 7741 Andreas Schwab <schwab@suse.de>
145e2972
DE
7742
7743 PR bootstrap/18033
7744 * config-ml.in: Eval option if surrounded by single quotes.
7745
86c7e0da
PB
77462005-01-03 Paolo Bonzini <bonzini@gnu.org>
7747
7748 Revert 2004-12-28 Makefile changes, a better fix will be
7749 applied to mainline and src after GCC 4.0 branches.
7750
3224a22f
PB
77512004-12-28 Paolo Bonzini <bonzini@gnu.org>
7752
7753 PR bootstrap/17383
7754
7755 * Makefile.def (target_modules): Remove stage parameter,
7756 it is always true now.
7757 * Makefile.tpl (configure-build-[+module+],
7758 configure-target-[+module+]): Always build symlink tree
7759 for the directory and for include. BUILD_SUBDIR and
7760 TARGET_SUBDIR cannot be . anymore.
7761 * Makefile.in: Regenerate.
7762
aaf51ca2
DE
77632004-12-25 David Edelsohn <edelsohn@gnu.org>
7764
7765 Revert 2004-12-08 Makefile changes.
7766
4e32e454
DS
77672004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7768
7769 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7770 cygwin, mingw.
7771
669f01d8
AS
77722004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7773
7774 * configure.in (sh64-*-*): Reenable gprof.
7775 * configure: Regenerate.
7776
1b227ee0
DE
77772004-12-08 David Edelsohn <edelsohn@gnu.org>
7778
7779 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7780 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7781 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7782 * Makefile.in: Regenerate.
7783
ce5e944c
CF
77842004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7785
7786 * MAINTAINERS: Update my email address.
7787
893f1e87
MK
77882004-12-07 Matt Kraai <kraai@ftbfs.org>
7789
7790 * Makefile.tpl: Generate normal dependencies if the LHS module is
7791 not bootstrapped.
7792 * Makefile.in: Regenerate.
7793
bb59c339
RS
77942004-12-03 Richard Sandiford <rsandifo@redhat.com>
7795
7796 * configure.in: Include config/gxx-include-dir.m4. Use
7797 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7798 * configure: Regenerate.
7799
4982adbe
RS
78002004-12-03 Richard Sandiford <rsandifo@redhat.com>
7801
7802 * config.if: Delete.
7803 * configure.in: Set libstdcxx_incdir directly.
7804 * configure: Regenerate.
7805
05750653
EC
78062004-12-02 Eric Christopher <echristo@redhat.com>
7807
7808 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7809 * Makefile.in: Regenerate.
7810
5fef1dbd
RS
78112004-12-02 Richard Sandiford <rsandifo@redhat.com>
7812
7813 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7814 * configure: Regenerate.
7815
afabd8e6
RS
78162004-12-02 Richard Sandiford <rsandifo@redhat.com>
7817
7818 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7819 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7820 * configure: Regenerate.
7821
78716e86
EC
78222004-12-01 Eric Christopher <echristo@redhat.com>
7823
7824 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7825 of things to remove.
7826
57ab8ba9
MK
78272004-11-29 Matt Kraai <kraai@ftbfs.org>
7828
7829 * MAINTAINERS (Write After Approval): Update my e-mail address.
7830
2539bffe
KC
78312004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7832
7833 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7834 from CVS libtool to always pass_all.
7835
3e732ba0
JDA
78362004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7837
7838 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7839 (hppa*64*-*-*): Delete incorrect comment.
7840 * configure: Rebuilt.
7841
767f726e
KC
78422004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7843
7844 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7845
2c92e90f
KC
78462004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7847
7848 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7849 from CVS libtool to always pass_all.
7850
32f84e48
KC
78512004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7852
7853 * install-sh, compile: Import from automake.
7854
9587be8a
KC
78552004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7856
7857 * config.guess, config.sub: Import from savannnah.
7858
04e81808 78592004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
7860
7861 * MAINTAINERS (Write After Approval): Add myself
7862
f87a2b2e
MS
78632004-11-12 Mike Stump <mrs@apple.com>
7864
7865 * Makefile.def: Add html support.
7866 * Makefile.tpl: Likewise.
7867 * Makefile.in: Regenerate.
7868
848556c2
GK
78692004-11-11 Geoffrey Keating <geoffk@apple.com>
7870
556f03c4
GK
7871 PR 18423
7872 * configure.in: Remove all instances of build-fixincludes from
7873 noconfigdirs.
7874 (build_configargs): Supply --target to subdirectories.
7875 * configure: Regenerate.
7876
848556c2
GK
7877 * Makefile.def: Make gcc install depend on fixincludes install.
7878 * Makefile.in: Regenerate.
7879
9e5712a5
JJ
78802004-11-10 Janis Johnson <janis187@us.ibm.com>
7881
7882 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7883
4ef509c0
PB
78842004-11-11 Paul Brook <paul@codesourcery.com>
7885
7886 * MAINTAINERS: Add self as arm maintainer. Update email address.
7887
20d11df6
HPN
78882004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7889
7890 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7891 target-libgfortran.
79fd8592 7892 * configure: Regenerate.
20d11df6 7893
68c70f15
DE
78942004-11-07 David Edelsohn <edelsohn@gnu.org>
7895
7896 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7897 like CC.
7898
54f88091
PB
78992004-11-05 Paolo Bonzini <bonzini@gnu.org>
7900
7901 * Makefile.def (host fixincludes): Specify missing targets.
7902 * Makefile.in: Regenerate.
7903
6866abb8
RC
79042004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7905
7906 * MAINTAINERS: Add myself
7907
83f62578
GL
79082004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7909
7910 * MAINTAINERS (Write After Approval): Add myself.
7911
53c7ffe7
GK
79122004-11-04 Geoffrey Keating <geoffk@apple.com>
7913
7914 * Makefile.def: Build fixincludes for the host, too.
7915 * Makefile.in: Regenerate.
7916 * configure.in (host_tools): Add fixincludes.
7917 * configure: Regenerate.
7918
ac8b3d9d
DJ
79192004-11-04 Daniel Jacobowitz <dan@debian.org>
7920
7921 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7922 * configure: Regenerated.
7923
bab37580
L
79242004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7925
7926 PR other/17783
7927 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7928 * configure: Regenerated.
7929
db1de713
MM
79302004-10-31 Mark Mitchell <mark@codesourcery.com>
7931
7932 * README.SCO: Update per FSF instructions.
7933
a827e21a
EW
79342004-10-28 Eric B. Weddington <ericw@evcohs.com>
7935
7936 PR target/18151
7937 * configure.in (case ${target}): Do not build fixincludes for avr.
7938 * configure: Regenerated.
7939
9d069a4f
PB
79402004-10-26 Paolo Bonzini <bonzini@gnu.org>
7941
7942 * configure.in (case ${target}): Do not build fixincludes
7943 on platforms where it is not used.
7944 * configure: Regenerated.
7945
fc45f3fe
DJ
79462004-10-23 Daniel Jacobowitz <dan@debian.org>
7947
7948 * configure.in: Use an absolute path to install-sh.
7949 * configure: Regenerated.
7950
36554b92
AL
79512004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7952
7953 * MAINTAINERS (Write After Approval): Add myself.
7954
88e9994a
KH
79552004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7956
7957 * MAINTAINERS: Remove from Write After Approval those that are
7958 already maintainers.
7959
ad02a944
SP
79602004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7961
7962 * MAINTAINERS: Update my email address.
7963
c8e6cd41
KC
79642004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7965
7966 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7967 * configure: Regenerate.
7968
dce2d8b2 79692004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
7970
7971 * MAINTAINERS: Update my email address.
7972
a8b0957e
KH
79732004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7974
7975 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7976 entries belonging to this category.
7977
96836f61
JZ
79782004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7979
7980 * MAINTAINERS: Update my e-mail address.
7981
7e0b5752
PB
79822004-10-06 Paolo Bonzini <bonzini@gnu.org>
7983
7984 Fix wrong conflict resolution in:
7985
7986 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7987
7988 * Makefile.in: Regenerate.
7989 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7990 in the recursive `make', instead of hardwiring `all'.
7991 (Autogenerated TARGET-* variables): New.
7992
370f7a47
TL
79932004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7994
7995 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 7996 * configure: Regenerate.
370f7a47 7997
13e5d623
KH
79982004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7999
8000 * MAINTAINERS (Various Maintainers): Move the "windows,
8001 cygwin, mingw" maintainer to ...
8002 (OS Port Maintainers): ... here.
8003
a6497c1b
KH
80042004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8005
8006 * MAINTAINERS (Write After Approval): Remove those that are
8007 maintainers of some subsystem.
8008
1abb828a
D
80092004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8010
8011 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8012 * ltcf-cxx.sh (tpf*): Likewise.
8013 * ltconfig (tpf*): Add TPF OS configuration support.
8014
16d1338d
BS
80152004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8016
8017 * MAINTAINERS: Change my email address to my new work account.
8018
9082a750
MR
80192004-09-24 Michael Roth <mroth@nessie.de>
8020
8021 * configure.in (--without-headers): Add missing double quotes.
8022 * configure: Regenerate.
8023
dce2d8b2 80242004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
8025
8026 * ylwrap: Revert to previous version.
8027
4c4a5bbc
L
80282004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8029
8030 PR bootstrap/17369
8031 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8032 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8033 SET_GCC_LIB_PATH_CMD.
8034 (BASE_TARGET_EXPORTS): Likewise.
8035 * Makefile.in: Regenerated.
8036
8037 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8038 * configure: Regenerated.
8039
85f59630
KC
80402004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8041
8042 * config.guess: New upstream version
8043 * compile, depcomp, install-sh, ylwrap: Likewise.
8044
95c53c62
RS
80452004-09-19 Roger Sayle <roger@eyesopen.com>
8046
8047 * config/mh-x86omitfp: New host makefile fragment. Add
8048 -fomit-frame-pointer to the default BOOT_CFLAGS.
8049 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8050 * configure: Regenerate.
8051
0a1c093b
AP
80522004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8053
8054 PR target/11572
8055 * configure.in (*-*-darwin*): Renable libobjc.
8056 * configure: Regenerate.
8057
315fcf97
NS
80582004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8059
8060 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8061
0a050485 80622004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 8063
0a050485
DB
8064 * Makefile.def: Remove libbanshee.
8065 * Makefile.tpl: Ditto.
8066 * configure.in: Ditto.
8067 * Makefile.in: Regen.
8068 * configure: Ditto.
8069
5f4a098e
DE
80702004-09-08 David Edelsohn <edelsohn@gnu.org>
8071
8072 * ltmain.sh: Use $pic_object as $non_pic_object if
8073 $non_pic_object=none.
8074
32b2511f
PB
80752004-09-07 Paolo Bonzini <bonzini@gnu.org>
8076
8077 * missing: Import latest version from master repository.
8078
fc4d0e82
NC
80792004-09-06 Nick Clifton <nickc@redhat.com>
8080
8081 * config.sub: Import latest version from master repository.
8082 * config.guess: Likewise.
8083 This includes these changes:
78716e86 8084
fc4d0e82
NC
8085 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8086
8087 * config.sub: Handle crisv32, alias etraxfs.
8088 * config.guess (crisv32:Linux:*:*): Handle.
8089
8090 2004-08-13 Brad Smith <brad@comstyle.com>
8091
8092 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8093 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8094
8095 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8096
8097 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8098 assume the processor is a powerpc. This is because coreutils
8099 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8100 in this case, due to a MacOS X bug that causes
8101 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8102 to return a negative number.
8103 Problem reported by Petter Reinholdtsen in:
8104 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8105
8106 2004-07-19 Ben Elliston <bje@gnu.org>
8107
8108 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8109
8110 2004-06-24 Ben Elliston <bje@gnu.org>
8111
8112 * config.guess: Update copyright years.
8113 * config.sub: Likewise.
8114
8115 2004-06-22 Robert Millan <robertmh@gnu.org>
8116
8117 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8118 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8119
8120 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8121
8122 * config.guess (*:*VMS:*:*): New entry. Replaces
8123 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8124 manufacturer.
8125
8126 2004-06-22 Ben Elliston <bje@gnu.org>
8127
8128 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8129 * config.sub: Likewise.
8130
8131 2004-06-22 Ben Elliston <bje@gnu.org>
8132
8133 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8134 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8135
8136 2004-06-11 Ben Elliston <bje@gnu.org>
8137
8138 * config.guess (pegasos:OpenBSD:*:*): Remove.
8139
8140 2004-06-11 Ben Elliston <bje@gnu.org>
8141
8142 From Wouter Verhelst <wouter@grep.be>:
8143 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8144
8145 2004-06-11 Ben Elliston <bje@gnu.org>
8146
8147 * config.guess (luna88k:OpenBSD:*:*): New.
8148
8149 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8150
8151 * config.guess (m32r*:Linux:*:*): New case.
8152 * config.sub: Handle m32rle.
8153
8154 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8155
8156 From Jens Petersen <petersen@redhat.com>:
8157 * config.sub: Handle sparcv8.
8158
8159 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8160
8161 From Tom Smith <smith@cag.lkg.hp.com>:
8162 * config.guess: Version suffixes are equally significant on Tru64
8163 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8164 prefix of "P" (patched kernel).
8165
8166 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8167
8168 * config.sub: Add support for National Semiconductor CRX target.
8169
2f4cc6bf
JJ
81702004-09-03 Janis Johnson <janis187@us.ibm.com>
8171
8172 * MAINTAINERS (Various Maintainers): Remove myself as web page
8173 maintainer, add myself as maintainer of build status lists.
8174
61fec9ff
JB
81752004-09-03 Jan Beulich <jbeulich@novell.com>
8176
8177 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8178 *-*-netware, but add target-libmudflap.
8179 Consolidate *-*-netware targets (of which really only i?86 exists)
8180 into a single entry.
8181 * configure: Likewise.
8182
45f366ab
PB
81832004-09-01 Paolo Bonzini <bonzini@gnu.org>
8184
8185 * Makefile.tpl (sorry): Remove.
8186 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8187 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8188 (do-clean): Clean per-stage directories too.
8189 (do-distclean): Run distclean-stage1 too.
8190 (.NOTPARALLEL): Enable during toplevel bootstrap.
8191 (stage[+id+]-bubble): Enable parallel execution during
8192 the recursive invocation.
8193 * Makefile.in: Regenerate.
8194
8195 Fix previous checkin:
8196
8197 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8198 include.
8199 * configure.in: Fix indentation.
8200 * configure: Regenerate.
8201
dce2d8b2 82022004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 8203
45f366ab
PB
8204 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8205 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8206 * configure: regenerate
78716e86 8207 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 8208 -mdynamic-no-pic
be8fff81 8209
71b5d516
PB
82102004-08-31 Paolo Bonzini <bonzini@gnu.org>
8211
8212 * Makefile.def (build_modules): Add fixincludes.
8213 (dependencies): Make gcc depend on fixincludes.
8214 * configure.in (build_tools): Add fixincludes.
8215 (build_configdirs): Always include build_libs.
8216 * Makefile.in: Regenerate.
8217 * configure: Regenerate.
8218
82192004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
8220
8221 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8222 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8223 phony targets; do not generate timestamp files.
8224 (distclean-stageN): Remove references to their timestamp files.
8225 (restageN, touch-stageN): Remove.
8226 (stageN-bubble): Rewritten.
8227 (compare): Support lean bootstraps.
8228 * Makefile.in: Regenerate.
8229
8230 * configure.in: Only warn when bootstrapping but
8231 build != host or build != target. Support lean bootstraps.
8232 * configure: Regenerate.
8233
ce7cbbb0
PE
82342004-08-26 Phil Edwards <phil@codesourcery.com>
8235
8236 * configure.in: Give a better error message if GMP/MPFR are missing
8237 and a language needing them has been requested.
8238 * configure: Regenerated.
8239
9c71a529
PE
82402004-08-25 Phil Edwards <phil@codesourcery.com>
8241
8242 * configure.in: Print a list of available language front-ends if
8243 a requested one is missing. Tidy stray tab characters.
8244 * configure: Regenerated.
8245
e3f92d3b
MK
82462004-08-19 Michael Koch <konqueror@gmx.de>
8247
8248 * gcc/doc/install.texi: Update entry about automake for libjava.
8249
c3f84f61
RM
82502004-08-17 Robert Millan <robertmh@gnu.org>
8251
8252 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8253 (instead of FreeBSD).
8254 * configure: Regenerate.
8255
7c27e184
PB
82562004-08-16 Paolo Bonzini <bonzini@gnu.org>
8257
8258 * Makefile.in: Regenerate.
8259 * configure: Regenerate.
8260
8261 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8262 stage_*_flags.
8263 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8264 for bootstrapped modules if toplevel bootstrap is going.
8265 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8266 modules. Adjust for changes in Makefile.def. Enable several
8267 rules even in non-bootstrap mode, just to avoid peppering the
8268 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8269 (stage-[+prev+]-bubble): Remove.
8270
8271 * Makefile.def (Dependencies): Depend on all-build-bison,
8272 all-build-flex, all-build-byacc, all-build-texinfo, rather
8273 than the host variations.
8274 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8275 with BUILD_SUBDIR.
8276 (BISON): Update for recent Bisons.
8277 (YACC): Fix typo.
8278 (cross): Depend on all-build.
8279 (all): Do not depend on all-build.
8280 (prebootstrap): Remove.
8281 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8282 (Prebootstrap dependencies): Add them to the per-stage targets
8283 and to all-prebootstrap.
8284 * configure.in (build_configdirs): Always enable build_tools.
8285 (BUILD_DIR_PREFIX): Remove.
8286
8287 * Makefile.def (gcc): Add target variable.
8288 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8289 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8290 in the recursive `make', instead of hardwiring `all'.
8291 (Autogenerated TARGET-* variables): New.
8292
20f3bb80
BB
82932004-08-13 Brian Booth <bbooth@redhat.com>
8294
8295 * MAINTAINERS: Remove myself from write-after-approval.
8296
b5be499d
NN
82972004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8298
8299 * src-release: Stop distributing mmalloc with gdb (which doesn't
8300 use it).
8301 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8302 * Makefile.in: Regenerate.
8303
b3f8d95d
MM
83042004-08-09 Mark Mitchell <mark@codesourcery.com>
8305
8306 * configure.in (arm*-*-eabi*): New target.
8307 * configure: Regenerate.
8308
3589b69e
PB
83092004-08-06 Paolo Bonzini <bonzini@gnu.org>
8310
8311 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8312 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8313 (Dependencies): New section.
8314 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8315 (configure-target-[+module+]): Depend on maybe-all-gcc
8316 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8317 (toplevel profiledbootstrap): Fix dependencies.
8318 * Makefile.in: Regenerate.
8319
972974fc
MM
83202004-08-03 Mark Mitchell <mark@codesourcery.com>
8321
8322 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8323 target-libiberty to noconfigdirs.
8324 * configure: Regenerate.
8325
bebf829d
PB
83262004-08-03 Paul Brook <paul@codesourcery.com>
8327
8328 * configure.in: Check for MPFR as well as GMP.
8329 * configure: Regenerate.
8330
98a5bb3b
RM
83312004-08-01 Robert Millan <robertmh@gnu.org>
8332
8333 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8334 libmudflap for all GNU-based systems (with Glibc).
8335 * configure: Regenerate.
8336
dce2d8b2 83372004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
8338
8339 * Makefile.def (host-modules): Add gcc.
8340 * Makefile.in: Regenerate.
8341 * Makefile.tpl (sorry): New rule.
8342 (configure-host, all-host, [+make_target+]-host, do-check,
8343 install-host): Do not add gcc as a special case.
8344 (host modules): Add a small special-casing for gcc. Export
8345 extra_make_flags through the environment.
8346 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8347 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8348 other recursive targets for gcc): Remove.
8349
8350 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8351 (stage, unstage): New rules.
8352 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8353 distclean-stage[+id+]): Use stage_current.
8354 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8355 the stage*-start rules.
8356
aeb732c1
GK
83572004-08-02 Geoffrey Keating <geoffk@apple.com>
8358
8359 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8360 use -all_load flag.
8361
25b656e7
PB
83622004-08-02 Paolo Bonzini <bonzini@gnu.org>
8363
8364 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8365 * configure: Regenerate.
8366
cc440d71
TM
83672004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8368
8369 * maintainer-scripts/gcc_release: Revert yesterday's change.
8370
270e140b
SB
83712004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8372
8373 * MAINTAINERS: Add myself to write-after-approval.
8374
3e4035f8
TM
83752004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8376
8377 * libf2c: Removed.
8378 * gcc/gccbug.in: Updated because of libf2c removal.
8379 * maintainer-scripts/gcc_release: Ditto.
8380
dce2d8b2 83812004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
8382
8383 * configure.in: Build libmudflap by default on FreeBSD.
8384 * configure: Regenerated.
8385
dfcada9a
MM
83862004-07-09 Mark Mitchell <mark@codesourcery.com>
8387
8388 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8389 systems.
8390 * configure: Regenerated.
8391
dce2d8b2 83922004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
8393
8394 PR target/16344
8395 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8396 feedback based compiler.
8397 * Makefile.in: Rebuilt.
8398
95bcca47
AO
83992004-07-08 Alexandre Oliva <aoliva@redhat.com>
8400
8401 * Makefile.def (host_modules): Set bootstrap=true for flex.
8402 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8403 * Makefile.in: Rebuilt.
8404
051822f6
JH
84052004-07-07 Jan Hubicka <jh@suse.cz>
8406
8407 * MAINTAINERS: Add self as a profile feedback maintainer.
8408
7b61653a
PE
84092004-07-05 Phil Edwards <phil@codesourcery.com>
8410
8411 * configure.in: Do not prepend $srcdir to /dev/null in
8412 makefile fragments.
8413 * configure: Regenerate.
8414
23f6b2f9
PB
84152004-07-01 Paolo Bonzini <bonzini@gnu.org>
8416
8417 * Makefile.def (build_modules): Add bison, byacc, flex,
8418 m4, texinfo.
8419 (flags_to_pass): Add FLEX.
8420 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8421 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8422 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8423 DEFAULT_MAKEINFO): Remove.
8424 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8425 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8426 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8427 objdir or else use configured tool.
8428 (all-build): New.
8429 (all): Depend on it.
8430 (Build module dependencies): Add.
8431 * Makefile.in: Regenerate.
8432 * configure.in: Better support for multiple build modules,
8433 matching what is done for host/target modules. Do not look
8434 for "plausible" locations of build tools if Canadian cross.
8435 Use autoconf's AC_PROG_CC to find a C compiler. Define
8436 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8437 * configure: Regenerate.
78716e86 8438
1c020272
PB
84392004-06-22 Paolo Bonzini <bonzini@gnu.org>
8440
8441 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8442 * Makefile.in: Regenerate.
8443
a52a0a7f
PB
84442004-06-22 Paolo Bonzini <bonzini@gnu.org>
8445
8446 * Makefile.tpl (configure-build-[+module+],
8447 configure-[+module+], configure-target-[+module+]): Pass
8448 [+extra_configure_args+].
8449 (all-build-[+module+], all-[+module+], check-[+module+],
8450 install-[+module+], [+make_target+]-[+module+],
8451 all-target-[+module+], check-target-[+module+],
8452 install-target-[+module+], [+make_target+]-target-[+module+]):
8453 Pass [+extra_make_args+].
8454 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8455 (GCC_HOST_EXPORTS): Remove.
8456 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8457 cross, check-gcc, check-gcc-c++, install-gcc,
8458 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8459 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8460 * Makefile.in: Regenerate.
8461
ccde3f1a
MS
84622004-06-21 Matthew Sachs <msachs@apple.com>
8463
8464 * MAINTAINERS: Added self to write-after-approval.
8465
6264b0a6
CF
84662004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8467
8468 * configure.in: Check for srcdir/winsup rather than build directory
8469 winsup.
8470 * configure: Regenerate.
8471
801e2270
CV
84722004-06-17 Corinna Vinschen <vinschen@redhat.com>
8473
8474 * configure.in: Don't build Cygwin native newlib if winsup
8475 directory is missing. Emit warning instead.
8476 * configure: Regenerate.
8477
ad6717df
PB
84782004-06-09 Paolo Bonzini <bonzini@gnu.org>
8479
8480 * Makefile.tpl (touch-stage[+id+]): New.
8481 (restage[+prev+]): Depend on touch-stage[+id+].
8482
8483 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8484 Use it throughout.
8485
8486 * Makefile.def: Add profile and feedback bootstrap stages.
8487 Remove next field from bootstrap stages.
8488 * Makefile.tpl (LN, LN_S): Substitute.
8489 (stageN-start, stageN-end): Use double-colon rules, to
8490 provide a hook for additional setup commands.
8491 (distclean-stageN-gcc, restageN): Create dependencies from
8492 [+prev+], not from [+next+].
8493 (stageN-bubble): Add commands for successive stages from
8494 [+prev+], using double-colon rules.
8495 (all-stageN-gcc): Fix typo.
8496 (stagefeedback-start, profiledbootstrap): New.
8497 * Makefile.in: Regenerate.
8498 * configure.in: Call ACX_PROG_LN.
8499 * configure: Regenerate.
8500
5bbb9680
CY
85012004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8502
8503 * MAINTAINERS (Write After Approval): Add myself.
8504
e18be1d4
MA
85052004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8506
8507 * MAINTAINERS (Write After Approval): Add myself.
8508
5607edfd
PB
85092004-06-03 Paolo Bonzini <bonzini@gnu.org>
8510
8511 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8512 without gcc.
8513 * configure: Regenerate.
8514
1ec4e9c3
PB
85152004-06-01 Paolo Bonzini <bonzini@gnu.org>
8516
8517 * Makefile.tpl: Fix typo.
8518 * Makefile.in: Regenerate.
8519
dce2d8b2 85202004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
8521
8522 * configure.in: Remove new- prefix from toplevel
8523 bootstrap targets.
8524 * configure: Regenerate.
8525
f516a7da
PB
85262004-06-01 Paolo Bonzini <bonzini@gnu.org>
8527
8528 * Makefile.tpl (all.normal): Rename to all.
8529 (all): Replace with a rule to pick the default
8530 target from configure.
8531 (all-gcc, configure-gcc): Use conditionals to
8532 do nothing when toplevel bootstrap is going on.
8533 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8534 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8535 * configure.in: Support --enable-bootstrap.
8536
8537 * Makefile.def: Remove new- prefix from toplevel
8538 bootstrap targets.
8539 * Makefile.tpl: Likewise.
8540
8541 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8542 target.
8543
8544 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8545 $(RECURSE_FLAGS) to recursive invocation of make.
8546
8547 * Makefile.in: Regenerate.
8548 * configure: Regenerate.
8549
78dd5e36 85502004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 8551 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
8552
8553 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8554 like CC.
8555
30f1bddc
DJ
85562004-05-27 Daniel Jacobowitz <dan@debian.org>
8557
8558 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8559 * configure: Regenerate.
8560
4fc4dd12
DJ
85612004-05-25 Daniel Jacobowitz <drow@false.org>
8562
8563 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8564 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8565 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8566 targets.
8567 * Makefile.in: Regenerate.
8568
dce2d8b2 85692004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
8570
8571 * configure.in: Test the ability to symlink directories.
8572 * configure: Regenerate.
8573
8574 * Makefile.def (bootstrap-stage): New definitions.
8575 * Makefile.tpl (configure-stage1-gcc,
8576 configure-stage2-gcc, configure-stage3-gcc,
8577 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8578 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8579 new-restage3, compare): Autogenerate, see Makefile.in
8580 entry for behavioral changes.
8581 (distclean-stage1, new-stage1-start, new-stage1-end,
8582 new-stage1-bubble, distclean-stage2, new-stage2-start,
8583 new-stage2-end, new-stage2-bubble, distclean-stage3,
8584 new-stage3-start, new-stage3-end): New autogenerated targets.
8585 (objext, prebootstrap, BOOT_CFLAGS,
8586 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8587 targets.
8588
8589 * Makefile.in: Regenerate.
8590 (distclean-stage1, new-stage1-start, new-stage1-end,
8591 new-stage1-bubble, distclean-stage2, new-stage2-start,
8592 new-stage2-end, new-stage2-bubble, distclean-stage3,
8593 new-stage3-start, new-stage3-end): New targets.
8594 (all-stage1-gcc): Move prebootstrap dependency from here...
8595 (configure-stage1-gcc): ...to here.
8596 (new-bootstrap): Use bubble targets.
8597 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8598 Use per-stage distclean targets.
8599 (configure-stage1-gcc, configure-stage2-gcc,
8600 configure-stage3-gcc, all-stage1-gcc,
8601 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8602 Use new-stageN-start to prepare the tree.
8603
4f4e53dd
PB
86042004-05-23 Paolo Bonzini <bonzini@gnu.org>
8605
8606 * Makefile.def (host_modules): add libcpp.
8607 * Makefile.tpl: Add dependencies on and for libcpp.
8608 * Makefile.in: Regenerate.
8609 * configure.in: Add libcpp host module.
8610 * configure: Regenerate.
8611
60975492
PB
86122004-05-21 Paolo Bonzini <bonzini@gnu.org>
8613
8614 * Makefile.tpl: Whenever a recursive target is defined, wrap
8615 it in a special @if/@endif block, and prepare its maybe
8616 dependency in the @if/@endif block
8617 * configure.in: Instead of writing maybe dependencies, remove
8618 the @if/@endif statements, and remove the @if/@endif blocks
8619 that remain.
8620 * configure: Regenerate.
8621 * Makefile.in: Regenerate.
8622
5ce7d75d
JJ
86232004-05-20 Janis Johnson <janis187@us.ibm.com>
8624
8625 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8626
c779c42f
KK
86272004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8628
8629 PR bootstrap/15120
8630 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8631 * */configure: Rebuilt.
8632
b4117c30
ZW
86332004-05-17 Zack Weinberg <zack@codesourcery.com>
8634
8635 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8636 of libf2c.
8637 * configure, Makefile.in: Regenerate.
8638
719bb4e3 86392004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
8640
8641 * MAINTAINERS (Write After Approval): Add myself.
8642
6de9cd9a
DN
86432004-05-13 Diego Novillo <dnovillo@redhat.com>
8644
8645 Merge from tree-ssa-20020619-branch.
8646
8647 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8648 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8649 (HOST_GMPLIBS): Define.
8650 (HOST_GMPINC): Define.
8651 (TARGET_LIB_PATH): Add libmudflap.
8652 (GFORTRAN_FOR_TARGET): Define.
8653 (configure-build*): Export GFORTRAN.
8654 (configure-gcc): Export GMPLIBS and GMPINC.
8655 (all-gcc): Add maybe-all-libbanshee.
8656 (configure-target-libgfortran): Define.
8657 * Makefile.in: Regenerate.
8658 * configure.in (host_libs): Add libbanshee.
8659 (target_libraries): Add target-libmudflap and target-libgfortran.
8660 Add --with-libbanshee.
8661 Handle --disable-libmudflap.
8662 (*-*-freebsd*): Use with_gmp.
8663 Add $(libgcj) to noconfigdirs.
8664 * configure: Regenerate.
8665 * depcomp: New file.
8666 * MAINTAINERS: Add tree-ssa maintainers.
8667
8f1b790f
VM
86682004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8669
b4117c30 8670 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 8671
693446fc
BF
86722004-04-30 Brian Ford <ford@vss.fsi.com>
8673
b4117c30 8674 * MAINTAINERS (Write After Approval): Add myself.
693446fc 8675
d1bb666c
UB
86762004-04-29 Uros Bizjak <uros@kss-loka.si>
8677
b4117c30 8678 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 8679
6cf1ac42
PB
86802004-04-28 Paolo Bonzini <bonzini@gnu.org>
8681
8682 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8683 * configure: Regenerate.
8684
632933d5
PB
86852004-04-27 Paolo Bonzini <bonzini@gnu.org>
8686
8687 Revert:
8688 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8689
8690 * Makefile.def (flags_to_pass): Remove *dir variables that
8691 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8692 as well as prefix and exec_prefix.
8693 * Makefile.in: Regenerate.
8694
80dc6aa0
RM
86952004-04-26 Robert Millan <robertmh@gnu.org>
8696
8697 Add patches from libtool CVS.
8698 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8699 * ltconfig: Likewise.
8700 * ltcf-c.sh: Likewise.
8701 * ltcf-cxx.sh: Likewise.
8702 * ltcf-gcj.sh: Likewise.
8703
e11283f1
PB
87042004-04-26 Paolo Bonzini <bonzini@gnu.org>
8705
8706 * Makefile.def (host_modules): Mark with the bootstrap
8707 flag packages on which gcc depends.
8708 * Makefile.tpl (all-bootstrap): Use it.
8709 * Makefile.in: Regenerate.
8710
8546950c
PB
87112004-04-26 Paolo Bonzini <bonzini@gnu.org>
8712
8713 * Makefile.def (flags_to_pass): Remove *dir variables that
8714 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8715 as well as prefix and exec_prefix.
8716 * Makefile.in: Regenerate.
8717
a76494aa
PB
87182004-04-26 Paolo Bonzini <bonzini@gnu.org>
8719
b4117c30
ZW
8720 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8721 * configure: Regenerate.
8722 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8723 * gcc/Makefile.tpl (compare): Use the result of the test.
8724 * gcc/Makefile.in: Regenerate.
a76494aa 8725
03a91701
PB
87262004-04-23 Paolo Bonzini <bonzini@gnu.org>
8727
8728 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8729 Always relocate gcc and prev-gcc to the original names, even
8730 if the build fails.
8731 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8732 New targets.
8733
082a6351
LG
87342004-04-23 Laurent GUERBY <laurent@guerby.net>
8735
8736 * MAINTAINERS: Update my email address.
b4117c30 8737
1f1d584b
RO
87382004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8739
8740 * configure.in (mips*-*-irix5*): Enable ld.
8741 * configure: Regenerate.
082a6351 8742
1db673ca
RO
87432004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8744
8745 * configure: Regenerate.
8746
ce4ea44e
JW
87472004-04-15 James E Wilson <wilson@specifixinc.com>
8748
8749 * Makefile.tpl (configure-[+module+], configure-gcc,
8750 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8751 Set and export LDFLAGS.
8752 * Makefile.in: Regenerate.
8753
611f62ad
MC
87542004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8755
b4117c30 8756 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 8757
be912515
NN
87582004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8759
8760 PR bootstrap/14871
8761 * Makefile.tpl: If we don't have built-in-tree target tools,
8762 use the ones found by configure rather than hacking around with
8763 program_transform_name.
8764 * configure.in: Give Makefile.tpl the information necessary
8765 to do that.
8766 * Makefile.in: Regenerate.
8767 * configure: Regenerate.
8768
9104315a
NN
87692004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8770
8771 PR bootstrap/14760
8772 * configure.in: When computing baseargs, strip *all* copies of
8773 offending options. Also, don't match/substitute the trailing space,
8774 so that this actually works when two similar options are separated by
8775 only one space.
8776 * configure: Regenerate.
8777
bef1d700
DE
87782004-04-06 David Edelsohn <edelsohn@gnu.org>
8779
b4117c30
ZW
8780 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8781 (rs6000-*-aix*): Same.
8782 * configure: Regenerate.
bef1d700 8783
54bcf05e 87842004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
8785
8786 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 8787
369a832c 87882004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
8789
8790 * MAINTAINERS: Add myself to write-after-approval.
369a832c 8791
09a9c095
NN
87922004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8793
7caf53cb
NN
8794 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8795 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8796 * Makefile.in: Regenerate.
8797
09a9c095
NN
8798 * configure.in (top level bootstrap support): Rework --enable-werror
8799 to set @stage2_werror_flag@.
8800 * configure: Regenerate.
8801 * Makefile.tpl (top level bootstrap support): Pass
8802 @stage2_werror_flag@ down to configure in stages 2 and 3.
8803 * Makefile.in: Regenerate.
8804
5595a2bd
NN
88052004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8806
cbfd7e06
NN
8807 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8808 for stages 2 and 3 as well as in make. As a consequence, remove
8809 OUTPUT_OPTION (now detected by configure) from the flags passed down
8810 to make.
8811 * Makefile.in: Regenerate.
8812
5595a2bd
NN
8813 * Makefile.tpl (new-bootstrap): Fix typo.
8814 * Makefile.in: Regenerate.
8815
ca3b3e20
NN
88162004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8817
295f4e42
NN
8818 * Makefile.tpl: Rearrange by moving recursive_targets rules
8819 into their proper sections.
8820 * Makefile.tpl (top level bootstrap support): Move disabling
8821 of coverage flags from 'make' to 'configure'; improve comments.
8822 * Makefile.in: Regenerate.
8823
340de83f
NN
8824 * Makefile.tpl (experimental top level bootstrap) Move stage1
8825 language setting from all- target to configure- target; disable
8826 intermodule optimization in stage 1; prevent gratuitous rebuilds
8827 of stage 1.
8828 * Makefile.in: Regenerate.
8829 * configure.in: Comma-separate stage 1 language list for top
8830 level bootstrap.
8831 * configure: Regenerate.
8832
ca3b3e20
NN
8833 * Makefile.tpl: Clean up experimental top level bootstrap support:
8834 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8835 prev-gcc in configure- targets as well as all- targets.
8836 * Makefile.in: Regenerate.
8837
4d038073
KC
88382004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8839
8840 * compile: New file imported from automake.
8841
ab3533d6
PB
88422004-03-17 Paolo Bonzini <bonzini@gnu.org>
8843
8844 * configure.in: Remove symbolic link section.
8845 * configure: Regenerate.
8846 * Makefile.tpl (links): Remove.
8847 * Makefile.in: Regenerate.
8848
1e0f07d3 88492004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 8850 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
8851
8852 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 8853 Set with AC_CHECK_PROGS.
1e0f07d3
PB
8854 * configure.in: Fix comment typo from last patch.
8855 * configure: Regenerate.
8856
2805b53a
NN
88572004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8858
8859 * Makefile.tpl: Introduce experimental top level bootstrap support.
8860 * Makefile.in: Regenerate.
8861 * configure.in: Introduce support for top level bootstrap.
8862 * configure: Regenerate.
8863
79b4b7d2 88642004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 8865 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
8866
8867 PR bootstrap/14522
8868 * configure.in: Cope with shells that do not support unquoted ^
8869 * configure: Regenerate.
8870
6bbec498 88712004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 8872 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
8873
8874 PR bootstrap/14522
79b4b7d2 8875 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
8876 quotes inside quoted backquote substitutions.
8877 * configure: Regenerate.
8878
83c15dfc
AP
88792004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8880
8881 PR bootstrap/14522
f2bd98d4 8882 * configure.in: Fix escaping of $.
83c15dfc
AP
8883 * configure: Regenerate.
8884
55ffb5ed
NN
88852004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8886
8887 * configure: Regenerate, since I forgot to while committing Paolo's
8888 changes.
8889
e4c9c075
PB
88902004-03-08 Paolo Bonzini <bonzini@gnu.org>
8891
8892 PR ada/14131
8893 Move language detection to the top level.
8894 * configure.in: Find default values for the tools as
8895 soon as possible. Disable ada if GNAT is not found.
8896 Emit error message about missing languages. Expand
8897 --enable-languages=all for the gcc subdirectory.
8898
5199e2c6
BE
88992004-03-10 Ben Elliston <bje@gnu.org>
8900
8901 * MAINTAINERS: Update my email address.
8902
c18b95e5
DE
89032004-03-05 David Edelsohn <edelsohn@gnu.org>
8904
8905 * ltconfig: Disable building static libraries if building shared
8906 libraries on AIX 5L.
8907
d0fe5ad3
RS
89082004-03-01 Richard Sandiford <rsandifo@redhat.com>
8909
8910 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8911 and disable libgcj.
8912 * configure: Regenerated.
8913
e6f71f9d
BB
89142004-03-01 Brian Booth <bbooth@redhat.com>
8915
8916 * MAINTAINERS: Add myself to write-after-approval.
8917
8983e50e
PB
89182004-03-01 Paolo Bonzini <bonzini@gnu.org>
8919
8920 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 8921
d4cd9d81
NN
89222004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8923
8924 PR bootstrap/7087
8925 * Makefile.tpl: Guard XFOO sed statements better.
8926 * Makefile.tpl: Add dependency for configure-target-libada.
8927 * Makefile.in: Regenerate (incidentally fixes broken
8928 commit when libada-branch was merged).
8929
0ea0229e
KC
89302004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8931
8932 * MAINTAINERS: Add myself to write-after-approval.
8933
bad93735
AP
89342004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8935
8936 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8937 maintainers.
8938
a7ca14fc
AC
89392004-02-20 Andrew Cagney <cagney@redhat.com>
8940
8941 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8942 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8943
51592782
NN
89442004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8945
8946 PR bootstrap/11932
8947 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8948
6a30854a
JQ
89492004-02-14 Jerry Quinn <jlquinn@optonline.net>
8950
8951 * MAINTAINERS: Added myself to write-after-approval.
8952
be8b2bee
MK
89532004-02-14 Michael Koch <konqueror@gmx.de>
8954
8955 * MAINTAINERS: Added myself to write-after-approval.
8956
972760b7
JM
89572004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8958
8959 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8960 some OS port maintainers to OS port maintainers section.
8961
b0281654
FCE
89622004-02-13 Frank Ch. Eigler <fche@redhat.com>
8963
8964 * MAINTAINERS: Add self.
8965
3c419fd6
KH
89662004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8967
8968 * MAINTAINERS: Alphabetize.
8969
e88e9aee
PB
89702004-02-12 Paolo Bonzini <bonzini@gnu.org>
8971
8972 * MAINTAINERS: Remove myself.
b4117c30 8973
1915e422
DE
89742004-02-11 David Edelsohn <edelsohn@gnu.org>
8975
8976 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8977 (rs6000-*-aix*): Same.
8978 * configure: Regenerate.
8979
a22c2d8d
KC
89802004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8981
8982 * configure.in (host): Add in missing $noconfigdirs to defines.
8983 * configure: Regenerate.
8984
d9cdb878
AC
89852004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8986 Nathanael Nerode <neroden@gcc.gnu.org>
8987
8988 PR ada/6637, PR ada/5911
b4117c30 8989 Merge with libada-branch:
d9cdb878
AC
8990 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8991 with appropriate dependencies. Add --enable-libada configure switch.
8992 * configure, Makefile.in: Regenerate.
8993
8bd92821
PB
89942004-02-09 Paolo Bonzini <bonzini@gnu.org>
8995
8996 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 8997
89a95129
RO
89982004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8999
9000 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9001 * configure: Regenerate.
9002
892629bc
GK
90032004-02-04 Geoffrey Keating <geoffk@apple.com>
9004
9005 Merge from upstream:
9006
9007 * ltmain.in: When setting IFS to '~', be careful about user
9008 arguments that contain '~'.
9009
9010 2004-02-04 Peter O'Gorman <peter@pogma.com>
9011
9012 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9013 Also test $base_compile against $CC with escaped arguments. Bug
9014 reported by Geoff Keating <geoffk@apple.com>.
9015
6b402165
KH
90162004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9017
9018 * MAINTAINERS: Remove i960 port.
9019
fa2f0306
DD
90202004-01-23 DJ Delorie <dj@redhat.com>
9021
9022 * Makefile.def (target_modules) [libiberty]: Don't stage.
9023 * Makefile.in: Rebuilt.
9024
9feb20aa
CT
90252004-01-20 Caroline Tice <ctice@apple.com>
9026
9027 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9028
7aed2ccc
PC
90292004-01-19 Paolo Carlini <pcarlini@suse.de>
9030
9031 * MAINTAINERS: Update my email address.
9032
f25bebe1
JM
90332004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9034
9035 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9036
28083580
VR
90372004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9038
9039 * MAINTAINERS: Remove entries without email address.
9040
c0f4b5e4
DJ
90412004-01-15 Daniel Jacobowitz <drow@mvista.com>
9042
9043 * MAINTAINERS: Add myself to write-after-approval.
9044
b5eb5a5e
SB
90452004-01-15 Steven Bosscher <stevenb@suse.de>
9046
9047 * MAINTAINERS: Update my email address.
9048
dce2d8b2 90492004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
9050
9051 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9052 * Makefile.tpl (configure-target-[+module+]): Support stage.
9053 * Makefile.in: Rebuilt.
9054
74c0b320
ILT
90552004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9056
9057 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9058
2560344b
RS
90592004-01-10 Richard Sandiford <rsandifo@redhat.com>
9060
9061 * MAINTAINERS: Add myself as a MIPS maintainer.
9062
8b21cda6
NN
90632004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9064
2b6c260d
NN
9065 * configure.in: Use ./config.cache, not config.cache.
9066 * configure: Regenerate.
9067 * Makefile.tpl: Special-casing not needed for GCC any more.
9068 * Makefile.in: Regenerate.
9069
09438bde
NN
9070 * configure.in: Don't share a cache file for host dirs.
9071 * configure: Regenerate.
9072
8b21cda6
NN
9073 * config-ml.in: Don't mess with the cache file.
9074
e42870df
EB
90752004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9076
9077 * MAINTAINERS: Move myself from 'Write After Approval' to
9078 'CPU Port Maintainers' section as SPARC maintainer.
9079
6b9eb62c
NN
90802004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9081
78a816a6
NN
9082 * Makefile.tpl: Make GCC use a separate config.cache.
9083 * Makefile.in: Regenerate.
9084
6b9eb62c
NN
9085 PR bootstrap/11932, PR bootstrap/11933
9086 (I don't know if it will fix either of them, but it relates
9087 to them.)
9088 * configure.in: Don't use shared config.cache for target
9089 directories.
9090 * configure: Regenerate.
9091
86d7b562
DN
90922004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9093
9094 * MAINTAINERS: Add myself to 'Write After Approval' section.
9095
07d0a605
RS
90962003-12-31 Roger Sayle <roger@eyesopen.com>
9097
9098 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9099 * configure: Regenerated.
9100
459ac19f
KH
91012003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9102
9103 * MAINTAINERS: Remove the mn10200 maintainer.
9104
5785c0ed 91052003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 9106
cc6010cd
AP
9107 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9108 * configure: Regenerated.
5785c0ed 9109
a268eff9
JH
91102003-12-16 Jan Hubicka <jh@suse.cz>
9111
9112 * MAINTAINERS: Add myself as callgraph maintainer.
9113
9d465b12
TF
91142003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9115
9116 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9117 * configure: Regenerate.
9118
a68a270a
GB
91192003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9120
9121 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9122 'Write After Approval' section. Update email.
9123
dce2d8b2 91242003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
9125
9126 * MAINTAINERS (Write After Approval): Add myself.
9127
8c052da4
MT
91282003-11-20 Matt Thomas <matt@3am-software.com>
9129
9130 * MAINTAINERS: Add myself as a vax port maintainer.
9131
e75f9147
KC
91322003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9133
9134 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9135 (configure-build-[+module+], configure-[+module+]): Likewise.
9136 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9137 * Makefile.in: Regenerate.
9138
43d8d958
AT
91392003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9140
9141 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9142 shared/dylibed libraries.
9143 * ltmain.sh: Likewise.
9144 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9145 * ltcf-cxx.sh: Likewise.
9146 * ltcf-gcj.sh: Likewise.
9147 * ltconfig: Likewise.
9148
638dcaa0
SC
91492003-11-17 Stan Cox <scox@redhat.com>
9150
9151 * MAINTAINERS: Add myself as iq2000 port maintainer.
9152
15cc172b
AC
91532003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9154
b4117c30
ZW
9155 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9156 * Makefile.in: Regenerate.
15cc172b 9157
20af77cd
UW
91582003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9159
9160 * config.sub: Update to 2003-11-03 version.
9161
4dd01c5c
PE
91622003-10-20 Phil Edwards <phil@codesourcery.com>
9163
9164 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9165 * configure: Regenerate.
9166
dce2d8b2 91672003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
9168
9169 * MAINTAINERS: Add myself to 'Write After Approval' section.
9170
8b7ebc31
AC
91712003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9172
9173 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9174
afe1910c
JM
91752003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9176
9177 * MAINTAINERS: Update my email address.
9178
05dcec66
RO
91792003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9180
9181 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9182
dce2d8b2 91832003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
9184
9185 * MAINTAINERS: Add myself to 'Write After Approval' section.
9186
507ec745
BI
91872003-10-16 Bernardo Innocenti <bernie@develer.com>
9188
9189 * config.guess: Update to 2003-10-16 version.
9190 * config.sub: Update to 2003-10-16 version.
9191
dce2d8b2 91922003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
9193
9194 * MAINTAINERS: Added myself to 'Write After Approval' section.
9195
0c9b16bc
FH
91962003-10-15 Falk Hueffner <falk@debian.org>
9197
9198 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9199 'Write After Approval' section. Update email.
9200
74d57d15
RS
92012003-10-14 Roger Sayle <roger@eyesopen.com>
9202
9203 * MAINTAINERS: Move myself from 'Write After Approval' to
9204 'Various Maintainers' section as middle-end maintainer.
9205
d29b8ad8
NN
92062003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9207
9208 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9209 HOST_FLAGS_TO_PASS.
9210 * Makefile.in: Regenerate.
9211
26db814a
BI
92122003-10-11 Bernardo Innocenti <bernie@develer.com>
9213
9214 * config.guess: Update to 2003-10-07 version.
9215 * config.sub: Update to 2003-10-07 version.
9216
fffeb871
RO
92172003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9218
9219 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9220 * ltconfig (irix5*, irix6*): Don't override version_type.
9221
6691a79e
ME
92222003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9223
9224 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9225 * configure: Rebuilt
9226 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9227 * Makefile.in: Rebuilt
9228
62cdd71e
L
92292003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9230
9231 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9232
6fe2eacc
CW
92332003-09-30 Carlo Wood <carlo@alinoe.com>
9234
cc6010cd 9235 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 9236
ea57e5ad
PK
92372003-09-29 Paul Koning <ni1d@arrl.net>
9238
9239 * MAINTAINERS: Move myself from "Write After Approval"
9240 to CPU platform maintainers for pdp11 platform.
9241
e070672a
AT
92422003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9243
9244 * MAINTAINERS: Move myself from 'Write After Approval' to
9245 'Various Maintainers' section as libffi testsuite maintainer.
9246
43bb47c2
DJ
92472003-09-21 Daniel Jacobowitz <drow@mvista.com>
9248
9249 * configure.in: Pass a computed --program-transform-name
9250 to subconfigures.
9251 * configure: Regenerated.
9252
da9d3b37
NN
92532003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9254
94322beb
NN
9255 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9256 * Makefile.in: Regenerate.
9257
da9d3b37
NN
9258 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9259 * Makefile.in: Regenerate.
9260
ffd9060b
ZL
92612003-09-19 Ziemowit Laski <zlaski@apple.com>
9262
9263 * MAINTAINERS: Move myself from 'Write After Approval'
9264 to 'Various Maintainers' (objective-c) section.
9265
eeae7b41
DJ
92662003-09-17 Daniel Jacobowitz <drow@mvista.com>
9267
9268 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9269 quoting.
9270 * configure: Regenerated.
9271
a080d12b
JB
92722003-09-16 Joel Brobecker <brobecker@gnat.com>
9273
9274 * MAINTAINERS (Write After Approval): Add myself to write after
9275 approval list.
9276
6cd2fc59
DN
92772003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9278
cc6010cd 9279 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 9280
dcbdd9cc
ILT
92812003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9282
9283 * MAINTAINERS: Update my e-mail address.
9284
e517f636
AM
92852003-09-09 Alan Modra <amodra@bigpond.net.au>
9286
9287 * libtool.m4 (LD): Correct powerpc64 host match.
9288
bc49924b
JW
92892003-09-06 James E Wilson <wilson@tuliptree.org>
9290
9291 * MAINTAINTERS: Update my affiliation and email address.
9292
082124f5
ZD
92932003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9294
9295 * MAINTAINERS (Write After Approval): Add myself.
9296
dc94d89e
DD
92972003-09-04 DJ Delorie <dj@redhat.com>
9298
9299 * configure: Regenerate.
9300
93012003-09-04 Robert Millan <robertmh@gnu.org>
9302
9303 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 9304
7a0f2d4e
KG
93052003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9306
9307 * configure.in: Ensure arguments to sed are properly spaced.
9308 * configure: Regenerate.
9309
88d032eb
GP
93102003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9311
9312 * MAINTAINERS: Update my e-mail address.
9313
0b3f3d22
ME
93142003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9315
9316 * MAINTAINERS (Write After Approval): Add myself.
9317
d253f9ba
DJ
93182003-08-27 Daniel Jacobowitz <drow@mvista.com>
9319
9320 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9321 * configure: Regenerated.
9322
066ec9c9
MM
93232003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9324
9325 * MAINTAINERS: Update my email address.
9326
415d7ef9
PE
93272003-08-23 Phil Edwards <pme@gcc.gnu.org>
9328
9329 * configure.in: Use newline instead of semicolon when assuming
9330 shell arguments in a for loop.
9331 * configure: Regenerated.
9332
e1567352
JE
93332003-08-22 Jason Eckhardt <jle@rice.edu>
9334
9335 * MAINTAINERS: Resurrect the i860 maintainer.
9336
b348267b
GK
93372003-08-20 Geoffrey Keating <geoffk@apple.com>
9338
e50084fa
GK
9339 PR 8180
9340 * configure.in: When testing with_libs and with_headers, treat
9341 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9342 * configure: Regenerate.
b4117c30 9343
b348267b
GK
9344 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9345 make, shell, etc.
9346 (baseargs): Likewise.
9347 * configure: Regenerate.
9348
ca26ffe0
BI
93492003-08-20 Bernardo Innocenti <bernie@develer.com>
9350
9351 * MAINTAINERS (Write After Approval): Add myself.
9352
940cde4d
GK
93532003-08-19 Geoffrey Keating <geoffk@apple.com>
9354
9355 * configure.in: Disable libgcj for darwin not on powerpc.
9356 * configure: Rebuild.
9357
74bed51b
ADL
93582003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9359
9360 * config-ml.in, symlink-tree: Add license.
9361
b4117c30
ZW
93622003-08-03 Richard Stallman <rms@gnu.org>
9363 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
9364
9365 * README.SCO: New file.
9366
333a28b4
MK
93672003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9368
9369 * Makefile.tpl (check, check-c++): Express dependencies using
9370 dependencies rather than commands.
9371 * Makefile.in: Regenerate.
9372
c197e306
AC
93732003-08-01 Andrew Cagney <cagney@redhat.com>
9374
9375 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9376 * configure: Ditto.
9377
a8ee6e2d
GK
93782003-07-31 Geoffrey Keating <geoffk@apple.com>
9379
9380 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 9381 * Makefile.in: Update.
a8ee6e2d 9382
8d9b3f2e
AT
93832003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9384
9385 * configure.in: Enable libgcj for darwin.
9386 * configure: Rebuild.
9387
52c0c542
PE
93882003-07-29 Phil Edwards <pme@gcc.gnu.org>
9389
9390 * config-ml.in: Use ac_configure_args directly instead of
9391 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9392 actually seen.
9393
b4acb5ef
NN
93942003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9395
9396 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9397 creating target and build subdirs to build all parent dirs as needed.
9398 * Makefile.in: Rebuild.
9399 * configure.in: Don't build dirs explicitly here.
9400 * configure: Rebuild.
9401
a51d71d0
PB
94022003-07-26 Paul Brook <paul@nowt.org>
9403
9404 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9405
f43e12ce
AO
94062003-07-22 Alexandre Oliva <aoliva@redhat.com>
9407
9408 * Makefile.tpl (all-make): Depend on intl.
9409 * Makefile.in: Rebuilt.
9410
8a199ff6
PE
94112003-07-20 Phil Edwards <pme@gcc.gnu.org>
9412
9413 * install-sh: Update to newer upstream versions (associated with
9414 aclocal 1.7).
9415 * mkinstalldirs: Likewise.
9416 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9417
e6a8c803
AP
94182003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9419
9420 * MAINTAINERS: Move self from Bug database only accounts
9421 to write-after-approval.
9422
9f13608f
NN
94232003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9424
9425 * config.if: Remove unused libc_interface determination.
9426
c7864714
NN
94272003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9428
9429 * MAINTAINERS: Move self from write-after-approval to
9430 build machinery (*.in).
9431
775956d0
NN
94322003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9433
9434 PR bootstrap/11273
9435 PR bootstrap/11408
9436 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9437 unused INSTALL_PROGRAM_ARGS.
9438 * configure.in: Use AC_PROG_INSTALL.
9439 * Makefile.in: Regenerate.
9440 * configure: Regenerate.
9441
c7f67a6e
KH
94422003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9443
9444 * MAINTAINERS: Alphabetize.
9445
33952f6f
AO
94462003-07-10 Alexandre Oliva <aoliva@redhat.com>
9447
9448 * configure: Rebuilt.
9449 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9450 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9451 newlib nor libgloss.
9452 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9453 * configure.in (am33_2.0-*-linux*): Added.
9454
0d4f1b4e
BW
94552003-07-09 Bob Wilson <bob.wilson@acm.org>
9456
9457 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9458 * configure: Regenerate.
9459
56694dd9
ZW
94602003-07-07 Zack Weinberg <zack@codesourcery.com>
9461
9462 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9463 * Makefile.in: Regenerate.
9464
21607eb4
ZW
94652003-07-04 Zack Weinberg <zack@codesourcery.com>
9466
9467 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9468 * Makefile.in: Regenerate.
9469
dce2d8b2 94702003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
9471
9472 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9473 * Makefile.in: Regenerated.
9474
5d42f90e
L
9475 * config-ml.in: Replace PWD with PWD_COMMAND.
9476
6eb95e99
ZW
94772003-07-04 Zack Weinberg <zack@codesourcery.com>
9478
9479 * intl: New directory; see intl/ChangeLog for details.
9480 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9481 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9482 * Makefile.in: Regenerate.
9483
07d1940e
NN
94842003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9485
9486 * configure.in: Clean up config-lang.in handling. Delete
9487 useless assignment to "subdirs".
9488 * configure: Regenerate.
9489
4dbda6f0
NN
94902003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9491
9492 * configure.in: Rename 'target_libs' to 'target_libraries'.
9493 Remove useless reference to 'target_libs'.
9494 * configure: Regenerate.
9495
2c30ab71
KS
94962003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9497
9498 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9499 * Makefile.in: Regenerate.
9500
11405c93
NN
95012003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9502
9503 * Makefile.def: Introduce flags_to_pass.
9504 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9505 * Makefile.in: Regenerate.
9506
fb87ad5d
HPN
95072003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9508
9509 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9510 and target-libgloss.
9511 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9512 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9513 * configure: Regenerate.
9514
a7956a48
BK
95152003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9516
9517 * configure.in: Update testsuite_flags to new location.
9518 * configure. Regenerate.
6eb95e99 9519
eaf9f3b2
NN
95202003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9521
9522 * Makefile.tpl: Remove BUILD_CC stuff.
9523 * Makefile.in: Regenerate.
9524
2d89ffef
KH
95252003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9526
9527 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9528
dce2d8b2 95292003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
9530
9531 * MAINTAINERS (Write After Approval): Add myself.
9532
dce2d8b2 95332003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 9534
b951c91c
L
9535 * config.guess: Update to 2003-06-12 version.
9536 * config.sub: Update to 2003-06-13 version.
9537
dce2d8b2 95382003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
9539
9540 * config.guess: Update to 2003-06-06 version.
9541 * config.sub: Update to 2003-06-06 version.
9542
655b7166
RO
95432003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9544
9545 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9546 * configure. Regenerate.
9547
01b759aa
NN
95482003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9549
bf1d3e81
NN
9550 * configure.in: Disable serial configure by default.
9551 * configure: Regenerate.
9552 * Makefile.tpl: Abolish .NOTPARALLEL.
9553 * Makefile.in: Regenerate.
9554
e89fbdfe
NN
9555 * Makefile.tpl: Replace {build,host,target}_canonical by
9556 {build,host,target}.
9557 * Makefile.in: Regenerate.
9558
01b759aa
NN
9559 * Makefile.tpl: Fix stupid pasto.
9560 * Makefile.in: Regenerate.
9561
f7dae026
NN
95622003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9563
9564 * Makefile.tpl: Remove bogus conditional.
9565 * Makefile.in: Regenerate.
9566
95672003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
9568
9569 * Makefile.tpl (profiledbootstrap): New target.
9570 * Makefile.in (profiledbootstrap): New target.
9571
2ffc3e73 95722003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
9573
9574 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9575 Pinski. Remove user names from other bugzilla-only maintainers.
9576
1a1e6b96
NN
95772003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9578
1358ccea
NN
9579 * Makefile.tpl: Make 'recursive targets' using autogen rather
9580 than shell loop. Remove duplicate 'clean' targets and false
9581 comments.
9582 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9583 Add systematic method of specifying missing targets in subdirs.
9584 Add copyright boilerplate.
9585 * Makefile.in: Regenerate.
9586 * configure.in: Add 'recursive targets' to maybe list.
9587 * configure: Regenerate.
9588
ae74ed1f
NN
9589 * MAINTAINERS: "GNATS only" -> "Bug database only".
9590
1a1e6b96
NN
9591 * Makefile.tpl: Rename [+target+] to [+make_target+].
9592 * Makefile.def: Rename 'target' to 'make_target'.
9593
c79af3fa
NB
95942003-05-31 Neil Booth <neil@daikokuya.co.uk>
9595
9596 * MAINTAINERS: Add self as options handling maintainer.
9597
39d85b61
MM
95982003-05-28 Michael Meissner <gnu@the-meissners.org>
9599
9600 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9601 been too long since I touched those ports.
9602
afc2b62d
DD
96032003-05-28 DJ Delorie <dj@redhat.com>
9604
9605 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9606 * Makefile.in: Regenerate.
9607
df445104
MR
96082003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9609
9610 * configure.in: Use curly braces in the definition of tooldir.
9611 * configure: Regenerate.
9612
2eb98e5d 96132003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 9614
2eb98e5d
DD
9615 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9616 newlib or libgloss.
9617 * Makefile.in: Regenerate.
9618
862fced8
DD
96192003-05-21 DJ Delorie <dj@redhat.com>
9620
9621 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9622 * Makefile.in: Regenerate.
9623
fc351800
ILT
96242003-05-20 Ian Lance Taylor <ian@airs.com>
9625
9626 * MAINTAINERS: Update my e-mail address.
9627
7e2dbcef
NN
96282003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9629
9630 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 9631 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
9632 Factor out common code from autogen IF statements.
9633 * configure: Regenerate.
9634 * Makefile.in: Regenerate.
9635
f2a0e225
KC
96362003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9637
9638 * configure.in: Accept i[3456789]86 for machine type.
9639 * configure: Regenerate.
9640
8b87bb96
NN
96412003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9642
9643 * configure.in: Switch more things to use maybe dependencies.
9644 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9645 * configure: Regenerate.
9646 * Makefile.tpl: Switch more things to use maybe dependencies.
9647 * Makefile.in: Regenerate.
9648
fdb882bc 96492003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
9650
9651 * Makefile.tpl (install-opcodes): Define.
9652 * Makefile.in: Rebuild.
9653
f7c50032
AJ
96542003-05-13 Andreas Jaeger <aj@suse.de>
9655
9656 * config.guess: Update to 2003-05-09 version.
9657 * config.sub: Update to 2003-05-09 version.
9658
dce2d8b2 96592003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
9660
9661 * configure.in: Correct sed script so that options in quotes are not
9662 deleted.
9663 * configure: Rebuild.
9664
aa8f1f57
CV
96652003-05-12 Corinna Vinschen <corinna@vinschen.de>
9666
9667 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9668 and $$s/newlib/libc/sys/cygwin32 include paths.
9669 * configure: Ditto.
9670
0c130f81
MM
96712003-05-12 Michael Meissner <gnu@the-meissners.org>
9672
9673 * MAINTAINERS: Update my email addresses.
9674
aa1a100b
EB
96752003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9676
9677 * config-ml.in: Propagate INSTALL variables.
f7c50032 9678
87861833
GP
96792003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9680
9681 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9682
de722255
CD
96832003-05-02 Chris Demetriou <cgd@broadcom.com>
9684
6eb95e99
ZW
9685 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9686 * Makefile.in: Regenerate.
de722255 9687
96c4a002
WB
96882003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9689
9690 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9691
55b15a11
WB
96922003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9693
9694 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9695
0c227849
DJ
96962003-04-27 Daniel Jacobowitz <drow@mvista.com>
9697
9698 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9699 * Makefile.in: Regenerated.
9700
d45148c1
WB
97012003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9702
9703 * MAINTAINERS (Write After Approval): Upgrade myself from
9704 GNATS only to write-after-approval. Update my mail address.
9705
dce2d8b2 97062003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
9707
9708 (OS Port Maintainers: freebsd): Add myself.
9709
438f50c3
MM
97102003-04-22 Mark Mitchell <mark@codesourcery.com>
9711
9712 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9713
9074e169
KJ
97142003-04-22 Kean Johnston <jkj@sco.com>
9715
9716 * MAINTAINERS (SCO ports): Added myself.
9717
dfd39a2e
NS
97182003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9719
9720 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9721
ccbae82a
KJ
97222003-04-19 Kean Johnston <jkj@sco.com>
9723
9724 * MAINTAINERS (Write After Approval): Add myself.
9725
2f50999f
GP
97262003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9727
9728 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9729 * Makefile.in: Regenerate.
9730
e9b84181
JJ
97312003-04-18 Jakub Jelinek <jakub@redhat.com>
9732
9733 * configure.in (powerpc64*-*-linux*): Remove.
9734 * configure: Rebuilt.
9735
1ca4c6e1
PE
97362003-04-17 Phil Edwards <pme@gcc.gnu.org>
9737
9738 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9739 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9740 and restrap.
9741 * Makefile.in: Regenerate.
9742
0590b963
RE
97432003-04-16 Richard Earnshaw <rearnsha@arm.com>
9744
9745 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9746 * configure: Regenerated.
9747
ff41a56f
DD
97482003-04-15 DJ Delorie <dj@redhat.com>
9749
9750 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9751
50d440bc
NC
97522003-04-13 Nick Clifton <nickc@redhat.com>
9753
9754 * config-ml.in: Remove support for --disable-aix removing
9755 call-aix multilibs.
9756
b1e0a93e
AO
97572003-04-10 Alexandre Oliva <aoliva@redhat.com>
9758
9759 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9760 * */configure: Rebuilt.
9761
71fb704d
JS
97622003-04-08 Joel Sherrill <joel@oarcorp.com>
9763
9764 * MAINTAINERS: Add my email address.
9765
3897ea90
OH
97662003-03-17 Olivier Hainque <hainque@act-europe.fr>
9767
9768 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 9769
93c834b7
NN
97702003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9771
9772 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9773 * Makefile.in: Regenerate.
9774
82c34dcb
MC
97752003-03-14 Michael Chastain <mec@shout.net>
9776
9777 * Makefile.in: Regenerate with correct Makefile.def.
9778
73458fb7
NN
97792003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9780
9781 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9782 Make macro.
9783 * Makefile.in: Regenerate.
9784 * configure.in: Clean up gxx_include_dir logic.
9785 * configure: Regenerate.
9786
32cf27e5
AE
97872003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9788
9789 * MAINTAINERS (Write After Approval): Add myself.
9790
c727e7a0
BE
97912003-03-10 Ben Elliston <bje@wasabisystems.com>
9792
9793 * MAINTAINERS: Update my mail address.
9794
9a27ac7a
FS
97952003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9796
9797 * configure.in (gxx_include_dir): Fix typo.
9798 * configure: Regenerated.
9799
3aa83176
NN
98002003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9801
9802 * Makefile.tpl: Reindent.
9803 * Makefile.in: Regenerate.
9804 * configure.in: Reindent. Don't set unused variables.
9805 * configure: Regenerate.
9806
9124bc53
DJ
98072003-03-04 Daniel Jacobowitz <drow@mvista.com>
9808
9809 * configure.in: Include $(build_tooldir)/sys-include in
9810 FLAGS_FOR_TARGET.
9811 * configure: Regenerated.
9812
cb543528
NN
98132003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9814
c858bf1e
NN
9815 * Makefile.tpl: Always pass down RANLIB.
9816 * Makefile.in: Regenerate.
9817
aa9c3ab4
NN
9818 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9819 * Makefile.in: Regenerate.
9820 * configure.in: Remove unused logic relating to --enable-shared
9821 and --enable-threads. Remove bogus comments. Remove redundant
9822 noconfigdirs.
9823 * configure: Regenerate.
9824
cb543528
NN
9825 * configure.in: Replace ${libstdcxx_version} by its value.
9826 Remove reference to mh-dgux.
9827 * configure: Regenerate.
9828
53f70c1b
KB
98292003-03-03 Kevin Buettner <kevinb@redhat.com>
9830
9831 * MAINTAINERS (Write After Approval): Add myself.
9832
df0f0674
NN
98332003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9834
9835 * Makefile.tpl: Rearrange.
9836 * Makefile.in: Regenerate.
9837
dce2d8b2 98382003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
9839
9840 * configure.in: Add support for kaOS as cross build target system.
9841 * configure: Regenerated.
9842
a7a287eb
SB
98432003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9844
9845 * MAINTAINERS (Write after approval): Add myself.
9846
ff00c8a2
JW
98472003-02-21 James E Wilson <wilson@tuliptree.org>
9848
9849 * MAINTAINERS: Update my email address.
9850
abb2db7a
ZW
98512003-02-21 Zack Weinberg <zack@codesourcery.com>
9852
9853 * MAINTAINERS: Add self to blanket write privs. section.
9854
e9f2dc3b
SM
98552003-02-20 Sean McNeil <sean@blue.mcneil.com>
9856
9857 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9858 configure-target-* as some target builds may require additional
9859 flags for preprocessor tests.
9860 * Makefile.in: Regenerated.
9861
ee03dc5e
AO
98622003-02-19 Alexandre Oliva <aoliva@redhat.com>
9863
11856278
AO
9864 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9865 * ltconfig: Handle it.
9866 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9867 auto-detecting it.
9868
274aef32
AO
9869 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9870 it is used as argument to $CC.
9871 * ltcf-gcj.sh: Likewise.
9872
ee03dc5e
AO
9873 * configure.in: Introduce --enable-maintainer-mode.
9874 * configure: Rebuilt.
9875 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9876 for maintainer mode.
9877 * Makefile.in: Rebuilt.
9878
30db8e17
JM
98792003-02-18 Jason Merrill <jason@redhat.com>
9880
9881 * Makefile.tpl (check-c++): Allow parallelism.
9882
cab60ac6
GP
98832003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9884
9885 * MAINTAINERS: Remove John Carr (who never actually had access to
9886 gcc.gnu.org).
9887
c8e5d1af
GK
98882003-02-15 Geoffrey Keating <geoffk@apple.com>
9889
9890 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9891 don't configure target-libobjc.
9892 * configure: Regenerate.
9893
70f91f50
RO
98942003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9895
9896 * Makefile.tpl (RANLIB): Define.
9897 * Makefile.in: Regenerate.
9898
669e9062
LB
98992003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9900
9901 * MAINTAINERS: Update my email.
abb2db7a 9902
61b56b2e
KS
99032003-02-06 Keith R Seitz <keiths@redhat.com>
9904
9905 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9906 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9907 * Makefile.in: Regenerated.
9908 * configure.in: Remove all traces of snavigator, db, and grep.
9909 * configure: Regenerated.
9910
a1ba6e15
GP
99112003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9912
9913 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9914 After Approval.
9915
f5f2cce5
CC
99162003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9917
9918 * MAINTAINERS (Write after approval): Add myself.
9919
ba49f6f1
FCE
99202003-01-31 Frank Ch. Eigler <fche@redhat.com>
9921
9922 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9923 * Makefile.in: Regenerated.
9924
ccf9f10c
RS
99252003-01-30 Roger Sayle <roger@eyesopen.com>
9926
9927 * config.guess: Updated to 2003-01-30's version.
9928 * config.sub: Updated to 2003-01-28's version.
9929
a693735b
AO
99302003-01-30 Alexandre Oliva <aoliva@redhat.com>
9931
9932 * config.if: If gcc_version is already set, just use it. Don't set
9933 gcc_version_trigger if it's already set, otherwise set it to
9934 gcc/version.c, but only if the file exists. If it is not set and
9935 gcc/version.c does not exist, try to extract the version number from
9936 $CC.
9937
204c43d6
AT
99382003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9939
abb2db7a 9940 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 9941
842e91ec
PE
99422003-01-27 Phil Edwards <pme@gcc.gnu.org>
9943
9944 * configure.in: Revert 24Jan change.
9945 * configure: Regenerate.
9946
6b99984e
GP
99472003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9948
9949 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9950 entry of HJ Lu.
9951
806e0935
NN
99522003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9953
9954 * configure.in: Revert previous change.
9955 * configure: Regenerate.
9956
307a9864
NN
99572003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9958
9959 * configure.in: Make rda native-only.
9960 * configure: Regenerate.
9961
02ba6302
VR
99622003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9963
9964 * MAINTAINERS: Move myself from GNATS-only-accounts to
9965 write-after-approval.
9966
77d187bc
NN
99672003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9968
9969 * configure.in: Add missing \.
9970 * configure: Rebuilt.
9971
a94a2d4c
JJ
99722003-01-17 Jakub Jelinek <jakub@redhat.com>
9973
9974 * configure.in (baseargs): Avoid using \| in sed regular
9975 expressions.
9976 * configure: Rebuilt.
9977
73f84924
JJ
99782003-01-16 Jakub Jelinek <jakub@redhat.com>
9979
9980 * configure.in (baseargs): Remove all supported forms of
9981 --cache-file, --srcdir, --host, --build and --target options
9982 from argument lists.
9983 * configure: Rebuilt.
9984
8c12fc63
JZ
99852003-01-15 Josef Zlomek <zlomekj@suse.cz>
9986
9987 * MAINTAINERS: Add myself to write-after-approval list.
9988
7c005a3a
AO
99892003-01-15 Alexandre Oliva <aoliva@redhat.com>
9990
9991 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9992 * configure: Rebuilt.
9993
3dfabf63
NN
99942003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9995
9996 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9997 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9998 * Makefile.in: Regenerate.
9999 * configure: Regenerate.
10000
cf53ae10
AO
100012003-01-09 Alexandre Oliva <aoliva@redhat.com>
10002
10003 * configure.in: Remove Makefile in build, host and target modules
10004 unless configure was run with --no-recursion.
10005 * configure: Rebuilt.
10006
3fbe8e4a
CC
100072003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10008
10009 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10010 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10011 * Makefile.in: Regenerate.
10012
66e2aa7d
CD
100132003-01-08 Chris Demetriou <cgd@broadcom.com>
10014
10015 * config.guess: Update to 2003-01-03 version.
10016 * config.sub: Update to 2003-01-03 version.
10017
b5038cfb
CF
100182003-01-07 Christopher Faylor <cgf@redhat.com>
10019
10020 * configure: Regenerate with proper autoconf 2.13.
10021
d02c69be
CF
100222003-01-07 Christopher Faylor <cgf@redhat.com>
10023
10024 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 10025 * configure: Regenerate.
d02c69be 10026
e914a571
AC
100272003-01-06 Andrew Cagney <ac131313@redhat.com>
10028
10029 * configure.in (GDB_TK): Add tcl directories conditional on
10030 gdb/gdbtk directory being present.
10031 * configure: Regenerate.
abb2db7a 10032
dce2d8b2 100332003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 10034
dce2d8b2
EB
10035 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10036 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
10037 * configure: Rebuilt.
10038
89a7012a
TT
100392002-12-31 Tom Tromey <tromey@redhat.com>
10040
10041 * Makefile.in: Rebuilt.
10042 * Makefile.def (target_modules) [libffi]: Allow installation.
10043
3f4f56e2
AS
100442002-12-31 Andreas Schwab <schwab@suse.de>
10045
10046 * configure.in: Fix use of $program_transform_name.
10047 * configure: Regenerated.
10048
6c1b8d0a
DJ
100492002-12-30 Daniel Jacobowitz <drow@mvista.com>
10050
10051 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 10052 * configure: Regenerated.
6c1b8d0a 10053
c5120911
AO
100542002-12-29 Alexandre Oliva <aoliva@redhat.com>
10055
10056 * Makefile.tpl (local-distclean): Don't remove...
10057 (multilib.ts): ... this. Moved into...
10058 (multilib.out): ... this. Don't use sub-make.
10059 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10060 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10061 (configure-build-[+module+], configure-[+module+],
10062 configure-target-[+module+], configure-gcc): ... these. Test
10063 for Makefile existence. Drop config.status from dependencies.
10064 * Makefile.in: Rebuilt.
10065 * configure.in: Move gcc-version-trigger to the end of
10066 ac_configure_args. Add comments to maybedep.tmp and
10067 serdep.tmp. Introduce --disable-serial-configure. Remove
10068 nonopt from baseargs, matching and removing corresponding
10069 whitespace while at it.
10070 * configure: Rebuilt.
10071
e245b0ea
AO
100722002-12-28 Alexandre Oliva <aoliva@redhat.com>
10073
903de295
AO
10074 * configure.in (host_configargs): Replace reference to
10075 no-longer-defined buildopts with --build=${build_alias}.
10076 * configure: Rebuilt.
10077
e245b0ea
AO
10078 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10079 program_transform_name to standard idiom.
10080 (AUTOGEN, AUTOCONF): Define.
10081 (Makefile.in): Use $(AUTOGEN).
10082 (Makefile): Depend on config.status, and use autoconf-style rule to
10083 build it. Move original commands to...
10084 (config.status): ... this new target.
10085 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10086 $(AUTOCONF).
10087 * Makefile.in: Rebuilt.
10088
671aa708
NN
100892002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10090
53fbfb58
NN
10091 * Makefile.tpl: Fix dramatic bustage due to change in
10092 program_transform_name.
10093 * Makefile.in: Regenerate.
10094
10095 * configure.in: Remove unnecessary PATH setting.
10096 * configure: Regnerate.
10097
10098 * configure.in: Don't default to unprefixed tools unless
10099 the native tools will work.
10100 * configure: Regenerate.
10101
671aa708
NN
10102 * configure.in: Convert to autoconf script. Blow away lots
10103 of now-redundant Makefile fragments.
10104 * configure: Generate using Autoconf.
10105 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10106 * Makefile.in: Regenerate.
10107
57f40826
NN
101082002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10109
3fedb745
NN
10110 * configure: Fix stupid bug where RANLIB was mistakenly included.
10111
abb2db7a 10112 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
10113 (build_configargs, host_configargs, target_configargs).
10114
10115 * configure.in: Move logic out of sed statement.
10116
abb2db7a 10117 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
10118 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10119
315fa0f4
SS
101202002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10121
10122 * config.sub: Import from master repository
10123 * config.guess: Ditto
10124
45aff44f
AS
101252002-12-24 Andreas Schwab <schwab@suse.de>
10126
10127 * Makefile.tpl (multilib.out): Fix missing space.
10128 * Makefile.in: Regenerate.
10129
88b5521b
NN
101302002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10131
10132 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10133 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10134 * Makefile.in: Regenerate.
10135 * configure.in: Remove unnecessary leftovers.
10136
2a726918
GK
101372002-12-21 Geoffrey Keating <geoffk@apple.com>
10138
10139 * configure.in (extra_ranlibflags_for_target): New variable.
10140 (*-*-darwin): Add -c to ranlib commands.
10141 * configure (tooldir): Handle extra_ranlibflags_for_target.
10142
aace3269 101432002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
10144
10145 * Makefile.tpl: Revert HJL's change.
10146 * Makefile.in: Regenerated.
10147 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10148 always.
10149
f0895142
AS
101502002-12-19 Andreas Schwab <schwab@suse.de>
10151
10152 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10153 * Makefile.in: Regenerate.
10154
dce2d8b2 101552002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
10156
10157 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10158 * Makefile.in: Regenerated.
10159
10160 * configure.in (build_prefix): New. Substitute.
10161
212f6dd0
NN
101622002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10163
79308c5d
NN
10164 * Makefile.tpl: Don't let real targets depend on phony targets.
10165 * Makefile.in: Regenerate.
10166
212f6dd0
NN
10167 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10168 * Makefile.in: Regenerate.
10169
ab17919f
SS
101702002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10171
10172 * config.sub: Import from master repository
10173 * config.guess: Ditto
10174
5ecf91d1
JM
101752002-12-16 Jason Merrill <jason@redhat.com>
10176
10177 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10178 previous 'make bootstrap'.
10179 * Makefile.in: Regenerate.
10180
d8437e1b
HPN
101812002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10182
10183 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10184
4977bab6
ZW
101852002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10186
10187 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10188 * Makefile.in: Regenerate.
10189
0edcfdcb
JM
101902002-12-13 Jason Merrill <jason@redhat.com>
10191
6248218a 10192 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
10193 library tests.
10194 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
10195 * Makefile.in: Regenerate.
10196
4977bab6
ZW
101972002-12-12 Alexandre Oliva <aoliva@redhat.com>
10198
10199 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10200 * Makefile.in: Rebuilt.
10201
f87505dd
AO
102022002-12-12 Alexandre Oliva <aoliva@redhat.com>
10203
10204 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10205
4977bab6
ZW
102062002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10207
10208 * configure: Fix bug put in by gremlins.
10209
10210 * Makefile.tpl: Substitute more autoconfily.
10211 * configure: Substitute more autoconfily.
10212 * Makefile.in: Regenerate.
10213
7f0db92a
SS
102142002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10215
10216 * config.sub: Import from master repository
10217 * config.guess: Ditto
10218 * MAINTAINERS: Added Svein Seldal under write after approval
10219
4977bab6
ZW
102202002-12-08 Andrew Cagney <ac131313@redhat.com>
10221
10222 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10223 * Makefile.in (all-sim): Ditto.
10224
102252002-12-06 DJ Delorie <dj@redhat.com>
10226
10227 * Makefile.tpl: Change configure dependencies to not have real
10228 targets depend on phony targets.
10229
102302002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10231
10232 * configure.in: Revert unintentional change.
10233
10234 * Makefile.tpl: Change dependency for */multilib.out so that
10235 it works when gcc isn't in the tree.
10236
10237 * configure.in: Substitute more.
10238 * configure: Run subconfigures from the Makefile.
10239 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10240 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10241
67f1b906
GP
102422002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10243
10244 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10245
4977bab6
ZW
102462002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10247
10248 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10249 and corresponding dependencies.
10250 * Makefile.in: Regenerate.
10251
10252 * configure.in (host_tools): Order binutils, gas and ld for
10253 convenience in running the testsuites.
10254
10255 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10256 * Makefile.in: Regenerate.
10257 * configure.in: Introduce rules to serialize subconfigure runs.
10258
10259 * configure.in: Introduce BASE_CC_FOR_TARGET.
10260 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10261 Realize configure-build-* targets. Realize configure-target-* targets.
10262 * Makefile.in: Regenerate.
10263
102642002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10265
10266 * configure: Move gcc_version_trigger stuff from here...
10267 * configure.in: ...to here.
10268
10269 * configure.in: Separate subconfigure options added by this file from
10270 options given by the user. Add machinery to put args for host
10271 subconfigures into the Makefile.
10272
10273 * Makefile.tpl: Remove 'vault' targets.
10274 * Makefile.tpl: Reorder and comment dependencies.
10275 * Makefile.in: Regenerate.
10276
102772002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10278 * configure.in: Fix my broken commit of previous patch. (sigh)
10279
743f054e
GK
102802002-11-28 Geoffrey Keating <geoffk@apple.com>
10281
10282 * configure.in: Move host-specific darwin noconfigdirs into
10283 the host-specific section.
10284
4977bab6
ZW
102852002-11-28 Geoffrey Keating <geoffk@apple.com>
10286
10287 * configure.in: Move host-specific darwin noconfigdirs into
10288 the host-specific section.
10289
102902002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10291
10292 * configure: Remove skip-this-dir support.
10293 * Makefile.tpl: Remove skip-this-dir support.
10294
10295 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10296 subdirectories.
10297 * Makefile.in: Regenerate.
10298
10299 * Makefile.tpl: Strip out useless setting of 'dir'.
10300 * Makefile.in: Regenerate.
10301
103022002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10303
10304 * configure.in: Fix deeply stupid bug.
10305
10306 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10307 shell code in CXX_FOR_TARGET
10308 * Makefile.def: Introduce raw_cxx.
10309 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10310 RAW_CXX_FOR_TARGET.
10311 * Makefile.in: Regenerate.
10312
103132002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10314
10315 * Makefile.tpl: Remove unnecessary ifs.
10316 * Makefile.in: Regenerate.
10317
10318 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10319 dependencies. Maybe-ize build-libiberty. Create dummy install
10320 targets for 'no_install' modules.
10321 * configure: Move GDB_TK substitution to configure.in. Move
10322 build_modules stuff to configure.in.
10323 * configure.in: Implement soft dependency machinery. Maybe-ize
10324 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10325 * Makefile.in: Regenerate.
10326
103272002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10328
10329 * Makefile.tpl: Make all-target, install-target behave similarly
10330 to all, install (only hitting configured targets). Eliminate
10331 unused macro defintions.
10332
10333 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10334 build != host.
10335
10336 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10337
10338 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10339
10340 * configure.in: Produce lists of subdir targets we're actually
10341 configuring. Remove references to "dosrel".
10342 * Makefile.tpl: Let configure set which subdir targets are hit.
10343 Remove install-cross; clean up install; remove ALL. Remove
10344 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10345 Autogenerate host module targets. Remove empty dependency lines
10346 and redundant dependency; rearrange slightly.
10347 * Makefile.def: Add host-side libtermcap, utils.
10348
10349 * Makefile.in: Regenerate.
10350
e6226a2f
RO
103512002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10352
10353 * ltconfig (osf[345]): Append $major to soname_spec.
10354 Reflect this in library_names_spec.
10355 * ltmain.sh (osf): Prefix $major with . for use as extension.
10356
3b75d237
AJ
103572002-11-19 Andreas Jaeger <aj@suse.de>
10358
10359 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10360 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10361 and sparc64 GNU/Linux systems.
10362
809108de
NS
103632002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10364
10365 * MAINTAINERS: Update email.
10366
e7e0de7e
GP
103672002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10368
10369 * MAINTAINERS: Complete James Dennett's entry.
10370
f7109dea
EB
103712002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10372
10373 * MAINTAINERS (Write After Approval): Add myself.
10374
d3ac17c9
BK
103752002-11-13 Bruce Korb <bkorb@gnu.org>
10376
10377 * Makefile.tpl: syntactic cleanup
10378
dce2d8b2 103792002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
10380
10381 * MAINTAINERS: Add myself to write-after-approval list.
10382
4977bab6
ZW
103832002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10384
10385 * Makefile.def: Add list of recursive targets to autogenerate.
10386 Add build_modules.
10387 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10388 targets. Autogenerate *-build-* targets.
10389 * Makefile.in: Regenerate.
10390
103912002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10392
10393 * configure: More autoconf-style substitutions.
10394 * Makefile.tpl: More autoconf-style substitutions.
10395 * Makefile.in: Regenerate.
10396
103972002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10398
10399 * configure: Substitute more variables in a more autoconf-friendly
10400 way. Simplify slightly.
10401 * Makefile.tpl: Make more variables substitutable in an
10402 autoconf-friendly way.
10403 * Makefile.in: Regenerate.
10404
d4783999
JW
104052002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10406
10407 * MAINTAINERS (Write After Approval): Add myself.
10408
4977bab6
ZW
104092002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10410
10411 * configure.in (v810*): Remove special setting of tools.
10412
10413 * configure: Add support for extra required flags for ar or nm.
10414 * configure.in (aix4.3+): Use above support for target-specific
10415 issues, rather than using config/mt-aix43.
10416
104172002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10418
10419 * configure: Remove 'removing', which doesn't work. Replace $subdir
10420 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10421 with $srcdir. Reformat indentation. Substitute some variables
10422 formerly hard-coded in the Makefile for build=host.
10423 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10424 * Makefile.def: Autogenerate more.
10425 * Makefile.in: Regenerate.
10426
1c9c903e
AN
104272002-11-04 Adam Nemet <anemet@lnxw.com>
10428
10429 * MAINTAINERS (Write After Approval): Add myself.
10430
40673d2b
KB
104312002-11-04 Kevin Buettner <kevinb@redhat.com>
10432
10433 * Makefile.def (host_modules): Add rda.
10434 * Makefile.in: Regenerate.
10435 * configure.in (target_tool): Add target-rda to list.
10436
42e650ae
GP
104372002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10438
10439 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10440
e004b81f
PE
104412002-10-25 Phil Edwards <pme@gcc.gnu.org>
10442
10443 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10444 and restrap targets to this rule.
10445 * Makefile.in: Regenerate.
10446
06bd49b1
GP
104472002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10448
10449 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10450 GNATS only accounts.
10451
d0af82b0
HPN
104522002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10453
10454 * configure.in (i[3456]86-*-linux*): Add check to disable
10455 ${libgcj} for glibc1.
10456
10782654
DC
104572002-10-24 Denis Chertykov <denisc@overta.ru>
10458
10459 * MAINTAINERS: Add myself as ip2k port maintainer.
10460
a5a438f5
SS
104612002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10462
10463 * configure.in: Add tic4x target.
10464
fe3d5b7f
NN
104652002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10466
aba8a494
NN
10467 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10468 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10469 * Makefile.in: Regenerate.
10470
fe3d5b7f
NN
10471 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10472 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10473 * Makefile.in: Regenerate.
10474
a6ad79e7
JJ
104752002-10-02 Janis Johnson <janis187@us.ibm.com>
10476
10477 * MAINTAINERS: Add myself as web pages co-maintainer.
10478
6a8a9058
NN
104792002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10480
10481 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10482 * Makefile.in: Regenerate.
10483
327d975a
ZW
104842002-10-02 Zack Weinberg <zack@codesourcery.com>
10485
10486 * MAINTAINERS: Add myself and Nathan Sidwell
10487 <nathan@codesourcery.com> as VxWorks maintainers.
10488
a5ae8f19 104892002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
10490
10491 * Makefile.def: Remove order dependency comments.
10492 * Makefile.tpl: Add explicit install-install dependencies.
10493 * Makefile.in: Regenerate.
d0f6c823 10494
34c6040c 10495 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 10496 * Makefile.in: Regenerate.
34c6040c 10497
d0f6c823
NN
10498 * Makefile.tpl: Add configure-target (for src-release in src)
10499 * Makefile.in: Regenerate.
10500
50bd210b
NC
105012002-09-30 Nick Clifton <nickc@redhat.com>
10502
10503 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10504
ca25149e
UW
105052002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10506
10507 * configure.in (s390*-*-linux*): Enable libgcj.
10508
dd30b57d
NN
105092002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10510
9e60a678
NN
10511 * configure: Revert accidentally applied changes.
10512
dd30b57d
NN
10513 * Makefile.tpl: Make more autoconf-friendly.
10514 * Makefile.in: Regenerate.
10515 * configure: Make substitution more autoconf-like.
10516
5831424e
RE
105172002-09-28 Richard Earnshaw <rearnsha@arm.com>
10518
10519 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10520 single entry to handle all these.
10521 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10522 libjava on arm-*-elf.
10523
b7f3b15b
GK
105242002-09-27 Geoffrey Keating <geoffk@apple.com>
10525
10526 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10527 things that depend on them.
10528
0dffceed
NN
105292002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10530
10531 * Makefile.tpl: Make subsituted variables more autoconfy.
10532 * Makefile.in: Regenerate.
10533 * configure: Make seds more autoconfy.
10534
1db75a86 105352002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
10536
10537 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10538 * Makefile.in: Regenerate.
10539 * configure.in: Rewrite sed statements to look autoconfy.
10540
1db75a86
NN
10541 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10542 all-target-foo on configure-target-foo.
10543 * Makefile.def: Ditto.
10544 * Makefile.in: Rebuild.
10545
741a4e89
AH
105462002-09-25 Andrew Haley <aph@redhat.com>
10547
10548 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10549
95ddd785
NN
105502002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10551
10552 * Makefile.def: New file.
10553 * Makefile.tpl: New file.
10554 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10555 * contrib/gcc_update: Note that Makefile.in is a generated file.
10556
10557 * configure.in: Minor rearrangement. Simplify tests.
10558
65a824f6
JT
105592002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10560
10561 * configure.in (with_headers): Skip copy if value is "yes".
10562 (with_libs): Likewise.
10563
51270f0a 105642002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
10565
10566 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10567 * configure.in (sh*-*-pe*): Ditto.
10568 * configure.in (mips*-*-pe*): Ditto.
10569 * configure.in (*arm-wince-pe): Ditto.
10570
8f89dbf4
NN
10571 * configure.in: Rearrange.
10572
c1b8db3f
KH
105732002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10574
10575 * MAINTAINERS: Update my email address.
10576
341f0575
PK
105772002-08-30 Paul Koning <pkoning@equallogic.com>
10578
10579 * MAINTAINERS: (Write After Approval): Add myself.
10580
d2e06980
GK
105812002-08-29 Geoffrey Keating <geoffk@redhat.com>
10582
10583 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10584
4906d5d8
GK
105852002-08-24 Geoffrey Keating <geoffk@redhat.com>
10586
10587 * MAINTAINERS: Change my mailing address.
10588
e9a25cc8
PC
105892002-08-21 Paolo Carlini <pcarlini@unitus.it>
10590
10591 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 10592 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 10593
dce2d8b2 105942002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
10595
10596 * MAINTAINERS (Write After Approval): Remove myself.
10597 (Various Maintainers: c++ runtime libs): Add myself.
10598
5ce6f47b
EC
105992002-08-15 Eric Christopher <echristo@redhat.com>
10600
10601 * config.sub: Import from master repository.
10602 * config.guess: Ditto.
10603
7f9317f0
AO
106042002-08-19 Alexandre Oliva <aoliva@redhat.com>
10605
10606 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10607 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10608 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10609
7aecca3d
AH
106102002-08-16 Aldy Hernandez <aldyh@redhat.com>
10611
10612 * MAINTAINERS: Add self to rs6000 vector extensions.
10613
8ea4b195
AO
106142002-08-15 Alexandre Oliva <aoliva@redhat.com>
10615
10616 * libiberty/configure: Reverted unintended yesterday's check in.
10617
f5cc59a7
AO
106182002-08-14 Alexandre Oliva <aoliva@redhat.com>
10619
10620 * boehm-gc/configure, libf2c/configure: Rebuilt.
10621 * libffi/configure, libiberty/configure: Ditto.
10622 * libjava/configure, libobjc/configure: Ditto.
10623 * libstdc++-v3/configure, zlib/configure: Ditto.
10624 Merged from binutils:
10625 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10626 From Steve Ellcey <sje@cup.hp.com>:
10627 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10628 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10629 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10630 IA64.
10631 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10632 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10633 soname_spec, sys_lib_search_path_spec): Ditto.
10634
dce2d8b2 106352002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
10636
10637 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10638
2ff34870
L
106392002-08-04 H.J. Lu (hjl@gnu.org)
10640
10641 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10642
a014f2fe
KW
106432002-08-02 Krister Walfridsson <cato@df.lth.se>
10644
10645 * MAINTAINERS (Write After Approval): Add myself.
10646
c01d477a
AM
106472002-07-31 Alan Modra <amodra@bigpond.net.au>
10648
10649 * configure.in: Move generic linux case to end. Copy generic
10650 linux noconfigdirs to mips*-*-linux* entry and new
10651 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10652
68cd2524
MM
106532002-07-19 Michael Matz <matz@suse.de>
10654
10655 * MAINTAINERS: Add myself as ra* maintainer.
10656
e2d83b8c
CD
106572002-07-16 Chris Demetriou <cgd@broadcom.com>
10658
10659 * config.guess: Update to 2002-07-09 version.
10660 * config.sub: Update to 2002-07-03 version.
10661
cece4f1d
HPN
106622002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10663
10664 * MAINTAINERS: Fix typo in a maintainer email address.
10665
bb654703
NN
106662002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10667
10668 * configure.in: Remove two redundant tests.
10669
789b7de5
RO
106702002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10671
10672 * configure.in (mips*-*-irix6*o32): Enable stabs.
10673
e1da1089
NN
106742002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10675
f3970bba
NN
10676 * configure.in: Don't build grez.
10677 * Makefile.in: Ditto.
10678
e1da1089
NN
10679 * Makefile.in: Remove references to bsp, cygmon, libstub.
10680 * configure.in: Ditto.
10681
10682 * configure.in: Remove leftover reference to gdbtest.
10683
57c905fa
PE
106842002-07-08 Phil Edwards <pme@gcc.gnu.org>
10685
10686 * configure.in (gxx_include_dir): Change to match versioned
10687 C++ headers if --enable-version-specific-runtime-libs is used.
10688
a0af94a7 106892002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 10690
a0af94a7
SE
10691 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10692
423ce3eb
NN
106932002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10694
10695 * configure.in: Make --without-x work.
10696
98186934
NN
106972002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10698
c3b7d169
NN
10699 * configure.in: Rearrange target Makefile fragment collection.
10700
98186934
NN
10701 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10702 cvs[src].
10703 * configure.in: Ditto.
10704
eebd288a
MK
107052002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10706
10707 * MAINTAINERS (Write After Approval): Update my e-mail address.
10708
3ab36f05
NN
107092002-06-24 Ben Elliston <bje@redhat.com>
10710
10711 * configure.in (host_tools): Remove cgen.
10712
10713 * Makefile.in (all-cgen): Remove; runs from its source directory.
10714 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 10715 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
10716 (all-sim): Likewise.
10717
dce2d8b2 107182002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
10719
10720 * Makefile.in: Eliminate 'apache' targets.
10721 * configure.in: Eliminate 'apache' targets.
10722
55380b08
NN
10723 * configure.in: Eliminate redundant tests. Reorganize.
10724
9a5c1b9d
NN
10725 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10726
5fd3853a
NN
10727 * config-ml.in: Eliminate references to Cygnus configure.
10728
cfefc434
NN
10729 * Makefile.in: Eliminate references to building emacs.
10730
2fe93885
GS
107312002-06-28 Graham Stott <graham.stott@btinternet.com>
10732
10733 * MAINTAINERS: Update my email address.
10734
53c40185
BK
107352002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10736
10737 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 10738 (cxx_incdir): Remove.
53c40185 10739
97679694
NN
107402002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10741
10742 * MAINTAINERS (Write After Approval): Add self.
10743
b03bcd37
DC
10744Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10745
10746 * configure.in: Add support for ip2k.
10747
6bd12129
NN
107482002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10749
10750 * configure.in: Fix AIX configury bug.
10751
e0d98a92
SE
107522002-06-20 Steve Ellcey <sje@cup.hp.com>
10753
10754 * MAINTAINERS (Write After Approval): Add self.
10755
ba3292db
NN
107562002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10757
ef40bc65
NN
10758 * configure.in: replace ${topsrcdir} with ${srcdir}
10759
7a0be465
NN
10760 * configure.in: Move definition of libstdcxx_flags
10761 right above usage, rather than waaay earlier.
10762
e1848dde
NN
10763 * configure.in: Pull definition of is_cross_compiler earlier.
10764
8bc2fff1
NN
10765 * configure.in: Rearrange a little.
10766
ba3292db
NN
10767 * configure.in: Remove references to librx.
10768 * Makefile.in: Remove references to librx.
10769
11d8b408
DC
10770Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10771
10772 * config.sub: Add support for avr target.
10773 Import from master sources, rev 1.255
5ce6f47b 10774
93da8339
PE
107752002-06-19 Phil Edwards <pme@gcc.gnu.org>
10776
10777 * configure, .cvsignore: Revert previous change...
10778 * Makefile: ...delete.
10779
b4caab5c
NN
107802002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10781
10782 * configure.in: Eliminate ${gasdir} variable.
10783
ee777171
DB
107842002-06-18 Dave Brolley <brolley@redhat.com>
10785
10786 * configure.in: Add support for frv.
10787 * config.sub: Add support for frv.
10788
26e4af54
PE
107892002-06-18 Phil Edwards <pme@gcc.gnu.org>
10790
10791 * configure: Remove garbage from previous commit.
10792
bb20b7da
PE
107932002-06-18 Phil Edwards <pme@gcc.gnu.org>
10794
10795 * configure: For in-source builds, make a subdir and re-exec there.
10796 * Makefile: New file. Pass targets through to build directory.
10797 * .cvsignore: No longer ignore "Makefile".
10798
9d321f6c
DR
107992002-06-16 Douglas Rupp <rupp@gnat.com>
10800
10801 * MAINTAINERS (Write After Approval): Add self.
10802
c8eb2bc0
KG
108032002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10804
10805 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10806
f210d239
JT
108072002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10808
10809 * configure.in (vax-*-netbsd*): Re-enable gas.
10810
e9667b3c
NN
108112002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10812
efe1f357
NN
10813 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10814 BUILD_PREFIX_1, to correct nomenclature.
10815 * configure: Likewise.
10816
e9667b3c
NN
10817 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10818 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10819
fe2fe497
OH
108202002-05-31 Olaf Hering <olh@suse.de>
10821
10822 * config-ml.in: Propogate DESTDIR also.
10823
dcf7f0dd
JT
108242002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10825
10826 * configure.in (vax-*-netbsd*): Don't build gas for this
10827 platform.
10828
6ff14f32
MM
108292002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10830
10831 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10832 and libgcj for AVR.
10833
397de1ff
KK
108342002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10835
10836 * MAINTAINERS (Write After Approval): Add myself.
10837
ac30211c
JT
108382002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10839
10840 * config.guess: Update to 2002-05-22 version.
10841 * config.sub: Likewise.
10842
1e6347d8
RO
108432002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10844
10845 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10846 * config-ml.in: Likewise.
10847 * configure: Likewise.
10848 * configure.in: Likewise.
10849
e5ce1d6d
SC
108502002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10851
10852 * MAINTAINERS: Update my email address.
10853
6cdef75d
NN
108542002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10855
4a87f061
NN
10856 * configure.in: Simplify makefile fragment collection.
10857
10858 * configure.in: Remove code to build emacs.
603606e7 10859
e254d6b5
NN
10860 * configure.in : Remove --srcdir argument from targargs and buildargs
10861 (it's always overridden in the Makefile anyway). Rearrange a bit.
10862
10863 * configure: Move some logic to configure.in.
10864 * configure.in: Move some logic from configure.
6cdef75d 10865
1d6006fe
TT
108662002-05-11 Tom Tromey <tromey@redhat.com>
10867
10868 * MAINTAINERS: Reflect libgcj reality.
10869
b70b3534
FS
108702002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10871
10872 * Makefile.in: Honour DESTDIR.
10873
4434687a
MM
108742002-05-08 Mark Mitchell <mark@codesourcery.com>
10875
10876 * config.guess: Import 2002-03-20 version.
10877 * config.sub: Import 2002-04-26 version.
10878
a89e49c7
RO
108792002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10880
10881 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10882
44e55536
TJ
108832002-05-07 Tim Josling <tej@melbpc.org.au>
10884
10885 * MAINTAINERS: Add self.
10886
dce2d8b2 108872002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
10888
10889 * ltmain.sh: Detect and handle object name conflicts
10890 while piecewise linking a static library.
10891
b7c13625
AO
108922002-05-05 Alexandre Oliva <aoliva@redhat.com>
10893
10894 * configure.in (noconfigdirs): Don't disable libgcj on
10895 sparc64-*-solaris* and sparcv9-*-solaris*.
10896
4182d9fa
AO
108972002-05-03 Alexandre Oliva <aoliva@redhat.com>
10898
10899 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10900
7bebf279
TF
109012002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10902
10903 * configure.in (FLAGS_FOR_TARGET): Do not add
10904 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10905 on i[3456]86-*-linux*.
10906
9a06dc7d
TF
109072002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10908
10909 * configure.in (noconfigdirs): Replace [ ] with test.
10910
10911 * configure.in (noconfigdirs): Do not add target-newlib if
10912 target == i[3456]86-*-linux*, and host == target.
10913
a51a07fa
NN
109142002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10915
9e7facd6
DD
10916 * configure.in: delete reference to absent file
10917
aeaa0f2f
NN
10918 * configure.in: replace '[' with 'test'
10919
4bb98828
NN
10920 * configure.in: Eliminate references to gash.
10921 * Makefile.in: Eliminate references to gash.
10922
64791664
NN
10923 * configure.in: remove useless references to 'pic' makefile fragments.
10924
3ed57cf4
NN
10925 * configure.in: (*-*-windows*) Finish removing.
10926
a51a07fa
NN
10927 * configure.in: Eliminate redundant test for libgui.
10928
8552f6f1
RS
109292002-04-29 Roger Sayle <roger@eyesopen.com>
10930
10931 * MAINTAINERS: Add self and realphabetize. Update entries
10932 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10933 entry for a29k port maintainer.
10934
dce2d8b2 109352002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
10936
10937 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10938 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10939
704c9a14
NN
109402002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10941
10942 * configure.in: remove references to dead files
10943
7bff5059
MM
109442002-04-19 Mark Mitchell <mark@codesourcery.com>
10945
10946 * MAINTAINERS: Add information about purpose of this file.
10947
0c7c67f0
TT
109482002-04-18 Tom Tromey <tromey@redhat.com>
10949
10950 * configure.in: Disallow configuring libgcj when it is already
10951 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10952 Solaris 2.8 by default. For PR libgcj/6158.
10953
63501e91
NN
109542002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10955
10956 * configure.in: Move default CC setting out of config/mh-* fragments
10957 directly into here.
10958
701afd4d
NN
109592002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10960
10961 * configure.in: don't even try to configure or make a subdirectory
10962 if there's no configure script for it.
10963
07cdae91
MM
109642002-04-15 Mark Mitchell <mark@codesourcery.com>
10965
10966 * MAINTAINERS: Remove chill maintainers.
10967 * Makefile.in (CHILLFLAGS): Remove.
10968 (CHILL_LIB): Remove.
10969 (TARGET_CONFIGDIRS): Remove libchill.
10970 (CHILL_FOR_TARGET): Remove.
10971 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10972 CHILL_LIB.
10973 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10974 (CHECK_TARGET_MODULES): Likewise.
10975 (INSTALL_TARGET_MODULES): Likewise.
10976 (CLEAN_TARGET_MODULES): Likewise.
10977 (configure-target-libchill): Remove.
10978 (all-target-libchill): Remove.
10979 * configure.in (target_libs): Remove target-libchill.
10980 Do not compute CHILL_FOR_TARGET.
10981 * libchill: Remove directory.
5ce6f47b 10982
ab50d72b
DD
109832002-04-11 DJ Delorie <dj@redhat.com>
10984
10985 * Makefile.in, configure.in: Sync with binutils, entries
10986 follow...
10987
0a1e123a
DD
109882002-04-07 Andrew Cagney <ac131313@redhat.com>
10989
10990 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10991 (do-tar, do-bz2): New rules.
10992 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10993 (gdb-tar): New rule.
10994 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10995 (insight_dejagnu.tar): New rule.
10996 (insight.tar): New rule.
10997 (gdb+dejagnu.tar): New rule.
10998 (gdb.tar): New rule.
10999
ab50d72b
DD
110002002-02-01 Mo DeJong <supermo@bayarea.net>
11001
11002 * Makefile.in: Add all-tix to deps for all-snavigator
11003 so that tix is built when building snavigator.
11004
110052002-01-11 Steve Ellcey <sje@cup.hp.com>
11006
11007 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11008 ld and gdb are not supported.
11009
110102002-01-07 Mark Salter <msalter@redhat.com>
11011
11012 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11013 Allow target-libgloss to be built for arm, strongarm, and xscale.
11014
110152001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11016
11017 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11018 options for i[3456]86-pc-linux* native builds.
11019
110202001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11021
11022 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11023 files from .po files for a distribution.
11024
110252001-09-03 Jeff Holcomb <jeffh@redhat.com>
11026
11027 * configure.in: Enable libstdc++-v3 for h8300 targets.
11028
110292001-06-19 Alan Modra <amodra@bigpond.net.au>
11030
11031 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11032 version from bfd/.
11033
11034Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11035
11036 * Makefile.in (VER): When present, extract the version number from
11037 the file version.in.
11038
dce2d8b2 110392001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
11040
11041 * configure.in : enable ld for aix
11042
110432001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11044
11045 * config.guess: Add linux target for S/390.
11046
110472000-11-07 Philip Blundell <pb@futuretv.com>
11048
11049 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11050
110512000-11-03 Philip Blundell <pb@futuretv.com>
11052
11053 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11054 files.
11055
110562001-01-15 Ben Elliston <bje@redhat.com>
11057
11058 * configure.in (host_tools): Add sid.
11059 Always configure cgen.
11060
110612000-11-24 Nick Clifton <nickc@redhat.com>
11062
11063 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11064
ab50d72b
DD
110652000-08-20 Doug Evans <dje@casey.transmeta.com>
11066
11067 * Makefile.in (ALL_MODULES): Add all-cgen.
11068 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11069 (all-cgen): New target.
11070 (all-opcodes,all-sim): Depend on all-cgen.
11071 * configure.in (host_tools): Add cgen.
11072 Only configure cgen if --enable-cgen-maint.
11073
dce2d8b2 110742002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
11075
11076 * configure.in: Add *-*-freebsd* configurations.
11077
90def2b2
TT
110782002-04-08 Tom Tromey <tromey@redhat.com>
11079
11080 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11081 Fixes PR libgcj/6068.
11082
320d7e7a
KW
110832002-03-30 Krister Walfridsson <cato@df.lth.se>
11084
11085 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11086
18b467f1
RO
110872002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11088
11089 * configure.in (alpha*-dec-osf*): Enable libgcj.
11090
dce2d8b2 110912003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
11092
11093 * MAINTAINERS (Write After Approval): Add myself.
11094
56ae9405
NC
110952002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11096
11097 Fix for: PR bootstrap/3591, target/5676
11098 * configure.in (mcore-pe): Disable the configuration of
11099 libstdc++-v3 since exceptions are not supported.
11100
f18d9a0c
AG
111012002-03-20 Anthony Green <green@redhat.com>
11102
11103 * configure.in: Enable libgcj for xscale-elf target.
11104
dce2d8b2 11105Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
11106
11107 * MAINTAINERS: Update my email address.
11108
28eca9e8
AO
111092002-03-16 Alexandre Oliva <aoliva@redhat.com>
11110
11111 * ltmain.sh (relink_command): Fix typo in previous change.
11112
e67e72c7
AO
111132002-03-15 Alexandre Oliva <aoliva@redhat.com>
11114
11115 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11116 (relink_command): Added --tag flags.
11117 (mode=install): If relinking fails; error out.
11118
c2273204
RH
111192002-03-12 Richard Henderson <rth@redhat.com>
11120
11121 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11122 .NOTPARALLEL tag.
11123 (do-check): Rename from check.
11124 (check): Allow parallel check.
11125
bcb64245
BW
111262002-03-12 Bob Wilson <bob.wilson@acm.org>
11127
11128 * MAINTAINERS: Add myself as maintainer for xtensa port.
11129 Fix alphabetical order in CPU port maintainer list.
11130 Remove myself from Write After Approval list.
11131
63adb4ff
RH
111322002-03-11 Richard Henderson <rth@redhat.com>
11133
11134 * Makefile.in (.NOTPARALLEL): Add fake tag.
11135
9bec4bf0
L
111362002-03-07 H.J. Lu (hjl@gnu.org)
11137
11138 * configure.in: Enable gprof for mips*-*-linux*.
11139
c7fc1f84
DS
111402002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11141
11142 * MAINTAINERS (Write After Approval): Add myself.
11143
6bff33fb
AO
111442002-02-28 Alexandre Oliva <aoliva@redhat.com>
11145
11146 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11147 libjava.
11148 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11149
0210b33b
AO
111502002-02-23 Alexandre Oliva <aoliva@redhat.com>
11151
11152 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11153 because its Makefile is there; test for the executable instead.
11154
fcc0a3ef
AO
111552002-02-22 Alexandre Oliva <aoliva@redhat.com>
11156
11157 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11158 libstdc++-v3 and libjava.
11159
dce2d8b2 111602002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
11161
11162 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11163 boehm-gc
5ce6f47b 11164
40fe0ec3
AO
111652002-02-09 Alexandre Oliva <aoliva@redhat.com>
11166
11167 * config.guess: Updated to 2002-01-30's version.
11168 * config.sub: Updated to 2002-02-01's version.
11169 Contribute sh64-elf.
11170 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11171 * configure.in: Added sh64-*-*.
11172
694d53ee
CD
111732002-02-08 Chris Demetriou <cgd@broadcom.com>
11174
11175 * MAINTAINERS: Belatedly add myself to write after approval list.
11176
a9ca50b1
JH
11177Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11178
11179 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11180 Remove self as Write After Approval.
11181
5ffc3500
GK
111822002-01-31 Geoffrey Keating <geoffk@redhat.com>
11183
11184 * MAINTAINERS: Put self in as maintainer for contrib/regression
11185 directory.
11186
4ceaf7fb
PE
111872002-01-28 Phil Edwards <pme@gcc.gnu.org>
11188
11189 * MAINTAINERS: Update my email address.
11190
51584787
JT
111912002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11192
5ce6f47b
EC
11193 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11194 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
11195 libraries if not supported for NetBSD on target CPU.
11196
5701d273
DR
111972002-01-25 Douglas B Rupp <rupp@gnat.com>
11198
11199 * install-sh: Use _inst.$$_ for temp file name.
11200
b299a075
JT
112012002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11202
11203 * MAINTAINERS (Write After Approval): Move my contact info
11204 from here...
11205 (OS Port Maintainers): ...to here (netbsd).
11206
51fe14b5
BW
112072002-01-22 Bob Wilson <bob.wilson@acm.org>
11208
11209 * MAINTAINERS (Write After Approval): Add myself.
11210
dce2d8b2 112112002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
11212
11213 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11214 (all-target-fastjar): Also depend on all-target-libiberty.
11215
3cd87679
L
112162002-01-16 H.J. Lu (hjl@gnu.org)
11217
11218 * config.guess: Import from master sources, rev 1.225.
11219 * config.sub: Import from master sources, rev 1.238.
11220
969a6d8f
KH
112212002-01-16 Kazu Hirata <kazu@hxi.com>
11222
11223 * MAINTAINERS (Write After Approval): Remove myself.
11224
366f6a52
FW
112252001-12-19 Florian Weimer <fw@deneb.enyo.de>
11226
11227 * MAINTAINERS (Write After Approval): Add myself.
11228
f02240b6
JM
112292001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11230
11231 * MAINTAINERS: Add self as docs co-maintainer.
11232
5d08dc39
MK
112332001-12-11 Matthias Klose <doko@debian.org>
11234
11235 * MAINTAINERS (Write After Approval): Add myself.
11236
39e790d5
ZW
112372001-12-09 Zack Weinberg <zack@codesourcery.com>
11238
11239 * MAINTAINERS: Update my email address.
11240
4519d6a3
TC
112412001-12-07 Turly O'Connor <turly@apple.com>
11242 * MAINTAINERS (Write After Approval): Add myself.
11243 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11244 (rs6000_initialize_trampoline): Call __trampoline_setup for
11245 ABI_DARWIN too.
11246 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 11247 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 11248
21cf0a73
PC
112492001-12-07 Paolo Carlini <pcarlini@unitus.it>
11250
11251 * MAINTAINERS (Write After Approval): Add myself.
11252
4ee43206
DR
11253Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11254
11255 * configure, configure.in: Use temp file for long sed commands.
11256
251931f3
LG
112572001-12-03 Laurent Guerby <guerby@acm.org>
11258
11259 * config.sub: Update to version 1.232 on subversion.
11260
03777dd7
BE
112612001-12-03 Ben Elliston <bje@redhat.com>
11262
11263 * MAINTAINERS: Update mail address for config.* patches.
11264
dce2d8b2 112652001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
11266 Zack Weinberg <zack@codesourcery.com>
11267
11268 When build != host, create libiberty for the build machine.
11269
11270 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11271 CONFIG_ARGUMENTS.
11272 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11273 New variables.
11274 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11275 and rules.
11276 (all.normal): Depend on ALL_BUILD_MODULES.
11277 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11278 (all-build-libiberty): Depend on configure-build-libiberty.
11279
11280 * configure: Calculate and substitute proper value for
11281 ALL_BUILD_MODULES.
11282 * configure.in: Create the build subdirectory.
11283 Calculate and substitute TARGET_CONFIGARGS (formerly
11284 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11285
04075e8f
ZL
112862001-11-26 Ziemowit Laski <zlaski@apple.com>
11287
11288 * MAINTAINERS (write-after-approval): Add self.
11289
ed19322d
CR
112902001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11291
11292 * MAINTAINERS (GNATS only accounts): Remove self.
11293
90a12988
HPN
112942001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11295
11296 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11297 libf2c.
11298
77e653ad
CR
112992001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11300
11301 * MAINTAINERS (Write After Approval): Add self.
11302
64adad99
DB
113032001-11-12 David O'Brien <obrien@FreeBSD.org>
11304
11305 * MAINTAINERS: mips and s390 are also CPU ports.
11306
834a28c7
DB
113072001-11-12 David O'Brien <obrien@FreeBSD.org>
11308
11309 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11310
ef94239f
DB
113112001-11-11 David O'Brien <obrien@FreeBSD.org>
11312
11313 * MAINTAINERS: Alphabetize.
11314
beda0427
KH
113152001-11-09 Kazu Hirata <kazu@hxi.com>
11316
11317 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11318
6ca224d3
JDA
113192001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11320
11321 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11322
132e4bd7
PE
113232001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11324
11325 * configure.in (--enable-languages): Be more permissive about
11326 syntax. Check for empty lists better. Warn about $LANGUAGES.
11327
c6243b4c
GK
113282001-11-08 Geoffrey Keating <geoffk@redhat.com>
11329
11330 * config.sub: Import from master sources, rev. 1.230.
11331 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11332
abbb9e76
LG
113332001-11-07 Laurent Guerby <guerby@acm.org>
11334
11335 * MAINTAINERS (Write After Approval): Add self.
11336
53cdb27a
HPN
113372001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11338
11339 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11340
dd3a88c9
HPN
113412001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11342
11343 * config.sub: Import from master sources, rev 1.226.
11344 * config.guess: Import from master sources, rev 1.216.
11345
d344dce9
HPN
113462001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11347
11348 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11349 * MAINTAINERS: Add self as maintainer of MMIX port.
11350 Remove old after-approval entry.
11351
63f6bcd7
JM
113522001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11353
11354 * ChangeLog, configure: Fix spelling errors.
11355
84f92638
BK
113562001-10-20 Brendan Kehoe <brendan@zen.org>
11357
11358 * MAINTAINERS: Tweak my address.
11359
dce2d8b2 11360Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
11361
11362 * MAINTAINERS: Update my email address.
11363
1567080c 113642001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 11365
f48a3b5c 11366 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 11367 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 11368
30106886
GB
113692001-10-10 Geert Bosch <bosch@gnat.com>
11370
e490616e 11371 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
11372 Added Robert Dewar.
11373
dce2d8b2 113742001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
11375
11376 * MAINTAINERS (Write After Approval): Added self
11377
d1c3e709
GB
113782001-10-02 Geert Bosch <bosch@gnat.com>
11379
11380 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11381
50f5f793
JM
113822001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11383
11384 * configure: Handle temporary files securely using mkdir.
11385
7fddf9a9
AO
113862001-09-29 Alexandre Oliva <aoliva@redhat.com>
11387
11388 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11389
dce2d8b2 113902001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
11391
11392 * configure.in (*-*-linux*): Disable configuration of target-newlib
11393 and target-libgloss.
e490616e 11394
0c055e34
AO
113952001-09-26 Alexandre Oliva <aoliva@redhat.com>
11396
11397 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11398 RANLIB.
11399
759bfa90
AO
114002001-09-21 Alexandre Oliva <aoliva@redhat.com>
11401
11402 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11403 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11404 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11405 avoid quotes nesting problems.
11406 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11407 (DO_X): Export only variables that are set.
11408
1dc4a750
BE
114092001-09-19 Ben Elliston <bje@redhat.com>
11410
11411 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11412 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11413 semantics. Use the shell built-in "type" command instead.
11414
898c7238
AO
114152001-08-31 Alexandre Oliva <aoliva@redhat.com>
11416
11417 Merged from gcc-3_0-branch:
11418 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11419 * ltcf-c.sh: Use $objext, not $ac_objext.
11420 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11421 * ltcf-cxx.sh: Add support for GNU.
11422 2001-07-22 Timothy Wall <twall@redhat.com>
11423 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11424 default settings if using GNU tools with that configuration.
11425 * ltcf-cxx.sh: Ditto.
11426 * ltcf-gcj.sh: Ditto.
11427 2001-07-21 Michael Chastain <chastain@redhat.com>
11428 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11429 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11430 * ltmain.sh: Mark as gcc-local.
11431
8fa0a32e
EC
114322001-08-30 Eric Christopher <echristo@redhat.com>
11433 Jason Eckhardt <jle@redhat.com>
11434
11435 * config.guess: Merge from master sources.
11436 * config.sub: Merge from master sources, add support for mipsisa32.
11437
32f30f91 114382001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
11439 * config.sub: Merge from master sources, rev 1.219.
11440 * MAINTAINERS: Add self as contact for stormy16 port.
11441
f6084f99
ZW
114422001-08-14 Zack Weinberg <zackw@panix.com>
11443
11444 * config.sub: Merge from master sources, rev 1.218.
11445 * config.guess: Merge from master sources, rev 1.209.
11446
91b54f7f
GS
114472001-08-11 Graham Stott <grahams@redhat.com>
11448
11449 * Makefile.in (check-c++): Add missing semicolon.
11450
e5b3941e
JH
11451Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11452
32f30f91 11453 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 11454
6387a56e
EC
114552001-07-30 Eric Christopher <echristo@redhat.com>
11456
11457 * MAINTAINERS (Various maintainers: mips port): Added myself.
11458
53b475f0
AH
114592001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11460
e490616e 11461 * configure.in (sh-*-linux*): New.
53b475f0 11462
2a08c780
RH
114632001-07-27 Richard Henderson <rth@redhat.com>
11464
11465 * .cvsignore: Add LAST_UPDATED.
11466
bfa79422
UW
114672001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11468
11469 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11470
0ae85492
AH
114712001-07-16 Aldy Hernandez <aldyh@redhat.com>
11472
e490616e 11473 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 11474
8e1ab0fe
NP
11475Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11476
11477 * MAINTAINERS (Write After Approval): Added myself.
11478
2b997990
SC
114792001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11480
11481 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11482 and libgcj on m68hc11/m68hc12.
11483
d920e825
L
114842001-06-27 H.J. Lu (hjl@gnu.org)
11485
11486 * Makefile (CFLAGS_FOR_BUILD): New.
11487 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11488
d425a1e0
JM
114892001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11490
11491 * README: Remove version number.
11492
5b5b4207
GP
114932001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11494
11495 * INSTALL/README: Update wrt. to the installation instructions now
11496 residing in gcc/doc/install.texi.
11497
be839b69
JM
114982001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11499
11500 * README: Replace with a cut-down and updated version of gcc/README.
11501
fe2ee7c4
DE
115022001-06-12 David Edelsohn <edelsohn@gnu.org>
11503
11504 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11505 multilibs to be disabled.
11506
4f5d646c
DB
115072001-06-11 Daniel Berlin <dan@cgsoftware.com>
11508
11509 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 11510
818f0c85
AO
115112001-06-09 Alexandre Oliva <aoliva@redhat.com>
11512
11513 * config.guess: Import CVS version 1.195.
11514 * config.sub: Import CVS version 1.212.
11515
e9a8af10
AO
115162001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11517
11518 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11519 gcc/xgcc is built, use -print-prog-name to find out the program
11520 name to use.
11521
ae3ca0a9
PE
115222001-06-04 Phil Edwards <pme@sources.redhat.com>
11523
11524 * config.guess: Import CVS version 1.194. All gcc-local changes
11525 appear to also be in the master copy.
11526 * config.sub: Import CVS version 1.211.
11527
066bd40d
MM
11528Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11529
11530 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11531 with_gcc]: Use `gcc -shared' to build a shared library.
11532
4aef4f33
JDA
11533Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11534
11535 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11536 archives.
11537
c386f00f
RO
11538Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11539
11540 * MAINTAINERS (Write After Approval): Add myself.
11541
2ae5cea5
HPN
115422001-06-01 Hans-Peter Nilsson <hp@axis.com>
11543
11544 * configure.in (libstdcxx_flags): Do not try to execute
11545 libstdc++-v3/testsuite_flags until it exists.
11546
c3766183
AM
115472001-06-01 Alan Modra <amodra@bigpond.net.au>
11548
11549 * MAINTAINERS: Update my email address.
11550
9b337833
GS
115512001-05-31 Graham Stott <grahams@redhat.com>
11552
11553 * MAINTAINERS (Write After Approval): Add myself.
11554
dce2d8b2 115552001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
11556
11557 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11558 libraries when using g++ with native linker.
11559
5f7de4b8
AO
115602001-05-28 Alexandre Oliva <aoliva@redhat.com>
11561
11562 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11563
a7bc0fbb
AO
115642001-05-22 Alexandre Oliva <aoliva@redhat.com>
11565
11566 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11567 [aix4*|aix5*]: Prepend blank.
11568
33456445
AO
115692001-05-20 Alexandre Oliva <aoliva@redhat.com>
11570
11571 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11572 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11573 of subdir/configure scripts to use the new libtool.m4.
11574
e48d3d00
MK
115752001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11576
11577 * MAINTAINERS (Write After Approval): Add myself.
11578
9e0e191b
BK
115792001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11580
11581 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11582
3f19b439
BE
115832001-05-11 Ben Elliston <bje@redhat.com>
11584
11585 * Makefile.in (all-sid): New target.
11586 (check-sid, clean-sid, install-sid): Likewise.
11587
6ebe3121
JO
115882001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11589
11590 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11591
ca3667c4
AO
115922001-05-03 Alexandre Oliva <aoliva@redhat.com>
11593
11594 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11595 libgcj.
11596
115972001-05-03 Alexandre Oliva <aoliva@redhat.com>
11598
11599 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11600 gcc/xgcc is built, use -print-prog-name to find out the program
11601 name to use.
11602
b2964d63
AO
116032001-04-26 Alexandre Oliva <aoliva@redhat.com>
11604
b1bb2302
AO
11605 * configure.in (noconfigdirs): Don't reset it from scratch in the
11606 target case; only append to it.
6387a56e 11607
b2964d63
AO
11608 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11609 sparc-*-solaris2.8]: Disable ${libgcj}.
11610
8343765d
AO
116112001-04-25 Alexandre Oliva <aoliva@redhat.com>
11612
11613 * configure.in (libgcj_saved): Copy from $libgcj.
11614 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11615 --disable-libgcj.
11616
ddbb6d43
GRK
116172001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11618
11619 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 11620 C front end maintainer.
ddbb6d43 11621
3fa03ff9
AG
11622Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11623
11624 * configure.in: Move *-chorusos target case to the proper switch.
11625 Disable libgcj.
11626
99ffe40f
AO
116272001-04-12 Alexandre Oliva <aoliva@redhat.com>
11628
11629 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11630 1.641.2.228.
11631
78faa32d
FS
116322001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11633
11634 * Makefile.in (STAGE1_CFLAGS): Pass down.
11635
cdbff0ab
AM
116362001-04-13 Alan Modra <amodra@one.net.au>
11637
11638 * config.guess: Add hppa64-linux support. Note for next import that
11639 this is already in the master file.
11640 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11641
75b9074c
AO
116422001-04-12 Alexandre Oliva <aoliva@redhat.com>
11643
11644 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11645 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11646
125404c5
SS
116472001-04-11 Stan Shebs <shebs@apple.com>
11648
11649 * MAINTAINERS: Add self as Darwin port maintainer.
11650
876684fe
AM
116512001-04-11 Alan Modra <amodra@one.net.au>
11652
11653 * MAINTAINERS: Update my email address.
11654
06729913
LR
116552001-04-10 Loren J. Rittle <ljrittle@acm.org>
11656
11657 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11658 recent versions of FreeBSD (release 3 or later).
11659 * ltconfig: On FreeBSD, -lc must not be provided when building
11660 a shared library or else the standard -pthread gcc option is
11661 rendered worthless to later users of the built library.
11662
67916302
JM
116632001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11664
11665 * MAINTAINERS: Add self and RTH as C front end maintainers.
11666
d2bc0628
AO
116672001-04-05 Alexandre Oliva <aoliva@redhat.com>
11668
e490616e
ZW
11669 * config.sub: Make sure to match an already-canonicalized
11670 machine name (eg. mn10300-unknown-elf).
d2bc0628 11671
a3406c06
AO
116722001-04-01 Alexandre Oliva <aoliva@redhat.com>
11673
11674 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11675 New macros.
11676 (bootstrap, cross): Use RECURSE_FLAGS.
11677 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11678
a076f6a4
AO
116792001-03-27 Alexandre Oliva <aoliva@redhat.com>
11680
11681 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11682
e9f4fa71
CH
116832001-03-22 Colin Howell <chowell@redhat.com>
11684
7238de5c
CH
11685 * Makefile.in (DO_X): Do not backslash single-quotes in
11686 backquotes (two places).
e9f4fa71 11687
b6b14b1b
AO
116882001-03-22 Alexandre Oliva <aoliva@redhat.com>
11689
11690 Re-installed:
11691 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11692 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11693 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11694 * ltcf-cxx.sh: Likewise.
11695 * ltcf-gcj.sh: Likewise.
11696
1eb0b89d
GP
116972001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11698
11699 * MAINTAINERS: Add myself as "documentation co-maintainer".
11700
82e23236
AO
117012001-03-22 Alexandre Oliva <aoliva@redhat.com>
11702
11703 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11704 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11705
64ec27c3
TT
117062001-03-19 Tom Tromey <tromey@redhat.com>
11707
11708 * config-ml.in: Handle GCJ and GCJFLAGS.
11709
191de407
MC
117102001-03-21 Michael Chastain <chastain@redhat.com>
11711
11712 * Makefile.in: all-m4 depends on all-texinfo.
11713
fed4dede
LR
117142001-03-20 Loren J. Rittle <ljrittle@acm.org>
11715
11716 * MAINTAINERS: Add myself to write after approval list.
11717
085072bb
LB
117182001-03-18 Laurynas Biveinis <lauras@softhome.net>
11719
11720 * Makefile.in (DO_X): Quote nested quotes.
11721
5af8ea3f
AM
117222001-03-18 Alan Modra <alan@linuxcare.com.au>
11723
11724 * MAINTAINERS: Add myself to write after approval list.
11725
69e23037
LB
117262001-03-15 Laurynas Biveinis <lauras@softhome.net>
11727
11728 * Makefile.in (DO_X): Use double quotes for quoting
11729 "RANLIB=$${RANLIB}".
11730
2b9650f4
OP
117312001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11732
11733 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11734
dce2d8b2 117352001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
11736
11737 * configure.in: Only use `lang_requires' for languages athat are
11738 actually enabled.
11739
f6646274
PE
117402001-03-08 Phil Edwards <pme@sources.redhat.com>
11741
11742 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11743
c9a54638
AO
117442001-03-08 Alexandre Oliva <aoliva@redhat.com>
11745
11746 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11747
6a556ad6
TT
117482001-03-07 Tom Tromey <tromey@redhat.com>
11749
11750 * configure.in: Allow config-lang.in to set `lang_requires' to list
11751 of other required languages.
11752
6822468a
LB
117532001-03-06 Laurynas Biveinis <lauras@softhome.net>
11754
11755 * Makefile.in: Remove RANLIB definition. Use RANLIB
11756 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11757 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 11758
f04885d3 117592001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 11760 Alexandre Oliva <aoliva@redhat.com>
6387a56e 11761
f04885d3
BK
11762 * Makefile.in (check-c++): Use tabs, not spaces.
11763
288edf47 117642001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 11765
288edf47
LB
11766 * MAINTAINERS: add myself to Write After Approval list.
11767
3d55d2f8 117682001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 11769
e490616e 11770 * Makefile.in (check-c++): New rule.
6387a56e 11771
4d88a68a
BK
11772 * configure.in (target_libs): Remove libg++.
11773 (noconfigdirs): Remove libg++.
11774 (noconfigdirs): Same.
11775 (noconfigdirs): Same.
11776 (noconfigdirs): Same.
11777
11778 * config-ml.in: Remove libg++ references.
11779
11780 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11781 (ALL_TARGET_MODULES): Same.
11782 (configure-target-libg++): Remove.
11783 (all-target-libg++): Remove.
11784 (configure-target-libio): Remove.
11785 (all-target-libio): Remove.
11786 (check-target-libio): Remove.
11787 (.PHONY): Remove.
11788 (libg++.tar.bz2): Remove.
11789 (all-target-cygmon): Remove libio.
11790 (all-target-libstdc++): Remove.
11791 (configure-target-libstdc++): Remove.
11792 (TARGET_LIB_PATH): Remove libstdc++.
11793 (ALL_GCC_CXX): Remove libstdc++.
11794 (all-target-gperf): Correct.
11795
2437d4ed
NC
117962001-02-16 Nick Clifton <nickc@redhat.com>
11797
11798 * configure.in (noconfigdirs): Allow configuration of texinfo
11799 for Cygwin hosts.
11800
85b99cbe
AG
118012001-02-15 Anthony Green <green@redhat.com>
11802
11803 * configure: Introduce GCJ_FOR_TARGET.
11804 * configure.in: Ditto.
11805 * Makefile.in: Ditto.
11806
7b18790c
AS
118072001-02-13 Andreas Schwab <schwab@suse.de>
11808
11809 * MAINTAINERS: Update mail address.
11810
c4880c99
MS
118112001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11812
11813 * config.guess: Add linux target for S/390.
11814 * config.sub: Likewise.
11815
dce2d8b2 118162001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
11817
11818 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 11819 target-libgloss.
e31ae6db 11820
7739adfb
BE
118212001-02-06 Ben Elliston <bje@redhat.com>
11822
11823 * configure: Output host type to stdout, not stderr.
11824
36ca672c
MM
118252001-02-05 Mark Mitchell <mark@codesourcery.com>
11826
e40f2829 11827 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
11828 * ltcf-cxx.sh: Likewise.
11829
36ca672c
MM
11830 * config.if: Assume enable_libstdcxx_v3 is defined.
11831
22fdd65e
MM
118322001-02-04 Mark Mitchell <mark@codesourcery.com>
11833
11834 Remove V2 C++ library.
11835 * configure.in: Remove --enable-libstdcxx_v3 support.
11836
3b60dd8e
BM
118372001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11838
11839 * include/demangle.h: Add prototype for java_demangle_v3.
11840
42c0c80a
PE
118412001-01-29 Phil Edwards <pme@sources.redhat.com>
11842
11843 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11844
0be25992
RH
118452001-01-27 Richard Henderson <rth@redhat.com>
11846
11847 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11848
8a8de62d
MS
118492001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11850
11851 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11852 Don't unset, it's non-portable and no longer necessary, set to empty
11853 instead.
11854
92769744
MS
118552001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11856
11857 * ltconfig: Shell portability fix for the tagname validity check.
11858
88a1c0ab
AO
118592001-01-27 Alexandre Oliva <aoliva@redhat.com>
11860
11861 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11862 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11863
45291dd5
MS
118642001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11865
11866 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11867
1ace7e15
TT
118682001-01-26 Tom Tromey <tromey@redhat.com>
11869
11870 * configure.in: Allow libgcj to be built on Sparc Solaris.
11871
0ef8b11b
DE
118722001-01-25 David Edelsohn <edelsohn@gnu.org>
11873
11874 * ltcf-c.sh: Add aix5 case.
11875 * ltcf-cxx.sh: Likewise.
11876 * ltconfig: Likewise.
11877
0006091e
AO
118782001-01-24 Alexandre Oliva <aoliva@redhat.com>
11879
9bad11e1
AO
11880 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11881 keep at least one of build_libtool_libs or build_old_libs set to
11882 yes.
11883
0006091e
AO
11884 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11885 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11886
7c01b2b5
BM
118872001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11888
11889 * configure.in: Enable libgcj on several additional platforms.
11890
d340e0ac
BM
118912001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11892
11893 * configure.in: Enable libgcj for linux targets.
11894
5baf8c37
MS
118952001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11896
11897 * MAINTAINERS (Write After Approval): Add myself.
11898
10a0ba84
JDA
118992001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11900
11901 * MAINTAINERS: Add myself as vax port maintainer.
11902
357c6a4b
FH
119032001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11904
11905 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11906
6e2d9a7a
MS
119072001-01-09 Mike Stump <mrs@wrs.com>
11908
11909 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11910 failures of subdirectories.
11911
b6b14b1b 119122001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 11913
b6b14b1b 11914 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 11915 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
11916 * ltcf-cxx.sh: Likewise.
11917 * ltcf-gcj.sh: Likewise.
11918 * ltconfig.sh: Fix typo.
976b230d 11919
07109110
LB
119202001-01-02 Laurynas Biveinis <lauras@softhome.net>
11921
11922 * configure: handle DOS-style absolute paths.
11923
1da5b8fc
LB
119242001-01-02 Laurynas Biveinis <lauras@softhome.net>
11925
11926 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11927
4c2f5b4f
MM
119282000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11929
11930 * MAINTAINERS: Add myself as avr port co-maintainer.
11931
bc53668e
BE
119322000-12-28 Ben Elliston <bje@redhat.com>
11933
11934 * MAINTAINERS: Add myself under ``Write After Approval''.
11935
c387606f
JM
119362000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11937
11938 * texinfo: Remove directory from GCC.
11939
2cb5082c
JM
119402000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11941
11942 * COPYING: Update to current
11943 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11944 to 19yy as example year in copyright notice).
11945
cc330df9
BK
119462000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11947
6387a56e 11948 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
11949 (libstdcxx_incdir): Pass down.
11950 * config.if: Remove expired bits for cxx_interface, add stub.
11951 (libstdcxx_incdir): Add variable for g++ include directory.
11952 * configure.in (gxx_include_dir): Use it.
6387a56e 11953
4c6b2835
AO
119542000-12-18 Alexandre Oliva <aoliva@redhat.com>
11955
11956 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11957 with old-email address from ``Write After Approval''.
11958
3896f13e
AJ
119592000-12-15 Andreas Jaeger <aj@suse.de>
11960
11961 * configure.in: Handle lang_dirs.
11962
119632000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 11964
ad46e881
TT
11965 * MAINTAINERS: Removed brads.
11966
90a10418
TT
11967 * MAINTAINERS: Added gcj developers.
11968
41dfe3a2 119692000-12-13 Anthony Green <green@redhat.com>
6387a56e 11970
41dfe3a2 11971 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
11972 listed. Disable libgcj for x86 and Alpha Linux until compatible
11973 with g++ abi.
6387a56e 11974
e2f601da
MS
119752000-12-13 Mike Stump <mrs@wrs.com>
11976
11977 * Makefile.in (local-distclean): Also remove fastjar.
11978
70030c01
RB
119792000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11980
11981 * contrib/gcc_update: Add fastjar --touch entries.
11982
2a50f859
AO
119832000-12-12 Alexandre Oliva <aoliva@redhat.com>
11984
11985 * configure.in: Disable language-specific target libraries for
11986 languages that aren't enabled.
11987
7743113b
AG
119882000-12-10 Anthony Green <green@redhat.com>
11989
11990 * configure.in: Define libgcj. Disable libgcj target libraries for
11991 most targets.
11992
92e061a6
NB
119932000-12-10 Neil Booth <neilb@earthling.net>
11994
11995 * MAINTAINERS: Update mail address, remove from WAA list.
11996
f34ff6d6
APB
119972000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11998
11999 * libjava: Imported from /cvs/java.
12000 * libffi: Likewise.
12001 * Boehm-gc: Likewise.
12002
d82a33c6
APB
120032000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12004
12005 * configure.in (target_libs): Revert 2000-12-08 patch.
12006 (noconfigdirs): Added target-libjava.
12007
e14f8e28
LB
120082000-12-09 Laurynas Biveinis <lauras@softhome.net>
12009
12010 * djunpack.bat: removed.
12011
fc26516b
LB
120122000-12-09 Laurynas Biveinis <lauras@softhome.net>
12013
12014 * Makefile.in: handle DOS-style absolute paths.
12015 * config-ml.in: likewise.
12016 * symlink-tree: likewise.
12017
bd8757b3
APB
120182000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12019
12020 * fastjar: Imported.
12021
81522a1f
APB
120222000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12023
12024 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12025 libjava.
12026 * configure.in (target_libs): Removed `target-libjava'.
12027
5db1f7ed
APB
120282000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12029
12030 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12031 (ALL_MODULES): Added fastjar.
12032 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12033 (all-target-libjava): all-fastjar replaces all-zip.
12034 (all-fastjar): Added.
12035 (configure-target-fastjar, all-target-fastjar): Likewise.
12036 * configure.in (host_tools): Added fastjar.
12037
5e59997c
MS
120382000-12-07 Mike Stump <mrs@wrs.com>
12039
12040 * Makefile.in (local-distclean): Remove leftover built files.
12041
0a534f40
NC
120422000-11-24 Nick Clifton <nickc@redhat.com>
12043
12044 * configure.in (xscale-elf): Add target.
12045 (xscale-coff): Add target.
12046
7686cadf
LR
120472000-11-22 Loren J. Rittle <ljrittle@acm.org>
12048
e490616e
ZW
12049 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12050 recent versions of FreeBSD (release 3 or later).
12051 * ltconfig: On FreeBSD, -lc must not be provided when building
12052 a shared library or else the standard -pthread gcc option is
12053 rendered worthless to later users of the built library.
7686cadf 12054
fff01699
FF
120552000-11-16 Fred Fish <fnf@be.com>
12056
12057 * configure.in (enable_libstdcxx_v3): Fix typo,
12058 libstd++ -> libstdc++.
12059
4dc16355
KL
120602000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12061
12062 * MAINTAINERS: Add self to Write After Approval list.
12063
bf6fc7b2
BS
120642000-11-21 Bernd Schmidt <bernds@redhat.com>
12065
12066 * MAINTAINERS: Update my email address. Add myself to global write
12067 privs list.
12068
ce8e06b1
AO
120692000-11-18 Alexandre Oliva <aoliva@redhat.com>
12070
6e2a4843
AO
12071 * Makefile.in: Merge with src and libgcj.
12072 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12073 configure-target-<library> when their configure scripts need the C
12074 or C++ library to have already been built to work properly.
12075 (do_proto_toplev): Set them to an empty string.
12076
ce8e06b1
AO
12077 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12078 (REALLY_SET_LIB_PATH): Use them.
12079
c003f378
SS
120802000-11-17 Stan Shebs <shebs@apple.com>
12081
12082 * MAINTAINERS: Add self to Write After Approval list.
12083
cc1e60ea
JM
120842000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12085
12086 * configure: Provide the original toplevel configure arguments
12087 (including $0) to subprocesses in the environment rather than
12088 through gcc/configargs.h.
12089
1173593d
JM
120902000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12091
12092 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12093 C99. Alphabetise "Write After Approval" list.
12094
520907ee
MM
120952000-11-12 Mark Mitchell <mark@codesourcery.com>
12096
34f6fbdb
MM
12097 * configure: Turn on libstdc++ V3 by default.
12098
520907ee
MM
12099 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12100 if we've got GCC.
12101
0bbd37ed
PB
121022000-11-11 Philip Blundell <philb@gnu.org>
12103
12104 * MAINTAINERS: Add self to Write After Approval list.
12105
7ca0e6d9
DE
121062000-11-09 David Edelsohn <edelsohn@gnu.org>
12107
12108 * ltcf-c.sh (aix4): Improve shared library configuration; require
12109 exporting symbols.
12110 * ltcf-cxx.sh (aix4): Define.
12111 * ltconfig (aix4): Define library and soname specs appropriate for
12112 AIX. Define command to create export symbols list.
12113
dce2d8b2 12114Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
12115
12116 * config.sub: Add support for Sun Chorus
12117
fc05d516
NC
121182000-10-31 Nick Clifton <nickc@redhat.com>
12119
12120 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12121 <name>@redhat.com. Also installed new email address for Clint
12122 Popetz.
6387a56e 12123
90a0e73f
JM
121242000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12125
12126 * etc: Remove directory from GCC.
12127
a5e1b548
MM
121282000-10-16 Michael Meissner <meissner@redhat.com>
12129
12130 * configure (gcc/configargs.h): Only create if there is a build GCC
12131 directory created.
12132
6387a56e
EC
121332000-10-16 Matthias Klose <doko@debian.org>
12134
be1db873
MK
12135 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12136 when configured for libstdc++-v3.
12137
f5fa9a5b
PE
121382000-10-05 Phil Edwards <pme@gcc.gnu.org>
12139
12140 * configure: Save configure arguments to gcc/configargs.h.
12141
61a77fea
PT
121422000-10-04 Philipp Thomas <pthomas@suse.de>
12143
12144 * config.guess: Import CVS version 1.157.
12145 * config.sub: Import CVS version 1.181.
12146
3a4fee66
AP
121472000-10-04 Andris Pavenis <pavenis@latnet.lv>
12148
12149 * Makefile.in (bootstrap): avoid recursion if subdir missing
12150 (cross): ditto
12151 (do-proto-toplev): ditto
12152
3dd7094e
AO
121532000-09-30 Alexandre Oliva <aoliva@redhat.com>
12154
de710532
AO
12155 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12156 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12157
3dd7094e
AO
12158 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12159 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12160 all affected `configure' scripts.
12161
e592386f
NB
12162Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12163
12164 * MAINTAINERS: Add self as cpplib co-maintainer.
12165
fba54939
AH
121662000-09-24 Aldy Hernandez <aldyh@redhat.com>
12167
12168 * MAINTAINERS: Add self to Write After Approval list.
12169
2bd429f4
GP
121702000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12171
12172 * INSTALL/README: egcs -> GCC update.
12173
dce2d8b2 12174Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
12175
12176 * MAINTAINERS: Add myself to Write After Approval list.
12177
d7ce9a83
KH
121782000-09-15 Kazu Hirata <kazu@hxi.com>
12179
12180 * MAINTAINERS: Add myself to Write After Approval list.
12181
18a53ffe
JL
12182Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12183
e490616e
ZW
12184 * configure.in: Do not build byacc for hppa64. Provide paths to the
12185 X11 libraries for hppa64.
18a53ffe 12186
f246ff23
SC
121872000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12188
12189 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12190
06298abd
AO
121912000-09-06 Alexandre Oliva <aoliva@redhat.com>
12192
4b92758a
AO
12193 * Makefile.in (all-zlib): Added dummy target.
12194
06298abd
AO
12195 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12196 ltcf-gcj.sh: Updated from libtool multi-language branch.
12197
4d73d07a
AO
121982000-09-05 Alexandre Oliva <aoliva@redhat.com>
12199
12200 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12201 (bootstrap*): Depend on all-bootstrap.
12202
05d52d78
PT
122032000-09-05 Philipp Thomas <pthomas@suse.de>
12204
12205 * config.guess: Import CVS version 1.156.
12206 * config.sub: Import CVS version 1.179.
12207
3c809ba4
AG
122082000-09-02 Anthony Green <green@cygnus.com>
12209
12210 * Makefile.in (all-gcc): Depend on all-zlib.
12211 (CLEAN_MODULES): Add clean-zlib.
12212 (ALL_MODULES): Add all-zlib.
12213 * configure.in (host_libs): Add zlib.
12214
10ad78a0 122152000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
12216
12217 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12218 crosses, but add gcc/include to the header search path for them.
12219
b36a9ce3
DB
122202000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12221
12222 * MAINTAINERS: Add self to Write After Approval list.
12223
cb011248
FS
122242000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12225
12226 * config.guess: Import CVS version 1.152.
12227 * config.sub: Import CVS version 1.177.
12228
db310af0
AO
122292000-08-25 Alexandre Oliva <aoliva@redhat.com>
12230
7965440a
AO
12231 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12232 $targargs to tell whether newlib is going to be built.
12233
db310af0
AO
12234 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12235 $$r/TARGET_SUBDIR/libio for _G_config.h.
12236
e7977565
AO
122372000-08-23 Alexandre Oliva <aoliva@redhat.com>
12238
12239 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12240
126bb9ed
DD
122412000-08-22 DJ Delorie <dj@redhat.com>
12242
12243 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12244
5b0e9d29
AO
122452000-08-22 Alexandre Oliva <aoliva@redhat.com>
12246
12247 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12248 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12249 sub-configures.
12250
4f3e904e
DD
122512000-08-21 DJ Delorie <dj@redhat.com>
12252
12253 * MAINTAINERS: Add self as a libiberty maintainer
12254
c9635443
AO
122552000-08-16 Alexandre Oliva <aoliva@redhat.com>
12256
12257 * configure.in (libstdcxx_flags): Use
12258 libstdc++-v3/src/libstdc++.INC.
12259
8b2100ba
AO
122602000-08-15 Alexandre Oliva <aoliva@redhat.com>
12261
12262 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12263
57119aa9
ZW
122642000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12265
eeb943b0
ZW
12266 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12267
6387a56e 12268 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
12269 explicit. Substitute enable_threads into generated Makefiles.
12270 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12271 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12272
acffa7c4
GK
122732000-08-13 Geoff Keating <geoffk@cygnus.com>
12274
12275 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12276
808d8c41
AO
122772000-08-12 Alexandre Oliva <aoliva@redhat.com>
12278
12279 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12280 previous delta.
12281
1fc8c51c 122822000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 12283
1fc8c51c
JM
12284 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12285 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12286 (FLAGS_FOR_TARGET): Not here.
12287 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 12288
25698887
AO
122892000-08-11 Alexandre Oliva <aoliva@redhat.com>
12290
12291 * config-ml.in (CC, CXX): Don't introduce a leading space.
12292
10120687
DD
122932000-08-07 DJ Delorie <dj@delorie.com>
12294
12295 * MAINTAINERS: Add self as a DJGPP maintainer
12296
15c758e9
DD
122972000-08-07 DJ Delorie <dj@redhat.com>
12298
12299 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12300 "if we're also building gcc, and it's a gcc that will run on the
12301 build machine, we want to use its includes instead of the system's
12302 default includes".
12303
2d0de245
JM
123042000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12305
12306 * MAINTAINERS: Add self to Write After Approval list.
12307
e81b330a
AO
123082000-08-03 Alexandre Oliva <aoliva@redhat.com>
12309
83440c1e
AO
12310 * configure.in (libstdcxx_flags): Don't use `"'.
12311
e81b330a
AO
12312 * config-ml.in: Adjust multilib search paths to the
12313 appropriate multilib tree.
12314
cf95c847
AO
123152000-08-02 Alexandre Oliva <aoliva@redhat.com>
12316
12317 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12318 commas in $LANGUAGES.
12319
9e9af119
MH
123202000-08-02 Manfred Hollstein <manfredh@redhat.com>
12321
12322 * configure.in: Re-enable all references to libg++ and librx.
12323
606ce391
AO
123242000-08-01 Alexandre Oliva <aoliva@redhat.com>
12325
89820b43
AO
12326 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12327 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12328 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12329 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12330
606ce391
AO
12331 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12332
04179d4a
AO
123332000-07-31 Alexandre Oliva <aoliva@redhat.com>
12334
12335 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12336 CXX_FOR_TARGET for sed.
12337
d4eb109c
AO
123382000-07-30 Alexandre Oliva <aoliva@redhat.com>
12339
12340 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12341 Do not override if already set in the environment or in configure.
12342 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12343 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12344
4f4caf92
AO
123452000-07-28 Alexandre Oliva <aoliva@redhat.com>
12346
12347 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12348 the libtool CVS tree multi-language branch.
12349 * ltconfig, ltmain.sh: Updated.
6387a56e 12350
b87487b6
AO
123512000-07-27 Alexandre Oliva <aoliva@redhat.com>
12352
1670d1ea
AO
12353 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12354 (clean-target): Depend on it.
12355
b87487b6
AO
12356 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12357 (GCC_FOR_TARGET): Use it.
12358 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12359 * configure.in: ... here.
12360 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12361 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12362
4e81ae98
EC
123632000-07-24 Eric Christopher <echristo@cygnus.com>
12364
12365 * MAINTAINERS: Add self to Write After Approval list.
12366
059ae32c
AO
123672000-07-24 Alexandre Oliva <aoliva@redhat.com>
12368
5b28edd4
AO
12369 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12370 (configure-target-libchill, configure-target-libobjc): Likewise.
12371
059ae32c
AO
12372 * configure.in: Use the same cache file for all target libs.
12373 * config-ml.in: But different cache files per multilib variant.
12374
1adcd149
MS
123752000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12376
12377 * configure (topsrcdir): Don't use dirname.
12378
2d573dff
JO
123792000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12380
12381 * MAINTAINERS: Add self to Write After Approval list.
12382
d207ebef
JM
123832000-07-20 Jason Merrill <jason@redhat.com>
12384
12385 * configure.in: Remove all references to libg++ and librx.
12386
12387 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12388
123892000-07-20 Hans-Peter Nilsson <hp@axis.com>
12390
12391 * config.sub: Update to subversions version 2000-07-06.
12392
7b7792d5
AH
123932000-07-12 Andrew Haley <aph@cygnus.com>
12394
12395 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12396 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12397
3abaac67
PE
123982000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12399
12400 * symlink-tree: Check number of arguments.
12401
34be2b36
JW
124022000-07-05 Jim Wilson <wilson@cygnus.com>
12403
12404 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12405 search path for a g++ extracted from the build tree. This
12406 will allow link tests run by configure scripts in
12407 subdirectories to succeed.
12408
d207ebef
JM
124092000-07-01 Koundinya K <kk@ddeorg.soft.net>
12410
e490616e 12411 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 12412
0900331b
MH
124132000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12414
12415 * MAINTAINERS: Add myself as loop discovery maintainer.
12416
d207ebef
JM
124172000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12418
12419 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12420 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12421
124222000-06-19 Timothy Wall <twall@cygnus.com>
12423
12424 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12425 * config.sub: Add tic54x target.
12426
11a27a76
TM
12427Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12428
12429 * MAINTAINERS: Add self as Fortran maintainer,
12430 remove Craig Burley.
12431
d207ebef 12432Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 12433
d207ebef
JM
12434 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12435 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 12436
7758b73f
PT
12437Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12438
12439 * MAINTAINERS: Add self as i18n maintainer
12440
d207ebef
JM
1244120000-05-21 H.J. Lu (hjl@gnu.org)
12442
e490616e
ZW
12443 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12444 directory are used if they exist. Make sure
12445 $(build_tooldir)/include is searched for header files,
12446 $(build_tooldir)/lib/ for library files.
d207ebef 12447 (GCC_FOR_TARGET): Likewise.
e490616e 12448 (CXX_FOR_TARGET): Likewise.
d207ebef 12449
bae29210
JL
12450Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12451
12452 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12453
d207ebef 12454Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
12455
12456 * Makefile.in (configure-target-libiberty): Depend on
12457 configure-target-newlib.
12458
aab0d19d
AO
124592000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12460
12461 * configure.in, Makefile.in: Merge all libffi-related
12462 configury stuff from the libgcj tree.
12463
d207ebef
JM
12464Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12465
12466 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12467 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12468
12469Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12470
12471 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12472 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 12473 current version information. Add to proto-toplev directory.
d207ebef
JM
12474 (gdb-taz): Build do-djunpack.
12475
758c7bd4
DE
124762000-05-15 David Edelsohn <edelsohn@gnu.org>
12477
12478 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12479
1888228d
AC
12480Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12481
12482 * MAINTAINERS: Add self to Write After Approval list.
12483
d207ebef
JM
124842000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12485
12486 * ltmain.sh: Preserve in relink_command any environment
12487 variables that may affect the linker behavior.
12488
2d7cc2fe
JL
12489Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12490
d207ebef
JM
12491 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12492
12493Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12494
12495 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12496
124972000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12498
12499 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 12500 with the version name.
2d7cc2fe 12501
ee455968
JE
12502Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12503
12504 * MAINTAINERS: Add self as bb-reorder maintainer.
12505
73b97e5c
BK
125062000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12507
12508 * config.if: Tweak.
12509
d207ebef
JM
125102000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12511
12512 * djunpack.bat: New file.
12513
12514Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12515
12516 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
12517 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12518 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12519 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 12520
954869eb
DP
125212000-04-16 Dave Pitts <dpitts@cozx.com>
12522
e490616e
ZW
12523 * config.sub (case $basic_machine): Change default for "ibm-*"
12524 to "openedition".
954869eb 12525
eaabe541
AJ
125262000-04-13 Andreas Jaeger <aj@suse.de>
12527
12528 * MAINTAINERS: Added myself.
12529
d207ebef
JM
12530Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12531
12532 * Makefile.in (gdb-taz): New target. GDB specific archive.
12533 (do-md5sum): New target.
12534 (MD5PROG): Define.
12535 (PACKAGE): Default to TOOL.
12536 (VER): Default to a shell script.
12537 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 12538 md5 checksum generation.
d207ebef
JM
12539 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12540 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12541 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 12542 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
12543
12544Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12545
12546 * configure (warn_cflags): Delete.
12547
0ea6d60c
PDM
12548Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12549
12550 * MAINTAINERS: Added myself.
12551
17090313 125522000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 12553 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 12554
e490616e
ZW
12555 * configure.in (enable_libstdcxx_v3): Add.
12556 (target_libs): Add bits here to switch between libstdc++-v2 and
12557 libstdc++-v3.
12558 * config.if: And this file too.
12559 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 12560
76b78517
MM
125612000-04-05 Michael Meissner <meissner@redhat.com>
12562
12563 * config.sub (d30v): Add d30v as a basic machine type.
12564
ad242caf
JM
125652000-03-29 Jason Merrill <jason@casey.cygnus.com>
12566
12567 * configure.in: -linux-gnu*, not -linux-gnu.
12568
d4537148
TM
12569Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12570
12571 * MAINTAINERS: Add self in write-after-approval section.
12572
f152e9d4
JW
12573Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12574
12575 * MAINTAINERS: Add self as ia64 port maintainer.
12576
6a5fcef1
NB
125772000-03-08 Neil Booth <NeilB@earthling.net>
12578
12579 * MAINTAINERS: Add self in write-after-approval section.
12580
d207ebef 12581Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 12582
d207ebef
JM
12583 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12584 (do-tar-bz2): Replace TOOL with PACKAGE.
12585 (gdb.tar.bz2): Remove GDBTK from GDB package.
12586 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 12587 dejagnu.tar.bz2): New packages.
d207ebef
JM
12588
125892000-02-27 Andreas Jaeger <aj@suse.de>
12590
12591 * configure.in: Add entry for mips*-*-linux*, move catch all
12592 *-*-*linux* entry below this one.
12593
125942000-02-27 Ian Lance Taylor <ian@zembu.com>
12595
12596 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 12597
521fe9d0
NC
125982000-02-24 Nick Clifton <nickc@cygnus.com>
12599
12600 * config.sub: Support an OS of "wince".
12601
d207ebef
JM
12602Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12603
12604 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 12605 version.
d207ebef 12606
dce2d8b2 126072000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
12608
12609 * config.sub: Add support for Linux/IBM 370.
12610 * configure.in: Likewise.
12611
3a685f6f
NC
126122000-02-22 Nick Clifton <nickc@cygnus.com>
12613
12614 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12615
dce2d8b2 126162000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 12617
d207ebef 12618 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 12619
4746ee26
KG
126202000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12621
12622 * configure (gcc_version): When setting, narrow search to
12623 lines containing `version_string'.
12624
ba96c72d
DC
126252000-02-15 Denis Chertykov <denisc@overta.ru>
12626
12627 * config.sub: Add support for avr target.
12628
77f16a66
NC
126292000-02-14 Nick Clifton <nickc@cygnus.com>
12630
12631 * MAINTAINERS: Add maintainers for MCore port.
12632
784a3a80
HPN
12633Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12634
12635 * config.sub: Add mmix-knuth-mmixware.
12636
719dd4fa
KG
126372000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12638
12639 * MAINTAINERS: Pair cccp with cpplib maintainership.
12640
dce2d8b2 126412000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
12642
12643 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12644 structure stuff to -L library search.
12645 (CXX_FOR_TARGET): Ditto.
12646 (CROSS_CHECK_MODULES): Fix spelling mistake.
12647
7a53e94b
MM
126482000-01-24 Mark Mitchell <mark@codesourcery.com>
12649
12650 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12651 the C++ compiler.
12652
0da3b5a7
RH
126532000-01-12 Richard Henderson <rth@cygnus.com>
12654
12655 * configure.in: Don't build some bits for beos.
12656
02368d6d
JS
126572000-01-12 Joel Sherrill (joel@OARcorp.com)
12658
12659 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12660 as include files.
12661
2e76d35c
ZW
126622000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12663
12664 * Add self as cpplib maintainer, as requested by Jason
12665 Merrill. Correct my e-mail address.
12666
4c25fdcf
GK
126672000-01-06 Geoff Keating <geoffk@cygnus.com>
12668
12669 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12670 not mh-aix43.
12671
188e3966
HPN
12672Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12673
12674 * MAINTAINERS: Add myself to "write after approval" list.
12675
c2f5d030
RH
126761999-12-14 Richard Henderson <rth@cygnus.com>
12677
12678 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12679 * config.sub: Accept alphaev[78], alphaev8.
12680
eeda916a
AO
126811999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12682
12683 * config.guess, config.sub: Update from autoconf.
12684
b3bd7820
BK
126851999-11-29 Bruce Korb <autogen@linuxbox.com>
12686
2c290989 12687 * MAINTAINERS: update my playtime e-address.
b3bd7820 12688
1882b2b1
RO
12689Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12690
12691 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12692 necessary libraries are missing.
12693
dce2d8b2 12694Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
12695
12696 * MAINTAINERS: Add new 'write after approval' maintainer.
12697
1e25de97
APB
12698Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12699
12700 * MAINTAINERS: Add new Java maintainer.
12701
1722c704
AS
127021999-10-25 Andreas Schwab <schwab@suse.de>
12703
12704 * configure: Fix quoting inside arguments of eval.
12705
8141abe8
NC
127061999-10-21 Nick Clifton <nickc@cygnus.com>
12707
12708 * config-ml.in: Allow suppression of some ARM multilibs.
12709
0b77644a
LV
12710Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12711
12712 * config.guess: Add OS/390 match pattern.
12713 * config.sub: Add mvs, openedition targets.
12714 * configure.in (i370-ibm-opened*): New.
12715
d207ebef
JM
127161999-09-04 Steve Chamberlain <sac@pobox.com>
12717
12718 * config.sub: Add support for configuring for pj.
12719
127201999-08-31 Nick Clifton <nickc@cygnus.com>
12721
12722 * config.sub (maybe_os): Add support for configuring for fr30.
12723
af13ebe9
NC
127241999-08-25 Nick Clifton <nickc@cygnus.com>
12725
12726 * configure.in: Do not configure or build ld for AIX
12727 platforms. ld is known to be broken on these platforms.
12728
1250c760
RO
12729Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12730
12731 * config-ml.in: Pass compiler flag corresponding to multidirs to
12732 subdir configures.
12733
d207ebef
JM
127341999-08-09 Ian Lance Taylor <ian@zembu.com>
12735
12736 * Makefile.in (LDFLAGS): Define.
12737
127381999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12739
12740 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12741 noconfigdirs.
12742 (*-*-cygwin*): Likewise.
12743
127441999-08-08 Ian Lance Taylor <ian@zembu.com>
12745
12746 * mkdep: New file.
12747 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12748 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12749
12750 From Eli Zaretskii <eliz@is.elta.co.il>:
12751 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12752 long file name when using DJGPP on MS-DOS.
12753
dbd83e11
JL
12754Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12755
12756 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12757
d207ebef
JM
127581999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12759
12760 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12761 dependency as this causes "make check" to globally "make all"
12762
cd1f4c2c
TT
12763Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12764
12765 * configure.in (target_libs): Added target-zlib.
12766 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12767 (CONFIGURE_TARGET_MODULES): Likewise.
12768 (CHECK_TARGET_MODULES): Likewise.
12769 (INSTALL_TARGET_MODULES): Likewise.
12770 (CLEAN_TARGET_MODULES): Likewise.
12771 (configure-target-zlib): New target.
12772 (all-target-zlib): Likewise.
12773 (all-target-libjava): Depend on all-target-zlib.
12774 (configure-target-libjava): Depend on configure-target-zlib.
12775
12776 * Makefile.in (configure-target-libjava): Depend on
12777 configure-target-newlib.
12778 (configure-target-boehm-gc): New target.
12779 (configure-target-qthreads): New target.
12780
e490616e
ZW
12781 * configure.in (target_libs): Added target-qthreads.
12782 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12783 (CONFIGURE_TARGET_MODULES): Likewise.
12784 (CHECK_TARGET_MODULES): Likewise.
12785 (INSTALL_TARGET_MODULES): Likewise.
12786 (CLEAN_TARGET_MODULES): Likewise.
12787 (all-target-qthreads): New target.
12788 (configure-target-libjava): Depend on configure-target-qthreads.
12789 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
12790
12791 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12792 (CONFIGURE_TARGET_MODULES): Likewise.
12793 (CHECK_TARGET_MODULES): Likewise.
12794 (INSTALL_TARGET_MODULES): Likewise.
12795 (CLEAN_TARGET_MODULES): Likewise.
12796 (all-target-libjava): New target.
12797 (all-target-boehm-gc): Likewise.
12798 * configure.in (target_libs): Added libjava, boehm-gc.
12799
d207ebef
JM
128001999-07-22 Ian Lance Taylor <ian@zembu.com>
12801
12802 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12803 configure.bat in SUPPORT_FILES.
12804 (gas+binutils.tar.bz2): Likewise.
12805
12806 * makeall.bat: Remove; obsolete.
12807
128081999-07-21 Ian Lance Taylor <ian@zembu.com>
12809
12810 From Mark Elbrecht:
12811 * configure.bat: Remove; obsolete.
12812
128131999-07-11 Ian Lance Taylor <ian@zembu.com>
12814
12815 * configure: Add -W -Wall to the default CFLAGS when compiling with
12816 gcc.
12817
12818Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12819
12820 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12821
128221999-06-30 Mark Mitchell <mark@codesourcery.com>
12823
12824 * configure.in: Build ld on IRIX6.
12825
128261999-06-12 Ian Lance Taylor <ian@zembu.com>
12827
12828 * Makefile.in: Change distribution targets to use bzip2 instead of
12829 gzip.
12830 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12831 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12832
128331999-06-04 Nick Clifton <nickc@cygnus.com>
12834
12835 * config.sub: Add mcore target.
12836
26d088fa
CD
12837Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12838
12839 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12840
c2c08b29
L
12841Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12842
12843 * config.guess (dummy): Changed to $dummy.
12844
671d0648
NC
128451999-05-24 Nick Clifton <nickc@cygnus.com>
12846
12847 * config.sub: Tidied up case statements.
12848
b1345c72
BE
128491999-05-22 Ben Elliston <bje@cygnus.com>
12850
51ccbd8d
BE
12851 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12852 <jiro@din.or.jp>.
12853
b1345c72
BE
12854 * config.guess: Merge with FSF version. Future changes will be
12855 more accurately recorded in this ChangeLog.
12856 * config.sub: Likewise.
12857
2caf864f
SM
12858Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12859
12860 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12861
d207ebef
JM
128621999-04-30 Tom Tromey <tromey@cygnus.com>
12863
12864 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12865
90fb0c24
TT
128661999-04-23 Tom Tromey <tromey@cygnus.com>
12867
12868 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12869
d207ebef
JM
128701999-04-20 Drew Moseley <dmoseley@cygnus.com>
12871
12872 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12873 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12874 Bad merge removed these two changes.
12875
3516940d 12876Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 12877 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
12878
12879 * config.guess (interix Alpha): Add.
12880
d207ebef
JM
128811999-04-11 Richard Henderson <rth@cygnus.com>
12882
12883 * configure.in (i?86-*-beos*): Do config gperf; don't config
12884 gdb, newlib, or libgloss.
12885
e891fbfe 12886Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 12887
e891fbfe
AO
12888 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12889 link a trivial program with -mabi=64. If it fails, remove mabi=64
12890 from multidirs.
12891
f9ae47d6
PT
12892Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12893
12894 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12895
d207ebef
JM
128961999-04-08 Nick Clifton <nickc@cygnus.com>
12897
12898 * config.sub: Add support for mcore targets.
12899
129001999-04-07 Michael Meissner <meissner@cygnus.com>
12901
12902 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12903 not mt-ospace, in order to shut up assembler warning about using
12904 symbols that are named the same as registers.
12905
129061999-04-07 Drew Moseley <dmoseley@cygnus.com>
12907
12908 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12909 dependency list for all-target-cygmon.
12910
129111999-04-05 Doug Evans <devans@casey.cygnus.com>
12912
12913 * config-ml.in: Check $host, not $target, for selective multilibs.
12914 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12915 thumb interworking, and underscore prefix multilibs.
12916
129171999-04-04 Ian Lance Taylor <ian@zembu.com>
12918
12919 * missing: Update to version from current automake.
12920
88101ab9
L
12921Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12922
12923 * configure (gxx_include_dir): Removed.
12924
12925 * configure.in (gxx_include_dir): Handle it.
12926 * Makefile.in: Likewise.
12927
d207ebef
JM
129281999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12929
12930 * config.sub (mips64vr4111,mips64vr4111el) Add.
12931
129321999-03-21 Ben Elliston <bje@cygnus.com>
12933
e490616e 12934 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 12935
8dc91cbe
ME
12936Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12937
8dc91cbe
ME
12938 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12939 config/mh-djgpp.
12940
d207ebef
JM
12941Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12942
12943 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12944 all-target-newlib to dependency list for all-target-bsp.
12945
926bb5ed
MK
12946Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12947
12948 * config.sub: Add i386-uwin support.
12949 * config.guess: Likewise.
12950
4a6e3000
FS
12951Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12952
12953 * configure.in: cleanup, add mh-*pic handling for arm, special
12954 case powerpc*-*-aix*
12955
d207ebef
JM
12956Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12957
12958 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12959 can be built.
12960
12961Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12962
12963 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 12964 targets.
d207ebef 12965
71c91078
NC
129661999-03-02 Nick Clifton <nickc@cygnus.com>
12967
12968 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12969
282e5df8
GN
12970Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12971
12972 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12973
1de558ee
NC
129741999-02-24 Nick Clifton <nickc@cygnus.com>
12975
12976 * config.sub: Fix typo in arm recognition.
12977
d207ebef
JM
12978Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12979
12980 * configure.in (noconfigdirs): Changed target_configdirs to
12981 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12982 rather than m68k-*-* since it is not known to work on
12983 m68k-aout. Ditto for arm-*-*oabi.
12984
12985Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12986
12987 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
12988
129891999-02-19 Ben Elliston <bje@cygnus.com>
12990
12991 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12992 Smart and improved by Andrew Cagney.
12993
fab7445a
ME
12994Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12995
12996 * config.guess: Recognize openbsd-*-hppa.
12997
8ccdc228
L
12998Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12999
13000 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13001 only if it is not empty.
13002
3b7265ff
NC
130031999-02-17 Nick Clifton <nickc@cygnus.com>
13004
13005 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 13006
d207ebef 13007 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
13008
13009 * config.sub: Modified to recognize uname's armv* syntax.
13010
d207ebef
JM
130111999-02-17 Mark Salter <msalter@cygnus.com>
13012
13013 * configure.in: Added target-bsp for sparclite.
13014
13015Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13016
13017 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13018
130191999-02-08 Nick Clifton <nickc@cygnus.com>
13020
13021 * configure.in: Add support for strongarm port.
13022 * config.sub: Add support for strongarm target.
13023
c48dd3f5 13024Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 13025
c48dd3f5
MK
13026 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13027 the old name config/mh-cygwin32.
13028 Enable texinfo.
13029
d207ebef
JM
13030Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13031
13032 * configure.in: Do build ld for ix86 Solaris.
13033
ecd62820
JW
13034Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13035
13036 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13037 $AR_FOR_TARGET. Likewise for RANLIB.
13038
bbd8fa7f 13039Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 13040
e490616e
ZW
13041 * config.sub (oabi): Recognize.
13042 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 13043
0397442c
RL
13044Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13045
13046 * config.guess: Improve detection of i686 on UnixWare 7.
13047
c9ffaa63
MK
13048Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13049
13050 * config.guess: Add support for i386-pc-interix.
13051 * config.sub: Likewise.
13052 * configure.in: Likewise.
c9ffaa63 13053
d207ebef
JM
13054Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13055
13056 * Makefile.in: Remove unneeded all-target-libio from
13057 from all-target-winsup target since it is now unneeded.
13058 Add all-target-libtermcap in its place since it is now
13059 needed.
13060
13061Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13062
13063 * configure.in: makefile stub for cygwin target is probably
13064 unnecessary. Remove it for now.
d207ebef
JM
13065
13066Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13067
13068 * configure.in: libtermcap.a should be built when cygwin is the
13069 target as well as the host.
13070 * config.guess: Allow mixed case in cygwin uname output.
13071 * Makefile.in: Add libtermcap target.
d207ebef 13072
ebe12325
JL
13073Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13074
13075 * config.sub: Clean up handling of hppa2.0.
13076
57057b67
RB
13077Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13078
13079 * config.guess: Use C code to identify more HP machines.
13080
f8670be1
JL
13081Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13082
13083 * config.sub: Handle hppa2.0.
13084
d207ebef
JM
13085Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13086
13087 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 13088 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
13089
130901998-12-15 Mark Salter <msalter@cygnus.com>
13091
13092 * configure.in: Added target-bsp for several target architectures.
13093
13094 * Makefile.in: Added rules for bsp.
13095
d1a09590
JL
13096Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13097
13098 * config.guess: Improve detection of hppa2.0 processors.
13099
13100Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13101
13102 * config.guess: Recognize FreeBSD using ELF automatically.
13103
71205e0b
MH
131041998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13105
13106 * configure (skip-this-dir): Add handling for new shell script, which
13107 might be created by a sub-directory's configure to indicate, this particular
13108 directory is "unwanted".
13109 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13110
d207ebef
JM
13111Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13112
13113 * ltconfig: import from libtool, after changing libtool to
13114 account for the cygwin name change.
13115
13116Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13117
13118 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13119 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13120
13121Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13122
13123 * configure.in: Add libtermcap to list of cygwin dependencies.
13124
13125Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13126
e490616e
ZW
13127 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13128 they include winsup/include when it's a cygwin target.
d207ebef
JM
13129
131301998-11-12 Tom Tromey <tromey@cygnus.com>
13131
13132 * configure.in (host_tools): Added zip.
13133 * Makefile.in (all-target-libjava): Depend on all-zip.
13134 (all-zip): New target.
13135 (ALL_MODULES): Added all-zip.
13136 (NATIVE_CHECK_MODULES): Added check-zip.
13137 (INSTALL_MODULES): Added install-zip.
13138 (CLEAN_MODULES): Added clean-zip.
13139
13140Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13141
13142 * Makefile.in: lose "32" from comment about cygwin.
13143
13144Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13145
13146 * configure.in: Use -Os to build target libraries for the fr30.
13147
13148Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13149
13150 * config.sub: Add fr30.
13151
13152Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13153
e490616e 13154 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
13155 cygwin* instead of cygwin32*.
13156 * config.sub: Check cygwin* instead of cygwin32*.
13157
d2ec8b39
RL
13158Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13159
13160 * config.guess: Match any version of Unixware7.
13161
d207ebef
JM
131621998-10-20 Syd Polk <spolk@cygnus.com>
13163
13164 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13165 if desired.
13166
35cd2565
JL
13167Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13168
13169 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13170 these if the appropriate directories and files to not exist.
13171
52d4e5b7
JL
13172Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13173
13174 * Makefile.in (DEVO_SUPPORT): Add config.if.
13175
38ada91e
MH
13176Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13177
13178 * configure: Add pattern to replace "build_tooldir"'s
13179 definition in the generated Makefile with "tooldir"'s
13180 actual value.
13181
e44e84da
JL
13182Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13183
56a8387f
JL
13184 * config.sub: Bring back lost sparcv9.
13185
e44e84da
JL
13186 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13187
5cb95c7a
JL
13188Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13189
13190 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13191 CC_FOR_TARGET and friends.
13192
13193Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13194
ceff9b14
AO
13195 * Makefile.in (build_tooldir): New variable, same as tooldir.
13196 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13197 -B$(build_tooldir)/bin/.
13198 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 13199
f2d11dcd
GP
13200Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13201
13202 * README: Remove installation instructions and refer to the
13203 INSTALL directory instead.
13204
73a6d2e7 13205Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 13206
73a6d2e7
RL
13207 * config.sub: Add support for i[34567]86-pc-udk.
13208 * configure.in: Likewise.
13209
5d4a5ee6
JL
13210Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13211
13212 * Makefile.in: add bzip2 package building bits for user
13213 tools module
13214 * configure.in: ditto
13215
6fc19d6d
JL
13216Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13217
13218 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13219 (ALL_TARGET_MODULES): Add all-target-libobjc.
13220 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13221 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13222 (all-target-libchill): Add dependencies.
13223 * configure.in (target_libs): Add libchill.
4e81ae98 13224
f653f0ab
MH
132251998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13226
13227 * configure.in (target_subdir): Remove duplicate line.
13228
5d4a5ee6
JL
13229Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13230
13231 * Makefile.in (all-automake): fix dependencies.
13232
494933e4
JL
13233Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13234
13235 * configure.in: Minor cleanups for building in the $(target_alias)
13236 subdir.
13237
f6b58262
JW
132381998-09-22 Jim Wilson <wilson@cygnus.com>
13239
13240 * Makefile.in (bootstrap): Set r and s before make all. Use
13241 BASE_FLAGS_TO_PASS in make all.
13242 (cross): Likewise.
13243
27c7a08d
MM
132441998-09-20 Mark Mitchell <mark@markmitchell.com>
13245
13246 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13247
e67afd1e
RH
13248Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13249
13250 * config.sub: Fix typo in last change.
13251
8e44ac71
MH
132521998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13253
13254 * config.sub: Add support for C4x target.
13255 * configure.in: Likewise.
13256
d7496fbb
DM
132571998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13258
13259 * config.sub: Recognize sparcv9 just like sparc64.
13260
22097bd1
RL
13261Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13262
13263 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13264
4b877abd
JL
13265Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13266
2c8ec9a2
JL
13267 * config.guess: Correctly identify Pentium II sco boxes.
13268
4b877abd
JL
13269 * config.guess: Fix "tr" code. From Weiwen Liu.
13270
ab03db52
JH
13271Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13272
13273 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13274 stabs.
13275
b54db294
JL
13276Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13277
13278 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13279 (ALL_TARGET_MODULES): Add all-target-libchill.
13280 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13281 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13282 (all-target-libchill): Add dependencies.
13283 * configure.in (target_libs): Add libchill.
13284
bf48dd73
LW
13285Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13286
13287 * config.guess: Avoid assumptions about "tr" behaves when
13288 LANG is set to something other than English.
13289
a3cbd105
L
13290Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13291
13292 * configure (gxx_include_dir): Changed to
13293 '${prefix}/include/g++'-${libstdcxx_interface}.
13294
13295 * config.if: New to determine the interfaces.
13296
c4acd909
MK
13297Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13298
13299 * config.guess: Detect and handle MPE/IX.
13300 * config.sub: Deal with MPE/IX.
13301
9ea97665
DE
13302Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13303
13304 * configure.in: Use mh-aix43.
13305
0ce065bd
MH
133061998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13307
13308 * configure: Fix --without/--disable cases for gxx-include-dir.
13309
5d4a5ee6
JL
13310Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13311
13312 * mdata-sh: Imported. Needed for automake support.
13313
13314Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13315
13316 * Makefile.in (taz): Try "chmod -R og=u ." before
13317 "chmod og=u `find . -print`".
13318
13319Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13320
13321 * configure.in: Add arm-elf and thumb-elf support.
13322
13323Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13324
13325 * Makefile.in: Undo previous patch.
13326
13327Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13328
13329 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13330 to here ...
13331 (install-no-fixedincludes): and here
13332 (INSTALL_MODULES): ... from here.
13333
466456d9
ILT
13334Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13335
13336 * config.sub: Merge with FSF.
13337
1b409d25
ILT
13338 * config.guess: Merge with FSF.
13339
d207ebef
JM
13340Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13341
13342 * configure (extraconfigdirs): New variable.
13343 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13344 * Makefile.in (all): Move higher in file.
13345 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13346 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13347 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13348 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13349 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13350
133511998-07-23 Brendan Kehoe <brendan@cygnus.com>
13352
13353 * Makefile.in (all-target-libjava): Depend on all-gcc and
13354 all-target-newlib.
13355 (configure-target-libjava): Depend on $(ALL_GCC).
13356
7f1937c1
RL
13357Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13358
13359 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13360 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13361
2ada2bd6
ML
13362Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13363
13364 * INSTALL/README: Fix typo.
13365
1e025bde
ML
13366Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13367
5d4a5ee6
JL
13368 * ylwrap: Change absolute path checks to check for DOS style path
13369 names.
1e025bde 13370
5d4a5ee6
JL
13371 * ylwrap: Don't use a full path name if the source file is in the
13372 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 13373
6755ff73
ILT
13374 * config-ml.in: Default to being verbose, to match Feb 18 change to
13375 configure.
13376
5d4a5ee6
JL
13377Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13378
13379 Brought over from egcs:
13380
13381 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13382
13383 * configure.in (target_subdir): Set to ${target_alias} instead
13384 of "libraries".
13385
13386 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13387
13388 * configure.in (target_subdir): Set to libraries if enable_multilib.
13389
13390Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13391
13392 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13393 multilibs, force reconfiguration the first time we create
13394 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13395
13396Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13397
13398 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13399 avoid confusion with --no-recursion.
13400
13401Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13402
13403 * configure.in: Win32 hosts shouldn't use install -x
13404 * install-sh: remove -x option, and special .exe-handling
13405 hack.
13406
d207ebef
JM
13407Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13408
13409 * config.guess: Recognize i586-pc-beos.
13410 * configure.in: Don't build some bits for beos.
13411
fbd836fc
ILT
13412Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13413
5d4a5ee6
JL
13414 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13415 CFLAGS default to -O2.
13416
fbd836fc
ILT
13417 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13418 when using GNU ld.
13419
13420Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13421
13422 * ltmain.sh: Correct install when using a different shell.
13423
13424Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13425
13426 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13427
d207ebef
JM
13428Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13429
13430 * makefile.vms: Update to build binutils/makefile.vms. Add install
13431 target.
fbd836fc
ILT
13432
13433Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13434
13435 * ltconfig: Update to correct AIX handling.
13436
69b471bc
JL
13437Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13438
81241b5e
JL
13439 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13440
69b471bc
JL
13441 * configure.in (target_subdir): Set to ${target_alias} instead
13442 of "libraries".
13443
bedf82df
MH
134441998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13445
13446 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13447 (Makefile): Depend on $(gcc_version_trigger).
13448
13449 * configure (gcc_version): Change default initializer to empty
13450 string.
13451 (gcc_version_trigger): New variable; pass this variable down
13452 to subdir configures to enable them checking gcc's version
13453 themselves. Emit make macros for both gcc_version vars.
13454 (topsrcdir): Initialize reliably.
13455 (recursion line): Remove --with-gcc-version=${gcc_version}.
13456
28e449d8
MH
134571998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13458
13459 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
13460 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13461 in $(libsubdir); emit definition in each generated Makefile.
13462 (gxx_include_dir): Initialize depending on
13463 $enable_version_specific_runtime_libs.
28e449d8 13464
50c4c9f7
MH
134651998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13466
13467 * configure (gcc_version): Initialize properly depending on
13468 how and where configure is started.
13469 (recursion line): Pass a --with-gcc-version=${gcc_version}
13470 to configures in subdirs.
13471
d207ebef
JM
13472Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13473
13474 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 13475 cygmon
d207ebef 13476
5d4a5ee6
JL
13477Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13478
13479 * configure.in: Add cygmon and libstub support for mn10200.
13480
2f96399b
MH
134811998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13482
13483 * configure (gcc_version): Add new variable describing the
13484 particular gcc version we're building.
13485 * Makefile.in (libsubdir): Add new macro for the directory
13486 in which the compiler finds executables, libraries, etc.
13487 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13488 and libsubdir.
13489
c4137c50
AO
13490Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13491
ceff9b14
AO
13492 * Makefile.in (local-clean): Remove *.log.
13493 (warning.log): Built with warn_summary from build.log.
13494 (mail-report.log): Run test_summary.
13495 (mail-report-with-warnings.log): Run test_summary including
13496 warning.log in the report.
c4137c50 13497
276d5ee0
RL
13498Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13499
13500 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13501
5d4a5ee6
JL
13502Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13503
13504 * Makefile.in (grep): Grep no longer depends on libiberty.
13505
13506Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13507
13508 * Makefile.in: all-snavigator needs all-libgui.
13509
13510Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13511
13512 * configure.in: Add cygmon and libstub support for mn10300.
13513
8af14275
ILT
13514Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13515
13516 * missing: Update to version from automake 1.3.
13517
fbd836fc
ILT
13518 * ltmain.sh: On installation, don't get confused if the same name
13519 appears more than once in the list of library names.
13520
466456d9
ILT
13521Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13522
13523 * config.sub: Accept m68060 and m5200 as CPU names.
13524
5d4a5ee6
JL
13525Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13526
13527 * configure: Use && rather than using -a in test, because odd
13528 strings can confuse test.
13529 * configure.in: Likewise.
13530
fbd836fc
ILT
13531Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13532
13533 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13534
f0983958
AO
13535Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13536
13537 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 13538 bootstrap4-lean): New targets.
f0983958 13539
bfed1ea0
JL
13540Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13541
13542 * mpw-* Delete. Not used.
13543
5d4a5ee6
JL
13544Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13545
13546 * COPYING.LIB: Update FSF address.
13547
bfed1ea0
JL
13548Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13549
13550 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13551
5d4a5ee6
JL
13552 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13553 GAS_SUPPORT_DIRS.
13554
bfed1ea0
JL
13555Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13556
13557 * ltconfig, ltmain.sh: Avoid producing a version number if
13558 -version-info was not used.
13559
5d4a5ee6
JL
13560Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13561
13562 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13563 building with newlib.
13564
135651998-04-30 Paul Eggert <eggert@twinsun.com>
13566
d207ebef 13567 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 13568 Solaris `make' causes it to continue to next definition.
d207ebef
JM
13569
13570Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13571
13572 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13573 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
13574
13575Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13576
13577 * configure.in: Change alpha to alpha* in several places.
13578
d207ebef
JM
13579Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13580
13581 * config.sub: Recognize sparc86x.
13582
77be0cab
MM
13583Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13584
13585 * configure.in (--enable-target-optspace): Remove debug echo.
13586
62441128
JW
13587Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13588
13589 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13590
bfed1ea0
JL
13591Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13592
13593 * ltconfig: Update cygwin32 support.
13594
5d4a5ee6
JL
13595 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13596 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13597 (GDB_SUPPORT_DIRS): Likewise.
13598
3f4ea1de
MM
13599Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13600
13601 * configure.in (target_makefile_frag): If --enable-target-optspace,
13602 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
13603 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13604 not used.
13605 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 13606
5d4a5ee6
JL
13607Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13608
13609 * Makefile.in (all-bfd): Depend on all-intl.
13610 (all-binutils): Likewise.
13611 (all-gas): Likewise.
13612 (all-gprof): Likewise.
13613 (all-ld): Likewise.
13614
136151998-04-19 Brendan Kehoe <brendan@cygnus.com>
13616
13617 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13618
bfed1ea0
JL
13619Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13620
5d4a5ee6
JL
13621 * Makefile.in (all-bfd): Depend upon all-libiberty.
13622
bfed1ea0
JL
13623 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13624
5d4a5ee6
JL
13625Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13626
13627 * Makefile.in: Add libstub.
13628
13629 * configure.in: Ditto. Build libstub for targets that have cygmon
13630 support.
13631
13632Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13633
13634 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13635
13636Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13637
13638 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13639 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13640
ec8d6ddc
KW
13641Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13642
13643 * configure: Define DEFAULT_M4 by searching PATH.
13644 * Makfile.in: Use DEFAULT_M4.
13645
bfed1ea0
JL
13646Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13647
13648 * ltconfig: Add cygwin32 support.
13649
5d4a5ee6
JL
13650 * Makefile.in, configure.in: Add libtool as a native only directory
13651 to configure and build.
13652
547a6183
JL
13653Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13654
13655 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13656
5d4a5ee6 13657Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 13658
5d4a5ee6
JL
13659 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13660
13661Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13662
13663 * Makefile.in: add ash make rules
13664 * configure.in: add ash to native_only and host_tools lists
13665
13666Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13667
13668 * Makefile.in (all-gettext, all-intl): New targets.
13669 (ALL_MODULES): Added all-gettext, all-intl.
13670 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13671 (INSTALL_MODULES): Added install-gettext, install-intl.
13672 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13673
13674 * configure.in (host_tools): Added gettext.
13675 (native_only): Likewise.
13676 (noconfigdirs) [various cases]: Likewise.
13677 (host_libs): Added intl.
13678
d207ebef
JM
13679Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13680
13681 * configure: Do not disable building gdbtk for cygwin32 hosts.
13682
e98e406f
NC
13683Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13684
13685 * configure.in: Add thumb-coff target.
13686 * config.sub: Add thumb-coff target.
13687
5d4a5ee6
JL
13688Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13689
13690 * Makefile.in: Revert yesterday's change.
13691 (all-target-winsup): all-target-librx stays out of here.
13692
13693Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13694
13695 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13696 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13697 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13698 Remove references to librx and libg++.
13699
13700Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13701
13702 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13703 recursive makes
13704
bfed1ea0
JL
13705Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13706
13707 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 13708 for newlib directory.
bfed1ea0
JL
13709 (CXX_FOR_TARGET): Likewise.
13710
13711Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13712
13713 * ltconfig: Update after libtool/ltconfig.in change for
13714 hpux11.
13715
13716Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13717
13718 * ltconfig, ltmain.sh: Update to libtool 1.2.
13719
3cd730af
MH
13720Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13721
13722 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13723 (install-gcc-cross): Instead, override LANGUAGES here.
13724
80564603
DL
137251998-03-18 Dave Love <d.love@dl.ac.uk>
13726
13727 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13728 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13729
d207ebef
JM
13730Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13731
13732 * configure.in: Add Thumb-pe target.
13733
5d4a5ee6 13734Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 13735
5d4a5ee6
JL
13736 * Makefile.in - changed sn targets to snavigator
13737 * configure.in - changed sn targets to snavigator
13738
2d4a0558
MH
13739Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13740
13741 * config-ml.in: After building symlink tree call make distclean
13742 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13743 to be the case for libiberty.
13744
04b93567
L
13745Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13746
13747 * configure: When making link, also check the current
13748 directory. The configure scripts may create one.
13749
9a06b842
RH
13750Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13751
13752 * config.sub: Accept alphapca56 and alphaev6 properly.
13753
217fc4e6
FS
13754Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13755
13756 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13757
3e07bdbd 13758Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 13759
e490616e 13760 * config.sub (sco5): Fix typo.
3e07bdbd 13761
5d4a5ee6
JL
13762Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13763
13764 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13765 install-itcl.
13766 (install-itcl): Remove dependency on install-tcl.
13767
13768Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13769
13770 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13771
13772Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13773
13774 * configure.in: Don't build libgui for a cygwin32 target when not on
13775 a cygwin32 host.
13776
13777Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13778
13779 * configure (redirect): Set to null, so default behavior of
13780 configure is now --verbose.
13781
ce0d965c
DL
137821998-02-16 Dave Love <d.love@dl.ac.uk>
13783
13784 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13785 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13786
3acd1fd0
MH
13787Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13788
13789 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13790 this change to sync Makefile.in with its ChangeLog entries.
13791
5d4a5ee6
JL
13792Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13793
13794 * ltmain.sh (mkdir): Check that the directory doesn't exist
13795 before we exit with error, so that we don't get races during
13796 parallel builds.
13797
bfed1ea0
JL
13798Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13799
13800 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13801
4e77e8f1
MH
13802Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13803
13804 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13805 PICFLAG_FOR_TARGET.
13806 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13807
13808 * configure: Emit a definition for the new macro enable_shared
13809 into each Makefile.
13810
5d4a5ee6
JL
13811Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13812
13813 * configure.in (host_tools, native_only): Add libtool.
13814
13815Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13816
13817 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13818 Fix typo in ming config comment.
13819
bfed1ea0
JL
13820Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13821
13822 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13823
5d4a5ee6
JL
13824Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13825
13826 * config.sub: Add tic30 cases, and map c30 to tic30.
13827
8821a725
RH
13828Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13829
13830 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13831 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13832 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13833 (CLEAN_TARGET_MODULES): Similarly
13834 (all-target-libf2c): Add dependences.
4e81ae98 13835 * configure.in (target_libs): Add libf2c.
8821a725 13836
5d4a5ee6
JL
13837Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13838
13839 * configure.in: Remove expect from noconfigdirs when target
13840 is cygwin32. OK to build expect and dejagnu with Canadian
13841 Cross.
13842
0aadd657
ILT
13843Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13844
5d4a5ee6
JL
13845 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13846 host.
13847
0aadd657
ILT
13848 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13849 and mingw32.
13850
d0a8352c
MH
13851Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13852
13853 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13854 here as it is not defined in the toplevel Makefile.
13855
59739e3c
MH
13856Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13857
13858 * configure (package_makefile_rules_frag): New variable, which names
13859 a file with generic rules, ...
13860 Change comment to mention we now have FIVE parts.
13861 * configure: Undo last change.
13862
228197ee
LT
13863Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13864
13865 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 13866 * config.sub: More accurate determination of HP processor types.
228197ee 13867
efd4c0ba
MH
13868Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13869
13870 * configure (package_makefile_frag): Move inserting the
13871 ${package_makefile_frag} to where it should be according
13872 to the comment.
13873
6eef3189
PB
13874Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13875
13876 * config.guess: Add support for Linux/ARM.
13877
d207ebef
JM
13878Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13879
13880 * .cvsignore: Remove *-info and *-install since they match
13881 release-info and mpw-install, which we don't want to just ignore.
13882
48464ebf
RH
13883Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13884
13885 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13886
803462a7
PN
13887Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13888
13889 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13890 local_prefix to sub-make invocations.
13891
520ab477
L
13892Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13893
13894 * configure.in: Check makefile fragments in the source
13895 directory.
13896
4bcdb76d
AO
13897Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13898
ceff9b14
AO
13899 * configure.in: Check whether host and target makefile
13900 fragments exist before adding them to *_makefile_frag.
4bcdb76d 13901
5d4a5ee6
JL
13902Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13903
13904 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13905
13906Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13907
13908 * configure.in: Make sure we only replace RPATH_ENVVAR on
13909 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13910 regexp to sed.
13911
13912 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13913 to sub-makes.
13914
0d3e11a5
LI
139151998-01-13 Lee Iverson (leei@ai.sri.com)
13916
13917 * config-ml.in (multi-do): LDFLAGS must include multilib
13918 designator.
13919
d45b3d87 13920Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
13921
13922 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13923
d39cd7a1
MK
13924Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13925
13926 * config.sub: Add mingw32 support.
13927 * configure.in: Likewise.
d39cd7a1 13928
6decbc24
FS
13929Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13930
13931 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13932
5d4a5ee6
JL
13933Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13934
13935 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13936 * configure (gxx_include_dir): Provide a definition for subdirs
13937 which do not use autoconf.
13938
13939Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13940
13941 * config.guess: Sync with egcs. Picks up new alpha support,
13942 BeOS & some additional linux support.
13943
d3d1907a
JL
13944Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13945
13946 * config.guess: HP 9000/803 is a PA1.1 machine.
13947
b104e095
RH
13948Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13949
13950 * configure.in: It's alpha*-...
13951
aca823c1
L
13952Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13953
13954 * configure.in (host_makefile_frag, target_makefile_frag):
13955 Handle multiple config files.
13956 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13957 alpha-*-*.
13958
d207ebef
JM
13959Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13960
13961 * mkdep: New file.
13962
13963Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13964
13965 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13966
5d4a5ee6
JL
13967Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13968
13969 * Makefile.in: Add libgui directory.
13970 (GDB_TK): Add all-libgui.
13971 * configure.in: Add libgui directory.
13972 * configure: Add all-libgui to GDB_TK.
13973
13974Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13975
13976 * config-ml.in (multidirs): Add m32r to multilib list.
13977
13978Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13979
13980 * Makefile.in (all-target-gperf): Change dependency to
13981 all-target-libstdc++.
13982
baf55877
FF
13983Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13984
13985 * config.guess: Add BeOS support.
13986
5d4a5ee6
JL
13987Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13988
13989 Source directory cvs renamed to cvssrc:
13990 * configure.in (host_tools): Change cvs to cvssrc.
13991 (native_only): Likewise.
13992 (noconfigdirs) [various cases]: Likewise.
13993 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13994 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13995 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13996 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13997 (all-cvssrc): Rename target from all-cvs.
13998
f2d76545
JL
13999Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14000
14001 * configure (gxx_include_dir): Fix thinko.
14002
205cba53
JL
14003Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14004
14005 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14006 (install-cross, install-gcc-cross): New targets.
14007
5d4a5ee6
JL
14008Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14009
14010 * configure.in (noconfigdirs): Add support for Thumb target.
14011
14012 * config.sub (maybe_os): Add support for Thumb target.
14013
14014Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14015
14016 * Makefile.in: Add rules for cygmon.
14017
14018 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14019
96b0f1fc
JL
14020Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14021
14022 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14023 * configure (gxx_include_dir): Provide a definition for subdirs
14024 which do not use autoconf.
d207ebef
JM
14025
14026Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14027
14028 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 14029 11/18/97 build
d207ebef 14030
7dfef6ed
JL
14031Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14032
14033 * From Franz Sirl.
14034 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14035 found on RedHat Linux systems.
96b0f1fc 14036
83cfe7c0
JL
14037Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14038
14039 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14040 guesses.
14041
7dfef6ed
JL
14042Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14043
14044 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14045
5d4a5ee6
JL
14046Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14047
14048 * ltmain.sh: If mkdir fails, check whether the directory was created
14049 anyhow by some other process.
14050
d207ebef
JM
14051Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14052
14053 * configure.in (d30v-*-*): Configure all directories.
14054
14055Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14056
14057 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14058 for the D30V.
14059
14060Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14061
14062 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14063
5d4a5ee6
JL
14064Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14065
e490616e
ZW
14066 * include/libiberty.h: Add extern "C" { so it can be used with C++
14067 progrms.
14068 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14069 programs.
5d4a5ee6 14070
d207ebef
JM
14071Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14072
14073 * configure.in (d30v-*-*): Configure GCC now.
14074
5d4a5ee6
JL
14075Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14076
14077 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14078 is no longer needed.
14079
c9670e62
JM
14080Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14081
14082 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14083
cc71c0ca
MH
14084Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14085
14086 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14087 targets using "$@" to provide support for similar but not identical
14088 targets without having to duplicate code.
14089
d207ebef
JM
14090Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14091
14092 * makefile.vms: Fix to work with DEC C.
14093
14094Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14095
14096 * config.sub: Add mips-tx39-elf to marketing names.
14097
14098Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14099
14100 * ltmain.sh: Handle symlinks in generated script.
14101
14102Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14103
14104 * configure: Handle autoconf style directory options: --bindir,
14105 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14106 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14107 --sysconfdir.
14108 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14109 (sharedstatedir, localstatedir, oldincludedir): New variables.
14110 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14111 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14112 sbindir, sharedstatedir, and sysconfdir.
14113
b1e3ddfd
AJ
14114Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14115
14116 * Makefile.in (bootstrap-lean): New target.
14117
d207ebef
JM
14118Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14119
14120 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 14121 sn, and gnuserv from noconfigdirs.
d207ebef
JM
14122
14123Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14124
14125 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14126
09f97c1e
JL
14127Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14128
14129 * Makefile.in (cross): New target.
14130
335d0ab2
AO
14131Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14132 Jeff Law <law@cygnus.com>
14133
14134 * Makefile.in (bootstrap2, bootstrap3): New targets.
14135 (all-bootstrap): Remove outdated and confusing target.
339c9b00 14136 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 14137
d207ebef
JM
14138Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14139
14140 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 14141 windows. Consistent with gdb/configure.
d207ebef 14142
e693cc28
UD
141431997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14144
e693cc28
UD
14145 * configure.in: Name Linux target fragment.
14146
14147 * configure: Rewrite so that project Makefile fragment is inserted
14148 first and appears last in the resulting Makefile.
14149
d207ebef
JM
14150Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14151
14152 * Makefile.in (install-itcl): Install tcl first.
14153
5d4a5ee6
JL
14154Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14155
14156 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14157
f401679e
JW
14158Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14159
14160 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14161
14162 * configure.in (skipdirs): Add target-librx for Linux.
14163 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14164
ec20b1b9
JL
14165Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14166
14167 * Makefile.in (bootstrap): New target.
14168
becdcf6d
JL
14169Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14170
63f6bcd7 14171 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 14172
d207ebef
JM
14173Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14174
14175 * config.guess: Merge with FSF.
14176
0c82f6bf
FF
14177Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14178
14179 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14180
d207ebef
JM
14181Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14182
14183 * config.sub: Add "marketing-names" patch.
14184
3fbc0b70
JS
14185Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14186
e490616e 14187 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 14188
e20d4801
JL
14189Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14190
14191 * config.sub: Handle v850-elf.
14192
fe181f78 14193Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
14194
14195 * .cvsignore (*-install): Remove.
14196
bfed1ea0
JL
14197Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14198
14199 * ltconfig: Set CONFIG_SHELL in libtool.
14200 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14201
558a1e7c
JW
14202Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14203
14204 * configure.in (target_subdir): Set to libraries if enable_multilib.
14205
7818d6fc
JW
14206Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14207
14208 * config.guess: Update from gcc directory.
14209
d207ebef
JM
14210Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14211
14212 * Makefile.in (all-sim): Depends on all-readline.
14213
6599da04
JM
14214Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14215
14216 * Makefile.in (BISON, YACC): Use $$s.
14217 (all-bison): Depend on all-texinfo.
14218
14219Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14220
14221 * Makefile.in (BISON): Add -L flag.
14222 (YACC): Likewise.
14223
d207ebef
JM
14224Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14225
4e81ae98
EC
14226 * configure.in (noconfigdirs): Add support for v850e target.
14227
d207ebef
JM
14228 * config.sub (maybe_os): Add support for v850e target.
14229
14230Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14231
4e81ae98
EC
14232 * configure.in (noconfigdirs): Add support for v850ea target.
14233
d207ebef
JM
14234 * config.sub (maybe_os): Add support for v850ea target.
14235
6599da04
JM
14236Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14237
14238 * config.sub: Add mipstx39. Delete r3900.
14239
14240Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14241
14242 * Makefile.in (all-autoconf): Depends on all-texinfo.
14243
14244Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14245
14246 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14247 eabi targets.
14248
14249Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14250
14251 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14252
14253 * configure: When handling a Canadian Cross, handle YACC as well as
14254 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 14255 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
14256
14257Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14258
14259 * Makefile.in (BISON): bison, not byacc or bison -y.
14260 (YACC): bison -y or byacc or yacc.
14261 (various): Add *-bison as appropriate.
14262 (taz): No need to mess with BISON anymore.
14263
14264Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14265
14266 * configure: If OSTYPE matches *win32*, try to find a good value for
14267 CONFIG_SHELL.
14268
14269Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14270
14271 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14272 configure.in if it is present.
14273
14274Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14275
14276 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14277
14278Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14279
14280 * config.sub: Recognize `arc' cpu.
14281 * configure.in: Likewise.
14282 * config-ml.in: Likewise.
14283
14284Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14285
14286 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14287
14288Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14289
14290 * configure: Changed sed delimiter from ':' to '|' when
14291 attempting to substitute ${config_shell} for SHELL. On
14292 NT ${config_shell} may contain a ':' in it.
14293
14294Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14295
14296 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14297
14298Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14299
14300 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14301
14302Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14303
14304 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14305
14306 * ylwrap: If the program is a relative path, force it to be
14307 absolute.
14308
14309Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14310
14311 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14312
14313Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14314
14315 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
14316 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14317 for libraries.
6599da04
JM
14318
14319Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14320
14321 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 14322 separated by spaces.
6599da04
JM
14323
14324Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14325
14326 * ylwrap: New file.
14327 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14328
14329 * ltmain.sh: Handle /bin/sh at start of install program.
14330
14331 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14332
14333 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14334 * missing: New file, from automake 1.2.
14335
14336Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14337
14338 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14339 check-tk to CHECK_X11_MODULES.
14340
14341Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14342
14343 * config.sub: Merge with FSF.
14344
14345Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14346
14347 * config.guess: Merge with FSF.
14348
14349Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14350
14351 * configure: Treat msdosdjgpp like go32.
14352 * configure.in: Likewise. Don't remove gprof for go32.
14353
14354 * configure: Change Makefile.tem2 to Makefile.tm2.
14355
14356Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14357
14358 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14359
14360Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14361
14362 * install-sh (chmodcmd): Set to null if the DST directory already
14363 exists. Same as Nov 11th change.
14364
14365Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14366
4e81ae98 14367 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
14368
14369Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14370
14371 * config.guess: Update from FSF.
14372
14373Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14374
14375 * Makefile.in (GDB_TK): Depend on itcl and tix.
14376
14377Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14378
14379 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14380 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14381 (INSTALL_SCRIPT): New variable.
14382 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14383 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14384 to -x.
14385 * install-sh: Add support for -x option.
14386
14387Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14388
14389 * configure.in, Makefile.in: Treat tix like itcl.
14390
14391Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14392
14393 * Makefile.in (WINDRES): New variable.
14394 (WINDRES_FOR_TARGET): New variable.
14395 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14396 (EXTRA_HOST_FLAGS): Add WINDRES.
14397 (EXTRA_TARGET_FLAGS): Add WINDRES.
14398 (EXTRA_GCC_FLAGS): Add WINDRES.
14399 ($(DO_X)): Pass down WINDRES.
14400 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14401 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14402 DLLTOOL_FOR_TARGET.
14403
14404Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14405
14406 * configure.in: configure sim before gdb for win32-x-ppc
14407
14408Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14409
14410 Move gperf into the toplevel, from libg++.
14411 * configure.in (target_tools): Add target-gperf.
14412 (native_only): Add target-gperf.
14413 * Makefile.in (all-target-gperf): New target, depend on
14414 all-target-libg++.
14415 (configure-target-gperf): Empty rule.
14416 (ALL_TARGET_MODULES): Add all-target-gperf.
14417 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14418 (CHECK_TARGET_MODULES): Add check-target-gperf.
14419 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14420 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14421
14422Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 14423
6599da04
JM
14424 * config.sub (mn10200): Recognize new basic machine.
14425
14426Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14427
14428 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14429 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14430
14431Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14432
14433 * configure.in: If we're building mips-sgi-irix6* native, turn on
14434 ENABLE_MULTILIB and set TARGET_SUBDIR.
14435
14436Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14437
14438 * Makefile.in (all-sn): Depend on all-grep.
14439
14440Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14441
14442 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14443
14444 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14445 Makefile. From Jeff Makey <jeff@cts.com>.
14446 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14447
14448 * Makefile.in (DISTBISONFILES): Remove.
14449 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14450 $(DEFAULT_YACC).
14451
14452 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 14453 cygwin32.
6599da04
JM
14454
14455 * Makefile.in (LD): New variable.
14456 (EXTRA_HOST_FLAGS): Pass down LD.
14457 ($(DO_X)): Likewise.
14458
14459Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14460
14461 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14462
14463Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14464
14465 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 14466 before adding our own. Always add --build.
6599da04
JM
14467
14468Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14469
14470 * configure.in (targargs): Pass --build if we're doing
14471 a cross-compile.
14472
14473Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14474
ca236658 14475 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
14476 sed. Otherwise sed chokes on NT path names with drive
14477 designators. Also look for "?:*" as the leading characters in an
14478 absolute pathname.
14479
14480Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14481
14482 * config.sub: Support for r3900.
14483
14484Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14485
14486 * configure.in: Use install-sh, not install.sh.
14487
14488Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14489
14490 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14491 apply it twice.
14492
14493Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14494
14495 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14496 install-binutils.
14497
14498Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14499
14500 * Makefile.in: Add automake targets.
14501 * configure.in (host_tools): Add automake.
14502
14503Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14504
14505 * configure: Default CXX to c++, not gcc.
14506 * Makefile.in (CXX): Set to c++, not gcc.
14507 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14508
14509Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14510
14511 * install-sh: try appending a .exe if source file doesn't
14512 exist
14513
14514Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14515
14516 * configure.in: Turn on multilib by default.
14517 (cross_only): Remove target-libiberty.
14518
14519 * Makefile.in (all-gcc): Don't depend on libiberty.
14520
14521Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14522
14523 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14524
14525Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14526
14527 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14528 (DISTBISONFILES): Add ld/Makefile.in
14529
14530Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14531
14532 * configure.in: if target is cygwin32 but host isn't cygwin32,
14533 don't configure gdb tcl tk expect, not just gdb.
14534
14535Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14536
14537 * configure.in: Added gnuserv everywhere sn appears.
14538
14539 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14540 (CROSS_CHECK_MODULES): Added check-gnuserv.
14541 (INSTALL_MODULES): Added install-gnuserv.
14542 (CLEAN_MODULES): Added clean-gnuserv.
14543 (all-gnuserv): New target.
14544
14545Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14546
14547 * config.guess: Fixes for MIPS OpenBSD systems.
14548
14549Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14550
14551 * Makefile.in (INSTALL_XFORM): Remove.
14552 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14553
14554 * mkinstalldirs: New file, copied from automake.
14555 * Makefile.in (installdirs): Rename from install-dirs. Use
14556 mkinstalldirs. Change all users.
14557 (DEVO_SUPPORT): Add mkinstalldirs.
14558
14559Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14560
14561 * install-sh: Rename from install.sh.
14562 * Makefile.in (INSTALL): Change install.sh to install-sh.
14563 (DEVO_SUPPORT): Likewise.
14564
14565 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14566 Graichen <graichen@rzpd.de>.
14567
14568Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14569
14570 * config.guess: Recognize OpenBSD systems correctly.
14571
14572Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14573
14574 * README, Makefile.in (ETC_SUPPORT): Remove references to
14575 cfg-paper*, configure.{texi,man,info*}._
14576
14577Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14578
14579 * Makefile.in (all.normal): Ensure that gcc is built after all
14580 the x11 - ie gdb - targets.
14581
14582Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14583
14584 * makefile.vms: Don't run conf-a-gas.
14585
14586Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14587
e490616e 14588 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 14589
d207ebef
JM
14590Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14591
14592 * configure.in: Remove noconfigdirs case since gdb also
14593 configures and builds for tic80-coff.
14594
6599da04
JM
14595Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14596
14597 * configure: Set cache_file to config.cache.
14598 * Makefile.in (local-distclean): Remove config.cache.
14599
14600Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14601
14602 * COPYING: Update FSF address.
14603
d207ebef
JM
14604Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14605
14606 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14607 noconfigdirs.
14608
6599da04
JM
14609Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14610
14611 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14612 MAKEDIRS, is empty.
14613
14614Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14615
14616 * config.sub: Tweak mn10300 entry.
14617
14618Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14619
14620 * configure.in (host_tools): Put sim before gdb, so gdb's
14621 configure.tgt can determine if the simulator was configured.
14622
14623Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14624
14625 * config.sub: Move BeOS $os case to be with other Cygnus
14626 local cases.
14627
14628Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14629
14630 * config.sub: Remove misplaced comment that broke Linux.
14631
14632Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14633
14634 * config.sub: Add BeOS support.
14635
14636Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14637
14638 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14639
14640Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14641
14642 * configure.in (noconfigdirs): Remove tcl and tk from
14643 noconfigdirs for cygwin32 builds.
14644
d207ebef
JM
14645Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14646
14647 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14648
6599da04
JM
14649Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14650
14651 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14652 make-all.com, use makefile.vms instead.
14653
14654Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14655
14656 * config.sub: Accept -lnews*.
14657
d207ebef
JM
14658Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14659
14660 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 14661 target-examples and target-libiberty for d30v.
d207ebef
JM
14662
14663Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14664
14665 * configure.in (noconfigdirs): Enable ld for d30v.
14666
14667Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14668
14669 * configure.in (tic80-*-*): Build compiler.
14670
14671Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14672
14673 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 14674 unsupported d30v directories
d207ebef
JM
14675
14676Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14677
4e81ae98
EC
14678 * config.sub, configure.in: Add d30v target cpu.
14679
6599da04
JM
14680Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14681
14682 * makefile.vms: New file.
14683 * make-all.com: Remove.
14684
14685Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14686
14687 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14688
14689Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14690
14691 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14692
14693Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14694
14695 * Makefile.in (ALL_MODULES): Added all-db.
14696 (CROSS_CHECK_MODULES): Addec check-db.
14697 (INSTALL_MODULES): Added install-db.
14698 (CLEAN_MODULES): Added clean-db.
14699
14700Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14701
14702 * config.guess: Merge with latest FSF sources.
14703
14704Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14705
14706 * Makefile.in (ALL_MODULES): Added all-itcl.
14707 (CROSS_CHECK_MODULES): Added check-itcl.
14708 (INSTALL_MODULES): Added install-itcl.
14709 (CLEAN_MODULES): Added clean-itcl.
14710
14711Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14712
14713 * configure.in: build gdb for mn10200
14714
14715Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14716
14717 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14718
d207ebef
JM
14719Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14720
14721 * configure.in (tic80-*-*): Turn off most targets right now.
14722
6599da04
JM
14723Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14724
14725 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14726 rather than the makeinfo program.
14727 (do-info): Depend upon all-texinfo.
14728
14729Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14730
14731 * configure.in: Remove uses of config/mh-linux.
14732
14733 * config.sub, config.guess: Merge with latest FSF sources.
14734
d207ebef
JM
14735Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14736
14737 * config.sub (case $basic_machine): Add tic80 entries.
14738
6599da04
JM
14739Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14740
14741 * config.sub, config.guess: Merge with latest FSF sources.
14742
14743Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14744
14745 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14746 * mpw-config.in: Test for NewFolderRecursive.
14747 * mpw-install: Use symbolic name for startup filename.
14748 * mpw-README: Add various additional details.
14749
14750Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14751
14752 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14753
14754Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14755
14756 * configure.in: Do build gcc and the target libraries for
14757 the mn10200.
14758
14759Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14760
14761 * configure.in: don't avoid building gdb for mn10300 any more
14762 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14763 instead of single-quoting it.
14764
14765Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14766
14767 * configure.in: Don't use --with-stabs on IRIX 6.
14768
14769Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14770
14771 * configure.in (m32r): Build gdb, libg++ now.
14772
14773Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14774
14775 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14776 directories from noconfigdirs.
14777
14778Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14779
14780 * config.sub (basic_machine): added mips16 configuration
14781
14782Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14783
14784 * config.sub: Handle d10v-unknown.
14785
d207ebef
JM
14786Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14787
14788 * config.sub: Handle v850-unknown.
14789
6599da04
JM
14790Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14791
14792 * Makefile.in: add findutils
14793 * configure.in: add findutils to list of host_tools
14794
14795Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14796
14797 * config.sub: Handle mn10200 and mn10300.
14798
14799Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14800
14801 * configure.in (d10v-*): Do not build librx.
14802
14803Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14804
14805 * configure.in (mn10300): Build everything except gdb & libgloss.
14806
14807Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14808
14809 * config.guess: Patch for Dansk Data Elektronik servers,
14810 from Niels Skou Olsen <nso@dde.dk>.
14811
14812 For ncr, use /bin/uname rather than uname, since GNU uname does not
14813 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14814
14815 Patch for MIPS R4000 running System V,
14816 from Eric S. Raymond <esr@snark.thyrsus.com>.
14817
14818 Fix thinko for nextstep.
14819
14820 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14821
14822 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14823 * config.guess: Guess mips-dec-mach_bsd4.3.
14824
14825 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14826 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14827 release numbers.
14828 * config.guess (mips-mips-riscos*): Emit just enough of the
14829 release number.
14830
14831 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14832 * config.guess (sparc-auspex-sunos*): Added.
14833 (f300-fujitsu-*): Added.
14834
14835 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14836 * config.guess: Recognize a Tadpole as a sparc.
14837
14838Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14839
14840 * config.guess: Don't assume that NextStep version is either 2 or
14841 3. NextStep 4 (aka OpenStep 4) has come out now.
14842
14843Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14844
14845 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14846 From Rik Faith <faith@cs.unc.edu>.
14847
14848Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14849
14850 * config.sub: Contributions from bug-gnu-utils to:
14851 Support plain "hppa" (no version given) architecture, reported by
14852 OpenStep.
14853 OpenBSD like NetBSD.
14854 LynxOs is not a hardware supplier.
14855
14856 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 14857 OpenBSD like NetBSD.
6599da04
JM
14858 Stratus systems.
14859 More Pyramid systems.
14860 i[n>4]86 Intel chips.
14861 M680[n>4]0 Motorola chips.
14862 Use unknown instead of lynx for hardware manufacturer.
14863
14864Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14865
14866 * install.sh (chmodcmd): Set to null if the DST directory already
14867 exists.
14868
14869Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14870
14871 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14872 not use mt-ppc target Makefile fragment any more.
14873
14874Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14875
14876 * configure.in (*-*-windows): Exclude everything but those dirs
14877 needed to build windows.
14878
14879Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14880
14881 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14882
14883Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14884
14885 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
14886
14887Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14888
14889 * Undo my previous change.
14890
14891Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14892
14893 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14894 unconditionally.
14895 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14896
14897Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14898
14899 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14900 host to add it's own flags.
6599da04
JM
14901
14902Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14903
14904 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14905
14906Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14907
14908 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14909 (CXX_FOR_TARGET): Likewise.
14910 (GCC_FOR_TARGET): Define.
14911 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14912 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14913 CC_FOR_TARGET was specified on the command line.
14914 (MAKEOVERRIDES): Don't define.
14915
14916Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14917
14918 * configure.in (m32r): Fix spelling of libg++ libs.
14919
14920Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14921
14922 * config.sub (-apple*): Remove, now redundant.
14923
14924Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14925
14926 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14927
14928 * configure: Rework yesterday's sed script patch.
14929
14930 * config.sub: Merge with FSF.
14931
14932Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14933
14934 * config.guess: Merge from FSF.
14935
14936 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
14937 * config.guess: Use pc instead of unknown, for pc clone systems.
14938 Change linux to linux-gnu.
6599da04
JM
14939
14940 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 14941 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
14942
14943Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14944
14945 * test-build.mk (HOLES): Add "xargs" for gdb.
14946
14947 * configure: Avoid hpux10.20 sed bug.
14948
14949Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14950
731a8127 14951 * configure.in: Add support for windows host
6599da04
JM
14952 (that is a build done under the Microsoft build environment).
14953
14954Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14955
14956 * Makefile.in: Replace all uses of srcroot with s, to shrink
14957 command line lengths.
14958
14959 Patches from Geoffrey Noer <noer@cygnus.com>:
14960 * configure.in: If configuring for newlib, pass --with-newlib to
14961 subdirectories.
14962 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14963 -Bnewlib/ and -Lwinsup to gcc.
14964 (CXX_FOR_TARGET): Likewise.
14965
14966Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14967
14968 * Makefile.in (ETC_SUPPORT): Add configure.
14969
14970Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14971
4e81ae98 14972 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
14973 host configuration file.
14974
14975Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14976
14977 * configure.in: Break mn10x00 support into separate
14978 mn10200 and mn10300 configurations.
14979 * config.sub: Likewise.
14980
14981Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14982
14983 * configure.in: Add lots of stuff to noconfigdirs for
14984 the mn10x00 targets.
14985
14986 * config.sub, configure.in: Add mn10x00 support.
14987
14988Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14989
14990 * make-all.com: Call conf-a-gas, not config-a-gas.
14991
14992Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14993
14994 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 14995 targets.
6599da04
JM
14996
14997Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14998
14999 * mpw-README: Add much more detail for native PowerMac.
15000 * mpw-install: New file.
15001 * mpw-configure: Add --norecursion and --help options.
15002 * mpw-config.in: Translate readme and install files when
15003 copying to objdir.
15004 * mpw-build.in: Don't always depend on byacc and flex.
15005 (install-only-top): New action.
15006
d207ebef
JM
15007Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15008
15009 * configure.in: You can now configure GDB for the v850.
15010
6599da04
JM
15011Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15012
15013 * configure.in (noconfigdirs): Don't configure any C++ dirs
15014 if targeting D10V.
15015
15016Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15017
15018 * config.sub: Recognize mips64vr5000.
15019
15020Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15021
15022 * configure.in: Use a single line for host_tools and native_only.
15023
15024Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15025
15026 * config.sub, configure.in: Add entries for m32r.
15027
15028Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15029
15030 * Makefile.in (inet-install): Don't run install-gzip.
15031
15032Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15033
15034 * configure.in: Don't config lots of things for *-*-windows*.
15035
15036Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15037
15038 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15039 (host_libs, host_tools): Copy from configure.in.
15040 * mpw-configure: Don't complain about directories not found.
15041
15042Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15043
15044 * configure.in (i[345]86): Recognize i686 for pentium pro.
15045 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15046 file.
15047
15048 * config.guess (i[345]86): Ditto.
15049
15050Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15051
15052 * configure.in (noconfigdirs): Removed gdb for D10V.
15053
d207ebef 15054Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 15055
d207ebef
JM
15056 * configure.in: Remove ld, target-libio, target-libg++, and
15057 target-libstdc++ from noconfigdirs.
5d4a5ee6 15058
6599da04
JM
15059Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15060
15061 * configure: Fix three locations where shell scripts were
15062 being run directly rather than with config_shell.
15063
d207ebef
JM
15064Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15065
15066 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15067 * config.sub (basic_machine): Recognize v850.
15068
6599da04
JM
15069Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15070
15071 * mpw-configure: Handle multiple enable/disable options and
15072 pass them down recursively, handle -c and -s flags appropriately
15073 depending on choice of compiler, add escape mechanism for
15074 quoted arguments to gC.
15075
15076Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15077
15078 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15079 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15080 so that -mrelocatable-lib and -mno-eabi are used.
15081
15082 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15083 not support --print-multi-lib, don't abort.
15084
6599da04
JM
15085Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15086
15087 * make-all.com: Run config-a-gas.
15088 * setup.com: Don't copy subdirectory files around.
15089
15090Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15091
15092 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15093 target, it now compiles correctly.
15094
15095Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15096
15097 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15098
15099Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15100
4e81ae98 15101 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
15102
15103Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15104
15105 * configure.in (native_only): Add prms.
15106
15107Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15108
15109 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15110 (BINUTILS_SUPPORT_DIRS): Likewise.
15111
15112Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15113
15114 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15115 d10v support is added.
15116
15117Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15118
15119 * configure.in (d10v-*-*): New target.
15120
15121Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15122
15123 * config.guess (HP 9000/811): Recognize this as a PA1.1
15124 machine.
15125
15126Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15127
15128 * Makefile.in (do-tar-gz): New target, split out from tail end of
15129 taz target. Run each command separately, don't use pipes.
15130 (taz): Use it.
15131
15132Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15133
15134 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15135 * mpw-build.in: No builds should depend on building byacc or flex,
15136 they are assumed to be installed already.
15137
15138Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15139
15140 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15141 variable that CC_FOR_TARGET needs.
15142
15143Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15144
15145 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15146 options have changed since the last time the subdirectory was
15147 configured, and if it has, reconfigure.
15148 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15149 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15150
15151Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15152
15153 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15154 CLEAN_MODULES): Add bash.
15155 (all-bash): New target.
15156
15157Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15158
15159 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15160
15161Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15162
15163 * config.sub (basic_machine): Recognize d10v as a valid processor.
15164
15165Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15166
15167 * mpw-configure: Add support for --bindir.
15168 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15169
15170Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15171
15172 * configure.in: add bash, time, gawk to list of hosttools and things
15173 to only build for native toolchains
15174
15175Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15176
15177 * Makefile.in (docdir): Remove.
15178
15179Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15180
15181 * Makefile.in (datadir): Set to $(prefix)/share.
15182
15183Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15184
15185 * configure.in: build diff and patch for cygwin32-hosted
15186 toolchains.
15187
15188Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15189
15190 * config.sub: Accept -rtems*.
15191
15192Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15193
e490616e
ZW
15194 * configure.in: enable dosrel for cygwin32-hosted builds,
15195 remove diff from the list of things not buildable
15196 via Canadian Cross
6599da04
JM
15197
15198Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15199
15200 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 15201 don't get ". ".
6599da04
JM
15202
15203Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15204
15205 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15206
15207Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15208
15209 * Makefile.in (taz): Handle case where tex3patch didn't even get
15210 checked out. Also, if it was found, put the symlink in a new util
15211 subdirectory.
15212
15213Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15214
15215 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15216
15217Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15218
15219 * config.sub: Recognize -openvms.
15220 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15221 * make-all.com, setup.com: New files.
15222
15223Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15224
15225 * Makefile.in (taz): tex3patch moved to texinfo/util.
15226
15227Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15228
15229 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15230 * configure.in: remove make from disable-if-Can-Cross list
15231 enable gdb if ${host} and ${target} are cygwin32
15232
15233Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15234
15235 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15236 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15237
15238Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15239
15240 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15241 distinguish sysv/svr4/bsd variants.
15242 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15243
15244Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15245
15246 * configure.in: Added copyright notice.
15247 * move-if-change: Added copyright notice.
15248
15249Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15250
15251 * configure.in (powerpcle-*-solaris*): Until we get shared
15252 libraries working, don't build gdb, sim, make, tcl, tk, or
15253 expect.
15254
15255Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15256
15257 * config.guess: Merge with FSF:
15258
15259 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15260 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15261
15262 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15263 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15264
15265 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15266 * config.guess: Combine two OSF1 rules.
15267 Also recognize field test versions. From mjr@zk3.dec.com.
15268 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15269 because GNU uname does not support -p. From pmr@pajato.com.
15270
15271Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15272
15273 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15274
15275Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15276
15277 * mpw-README: Document GCCIncludes.
15278
15279Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15280
15281 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15282
15283Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15284
15285 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15286
15287Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15288
15289 * configure.in (*-*-cygwin32): Configure make.
15290
15291Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15292
15293 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15294
15295Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15296
15297 * Makefile.in (all-inet): Depend on all-perl.
15298
15299 * Makefile.in (inet-install): New target.
15300
15301 * Makefile.in (all-inet): Depend on all-tcl.
15302 (all-inet): Depend on all-send-pr.
15303
15304Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15305
15306 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15307 temporarily.
15308
15309Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15310
15311 * configure.in: Don't configure --with-gnu-ld on AIX.
15312
15313Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15314
15315 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15316
15317Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15318
15319 * Makefile.in (ALL_MODULES): Added all-inet.
15320 (CROSS_CHECK_MODULES): Added check-inet.
15321 (INSTALL_MODULES): Added install-inet.
15322 (CLEAN_MODULES): Added clean-inet.
15323 (all-indent): New target.
15324
15325 * configure.in (host_tools): Added inet.
15326 (native_only): Added inet.
15327 (noconfigdirs): Added inet.
15328
15329Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15330
15331 * configure.in: Don't configure libgloss if we are not configuring
15332 newlib.
15333
15334Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15335
15336 * configure.in: Don't configure libgloss for unsupported
15337 architectures.
15338
15339Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15340
15341 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15342
15343Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15344
15345 * Makefile.in (ALL_MODULES): Include all-apache.
15346 (CROSS_CHECK_MODULES): Include check-apache.
15347 (INSTALL_MODULES): Include install-apache.
15348 (all-apache): New target.
15349
15350 * configure.in: Added apache everywhere perl is seen.
15351
15352Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15353
15354 * Makefile.in: Add support for clean-{module} and
15355 clean-target-{module} rules.
15356
15357Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15358
15359 * configure.in (*-*-ose) do not build libgloss.
15360
15361Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15362
15363 * config.guess (prep*:SunOS:5.*:*): Turn into
15364 powerpele-unknown-solaris2.
15365
15366Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15367
15368 * configure.in: Permit --enable-shared to specify a list of
15369 directories.
15370
15371Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15372
15373 * configure.in (host==solaris): Pass only the first word of $CC
15374 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15375
15376Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15377
15378 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15379
15380Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15381
15382 * Makefile.in (ALL_MODULES): Include all-perl.
15383 (CROSS_CHECK_MODULES): Include check-perl.
15384 (INSTALL_MODULES): Include install-perl.
15385 (ALL_X11_MODULES): Include all-guile.
15386 (CHECK_X11_MODULES): Include check-guile.
15387 (INSTALL_X11_MODULES): Include install-guile.
15388 (all-perl): New target.
15389 (all-guile): New target.
15390
15391 * configure.in (host_tools): Include perl and guile.
15392 (native_only): Include perl and guile.
15393 (noconfigdirs): Don't build guile and perl; no ports have been
15394 done.
15395
15396Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15397
e490616e
ZW
15398 * configure (--enable-*): Handle quoted option lists such as
15399 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
15400
15401Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15402
15403 * Makefile.in ({,inst}all-target): New rule so we can make and
15404 install all of the target directories easily.
15405
15406Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15407
15408 * configure.in: Add missing global flag in sed substitution when
15409 deleting `target-' from ${configdirs}.
15410
15411Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15412
15413 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15414 option.
15415
15416 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15417 config/mh-necv4.
15418
15419 * install.sh: Correct misspelling of transformbasename.
15420
15421 * config.guess: Recognize mips-*-sysv*.
15422
15423Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15424
15425 * config.sub: Recognize mon960.
15426
15427Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15428
15429 * configure: Restore Canadian Cross handling of BISON and LEX,
15430 removed in Feb 20 change.
15431
15432Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15433
15434 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15435 Mention make install. Remove the old copyright date as well the
15436 clumsy and rather pointless copyright on the README file.
15437
15438Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15439
15440 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15441 Makefile after running symlink-tree, then run `make distclean' to
15442 avoid clobbering any generated files in srcdir.
15443
15444Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15445
15446 * configure.in (m68k-*-netbsd*): Build everything now.
15447
15448Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15449
15450 * Makefile.in (taz): Fix quoting.
15451
15452Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15453
15454 * configure.in (sparclet-*-*): Build everything now.
15455
15456Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15457
15458 * configure.in (m68k-*-linux*): New host.
15459
15460Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15461
15462 * configure: Check for bison before byacc.
15463
15464Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15465
15466 * Makefile.in configure: Change the way LEX and BISON/YACC are
15467 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15468 searching PATH. These are used as fallbacks by Makefile.in if
15469 flex/bison/byacc aren't in objdir.
15470
15471Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15472
15473 * Makefile.in: Make everything which depends upon all-bfd also
15474 depend upon all-opcodes, in case --with-commonbfdlib is used.
15475
15476Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15477
15478 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15479 building NT native compilers on Unix.
15480
15481Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15482
15483 * configure.in: Don't get CC from the host Makefile fragment if we
15484 can find gcc in PATH, or if this is a Canadian Cross. Move the
15485 Solaris test for /usr/ucb/cc to the post target script, just after
15486 the compiler sanity test.
15487
15488Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15489
15490 * config.sub: Merge with FSF.
15491
15492Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15493
15494 * Makefile.in (RPATH_ENVVAR): New variable.
15495 (REALLY_SET_LIB_PATH): Use it.
15496 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15497
15498Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15499
15500 * config.sub, configure.in: Recognize sparclet cpu.
15501
15502Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15503
15504 * config.guess: Support m68k-cbm-sysv4.
15505
15506Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15507
15508 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15509 m68k-unknown-linuxaout from linker help string. Put quotes around
15510 $ld_help_string.
15511
15512Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15513
15514 * config.guess (powerpc-harris-powerunix): Add guess for port
15515 to new target.
15516
15517Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15518
15519 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15520
15521Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15522
15523 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15524 $(REALLY_SET_LIB_PATH) in Makefile.
15525 * Makefile.in (SET_LIB_PATH): New variable.
15526 (REALLY_SET_LIB_PATH): New variable.
15527 ($(DO_X)): Use $(SET_LIB_PATH).
15528 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15529 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15530 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15531 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15532 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15533 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15534 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15535 (install-dosrel): Likewise.
15536 (all-opcodes): Depend upon all-libiberty.
15537
15538Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15539
15540 * config.guess (*:CYGWIN*): New
15541
15542Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15543
15544 * Makefile.in (all-target-winsup): All all-target-libiberty.
15545
15546Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15547
15548 * configure.in (noconfigdirs): Add missing # in front of comment.
15549
15550Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15551
15552 * configure.in: add second pass to things added to noconfigdirs
15553 so *-gm-magic can exclude libgloss properly.
15554
15555Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15556
15557 * mpw-configure (extralibs_name, rez_name): Set correctly
15558 for MWC68K compiler.
15559
15560 * mpw-README: Add more info on the necessary build tools.
15561
15562Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15563
15564 * configure.in, config.sub: Recognize cygwin32.
15565
15566Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15567
15568 * config.guess, config.sub: Recognize A/UX.
15569
15570Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15571
15572 * config.sub: Merge with gcc/config.sub.
15573
15574Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15575
15576 * mpw-build.in (do-binutils): Add build of stamps.
15577
15578Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15579
15580 * config.sub: Add recognition for mips64vr4100*-* targets.
15581
15582Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15583
15584 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15585 Add creation of gconfigargs with `--enable-shared' turned on.
15586 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15587 ($(host)-stamp-stage3-configured): Likewise.
15588 (HOLES): Add chatr and ldd.
15589 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15590
15591Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15592
15593 * configure: Pass --nfp to recursive configures.
15594
15595Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15596
15597 * Makefile.in (DLLTOOL): New.
15598 (DLLTOOL_FOR_TARGET): New.
15599 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15600 (EXTRA_TARGET_FLAGS): Ditto.
15601 (EXTRA_GCC_FLAGS): Ditto.
15602 (CONFIGURE_TARGET_MODULES): Ditto.
15603 (DO_X): Ditto.
15604 * configure: Add DLLTOOL.
15605
15606Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15607
15608 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15609 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15610 mh-sco, since old workarounds no longer needed, and don't
15611 build ld, since libraries have weak symbols in COFF.
15612
15613Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15614
15615 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15616
15617Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15618
15619 * configure.in: Make sure that ${CC} can be used to compile an
15620 executable.
15621
15622Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15623
15624 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15625 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15626 nothing depending on whether gdbtk is being built.
15627
15628Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15629
15630 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15631
15632Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15633
15634 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15635 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15636
15637Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15638
15639 * config-ml.in: Add support for
15640 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15641 Simplify setting of multidirs from --disable-foo.
15642
15643Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15644
15645 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15646 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15647 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 15648 non-empty, pass them on to the GCC make.
6599da04
JM
15649 (all-bootstrap): New rule that is like all-gcc, except it executes
15650 the GCC bootstrap rule instead of the GCC all rule.
15651
15652Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15653
15654 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15655
15656Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15657
15658 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15659 DG/UX support.
15660
15661Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15662
15663 * config.sub (i*86*) Change [345] to [3456]
15664
15665Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15666
15667 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15668 --with-gnu-ld=no.
15669
15670Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15671
15672 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15673 AIX multilibs get built.
15674
15675Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15676
15677 * configure.in (i386-win32): Don't build expect if we're not
15678 building the tcl subdir.
15679
15680Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15681
15682 * Makefile.in: (configure-target-examples, all-target-examples):
15683 New targets, configure and build example programs.
15684
15685Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15686
15687 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15688 use it as input to sedit the generated MPW makefile.
15689 * mpw-README: Add a suggestion about Gestalt.h.
15690
15691Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15692
15693 * config.sub: Accept *-*-ieee*.
15694
15695Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15696
15697 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15698 Ronald F. Guilmette <rfg@monkeys.com>.
15699
15700Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15701
15702 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15703 for powerpc-pe native.
15704 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15705 (target==powerpc-pe): duplicate i386-win32 entry.
15706
15707Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15708
15709 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15710 of vxworks, not just vxworks5.1.
15711
15712Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15713
15714 * mpw-configure: Add support for exec-prefix.
15715
15716Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15717
15718 * config.guess: Recognize HP model 816 machines as having
15719 a PA1.1 processor.
15720
15721Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15722
15723 * configure: Ignore new autoconf configure options.
15724
6599da04
JM
15725Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15726
15727 * config.guess: Recognize Pentium under SCO.
15728 From Robert Lipe <robertl@arnet.com>.
15729
15730Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15731
15732 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
15733
15734Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15735
15736 * configure.in: Don't configure gas for alpha-dec-osf*.
15737
15738Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15739
15740 * configure.in: Default to --with-stabs for some targets for which
15741 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15742 i[345]86*-*-unixware*.
15743
15744Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15745
15746 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15747 rather than basing it on the target. Simplify handling of options
15748 controlling which directories to configure. Remove extraneous
15749 slash in multi-clean target.
15750
15751Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15752
15753 * config-ml.in: Prefix more variables with ml_ so they don't collide
15754 with configure's.
15755
15756Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15757
15758 * configure: Don't turn -v into --v.
15759
15760Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15761
15762 * configure.in (targargs): Fix typo.
15763
15764 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15765
15766Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15767
15768 * configure.in: Strip --host and --target options from
15769 CONFIG_ARGUMENTS, and always configure for --host only. Add
15770 --with-cross-host option when building with a cross-compiler.
15771 * configure: Canonicalize the arguments put into config.status by
15772 always using `=' for an option with an argument. Pass a presumed
15773 --host or --target explicitly.
15774
15775Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15776
15777 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15778 into general OS recognition case.
15779
15780Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15781
15782 * configure.in (target_configdirs): add target-winsup only
15783 for win32 target systems.
15784
15785Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15786
15787 * Makefile.in (all-target-libgloss): Depend upon
15788 configure-target-newlib, since when libgloss is built it looks to
15789 see if the newlib directory exists.
15790
15791Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15792
15793 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15794 cfg-ml-*.in.
15795
15796Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15797
15798 * configure: Handle LD and LD_FOR_TARGET when configuring a
15799 Canadian Cross.
15800
6599da04
JM
15801Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15802
15803 * configure.in (target_libs): add target-winsup.
15804 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15805 (target==ppcle-pe): remove ld from $noconfigdirs.
15806
15807Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15808
15809 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15810 Preserve relative path names in $srcdir. Build symlink tree if
15811 configuring cross target dir and srcdir=. (= no VPATH support).
15812 (configure-target-libg++): Depend on configure-target-librx.
15813 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15814 * config-ml.in: New file.
15815 * symlink-tree: New file.
15816 * configure: Ensure srcdir="." if that's what it is.
15817
15818Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15819
15820 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15821 includes and FLEX_SKELETON setting.
15822 * mpw-configure (--with-gnu-ld): New option, controls whether
15823 to use PPCLink or ld with PowerMac GCC.
15824 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15825 * mpw-config.in: Configure grez if targeting Mac.
15826
15827 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
15828 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15829 just macos.
6599da04
JM
15830 * configure.in: Configure grez resource compiler if targeting Mac.
15831 * Makefile.in (all-grez, install-grez): New targets.
15832
15833Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15834
15835 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 15836 gcc in the path, set CC to gcc -O2.
6599da04
JM
15837
15838Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15839
15840 * configure: Default ${build} correctly. Avoid picking up extra
15841 spaces when reading CC and CXX from Makefile. When doing a
15842 Canadian Cross, use plausible default values for numerous
15843 variables.
15844 * configure.in: When doing a Canadian Cross, don't try to
15845 configure tools whose configure script can't handle it.
15846
15847Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15848
15849 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15850
15851Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15852
15853 * configure: Remove dubious bug reporting address.
15854
15855Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15856
15857 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15858 configure script, run that instead of this directory's configure.
15859 In either case, print a message that we're configuring the sub-dir.
15860
15861Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15862
15863 * configure.in: Before checking for the existence of various files,
15864 use sed to filter out "target-".
15865
15866Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15867
15868 * Makefile.in (DO_X): Split rule to decrease command line length
15869 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15870 (Philippe De Muyter).
15871
15872Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15873
15874 * Makefile.in (all-patch): depend on all-libiberty.
15875
15876Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15877
15878 * configure.in: If the only directory in target_configdirs which
15879 actually exists is libiberty, then set target_configdirs to empty,
15880 to avoid trying to build a target libiberty in a gas or gdb
15881 distribution.
15882
15883Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15884
15885 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
15886 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15887 systems.
6599da04
JM
15888
15889Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15890
15891 * configure.in (copy_dirs): Use sys-include instead of include
15892 for --with-headers option.
15893
15894Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15895
15896 * Makefile.in, configure.in: Make winsup builds work with
15897 new scheme.
15898
15899Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15900
15901 * configure.in: Build the linker on AIX.
15902
15903Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15904
15905 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15906 where needed.
15907
15908Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15909
15910 * Makefile.in (all-gcc): Fix typo.
15911
15912Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15913
15914 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15915
15916Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15917
15918 * configure.in: Rename libFOO to target-libFOO, and xiberty
15919 to target-xiberty, to provide more flexibility.
15920 (target_subdir): Define. Create if cross.
15921 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15922 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15923 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15924 check-libFOO -> check-target-libFOO, etc.
15925 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15926 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15927 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15928 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15929 allow ALL_GCC="" to only configure.
15930 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15931 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15932 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15933
15934Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15935
15936 * Makefile.in (taz): Build "info" in etc explicitly.
15937
15938Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15939
15940 * configure.in: Make sure that CC is undefined (as opposed to
15941 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15942 problem with autoconf trying to configure on a host without GCC.
15943
15944Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15945
15946 * mpw-configure: Set host alias from choice of host compiler,
15947 only use generic MPW Makefile sed if present, edit a file
15948 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15949 * mpw-README: Add problem notes about CW6 and CW7.
15950
15951Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15952
15953 * Makefile.in (taz): Use ";" instead of ";;".
15954
15955Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15956
15957 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15958 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15959 DISTDOCDIRS.
15960 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15961 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15962
15963Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15964
15965 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15966 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15967 Move bfd to DISTSTUFFDIRS.
15968
15969Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15970
15971 * Makefile.in (X11_LIB): Removed.
15972 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15973
15974 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15975
15976Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15977
15978 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15979 names.
15980
15981Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15982
15983 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15984
15985Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15986
15987 * configure.in (i[345]86-*-win32): Always build newlib.
15988 Don't configure cvs, autoconf or texinfo.
15989 * Makefile.in (LD_FOR_TARGET): New.
15990 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15991 Pass down LD_FOR_TARGET.
15992
15993Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15994
15995 * winsup: New directory.
15996 * Makefile.in: Build winsup.
15997 * configure.in: Winsup is configured when target is win32.
15998 Can only build win32 target GDB when native.
4e81ae98 15999
6599da04
JM
16000Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16001
16002 * config.guess: Recognize HP model 819 machines as having
16003 a PA 1.1 processor.
16004
16005Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16006
16007 * configure: Fix sed loop which substitutes for CC and CXX to
16008 avoid bug found in various sed implementations.
16009
16010Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16011
16012 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16013 simulator. Use standard powerpc-*-eabi*.
16014
16015Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16016
16017 * configure.in: Stop putting gas and binutils in noconfigdirs for
16018 powerpc-*-aix* and rs6000-*-*.
16019
16020Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16021
16022 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16023 -mcall-aixdesc libraries.
16024
16025Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16026
16027 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16028
16029 * config.sub (arm | armel | armeb): Fix shell syntax.
16030
16031Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16032
16033 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16034 -msoft-float and -mcpu=common support.
16035 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16036 libraries.
16037
16038Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16039
16040 * configure.in: Allow configuration and build of emacs19 for the alpha.
16041
16042Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16043
16044 * configure.in (CC): Get ^CC, not just any old CC, from
16045 ${host_makefile_frag}.
16046
16047Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16048
4e81ae98 16049 * configure.in (CC): Try to get CC from
6599da04
JM
16050 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16051
16052Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16053
16054 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16055 only if it exists in $(srcdir).
16056
16057Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16058
16059 * configure: If CC and CXX are not set in the environment, set
16060 them, based on either an existing Makefile or on searching for gcc
16061 in PATH. Substitute for CC and CXX in Makefile.
16062 * configure.in: Remove libm from target_libs. Separate
16063 target_configdirs from configdirs. If CC is not set in
16064 environment, try to get it from a host Makefile fragment. Rewrite
16065 changes of configdirs to use skipdirs instead. A few minor
16066 tweaks. Take directories out of target_configdirs as they are
16067 taken out of configdirs. Remove existing Makefile files from
16068 subdirectories. Substitute for TARGET_CONFIGDIRS and
16069 CONFIG_ARGUMENTS in Makefile.
16070 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16071 by configure.in.
16072 (CONFIG_ARGUMENTS): Likewise.
16073 (CONFIGURE_TARGET_MODULES): New variable.
16074 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16075 ($(CONFIGURE_TARGET_MODULES)): New target.
16076 (configure-libg++, configure-libio): New targets.
16077 (all-libg++): Depend upon configure-libg++.
16078 (all-libio): Depend upon configure-libio.
16079 (configure-libgloss, all-libgloss): New targets.
16080 (configure-libstdc++): New target.
16081 (all-libstdc++): Depend upon configure-libstdc++.
16082 (configure-librx, all-librx): New targets.
16083 (configure-newlib): New target.
16084 (all-newlib): Depend upon configure-newlib
16085 (configure-xiberty): New target.
16086 (all-xiberty): Depend upon configure-xiberty.
16087
16088Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16089
16090 * configure.in (host i[345]86-*-win32): Expand the
16091 noconfigdirs again.
16092
16093Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16094
16095 * mpw-configure: Fix sed command file name.
16096
16097Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16098
4e81ae98 16099 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
16100 noconfigdirs again.
16101
16102Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16103
16104 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16105 or powerpc*-*-pe*, since they are not yet supported.
16106
16107Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16108
16109 Add PowerMac support and many other enhancements.
16110 * mpw-configure: New option --cc to select compiler to use,
16111 paste options set according to --cc into the generated
16112 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16113 if mpw-make.sed is present.
16114 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16115 add forward includes for PowerPC include files.
16116 * mpw-build.in: Build using Makefile.PPC if present.
16117 (do-byacc, etc): Remove separate version resource builds.
16118 (do-gas): Build "stamps" before "all".
16119 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16120 * mpw-README: Update to reflect --cc option, PowerMac support,
16121 and recently-reported compatibility problems.
16122
16123Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16124
16125 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16126 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16127 (--with-multilib-top): Pass to recursive invocations.
16128
16129Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16130
16131 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16132 v810-*-*.
16133
16134Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16135
16136 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16137 gdb, ld and opcodes on v810-*-*.
16138
6599da04
JM
16139Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16140
16141 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16142 (local-maintainer-clean): New target.
16143 (maintainer-clean): New target.
16144 (realclean): Just depend upon maintainer-clean.
16145
16146Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16147
16148 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16149
16150Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16151
16152 * configure.in: Build ld in mips*-*-bsd* case.
16153
16154Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16155
16156 * config.sub: Accept -lites* OS. From Ian Dall.
16157
16158Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16159
16160 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 16161 targets.
6599da04
JM
16162
16163Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16164
16165 * configure.in: treat i386-win32 canadian cross the same as
16166 i386-go32 canadian cross.
16167
16168Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16169
16170 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16171 running under the simulator to build a reduced set of libraries.
16172 (powerpc-*-eabiaix): Add fine grained multilib support added to
16173 other powerpc targets yesterday.
16174
16175Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16176
16177 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16178 -disable-softfloat, -disable-relocatable, -disable-aix, and
16179 -disable-sysv to control which multilib libraries get built.
16180
16181Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16182
16183 * configure: Add Makefile.tem to list of files to remove in trap
16184 handler.
16185
16186Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16187
16188 * config.guess (*Linux*): Add missing "exit"s.
16189 Also, need specific check for alpha-unknown-linux (uses COFF).
16190
16191Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16192
16193 * config.guess: Merge with FSF:
16194
16195 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16196 * config.guess (AIX4): More robust release numbering discovery.
16197
16198 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16199 * config.guess (i386-sequent-ptx): Properly get version number.
16200
16201 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16202 * config.guess (mips:*:4*:UMIPS): New case.
16203
16204Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16205
16206 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16207 (i386-win32 host): Likewise. Don't build readline.
16208
16209Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16210
16211 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16212 SUPPORT_FILES to submakes.
16213
16214Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16215
16216 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16217 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16218 mpw-configure.
16219
16220Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16221
16222 * configure.in (appdirs): Use =, not ==, in test expression when
16223 trying to build the text to print in the warning message for
16224 Solaris users.
16225
16226Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16227
16228 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16229
16230Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16231
16232 * config.guess: Recognize lynx-2.3.
16233
16234Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16235
16236 * config.sub (z8ksim): Deleted
16237 (z8k-*-coff): New, this is the one true name of the target.
16238
16239Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16240
16241 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16242
16243Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16244
16245 * config.guess (*:Linux:*:*): First try asking the linker what the
16246 default object file format is (elf, aout, or coff). Then if this
16247 fails, try previous methods.
16248
16249Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16250
16251 * configure.in: Don't build newlib for *-*-vxworks5.1.
16252
16253Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16254
16255 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16256 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16257
16258Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16259
16260 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16261
16262Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16263
16264 * cfg-ml-com.in: New file.
16265 * cfg-ml-pos.in: New file.
16266
16267Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16268
16269 * COPYING.NEWLIB: Add HP free copyright to list.
16270
16271Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16272
16273 * config.sub: Recognize -eabi* for the system, not just -eabi.
16274
16275Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16276
16277 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16278 * config.sub, configure.in (win32): New target and host.
16279
16280Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16281
16282 * configure.in: Add i386-pe configuration.
16283
16284Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16285
16286 * mpw-build.in (install): Install GDB after LD.
16287
16288Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16289
16290 * mpw-config.in (elf/mips.h): Always forward-include, needed
16291 for GDB to build.
16292
16293Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16294
16295 * testsuite: New directory for customer acceptance and whole tool
16296 chain tests.
16297
16298Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16299
16300 * configure: If per-host line isn't found, but AC_OUTPUT is found
16301 and a configure script exists, run it instead.
16302
16303Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16304
16305 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16306
16307Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16308
16309 * configure: Set build_{cpu,vendor,os,alias} to host values when
16310 --build isn't specified.
16311
16312Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16313
16314 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16315 (FLAGS_TO_PASS): Pass them.
16316 (EXTRA_TARGET_FLAGS): Ditto.
16317
6599da04
JM
16318Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16319
16320 * Makefile.in (all-libg++): Depend on all-libstdc++.
16321
16322Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16323
16324 * configure.in (noconfigdirs): Enable all packages for
16325 i386-unknown-netbsd.
16326
16327Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16328
16329 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16330 hosted builds (DOS builds)
16331
16332Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16333
16334 Changes for ARM based on patches from Richard Earnshaw:
16335 * config.sub: Handle armeb and armel.
16336 * configure.in: Omit arm linker only for riscix.
16337
16338Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16339
16340 * config.guess: Update from FSF.
16341
16342Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16343
63f6bcd7 16344 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
16345 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16346 powerpcle variant. Convert pentium into i586, not i486. Add p5
16347 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16348 temporarily.
16349
16350Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16351
16352 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16353
16354Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16355
16356 * config.sub: Accept -lites* as a basic system type.
16357
16358Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16359
16360 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16361 installed, and if so return linuxoldld as the system name.
16362
16363Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16364
16365 * config.guess: Add hppa1.1-hp-lites support.
16366
16367Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16368
16369 * configure.in: Don't build newlib for m68k-vxworks5.1.
16370
16371Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16372
16373 * configure.in (mips-sgi-irix6): Use mh-irix5.
16374
16375Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16376
16377 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16378
16379Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16380
16381 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 16382 OSF/1. Fix compiler flags.
6599da04
JM
16383 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16384
16385Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16386
16387 * configure.in: Recognize --with-newlib.
16388 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16389
16390Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16391
d207ebef 16392 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
16393 to *_X11_MODULES due to gdbtk needing X include files et al.
16394
16395Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16396
16397 Merge in support for Mac MPW as a host.
16398 (Old change descriptions retained for informational value.)
16399
16400 * mpw-config.in: Add generic include forwards for cpu-specific
16401 include files in aout and elf directories.
16402
16403 * mpw-configure: Added copyright.
16404 * mpw-config.in: Check for presence of required build tools.
16405 (target_libs): Add newlib.
16406 (target_tools): Add examples.
16407 (Read Me): Generate as "Read Me for MPW" instead.
16408 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16409 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16410 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16411
16412 * mpw-configure: Remove subdir-specific makefile hackery,
16413 delete mk.tmp after using it.
16414
16415 * mpw-build.in (all): Display start and end times.
16416
16417 * mpw-configure (host_canonical): Set.
16418 (target_cpu): Always add to makefiles.
16419 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16420 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16421 (mpw-mh-mpw): Look for in srcdir and srcroot.
16422 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16423
16424 * mpw-build.in: (install-only): New target.
16425
16426 * mpw-configure (host_alias, target_alias): Rename from hostalias
16427 and targetalias, add into generated Makefile.
16428 (mk.tmp): If present, add into generated Makefile.
16429 * mpw-build.in (all-gas): Build config.h first before gas proper.
16430
16431 * mpw-configure (config.status): Write only if changed.
16432 * mpw-config.in (readline): Configure it (not built, just used for
16433 definitions).
16434
16435 * mpw-config.in (elf/mips.h): Add a forward include.
16436
16437 * mpw-config.in: Forward-include most .h files in include into
16438 extra-include.
16439 (readline): Don't build.
16440 mpw-build.in (install): Install GDB.
16441
16442 * mpw-configure (prefix, mpw_prefix): Handle it.
16443 * mpw-config.in (mmalloc, readline): Don't configure.
16444 * mpw-build.in (thisscript): Rename to ThisScript.
16445 Use mpw-build instead of BuildProgram everywhere.
16446 (mmalloc, readline): Don't build.
16447 * mpw-README: New file, basic documentation about the MPW port.
16448
16449 * mpw-config.in: Use forward-include to create include files.
16450
16451 * mpw-configure: Add more things to the top of each configured
16452 Makefile, including contents of config/mpw-mh-mpw.
16453 * mpw-config.in (extra-include): Create this directory and fill it
16454 with Posix-like include files when configuring.
16455
16456 * config.sub (apple, mac, mpw): Add various aliases.
16457
16458 * mpw-build.in: New file, top-level build script fragment for MPW.
16459 * mpw-configure: New file, configure script for MPW.
16460 * mpw-config.in: New file, config fragment for MPW.
16461
16462Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16463
16464 * configure.in (host_libs): Remove glob, since it is gone from the
16465 sources.
16466
16467Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16468
16469 * Makefile.in: define empty GDB_NLM_DEPS var.
16470
16471 * configure.in(target_makefile_frag): use config/mt-netware
16472 for netware targets.
16473
16474Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16475
16476 * config.sub: Merge in recent FSF changes. Remove linux special
16477 cases.
16478
16479Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16480
731a8127 16481 Revert this change:
6599da04
JM
16482
16483 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16484
16485 * build-all.mk: Use CC=cc -Xs on Solaris.
16486
6599da04
JM
16487Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16488
16489 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16490 stop using it.
16491 * Makefile.in: Nuke all references to glob subdirectory.
16492
16493Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16494
16495 * configure.in: Fix --enable-shared logic in per-host.
16496
16497Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16498
16499 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16500
16501Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16502
16503 * configure.in (noconfigdirs): Don't build gas on AIX, for
16504 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16505
16506Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16507
16508 * configure: Fix --cache-file to work if the file argument is a
16509 relative path.
16510
16511Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16512
16513 * configure: If the --cache-file is used, pass it down to
16514 configure in subdirectories.
16515
16516Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16517
16518 * config.sub: add vxworks29k configuration.
16519
16520Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16521
16522 * Makefile.in (taz): Do "diststuff" part quietly.
16523
16524Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16525
16526 * config.sub: Mini-merge with gcc/config.sub.
16527
16528Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16529
16530 * config.guess (IRIX): Sed - to _.
16531
16532Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16533
16534 * Makefile.in (source-vault, binary-vault): New targets.
16535
16536Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16537
16538 * config.sub: Recognize -eabi as a basic system type.
16539
16540Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16541
16542 * configure.in (enable_shared stuff): Fix typo.
16543
16544Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16545
16546 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16547
16548Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16549
16550 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16551
16552Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16553
16554 * configure.in (rs6000-*-*): Don't build gas.
16555
16556Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16557
16558 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16559 reduce command line length.
16560 (AS_FOR_TARGET): Check for as.new, not Makefile.
16561 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16562
16563Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16564
16565 * config.guess: Merge from FSF.
16566
16567Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16568
16569 * configure: Don't use $ when handling program_suffix.
16570
16571Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16572
16573 * configure.in: Configure tk for hppa/hpux.
16574
16575Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16576
16577 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16578
16579Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16580
16581 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16582 to LIBCXXFLAGS. Tests are better run without it.
16583
16584Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16585
16586 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16587
16588Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16589
16590 * configure.in (*-*-netware*): Don't configure xiberty.
16591
16592Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16593
16594 * configure.in: Remove tk from native_only list.
16595
16596Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16597
16598 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16599 for special NCD build.
16600
16601Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16602
16603 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16604 makeall.bat, they're only useful for binutils snapshots.
16605 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16606 makeall.bat to specified SUPPORT_FILES.
16607
16608Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16609
16610 * build-all.mk: Add Ericsson targets to sun4 and solaris
16611 hosts. Add BNR's sun4 target to solaris host, so their
16612 build-from-source will be tested in-house first.
16613
16614Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16615
16616 * Makefile.in (LIBCFLAGS): New variable.
16617 (CFLAGS_FOR_TARGET): Ditto.
16618 (LIBCFLAGS_FOR_TARGET): Ditto.
16619 (LIBCXXFLAGS): Ditto.
16620 (CXXFLAGS_FOR_TARGET): Ditto.
16621 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16622 (BASE_FLAGS_TO_PASS): Pass them.
16623 (EXTRA_TARGET_FLAGS): Ditto.
16624
731a8127 16625 * configure.in: Support --enable-shared.
6599da04
JM
16626
16627Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16628
16629 * configure.in (target_libs): Include libstdc++ again.
16630 * config.guess: Update from FSF (for FreeBSD).
16631
16632Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16633
16634 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16635 makeall.bat.
16636 (DISTDOCDIRS): Add `etc'.
16637 (ETC_SUPPORT_PFX): New variable.
16638 (taz): Include anything from etc starting with a word in
16639 ETC_SUPPORT_PFX.
16640
16641Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16642
16643 * config.sub: Update for recent FSF changes. Remove obsolete
16644 h8300hds entry. Add -windows* and -osx as basic os. Minor
16645 spacing changes.
16646
16647Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16648
16649 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16650
16651 * config.guess: Merge with FSF.
16652 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16653
16654Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16655
16656 * configure: Since the "trap 0" handler will override the exit
16657 status on many systems, only use it for "exit 1", and make it set
16658 a non-zero exit status; reset it before "exit 0". Also, check
16659 exit status of config.sub, and error out if it failed.
16660
16661Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16662
16663 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16664 and install libgloss.
16665
16666Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16667
16668 * Makefile.in (all-binutils): Depend upon all-byacc.
16669
16670 * configure.in: Don't build emacs on Irix 5.
16671
16672Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16673
16674 * configure.in (*-*-netware*): Add libio.
16675
16676Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16677
16678 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16679 (CHECK_TARGET_MODULES): Ditto.
16680 (INSTALL_TARGET_MODULES): Ditto.
16681 (TARGET_LIBS): Ditto.
16682 (all-libstdc++): Note dependencies.
16683
16684Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16685
16686 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16687
16688Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16689
16690 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16691 -fexternal-templates.
16692
16693 * configure.in (target_libs): Add libstdc++.
16694 (noconfigdirs): Add libstdc++ as appropriate.
16695
16696Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16697
16698 * config.guess: Update from FSF.
16699
16700Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16701
16702 * configure: Use ${config_shell} when running ${configsub}.
16703
16704Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16705
16706 * config.sub: No longer recognize h8300h.
16707
16708Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16709
16710 * config.sub: Remove extraneous differences between config.sub and
16711 gcc/config.sub.
16712
16713Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16714
16715 * Makefile.in (DISTSTUFFDIRS): Add gas.
16716
16717Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16718
16719 * COPYING.NEWLIB: New file.
16720
16721Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16722
16723 * config.guess (HP-UX): Patch from Harlan Stenn
16724 <harlan@landmark.com> to also emit release level.
16725
16726Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16727
16728 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16729
16730Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16731
16732 * config.sub: Merge nextstep cleanup from FSF.
16733
16734Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16735
16736 * configure.in (arm-*-*): Don't configure ld for this target.
16737
16738Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16739
16740 * configure.in (*-*-netware): don't configure libg++, libio,
16741 librx, or newlib.
16742
16743Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16744
16745 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16746 configure ld--it works, but it doesn't support shared libraries.
16747
16748Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16749
16750 * config.guess (*-unknown-freebsd*): Get rid of possible
16751 trailing "(Release)" in version string.
16752 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16753
16754Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16755
16756 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16757 Fix type: *-next-neststep -> *-next-nextstep.
16758
16759 * config.guess: Merge from FSF:
16760
16761 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16762
16763 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16764
16765 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16766
16767 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16768 instead of UNIX_SV for UnixWare 1.0).
16769
16770Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16771
16772 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16773 to make gdb/nlm/* build after the compiler and linker.
16774
16775Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16776
16777 * config.guess (netbsd, freebsd, linux): Accept any machine,
16778 not just i[34]86.
16779 (m68k-atari-sysv4): Relocate to match FSF version.
16780
16781 * config.guess: More merges from the FSF:
16782
16783 Add a space before function call or macro invocation.
16784
16785 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16786
16787 * config.guess: Add trap cmd to remove dummy.c and dummy when
16788 interrupted.
16789
16790 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16791
16792 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16793 (dummy): Redirect stderr from compilation of dummy.c.
16794
16795 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16796
16797 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16798
16799Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16800
16801 * configure: Accept and ignore --cache*, for compatibility with
16802 new autoconf.
16803
16804Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16805
16806 * config.guess: Merge from FSF:
16807
16808 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16809
16810 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
16811 (PATH): Add /.attbin at end for finding uname.
16812 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
16813
16814 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16815
e490616e 16816 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
16817
16818 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16819
e490616e
ZW
16820 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16821 to select whether to use ELF or COFF.
6599da04
JM
16822
16823 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16824
e490616e 16825 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
16826
16827 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16828
16829 * config.guess: Guess the OS version for HPUX.
16830
16831 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16832
16833 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16834
16835Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16836
16837 * configure.in: Recognize --with-headers, --with-libs, and
16838 --without-newlib.
16839 * Makefile.in (all-xiberty): Depend upon all-ld.
16840
16841Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16842
16843 * configure.in: Change i[34]86 to i[345]86.
16844
16845Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16846
16847 * configure (version): A few more tweaks to help message.
16848
16849Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16850
16851 * Makefile.in: Remove (for now) librx as a host library,
16852 now that we're building it for target.
16853
16854Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16855
16856 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16857 (Karl Berry).
16858
16859Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16860
16861 * configure.in: Also configure librx.
16862
16863Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16864
16865 * Makefile.in: Update various rules to reflect that librx
16866 is now needed for libg++.
16867
16868Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16869
16870 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16871
16872Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16873
16874 * configure.in: Configure the examples directory.
16875
16876Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16877
16878 * configure: Simplify Jun 2 1994 change.
16879
16880Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16881
16882 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16883 /bin/gcc isn't good enough to build gcc.
16884
16885Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16886
16887 * Makefile.in (GDB_SUPPORT_FILES): Remove
16888 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16889 (gdb.tar.gz): Add new rule to use standard distribution building
16890 mechanism.
16891
16892Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16893
16894 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16895 Bill Cox <bill@cygnus.com>.
16896
16897Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16898
16899 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16900
16901Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16902
16903 * configure: Search current dir first in .gdbinit.
16904
16905Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16906
16907 * config.sub: Recognize freebsd (merged from gcc config.sub).
16908
16909Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16910
16911 * config.sub: Refer to NeXT's operating system as nextstep.
16912
16913 * config.sub (case $basic_machine): Re-order the cases, to match
16914 the order in the FSF version (which is mostly alphabethical).
16915 Merge in some additions and changes from the FSF.
16916
16917Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16918
16919 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16920 * config.sub: Recognize cxux7.
16921 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16922
16923Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16924
16925 * config.sub: Fix typo powerpc -> powerpc-*.
16926
16927Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16928
16929 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16930
16931 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16932 parallel with all-emacs and install-emacs). Top-level command
16933 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16934
16935Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16936
16937 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16938 $(relbindir)/make before doing ``make install'', and use
16939 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16940 installing over running make binary.
16941 ($(host)-stamp-stage3-installed): Likewise.
16942
16943Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16944
16945 * config.guess: Recognize Mach.
16946
16947Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16948
16949 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16950 see whether --exec-prefix was used.
16951
16952Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16953
16954 * README: Explicitly mention libg++/README. (Zoo's idea.)
16955
16956Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16957
16958 * Makefile.in: Add all-librx target similar to all-libproc.
16959
16960Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16961
16962 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16963 with post 1.2 uname bogosity.
16964
16965Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16966
16967 * configure: Remove temporary files on receipt of a signal.
16968
16969Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16970
16971 * configure: If there is a package_makefile_frag, remove
16972 ${subdir}/Makefile.tem after copying it in.
16973
16974Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16975
16976 * build_all.mk: support rs6000 lynx identifies itself as
16977 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16978 since /bin/gcc is too feeble to compile a modern gcc.
16979
16980Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16981
16982 * brought devo/test-build.mk update-to-date with progressive/
16983 test-build.mk. Add lynx targets and hppa flag info.
16984
16985Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16986
16987 * configure.in: Use mh-ncrsvr43. Patch from
16988 Tom McConnell <tmcconne@sedona.intel.com>.
16989
16990Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16991
16992 * config.guess (i386-unknown-bsdi): No longer need to
16993 check #if defined(__bsdi__) && defined(__i386__).
16994
16995Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16996
16997 * configure: Set program_transform_nameoption correctly.
16998
16999Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17000
17001 * brought build-all.mk update-to-date with progressive build-all.mk,
17002 added new targets and hppa info.
4e81ae98 17003
6599da04
JM
17004Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17005
17006 * configure: If config.guess result is a prefix of the user
17007 specified target, assume a native build and use the user specified
17008 target as the host alias. Remove SunOS patch suffix removal hack.
17009 * configure.in: Remove SunOS patch suffix removal hack.
17010
17011 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17012 in NATIVE_CHECK_MODULES.
17013
17014Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17015
17016 * Makefile.in: Rename HOST_ONLY to NATIVE.
17017 * configure: Delete SunOs patch suffix from host_canonical
17018 and build_canonical variables that are prepended to Makefiles.
17019 * configure.in: Add comments for easier maintenance.
17020
17021Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17022
17023 * Makefile.in: Add all-libproc target similar to all-gui.
17024
17025Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17026
17027 * Makefile.in (CHECK_MODULES): split into
17028 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17029
17030Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17031
17032 * config.guess (i386-unknown-bsdi): New system to guess.
17033
17034Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17035
17036 * Makefile.in: Add all-gui target (but not yet build by "all").
17037
17038Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17039
17040 * config.sub: Move deletion of patch suffix from here...
17041 * configure.in: To here, at Ian's suggestion. The top-
17042 level scripts might need to know of a patch level.
17043
17044Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17045
17046 * config.sub: Strip off patch suffix so rtl is recognized
17047 as a sunos4.1.3 machine, even though it's been patched.
17048
17049Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17050
17051 * Makefile.in (INSTALL_LAST): Delete.
17052 (INSTALL_DOSREL): New.
17053
17054Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17055
17056 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17057 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17058 whether we pass down --with-gnu-ld anyhow.
17059
17060Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17061
17062 * Makefile.in (INSTALL_LAST): Change operation so it works
17063 on more flavors of make.
17064 * configure.in (go32): Don't build libg++ or libio.
17065
17066Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17067
17068 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17069 they can be overriden by templates.
17070
17071Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17072
17073 * configure.in (target==go32): Don't build gdb.
17074 * dosrel: New directory.
17075
17076Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17077
17078 * configure.in (host==go32): Configure dosrel too.
17079 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17080 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17081 be set by incoming names or templates.
17082 (INSTALL_LAST): New rule.
6599da04
JM
17083
17084Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17085
17086 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17087
17088Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17089
6599da04
JM
17090 * configure.in (appdirs): New variable. Currently empty, but will
17091 be used in gas distribution. If nonempty, lists a set of
17092 directories at least one of which must get configured, or top
17093 level configuration is considered to have failed.
17094 (rs6000-*-lynxos*): Use new file name.
17095
17096Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17097
17098 Eliminate XTRAFLAGS.
17099 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17100 newlib include files using -idirafter, and also use -nostdinc.
17101 (CXX_FOR_TARGET): Likewise.
17102 (XTRAFLAGS): Removed.
17103 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17104 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17105 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17106 ($(DO_X)): Don't pass down XTRAFLAGS.
17107
17108Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17109
17110 * configure.in (mips*-dec-bsd*): New target; do build linker.
17111 (mips*-*-bsd*): New target; don't build linker.
17112
17113Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17114
17115 * configure.in: support rs6000-*-lynxos* configuration.
17116 support sunos4 as a cross target.
17117
17118 * config.sub: look for lynx*, not lynx since the OS version may
17119 legitimately be part of the name.
17120
17121Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17122
17123 * configure.in (i[34]86-*-sco*): Move to be with other i386
17124 targets.
17125 (romp-*-*): New target. Skip various binary utilities.
17126 (vax-*-*): New target. Don't build newlib.
17127 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17128
17129Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17130
17131 * configure.in: Only set host_makefile_frag if config
17132 directory exists.
17133
17134Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17135
17136 * install.sh: If $dstdir exists, don't check whether each
17137 component does.
17138
17139Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17140
17141 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17142
17143Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17144
3b75d237
AJ
17145 * configure.in (*-*-lynxos*): Don't configure newlib for either
17146 native or cross Lynx.
6599da04
JM
17147
17148Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17149
17150 * config.sub (sparc64-elf): Fix os.
17151 (z8k): Remove duplicate.
17152
17153Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17154
17155 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17156 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17157
17158Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17159
17160 * configure: Make file links cleanly even if Lynx fails on
e490616e 17161 an NFS symlink (at least fail cleanly).
6599da04
JM
17162
17163Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17164
17165 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17166 -XNh2000.
17167
17168Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17169
17170 * configure: Unknown options are fatal again.
17171
17172Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17173
17174 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 17175 compatibility.
6599da04
JM
17176
17177Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17178
17179 * build-all.mk: Add `clean' target.
17180
17181Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17182
17183 * config.guess: Add SINIX support.
17184 * configure.in: Add mips-*-sysv4* support.
17185
17186Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17187
17188 * build-all.mk: Document all useful targets.
17189 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17190 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17191
17192Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17193
17194 * configure: Support --silent, --quiet.
17195
17196Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17197
17198 * configure: Support --disable-FEATURE.
17199
17200Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17201
17202 * config.guess: Recognize NCR running SVR4.3.
17203
17204Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17205
17206 * config.guess: Make BSDI generate i386-unknown-bsd386.
17207 Patch from Paul Eggert <eggert@twinsun.com>.
17208
17209Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17210
17211 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17212
17213Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17214
17215 * configure: Make unrecognized options give nonfatal warnings
17216 instead of fatal errors, and pass them to any subdirectory
17217 configures in case they recognize them.
17218 Make --x equivalent to --with-x.
17219
17220Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17221
17222 * configure: Add --enable-* options. Clean up usage message and
17223 some comments.
17224
17225Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17226
17227 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17228
17229Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17230
17231 * configure.in (hppa*-*-*): Enable binutils.
17232
17233Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17234
17235 * config.sub: Recognize cisco.
17236
17237Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17238
17239 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17240
17241Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17242
17243 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17244 than one configuration name. Add comment.
17245
17246Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17247
17248 * config.guess: about target *-hitachi-hiuxwe2, fixed
17249 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17250 macro is incorrect.]
17251
17252Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17253
17254 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17255 than the "make ls" stuff which used to be here.
17256
17257Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17258
17259 * config.guess: Recognize i[34]86-unknown-freebsd.
17260 From Shawn M Carey <smcarey@rodan.syr.edu>.
17261
17262Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17263
17264 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17265
17266Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17267
17268 * config.guess: Check for ptx.
17269
17270Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17271
17272 * config.sub: Add os9k checking.
17273
17274Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17275
17276 * config.guess: Handle OSF1 running on HPPA processors
17277
17278Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17279
17280 * configure: If subdir configure fails, print out a message with
17281 subdirectory name, in case subdir's configure code didn't identify
17282 itself.
17283
17284Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17285
17286 * configure.in: Remove embedded newlines from configdirs.
17287 Avoid mismatches of substrings. Fix matching strings at end
17288 of configdirs.
17289
17290Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17291
17292 * config.guess: Add Lynx/rs6000 config support.
17293
17294Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17295
17296 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17297
17298Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17299
17300 * configure.in (hppa*-*-osf*): Treat this just like most other
17301 PA configurations (eg no binutils or ld).
17302 (hppa*-*-*elf*): These configurations have binutils and ld.
17303
17304Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17305
17306 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17307
17308Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17309
17310 * configure.in (rs6000-*-*): Build gas.
17311
17312Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17313
e490616e 17314 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
17315
17316Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17317
17318 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17319 for GDB and GDB has been fixed to not need it.
17320
6599da04
JM
17321Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17322
17323 * config.guess: Recognize vax hosts.
17324
17325Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17326
17327 * configure (while loop): Don't use "break 2" inside case
17328 statement -- the case statement isn't an enclosing loop.
17329
17330Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17331
17332 * config.guess: Clean up NeXT support, to allow nextstep
17333 on Intel machines. Make OS be nextstep.
17334
17335Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17336
17337 * config.guess: Add alternate forms for Convex.
17338
17339Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17340
17341 * configure: Completely rewrite option processing. Take
17342 advantage of pattern-matching to avoid invoking test frequently.
17343 Also clean up host and target defaulting logic.
17344
17345Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17346
17347 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17348 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17349 commands (plus user environment) will fit SCO limits.
17350
17351Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17352
17353 * configure.in: Don't issue warnings about directories which are
17354 not being configured if -norecursion is set. Correct test for
17355 --with-gnu-as and --with-gnu-ld to not get confused by substring
17356 matches.
17357
17358 * configure.in: Don't build gas for alpha-dec-osf1*.
17359
17360Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17361
17362 * configure: Back out Per's change of 12/19/1993. It changes the
17363 behavior of configure in unexpected and confusing ways.
17364
17365 Also, use different delim char when calculating
17366 program_transform_name so that the name can contain slashes.
17367
17368Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17369
17370 * configure.in, config.sub: Add support for VSTa micro-kernel.
17371
17372Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17373
17374 * configure.in: Nuke hacks which were used to get a special
17375 version of GAS for HPPA configurations.
17376
17377Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17378
17379 * configure: If only ${target_alias} is given, use that
17380 as the default for ${host_alias}.
17381 * configure: Add missing back-slashes before nested quotes.
17382
17383Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17384
17385 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17386
17387Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17388
17389 * config.guess: Recognize some Tektronix configurations.
17390 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17391
17392Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17393
17394 * config.sub: Match any flavor of SH.
17395
17396Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17397
17398 * configure.in: Don't try to configure newlib for Alpha.
17399
17400Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17401
17402 * configure.in: Don't build ld for Irix 5. Don't build gas,
17403 libg++ or libio for any Alpha target.
17404
17405 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
17406
17407Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17408
17409 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17410 default arguments -- so it tried to compress itself.
17411
17412Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17413
17414 * configure.in (notsupp): ensure that a space is always at the end
17415 of the configdirs list, since the grep checks for an explicit space
17416
17417Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17418
17419 * configure.in (target i386-sysv4.2): don't build ld, since static
17420 versions of many libraries are not available.
17421
17422Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17423
17424 * config.guess: Recognize Apollos (using environment variables).
17425 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17426
17427Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17428
17429 * config.guess: Recognize Sony news mips running newsos.
17430
17431Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17432
17433 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17434 "fi ; else" for bash.
17435
17436Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17437
17438 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17439
17440Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17441
17442 * config.sub: accept unixware as an alias for svr4.2.
17443 Fix some inconsistancies with the gcc version.
17444
17445Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17446
17447 * Makefile.in (DISTDOCDIRS): Add gdb.
17448
17449Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17450
17451 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17452
17453Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17454
17455 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17456 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17457 this now.
17458
17459Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17460
17461 * config.sub: Accept hiux* as an OS name.
17462
17463 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17464 etc/make-stds.texi. The underscore came from gcc, and dje now
17465 agrees that RUNTESTFLAGS is the correct name.
17466
17467Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17468
17469 * install.sh: Remove 'set -e'. It makes any conditionals
17470 in the script useless.
17471
17472 * config.guess: Automatically recognize arm-acorn-riscix
17473 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17474
17475Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17476
17477 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17478
17479Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17480
17481 * Makefile.in (DISTDOCDIRS): New variable.
17482 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 17483 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
17484
17485Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17486
17487 * configure.in (hppa target): check the source directory for the
17488 pagas sub-directory
17489
17490Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17491
17492 * config.sub: Allow -aout* and -elf*.
17493
17494Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17495
17496 * configure.in: Don't build ld on i386-solaris2, same as for
17497 sparc-solaris2.
17498
17499Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17500
17501 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17502
17503Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17504
17505 * configure.in: Configure gdb for alpha.
17506
17507Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17508
17509 * Makefile.in (CXXFLAGS): Add -O.
17510
17511Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17512
17513 * config.guess: added support for DG Aviion
17514
17515Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17516
17517 * configure.in: Produce warning message for subdirectories not
17518 configurable for this host/target combination. Don't try to
17519 configure gdb for vms.
17520
17521Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17522
17523 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17524 appropriate files before making "diststuff".
17525 (DISTBISONFILES): New var: list of files to be edited.
17526 (DISTSTUFFDIRS): Add binutils.
17527
17528Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17529
17530 * config.sub: also handle mipsel and mips64el (for little endian mips)
17531
17532Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17533
17534 * configure.in: Add * to end of all OS names.
17535
17536Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17537
17538 * configure.in: Build newlib for LynxOS native.
17539
17540Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17541
17542 * config.guess: Add support for delta 88k running SVR3.
17543
17544 * configure.in: Add comment about HP compiler vs. emacs.
17545
17546Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17547
17548 * configure.in: don't build ld on solaris2 (not a viable option
17549 due to bugs in getpwnam & getpwuid)
17550
17551Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17552
17553 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17554 config.guess will produce a full version number.
17555
17556Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17557
17558 * configure.in: Build linker and binutils for alpha-dec-osf1.
17559
17560Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17561
17562 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17563 and gdb/testsuite/Makefile.in.
17564
17565Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17566
17567 * configure.in: recognize mips*- instead of mips-
17568
17569Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17570
17571 * config.sub: Accept linux*coff and linux*elf as operating
17572 systems.
17573
17574Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17575
17576 * config.sub: Recognize mips64, and mips3 as an alias for it.
17577
17578Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17579
17580 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17581 gdb knows how to handle OSF/1 shared libraries.
17582
17583Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17584
17585 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17586 * config.guess: Recognize Hitachi's HIUX.
17587 * config.sub: Recognize h3050r* and hppahitachi.
17588 Remove redundant cases for hp9k[23]*.
17589
17590Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17591
17592 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17593 if gas and ld are in the source tree and are in ${configdirs}.
17594 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 17595 --with options (but still pass them down on the command line,
6599da04
JM
17596 if they were explicitly specified).
17597
17598Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17599
17600 * configure: substitute SHELL value in Makefile.in with
17601 ${CONFIG_SHELL}
17602
17603Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17604
17605 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17606 *-*-solaris2* targets.
17607
17608Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17609
17610 * Makefile.in: define M4, and pass it down to sub-makes;
17611 all-autoconf now depends on all-m4
17612
17613Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17614
17615 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17616 presence of {ar,ranlib} instead of a configured directory
17617
17618Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17619
17620 * config.guess: Accept 34?? as well as 33?? for NCR.
17621
17622Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17623
17624 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17625 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17626
17627Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17628
17629 * configure: grab values for $(CC) and $(CXX) from the
17630 environment, so that someone can do "CC=gcc configure; make" and
17631 have it work right (matching the way that autoconf works now)
17632
17633 * configure.in, Makefile.in: add support for gash, the tcl
17634 interface to Galaxy
17635
17636 * config.guess: add NetBSD variants (hp300, x86)
17637
17638Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17639
17640 * install.sh: Support -d option (in the manner of SunOS 4 install,
17641 as it is more deterministic than that of GNU install)
17642 (chmodcmd): Set file to mode 755 by default (should also do default
17643 chgrp and chown, but I don't feel like dealing with that now)
17644
17645Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17646
17647 * config.sub: Remove h8300hhms alias.
17648
17649Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17650
17651 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17652
17653Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17654
17655 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17656 as stmp-fixinc
17657
17658Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17659
17660 * config.sub: recognize m88110-bug-coff.
17661
17662Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17663
17664 * Makefile.in (all-libio): all dependencies on the toolchain used
17665 to build this (gcc, gas, ld, etc)
17666
17667Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17668
17669 * config.guess: Deal with OSF/1 1.3 on alpha.
17670
17671Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17672
17673 * install.sh: add some 'else true' clauses for portability
17674
17675 * configure.in: don't build libio for h8[35]00-*-* targets
17676
17677Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17678
17679 * Makefile.in: Add support for new libio.
17680
17681Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17682
17683 * install.sh: If one command fails, don't try the rest. Don't try
17684 to remove $dsttmp (via trap) unless we have already created it.
17685 If $src doesn't exist, detect it and exit with an error.
17686
17687 * config.guess: Recognize BSD on hp300.
17688
17689Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17690
17691 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17692 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17693
17694Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17695
17696 * Makefile.in (all-send-pr): depends on all-prms
17697
17698Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17699
17700 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17701
17702Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17703
17704 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17705 Added test for mips-mips-riscos5.
17706
17707Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17708
17709 * configure.in: use mh-hp300 for 68k HP hosts
17710
17711Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17712
17713 * configure: add support for CONFIG_SHELL, so that you can use
17714 some alternate shell for evaluating configure scripts
17715
17716Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17717
17718 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17719 in configure script to bug-gdb@prep.ai.mit.edu when building
17720 distribution archive.
17721 * Makefile.in (COMPRESS): Remove def.
17722 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17723 gdb.tar.Z and make-gdb.tar.Z respectively.
17724 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17725 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17726 to convergence with 'taz' target in Makefile.in.
17727
17728Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17729
17730 * install.sh (dsttmp): use trap to ensure that tmp files go
17731 away on error conditions
17732
17733Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17734
17735 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17736
17737Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17738
17739 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17740 its parent is '/' not ''.
17741
17742 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17743
17744Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17745
17746 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17747 that ${newsrcdir}/configure.in does.
17748
17749Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17750
17751 * test-build.mk: support for CONFIG_SHELL
17752
17753Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17754
17755 * config.sub (netware): Add as a basic system type.
17756
17757Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17758
17759 * Makefile.in (Makefile): depend on configure.in. Also drop the
17760 $(srcdir)/ from the dependency on Makefile.in.
17761
17762Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17763
17764 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17765 (h8300hhms is temporary until multi-libraries are implemented).
17766 * configure.in: Handle h8300h too.
17767
17768Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17769
17770 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17771
17772Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17773
17774 * configure: Remove extraneous output when guessing host type.
17775 * config.guess: Remove extraneous output when guessing using C
17776 compiler rather than uname, or when guessing fails.
17777
17778Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17779
17780 * Makefile.in: remove all.cross and install.cross targets
17781
17782 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17783 definitions
17784
17785Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17786
17787 * configure.in (target sh): Build gprof.
17788
17789Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17790
17791 * config.sub: change -solaris to -solaris2
17792
17793Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17794
17795 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17796
17797Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17798
17799 * configure: Correct error message for missing Makefile.in to
17800 print correct directory.
17801
17802Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17803
17804 * install.sh: kludge around 386BSD shell bug
17805
17806Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17807
17808 * config.guess: Recognize NeXT.
17809 * config.guess: Recognize i486-ncr-sysv4.
17810 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17811
17812Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17813
17814 * Makefile.in (MAKEINFOFLAGS): New variable.
17815 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17816 * build-all.mk, test-build.mk: Pass down --no-split as
17817 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17818
17819Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17820
17821 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17822
17823Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17824
17825 * Makefile.in (libg++.tar.z): New rule.
17826 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17827 * Makefile.in (taz): Only do a single chmod.
17828
17829Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17830
17831 * install.sh: don't use dirname anymore (replaced with sed usage)
17832
17833Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17834
17835 * Makefile.in: Change extension for gzip'd files from '.z' to
17836 '.gz' per new FSF standard usage.
17837
17838Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17839
17840 * configure: put quotes around the final value of program_transform_name
17841
17842Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17843
17844 * Makefile.in: new install.sh support; update install-info rules
17845
17846Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17847
17848 * configure.in: Build diff for crosses, but not for go32 host.
17849
17850 * configure.in: Build gprof only for native, and don't build it
17851 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17852
17853Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17854
17855 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17856
17857Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17858
17859 * configure.in (host_tools): Add prms.
17860
17861Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17862
17863 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17864 with $(FLAGS_TO_PASS) on the command line
17865
17866 * config.sub: Recognize lynx and lynxos
17867
17868Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17869
17870 * config.sub: Accept -ecoff*, not just -ecoff.
17871
17872Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17873
17874 * Makefile.in (taz): Use .gz suffix instead of .z.
17875 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17876 names.
17877
17878Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17879
17880 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17881
17882Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17883
17884 * Makefile.in (install-no-fixedincludes): install gcc last, so
17885 that rebuilds that might happen during 'make install' don't get
17886 bogus gcc include files
17887
17888Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17889
17890 Change from Utah for HPPA support:
17891 * config.guess: Recognize hppa1.x-hp-bsd.
17892
17893Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17894
17895 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17896 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17897
17898Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17899
17900 * config.sub: Add support for rom68k and bug boot monitors.
17901
17902Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17903
17904 * Makefile.in: Make all-opcodes depend on all-bfd.
17905
17906Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17907
17908 * config.guess: Added special check for i[34]86-univel-sysv4*.
17909
17910Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17911
17912 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17913 the processor rather than assuming i486.
17914
17915Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17916
17917 * config.guess: Recognize SunOS6 as Solaris3.
17918
17919Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17920
17921 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17922 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17923
17924Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17925
17926 * build-all.mk (all-cross): New target for Canadian Cross.
17927 Added Q2 go32 targets.
17928 * test-build.mk: Configure go32 cross sparclite-aout and
17929 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17930 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17931
17932Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17933
17934 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17935 GO32 hosted toolchains
17936
17937Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17938
17939 * configure: change so "-exec-prefix" gets passed down rather
17940 than "-exec_prefix" so autoconf generated Makefiles get the
17941 exec_prefix set right.
17942
17943Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17944
17945 * config.guess: get the Solaris2 minor version number
17946
17947 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17948
17949Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17950
17951 * config.guess: Recognize some Sequent platforms.
17952
17953Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17954
17955 * Makefile.in: added the vault-install target
17956
17957 * configure.in: actually use the Sun3 makefile fragment that's in
17958 config, also added the release dir to configdirs
17959
17960Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17961
17962 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17963
17964Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17965
17966 * configure.in: remove some program from Alpha targetted toolchains
17967
17968Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17969
17970 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17971 gprof.
17972 (taz): Run "make diststuff" in those directories instead of "make
17973 proto-dir". Look for "VERSION=" only at start of line in subdir
17974 Makefile. Use "gzip -9" for compression.
17975 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17976 (binutils.tar.z): New target.
17977
17978Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17979
17980 * Makefile.in (taz): Include gpl.texinfo.
17981
17982Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17983
17984 * Makefile.in (setup-dirs): Merged into "taz" target.
17985 (taz): Only do `proto-dir' stuff if a directory is actually needed
17986 for this target.
17987
17988Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17989
17990 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17991 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17992 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17993 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17994 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17995
17996Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17997
17998 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17999 config.sub, and move-if-change to gdb testsuite distribution
18000 archive, so the testsuite can be extracted, configured, and
18001 run separately from the gdb distribution. Blow away the Chill
18002 tests that require a Chill compiled executable, since GNU Chill
18003 is not yet publically available.
18004
18005Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18006
18007 * test-build.mk: set environment variables in a single command,
18008 instead of a list of assignments and exports
18009
18010 * config.guess: recognize Alpha/OSF1 systems
18011
18012Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18013
18014 * configure: Change help message to prefer --options rather than
18015 -options.
18016
18017Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18018
18019 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18020 zippy@ecst.csuchico.edu.
18021 * config.guess: Recognize miniframe.
18022
18023Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18024
cc6010cd
AP
18025 * Makefile.in: Use srcroot to find runtest rather than rootme.
18026 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
18027
18028Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18029
18030 * test-build.mk: Extensive additions to support building on a
18031 machine other than the host.
18032
18033Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18034
18035 * configure (tooldir): Fix for i386-aix again.
18036
18037Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18038
18039 * configure, Makefile.in: Change definition of $(tooldir)
18040 to match the FSF.
18041
18042Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18043
18044 * config.guess: Recognize i[34]86/SVR4.
18045
18046Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18047
18048 * Makefile.in (all-gdb): gdb depends on sim.
18049
18050Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18051
18052 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18053 at the same time we make the prototype gdb directory.
18054 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18055 files at the same time as the gdb base release distribution.
18056
18057Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18058
18059 * Makefile.in (check): Use individual check targets rather than
18060 DO_X rule.
18061 (check-gcc): Added.
18062
18063Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18064
18065 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18066 for System V release 3.2.
18067
18068Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18069
18070 * config.sub: Recognize hppaosf.
18071 * configure.in: Do configure ld/binutils/gas for it.
18072
18073Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18074
18075 * configure (tooldir): Alter syntax used to set this, for systems
18076 where "\$" isn't handled right, like i386-aix.
18077
18078Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18079
18080 * configure: Pass program-transform-name, not
18081 program_transform_name, to recursive configures.
18082
18083Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18084
18085 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18086 of gas+ld+binutils.
18087
18088Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18089
18090 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18091
18092Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18093
18094 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18095
6599da04
JM
18096Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18097
18098 * Makefile.in (PRMS): Set back to all-prms.
18099
18100Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18101
18102 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18103 targets, rather than for MIPS hosts.
18104
18105Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18106
18107 * configure.in: add comment for --with-x default values
18108
18109 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18110
18111 * Makefile.in: add check-* targets for each of the directories in
18112 the tree. Add a definition of RUNTEST that will use the one we
18113 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18114
18115Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18116
18117 * configure.in: Removed obsolete references to bfd_target and
18118 target_makefile_frag.
18119
18120 * build-all.mk: Set assorted targets for Q2.
18121 * config.sub: Recognize z8k-sim and h8300-hms.
18122 * test-build.mk: Really don't pass host to configure.
18123 (HOLES): Added uname.
18124
18125Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18126
18127 * configure: Handle an empty program-prefix, program-suffix or
18128 program-transform-name correctly.
18129
18130Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18131
18132 * build-all.mk: -G 8 no longer required for MIPS targets.
18133 * test-build.mk: Don't pass host argument to configure; make it
18134 guess.
18135
18136Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18137
18138 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18139 * Makefile.in (COMPRESS): New macro, like GZIP.
18140
18141Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18142
18143 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18144
18145 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18146 with gas currently defaults to -G 0.
18147
18148Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18149
18150 * Makefile.in (all-flex): flex depends on byacc.
18151
18152 * build-all.mk: If host not specified, use config.guess. Pass TAG
18153 to test-build.mk as RELEASE_TAG.
18154 * test-build.mk (configargs): New variable containing arguments to
18155 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18156 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18157
18158 * config.guess: Use /bin/uname when checking -X argument on SCO,
18159 to avoid invoking GNU uname which doesn't understand -X.
18160
18161 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18162
18163 * configure.in: Build gas for mips-*-*.
18164
18165Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18166
18167 * Makefile.in (all.normal): insert missing backslash.
18168
18169Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18170
731a8127 18171 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
18172
18173 * Makefile.in: Complete overhaul to merge many almost identical
18174 targets.
18175
18176Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18177
18178 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18179 (gdb.tar.Z): Adjusted.
18180
18181 * Makefile.in (setup-dirs, taz): New targets; should be general
18182 enough to adapt for gdb sometime. Build only .z file.
18183 (gas.tar.z): New target.
18184
18185Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18186
18187 * build-all.mk: Use CC=cc -Xs on Solaris.
18188
6599da04
JM
18189Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18190
18191 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18192 for handling BISON for FSF releases.
18193
18194Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18195
18196 * configure: Actually implement the change zoo just documented.
18197
18198Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18199
18200 * configure: when using config.guess, only set target_alias when
18201 it's not already been set (ie, on the command line)
18202
18203Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18204
18205 * Makefile.in: add installcheck target, set PRMS to install-prms
18206
18207Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18208
18209 * configure: add support for package_makefile_fragment, handle the
18210 case where a directory has a configure.in file but no Makefile.in
18211 more gracefully (with an actual understandable error message, even);
18212 add support for --without (and add this to the usage message); also
18213 explicitly add a --host=${host_alias} to the command line when
18214 config.guess is used
18215
18216Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18217
18218 * configure: Must use both --host and --target in recursive calls.
18219
18220Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18221
18222 * Makefile.in: Change deja-gnu to dejagnu.
18223
18224Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18225
18226 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18227
18228Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18229
18230 * configure.in: canonicalize all instances to *-*-solaris2*,
18231 also strip out a number of tools to not build for go32 host
18232
18233Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18234
18235 * config.guess: add GPL.
18236
18237 * Makefile.in, config.guess, config.sub, configure: bump
18238 copyrights to 93.
18239
18240Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18241
18242 * Makefile.in (do-info): Removed obsolete check for existence of
18243 localenv file.
18244
18245 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18246
18247Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18248
18249 * Makefile.in: a couple of 'else true' for decstation,
18250 support for TclX
18251
18252 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18253
18254Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18255
18256 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18257
18258Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18259
18260 * config.guess: Recognize i386-ibm-aix (PS/2).
18261 * configure.in: Use config/mh-aix386 file for it.
18262
18263Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18264
18265 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18266 CC_FOR_TARGET instead.
18267 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18268
18269Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18270
18271 * Makefile.in: Add sim to list of directories sent with gdb
18272
18273Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18274
18275 * configure.in: Put back mips-dec-bsd* case.
18276
18277Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18278
18279 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18280 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18281 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
18282
18283Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18284
18285 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18286
18287 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18288 (install-info): install dir.info only if it exists,
18289 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18290
18291Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18292
18293 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18294 gas for mips-dec-bsd.
18295
18296Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18297
18298 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18299 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18300
18301Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18302
18303 * configure.in: Added "dejagnu" to hosttools list.
18304
18305Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18306
18307 * config.sub, configure.in, config.guess: Add support
18308 for Bosx, an AIX variant from Bull.
18309 Patches from F.Pierresteguy@frcl.bull.fr.
18310
18311Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18312
18313 * devo/dejagnu: Initial creation of devo/dejagnu.
18314 Migrated dejagnu testcases and support files for testing software
18315 tools to reside as subdirectories, currently called "testsuite",
18316 within the directory of the software tool. Migrated all programs,
18317 support libraries, etc. beloging to dejagnu proper from
18318 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18319 with no modifications. The changes to these files which will
18320 allow them to configure, build, and execute properly will be made
18321 in a future update.
18322
18323Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18324
18325 * Makefile.in: Change send_pr to send-pr.
18326 * configure.in: Likewise.
18327 * send_pr: Renamed directory to send-pr.
18328
18329Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18330
18331 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18332
18333Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18334
18335 * README: Update for gdb-4.8 release.
18336 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18337 gdb-xxx.tar.z (gzip'd) file also.
18338
18339Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18340
18341 * Makefile.in: make all-diff depend on all-libiberty
18342
18343Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18344
18345 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18346
18347Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18348
18349 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18350
18351Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18352
18353 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18354 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18355 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18356
18357Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18358
18359 * Makefile.in: makeinfo binary is in a new location
18360
18361Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18362
18363 * config.sub: Accept -ecoff as an OS.
18364
18365 * Makefile.in: Various changes to eliminate a level of make
18366 recursion and reduce the required command line length.
18367 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18368 sub-makes.
18369 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18370 variables holding settings for specific sub-makes.
18371 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18372 in terms of BASE_FLAGS_TO_PASS.
18373 (TARGET_LIBS): New variable listing directories which use
18374 TARGET_FLAGS_TO_PASS.
18375 (subdir_do): Eliminated.
18376 (do-*): New set of targets to replace subdir_do.
18377 (various): All targets which used subdir_do now depend on do-*.
18378 (local-clean): Renamed from do_clean.
18379 (local-distclean): New target, dependency of distclean and
18380 realclean.
18381 (install-info): Don't create directories. Depend on dir.info
18382 rather than calling make recursively.
18383 (install-dir.info): Eliminated.
18384 (install-info-dirs): Create all info directories here.
18385 (dir.info): Depend upon do-install-info.
18386
18387 * test-build.mk (HOLES): Added false.
18388
18389Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18390
18391 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18392
18393Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18394
18395 * Makefile.in (info): remove dependency on all-texinfo. The
18396 problem was really in texinfo/C, not at this level.
18397
18398Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18399
18400 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18401
18402Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18403
18404 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18405 GDB releases.
18406
18407Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18408
18409 * configure: Include srcdir in message about target of link not
18410 being found. Don't convert `-' to `_' in `with' options being
18411 passed to subdirs.
18412
18413Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18414
18415 * configure.in: add uudecode to host_tools
18416
18417 * Makefile.in: added {all,install}-uudecode targets, added them to
18418 the appropriate lists
18419
18420Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18421
18422 * Makefile.in (all-gcc): Added dependency on all-gas.
18423
18424 * configure.in (mips-*-*): Build ld and binutils.
18425
18426Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18427
18428 * configure: check return code from mkdir, print error message and
18429 exit on failure.
18430
18431Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18432
18433 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18434
18435Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18436
18437 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18438
18439Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18440
18441 * config.sub (h8500): Recognize this as a cpu type.
18442
18443Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18444
18445 * configure: source directory missing is no longer a warning
18446
18447 * configure.in: recognize irix[34]* instead of irix[34]
18448
18449 * Makefile.in: define and pass down X11_LIB
18450
6599da04
JM
18451Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18452
18453 * guess-systype: Renamed to ...
18454 * config.guess: ... by popular request.
18455 * configure.in, Makefile.in: Update accordingly.
18456
18457Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18458
18459 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18460 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18461 + Execute ./dummy instead of assuming . is in PATH.
18462
18463Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18464
18465 * guess-systype: New shell script. Attempts to guess the
18466 canonical host name of the executing host.
18467 Only a few hosts are supported so far.
18468 * configure: Call guess-systype if no host is specified.
18469
18470Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18471
18472 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18473 gcc Makefile.
18474
6599da04
JM
18475Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18476
18477 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18478 (all-gcc, install-gcc, subdir_do): Use it.
18479
18480Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18481
18482 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18483
18484Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18485
18486 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18487 set exclusively by configure, using configure.in .
18488
18489Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18490
18491 * test-build.mk: set $PATH for all builds
18492
18493 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18494
18495Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18496
18497 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18498 the one used in gcc/Makefile.in, so that a null expansion doesn't
18499 override the one needed to build gcc with a native cc.
18500
6599da04
JM
18501Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18502
18503 * configure: Accept -with arguments.
18504
18505Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18506
18507 * Makefile.in: added h8300sim
18508
18509Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18510
6599da04
JM
18511 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18512 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18513 (all-cygnus, native, build-cygnus): Make
18514 $(canonhost)-stamp-3stage-done, not $(host)....
18515 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18516 i386-sco3.2v4. Added else true to if command.
18517
18518Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18519
18520 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18521
18522Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18523
18524 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18525
18526Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18527
18528 * configure.in: don't remove binutils from Solaris builds
18529
18530Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18531
18532 * Makefile.in: get rid of earlier definitions for *clean,
18533 also handle the recursive info rule better
18534
18535Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18536
18537 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18538 do more-or-less the right thing.
18539
18540Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18541
18542 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18543 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18544
18545Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18546
18547 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18548 $(host_canonical).
18549
18550 * configure.in: split the configdirs list into 4 categories (native
18551 v. cross, library v. tool) and handle the cross-only and native-
18552 only in more reasonable (and correct!) way.
18553
18554Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18555
18556 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18557 configdirs anymore.
18558
18559Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18560
18561 * Makefile.in: extensive cleanup:: removed all of the explicit
18562 clean-* targets, collapsed many wrappers around subdir_do into
18563 one, added additional targets to satisfy standards.texi, deleted
18564 some old targets, some changes for consistency
18565
18566Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18567
18568 * configure.in: handle some programs as cross-only, and others as
18569 native only
18570
18571 * test-build.mk: handle partial holes in a more generic manner
18572
18573 * Makefile.in: m4 depends on libiberty
18574
6599da04
JM
18575Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18576
18577 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18578 time, wdiff, and find to configdirs
18579
18580 * Makefile.in: all, clean, and install rules for the new programs
18581 added to configure.in
18582
18583Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18584
18585 * configure.in: use mh-sun for all *-sun-* hosts
18586
6599da04
JM
18587Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18588
18589 * Makefile.in: define flags for X11 include files and library file
18590 locations, pass them down to the programs that need this info
18591
18592 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18593
6599da04
JM
18594Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18595
18596 * configure.in: start building libg++ for HP-UX targets
18597
18598Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18599
18600 * README: Update references to files moved into etc/.
18601
18602Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18603
18604 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18605 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18606
18607Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18608
18609 * configure: accept dash as well as underscore in long option
18610 names for FSF compatibility.
18611
18612Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18613
18614 * config.sub: added -sco3.2v4 support from FSF.
18615
18616Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18617
18618 * configure.in: expand the section that adds or removes
18619 directories from the list of programs to build, to handle native
18620 vs. cross in addition to host v. native
18621
18622Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18623
18624 * Makefile.in: Replace C++ in macro names with CXX.
18625 This is less likely to break ...
18626
18627Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18628
18629 * test-build.mk: add -w to GNU_MAKE
18630
18631Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18632
18633 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18634 add 'sparc' to list of recognized cpus. This needed to make
18635 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18636 Delete some redundant ose68 variants. Recognize -wrs as an os,
18637 then changes that into $CPU-wrs-vxworks.
18638
18639 * configure.in: remove most references to gdbtest, regularize
18640 target based program removal
18641
18642 * test-build.mk: import from p3 tree (many fixes and changes)
18643
18644Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18645
18646 * Makefile.in: added rules to handle tcl, tk, and expect
18647
18648 * configure.in: handle those directories if they exist
18649
18650Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18651
18652 * config.sub: removed bogus hppabsd and hppahpux names, since
18653 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18654
18655Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18656
18657 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18658 depends upon all-xiberty
18659
18660 * Makefile.in: changes from p3, including:
18661
18662 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18663
18664 * Makefile.in (XTRAFLAGS): include newlib directories if
18665 newlib/Makefile exists, rather than if host != target.
18666
18667 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18668
18669 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18670 from the same source tree and not building a cross-compiler. This
18671 matters for the libg++ configuration if reconfiguring a tree that
18672 has already been installed.
18673
18674 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18675
18676 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18677 pick up the machine and system specific header files.
18678
18679 * Makefile.in: added AS_FOR_TARGET, passed down in
18680 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18681 the C compiler to use to create programs which are run in the
18682 build environment, set it to default to $(CC), and passed it down
18683 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18684
18685 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18686
18687 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18688 We need them for unusual native builds, like systems without
18689 ranlib.
18690
18691 * configure: also define $(host_canonical) and
e490616e
ZW
18692 $(target_canonical), which are the full, canonical names for the
18693 given host and target
6599da04
JM
18694
18695Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18696
18697 * Makefile.in: Added separate definitions for C++.
18698
18699Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18700
18701 * configure.in (configdirs): Add deja-gnu.
18702
18703Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18704
18705 * README: Update for configure.texi and gdb-4.7 release.
18706
18707Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18708
18709 * Makefile.in: Move "all" target to top of file.
18710 Previously, first target was ".PHONY" which caused BSD4.4 make
18711 to build .PHONY when make was run without arguments.
18712
18713Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18714
18715 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18716 Library-copylefted code in libiberty.
18717
18718Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18719
18720 * config.sub: Replace m68kmote with plain old m68k.
18721
18722Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18723
18724 * Makefile.in: Remove space from blank line, avoid Make complaints.
18725
18726Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18727
18728 * config.sub: Complain if no argument is given. Added support for
18729 386bsd as OS and target alias.
18730
18731Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18732
18733 * Makefile.in (XTRAFLAGS): include newlib directories if
18734 newlib/Makefile exists, rather than if host != target.
18735
18736Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18737
18738 * config.sub: recognize sparclite-wrs-vxworks.
18739
18740 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18741 p3.) Added clean-xiberty to clean.
18742
18743Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18744
18745 * configure.in: use *-*-* instead of nested cases for host and target
18746
18747Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18748
18749 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18750 from the same source tree and not building a cross-compiler. This
18751 matters for the libg++ configuration if reconfiguring a tree that
18752 has already been installed.
18753
18754Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18755
18756 * config.sub (i486v/i486v4): Merge in from FSF version.
18757
18758Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18759
18760 * configure: only set PWD if it is already set.
18761
18762Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18763
18764 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18765 doesn't have unset and all success paths (and most error paths)
18766 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18767 to just ${PWD} to avoid confusion.)
18768
18769Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18770
18771 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18772 even for a native compilation.
18773
18774Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18775
18776 Changes to make the gdb.tar.Z rule work better.
18777
18778 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18779 (DEVO_SUPPORT): Add configure.texi.
18780 (bfd-ilrt.tar.Z): Remove ancient rule.
18781
18782Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18783
18784 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18785 pick up the machine and system specific header files.
18786
18787 * configure.in, config.sub: added new target m68010-adobe-scout,
18788 with alias of adobe68k. Changed configure.in to check for
18789 -scout before -sco* to avoid a false match.
18790
18791 * Makefile.in: added AS_FOR_TARGET, passed down in
18792 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18793 the C compiler to use to create programs which are run in the
18794 build environment, set it to default to $(CC), and passed it down
18795 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18796
18797Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18798
18799 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18800 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18801 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18802 FOR_TARGET variants, to newlib and libg++.
18803
18804Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18805
18806 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18807 first.
18808
18809Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18810
18811 * config.sub: Accept `elf' as an environment.
18812
18813Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18814
18815 * Makefile.in (all-opcodes): cd into the right directory
18816
18817Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18818
18819 * configure: added -program_transform_name option, used as
18820 argument to sed when installing programs.
18821 configure.texi: added documentation for -program_prefix,
18822 -program_suffix and -program_transform_name.
18823
18824Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18825
18826 * config.sub: Accept i486 where i386 ok.
18827
18828Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18829
18830 * config.sub: accept we32k
18831
18832Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18833
3b75d237 18834 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
18835
18836 * Makefile.in: don't create all directories for ``make install'';
18837 let the subdirectories create the ones they need.
18838
18839Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18840
e490616e 18841 * COPYING: new file, GPL v2
6599da04
JM
18842
18843Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18844
18845 * Makefile.in: use the new gen-info-dir, which needs a template
18846 argument (which also lives in texinfo)
18847
18848 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18849
6599da04
JM
18850Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18851
18852 * config.sub (ncr3000): Change i386 to i486.
18853
18854Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18855
18856 * Makefile.in: add install-rcs, install-grep to
18857 install-no-fixedincludes, removed install-bison and install-libgcc
18858
18859Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18860
18861 * configure.in: grab the HPUX makefile fragment if on HPUX
18862
18863Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18864
18865 * Makefile.in: eradicate bison spoor (ditto libgcc).
18866 configure.in: recognise m68{k,000}-ericsson-OSE.
18867 es1800 is alias for m68k-ericsson-OSE
18868
18869Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18870
18871 * configure.in: rearrange the parts that remove programs from
18872 configdirs, based now on HOST==TARGET or by canonical triple.
18873
18874Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18875
18876 * test-build.mk: recurse explicitly with -f test-build.mk when
18877 appropriate. predicate stage3 and comparison on the existence
18878 of gcc. That is, if gcc isn't around, we aren't three-staging.
18879 On very clean, also remove ...stamp-co. Build in-place before
18880 doing other builds.
18881
18882Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18883
18884 * Makefile.in, configure.in: add tgas
18885
18886Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18887
18888 * Makefile.in: a number of changes merged in from progressive.
18889
18890 * configure.in: add libm.
18891
18892 * .cvsignore: ignore some stuff that comes from test-build.mk.
18893
6599da04
JM
18894Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18895
18896 * config.sub: Add es1800 (m68k-ericsson-es1800).
18897
18898Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18899
18900 * configure: Add program_suffix (parallel to program_prefix)
18901 * Makefile.in: adjust directory-creating script for losing decstation
18902
18903Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18904
18905 * configure: Minor $subdir-related fixes.
18906
18907Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18908
18909 * configure: fix various problems with propogating
18910 makefile_target_frag in subdirs.
18911 * configure.in: config libgcc if its there
18912
18913Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18914
18915 * config.sub: HPPA merge.
18916
6599da04
JM
18917Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18918
18919 * Makefile.in: Replace all-bison with all-byacc in all
18920 dependency lines for other tools (which now use byacc).
18921
18922Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18923
18924 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18925
6599da04
JM
18926Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18927
18928 * Makefile.in: make gprof rules similar to byacc rules (instead of
18929 vestigal $(unsubdir) that didn't work...)
18930
18931Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18932
18933 * config.sub: Add support for Linux.
18934 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18935 (at least for libg++).
18936
18937Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18938
18939 * configure.texi: fix doc for the -nfp option to configure
18940
18941Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18942
18943 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18944
18945Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18946
18947 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18948 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18949 * configure.in: added solaris* host_makefile_frag hook.
18950
18951Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18952
18953 * config.sub: changed recognition of m68000 so that various
18954 m68k types can be specified via m680[01234]0
18955
18956Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18957
18958 * config.sub (basic_machine): fix sed so that '-foo' isn't
18959 completely substituted out while .+'-foo' loses the '-foo'
18960
18961Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18962
18963 * config.sub ($os): Add -aout.
18964
18965Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18966
18967 * configure: If host_makefile_frag is absolute, don't
18968 prefix ${invsubdir} (relevant to libg++ auto-configure).
18969
18970Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18971
18972 * Makefile.in (tooldir): Define it.
18973 (all-ld): Depend on all-flex.
18974
18975Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18976
18977 * Makefile.in (check): Fix libg++ special case.
18978
18979Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18980
18981 * configure: do not bury `pwd` into config.status, thus do fewer
18982 pwd's.
18983
18984 * configure: print the "Building in" message only when building in
18985 other than "." AND verbose.
18986
63f6bcd7 18987 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
18988 configures.
18989
18990 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18991
18992Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18993
18994 * Makefile.in: macroize flags passed on recursion. remove
18995 fileutils.
18996
18997Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18998
18999 * configure: get makesrcdir right for subdirs deeper than 1.
19000
19001 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19002 install.
19003
19004Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19005
19006 * Makefile.in: don't print subdir_do or recursion lines.
19007
19008Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19009
19010 * standards.texi: added menu item.
19011
19012 * Makefile.in: build and install standards.info.
19013
19014 * standards.texi: new file.
19015
19016Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19017
19018 * configure: test for and move config.status pieces from
19019 ${subdir}/.
19020
19021Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19022
6599da04
JM
19023 * configure: Test for existance of files before trying to mv
19024 them, to avoid numerous non-existance messages.
19025
19026Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19027
19028 * configure: correct final line of config.status.
19029
19030 * configure: patch from eggert. Avoids a protection problem if
19031 the original Makefile.in is read only.
19032
19033 * configure: use move-if-change from gcc to create config.status.
19034 Some makefiles depend on config.status to tell if a directory
19035 has been reconfigured for a different host. This change
19036 prevents those directories from remaking everything in the case
19037 where the reconfig was only intended to rebuild a Makefile.
19038
19039 * configure: test for config.sub with "config.sub sun4" rather
19040 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19041 host alias from a missing config.sub.
19042
19043Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19044
19045 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19046 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19047
19048Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19049
19050 * configure: mkdir ${subdir} as needed.
19051
19052Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19053
19054 * Makefile.in,configure.in: added autoconf.
19055
19056Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19057
19058 * Makefile.in: no longer pass against on recursion.
19059
19060 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19061 definitions are not inherited.
19062
19063 * configure: correct makesrcdir when subdir is .
19064
19065Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19066
19067 * configure: Add support for 'subdirs' variable, which is
19068 like 'configdirs', except that configure doesn't re-invoke
19069 itself for subdirs, it just creates a Makefile for each subdir.
19070 * configure.texi: Document subdirs.
19071
19072Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19073
19074 * configure.in: added flex to configdirs
19075
19076Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19077
19078 * Makefile.in: remove clean-stamps from clean.
19079
19080Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19081
19082 * configure.in: Add gdbtest to configdirs.
19083
19084Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19085
19086 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19087 to recursive makes.
19088 * configure.in: Recognize new ncr3000 config.
19089
19090Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19091
19092 * Makefile.in, configure.in: removed references to gdbm.
19093
19094Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19095
19096 * config.sub: Don't canonicalize os value
19097 newsos* to bsd (readline needs to check for newsos).
19098 (This fix was earlier made Jan 31, but got re-broken.)
19099
19100Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19101
19102 * configure.in: sco is an os, not a vendor!
19103
19104 * configure: Quote $( better. Keep various shells happy.
19105
19106Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19107
19108 * Makefile.in: eliminate stamp-files.
19109
19110Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19111
19112 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19113 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19114
19115Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19116
19117 * config.sub: fix iris/iris3.
19118
19119Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19120
19121 * configure: re-add -rm.
19122
19123Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19124
19125 * Maskefile.in: add .stmp-rcs to all.
19126
19127 * configure.in: remove gas from rs6000 build, use aix host fragment.
19128
19129Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19130
19131 * configure: pass down site_option during recursion.
19132
19133Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19134
19135 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19136
19137Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19138
19139 * configure: Change exec_prefix so that it really defaults to prefix.
19140
19141Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19142
19143 * Makefile.in, configure.in: Add support for mmalloc library.
19144
19145Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19146
19147 * Makefile.in: add stmp dependencies for a few more things.
19148
19149Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19150
19151 * configure: adjusted error message on objdir/srcdir configure
19152 collision, per john's suggestion.
19153
19154 * Makefile.in: add libiberty stmp to all and all.cross.
19155
19156Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19157
19158 * Makefile.in: remove force dependencies, add grep to all.
19159
19160Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19161
19162 * Makefile.in: drop flex. make stamp files work.
19163
19164 * configure: added test for conflicting configuration in srcdir,
19165 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19166 gets cranky. use relative paths for configure and srcdir
19167 whenever possible. Send some error messages to stderr that were
19168 going to stdout.
19169
19170Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19171
19172 * Makefile.in: Fix libg++ rule to check for gcc directory
19173 before using gcc/gcc. Also pass XTRAFLAGS.
19174
19175Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19176
19177 * Makefile.in: added stmp-files so that directories aren't polled
19178 when they are already built.
19179
19180 * configure.texi: fixed a node pointer problem.
19181
19182Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19183
731a8127 19184 * config.sub configure.in gdb/configure.in
6599da04
JM
19185 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19186 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19187 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19188
19189Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19190
19191 * configure: -recurring becomes -silent. corrected help message
19192 for -site= option.
19193
19194 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19195
19196Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19197
19198 * configure: when building Makefile for crosses, replace
19199 tooldir and program_prefix. default srcdir from location of
19200 config.sub. remove "for host in hosts" and "for target in
19201 targets" loops.
19202
19203Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19204
19205 * Makefile.in: Do not pass bindir or mandir to cvs.
19206
19207Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19208
19209 * Makefile.in, configure.in: removed traces of namesubdir,
19210 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19211 copyrights to '92, changed some from Cygnus to FSF.
19212
19213 * configure.texi: remove most references to multiple hosts,
19214 multiple targets, subdirs, etc.
19215
19216 * configure.man: removed rcsid. reference config.sub not
19217 config.subr.
19218
19219 * Makefile.in: mkdir $(infodir) on install-info.
19220
19221Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19222
19223 * configure.texi: Explain better about .gdbinit and about
19224 the environment that configure.in sections run in.
19225
19226Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19227
19228 * configure.in: Ultrix is only a decstation if it's a MIPS.
19229
19230Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19231
19232 * README: DOC.configure => cfg-paper.texi.
19233
19234Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19235
19236 * config.sub (near case $os): Don't convert newsos* to bsd!
19237
19238Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19239
19240 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19241 the number of copies of COPYING that go into the GDB tar file.
19242
19243Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19244
731a8127 19245 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
19246 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19247 Fix SCO configuration stuff.
19248
19249Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19250
19251 * Makefile.in: For libg++, make sure the -I pointing
19252 to the gcc directory goes *after* all the libg++-local -I flags.
19253 Also, move just-gcc dependency from just-libg++ to all-libg++.
19254
19255Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19256
19257 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19258
19259Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19260
19261 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19262
19263Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19264
19265 * config.sub: Add stratus configuration frags. Also
19266 submitted to FSF.
19267
19268Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19269
19270 * Makefile.in (DEV_SUPPORT): add configure.man.
19271
19272 * config.sub(Decode manufacturer-specific): add -none*.
19273
19274Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19275
19276 * Makefile.in: remove form feeds to make Sun's make happy.
19277 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19278
19279Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19280
19281 * Makefile.in (AR_FLAGS): Make quieter.
19282
19283Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19284
19285 * configure.in: Add libg++.
19286 * configure: When verbose, don't output the command line at each
19287 level; it will be unremarkably the same as the previous version,
19288 which will be the same as what the user typed.
19289
19290Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19291
19292 * configure.in, Makefile.in: fix clean-info, add flex. add
19293 fileutils.
19294
19295 * configure: be less sensitive to spaces in Makefile.in. Do not
19296 look for sources in "..". Doing so breaks subdirectories that
19297 might have their own configure. If a subdir has it's own
19298 configure script, use it.
19299
19300Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19301
19302 * cfg-paper.texi: some changes suggested by rms.
19303
19304Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19305
19306 * config.sub: Merge in some small additions from the FSF version,
19307 taken from the gcc distribution, to bring the Cygnus and FSF
19308 versions into closer sync.
19309
19310Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19311
19312 * configure.in: Changed svr4 references to sysv4.
19313
19314Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19315
19316 * configure: added -V for version number option.
19317
19318Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19319
19320 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19321 renamed from DOC.configure to cfg-paper.texi.
19322
19323Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19324
19325 * configure, config.subr, config.sub: config.subr is now
19326 config.sub again.
19327
19328Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19329
19330 * configure.texi: new file, in progress.
19331
19332 * Makefile.in: build info file and install the man page for
19333 configure.
19334
19335 * configure.man: new file, first cut.
19336
19337 * configure: find config.subr again now that configuration "none"
19338 has gone. removed all traces of the -ansi option. removed all
19339 traces of the -languages option.
19340
19341 * config.subr: resync from rms.
19342
19343Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19344
19345 * configure, config.sub, config.subr: merge config.sub into
19346 config.subr, call the result config.subr, remove config.sub, use
19347 config.subr.
19348
19349 * Makefile.in: revised install for dir.info.
19350
19351Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19352
19353 * configure.in: add decstation host makefile frag.
19354
19355 * Makefile.in: BISON now bison -y again. also install-gcc on
19356 install. clean-gdbm on clean. infodir belongs in datadir.
19357 Make directories for info install. Build dir.info here then
19358 install it.
19359
19360Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19361
19362 * Makefile.in: fix for bad directory tests.
19363
19364Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19365
19366 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19367 regexp. -srcdir relative was being handled incorrectly.
19368
19369 * Makefile.in: unwrapped some for loops so that parallel makes
19370 work again and so one can focus one's attention on a particular
19371 package.
19372
19373Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19374
19375 * configure: added PWD as a stand in for `pwd` (for speed). use
19376 elif wherever possible. make -srcdir work without -objdir.
19377 -objdir= commented out.
19378
19379Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19380
19381 * configure: +options become --options. -subdirs commented out.
19382 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19383 Makefile now at top of generated Makefile. Removed cvs log
19384 entries. added -srcdir. create .gdbinit only if there is one
19385 in ${srcdir}.
19386
19387 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19388 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19389 and mandir now keyed off datadir by default.
19390
19391Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19392
19393 * Freshly created ChangeLog.
19394
19395\f
19396Local Variables:
19397mode: change-log
19398left-margin: 8
19399fill-column: 76
19400version-control: never
19401End: