]> gcc.gnu.org Git - gcc.git/blame - ChangeLog
[Patch ARM] Add initial tuning for Cortex-A55 and Cortex-A75
[gcc.git] / ChangeLog
CommitLineData
d4360477
NS
12017-07-03 Nathan Sidwell <nathan@acm.org>
2
3 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
4 * configure: Rebuilt.
5
9dc9ae74
BS
62017-07-03 Bernd Schmidt <bschmidt@redhat.com>
7
8 * MAINTAINERS: Readd myself for c6x.
9
c8cf0b6f
ML
102017-06-28 Martin Liska <mliska@suse.cz>
11
12 PR bootstrap/81217
13 * Makefile.def: Remove superfluous bootstrap_target from
14 bootstrap_stage.
15 * Makefile.in: Re-generate the file.
16
0666865c
MO
172017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
18
19 * MAINTAINERS: Add myself to Write After Approval
20
827c925e
AJ
212017-06-21 Andrew Jenner <andrew@codesourcery.com>
22
23 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
24
0d053a49
ML
252017-06-19 Martin Liska <mliska@suse.cz>
26
27 * Makefile.def: Define 4 stages PGO bootstrap.
28 * Makefile.tpl: Define FLAGS.
29 * Makefile.in: Regenerate.
30
be75f645
ILT
312017-06-14 Ian Lance Taylor <iant@golang.org>
32
33 * Makefile.def: Add check-gotools to go check targets.
34 * Makefile.in: Rebuild.
35
c725f69c
SB
362017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
37
38 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
39
76052545
EB
402017-06-03 Eric Botcazou <ebotcazou@adacore.com>
41
42 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
43 * configure: Regenerate.
44
afd88efc
ML
452017-05-31 Martin Liska <mliska@suse.cz>
46
47 * configure.ac: Add handling of stage2_werror_flags to
48 action-if-given and to action-if-not-given.
49 * configure: Regenerate.
50
945bafd6
PB
512017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
52
53 * MAINTAINERS: Add self to Write After Approval
54
b9396a49
BS
552017-05-27 Bernd Schmidt <bschmidt@redhat.com>
56
57 * MAINTAINERS: Update my email address, and remove myself as
58 maintainer in some areas.
59
aa1b69e7
EG
602017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
61
62 * MAINTAINERS: Add self to Write After Approval
63
cdfee50a
NS
642017-05-25 Nathan Sidwell <nathan@acm.org>
65
66 * configure.ac: Add --enable-languages=default to mean default and
67 make --enable-languages=all mean all supported languages.
68 * configure: Regenerated.
69
83349046
SB
702017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
71
72 * config.gcc (powerpc*-*-*spe*): New.
73 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
74 (powerpc-*-rtems*spe*): New.
75 (powerpc*-*-linux*spe*): New.
76 (powerpc-wrs-vxworksspe): New.
77 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
78 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
79 * config.host (powerpc*-*-*spe*): New.
80
01c712cb
ML
812017-05-19 Martin Liska <mliska@suse.cz>
82
83 * configure.ac: Add --enable-werror-always just for
84 bootstrap-debug (or none build config) and do not add it
85 when we are on a release branch.
86 * configure: Regenerated.
87
7880c1a5
SL
882017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
89
90 * MAINTAINERS: Add self to Write After Approval
91
c759355f
KK
922017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
93
94 * MAINTAINERS: Move myself to Write After Approval section.
95
79557bae
CZ
962017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
97
98 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
99 ACCH registers.
100 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
101 available.
102 (umulsidi3): Likewise.
103 (mulsidi3_700): Disable this pattern when we have advanced mpy
104 instructions.
105 (umulsidi3_700): Likewise.
106 (maddsidi4): New pattern.
107 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
108 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
109 (mpydu_imm_arcv2hs): Likewise.
110 * config/arc/predicates.md (accl_operand): New predicate.
111
c7314bc1
CZ
1122017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
113 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
116 case.
117 (ARC_AUTOFP_IRQ_P): Likewise.
118 (ARC_AUTO_IRQ_P): Likewise.
119 (rgf_banked_register_count): New variable.
120 (parse_mrgf_banked_regs_option): New function.
121 (arc_override_options): Handle rgf_banked_regs option.
122 (arc_handle_interrupt_attribute): Add firq option.
123 (arc_compute_function_type): Return fast irq type when required.
124 (arc_must_save_register): Handle fast interrupts.
125 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
126 (arc_return_address_regs): Update.
127 * config/arc/arc.h (arc_return_address_regs): Update.
128 (arc_function_type): Add fast interrupt type.
129 (ARC_INTERRUPT_P): Update.
130 (RC_FAST_INTERRUPT_P): Define.
131 * config/arc/arc.md (simple_return): Update for fast interrupts.
132 (p_return_i): Likewise.
133 * config/arc/arc.opt (mrgf-banked-regs): New option.
134 * doc/invoke.texi (mrgf-banked-regs): Document.
135
41453183
CZ
1362017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
137
138 * config/arc/arc.c (irq_ctrl_saved): New variable.
139 (ARC_AUTOBLINK_IRQ_P): Define.
140 (ARC_AUTOFP_IRQ_P): Likewise.
141 (ARC_AUTO_IRQ_P): Likewise.
142 (irq_range): New function.
143 (arc_must_save_register): Likewise.
144 (arc_must_save_return_addr): Likewise.
145 (arc_dwarf_emit_irq_save_regs): Likewise.
146 (arc_override_options): Handle deferred options.
147 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
148 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
149 arc_must_save_return_addr.
150 (arc_compute_frame_size): Handle automated save and restore of
151 registers.
152 (arc_expand_prologue): Likewise.
153 (arc_expand_epilogue): Likewise.
154 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
155 * config/arc/arc.opt (mirq-ctrl-saved): New option.
156 * doc/invoke.texi (mirq-ctrl-saved): Document option.
157
52744dd7
TK
1582017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
159 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
160
161 PR bootstrap/77661
162 * Makefile.def: Don't pass --enable-maintainer-mode on to an
163 in-tree build MPC.
164 * Makefile.in: Regenerate.
165
deeba76a
FXC
1662017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
167
168 * configure.ac: Enable LTO by default on darwin >= 9.
169 * configure: Regenerate.
170
5a05e11d
PD
1712017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
172
173 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
174 and Andrew Waterman as the RISC-V maintainers.
175
e04f858c
NK
1762017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
177
178 * MAINTAINERS: Add self to Write After Approval
179
a98cf819
GP
1802017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
181
182 * config.guess: Import latest from upstream.
183
9826d1a3
GP
1842017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
185
186 * MAINTAINERS (Write After Approval): Remove entries that are
187 already covered under Reviewers.
188
a46586c3
MW
1892017-03-08 Mark Wielaard <mark@klomp.org>
190
191 PR demangler/70909
192 PR demangler/67264
193 * include/demangle.h: Add d_printing to struct demangle_component
194 and pass struct demangle_component as non const.
195
734ca1c2
GP
1962017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
197
198 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
199
93b87d1d
TS
2002017-02-15 Thomas Schwinge <thomas@codesourcery.com>
201
202 * Makefile.tpl: Remove HOST_ISLVER.
203 (HOST_EXPORTS): Remove ISLVER.
204 * Makefile.in: Regenerate.
205
f877b3ad
RB
2062017-02-13 Richard Biener <rguenther@suse.de>
207
208 * configure: Re-generate.
209
2ad31830
GP
2102017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
211
212 * MAINTAINERS: Adjust bug reporting URL.
213
3501e62c
GP
2142017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
215
216 * MAINTAINERS (Write After Approval): Remove redundant entry
217 for Andrew Burgess.
218
510555e0
JDA
2192017-02-03 John David Anglin <danglin@gcc.gnu.org>
220
221 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
222 32-bit hppa*-*-hpux*.
223 * configure: Regenerate.
224
f6a24a94
MJ
2252017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
226
227 * configure.ac: Moved the white list of enabling BRIG FE to
228 libhsail-rt/configure.tgt.
229 * configure: Regenerated.
230 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
231
2322017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
233 Martin Jambor <mjambor@suse.cz>
234
5fd1486c
PJ
235 * Makefile.def (target_modules): Added libhsail-rt.
236 (languages): Added language brig.
237 * Makefile.in: Regenerated.
238 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
239 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
240 * configure: Regenerated.
241
3c36aa6b
JJ
2422017-01-17 Jakub Jelinek <jakub@redhat.com>
243
244 PR other/79046
245 * configure: Regenerated.
246
8f56cb51
AM
2472017-01-04 Alan Modra <amodra@gmail.com>
248
249 * configure: Regenerate.
250
f2c764c5
BE
2512016-12-29 Ben Elliston <bje@gnu.org>
252
253 * config.sub: Import latest version.
254
1dc9c117
AI
2552016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
256
257 * MAINTAINERS (Write After Approval): Add myself.
258
c21fdaa1
JJ
2592016-12-21 Jakub Jelinek <jakub@redhat.com>
260
261 * configure.ac: Don't bootstrap libmpx unless --with-build-config
262 includes bootstrap-mpx.
263 * configure: Regenerated.
264
cc811459
CX
2652016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
b55e6680
MJ
2692016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
270
8f56cb51 271 * configure: Regenerate.
b55e6680 272
825fba52
MK
2732016-12-01 Matthias Klose <doko@ubuntu.com>
274
275 * configure.ac: Don't use pkg-config to check for bdw-gc.
276 * configure: Regenerate.
277
114bf3f1
MK
2782016-11-30 Matthias Klose <doko@ubuntu.com>
279
280 * Makefile.def: Remove reference to boehm-gc target module.
281 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
282 options and for the bdw-gc pkg-config module.
283 * configure: Regenerate.
284 * Makefile.in: Regenerate.
285
21b0f96a
NS
2862016-11-28 Nathan Sidwell <nathan@acm.org>
287
288 * MAINTAINERS (nvptx): Remove self.
289
292edab3
BE
2902016-11-25 Ben Elliston <bje@gnu.org>
291
292 * config.guess: Import latest version.
293 * config.sub: Likewise.
294
0954a00b
TT
2952016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
296
297 * MAINTAINERS (Write After Approval): Add myself.
298
8e4d2ca4
MK
2992016-11-15 Matthias Klose <doko@ubuntu.com>
300
301 * Makefile.def: Remove references to GCJ.
302 * Makefile.tpl: Likewise.
303 * Makefile.in: Regenerate.
304
84c1b9d3
MK
3052016-11-15 Matthias Klose <doko@ubuntu.com>
306
307 * config-ml.in: Remove references to GCJ.
308 * configure.ac: Likewise.
309 * configure: Regenerate.
310
3f95ca6c
JC
3112016-11-01 Josh Conner <joshconner@google.com>
312
313 * MAINTAINERS (Write After Approval): Update email address,
314
457cc672
CL
3152016-10-27 Carl Love <cel@us.ibm.com>
316
317 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
318 Approval list to make it alphabetical.
319
2142f54f
CL
3202016-10-27 Carl Love <cel@us.ibm.com>
321
322 * MAINTAINERS (Write After Approval): Add myself.
323
104700f4
AB
3242016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * MAINTAINERS (Reviewers): Add myself.
327 (Write After Approval): Add myself.
328
942c0db8
HP
3292016-10-21 Hartmut Penner <hepenner@us.ibm.com>
330 Ulrich Weigand <uweigand@de.ibm.com>
331
332 * MAINTAINERS: Update email address.
333
fbf4c502
NS
3342016-10-10 Nathan Sidwell <nathan@acm.org>
335
336 * MAINTAINERS: Update email address.
337
b20e7532
AT
3382016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
339
340 * configure.ac: Add aarch64-*-freebsd*.
341 * configure: Regenerate.
342
2e21fd4d
SE
3432016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
344
345 * MAINTAINERS: Update email address after it got reverted.
346
43c40f3e
RO
3472016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
348
349 * configure.ac (target_libraries): Readd target-boehm-gc.
350 Restore --enable-objc-gc handling.
351 * configure: Regenerate.
352
f05796ba
JL
3532015-10-03 Jeff Law <law@redhat.com>
354
355 * MAINTAINERS: Move several inactive maintainers to the
356 write-after-approval section.
357
012447ea
JJ
3582016-09-30 Jakub Jelinek <jakub@redhat.com>
359
360 * configure.ac: Add target-libffi to target_libraries.
361 Readd libgcj target disablings, modified to only target-libffi.
362 Readd target addition of go to unsupported languages.
363 * configure: Regenerated.
364
a7d75d59
SE
3652016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
366
367 * MAINTAINERS: Update email address.
368
d1a79a95
AH
3692016-09-30 Andrew Haley <aph@redhat.com>
370
4d8c733d 371 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
372 write-after approval. Remove Tom Tromey and Bryce McKinlay from
373 libgcj.
374
af2d4873
AH
3752016-09-30 Andrew Haley <aph@redhat.com>
376
377 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
378 write-after approval after GCJ deletion.
379
07b78716
AH
3802016-09-30 Andrew Haley <aph@redhat.com>
381
382 * Makefile.def: Remove libjava.
383 * Makefile.tpl: Likewise.
384 * Makefile.in: Regenerate.
385 * configure.ac: Likewise.
386 * configure: Likewise.
387 * gcc/java: Remove.
388 * libjava: Likewise.
389
a29b7214
CZ
3902016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
391
392 * MAINTAINERS (Reviewers): Add myself.
393
2fd88f4f
AK
3942016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
395
396 * configure.ac: Disable "sim" directory for arc*-*-*.
397 * configure: Regenerated.
398
e2080e79
TC
3992016-09-23 Tamar Christina <tamar.christina@arm.com>
400
401 * MAINTAINERS (Write After Approval): Add myself.
402
8f3675f8
MR
4032016-09-12 Maciej W. Rozycki <macro@imgtec.com>
404
405 * configure.ac: Check for the minimum in-tree MPFR version
406 handled.
407 * configure: Regenerate.
408
21f88103
YTL
4092016-07-20 Yan-Ting Lin <currygt52@gmail.com>
410
411 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
412 * configure: Regenerated.
413
60d51882
FR
4142016-07-19 Fritz Reese <fritzoreese@gmail.com>
415
416 * MAINTAINERS (Write After Approval): Add myself.
417
277d7ee0
AK
4182016-06-23 Andi Kleen <ak@linux.intel.com>
419
420 * Makefile.def: Add autoprofiledbootstrap.
421 * Makefile.tpl: Dito.
422 * Makefile.in: Regenerate.
423
fd6487af
JS
4242016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
425
426 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
427 * configure: Regenerate.
428
3e326935
TS
4292016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
430
431 * configure: Regenerate.
432 * configure.ac: Remove support for avr-rtems.
433
9582bf04
SKS
4342016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
435
436 * MAINTAINERS (Write After Approval): Add myself.
437
6f820b68
MC
4382016-06-16 Michael Collison <michael.collison@arm.com>
439
440 * MAINTAINERS (Write After Approval): Add myself.
441
775ee7fa
MM
4422016-06-14 Mikael Morin <mikael@gcc.gnu.org>
443
444 * MAINTAINERS (Write After Approval): Update e-mail address.
445
de3ba371
JM
4462016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
447
21f88103 448 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 449
350216e3
AM
4502016-05-28 Alan Modra <amodra@gmail.com>
451
452 * Makefile.tpl (configure): Depend on m4 files included.
453 * Makefile.in: Regenerate.
454
9cad20fa
BS
4552016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
456
457 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
458 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
459
92466115
BS
4602016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
461
462 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
463 special case builtin.
464 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
465 support for ALTIVEC_BUILTIN_VEC_ADDEC.
466 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
467 for __builtin_vec_addec.
468
fe38e08b
JS
4692016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
470
471 * config.guess: Import version 2016-04-02 (newest).
472 * config.sub: Import version 2016-05-10 (newest).
473
cef1a0b8 4742016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 475
cef1a0b8
JL
476 * configure.ac: Add ARC support to libgloss.
477 * configure: Regenerate
704b85c7 478
75a6b91a
AS
4792016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
480
481 * MAINTAINERS (Write After Approval): Add myself.
482
00f35794
BE
4832016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
484
485 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
486 * configure: Regenerated.
487 * Makefile.def (gmp): Explicitly disable assembler.
488 (mpfr): Adjust lib_path.
489 (mpc): Likewise.
490 * Makefile.in: Regenerated.
491
c100769b
JJ
4922016-05-01 Jakub Jelinek <jakub@redhat.com>
493
494 PR bootstrap/70704
495 * configure.ac (--enable-stage1-checking): Add missing
496 --enable-checking=.
497 * configure: Regenerated.
498
bc6d9014
OE
4992016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
500
ace08cb8
OE
501 * config.guess: Revert r235676.
502 * config.sub: Revert r235676.
503
5042016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
505
506 * config.guess: Remove SH5 support.
bc6d9014
OE
507 * config.sub: Likewise.
508 * configure: Likewise.
509 * configure.ac: Likewise.
510
7db11a5a
JJ
5112016-04-26 Jakub Jelinek <jakub@redhat.com>
512
513 PR bootstrap/70704
514 * configure.ac (--enable-stage1-checking): For --disable-checking or
515 implicit --enable-checking, make sure extra flag matches in between
516 stage1 and later checking.
517 * configure: Regenerated.
518
ab0fc037
TS
5192016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
520
521 * .gitattributes: New file.
522
c048fa95
SB
5232016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
524
525 * MAINTAINERS (rs6000/powerpc port): Add myself.
526
f3653cf5
SB
5272016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
528
529 PR bootstrap/70173
530 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
531 and gotools directories. Delete the stage_final file.
532 * Makefile.in: Regenerate.
533
4f93efa4
AV
5342016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
535
536 * MAINTAINERS (Write After Approval): Add myself.
537
c27e432e
SK
5382016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
539
540 * MAINTAINERS (Fortran maintainer): Remove myself.
541
7134713c
BS
5422016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
543
544 * MAINTAINERS (Write After Approval): Add myself.
545
7d74282a
KN
5462016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
547
548 * MAINTAINERS (Write After Approval): Add myself.
549
1b858e76
CC
5502016-03-17 Cary Coutant <ccoutant@gmail.com>
551
552 Sync with binutils-gdb:
553
554 2016-03-17 Cary Coutant <ccoutant@gmail.com>
555
556 * configure.ac: Add mips and s390 to the gold target check.
557 * configure: Regenerate.
558
d15bd5bb
DD
5592016-03-01 DJ Delorie <dj@redhat.com>
560
561 * MAINTAINERS (mep): Remove myself as MeP maintainer.
562
6d1fa6bb
DM
5632016-02-22 David Malcolm <dmalcolm@redhat.com>
564
565 * MAINTAINERS (libcpp): Add myself.
566 (diagnostic messages): Likewise.
567
607bda60
TV
5682016-02-20 Tom de Vries <tom@codesourcery.com>
569
570 * MAINTAINERS: Fix whitespace.
571
80cfaff8
CZ
5722016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
573
574 * MAINTAINERS (Write After Approval): Add myself.
575
c661a43d
SP
5762016-01-29 Sebastian Pop <s.pop@samsung.com>
577
578 * config/isl.m4: Add comments about isl-0.16.
579 * configure: Regenerate.
580
86b3a101
MJ
5812016-01-29 Martin Jambor <mjambor@suse.cz>
582
583 * MAINTAINERS (hsa maintainers): Add myself.
584
960cbfd2
WD
5852015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
586
587 * MAINTAINERS: (Write After Approval): Add myself.
588
1e050c90
AK
5892016-01-25 Aditya Kumar <aditya.k7@samsung.com>
590 Sebastian Pop <s.pop@samsung.com>
591
592 * Makefile.in: Regenerate.
593 * Makefile.tpl: Export ISLVER.
594 * configure: Regenerate.
595 * config/isl.m4: Detect isl-0.15.
596
cefadad1
MM
5972016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
598
599 PR bootstrap/69329
600 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
601 * Makefile.in: Regenerate.
602
9e530bcd
AP
6032016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
604
605 * configure.ac: Enable LTO for DJGPP
606 * configure: Regenerate
607
324402a0
L
6082016-01-12 H.J. Lu <hongjiu.lu@intel.com>
609
610 Sync with binutils-gdb:
611 2015-10-21 Nick Clifton <nickc@redhat.com>
612
613 PR gas/19109
614 * configure.ac: Note the 'none' is an acceptable argument to
615 --enable-compressed-debug-sections.
616 * configure: Regenerate.
617
9eaaa830
BE
6182016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
619
620 PR bootstrap/69134
621 * Makefile.def (mpfr): Disable assembler.
622 * Makefile.in: Regenerate.
623
cfe67e03
BE
6242016-01-01 Ben Elliston <bje@gnu.org>
625
626 * config.guess: Import version 2016-01-01.
627 * config.sub: Likewise.
628
be33d404
SS
6292015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
630
631 * MAINTAINERS (Write After Approval): Add myself.
632
e357a5e0
SP
6332015-12-17 Sebastian Pop <s.pop@samsung.com>
634
635 * Makefile.in: Replace ISL with isl.
636 * Makefile.tpl: Same.
637 * config/isl.m4: Same.
638 * configure.ac: Same.
639 * contrib/download_prerequisites: Same.
640 * configure: Regenerate.
641
1ad2439b
AP
6422015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
643
644 * MAINTAINERS (Write After Approval): Add Myself.
645
70decafb
NS
6462015-12-17 Nathan Sidwell <nathan@acm.org>
647
648 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
649 * configure: Regenerate.
650
560d18d3
AK
6512015-12-16 Aditya Kumar <aditya.k7@samsung.com>
652 Sebastian Pop <s.pop@samsung.com>
653
654 * config/isl.m4 (ISL_CHECK_VERSION): Check for
655 isl_ctx_get_max_operations.
656 * configure: Regenerate.
657
57e8ab24 6582015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
659
660 * MAINTAINERS (Write After Approval): Add myself.
661
105b682e
ILT
6622015-12-02 Ian Lance Taylor <iant@google.com>
663
664 PR go/66147
665 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
666 * Makefile.in: Regenerate.
667
7eb46bec
AT
6682015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
669
670 PR libffi/65726
671 * Makefile.def (lang_env_dependencies): Make libffi depend
672 on cxx.
673 * Makefile.in: Regenerate.
674
cc3baaa9
DE
6752015-11-26 David Edelsohn <dje.gcc@gmail.com>
676
677 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
678 symbols.
679
3be96231
TG
6802015-11-20 Tristan Gingold <gingold@adacore.com>
681
682 Sync with binutils-gdb:
683 2015-11-20 Tristan Gingold <gingold@adacore.com>
684
685 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
686 * configure: Regenerate.
687
daa53f38
ML
6882015-11-19 Martin Liska <mliska@suse.cz>
689
690 * .gitignore: Add .clang-format to ignored files.
691 * Makefile.in: Add clang-format.
692 * Makefile.tpl: Likewise.
693
54985c70
TA
6942015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
695
696 * configure.ac: Enable libmpx by default.
697 * configure: Regenerated.
698
d0397c75
SE
6992015-10-23 Steve Ellcey <sellcey@imgtec.com>
700
701 * MAINTAINERS: Update email address.
702
735a559c
PM
7032015-10-23 Paulo Matos <pmatos@linki.tools>
704
705 * MAINTAINERS: Update email address.
706
15713b43
AH
7072015-10-23 Alan Hayward <alan.hayward@arm.com>
708
709 * MAINTAINERS (Write After Approval): Add myself.
710
78edb32f
L
7112015-10-20 H.J. Lu <hongjiu.lu@intel.com>
712
713 Sync with binutils-gdb:
714 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
715
716 PR gas/19109
717 * configure.ac: Add
718 --enable-compressed-debug-sections={all,gas,gold,ld}.
719 * configure: Regenerated.
720
dec6b7f1
AC
7212015-10-16 Arnaud Charlet <charlet@adacore.com>
722
723 * MAINTAINERS: Update list of Ada maintainers and email addresses.
724
6be1d686
ML
7252015-10-09 Martin Liska <mliska@suse.cz>
726
727 * MAINTAINERS (Write After Approval): Add myself.
728
dc0e2060
AF
7292015-10-09 Alexander Fomin <alexander.fomin@intel.com>
730
731 * MAINTAINERS (Write After Approval): Add myself.
732
bec93d40
FW
7332015-10-02 Florian Weimer <fweimer@redhat.com>
734
735 * MAINTAINERS: Update email address.
736
0487f06d
LK
7372015-10-02 Louis Krupp <louis.krupp@zoho.com>
738
739 * MAINTAINERS (Write After Approval): Add myself.
740
56547ff7
KT
7412015-09-20 Kai Tietz <ktietz70@googlemail.com>
742
423ea09f 743 * MAINTAINERS: Update email.
56547ff7 744
ed4c91ea
BS
7452015-09-14 Bernd Schmidt <bschmidt@redhat.com>
746
747 * MAINTAINERS: Update my email address.
748
2503fd9e
JB
7492015-09-01 James Bowman <james.bowman@ftdichip.com>
750
751 * MAINTAINERS (ft32 port): Add myself.
752
3726332a
DS
7532015-08-28 David Sherwood <david.sherwood@arm.com>
754
755 * MAINTAINERS: Add myself.
756
15480aaf
PM
7572015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
758
759 * MAINTAINERS (Write After Approval): Add myself.
760
ad4f95e3
FXC
7612015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
762
763 PR libfortran/54572
764 * Makefile.def: Make libgfortran depend on libbacktrace.
765 * Makefile.in: Regenerate.
766
95f25df0
SD
7672015-08-20 Simon Dardis <simon.dardis@imgtec.com>
768
769 * MAINTAINERS (Write After Approval): Add myself.
770
5dc85f7e
TV
7712015-08-12 Tom de Vries <tom@codesourcery.com>
772
773 PR other/67092
774 * configure.ac: Remove --with_host_libstdcxx support.
775 * configure: Regenerate.
776
44a7d18d
TS
7772015-08-10 Thomas Schwinge <thomas@codesourcery.com>
778 Jakub Jelinek <jakub@redhat.com>
779
780 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
781 nvptx*-*-*.
782 * configure: Regenerate.
783
bf5372e7
YS
7842015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
785
786 * Makefile.def (libiconv): Define bootstrap=true.
787 Mark pdf/html/info as missing.
788 (configure-gcc): Depend on all-libiconv.
789 (all-gcc): Ditto.
790 (configure-libcpp): Ditto.
791 (all-libcpp): Ditto.
792 (configure-intl): Ditto.
793 (all-intl): Ditto.
794 * Makefile.in: Regenerate.
795
94b8fdcc
BC
7962015-08-03 Bin Cheng <bin.cheng@arm.com>
797
798 * MAINTAINERS (loop ivopts): Add the entry and myself.
799
430bcac1
NS
8002015-07-31 Nathan Sidwell <nathan@codesourcery.com>
801
802 * MAINTAINERS (nvptx): Add self.
803
110d61da
AL
8042015-07-29 Alan Lawrence <alan.lawrence@arm.com>
805
806 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
807 128-bit vector modes.
808
c9da7548 8092015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 810
c9da7548
VV
811 * MAINTAINERS (Write After Approval): Add myself.
812
423ea09f 8132015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
814
815 * config.sub, config.guess: Import from upstream.
816
6b1786aa
JL
8172015-07-24 Michael Darling <darlingm@gmail.com>
818
819 PR other/66259
820 * config-ml.in: Reflects renaming of configure.in to configure.ac
821 * configure: Likewise
822 * configure.ac: Likewise
823
45952786
BS
8242015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
825
826 * MAINTAINERS: Update my email address.
827
f1595603
L
8282015-07-14 H.J. Lu <hongjiu.lu@intel.com>
829
830 Sync with binutils-gdb:
831 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
832
833 * configure.ac (target_configdirs): Exclude target-zlib if
834 target-libjava isn't built.
835 * configure: Regenerated.
836
a05c2c75
L
8372015-07-14 H.J. Lu <hongjiu.lu@intel.com>
838
839 Sync with binutils-gdb:
840 2015-05-13 John David Anglin <dave.anglin@bell.net>
841
842 * configure.ac: Disable configuration of GDB for HPUX targets.
843 * configure: Regenerate.
844
845 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
846
847 * configure.ac: Add --with-system-zlib.
848 * configure: Regenerated.
849
850 2015-01-28 James Bowman <james.bowman@ftdichip.com>
851
852 * configure.ac: Add FT32 support.
853 * configure: Regenerate.
854
855 2015-01-12 Anthony Green <green@moxielogic.com>
856
857 * configure.ac: Don't disable gprof for moxie.
858 * configure: Rebuild.
859
1c01ebf6
L
8602015-07-14 H.J. Lu <hongjiu.lu@intel.com>
861
862 Sync with binutils-gdb:
863 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
864
865 PR ld/18355
866 * Makefile.def: Add extra_configure_flags to host zlib.
867 * configure.ac (extra_host_zlib_configure_flags): New. Set
868 to --enable-host-shared When bfd is to be built as shared
869 library. AC_SUBST.
870 * Makefile.in: Regenerated.
871
e59969a1
HPN
8722015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
873
874 Sync with src:
875 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
876 * Makefile.def (dependencies): Add all-zlib to all-bfd.
877 * Makefile.in: Regenerated.
878
d9063947
L
8792015-06-30 H.J. Lu <hongjiu.lu@intel.com>
880
881 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
882 target.
883 * configure: Regenerate.
884
b837291d
LC
8852015-06-23 Ludovic Courtès <ludo@gnu.org>
886
887 * MAINTAINERS (Write After Approval): Add myself.
888
2a97995f
AT
8892015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
890
891 * MAINTAINERS (OS Port Maintainers): Add myself.
892 (Various Maintainers): Remove myself from libffi testsuite.
893
19cd26a6
RS
8942015-06-04 Richard Sandiford <richard.sandiford@arm.com>
895
896 * MAINTAINERS (gen* on machine desc): Add self.
897
8ca528d9
JM
8982015-06-02 Jason Merrill <jason@redhat.com>
899
900 PR bootstrap/66319
901 * configure.ac: Use -std=gnu++98.
902
4526c3c1
SN
9032015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
904
905 * MAINTAINERS (Write After Approval): Add myself.
906
318a4e6d
MF
9072015-05-28 Mike Frysinger <vapier@gentoo.org>
908
909 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
910 * configure: Regenerate.
911
46070488
JM
9122015-05-26 Jason Merrill <jason@redhat.com>
913
914 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
915 * configure: Regenerate.
916
fef939d6
JB
9172015-05-16 James Bowman <james.bowman@ftdichip.com>
918
919 * configure.ac: FT32 target added.
fef939d6
JB
920 * configure: Regenerated.
921
886faf50
IB
9222015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
923
924 * MAINTAINERS (Write After Approval): Add myself.
925
91c6b410
PM
9262015-05-11 Paulo Matos <paulo@matos-sorge.com>
927
928 * MAINTAINERS (Write After Approval): Add myself.
929
e640447c
PM
9302015-05-11 Paulo Matos <paulo@matos-sorge.com>
931
932 * configure.ac: Fix typo.
933 * configure: Regenerate.
934
e587377d
MM
9352015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
936
937 * MAINTAINERS (Write After Approval): Add myself.
938
cabb9d59
MK
9392015-05-03 Matthias Klose <doko@ubuntu.com>
940
941 * configure.ac: Match $host configured with triplets.
942 * configure: Regenerate.
943
fafb95a6
BRF
9442015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
945
946 * Makefile.tpl: Remove surplus whitespace throughout.
947 * Makefile.in: Regenerate.
948
85867772
SB
9492015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
950
951 * MAINTAINERS (Various Maintainers): Add myself as instruction
952 combiner maintainer.
953
c10b5ea0
JJ
9542015-04-17 Jakub Jelinek <jakub@redhat.com>
955
956 PR bootstrap/62077
957 * configure.ac (--enable-stage1-checking): Default to
958 release,misc,gimple,rtlflag,tree,types if --disable-checking
959 or --enable-checking is not specified and DEV-PHASE is not
960 experimental.
961 * configure: Regenerated.
962
77019397
MO
9632015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
964
965 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
966 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
967 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
968 * Makefile.in: Regenerate.
969
17feae99 9702015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
971
972 * MAINTAINERS: Update my email address.
973
e61ffb3b
JG
9742015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
975
976 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
977
b16cc4f2
KT
9782015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
979
980 * MAINTAINERS: Add myself as an arm port reviewer.
981
ec523909
ML
9822015-03-25 Martin Liska <mliska@suse.cz>
983 Yury Gribov <y.gribov@samsung.com>
984
985 * Makefile.in: Fix ln source location for vimrc file.
986 * Makefile.tpl: Likewise.
987
fc30054e
AH
9882015-03-09 Aldy Hernandez <aldyh@redhat.com>
989
990 PR bootstrap/25672
991 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
992 cross-compiling. Similarly for CXX_FOR_TARGET.
993 * configure: Regenerate.
994
5373cd33
IE
9952015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
996
997 * Makefile.def: Add libmpx.
998 * configure.ac: Add libmpx.
999 * Makefile.in: Regenerate.
1000 * configure: Regenerate.
1001
a6e8abb9
KY
10022015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1003
1004 * MAINTAINERS (CPU Port Maintainers): Add myself
1005 i386 vector ISA extns mantainer.
1006
f2b86778
JL
10072015-03-13 Jeff Law <law@redhat.com>
1008
1009 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1010 maintainer.
1011 Remove Richard Henderson as a maintainer for the x86 port.
1012
9dd44d1c
JR
10132015-03-03 Joern Rennecke <gnu@amylaar.uk>
1014
1015 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1016
33079441
IE
10172015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1018
1019 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1020 pointer bounds checker and i386 MPX maintainer.
1021
d083ae5f
SL
10222015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1023
1024 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1025
f91f1c13
MS
10262015-02-26 Martin Sebor <msebor@redhat.com>
1027
1028 * MAINTAINERS (Various Maintainers): Add self.
1029
426c1eb0
TS
10302015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1031
1032 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1033 Make sure it contains lto.
1034 * configure: Regenerate.
1035
8ae12d71
TS
10362015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1037
1038 * configure: Regenerate.
1039
11aa81cc 10402015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 10411
11aa81cc
DN
1042 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1043 middle-end, docstring): Remove myself.
1044 (Write After Approval): Add myself.
1045
a436ab27
JJ
10462015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1047
1048 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1049 (Write After Approval): Update address.
1050
231d020b
DM
10512015-01-29 David Malcolm <dmalcolm@redhat.com>
1052
1053 PR jit/64780
1054 * configure.ac: Require the user to explicitly specify
1055 --enable-host-shared if the jit is enabled.
1056 * configure: Regenerate.
1057
82a94471
RS
10582015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1059
1060 * MAINTAINERS (Write After Approval): Add myself.
1061
e6f0c56d
TV
10622015-01-25 Tom de Vries <tom@codesourcery.com>
1063
1064 * MAINTAINERS: Make whitespace consistent.
1065
631ff3e1
BO
10662015-01-23 Braden Obrzut <admin@maniacsvault.net>
1067
1068 * MAINTAINERS (Write After Approval): Add myself.
1069
09b9cd1f
AV
10702015-01-20 Andre Vehreschild <vehre@gmx.de>
1071
1072 * MAINTAINERS: (Write After Approval): Add myself.
1073
802ed46a
MU
10742015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1075
1076 * MAINTAINERS: (Write After Approval): Add myself.
1077
c61fcfa6
PT
10782015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1079
1080 * MAINTAINERS: (Write After Approval): Add myself.
1081
ebcd09c1
IS
10822015-01-13 Iain Sandoe <iain@codesourcery.com>
1083
1084 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1085 objective-c/c++ front end maintainer.
1086
71aa170d
MP
10872015-01-13 Marek Polacek <polacek@redhat.com>
1088
1089 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1090
da067543
JL
10912015-01-12 Jeff Law <law@redhat.com>
1092
1093 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1094 a very long time.
1095
bf1de3f0
ILT
10962015-01-09 Ian Lance Taylor <iant@google.com>
1097
1098 * configure.ac (host_tools): Add gotools.
1099 * Makefile.def (host_modules): Add gotools.
1100 (dependencies): Add dependency of all-gotools on all-target-libgo.
1101
82a19768
AT
11022015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1103
1104 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1105 * configure: Regenerate.
1106
53dd59bf
TS
11072015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1108
1109 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1110 all-target-libgomp.
1111 * Makefile.in: Regenerate.
1112
8054942d
EB
11132015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1114
1115 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1116
0969ec7d
EB
11172015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1118
1119 * configure.ac: Add Visium support.
1120 * configure: Regenerate.
1121
ec8fd1c0
AS
11222015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1123
1124 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1125 * configure: Regenerate.
1126
9bccfdf5
AP
11272015-01-03 Andrew Pinski <apinski@cavium.com>
1128
1129 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1130 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1131 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1132 (OBJCOPY_FOR_TARGET): New variable.
1133 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1134 * Makefile.in: Regenerate.
1135 * configure.ac: Check for already installed target objcopy.
1136 Also GCC_TARGET_TOOL on objcopy.
1137 * configure: Regenerate.
1138
007adc0d
HPN
11392015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1140
1141 * config.sub: Update from upstream, to 2015-01-01 version.
1142 * config.guess: Ditto.
1143
fe55e976
SH
11442014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1145
1146 * MAINTAINERS (RTEMS Ports): Add myself.
1147
b86d271e
PMR
11482014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1149
1150 * MAINTAINERS (Write After Approval): Add myself.
1151
9733278a
MH
11522014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1153
1154 * MAINTAINERS (Write After Approval): Add myself.
1155
4b4f2e35
TS
11562014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1157
1158 * configure.ac (--enable-as-accelerator-for): Don't set
1159 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1160 * configure: Regenerate.
1161
b6a65eb6
JJ
11622014-12-13 Jakub Jelinek <jakub@redhat.com>
1163
1164 PR bootstrap/64023
1165 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1166 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1167 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1168 to CXX.
1169 * Makefile.in: Regenerated.
1170
c3e1e693
YG
11712014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1172 Yury Gribov <y.gribov@samsung.com>
1173
1174 * .gitignore: Added .local.vimrc and .lvimrc.
1175 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1176 * Makefile.in: Regenerate.
1177
11782014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
1179
1180 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1181 * configure: Regenerated.
1182
b9fb25a5
BS
11832014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1184
1185 * MAINTAINERS (nvptx port): New entry.
1186
d896cc4d
JBG
11872014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1188
1189 * configure: Regenerate.
1190
74ae587e
JBG
11912014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1192
1193 * configure.ac: Merge with Binutils.
1194
45c89690
TB
11952014-11-26 Tobias Burnus <burnus@net-b.de>
1196
1197 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1198 * Makefile.in: Regenerate.
1199
ea903c37
BE
12002014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1201
1202 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1203 missing flex.
1204 * Makefile.in: Regenerated.
1205
eb23df59
IV
12062014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1207
1208 * Makefile.in: Regenerate.
1209
a699d672
L
12102014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1211
1212 PR bootstrap/63784
1213 * libtool.m4: Add $pic_flag with -shared.
1214
fc065a61
RL
12152014-11-21 Renlin Li <Renlin.Li@arm.com>
1216
1217 * MAINTAINERS (Write After Approval): Added myself.
1218
efcc23e6
AV
12192014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1220
1221 * MAINTAINERS (write-after-approval): Add myself.
1222
dd308ed8
MK
12232014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1224
1225 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1226 from 2 years ago.
1227
ac8698a1
AV
12282014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1229
1230 Revert:
1231 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1232
1233 * MAINTAINERS (Write After Approval): Added myself as line map
1234 maintainer.
1235
8dab9330
RL
12362014-11-19 Renlin Li <Renlin.Li@arm.com>
1237
1238 Revert:
1239 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1240
1241 * MAINTAINERS (Write After Approval): Added myself.
1242
1be22083
RL
12432014-11-19 Renlin Li <Renlin.Li@arm.com>
1244
1245 * MAINTAINERS (Write After Approval): Added myself.
1246
59392f46
AV
12472014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1248
1249 * MAINTAINERS (Write After Approval): Added myself as line map
1250 maintainer.
1251
0f3422cc
DS
12522014-11-17 Dodji Seketeli <dodji@redhat.com>
1253
1254 * MAINTAINERS (Various Maintainers): Added myself as line map
1255 maintainer.
1256
0c8969f0
JBG
12572014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1258
1259 * move-if-change: Sync from upstream gnulib.
1260
d7134c0e
JBG
12612014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1262
1263 * compile: Sync with upstream Automake.
1264 * depcomp: Ditto.
1265 * install-sh: Ditto.
1266 * missing: Ditto.
1267 * mkinstalldirs: Ditto.
1268 * ylwrap: Ditto.
1269
e4ff7e6a
JBG
12702014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1271
1272 * config.sub: Update from upstream config repo.
1273 * config.guess: Ditto.
1274
5f520819
KY
12752014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1276
1277 * Makefile.def: Add liboffloadmic to target_modules. Make
1278 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1279 * Makefile.in: Regenerate.
1280 * configure: Regenerate.
1281 * configure.ac: Add liboffloadmic to target binaries.
1282 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1283 Add liboffloadmic to noconfig list when C++ is not supported.
1284
85c64bbe
BS
12852014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1286 Thomas Schwinge <thomas@codesourcery.com>
1287 Ilya Verbin <ilya.verbin@intel.com>
1288 Andrey Turetskiy <andrey.turetskiy@intel.com>
1289
1290 * configure: Regenerate.
1291 * configure.ac (--enable-as-accelerator-for)
1292 (--enable-offload-targets): New configure options.
1293
7d35a59e
TB
12942014-11-11 Tobias Burnus <burnus@net-b.de>
1295
0a002272 1296 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
1297 * Makefile.in: Regenerate.
1298
35485da9
DM
12992014-11-11 David Malcolm <dmalcolm@redhat.com>
1300
1301 * ChangeLog.jit: New.
1302 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1303
ebf6d33b
FXC
13042014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1305
1306 PR target/63610
1307 * libtool.m4: Fix globbing of darwin versions.
1308 * configure: Regenerate.
1309
4a9bb2aa
TB
13102014-11-11 Tobias Burnus <burnus@net-b.de>
1311
4a9bb2aa
TB
1312 * Makefile.def: Remove CLooG.
1313 * Makefile.tpl: Ditto.
1314 * configure.ac: Ditto.
1315 * configure: Regenerate.
1316 * Makefile.in: Ditto.
1317
738f2522
BS
13182014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1319
1320 * configure.ac: Handle nvptx-*-*.
1321 * configure: Regenerate.
1322
9b591dd1
PG
13232014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1324
1325 * MAINTAINERS (Write After Approval): Add myself.
1326
14258928
JJ
13272014-10-31 Jakub Jelinek <jakub@redhat.com>
1328
1329 * Makefile.def (libcc1): Remove bootstrap=true;.
1330 * Makefile.in: Regenerated.
1331
1335a8ca
JBG
13322014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1333
1334 * configure.ac: Update comment.
1335 * configure: Regenerate.
1336
cb115cc2
IE
13372014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1338
1339 * MAINTAINERS (Write After Approval): Add myself.
1340
fca38047
TS
13412014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1342
1343 * configure.ac (extra_host_libiberty_configure_flags): Add
1344 --enable-shared also for libcc1's benefit.
1345 * configure: Regenerate.
1346
65c0707b
TG
13472014-10-29 Tristan Gingold <gingold@adacore.com>
1348
1349 * MAINTAINERS: Change my email address.
1350
ddc8de03
PM
13512014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1352 Tom Tromey <tromey@redhat.com>
1353
1354 * Makefile.def: Add libcc1 to host_modules.
1355 * configure.ac (host_tools): Add libcc1.
1356 * Makefile.in, configure: Rebuild.
1357
4eb1ac39 13582014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
1359
1360 * configure.ac (build_configargs): Don't share config.cache between
1361 build subdirs.
7fd74620 1362 * configure: Regenerate.
3d96b0d0 1363
d81230b5
DH
13642014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1365
1366 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1367 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1368 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1369 leon3v7 as leon3.
1370 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1371 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1372 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1373 * config/sparc/sparc.md (cpu): Add leon3v7.
1374 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1375
c7a6a617
DH
13762014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1377
1378 * MAINTAINERS (write-after-approval): Add myself.
1379
74cc5471
ILT
13802014-10-23 Ian Lance Taylor <iant@google.com>
1381
1382 * configure.ac: Disable the Go frontend on systems where it is known
1383 to not work.
1384 * configure: Regenerate.
1385
929315a9
RB
13862014-10-23 Richard Biener <rguenther@suse.de>
1387
1388 * Makefile.def: Add libcpp build module and dependencies.
1389 * configure.ac: Add libcpp build module.
1390 * Makefile.in: Regenerate.
1391 * configure: Likewise.
1392
5d12b768
MF
13932014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1394
1395 * MAINTAINERS (write-after-approval): Add myself.
1396
7b262a51
MLI
13972014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1398
1399 * INSTALL/README: Do not mention CVS.
1400
7705dfd1
JY
14012014-10-03 Jing Yu <jingyu@google.com>
1402
1403 * configure.ac: Add aarch64 to list of targets that support gold.
1404 * configure: Regenerate.
1405
a3052d31
FD
14062014-09-29 François Dumont <fdumont@gcc.gnu.org>
1407
1408 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1409
b2a1b261
CM
14102014-09-29 Catherine Moore <clm@codesourcery.com>
1411
1412 * MAINTAINERS: Add myself as MIPS maintainer.
1413
05342e10
MF
14142014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1415
1416 * MAINTAINERS: Move myself to MIPS maintainers.
1417
3f6bb7e5
JBG
14182014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1419
1420 * MAINTAINERS: Put all email addresses between '<' and '>'.
1421
3e895729
FXC
14222014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1423
1424 * MAINTAINERS: Move myself to reviewers (Fortran).
1425
e04733ee
AK
14262014-09-01 Andi Kleen <ak@linux.intel.com>
1427
1428 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1429 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1430 * Makefile.in: Regenerate.
1431
e79c0ea8
DM
14322014-08-28 David Malcolm <dmalcolm@redhat.com>
1433
1434 * rtx-classes-status.txt: Delete
1435
b32d5189
DM
14362014-08-28 David Malcolm <dmalcolm@redhat.com>
1437
1438 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1439
e0c0c325
SP
14402014-08-27 Sebastian Pop <s.pop@samsung.com>
1441
1442 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1443 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1444 of checking for version number.
1445 * configure: Regenerated.
1446 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1447
d7ac0a6a
DM
14482014-08-27 David Malcolm <dmalcolm@redhat.com>
1449
1450 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1451 is done; begin phase 6 (use extra rtx_def subclasses).
1452
9daaca36
DM
14532014-08-27 David Malcolm <dmalcolm@redhat.com>
1454
1455 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1456 done; begin phase 5 (additional rtx_def subclasses).
1457
b2908ba6
DM
14582014-08-26 David Malcolm <dmalcolm@redhat.com>
1459
1460 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1461
1130d5e3
DM
14622014-08-26 David Malcolm <dmalcolm@redhat.com>
1463
1464 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1465 SET_BB_HEADER are done.
1466
0e0ce50d
DM
14672014-08-26 David Malcolm <dmalcolm@redhat.com>
1468
1469 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1470 done.
1471
3d30f4e8
DM
14722014-08-26 David Malcolm <dmalcolm@redhat.com>
1473
1474 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1475
6144a836
DM
14762014-08-26 David Malcolm <dmalcolm@redhat.com>
1477
1478 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1479
b311fd0f
DM
14802014-08-25 David Malcolm <dmalcolm@redhat.com>
1481
1482 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1483
d8ce2eae
DM
14842014-08-25 David Malcolm <dmalcolm@redhat.com>
1485
1486 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1487
1455e88c
DM
14882014-08-25 David Malcolm <dmalcolm@redhat.com>
1489
1490 * rtx-classes-status.txt: Phase 3 (per-file commits within
1491 "config" subdirs) is done; begin phase 4 (removal of
1492 "scaffolding").
1493
76c531d3
DM
14942014-08-23 David Malcolm <dmalcolm@redhat.com>
1495
1496 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1497 dir) is done; begin phase 3 (per-file commits within "config"
1498 subdirs).
1499
00550b3d
DM
15002014-08-21 David Malcolm <dmalcolm@redhat.com>
1501
1502 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1503 phase 2 (per-file commits in main source dir).
1504
622dbadf
BC
15052014-08-21 Bin Cheng <bin.cheng@arm.com>
1506
1507 * configure: Regenerated.
1508
c1286e0b
DM
15092014-08-19 David Malcolm <dmalcolm@redhat.com>
1510
1511 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1512
c2fc1aee
DM
15132014-08-19 David Malcolm <dmalcolm@redhat.com>
1514
1515 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1516
68975683
DM
15172014-08-19 David Malcolm <dmalcolm@redhat.com>
1518
1519 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1520
d914bc6b
DM
15212014-08-19 David Malcolm <dmalcolm@redhat.com>
1522
1523 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1524
8020a4d5
DM
15252014-08-19 David Malcolm <dmalcolm@redhat.com>
1526
1527 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1528
a231b8a5
JV
15292014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1530
1531 * MAINTAINERS (Write After Approval): Add myself.
1532
ce8126f5
CF
15332014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1534
1535 * MAINTAINERS: Remove myself
1536
0f82e5c9
DM
15372014-08-19 David Malcolm <dmalcolm@redhat.com>
1538
1539 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1540
9c9afb69
PP
15412014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1542
1543 * MAINTAINERS (Write After Approval): Add myself.
1544
190bea87
DM
15452014-08-18 David Malcolm <dmalcolm@redhat.com>
1546
1547 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1548 SET_BB_HEADER, SET_BB_FOOTER
1549
c41b94ce
DM
15502014-08-18 David Malcolm <dmalcolm@redhat.com>
1551
bb3fff01 1552 * rtx-classes-status.txt: New file
c41b94ce 1553
eae1a5d4
RG
15542014-08-18 Roman Gareev <gareevroman@gmail.com>
1555
1556 * configure.ac: Eliminate ClooG installation dependency.
1557 * configure: Regenerate.
1558 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1559 * Makefile.in: Regenerate.
1560
f613bc0f
IV
15612014-08-15 Ilya Verbin <iverbin@gmail.com>
1562
1563 * MAINTAINERS (Write After Approval): Add myself.
1564
423ea09f 15652014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
1566
1567 * MAINTAINERS (Write After Approval): Add myself.
1568
88b1a322
JW
15692014-08-01 Jiong Wang <jiong.wang@arm.com>
1570
1571 * MAINTAINERS (Write After Approval): Add myself.
1572
8ed499f8
AG
15732014-07-28 Anthony Green <green@moxielogic.com>
1574
1575 Import from savannah.gnu.org:
1576 * config.sub: Update to 2014-07-28 version.
1577
09ec3110
RS
15782014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1579
1580 * MAINTAINERS: Remove my MIPS maintainer entry.
1581
7b7f941a
UB
15822014-07-26 Uros Bizjak <ubizjak@gmail.com>
1583
1584 PR target/47230
1585 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1586 * configure: Regenerate.
1587
a12f7ac8
JN
15882014-07-24 James Norris <jnorris@codesourcery.com>
1589
1590 * MAINTAINERS (Write After Approval): Add myself.
1591
09611faf
RG
15922014-07-20 Roman Gareev <gareevroman@gmail.com>
1593
1594 * configure.ac: Accept only CLooG 0.18.1.
1595 * configure: Regenerate.
1596
37738b0f
RG
15972014-07-17 Roman Gareev <gareevroman@gmail.com>
1598
1599 * configure.ac: Don't accept isl 0.11.
1600 * configure: Regenerate.
1601
473037cb
AZ
16022014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1603
1604 * MAINTAINERS (Write After Approval): Add myself.
1605
9a62ed16
RO
16062014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1607
1608 * configure.ac: Don't accept isl 0.10.
1609 * configure: Regenerate.
1610
c41f1c42 16112014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 1612
c41f1c42
BE
1613 Fix include path for in-tree cloog.
1614 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1615 * configure: Regenerate.
29d0a43c 1616
c41f1c42 16172014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 1618
c41f1c42 1619 * .gitignore: Import gcc_update output.
a5852bea 1620
b6383ab8
TS
16212014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1622
a10ec8bc
TS
1623 * config-ml.in: Robustify ac_configure_args parsing.
1624
45b3824d
TS
1625 * configure.ac (--enable-linker-plugin-configure-flags)
1626 (--enable-linker-plugin-flags): New flags.
1627 (configdirs): Conditionally add libiberty-linker-plugin.
1628 * configure: Regenerate.
1629 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1630 (host_modules) <lto-plugin>: Pay attention to
1631 @extra_linker_plugin_flags@ and
1632 @extra_linker_plugin_configure_flags@.
1633 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1634 * Makefile.in: Regenerate.
1635
b6383ab8
TS
1636 * Makefile.tpl (configure-[+prefix+][+module+])
1637 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1638 "module_srcdir" instead of "module" for locating a module's srcdir.
1639 * Makefile.in: Regenerate.
1640
a4a1b5f3
MF
16412014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1642
1643 * MAINTAINERS (Write After Approval): Add myself.
1644
38a13841
SP
16452014-06-06 Sebastian Pop <sebpop@gmail.com>
1646
1647 * MAINTAINERS: Update my email address.
1648
153fcd41
TP
16492014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1650
1651 * MAINTAINERS (Write After Approval): Add myself.
1652
e25d9632
AB
16532014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1654
1655 * MAINTAINERS (Write After Approval): Add myself.
1656
1007a55c
JW
16572014-05-30 Jonathan Wakely <jwakely@redhat.com>
1658
1659 PR libstdc++/61011
1660 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1661 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1662 * configure: Regenerate.
1663
fd9ed1ae
PA
16642014-05-28 Pedro Alves <palves@redhat.com>
1665
1666 * MAINTAINERS (Write After Approval): Add myself.
1667
03bdb69f
MK
16682014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1669
1670 * MAINTAINERS: Update my affiliation/email.
1671
905083ad
MS
16722014-05-19 Mike Stump <mikestump@comcast.net>
1673
1674 * MAINTAINERS: Add wide-int reviewers.
1675
707f1839
SL
16762014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1677
1678 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1679 * configure: Regenerated.
1680
7321dc60
TR
16812014-05-15 Torvald Riegel <triegel@redhat.com>
1682
1683 * MAINTAINERS (libitm): Add myself as maintainer.
1684
5b1e4b47
CB
16852014-05-07 Charles Baylis <charles.baylis@linaro.org>
1686
1687 * MAINTAINERS (Write After Approval): Add myself.
1688
a4ebe104
RS
16892014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1690
1691 * config.sub, config.guess: Import from upstream.
1692
9575df4a
AL
16932014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1694
1695 * MAINTAINERS (Write After Approval): Put myself in correct order.
1696
2fdc94b7
AL
16972014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1698
1699 * MAINTAINERS (Write After Approval): Add myself.
1700
080c6230
LB
17012014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1702
1703 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1704 section.
1705
4e4c8692
RÁE
17062014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1707
1708 * MAINTAINERS (Write After Approval): Delete myself.
1709
ffe7f7a7
JJ
17102014-04-17 Jakub Jelinek <jakub@redhat.com>
1711
1712 PR sanitizer/56781
1713 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1714 and -B* options with -Xcompiler.
1715
147d38a5
EB
17162014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1717
1718 PR bootstrap/60620
423ea09f 1719 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
1720 * Makefile.in: Regenerate.
1721
ba1925c3
YS
17222014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1723
1724 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1725 for WINDRES_FOR_TARGET in default-manifest.o rule.
1726 * Makefile.in: Regenerate.
1727
8707b3bc
DH
17282014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1729
1730 * MAINTAINERS (Write After Approval): Add myself.
1731
9e1c8fc1
JJ
17322014-03-26 Jakub Jelinek <jakub@redhat.com>
1733
1734 PR sanitizer/56781
1735 * Makefile.def: Set bootstrap=true; for host fixincludes.
1736 * configure.ac: Don't bootstrap host fixincludes unless
1737 --with-build-config=bootstrap-{a,ub}san.
1738 * Makefile.in: Regenerated.
1739 * configure: Regenerated.
1740
beeda1d9
JJ
17412014-03-21 Jakub Jelinek <jakub@redhat.com>
1742
1743 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1744 --enable-vtable-verify option parsing. Don't add
1745 target-libsanitizer to bootstrap_target_libs unless
1746 --with-build-config=bootstrap-asan or
1747 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1748 to bootstrap_target_libs unless --enable-vtable-verify.
1749 * configure: Regenerated.
1750
e5dddc50
AS
17512014-03-10 Anatoly Sokolov <aesok@post.ru>
1752
1753 * MAINTAINERS (Write After Approval): Add myself.
1754
df5bc1cb
DC
17552014-03-07 Denis Chertykov <chertykov@gmail.com>
1756
1757 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1758
3b9edeac
JJ
17592014-03-07 Jakub Jelinek <jakub@redhat.com>
1760
1761 PR bootstrap/58572
1762 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1763 -I for libstdc++-v3 includes if $(LEAN).
1764 * Makefile.in: Regenerated.
1765
c01a8548
JW
17662014-03-04 Jonathan Wakely <jwakely@redhat.com>
1767
1768 * MAINTAINERS: Update my email address.
1769
341c653c
WL
17702014-02-24 Walter Lee <walt@tilera.com>
1771
1772 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1773 (tilegx-*-*): Change to tilegx*-*-*.
1774 * configure: Regenerate.
1775
37f2c4f0
LR
17762014-02-17 Loren J. Rittle <ljrittle@acm.org>
1777
1778 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1779
6c01e96e
KV
17802014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1781
1782 * MAINTAINERS (Write After Approval): Add myself.
1783
91da0481
RO
17842014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1785
1786 PR target/59788
1787 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1788 *solaris2*.
1789
dd35b84f
JDA
17902014-01-21 John David Anglin <danglin@gcc.gnu.org>
1791
1792 * MAINTAINERS: Update my email address.
1793
493b8af8
GP
17942014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1795
1796 * MAINTAINERS: Convert to UTF-8.
1797 Properly sort Xinliang David Li's entry.
1798
f121b81d
CLT
17992013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1800 Sandra Loosemore <sandra@codesourcery.com>
1801
1802 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1803 nios2 port maintainers.
1804
74f769b5
MT
18052013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1806
1807 * MAINTAINERS (Write After Approval): Add myself.
1808
79e0604d 18092013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
1810
1811 * configure.ac: Add user-friendly check for native x86_64-linux
1812 multilibs.
1813 * configure: Regenerate.
1814
18152013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1816
1817 * MAINTAINERS: Add myself as sh maintainer.
1818
18192013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1820
1821 * MAINTAINERS: Add self as SLSR maintainer.
1822
18232013-11-18 Jan Hubicka <hubicka@ucw.cz>
1824
1825 * MAINTAINERS: Update my email address.
1826
18272013-11-15 David Edelsohn <dje.gcc@gmail.com>
1828
1829 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1830
18312013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1832
1833 * Makefile.in: Regenerate.
1834
1835 * Makefile.tpl: Fix typo.
1836 * Makefile.in: Regenerate partially.
1837
18382013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1839
1840 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1841 supported.
1842 * configure: Regenerated.
1843
18442013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1845
1846 * MAINTAINERS (Write After Approval): Add myself.
1847
18482013-10-30 Jason Merrill <jason@redhat.com>
1849
1850 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1851 --disable-build-format-warnings.
1852
18532013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1854
423ea09f 1855 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
1856 depend on libstdc++ and libgcc.
1857 * configure: Regenerate.
1858 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1859 libcilkrts for POSIX and i*86, and x86_64 architectures.
1860 * Makefile.in: Added libcilkrts related fields to support building it.
1861
18622013-10-26 Jeff Law <law@redhat.com>
1863
1864 * Makefile.def (target_modules): Remove libmudflap
1865 (languages): Remove check-target-libmudflap).
1866 * Makefile.in: Rebuilt.
1867 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1868 * configure.ac (target_libraries): Remove target-libmudflap.
1869 Remove checks which disabled libmudflap on some systems.
1870 * configure: Rebuilt.
1871 * libmudflap: Directory removed.
1872
18732013-10-21 Cong Hou <congh@google.com>
1874
1875 * MAINTAINERS (Write After Approval): Add myself.
1876
18772013-10-16 Mike Stump <mikestump@comcast.net>
1878
1879 * .dir-locals.el: Add.
1880
18812013-10-15 David Malcolm <dmalcolm@redhat.com>
1882
1883 * configure.ac: Add --enable-host-shared
1884 * configure: Regenerate.
1885
18862013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1887
1888 Import from savannah.gnu.org:
1889 * config.guess: Update to 2013-06-10 version.
1890 * config.sub: Update to 2013-10-01 version.
1891
18922013-10-01 Simon Cook <simon.cook@embecosm.com>
1893
1894 Changes to build configuration to allow big endian ARC ELF toolchain
1895 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1896 * configure: Regenerate.
1897
18982013-09-20 Alan Modra <amodra@gmail.com>
1899
1900 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1901 ppc host match. Support little-endian powerpc linux hosts.
1902
19032013-09-19 Dodji Seketeli <dodji@redhat.com>
1904
1905 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1906 maintainer.
1907
19082013-09-12 DJ Delorie <dj@redhat.com>
1909
1910 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1911 maintainers.
1912
19132013-09-03 Richard Biener <rguenther@suse.de>
1914
1915 * configure.ac: Also allow ISL 0.12.
1916 * configure: Regenerated.
1917
19182013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1919
1920 * MAINTAINERS (Write After Approval): Add myself.
1921
19222013-08-27 David Malcolm <dmalcolm@redhat.com>
1923
1924 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1925
19262013-08-26 Caroline Tice <cmtice@google.com>
1927
1928 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1929 "Various Reviewers" to libvtv "Various Maintainers".
1930
19312013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1932
1933 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1934
19352013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1936
1937 * MAINTAINERS: Update name, email.
1938
19392013-08-13 Adam Butcher <adam@jessamine.co.uk>
1940
1941 * MAINTAINERS (Write After Approval): Add myself.
1942
19432013-08-12 Caroline Tice <cmtice@google.com>
1944
1945 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1946 address in the Write After Approval section.
1947
19482013-08-09 Carlos O'Donell <carlos@redhat.com>
1949
1950 * MAINTAINERS (Write After Approval): Update email.
1951
19522013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1953
1954 * configure.ac: Adjust to check VTV_SUPPORTED.
1955 * configure: Regenerated.
1956
19572013-08-02 Caroline Tice <cmtice@google.com>
1958
1959 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1960 on non-linux systems; add target-libvtv to noconfigdirs; add
1961 libsupc++/.libs to C++ library search paths.
1962 * configure: Regenerated.
1963 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1964 libstdc++ and libgcc.
1965 * Makefile.in: Regenerated.
1966
19672013-07-19 Yvan Roux <yvan.roux@linaro.org>
1968
1969 * MAINTAINERS (Write After Approval): Add myself.
1970
19712013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1972 Shiva Chen <shiva0217@gmail.com>
1973
1974 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1975 nds32 port maintainers.
1976
19772013-07-17 Tim Shen <timshen91@gmail.com>
1978
1979 * MAINTAINERS (Write After Approval): Add myself.
1980
19812013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1982
1983 * configure.ac: Sync from binutils.
1984 * configure: Regenerate.
1985
19862013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1987
1988 * MAINTAINERS (Write After Approval): Add myself.
1989
19902013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1991
1992 * MAINTAINERS (Write After Approval): Add myself.
1993
19942013-05-17 David Malcolm <dmalcolm@redhat.com>
1995
1996 * MAINTAINERS (Write After Approval): Add myself.
1997
19982013-04-30 Brooks Moses <bmoses@google.com>
1999
2000 * MAINTAINERS: Update my email; move myself from Fortran
2001 reviewer to Write After Approval.
2002
20032013-04-16 Andreas Schwab <schwab@suse.de>
2004
2005 * configure.ac (aarch64-*-*): Don't disable java.
2006 * configure: Regenerate.
2007
20082013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2009
2010 * MAINTAINERS (Write After Approval): Add myself.
2011
20122013-03-30 Matthias Klose <doko@ubuntu.com>
2013
2014 * Makefile.def (target_modules): Don't install libffi.
2015 * Makefile.in: Regenerate.
2016
20172013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2018
2019 * MAINTAINERS (Write After Approval): Add myself.
2020
20212013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2022
2023 * MAINTAINERS (Write After Approval): Add myself.
2024
20252013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2026
2027 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2028 * configure: Regenerated.
2029
a15d2ea8
ILT
20302013-02-05 Ian Lance Taylor <iant@google.com>
2031
2032 PR go/55969
2033 * configure.ac: Disable libgo on some systems where it does not
2034 work.
2035
a3b854b6
FXC
20362013-02-04 David Edelsohn <dje.gcc@gmail.com>
2037
2038 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2039 Remove Geoff Keating as rs6000 port maintainer, at his request.
2040
20412013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2042
2043 * MAINTAINERS: Update my email.
2044
20452013-01-23 Shenghou Ma <minux.ma@gmail.com>
2046
2047 * configure: Re-generate.
2048
20492013-01-15 Richard Biener <rguenther@suse.de>
2050
2051 PR other/55973
2052 * configure: Re-generate.
2053
20542013-01-14 Matthias Klose <doko@ubuntu.com>
2055
2056 * Makefile.def (install-target-libsanitizer): Depend on
2057 install-target-libstdc++-v3.
2058 * Makefile.in: Regenerate.
2059
20602013-01-14 Richard Biener <rguenther@suse.de>
2061
2062 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2063 * configure: Re-generate
2064
20652013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2066
2067 * config.sub: Update from config repo.
2068
20692013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2070
2071 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2072 * Makefile.in: Regenerate.
2073
20742013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2075
2076 * MAINTAINERS (arc): Add new port maintainership for myself.
2077
20782013-01-09 Jason Merrill <jason@redhat.com>
2079
2080 * .gitignore: Import from gdb repository.
2081
20822013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2083
2084 * Makefile.def (configure-gcc): Depend on all-gmp.
2085 (all-gcc): Remove dependency on all-gmp.
2086 * Makefile.in: Regenerated.
2087
20882013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2089
2090 * config.sub: Merge from config repo.
2091 * config.guess: Ditto.
2092
20932013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2094
2095 * Makefile.def: Merge from binutils.
2096 * Makefile.in: Ditto.
2097
20982013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2099
2100 * MAINTAINERS: Update my email.
2101
21022012-12-29 Ben Elliston <bje@gnu.org>
2103
2104 * config.guess: Update to 2012-12-29 version.
2105 * config.sub: Likewise.
2106
21072012-12-20 Matthias Klose <doko@ubuntu.com>
2108
2109 * Makefile.def (install-target-libgfortran): Depend on
2110 install-target-libquadmath, install-target-libgcc.
2111 (install-target-libsanitizer): Depend on install-target-libgcc.
2112 (install-target-libjava): Depend on install-target-libgcc.
2113 (install-target-libitm): Depend on install-target-libgcc.
2114 (install-target-libobjc): Depend on install-target-libgcc.
2115 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2116 * Makefile.in: Regenerate.
2117
21182012-12-19 Matthias Klose <doko@ubuntu.com>
2119
2120 * Makefile.def (install-target-libgo): Depend on
2121 install-target-libatomic.
2122 * Makefile.in: Regenerate.
2123
21242012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2125
2126 PR go/55201
2127 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2128 * Makefile.in: Regenerate.
2129
21302012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2131
2132 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2133 * configure: Regenerate.
2134
21352012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2136
2137 * config.sub: Merge from config repo.
2138
21392012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2140
2141 * Makefile.def (target_modules): Add bootstrap=true and
2142 raw_cxx=true to libsanitizer.
2143 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2144 * Makefile.in: Regenerated.
2145 * configure: Likewise.
2146
21472012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2148
2149 * MAINTAINERS: Remove self as RTL optimization maintainer.
2150
21512012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2152
2153 * MAINTAINERS (Write After Approval): Add myself.
2154
21552012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2156
2157 * Makefile.def (target_modules): Remove bootstrap=true and
2158 raw_cxx=true from libsanitizer.
2159 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2160 * Makefile.in: Regenerated.
2161 * configure: Likewise.
2162
21632012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2164
2165 * Makefile.def (target_modules): Add bootstrap=true and
2166 raw_cxx=true to libsanitizer.
2167 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2168 * Makefile.in: Regenerated.
2169 * configure: Likewise.
2170
21712012-11-28 Andrew Pinski <apinski@cavium.com>
2172
2173 PR bootstrap/54279
2174 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2175 * configure: Regenerate.
2176 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2177 * Makefile.in: Regenerate.
2178
21792012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2180
2181 * configure.ac: Disable libsanitizer if we're not building C++.
2182 * configure: Regenerate.
2183
21842012-11-15 Roland McGrath <roland@hack.frob.com>
2185
2186 * MAINTAINERS (Write After Approval): Add myself.
2187
21882012-11-15 Dmitry Vyukov <dvyukov@google.com>
2189
2190 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2191 Kostya Serebryany (kcc@google.com) and
2192 Jakub Jelinek (jakub@redhat.com).
2193 Rename area for Dodji Seketeli (dodji@redhat.com).
2194
21952012-11-15 Dodji Seketeli <dodji@redhat.com>
2196
2197 * MAINTAINERS: (asan.c, related): Add myself.
2198
21992012-11-14 Roland McGrath <mcgrathr@google.com>
2200
2201 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2202 * configure: Regenerate.
2203
22042012-11-13 Richard Henderson <rth@redhat.com>
2205
2206 * configure.ac: Move libsanitizer logic to subdirectory.
2207 * configure: Regenerate.
2208
22092012-11-13 Dodji Seketeli <dodji@redhat.com>
2210
2211 * configure.ac: Enable libsanitizer just on x86 linux for now.
2212 * configure: Re-generate.
2213
22142012-11-13 David Edelsohn <dje.gcc@gmail.com>
2215
2216 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2217 sections.
2218 * configure: Regenerate.
2219
22202012-11-13 Hans-Peter Nilsson <hp@axis.com>
2221
2222 * configure.ac: Add section for configdirs for libsanitizer.
2223 Disable for cris-*-* and mmix-*-*.
2224 * configure: Regenerate.
2225
22262012-11-12 Wei Mi <wmi@google.com>
2227
2228 * configure.ac: Add libsanitizer to target_libraries.
2229 * Makefile.def: Ditto.
2230 * configure: Regenerate.
2231 * Makefile.in: Regenerate.
2232 * libsanitizer: New directory for asan runtime. Contains an empty
2233 tsan directory.
2234
22352012-11-03 Corinna Vinschen <corinna@vinschen.de>
2236
2237 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2238 against Mingw64 w32api.
2239 * configure: Regenerate.
2240
22412012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2242
2243 * configure: Regenerated.
2244
22452012-11-03 Robert Mason <rbmj@verizon.net>
2246
2247 * configure.ac: add --disable-libstdcxx configure option
2248 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2249
22502012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2251
2252 * MAINTAINERS (Write After Approval): Add myself.
2253
22542012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2255
2256 * MAINTAINERS (Write After Approval): Add myself.
2257
22582012-10-24 Sharad Singhai <singhai@google.com>
2259
2260 * MAINTAINERS (Write After Approval): Add myself.
2261
22622012-10-24 Eric Christopher <echristo@gmail.com>
2263
2264 * MAINTAINERS: Update email address.
2265
22662012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2267
2268 PR bootstrap/54820
2269 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2270 * configure: Regenerate.
2271
22722012-10-23 Richard Earnshaw <rearnsha@arm.com>
2273
2274 * MAINTAINERS (aarch64): Add Marcus and myself.
2275
22762012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2277
2278 PR bootstrap/54820
2279 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2280 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2281 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2282 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2283 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2284 * Makefile.in: Regenerate.
2285 * configure.ac (have_static_libs): New variable and associated check.
2286 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2287 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2288 * configure: Regenerate.
2289
22902012-10-10 Richard Biener <rguenther@suse.de>
2291
2292 * MAINTAINERS: Adjust for changed surname.
2293
22942012-10-04 Lawrence Crowl <crowl@google.com>
2295
2296 * MAINTAINERS (Write After Approval): Add myself.
2297
22982012-10-01 Cary Coutant <ccoutant@google.com>
2299
2300 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2301
23022012-09-28 Ian Lance Taylor <iant@google.com>
2303
2304 * Makefile.def: Make all-target-libgo depend on
2305 all-target-libbacktrace.
2306 * Makefile.in: Rebuild.
2307
23082012-09-26 Ian Lance Taylor <iant@google.com>
2309
2310 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2311 * Makefile.in: Rebuild.
2312
23132012-09-20 Walter Lee <walt@tilera.com>
2314
2315 * configure.ac: Add tilegx to list of targets that support gold.
2316 * configure: Regenerate.
2317
23182012-09-20 Marek Polacek <polacek@redhat.com>
2319
2320 * MAINTAINERS (Write After Approval): Add myself.
2321
23222012-09-19 Steve Ellcey <sellcey@mips.com>
2323
2324 * configure.ac: Add mips*-mti-elf* target.
2325 * configure: Regenerate.
2326
23272012-09-17 Ian Lance Taylor <iant@google.com>
2328
2329 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2330 * configure.ac (host_libs): Add libbacktrace.
2331 (target_libraries): Add libbacktrace.
2332 * Makefile.def (host_modules): Add libbacktrace.
2333 (target_modules): Likewise.
2334 * configure, Makefile.in: Rebuild.
2335
23362012-09-14 David Edelsohn <dje.gcc@gmail.com>
2337
2338 PR target/38607
2339 Merge upstream change.
2340 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2341
2342 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2343 Add libgomp*.o to compare_exclusions for AIX.
2344 * configure: Regenerate.
2345
23462012-09-06 Diego Novillo <dnovillo@google.com>
2347
2348 * configure.ac: Bump minimum GMP version to 4.2.3.
2349 * configure: Re-generate.
2350
23512012-09-05 Georg-Johann Lay <avr@gjlay.de>
2352
2353 PR target/54461
2354 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2355 target-libgloss if not configured --with-avrlibc=no.
2356 * configure: Regenerate.
2357
23582012-09-04 Jason Merrill <jason@redhat.com>
2359
2360 * configure.ac: Fix --enable-languages=all.
2361
23622012-09-04 Christophe Lyon <christophe.lyon@st.com>
2363
2364 * MAINTAINERS (Write After Approval): Add myself.
2365
23662012-09-03 Richard Guenther <rguenther@suse.de>
2367
2368 PR bootstrap/54138
2369 * configure.ac: Re-organize ISL / CLOOG checks to allow
2370 disabling with either --without-isl or --without-cloog.
2371 * configure: Regenerated.
2372
23732012-09-03 Georg-Johann Lay <avr@gjlay.de>
2374
2375 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2376 * configure: Regenerate.
2377
23782012-08-27 Ulrich Drepper <drepper@gmail.com>
2379
2380 * MAINTAINERS: Fix my email address.
2381
23822012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2383
2384 PR binutils/4970
2385 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2386 and opcodes.
2387 * Makefile.in: Regenerated.
2388
23892012-08-26 Art Haas <ahaas@impactweather.com>
2390
2391 * configure: Regenerate.
2392
23932012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2394
2395 * INSTALL/README: Also refer to the online installation
2396 instructions.
2397
23982012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2399
2400 * MAINTAINERS (Write After Approval): Add myself.
2401 (Picochip port): Remove myself.
2402
24032012-08-14 Diego Novillo <dnovillo@google.com>
2404
2405 Merge from cxx-conversion branch.
2406
2407 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2408 POSTSTAGE1_CONFIGURE_FLAGS.
2409 * Makefile.in: Regenerate.
2410 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2411 Force C++ when bootstrapping.
2412 * configure: Regenerate.
2413
24142012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2415
2416 * MAINTAINERS (Write After Approval): Add myself.
2417
24182012-07-16 Joseph Myers <joseph@codesourcery.com>
2419
2420 * README: Document use of ranges of years in copyright notices.
2421
24222012-07-06 Richard Guenther <rguenther@suse.de>
2423
2424 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2425 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2426 --with-gmp=system.
2427 * Makefile.in: Regenerated.
2428 * configure: Likewise.
2429
24302012-07-06 Richard Guenther <rguenther@suse.de>
2431
2432 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2433 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2434 supply V=1 as extra_make_flags.
2435 * configure: Regenerated.
2436 * Makefile.in: Likewise.
2437
24382012-07-04 Tristan Gingold <gingold@adacore.com>
2439
2440 * configure: Regenerate.
2441
24422012-07-03 Richard Guenther <rguenther@suse.de>
2443
2444 * Makfile.def (isl): Remove not necessary extra_exports and
2445 extra_make_flags.
2446 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2447 * Makefile.in: Regenerated.
2448
24492012-07-03 Richard Guenther <rguenther@suse.de>
2450
2451 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2452 * configure.ac: If either the ISL or the CLooG check failed
2453 do not try to build in-tree versions.
2454 * Makefile.in: Regenerated.
2455 * configure: Regenerated.
2456
24572012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2458
2459 * configure: Regenerate.
2460
24612012-07-02 Janis Johnson <janisjo@codesourcery.com>
2462
2463 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2464 maintainer.
2465
24662012-07-02 Richard Guenther <rguenther@suse.de>
2467
2468 * configure: Regenerated.
2469
24702012-07-02 Richard Guenther <rguenther@suse.de>
2471 Michael Matz <matz@suse.de>
2472 Tobias Grosser <tobias@grosser.es>
2473 Sebastian Pop <sebpop@gmail.com>
2474
2475 * Makefile.def: Add ISL host module, remove PPL host module.
2476 Adjust ClooG host module to use the proper ISL.
2477 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2478 * configure.ac: Include config/isl.m4. Add ISL host library,
2479 remove PPL. Remove PPL configury, add ISL configury, adjust
2480 ClooG configury.
2481 * Makefile.in: Regenerated.
2482 * configure: Likewise.
2483
24842012-07-02 Richard Guenther <rguenther@suse.de>
2485
2486 Merge from graphite branch
2487 2011-07-21 Tobias Grosser <tobias@grosser.es>
2488
2489 * configure: Regenerated.
2490 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2491 both cloog.org and legacy versions. The only supported version will
2492 be CLooG with the isl backend.
2493
2494 2011-07-21 Tobias Grosser <tobias@grosser.es>
2495
2496 * configure: Regenerated.
2497 * configure.ac: Require cloog isl 0.17.0
2498
2499 2011-07-21 Tobias Grosser <tobias@grosser.es>
2500
2501 * configure: Regenerated.
2502 * config/cloog.m4: Do not define CLOOG_ORG
2503
25042012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2505
2506 * configure.ac: Skip C if explicitly selected.
2507 * configure: Regenerate.
2508
25092012-06-28 Christophe Lyon <christophe.lyon@st.com>
2510
2511 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2512 they contain -O2.
2513 * configure: Regenerate.
2514
25152012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2516
2517 PR debug/53740
2518 * df.h, df-problems.c, dce.c: Revert last patch.
2519
25202012-06-25 Iain Sandoe <iain@codesourcery.com>
2521
2522 * MAINTAINERS (Write After Approval): Update my email address.
2523
25242012-06-21 Meador Inge <meadori@codesourcery.com>
2525
2526 * MAINTAINERS (Write After Approval): Add myself.
2527
25282012-06-20 Jason Merrill <jason@redhat.com>
2529
2530 * Makefile.tpl (check-target-libgomp-c++): New.
2531 (check-target-libitm-c++): New.
2532 * Makefile.def (c++): Add them.
2533 * Makefile.in: Regenerate.
2534
25352012-05-29 Edmar Wienskoski <edmar@freescale.com>
2536
2537 * MAINTAINERS (Write After Approval): Add myself.
2538
25392012-05-16 Olivier Hainque <hainque@adacore.com>
2540
2541 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2542 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2543 (install-no-fixedincludes): Adjust accordingly.
2544 * Makefile.in: Regenerate.
2545
25462012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2547
2548 Merge upstream change
2549 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2550
25512012-05-14 Marc Glisse <marc.glisse@inria.fr>
2552
2553 * MAINTAINERS (Write After Approval): Add myself.
2554
25552012-05-09 Nick Clifton <nickc@redhat.com>
2556 Paul Smith <psmith@gnu.org>
2557
2558 PR bootstrap/50461
2559 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2560 allow for the fact that from release v3.1.0 of MPFR the source
2561 files were moved into a src sub-directory.
2562 * configure: Regenerate.
2563
25642012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2565
2566 * configure.ac: Bump minimum MPFR version to 2.4.0.
2567 * configure: Regenerated.
2568
25692012-05-01 Richard Henderson <rth@redhat.com>
2570
2571 * Makefile.def (libatomic): New target_module.
2572 * configure.ac (target_libraries): Add libatomic.
2573 (noconfigdirs): Check if libatomic is supported.
2574 * Makefile.in, configure: Rebuild.
2575
25762012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2577
2578 * MAINTAINERS (Write After Approval): Add myself.
2579
25802012-04-25 Joel Brobecker <brobecker@adacore.com>
2581
2582 * config.sub: Update to 2012-04-18 version from official repo.
2583
25842012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2585
2586 * MAINTAINERS (Write After Approval): Add myself.
2587
25882012-04-11 Steve Ellcey <sellcey@mips.com>
2589
2590 * MAINTAINERS: Changed email address.
2591
25922012-03-28 Georg-Johann Lay <avr@gjlay.de>
2593
2594 PR target/52737
2595 * contrib/gcc_update (files_and_dependencies):
2596 Remove gcc/config/avr/t-multilib from touch data.
2597
25982012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2599
2600 * MAINTAINERS (OS Port Maintainers): Remove irix.
2601 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2602 (unsupported_languages): Remove mips-sgi-irix6.*.
2603 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2604 (with_stabs): Remove.
2605 * configure: Regenerate.
2606
26072012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2608
2609 * MAINTAINERS (OS Port Maintainers): Remove osf.
2610 * configure.ac (enable_libgomp): Remove *-*-osf*.
2611 (with_stabs): Remove alpha*-*-osf*.
2612 * configure: Regenerate.
2613
26142012-03-05 Tristan Gingold <gingold@adacore.com>
2615
2616 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2617 * configure: Regenerate.
2618
26192012-02-17 Walter Lee <walt@tilera.com>
2620
2621 * MAINTAINERS: (Write After Approval): Delete myself.
2622
26232012-02-14 Walter Lee <walt@tilera.com>
2624
2625 * MAINTAINERS (tilegx port): Add myself.
2626 (tilepro port): Add myself.
2627 (Write After Approval): Add myself.
2628
26292012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2630
2631 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2632 and Joseph Myers as docstring relicensing maintainers.
2633
26342012-02-09 Bin Cheng <bin.cheng@arm.com>
2635
2636 * MAINTAINERS (write-after-approval): Add myself.
2637
26382012-02-08 Ira Rosen <irar@il.ibm.com>
2639
2640 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2641 maintainer.
2642
26432012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2644
2645 * MAINTAINERS (Write After Approval): Move myself to
2646 maintain alphabetical order.
2647
26482012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2649
2650 * MAINTAINERS (Write After Approval): Add myself.
2651
26522012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2653
2654 * MAINTAINERS (Write After Approval): Add myself.
2655
26562012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2657 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2658
2659 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2660 * configure: Regenerate.
2661
26622012-01-23 Harshit Chopra <harshit@google.com>
2663
2664 * MAINTAINERS (Write After Approval): Add myself.
2665
26662012-01-22 Douglas B Rupp <rupp@ngnat.com>
2667
2668 * configure.ac: Remove reference to mh-interix.
2669 * configure: Regenerate.
2670
26712012-01-05 Richard Henderson <rth@redhat.com>
2672
2673 PR bootstrap/51072
2674 * configure.ac: Disable libitm if c++ is not enabled.
2675 * configure: Rebuild.
2676
2677 * configure.ac: Fix regexp for same.
2678 * configure: Rebuild.
2679
26802012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2681
2682 * MAINTAINERS (Write After Approval): Add myself.
2683
26842012-01-02 Richard Guenther <rguenther@suse.de>
2685
2686 PR bootstrap/51686
2687 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2688 * Makefile.in: Regenerate.
2689
26902011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2691
2692 * MAINTAINERS (Write After Approval): Add myself.
2693
26942011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2695
2696 * configure: Regenerate.
2697
26982011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2699
2700 * MAINTAINERS (picochip): Changed email address.
2701
27022011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2703
2704 * MAINTAINERS (write-after-approval): Add self.
2705
27062011-11-29 DJ Delorie <dj@redhat.com>
2707
2708 * configure.ac (rl78-*-*) New case.
2709 * configure: Regenerate.
2710 * MAINTAINERS: Add myself as RL78 maintainer.
2711
27122011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2713
2714 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2715
27162011-11-21 Andreas Tobler <andreast@fgznet.ch>
2717
2718 * libtool.m4: Additional FreeBSD 10 fixes.
2719
27202011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2721
2722 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2723 Maintainers section, as Epiphany maintainer.
2724
27252011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2726
2727 PR target/49992
2728 * configure.ac: Remove ranlib special-casing for Darwin.
2729 * configure: Regenerate.
2730
27312011-11-12 Andrey Belevantsev <abel@ispras.ru>
2732
2733 * MAINTAINERS (Reviewers): Keep the list sorted.
2734
27352011-11-11 Andrey Belevantsev <abel@ispras.ru>
2736
2737 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2738
27392011-11-09 Roland McGrath <mcgrathr@google.com>
2740
2741 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2742 * configure: Rebuild.
2743 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2744 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2745 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2746 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2747 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2748 Add READELF.
2749 * Makefile.in: Rebuild.
2750
27512011-11-09 Jason Merrill <jason@redhat.com>
2752
2753 * Makefile.def (language=c++): Remove check-c++0x.
2754 * Makefile.in (check-gcc-c++): Regenerate.
2755
27562011-11-08 Richard Henderson <rth@redhat.com>
2757
2758 * configure.ac: Test for libitm directory present first.
2759
2760 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2761
2762 * configure.ac: Test libitm/configure.tgt to disable libitm.
2763 * configure: Rebuild.
2764
27652011-11-07 Aldy Hernandez <aldyh@redhat.com>
2766 Richard Henderson <rth@redhat.com>
2767
2768 Merged from transactional-memory.
2769
2770 * Makefile.def (lang_env_dependencies): libitm is c++.
2771 Add libitm target module.
2772 * configure.ac: Likewise.
2773 * config/mmap.m4: New file.
2774 * contrib/gcc_update: Add libitm to touch data.
2775 * Makefile.in, configure: Rebuild.
2776
27772011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2778
2779 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2780 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2781 * Makefile.in: Regenerate.
2782
27832011-11-01 DJ Delorie <dj@redhat.com>
2784
2785 * config.sub: Update to version 2011-10-29 (added rl78)
2786
27872011-10-27 Nick Clifton <nickc@redhat.com>
2788
2789 * config.sub: Import these changes from the config project:
2790
2791 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2792 Ben Elliston <bje@gnu.org>
2793
2794 * config.sub (epiphany): New.
2795
2796 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2797 Ben Elliston <bje@gnu.org>
2798
2799 * config.sub (hexagon, hexagon-*): New.
2800
2801 2011-08-23 Roland McGrath <mcgrathr@google.com>
2802
2803 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2804 64eb to be64.
2805
2806 2011-08-16 Roland McGrath <mcgrathr@google.com>
2807
2808 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2809 (nacl): Grok as alias for 32el-unknown-nacl.
2810
28112011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2812
2813 * MAINTAINERS (Write After Approval): Add myself.
2814
28152011-10-24 Teresa Johnson <tejohnson@google.com>
2816
2817 * MAINTAINERS (Write After Approval): Add myself.
2818
28192011-09-21 Jakub Jelinek <jakub@redhat.com>
2820
2821 * MAINTAINERS (sparc port): Remove myself.
2822
28232011-09-14 Tom de Vries <tom@codesourcery.com>
2824
2825 * MAINTAINERS (Write After Approval): Add myself.
2826
28272011-08-14 Yao Qi <yao@codesourcery.com>
2828
2829 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2830 * configure: Regenerate.
2831
28322011-07-26 Ian Lance Taylor <iant@google.com>
2833
2834 * configure.ac: Set have_compiler based on whether gcc directory
2835 exists, rather than on whether gcc is in configdirs.
2836 * configure: Rebuild.
2837
28382011-07-21 Joseph Myers <joseph@codesourcery.com>
2839
2840 * MAINTAINERS (Global Reviewers): Add self.
2841
28422011-07-20 David Edelsohn <dje.gcc@gmail.com>
2843
2844 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2845 link directories.
2846 * Makefile.in: Rebuild.
2847
28482011-07-20 Ian Lance Taylor <iant@google.com>
2849
2850 PR bootstrap/49787
2851 * configure.ac: Move --enable-bootstrap handling earlier in file.
2852 If --enable-bootstrap and either --enable-build-with-cxx or
2853 --enable-build-poststage1-with-cxx, enable C++ automatically.
2854 * configure: Rebuild.
2855
28562011-07-19 Ian Lance Taylor <iant@google.com>
2857
2858 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2859 make C++ a boot_language. Set and substitute
2860 POSTSTAGE1_CONFIGURE_FLAGS.
2861 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2862 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2863 * configure, Makefile.in: Rebuild.
2864
28652011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2866
2867 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2868 maintainers.
2869
28702011-07-18 Jakub Jelinek <jakub@redhat.com>
2871
2872 * MAINTAINERS (Global Reviewers): Add myself.
2873
28742011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2875
2876 * configure: Regenerate.
2877
28782011-07-16 Jason Merrill <jason@redhat.com>
2879
2880 * Makefile.def (language=c++): Add check-c++0x and
2881 check-target-libmudflap-c++.
2882 * Makefile.tpl (check-target-libmudflap-c++): New.
2883 * Makefile.in: Regenerate.
2884
28852011-07-16 Matthias Klose <doko@ubuntu.com>
2886
2887 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2888 * Makefile.def (target_modules/libjava): Pass
2889 $(EXTRA_CONFIGARGS_LIBJAVA).
2890 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2891 if not configured with --enable-static-libjava.
2892 * Makefile.in: Regenerate.
2893 * configure: Likewise.
2894
28952011-07-15 Jason Merrill <jason@redhat.com>
2896
2897 * Makefile.in (check-c++): Move check-gcc-c++0x after
2898 check-target-libstdc++-v3.
2899
29002011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2901
2902 * MAINTAINERS (c6x port): New entry.
2903
29042011-07-13 Jason Merrill <jason@redhat.com>
2905
2906 * Makefile.in (check-gcc-c++0x): New.
2907 (check-c++): Depend on it.
2908
29092011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2910
2911 PR target/39150
2912 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2913 x86_64-*-solaris2.1[0-9]*.
2914 * configure: Regenerate.
2915
29162011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2917
2918 * MAINTAINERS (RTL optimizers): Add self.
2919
29202011-06-27 Gabriel Charette <gchare@google.com>
2921
2922 * MAINTAINERS (Write After Approval): Add myself.
2923
29242011-06-22 Hans-Peter Nilsson <hp@axis.com>
2925
2926 PR regression/47836
2927 PR bootstrap/23656
2928 PR other/47733
2929 PR bootstrap/49247
2930 PR c/48825
2931 * configure.ac (target_libraries): Remove target-libiberty.
2932 Remove case-statement setting skipdirs=target-libiberty for
2933 multiple targets. Remove checking target_configdirs and
2934 removing target-libiberty but keeping target-libgcc if
2935 otherwise empty.
2936 * Makefile.def (target_modules): Don't add libiberty.
2937 (dependencies): Remove all traces of target-libiberty.
2938 * configure, Makefile.in: Regenerate.
2939
29402011-06-13 Walter Lee <walt@tilera.com>
2941
2942 * configure.ac (tilepro-*-*) New case.
2943 (tilegx-*-*): Likewise.
2944 * configure: Regenerate.
2945
29462011-06-06 Jing Yu <jingyu@google.com>
2947
2948 * configure.ac: Skip target-libiberty for
2949 arm*-*-linux-androideabi.
2950 * configure: Regenerated.
2951
29522011-06-06 Nick Clifton <nickc@redhat.com>
2953
2954 * config.sub: Sync from upstream.
2955
29562011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2957
2958 * MAINTAINERS (Write After Approval): Add myself.
2959
29602011-06-01 Daniel Jacobowitz <drow@false.org>
2961
2962 * MAINTAINERS: Update my email address.
2963
29642011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2965
2966 * MAINTAINERS (Write After Approval): Update my email address.
2967
29682011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2969
2970 * MAINTAINERS (Write After Approval): Add myself.
2971
29722011-05-08 Doug Kwan <dougkwan@google.com>
2973
2974 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2975 * configure: Regenerated.
2976 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2977 value from configure.
2978 * Makefile.in: Regenerated.
2979
29802011-05-05 Joseph Myers <joseph@codesourcery.com>
2981
2982 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2983 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2984 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2985 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2986 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2987 *-*-vxworks*): Disable newlib and libgloss in separate case
2988 statement.
2989 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2990 to separate case statement.
2991 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2992 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2993 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2994 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2995 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2996 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2997 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2998 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2999 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3000 i[[3456789]]86-*-rdos*, m32r-*-*,
3001 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3002 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3003 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3004 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3005 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3006 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3007 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3008 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3009 and libgloss in main case over targets. Remove most empty cases
3010 in main case over targets.
3011 * configure: Regenerate.
3012
30132011-05-04 Janis Johnson <janisjo@codesourcery.com>
3014
3015 * MAINTAINERS (Write After Approval): Add myself.
3016
30172011-05-04 Joseph Myers <joseph@codesourcery.com>
3018
3019 * configure.ac: Remove code setting special library locations for
3020 hppa*64*-*-hpux11*. Remove code setting compiler for
3021 sparc-sun-solaris2*.
3022 * configure: Regenerate.
3023
30242011-05-04 Joseph Myers <joseph@codesourcery.com>
3025
3026 * configure.ac: Separate libgloss_dir settings from general case
3027 over targets.
3028 * configure: Regenerate.
3029
30302011-04-28 Joseph Myers <joseph@codesourcery.com>
3031
3032 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3033 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3034 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3035 cases in libgcj-disabling case statement.
3036 (hppa*64*-*-linux*): Set unsupported_languages instead of
3037 disabling target-zlib.
3038 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3039 to hppa*64*-*-hpux*.
3040 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3041 hppa*-*-hpux*.
3042 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3043 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3044 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3045 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3046 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3047 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3048 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3049 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3050 libgcj-disabling case statement.
3051 * configure: Regenerate.
3052
30532011-04-28 Joseph Myers <joseph@codesourcery.com>
3054
3055 * configure.ac: Disable Java for targets not supporting libffi.
3056 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3057 Remove cases in Java-disabling statement.
3058 (*arm-wince-pe): Change to arm-wince-pe.
3059 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3060 cases in Java-disabling statement.
3061 (bfin-*-*): Don't disable Java again.
3062 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3063 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3064 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3065 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3066 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3067 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3068 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3069 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3070 Java-disabling statement.
3071 (mmix-*-*): Don't disable Java again.
3072 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3073 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3074 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3075 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3076 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3077 statement.
3078 * configure: Regenerate.
3079
30802011-04-28 Joseph Myers <joseph@codesourcery.com>
3081
3082 * configure.ac: Separate cases disabling Java and Java libraries
3083 from general case over targets.
3084 * configure: Regenerate.
3085
30862011-04-21 Jie Zhang <jzhang918@gmail.com>
3087
3088 * MAINTAINERS: Update my email address.
3089
30902011-04-20 Easwaran Raman <eraman@google.com>
3091
3092 * MAINTAINERS (Write After Approval): Add myself.
3093
30942011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3095
3096 PR lto/48086
3097 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3098 * configure: Regenerate.
3099
31002011-04-16 Jim Meyering <meyering@redhat.com>
3101
3102 * MAINTAINERS (Write After Approval): Add myself.
3103
31042011-04-15 Dodji Seketeli <dodji@redhat.com>
3105
3106 * MAINTAINERS: Update my email address.
3107
31082011-04-13 Georg-Johann Lay <avr@gjlay.de>
3109
3110 * MAINTAINERS (Write After Approval): Add myself.
3111
31122011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3113
3114 * MAINTAINERS (Write After Approval): Add myself.
3115
31162011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3117
3118 * MAINTAINERS (Write After Approval): Add myself.
3119
31202011-04-06 Joseph Myers <joseph@codesourcery.com>
3121
3122 * configure.ac (build_tools): Remove build-byacc.
3123 (host_libs): Remove mmalloc.
3124 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3125 autoconf automake libtool diff rcs fileutils shellutils time
3126 textutils wdiff find uudecode hello tar gzip indent recode release
3127 sed perl gawk findutils gettext zip.
3128 (libgcj): Remove target-qthreads.
3129 (target_tools): Remove target-examples target-gperf.
3130 (YACC): Don't handle building byacc.
3131 * configure: Regenerate.
3132 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3133 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3134 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3135 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3136 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3137 handle building components.
3138 * Makefile.in: Regenerate.
3139
31402011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3141
3142 * MAINTAINERS: Update my email address as Xtensa maintainer.
3143
31442011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3145
3146 * config.sub: Sync from upstream.
3147
31482011-04-01 Joseph Myers <joseph@codesourcery.com>
3149
3150 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3151 (microblaze*): Don't disable libssp.
3152 * configure: Regenerate.
3153
31542011-04-01 Joseph Myers <joseph@codesourcery.com>
3155
3156 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3157 moveifchange.
3158 * configure: Regenerate.
3159 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3160 * Makefile.in: Regenerate.
3161
31622011-04-01 Joseph Myers <joseph@codesourcery.com>
3163
3164 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3165 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3166 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3167 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3168 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3169 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3170 md_exec_prefix cases.
3171 * configure: Regenerate.
3172
31732011-04-01 Joseph Myers <joseph@codesourcery.com>
3174
3175 * configure.ac: Separate cases disabling target-libssp,
3176 target-libiberty, target-libstdc++-v3 and Fortran from general
3177 case over targets.
3178 * configure: Regenerate.
3179
31802011-04-01 Joseph Myers <joseph@codesourcery.com>
3181
3182 * configure.ac (*-*-chorusos): Don't disable libgcj.
3183 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3184 Remove case.
3185 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3186 (arm-*-coff): Don't disable libgcj.
3187 (arm*-*-linux-gnueabi): Remove useless assignment.
3188 (arm-*-riscix*): Don't disable libgcj.
3189 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3190 configuration.
3191 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3192 (c54x*-*-*): Remove case.
3193 (tic54x-*-*): Don't disable GCC or GCC libraries.
3194 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3195 to *.
3196 (d10v-*-*): Don't disable GCC libraries.
3197 (d30v-*-*): Don't disable libgcj.
3198 (h8500-*-*): Don't disable GCC libraries.
3199 (i960-*-*): Don't disable libgcj.
3200 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3201 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3202 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3203 libgcj.
3204 (m68k-*-coff*): Remove case.
3205 (mmix-*-*): Don't disable libgloss on host.
3206 (mn10200-*-*, mn10300-*-*): Remove cases.
3207 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3208 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3209 Don't disable libgcj.
3210 (romp-*-*): Remove case.
3211 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3212 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3213 case.
3214 (v810-*-*): Don't disable GCC libraries.
3215 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3216 (ip2k-*-*): Don't disable GCC libraries.
3217 * configure: Regenerate.
3218
32192011-03-28 Joseph Myers <joseph@codesourcery.com>
3220
3221 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3222 libffi on host.
3223 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3224 on host.
3225 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3226 * configure: Regenerate.
3227
32282011-03-26 John Marino <binutils@marino.st>
3229
3230 * configure.ac: Add support for *-*-dragonfly*
3231 * configure: Regenerate.
3232
32332011-03-25 Joseph Myers <joseph@codesourcery.com>
3234
3235 * configure.ac (native_only): Remove.
3236 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3237 send-pr uudecode guile gnuserv on host.
3238 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3239 send-pr rcs guile perl texinfo libtool on host.
3240 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3241 automake send-pr rcs guile perl texinfo libtool on host.
3242 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3243 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3244 (alpha*-dec-osf*): Don't disable fileutils on target.
3245 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3246 texinfo send-pr expect dejagnu on target.
3247 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3248 target-qthreads on target.
3249 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3250 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3251 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3252 x86_64-*-mingw*): Don't disable expect on target.
3253 (*-*-cygwin*): Don't disable target-gperf on target.
3254 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3255 gnuserv on target.
3256 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3257 target.
3258 * configure: Regenerate.
3259
32602011-03-25 Joseph Myers <joseph@codesourcery.com>
3261
3262 * configure.ac (target_tools): Remove target-groff.
3263 (native_only): Remove target-groff.
3264 (hppa*64*-*-*): Don't disable byacc.
3265 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3266 setting.
3267 (*-*-kaos*): Don't skip target-librx and target-groff.
3268 (*-*-netware*): Don't skip target-libmudflap.
3269 (*-*-tpf*): Don't skip target-libmudflap.
3270 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3271 directories on the host.
3272 (ia64*-*-*vms*): Don't skip tix.
3273 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3274 host.
3275 * configure: Regenerate.
3276
32772011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3278
3279 * configure.ac: Remove references to mt-mep, mt-netware,
3280 mt-wince.
3281 * Makefile.def: Add all-utils soft dependencies.
3282 * Makefile.tpl: Remove GDB_NLM_DEPS.
3283 * configure: Regenerate.
3284 * Makefile.in: Regenerate.
3285
32862011-03-24 Paolo Bonzini <bonzini@gnu.org>
3287
3288 * configure.ac: Do not include mh-x86omitfp.
3289 * configure: Regenerate.
3290
32912011-03-24 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * configure.ac: Remove empty cases.
3294 * configure: Regenerate.
3295
32962011-03-24 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * Makefile.def: Add dependency from termcap to gdb.
3299 * Makefile.in: Regenerate.
3300
33012011-03-24 Paolo Bonzini <bonzini@gnu.org>
3302
3303 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3304 * configure: Regenerate.
3305 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3306 * Makefile.tpl: Likewise.
3307 * Makefile.in: Regenerate.
3308
33092011-03-24 Paolo Bonzini <bonzini@gnu.org>
3310
3311 * configure.ac: Remove all mentions of tentative_cc.
3312 * configure: Regenerate.
3313
33142011-03-24 Joseph Myers <joseph@codesourcery.com>
3315
3316 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3317 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3318 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3319 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3320 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3321 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3322 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3323 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3324 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3325 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3326 *-*-rhapsody*): Remove host cases.
3327 * configure: Regenerate.
3328
33292011-03-24 Joseph Myers <joseph@codesourcery.com>
3330
3331 * configure.ac (ppc*-*-pe): Remove host case.
3332 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3333 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3334 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3335 cases.
3336 * configure: Regenerate.
3337
33382011-03-24 Joseph Myers <joseph@codesourcery.com>
3339
3340 * config.sub: Update to version 2011-03-23.
3341
33422011-03-22 Joseph Myers <joseph@codesourcery.com>
3343
3344 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3345 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3346 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3347 * configure: Regenerate.
3348
33492011-03-22 Joseph Myers <joseph@codesourcery.com>
3350
3351 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3352 to Write After Approval.
3353 * config-ml.in: Don't handle arc-*-elf*.
3354 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3355 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3356 handle GCC libraries.
3357 * configure: Regenerate.
3358
33592011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3360
3361 PR bootstrap/48120:
3362 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3363 Add -lstdc++ -lm to LIBS.
3364 * configure: Regenerate.
3365
33662011-03-18 David Edelsohn <dje.gcc@gmail.com>
3367
3368 * config.guess: Update to version 2011-02-02
3369 * config.sub: Update to version 2011-02-24
3370
33712011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3372
3373 PR lto/48086
3374 * configure.ac: Re-enable LTO on *-apple-darwin9.
3375 * configure: Regenerate.
3376
33772011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3378
3379 PR lto/48086
3380 * configure.ac: Disable LTO on darwin due to an assembler change in
3381 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3382 under 256.
3383 * configure: Regenerate.
3384
33852011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3386
3387 * MAINTAINERS: Update myself as score backend maintainer,
3388 update my e-mail address.
3389
33902011-03-09 Xuepeng Guo <terry.guo@arm.com>
3391
3392 * MAINTAINERS: Update my e-mail address.
3393
33942011-03-06 Joey Ye <joey.ye@arm.com>
3395
3396 * MAINTAINERS: Update my e-mail address.
3397
33982011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3399
3400 * configure.ac: Adjust test of with_ppl.
3401 * configure: Regenerated.
3402
34032011-03-02 Kai Tietz <ktietz@redhat.com>
3404
3405 * MAINTAINERS: Adjust my e-mail address.
3406
34072011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3408
3409 * configure.ac: Add -lpwl to ppllibs.
3410 * configure: Regenerated.
3411
34122011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3413
3414 * config/cloog.m4: Add -lisl to clooglibs.
3415 * configure: Regenerated.
3416
34172011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3418
3419 * MAINTAINERS (CPU Port maintainers): Add self.
3420
34212011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3422
3423 * MAINTAINERS: Add myself as testsuite maintainer.
3424
34252011-02-15 Mike Stump <mikestump@comcast.net>
3426
3427 * MAINTAINERS: Add myself as testsuite maintainer.
3428
34292011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3430
3431 Import from Libtool and gnulib:
3432
3433 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3434
3435 Prepare for supporting FreeBSD 10.
3436 * config.rpath: Remove handling of freebsd1* which soon would
3437 match FreeBSD 10.0.
3438
3439 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3440
3441 Remove support for FreeBSD 1.x.
3442 * libtool.m4 (_LT_LINKER_SHLIBS)
3443 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3444 soon would incorrectly match FreeBSD 10.0.
3445
34462011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3447
3448 PR binutils/12283
3449 * move-if-change: Import version from gnulib.
3450
34512011-02-12 Alexandre Oliva <aoliva@redhat.com>
3452
3453 PR lto/47225
3454 * Makefile.def (lto-plugin): Double dash for enable-shared.
3455 (configure-gcc): Depend on all-lto-plugin.
3456 * Makefile.in: Rebuilt.
3457
34582011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3459
3460 * configure.ac: Remove extra bracket.
3461 * configure: Regenerate.
3462
34632011-02-08 Tobias Burnus <burnus@net-b.de>
3464
3465 * MAINTAINERS: Add myself as libquadmath maintainer.
3466
34672011-02-08 Thomas Schwinge <thomas@schwinge.name>
3468
3469 * MAINTAINERS: Update my email address.
3470
34712011-02-07 Joseph Myers <joseph@codesourcery.com>
3472
3473 * MAINTAINERS (option handling): Add self.
3474
34752011-02-06 Kai Tietz <kai.tietz@onevision.com>
3476
3477 PR lto/47225
3478 * Makefile.def: Add dependency for install-gcc
3479 on install-lto-plugin.
3480 * Makfile.in: Regenerated
3481
34822011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3483
3484 * MAINTAINERS (CPU Port Maintainers): Add myself.
3485
34862011-01-31 Alexandre Oliva <aoliva@redhat.com>
3487
3488 PR libgcj/44341
3489 * configure.ac: Discard --with-* flags for host when configuring
3490 target libraries for cross build.
3491 * configure: Rebuilt.
3492
34932011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3494
3495 * MAINTAINERS (linear loop transforms): Removed.
3496
34972011-01-25 Jakub Jelinek <jakub@redhat.com>
3498
3499 * configure.ac: If with_ppl is no, move setting with_cloog=no
3500 after CLOOG_REQUESTED check.
3501 * configure: Regenerated.
3502
35032011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3504
3505 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3506 CLooG has been requested.
3507 * configure: Regenerated.
3508
35092011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3510
3511 * configure: Regenerated.
3512 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3513
35142011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3515
3516 * configure: Regenerated.
3517 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3518
35192011-01-21 Andreas Schwab <schwab@redhat.com>
3520
3521 * configure.ac: Use AS_HELP_STRING throughout.
3522 * configure: Regenerate.
3523
35242011-01-18 Jie Zhang <jie.zhang@analog.com>
3525
3526 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3527 * configure: Regenerate.
3528
35292011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3530
3531 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3532
35332011-01-13 Joel Brobecker <brobecker@adacore.com>
3534
3535 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3536 for ia64-hpux.
3537 * configure: Regenerate.
3538
35392011-01-07 Jan Hubicka <jh@suse.cz>
3540
3541 PR lto/47225
3542 * Makefile.in: Regenerate.
3543 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3544 configure.
3545
35462011-01-07 Jan Hubicka <jh@suse.cz>
3547
3548 * Makefile.in: Regenerate.
3549 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3550 and configure dependency on lto-plugin configure.
3551 (lto-plugin module): Remove dependency on GCC; add dependency on
3552 liniberty.
3553
35542011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3555
3556 * MAINTAINERS (Write After Approval): Add myself.
3557
35582010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3559
3560 * configure: Regenerate.
3561
35622010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3563
3564 * configure.ac: (picochip): Disable libiberty.
3565
35662010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3567
3568 * MAINTAINERS (Write After Approval): Add myself.
3569
35702010-12-10 Ian Lance Taylor <iant@google.com>
3571
3572 PR bootstrap/46819
3573 * configure.ac: For --disable-libgcj clear libgcj_saved.
3574 * configure: Rebuild.
3575
35762010-12-10 Tobias Burnus <burnus@net-b.de>
3577
3578 PR fortran/46540
3579 * configure.ac: Add --disable-libquadmath and
3580 --disable-libquadmath-support.
3581 * configure: Regenerate.
3582
35832010-12-03 Ian Lance Taylor <iant@google.com>
3584
3585 * MAINTAINERS: Add myself as libgo maintainer.
3586
35872010-12-03 Hans-Peter Nilsson <hp@axis.com>
3588
3589 PR libffi/46792
3590 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3591 * configure: Regenerate.
3592
35932010-12-02 Ian Lance Taylor <iant@google.com>
3594
3595 * configure.ac: Always set default for poststage1_ldflags to
3596 -static-libstdc++ -static-libgcc.
3597
35982010-11-29 Andreas Schwab <schwab@redhat.com>
3599
3600 * configure.ac: Move comment to remove extra space in last argument
3601 of GCC_TARGET_TOOL.
3602
36032010-11-26 Alexandre Oliva <aoliva@redhat.com>
3604
3605 PR other/46026
3606 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3607 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3608 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3609 (BASE_FLAGS_TO_PASS): Use it.
3610 * configure: Rebuilt.
3611 * Makefile.in: Rebuilt.
3612
36132010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3614
3615 PR binutils/12258
3616 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3617 Properly check default linker.
3618 * configure: Regnerated.
3619
36202010-11-23 Matthias Klose <doko@ubuntu.com>
3621
3622 * configure.ac: For --enable-gold, handle value `default' instead of
3623 `both*'. New configure option --{en,dis}able-ld.
3624 * configure: Regenerate.
3625
36262010-11-20 Ian Lance Taylor <iant@google.com>
3627
3628 * configure.ac: Only disable a language library if no language needs
3629 it. Don't let --disable-libgcj uncondtionally disable libffi.
3630 * configure: Rebuild.
3631
36322010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3633
3634 * Makefile.in: Regenerate.
3635
3636 PR other/46202
3637 * configure.ac: Fix just-built in-tree STRIP name to be
3638 binutils/strip-new.
3639 * configure: Regenerate.
3640 * Makefile.def (install-strip-gcc, install-strip-binutils)
3641 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3642 (install-strip-sid): Mirror dependencies on non-strip variants
3643 of these targets on the respective -strip prerequisites.
3644 * Makefile.tpl (install-strip, install-strip-host)
3645 (install-strip-target): New targets.
3646 (install-strip-[+module+], install-strip-target-[+module+]):
3647 New targets.
3648 * Makefile.in: Regenerate.
3649
36502010-11-19 Ian Lance Taylor <iant@google.com>
3651 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3652
3653 * configure.ac: Add target-libgo to target_libraries. Set
3654 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3655 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3656 (HOST_EXPORTS): Add GOC.
3657 (BASE_TARGET_EXPORTS): Add GOC.
3658 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3659 (GOCFLAGS_FOR_TARGET): New variable.
3660 (EXTRA_HOST_FLAGS): Add GOC.
3661 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3662 * Makefile.def (target_modules): Add libgo.
3663 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3664 (dependencies): Add dependency from configure-target-libgo to
3665 configure-target-libffi and all-target-libstdc++-v3. Add
3666 dependencies from all-target-libgo to all-target-libffi.
3667 (languages): Add go.
3668 * configure: Rebuild.
3669 * Makefile.in: Rebuild.
3670
36712010-11-19 Ian Lance Taylor <iant@google.com>
3672
3673 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3674 compiler/flag environment variables.
3675
36762010-11-18 Ian Lance Taylor <iant@google.com>
3677
3678 * configure.ac: Check for lang_requires_boot_languages in
3679 config-lang.in files.
3680 * configure: Rebuild.
3681
36822010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
3683 Tobias Burnus <burnus@net-b.de>
3684
3685 PR fortran/32049
3686 * Makefile.def: Add libquadmath; build it with language=fortran.
3687 * configure.ac: Add libquadmath.
3688 * Makefile.tpl: Handle multiple libs in check-[+language+].
3689 * Makefile.in: Regenerate.
3690 * configure: Regenerate.
3691
b9b9d342
TT
36922010-11-16 Tom Tromey <tromey@redhat.com>
3693
3694 * MAINTAINERS: Moved myself to reviewers section.
3695
ecbfe87a
ZD
36962010-11-15 Zdenek Dvorak <ook@ucw.cz>
3697
3698 * MAINTAINERS: Moved myself to reviewers section.
3699
29a4f477
RW
37002010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3701
3702 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3703 (Write After Approval): Remove self.
3704
9965e3cd
AS
37052010-11-15 Andreas Schwab <schwab@redhat.com>
3706
3707 * configure.ac: Fix spelling in option names.
3708 * configure: Regenerated.
3709
0463992b
GJL
37102010-11-13 Georg-Johann Lay <georgjohann@web.de>
3711
3712 PR bootstrap/39622
3713 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3714 * configure: Regenerated.
3715
3df08734
KG
37162010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3717
3718 * MAINTAINERS: Update my email address.
3719
f16e2237
TG
37202010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3721
f16e2237
TG
3722 * configure: Regenerate.
3723
0bb52d68
TG
37242010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3725
1f980c25 3726 * configure: Regenerate.
0bb52d68 3727
aba2b02e
TG
37282010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3729
aba2b02e
TG
3730 * configure: Regenerate.
3731
27882098
TG
37322010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3733
27882098
TG
3734 * configure: Regenerate.
3735
d32ef397
AS
37362010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3737
3738 * configure.ac: Support official CLooG.org versions.
3739 * configure: Regenerate.
3740 * config/cloog.m4: New.
3741
5a4b6c0e
FD
37422010-11-10 François Dumont <francois.cppdevs@free.fr>
3743
3744 * MAINTAINERS (Write After Approval): Add myself.
3745
f2cea726
DE
37462010-11-09 David Edelsohn <dje.gcc@gmail.com>
3747
3748 * MAINTAINERS: Update my email address.
3749
d8ed14ce
IS
37502010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3751
3752 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3753 * configure: Regenerate.
d8ed14ce 3754
48215350
DK
37552010-11-03 Ian Lance Taylor <iant@google.com>
3756 Dave Korn <dave.korn.cygwin@gmail.com>
3757
3758 PR lto/46273
3759 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3760 and on other supported platforms whenever LTO is enabled.
3761 * configure: Rebuild.
3762
87841584
AM
37632010-11-02 Alan Modra <amodra@gmail.com>
3764
3765 PR binutils/12110
3766 * configure.ac: Error when source path contains spaces.
3767 * configure: Regenerate.
3768
fe12dfe1
JW
37692010-10-23 James E. Wilson <wilson@codesourcery.com>
3770
3771 * MAINTAINERS: Update my email address.
3772
66c92425
ILT
37732010-10-20 Ian Lance Taylor <iant@google.com>
3774
3775 * Makefile.def (target_modules): Set lib_path to src/.libs for
3776 libstdc++-v3 module.
3777 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3778 * Makefile.in: Rebuild.
3779
187d3518
LB
37802010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3781
3782 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3783 (Write After Approval): Remove myself.
3784
02db6bba
TG
37852010-10-15 Tristan Gingold <gingold@adacore.com>
3786
3787 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3788
c0103e74
DR
37892010-10-14 Douglas Rupp <rupp@gnat.com>
3790
3791 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3792
1cd0b716
DK
37932010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3794
3795 * configure.ac (build_lto_plugin): New shell variable.
3796 (--enable-lto): Turn on by default for all non-ELF platforms that
3797 have had LTO support added so far. Set build_lto_plugin appropriately
3798 for both ELF and non-ELF.
3799 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3800 * configure: Regenerate.
3801
d4c1abb3
RW
38022010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3803
3804 Sync from src:
3805 * configure.ac (v850 support): Remove target-libgloss from
3806 noconfigdirs.
3807 * configure: Regenerate.
3808
ffedf511
RW
38092010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3810
3811 PR bootstrap/45326
3812 PR bootstrap/45174
3813 * configure.ac: Honor initial values of $build_configargs,
3814 $host_configargs, $target_configargs. Mark the precious, so
3815 environment settings get recorded.
3816 * configure: Regenerate.
3817
e1826acc
RW
38182010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3819
3820 PR bootstrap/45796
3821 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3822 Depend on all-build-libiberty.
3823 * Makefile.in: Regenerate.
3824
80920132
ME
38252010-09-30 Michael Eager <eager@eagercon.com>
3826
3827 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3828 * configure: Regenerate.
3829
770a498a
ME
38302010-09-28 Michael Eager <eager@eagercon.com>
3831
3832 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3833
86dfbd58
RW
38342010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3835
3836 PR bootstrap/44621
3837 * configure.ac: Fix unportable shell quoting.
3838 * configure: Regenerate.
3839
db50fe7d
IS
38402010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3841
3842 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3843 targets and amend comment.
3844 * configure: Regenerate.
3845
0064e825
TB
38462010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3847
3848 * MAINTAINERS (Write After Approval): Add myself.
3849
bb79486c
JH
38502010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3851
3852 * configure.ac: Enable LTO by default on Darwin.
3853 * configure: Regenerate.
3854
9e0b22c3
MS
38552010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3856
bb79486c 3857 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 3858
2fabf1b7
IB
38592010-09-01 Ian Bolton <ian.bolton@arm.com>
3860
bb79486c 3861 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 3862
3a9abc98
DS
38632010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3864
3865 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3866 ports
3867
331a9a59
DY
38682010-07-28 David Yuste <david.yuste@gmail.com>
3869
3870 * MAINTAINERS (Write After Approval): Add myself.
3871
223a9d64
N
38722010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3873
3874 * configure.ac: Support all v850 targets.
3875 * configure: Regenerate.
3876
9183bdcf
MG
38772010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3878
3879 PR bootstrap/44455
3880 * configure.ac (extra_mpfr_configure_flags): Copy from
3881 extra_mpc_gmp_configure_flags.
3882 * configure: Re-generated.
3883
2e290598
AK
38842010-07-22 Andi Kleen <ak@linux.intel.com>
3885
3886 * MAINTAINERS (Write After Approval): Add myself.
3887
8d6cd388
CLT
38882010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3889
3890 * MAINTAINERS (Write After Approval): Add myself.
3891
b0b01eb0
JY
38922010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3893
3894 * MAINTAINERS (Write After Approval): Add myself.
3895
77198d71
JH
38962010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3897
3898 PR target/44862
3899 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3900 Provide -B option to allow for link spec %s substitutions for
3901 libstdc++.a on darwin.
3902 * Makefile.in: Regenerate.
3903
02fe70af
MM
39042010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3905
3906 * MAINTAINERS (Reviewers): Update my e-mail address
3907
c63a4676
AO
39082010-06-10 Alexandre Oliva <aoliva@redhat.com>
3909
3910 * Makefile.def (configure-gcc): Depend on all-libelf.
3911 * Makefile.in: Rebuild.
3912
e68edbf6
FC
39132010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3914
3915 * MAINTAINERS (Write After Approval): Add myself in the right place.
3916
dce2d8b2 39172010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
3918
3919 * MAINTAINERS (Write After Approval): Add myself.
3920
dce2d8b2 39212010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
3922
3923 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
3924
39252010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 3926
1ab55d69
MK
3927 * config.sub: Update to version 2010-05-21.
3928 * config.guess: Update to version 2010-04-03.
0c422e74 3929
02540df4
SB
39302010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3931
3932 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3933 * configure: Regenerate.
3934
dfe5f5b2
ST
39352010-05-12 Sriraman Tallam <tmsriram@google.com>
3936
3937 * MAINTAINERS (Write After Approval): Add myself.
3938
c082f9f3
SB
39392010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3940
3941 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3942 a platform that supports LTO.
3943 * configure: Regenerate.
3944
f1af9e5f
SP
39452010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3946
3947 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3948 * configure: Regenerated.
3949
38e3d868
RM
39502010-04-27 Roland McGrath <roland@redhat.com>
3951 H.J. Lu <hongjiu.lu@intel.com>
3952
3953 * configure.ac (--enable-gold): Support both, both/gold and
3954 both/bfd to add gold to configdirs without removing ld.
3955 * configure: Regenerated.
3956
3957 * Makefile.def: Add install-gold dependency to install-ld.
3958 * Makefile.in: Regenerated.
3959
3bec79c5
DK
39602010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3961
3962 PR lto/42776
3963 * configure.ac (--enable-lto): Refactor handling so libelf tests
3964 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3965 and allow LTO to be explicitly enabled on non-ELF platforms that
3966 are known to support it inside else-clause.
3967 * configure: Regenerate.
3968
615c8ffa
EB
39692010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3970
3971 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3972 * configure: Regenerate.
3973
e4522f78
RC
39742010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3975
3976 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3977 * configure: Regenerate.
3978
8ccb78f2
RO
39792010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3980
3981 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3982 separately.
3983 * configure: Regenerate.
3984
d5cc2ee3
KW
39852010-04-16 Kevin Williams <kevin.williams@inria.fr>
3986
3987 * MAINTAINERS (Write After Approval): Add myself.
3988
8406cb62
TG
39892010-04-14 Tristan Gingold <gingold@adacore.com>
3990
3991 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3992 * configure: Regenerate.
3993
3591b8e2
SE
39942010-04-13 Steve Ellcey <sje@cup.hp.com>
3995
3996 * configure: Regenerate after change to elf.m4.
3997
a82ecc7b
IS
39982010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3999
4000 * MAINTAINERS (Write After Approval): Add myself.
4001
1f0bf148
SP
40022010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4003
4004 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4005 * configure: Regenerated.
4006
40072010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4008
4009 * configure.ac: Print "buggy but acceptable" when CLooG
4010 revision is less than 9.
4011 * configure: Regenerated.
4012
ecd01dee
DN
40132010-04-01 Diego Novillo <dnovillo@google.com>
4014
4015 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4016
dc683a3f
RW
40172010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4018
4019 PR bootstrap/43615
4020 PR bootstrap/43328
4021
4022 Revert:
4023
4024 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4025
4026 * configure.ac: Do not pass --enable-multilib nor
4027 --disable-multilib in baseargs. Accept explicitly passed
4028 --enable_multilib.
4029 * configure: Regenerate.
4030
7527d83f
UW
40312010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4032
4033 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4034
895522b6
JJ
40352010-03-31 Janis Johnson <janis187@us.ibm.com>
4036
4037 * MAINTAINERS: Remove myself.
4038
9db4e878
RW
40392010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4040
4041 PR bootstrap/43328
4042 * configure.ac: Do not pass --enable-multilib nor
4043 --disable-multilib in baseargs. Accept explicitly passed
4044 --enable_multilib.
4045 * configure: Regenerate.
4046
acf6bf36
AP
40472010-03-28 Andrew Pinski <pinskia@gmail.com>
4048
4049 * MAINTAINERS (spu port): Remove me.
4050
b42f0d7e
JM
40512010-03-23 Joseph Myers <joseph@codesourcery.com>
4052
4053 * configure.ac (tic6x-*-*): New case.
4054 * configure: Regenerate.
4055
0d1152b1
JM
40562010-03-23 Joseph Myers <joseph@codesourcery.com>
4057
4058 * config.sub: Update to version 2010-03-22.
4059 * config.guess: Update to version 2009-12-30.
4060
dce2d8b2 40612010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
4062
4063 PR ada/42554
4064 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4065 * configure: Regenerate.
4066
5408fbe8
RR
40672010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4068
4069 * MAINTAINERS: Update my email address.
4070
3f55a3b3
SP
40712010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4072
4073 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4074 (ghassan.shobaki@amd.com): Removed.
4075
3f08f7e8
AM
40762010-03-17 Alan Modra <amodra@gmail.com>
4077
4078 * MAINTAINERS: Update my email address.
4079
f3a9d094
DN
40802010-03-16 Diego Novillo <dnovillo@google.com>
4081
4082 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4083 Matthews.
4084
db5c4b8b
JM
40852010-03-16 Joseph Myers <joseph@codesourcery.com>
4086
4087 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4088 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4089
b995570a
JM
40902010-03-16 Joseph Myers <joseph@codesourcery.com>
4091
4092 * MAINTAINERS: Update my email address.
4093
124cc66f
DJ
40942010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * MAINTAINERS: Update my email address.
4097
a4581668
BS
40982010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4099
4100 * MAINTAINERS: Update my email address.
4101
49d78e29
JZ
41022010-03-09 Jie Zhang <jie@codesourcery.com>
4103
4104 * MAINTAINERS: Update my email address.
4105
8927b7c0
RO
41062010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4107
4108 PR libstdc++/32499
4109 * configure.ac (RANLIB): Default to true.
4110 (STRIP): Likewise.
4111 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4112 * configure: Regenerate.
4113
dce2d8b2 41142010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
4115
4116 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4117 (Write After Approval): Update my email address.
4118
bf646aaf
NC
41192010-02-17 Nick Clifton <nickc@redhat.com>
4120
4121 PR 11238
4122 * Makefile.tpl (local-distclean): Also remove config.cache files in
4123 sub-directories as there may not be Makefiles present in the
4124 sub-directories.
96e41f16
NC
4125 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4126 the config.cache files found by the find command.
4127
bf646aaf
NC
4128 * Makefile.in: Regenerate.
4129 * configure.ac: Revert previous delta.
4130 * configure: Regenerate.
4131
ff78880a
NC
41322010-02-15 Nick Clifton <nickc@redhat.com>
4133
4134 PR 11238
4135 * configure.ac: Delete config.cache files in sub-directories when
4136 deleting Makefiles.
4137 * configure: Regenerate.
4138
8150eadf
BE
41392010-02-12 Ben Elliston <bje@gnu.org>
4140
4141 * MAINTAINERS: Update my email address.
4142
a9e12bfd
AP
41432010-02-08 Andrew Pinski <pinskia@gmail.com>
4144
4145 * MAINTAINERS (spu port): Update my email address.
4146
95315086
JZ
41472010-02-08 Jie Zhang <jie.zhang@analog.com>
4148
4149 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4150
362c6d2f
KG
41512010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4152
4153 * configure.ac: Add "recommended" version checks for GMP/MPC.
4154 Update recommended GMP/MPFR/MPC versions.
4155 * configure: Regenerate.
4156
888c5ad2
JR
41572010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4158
4159 * MAINTAINERS: Move my Embecosm email address into the
4160 write-after-approval section.
4161
3bf714a7
ILT
41622010-01-26 Ian Lance Taylor <iant@google.com>
4163
4164 * MAINTAINERS: Add myself as Go frontend maintainer.
4165
ad1e5170
JR
41662010-01-25 Joern Rennecke <amylaar@spamcop.net>
4167
4168 PR libstdc++/36101, PR libstdc++/42813
4169 * configure.ac (bootstrap_target_libs): Make inclusion of
4170 target-libgomp conditional on libgomb being in target_configdirs.
4171 * configure: Regenerate.
4172
fb0553d1
JR
41732010-01-23 Joern Rennecke <amylaar@spamcop.net>
4174
4175 PR libstdc++/36101, PR libstdc++/42813
4176 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4177 * configure: Regenerate.
4178
aae29963
JR
41792010-01-22 Joern Rennecke <amylaar@spamcop.net>
4180
4181 PR libstdc++/36101, PR libstdc++/42813
4182 * configure.ac (target_configdirs): Substitute.
4183 * Makefile.def: Bootstrap target module libgomp.
4184 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4185 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4186 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4187 * configure, Makefile.in: Regenerate.
4188
d8fe8895
DK
41892010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4190
4191 * MAINTAINERS: Adjust my details.
4192
ebfe4897
EW
41932010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4194
4195 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4196
f7746c59
TL
41972010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4198
4199 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4200
306c7b5b
TL
42012010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4202
4203 * MAINTAINERS (Write After Approval): Add myself.
4204
1b8b9e19
KT
42052010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4206
4207 * MAINTAINERS (Write After Approval): Add myself.
4208
c164615b
RG
42092010-01-11 Richard Guenther <rguenther@suse.de>
4210
4211 PR lto/41569
4212 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4213 * Makefile.in: Regenerated.
4214
f3f623ae
AT
42152010-01-11 Andreas Tobler <andreast@fgznet.ch>
4216
4217 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4218 * configure: Regenerate.
4219
592c90ff 42202010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 4221 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
4222
4223 PR bootstrap/42424
4224 * configure.ac: Include libtool m4 files.
9c78662a 4225 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
4226 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4227 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 4228
592c90ff
KG
4229 * configure: Regenerate.
4230
60a2e213
RW
42312010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4232
4233 PR bootstrap/41818
4234 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4235 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4236 * Makefile.in: Regenerate.
4237
7413962d
RG
42382010-01-02 Richard Guenther <rguenther@suse.de>
4239
4240 PR lto/41529
4241 * configure.ac: Include config/elf.m4. Disable LTO if not
4242 builting for an elf target.
4243 * configure: Regenerate.
4244
f77f3945
CF
42452009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4246
4247 * MAINTAINERS: Change my email address.
4248
4960e3f0
BE
42492009-12-18 Ben Elliston <bje@au.ibm.com>
4250
4251 * config.sub, config.guess: Update from upstream sources.
4252
d16a31da
SZ
42532009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4254
4255 * MAINTAINERS (Write After Approval): Add myself.
4256
3a5729ea
KG
42572009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4258
4259 PR middle-end/30447
4260 PR middle-end/30789
4261 PR other/40302
4262
4263 * configure.ac: Require MPC.
4264 * configure: Regenerate.
4265
43e02a8a
RW
42662009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4267
4268 PR target/38384
4269 PR bootstrap/40972
4270 * libtool.m4: Sync from git Libtool.
4271 * ltoptions.m4: Likewise.
4272 * ltversion.m4: Likewise.
4273 * lt~obsolete.m4: Likewise.
4274 * ltmain.sh: Likewise.
4275
360d4522
KG
42762009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4277
4278 * configure.ac: Update minimum MPC version to 0.8.
4279 * configure: Regenerate.
4280
f264ed56
SP
42812009-11-21 Sebastian Pop <sebpop@gmail.com>
4282
4283 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4284 * configure: Regenerated.
4285
ed2eaa9f
ILT
42862009-11-21 Ian Lance Taylor <iant@google.com>
4287
4288 * configure.ac: Change default of poststage1_ldflags to be empty if
4289 poststage1_libs is set. When poststage1_libs is empty, and
4290 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4291 * configure: Rebuild.
4292
58346783
AN
42932009-11-21 Adam Nemet <adambnmet@gmail.com>
4294
4295 * MAINTAINERS (Write After Approval): Update my email address.
4296
5ca0106a
BE
42972009-11-20 Ben Elliston <bje@au.ibm.com>
4298
4299 * config.guess: Update from upstream sources.
4300
87213cd4
AO
43012009-11-16 Alexandre Oliva <aoliva@redhat.com>
4302
4303 * Makefile.def: Restore host and target settings for gmp.
4304 * Makefile.in: Rebuild.
4305
f61428ed
AO
43062009-11-16 Alexandre Oliva <aoliva@redhat.com>
4307
4308 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4309 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4310 Fix portability of test of C++ as bootstrap language. Add
4311 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4312 * configure: Rebuild.
4313 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4314 and cloog. Fix in-tree ppl configuration. Introduce libelf
4315 in-tree building.
4316 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4317 (POSTSTAGE1_HOST_EXPORTS): Use it.
4318 (STAGE[+id+]_CXXFLAGS): New.
4319 (BASE_FLAGS_TO_PASS): Pass it down.
4320 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4321 extra_exports.
4322 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4323 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4324 extra_exports.
4325 * Makefile.in: Rebuild.
4326
f6c56be6
BE
43272009-11-17 Ben Elliston <bje@au.ibm.com>
4328
4329 * config.sub, config.guess: Update from upstream sources.
4330
0ccb5970
JK
43312009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 * MAINTAINERS (Write After Approval): Add myself.
4334
dce2d8b2 43352009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
4336
4337 * MAINTAINERS (Write After Approval): Add myself.
4338
5d571eaa
OS
43392009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4340
4341 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4342 paths for *-w64-mingw* and x86_64-*mingw*.
4343 * configure: Regenerated.
4344
dce2d8b2 43452009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
4346
4347 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4348
c393f559
BK
43492009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4350
4351 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4352 Phil Edwards to Write-After Approval.
4353
ef4c4300
KT
43542009-10-30 Kai Tietz <kai.tietz@onevision.com>
4355
4356 * configure.ac: Disable target-winsup & co for
4357 x86_64-*-mingw* and *-w64-mingw* targets.
4358 * configure: Regenerated.
4359
65a324b4
NC
43602009-10-16 Nick Clifton <nickc@redhat.com>
4361
4362 * MAINTAINERS: Add myself as a maintainer for the RX port.
4363
dce2d8b2 43642009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 4365
9c78662a 4366 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 4367
17e72e5d
RO
43682009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4369
4370 * configure.ac (CLooG test): Use = with test.
4371 * configure: Regenerate.
4372
ed3a56f3
RG
43732009-10-22 Richard Guenther <rguenther@suse.de>
4374
4375 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4376 cloog if the ppl version check failed. Move flags saving
4377 before setting in libelf check.
4378 * configure: Regenerate.
4379
ad0abd3c
RG
43802009-10-21 Richard Guenther <rguenther@suse.de>
4381
4382 * configure.ac: Adjust the ppl and cloog configure to work as
4383 documented. Disable cloog if ppl was disabled. Omit the version
4384 checks if they were disabled.
4385 * configure: Re-generate.
4386
e4c5bd48
RW
43872009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4388
4389 * configure.ac: Add 'lto' to enable_languages, not
4390 new_enable_languages, and only if not already present.
4391 * configure: Regenerate.
4392
0ffd69c5
GP
43932009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4394
4395 * README: Refer to the various COPYING* files instead of just
4396 COPYING.
4397 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4398
dce2d8b2 43992009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
4400
4401 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 4402
58687768
RG
44032009-10-07 Richard Guenther <rguenther@suse.de>
4404
4405 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4406 and Richard Guenther as reviewers.
4407 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4408 as reviewers.
4409
49b0ca5c 44102009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 4411
49b0ca5c 4412 * config.sub: Update from upstream sources.
d2d9ce5e 4413
aeb94799
ILT
44142009-10-06 Ian Lance Taylor <iant@google.com>
4415
4416 * Makefile.def: check-gold depends upon all-gas.
4417 * Makefile.in: Rebuild.
4418
123651cd
PM
44192009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4420
4421 * MAINTAINERS (Write After Approval): Add myself.
4422
d7f09764
DN
44232009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4424
4425 * Makefile.def: all-lto-plugin depends on all-libiberty.
4426 set bootstrap=true for lto-plugin.
4427 Add lto-plugin.
4428 * Makefile.in: Regenerate.
4429 * configure.ac (host_libs): Add lto-plugin.
4430 * configure: Regenerate.
4431
d7f09764
DN
44322009-10-03 Diego Novillo <dnovillo@google.com>
4433
4434 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4435 (HOST_LIBELFLIBS): Define.
4436 (HOST_LIBELFINC): Define.
4437 * Makefile.in: Regenerate.
4438 * configure.ac: Add --enable-lto.
4439 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4440 If --enable-lto is used, add 'lto' to new_enable_languages.
4441 If --enable-lto is used and gold is enabled, add
4442 lto-plugin to configdirs.
4443 * configure: Regenerate.
4444
44452009-10-03 Simon Baldwin <simonb@google.com>
4446
4447 * configure.ac: If --with-system-zlib, suppress local zlib and
4448 pass --with-system-zlib to subdir configure scripts.
4449 * configure: Regenerate.
4450
dce2d8b2 44512009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
4452 Paolo Bonzini <bonzini@gnu.org>
4453
4454 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4455 $(srcdir).
4456 * Makefile.in: Rebuilt.
4457
dce2d8b2 44582009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
4459
4460 * MAINTAINERS (Write After Approval): Add myself.
4461
3e661154
KG
44622009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4463
4464 * configure.ac: Update minimum MPC version to 0.7.
4465 * configure: Regenerate.
4466
f1a036e4
NC
44672009-09-25 Nick Clifton <nickc@redhat.com>
4468
4469 * configure.ac: Pass any --cache-file=/dev/null option on to
4470 subconfigures.
4471 * configure: Regenerate.
4472
d4c74acc
NC
44732009-09-23 Nick Clifton <nickc@redhat.com>
4474
4475 * config.sub, config.guess: Update from upstream sources.
4476
dce2d8b2 44772009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
4478
4479 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4480 * Makefile.in: Rebuilt.
4481
0db770bd
RW
44822009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4483
4484 PR bootstrap/32272
4485 * configure.ac: Error out if $srcdir isn't '.' but contains
4486 host-${host_noncanonical}.
4487 * configure: Regenerate.
4488
71101870
RO
44892009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4490
4491 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4492 maintainer.
4493
ca6d0d62
RW
44942009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4495
79cd2b23
RW
4496 * configure.ac: If bootstrapping a combined tree with
4497 --enable-gold, require c++ in stage1_languages.
4498 * configure: Regenerate.
4499
ab9dcd0c
RW
4500 * configure.ac: Also add target_libs of stage1_languages to
4501 bootstrap_target_libs.
4502 * configure: Regenerate.
4503
ca6d0d62
RW
4504 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4505 with --enable-languages not containing c++.
4506 * configure: Regenerate.
4507
1c3c9f12
JZ
45082009-09-15 Jie Zhang <jie.zhang@analog.com>
4509
4510 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4511 * configure: Regenerate.
4512
dce2d8b2 45132009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 4514
6fb30a14
JR
4515 * MAINTAINERS (Write After Approval): Update my e-mail address,
4516 and move from from here...
4517 (Waiting for paperwork): To here.
0318772d 4518
4056c2c6
JM
45192009-09-09 Joseph Myers <joseph@codesourcery.com>
4520
4521 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4522
3e54529c
RW
45232009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4524
4525 * configure.ac: Do not use $extrasub for replacing @if/@endif
4526 parts in Makefile; instead, use additional arguments to
4527 AC_CONFIG_COMMANDS to do the replacement manually, with several
4528 sed invocations, to avoid HP-UX sed command limits.
4529 * configure: Regenerate.
4530
713e2ea6
AO
45312009-09-08 Alexandre Oliva <aoliva@redhat.com>
4532
4533 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4534 blank before -L.
4535
5646b7b9
AO
45362009-09-04 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * configure.ac (with-build-config): Document. Handle without.
4539 Handle missing argument.
4540 * configure: Rebuilt.
4541
e12c4094
AO
45422009-09-03 Alexandre Oliva <aoliva@redhat.com>
4543
4544 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4545 Default to bootstrap-debug only if compare-debug works.
4546 * configure: Rebuilt.
4547 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4548 * Makefile.in: Rebuilt.
4549
75cb0057
RO
45502009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4551
4552 * MAINTAINERS (OS Port Maintainers): Update my email address.
4553
8fc68cba
AO
45542009-09-01 Alexandre Oliva <aoliva@redhat.com>
4555
4556 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4557 * Makefile.in: Rebuilt.
4558
44cb38cf
CD
45592009-09-01 Chris Demetriou <cgd@google.com>
4560
4561 * MAINTAINERS (Write After Approval): Add myself.
4562
f9329c35
DS
45632009-08-31 Dodji Seketeli <dodji@redhat.com>
4564
4565 PR debug/30161
4566 * include/dwarf2.h (enum dwarf_tag): Added
4567 DW_TAG_GNU_template_template_param
4568 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4569
f945e229
PB
45702009-08-30 Paolo Bonzini <bonzini@gnu.org>
4571
4572 * Makefile.tpl (AWK): Fix typo.
4573 * Makefile.in: Regenerate.
4574
87264276
PB
45752009-08-30 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * configure.ac: Detect awk and sed.
4578 * Makefile.def (flags_to_pass): Add AWK and SED.
4579 * Makefile.tpl (AWK, SED): New.
4580 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4581 * configure: Regenerate.
4582 * Makefile.in: Regenerate.
4583
68ccd57c
DK
45842009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4585
4586 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4587 (collapseslashes): Likewise.
4588
df58e648
RW
45892009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4590
4591 * configure.ac (AC_PREREQ): Bump to 2.64.
4592
0539cb2c
RW
45932009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4594
70fa0efa
RW
4595 * configure.ac: Remove --with-datarootdir, --with-docdir,
4596 --with-pdfdir, --with-htmldir switches.
4597 * configure: Regenerate.
4598
5213506e
RW
4599 * configure: Regenerate.
4600
0539cb2c
RW
4601 * compile: Sync from Automake 1.11.
4602 * depcomp: Likewise.
4603 * install-sh: Likewise.
4604 * missing: Likewise.
4605 * mkinstalldirs: Likewise.
4606 * ylwrap: Likewise.
4607
197c68cc
DK
46082009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4609
4610 * ltmain.sh (func_normal_abspath): New function.
4611 (func_relative_path): Likewise.
4612 (func_mode_help): Document new -bindir option for link mode.
4613 (func_mode_link): Add new -bindir option, and use it to place
4614 output DLL if specified.
4615
58af276a
RW
46162009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4617
0115d4a3
RW
4618 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4619 (baseargs): Add --disable-option-checking.
4620 * configure: Regenerate.
4621
58af276a
RW
4622 * Makefile.def (configure-target-libiberty): Depend on
4623 all-binutils and all-ld.
4624 (configure-target-newlib): Likewise.
4625 * Makefile.in: Regenerate.
4626
e9d9afef
BE
46272009-08-17 Ben Elliston <bje@au.ibm.com>
4628
4629 * config.sub, config.guess: Update from upstream sources.
4630
354ebf88
RW
46312009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4632
4633 Sync from src, merge:
4634
4635 2009-07-02 Tristan Gingold <gingold@adacore.com>
4636
4637 * configure.ac: Do not exclude gas for i386-*-darwin.
4638 Add a case for x86_64-*-darwin.
4639 * configure: Regenerate.
4640
8375f7b2
NV
46412009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4642
4643 * MAINTAINERS: Add my name to Write After Approval list.
4644
dce2d8b2 46452009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
4646
4647 * configure.ac: Add Microblaze target.
4648 * configure: Regenerate.
4649
ea2002ba
CB
46502009-07-31 Christian Bruel <christian.bruel@st.com>
4651
4652 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4653 * configure: Regenerate.
2bf33cdb 4654
dce2d8b2 46552009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
4656
4657 * MAINTAINERS (Write After Approval): Update my e-mail address.
4658
e90e6bd7
ILT
46592009-07-06 Ian Lance Taylor <iant@google.com>
4660
4661 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4662 * configure: Rebuild.
4663
f6e0880a
TG
46642009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4665
4666 * MAINTAINERS: Move myself to the Graphite Reviewers.
4667
6d984927
WG
46682009-06-30 Wei Guozhi <carrot@google.com>
4669
4670 * MAINTAINERS: Add my name to Write After Approval list.
4671
f2689b09
SE
46722009-06-26 Steve Ellcey <sje@cup.hp.com>
4673
4674 PR bootstrap/40338
4675 * configure.ac (comparestring): Create new variable.
4676 * Makefile.tpl (comparestring): Use to skip some comparisions.
4677 * configure: Regenerate.
4678 * Makefile.in: Regenerate.
4679
f62c0ba4
DE
46802009-06-26 Doug Evans <dje@sebabeach.org>
4681
4682 * Makefile.def (host_modules): Add cgen.
4683 * Makefile.in: Regenerate.
4684 * configure.ac (host_tools): Add cgen.
4685 * configure: Regenerate.
4686
7acf4da6
DD
46872009-06-23 DJ Delorie <dj@redhat.com>
4688
4689 * MAINTAINERS: Add myself as mep maintainer.
4690
00020c16
ILT
46912009-06-23 Ian Lance Taylor <iant@google.com>
4692
4693 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4694 boot_languages. Only bootstrap target libraries listed in
4695 target_libs for some boot language. Add --with-stage1-ldflags,
4696 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4697 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4698 if not building with C++.
4699 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4700 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4701 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4702 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4703 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4704 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4705 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4706 * configure, Makefile.in: Rebuild.
4707
1da52d4a
LF
47082009-06-23 Li Feng <nemokingdom@gmail.com>
4709
4710 * MAINTAINERS: Added my name to write-after-approval list.
4711
144c9175
RM
47122009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4713
4714 * configure.ac: Define is_elf for QNX Neutrino targets.
4715 * configure: Regenerate.
4716
e5871e24
GS
47172009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4718
9c78662a 4719 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 4720
5f4a82c0
KG
47212009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4722
4723 * configure.ac: Detect MPC in default directory.
4724 * configure: Regenerate.
4725
394e9195
JG
47262009-06-03 Jerome Guitton <guitton@adacore.com>
4727 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4728
9c78662a
UB
4729 * Makefile.tpl (all): Avoid a trailing backslash.
4730 * Makefile.in: Regenerate.
394e9195 4731
47bca6aa
BE
47322009-06-03 Ben Elliston <bje@au.ibm.com>
4733
4734 * config.sub, config.guess: Update from upstream sources.
4735
a891a473
RS
47362009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4737
4738 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4739 to noconfdirs.
4740 * configure: Regenerate.
4741
70cb2d9f
AO
47422009-06-02 Alexandre Oliva <aoliva@redhat.com>
4743
4744 * Makefile.tpl ([+compare-target+]): Compare all stage
4745 directories, rather than just gcc.
4746 * Makefile.in: Rebuilt.
4747
7f1245df
DK
47482009-06-01 Doug Kwan <dougkwan@google.com>
4749
4750 * configure.ac: Support gold for target arm*-*-*.
4751 * configure: Regenerate.
394e9195 4752
acd26225
KG
47532009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4754
4755 * Makefile.def: Add MPC support and dependencies.
4756 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4757
4758 * Makefile.in, configure: Regenerate.
4759
a1fc946a
AO
47602009-05-27 Alexandre Oliva <aoliva@redhat.com>
4761
4762 * Makefile.tpl (all): Avoid harmless warning in make all when
4763 gcc-bootstrap is enabled but stage_last does not exist.
4764 * Makefile.in: Rebuilt.
4765
2e6a3c8d
NR
47662009-05-24 Nicolas Roche <roche@adacore.com>
4767
4768 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4769 * Makefile.in: Regenerate.
4770
63487d11
DC
47712009-05-21 Denis Chertykov <chertykov@gmail.com>
4772
4773 * MAINTAINERS: Update my e-mail address.
4774
449223af
DK
47752009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4776
4777 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4778 * configure: Regenerate.
4779
31c98f49
AO
47802009-05-18 Alexandre Oliva <aoliva@redhat.com>
4781
4782 PR other/40159
4783 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4784 gcc-no-bootstrap are mutually exclusive.
4785 * Makefile.in: Rebuilt.
4786
0f501837
AO
47872009-05-18 Alexandre Oliva <aoliva@redhat.com>
4788
4789 PR other/40159
4790 * Makefile.tpl (all): Don't end with unconditional success.
4791 * Makefile.in: Rebuilt.
4792
4a4a4e99
AO
47932009-05-12 Alexandre Oliva <aoliva@redhat.com>
4794
4795 PR target/37137
4796 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4797 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4798 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4799 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4800 stage_configureflags, stage_cflags and stage_libcflags into
4801 explicit Makefile macros.
4802 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4803 GFORTRAN.
4804 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4805 CC. Set CC_FOR_BUILD from CC.
4806 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4807 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4808 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4809 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4810 and GFORTRAN.
4811 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4812 (_LIBCFLAGS): Renamed to _TFLAGS.
4813 (do-compare-debug, do-compare3-debug): Drop.
4814 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4815 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4816 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4817 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4818 (XGCC_FLAGS_FOR_TARGET): New.
4819 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4820 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4821 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4822 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 4823 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
4824 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4825 TFLAGS.
4826 (BUILD_CONFIG): Include if requested.
4827 (all): Set TFLAGS on bootstrap.
4828 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4829 (all-stageid-prefixmodule): Likewise.
4830 (do-clean, distclean-stageid): Set TFLAGS.
4831 (restrap): Fix whitespace.
4832 * Makefile.in: Rebuilt.
4833
1cee3429
PB
48342009-05-07 Paolo Bonzini <bonzini@gnu.org>
4835
4836 * config.guess: Sync with src.
4837
0b70eafd
DK
48382009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4839
4840 * configure.ac ($with_ppl): Default to no if not supplied.
4841 ($with_cloog): Likewise.
4842 configure: Regenerate.
4843
5175f17c
JW
48442009-04-27 James E. Wilson <wilson@codesourcery.com>
4845
4846 * MAINTAINERS: Update my e-mail address.
4847
952fa153
NC
48482009-04-27 Nick Clifton <nickc@redhat.com>
4849
4850 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4851
a687f83c
EB
48522009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4853
4854 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4855 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4856 * Makefile.in: Regenerate.
4857
9e3eba15
KG
48582009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4859
4860 PR bootstrap/39739
4861 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4862 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4863
4864 * configure, Makefile.in: Regenerate.
4865
a687f83c 48662009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
4867
4868 * include/hashtab.h: Update GTY annotations to new syntax
4869 * include/splay-tree.h: Likewise
4870
070bdbd9
BE
48712009-04-17 Ben Elliston <bje@au.ibm.com>
4872
4873 * config.sub, config.guess: Update from upstream sources.
4874
55f2d967
AG
48752009-04-15 Anthony Green <green@moxielogic.com>
4876
4877 * configure.ac: Add moxie support.
4878 * configure: Rebuilt.
4879
309c24a9
JJ
48802009-04-14 Jakub Jelinek <jakub@redhat.com>
4881
4882 * configure.ac: Change copyright header to refer to version
4883 3 of the GNU General Public License and to point readers at the
4884 COPYING3 file and the FSF's license web page.
4885 * Makefile.def: Likewise.
4886 * Makefile.tpl: Likewise.
4887 * Makefile.in: Regenerate.
4888
b93133bc
JH
48892009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4890
4891 * configure.ac: Restore match for darwin9 or later. Use double
4892 brackets since regeneration eats one pair.
4893 * configure: Regenerate.
4894
d18ff35a
L
48952009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4896
4897 PR gas/10039
4898 * configure.ac: Require texinfo 4.7.
4899 * configure: Regenerated.
4900
748086b7
JJ
49012009-04-09 Nick Clifton <nickc@redhat.com>
4902
4903 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4904 the GCC Runtime Library Exception.
4905
a3337ea2
KG
49062009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4907
4908 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4909 * configure: Regenerate.
4910
60911f14
SE
49112009-04-01 Steve Ellcey <sje@cup.hp.com>
4912
4913 * Makefil.def (languages): New entries.
4914 * Makefile.tpl (check-gcc-*): New generic target.
4915 * Makefile.in: Regenerate.
60911f14 4916
dce2d8b2 49172009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 4918
d18ff35a 4919 * MAINTAINERS: Update my email address.
7369c1d0 4920
cfb1f59f
TT
49212009-03-18 Tom Tromey <tromey@redhat.com>
4922
d18ff35a
L
4923 * configure: Rebuild.
4924 * configure.ac (host_libs): Add libiconv.
4925 * Makefile.in: Rebuild.
4926 * Makefile.def (host_modules): Add libiconv.
4927 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 4928
75eeae1a
TG
49292009-03-16 Tristan Gingold <gingold@adacore.com>
4930
4931 * configure.ac: Treat gdb as supported on x86_64-darwin.
4932 * configure: Regenerate.
4933
f38095f3
JM
49342009-03-16 Joseph Myers <joseph@codesourcery.com>
4935
4936 * configure.ac (--with-host-libstdcxx): New option.
4937 * configure: Regenerate.
4938
dce2d8b2 49392009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
4940
4941 * MAINTAINERS: Move myself into the write after approval list.
4942
6d401294
NP
49432009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4944
4945 * MAINTAINERS: Update e-mail address.
2bf33cdb 4946
07c97076
DN
49472009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4948
4949 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4950
dce2d8b2 49512009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
4952
4953 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4954
7a9d3fe8
RW
49552009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4956
4957 Backport from git Libtool:
4958
4959 2009-01-19 Robert Millan <rmh@aybabtu.com>
4960 Support GNU/kOpenSolaris.
4961 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4962 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4963 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4964 GNU/kOpenSolaris.
4965
c9e9e11f
AS
49662009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4967
4968 * MAINTAINERS: Update e-mail address.
4969
5e8c1552 49702009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
4971
4972 * MAINTAINERS (Write After Approval): Add self.
4973
b0adb088
BM
49742009-02-18 Bingfeng Mei <bmei@broadcom.com>
4975
4976 * MAINTAINERS (Write After Approval): Add myself.
4977
ee04b574
AS
49782009-02-05 Andreas Schwab <schwab@suse.de>
4979
4980 * Makefile.tpl (stage_last): Define $r and $s before using
4981 $(RECURSE_FLAGS_TO_PASS).
4982 * Makefile.in: Regenerate
4983
907884c9
ILT
49842009-01-30 Ian Lance Taylor <iant@google.com>
4985
4986 * MAINTAINERS: Move myself to the Global Reviewers list.
4987
416ac4d4
RM
49882009-01-29 Robert Millan <rmh@aybabtu.com>
4989
4990 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4991 * configure: Regenerate.
4992
ee5decb3
GP
49932009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4994
4995 * MAINTAINERS: Make whitespace consistent.
19196f44 4996 Remove Robert Millan from Write After Approval.
ee5decb3 4997
36fbb0ec
AM
49982009-01-16 Alan Modra <amodra@bigpond.net.au>
4999
5000 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5001 (all-opcodes): Depend on all-libiberty.
5002 * Makefile.in: Regenerate.
5003
52535a64
DR
50042009-01-15 Douglas B Rupp <rupp@gnat.com>
5005
5006 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5007 * configure: Regenerate.
5008
e04a57df
RR
50092009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5010
5011 * MAINTAINERS (Write After Approval): Add myself.
5012
856c450b
SK
50132009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5014
5015 * MAINTAINERS: Add myself to reviewers (Fortran).
5016
dce2d8b2 50172009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
5018
5019 PR tree-optimization/38515
5020 * configure.ac (cloog-polylib): Removed.
5021 (with_ppl, with_cloog): Test for "no".
5022 * configure: Regenerated.
5023
1e5e8a59
DF
50242009-01-11 Daniel Franke <franke.daniel@gmail.com>
5025
5026 * MAINTAINERS: Moved myself to reviewers (Fortran).
5027
5e5debf6
TS
50282009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5029
5030 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5031 (Write After Approval): Remove myself.
5032
1c42acf1
DN
50332009-01-03 Diego Novillo <dnovillo@google.com>
5034
5035 * MAINTAINERS: Remove myself from alias maintainership.
5036
2fbbedaf
DA
50372009-01-02 David Ayers <ayers@fsfe.org>
5038
5039 * MAINTAINERS: Update e-mail address.
5040
17213821
GP
50412008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5042
5043 * MAINTAINERS: Make whitespace consistent.
5044
baafc534
RW
50452008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5046
5047 Backport from upstream Libtool:
5048 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5049 Add cache variables to tests that require the linker to work.
5050 For shlibpath_overrides_runpath, this also changes the semantics
5051 to let the result from the C compiler take precedence.
5052
18430d27
BE
50532008-12-02 Ben Elliston <bje@au.ibm.com>
5054
5055 * config.sub, config.guess: Update from upstream sources.
5056
dce2d8b2 50572008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
5058
5059 * configure.ac (ppllibs): Add by default the lib flags.
5060 * configure: Regenerate.
5061
41e9641b
LM
50622008-12-08 Luis Machado <luisgpm@br.ibm.com>
5063
5064 * MAINTAINERS: Add myself to the write after approval list.
5065
25783c30
JH
50662008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5067
ee04b574
AS
5068 * configure.ac: Add double brackets on darwin[912].
5069 * configure: Regenerate.
25783c30 5070
0e318fcc
DK
50712008-12-03 Daniel Kraft <d@domob.eu>
5072
5073 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5074 Approval to Reviewer section (for Fortran front-end).
5075
7f171b95
JH
50762008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5077
5078 * configure.ac: Expand to darwin10 and later.
5079 * configure: Regenerate.
5080
09ce620e
AS
50812008-12-02 Andreas Schwab <schwab@suse.de>
5082
5083 * Makefile.def: configure-target-boehm-gc depends on
5084 all-target-libstdc++-v3.
5085 * Makefile.in: Regenerate.
5086
386c704d
KT
50872008-12-02 Kai Tietz <kai.tietz@onevision.com>
5088
5089 * MAINTAINERS: Add myself as mingw maintainer.
5090
e03dd84a
BE
50912008-12-02 Ben Elliston <bje@au.ibm.com>
5092
5093 * config.sub, config.guess: Update from upstream sources.
5094
3fa87964
GP
50952008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5096
5097 * README.SCO: Remove.
5098
df72d7ed
FP
50992008-11-29 Fernando Pereira <pronesto@gmail.com>
5100
5101 * MAINTAINERS: Add myself to the write after approval list.
5102
b5646528
DK
51032008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5104
5105 * MAINTAINERS: Update my email address in WAA section.
5106
dce2d8b2 51072008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
5108
5109 * MAINTAINERS: Update e-mail address.
5110
dce2d8b2 51112008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
5112
5113 * MAINTAINERS: Change e-mail address.
5114
0db3a858
TG
51152008-11-27 Tristan Gingold <gingold@adacore.com>
5116
5117 * configure.ac: Build gdb for i?86-*-darwin*
5118 * configure: Regenerated.
5119
dce2d8b2 51202008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
5121
5122 * MAINTAINERS: Added my full name.
5123
487e299b
DJ
51242008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5125
5126 PR bootstrap/38014
5127 PR bootstrap/37923
5128
5129 Revert:
5130
5131 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5132
5133 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5134 * Makefile.in: Regenerated.
5135
5136 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 PR gdb/921
5139 PR gdb/1646
5140 PR gdb/2175
5141 PR gdb/2176
5142
5143 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5144 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5145 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5146 (HOST_EXPORTS): Pass CPPFLAGS.
5147 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5148 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5149 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5150 * Makefile.in, configure: Regenerated.
5151 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5152 and CPPFLAGS_FOR_BUILD.
5153
dce2d8b2 51542008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
5155
5156 * MAINTAINERS: Add myself as middle end maintainer.
5157
044fed69
AS
51582008-11-06 Andrew Stubbs <ams@codesourcery.com>
5159
5160 * MAINTAINERS (Write after approval): Add myself.
5161
caf6defe
DN
51622008-11-05 Diego Novillo <dnovillo@google.com>
5163
5164 * MAINTAINERS (Global Reviewers): Add myself.
5165 (Non-Algorithmic Maintainers): Remove myself.
5166
3e9899ac
TS
51672008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5168
09ce620e 5169 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 5170
ea99e36e
MM
51712008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5172
09ce620e 5173 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 5174
fb0d2684
BE
51752008-10-31 Ben Elliston <bje@au.ibm.com>
5176
5177 * configure.ac (spu-*-*): Remove special case.
5178 * configure: Regenerate.
5179
73c07a3e
CM
51802008-10-30 Catherine Moore <clm@codesourcery.com>
5181
5182 * MAINTAINERS (Write after approval): Update my email address.
5183
7310a2da
SSF
51842008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5185
5186 * configure.ac [spu-*-*]: Do not set skipdirs.
5187 * configure: Re-generate.
5188
7e51fe23
BS
51892008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5190
5191 * MAINTAINERS (Various Maintainers): Add myself to reload.
5192
ef20be93
RG
51932008-10-25 Richard Guenther <rguenther@suse.de>
5194
5195 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5196 maintainer. Remove myself as libgcc-math maintainer.
5197 (Non-Algorithmic Maintainers): Remove myself.
5198
03ffcfa0
DJ
51992008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5200
5201 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5202 * Makefile.in: Regenerated.
5203
dec014a9
CC
52042008-10-23 Cary Coutant <ccoutant@google.com>
5205
5206 * MAINTAINERS (Write after approval): Add myself.
5207
b36c386c
DJ
52082008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5209
5210 PR gdb/921
5211 PR gdb/1646
5212 PR gdb/2175
5213 PR gdb/2176
5214
5215 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5216 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5217 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5218 (HOST_EXPORTS): Pass CPPFLAGS.
5219 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5220 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5221 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5222 * Makefile.in, configure: Regenerated.
5223 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5224 and CPPFLAGS_FOR_BUILD.
5225
dce2d8b2 52262008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
5227
5228 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5229 Sebastian Pop.
5230
e0bda97e
AP
52312008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5232
5233 * MAINTAINERS (Write After Approval): Added myself.
5234
36c713e0
KG
52352008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5236
5237 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5238 recommended version to 2.3.2.
5239
5240 * configure: Regenerate.
5241
8fe005ee
MM
52422008-10-01 Mark Mitchell <mark@codesourcery.com>
5243
5244 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5245
be8f156f
DD
52462008-09-29 David Daney <david.daney@caviumnetworks.com>
5247
5248 * MAINTAINERS (Write After Approval): Update e-mail address.
5249
ae11dff4
PG
52502008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5251
5252 * libtool.m4: Update to libtool 2.2.6.
5253 * lt~obsolete.m4: Update to libtool 2.2.6.
5254 * ltmain.sh: Update to libtool 2.2.6.
5255 * ltsugar.m4: Update to libtool 2.2.6.
5256 * ltversion.m4: Update to libtool 2.2.6.
5257 * ltoptions.m4: Update to libtool 2.2.6.
5258 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5259
441154b1
CF
52602008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5261
5262 * MAINTAINERS (Write After Approval): Add myself.
5263
775b3b26
BRF
52642008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5265
5266 * MAINTAINERS (Write After Approval): Update my name.
5267
94538043
SB
52682008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5269
09ce620e 5270 * MAINTAINERS: Add myself in "Write After Approval".
94538043 5271
52d1bfd8
SE
52722008-09-18 Steve Ellcey <sje@cup.hp.com>
5273
09ce620e 5274 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 5275
c5cc92f5
GP
52762008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5277
5278 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5279 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5280 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5281 and Michael Tiemann from Write After Approval since they do not
5282 actually have access.
5283
23d9794a
RG
52842008-09-05 Richard Guenther <rguenther@suse.de>
5285
5286 * configure.ac: Initialize clooglibs to -lcloog.
5287 * configure: Re-generate.
5288
192a671e
LCW
52892008-09-04 Le-Chun Wu <lcwu@google.com>
5290
5291 * MAINTAINERS (Write After Approval): Add myself.
5292
d789184e
SP
52932008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5294
5295 * configure.ac (--with-cloog-polylib): New.
5296 (--disable-cloog-version-check): New.
5297 (--disable-ppl-version-check): New.
5298 * configure: Re-generate.
5299
36a881c7
RG
53002008-09-03 Richard Guenther <rguenther@suse.de>
5301
5302 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5303 cloog test.
5304 * configure: Re-generate.
5305
358da97e
HS
53062008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5307
5308 Add picoChip port.
5309 * MAINTAINERS: Add picoChip maintainers.
5310
f8bf9252
SP
53112008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5312 Tobias Grosser <grosser@fim.uni-passau.de>
5313 Jan Sjodin <jan.sjodin@amd.com>
5314 Harsha Jagasia <harsha.jagasia@amd.com>
5315 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5316 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5317 Adrien Eliche <aeliche@isty.uvsq.fr>
5318
5319 Merge from graphite branch.
5320 * configure: Regenerate.
5321 * Makefile.in: Regenerate.
5322 * configure.ac (host_libs): Add ppl and cloog.
5323 Add checks for PPL and CLooG.
5324 * Makefile.def (ppl, cloog): Added modules and dependences.
5325 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5326 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5327
d89f0ad6
AL
53282008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5329
5330 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5331 (GCC_SHLIB_SUBDIR): New.
5332 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5333 * configure: Regenerate.
5334 * Makefile.in: Regenerate.
5335
88a25817
GP
53362008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5337
5338 * MAINTAINERS: Consistently use tabs to separate columns.
5339
f873f15f
TG
53402008-08-29 Tristan Gingold <gingold@adacore.com>
5341
5342 * MAINTAINERS (Write after Approval): Add myself.
5343
e1514c3f
TG
53442008-08-28 Tristan Gingold <gingold@adacore.com>
5345
5346 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5347 Enable bfd, binutils and opcodes.
5348 * configure: Regenerate.
5349
4717882f
JDA
53502008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5351
5352 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5353
28c9884c
TK
53542008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5355
5356 * MAINTAINERS: Use correct Umlaut for last name.
5357
ae96d86a
FXC
53582008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5359
5360 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5361
3ecc96e3
DE
53622008-08-16 David Edelsohn <edelsohn@gnu.org>
5363
5364 * MAINTAINERS: Update my email address.
5365
dd609cc1
EB
53662008-08-16 Nicolas Roche <roche@adacore.com>
5367
5368 * Makefile.tpl: Add BOOT_ADAFLAGS.
5369 * Makefile.in: Regenerate.
5370
08d0963a
RS
53712008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5372
5373 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5374 * configure: Regenerate.
5375
dce2d8b2 53762008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
5377
5378 * configure.ac: Add makefile fragments for hpux.
5379 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5380 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5381 * configure: Regenerate.
5382 * Makefile.in: Regenerate.
5383
dce2d8b2 53842008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
5385
5386 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5387
dce2d8b2 53882008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
5389
5390 * MAINTAINERS (Write after Approval): Add myself.
5391
78209f30
XG
53922008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5393
5394 * MAINTAINERS (Write After Approval): Add myself.
5395
5b5b098d
AJ
53962008-06-29 Andrew Jenner <andrew@codesourcery.com>
5397
5398 * MAINTAINERS (Write After Approval): Add myself.
5399
d812ec93
KW
54002008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5401
5402 * MAINTAINERS: Update my email address.
5403
99e78224
JY
54042008-06-25 Joey Ye <joey.ye@intel.com>
5405
5406 * MAINTAINERS (Write After Approval): Add myself.
5407
18c04407
RW
54082008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5409
5410 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5411 * Makefile.in: Regenerate.
5412 * configure: Regenerate.
5413
47aa9a31
DK
54142008-06-17 Daniel Kraft <d@domob.eu>
5415
5416 * MAINTAINERS (Write After Approval): Add myself.
5417
ad33ff57
RW
54182008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5419
5420 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5421 "$@" is still intact with both Autoconf 2.59 and 2.62.
5422 * configure: Regenerate.
5423
cdce5c41
RW
54242008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5425
5426 * Makefile.tpl: Fix comment errors.
5427 * Makefile.in: Regenerate.
5428
01b79d11
DM
54292008-06-12 David S. Miller <davem@davemloft.net>
5430 David Edelsohn <edelsohn@gnu.org>
5431
5432 * configure.ac: Add powerpc*-*-* to gold supported targets.
5433 * configure: Regenerate.
5434
f8c33439
JM
54352008-06-08 Joseph Myers <joseph@codesourcery.com>
5436
5437 PR tree-optimization/36218
5438 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5439 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5440 (all prefix="build-"): Pass them to build-system sub-makes.
5441 * Makefile.in: Regenerate.
5442
cd985f66
JM
54432008-06-07 Joseph Myers <joseph@codesourcery.com>
5444
5445 * MAINTAINERS (mt port): Remove.
5446 (sco5, unixware, sco udk): Remove.
5447 (Kean Johnston): Add to Write After Approval.
5448
3f6383d3
JB
54492008-05-30 Julian Brown <julian@codesourcery.com>
5450
5451 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5452 of libobjc for ARM EABI Linux.
5453 * configure: Regenerate.
30da41ed 5454
dce2d8b2 54552008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 5456
09ce620e 5457 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 5458
dce2d8b2 54592008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 5460
e29cc9b4 5461 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 5462
955410cb
JW
54632008-05-15 Janus Weil <janus@gcc.gnu.org>
5464
5465 * MAINTAINERS (Write After Approval): Add myself.
5466
719bb4e3 54672008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
5468
5469 * config-ml.in: don't handle --enable-shared and --enable-static.
5470
372b05fc
RS
54712008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5472
5473 * MAINTAINERS: Update my email address.
5474
f73e2200
PC
54752008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5476
5477 * MAINTAINERS: Update my email address.
09ce620e 5478
3e438e2b
KVH
54792008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5480
5481 * MAINTAINERS (Write After Approval): Add myself.
5482
177bf491
GS
54832008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5484
5485 * MAINTAINERS (Write After Approval): Add myself.
5486
dce2d8b2 54872008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
5488
5489 * MAINTAINERS (crx): Add myself.
5490
14a8726b
PB
54912008-04-18 Paolo Bonzini <bonzini@gnu.org>
5492
5493 Sync with src:
5494 2008-04-14 David S. Miller <davem@davemloft.net>
5495
09ce620e
AS
5496 * configure.ac: Add sparc*-*-* to gold supported targets.
5497 * configure: Regenerate.
14a8726b 5498
7142fb32
PB
54992008-04-18 Paolo Bonzini <bonzini@gnu.org>
5500
5501 PR bootstrap/35457
5502 * configure.ac: Include override.m4.
5503 * configure: Regenerate.
5504
c6b196de
PB
55052008-04-18 Paolo Bonzini <bonzini@gnu.org>
5506
09ce620e
AS
5507 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5508 * Makefile.in: Regenerate.
c6b196de 5509
dce2d8b2 55102008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 5511
09ce620e 5512 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 5513 as nonconfigurable directories list.
09ce620e 5514 * configure: Regenerate.
c993ae60 5515
8479b1b1
BE
55162008-04-14 Ben Elliston <bje@au.ibm.com>
5517
5518 * config.sub, config.guess: Update from upstream sources.
5519
295e261a
HPN
55202008-04-12 Hans-Peter Nilsson <hp@axis.com>
5521
5522 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5523 * Makefile.in: Regenerate.
5524
ac3949d9
EW
55252008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5526
5527 * configure.ac: Do not build libssp for the AVR.
5528 * configure: Regenerate.
5529
06407e30
ILT
55302008-04-07 Ian Lance Taylor <iant@google.com>
5531
5532 * Makefile.def: check-gold depends upon all-binutils.
5533 * Makefile.in: Regenerate.
5534
97db009c
AH
55352008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5536
5537 * MAINTAINERS (Write After Approval): Add myself.
5538
2a79c47f
NC
55392008-04-04 Nick Clifton <nickc@redhat.com>
5540
5541 PR binutils/4334
5f4bebbf 5542 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
5543 builds.
5544 * configure: Regenerate.
5545
c53a18d3
N
55462008-04-04 NightStrike <NightStrike@gmail.com>
5547
5548 PR other/35151
09ce620e
AS
5549 * configure.ac: Combine rules for mingw32 and mingw64.
5550 * configure: Regenerate.
c53a18d3 5551
d925aa70
KT
55522008-04-02 Kai Tietz <kai.tietz@onvision.com>
5553
5554 * MAINTAINERS (Write After Approval): Add myself.
5555
dce2d8b2 55562008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
5557
5558 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5559 * Makefile.in (.NOTPARALLEL): Ditto.
5560
4412a506
PG
55612008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5562
5563 * MAINTAINERS (Write After Approval): Add myself.
5564
dce2d8b2 55652008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
5566
5567 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5568 * Makefile.in (.NOTPARALLEL): Regenerate.
5569
639223bd
PB
55702008-03-27 Paolo Bonzini <bonzini@gnu.org>
5571
5572 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5573 * Makefile.in: Regenerate.
5574
b8ab1f4a
JS
55752008-03-26 Jakub Staszak <kuba@et.pl>
5576
5577 * MAINTAINERS (Write After Approval): Add myself.
5578
b45890a4
TK
55792008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5580
5581 * MAINTAINERS: Update e-mail address.
5582
5afab7ad
ILT
55832008-03-20 Ian Lance Taylor <iant@google.com>
5584
5585 * configure.ac: Add support for --enable-gold.
5586 * Makefile.def: Add gold as a directory like ld.
5587 * configure, Makefile.in: Regenerate.
5588
38d24731
RW
55892008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5590
5591 * configure.ac: m4_include config/proginstall.m4.
5592 * configure: Regenerate.
32bc4cf4
RW
5593
5594 Backport from upstream Libtool:
09ce620e 5595
32bc4cf4 5596 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 5597
32bc4cf4
RW
5598 Deal with Autoconf 2.62's semantic change in m4_append.
5599 * ltsugar.m4 (lt_append): Replace broken versions of
5600 m4_append.
5601 (lt_if_append_uniq): Don't require separator to be overquoted,
5602 and avoid broken m4_append.
5603 (lt_dict_add): Fix typo.
5604 * libtool.m4 (_LT_DECL): Don't overquote separator.
5605
9d3c50ea
DE
56062008-03-13 David Edelsohn <edelsohn@gnu.org>
5607
5608 * config.rpath: Add AIX 6 support.
5609
5d2edb29
PB
56102008-03-13 Paolo Bonzini <bonzini@gnu.org>
5611
5612 * Makefile.def (stageprofile). Remove -fprofile-generate
5613 from stage_libcflags.
5614 * Makefile.in: Regenerate.
5615
954910ef
BE
56162008-03-13 Ben Elliston <bje@au.ibm.com>
5617
5618 * config.sub, config.guess: Update from upstream sources.
5619
e8645a40
TT
56202008-03-06 Tom Tromey <tromey@redhat.com>
5621
5622 * MAINTAINERS: Update for treelang deletion.
5623
2c8e955e
JW
56242008-03-03 James E. Wilson <wilson@tuliptree.org>
5625
5626 * MAINTAINERS: Update my email address.
5627
54acd307
SS
56282008-03-03 Stan Shebs <stanshebs@earthlink.net>
5629
893ad2a1 5630 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
5631 (objective-c/c++): Add myself as a maintainer.
5632
4b52b516
VR
56332008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5634
5635 * MAINTAINERS (Write After Approval): Update my email address.
5636
e652b516
TB
56372008-02-25 Tomas Bily <tbily@suse.cz>
5638
5639 * MAINTAINERS (Write After Approval): Add myself.
5640
02d30740
JJ
56412008-02-23 Jakub Jelinek <jakub@redhat.com>
5642
5643 * MAINTAINERS (OpenMP): Add myself.
5644
1c8bd6a3
PB
56452008-02-20 Paolo Bonzini <bonzini@gnu.org>
5646
4b40b2a5
UB
5647 PR bootstrap/32009
5648 PR bootstrap/32161
1c8bd6a3 5649
4b40b2a5
UB
5650 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5651 * configure: Regenerate.
1c8bd6a3 5652
4b40b2a5
UB
5653 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5654 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5655 STAGE4_LIBCFLAGS): New.
5656 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5657 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5658 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5659 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5660 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5661 for target modules. Don't export LIBCFLAGS.
5662 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5663 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5664 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5665 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5666 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5667 * Makefile.in: Regenerate.
1c8bd6a3 5668
bb44c9d2
RW
56692008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5670
5671 PR libgcj/33085
5672 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5673 Do not use -DDLL_EXPORT. Backport from upstream.
5674
29a7754d
RW
56752008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5676
5677 * MAINTAINERS (Write After Approval): Add myself.
5678
9a212bb7
HPN
56792008-02-02 Hans-Peter Nilsson <hp@axis.com>
5680
5681 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5682 * configure: Regenerate.
5683
aa12a573
MG
56842008-01-31 Marc Gauthier <marc@tensilica.com>
5685
5686 * configure.ac (xtensa*-*-*): Recognize processor variants.
5687 * configure: Regenerate.
5688
ac9e6043
RW
56892008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5690
40049ccc
UB
5691 PR bootstrap/34922
5692 * configure.ac (PARSE_ARGS): Push suitable setting of
5693 ac_subdirs_all, for `./configure --help=recursive'.
5694 Handle `+' in generic toplevel directory disabling.
5695 * configure: Regenerate.
ac9e6043 5696
4288c86a
NC
56972008-01-28 Nick Clifton <nickc@redhat.com>
5698
5699 * MAINTAINERS (xstormy16): Take over maintainership.
5700
8d8da227
JM
57012008-01-25 Joseph Myers <joseph@codesourcery.com>
5702
5703 * MAINTAINERS (c4x port): Remove.
5704
349b60e7
DE
57052008-01-24 David Edelsohn <edelsohn@gnu.org>
5706
5707 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5708
3ca06a68
BE
57092008-01-23 Ben Elliston <bje@au.ibm.com>
5710
5711 * config.sub, config.guess: Update from upstream sources.
5712
3c631381
TG
57132008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5714
5715 * MAINTAINERS (Write After Approval): Add myself.
5716
20533ef1
L
57172008-01-17 H.J. Lu <hjl.tools@gmail.com>
5718
5719 * MAINTAINERS: Update my email address.
5720
57212008-01-09 Raksit Ashok <raksit@google.com>
5722
5723 * MAINTAINERS (Write After Approval): Add myself.
5724
684f4f6a
RA
57252008-01-09 Raksit Ashok <raksit@google.com>
5726
5727 * MAINTAINERS (Write After Approval): Add myself.
5728
9cb8756f
BE
57292008-01-08 Ben Elliston <bje@au.ibm.com>
5730
5731 * config.sub, config.guess: Update from upstream sources.
5732
94e1934d
KG
57332007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5734
5735 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 5736 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
5737 * configure: Regenerate.
5738
a2e51f77
SP
57392007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5740
5741 * MAINTAINERS: Update my email address.
5742
ffe3dcd9
BRF
57432007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5744
5745 * MAINTAINERS: Update my email address.
5746
aa4095c9
RS
57472007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5748
5749 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5750 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5751 * Makefile.in: Regenerate.
5752
dce2d8b2 57532007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
5754
5755 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5756 misplaced entries.
5757
0fe0f073
AT
57582007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5759
5760 * configure.ac: Enable libjava for x86_64-*-darwin9.
5761 * configure: Regenerate.
5762
dce2d8b2 57632007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
5764
5765 * MAINTAINERS (Write After Approval): Add myself.
5766
c3220d4c
BE
57672007-12-05 Ben Elliston <bje@au.ibm.com>
5768
5769 * config.sub, config.guess: Update from upstream sources.
5770
aba7501e
MK
57712007-12-02 Matthias Klose <doko@ubuntu.com>
5772
5773 * config-ml.in: Remove 64bit configure tests.
5774
d683ec81
PB
57752007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5776
5777 * config-ml.in: Robustify against white space in absolute file
5778 names.
5779
5780 * config-ml.in (multi-clean): Substitute ${Makefile}.
5781 Remove superfluous ${Makefile} in list.
5782
60f1711a
TS
57832007-11-19 Thiemo Seufer <ths@mips.com>
5784
5785 * config-ml.in: Don't hardcode the Makefile name.
5786
487f9d96
AM
57872007-11-08 Alexander Monakov <amonakov@ispras.ru>
5788
5789 * MAINTAINERS (Write After Approval): Add myself.
5790
fa3886fe
ST
57912007-11-07 Samuel Tardieu <sam@rfc1149.net>
5792
5793 * MAINTAINERS (Write After Approval): Add myself.
5794
dce2d8b2 57952007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
5796
5797 * MAINTAINERS (Write After Approval): Add myself.
5798
acc48927
BE
57992007-10-25 Ben Elliston <bje@au.ibm.com>
5800
5801 * MAINTAINERS (mercury): Remove entry.
5802 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5803
e00e9858
DJ
58042007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 * Makefile.def (dependencies): Make configure-gdb depend on
5807 all-intl.
5808 * Makefile.in: Regenerated.
5809
def14a3c
SK
58102007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5811
5812 * MAINTAINERS (Fortran maintainer): Remove myself.
5813
dce2d8b2 58142007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
5815
5816 * Makefile.def: To avoid problems running with parallel makes,
5817 build newlib before libgloss so that target specific header
5818 files are availble.
5819 * Makefile.in: Regenerate
5820
bbfbfafc
DJ
58212007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5822
5823 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5824 * Makefile.in: Regenerate.
5825
c56abad5
VM
58262007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5827
5828 * MAINTAINERS (Register allocation reviewer): Add myself.
5829
f019adc1
MF
58302007-10-08 Mike Frysinger <vapier@gentoo.org>
5831
5832 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5833 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5834 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5835 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5836 * configure: Regenerate.
5837
dce2d8b2 58382006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
5839
5840 * MAINTAINERS (Register allocation reviewer): Add myself.
5841
0999159b
PB
58422007-10-01 Paolo Bonzini <bonzini@gnu.org>
5843
5844 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5845 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5846 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5847 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5848 * configure.ac: Default them to host tools for $host = $build.
5849 Subst them.
5850
5851 * configure: Regenerate.
5852 * Makefile.in: Regenerate.
5853
dce2d8b2 58542006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
5855
5856 * MAINTAINERS (Register allocation reviewer): Add myself.
5857
dce2d8b2 58582006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
5859
5860 * MAINTAINERS (Register allocation reviewer): Add myself.
5861
9d209c83
SP
58622007-09-21 Seongbae Park <seongbae.park@gmail.com>
5863
5864 * MAINTAINERS (Write After Approval): Fix typo.
5865
1ec3b87b
RS
58662007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5867
5868 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5869 * configure: Regenerate.
5870
19d5986d
PJ
58712007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5872
5873 PR bootstrap/31906
5874 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 5875 they're already prefixed.
19d5986d 5876
6d3b5aea
BK
58772007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5878
5879 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5880 libstdc++.
5881 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5882 * configure: Regenerate.
5883 * Makefile.in: Regenerate.
09ce620e 5884
4fe7e755
AS
58852007-09-17 Andreas Schwab <schwab@suse.de>
5886
5887 * configure.ac: Raise minimum makeinfo version to 4.6.
5888 * configure: Regenerate.
5889
dce2d8b2 58902007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 5891
ffe3dcd9 5892 * MAINTAINERS (write-after-approval) add myself
d483feaa 5893
fa9a3f31
AM
58942007-09-15 Alan Modra <amodra@bigpond.net.au>
5895
5896 * configure.ac: Correct makeinfo version check.
5897 * configure: Regenerate.
5898
6593a73e
RS
58992007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5900
5901 * MAINTAINERS: Update my email address.
5902
d9dced13
RS
59032007-09-14 Richard Sandiford <richard@codesourcery.com>
5904
5905 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5906 to $skipdirs and only disable gprof for newlib. Use the normal
5907 mips*-elf* handling in other respects.
5908 * configure: Regnerate.
5909
773c1467
DD
59102007-09-12 David Daney <ddaney@avtrex.com>
5911
5912 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5913 enabling libgcj.
5914 * configure: Regenerate.
5915
c03353e2
RIL
59162007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5917
5918 PR other/32154
5919 * configure.ac: For libgloss targets, point the linker to the linker
5920 script, startup code and simulator library.
5921 * configure: Regenerate.
5922
c4e9bf2b
AH
59232007-09-07 Andrew Haley <aph@redhat.com>
5924
5925 * configure.ac (noconfigdirs): Remove target-libffi and
5926 target-libjava.
5927 * configure: Regenerate.
5928
1f5a6b84
FXC
59292007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5930
5931 PR target/33281
5932 * configure.ac: Use config/mh-mingw on mingw.
5933 * configure: Regenerate.
1f5a6b84 5934
3951e521
PH
59352007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5936
9f349f63 5937 * MAINTAINERS (Write After Approval): Add myself.
3951e521 5938
e643dc23
RG
59392007-09-05 Richard Guenther <rguenther@suse.de>
5940
5941 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5942 nor --disable-checking is provided also turn on yes and types
5943 checking for stage1.
5944 * configure: Re-generate.
5945
039874df
KW
59462007-08-30 Krister Walfridsson <cato@df.lth.se>
5947
5948 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5949 (Write After Approval): Remove myself.
5950
c3f07bd6 59512007-08-29 Nick Clifton <nickc@redhat.com>
15098359 5952
c3f07bd6 5953 * config.sub, config.guess: Update from upstream sources.
15098359 5954
40049ccc 59552007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
5956
5957 * MAINTAINERS (Write After Approval): Added myself.
5958 * MAINTAINERS (Reviewers): Removed myself.
5959
c8aea42c 59602007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 5961 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
5962
5963 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5964 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5965 * Makefile.in: Regenerate.
5966 * configure.ac (--with-debug-prefix-map): New.
5967 * configure: Regenerate.
5968
4bf6c438
RS
59692007-08-17 Richard Sandiford <richard@codesourcery.com>
5970 Nigel Stephens <nigel@mips.com>
5971
4bf6c438
RS
5972 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5973 as target_makefile_frag.
5974 * configure: Regenerate.
5975
bb286d71
AO
59762007-08-16 Alexandre Oliva <aoliva@redhat.com>
5977
5978 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5979 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5980 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5981 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5982 (do-compare, do-compare3, do-compare-debug): New.
5983 ([+compare-target+]): Use them.
5984
a4630417
MK
59852007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5986
5987 * MAINTAINERS (Write After Approval): Change my email address.
5988
d9acb717
RW
59892007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5990 Ben Elliston <bje@au.ibm.com>
5991
5992 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5993 --silent if $silent.
5994 * configure: Regenerate.
5995
96876681
ZD
59962003-08-12 Zdenek Dvorak <ook@ucw.cz>
5997
5998 * MAINTAINERS (Various Maintainers): Add myself as
5999 loop infrastructure maintainer. Update my e-mail
6000 address.
6001
1c1d80ee
DN
60022007-07-31 Diego Novillo <dnovillo@google.com>
6003
6004 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6005 Adjust description.
6006
7e98624c
RG
60072007-07-26 Richard Guenther <rguenther@suse.de>
6008
6009 * configure.ac: Add types checking to stage1 checking flags.
6010 * configure: Regenerate.
6011
4c85af60
NC
60122007-07-17 Nick Clifton <nickc@redhat.com>
6013
6014 * COPYING3: New file. Contains version 3 of the GNU General
6015 Public License.
6016 * COPYING3.LIB: New file. Contains version 3 of the GNU
6017 Lesser General Public License.
6018
19ddfd3a
AK
60192007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6020
6021 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6022
2a064545
AK
60232007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6024
6025 * MAINTAINERS (S/390 co-maintainer): Add myself.
6026 (Write After Approval): Remove myself.
6027
f861f54d
DH
60282007-07-13 Dan Hipschman <dsh@google.com>
6029
6030 * MAINTAINERS (Write After Approval): Add myself.
6031
0136f2f7
NC
60322007-07-11 Nick Clifton <nickc@redhat.com>
6033
6034 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6035 WINDRES export.
6036 * Makefile.in: Regenerate.
6037
6e29b5a4
RO
60382007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6039
6040 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6041 maintainer.
6042
159a4b02
L
60432007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6044
6045 * lt~obsolete.m4: New. Import from 20070318 libtool.
6046
6ba67283
JB
60472007-07-03 Julian Brown <julian@codesourcery.com>
6048
6049 * MAINTAINERS (Write After Approval): Add myself.
6050
30b74385
RW
60512007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6052
6053 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6054 * configure: Regenerate.
6055
60562007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6057
6058 * configure.ac: Add some missing m4 quotation.
6059 * configure: Regenerate.
6060
943c54ce
SB
60612007-07-02 Simon Baldwin <simonb@google.com>
6062
6063 * MAINTAINERS (Write After Approval): Add myself.
6064
1c00b503
PB
60652007-07-02 Paolo Bonzini <bonzini@gnu.org>
6066
6067 * configure: Regenerate.
6068
901119ae
KT
60692007-07-02 Kai Tietz <kai.tietz@onevision.com>
6070
6071 * Makefile.def: Add windmc tool to build.
6072 * Makefile.tpl: Likewise.
6073 * configure.ac: Likewise.
6074 * Makefile.in: Regenerate.
6075 * configure: Regenerate.
09ce620e 6076
83f4c19f
DD
60772007-06-28 DJ Delorie <dj@redhat.com>
6078
6079 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6080 not building newlib.
6081 * configure: Regenerated.
09ce620e 6082
5346c75c
JS
60832007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6084
6085 * MAINTAINERS (Write After Approval): Add myself.
6086
aacfb86b
MM
60872007-06-25 Martin Michlmayr <tbm@cyrius.com>
6088
6089 * MAINTAINERS (Write After Approval): Add myself.
6090
590bf0d3
CM
60912007-06-19 Chris Matthews <chrismatthews@google.com>
6092
6093 * MAINTAINERS (Write After Approval): Add myself.
6094
cdbbee7a
RIL
60952007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6096
6097 * MAINTAINERS (Write After Approval): Add myself.
6098
b8afffc1
DJ
60992007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6100
6101 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6102 * Makefile.in: Regenerated.
6103
3fcfad76
BS
61042007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6105
6106 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6107 bfin*-*-uclinux* targets.
6108 * configure: Regenerate.
6109
3f5a2b7f
ILT
61102007-06-14 Ian Lance Taylor <iant@google.com>
6111
6112 * MAINTAINERS: Add myself as non-algorithmic global write
6113 maintainer.
6114
4c46daee
DN
61152007-06-14 Diego Novillo <dnovillo@google.com>
6116
6117 * MAINTAINERS: Add self as middle-end maintainer and
6118 non-algorithmic global write maintainer.
6119
a3bb222a
FXC
61202007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6121
6122 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6123 Move all Fortran maintainers except Paul Brook into the
6124 Non-Autopoiesis section.
6125
a19e8f64
PB
61262007-06-14 Paolo Bonzini <bonzini@gnu.org>
6127
6128 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6129 (distclean-stage[+id+]): Possibly delete stage_last.
6130 * Makefile.in: Regenerate.
6131
1c2abe5e
SP
61322007-06-12 Seongbae Park <seongbae.park@gmail.com>
6133
6134 * MAINTAINERS (Various Maintainer): Fix typo.
6135
abca4739
PB
61362007-06-11 Paolo Bonzini <bonzini@gnu.org>
6137
6138 * MAINTAINERS (Various Maintainer): Add myself as
6139 dataflow maintainer.
6140
a894d2c3
BE
61412007-06-07 Ben Elliston <bje@au.ibm.com>
6142
6143 * config.sub, config.guess: Update from upstream sources.
6144
8024d75e
BE
61452007-06-07 Ben Elliston <bje@au.ibm.com>
6146
6147 * Makefile.tpl: Fix spelling error.
6148 * Makefile.in: Regenerate.
6149
973a9a5e
SE
61502007-06-01 Steve Ellcey <sje@cup.hp.com>
6151
96598938
L
6152 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6153 lt_cv_sys_max_cmd_len.
973a9a5e 6154
ccb4d26b
DN
61552007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6156
6157 * MAINTAINERS (Various Maintainers): Add myself as
6158 auto-vectorizer maintainer.
6159
eecb7461
PB
61602003-05-31 Paolo Bonzini <bonzini@gnu.org>
6161
6162 PR libjava/32098
6163 * libtool.m4: Revert previous change.
6164 * ltgcc.m4: Put it here.
6165
89d28202
ZD
61662003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6167
6168 * MAINTAINERS (Various Maintainers): Add myself as
6169 auto-vectorizer maintainer.
6170
60c7a11a
L
61712007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6172
6173 PR libjava/32098
6174 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6175
9dd3cc81
RG
61762007-05-30 Richard Guenther <rguenther@suse.de>
6177
6178 * MAINTAINERS (Various Maintainers): Add myself as
6179 auto-vectorizer maintainer.
6180
9cc1244e
JJ
61812007-05-30 Jakub Jelinek <jakub@redhat.com>
6182
6183 PR bootstrap/29382
6184 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6185 * configure: Rebuilt.
6186
6124296b
RC
61872007-05-28 Roberto Costa <robsettantasei@gmail.com>
6188
6189 * MAINTAINERS (Write After Approval): Removed my name.
6190
6b757a0d
SB
61912007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6192
6193 * MAINTAINERS (Write After Approval): Remove myself.
6194
86ef8528
AT
61952007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6196
6197 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6198
1cf3d07d
SE
61992007-05-23 Steve Ellcey <sje@cup.hp.com>
6200
6201 * ltmain.sh: Update from ToT Libtool.
6202 * libtool.m4: Update from ToT Libtool.
6203 * ltsugar.m4: New. Update from ToT Libtool.
6204 * ltversion.m4: New. Update from ToT Libtool.
6205 * ltoptions.m4: New. Update from ToT Libtool.
6206 * ltconfig: Remove.
6207 * ltcf-c.sh: Remove.
6208 * ltcf-cxx.sh: Remove.
6209 * ltcf-gcj.sh: Remove.
6210
ce3fcf8c
OW
62112007-05-22 Ollie Wild <aaw@google.com>
6212
6213 * MAINTAINERS (Write After Approval): Add myself.
6214
342b9200
PB
62152007-05-16 Paolo Bonzini <bonzini@gnu.org>
6216
6217 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6218 stage_cflags.
6219 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6220 Remove CFLAGS/LIBCFLAGS.
6221 (configure-stage[+id+]-[+prefix+][+module+],
6222 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6223 * Makefile.in: Regenerate.
6224
cea17285
DN
62252007-05-15 Diego Novillo <dnovillo@google.com>
6226
6227 * MAINTAINERS: Update e-mail address.
6228
11c004e7
RE
62292007-05-15 Revital Eres <eres@il.ibm.com>
6230
6231 * MAINTAINERS (Write After Approval): Add myself.
6232
ab6bd693
RC
62332007-05-14 Roberto Costa <robsettantasei@gmail.com>
6234
6235 * MAINTAINERS (Write After Approval): Updated my address.
6236
388cdf07
TN
62372007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6238
6239 * MAINTAINERS (Write After Approval): Add myself.
6240
23f24034
SR
62412007-05-11 Silvius Rus <rus@google.com>
6242
6243 * MAINTAINERS (Write After Approval): Add myself.
6244
34a7526e
TT
62452007-04-23 Tom Tromey <tromey@redhat.com>
6246
6247 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6248
51da21be
MM
62492007-04-22 Mark Mitchell <mark@codesourcery.com>
6250
6251 * MAINTAINERS (cpplib): Rename to ...
6252 (libcpp): ... this. Add C/C++ front end maintainers.
6253
70070387
SE
62542007-04-14 Steve Ellcey <sje@cup.hp.com>
6255
6256 * config-ml.in: Pass ${ml_config_env} to configure calls.
6257
df1a0dbb
CB
62582007-04-04 Christian Bruel <christian.bruel@st.com>
6259
6260 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6261
9daff147
DK
62622007-04-02 Dave Korn <dave.korn@artimi.com>
6263
6264 * MAINTAINERS (Write After Approval): Add myself.
6265
374eadb2
TB
62662007-03-31 Tobias Burnus <burnus@net-b.de>
6267
6268 * MAINTAINERS (fortran 95 front end): Add myself.
6269
8eced3a2
DR
62702007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6271
6272 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6273
653de3e3
AZ
62742007-03-24 Ayal Zaks <zaks@il.ibm.com>
6275
6276 * MAINTAINERS (Modulo Scheduler): Add myself.
6277
b737d953
BM
62782007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6279
6280 * MAINTAINERS (fortran 95 front end): Add myself.
6281 (c++ front end): whitespace fix.
6282
a584cdf2
NF
62832007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6284
6285 * MAINTAINERS (Write After Approval): Add myself.
6286
8c79f3c4
RS
62872007-03-21 Richard Sandiford <richard@codesourcery.com>
6288
6289 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6290 of glob. Quote arguments with single quotes too.
6291 * configure: Regenerate.
6292
07f1ac6d
BM
62932007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6294
6295 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6296 * Makefile.in: Regenerate
6297
172e41aa
AS
62982007-03-07 Andreas Schwab <schwab@suse.de>
6299
6300 * configure: Regenerate.
6301
9c4d2493
BM
63022007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6303
6304 * configure.ac: Add "--with-pdfdir" configure option,
6305 which defines pdfdir variable.
6306 * Makefile.def (target=fixincludes): Add install-pdf to
6307 missing targets.
6308 (recursive_targets): Add install-pdf target.
6309 (flags_to_pass): Add pdfdir.
6310 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6311 target.
6312 * configure: Regenerate
6313 * Makefile.in: Regenerate
6314
e14e622e
EC
63152007-02-28 Eric Christopher <echristo@apple.com>
6316
6317 Revert:
6318 2006-12-07 Mike Stump <mrs@apple.com>
6319
6320 * Makefile.def (dependencies): Add dependency for
6321 install-target-libssp and install-target-libgomp on
6322 install-gcc.
6323 * Makefile.in: Regenerate.
6324
54e433bc
MK
63252007-02-27 Matt Kraai <kraai@ftbfs.org>
6326
6327 * configure: Regenerate.
6328 * configure.ac: Move statements after variable declarations.
6329
6c8d3d8f
KK
63302007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6331
6332 * MAINTAINERS: Add myself as sh maintainer.
6333
9f8c6739
JM
63342007-02-19 Joseph Myers <joseph@codesourcery.com>
6335
6336 * configure.ac: Adjust for loop syntax.
6337 * configure: Regenerate.
6338
278a7a38
AO
63392007-02-18 Alexandre Oliva <aoliva@redhat.com>
6340
6341 * configure: Rebuilt.
6342
b2eaac4a
AO
63432007-02-18 Alexandre Oliva <aoliva@redhat.com>
6344
6345 * configure.ac: Drop multiple occurrences of --enable-languages,
6346 and fix its quoting.
6347 * configure: Rebuilt.
6348
beeaf216 63492007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
6350 Nathan Sidwell <nathan@codesourcery.com>
6351 Vladimir Prus <vladimir@codesourcery.com>
6352 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
6353
6354 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6355 * configure: Regenerate.
6356
09201a09
GP
63572007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6358
6359 * ltconfig (freebsd*): Default to elf.
6360
291f172e
DJ
63612007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * configure.ac (target_libraries): Move libgcc before libiberty.
6364 * configure: Regenerated.
6365
c3a86da9
DJ
63662007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6367 Paolo Bonzini <bonzini@gnu.org>
6368
6369 PR bootstrap/30753
6370 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6371 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6372 * configure: Regenerated.
6373
88e1e72a
FXC
63742007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6375
6376 * MAINTAINERS (Language Front End Maintainers): Update my mail
6377 address.
6378
44bfc3ac
DJ
63792007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6380
6381 PR bootstrap/30748
6382 * configure.ac: Correct syntax for Solaris ksh.
6383 * configure: Regenerated.
6384
3e19841a
PB
63852007-02-09 Paolo Bonzini <bonzini@gnu.org>
6386
6387 * configure.ac: Sync with src.
6388 * configure: Regenerate.
6389
74a48762
PB
63902007-02-09 Paolo Bonzini <bonzini@gnu.org>
6391
6392 * Makefile.in: Regenerate.
6393
d846e52e
PB
63942007-02-09 Paolo Bonzini <bonzini@gnu.org>
6395
6396 * config.sub: Sync with src.
6397
1c710c3c
DJ
63982007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6401 noncanonical equivalents.
6402 * configure.in: Rename to...
6403 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6404 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6405 target_noncanonical. Use them. Rewrite removal of configure
6406 arguments for autoconf 2.59. Discard variable settings. Force
6407 program_transform_name for native tools.
6408
6409 * Makefile.in: Regenerated.
6410 * configure: Regenerated with autoconf 2.59.
6411
dce2d8b2 64122007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 6413
3de8da2a 6414 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 6415
f6671c93
AS
64162007-01-31 Andreas Schwab <schwab@suse.de>
6417
6418 * Makefile.tpl (LDFLAGS): Substitute it.
6419 * Makefile.in: Regenerate.
6420
dce2d8b2 64212007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 6422
3de8da2a 6423 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 6424
2472200d
DE
64252007-01-28 David Edelsohn <edelsohn@gnu.org>
6426
3de8da2a 6427 * MAINTAINERS (spu port): Add myself.
2472200d 6428
5305be7e
RG
64292007-01-23 Richard Guenther <rguenther@suse.de>
6430
6431 PR bootstrap/30541
6432 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6433 * Makefile.tpl (GNATBIND): Substitute it.
6434 (GNATMAKE): Likewise.
6435 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6436 of STAGE_PREFIX.
6437 * Makefile.in: Regenerate.
6438 * configure: Regenerate.
6439
416cfb5e
MS
64402007-01-18 Mike Stump <mrs@apple.com>
6441
6442 * configure.in: Re-enable -Werror for gcc builds.
6443
3de8da2a 64442007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 6445
3de8da2a 6446 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 6447
d943d7c4
PB
64482007-01-11 Paolo Bonzini <bonzini@gnu.org>
6449
6450 * configure.in: Change == to = in test command.
3de8da2a 6451 * configure: Regenerate.
d943d7c4 6452
e69bf64b 64532007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
6454 Nick Clifton <nickc@redhat.com>
6455 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6456
6457 * configure.in (build_configargs, host_configargs, target_configargs):
6458 Remove build/host/target parameters.
6459 (host_libs): Add gmp and mpfr.
6460 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6461 * Makefile.def (gmp, mpfr): New.
6462 (gcc): Remove target.
6463 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6464 target_os, target_vendor): New.
dce2d8b2 6465 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
6466 * configure: Regenerate.
6467 * Makefile.in: Regenerate.
e69bf64b
PB
6468
64692007-01-11 Matt Fago <fago@earthlink.net>
6470
6471 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 6472 to improve robustness of configure tests.
e69bf64b 6473 * configure: Regenerate.
e14e622e 6474
a42f3b80
UB
64752007-01-09 Uros Bizjak <ubizjak@gmail.com>
6476
6477 * MAINTAINERS: Add myself as i386 maintainer.
6478
a36aee1a
JH
64792007-01-08 Jan Hubicka <jh@suse.cz>
6480
61fcaeef 6481 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 6482
738a52d3
KT
64832007-01-08 Kai Tietz <kai.tietz@onevision.com>
6484
6485 * configure.in: Add support for an x86_64-mingw* target.
95af8923 6486 * configure: Regenerate.
738a52d3 6487
54fdc474
DJ
64882007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * Makefile.tpl (all-target): Correct @if conditional for target
6491 modules.
6492 * configure.in: Omit libiberty if building only target libgcc.
6493 * configure, Makefile.in: Regenerated.
6494
3dd71726
PB
64952007-01-04 Paolo Bonzini <bonzini@gnu.org>
6496
dce2d8b2 6497 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
6498 * configure: Regenerate.
6499
fa958513
DJ
65002007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6501
6502 * Makefile.def (target_modules): Add libgcc.
6503 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6504 * Makefile.tpl (clean-target-libgcc): Delete.
6505 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6506 on gcc even for bootstrapped modules. Rewrite handling of
6507 lang_env_dependencies to loop over target_modules.
6508 * configure.in (target_libraries): Add target-libgcc.
6509 * Makefile.in, configure: Regenerated.
6510
e1888513
PB
65112006-12-29 Paolo Bonzini <bonzini@gnu.org>
6512
6513 * configure.in: Reorganize recognition of languages. Add
6514 --enable-stage1-languages. Show supported languages for the chosen
6515 target rather than all recognized languages.
6516 * configure: Regenerate.
6517
53b88b73
PB
65182006-12-29 Paolo Bonzini <bonzini@gnu.org>
6519
6520 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6521 * Makefile.in: Regenerate.
6522
a3993f33
KG
65232006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6524
6525 * configure.in: Warn that MPFR 2.2.0 is buggy.
6526 * configure: Regenerate.
6527
f063a9ed
ILT
65282006-12-27 Ian Lance Taylor <iant@google.com>
6529
6530 * configure.in: When removing Makefiles to force a reconfigure, also
6531 remove prev-DIR*/Makefile.
6532 * configure: Regenerate.
6533
af71363e
AS
65342006-12-22 Andreas Schwab <schwab@suse.de>
6535
6536 * configure: Regenerate with correct autoconf version.
6537
0b0dc272
AM
65382006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6539
3de8da2a
UB
6540 * configure.in: add AC_SUBST for *_FOR_TARGET.
6541 * configure: Regenerate.
0b0dc272 6542
53b88b73
PB
65432006-12-19 Paolo Bonzini <bonzini@gnu.org>
6544
6545 * configure.in: Simplify logic for rejecting languages that cannot
6546 be built. Separate the case when a language is unsupported,
6547 from the case when the user chooses not to build a language.
6548
400ebff4
PB
65492006-12-19 Paolo Bonzini <bonzini@gnu.org>
6550
6551 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6552 it only affects bootstrap and could be tested on "$host" as well.
6553 * configure: Regenerate.
6554 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6555
8efea775
PB
65562006-12-19 Paolo Bonzini <bonzini@gnu.org>
6557
6558 PR bootstrap/29544
6559 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6560 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6561 move here comment from Makefile.tpl.
6562 * Makefile.tpl: Move some definitions higher in the file.
6563 (STAGE1_CHECKING): New.
6564 * configure.in: Add --enable-stage1-checking.
6565 * configure: Regenerate.
6566 * Makefile.in: Regenerate.
6567
ed88a7ed
PB
65682006-12-19 Paolo Bonzini <bonzini@gnu.org>
6569
6570 * MAINTAINERS: Add myself as build system maintainer.
6571
b65151d3
SM
65722006-12-15 Simon Martin <simartin@users.sourceforge.net>
6573
6574 * MAINTAINERS (Write After Approval): Add myself.
6575
7e050830
EC
65762006-12-13 Eric Christopher <echristo@apple.com>
6577
6578 * MAINTAINERS: Add myself as darwin maintainer.
6579
8b494895
ILT
65802006-12-11 Ian Lance Taylor <ian@airs.com>
6581
6582 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6583
dce2d8b2 65842006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
6585
6586 MAINTAINERS: Update my entry.
6587
58e24147
AM
65882006-12-11 Alan Modra <amodra@bigpond.net.au>
6589
6590 * configure.in: Handle spu makefile frag.
58e24147
AM
6591 * Makefile.tpl (MAINT): Define
6592 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6593 * configure: Regenerate.
6594 * Makefile.in: Regenerate.
6595
9b6f37a0
BE
65962006-12-11 Ben Elliston <bje@au.ibm.com>
6597
6598 * config.guess: Import latest version.
6599 * config.sub: Likewise.
6600
ea6f5c57
BE
66012006-12-11 Ben Elliston <bje@au.ibm.com>
6602
6603 * configure.in (spu-*-*): Don't skip target-libiberty.
6604 * configure: Regenerate.
6605
42c1cd8a
AT
66062006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6607
6608 PR bootstrap/30134
6609 * configure.in: Correct x86 darwin support for libjava to powerpc
6610 and i?86 only.
6611 * configure: Regenerate.
6612
55eb837d
ST
66132006-12-08 Sandro Tolaini <tolaini@libero.it>
6614
6615 * configure.in: Add x86 darwin support for libjava.
6616 * configure: Regenerate.
6617
5bdacbc7
MS
66182006-12-07 Mike Stump <mrs@apple.com>
6619
6620 * Makefile.def (dependencies): Add dependency for
6621 install-target-libssp and install-target-libgomp on
6622 install-gcc.
6623 * Makefile.in: Regenerate.
6624
477d851c
RG
66252006-12-04 Richard Guenther <rguenther@suse.de>
6626
6627 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6628 (Non-Algorithmic Maintainers): Move over non-algorithmic
6629 loop optimizer maintainers, add myself as a non-algorithmic
6630 middle-end maintainer.
6631
5d33d367
DF
66322006-12-04 Daniel Franke <franke.daniel@gmail.com>
6633
6634 * MAINTAINERS (Write After Approval): Add myself.
6635
dbee1fb3
KG
66362006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6637
6638 * configure.in: Update error message for missing GMP/MPFR.
6639
6640 * configure: Regenerate.
6641
b5147de7
KG
66422006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6643
6644 * configure.in: Update MPFR version in error message.
6645
6646 * configure: Regenerate.
6647
f019376c
KG
66482006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6649
6650 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6651 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6652 --with-gmp-lib): New flags.
6653
6654 * configure: Regenerate.
6655
91ed95ae
BM
66562006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6657
6658 * MAINTAINERS (Write After Approval): Change my email address.
6659
3a971f15
MLI
66602006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6661
05170031 6662 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 6663
dce2d8b2 66642006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
6665
6666 * MAINTAINERS (i18n): Update e-mail address.
6667
df5487ee
TS
66682006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6669
6670 * MAINTAINERS (spu port): Add myself as maintainer.
6671 (Write After Approval): Remove myself.
6672
92c2f0ee
BE
66732006-11-22 Ben Elliston <bje@au.ibm.com>
6674
6675 * configure.in (skipdirs): Don't build libssp for SPU.
6676 * configure: Regenerate.
6677
a3b97199
AP
66782006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6679
6680 * MAINTAINERS (spu port): Add myself as maintainer.
6681 (libobjc): Update my email address.
6682
0eb97064
AB
66832006-11-21 Andrea Bona <andrea.bona@st.com>
6684
6685 * MAINTAINERS (Write After Approval): Add myself.
6686
dce2d8b2 66872006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
6688
6689 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6690 * configure : Rebuilt.
6691
dce2d8b2 66922006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
6693
6694 * MAINTAINERS (Write After Approval): Add myself.
6695
d58542ea
AO
66962006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6697
6698 * MAINTAINERS (Write After Approval): Add myself.
6699
a357b5ae
KG
67002006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6701
6702 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6703 libmpfr.a.
6704 * configure: Regenerate.
6705
9bd6112c
PB
67062006-11-16 Paolo Bonzini <bonzini@gnu.org>
6707
6708 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6709 (unstage): Test for stage_last presence.
6710
6711 PR bootstrap/29802
dce2d8b2
EB
6712 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6713 STAGE_PREFIX.
9bd6112c
PB
6714 * Makefile.in: Regenerate.
6715
c8cf9f0f
ZD
67162003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6717
6718 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6719 maintainers.
6720
467b1fc6
ER
67212006-11-14 Erven Rohou <erven.rohou@st.com>
6722
6723 * MAINTAINERS (Write After Approval): Add myself.
6724
995a5697
PB
67252006-11-14 Paolo Bonzini <bonzini@gnu.org>
6726
6727 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6728 and stageN-package/Makefile.
6729 * Makefile.in: Regenerated.
6730
c8d6d53e
JZ
67312006-11-14 Jie Zhang <jie.zhang@analog.com>
6732
6733 * configure.in: Remove target-libgloss from noconfigdirs for
6734 bfin-*-*.
6735 * configure: Regenerated.
6736
dffb147d
KG
67372006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6738
6739 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 6740
dffb147d
KG
6741 * configure: Regenerate.
6742
ca558912
KG
67432006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6744
6745 * configure.in: Robustify error message for missing GMP/MPFR.
6746
6747 * configure: Regenerate.
6748
dce2d8b2 67492006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
6750
6751 * MAINTAINERS (Write After Approval): Add myself.
6752
dce2d8b2 67532006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
6754
6755 * MAINTAINERS: Change email address.
6756
91de1527
VP
67572006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6758
6759 * MAINTAINERS (Write After Approval): Add myself.
6760
a3867703
PB
67612006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6762
6763 * MAINTAINERS (Write After Approval): Add myself.
6764
b4364fa2
CL
67652006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6766
7e050830 6767 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 6768 Write After Approval section.
b4364fa2 6769
70ec446f
KG
67702006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6771
6772 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6773 need_gmp anymore.
6774 * configure: Regenerate.
6775
018c8d88
TB
67762006-10-16 Tobias Burnus <burnus@net-b.de>
6777
6778 * MAINTAINERS (Write After Approval): Add myself.
6779
f6a1687e
BE
67802006-10-16 Ben Elliston <bje@au.ibm.com>
6781
6782 * config.guess: Import latest version.
6783 * config.sub: Likewise.
6784
b5422ad7
BM
67852006-10-10 Brooks Moses <bmoses@stanford.edu>
6786
6787 * Makefile.def: Added pdf target handling.
6788 * Makefile.tpl: Added pdf target handling.
6789 * Makefile.in: Regenerated.
6790
bdcee471
CL
67912006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6792
6793 * MAINTAINERS: Add self as score port maintainer.
6794
7d610414
BM
67952006-10-04 Brooks Moses <bmoses@stanford.edu>
6796
6797 * MAINTAINERS (Write After Approval): Add myself.
6798
e48d66a9
SK
67992006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6800
7e050830 6801 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
6802 or newer.
6803 * configure: Regenerated.
6804
c394e891
DB
68052006-09-27 Dave Brolley <brolley@redhat.com>
6806
dce2d8b2
EB
6807 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6808 using $s instead of $r.
c394e891
DB
6809 * configure: Regenerated.
6810
1ee4c5a0
TS
68112006-09-26 Thiemo Seufer <ths@mips.com>
6812
6813 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6814 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6815 * configure: Regenerate.
6816
dce2d8b2 68172006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
6818
6819 * MAINTAINERS (Write After Approval): Remove myself.
6820
0c502898
CF
68212006-09-22 Chao-ying Fu <fu@mips.com>
6822
6823 * MAINTAINERS (Write After Approval): Add myself.
6824
a7819e42
JM
68252006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6826
6827 * MAINTAINERS: Add self as soft-fp maintainer.
6828
dce2d8b2 68292006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
6830
6831 * MAINTAINERS: Add myself as avr maintainer.
6832 Remove Marek Michalkiewicz as avr maintainer.
827d0991 6833
e8288489
RC
68342006-09-07 Roberto Costa <roberto.costa@st.com>
6835
6836 * MAINTAINERS (Write After Approval): Add myself.
6837
b91f0a41
CV
68382006-08-30 Corinna Vinschen <corinna@vinschen.de>
6839
6840 * configure.in: Never build newlib for a Mingw host.
6841 Never build newlib as Mingw target library.
6842 Test the existence of winsup/cygwin for building a Cygwin newlib,
6843 rather than just winsup.
6844 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6845 building a Mingw target.
6846 * configure: Regenerate.
6847
094c07a0
EB
68482006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6849
6850 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6851
8d1171cb
PB
68522006-07-25 Paolo Bonzini <bonzini@gnu.org>
6853
6854 * config.guess: Import from src (was more updated).
6855 * config.sub: Likewise.
6856
2e9e6f68
DJ
68572006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6858
6859 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6860 * configure: Regenerated.
6861
57255173
PB
68622006-07-18 Paolo Bonzini <bonzini@gnu.org>
6863
cc6010cd
AP
6864 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6865 for stages after the first.
57255173 6866
9fbe6585
JJ
68672006-07-17 Jakub Jelinek <jakub@redhat.com>
6868
6869 * Makefile.def: Add dependencies for configure-opcodes
6870 on configure-intl and all-opcodes on all-intl.
6871 * Makefile.in: Regenerated.
6872
18c3f977
BE
68732006-07-13 Ben Elliston <bje@au.ibm.com>
6874
6875 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6876
27b56ba6
PE
68772006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6878
6879 Port to hosts whose 'sort' and 'tail' implementations
6880 treat operands with leading '+' as file names, as POSIX
6881 has required since 2001. However, make sure the code still
6882 works on pre-POSIX hosts.
6883 * ltmain.sh: Don't assume "sort +2" is equivalent to
6884 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6885
ad6d4e43
UW
68862006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6887
6888 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6889
706601d9
PG
68902006-07-04 Peter O'Gorman <peter@pogma.com>
6891
6892 * ltconfig: chmod 644 before ranlib during install.
6893
0b50988a
EB
68942006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6895
6896 PR bootstrap/18058
6897 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6898 if the bootstrap compiler is a GCC version that supports it.
6899 * configure: Regenerate.
6900
b6348cb3
PB
69012006-07-03 Paolo Bonzini <bonzini@gnu.org>
6902
95695ad3 6903 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
6904 * configure: Regenerate.
6905
1546bb64
PB
69062006-07-03 Paolo Bonzini <bonzini@gnu.org>
6907
6908 PR other/27063
6909 * configure.in: Test subdir_requires and give an appropriate
6910 error message.
6911 * configure: Regenerate.
6912
5cb6c629
AJH
69132006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6914
6915 * MAINTAINERS (Write After Approval): Add myself.
6916
f4d8cdf8
JDA
69172006-06-22 John David Anglin <dave.anglin@nrc.ca>
6918
6919 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6920
4fe5abb7
SE
69212006-06-22 Steve Ellcey <sje@cup.hp.com>
6922
6923 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6924
2a79fd67
DA
69252006-06-20 David Ayers <d.ayers@inode.at>
6926
6927 PR bootstrap/28072
6928 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6929 whether target-libjava is being configured instead of whether the
6930 java front end is enabled.
6931 * configure: Regenerate.
7e050830 6932
04879af3
RO
69332006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6934
6935 PR target/27540
6936 * configure.in: Only enable libgomp on IRIX 6.
6937 * configure: Regenerate.
6938
ec6c7392
PB
69392006-06-15 Paolo Bonzini <bonzini@gnu.org>
6940
6941 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6942 too.
6943 * Makefile.in: Regenerate.
6944
12973d7a
DD
69452006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6946
6947 * config-ml.in: Alter CCASFLAGS to include special
6948 multilib options the same as is done for CFLAGS.
6949
c67ed86a
JDA
69502006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6951
6952 * configure.in: Don't enable libgomp on hpux10.
6953 * configure: Rebuilt.
6954
cb253473
DA
69552006-06-12 David Ayers <d.ayers@inode.at>
6956
6957 PR bootstrap/27963
6958 PR target/19970
7e050830 6959 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
6960 ${libgcj} is specified.
6961 * configure: Regenerate.
7e050830 6962
dce2d8b2 69632006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
6964
6965 Sync from src:
7e050830
EC
6966
6967 * configure.in: Sync.
32845532 6968 * configure: Regenerated.
7e050830 6969
32845532
CD
6970 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * Makefile.def: Added dependencies from sim and gdb on intl, and
6973 added configure dependencies to everything with an all dependency
6974 on intl.
6975 * Makefile.in: Regenerated.
6976
7cd0cf9c
DA
69772006-06-06 David Ayers <d.ayers@inode.at>
6978
6979 PR libobjc/13946
6980 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6981 * Makefile.in: Regenerate.
6982 * configure.in: Add --enable-objc-gc at toplevel and have it
6983 enable boehm-gc for Objective-C.
6984 Remove target-boehm-gc from libgcj.
6985 Add target-boehm-gc to target_libraries.
6986 Add target-boehm-gc to noconfigdirs where ${libgcj}
6987 is specified.
6988 Assert that boehm-gc is supported when requested for Objective-C.
6989 Only build boehm-gc if needed either for Java or Objective-C.
6990 * configure: Regenerate.
7e050830 6991
3ff3adad
PB
69922006-06-05 Paolo Bonzini <bonzini@gnu.org>
6993
6994 PR 27674
6995 * Makefile.tpl (configure-[+prefix+][+module+],
6996 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6997 Remove rule to unstage bootstrapped modules.
6998 (stage_current): New.
6999 * Makefile.in: Regenerate.
7000
898e551d
LB
70012006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7002
7003 * MAINTAINERS (Write After Approval): Update my e-mail address.
7004
ea60341e
MS
70052006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7006
7007 * include/libiberty.h: Declare pex_run_in_environment.
7008
222ae291
AL
70092006-05-31 Asher Langton <langton2@llnl.gov>
7010
7011 * MAINTAINERS (Write After Approval): Add myself.
898e551d 7012
e9a54b07
PB
70132006-05-25 Paolo Bonzini <bonzini@gnu.org>
7014
7015 * Makefile.def (bfd, opcodes): Fix lib_path.
7016 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7017 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7018 * Makefile.in: Regenerate.
7019
03e67131
CD
70202006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7021
7022 * Makefile.in: Regenerate.
7023
65d6e994
CD
70242006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7025
7026 * Makefile.def: Add install-html target. Add datarootdir
7027 docdir and htmldir to flags_to_pass.
7028 * Makefile.tpl: Add install-html target.
7029 * Makefile.in: Regenerate.
7030 * configure.in: Add --with-datarootdir, --with-docdir, and
7031 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7032 * configure: Regenerate.
7033
9e299237
MS
70342006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7035
7036 * configure.in: Enable gprof for cross builds.
7037 * configure: Regenerate.
7038
c31202cd
RG
70392006-05-22 Richard Guenther <rguenther@suse.de>
7040
7041 Revert
7042 2006-01-31 Richard Guenther <rguenther@suse.de>
7043 Paolo Bonzini <bonzini@gnu.org>
7044
7045 * Makefile.def (target_modules): Add libgcc-math target module.
7046 * configure.in (target_libraries): Add libgcc-math target library.
7047 (--enable-libgcc-math): New configure switch.
7048 * Makefile.in: Re-generate.
7049 * configure: Re-generate.
7050 * libgcc-math: New toplevel directory.
7051
2a332582
JDA
70522006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7053 Andreas Tobler <a.tobler@schweiz.ch>
7054
7055 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7056 * configure: Rebuilt.
7057
dce2d8b2 70582006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 7059
ccce6917
SL
7060 * MAINTAINERS (Write After Approval): Add myself.
7061
ed606bc0
DD
70622006-05-01 DJ Delorie <dj@redhat.com>
7063
3d8f47a0 7064 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
7065 * configure: Regenerate.
7066
9386bd20
RG
70672006-05-01 Richard Guenther <rguenther@suse.de>
7068
7069 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7070 maintainer.
7071
dce2d8b2 70722006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
7073
7074 * MAINTAINERS (Write After Approval): Add myself.
7075
87ceee72
JB
70762006-04-28 Jan Beulich <jbeulich@novell.com>
7077
7078 * MAINTAINERS (Write After Approval): Add myself.
7079
e88a2c09
DD
70802006-04-18 DJ Delorie <dj@redhat.com>
7081
7082 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7083 reference libgloss so that libssp can be built in a combined
7084 tree.
7085 * configure: Regenerate.
7086
675f0a8a
RM
70872006-04-08 Robert Millan <rmh@gcc.gnu.org>
7088
7089 * MAINTAINERS (Write After Approval): Add myself.
7090
27b6c940
BE
70912006-04-05 Ben Elliston <bje@au.ibm.com>
7092
7093 * configure.in: Require makeinfo 4.4 or higher.
7094 * configure: Regenerate.
7095
687b17d4
GP
70962006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7097
7098 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7099 Rearrange the entries of other libraries to have them in one place.
7100
906ac235
JB
71012006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7102
7e050830 7103 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
7104 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7105
fb0103e5
RG
71062006-03-14 Richard Guenther <rguenther@suse.de>
7107
7108 * configure: Regenerate with autoconf 2.13.
7109
17237f6b
JB
71102006-03-13 Jim Blandy <jimb@codesourcery.com>
7111
7112 * MAINTAINERS: Use my work address.
bed31434
JB
7113
7114 * MAINTAINERS: Update my E-mail address.
7115
27079765
AH
71162006-03-10 Aldy Hernandez <aldyh@redhat.com>
7117
7118 * configure.in: Handle --disable-<component> generically.
7119 * configure: Regenerate.
7120
54a17039
L
71212006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7122
7123 PR libgcj/17311
7124 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7125
b9bd11ca
EE
71262006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7127
7128 * MAINTAINERS (Write After Approval): Remove myself.
7129 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7130
dce2d8b2 71312006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 7132
072b06f2
RE
7133 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7134 (TARGET_CONFIGDIRS): Remove.
7135 * configure.in: Remove AC_SUBST(target_configdirs).
7136 * Makefile.in, configure: Regenerated.
ee2312f3 7137
936e1a35
SK
71382006-02-20 Steven G. Kargl <kargls@comcast.net>
7139
7140 * MAINTAINERS (Write After Approval): Remove myself.
7141 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7142
cc11cc9b
PB
71432006-02-20 Paolo Bonzini <bonzini@gnu.org>
7144
7145 PR bootstrap/25670
7146
7147 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7148
7149 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7150 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7151 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7152 BUILD_PREFIX, BUILD_PREFIX_1.
7153 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7154
7155 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7156 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7157
7158 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7159 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7160 of `cat stage_current`. Always provide the `r' and `s' variables.
7161 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7162 a single shell execution.
7163 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7164 bootstrapped modules, make the stage1 module if the build was not
7165 started yet, else build the current stage.
7166 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7167 (all-build, all-host, all-target, [+make_target+]-host,
7168 [+make_target+]-target): Do not use \-continued lines.
7169 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7170 (current_stage, restrap, stage_last): New.
7171
7172 * Makefile.in: Regenerate.
7173 * configure: Regenerate.
7174
63a7c9ef
BD
71752006-02-19 Bud Davis <jmdavis@link.com>
7176
7177 * MAINTAINERS (Write After Approval): Remove myself.
7178 (Language Front End Maintainers): Add myself as fortran 95
7179 maintainer and update e-mail address.
7180
a3543e3a
FXC
71812006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7182
7183 * MAINTAINERS (Write After Approval): Remove myself.
7184 (Language Front End Maintainers): Add myself as fortran 95
7185 maintainer.
7186
ca5b1d2c
VK
71872006-02-16 Victor Kaplansky <victork@il.ibm.com>
7188
7189 * MAINTAINERS (Write After Approval): Add myself.
7190
0499513f
TK
71912006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7192
7193 * MAINTAINERS (Write After Approval): Remove myself.
7194 (Language Front End Maintainers): Add myself as
7195 fortran 95 maintainer.
7196
d1f8db0c
PB
71972006-02-14 Paolo Bonzini <bonzini@gnu.org>
7198
7199 Sync from src:
7200
7201 2005-12-27 Leif Ekblad <leif@rdos.net>
7202
cc6010cd
AP
7203 * configure.in: Add support for RDOS target.
7204 * configure: Regenerate.
d1f8db0c
PB
7205
72062006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 7207 Andreas Schwab <schwab@suse.de>
d1f8db0c 7208
cc6010cd 7209 * configure: Regenerate.
d1f8db0c 7210
cac90078
DE
72112006-02-12 David Edelsohn <edelsohn@gnu.org>
7212
7213 * configure.in (enable_libgomp): Add AIX.
7214 * configure: Regenerate.
7215
bd37fbf5
MK
72162006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7217
7218 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7219
23027b7a
LM
72202006-02-03 Lee Millward <lee.millward@gmail.com>
7221
7222 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7223
0058967b
RG
72242006-01-31 Richard Guenther <rguenther@suse.de>
7225 Paolo Bonzini <bonzini@gnu.org>
7226
7227 * Makefile.def (target_modules): Add libgcc-math target module.
7228 * configure.in (target_libraries): Add libgcc-math target library.
7229 (--enable-libgcc-math): New configure switch.
7230 * Makefile.in: Re-generate.
7231 * configure: Re-generate.
7232 * libgcc-math: New toplevel directory.
7233
e8b05380
PB
72342006-01-26 Paolo Bonzini <bonzini@gnu.org>
7235
7236 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7237 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7238 the assembler, linker and binutils.
7239 * configure: Regenerate.
7240
d54d5437
DM
72412006-01-22 Dirk Mueller <dmueller@suse.de>
7242
7243 * MAINTAINERS (Write After Approval): Add myself.
7244
670cbfcf
DN
72452006-01-20 Diego Novillo <dnovillo@redhat.com>
7246
7247 * configure: Regenerate.
7248
953ff289
DN
72492006-01-18 Richard Henderson <rth@redhat.com>
7250 Jakub Jelinek <jakub@redhat.com>
7251 Diego Novillo <dnovillo@redhat.com>
7252
7253 * libgomp: New directory.
7254 * Makefile.def: Add target_module libgomp.
7255 * Makefile.in: Regenerate.
7256 * configure.in (target_libraries): Add target-libgomp.
7257 * configure: Regenerate.
7258
32ce4048
AO
72592006-01-05 Alexandre Oliva <aoliva@redhat.com>
7260
7261 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7262 @ from continuation.
7263 * Makefile.in: Rebuilt.
7264
0eaf8e17 72652006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 7266
c76c0c83
CL
7267 * MAINTAINERS (Write After Approval): Add myself.
7268
2d309510
PB
72692006-01-04 Paolo Bonzini <bonzini@gnu.org>
7270
7271 PR bootstrap/24252
7272
7273 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7274 * Makefile.tpl (OBJDUMP): New.
7275 (EXTRA_HOST_FLAGS): Add it.
7276 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7277
953ff289
DN
7278 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7279 to use symbolic links between directories. Avoid race conditions
7280 or make them harmless.
7281 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
7282
7283 * Makefile.def (LEAN): Pass.
7284 * Makefile.tpl (LEAN): Define.
7285 (stage[+id+]-start): Accept that the previous directory does not
7286 exist, if the bootstrap is lean.
7287 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7288 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7289 configure substitution.
7290 ([+compare-target+]): Likewise.
7291 ([+bootstrap-target+]-lean): New.
7292 * configure.in: Remove lean bootstrap support from here.
7293
953ff289
DN
7294 * Makefile.in: Regenerate.
7295 * configure: Regenerate.
2d309510 7296
368872c3
BE
72972006-01-04 Ben Elliston <bje@au.ibm.com>
7298
7299 * MAINTAINERS (libdecnumber): Add myself.
7300
d79e6356
MM
73012006-01-02 Mark Mitchell <mark@codesourcery.com>
7302
7303 * libtool-ldflags: New script.
7304
a6fbc1e2
AS
73052006-01-02 Andreas Schwab <schwab@suse.de>
7306
7307 * configure.in: When reconfiguring remove Makefile in
7308 all stage directories.
7309 * configure: Regenerate.
7310
103a4b39
SB
73112005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7312
7313 * MAINTAINERS: Update my email address.
7314
212f829c
PB
73152005-12-20 Paolo Bonzini <bonzini@gnu.org>
7316
7317 Revert Ada-related part of the previous change.
7318
7319 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7320 Do not pass.
7321 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7322 * Makefile.in: Regenerate.
7323 * configure.in: Do not include mt-ppc-aix target fragment.
7324 * configure: Regenerate.
7325
8ef1f2df
PB
73262005-12-19 Paolo Bonzini <bonzini@gnu.org>
7327
7328 * configure.in: Select appropriate fragments for PowerPC/AIX.
7329 * configure: Regenerate.
7330
7331 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7332 BOOT_CFLAGS, BOOT_LDFLAGS.
7333 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7334 BOOT_CFLAGS, BOOT_LDFLAGS.
7335 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7336 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7337 (stage): Fail if we cannot complete the work.
7338 * Makefile.in: Regenerate.
7339
ab34901f
NS
73402005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7341
7342 * configure.in: Replace ms1 with mt.
7343 * configure: Rebuilt.
7344
cbe82f21
BM
73452005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7346
7347 * MAINTAINERS: Update my email address.
7348
19843472
PB
73492005-12-15 Paolo Bonzini <bonzini@gnu.org>
7350
7351 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7352 install-host-nogcc): Don't invoke $(stage) at the end.
7353 * Makefile.in: Regenerate.
7354
1ca26cd2
PB
73552005-12-14 Paolo Bonzini <bonzini@gnu.org>
7356
7357 * configure.in: Flip the top-level bootstrap switch.
7358 * configure: Regenerate.
7359
f41d6665
DJ
73602005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7363 $(stage) and $(unstage).
7364 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7365 (all): Remove stray semicolon.
7366 (local-distclean): Don't handle multilib.tmp and multilib.out.
7367 (install.all): Set $s for consistency.
7368 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7369 check_multilibs setting. Always make the install directory.
7370 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7371 Correct @if/@endif.
7372 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7373 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7374 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7375 (multilib.out): Remove.
7376 * Makefile.in: Regenerated.
7377
dce2d8b2 73782005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
7379
7380 * MAINTAINERS (Write After Approval): Add myself.
7381
64f182bd
NS
73822005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7383
121b2cee
NS
7384 * MAINTAINERS: Add myself as mt maintainer.
7385
64f182bd
NS
7386 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7387
a6d63770
AN
73882005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7389
7390 * MAINTAINERS: Change email address.
7391
2abefe3d
PB
73922005-12-05 Paolo Bonzini <bonzini@gnu.org>
7393
7394 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7395 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7396 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7397 Find in-tree tools if available.
7398 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7399 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7400 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7401 (COMPILER_*_FOR_TARGET): New.
7402 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7403 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7404 (CONFIGURED_*, USUAL_*): Remove.
7405 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7406 STRIP): Use autoconf substitutions.
7407 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7408 COMPILER_NM_FOR_TARGET): New.
7409 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7410
7411 (all): Make all-host and all-target in parallel.
7412 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7413 that $$r and $$s are set before invoking a recursive make.
7414 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7415 ([+bootstrap-target+]): Inline most of the `all' target.
7416
2f3bdde7
BE
74172005-11-29 Ben Elliston <bje@au.ibm.com>
7418
7419 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7420 from the gcc build directory.
7421 * Makefile.in: Regenerate.
7422
a4b6c45a
BE
74232005-11-29 Ben Elliston <bje@au.ibm.com>
7424
7425 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7426 depend on all-libdecnumber.
7427 * configure.in (host_libs): Include libdecnumber.
7428 * Makefile.in: Regenerate.
7429 * configure: Likewise.
7430
473a74b9
BE
74312005-11-29 Ben Elliston <bje@au.ibm.com>
7432
7433 * libdecnumber: Import decNumber sources from the dfp-branch.
7434
b4623110
KJ
74352005-11-21 Kean Johnston <jkj@sco.com>
7436
7437 * config.sub, config.guess: Sync from upstream sources.
7438
67dc1785
BE
74392005-11-21 Ben Elliston <bje@au.ibm.com>
7440
7441 Import from Autoconf sources:
7442
7443 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7444 * config/move-if-change: Don't output "$2 is unchanged";
7445 suggested by Ben Elliston. Handle weird characters correctly.
7446
186abafe
AT
74472005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7448
7449 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7450 to match upstream libtool for darwin.
7451
ef9db8d5
DJ
74522005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7453
7454 * Makefile.def: Remove gdb dependencies for gdbtk.
7455 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7456 (configure-gdb, install-gdb): New rules.
7457 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7458 * Makefile.in, configure: Regenerated.
7459
9c5141ab
JB
74602005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7461
7462 * MAINTAINERS (Write After Approval): Add myself.
7463
4523d51b
EE
74642005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7465
7466 * MAINTAINERS (Write After Approval): Add myself.
7467
086b011c
DN
74682005-10-24 Diego Novillo <dnovillo@redhat.com>
7469
7470 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7471 Diego Novillo.
7472
e7c84bf8
PB
74732005-10-22 Paolo Bonzini <bonzini@gnu.org>
7474
7475 PR bootstrap/24297
7476 * Makefile.tpl (do-[+make-target+], do-check, install,
7477 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7478 are set before recursing.
7479 * Makefile.in: Regenerate.
7480
b88a7564
EB
74812005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7482
7483 PR bootstrap/18939
7484 * Makefile.def (gcc) <target>: Fix thinko.
7485 * Makefile.in: Regenerate.
7486
61efc800
BS
74872005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7488
7489 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7490 * configure: Regenerate.
7491
f53d2869
JZ
74922005-10-15 Jie Zhang <jie.zhang@analog.com>
7493
7494 * MAINTAINERS (Write After Approval): Add self.
7495
077fc835
KH
74962005-10-08 Kazu Hirata <kazu@codesourcery.com>
7497
7498 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7499 target-libffi, target-qthreads, target-libjava, and
7500 targetlibobjc.
7501 * configure: Regenerate.
7502
d739199a
DJ
75032005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7504
7505 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7506 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7507 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7508 (USUAL_OBJDUMP_FOR_TARGET): New.
7509 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7510 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 7511 * configure, Makefile.in: Regenerated.
d739199a 7512
db38c6bb
PB
75132005-10-05 Paolo Bonzini <bonzini@gnu.org>
7514
7515 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7516 before other host packages.
7517
3015564c
KK
75182005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7519
7520 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7521
1061f99e
PB
75222005-10-05 Paolo Bonzini <bonzini@gnu.org>
7523
7524 PR bootstrap/22340
7525
7526 * configure.in (default_target): Remove.
7527 * Makefile.tpl (all): Do not use prerequisites as subroutines
7528 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7529 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7530 use prerequisites as subroutines.
7531 (check-host, check-target): New.
7532 (bootstrap configure & all targets): Do not use stage*-start
7533 if the directory layout is already ok.
7534 (non-bootstrap configure & all targets): Prepend a $(unstage).
7535 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7536 (NOTPARALLEL): Remove.
7537 (unstage, stage variables): New variables.
7538 (unstage, stage targets): Simply expand to those variables.
7539
7540 * configure: Regenerate.
7541 * Makefile.in: Regenerate.
7542
4a9c436f
JW
75432005-10-04 James E Wilson <wilson@specifix.com>
7544
7545 * Makefile.def (lang_env_dependencies): Add libmudflap.
7546 * Makefile.in: Regenerate.
7547
37150080
AS
75482005-10-03 Andreas Schwab <schwab@suse.de>
7549
7550 Backport from libtool CVS:
7551 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7552
7553 * ltmain.sh: add support for installing into temporary
7554 staging area (e.g. 'make install DESTDIR=...')
7555
39d16468
L
75562005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7557
7558 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7559 * configure: Regenerated.
7560
72a7ab82
AP
75612005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7562
7563 * configure: Regenerate with the correct
7564 autoconf version.
7565
6b65a26d
CM
75662005-09-30 Catherine Moore <clm@cm00re.com>
7567
7568 * configure.in (bfin-*-*): New.
7569 * configure: Regenerated.
7570
040b1c5a
GK
75712005-09-28 Geoffrey Keating <geoffk@apple.com>
7572
7573 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7574 (LIPO_FOR_TARGET): New.
7575 (CONFIGURED_LIPO_FOR_TARGET): New.
7576 (USUAL_LIPO_FOR_TARGET): New.
7577 (STRIP_FOR_TARGET): New.
7578 (CONFIGURED_STRIP_FOR_TARGET): New.
7579 (USUAL_STRIP_FOR_TARGET): New.
7580 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7581 STRIP_FOR_TARGET.
7582 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7583 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7584 * Makefile.in: Regenerate.
7585 * configure: Regenerate.
7e050830 7586
3a3c28db
DE
75872005-09-19 David Edelsohn <edelsohn@gnu.org>
7588
7589 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7590 (rs6000-*-aix*): Same.
7591 * configure: Regenerate.
7592
2749a921
TT
75932005-09-16 Tom Tromey <tromey@redhat.com>
7594
7595 * MAINTAINERS: Add self as java maintainer.
7596
7f26dfa3
FXC
75972005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7598
7599 * configure.in: Recognize f95 in the --enable-languages option,
7600 and substitute it for fortran, issuing a warning.
7601 * configure: Regenerate.
7602
d8852c4f
PE
76032005-08-30 Phil Edwards <phil@codesourcery.com>
7604
7605 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7606 * configure: Regenerated.
7607
ad685e81
AH
76082005-08-22 Aldy Hernandez <aldyh@redhat.com>
7609
7610 * MAINTAINERS: Add self as ms1 maintainer.
7611
b00d752c
RE
76122005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7613
7614 * Makefile.def (libssp): Add to lang_env_dependencies.
7615 * Makefile.in: Regenerate.
7616
9ed8fb9b
ILT
76172005-08-18 Ian Lance Taylor <ian@airs.com>
7618
7619 * MAINTAINERS: Add myself as middle-end maintainer.
7620
0f029d39
CG
76212005-08-17 Christian Groessler <chris@groessler.org>
7622
7623 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7624 * Makefile.in: Regenerate.
7625
81087874
AK
76262005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7627
7628 * MAINTAINERS (write after approval): Added myself.
7629
6a134f1c
MR
76302005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7631
7632 * MAINTAINERS (Write After Approval): Add myself.
7633
2693c0b0
PB
76342005-08-12 Paolo Bonzini <bonzini@gnu.org>
7635
7636 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7637 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7638 Look for alternate names of the target cc and c++
7639 * configure: Regenerate.
7640
4de997d1
PB
76412005-08-08 Paolo Bonzini <bonzini@gnu.org>
7642
7643 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7644 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7645 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7646 tools; remove code to manually set them.
7647 (Target tools): Look in the environment for them.
7648 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7649 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7650 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7651 build directory.
7652 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7653 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7654 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7655 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7656 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7657 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7658 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7659 * configure: Regenerate.
7660 * Makefile.in: Regenerate.
7661
b089e33a
BE
76622005-07-28 Ben Elliston <bje@au.ibm.com>
7663
7664 * MAINTAINERS: Update for removed CPU targets.
7665
e3791243
MM
76662005-07-27 Mark Mitchell <mark@codesourcery.com>
7667
7668 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 7669 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
7670 * Makefile.in: Regenerated.
7671
526635cb
MM
76722005-07-26 Mark Mitchell <mark@codesourcery.com>
7673
7674 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7675 (CFLAGS_FOR_TARGET): Use it.
7676 (CXXFLAGS_FOR_TARGET): Likewise.
7677 * Makefile.in: Regenerated.
7678 * configure.in (--with-build-sysroot): New option.
7679 * configure: Regenerated.
7680
19791f70
PB
76812005-07-24 Paolo Bonzini <bonzini@gnu.org>
7682
7683 * Makefile.tpl: Wrap install between unstage and stage
7684 * Makefile.in: Regenerate.
7685
35f5a23f
EC
76862005-07-21 Eric Christopher <echristo@apple.com>
7687
7688 * MAINTAINERS: Update affiliation.
7689
ff3ddf15
PW
76902005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7691
7692 * MAINTAINERS: Add self as crx port maintainer.
7693
3a664c1c
DD
76942005-07-20 DJ Delorie <dj@redhat.com>
7695
7696 * MAINTAINERS: Add self as m32c maintainer.
7697
539df155
KC
76982005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7699
7700 * all files: Update FSF address.
7701
be9c593a
EC
77022005-07-15 Eric Christopher <echristo@redhat.com>
7703
7704 * MAINTAINERS: Change affiliation.
7705
fd7ea4ab
JB
77062005-07-14 Jim Blandy <jimb@redhat.com>
7707
7708 * configure.in: Add cases for Renesas m32c.
7709 * configure: Regenerated.
7e050830 7710
0063a823
KC
77112005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7712
d0ca130a
KC
7713 * COPYING.LIB: Update from fsf.org.
7714
77152005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7716
7717 * COPYING, compile, config.guess,
0063a823
KC
7718 config.sub, install-sh, missing, mkinstalldirs,
7719 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 7720 * config-ml.in: Update FSF address.
0063a823 7721
a8ba31f2
EC
77222005-07-13 Eric Christopher <echristo@redhat.com>
7723
7724 * configure.in: Add toplevel noconfigdir support for tpf.
7725 * configure: Regenerate.
7726
5bea4a03
PB
77272005-07-11 Paolo Bonzini <bonzini@gnu.org>
7728
7729 PR ada/22340
7730
7731 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7732 * Makefile.in: Regenerate.
7733
284bdbbd
MM
77342005-07-07 Mark Mitchell <mark@codesourcery.com>
7735
7736 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 7737 Brolley to write-after-approval.
284bdbbd 7738
452190fb
AS
77392005-07-07 Andreas Schwab <schwab@suse.de>
7740
7741 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7742 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7743 * Makefile.in: Regenerated.
7744
9c8f9ec2
GK
77452005-07-06 Geoffrey Keating <geoffk@apple.com>
7746
7747 * configure.in: Don't build sim or rda when targetting darwin.
7748 * configure: Regenerate.
7749
ef0087a7
KH
77502005-07-06 Kazu Hirata <kazu@codesourcery.com>
7751
7752 * configure.in: Add --enable-libssp and --disable-libssp.
7753 * configure: Regenerate with autoconf-2.13.
7754
77008252
JJ
77552005-07-02 Jakub Jelinek <jakub@redhat.com>
7756
7757 * Makefile.def (target_modules): Add libssp.
7758 * configure.in (target_libraries): Add target-libssp.
7759 * configure: Rebuilt.
7760 * Makefile.in: Rebuilt.
7761
a04eae1b
ZW
77622005-07-01 Zack Weinberg <zackw@panix.com>
7763
7764 * MAINTAINERS: Change email address. Resign from maintainership.
7765
948884cd
RG
77662005-07-01 Richard Guenther <rguenther@suse.de>
7767
7768 * MAINTAINERS: Change my e-mail address and affiliation.
7769
c7870f5d
PB
77702005-06-22 Paolo Bonzini <bonzini@gnu.org>
7771
7772 * Makefile.def (stagefeedback): Come after profile.
7773 Define profiledbootstrap target.
7774 * Makefile.tpl (profiledbootstrap): Remove.
7775 (stageprofile-end): Zap stagefeedback.
7776 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7777 * Makefile.in: Regenerate.
7778
ab99519a
RS
77792005-06-13 Richard Sandiford <richard@codesourcery.com>
7780
7781 * MAINTAINERS: Update my email address.
7782
f610dd5f
ZW
77832005-06-13 Zack Weinberg <zack@codesourcery.com>
7784
7785 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7786 In 'cpp' stanza, support '#line' as well as '# '.
7787
71bc2a83
AS
77882005-06-08 Andreas Schwab <schwab@suse.de>
7789
7790 * MAINTAINERS: Move myself from 'Write After Approval' to
7791 'CPU Port Maintainers' section as m68k maintainer.
7792
4fab7234
HPN
77932005-06-07 Hans-Peter Nilsson <hp@axis.com>
7794
7795 * configure.in (unsupported_languages): New macro.
7796 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7797 non-ported target libraries in noconfigdirs.
7798 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7799 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 7800 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
7801 unsupported_languages.
7802 * configure: Regenerate.
7803
68193f9b
TS
78042005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7805
7806 * configure.in: Fix typo in handling of --with-mpfr-dir.
7807 * configure: Regenerate.
7808
f26f6b8d
RS
78092005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7810
7811 * MAINTAINERS: Update my email address.
7812
ba4853f8
JB
78132005-06-02 Jim Blandy <jimb@redhat.com>
7814
7815 * config.sub: Add cases for the Renesas m32c. (This patch has been
7816 accepted into the master sources.)
7817
79dd769c 78182005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
7819 Michael Snyder <msnyder@redhat.com>
7820 Stan Cox <scox@redhat.com>
79dd769c 7821
f610dd5f 7822 * configure.in: Set noconfigdirs for ms1.
79dd769c 7823
f610dd5f 7824 * configure: Regenerate.
79dd769c 7825
d29e107f
JD
78262005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7827
7828 * MAINTAINERS (Write After Approval): Add self.
7829
e93196c3
JC
78302005-06-01 Josh Conner <jconner@apple.com>
7831
7832 * MAINTAINERS (Write After Approval): Add self.
7833
ae263c7a
KH
78342005-06-01 Kazu Hirata <kazu@codesourcery.com>
7835
7836 * MAINTAINERS: Update my email address.
7837
585b3aa3
ZM
78382005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7839
7840 * MAINTAINERS (Write After Approval): Add self.
7841
4930c50b
CD
78422005-05-26 Chris Demetriou <cgd@broadcom.com>
7843
7844 * MAINTAINERS (Write After Approval): Remove self.
7845
2dfbef6d
PB
78462005-05-25 Paolo Bonzini <bonzini@gnu.org>
7847
7848 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7849 (Dependencies): Consider target modules for bootstrap dependencies.
7850 Make target bootstrap modules depend on each stage's gcc.
7851 * Makefile.in: Regenerate.
7852
bcb28cf5
PB
78532005-05-20 Paolo Bonzini <bonzini@gnu.org>
7854
7855 * Makefile.def (configure-gcc): Depend on binutils having been built.
7856 (all-gcc): No need to do it here.
7857 * Makefile.in: Regenerate.
7858
0cf085e4
PB
78592005-05-19 Paul Brook <paul@codesourcery.com>
7860
f610dd5f 7861 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
7862 language cannot be built.
7863 * configure: Regenerate.
7864
dfb2c39a
DJ
78652005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7866
7867 * ylwrap: Import from Automake 1.9.5.
7868
771aaa92
DU
78692005-05-13 David Ung <davidu@mips.com>
7870
7871 * MAINTAINERS (Write After Approval): Add self.
7872
3ac9bd58
MS
78732005-05-09 Mike Stump <mrs@apple.com>
7874
7875 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7876 lt_cv_sys_max_cmd_len for now.
f610dd5f 7877
f77a5578
SC
78782005-05-09 Stan Cox <scox@redhat.com>
7879
7880 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7881
795e36e5
MK
78822005-05-08 Matt Kraai <kraai@ftbfs.org>
7883
7884 * README.SCO: Update the URL.
7885
c9392a2b
DE
78862005-05-05 David Edelsohn <edelsohn@gnu.org>
7887
7888 * ltconfig: Define file_list_spec. Pass file_list_spec and
7889 with_gnu_ld to libtool.
7890 * ltcf-c.sh (aix[45]): Define file_list_spec.
7891 * ltcf-cxx.sh (aix[45]): Same.
7892 * ltcf-gcj.sh (aix[45]): Same.
7893 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7894 exists, write list of input files to temporary file.
7895
bebcd931
MS
78962005-05-04 Mike Stump <mrs@apple.com>
7897
7898 * configure.in: Always pass --target to target configures as
7899 otherwise rebuilds that do --recheck will fail.
7900 * confiugure: Rebuilt.
7901
ce406537
PB
79022005-05-04 Paolo Bonzini <bonzini@gnu.org>
7903
7904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7905 STAGE_HOST_EXPORTS.
7906 (configure, all): Add bootstrap support.
7907 (Host modules, target modules): Pass post-stage1 flags and exports.
7908 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7909 * Makefile.in: Regenerate.
7910
aa9dcfc4
PB
79112005-04-29 Paolo Bonzini <bonzini@gnu.org>
7912
7913 * configure: Regenerate.
7914
b6f9abcf
MS
79152005-04-27 Mike Stump <mrs@apple.com>
7916
7917 * MAINTAINERS: Add self as darwin maintainer.
7918
acb217cb
BS
79192005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7920
7921 * config.sub: Update from master copy.
7922
b6dae270
MS
79232005-04-21 Mike Stump <mrs@apple.com>
7924
7925 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7926 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7927
c2e0d3a9
HPN
79282005-04-19 Hans-Peter Nilsson <hp@axis.com>
7929
7930 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7931 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7932 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7933 "*-*-elf" and "*-*-linux*".
7934 * configure: Regenerate.
7935
871ae772
JM
79362005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7937
7938 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7939
bf070c29
MS
79402005-04-12 Mike Stump <mrs@apple.com>
7941
7942 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7943
e865b6f7
TK
79442005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7945
7946 * MAINTAINERS (Write After Approval): Add myself.
7947
7b71ad7f
BS
79482005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7949
7950 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7951
25b42232
PB
79522005-04-06 Paolo Bonzini <bonzini@gnu.org>
7953
f610dd5f 7954 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
7955 (TARGET_CONFIGARGS): Include --with-target-subdir.
7956 (configure, all): New macros. Use them throughout.
7957 * Makefile.in: Regenerate.
7958
d727c624
JG
79592005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7960
7961 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 7962
fff72cc4
ZD
79632005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7964
7965 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7966
86472dc3
GP
79672005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7968
7969 * MAINTAINERS: Move John Carr to Write After Approval.
7970
dce2d8b2 79712005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
7972
7973 * config/mh-mingw32: Delete.
7974 * configure.in: Don't use it.
7975 * configure: Regenerate.
7976
33da42bc
PB
79772005-03-31 Paolo Bonzini <bonzini@gnu.org>
7978
7979 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7980 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 7981 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
7982 (HOST_LIB_PATH): Generate from Makefile.def.
7983 (TARGET_LIB_PATH): Likewise.
7984 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7985 * Makefile.in: Regenerate.
7986 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7987 (RPATH_ENVVAR): Include Darwin case.
7988 * configure: Regenerate.
7989
15cc1841
TF
79902005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7991
7992 * MAINTAINERS (Various Maintainers): Remove self.
7993 (Write After Approval): Add self.
7994
6a8c79d5
TF
79952005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7996
7997 * MAINTAINERS (Various Maintainers): Add self.
7998
256f7136
PB
79992005-03-25 Paolo Bonzini <bonzini@gnu.org>
8000
8001 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8002 * configure: Regenerate.
8003
191dd2c9
ZW
80042005-03-21 Zack Weinberg <zack@codesourcery.com>
8005
8006 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8007 gcc_version, and gcc_version_trigger from set of flags to pass.
8008 * Makefile.tpl: Remove definitions of above variables.
8009 (config.status): Remove dependency on $(gcc_version_trigger).
8010 * Makefile.in: Regenerate.
8011 * configure.in: Do not reference config/gcc-version.m4 nor
8012 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8013 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8014 * configure: Regenerate.
8015
ef6e9bc0 80162005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 8017 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
8018
8019 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8020 * Makefile.in: Regenerate.
8021
009bbd5a
FW
80222005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8023
8024 * MAINTAINERS (Write After Approval): Add myself.
8025
09f8755b
DA
80262005-03-03 David Ayers <d.ayers@inode.at>
8027
8028 * MAINTAINERS (Write After Approval): Add myself.
8029
e73ed25c
AO
80302005-03-01 Alexandre Oliva <aoliva@redhat.com>
8031
8032 PR libgcj/20160
8033 * ltmain.sh: Avoid creating archives with components that have
8034 duplicate basenames.
8035
ace9ac7b
AP
80362005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8037
8038 PR bootstrap/20250
8039 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8040 instead of check.
8041 * Makefile.in: Regenerate.
8042
c9db9354
PB
80432005-02-28 Paolo Bonzini <bonzini@gnu.org>
8044
8045 * Makefile.in: Regenerate to fix conflict between the previous two
8046 patches.
8047
215c351a
PB
80482005-02-28 Paolo Bonzini <bonzini@gnu.org>
8049
8050 PR bootstrap/17383
8051 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8052 * Makefile.tpl (HOST_SUBDIR): New substitution.
8053 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8054 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8055 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8056 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8057 (Host modules, Bootstrapped modules): Use it.
8058 (Build modules, Target modules): Do not create symlink trees,
8059 always configure out-of-srcdir.
8060 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8061 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8062 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8063 $(HOST_SUBDIR). Create a symlink for host_subdir.
8064
8065 * Makefile.in: Regenerate.
8066 * configure: Regenerate.
8067
5395b47b
NN
80682005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8069
8070 Merged from libada-gnattools-branch:
8071 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8072
8073 * gnattools: New directory.
8074 * Makefile.def: Add gnattools as a module, depending on target-libada.
8075 * Makefile.in: Regenerate.
8076 * configure.in: Include gnattools in host_tools; disable it if ada
8077 is disabled.
8078 * configure: Regenerate.
8079
ca2cc05c
JM
80802005-02-24 James A. Morrison <phython@gcc.gnu.org>
8081
8082 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8083 treelang maintainer.
8084 (Write After Approval): Remove myself.
8085
d2f3024f
PS
80862005-02-23 Paul Schlie <schlie@comcast.net>
8087
8088 * configure.in: Allow darwin targeted ports to build tk, itcl and
8089 libgui.
8090 * configure: Regenerate.
8091
bba5e0ca
EB
80922005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8093
8094 PR libgcj/10353
8095 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8096 * configure: Regenerate.
8097
70132ce7
SK
80982005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8099
8100 * MAINTAINERS (Write After Approval): Add myself.
8101
20f0edca
ILT
81022005-02-10 Ian Lance Taylor <ian@airs.com>
8103
8104 * MAINTAINERS: Update my e-mail address.
8105
e64e5109
RG
81062005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8107
8108 * MAINTAINERS (Write After Approval): Add myself.
8109
40d64b5a
HPN
81102005-01-29 Hans-Peter Nilsson <hp@axis.com>
8111
8112 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8113 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8114 target-libgloss when not *-*-elf and *-*-aout.
8115 * configure: Regenerate.
8116
54a12711
KH
81172005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8118
8119 * MAINTAINERS: Remove obsolete entries.
8120
0aa99dbb
KH
8121 * MAINTAINERS (Write After Approval): Add Michael Matz.
8122
2b009f5f
NB
81232005-01-19 Neil Booth <neil@daikokuya.co.uk>
8124
8125 * MAINTAINERS: Remove self as cpplib maintainer.
8126
385870f5
KC
81272005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8128
8129 * install-sh, config.sub: Import from upstream.
8130
e7daab31
KC
81312005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8132
8133 PR bootstrap/18222
8134 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8135 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8136 * Makefile.in: Regenerate.
8137
e6003f4d
JT
81382005-01-16 Jason Thorpe <thorpej@netbsd.org>
8139
8140 * MAINTAINERS: Update my email address.
8141
145e2972 81422005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 8143 Andreas Schwab <schwab@suse.de>
145e2972
DE
8144
8145 PR bootstrap/18033
8146 * config-ml.in: Eval option if surrounded by single quotes.
8147
86c7e0da
PB
81482005-01-03 Paolo Bonzini <bonzini@gnu.org>
8149
8150 Revert 2004-12-28 Makefile changes, a better fix will be
8151 applied to mainline and src after GCC 4.0 branches.
8152
3224a22f
PB
81532004-12-28 Paolo Bonzini <bonzini@gnu.org>
8154
8155 PR bootstrap/17383
8156
8157 * Makefile.def (target_modules): Remove stage parameter,
8158 it is always true now.
8159 * Makefile.tpl (configure-build-[+module+],
8160 configure-target-[+module+]): Always build symlink tree
8161 for the directory and for include. BUILD_SUBDIR and
8162 TARGET_SUBDIR cannot be . anymore.
8163 * Makefile.in: Regenerate.
8164
aaf51ca2
DE
81652004-12-25 David Edelsohn <edelsohn@gnu.org>
8166
8167 Revert 2004-12-08 Makefile changes.
8168
4e32e454
DS
81692004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8170
8171 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8172 cygwin, mingw.
8173
669f01d8
AS
81742004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8175
8176 * configure.in (sh64-*-*): Reenable gprof.
8177 * configure: Regenerate.
8178
1b227ee0
DE
81792004-12-08 David Edelsohn <edelsohn@gnu.org>
8180
8181 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8182 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8183 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8184 * Makefile.in: Regenerate.
8185
ce5e944c
CF
81862004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8187
8188 * MAINTAINERS: Update my email address.
8189
893f1e87
MK
81902004-12-07 Matt Kraai <kraai@ftbfs.org>
8191
8192 * Makefile.tpl: Generate normal dependencies if the LHS module is
8193 not bootstrapped.
8194 * Makefile.in: Regenerate.
8195
bb59c339
RS
81962004-12-03 Richard Sandiford <rsandifo@redhat.com>
8197
8198 * configure.in: Include config/gxx-include-dir.m4. Use
8199 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8200 * configure: Regenerate.
8201
4982adbe
RS
82022004-12-03 Richard Sandiford <rsandifo@redhat.com>
8203
8204 * config.if: Delete.
8205 * configure.in: Set libstdcxx_incdir directly.
8206 * configure: Regenerate.
8207
05750653
EC
82082004-12-02 Eric Christopher <echristo@redhat.com>
8209
8210 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8211 * Makefile.in: Regenerate.
8212
5fef1dbd
RS
82132004-12-02 Richard Sandiford <rsandifo@redhat.com>
8214
8215 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8216 * configure: Regenerate.
8217
afabd8e6
RS
82182004-12-02 Richard Sandiford <rsandifo@redhat.com>
8219
8220 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8221 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8222 * configure: Regenerate.
8223
78716e86
EC
82242004-12-01 Eric Christopher <echristo@redhat.com>
8225
8226 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8227 of things to remove.
8228
57ab8ba9
MK
82292004-11-29 Matt Kraai <kraai@ftbfs.org>
8230
8231 * MAINTAINERS (Write After Approval): Update my e-mail address.
8232
2539bffe
KC
82332004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8234
8235 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8236 from CVS libtool to always pass_all.
8237
3e732ba0
JDA
82382004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8239
8240 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8241 (hppa*64*-*-*): Delete incorrect comment.
8242 * configure: Rebuilt.
8243
767f726e
KC
82442004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8245
8246 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8247
2c92e90f
KC
82482004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8249
8250 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8251 from CVS libtool to always pass_all.
8252
32f84e48
KC
82532004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8254
8255 * install-sh, compile: Import from automake.
8256
9587be8a
KC
82572004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8258
8259 * config.guess, config.sub: Import from savannnah.
8260
04e81808 82612004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
8262
8263 * MAINTAINERS (Write After Approval): Add myself
8264
f87a2b2e
MS
82652004-11-12 Mike Stump <mrs@apple.com>
8266
8267 * Makefile.def: Add html support.
8268 * Makefile.tpl: Likewise.
8269 * Makefile.in: Regenerate.
8270
848556c2
GK
82712004-11-11 Geoffrey Keating <geoffk@apple.com>
8272
556f03c4
GK
8273 PR 18423
8274 * configure.in: Remove all instances of build-fixincludes from
8275 noconfigdirs.
8276 (build_configargs): Supply --target to subdirectories.
8277 * configure: Regenerate.
8278
848556c2
GK
8279 * Makefile.def: Make gcc install depend on fixincludes install.
8280 * Makefile.in: Regenerate.
8281
9e5712a5
JJ
82822004-11-10 Janis Johnson <janis187@us.ibm.com>
8283
8284 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8285
4ef509c0
PB
82862004-11-11 Paul Brook <paul@codesourcery.com>
8287
8288 * MAINTAINERS: Add self as arm maintainer. Update email address.
8289
20d11df6
HPN
82902004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8291
8292 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8293 target-libgfortran.
79fd8592 8294 * configure: Regenerate.
20d11df6 8295
68c70f15
DE
82962004-11-07 David Edelsohn <edelsohn@gnu.org>
8297
8298 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8299 like CC.
8300
54f88091
PB
83012004-11-05 Paolo Bonzini <bonzini@gnu.org>
8302
8303 * Makefile.def (host fixincludes): Specify missing targets.
8304 * Makefile.in: Regenerate.
8305
6866abb8
RC
83062004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8307
8308 * MAINTAINERS: Add myself
8309
83f62578
GL
83102004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8311
8312 * MAINTAINERS (Write After Approval): Add myself.
8313
53c7ffe7
GK
83142004-11-04 Geoffrey Keating <geoffk@apple.com>
8315
8316 * Makefile.def: Build fixincludes for the host, too.
8317 * Makefile.in: Regenerate.
8318 * configure.in (host_tools): Add fixincludes.
8319 * configure: Regenerate.
8320
ac8b3d9d
DJ
83212004-11-04 Daniel Jacobowitz <dan@debian.org>
8322
8323 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8324 * configure: Regenerated.
8325
bab37580
L
83262004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8327
8328 PR other/17783
8329 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8330 * configure: Regenerated.
8331
db1de713
MM
83322004-10-31 Mark Mitchell <mark@codesourcery.com>
8333
8334 * README.SCO: Update per FSF instructions.
8335
a827e21a
EW
83362004-10-28 Eric B. Weddington <ericw@evcohs.com>
8337
8338 PR target/18151
8339 * configure.in (case ${target}): Do not build fixincludes for avr.
8340 * configure: Regenerated.
8341
9d069a4f
PB
83422004-10-26 Paolo Bonzini <bonzini@gnu.org>
8343
8344 * configure.in (case ${target}): Do not build fixincludes
8345 on platforms where it is not used.
8346 * configure: Regenerated.
8347
fc45f3fe
DJ
83482004-10-23 Daniel Jacobowitz <dan@debian.org>
8349
8350 * configure.in: Use an absolute path to install-sh.
8351 * configure: Regenerated.
8352
36554b92
AL
83532004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8354
8355 * MAINTAINERS (Write After Approval): Add myself.
8356
88e9994a
KH
83572004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8358
8359 * MAINTAINERS: Remove from Write After Approval those that are
8360 already maintainers.
8361
ad02a944
SP
83622004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8363
8364 * MAINTAINERS: Update my email address.
8365
c8e6cd41
KC
83662004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8367
8368 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8369 * configure: Regenerate.
8370
dce2d8b2 83712004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
8372
8373 * MAINTAINERS: Update my email address.
8374
a8b0957e
KH
83752004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8376
8377 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8378 entries belonging to this category.
8379
96836f61
JZ
83802004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8381
8382 * MAINTAINERS: Update my e-mail address.
8383
7e0b5752
PB
83842004-10-06 Paolo Bonzini <bonzini@gnu.org>
8385
8386 Fix wrong conflict resolution in:
8387
8388 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8389
8390 * Makefile.in: Regenerate.
8391 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8392 in the recursive `make', instead of hardwiring `all'.
8393 (Autogenerated TARGET-* variables): New.
8394
370f7a47
TL
83952004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8396
8397 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 8398 * configure: Regenerate.
370f7a47 8399
13e5d623
KH
84002004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8401
8402 * MAINTAINERS (Various Maintainers): Move the "windows,
8403 cygwin, mingw" maintainer to ...
8404 (OS Port Maintainers): ... here.
8405
a6497c1b
KH
84062004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8407
8408 * MAINTAINERS (Write After Approval): Remove those that are
8409 maintainers of some subsystem.
8410
1abb828a
D
84112004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8412
8413 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8414 * ltcf-cxx.sh (tpf*): Likewise.
8415 * ltconfig (tpf*): Add TPF OS configuration support.
8416
16d1338d
BS
84172004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8418
8419 * MAINTAINERS: Change my email address to my new work account.
8420
9082a750
MR
84212004-09-24 Michael Roth <mroth@nessie.de>
8422
8423 * configure.in (--without-headers): Add missing double quotes.
8424 * configure: Regenerate.
8425
dce2d8b2 84262004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
8427
8428 * ylwrap: Revert to previous version.
8429
4c4a5bbc
L
84302004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8431
8432 PR bootstrap/17369
8433 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8434 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8435 SET_GCC_LIB_PATH_CMD.
8436 (BASE_TARGET_EXPORTS): Likewise.
8437 * Makefile.in: Regenerated.
8438
8439 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8440 * configure: Regenerated.
8441
85f59630
KC
84422004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8443
8444 * config.guess: New upstream version
8445 * compile, depcomp, install-sh, ylwrap: Likewise.
8446
95c53c62
RS
84472004-09-19 Roger Sayle <roger@eyesopen.com>
8448
8449 * config/mh-x86omitfp: New host makefile fragment. Add
8450 -fomit-frame-pointer to the default BOOT_CFLAGS.
8451 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8452 * configure: Regenerate.
8453
0a1c093b
AP
84542004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8455
8456 PR target/11572
8457 * configure.in (*-*-darwin*): Renable libobjc.
8458 * configure: Regenerate.
8459
315fcf97
NS
84602004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8461
8462 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8463
0a050485 84642004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 8465
0a050485
DB
8466 * Makefile.def: Remove libbanshee.
8467 * Makefile.tpl: Ditto.
8468 * configure.in: Ditto.
8469 * Makefile.in: Regen.
8470 * configure: Ditto.
8471
5f4a098e
DE
84722004-09-08 David Edelsohn <edelsohn@gnu.org>
8473
8474 * ltmain.sh: Use $pic_object as $non_pic_object if
8475 $non_pic_object=none.
8476
32b2511f
PB
84772004-09-07 Paolo Bonzini <bonzini@gnu.org>
8478
8479 * missing: Import latest version from master repository.
8480
fc4d0e82
NC
84812004-09-06 Nick Clifton <nickc@redhat.com>
8482
8483 * config.sub: Import latest version from master repository.
8484 * config.guess: Likewise.
8485 This includes these changes:
78716e86 8486
fc4d0e82
NC
8487 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8488
8489 * config.sub: Handle crisv32, alias etraxfs.
8490 * config.guess (crisv32:Linux:*:*): Handle.
8491
8492 2004-08-13 Brad Smith <brad@comstyle.com>
8493
8494 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8495 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8496
8497 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8498
8499 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8500 assume the processor is a powerpc. This is because coreutils
8501 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8502 in this case, due to a MacOS X bug that causes
8503 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8504 to return a negative number.
8505 Problem reported by Petter Reinholdtsen in:
8506 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8507
8508 2004-07-19 Ben Elliston <bje@gnu.org>
8509
8510 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8511
8512 2004-06-24 Ben Elliston <bje@gnu.org>
8513
8514 * config.guess: Update copyright years.
8515 * config.sub: Likewise.
8516
8517 2004-06-22 Robert Millan <robertmh@gnu.org>
8518
8519 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8520 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8521
8522 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8523
8524 * config.guess (*:*VMS:*:*): New entry. Replaces
8525 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8526 manufacturer.
8527
8528 2004-06-22 Ben Elliston <bje@gnu.org>
8529
8530 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8531 * config.sub: Likewise.
8532
8533 2004-06-22 Ben Elliston <bje@gnu.org>
8534
8535 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8536 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8537
8538 2004-06-11 Ben Elliston <bje@gnu.org>
8539
8540 * config.guess (pegasos:OpenBSD:*:*): Remove.
8541
8542 2004-06-11 Ben Elliston <bje@gnu.org>
8543
8544 From Wouter Verhelst <wouter@grep.be>:
8545 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8546
8547 2004-06-11 Ben Elliston <bje@gnu.org>
8548
8549 * config.guess (luna88k:OpenBSD:*:*): New.
8550
8551 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8552
8553 * config.guess (m32r*:Linux:*:*): New case.
8554 * config.sub: Handle m32rle.
8555
8556 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8557
8558 From Jens Petersen <petersen@redhat.com>:
8559 * config.sub: Handle sparcv8.
8560
8561 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8562
8563 From Tom Smith <smith@cag.lkg.hp.com>:
8564 * config.guess: Version suffixes are equally significant on Tru64
8565 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8566 prefix of "P" (patched kernel).
8567
8568 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8569
8570 * config.sub: Add support for National Semiconductor CRX target.
8571
2f4cc6bf
JJ
85722004-09-03 Janis Johnson <janis187@us.ibm.com>
8573
8574 * MAINTAINERS (Various Maintainers): Remove myself as web page
8575 maintainer, add myself as maintainer of build status lists.
8576
61fec9ff
JB
85772004-09-03 Jan Beulich <jbeulich@novell.com>
8578
8579 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8580 *-*-netware, but add target-libmudflap.
8581 Consolidate *-*-netware targets (of which really only i?86 exists)
8582 into a single entry.
8583 * configure: Likewise.
8584
45f366ab
PB
85852004-09-01 Paolo Bonzini <bonzini@gnu.org>
8586
8587 * Makefile.tpl (sorry): Remove.
8588 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8589 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8590 (do-clean): Clean per-stage directories too.
8591 (do-distclean): Run distclean-stage1 too.
8592 (.NOTPARALLEL): Enable during toplevel bootstrap.
8593 (stage[+id+]-bubble): Enable parallel execution during
8594 the recursive invocation.
8595 * Makefile.in: Regenerate.
8596
8597 Fix previous checkin:
8598
8599 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8600 include.
8601 * configure.in: Fix indentation.
8602 * configure: Regenerate.
8603
dce2d8b2 86042004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 8605
45f366ab
PB
8606 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8607 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8608 * configure: regenerate
78716e86 8609 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 8610 -mdynamic-no-pic
be8fff81 8611
71b5d516
PB
86122004-08-31 Paolo Bonzini <bonzini@gnu.org>
8613
8614 * Makefile.def (build_modules): Add fixincludes.
8615 (dependencies): Make gcc depend on fixincludes.
8616 * configure.in (build_tools): Add fixincludes.
8617 (build_configdirs): Always include build_libs.
8618 * Makefile.in: Regenerate.
8619 * configure: Regenerate.
8620
86212004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
8622
8623 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8624 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8625 phony targets; do not generate timestamp files.
8626 (distclean-stageN): Remove references to their timestamp files.
8627 (restageN, touch-stageN): Remove.
8628 (stageN-bubble): Rewritten.
8629 (compare): Support lean bootstraps.
8630 * Makefile.in: Regenerate.
8631
8632 * configure.in: Only warn when bootstrapping but
8633 build != host or build != target. Support lean bootstraps.
8634 * configure: Regenerate.
8635
ce7cbbb0
PE
86362004-08-26 Phil Edwards <phil@codesourcery.com>
8637
8638 * configure.in: Give a better error message if GMP/MPFR are missing
8639 and a language needing them has been requested.
8640 * configure: Regenerated.
8641
9c71a529
PE
86422004-08-25 Phil Edwards <phil@codesourcery.com>
8643
8644 * configure.in: Print a list of available language front-ends if
8645 a requested one is missing. Tidy stray tab characters.
8646 * configure: Regenerated.
8647
e3f92d3b
MK
86482004-08-19 Michael Koch <konqueror@gmx.de>
8649
8650 * gcc/doc/install.texi: Update entry about automake for libjava.
8651
c3f84f61
RM
86522004-08-17 Robert Millan <robertmh@gnu.org>
8653
8654 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8655 (instead of FreeBSD).
8656 * configure: Regenerate.
8657
7c27e184
PB
86582004-08-16 Paolo Bonzini <bonzini@gnu.org>
8659
8660 * Makefile.in: Regenerate.
8661 * configure: Regenerate.
8662
8663 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8664 stage_*_flags.
8665 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8666 for bootstrapped modules if toplevel bootstrap is going.
8667 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8668 modules. Adjust for changes in Makefile.def. Enable several
8669 rules even in non-bootstrap mode, just to avoid peppering the
8670 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8671 (stage-[+prev+]-bubble): Remove.
8672
8673 * Makefile.def (Dependencies): Depend on all-build-bison,
8674 all-build-flex, all-build-byacc, all-build-texinfo, rather
8675 than the host variations.
8676 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8677 with BUILD_SUBDIR.
8678 (BISON): Update for recent Bisons.
8679 (YACC): Fix typo.
8680 (cross): Depend on all-build.
8681 (all): Do not depend on all-build.
8682 (prebootstrap): Remove.
8683 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8684 (Prebootstrap dependencies): Add them to the per-stage targets
8685 and to all-prebootstrap.
8686 * configure.in (build_configdirs): Always enable build_tools.
8687 (BUILD_DIR_PREFIX): Remove.
8688
8689 * Makefile.def (gcc): Add target variable.
8690 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8691 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8692 in the recursive `make', instead of hardwiring `all'.
8693 (Autogenerated TARGET-* variables): New.
8694
20f3bb80
BB
86952004-08-13 Brian Booth <bbooth@redhat.com>
8696
8697 * MAINTAINERS: Remove myself from write-after-approval.
8698
b5be499d
NN
86992004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8700
8701 * src-release: Stop distributing mmalloc with gdb (which doesn't
8702 use it).
8703 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8704 * Makefile.in: Regenerate.
8705
b3f8d95d
MM
87062004-08-09 Mark Mitchell <mark@codesourcery.com>
8707
8708 * configure.in (arm*-*-eabi*): New target.
8709 * configure: Regenerate.
8710
3589b69e
PB
87112004-08-06 Paolo Bonzini <bonzini@gnu.org>
8712
8713 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8714 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8715 (Dependencies): New section.
8716 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8717 (configure-target-[+module+]): Depend on maybe-all-gcc
8718 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8719 (toplevel profiledbootstrap): Fix dependencies.
8720 * Makefile.in: Regenerate.
8721
972974fc
MM
87222004-08-03 Mark Mitchell <mark@codesourcery.com>
8723
8724 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8725 target-libiberty to noconfigdirs.
8726 * configure: Regenerate.
8727
bebf829d
PB
87282004-08-03 Paul Brook <paul@codesourcery.com>
8729
8730 * configure.in: Check for MPFR as well as GMP.
8731 * configure: Regenerate.
8732
98a5bb3b
RM
87332004-08-01 Robert Millan <robertmh@gnu.org>
8734
8735 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8736 libmudflap for all GNU-based systems (with Glibc).
8737 * configure: Regenerate.
8738
dce2d8b2 87392004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
8740
8741 * Makefile.def (host-modules): Add gcc.
8742 * Makefile.in: Regenerate.
8743 * Makefile.tpl (sorry): New rule.
8744 (configure-host, all-host, [+make_target+]-host, do-check,
8745 install-host): Do not add gcc as a special case.
8746 (host modules): Add a small special-casing for gcc. Export
8747 extra_make_flags through the environment.
8748 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8749 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8750 other recursive targets for gcc): Remove.
8751
8752 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8753 (stage, unstage): New rules.
8754 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8755 distclean-stage[+id+]): Use stage_current.
8756 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8757 the stage*-start rules.
8758
aeb732c1
GK
87592004-08-02 Geoffrey Keating <geoffk@apple.com>
8760
8761 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8762 use -all_load flag.
8763
25b656e7
PB
87642004-08-02 Paolo Bonzini <bonzini@gnu.org>
8765
8766 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8767 * configure: Regenerate.
8768
cc440d71
TM
87692004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8770
8771 * maintainer-scripts/gcc_release: Revert yesterday's change.
8772
270e140b
SB
87732004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8774
8775 * MAINTAINERS: Add myself to write-after-approval.
8776
3e4035f8
TM
87772004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8778
8779 * libf2c: Removed.
8780 * gcc/gccbug.in: Updated because of libf2c removal.
8781 * maintainer-scripts/gcc_release: Ditto.
8782
dce2d8b2 87832004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
8784
8785 * configure.in: Build libmudflap by default on FreeBSD.
8786 * configure: Regenerated.
8787
dfcada9a
MM
87882004-07-09 Mark Mitchell <mark@codesourcery.com>
8789
8790 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8791 systems.
8792 * configure: Regenerated.
8793
dce2d8b2 87942004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
8795
8796 PR target/16344
8797 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8798 feedback based compiler.
8799 * Makefile.in: Rebuilt.
8800
95bcca47
AO
88012004-07-08 Alexandre Oliva <aoliva@redhat.com>
8802
8803 * Makefile.def (host_modules): Set bootstrap=true for flex.
8804 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8805 * Makefile.in: Rebuilt.
8806
051822f6
JH
88072004-07-07 Jan Hubicka <jh@suse.cz>
8808
8809 * MAINTAINERS: Add self as a profile feedback maintainer.
8810
7b61653a
PE
88112004-07-05 Phil Edwards <phil@codesourcery.com>
8812
8813 * configure.in: Do not prepend $srcdir to /dev/null in
8814 makefile fragments.
8815 * configure: Regenerate.
8816
23f6b2f9
PB
88172004-07-01 Paolo Bonzini <bonzini@gnu.org>
8818
8819 * Makefile.def (build_modules): Add bison, byacc, flex,
8820 m4, texinfo.
8821 (flags_to_pass): Add FLEX.
8822 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8823 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8824 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8825 DEFAULT_MAKEINFO): Remove.
8826 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8827 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8828 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8829 objdir or else use configured tool.
8830 (all-build): New.
8831 (all): Depend on it.
8832 (Build module dependencies): Add.
8833 * Makefile.in: Regenerate.
8834 * configure.in: Better support for multiple build modules,
8835 matching what is done for host/target modules. Do not look
8836 for "plausible" locations of build tools if Canadian cross.
8837 Use autoconf's AC_PROG_CC to find a C compiler. Define
8838 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8839 * configure: Regenerate.
78716e86 8840
1c020272
PB
88412004-06-22 Paolo Bonzini <bonzini@gnu.org>
8842
8843 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8844 * Makefile.in: Regenerate.
8845
a52a0a7f
PB
88462004-06-22 Paolo Bonzini <bonzini@gnu.org>
8847
8848 * Makefile.tpl (configure-build-[+module+],
8849 configure-[+module+], configure-target-[+module+]): Pass
8850 [+extra_configure_args+].
8851 (all-build-[+module+], all-[+module+], check-[+module+],
8852 install-[+module+], [+make_target+]-[+module+],
8853 all-target-[+module+], check-target-[+module+],
8854 install-target-[+module+], [+make_target+]-target-[+module+]):
8855 Pass [+extra_make_args+].
8856 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8857 (GCC_HOST_EXPORTS): Remove.
8858 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8859 cross, check-gcc, check-gcc-c++, install-gcc,
8860 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8861 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8862 * Makefile.in: Regenerate.
8863
ccde3f1a
MS
88642004-06-21 Matthew Sachs <msachs@apple.com>
8865
8866 * MAINTAINERS: Added self to write-after-approval.
8867
6264b0a6
CF
88682004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8869
8870 * configure.in: Check for srcdir/winsup rather than build directory
8871 winsup.
8872 * configure: Regenerate.
8873
801e2270
CV
88742004-06-17 Corinna Vinschen <vinschen@redhat.com>
8875
8876 * configure.in: Don't build Cygwin native newlib if winsup
8877 directory is missing. Emit warning instead.
8878 * configure: Regenerate.
8879
ad6717df
PB
88802004-06-09 Paolo Bonzini <bonzini@gnu.org>
8881
8882 * Makefile.tpl (touch-stage[+id+]): New.
8883 (restage[+prev+]): Depend on touch-stage[+id+].
8884
8885 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8886 Use it throughout.
8887
8888 * Makefile.def: Add profile and feedback bootstrap stages.
8889 Remove next field from bootstrap stages.
8890 * Makefile.tpl (LN, LN_S): Substitute.
8891 (stageN-start, stageN-end): Use double-colon rules, to
8892 provide a hook for additional setup commands.
8893 (distclean-stageN-gcc, restageN): Create dependencies from
8894 [+prev+], not from [+next+].
8895 (stageN-bubble): Add commands for successive stages from
8896 [+prev+], using double-colon rules.
8897 (all-stageN-gcc): Fix typo.
8898 (stagefeedback-start, profiledbootstrap): New.
8899 * Makefile.in: Regenerate.
8900 * configure.in: Call ACX_PROG_LN.
8901 * configure: Regenerate.
8902
5bbb9680
CY
89032004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8904
8905 * MAINTAINERS (Write After Approval): Add myself.
8906
e18be1d4
MA
89072004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8908
8909 * MAINTAINERS (Write After Approval): Add myself.
8910
5607edfd
PB
89112004-06-03 Paolo Bonzini <bonzini@gnu.org>
8912
8913 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8914 without gcc.
8915 * configure: Regenerate.
8916
1ec4e9c3
PB
89172004-06-01 Paolo Bonzini <bonzini@gnu.org>
8918
8919 * Makefile.tpl: Fix typo.
8920 * Makefile.in: Regenerate.
8921
dce2d8b2 89222004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
8923
8924 * configure.in: Remove new- prefix from toplevel
8925 bootstrap targets.
8926 * configure: Regenerate.
8927
f516a7da
PB
89282004-06-01 Paolo Bonzini <bonzini@gnu.org>
8929
8930 * Makefile.tpl (all.normal): Rename to all.
8931 (all): Replace with a rule to pick the default
8932 target from configure.
8933 (all-gcc, configure-gcc): Use conditionals to
8934 do nothing when toplevel bootstrap is going on.
8935 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8936 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8937 * configure.in: Support --enable-bootstrap.
8938
8939 * Makefile.def: Remove new- prefix from toplevel
8940 bootstrap targets.
8941 * Makefile.tpl: Likewise.
8942
8943 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8944 target.
8945
8946 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8947 $(RECURSE_FLAGS) to recursive invocation of make.
8948
8949 * Makefile.in: Regenerate.
8950 * configure: Regenerate.
8951
78dd5e36 89522004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 8953 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
8954
8955 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8956 like CC.
8957
30f1bddc
DJ
89582004-05-27 Daniel Jacobowitz <dan@debian.org>
8959
8960 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8961 * configure: Regenerate.
8962
4fc4dd12
DJ
89632004-05-25 Daniel Jacobowitz <drow@false.org>
8964
8965 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8966 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8967 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8968 targets.
8969 * Makefile.in: Regenerate.
8970
dce2d8b2 89712004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
8972
8973 * configure.in: Test the ability to symlink directories.
8974 * configure: Regenerate.
8975
8976 * Makefile.def (bootstrap-stage): New definitions.
8977 * Makefile.tpl (configure-stage1-gcc,
8978 configure-stage2-gcc, configure-stage3-gcc,
8979 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8980 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8981 new-restage3, compare): Autogenerate, see Makefile.in
8982 entry for behavioral changes.
8983 (distclean-stage1, new-stage1-start, new-stage1-end,
8984 new-stage1-bubble, distclean-stage2, new-stage2-start,
8985 new-stage2-end, new-stage2-bubble, distclean-stage3,
8986 new-stage3-start, new-stage3-end): New autogenerated targets.
8987 (objext, prebootstrap, BOOT_CFLAGS,
8988 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8989 targets.
8990
8991 * Makefile.in: Regenerate.
8992 (distclean-stage1, new-stage1-start, new-stage1-end,
8993 new-stage1-bubble, distclean-stage2, new-stage2-start,
8994 new-stage2-end, new-stage2-bubble, distclean-stage3,
8995 new-stage3-start, new-stage3-end): New targets.
8996 (all-stage1-gcc): Move prebootstrap dependency from here...
8997 (configure-stage1-gcc): ...to here.
8998 (new-bootstrap): Use bubble targets.
8999 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9000 Use per-stage distclean targets.
9001 (configure-stage1-gcc, configure-stage2-gcc,
9002 configure-stage3-gcc, all-stage1-gcc,
9003 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9004 Use new-stageN-start to prepare the tree.
9005
4f4e53dd
PB
90062004-05-23 Paolo Bonzini <bonzini@gnu.org>
9007
9008 * Makefile.def (host_modules): add libcpp.
9009 * Makefile.tpl: Add dependencies on and for libcpp.
9010 * Makefile.in: Regenerate.
9011 * configure.in: Add libcpp host module.
9012 * configure: Regenerate.
9013
60975492
PB
90142004-05-21 Paolo Bonzini <bonzini@gnu.org>
9015
9016 * Makefile.tpl: Whenever a recursive target is defined, wrap
9017 it in a special @if/@endif block, and prepare its maybe
9018 dependency in the @if/@endif block
9019 * configure.in: Instead of writing maybe dependencies, remove
9020 the @if/@endif statements, and remove the @if/@endif blocks
9021 that remain.
9022 * configure: Regenerate.
9023 * Makefile.in: Regenerate.
9024
5ce7d75d
JJ
90252004-05-20 Janis Johnson <janis187@us.ibm.com>
9026
9027 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9028
c779c42f
KK
90292004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9030
9031 PR bootstrap/15120
9032 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9033 * */configure: Rebuilt.
9034
b4117c30
ZW
90352004-05-17 Zack Weinberg <zack@codesourcery.com>
9036
9037 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9038 of libf2c.
9039 * configure, Makefile.in: Regenerate.
9040
719bb4e3 90412004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
9042
9043 * MAINTAINERS (Write After Approval): Add myself.
9044
6de9cd9a
DN
90452004-05-13 Diego Novillo <dnovillo@redhat.com>
9046
9047 Merge from tree-ssa-20020619-branch.
9048
9049 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9050 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9051 (HOST_GMPLIBS): Define.
9052 (HOST_GMPINC): Define.
9053 (TARGET_LIB_PATH): Add libmudflap.
9054 (GFORTRAN_FOR_TARGET): Define.
9055 (configure-build*): Export GFORTRAN.
9056 (configure-gcc): Export GMPLIBS and GMPINC.
9057 (all-gcc): Add maybe-all-libbanshee.
9058 (configure-target-libgfortran): Define.
9059 * Makefile.in: Regenerate.
9060 * configure.in (host_libs): Add libbanshee.
9061 (target_libraries): Add target-libmudflap and target-libgfortran.
9062 Add --with-libbanshee.
9063 Handle --disable-libmudflap.
9064 (*-*-freebsd*): Use with_gmp.
9065 Add $(libgcj) to noconfigdirs.
9066 * configure: Regenerate.
9067 * depcomp: New file.
9068 * MAINTAINERS: Add tree-ssa maintainers.
9069
8f1b790f
VM
90702004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9071
b4117c30 9072 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 9073
693446fc
BF
90742004-04-30 Brian Ford <ford@vss.fsi.com>
9075
b4117c30 9076 * MAINTAINERS (Write After Approval): Add myself.
693446fc 9077
d1bb666c
UB
90782004-04-29 Uros Bizjak <uros@kss-loka.si>
9079
b4117c30 9080 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 9081
6cf1ac42
PB
90822004-04-28 Paolo Bonzini <bonzini@gnu.org>
9083
9084 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9085 * configure: Regenerate.
9086
632933d5
PB
90872004-04-27 Paolo Bonzini <bonzini@gnu.org>
9088
9089 Revert:
9090 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9091
9092 * Makefile.def (flags_to_pass): Remove *dir variables that
9093 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9094 as well as prefix and exec_prefix.
9095 * Makefile.in: Regenerate.
9096
80dc6aa0
RM
90972004-04-26 Robert Millan <robertmh@gnu.org>
9098
9099 Add patches from libtool CVS.
9100 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9101 * ltconfig: Likewise.
9102 * ltcf-c.sh: Likewise.
9103 * ltcf-cxx.sh: Likewise.
9104 * ltcf-gcj.sh: Likewise.
9105
e11283f1
PB
91062004-04-26 Paolo Bonzini <bonzini@gnu.org>
9107
9108 * Makefile.def (host_modules): Mark with the bootstrap
9109 flag packages on which gcc depends.
9110 * Makefile.tpl (all-bootstrap): Use it.
9111 * Makefile.in: Regenerate.
9112
8546950c
PB
91132004-04-26 Paolo Bonzini <bonzini@gnu.org>
9114
9115 * Makefile.def (flags_to_pass): Remove *dir variables that
9116 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9117 as well as prefix and exec_prefix.
9118 * Makefile.in: Regenerate.
9119
a76494aa
PB
91202004-04-26 Paolo Bonzini <bonzini@gnu.org>
9121
b4117c30
ZW
9122 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9123 * configure: Regenerate.
9124 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9125 * gcc/Makefile.tpl (compare): Use the result of the test.
9126 * gcc/Makefile.in: Regenerate.
a76494aa 9127
03a91701
PB
91282004-04-23 Paolo Bonzini <bonzini@gnu.org>
9129
9130 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9131 Always relocate gcc and prev-gcc to the original names, even
9132 if the build fails.
9133 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9134 New targets.
9135
082a6351
LG
91362004-04-23 Laurent GUERBY <laurent@guerby.net>
9137
9138 * MAINTAINERS: Update my email address.
b4117c30 9139
1f1d584b
RO
91402004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9141
9142 * configure.in (mips*-*-irix5*): Enable ld.
9143 * configure: Regenerate.
082a6351 9144
1db673ca
RO
91452004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9146
9147 * configure: Regenerate.
9148
ce4ea44e
JW
91492004-04-15 James E Wilson <wilson@specifixinc.com>
9150
9151 * Makefile.tpl (configure-[+module+], configure-gcc,
9152 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9153 Set and export LDFLAGS.
9154 * Makefile.in: Regenerate.
9155
611f62ad
MC
91562004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9157
b4117c30 9158 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 9159
be912515
NN
91602004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9161
9162 PR bootstrap/14871
9163 * Makefile.tpl: If we don't have built-in-tree target tools,
9164 use the ones found by configure rather than hacking around with
9165 program_transform_name.
9166 * configure.in: Give Makefile.tpl the information necessary
9167 to do that.
9168 * Makefile.in: Regenerate.
9169 * configure: Regenerate.
9170
9104315a
NN
91712004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9172
9173 PR bootstrap/14760
9174 * configure.in: When computing baseargs, strip *all* copies of
9175 offending options. Also, don't match/substitute the trailing space,
9176 so that this actually works when two similar options are separated by
9177 only one space.
9178 * configure: Regenerate.
9179
bef1d700
DE
91802004-04-06 David Edelsohn <edelsohn@gnu.org>
9181
b4117c30
ZW
9182 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9183 (rs6000-*-aix*): Same.
9184 * configure: Regenerate.
bef1d700 9185
54bcf05e 91862004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
9187
9188 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 9189
369a832c 91902004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
9191
9192 * MAINTAINERS: Add myself to write-after-approval.
369a832c 9193
09a9c095
NN
91942004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9195
7caf53cb
NN
9196 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9197 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9198 * Makefile.in: Regenerate.
9199
09a9c095
NN
9200 * configure.in (top level bootstrap support): Rework --enable-werror
9201 to set @stage2_werror_flag@.
9202 * configure: Regenerate.
9203 * Makefile.tpl (top level bootstrap support): Pass
9204 @stage2_werror_flag@ down to configure in stages 2 and 3.
9205 * Makefile.in: Regenerate.
9206
5595a2bd
NN
92072004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9208
cbfd7e06
NN
9209 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9210 for stages 2 and 3 as well as in make. As a consequence, remove
9211 OUTPUT_OPTION (now detected by configure) from the flags passed down
9212 to make.
9213 * Makefile.in: Regenerate.
9214
5595a2bd
NN
9215 * Makefile.tpl (new-bootstrap): Fix typo.
9216 * Makefile.in: Regenerate.
9217
ca3b3e20
NN
92182004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9219
295f4e42
NN
9220 * Makefile.tpl: Rearrange by moving recursive_targets rules
9221 into their proper sections.
9222 * Makefile.tpl (top level bootstrap support): Move disabling
9223 of coverage flags from 'make' to 'configure'; improve comments.
9224 * Makefile.in: Regenerate.
9225
340de83f
NN
9226 * Makefile.tpl (experimental top level bootstrap) Move stage1
9227 language setting from all- target to configure- target; disable
9228 intermodule optimization in stage 1; prevent gratuitous rebuilds
9229 of stage 1.
9230 * Makefile.in: Regenerate.
9231 * configure.in: Comma-separate stage 1 language list for top
9232 level bootstrap.
9233 * configure: Regenerate.
9234
ca3b3e20
NN
9235 * Makefile.tpl: Clean up experimental top level bootstrap support:
9236 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9237 prev-gcc in configure- targets as well as all- targets.
9238 * Makefile.in: Regenerate.
9239
4d038073
KC
92402004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9241
9242 * compile: New file imported from automake.
9243
ab3533d6
PB
92442004-03-17 Paolo Bonzini <bonzini@gnu.org>
9245
9246 * configure.in: Remove symbolic link section.
9247 * configure: Regenerate.
9248 * Makefile.tpl (links): Remove.
9249 * Makefile.in: Regenerate.
9250
1e0f07d3 92512004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 9252 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
9253
9254 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 9255 Set with AC_CHECK_PROGS.
1e0f07d3
PB
9256 * configure.in: Fix comment typo from last patch.
9257 * configure: Regenerate.
9258
2805b53a
NN
92592004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9260
9261 * Makefile.tpl: Introduce experimental top level bootstrap support.
9262 * Makefile.in: Regenerate.
9263 * configure.in: Introduce support for top level bootstrap.
9264 * configure: Regenerate.
9265
79b4b7d2 92662004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9267 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
9268
9269 PR bootstrap/14522
9270 * configure.in: Cope with shells that do not support unquoted ^
9271 * configure: Regenerate.
9272
6bbec498 92732004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9274 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
9275
9276 PR bootstrap/14522
79b4b7d2 9277 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
9278 quotes inside quoted backquote substitutions.
9279 * configure: Regenerate.
9280
83c15dfc
AP
92812004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9282
9283 PR bootstrap/14522
f2bd98d4 9284 * configure.in: Fix escaping of $.
83c15dfc
AP
9285 * configure: Regenerate.
9286
55ffb5ed
NN
92872004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9288
9289 * configure: Regenerate, since I forgot to while committing Paolo's
9290 changes.
9291
e4c9c075
PB
92922004-03-08 Paolo Bonzini <bonzini@gnu.org>
9293
9294 PR ada/14131
9295 Move language detection to the top level.
9296 * configure.in: Find default values for the tools as
9297 soon as possible. Disable ada if GNAT is not found.
9298 Emit error message about missing languages. Expand
9299 --enable-languages=all for the gcc subdirectory.
9300
5199e2c6
BE
93012004-03-10 Ben Elliston <bje@gnu.org>
9302
9303 * MAINTAINERS: Update my email address.
9304
c18b95e5
DE
93052004-03-05 David Edelsohn <edelsohn@gnu.org>
9306
9307 * ltconfig: Disable building static libraries if building shared
9308 libraries on AIX 5L.
9309
d0fe5ad3
RS
93102004-03-01 Richard Sandiford <rsandifo@redhat.com>
9311
9312 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9313 and disable libgcj.
9314 * configure: Regenerated.
9315
e6f71f9d
BB
93162004-03-01 Brian Booth <bbooth@redhat.com>
9317
9318 * MAINTAINERS: Add myself to write-after-approval.
9319
8983e50e
PB
93202004-03-01 Paolo Bonzini <bonzini@gnu.org>
9321
9322 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9323
d4cd9d81
NN
93242004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9325
9326 PR bootstrap/7087
9327 * Makefile.tpl: Guard XFOO sed statements better.
9328 * Makefile.tpl: Add dependency for configure-target-libada.
9329 * Makefile.in: Regenerate (incidentally fixes broken
9330 commit when libada-branch was merged).
9331
0ea0229e
KC
93322004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9333
9334 * MAINTAINERS: Add myself to write-after-approval.
9335
bad93735
AP
93362004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9337
9338 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9339 maintainers.
9340
a7ca14fc
AC
93412004-02-20 Andrew Cagney <cagney@redhat.com>
9342
9343 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9344 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9345
51592782
NN
93462004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9347
9348 PR bootstrap/11932
9349 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9350
6a30854a
JQ
93512004-02-14 Jerry Quinn <jlquinn@optonline.net>
9352
9353 * MAINTAINERS: Added myself to write-after-approval.
9354
be8b2bee
MK
93552004-02-14 Michael Koch <konqueror@gmx.de>
9356
9357 * MAINTAINERS: Added myself to write-after-approval.
9358
972760b7
JM
93592004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9360
9361 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9362 some OS port maintainers to OS port maintainers section.
9363
b0281654
FCE
93642004-02-13 Frank Ch. Eigler <fche@redhat.com>
9365
9366 * MAINTAINERS: Add self.
9367
3c419fd6
KH
93682004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9369
9370 * MAINTAINERS: Alphabetize.
9371
e88e9aee
PB
93722004-02-12 Paolo Bonzini <bonzini@gnu.org>
9373
9374 * MAINTAINERS: Remove myself.
b4117c30 9375
1915e422
DE
93762004-02-11 David Edelsohn <edelsohn@gnu.org>
9377
9378 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9379 (rs6000-*-aix*): Same.
9380 * configure: Regenerate.
9381
a22c2d8d
KC
93822004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9383
9384 * configure.in (host): Add in missing $noconfigdirs to defines.
9385 * configure: Regenerate.
9386
d9cdb878
AC
93872004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9388 Nathanael Nerode <neroden@gcc.gnu.org>
9389
9390 PR ada/6637, PR ada/5911
b4117c30 9391 Merge with libada-branch:
d9cdb878
AC
9392 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9393 with appropriate dependencies. Add --enable-libada configure switch.
9394 * configure, Makefile.in: Regenerate.
9395
8bd92821
PB
93962004-02-09 Paolo Bonzini <bonzini@gnu.org>
9397
9398 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9399
89a95129
RO
94002004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9401
9402 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9403 * configure: Regenerate.
9404
892629bc
GK
94052004-02-04 Geoffrey Keating <geoffk@apple.com>
9406
9407 Merge from upstream:
9408
9409 * ltmain.in: When setting IFS to '~', be careful about user
9410 arguments that contain '~'.
9411
9412 2004-02-04 Peter O'Gorman <peter@pogma.com>
9413
9414 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9415 Also test $base_compile against $CC with escaped arguments. Bug
9416 reported by Geoff Keating <geoffk@apple.com>.
9417
6b402165
KH
94182004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9419
9420 * MAINTAINERS: Remove i960 port.
9421
fa2f0306
DD
94222004-01-23 DJ Delorie <dj@redhat.com>
9423
9424 * Makefile.def (target_modules) [libiberty]: Don't stage.
9425 * Makefile.in: Rebuilt.
9426
9feb20aa
CT
94272004-01-20 Caroline Tice <ctice@apple.com>
9428
9429 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9430
7aed2ccc
PC
94312004-01-19 Paolo Carlini <pcarlini@suse.de>
9432
9433 * MAINTAINERS: Update my email address.
9434
f25bebe1
JM
94352004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9436
9437 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9438
28083580
VR
94392004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9440
9441 * MAINTAINERS: Remove entries without email address.
9442
c0f4b5e4
DJ
94432004-01-15 Daniel Jacobowitz <drow@mvista.com>
9444
9445 * MAINTAINERS: Add myself to write-after-approval.
9446
b5eb5a5e
SB
94472004-01-15 Steven Bosscher <stevenb@suse.de>
9448
9449 * MAINTAINERS: Update my email address.
9450
dce2d8b2 94512004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
9452
9453 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9454 * Makefile.tpl (configure-target-[+module+]): Support stage.
9455 * Makefile.in: Rebuilt.
9456
74c0b320
ILT
94572004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9458
9459 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9460
2560344b
RS
94612004-01-10 Richard Sandiford <rsandifo@redhat.com>
9462
9463 * MAINTAINERS: Add myself as a MIPS maintainer.
9464
8b21cda6
NN
94652004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9466
2b6c260d
NN
9467 * configure.in: Use ./config.cache, not config.cache.
9468 * configure: Regenerate.
9469 * Makefile.tpl: Special-casing not needed for GCC any more.
9470 * Makefile.in: Regenerate.
9471
09438bde
NN
9472 * configure.in: Don't share a cache file for host dirs.
9473 * configure: Regenerate.
9474
8b21cda6
NN
9475 * config-ml.in: Don't mess with the cache file.
9476
e42870df
EB
94772004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9478
9479 * MAINTAINERS: Move myself from 'Write After Approval' to
9480 'CPU Port Maintainers' section as SPARC maintainer.
9481
6b9eb62c
NN
94822004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9483
78a816a6
NN
9484 * Makefile.tpl: Make GCC use a separate config.cache.
9485 * Makefile.in: Regenerate.
9486
6b9eb62c
NN
9487 PR bootstrap/11932, PR bootstrap/11933
9488 (I don't know if it will fix either of them, but it relates
9489 to them.)
9490 * configure.in: Don't use shared config.cache for target
9491 directories.
9492 * configure: Regenerate.
9493
86d7b562
DN
94942004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9495
9496 * MAINTAINERS: Add myself to 'Write After Approval' section.
9497
07d0a605
RS
94982003-12-31 Roger Sayle <roger@eyesopen.com>
9499
9500 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9501 * configure: Regenerated.
9502
459ac19f
KH
95032003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9504
9505 * MAINTAINERS: Remove the mn10200 maintainer.
9506
5785c0ed 95072003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 9508
cc6010cd
AP
9509 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9510 * configure: Regenerated.
5785c0ed 9511
a268eff9
JH
95122003-12-16 Jan Hubicka <jh@suse.cz>
9513
9514 * MAINTAINERS: Add myself as callgraph maintainer.
9515
9d465b12
TF
95162003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9517
9518 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9519 * configure: Regenerate.
9520
a68a270a
GB
95212003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9522
9523 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9524 'Write After Approval' section. Update email.
9525
dce2d8b2 95262003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
9527
9528 * MAINTAINERS (Write After Approval): Add myself.
9529
8c052da4
MT
95302003-11-20 Matt Thomas <matt@3am-software.com>
9531
9532 * MAINTAINERS: Add myself as a vax port maintainer.
9533
e75f9147
KC
95342003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9535
9536 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9537 (configure-build-[+module+], configure-[+module+]): Likewise.
9538 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9539 * Makefile.in: Regenerate.
9540
43d8d958
AT
95412003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9542
9543 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9544 shared/dylibed libraries.
9545 * ltmain.sh: Likewise.
9546 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9547 * ltcf-cxx.sh: Likewise.
9548 * ltcf-gcj.sh: Likewise.
9549 * ltconfig: Likewise.
9550
638dcaa0
SC
95512003-11-17 Stan Cox <scox@redhat.com>
9552
9553 * MAINTAINERS: Add myself as iq2000 port maintainer.
9554
15cc172b
AC
95552003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9556
b4117c30
ZW
9557 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9558 * Makefile.in: Regenerate.
15cc172b 9559
20af77cd
UW
95602003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9561
9562 * config.sub: Update to 2003-11-03 version.
9563
4dd01c5c
PE
95642003-10-20 Phil Edwards <phil@codesourcery.com>
9565
9566 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9567 * configure: Regenerate.
9568
dce2d8b2 95692003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
9570
9571 * MAINTAINERS: Add myself to 'Write After Approval' section.
9572
8b7ebc31
AC
95732003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9574
9575 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9576
afe1910c
JM
95772003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9578
9579 * MAINTAINERS: Update my email address.
9580
05dcec66
RO
95812003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9582
9583 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9584
dce2d8b2 95852003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
9586
9587 * MAINTAINERS: Add myself to 'Write After Approval' section.
9588
507ec745
BI
95892003-10-16 Bernardo Innocenti <bernie@develer.com>
9590
9591 * config.guess: Update to 2003-10-16 version.
9592 * config.sub: Update to 2003-10-16 version.
9593
dce2d8b2 95942003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
9595
9596 * MAINTAINERS: Added myself to 'Write After Approval' section.
9597
0c9b16bc
FH
95982003-10-15 Falk Hueffner <falk@debian.org>
9599
9600 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9601 'Write After Approval' section. Update email.
9602
74d57d15
RS
96032003-10-14 Roger Sayle <roger@eyesopen.com>
9604
9605 * MAINTAINERS: Move myself from 'Write After Approval' to
9606 'Various Maintainers' section as middle-end maintainer.
9607
d29b8ad8
NN
96082003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9609
9610 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9611 HOST_FLAGS_TO_PASS.
9612 * Makefile.in: Regenerate.
9613
26db814a
BI
96142003-10-11 Bernardo Innocenti <bernie@develer.com>
9615
9616 * config.guess: Update to 2003-10-07 version.
9617 * config.sub: Update to 2003-10-07 version.
9618
fffeb871
RO
96192003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9620
9621 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9622 * ltconfig (irix5*, irix6*): Don't override version_type.
9623
6691a79e
ME
96242003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9625
9626 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9627 * configure: Rebuilt
9628 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9629 * Makefile.in: Rebuilt
9630
62cdd71e
L
96312003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9632
9633 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9634
6fe2eacc
CW
96352003-09-30 Carlo Wood <carlo@alinoe.com>
9636
cc6010cd 9637 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 9638
ea57e5ad
PK
96392003-09-29 Paul Koning <ni1d@arrl.net>
9640
9641 * MAINTAINERS: Move myself from "Write After Approval"
9642 to CPU platform maintainers for pdp11 platform.
9643
e070672a
AT
96442003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9645
9646 * MAINTAINERS: Move myself from 'Write After Approval' to
9647 'Various Maintainers' section as libffi testsuite maintainer.
9648
43bb47c2
DJ
96492003-09-21 Daniel Jacobowitz <drow@mvista.com>
9650
9651 * configure.in: Pass a computed --program-transform-name
9652 to subconfigures.
9653 * configure: Regenerated.
9654
da9d3b37
NN
96552003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9656
94322beb
NN
9657 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9658 * Makefile.in: Regenerate.
9659
da9d3b37
NN
9660 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9661 * Makefile.in: Regenerate.
9662
ffd9060b
ZL
96632003-09-19 Ziemowit Laski <zlaski@apple.com>
9664
9665 * MAINTAINERS: Move myself from 'Write After Approval'
9666 to 'Various Maintainers' (objective-c) section.
9667
eeae7b41
DJ
96682003-09-17 Daniel Jacobowitz <drow@mvista.com>
9669
9670 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9671 quoting.
9672 * configure: Regenerated.
9673
a080d12b
JB
96742003-09-16 Joel Brobecker <brobecker@gnat.com>
9675
9676 * MAINTAINERS (Write After Approval): Add myself to write after
9677 approval list.
9678
6cd2fc59
DN
96792003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9680
cc6010cd 9681 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 9682
dcbdd9cc
ILT
96832003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9684
9685 * MAINTAINERS: Update my e-mail address.
9686
e517f636
AM
96872003-09-09 Alan Modra <amodra@bigpond.net.au>
9688
9689 * libtool.m4 (LD): Correct powerpc64 host match.
9690
bc49924b
JW
96912003-09-06 James E Wilson <wilson@tuliptree.org>
9692
9693 * MAINTAINTERS: Update my affiliation and email address.
9694
082124f5
ZD
96952003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9696
9697 * MAINTAINERS (Write After Approval): Add myself.
9698
dc94d89e
DD
96992003-09-04 DJ Delorie <dj@redhat.com>
9700
9701 * configure: Regenerate.
9702
97032003-09-04 Robert Millan <robertmh@gnu.org>
9704
9705 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 9706
7a0f2d4e
KG
97072003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9708
9709 * configure.in: Ensure arguments to sed are properly spaced.
9710 * configure: Regenerate.
9711
88d032eb
GP
97122003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9713
9714 * MAINTAINERS: Update my e-mail address.
9715
0b3f3d22
ME
97162003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9717
9718 * MAINTAINERS (Write After Approval): Add myself.
9719
d253f9ba
DJ
97202003-08-27 Daniel Jacobowitz <drow@mvista.com>
9721
9722 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9723 * configure: Regenerated.
9724
066ec9c9
MM
97252003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9726
9727 * MAINTAINERS: Update my email address.
9728
415d7ef9
PE
97292003-08-23 Phil Edwards <pme@gcc.gnu.org>
9730
9731 * configure.in: Use newline instead of semicolon when assuming
9732 shell arguments in a for loop.
9733 * configure: Regenerated.
9734
e1567352
JE
97352003-08-22 Jason Eckhardt <jle@rice.edu>
9736
9737 * MAINTAINERS: Resurrect the i860 maintainer.
9738
b348267b
GK
97392003-08-20 Geoffrey Keating <geoffk@apple.com>
9740
e50084fa
GK
9741 PR 8180
9742 * configure.in: When testing with_libs and with_headers, treat
9743 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9744 * configure: Regenerate.
b4117c30 9745
b348267b
GK
9746 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9747 make, shell, etc.
9748 (baseargs): Likewise.
9749 * configure: Regenerate.
9750
ca26ffe0
BI
97512003-08-20 Bernardo Innocenti <bernie@develer.com>
9752
9753 * MAINTAINERS (Write After Approval): Add myself.
9754
940cde4d
GK
97552003-08-19 Geoffrey Keating <geoffk@apple.com>
9756
9757 * configure.in: Disable libgcj for darwin not on powerpc.
9758 * configure: Rebuild.
9759
74bed51b
ADL
97602003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9761
9762 * config-ml.in, symlink-tree: Add license.
9763
b4117c30
ZW
97642003-08-03 Richard Stallman <rms@gnu.org>
9765 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
9766
9767 * README.SCO: New file.
9768
333a28b4
MK
97692003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9770
9771 * Makefile.tpl (check, check-c++): Express dependencies using
9772 dependencies rather than commands.
9773 * Makefile.in: Regenerate.
9774
c197e306
AC
97752003-08-01 Andrew Cagney <cagney@redhat.com>
9776
9777 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9778 * configure: Ditto.
9779
a8ee6e2d
GK
97802003-07-31 Geoffrey Keating <geoffk@apple.com>
9781
9782 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 9783 * Makefile.in: Update.
a8ee6e2d 9784
8d9b3f2e
AT
97852003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9786
9787 * configure.in: Enable libgcj for darwin.
9788 * configure: Rebuild.
9789
52c0c542
PE
97902003-07-29 Phil Edwards <pme@gcc.gnu.org>
9791
9792 * config-ml.in: Use ac_configure_args directly instead of
9793 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9794 actually seen.
9795
b4acb5ef
NN
97962003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9797
9798 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9799 creating target and build subdirs to build all parent dirs as needed.
9800 * Makefile.in: Rebuild.
9801 * configure.in: Don't build dirs explicitly here.
9802 * configure: Rebuild.
9803
a51d71d0
PB
98042003-07-26 Paul Brook <paul@nowt.org>
9805
9806 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9807
f43e12ce
AO
98082003-07-22 Alexandre Oliva <aoliva@redhat.com>
9809
9810 * Makefile.tpl (all-make): Depend on intl.
9811 * Makefile.in: Rebuilt.
9812
8a199ff6
PE
98132003-07-20 Phil Edwards <pme@gcc.gnu.org>
9814
9815 * install-sh: Update to newer upstream versions (associated with
9816 aclocal 1.7).
9817 * mkinstalldirs: Likewise.
9818 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9819
e6a8c803
AP
98202003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9821
9822 * MAINTAINERS: Move self from Bug database only accounts
9823 to write-after-approval.
9824
9f13608f
NN
98252003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9826
9827 * config.if: Remove unused libc_interface determination.
9828
c7864714
NN
98292003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9830
9831 * MAINTAINERS: Move self from write-after-approval to
9832 build machinery (*.in).
9833
775956d0
NN
98342003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9835
9836 PR bootstrap/11273
9837 PR bootstrap/11408
9838 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9839 unused INSTALL_PROGRAM_ARGS.
9840 * configure.in: Use AC_PROG_INSTALL.
9841 * Makefile.in: Regenerate.
9842 * configure: Regenerate.
9843
c7f67a6e
KH
98442003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9845
9846 * MAINTAINERS: Alphabetize.
9847
33952f6f
AO
98482003-07-10 Alexandre Oliva <aoliva@redhat.com>
9849
9850 * configure: Rebuilt.
9851 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9852 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9853 newlib nor libgloss.
9854 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9855 * configure.in (am33_2.0-*-linux*): Added.
9856
0d4f1b4e
BW
98572003-07-09 Bob Wilson <bob.wilson@acm.org>
9858
9859 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9860 * configure: Regenerate.
9861
56694dd9
ZW
98622003-07-07 Zack Weinberg <zack@codesourcery.com>
9863
9864 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9865 * Makefile.in: Regenerate.
9866
21607eb4
ZW
98672003-07-04 Zack Weinberg <zack@codesourcery.com>
9868
9869 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9870 * Makefile.in: Regenerate.
9871
dce2d8b2 98722003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
9873
9874 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9875 * Makefile.in: Regenerated.
9876
5d42f90e
L
9877 * config-ml.in: Replace PWD with PWD_COMMAND.
9878
6eb95e99
ZW
98792003-07-04 Zack Weinberg <zack@codesourcery.com>
9880
9881 * intl: New directory; see intl/ChangeLog for details.
9882 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9883 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9884 * Makefile.in: Regenerate.
9885
07d1940e
NN
98862003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9887
9888 * configure.in: Clean up config-lang.in handling. Delete
9889 useless assignment to "subdirs".
9890 * configure: Regenerate.
9891
4dbda6f0
NN
98922003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9893
9894 * configure.in: Rename 'target_libs' to 'target_libraries'.
9895 Remove useless reference to 'target_libs'.
9896 * configure: Regenerate.
9897
2c30ab71
KS
98982003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9899
9900 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9901 * Makefile.in: Regenerate.
9902
11405c93
NN
99032003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9904
9905 * Makefile.def: Introduce flags_to_pass.
9906 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9907 * Makefile.in: Regenerate.
9908
fb87ad5d
HPN
99092003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9910
9911 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9912 and target-libgloss.
9913 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9914 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9915 * configure: Regenerate.
9916
a7956a48
BK
99172003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9918
9919 * configure.in: Update testsuite_flags to new location.
9920 * configure. Regenerate.
6eb95e99 9921
eaf9f3b2
NN
99222003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9923
9924 * Makefile.tpl: Remove BUILD_CC stuff.
9925 * Makefile.in: Regenerate.
9926
2d89ffef
KH
99272003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9928
9929 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9930
dce2d8b2 99312003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
9932
9933 * MAINTAINERS (Write After Approval): Add myself.
9934
dce2d8b2 99352003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 9936
b951c91c
L
9937 * config.guess: Update to 2003-06-12 version.
9938 * config.sub: Update to 2003-06-13 version.
9939
dce2d8b2 99402003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
9941
9942 * config.guess: Update to 2003-06-06 version.
9943 * config.sub: Update to 2003-06-06 version.
9944
655b7166
RO
99452003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9946
9947 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9948 * configure. Regenerate.
9949
01b759aa
NN
99502003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9951
bf1d3e81
NN
9952 * configure.in: Disable serial configure by default.
9953 * configure: Regenerate.
9954 * Makefile.tpl: Abolish .NOTPARALLEL.
9955 * Makefile.in: Regenerate.
9956
e89fbdfe
NN
9957 * Makefile.tpl: Replace {build,host,target}_canonical by
9958 {build,host,target}.
9959 * Makefile.in: Regenerate.
9960
01b759aa
NN
9961 * Makefile.tpl: Fix stupid pasto.
9962 * Makefile.in: Regenerate.
9963
f7dae026
NN
99642003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9965
9966 * Makefile.tpl: Remove bogus conditional.
9967 * Makefile.in: Regenerate.
9968
99692003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
9970
9971 * Makefile.tpl (profiledbootstrap): New target.
9972 * Makefile.in (profiledbootstrap): New target.
9973
2ffc3e73 99742003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
9975
9976 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9977 Pinski. Remove user names from other bugzilla-only maintainers.
9978
1a1e6b96
NN
99792003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9980
1358ccea
NN
9981 * Makefile.tpl: Make 'recursive targets' using autogen rather
9982 than shell loop. Remove duplicate 'clean' targets and false
9983 comments.
9984 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9985 Add systematic method of specifying missing targets in subdirs.
9986 Add copyright boilerplate.
9987 * Makefile.in: Regenerate.
9988 * configure.in: Add 'recursive targets' to maybe list.
9989 * configure: Regenerate.
9990
ae74ed1f
NN
9991 * MAINTAINERS: "GNATS only" -> "Bug database only".
9992
1a1e6b96
NN
9993 * Makefile.tpl: Rename [+target+] to [+make_target+].
9994 * Makefile.def: Rename 'target' to 'make_target'.
9995
c79af3fa
NB
99962003-05-31 Neil Booth <neil@daikokuya.co.uk>
9997
9998 * MAINTAINERS: Add self as options handling maintainer.
9999
39d85b61
MM
100002003-05-28 Michael Meissner <gnu@the-meissners.org>
10001
10002 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10003 been too long since I touched those ports.
10004
afc2b62d
DD
100052003-05-28 DJ Delorie <dj@redhat.com>
10006
10007 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10008 * Makefile.in: Regenerate.
10009
df445104
MR
100102003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10011
10012 * configure.in: Use curly braces in the definition of tooldir.
10013 * configure: Regenerate.
10014
2eb98e5d 100152003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 10016
2eb98e5d
DD
10017 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10018 newlib or libgloss.
10019 * Makefile.in: Regenerate.
10020
862fced8
DD
100212003-05-21 DJ Delorie <dj@redhat.com>
10022
10023 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10024 * Makefile.in: Regenerate.
10025
fc351800
ILT
100262003-05-20 Ian Lance Taylor <ian@airs.com>
10027
10028 * MAINTAINERS: Update my e-mail address.
10029
7e2dbcef
NN
100302003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10031
10032 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 10033 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
10034 Factor out common code from autogen IF statements.
10035 * configure: Regenerate.
10036 * Makefile.in: Regenerate.
10037
f2a0e225
KC
100382003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10039
10040 * configure.in: Accept i[3456789]86 for machine type.
10041 * configure: Regenerate.
10042
8b87bb96
NN
100432003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10044
10045 * configure.in: Switch more things to use maybe dependencies.
10046 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10047 * configure: Regenerate.
10048 * Makefile.tpl: Switch more things to use maybe dependencies.
10049 * Makefile.in: Regenerate.
10050
fdb882bc 100512003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
10052
10053 * Makefile.tpl (install-opcodes): Define.
10054 * Makefile.in: Rebuild.
10055
f7c50032
AJ
100562003-05-13 Andreas Jaeger <aj@suse.de>
10057
10058 * config.guess: Update to 2003-05-09 version.
10059 * config.sub: Update to 2003-05-09 version.
10060
dce2d8b2 100612003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
10062
10063 * configure.in: Correct sed script so that options in quotes are not
10064 deleted.
10065 * configure: Rebuild.
10066
aa8f1f57
CV
100672003-05-12 Corinna Vinschen <corinna@vinschen.de>
10068
10069 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10070 and $$s/newlib/libc/sys/cygwin32 include paths.
10071 * configure: Ditto.
10072
0c130f81
MM
100732003-05-12 Michael Meissner <gnu@the-meissners.org>
10074
10075 * MAINTAINERS: Update my email addresses.
10076
aa1a100b
EB
100772003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10078
10079 * config-ml.in: Propagate INSTALL variables.
f7c50032 10080
87861833
GP
100812003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10082
10083 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10084
de722255
CD
100852003-05-02 Chris Demetriou <cgd@broadcom.com>
10086
6eb95e99
ZW
10087 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10088 * Makefile.in: Regenerate.
de722255 10089
96c4a002
WB
100902003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10091
10092 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10093
55b15a11
WB
100942003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10095
10096 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10097
0c227849
DJ
100982003-04-27 Daniel Jacobowitz <drow@mvista.com>
10099
10100 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10101 * Makefile.in: Regenerated.
10102
d45148c1
WB
101032003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10104
10105 * MAINTAINERS (Write After Approval): Upgrade myself from
10106 GNATS only to write-after-approval. Update my mail address.
10107
dce2d8b2 101082003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
10109
10110 (OS Port Maintainers: freebsd): Add myself.
10111
438f50c3
MM
101122003-04-22 Mark Mitchell <mark@codesourcery.com>
10113
10114 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10115
9074e169
KJ
101162003-04-22 Kean Johnston <jkj@sco.com>
10117
10118 * MAINTAINERS (SCO ports): Added myself.
10119
dfd39a2e
NS
101202003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10121
10122 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10123
ccbae82a
KJ
101242003-04-19 Kean Johnston <jkj@sco.com>
10125
10126 * MAINTAINERS (Write After Approval): Add myself.
10127
2f50999f
GP
101282003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10129
10130 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10131 * Makefile.in: Regenerate.
10132
e9b84181
JJ
101332003-04-18 Jakub Jelinek <jakub@redhat.com>
10134
10135 * configure.in (powerpc64*-*-linux*): Remove.
10136 * configure: Rebuilt.
10137
1ca4c6e1
PE
101382003-04-17 Phil Edwards <pme@gcc.gnu.org>
10139
10140 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10141 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10142 and restrap.
10143 * Makefile.in: Regenerate.
10144
0590b963
RE
101452003-04-16 Richard Earnshaw <rearnsha@arm.com>
10146
10147 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10148 * configure: Regenerated.
10149
ff41a56f
DD
101502003-04-15 DJ Delorie <dj@redhat.com>
10151
10152 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10153
50d440bc
NC
101542003-04-13 Nick Clifton <nickc@redhat.com>
10155
10156 * config-ml.in: Remove support for --disable-aix removing
10157 call-aix multilibs.
10158
b1e0a93e
AO
101592003-04-10 Alexandre Oliva <aoliva@redhat.com>
10160
10161 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10162 * */configure: Rebuilt.
10163
71fb704d
JS
101642003-04-08 Joel Sherrill <joel@oarcorp.com>
10165
10166 * MAINTAINERS: Add my email address.
10167
3897ea90
OH
101682003-03-17 Olivier Hainque <hainque@act-europe.fr>
10169
10170 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 10171
93c834b7
NN
101722003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10173
10174 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10175 * Makefile.in: Regenerate.
10176
82c34dcb
MC
101772003-03-14 Michael Chastain <mec@shout.net>
10178
10179 * Makefile.in: Regenerate with correct Makefile.def.
10180
73458fb7
NN
101812003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10182
10183 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10184 Make macro.
10185 * Makefile.in: Regenerate.
10186 * configure.in: Clean up gxx_include_dir logic.
10187 * configure: Regenerate.
10188
32cf27e5
AE
101892003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10190
10191 * MAINTAINERS (Write After Approval): Add myself.
10192
c727e7a0
BE
101932003-03-10 Ben Elliston <bje@wasabisystems.com>
10194
10195 * MAINTAINERS: Update my mail address.
10196
9a27ac7a
FS
101972003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10198
10199 * configure.in (gxx_include_dir): Fix typo.
10200 * configure: Regenerated.
10201
3aa83176
NN
102022003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10203
10204 * Makefile.tpl: Reindent.
10205 * Makefile.in: Regenerate.
10206 * configure.in: Reindent. Don't set unused variables.
10207 * configure: Regenerate.
10208
9124bc53
DJ
102092003-03-04 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * configure.in: Include $(build_tooldir)/sys-include in
10212 FLAGS_FOR_TARGET.
10213 * configure: Regenerated.
10214
cb543528
NN
102152003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10216
c858bf1e
NN
10217 * Makefile.tpl: Always pass down RANLIB.
10218 * Makefile.in: Regenerate.
10219
aa9c3ab4
NN
10220 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10221 * Makefile.in: Regenerate.
10222 * configure.in: Remove unused logic relating to --enable-shared
10223 and --enable-threads. Remove bogus comments. Remove redundant
10224 noconfigdirs.
10225 * configure: Regenerate.
10226
cb543528
NN
10227 * configure.in: Replace ${libstdcxx_version} by its value.
10228 Remove reference to mh-dgux.
10229 * configure: Regenerate.
10230
53f70c1b
KB
102312003-03-03 Kevin Buettner <kevinb@redhat.com>
10232
10233 * MAINTAINERS (Write After Approval): Add myself.
10234
df0f0674
NN
102352003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10236
10237 * Makefile.tpl: Rearrange.
10238 * Makefile.in: Regenerate.
10239
dce2d8b2 102402003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
10241
10242 * configure.in: Add support for kaOS as cross build target system.
10243 * configure: Regenerated.
10244
a7a287eb
SB
102452003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10246
10247 * MAINTAINERS (Write after approval): Add myself.
10248
ff00c8a2
JW
102492003-02-21 James E Wilson <wilson@tuliptree.org>
10250
10251 * MAINTAINERS: Update my email address.
10252
abb2db7a
ZW
102532003-02-21 Zack Weinberg <zack@codesourcery.com>
10254
10255 * MAINTAINERS: Add self to blanket write privs. section.
10256
e9f2dc3b
SM
102572003-02-20 Sean McNeil <sean@blue.mcneil.com>
10258
10259 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10260 configure-target-* as some target builds may require additional
10261 flags for preprocessor tests.
10262 * Makefile.in: Regenerated.
10263
ee03dc5e
AO
102642003-02-19 Alexandre Oliva <aoliva@redhat.com>
10265
11856278
AO
10266 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10267 * ltconfig: Handle it.
10268 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10269 auto-detecting it.
10270
274aef32
AO
10271 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10272 it is used as argument to $CC.
10273 * ltcf-gcj.sh: Likewise.
10274
ee03dc5e
AO
10275 * configure.in: Introduce --enable-maintainer-mode.
10276 * configure: Rebuilt.
10277 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10278 for maintainer mode.
10279 * Makefile.in: Rebuilt.
10280
30db8e17
JM
102812003-02-18 Jason Merrill <jason@redhat.com>
10282
10283 * Makefile.tpl (check-c++): Allow parallelism.
10284
cab60ac6
GP
102852003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10286
10287 * MAINTAINERS: Remove John Carr (who never actually had access to
10288 gcc.gnu.org).
10289
c8e5d1af
GK
102902003-02-15 Geoffrey Keating <geoffk@apple.com>
10291
10292 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10293 don't configure target-libobjc.
10294 * configure: Regenerate.
10295
70f91f50
RO
102962003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10297
10298 * Makefile.tpl (RANLIB): Define.
10299 * Makefile.in: Regenerate.
10300
669e9062
LB
103012003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10302
10303 * MAINTAINERS: Update my email.
abb2db7a 10304
61b56b2e
KS
103052003-02-06 Keith R Seitz <keiths@redhat.com>
10306
10307 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10308 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10309 * Makefile.in: Regenerated.
10310 * configure.in: Remove all traces of snavigator, db, and grep.
10311 * configure: Regenerated.
10312
a1ba6e15
GP
103132003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10314
10315 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10316 After Approval.
10317
f5f2cce5
CC
103182003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10319
10320 * MAINTAINERS (Write after approval): Add myself.
10321
ba49f6f1
FCE
103222003-01-31 Frank Ch. Eigler <fche@redhat.com>
10323
10324 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10325 * Makefile.in: Regenerated.
10326
ccf9f10c
RS
103272003-01-30 Roger Sayle <roger@eyesopen.com>
10328
10329 * config.guess: Updated to 2003-01-30's version.
10330 * config.sub: Updated to 2003-01-28's version.
10331
a693735b
AO
103322003-01-30 Alexandre Oliva <aoliva@redhat.com>
10333
10334 * config.if: If gcc_version is already set, just use it. Don't set
10335 gcc_version_trigger if it's already set, otherwise set it to
10336 gcc/version.c, but only if the file exists. If it is not set and
10337 gcc/version.c does not exist, try to extract the version number from
10338 $CC.
10339
204c43d6
AT
103402003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10341
abb2db7a 10342 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 10343
842e91ec
PE
103442003-01-27 Phil Edwards <pme@gcc.gnu.org>
10345
10346 * configure.in: Revert 24Jan change.
10347 * configure: Regenerate.
10348
6b99984e
GP
103492003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10350
10351 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10352 entry of HJ Lu.
10353
806e0935
NN
103542003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10355
10356 * configure.in: Revert previous change.
10357 * configure: Regenerate.
10358
307a9864
NN
103592003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10360
10361 * configure.in: Make rda native-only.
10362 * configure: Regenerate.
10363
02ba6302
VR
103642003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10365
10366 * MAINTAINERS: Move myself from GNATS-only-accounts to
10367 write-after-approval.
10368
77d187bc
NN
103692003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10370
10371 * configure.in: Add missing \.
10372 * configure: Rebuilt.
10373
a94a2d4c
JJ
103742003-01-17 Jakub Jelinek <jakub@redhat.com>
10375
10376 * configure.in (baseargs): Avoid using \| in sed regular
10377 expressions.
10378 * configure: Rebuilt.
10379
73f84924
JJ
103802003-01-16 Jakub Jelinek <jakub@redhat.com>
10381
10382 * configure.in (baseargs): Remove all supported forms of
10383 --cache-file, --srcdir, --host, --build and --target options
10384 from argument lists.
10385 * configure: Rebuilt.
10386
8c12fc63
JZ
103872003-01-15 Josef Zlomek <zlomekj@suse.cz>
10388
10389 * MAINTAINERS: Add myself to write-after-approval list.
10390
7c005a3a
AO
103912003-01-15 Alexandre Oliva <aoliva@redhat.com>
10392
10393 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10394 * configure: Rebuilt.
10395
3dfabf63
NN
103962003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10397
10398 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10399 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10400 * Makefile.in: Regenerate.
10401 * configure: Regenerate.
10402
cf53ae10
AO
104032003-01-09 Alexandre Oliva <aoliva@redhat.com>
10404
10405 * configure.in: Remove Makefile in build, host and target modules
10406 unless configure was run with --no-recursion.
10407 * configure: Rebuilt.
10408
3fbe8e4a
CC
104092003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10410
10411 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10412 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10413 * Makefile.in: Regenerate.
10414
66e2aa7d
CD
104152003-01-08 Chris Demetriou <cgd@broadcom.com>
10416
10417 * config.guess: Update to 2003-01-03 version.
10418 * config.sub: Update to 2003-01-03 version.
10419
b5038cfb
CF
104202003-01-07 Christopher Faylor <cgf@redhat.com>
10421
10422 * configure: Regenerate with proper autoconf 2.13.
10423
d02c69be
CF
104242003-01-07 Christopher Faylor <cgf@redhat.com>
10425
10426 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 10427 * configure: Regenerate.
d02c69be 10428
e914a571
AC
104292003-01-06 Andrew Cagney <ac131313@redhat.com>
10430
10431 * configure.in (GDB_TK): Add tcl directories conditional on
10432 gdb/gdbtk directory being present.
10433 * configure: Regenerate.
abb2db7a 10434
dce2d8b2 104352003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 10436
dce2d8b2
EB
10437 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10438 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
10439 * configure: Rebuilt.
10440
89a7012a
TT
104412002-12-31 Tom Tromey <tromey@redhat.com>
10442
10443 * Makefile.in: Rebuilt.
10444 * Makefile.def (target_modules) [libffi]: Allow installation.
10445
3f4f56e2
AS
104462002-12-31 Andreas Schwab <schwab@suse.de>
10447
10448 * configure.in: Fix use of $program_transform_name.
10449 * configure: Regenerated.
10450
6c1b8d0a
DJ
104512002-12-30 Daniel Jacobowitz <drow@mvista.com>
10452
10453 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 10454 * configure: Regenerated.
6c1b8d0a 10455
c5120911
AO
104562002-12-29 Alexandre Oliva <aoliva@redhat.com>
10457
10458 * Makefile.tpl (local-distclean): Don't remove...
10459 (multilib.ts): ... this. Moved into...
10460 (multilib.out): ... this. Don't use sub-make.
10461 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10462 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10463 (configure-build-[+module+], configure-[+module+],
10464 configure-target-[+module+], configure-gcc): ... these. Test
10465 for Makefile existence. Drop config.status from dependencies.
10466 * Makefile.in: Rebuilt.
10467 * configure.in: Move gcc-version-trigger to the end of
10468 ac_configure_args. Add comments to maybedep.tmp and
10469 serdep.tmp. Introduce --disable-serial-configure. Remove
10470 nonopt from baseargs, matching and removing corresponding
10471 whitespace while at it.
10472 * configure: Rebuilt.
10473
e245b0ea
AO
104742002-12-28 Alexandre Oliva <aoliva@redhat.com>
10475
903de295
AO
10476 * configure.in (host_configargs): Replace reference to
10477 no-longer-defined buildopts with --build=${build_alias}.
10478 * configure: Rebuilt.
10479
e245b0ea
AO
10480 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10481 program_transform_name to standard idiom.
10482 (AUTOGEN, AUTOCONF): Define.
10483 (Makefile.in): Use $(AUTOGEN).
10484 (Makefile): Depend on config.status, and use autoconf-style rule to
10485 build it. Move original commands to...
10486 (config.status): ... this new target.
10487 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10488 $(AUTOCONF).
10489 * Makefile.in: Rebuilt.
10490
671aa708
NN
104912002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10492
53fbfb58
NN
10493 * Makefile.tpl: Fix dramatic bustage due to change in
10494 program_transform_name.
10495 * Makefile.in: Regenerate.
10496
10497 * configure.in: Remove unnecessary PATH setting.
10498 * configure: Regnerate.
10499
10500 * configure.in: Don't default to unprefixed tools unless
10501 the native tools will work.
10502 * configure: Regenerate.
10503
671aa708
NN
10504 * configure.in: Convert to autoconf script. Blow away lots
10505 of now-redundant Makefile fragments.
10506 * configure: Generate using Autoconf.
10507 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10508 * Makefile.in: Regenerate.
10509
57f40826
NN
105102002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10511
3fedb745
NN
10512 * configure: Fix stupid bug where RANLIB was mistakenly included.
10513
abb2db7a 10514 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
10515 (build_configargs, host_configargs, target_configargs).
10516
10517 * configure.in: Move logic out of sed statement.
10518
abb2db7a 10519 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
10520 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10521
315fa0f4
SS
105222002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10523
10524 * config.sub: Import from master repository
10525 * config.guess: Ditto
10526
45aff44f
AS
105272002-12-24 Andreas Schwab <schwab@suse.de>
10528
10529 * Makefile.tpl (multilib.out): Fix missing space.
10530 * Makefile.in: Regenerate.
10531
88b5521b
NN
105322002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10533
10534 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10535 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10536 * Makefile.in: Regenerate.
10537 * configure.in: Remove unnecessary leftovers.
10538
2a726918
GK
105392002-12-21 Geoffrey Keating <geoffk@apple.com>
10540
10541 * configure.in (extra_ranlibflags_for_target): New variable.
10542 (*-*-darwin): Add -c to ranlib commands.
10543 * configure (tooldir): Handle extra_ranlibflags_for_target.
10544
aace3269 105452002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
10546
10547 * Makefile.tpl: Revert HJL's change.
10548 * Makefile.in: Regenerated.
10549 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10550 always.
10551
f0895142
AS
105522002-12-19 Andreas Schwab <schwab@suse.de>
10553
10554 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10555 * Makefile.in: Regenerate.
10556
dce2d8b2 105572002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
10558
10559 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10560 * Makefile.in: Regenerated.
10561
10562 * configure.in (build_prefix): New. Substitute.
10563
212f6dd0
NN
105642002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10565
79308c5d
NN
10566 * Makefile.tpl: Don't let real targets depend on phony targets.
10567 * Makefile.in: Regenerate.
10568
212f6dd0
NN
10569 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10570 * Makefile.in: Regenerate.
10571
ab17919f
SS
105722002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10573
10574 * config.sub: Import from master repository
10575 * config.guess: Ditto
10576
5ecf91d1
JM
105772002-12-16 Jason Merrill <jason@redhat.com>
10578
10579 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10580 previous 'make bootstrap'.
10581 * Makefile.in: Regenerate.
10582
d8437e1b
HPN
105832002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10584
10585 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10586
4977bab6
ZW
105872002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10588
10589 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10590 * Makefile.in: Regenerate.
10591
0edcfdcb
JM
105922002-12-13 Jason Merrill <jason@redhat.com>
10593
6248218a 10594 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
10595 library tests.
10596 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
10597 * Makefile.in: Regenerate.
10598
4977bab6
ZW
105992002-12-12 Alexandre Oliva <aoliva@redhat.com>
10600
10601 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10602 * Makefile.in: Rebuilt.
10603
f87505dd
AO
106042002-12-12 Alexandre Oliva <aoliva@redhat.com>
10605
10606 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10607
4977bab6
ZW
106082002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10609
10610 * configure: Fix bug put in by gremlins.
10611
10612 * Makefile.tpl: Substitute more autoconfily.
10613 * configure: Substitute more autoconfily.
10614 * Makefile.in: Regenerate.
10615
7f0db92a
SS
106162002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10617
10618 * config.sub: Import from master repository
10619 * config.guess: Ditto
10620 * MAINTAINERS: Added Svein Seldal under write after approval
10621
4977bab6
ZW
106222002-12-08 Andrew Cagney <ac131313@redhat.com>
10623
10624 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10625 * Makefile.in (all-sim): Ditto.
10626
106272002-12-06 DJ Delorie <dj@redhat.com>
10628
10629 * Makefile.tpl: Change configure dependencies to not have real
10630 targets depend on phony targets.
10631
106322002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10633
10634 * configure.in: Revert unintentional change.
10635
10636 * Makefile.tpl: Change dependency for */multilib.out so that
10637 it works when gcc isn't in the tree.
10638
10639 * configure.in: Substitute more.
10640 * configure: Run subconfigures from the Makefile.
10641 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10642 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10643
67f1b906
GP
106442002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10645
10646 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10647
4977bab6
ZW
106482002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10649
10650 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10651 and corresponding dependencies.
10652 * Makefile.in: Regenerate.
10653
10654 * configure.in (host_tools): Order binutils, gas and ld for
10655 convenience in running the testsuites.
10656
10657 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10658 * Makefile.in: Regenerate.
10659 * configure.in: Introduce rules to serialize subconfigure runs.
10660
10661 * configure.in: Introduce BASE_CC_FOR_TARGET.
10662 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10663 Realize configure-build-* targets. Realize configure-target-* targets.
10664 * Makefile.in: Regenerate.
10665
106662002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10667
10668 * configure: Move gcc_version_trigger stuff from here...
10669 * configure.in: ...to here.
10670
10671 * configure.in: Separate subconfigure options added by this file from
10672 options given by the user. Add machinery to put args for host
10673 subconfigures into the Makefile.
10674
10675 * Makefile.tpl: Remove 'vault' targets.
10676 * Makefile.tpl: Reorder and comment dependencies.
10677 * Makefile.in: Regenerate.
10678
106792002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10680 * configure.in: Fix my broken commit of previous patch. (sigh)
10681
743f054e
GK
106822002-11-28 Geoffrey Keating <geoffk@apple.com>
10683
10684 * configure.in: Move host-specific darwin noconfigdirs into
10685 the host-specific section.
10686
4977bab6
ZW
106872002-11-28 Geoffrey Keating <geoffk@apple.com>
10688
10689 * configure.in: Move host-specific darwin noconfigdirs into
10690 the host-specific section.
10691
106922002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10693
10694 * configure: Remove skip-this-dir support.
10695 * Makefile.tpl: Remove skip-this-dir support.
10696
10697 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10698 subdirectories.
10699 * Makefile.in: Regenerate.
10700
10701 * Makefile.tpl: Strip out useless setting of 'dir'.
10702 * Makefile.in: Regenerate.
10703
107042002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10705
10706 * configure.in: Fix deeply stupid bug.
10707
10708 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10709 shell code in CXX_FOR_TARGET
10710 * Makefile.def: Introduce raw_cxx.
10711 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10712 RAW_CXX_FOR_TARGET.
10713 * Makefile.in: Regenerate.
10714
107152002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10716
10717 * Makefile.tpl: Remove unnecessary ifs.
10718 * Makefile.in: Regenerate.
10719
10720 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10721 dependencies. Maybe-ize build-libiberty. Create dummy install
10722 targets for 'no_install' modules.
10723 * configure: Move GDB_TK substitution to configure.in. Move
10724 build_modules stuff to configure.in.
10725 * configure.in: Implement soft dependency machinery. Maybe-ize
10726 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10727 * Makefile.in: Regenerate.
10728
107292002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10730
10731 * Makefile.tpl: Make all-target, install-target behave similarly
10732 to all, install (only hitting configured targets). Eliminate
10733 unused macro defintions.
10734
10735 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10736 build != host.
10737
10738 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10739
10740 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10741
10742 * configure.in: Produce lists of subdir targets we're actually
10743 configuring. Remove references to "dosrel".
10744 * Makefile.tpl: Let configure set which subdir targets are hit.
10745 Remove install-cross; clean up install; remove ALL. Remove
10746 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10747 Autogenerate host module targets. Remove empty dependency lines
10748 and redundant dependency; rearrange slightly.
10749 * Makefile.def: Add host-side libtermcap, utils.
10750
10751 * Makefile.in: Regenerate.
10752
e6226a2f
RO
107532002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10754
10755 * ltconfig (osf[345]): Append $major to soname_spec.
10756 Reflect this in library_names_spec.
10757 * ltmain.sh (osf): Prefix $major with . for use as extension.
10758
3b75d237
AJ
107592002-11-19 Andreas Jaeger <aj@suse.de>
10760
10761 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10762 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10763 and sparc64 GNU/Linux systems.
10764
809108de
NS
107652002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10766
10767 * MAINTAINERS: Update email.
10768
e7e0de7e
GP
107692002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10770
10771 * MAINTAINERS: Complete James Dennett's entry.
10772
f7109dea
EB
107732002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10774
10775 * MAINTAINERS (Write After Approval): Add myself.
10776
d3ac17c9
BK
107772002-11-13 Bruce Korb <bkorb@gnu.org>
10778
10779 * Makefile.tpl: syntactic cleanup
10780
dce2d8b2 107812002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
10782
10783 * MAINTAINERS: Add myself to write-after-approval list.
10784
4977bab6
ZW
107852002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10786
10787 * Makefile.def: Add list of recursive targets to autogenerate.
10788 Add build_modules.
10789 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10790 targets. Autogenerate *-build-* targets.
10791 * Makefile.in: Regenerate.
10792
107932002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10794
10795 * configure: More autoconf-style substitutions.
10796 * Makefile.tpl: More autoconf-style substitutions.
10797 * Makefile.in: Regenerate.
10798
107992002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10800
10801 * configure: Substitute more variables in a more autoconf-friendly
10802 way. Simplify slightly.
10803 * Makefile.tpl: Make more variables substitutable in an
10804 autoconf-friendly way.
10805 * Makefile.in: Regenerate.
10806
d4783999
JW
108072002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10808
10809 * MAINTAINERS (Write After Approval): Add myself.
10810
4977bab6
ZW
108112002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10812
10813 * configure.in (v810*): Remove special setting of tools.
10814
10815 * configure: Add support for extra required flags for ar or nm.
10816 * configure.in (aix4.3+): Use above support for target-specific
10817 issues, rather than using config/mt-aix43.
10818
108192002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10820
10821 * configure: Remove 'removing', which doesn't work. Replace $subdir
10822 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10823 with $srcdir. Reformat indentation. Substitute some variables
10824 formerly hard-coded in the Makefile for build=host.
10825 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10826 * Makefile.def: Autogenerate more.
10827 * Makefile.in: Regenerate.
10828
1c9c903e
AN
108292002-11-04 Adam Nemet <anemet@lnxw.com>
10830
10831 * MAINTAINERS (Write After Approval): Add myself.
10832
40673d2b
KB
108332002-11-04 Kevin Buettner <kevinb@redhat.com>
10834
10835 * Makefile.def (host_modules): Add rda.
10836 * Makefile.in: Regenerate.
10837 * configure.in (target_tool): Add target-rda to list.
10838
42e650ae
GP
108392002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10840
10841 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10842
e004b81f
PE
108432002-10-25 Phil Edwards <pme@gcc.gnu.org>
10844
10845 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10846 and restrap targets to this rule.
10847 * Makefile.in: Regenerate.
10848
06bd49b1
GP
108492002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10850
10851 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10852 GNATS only accounts.
10853
d0af82b0
HPN
108542002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10855
10856 * configure.in (i[3456]86-*-linux*): Add check to disable
10857 ${libgcj} for glibc1.
10858
10782654
DC
108592002-10-24 Denis Chertykov <denisc@overta.ru>
10860
10861 * MAINTAINERS: Add myself as ip2k port maintainer.
10862
a5a438f5
SS
108632002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10864
10865 * configure.in: Add tic4x target.
10866
fe3d5b7f
NN
108672002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10868
aba8a494
NN
10869 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10870 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10871 * Makefile.in: Regenerate.
10872
fe3d5b7f
NN
10873 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10874 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10875 * Makefile.in: Regenerate.
10876
a6ad79e7
JJ
108772002-10-02 Janis Johnson <janis187@us.ibm.com>
10878
10879 * MAINTAINERS: Add myself as web pages co-maintainer.
10880
6a8a9058
NN
108812002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10882
10883 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10884 * Makefile.in: Regenerate.
10885
327d975a
ZW
108862002-10-02 Zack Weinberg <zack@codesourcery.com>
10887
10888 * MAINTAINERS: Add myself and Nathan Sidwell
10889 <nathan@codesourcery.com> as VxWorks maintainers.
10890
a5ae8f19 108912002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
10892
10893 * Makefile.def: Remove order dependency comments.
10894 * Makefile.tpl: Add explicit install-install dependencies.
10895 * Makefile.in: Regenerate.
d0f6c823 10896
34c6040c 10897 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 10898 * Makefile.in: Regenerate.
34c6040c 10899
d0f6c823
NN
10900 * Makefile.tpl: Add configure-target (for src-release in src)
10901 * Makefile.in: Regenerate.
10902
50bd210b
NC
109032002-09-30 Nick Clifton <nickc@redhat.com>
10904
10905 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10906
ca25149e
UW
109072002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10908
10909 * configure.in (s390*-*-linux*): Enable libgcj.
10910
dd30b57d
NN
109112002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10912
9e60a678
NN
10913 * configure: Revert accidentally applied changes.
10914
dd30b57d
NN
10915 * Makefile.tpl: Make more autoconf-friendly.
10916 * Makefile.in: Regenerate.
10917 * configure: Make substitution more autoconf-like.
10918
5831424e
RE
109192002-09-28 Richard Earnshaw <rearnsha@arm.com>
10920
10921 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10922 single entry to handle all these.
10923 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10924 libjava on arm-*-elf.
10925
b7f3b15b
GK
109262002-09-27 Geoffrey Keating <geoffk@apple.com>
10927
10928 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10929 things that depend on them.
10930
0dffceed
NN
109312002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10932
10933 * Makefile.tpl: Make subsituted variables more autoconfy.
10934 * Makefile.in: Regenerate.
10935 * configure: Make seds more autoconfy.
10936
1db75a86 109372002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
10938
10939 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10940 * Makefile.in: Regenerate.
10941 * configure.in: Rewrite sed statements to look autoconfy.
10942
1db75a86
NN
10943 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10944 all-target-foo on configure-target-foo.
10945 * Makefile.def: Ditto.
10946 * Makefile.in: Rebuild.
10947
741a4e89
AH
109482002-09-25 Andrew Haley <aph@redhat.com>
10949
10950 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10951
95ddd785
NN
109522002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10953
10954 * Makefile.def: New file.
10955 * Makefile.tpl: New file.
10956 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10957 * contrib/gcc_update: Note that Makefile.in is a generated file.
10958
10959 * configure.in: Minor rearrangement. Simplify tests.
10960
65a824f6
JT
109612002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10962
10963 * configure.in (with_headers): Skip copy if value is "yes".
10964 (with_libs): Likewise.
10965
51270f0a 109662002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
10967
10968 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10969 * configure.in (sh*-*-pe*): Ditto.
10970 * configure.in (mips*-*-pe*): Ditto.
10971 * configure.in (*arm-wince-pe): Ditto.
10972
8f89dbf4
NN
10973 * configure.in: Rearrange.
10974
c1b8db3f
KH
109752002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10976
10977 * MAINTAINERS: Update my email address.
10978
341f0575
PK
109792002-08-30 Paul Koning <pkoning@equallogic.com>
10980
10981 * MAINTAINERS: (Write After Approval): Add myself.
10982
d2e06980
GK
109832002-08-29 Geoffrey Keating <geoffk@redhat.com>
10984
10985 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10986
4906d5d8
GK
109872002-08-24 Geoffrey Keating <geoffk@redhat.com>
10988
10989 * MAINTAINERS: Change my mailing address.
10990
e9a25cc8
PC
109912002-08-21 Paolo Carlini <pcarlini@unitus.it>
10992
10993 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 10994 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 10995
dce2d8b2 109962002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
10997
10998 * MAINTAINERS (Write After Approval): Remove myself.
10999 (Various Maintainers: c++ runtime libs): Add myself.
11000
5ce6f47b
EC
110012002-08-15 Eric Christopher <echristo@redhat.com>
11002
11003 * config.sub: Import from master repository.
11004 * config.guess: Ditto.
11005
7f9317f0
AO
110062002-08-19 Alexandre Oliva <aoliva@redhat.com>
11007
11008 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11009 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11010 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11011
7aecca3d
AH
110122002-08-16 Aldy Hernandez <aldyh@redhat.com>
11013
11014 * MAINTAINERS: Add self to rs6000 vector extensions.
11015
8ea4b195
AO
110162002-08-15 Alexandre Oliva <aoliva@redhat.com>
11017
11018 * libiberty/configure: Reverted unintended yesterday's check in.
11019
f5cc59a7
AO
110202002-08-14 Alexandre Oliva <aoliva@redhat.com>
11021
11022 * boehm-gc/configure, libf2c/configure: Rebuilt.
11023 * libffi/configure, libiberty/configure: Ditto.
11024 * libjava/configure, libobjc/configure: Ditto.
11025 * libstdc++-v3/configure, zlib/configure: Ditto.
11026 Merged from binutils:
11027 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11028 From Steve Ellcey <sje@cup.hp.com>:
11029 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11030 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11031 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11032 IA64.
11033 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11034 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11035 soname_spec, sys_lib_search_path_spec): Ditto.
11036
dce2d8b2 110372002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
11038
11039 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11040
2ff34870
L
110412002-08-04 H.J. Lu (hjl@gnu.org)
11042
11043 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11044
a014f2fe
KW
110452002-08-02 Krister Walfridsson <cato@df.lth.se>
11046
11047 * MAINTAINERS (Write After Approval): Add myself.
11048
c01d477a
AM
110492002-07-31 Alan Modra <amodra@bigpond.net.au>
11050
11051 * configure.in: Move generic linux case to end. Copy generic
11052 linux noconfigdirs to mips*-*-linux* entry and new
11053 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11054
68cd2524
MM
110552002-07-19 Michael Matz <matz@suse.de>
11056
11057 * MAINTAINERS: Add myself as ra* maintainer.
11058
e2d83b8c
CD
110592002-07-16 Chris Demetriou <cgd@broadcom.com>
11060
11061 * config.guess: Update to 2002-07-09 version.
11062 * config.sub: Update to 2002-07-03 version.
11063
cece4f1d
HPN
110642002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11065
11066 * MAINTAINERS: Fix typo in a maintainer email address.
11067
bb654703
NN
110682002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11069
11070 * configure.in: Remove two redundant tests.
11071
789b7de5
RO
110722002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11073
11074 * configure.in (mips*-*-irix6*o32): Enable stabs.
11075
e1da1089
NN
110762002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11077
f3970bba
NN
11078 * configure.in: Don't build grez.
11079 * Makefile.in: Ditto.
11080
e1da1089
NN
11081 * Makefile.in: Remove references to bsp, cygmon, libstub.
11082 * configure.in: Ditto.
11083
11084 * configure.in: Remove leftover reference to gdbtest.
11085
57c905fa
PE
110862002-07-08 Phil Edwards <pme@gcc.gnu.org>
11087
11088 * configure.in (gxx_include_dir): Change to match versioned
11089 C++ headers if --enable-version-specific-runtime-libs is used.
11090
a0af94a7 110912002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 11092
a0af94a7
SE
11093 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11094
423ce3eb
NN
110952002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11096
11097 * configure.in: Make --without-x work.
11098
98186934
NN
110992002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11100
c3b7d169
NN
11101 * configure.in: Rearrange target Makefile fragment collection.
11102
98186934
NN
11103 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11104 cvs[src].
11105 * configure.in: Ditto.
11106
eebd288a
MK
111072002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11108
11109 * MAINTAINERS (Write After Approval): Update my e-mail address.
11110
3ab36f05
NN
111112002-06-24 Ben Elliston <bje@redhat.com>
11112
11113 * configure.in (host_tools): Remove cgen.
11114
11115 * Makefile.in (all-cgen): Remove; runs from its source directory.
11116 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 11117 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
11118 (all-sim): Likewise.
11119
dce2d8b2 111202002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
11121
11122 * Makefile.in: Eliminate 'apache' targets.
11123 * configure.in: Eliminate 'apache' targets.
11124
55380b08
NN
11125 * configure.in: Eliminate redundant tests. Reorganize.
11126
9a5c1b9d
NN
11127 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11128
5fd3853a
NN
11129 * config-ml.in: Eliminate references to Cygnus configure.
11130
cfefc434
NN
11131 * Makefile.in: Eliminate references to building emacs.
11132
2fe93885
GS
111332002-06-28 Graham Stott <graham.stott@btinternet.com>
11134
11135 * MAINTAINERS: Update my email address.
11136
53c40185
BK
111372002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11138
11139 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 11140 (cxx_incdir): Remove.
53c40185 11141
97679694
NN
111422002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11143
11144 * MAINTAINERS (Write After Approval): Add self.
11145
b03bcd37
DC
11146Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11147
11148 * configure.in: Add support for ip2k.
11149
6bd12129
NN
111502002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11151
11152 * configure.in: Fix AIX configury bug.
11153
e0d98a92
SE
111542002-06-20 Steve Ellcey <sje@cup.hp.com>
11155
11156 * MAINTAINERS (Write After Approval): Add self.
11157
ba3292db
NN
111582002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11159
ef40bc65
NN
11160 * configure.in: replace ${topsrcdir} with ${srcdir}
11161
7a0be465
NN
11162 * configure.in: Move definition of libstdcxx_flags
11163 right above usage, rather than waaay earlier.
11164
e1848dde
NN
11165 * configure.in: Pull definition of is_cross_compiler earlier.
11166
8bc2fff1
NN
11167 * configure.in: Rearrange a little.
11168
ba3292db
NN
11169 * configure.in: Remove references to librx.
11170 * Makefile.in: Remove references to librx.
11171
11d8b408
DC
11172Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11173
11174 * config.sub: Add support for avr target.
11175 Import from master sources, rev 1.255
5ce6f47b 11176
93da8339
PE
111772002-06-19 Phil Edwards <pme@gcc.gnu.org>
11178
11179 * configure, .cvsignore: Revert previous change...
11180 * Makefile: ...delete.
11181
b4caab5c
NN
111822002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11183
11184 * configure.in: Eliminate ${gasdir} variable.
11185
ee777171
DB
111862002-06-18 Dave Brolley <brolley@redhat.com>
11187
11188 * configure.in: Add support for frv.
11189 * config.sub: Add support for frv.
11190
26e4af54
PE
111912002-06-18 Phil Edwards <pme@gcc.gnu.org>
11192
11193 * configure: Remove garbage from previous commit.
11194
bb20b7da
PE
111952002-06-18 Phil Edwards <pme@gcc.gnu.org>
11196
11197 * configure: For in-source builds, make a subdir and re-exec there.
11198 * Makefile: New file. Pass targets through to build directory.
11199 * .cvsignore: No longer ignore "Makefile".
11200
9d321f6c
DR
112012002-06-16 Douglas Rupp <rupp@gnat.com>
11202
11203 * MAINTAINERS (Write After Approval): Add self.
11204
c8eb2bc0
KG
112052002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11206
11207 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11208
f210d239
JT
112092002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11210
11211 * configure.in (vax-*-netbsd*): Re-enable gas.
11212
e9667b3c
NN
112132002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11214
efe1f357
NN
11215 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11216 BUILD_PREFIX_1, to correct nomenclature.
11217 * configure: Likewise.
11218
e9667b3c
NN
11219 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11220 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11221
fe2fe497
OH
112222002-05-31 Olaf Hering <olh@suse.de>
11223
11224 * config-ml.in: Propogate DESTDIR also.
11225
dcf7f0dd
JT
112262002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11227
11228 * configure.in (vax-*-netbsd*): Don't build gas for this
11229 platform.
11230
6ff14f32
MM
112312002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11232
11233 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11234 and libgcj for AVR.
11235
397de1ff
KK
112362002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11237
11238 * MAINTAINERS (Write After Approval): Add myself.
11239
ac30211c
JT
112402002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11241
11242 * config.guess: Update to 2002-05-22 version.
11243 * config.sub: Likewise.
11244
1e6347d8
RO
112452002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11246
11247 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11248 * config-ml.in: Likewise.
11249 * configure: Likewise.
11250 * configure.in: Likewise.
11251
e5ce1d6d
SC
112522002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11253
11254 * MAINTAINERS: Update my email address.
11255
6cdef75d
NN
112562002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11257
4a87f061
NN
11258 * configure.in: Simplify makefile fragment collection.
11259
11260 * configure.in: Remove code to build emacs.
603606e7 11261
e254d6b5
NN
11262 * configure.in : Remove --srcdir argument from targargs and buildargs
11263 (it's always overridden in the Makefile anyway). Rearrange a bit.
11264
11265 * configure: Move some logic to configure.in.
11266 * configure.in: Move some logic from configure.
6cdef75d 11267
1d6006fe
TT
112682002-05-11 Tom Tromey <tromey@redhat.com>
11269
11270 * MAINTAINERS: Reflect libgcj reality.
11271
b70b3534
FS
112722002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11273
11274 * Makefile.in: Honour DESTDIR.
11275
4434687a
MM
112762002-05-08 Mark Mitchell <mark@codesourcery.com>
11277
11278 * config.guess: Import 2002-03-20 version.
11279 * config.sub: Import 2002-04-26 version.
11280
a89e49c7
RO
112812002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11282
11283 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11284
44e55536
TJ
112852002-05-07 Tim Josling <tej@melbpc.org.au>
11286
11287 * MAINTAINERS: Add self.
11288
dce2d8b2 112892002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
11290
11291 * ltmain.sh: Detect and handle object name conflicts
11292 while piecewise linking a static library.
11293
b7c13625
AO
112942002-05-05 Alexandre Oliva <aoliva@redhat.com>
11295
11296 * configure.in (noconfigdirs): Don't disable libgcj on
11297 sparc64-*-solaris* and sparcv9-*-solaris*.
11298
4182d9fa
AO
112992002-05-03 Alexandre Oliva <aoliva@redhat.com>
11300
11301 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11302
7bebf279
TF
113032002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11304
11305 * configure.in (FLAGS_FOR_TARGET): Do not add
11306 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11307 on i[3456]86-*-linux*.
11308
9a06dc7d
TF
113092002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11310
11311 * configure.in (noconfigdirs): Replace [ ] with test.
11312
11313 * configure.in (noconfigdirs): Do not add target-newlib if
11314 target == i[3456]86-*-linux*, and host == target.
11315
a51a07fa
NN
113162002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11317
9e7facd6
DD
11318 * configure.in: delete reference to absent file
11319
aeaa0f2f
NN
11320 * configure.in: replace '[' with 'test'
11321
4bb98828
NN
11322 * configure.in: Eliminate references to gash.
11323 * Makefile.in: Eliminate references to gash.
11324
64791664
NN
11325 * configure.in: remove useless references to 'pic' makefile fragments.
11326
3ed57cf4
NN
11327 * configure.in: (*-*-windows*) Finish removing.
11328
a51a07fa
NN
11329 * configure.in: Eliminate redundant test for libgui.
11330
8552f6f1
RS
113312002-04-29 Roger Sayle <roger@eyesopen.com>
11332
11333 * MAINTAINERS: Add self and realphabetize. Update entries
11334 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11335 entry for a29k port maintainer.
11336
dce2d8b2 113372002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
11338
11339 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11340 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11341
704c9a14
NN
113422002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11343
11344 * configure.in: remove references to dead files
11345
7bff5059
MM
113462002-04-19 Mark Mitchell <mark@codesourcery.com>
11347
11348 * MAINTAINERS: Add information about purpose of this file.
11349
0c7c67f0
TT
113502002-04-18 Tom Tromey <tromey@redhat.com>
11351
11352 * configure.in: Disallow configuring libgcj when it is already
11353 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11354 Solaris 2.8 by default. For PR libgcj/6158.
11355
63501e91
NN
113562002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11357
11358 * configure.in: Move default CC setting out of config/mh-* fragments
11359 directly into here.
11360
701afd4d
NN
113612002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11362
11363 * configure.in: don't even try to configure or make a subdirectory
11364 if there's no configure script for it.
11365
07cdae91
MM
113662002-04-15 Mark Mitchell <mark@codesourcery.com>
11367
11368 * MAINTAINERS: Remove chill maintainers.
11369 * Makefile.in (CHILLFLAGS): Remove.
11370 (CHILL_LIB): Remove.
11371 (TARGET_CONFIGDIRS): Remove libchill.
11372 (CHILL_FOR_TARGET): Remove.
11373 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11374 CHILL_LIB.
11375 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11376 (CHECK_TARGET_MODULES): Likewise.
11377 (INSTALL_TARGET_MODULES): Likewise.
11378 (CLEAN_TARGET_MODULES): Likewise.
11379 (configure-target-libchill): Remove.
11380 (all-target-libchill): Remove.
11381 * configure.in (target_libs): Remove target-libchill.
11382 Do not compute CHILL_FOR_TARGET.
11383 * libchill: Remove directory.
5ce6f47b 11384
ab50d72b
DD
113852002-04-11 DJ Delorie <dj@redhat.com>
11386
11387 * Makefile.in, configure.in: Sync with binutils, entries
11388 follow...
11389
0a1e123a
DD
113902002-04-07 Andrew Cagney <ac131313@redhat.com>
11391
11392 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11393 (do-tar, do-bz2): New rules.
11394 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11395 (gdb-tar): New rule.
11396 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11397 (insight_dejagnu.tar): New rule.
11398 (insight.tar): New rule.
11399 (gdb+dejagnu.tar): New rule.
11400 (gdb.tar): New rule.
11401
ab50d72b
DD
114022002-02-01 Mo DeJong <supermo@bayarea.net>
11403
11404 * Makefile.in: Add all-tix to deps for all-snavigator
11405 so that tix is built when building snavigator.
11406
114072002-01-11 Steve Ellcey <sje@cup.hp.com>
11408
11409 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11410 ld and gdb are not supported.
11411
114122002-01-07 Mark Salter <msalter@redhat.com>
11413
11414 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11415 Allow target-libgloss to be built for arm, strongarm, and xscale.
11416
114172001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11418
11419 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11420 options for i[3456]86-pc-linux* native builds.
11421
114222001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11423
11424 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11425 files from .po files for a distribution.
11426
114272001-09-03 Jeff Holcomb <jeffh@redhat.com>
11428
11429 * configure.in: Enable libstdc++-v3 for h8300 targets.
11430
114312001-06-19 Alan Modra <amodra@bigpond.net.au>
11432
11433 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11434 version from bfd/.
11435
11436Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11437
11438 * Makefile.in (VER): When present, extract the version number from
11439 the file version.in.
11440
dce2d8b2 114412001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
11442
11443 * configure.in : enable ld for aix
11444
114452001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11446
11447 * config.guess: Add linux target for S/390.
11448
114492000-11-07 Philip Blundell <pb@futuretv.com>
11450
11451 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11452
114532000-11-03 Philip Blundell <pb@futuretv.com>
11454
11455 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11456 files.
11457
114582001-01-15 Ben Elliston <bje@redhat.com>
11459
11460 * configure.in (host_tools): Add sid.
11461 Always configure cgen.
11462
114632000-11-24 Nick Clifton <nickc@redhat.com>
11464
11465 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11466
ab50d72b
DD
114672000-08-20 Doug Evans <dje@casey.transmeta.com>
11468
11469 * Makefile.in (ALL_MODULES): Add all-cgen.
11470 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11471 (all-cgen): New target.
11472 (all-opcodes,all-sim): Depend on all-cgen.
11473 * configure.in (host_tools): Add cgen.
11474 Only configure cgen if --enable-cgen-maint.
11475
dce2d8b2 114762002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
11477
11478 * configure.in: Add *-*-freebsd* configurations.
11479
90def2b2
TT
114802002-04-08 Tom Tromey <tromey@redhat.com>
11481
11482 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11483 Fixes PR libgcj/6068.
11484
320d7e7a
KW
114852002-03-30 Krister Walfridsson <cato@df.lth.se>
11486
11487 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11488
18b467f1
RO
114892002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11490
11491 * configure.in (alpha*-dec-osf*): Enable libgcj.
11492
dce2d8b2 114932003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
11494
11495 * MAINTAINERS (Write After Approval): Add myself.
11496
56ae9405
NC
114972002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11498
11499 Fix for: PR bootstrap/3591, target/5676
11500 * configure.in (mcore-pe): Disable the configuration of
11501 libstdc++-v3 since exceptions are not supported.
11502
f18d9a0c
AG
115032002-03-20 Anthony Green <green@redhat.com>
11504
11505 * configure.in: Enable libgcj for xscale-elf target.
11506
dce2d8b2 11507Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
11508
11509 * MAINTAINERS: Update my email address.
11510
28eca9e8
AO
115112002-03-16 Alexandre Oliva <aoliva@redhat.com>
11512
11513 * ltmain.sh (relink_command): Fix typo in previous change.
11514
e67e72c7
AO
115152002-03-15 Alexandre Oliva <aoliva@redhat.com>
11516
11517 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11518 (relink_command): Added --tag flags.
11519 (mode=install): If relinking fails; error out.
11520
c2273204
RH
115212002-03-12 Richard Henderson <rth@redhat.com>
11522
11523 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11524 .NOTPARALLEL tag.
11525 (do-check): Rename from check.
11526 (check): Allow parallel check.
11527
bcb64245
BW
115282002-03-12 Bob Wilson <bob.wilson@acm.org>
11529
11530 * MAINTAINERS: Add myself as maintainer for xtensa port.
11531 Fix alphabetical order in CPU port maintainer list.
11532 Remove myself from Write After Approval list.
11533
63adb4ff
RH
115342002-03-11 Richard Henderson <rth@redhat.com>
11535
11536 * Makefile.in (.NOTPARALLEL): Add fake tag.
11537
9bec4bf0
L
115382002-03-07 H.J. Lu (hjl@gnu.org)
11539
11540 * configure.in: Enable gprof for mips*-*-linux*.
11541
c7fc1f84
DS
115422002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11543
11544 * MAINTAINERS (Write After Approval): Add myself.
11545
6bff33fb
AO
115462002-02-28 Alexandre Oliva <aoliva@redhat.com>
11547
11548 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11549 libjava.
11550 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11551
0210b33b
AO
115522002-02-23 Alexandre Oliva <aoliva@redhat.com>
11553
11554 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11555 because its Makefile is there; test for the executable instead.
11556
fcc0a3ef
AO
115572002-02-22 Alexandre Oliva <aoliva@redhat.com>
11558
11559 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11560 libstdc++-v3 and libjava.
11561
dce2d8b2 115622002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
11563
11564 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11565 boehm-gc
5ce6f47b 11566
40fe0ec3
AO
115672002-02-09 Alexandre Oliva <aoliva@redhat.com>
11568
11569 * config.guess: Updated to 2002-01-30's version.
11570 * config.sub: Updated to 2002-02-01's version.
11571 Contribute sh64-elf.
11572 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11573 * configure.in: Added sh64-*-*.
11574
694d53ee
CD
115752002-02-08 Chris Demetriou <cgd@broadcom.com>
11576
11577 * MAINTAINERS: Belatedly add myself to write after approval list.
11578
a9ca50b1
JH
11579Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11580
11581 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11582 Remove self as Write After Approval.
11583
5ffc3500
GK
115842002-01-31 Geoffrey Keating <geoffk@redhat.com>
11585
11586 * MAINTAINERS: Put self in as maintainer for contrib/regression
11587 directory.
11588
4ceaf7fb
PE
115892002-01-28 Phil Edwards <pme@gcc.gnu.org>
11590
11591 * MAINTAINERS: Update my email address.
11592
51584787
JT
115932002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11594
5ce6f47b
EC
11595 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11596 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
11597 libraries if not supported for NetBSD on target CPU.
11598
5701d273
DR
115992002-01-25 Douglas B Rupp <rupp@gnat.com>
11600
11601 * install-sh: Use _inst.$$_ for temp file name.
11602
b299a075
JT
116032002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11604
11605 * MAINTAINERS (Write After Approval): Move my contact info
11606 from here...
11607 (OS Port Maintainers): ...to here (netbsd).
11608
51fe14b5
BW
116092002-01-22 Bob Wilson <bob.wilson@acm.org>
11610
11611 * MAINTAINERS (Write After Approval): Add myself.
11612
dce2d8b2 116132002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
11614
11615 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11616 (all-target-fastjar): Also depend on all-target-libiberty.
11617
3cd87679
L
116182002-01-16 H.J. Lu (hjl@gnu.org)
11619
11620 * config.guess: Import from master sources, rev 1.225.
11621 * config.sub: Import from master sources, rev 1.238.
11622
969a6d8f
KH
116232002-01-16 Kazu Hirata <kazu@hxi.com>
11624
11625 * MAINTAINERS (Write After Approval): Remove myself.
11626
366f6a52
FW
116272001-12-19 Florian Weimer <fw@deneb.enyo.de>
11628
11629 * MAINTAINERS (Write After Approval): Add myself.
11630
f02240b6
JM
116312001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11632
11633 * MAINTAINERS: Add self as docs co-maintainer.
11634
5d08dc39
MK
116352001-12-11 Matthias Klose <doko@debian.org>
11636
11637 * MAINTAINERS (Write After Approval): Add myself.
11638
39e790d5
ZW
116392001-12-09 Zack Weinberg <zack@codesourcery.com>
11640
11641 * MAINTAINERS: Update my email address.
11642
4519d6a3
TC
116432001-12-07 Turly O'Connor <turly@apple.com>
11644 * MAINTAINERS (Write After Approval): Add myself.
11645 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11646 (rs6000_initialize_trampoline): Call __trampoline_setup for
11647 ABI_DARWIN too.
11648 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 11649 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 11650
21cf0a73
PC
116512001-12-07 Paolo Carlini <pcarlini@unitus.it>
11652
11653 * MAINTAINERS (Write After Approval): Add myself.
11654
4ee43206
DR
11655Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11656
11657 * configure, configure.in: Use temp file for long sed commands.
11658
251931f3
LG
116592001-12-03 Laurent Guerby <guerby@acm.org>
11660
11661 * config.sub: Update to version 1.232 on subversion.
11662
03777dd7
BE
116632001-12-03 Ben Elliston <bje@redhat.com>
11664
11665 * MAINTAINERS: Update mail address for config.* patches.
11666
dce2d8b2 116672001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
11668 Zack Weinberg <zack@codesourcery.com>
11669
11670 When build != host, create libiberty for the build machine.
11671
11672 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11673 CONFIG_ARGUMENTS.
11674 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11675 New variables.
11676 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11677 and rules.
11678 (all.normal): Depend on ALL_BUILD_MODULES.
11679 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11680 (all-build-libiberty): Depend on configure-build-libiberty.
11681
11682 * configure: Calculate and substitute proper value for
11683 ALL_BUILD_MODULES.
11684 * configure.in: Create the build subdirectory.
11685 Calculate and substitute TARGET_CONFIGARGS (formerly
11686 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11687
04075e8f
ZL
116882001-11-26 Ziemowit Laski <zlaski@apple.com>
11689
11690 * MAINTAINERS (write-after-approval): Add self.
11691
ed19322d
CR
116922001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11693
11694 * MAINTAINERS (GNATS only accounts): Remove self.
11695
90a12988
HPN
116962001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11697
11698 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11699 libf2c.
11700
77e653ad
CR
117012001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11702
11703 * MAINTAINERS (Write After Approval): Add self.
11704
64adad99
DB
117052001-11-12 David O'Brien <obrien@FreeBSD.org>
11706
11707 * MAINTAINERS: mips and s390 are also CPU ports.
11708
834a28c7
DB
117092001-11-12 David O'Brien <obrien@FreeBSD.org>
11710
11711 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11712
ef94239f
DB
117132001-11-11 David O'Brien <obrien@FreeBSD.org>
11714
11715 * MAINTAINERS: Alphabetize.
11716
beda0427
KH
117172001-11-09 Kazu Hirata <kazu@hxi.com>
11718
11719 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11720
6ca224d3
JDA
117212001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11722
11723 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11724
132e4bd7
PE
117252001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11726
11727 * configure.in (--enable-languages): Be more permissive about
11728 syntax. Check for empty lists better. Warn about $LANGUAGES.
11729
c6243b4c
GK
117302001-11-08 Geoffrey Keating <geoffk@redhat.com>
11731
11732 * config.sub: Import from master sources, rev. 1.230.
11733 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11734
abbb9e76
LG
117352001-11-07 Laurent Guerby <guerby@acm.org>
11736
11737 * MAINTAINERS (Write After Approval): Add self.
11738
53cdb27a
HPN
117392001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11740
11741 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11742
dd3a88c9
HPN
117432001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11744
11745 * config.sub: Import from master sources, rev 1.226.
11746 * config.guess: Import from master sources, rev 1.216.
11747
d344dce9
HPN
117482001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11749
11750 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11751 * MAINTAINERS: Add self as maintainer of MMIX port.
11752 Remove old after-approval entry.
11753
63f6bcd7
JM
117542001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11755
11756 * ChangeLog, configure: Fix spelling errors.
11757
84f92638
BK
117582001-10-20 Brendan Kehoe <brendan@zen.org>
11759
11760 * MAINTAINERS: Tweak my address.
11761
dce2d8b2 11762Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
11763
11764 * MAINTAINERS: Update my email address.
11765
1567080c 117662001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 11767
f48a3b5c 11768 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 11769 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 11770
30106886
GB
117712001-10-10 Geert Bosch <bosch@gnat.com>
11772
e490616e 11773 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
11774 Added Robert Dewar.
11775
dce2d8b2 117762001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
11777
11778 * MAINTAINERS (Write After Approval): Added self
11779
d1c3e709
GB
117802001-10-02 Geert Bosch <bosch@gnat.com>
11781
11782 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11783
50f5f793
JM
117842001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11785
11786 * configure: Handle temporary files securely using mkdir.
11787
7fddf9a9
AO
117882001-09-29 Alexandre Oliva <aoliva@redhat.com>
11789
11790 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11791
dce2d8b2 117922001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
11793
11794 * configure.in (*-*-linux*): Disable configuration of target-newlib
11795 and target-libgloss.
e490616e 11796
0c055e34
AO
117972001-09-26 Alexandre Oliva <aoliva@redhat.com>
11798
11799 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11800 RANLIB.
11801
759bfa90
AO
118022001-09-21 Alexandre Oliva <aoliva@redhat.com>
11803
11804 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11805 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11806 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11807 avoid quotes nesting problems.
11808 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11809 (DO_X): Export only variables that are set.
11810
1dc4a750
BE
118112001-09-19 Ben Elliston <bje@redhat.com>
11812
11813 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11814 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11815 semantics. Use the shell built-in "type" command instead.
11816
898c7238
AO
118172001-08-31 Alexandre Oliva <aoliva@redhat.com>
11818
11819 Merged from gcc-3_0-branch:
11820 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11821 * ltcf-c.sh: Use $objext, not $ac_objext.
11822 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11823 * ltcf-cxx.sh: Add support for GNU.
11824 2001-07-22 Timothy Wall <twall@redhat.com>
11825 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11826 default settings if using GNU tools with that configuration.
11827 * ltcf-cxx.sh: Ditto.
11828 * ltcf-gcj.sh: Ditto.
11829 2001-07-21 Michael Chastain <chastain@redhat.com>
11830 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11831 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11832 * ltmain.sh: Mark as gcc-local.
11833
8fa0a32e
EC
118342001-08-30 Eric Christopher <echristo@redhat.com>
11835 Jason Eckhardt <jle@redhat.com>
11836
11837 * config.guess: Merge from master sources.
11838 * config.sub: Merge from master sources, add support for mipsisa32.
11839
32f30f91 118402001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
11841 * config.sub: Merge from master sources, rev 1.219.
11842 * MAINTAINERS: Add self as contact for stormy16 port.
11843
f6084f99
ZW
118442001-08-14 Zack Weinberg <zackw@panix.com>
11845
11846 * config.sub: Merge from master sources, rev 1.218.
11847 * config.guess: Merge from master sources, rev 1.209.
11848
91b54f7f
GS
118492001-08-11 Graham Stott <grahams@redhat.com>
11850
11851 * Makefile.in (check-c++): Add missing semicolon.
11852
e5b3941e
JH
11853Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11854
32f30f91 11855 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 11856
6387a56e
EC
118572001-07-30 Eric Christopher <echristo@redhat.com>
11858
11859 * MAINTAINERS (Various maintainers: mips port): Added myself.
11860
53b475f0
AH
118612001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11862
e490616e 11863 * configure.in (sh-*-linux*): New.
53b475f0 11864
2a08c780
RH
118652001-07-27 Richard Henderson <rth@redhat.com>
11866
11867 * .cvsignore: Add LAST_UPDATED.
11868
bfa79422
UW
118692001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11870
11871 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11872
0ae85492
AH
118732001-07-16 Aldy Hernandez <aldyh@redhat.com>
11874
e490616e 11875 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 11876
8e1ab0fe
NP
11877Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11878
11879 * MAINTAINERS (Write After Approval): Added myself.
11880
2b997990
SC
118812001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11882
11883 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11884 and libgcj on m68hc11/m68hc12.
11885
d920e825
L
118862001-06-27 H.J. Lu (hjl@gnu.org)
11887
11888 * Makefile (CFLAGS_FOR_BUILD): New.
11889 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11890
d425a1e0
JM
118912001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11892
11893 * README: Remove version number.
11894
5b5b4207
GP
118952001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11896
11897 * INSTALL/README: Update wrt. to the installation instructions now
11898 residing in gcc/doc/install.texi.
11899
be839b69
JM
119002001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11901
11902 * README: Replace with a cut-down and updated version of gcc/README.
11903
fe2ee7c4
DE
119042001-06-12 David Edelsohn <edelsohn@gnu.org>
11905
11906 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11907 multilibs to be disabled.
11908
4f5d646c
DB
119092001-06-11 Daniel Berlin <dan@cgsoftware.com>
11910
11911 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 11912
818f0c85
AO
119132001-06-09 Alexandre Oliva <aoliva@redhat.com>
11914
11915 * config.guess: Import CVS version 1.195.
11916 * config.sub: Import CVS version 1.212.
11917
e9a8af10
AO
119182001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11919
11920 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11921 gcc/xgcc is built, use -print-prog-name to find out the program
11922 name to use.
11923
ae3ca0a9
PE
119242001-06-04 Phil Edwards <pme@sources.redhat.com>
11925
11926 * config.guess: Import CVS version 1.194. All gcc-local changes
11927 appear to also be in the master copy.
11928 * config.sub: Import CVS version 1.211.
11929
066bd40d
MM
11930Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11931
11932 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11933 with_gcc]: Use `gcc -shared' to build a shared library.
11934
4aef4f33
JDA
11935Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11936
11937 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11938 archives.
11939
c386f00f
RO
11940Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11941
11942 * MAINTAINERS (Write After Approval): Add myself.
11943
2ae5cea5
HPN
119442001-06-01 Hans-Peter Nilsson <hp@axis.com>
11945
11946 * configure.in (libstdcxx_flags): Do not try to execute
11947 libstdc++-v3/testsuite_flags until it exists.
11948
c3766183
AM
119492001-06-01 Alan Modra <amodra@bigpond.net.au>
11950
11951 * MAINTAINERS: Update my email address.
11952
9b337833
GS
119532001-05-31 Graham Stott <grahams@redhat.com>
11954
11955 * MAINTAINERS (Write After Approval): Add myself.
11956
dce2d8b2 119572001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
11958
11959 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11960 libraries when using g++ with native linker.
11961
5f7de4b8
AO
119622001-05-28 Alexandre Oliva <aoliva@redhat.com>
11963
11964 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11965
a7bc0fbb
AO
119662001-05-22 Alexandre Oliva <aoliva@redhat.com>
11967
11968 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11969 [aix4*|aix5*]: Prepend blank.
11970
33456445
AO
119712001-05-20 Alexandre Oliva <aoliva@redhat.com>
11972
11973 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11974 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11975 of subdir/configure scripts to use the new libtool.m4.
11976
e48d3d00
MK
119772001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11978
11979 * MAINTAINERS (Write After Approval): Add myself.
11980
9e0e191b
BK
119812001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11982
11983 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11984
3f19b439
BE
119852001-05-11 Ben Elliston <bje@redhat.com>
11986
11987 * Makefile.in (all-sid): New target.
11988 (check-sid, clean-sid, install-sid): Likewise.
11989
6ebe3121
JO
119902001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11991
11992 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11993
ca3667c4
AO
119942001-05-03 Alexandre Oliva <aoliva@redhat.com>
11995
11996 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11997 libgcj.
11998
119992001-05-03 Alexandre Oliva <aoliva@redhat.com>
12000
12001 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12002 gcc/xgcc is built, use -print-prog-name to find out the program
12003 name to use.
12004
b2964d63
AO
120052001-04-26 Alexandre Oliva <aoliva@redhat.com>
12006
b1bb2302
AO
12007 * configure.in (noconfigdirs): Don't reset it from scratch in the
12008 target case; only append to it.
6387a56e 12009
b2964d63
AO
12010 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12011 sparc-*-solaris2.8]: Disable ${libgcj}.
12012
8343765d
AO
120132001-04-25 Alexandre Oliva <aoliva@redhat.com>
12014
12015 * configure.in (libgcj_saved): Copy from $libgcj.
12016 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12017 --disable-libgcj.
12018
ddbb6d43
GRK
120192001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12020
12021 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 12022 C front end maintainer.
ddbb6d43 12023
3fa03ff9
AG
12024Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12025
12026 * configure.in: Move *-chorusos target case to the proper switch.
12027 Disable libgcj.
12028
99ffe40f
AO
120292001-04-12 Alexandre Oliva <aoliva@redhat.com>
12030
12031 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12032 1.641.2.228.
12033
78faa32d
FS
120342001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12035
12036 * Makefile.in (STAGE1_CFLAGS): Pass down.
12037
cdbff0ab
AM
120382001-04-13 Alan Modra <amodra@one.net.au>
12039
12040 * config.guess: Add hppa64-linux support. Note for next import that
12041 this is already in the master file.
12042 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12043
75b9074c
AO
120442001-04-12 Alexandre Oliva <aoliva@redhat.com>
12045
12046 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12047 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12048
125404c5
SS
120492001-04-11 Stan Shebs <shebs@apple.com>
12050
12051 * MAINTAINERS: Add self as Darwin port maintainer.
12052
876684fe
AM
120532001-04-11 Alan Modra <amodra@one.net.au>
12054
12055 * MAINTAINERS: Update my email address.
12056
06729913
LR
120572001-04-10 Loren J. Rittle <ljrittle@acm.org>
12058
12059 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12060 recent versions of FreeBSD (release 3 or later).
12061 * ltconfig: On FreeBSD, -lc must not be provided when building
12062 a shared library or else the standard -pthread gcc option is
12063 rendered worthless to later users of the built library.
12064
67916302
JM
120652001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12066
12067 * MAINTAINERS: Add self and RTH as C front end maintainers.
12068
d2bc0628
AO
120692001-04-05 Alexandre Oliva <aoliva@redhat.com>
12070
e490616e
ZW
12071 * config.sub: Make sure to match an already-canonicalized
12072 machine name (eg. mn10300-unknown-elf).
d2bc0628 12073
a3406c06
AO
120742001-04-01 Alexandre Oliva <aoliva@redhat.com>
12075
12076 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12077 New macros.
12078 (bootstrap, cross): Use RECURSE_FLAGS.
12079 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12080
a076f6a4
AO
120812001-03-27 Alexandre Oliva <aoliva@redhat.com>
12082
12083 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12084
e9f4fa71
CH
120852001-03-22 Colin Howell <chowell@redhat.com>
12086
7238de5c
CH
12087 * Makefile.in (DO_X): Do not backslash single-quotes in
12088 backquotes (two places).
e9f4fa71 12089
b6b14b1b
AO
120902001-03-22 Alexandre Oliva <aoliva@redhat.com>
12091
12092 Re-installed:
12093 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12094 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12095 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12096 * ltcf-cxx.sh: Likewise.
12097 * ltcf-gcj.sh: Likewise.
12098
1eb0b89d
GP
120992001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12100
12101 * MAINTAINERS: Add myself as "documentation co-maintainer".
12102
82e23236
AO
121032001-03-22 Alexandre Oliva <aoliva@redhat.com>
12104
12105 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12106 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12107
64ec27c3
TT
121082001-03-19 Tom Tromey <tromey@redhat.com>
12109
12110 * config-ml.in: Handle GCJ and GCJFLAGS.
12111
191de407
MC
121122001-03-21 Michael Chastain <chastain@redhat.com>
12113
12114 * Makefile.in: all-m4 depends on all-texinfo.
12115
fed4dede
LR
121162001-03-20 Loren J. Rittle <ljrittle@acm.org>
12117
12118 * MAINTAINERS: Add myself to write after approval list.
12119
085072bb
LB
121202001-03-18 Laurynas Biveinis <lauras@softhome.net>
12121
12122 * Makefile.in (DO_X): Quote nested quotes.
12123
5af8ea3f
AM
121242001-03-18 Alan Modra <alan@linuxcare.com.au>
12125
12126 * MAINTAINERS: Add myself to write after approval list.
12127
69e23037
LB
121282001-03-15 Laurynas Biveinis <lauras@softhome.net>
12129
12130 * Makefile.in (DO_X): Use double quotes for quoting
12131 "RANLIB=$${RANLIB}".
12132
2b9650f4
OP
121332001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12134
12135 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12136
dce2d8b2 121372001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
12138
12139 * configure.in: Only use `lang_requires' for languages athat are
12140 actually enabled.
12141
f6646274
PE
121422001-03-08 Phil Edwards <pme@sources.redhat.com>
12143
12144 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12145
c9a54638
AO
121462001-03-08 Alexandre Oliva <aoliva@redhat.com>
12147
12148 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12149
6a556ad6
TT
121502001-03-07 Tom Tromey <tromey@redhat.com>
12151
12152 * configure.in: Allow config-lang.in to set `lang_requires' to list
12153 of other required languages.
12154
6822468a
LB
121552001-03-06 Laurynas Biveinis <lauras@softhome.net>
12156
12157 * Makefile.in: Remove RANLIB definition. Use RANLIB
12158 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12159 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 12160
f04885d3 121612001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 12162 Alexandre Oliva <aoliva@redhat.com>
6387a56e 12163
f04885d3
BK
12164 * Makefile.in (check-c++): Use tabs, not spaces.
12165
288edf47 121662001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 12167
288edf47
LB
12168 * MAINTAINERS: add myself to Write After Approval list.
12169
3d55d2f8 121702001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 12171
e490616e 12172 * Makefile.in (check-c++): New rule.
6387a56e 12173
4d88a68a
BK
12174 * configure.in (target_libs): Remove libg++.
12175 (noconfigdirs): Remove libg++.
12176 (noconfigdirs): Same.
12177 (noconfigdirs): Same.
12178 (noconfigdirs): Same.
12179
12180 * config-ml.in: Remove libg++ references.
12181
12182 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12183 (ALL_TARGET_MODULES): Same.
12184 (configure-target-libg++): Remove.
12185 (all-target-libg++): Remove.
12186 (configure-target-libio): Remove.
12187 (all-target-libio): Remove.
12188 (check-target-libio): Remove.
12189 (.PHONY): Remove.
12190 (libg++.tar.bz2): Remove.
12191 (all-target-cygmon): Remove libio.
12192 (all-target-libstdc++): Remove.
12193 (configure-target-libstdc++): Remove.
12194 (TARGET_LIB_PATH): Remove libstdc++.
12195 (ALL_GCC_CXX): Remove libstdc++.
12196 (all-target-gperf): Correct.
12197
2437d4ed
NC
121982001-02-16 Nick Clifton <nickc@redhat.com>
12199
12200 * configure.in (noconfigdirs): Allow configuration of texinfo
12201 for Cygwin hosts.
12202
85b99cbe
AG
122032001-02-15 Anthony Green <green@redhat.com>
12204
12205 * configure: Introduce GCJ_FOR_TARGET.
12206 * configure.in: Ditto.
12207 * Makefile.in: Ditto.
12208
7b18790c
AS
122092001-02-13 Andreas Schwab <schwab@suse.de>
12210
12211 * MAINTAINERS: Update mail address.
12212
c4880c99
MS
122132001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12214
12215 * config.guess: Add linux target for S/390.
12216 * config.sub: Likewise.
12217
dce2d8b2 122182001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
12219
12220 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 12221 target-libgloss.
e31ae6db 12222
7739adfb
BE
122232001-02-06 Ben Elliston <bje@redhat.com>
12224
12225 * configure: Output host type to stdout, not stderr.
12226
36ca672c
MM
122272001-02-05 Mark Mitchell <mark@codesourcery.com>
12228
e40f2829 12229 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
12230 * ltcf-cxx.sh: Likewise.
12231
36ca672c
MM
12232 * config.if: Assume enable_libstdcxx_v3 is defined.
12233
22fdd65e
MM
122342001-02-04 Mark Mitchell <mark@codesourcery.com>
12235
12236 Remove V2 C++ library.
12237 * configure.in: Remove --enable-libstdcxx_v3 support.
12238
3b60dd8e
BM
122392001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12240
12241 * include/demangle.h: Add prototype for java_demangle_v3.
12242
42c0c80a
PE
122432001-01-29 Phil Edwards <pme@sources.redhat.com>
12244
12245 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12246
0be25992
RH
122472001-01-27 Richard Henderson <rth@redhat.com>
12248
12249 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12250
8a8de62d
MS
122512001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12252
12253 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12254 Don't unset, it's non-portable and no longer necessary, set to empty
12255 instead.
12256
92769744
MS
122572001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12258
12259 * ltconfig: Shell portability fix for the tagname validity check.
12260
88a1c0ab
AO
122612001-01-27 Alexandre Oliva <aoliva@redhat.com>
12262
12263 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12264 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12265
45291dd5
MS
122662001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12267
12268 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12269
1ace7e15
TT
122702001-01-26 Tom Tromey <tromey@redhat.com>
12271
12272 * configure.in: Allow libgcj to be built on Sparc Solaris.
12273
0ef8b11b
DE
122742001-01-25 David Edelsohn <edelsohn@gnu.org>
12275
12276 * ltcf-c.sh: Add aix5 case.
12277 * ltcf-cxx.sh: Likewise.
12278 * ltconfig: Likewise.
12279
0006091e
AO
122802001-01-24 Alexandre Oliva <aoliva@redhat.com>
12281
9bad11e1
AO
12282 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12283 keep at least one of build_libtool_libs or build_old_libs set to
12284 yes.
12285
0006091e
AO
12286 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12287 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12288
7c01b2b5
BM
122892001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12290
12291 * configure.in: Enable libgcj on several additional platforms.
12292
d340e0ac
BM
122932001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12294
12295 * configure.in: Enable libgcj for linux targets.
12296
5baf8c37
MS
122972001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12298
12299 * MAINTAINERS (Write After Approval): Add myself.
12300
10a0ba84
JDA
123012001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12302
12303 * MAINTAINERS: Add myself as vax port maintainer.
12304
357c6a4b
FH
123052001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12306
12307 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12308
6e2d9a7a
MS
123092001-01-09 Mike Stump <mrs@wrs.com>
12310
12311 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12312 failures of subdirectories.
12313
b6b14b1b 123142001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 12315
b6b14b1b 12316 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 12317 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
12318 * ltcf-cxx.sh: Likewise.
12319 * ltcf-gcj.sh: Likewise.
12320 * ltconfig.sh: Fix typo.
976b230d 12321
07109110
LB
123222001-01-02 Laurynas Biveinis <lauras@softhome.net>
12323
12324 * configure: handle DOS-style absolute paths.
12325
1da5b8fc
LB
123262001-01-02 Laurynas Biveinis <lauras@softhome.net>
12327
12328 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12329
4c2f5b4f
MM
123302000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12331
12332 * MAINTAINERS: Add myself as avr port co-maintainer.
12333
bc53668e
BE
123342000-12-28 Ben Elliston <bje@redhat.com>
12335
12336 * MAINTAINERS: Add myself under ``Write After Approval''.
12337
c387606f
JM
123382000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12339
12340 * texinfo: Remove directory from GCC.
12341
2cb5082c
JM
123422000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12343
12344 * COPYING: Update to current
12345 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12346 to 19yy as example year in copyright notice).
12347
cc330df9
BK
123482000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12349
6387a56e 12350 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
12351 (libstdcxx_incdir): Pass down.
12352 * config.if: Remove expired bits for cxx_interface, add stub.
12353 (libstdcxx_incdir): Add variable for g++ include directory.
12354 * configure.in (gxx_include_dir): Use it.
6387a56e 12355
4c6b2835
AO
123562000-12-18 Alexandre Oliva <aoliva@redhat.com>
12357
12358 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12359 with old-email address from ``Write After Approval''.
12360
3896f13e
AJ
123612000-12-15 Andreas Jaeger <aj@suse.de>
12362
12363 * configure.in: Handle lang_dirs.
12364
123652000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 12366
ad46e881
TT
12367 * MAINTAINERS: Removed brads.
12368
90a10418
TT
12369 * MAINTAINERS: Added gcj developers.
12370
41dfe3a2 123712000-12-13 Anthony Green <green@redhat.com>
6387a56e 12372
41dfe3a2 12373 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
12374 listed. Disable libgcj for x86 and Alpha Linux until compatible
12375 with g++ abi.
6387a56e 12376
e2f601da
MS
123772000-12-13 Mike Stump <mrs@wrs.com>
12378
12379 * Makefile.in (local-distclean): Also remove fastjar.
12380
70030c01
RB
123812000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12382
12383 * contrib/gcc_update: Add fastjar --touch entries.
12384
2a50f859
AO
123852000-12-12 Alexandre Oliva <aoliva@redhat.com>
12386
12387 * configure.in: Disable language-specific target libraries for
12388 languages that aren't enabled.
12389
7743113b
AG
123902000-12-10 Anthony Green <green@redhat.com>
12391
12392 * configure.in: Define libgcj. Disable libgcj target libraries for
12393 most targets.
12394
92e061a6
NB
123952000-12-10 Neil Booth <neilb@earthling.net>
12396
12397 * MAINTAINERS: Update mail address, remove from WAA list.
12398
f34ff6d6
APB
123992000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12400
12401 * libjava: Imported from /cvs/java.
12402 * libffi: Likewise.
12403 * Boehm-gc: Likewise.
12404
d82a33c6
APB
124052000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12406
12407 * configure.in (target_libs): Revert 2000-12-08 patch.
12408 (noconfigdirs): Added target-libjava.
12409
e14f8e28
LB
124102000-12-09 Laurynas Biveinis <lauras@softhome.net>
12411
12412 * djunpack.bat: removed.
12413
fc26516b
LB
124142000-12-09 Laurynas Biveinis <lauras@softhome.net>
12415
12416 * Makefile.in: handle DOS-style absolute paths.
12417 * config-ml.in: likewise.
12418 * symlink-tree: likewise.
12419
bd8757b3
APB
124202000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12421
12422 * fastjar: Imported.
12423
81522a1f
APB
124242000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12425
12426 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12427 libjava.
12428 * configure.in (target_libs): Removed `target-libjava'.
12429
5db1f7ed
APB
124302000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12431
12432 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12433 (ALL_MODULES): Added fastjar.
12434 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12435 (all-target-libjava): all-fastjar replaces all-zip.
12436 (all-fastjar): Added.
12437 (configure-target-fastjar, all-target-fastjar): Likewise.
12438 * configure.in (host_tools): Added fastjar.
12439
5e59997c
MS
124402000-12-07 Mike Stump <mrs@wrs.com>
12441
12442 * Makefile.in (local-distclean): Remove leftover built files.
12443
0a534f40
NC
124442000-11-24 Nick Clifton <nickc@redhat.com>
12445
12446 * configure.in (xscale-elf): Add target.
12447 (xscale-coff): Add target.
12448
7686cadf
LR
124492000-11-22 Loren J. Rittle <ljrittle@acm.org>
12450
e490616e
ZW
12451 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12452 recent versions of FreeBSD (release 3 or later).
12453 * ltconfig: On FreeBSD, -lc must not be provided when building
12454 a shared library or else the standard -pthread gcc option is
12455 rendered worthless to later users of the built library.
7686cadf 12456
fff01699
FF
124572000-11-16 Fred Fish <fnf@be.com>
12458
12459 * configure.in (enable_libstdcxx_v3): Fix typo,
12460 libstd++ -> libstdc++.
12461
4dc16355
KL
124622000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12463
12464 * MAINTAINERS: Add self to Write After Approval list.
12465
bf6fc7b2
BS
124662000-11-21 Bernd Schmidt <bernds@redhat.com>
12467
12468 * MAINTAINERS: Update my email address. Add myself to global write
12469 privs list.
12470
ce8e06b1
AO
124712000-11-18 Alexandre Oliva <aoliva@redhat.com>
12472
6e2a4843
AO
12473 * Makefile.in: Merge with src and libgcj.
12474 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12475 configure-target-<library> when their configure scripts need the C
12476 or C++ library to have already been built to work properly.
12477 (do_proto_toplev): Set them to an empty string.
12478
ce8e06b1
AO
12479 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12480 (REALLY_SET_LIB_PATH): Use them.
12481
c003f378
SS
124822000-11-17 Stan Shebs <shebs@apple.com>
12483
12484 * MAINTAINERS: Add self to Write After Approval list.
12485
cc1e60ea
JM
124862000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12487
12488 * configure: Provide the original toplevel configure arguments
12489 (including $0) to subprocesses in the environment rather than
12490 through gcc/configargs.h.
12491
1173593d
JM
124922000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12493
12494 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12495 C99. Alphabetise "Write After Approval" list.
12496
520907ee
MM
124972000-11-12 Mark Mitchell <mark@codesourcery.com>
12498
34f6fbdb
MM
12499 * configure: Turn on libstdc++ V3 by default.
12500
520907ee
MM
12501 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12502 if we've got GCC.
12503
0bbd37ed
PB
125042000-11-11 Philip Blundell <philb@gnu.org>
12505
12506 * MAINTAINERS: Add self to Write After Approval list.
12507
7ca0e6d9
DE
125082000-11-09 David Edelsohn <edelsohn@gnu.org>
12509
12510 * ltcf-c.sh (aix4): Improve shared library configuration; require
12511 exporting symbols.
12512 * ltcf-cxx.sh (aix4): Define.
12513 * ltconfig (aix4): Define library and soname specs appropriate for
12514 AIX. Define command to create export symbols list.
12515
dce2d8b2 12516Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
12517
12518 * config.sub: Add support for Sun Chorus
12519
fc05d516
NC
125202000-10-31 Nick Clifton <nickc@redhat.com>
12521
12522 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12523 <name>@redhat.com. Also installed new email address for Clint
12524 Popetz.
6387a56e 12525
90a0e73f
JM
125262000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12527
12528 * etc: Remove directory from GCC.
12529
a5e1b548
MM
125302000-10-16 Michael Meissner <meissner@redhat.com>
12531
12532 * configure (gcc/configargs.h): Only create if there is a build GCC
12533 directory created.
12534
6387a56e
EC
125352000-10-16 Matthias Klose <doko@debian.org>
12536
be1db873
MK
12537 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12538 when configured for libstdc++-v3.
12539
f5fa9a5b
PE
125402000-10-05 Phil Edwards <pme@gcc.gnu.org>
12541
12542 * configure: Save configure arguments to gcc/configargs.h.
12543
61a77fea
PT
125442000-10-04 Philipp Thomas <pthomas@suse.de>
12545
12546 * config.guess: Import CVS version 1.157.
12547 * config.sub: Import CVS version 1.181.
12548
3a4fee66
AP
125492000-10-04 Andris Pavenis <pavenis@latnet.lv>
12550
12551 * Makefile.in (bootstrap): avoid recursion if subdir missing
12552 (cross): ditto
12553 (do-proto-toplev): ditto
12554
3dd7094e
AO
125552000-09-30 Alexandre Oliva <aoliva@redhat.com>
12556
de710532
AO
12557 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12558 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12559
3dd7094e
AO
12560 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12561 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12562 all affected `configure' scripts.
12563
e592386f
NB
12564Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12565
12566 * MAINTAINERS: Add self as cpplib co-maintainer.
12567
fba54939
AH
125682000-09-24 Aldy Hernandez <aldyh@redhat.com>
12569
12570 * MAINTAINERS: Add self to Write After Approval list.
12571
2bd429f4
GP
125722000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12573
12574 * INSTALL/README: egcs -> GCC update.
12575
dce2d8b2 12576Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
12577
12578 * MAINTAINERS: Add myself to Write After Approval list.
12579
d7ce9a83
KH
125802000-09-15 Kazu Hirata <kazu@hxi.com>
12581
12582 * MAINTAINERS: Add myself to Write After Approval list.
12583
18a53ffe
JL
12584Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12585
e490616e
ZW
12586 * configure.in: Do not build byacc for hppa64. Provide paths to the
12587 X11 libraries for hppa64.
18a53ffe 12588
f246ff23
SC
125892000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12590
12591 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12592
06298abd
AO
125932000-09-06 Alexandre Oliva <aoliva@redhat.com>
12594
4b92758a
AO
12595 * Makefile.in (all-zlib): Added dummy target.
12596
06298abd
AO
12597 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12598 ltcf-gcj.sh: Updated from libtool multi-language branch.
12599
4d73d07a
AO
126002000-09-05 Alexandre Oliva <aoliva@redhat.com>
12601
12602 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12603 (bootstrap*): Depend on all-bootstrap.
12604
05d52d78
PT
126052000-09-05 Philipp Thomas <pthomas@suse.de>
12606
12607 * config.guess: Import CVS version 1.156.
12608 * config.sub: Import CVS version 1.179.
12609
3c809ba4
AG
126102000-09-02 Anthony Green <green@cygnus.com>
12611
12612 * Makefile.in (all-gcc): Depend on all-zlib.
12613 (CLEAN_MODULES): Add clean-zlib.
12614 (ALL_MODULES): Add all-zlib.
12615 * configure.in (host_libs): Add zlib.
12616
10ad78a0 126172000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
12618
12619 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12620 crosses, but add gcc/include to the header search path for them.
12621
b36a9ce3
DB
126222000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12623
12624 * MAINTAINERS: Add self to Write After Approval list.
12625
cb011248
FS
126262000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12627
12628 * config.guess: Import CVS version 1.152.
12629 * config.sub: Import CVS version 1.177.
12630
db310af0
AO
126312000-08-25 Alexandre Oliva <aoliva@redhat.com>
12632
7965440a
AO
12633 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12634 $targargs to tell whether newlib is going to be built.
12635
db310af0
AO
12636 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12637 $$r/TARGET_SUBDIR/libio for _G_config.h.
12638
e7977565
AO
126392000-08-23 Alexandre Oliva <aoliva@redhat.com>
12640
12641 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12642
126bb9ed
DD
126432000-08-22 DJ Delorie <dj@redhat.com>
12644
12645 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12646
5b0e9d29
AO
126472000-08-22 Alexandre Oliva <aoliva@redhat.com>
12648
12649 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12650 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12651 sub-configures.
12652
4f3e904e
DD
126532000-08-21 DJ Delorie <dj@redhat.com>
12654
12655 * MAINTAINERS: Add self as a libiberty maintainer
12656
c9635443
AO
126572000-08-16 Alexandre Oliva <aoliva@redhat.com>
12658
12659 * configure.in (libstdcxx_flags): Use
12660 libstdc++-v3/src/libstdc++.INC.
12661
8b2100ba
AO
126622000-08-15 Alexandre Oliva <aoliva@redhat.com>
12663
12664 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12665
57119aa9
ZW
126662000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12667
eeb943b0
ZW
12668 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12669
6387a56e 12670 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
12671 explicit. Substitute enable_threads into generated Makefiles.
12672 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12673 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12674
acffa7c4
GK
126752000-08-13 Geoff Keating <geoffk@cygnus.com>
12676
12677 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12678
808d8c41
AO
126792000-08-12 Alexandre Oliva <aoliva@redhat.com>
12680
12681 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12682 previous delta.
12683
1fc8c51c 126842000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 12685
1fc8c51c
JM
12686 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12687 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12688 (FLAGS_FOR_TARGET): Not here.
12689 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 12690
25698887
AO
126912000-08-11 Alexandre Oliva <aoliva@redhat.com>
12692
12693 * config-ml.in (CC, CXX): Don't introduce a leading space.
12694
10120687
DD
126952000-08-07 DJ Delorie <dj@delorie.com>
12696
12697 * MAINTAINERS: Add self as a DJGPP maintainer
12698
15c758e9
DD
126992000-08-07 DJ Delorie <dj@redhat.com>
12700
12701 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12702 "if we're also building gcc, and it's a gcc that will run on the
12703 build machine, we want to use its includes instead of the system's
12704 default includes".
12705
2d0de245
JM
127062000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12707
12708 * MAINTAINERS: Add self to Write After Approval list.
12709
e81b330a
AO
127102000-08-03 Alexandre Oliva <aoliva@redhat.com>
12711
83440c1e
AO
12712 * configure.in (libstdcxx_flags): Don't use `"'.
12713
e81b330a
AO
12714 * config-ml.in: Adjust multilib search paths to the
12715 appropriate multilib tree.
12716
cf95c847
AO
127172000-08-02 Alexandre Oliva <aoliva@redhat.com>
12718
12719 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12720 commas in $LANGUAGES.
12721
9e9af119
MH
127222000-08-02 Manfred Hollstein <manfredh@redhat.com>
12723
12724 * configure.in: Re-enable all references to libg++ and librx.
12725
606ce391
AO
127262000-08-01 Alexandre Oliva <aoliva@redhat.com>
12727
89820b43
AO
12728 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12729 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12730 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12731 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12732
606ce391
AO
12733 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12734
04179d4a
AO
127352000-07-31 Alexandre Oliva <aoliva@redhat.com>
12736
12737 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12738 CXX_FOR_TARGET for sed.
12739
d4eb109c
AO
127402000-07-30 Alexandre Oliva <aoliva@redhat.com>
12741
12742 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12743 Do not override if already set in the environment or in configure.
12744 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12745 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12746
4f4caf92
AO
127472000-07-28 Alexandre Oliva <aoliva@redhat.com>
12748
12749 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12750 the libtool CVS tree multi-language branch.
12751 * ltconfig, ltmain.sh: Updated.
6387a56e 12752
b87487b6
AO
127532000-07-27 Alexandre Oliva <aoliva@redhat.com>
12754
1670d1ea
AO
12755 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12756 (clean-target): Depend on it.
12757
b87487b6
AO
12758 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12759 (GCC_FOR_TARGET): Use it.
12760 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12761 * configure.in: ... here.
12762 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12763 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12764
4e81ae98
EC
127652000-07-24 Eric Christopher <echristo@cygnus.com>
12766
12767 * MAINTAINERS: Add self to Write After Approval list.
12768
059ae32c
AO
127692000-07-24 Alexandre Oliva <aoliva@redhat.com>
12770
5b28edd4
AO
12771 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12772 (configure-target-libchill, configure-target-libobjc): Likewise.
12773
059ae32c
AO
12774 * configure.in: Use the same cache file for all target libs.
12775 * config-ml.in: But different cache files per multilib variant.
12776
1adcd149
MS
127772000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12778
12779 * configure (topsrcdir): Don't use dirname.
12780
2d573dff
JO
127812000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12782
12783 * MAINTAINERS: Add self to Write After Approval list.
12784
d207ebef
JM
127852000-07-20 Jason Merrill <jason@redhat.com>
12786
12787 * configure.in: Remove all references to libg++ and librx.
12788
12789 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12790
127912000-07-20 Hans-Peter Nilsson <hp@axis.com>
12792
12793 * config.sub: Update to subversions version 2000-07-06.
12794
7b7792d5
AH
127952000-07-12 Andrew Haley <aph@cygnus.com>
12796
12797 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12798 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12799
3abaac67
PE
128002000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12801
12802 * symlink-tree: Check number of arguments.
12803
34be2b36
JW
128042000-07-05 Jim Wilson <wilson@cygnus.com>
12805
12806 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12807 search path for a g++ extracted from the build tree. This
12808 will allow link tests run by configure scripts in
12809 subdirectories to succeed.
12810
d207ebef
JM
128112000-07-01 Koundinya K <kk@ddeorg.soft.net>
12812
e490616e 12813 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 12814
0900331b
MH
128152000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12816
12817 * MAINTAINERS: Add myself as loop discovery maintainer.
12818
d207ebef
JM
128192000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12820
12821 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12822 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12823
128242000-06-19 Timothy Wall <twall@cygnus.com>
12825
12826 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12827 * config.sub: Add tic54x target.
12828
11a27a76
TM
12829Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12830
12831 * MAINTAINERS: Add self as Fortran maintainer,
12832 remove Craig Burley.
12833
d207ebef 12834Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 12835
d207ebef
JM
12836 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12837 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 12838
7758b73f
PT
12839Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12840
12841 * MAINTAINERS: Add self as i18n maintainer
12842
d207ebef
JM
1284320000-05-21 H.J. Lu (hjl@gnu.org)
12844
e490616e
ZW
12845 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12846 directory are used if they exist. Make sure
12847 $(build_tooldir)/include is searched for header files,
12848 $(build_tooldir)/lib/ for library files.
d207ebef 12849 (GCC_FOR_TARGET): Likewise.
e490616e 12850 (CXX_FOR_TARGET): Likewise.
d207ebef 12851
bae29210
JL
12852Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12853
12854 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12855
d207ebef 12856Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
12857
12858 * Makefile.in (configure-target-libiberty): Depend on
12859 configure-target-newlib.
12860
aab0d19d
AO
128612000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12862
12863 * configure.in, Makefile.in: Merge all libffi-related
12864 configury stuff from the libgcj tree.
12865
d207ebef
JM
12866Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12867
12868 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12869 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12870
12871Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12872
12873 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12874 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 12875 current version information. Add to proto-toplev directory.
d207ebef
JM
12876 (gdb-taz): Build do-djunpack.
12877
758c7bd4
DE
128782000-05-15 David Edelsohn <edelsohn@gnu.org>
12879
12880 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12881
1888228d
AC
12882Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12883
12884 * MAINTAINERS: Add self to Write After Approval list.
12885
d207ebef
JM
128862000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12887
12888 * ltmain.sh: Preserve in relink_command any environment
12889 variables that may affect the linker behavior.
12890
2d7cc2fe
JL
12891Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12892
d207ebef
JM
12893 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12894
12895Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12896
12897 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12898
128992000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12900
12901 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 12902 with the version name.
2d7cc2fe 12903
ee455968
JE
12904Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12905
12906 * MAINTAINERS: Add self as bb-reorder maintainer.
12907
73b97e5c
BK
129082000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12909
12910 * config.if: Tweak.
12911
d207ebef
JM
129122000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12913
12914 * djunpack.bat: New file.
12915
12916Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12917
12918 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
12919 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12920 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12921 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 12922
954869eb
DP
129232000-04-16 Dave Pitts <dpitts@cozx.com>
12924
e490616e
ZW
12925 * config.sub (case $basic_machine): Change default for "ibm-*"
12926 to "openedition".
954869eb 12927
eaabe541
AJ
129282000-04-13 Andreas Jaeger <aj@suse.de>
12929
12930 * MAINTAINERS: Added myself.
12931
d207ebef
JM
12932Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12933
12934 * Makefile.in (gdb-taz): New target. GDB specific archive.
12935 (do-md5sum): New target.
12936 (MD5PROG): Define.
12937 (PACKAGE): Default to TOOL.
12938 (VER): Default to a shell script.
12939 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 12940 md5 checksum generation.
d207ebef
JM
12941 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12942 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12943 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 12944 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
12945
12946Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12947
12948 * configure (warn_cflags): Delete.
12949
0ea6d60c
PDM
12950Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12951
12952 * MAINTAINERS: Added myself.
12953
17090313 129542000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 12955 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 12956
e490616e
ZW
12957 * configure.in (enable_libstdcxx_v3): Add.
12958 (target_libs): Add bits here to switch between libstdc++-v2 and
12959 libstdc++-v3.
12960 * config.if: And this file too.
12961 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 12962
76b78517
MM
129632000-04-05 Michael Meissner <meissner@redhat.com>
12964
12965 * config.sub (d30v): Add d30v as a basic machine type.
12966
ad242caf
JM
129672000-03-29 Jason Merrill <jason@casey.cygnus.com>
12968
12969 * configure.in: -linux-gnu*, not -linux-gnu.
12970
d4537148
TM
12971Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12972
12973 * MAINTAINERS: Add self in write-after-approval section.
12974
f152e9d4
JW
12975Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12976
12977 * MAINTAINERS: Add self as ia64 port maintainer.
12978
6a5fcef1
NB
129792000-03-08 Neil Booth <NeilB@earthling.net>
12980
12981 * MAINTAINERS: Add self in write-after-approval section.
12982
d207ebef 12983Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 12984
d207ebef
JM
12985 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12986 (do-tar-bz2): Replace TOOL with PACKAGE.
12987 (gdb.tar.bz2): Remove GDBTK from GDB package.
12988 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 12989 dejagnu.tar.bz2): New packages.
d207ebef
JM
12990
129912000-02-27 Andreas Jaeger <aj@suse.de>
12992
12993 * configure.in: Add entry for mips*-*-linux*, move catch all
12994 *-*-*linux* entry below this one.
12995
129962000-02-27 Ian Lance Taylor <ian@zembu.com>
12997
12998 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 12999
521fe9d0
NC
130002000-02-24 Nick Clifton <nickc@cygnus.com>
13001
13002 * config.sub: Support an OS of "wince".
13003
d207ebef
JM
13004Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13005
13006 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 13007 version.
d207ebef 13008
dce2d8b2 130092000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
13010
13011 * config.sub: Add support for Linux/IBM 370.
13012 * configure.in: Likewise.
13013
3a685f6f
NC
130142000-02-22 Nick Clifton <nickc@cygnus.com>
13015
13016 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13017
dce2d8b2 130182000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 13019
d207ebef 13020 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 13021
4746ee26
KG
130222000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13023
13024 * configure (gcc_version): When setting, narrow search to
13025 lines containing `version_string'.
13026
ba96c72d
DC
130272000-02-15 Denis Chertykov <denisc@overta.ru>
13028
13029 * config.sub: Add support for avr target.
13030
77f16a66
NC
130312000-02-14 Nick Clifton <nickc@cygnus.com>
13032
13033 * MAINTAINERS: Add maintainers for MCore port.
13034
784a3a80
HPN
13035Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13036
13037 * config.sub: Add mmix-knuth-mmixware.
13038
719dd4fa
KG
130392000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13040
13041 * MAINTAINERS: Pair cccp with cpplib maintainership.
13042
dce2d8b2 130432000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
13044
13045 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13046 structure stuff to -L library search.
13047 (CXX_FOR_TARGET): Ditto.
13048 (CROSS_CHECK_MODULES): Fix spelling mistake.
13049
7a53e94b
MM
130502000-01-24 Mark Mitchell <mark@codesourcery.com>
13051
13052 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13053 the C++ compiler.
13054
0da3b5a7
RH
130552000-01-12 Richard Henderson <rth@cygnus.com>
13056
13057 * configure.in: Don't build some bits for beos.
13058
02368d6d
JS
130592000-01-12 Joel Sherrill (joel@OARcorp.com)
13060
13061 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13062 as include files.
13063
2e76d35c
ZW
130642000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13065
13066 * Add self as cpplib maintainer, as requested by Jason
13067 Merrill. Correct my e-mail address.
13068
4c25fdcf
GK
130692000-01-06 Geoff Keating <geoffk@cygnus.com>
13070
13071 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13072 not mh-aix43.
13073
188e3966
HPN
13074Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13075
13076 * MAINTAINERS: Add myself to "write after approval" list.
13077
c2f5d030
RH
130781999-12-14 Richard Henderson <rth@cygnus.com>
13079
13080 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13081 * config.sub: Accept alphaev[78], alphaev8.
13082
eeda916a
AO
130831999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13084
13085 * config.guess, config.sub: Update from autoconf.
13086
b3bd7820
BK
130871999-11-29 Bruce Korb <autogen@linuxbox.com>
13088
2c290989 13089 * MAINTAINERS: update my playtime e-address.
b3bd7820 13090
1882b2b1
RO
13091Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13092
13093 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13094 necessary libraries are missing.
13095
dce2d8b2 13096Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
13097
13098 * MAINTAINERS: Add new 'write after approval' maintainer.
13099
1e25de97
APB
13100Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13101
13102 * MAINTAINERS: Add new Java maintainer.
13103
1722c704
AS
131041999-10-25 Andreas Schwab <schwab@suse.de>
13105
13106 * configure: Fix quoting inside arguments of eval.
13107
8141abe8
NC
131081999-10-21 Nick Clifton <nickc@cygnus.com>
13109
13110 * config-ml.in: Allow suppression of some ARM multilibs.
13111
0b77644a
LV
13112Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13113
13114 * config.guess: Add OS/390 match pattern.
13115 * config.sub: Add mvs, openedition targets.
13116 * configure.in (i370-ibm-opened*): New.
13117
d207ebef
JM
131181999-09-04 Steve Chamberlain <sac@pobox.com>
13119
13120 * config.sub: Add support for configuring for pj.
13121
131221999-08-31 Nick Clifton <nickc@cygnus.com>
13123
13124 * config.sub (maybe_os): Add support for configuring for fr30.
13125
af13ebe9
NC
131261999-08-25 Nick Clifton <nickc@cygnus.com>
13127
13128 * configure.in: Do not configure or build ld for AIX
13129 platforms. ld is known to be broken on these platforms.
13130
1250c760
RO
13131Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13132
13133 * config-ml.in: Pass compiler flag corresponding to multidirs to
13134 subdir configures.
13135
d207ebef
JM
131361999-08-09 Ian Lance Taylor <ian@zembu.com>
13137
13138 * Makefile.in (LDFLAGS): Define.
13139
131401999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13141
13142 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13143 noconfigdirs.
13144 (*-*-cygwin*): Likewise.
13145
131461999-08-08 Ian Lance Taylor <ian@zembu.com>
13147
13148 * mkdep: New file.
13149 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13150 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13151
13152 From Eli Zaretskii <eliz@is.elta.co.il>:
13153 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13154 long file name when using DJGPP on MS-DOS.
13155
dbd83e11
JL
13156Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13157
13158 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13159
d207ebef
JM
131601999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13161
13162 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13163 dependency as this causes "make check" to globally "make all"
13164
cd1f4c2c
TT
13165Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13166
13167 * configure.in (target_libs): Added target-zlib.
13168 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13169 (CONFIGURE_TARGET_MODULES): Likewise.
13170 (CHECK_TARGET_MODULES): Likewise.
13171 (INSTALL_TARGET_MODULES): Likewise.
13172 (CLEAN_TARGET_MODULES): Likewise.
13173 (configure-target-zlib): New target.
13174 (all-target-zlib): Likewise.
13175 (all-target-libjava): Depend on all-target-zlib.
13176 (configure-target-libjava): Depend on configure-target-zlib.
13177
13178 * Makefile.in (configure-target-libjava): Depend on
13179 configure-target-newlib.
13180 (configure-target-boehm-gc): New target.
13181 (configure-target-qthreads): New target.
13182
e490616e
ZW
13183 * configure.in (target_libs): Added target-qthreads.
13184 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13185 (CONFIGURE_TARGET_MODULES): Likewise.
13186 (CHECK_TARGET_MODULES): Likewise.
13187 (INSTALL_TARGET_MODULES): Likewise.
13188 (CLEAN_TARGET_MODULES): Likewise.
13189 (all-target-qthreads): New target.
13190 (configure-target-libjava): Depend on configure-target-qthreads.
13191 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
13192
13193 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13194 (CONFIGURE_TARGET_MODULES): Likewise.
13195 (CHECK_TARGET_MODULES): Likewise.
13196 (INSTALL_TARGET_MODULES): Likewise.
13197 (CLEAN_TARGET_MODULES): Likewise.
13198 (all-target-libjava): New target.
13199 (all-target-boehm-gc): Likewise.
13200 * configure.in (target_libs): Added libjava, boehm-gc.
13201
d207ebef
JM
132021999-07-22 Ian Lance Taylor <ian@zembu.com>
13203
13204 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13205 configure.bat in SUPPORT_FILES.
13206 (gas+binutils.tar.bz2): Likewise.
13207
13208 * makeall.bat: Remove; obsolete.
13209
132101999-07-21 Ian Lance Taylor <ian@zembu.com>
13211
13212 From Mark Elbrecht:
13213 * configure.bat: Remove; obsolete.
13214
132151999-07-11 Ian Lance Taylor <ian@zembu.com>
13216
13217 * configure: Add -W -Wall to the default CFLAGS when compiling with
13218 gcc.
13219
13220Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13221
13222 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13223
132241999-06-30 Mark Mitchell <mark@codesourcery.com>
13225
13226 * configure.in: Build ld on IRIX6.
13227
132281999-06-12 Ian Lance Taylor <ian@zembu.com>
13229
13230 * Makefile.in: Change distribution targets to use bzip2 instead of
13231 gzip.
13232 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13233 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13234
132351999-06-04 Nick Clifton <nickc@cygnus.com>
13236
13237 * config.sub: Add mcore target.
13238
26d088fa
CD
13239Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13240
13241 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13242
c2c08b29
L
13243Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13244
13245 * config.guess (dummy): Changed to $dummy.
13246
671d0648
NC
132471999-05-24 Nick Clifton <nickc@cygnus.com>
13248
13249 * config.sub: Tidied up case statements.
13250
b1345c72
BE
132511999-05-22 Ben Elliston <bje@cygnus.com>
13252
51ccbd8d
BE
13253 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13254 <jiro@din.or.jp>.
13255
b1345c72
BE
13256 * config.guess: Merge with FSF version. Future changes will be
13257 more accurately recorded in this ChangeLog.
13258 * config.sub: Likewise.
13259
2caf864f
SM
13260Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13261
13262 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13263
d207ebef
JM
132641999-04-30 Tom Tromey <tromey@cygnus.com>
13265
13266 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13267
90fb0c24
TT
132681999-04-23 Tom Tromey <tromey@cygnus.com>
13269
13270 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13271
d207ebef
JM
132721999-04-20 Drew Moseley <dmoseley@cygnus.com>
13273
13274 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13275 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13276 Bad merge removed these two changes.
13277
3516940d 13278Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 13279 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
13280
13281 * config.guess (interix Alpha): Add.
13282
d207ebef
JM
132831999-04-11 Richard Henderson <rth@cygnus.com>
13284
13285 * configure.in (i?86-*-beos*): Do config gperf; don't config
13286 gdb, newlib, or libgloss.
13287
e891fbfe 13288Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13289
e891fbfe
AO
13290 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13291 link a trivial program with -mabi=64. If it fails, remove mabi=64
13292 from multidirs.
13293
f9ae47d6
PT
13294Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13295
13296 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13297
d207ebef
JM
132981999-04-08 Nick Clifton <nickc@cygnus.com>
13299
13300 * config.sub: Add support for mcore targets.
13301
133021999-04-07 Michael Meissner <meissner@cygnus.com>
13303
13304 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13305 not mt-ospace, in order to shut up assembler warning about using
13306 symbols that are named the same as registers.
13307
133081999-04-07 Drew Moseley <dmoseley@cygnus.com>
13309
13310 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13311 dependency list for all-target-cygmon.
13312
133131999-04-05 Doug Evans <devans@casey.cygnus.com>
13314
13315 * config-ml.in: Check $host, not $target, for selective multilibs.
13316 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13317 thumb interworking, and underscore prefix multilibs.
13318
133191999-04-04 Ian Lance Taylor <ian@zembu.com>
13320
13321 * missing: Update to version from current automake.
13322
88101ab9
L
13323Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13324
13325 * configure (gxx_include_dir): Removed.
13326
13327 * configure.in (gxx_include_dir): Handle it.
13328 * Makefile.in: Likewise.
13329
d207ebef
JM
133301999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13331
13332 * config.sub (mips64vr4111,mips64vr4111el) Add.
13333
133341999-03-21 Ben Elliston <bje@cygnus.com>
13335
e490616e 13336 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 13337
8dc91cbe
ME
13338Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13339
8dc91cbe
ME
13340 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13341 config/mh-djgpp.
13342
d207ebef
JM
13343Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13344
13345 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13346 all-target-newlib to dependency list for all-target-bsp.
13347
926bb5ed
MK
13348Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13349
13350 * config.sub: Add i386-uwin support.
13351 * config.guess: Likewise.
13352
4a6e3000
FS
13353Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13354
13355 * configure.in: cleanup, add mh-*pic handling for arm, special
13356 case powerpc*-*-aix*
13357
d207ebef
JM
13358Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13359
13360 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13361 can be built.
13362
13363Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13364
13365 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 13366 targets.
d207ebef 13367
71c91078
NC
133681999-03-02 Nick Clifton <nickc@cygnus.com>
13369
13370 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13371
282e5df8
GN
13372Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13373
13374 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13375
1de558ee
NC
133761999-02-24 Nick Clifton <nickc@cygnus.com>
13377
13378 * config.sub: Fix typo in arm recognition.
13379
d207ebef
JM
13380Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13381
13382 * configure.in (noconfigdirs): Changed target_configdirs to
13383 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13384 rather than m68k-*-* since it is not known to work on
13385 m68k-aout. Ditto for arm-*-*oabi.
13386
13387Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13388
13389 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
13390
133911999-02-19 Ben Elliston <bje@cygnus.com>
13392
13393 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13394 Smart and improved by Andrew Cagney.
13395
fab7445a
ME
13396Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13397
13398 * config.guess: Recognize openbsd-*-hppa.
13399
8ccdc228
L
13400Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13401
13402 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13403 only if it is not empty.
13404
3b7265ff
NC
134051999-02-17 Nick Clifton <nickc@cygnus.com>
13406
13407 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 13408
d207ebef 13409 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
13410
13411 * config.sub: Modified to recognize uname's armv* syntax.
13412
d207ebef
JM
134131999-02-17 Mark Salter <msalter@cygnus.com>
13414
13415 * configure.in: Added target-bsp for sparclite.
13416
13417Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13418
13419 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13420
134211999-02-08 Nick Clifton <nickc@cygnus.com>
13422
13423 * configure.in: Add support for strongarm port.
13424 * config.sub: Add support for strongarm target.
13425
c48dd3f5 13426Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 13427
c48dd3f5
MK
13428 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13429 the old name config/mh-cygwin32.
13430 Enable texinfo.
13431
d207ebef
JM
13432Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13433
13434 * configure.in: Do build ld for ix86 Solaris.
13435
ecd62820
JW
13436Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13437
13438 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13439 $AR_FOR_TARGET. Likewise for RANLIB.
13440
bbd8fa7f 13441Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 13442
e490616e
ZW
13443 * config.sub (oabi): Recognize.
13444 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 13445
0397442c
RL
13446Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13447
13448 * config.guess: Improve detection of i686 on UnixWare 7.
13449
c9ffaa63
MK
13450Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13451
13452 * config.guess: Add support for i386-pc-interix.
13453 * config.sub: Likewise.
13454 * configure.in: Likewise.
c9ffaa63 13455
d207ebef
JM
13456Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13457
13458 * Makefile.in: Remove unneeded all-target-libio from
13459 from all-target-winsup target since it is now unneeded.
13460 Add all-target-libtermcap in its place since it is now
13461 needed.
13462
13463Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13464
13465 * configure.in: makefile stub for cygwin target is probably
13466 unnecessary. Remove it for now.
d207ebef
JM
13467
13468Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13469
13470 * configure.in: libtermcap.a should be built when cygwin is the
13471 target as well as the host.
13472 * config.guess: Allow mixed case in cygwin uname output.
13473 * Makefile.in: Add libtermcap target.
d207ebef 13474
ebe12325
JL
13475Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13476
13477 * config.sub: Clean up handling of hppa2.0.
13478
57057b67
RB
13479Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13480
13481 * config.guess: Use C code to identify more HP machines.
13482
f8670be1
JL
13483Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13484
13485 * config.sub: Handle hppa2.0.
13486
d207ebef
JM
13487Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13488
13489 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 13490 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
13491
134921998-12-15 Mark Salter <msalter@cygnus.com>
13493
13494 * configure.in: Added target-bsp for several target architectures.
13495
13496 * Makefile.in: Added rules for bsp.
13497
d1a09590
JL
13498Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13499
13500 * config.guess: Improve detection of hppa2.0 processors.
13501
13502Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13503
13504 * config.guess: Recognize FreeBSD using ELF automatically.
13505
71205e0b
MH
135061998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13507
13508 * configure (skip-this-dir): Add handling for new shell script, which
13509 might be created by a sub-directory's configure to indicate, this particular
13510 directory is "unwanted".
13511 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13512
d207ebef
JM
13513Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13514
13515 * ltconfig: import from libtool, after changing libtool to
13516 account for the cygwin name change.
13517
13518Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13519
13520 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13521 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13522
13523Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13524
13525 * configure.in: Add libtermcap to list of cygwin dependencies.
13526
13527Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13528
e490616e
ZW
13529 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13530 they include winsup/include when it's a cygwin target.
d207ebef
JM
13531
135321998-11-12 Tom Tromey <tromey@cygnus.com>
13533
13534 * configure.in (host_tools): Added zip.
13535 * Makefile.in (all-target-libjava): Depend on all-zip.
13536 (all-zip): New target.
13537 (ALL_MODULES): Added all-zip.
13538 (NATIVE_CHECK_MODULES): Added check-zip.
13539 (INSTALL_MODULES): Added install-zip.
13540 (CLEAN_MODULES): Added clean-zip.
13541
13542Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13543
13544 * Makefile.in: lose "32" from comment about cygwin.
13545
13546Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13547
13548 * configure.in: Use -Os to build target libraries for the fr30.
13549
13550Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13551
13552 * config.sub: Add fr30.
13553
13554Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13555
e490616e 13556 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
13557 cygwin* instead of cygwin32*.
13558 * config.sub: Check cygwin* instead of cygwin32*.
13559
d2ec8b39
RL
13560Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13561
13562 * config.guess: Match any version of Unixware7.
13563
d207ebef
JM
135641998-10-20 Syd Polk <spolk@cygnus.com>
13565
13566 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13567 if desired.
13568
35cd2565
JL
13569Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13570
13571 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13572 these if the appropriate directories and files to not exist.
13573
52d4e5b7
JL
13574Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13575
13576 * Makefile.in (DEVO_SUPPORT): Add config.if.
13577
38ada91e
MH
13578Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13579
13580 * configure: Add pattern to replace "build_tooldir"'s
13581 definition in the generated Makefile with "tooldir"'s
13582 actual value.
13583
e44e84da
JL
13584Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13585
56a8387f
JL
13586 * config.sub: Bring back lost sparcv9.
13587
e44e84da
JL
13588 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13589
5cb95c7a
JL
13590Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13591
13592 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13593 CC_FOR_TARGET and friends.
13594
13595Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13596
ceff9b14
AO
13597 * Makefile.in (build_tooldir): New variable, same as tooldir.
13598 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13599 -B$(build_tooldir)/bin/.
13600 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 13601
f2d11dcd
GP
13602Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13603
13604 * README: Remove installation instructions and refer to the
13605 INSTALL directory instead.
13606
73a6d2e7 13607Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 13608
73a6d2e7
RL
13609 * config.sub: Add support for i[34567]86-pc-udk.
13610 * configure.in: Likewise.
13611
5d4a5ee6
JL
13612Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13613
13614 * Makefile.in: add bzip2 package building bits for user
13615 tools module
13616 * configure.in: ditto
13617
6fc19d6d
JL
13618Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13619
13620 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13621 (ALL_TARGET_MODULES): Add all-target-libobjc.
13622 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13623 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13624 (all-target-libchill): Add dependencies.
13625 * configure.in (target_libs): Add libchill.
4e81ae98 13626
f653f0ab
MH
136271998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13628
13629 * configure.in (target_subdir): Remove duplicate line.
13630
5d4a5ee6
JL
13631Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13632
13633 * Makefile.in (all-automake): fix dependencies.
13634
494933e4
JL
13635Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13636
13637 * configure.in: Minor cleanups for building in the $(target_alias)
13638 subdir.
13639
f6b58262
JW
136401998-09-22 Jim Wilson <wilson@cygnus.com>
13641
13642 * Makefile.in (bootstrap): Set r and s before make all. Use
13643 BASE_FLAGS_TO_PASS in make all.
13644 (cross): Likewise.
13645
27c7a08d
MM
136461998-09-20 Mark Mitchell <mark@markmitchell.com>
13647
13648 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13649
e67afd1e
RH
13650Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13651
13652 * config.sub: Fix typo in last change.
13653
8e44ac71
MH
136541998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13655
13656 * config.sub: Add support for C4x target.
13657 * configure.in: Likewise.
13658
d7496fbb
DM
136591998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13660
13661 * config.sub: Recognize sparcv9 just like sparc64.
13662
22097bd1
RL
13663Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13664
13665 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13666
4b877abd
JL
13667Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13668
2c8ec9a2
JL
13669 * config.guess: Correctly identify Pentium II sco boxes.
13670
4b877abd
JL
13671 * config.guess: Fix "tr" code. From Weiwen Liu.
13672
ab03db52
JH
13673Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13674
13675 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13676 stabs.
13677
b54db294
JL
13678Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13679
13680 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13681 (ALL_TARGET_MODULES): Add all-target-libchill.
13682 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13683 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13684 (all-target-libchill): Add dependencies.
13685 * configure.in (target_libs): Add libchill.
13686
bf48dd73
LW
13687Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13688
13689 * config.guess: Avoid assumptions about "tr" behaves when
13690 LANG is set to something other than English.
13691
a3cbd105
L
13692Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13693
13694 * configure (gxx_include_dir): Changed to
13695 '${prefix}/include/g++'-${libstdcxx_interface}.
13696
13697 * config.if: New to determine the interfaces.
13698
c4acd909
MK
13699Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13700
13701 * config.guess: Detect and handle MPE/IX.
13702 * config.sub: Deal with MPE/IX.
13703
9ea97665
DE
13704Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13705
13706 * configure.in: Use mh-aix43.
13707
0ce065bd
MH
137081998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13709
13710 * configure: Fix --without/--disable cases for gxx-include-dir.
13711
5d4a5ee6
JL
13712Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13713
13714 * mdata-sh: Imported. Needed for automake support.
13715
13716Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13717
13718 * Makefile.in (taz): Try "chmod -R og=u ." before
13719 "chmod og=u `find . -print`".
13720
13721Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13722
13723 * configure.in: Add arm-elf and thumb-elf support.
13724
13725Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13726
13727 * Makefile.in: Undo previous patch.
13728
13729Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13730
13731 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13732 to here ...
13733 (install-no-fixedincludes): and here
13734 (INSTALL_MODULES): ... from here.
13735
466456d9
ILT
13736Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13737
13738 * config.sub: Merge with FSF.
13739
1b409d25
ILT
13740 * config.guess: Merge with FSF.
13741
d207ebef
JM
13742Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13743
13744 * configure (extraconfigdirs): New variable.
13745 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13746 * Makefile.in (all): Move higher in file.
13747 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13748 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13749 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13750 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13751 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13752
137531998-07-23 Brendan Kehoe <brendan@cygnus.com>
13754
13755 * Makefile.in (all-target-libjava): Depend on all-gcc and
13756 all-target-newlib.
13757 (configure-target-libjava): Depend on $(ALL_GCC).
13758
7f1937c1
RL
13759Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13760
13761 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13762 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13763
2ada2bd6
ML
13764Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13765
13766 * INSTALL/README: Fix typo.
13767
1e025bde
ML
13768Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13769
5d4a5ee6
JL
13770 * ylwrap: Change absolute path checks to check for DOS style path
13771 names.
1e025bde 13772
5d4a5ee6
JL
13773 * ylwrap: Don't use a full path name if the source file is in the
13774 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 13775
6755ff73
ILT
13776 * config-ml.in: Default to being verbose, to match Feb 18 change to
13777 configure.
13778
5d4a5ee6
JL
13779Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13780
13781 Brought over from egcs:
13782
13783 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13784
13785 * configure.in (target_subdir): Set to ${target_alias} instead
13786 of "libraries".
13787
13788 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13789
13790 * configure.in (target_subdir): Set to libraries if enable_multilib.
13791
13792Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13793
13794 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13795 multilibs, force reconfiguration the first time we create
13796 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13797
13798Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13799
13800 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13801 avoid confusion with --no-recursion.
13802
13803Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13804
13805 * configure.in: Win32 hosts shouldn't use install -x
13806 * install-sh: remove -x option, and special .exe-handling
13807 hack.
13808
d207ebef
JM
13809Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13810
13811 * config.guess: Recognize i586-pc-beos.
13812 * configure.in: Don't build some bits for beos.
13813
fbd836fc
ILT
13814Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13815
5d4a5ee6
JL
13816 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13817 CFLAGS default to -O2.
13818
fbd836fc
ILT
13819 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13820 when using GNU ld.
13821
13822Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13823
13824 * ltmain.sh: Correct install when using a different shell.
13825
13826Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13827
13828 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13829
d207ebef
JM
13830Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13831
13832 * makefile.vms: Update to build binutils/makefile.vms. Add install
13833 target.
fbd836fc
ILT
13834
13835Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13836
13837 * ltconfig: Update to correct AIX handling.
13838
69b471bc
JL
13839Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13840
81241b5e
JL
13841 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13842
69b471bc
JL
13843 * configure.in (target_subdir): Set to ${target_alias} instead
13844 of "libraries".
13845
bedf82df
MH
138461998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13847
13848 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13849 (Makefile): Depend on $(gcc_version_trigger).
13850
13851 * configure (gcc_version): Change default initializer to empty
13852 string.
13853 (gcc_version_trigger): New variable; pass this variable down
13854 to subdir configures to enable them checking gcc's version
13855 themselves. Emit make macros for both gcc_version vars.
13856 (topsrcdir): Initialize reliably.
13857 (recursion line): Remove --with-gcc-version=${gcc_version}.
13858
28e449d8
MH
138591998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13860
13861 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
13862 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13863 in $(libsubdir); emit definition in each generated Makefile.
13864 (gxx_include_dir): Initialize depending on
13865 $enable_version_specific_runtime_libs.
28e449d8 13866
50c4c9f7
MH
138671998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13868
13869 * configure (gcc_version): Initialize properly depending on
13870 how and where configure is started.
13871 (recursion line): Pass a --with-gcc-version=${gcc_version}
13872 to configures in subdirs.
13873
d207ebef
JM
13874Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13875
13876 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 13877 cygmon
d207ebef 13878
5d4a5ee6
JL
13879Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13880
13881 * configure.in: Add cygmon and libstub support for mn10200.
13882
2f96399b
MH
138831998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13884
13885 * configure (gcc_version): Add new variable describing the
13886 particular gcc version we're building.
13887 * Makefile.in (libsubdir): Add new macro for the directory
13888 in which the compiler finds executables, libraries, etc.
13889 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13890 and libsubdir.
13891
c4137c50
AO
13892Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13893
ceff9b14
AO
13894 * Makefile.in (local-clean): Remove *.log.
13895 (warning.log): Built with warn_summary from build.log.
13896 (mail-report.log): Run test_summary.
13897 (mail-report-with-warnings.log): Run test_summary including
13898 warning.log in the report.
c4137c50 13899
276d5ee0
RL
13900Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13901
13902 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13903
5d4a5ee6
JL
13904Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13905
13906 * Makefile.in (grep): Grep no longer depends on libiberty.
13907
13908Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13909
13910 * Makefile.in: all-snavigator needs all-libgui.
13911
13912Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13913
13914 * configure.in: Add cygmon and libstub support for mn10300.
13915
8af14275
ILT
13916Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13917
13918 * missing: Update to version from automake 1.3.
13919
fbd836fc
ILT
13920 * ltmain.sh: On installation, don't get confused if the same name
13921 appears more than once in the list of library names.
13922
466456d9
ILT
13923Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13924
13925 * config.sub: Accept m68060 and m5200 as CPU names.
13926
5d4a5ee6
JL
13927Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13928
13929 * configure: Use && rather than using -a in test, because odd
13930 strings can confuse test.
13931 * configure.in: Likewise.
13932
fbd836fc
ILT
13933Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13934
13935 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13936
f0983958
AO
13937Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13938
13939 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 13940 bootstrap4-lean): New targets.
f0983958 13941
bfed1ea0
JL
13942Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13943
13944 * mpw-* Delete. Not used.
13945
5d4a5ee6
JL
13946Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13947
13948 * COPYING.LIB: Update FSF address.
13949
bfed1ea0
JL
13950Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13951
13952 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13953
5d4a5ee6
JL
13954 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13955 GAS_SUPPORT_DIRS.
13956
bfed1ea0
JL
13957Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13958
13959 * ltconfig, ltmain.sh: Avoid producing a version number if
13960 -version-info was not used.
13961
5d4a5ee6
JL
13962Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13963
13964 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13965 building with newlib.
13966
139671998-04-30 Paul Eggert <eggert@twinsun.com>
13968
d207ebef 13969 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 13970 Solaris `make' causes it to continue to next definition.
d207ebef
JM
13971
13972Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13973
13974 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13975 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
13976
13977Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13978
13979 * configure.in: Change alpha to alpha* in several places.
13980
d207ebef
JM
13981Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13982
13983 * config.sub: Recognize sparc86x.
13984
77be0cab
MM
13985Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13986
13987 * configure.in (--enable-target-optspace): Remove debug echo.
13988
62441128
JW
13989Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13990
13991 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13992
bfed1ea0
JL
13993Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13994
13995 * ltconfig: Update cygwin32 support.
13996
5d4a5ee6
JL
13997 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13998 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13999 (GDB_SUPPORT_DIRS): Likewise.
14000
3f4ea1de
MM
14001Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14002
14003 * configure.in (target_makefile_frag): If --enable-target-optspace,
14004 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
14005 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14006 not used.
14007 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 14008
5d4a5ee6
JL
14009Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14010
14011 * Makefile.in (all-bfd): Depend on all-intl.
14012 (all-binutils): Likewise.
14013 (all-gas): Likewise.
14014 (all-gprof): Likewise.
14015 (all-ld): Likewise.
14016
140171998-04-19 Brendan Kehoe <brendan@cygnus.com>
14018
14019 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14020
bfed1ea0
JL
14021Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14022
5d4a5ee6
JL
14023 * Makefile.in (all-bfd): Depend upon all-libiberty.
14024
bfed1ea0
JL
14025 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14026
5d4a5ee6
JL
14027Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14028
14029 * Makefile.in: Add libstub.
14030
14031 * configure.in: Ditto. Build libstub for targets that have cygmon
14032 support.
14033
14034Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14035
14036 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14037
14038Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14039
14040 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14041 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14042
ec8d6ddc
KW
14043Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14044
14045 * configure: Define DEFAULT_M4 by searching PATH.
14046 * Makfile.in: Use DEFAULT_M4.
14047
bfed1ea0
JL
14048Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14049
14050 * ltconfig: Add cygwin32 support.
14051
5d4a5ee6
JL
14052 * Makefile.in, configure.in: Add libtool as a native only directory
14053 to configure and build.
14054
547a6183
JL
14055Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14056
14057 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14058
5d4a5ee6 14059Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 14060
5d4a5ee6
JL
14061 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14062
14063Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14064
14065 * Makefile.in: add ash make rules
14066 * configure.in: add ash to native_only and host_tools lists
14067
14068Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14069
14070 * Makefile.in (all-gettext, all-intl): New targets.
14071 (ALL_MODULES): Added all-gettext, all-intl.
14072 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14073 (INSTALL_MODULES): Added install-gettext, install-intl.
14074 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14075
14076 * configure.in (host_tools): Added gettext.
14077 (native_only): Likewise.
14078 (noconfigdirs) [various cases]: Likewise.
14079 (host_libs): Added intl.
14080
d207ebef
JM
14081Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14082
14083 * configure: Do not disable building gdbtk for cygwin32 hosts.
14084
e98e406f
NC
14085Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14086
14087 * configure.in: Add thumb-coff target.
14088 * config.sub: Add thumb-coff target.
14089
5d4a5ee6
JL
14090Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14091
14092 * Makefile.in: Revert yesterday's change.
14093 (all-target-winsup): all-target-librx stays out of here.
14094
14095Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14096
14097 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14098 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14099 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14100 Remove references to librx and libg++.
14101
14102Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14103
14104 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14105 recursive makes
14106
bfed1ea0
JL
14107Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14108
14109 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 14110 for newlib directory.
bfed1ea0
JL
14111 (CXX_FOR_TARGET): Likewise.
14112
14113Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14114
14115 * ltconfig: Update after libtool/ltconfig.in change for
14116 hpux11.
14117
14118Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14119
14120 * ltconfig, ltmain.sh: Update to libtool 1.2.
14121
3cd730af
MH
14122Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14123
14124 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14125 (install-gcc-cross): Instead, override LANGUAGES here.
14126
80564603
DL
141271998-03-18 Dave Love <d.love@dl.ac.uk>
14128
14129 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14130 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14131
d207ebef
JM
14132Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14133
14134 * configure.in: Add Thumb-pe target.
14135
5d4a5ee6 14136Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 14137
5d4a5ee6
JL
14138 * Makefile.in - changed sn targets to snavigator
14139 * configure.in - changed sn targets to snavigator
14140
2d4a0558
MH
14141Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14142
14143 * config-ml.in: After building symlink tree call make distclean
14144 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14145 to be the case for libiberty.
14146
04b93567
L
14147Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14148
14149 * configure: When making link, also check the current
14150 directory. The configure scripts may create one.
14151
9a06b842
RH
14152Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14153
14154 * config.sub: Accept alphapca56 and alphaev6 properly.
14155
217fc4e6
FS
14156Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14157
14158 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14159
3e07bdbd 14160Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 14161
e490616e 14162 * config.sub (sco5): Fix typo.
3e07bdbd 14163
5d4a5ee6
JL
14164Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14165
14166 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14167 install-itcl.
14168 (install-itcl): Remove dependency on install-tcl.
14169
14170Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14171
14172 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14173
14174Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14175
14176 * configure.in: Don't build libgui for a cygwin32 target when not on
14177 a cygwin32 host.
14178
14179Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14180
14181 * configure (redirect): Set to null, so default behavior of
14182 configure is now --verbose.
14183
ce0d965c
DL
141841998-02-16 Dave Love <d.love@dl.ac.uk>
14185
14186 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14187 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14188
3acd1fd0
MH
14189Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14190
14191 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14192 this change to sync Makefile.in with its ChangeLog entries.
14193
5d4a5ee6
JL
14194Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14195
14196 * ltmain.sh (mkdir): Check that the directory doesn't exist
14197 before we exit with error, so that we don't get races during
14198 parallel builds.
14199
bfed1ea0
JL
14200Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14201
14202 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14203
4e77e8f1
MH
14204Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14205
14206 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14207 PICFLAG_FOR_TARGET.
14208 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14209
14210 * configure: Emit a definition for the new macro enable_shared
14211 into each Makefile.
14212
5d4a5ee6
JL
14213Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14214
14215 * configure.in (host_tools, native_only): Add libtool.
14216
14217Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14218
14219 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14220 Fix typo in ming config comment.
14221
bfed1ea0
JL
14222Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14223
14224 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14225
5d4a5ee6
JL
14226Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14227
14228 * config.sub: Add tic30 cases, and map c30 to tic30.
14229
8821a725
RH
14230Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14231
14232 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14233 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14234 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14235 (CLEAN_TARGET_MODULES): Similarly
14236 (all-target-libf2c): Add dependences.
4e81ae98 14237 * configure.in (target_libs): Add libf2c.
8821a725 14238
5d4a5ee6
JL
14239Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14240
14241 * configure.in: Remove expect from noconfigdirs when target
14242 is cygwin32. OK to build expect and dejagnu with Canadian
14243 Cross.
14244
0aadd657
ILT
14245Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14246
5d4a5ee6
JL
14247 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14248 host.
14249
0aadd657
ILT
14250 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14251 and mingw32.
14252
d0a8352c
MH
14253Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14254
14255 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14256 here as it is not defined in the toplevel Makefile.
14257
59739e3c
MH
14258Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14259
14260 * configure (package_makefile_rules_frag): New variable, which names
14261 a file with generic rules, ...
14262 Change comment to mention we now have FIVE parts.
14263 * configure: Undo last change.
14264
228197ee
LT
14265Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14266
14267 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 14268 * config.sub: More accurate determination of HP processor types.
228197ee 14269
efd4c0ba
MH
14270Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14271
14272 * configure (package_makefile_frag): Move inserting the
14273 ${package_makefile_frag} to where it should be according
14274 to the comment.
14275
6eef3189
PB
14276Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14277
14278 * config.guess: Add support for Linux/ARM.
14279
d207ebef
JM
14280Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14281
14282 * .cvsignore: Remove *-info and *-install since they match
14283 release-info and mpw-install, which we don't want to just ignore.
14284
48464ebf
RH
14285Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14286
14287 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14288
803462a7
PN
14289Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14290
14291 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14292 local_prefix to sub-make invocations.
14293
520ab477
L
14294Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14295
14296 * configure.in: Check makefile fragments in the source
14297 directory.
14298
4bcdb76d
AO
14299Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14300
ceff9b14
AO
14301 * configure.in: Check whether host and target makefile
14302 fragments exist before adding them to *_makefile_frag.
4bcdb76d 14303
5d4a5ee6
JL
14304Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14305
14306 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14307
14308Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14309
14310 * configure.in: Make sure we only replace RPATH_ENVVAR on
14311 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14312 regexp to sed.
14313
14314 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14315 to sub-makes.
14316
0d3e11a5
LI
143171998-01-13 Lee Iverson (leei@ai.sri.com)
14318
14319 * config-ml.in (multi-do): LDFLAGS must include multilib
14320 designator.
14321
d45b3d87 14322Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
14323
14324 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14325
d39cd7a1
MK
14326Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14327
14328 * config.sub: Add mingw32 support.
14329 * configure.in: Likewise.
d39cd7a1 14330
6decbc24
FS
14331Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14332
14333 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14334
5d4a5ee6
JL
14335Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14336
14337 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14338 * configure (gxx_include_dir): Provide a definition for subdirs
14339 which do not use autoconf.
14340
14341Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14342
14343 * config.guess: Sync with egcs. Picks up new alpha support,
14344 BeOS & some additional linux support.
14345
d3d1907a
JL
14346Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14347
14348 * config.guess: HP 9000/803 is a PA1.1 machine.
14349
b104e095
RH
14350Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14351
14352 * configure.in: It's alpha*-...
14353
aca823c1
L
14354Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14355
14356 * configure.in (host_makefile_frag, target_makefile_frag):
14357 Handle multiple config files.
14358 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14359 alpha-*-*.
14360
d207ebef
JM
14361Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14362
14363 * mkdep: New file.
14364
14365Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14366
14367 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14368
5d4a5ee6
JL
14369Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14370
14371 * Makefile.in: Add libgui directory.
14372 (GDB_TK): Add all-libgui.
14373 * configure.in: Add libgui directory.
14374 * configure: Add all-libgui to GDB_TK.
14375
14376Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14377
14378 * config-ml.in (multidirs): Add m32r to multilib list.
14379
14380Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14381
14382 * Makefile.in (all-target-gperf): Change dependency to
14383 all-target-libstdc++.
14384
baf55877
FF
14385Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14386
14387 * config.guess: Add BeOS support.
14388
5d4a5ee6
JL
14389Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14390
14391 Source directory cvs renamed to cvssrc:
14392 * configure.in (host_tools): Change cvs to cvssrc.
14393 (native_only): Likewise.
14394 (noconfigdirs) [various cases]: Likewise.
14395 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14396 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14397 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14398 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14399 (all-cvssrc): Rename target from all-cvs.
14400
f2d76545
JL
14401Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14402
14403 * configure (gxx_include_dir): Fix thinko.
14404
205cba53
JL
14405Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14406
14407 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14408 (install-cross, install-gcc-cross): New targets.
14409
5d4a5ee6
JL
14410Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14411
14412 * configure.in (noconfigdirs): Add support for Thumb target.
14413
14414 * config.sub (maybe_os): Add support for Thumb target.
14415
14416Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14417
14418 * Makefile.in: Add rules for cygmon.
14419
14420 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14421
96b0f1fc
JL
14422Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14423
14424 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14425 * configure (gxx_include_dir): Provide a definition for subdirs
14426 which do not use autoconf.
d207ebef
JM
14427
14428Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14429
14430 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 14431 11/18/97 build
d207ebef 14432
7dfef6ed
JL
14433Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14434
14435 * From Franz Sirl.
14436 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14437 found on RedHat Linux systems.
96b0f1fc 14438
83cfe7c0
JL
14439Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14440
14441 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14442 guesses.
14443
7dfef6ed
JL
14444Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14445
14446 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14447
5d4a5ee6
JL
14448Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14449
14450 * ltmain.sh: If mkdir fails, check whether the directory was created
14451 anyhow by some other process.
14452
d207ebef
JM
14453Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14454
14455 * configure.in (d30v-*-*): Configure all directories.
14456
14457Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14458
14459 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14460 for the D30V.
14461
14462Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14463
14464 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14465
5d4a5ee6
JL
14466Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14467
e490616e
ZW
14468 * include/libiberty.h: Add extern "C" { so it can be used with C++
14469 progrms.
14470 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14471 programs.
5d4a5ee6 14472
d207ebef
JM
14473Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14474
14475 * configure.in (d30v-*-*): Configure GCC now.
14476
5d4a5ee6
JL
14477Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14478
14479 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14480 is no longer needed.
14481
c9670e62
JM
14482Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14483
14484 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14485
cc71c0ca
MH
14486Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14487
14488 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14489 targets using "$@" to provide support for similar but not identical
14490 targets without having to duplicate code.
14491
d207ebef
JM
14492Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14493
14494 * makefile.vms: Fix to work with DEC C.
14495
14496Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14497
14498 * config.sub: Add mips-tx39-elf to marketing names.
14499
14500Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14501
14502 * ltmain.sh: Handle symlinks in generated script.
14503
14504Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14505
14506 * configure: Handle autoconf style directory options: --bindir,
14507 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14508 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14509 --sysconfdir.
14510 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14511 (sharedstatedir, localstatedir, oldincludedir): New variables.
14512 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14513 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14514 sbindir, sharedstatedir, and sysconfdir.
14515
b1e3ddfd
AJ
14516Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14517
14518 * Makefile.in (bootstrap-lean): New target.
14519
d207ebef
JM
14520Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14521
14522 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 14523 sn, and gnuserv from noconfigdirs.
d207ebef
JM
14524
14525Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14526
14527 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14528
09f97c1e
JL
14529Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14530
14531 * Makefile.in (cross): New target.
14532
335d0ab2
AO
14533Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14534 Jeff Law <law@cygnus.com>
14535
14536 * Makefile.in (bootstrap2, bootstrap3): New targets.
14537 (all-bootstrap): Remove outdated and confusing target.
339c9b00 14538 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 14539
d207ebef
JM
14540Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14541
14542 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 14543 windows. Consistent with gdb/configure.
d207ebef 14544
e693cc28
UD
145451997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14546
e693cc28
UD
14547 * configure.in: Name Linux target fragment.
14548
14549 * configure: Rewrite so that project Makefile fragment is inserted
14550 first and appears last in the resulting Makefile.
14551
d207ebef
JM
14552Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14553
14554 * Makefile.in (install-itcl): Install tcl first.
14555
5d4a5ee6
JL
14556Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14557
14558 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14559
f401679e
JW
14560Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14561
14562 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14563
14564 * configure.in (skipdirs): Add target-librx for Linux.
14565 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14566
ec20b1b9
JL
14567Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14568
14569 * Makefile.in (bootstrap): New target.
14570
becdcf6d
JL
14571Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14572
63f6bcd7 14573 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 14574
d207ebef
JM
14575Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14576
14577 * config.guess: Merge with FSF.
14578
0c82f6bf
FF
14579Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14580
14581 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14582
d207ebef
JM
14583Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14584
14585 * config.sub: Add "marketing-names" patch.
14586
3fbc0b70
JS
14587Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14588
e490616e 14589 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 14590
e20d4801
JL
14591Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14592
14593 * config.sub: Handle v850-elf.
14594
fe181f78 14595Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
14596
14597 * .cvsignore (*-install): Remove.
14598
bfed1ea0
JL
14599Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14600
14601 * ltconfig: Set CONFIG_SHELL in libtool.
14602 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14603
558a1e7c
JW
14604Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14605
14606 * configure.in (target_subdir): Set to libraries if enable_multilib.
14607
7818d6fc
JW
14608Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14609
14610 * config.guess: Update from gcc directory.
14611
d207ebef
JM
14612Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14613
14614 * Makefile.in (all-sim): Depends on all-readline.
14615
6599da04
JM
14616Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14617
14618 * Makefile.in (BISON, YACC): Use $$s.
14619 (all-bison): Depend on all-texinfo.
14620
14621Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14622
14623 * Makefile.in (BISON): Add -L flag.
14624 (YACC): Likewise.
14625
d207ebef
JM
14626Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14627
4e81ae98
EC
14628 * configure.in (noconfigdirs): Add support for v850e target.
14629
d207ebef
JM
14630 * config.sub (maybe_os): Add support for v850e target.
14631
14632Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14633
4e81ae98
EC
14634 * configure.in (noconfigdirs): Add support for v850ea target.
14635
d207ebef
JM
14636 * config.sub (maybe_os): Add support for v850ea target.
14637
6599da04
JM
14638Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14639
14640 * config.sub: Add mipstx39. Delete r3900.
14641
14642Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14643
14644 * Makefile.in (all-autoconf): Depends on all-texinfo.
14645
14646Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14647
14648 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14649 eabi targets.
14650
14651Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14652
14653 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14654
14655 * configure: When handling a Canadian Cross, handle YACC as well as
14656 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 14657 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
14658
14659Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14660
14661 * Makefile.in (BISON): bison, not byacc or bison -y.
14662 (YACC): bison -y or byacc or yacc.
14663 (various): Add *-bison as appropriate.
14664 (taz): No need to mess with BISON anymore.
14665
14666Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14667
14668 * configure: If OSTYPE matches *win32*, try to find a good value for
14669 CONFIG_SHELL.
14670
14671Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14672
14673 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14674 configure.in if it is present.
14675
14676Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14677
14678 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14679
14680Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14681
14682 * config.sub: Recognize `arc' cpu.
14683 * configure.in: Likewise.
14684 * config-ml.in: Likewise.
14685
14686Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14687
14688 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14689
14690Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14691
14692 * configure: Changed sed delimiter from ':' to '|' when
14693 attempting to substitute ${config_shell} for SHELL. On
14694 NT ${config_shell} may contain a ':' in it.
14695
14696Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14697
14698 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14699
14700Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14701
14702 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14703
14704Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14705
14706 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14707
14708 * ylwrap: If the program is a relative path, force it to be
14709 absolute.
14710
14711Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14712
14713 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14714
14715Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14716
14717 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
14718 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14719 for libraries.
6599da04
JM
14720
14721Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14722
14723 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 14724 separated by spaces.
6599da04
JM
14725
14726Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14727
14728 * ylwrap: New file.
14729 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14730
14731 * ltmain.sh: Handle /bin/sh at start of install program.
14732
14733 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14734
14735 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14736 * missing: New file, from automake 1.2.
14737
14738Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14739
14740 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14741 check-tk to CHECK_X11_MODULES.
14742
14743Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14744
14745 * config.sub: Merge with FSF.
14746
14747Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14748
14749 * config.guess: Merge with FSF.
14750
14751Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14752
14753 * configure: Treat msdosdjgpp like go32.
14754 * configure.in: Likewise. Don't remove gprof for go32.
14755
14756 * configure: Change Makefile.tem2 to Makefile.tm2.
14757
14758Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14759
14760 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14761
14762Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14763
14764 * install-sh (chmodcmd): Set to null if the DST directory already
14765 exists. Same as Nov 11th change.
14766
14767Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14768
4e81ae98 14769 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
14770
14771Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14772
14773 * config.guess: Update from FSF.
14774
14775Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14776
14777 * Makefile.in (GDB_TK): Depend on itcl and tix.
14778
14779Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14780
14781 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14782 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14783 (INSTALL_SCRIPT): New variable.
14784 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14785 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14786 to -x.
14787 * install-sh: Add support for -x option.
14788
14789Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14790
14791 * configure.in, Makefile.in: Treat tix like itcl.
14792
14793Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14794
14795 * Makefile.in (WINDRES): New variable.
14796 (WINDRES_FOR_TARGET): New variable.
14797 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14798 (EXTRA_HOST_FLAGS): Add WINDRES.
14799 (EXTRA_TARGET_FLAGS): Add WINDRES.
14800 (EXTRA_GCC_FLAGS): Add WINDRES.
14801 ($(DO_X)): Pass down WINDRES.
14802 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14803 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14804 DLLTOOL_FOR_TARGET.
14805
14806Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14807
14808 * configure.in: configure sim before gdb for win32-x-ppc
14809
14810Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14811
14812 Move gperf into the toplevel, from libg++.
14813 * configure.in (target_tools): Add target-gperf.
14814 (native_only): Add target-gperf.
14815 * Makefile.in (all-target-gperf): New target, depend on
14816 all-target-libg++.
14817 (configure-target-gperf): Empty rule.
14818 (ALL_TARGET_MODULES): Add all-target-gperf.
14819 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14820 (CHECK_TARGET_MODULES): Add check-target-gperf.
14821 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14822 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14823
14824Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 14825
6599da04
JM
14826 * config.sub (mn10200): Recognize new basic machine.
14827
14828Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14829
14830 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14831 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14832
14833Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14834
14835 * configure.in: If we're building mips-sgi-irix6* native, turn on
14836 ENABLE_MULTILIB and set TARGET_SUBDIR.
14837
14838Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14839
14840 * Makefile.in (all-sn): Depend on all-grep.
14841
14842Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14843
14844 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14845
14846 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14847 Makefile. From Jeff Makey <jeff@cts.com>.
14848 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14849
14850 * Makefile.in (DISTBISONFILES): Remove.
14851 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14852 $(DEFAULT_YACC).
14853
14854 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 14855 cygwin32.
6599da04
JM
14856
14857 * Makefile.in (LD): New variable.
14858 (EXTRA_HOST_FLAGS): Pass down LD.
14859 ($(DO_X)): Likewise.
14860
14861Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14862
14863 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14864
14865Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14866
14867 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 14868 before adding our own. Always add --build.
6599da04
JM
14869
14870Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14871
14872 * configure.in (targargs): Pass --build if we're doing
14873 a cross-compile.
14874
14875Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14876
ca236658 14877 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
14878 sed. Otherwise sed chokes on NT path names with drive
14879 designators. Also look for "?:*" as the leading characters in an
14880 absolute pathname.
14881
14882Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14883
14884 * config.sub: Support for r3900.
14885
14886Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14887
14888 * configure.in: Use install-sh, not install.sh.
14889
14890Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14891
14892 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14893 apply it twice.
14894
14895Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14896
14897 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14898 install-binutils.
14899
14900Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14901
14902 * Makefile.in: Add automake targets.
14903 * configure.in (host_tools): Add automake.
14904
14905Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14906
14907 * configure: Default CXX to c++, not gcc.
14908 * Makefile.in (CXX): Set to c++, not gcc.
14909 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14910
14911Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14912
14913 * install-sh: try appending a .exe if source file doesn't
14914 exist
14915
14916Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14917
14918 * configure.in: Turn on multilib by default.
14919 (cross_only): Remove target-libiberty.
14920
14921 * Makefile.in (all-gcc): Don't depend on libiberty.
14922
14923Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14924
14925 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14926
14927Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14928
14929 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14930 (DISTBISONFILES): Add ld/Makefile.in
14931
14932Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14933
14934 * configure.in: if target is cygwin32 but host isn't cygwin32,
14935 don't configure gdb tcl tk expect, not just gdb.
14936
14937Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14938
14939 * configure.in: Added gnuserv everywhere sn appears.
14940
14941 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14942 (CROSS_CHECK_MODULES): Added check-gnuserv.
14943 (INSTALL_MODULES): Added install-gnuserv.
14944 (CLEAN_MODULES): Added clean-gnuserv.
14945 (all-gnuserv): New target.
14946
14947Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14948
14949 * config.guess: Fixes for MIPS OpenBSD systems.
14950
14951Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14952
14953 * Makefile.in (INSTALL_XFORM): Remove.
14954 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14955
14956 * mkinstalldirs: New file, copied from automake.
14957 * Makefile.in (installdirs): Rename from install-dirs. Use
14958 mkinstalldirs. Change all users.
14959 (DEVO_SUPPORT): Add mkinstalldirs.
14960
14961Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14962
14963 * install-sh: Rename from install.sh.
14964 * Makefile.in (INSTALL): Change install.sh to install-sh.
14965 (DEVO_SUPPORT): Likewise.
14966
14967 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14968 Graichen <graichen@rzpd.de>.
14969
14970Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14971
14972 * config.guess: Recognize OpenBSD systems correctly.
14973
14974Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14975
14976 * README, Makefile.in (ETC_SUPPORT): Remove references to
14977 cfg-paper*, configure.{texi,man,info*}._
14978
14979Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14980
14981 * Makefile.in (all.normal): Ensure that gcc is built after all
14982 the x11 - ie gdb - targets.
14983
14984Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14985
14986 * makefile.vms: Don't run conf-a-gas.
14987
14988Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14989
e490616e 14990 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 14991
d207ebef
JM
14992Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14993
14994 * configure.in: Remove noconfigdirs case since gdb also
14995 configures and builds for tic80-coff.
14996
6599da04
JM
14997Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14998
14999 * configure: Set cache_file to config.cache.
15000 * Makefile.in (local-distclean): Remove config.cache.
15001
15002Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15003
15004 * COPYING: Update FSF address.
15005
d207ebef
JM
15006Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15007
15008 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15009 noconfigdirs.
15010
6599da04
JM
15011Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15012
15013 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15014 MAKEDIRS, is empty.
15015
15016Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15017
15018 * config.sub: Tweak mn10300 entry.
15019
15020Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15021
15022 * configure.in (host_tools): Put sim before gdb, so gdb's
15023 configure.tgt can determine if the simulator was configured.
15024
15025Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15026
15027 * config.sub: Move BeOS $os case to be with other Cygnus
15028 local cases.
15029
15030Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15031
15032 * config.sub: Remove misplaced comment that broke Linux.
15033
15034Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15035
15036 * config.sub: Add BeOS support.
15037
15038Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15039
15040 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15041
15042Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15043
15044 * configure.in (noconfigdirs): Remove tcl and tk from
15045 noconfigdirs for cygwin32 builds.
15046
d207ebef
JM
15047Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15048
15049 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15050
6599da04
JM
15051Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15052
15053 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15054 make-all.com, use makefile.vms instead.
15055
15056Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15057
15058 * config.sub: Accept -lnews*.
15059
d207ebef
JM
15060Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15061
15062 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 15063 target-examples and target-libiberty for d30v.
d207ebef
JM
15064
15065Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15066
15067 * configure.in (noconfigdirs): Enable ld for d30v.
15068
15069Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15070
15071 * configure.in (tic80-*-*): Build compiler.
15072
15073Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15074
15075 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 15076 unsupported d30v directories
d207ebef
JM
15077
15078Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15079
4e81ae98
EC
15080 * config.sub, configure.in: Add d30v target cpu.
15081
6599da04
JM
15082Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15083
15084 * makefile.vms: New file.
15085 * make-all.com: Remove.
15086
15087Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15088
15089 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15090
15091Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15092
15093 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15094
15095Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15096
15097 * Makefile.in (ALL_MODULES): Added all-db.
15098 (CROSS_CHECK_MODULES): Addec check-db.
15099 (INSTALL_MODULES): Added install-db.
15100 (CLEAN_MODULES): Added clean-db.
15101
15102Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15103
15104 * config.guess: Merge with latest FSF sources.
15105
15106Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15107
15108 * Makefile.in (ALL_MODULES): Added all-itcl.
15109 (CROSS_CHECK_MODULES): Added check-itcl.
15110 (INSTALL_MODULES): Added install-itcl.
15111 (CLEAN_MODULES): Added clean-itcl.
15112
15113Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15114
15115 * configure.in: build gdb for mn10200
15116
15117Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15118
15119 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15120
d207ebef
JM
15121Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15122
15123 * configure.in (tic80-*-*): Turn off most targets right now.
15124
6599da04
JM
15125Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15126
15127 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15128 rather than the makeinfo program.
15129 (do-info): Depend upon all-texinfo.
15130
15131Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15132
15133 * configure.in: Remove uses of config/mh-linux.
15134
15135 * config.sub, config.guess: Merge with latest FSF sources.
15136
d207ebef
JM
15137Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15138
15139 * config.sub (case $basic_machine): Add tic80 entries.
15140
6599da04
JM
15141Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15142
15143 * config.sub, config.guess: Merge with latest FSF sources.
15144
15145Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15146
15147 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15148 * mpw-config.in: Test for NewFolderRecursive.
15149 * mpw-install: Use symbolic name for startup filename.
15150 * mpw-README: Add various additional details.
15151
15152Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15153
15154 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15155
15156Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15157
15158 * configure.in: Do build gcc and the target libraries for
15159 the mn10200.
15160
15161Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15162
15163 * configure.in: don't avoid building gdb for mn10300 any more
15164 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15165 instead of single-quoting it.
15166
15167Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15168
15169 * configure.in: Don't use --with-stabs on IRIX 6.
15170
15171Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15172
15173 * configure.in (m32r): Build gdb, libg++ now.
15174
15175Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15176
15177 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15178 directories from noconfigdirs.
15179
15180Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15181
15182 * config.sub (basic_machine): added mips16 configuration
15183
15184Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15185
15186 * config.sub: Handle d10v-unknown.
15187
d207ebef
JM
15188Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15189
15190 * config.sub: Handle v850-unknown.
15191
6599da04
JM
15192Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15193
15194 * Makefile.in: add findutils
15195 * configure.in: add findutils to list of host_tools
15196
15197Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15198
15199 * config.sub: Handle mn10200 and mn10300.
15200
15201Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15202
15203 * configure.in (d10v-*): Do not build librx.
15204
15205Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15206
15207 * configure.in (mn10300): Build everything except gdb & libgloss.
15208
15209Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15210
15211 * config.guess: Patch for Dansk Data Elektronik servers,
15212 from Niels Skou Olsen <nso@dde.dk>.
15213
15214 For ncr, use /bin/uname rather than uname, since GNU uname does not
15215 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15216
15217 Patch for MIPS R4000 running System V,
15218 from Eric S. Raymond <esr@snark.thyrsus.com>.
15219
15220 Fix thinko for nextstep.
15221
15222 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15223
15224 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15225 * config.guess: Guess mips-dec-mach_bsd4.3.
15226
15227 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15228 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15229 release numbers.
15230 * config.guess (mips-mips-riscos*): Emit just enough of the
15231 release number.
15232
15233 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15234 * config.guess (sparc-auspex-sunos*): Added.
15235 (f300-fujitsu-*): Added.
15236
15237 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15238 * config.guess: Recognize a Tadpole as a sparc.
15239
15240Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15241
15242 * config.guess: Don't assume that NextStep version is either 2 or
15243 3. NextStep 4 (aka OpenStep 4) has come out now.
15244
15245Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15246
15247 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15248 From Rik Faith <faith@cs.unc.edu>.
15249
15250Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15251
15252 * config.sub: Contributions from bug-gnu-utils to:
15253 Support plain "hppa" (no version given) architecture, reported by
15254 OpenStep.
15255 OpenBSD like NetBSD.
15256 LynxOs is not a hardware supplier.
15257
15258 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 15259 OpenBSD like NetBSD.
6599da04
JM
15260 Stratus systems.
15261 More Pyramid systems.
15262 i[n>4]86 Intel chips.
15263 M680[n>4]0 Motorola chips.
15264 Use unknown instead of lynx for hardware manufacturer.
15265
15266Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15267
15268 * install.sh (chmodcmd): Set to null if the DST directory already
15269 exists.
15270
15271Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15272
15273 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15274 not use mt-ppc target Makefile fragment any more.
15275
15276Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15277
15278 * configure.in (*-*-windows): Exclude everything but those dirs
15279 needed to build windows.
15280
15281Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15282
15283 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15284
15285Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15286
15287 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
15288
15289Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15290
15291 * Undo my previous change.
15292
15293Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15294
15295 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15296 unconditionally.
15297 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15298
15299Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15300
15301 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15302 host to add it's own flags.
6599da04
JM
15303
15304Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15305
15306 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15307
15308Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15309
15310 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15311 (CXX_FOR_TARGET): Likewise.
15312 (GCC_FOR_TARGET): Define.
15313 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15314 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15315 CC_FOR_TARGET was specified on the command line.
15316 (MAKEOVERRIDES): Don't define.
15317
15318Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15319
15320 * configure.in (m32r): Fix spelling of libg++ libs.
15321
15322Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15323
15324 * config.sub (-apple*): Remove, now redundant.
15325
15326Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15327
15328 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15329
15330 * configure: Rework yesterday's sed script patch.
15331
15332 * config.sub: Merge with FSF.
15333
15334Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15335
15336 * config.guess: Merge from FSF.
15337
15338 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
15339 * config.guess: Use pc instead of unknown, for pc clone systems.
15340 Change linux to linux-gnu.
6599da04
JM
15341
15342 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 15343 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
15344
15345Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15346
15347 * test-build.mk (HOLES): Add "xargs" for gdb.
15348
15349 * configure: Avoid hpux10.20 sed bug.
15350
15351Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15352
731a8127 15353 * configure.in: Add support for windows host
6599da04
JM
15354 (that is a build done under the Microsoft build environment).
15355
15356Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15357
15358 * Makefile.in: Replace all uses of srcroot with s, to shrink
15359 command line lengths.
15360
15361 Patches from Geoffrey Noer <noer@cygnus.com>:
15362 * configure.in: If configuring for newlib, pass --with-newlib to
15363 subdirectories.
15364 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15365 -Bnewlib/ and -Lwinsup to gcc.
15366 (CXX_FOR_TARGET): Likewise.
15367
15368Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15369
15370 * Makefile.in (ETC_SUPPORT): Add configure.
15371
15372Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15373
4e81ae98 15374 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
15375 host configuration file.
15376
15377Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15378
15379 * configure.in: Break mn10x00 support into separate
15380 mn10200 and mn10300 configurations.
15381 * config.sub: Likewise.
15382
15383Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15384
15385 * configure.in: Add lots of stuff to noconfigdirs for
15386 the mn10x00 targets.
15387
15388 * config.sub, configure.in: Add mn10x00 support.
15389
15390Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15391
15392 * make-all.com: Call conf-a-gas, not config-a-gas.
15393
15394Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15395
15396 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 15397 targets.
6599da04
JM
15398
15399Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15400
15401 * mpw-README: Add much more detail for native PowerMac.
15402 * mpw-install: New file.
15403 * mpw-configure: Add --norecursion and --help options.
15404 * mpw-config.in: Translate readme and install files when
15405 copying to objdir.
15406 * mpw-build.in: Don't always depend on byacc and flex.
15407 (install-only-top): New action.
15408
d207ebef
JM
15409Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15410
15411 * configure.in: You can now configure GDB for the v850.
15412
6599da04
JM
15413Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15414
15415 * configure.in (noconfigdirs): Don't configure any C++ dirs
15416 if targeting D10V.
15417
15418Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15419
15420 * config.sub: Recognize mips64vr5000.
15421
15422Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15423
15424 * configure.in: Use a single line for host_tools and native_only.
15425
15426Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15427
15428 * config.sub, configure.in: Add entries for m32r.
15429
15430Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15431
15432 * Makefile.in (inet-install): Don't run install-gzip.
15433
15434Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15435
15436 * configure.in: Don't config lots of things for *-*-windows*.
15437
15438Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15439
15440 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15441 (host_libs, host_tools): Copy from configure.in.
15442 * mpw-configure: Don't complain about directories not found.
15443
15444Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15445
15446 * configure.in (i[345]86): Recognize i686 for pentium pro.
15447 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15448 file.
15449
15450 * config.guess (i[345]86): Ditto.
15451
15452Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15453
15454 * configure.in (noconfigdirs): Removed gdb for D10V.
15455
d207ebef 15456Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 15457
d207ebef
JM
15458 * configure.in: Remove ld, target-libio, target-libg++, and
15459 target-libstdc++ from noconfigdirs.
5d4a5ee6 15460
6599da04
JM
15461Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15462
15463 * configure: Fix three locations where shell scripts were
15464 being run directly rather than with config_shell.
15465
d207ebef
JM
15466Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15467
15468 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15469 * config.sub (basic_machine): Recognize v850.
15470
6599da04
JM
15471Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15472
15473 * mpw-configure: Handle multiple enable/disable options and
15474 pass them down recursively, handle -c and -s flags appropriately
15475 depending on choice of compiler, add escape mechanism for
15476 quoted arguments to gC.
15477
15478Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15479
15480 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15481 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15482 so that -mrelocatable-lib and -mno-eabi are used.
15483
15484 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15485 not support --print-multi-lib, don't abort.
15486
6599da04
JM
15487Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15488
15489 * make-all.com: Run config-a-gas.
15490 * setup.com: Don't copy subdirectory files around.
15491
15492Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15493
15494 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15495 target, it now compiles correctly.
15496
15497Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15498
15499 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15500
15501Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15502
4e81ae98 15503 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
15504
15505Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15506
15507 * configure.in (native_only): Add prms.
15508
15509Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15510
15511 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15512 (BINUTILS_SUPPORT_DIRS): Likewise.
15513
15514Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15515
15516 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15517 d10v support is added.
15518
15519Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15520
15521 * configure.in (d10v-*-*): New target.
15522
15523Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15524
15525 * config.guess (HP 9000/811): Recognize this as a PA1.1
15526 machine.
15527
15528Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15529
15530 * Makefile.in (do-tar-gz): New target, split out from tail end of
15531 taz target. Run each command separately, don't use pipes.
15532 (taz): Use it.
15533
15534Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15535
15536 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15537 * mpw-build.in: No builds should depend on building byacc or flex,
15538 they are assumed to be installed already.
15539
15540Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15541
15542 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15543 variable that CC_FOR_TARGET needs.
15544
15545Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15546
15547 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15548 options have changed since the last time the subdirectory was
15549 configured, and if it has, reconfigure.
15550 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15551 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15552
15553Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15554
15555 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15556 CLEAN_MODULES): Add bash.
15557 (all-bash): New target.
15558
15559Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15560
15561 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15562
15563Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15564
15565 * config.sub (basic_machine): Recognize d10v as a valid processor.
15566
15567Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15568
15569 * mpw-configure: Add support for --bindir.
15570 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15571
15572Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15573
15574 * configure.in: add bash, time, gawk to list of hosttools and things
15575 to only build for native toolchains
15576
15577Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15578
15579 * Makefile.in (docdir): Remove.
15580
15581Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15582
15583 * Makefile.in (datadir): Set to $(prefix)/share.
15584
15585Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15586
15587 * configure.in: build diff and patch for cygwin32-hosted
15588 toolchains.
15589
15590Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15591
15592 * config.sub: Accept -rtems*.
15593
15594Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15595
e490616e
ZW
15596 * configure.in: enable dosrel for cygwin32-hosted builds,
15597 remove diff from the list of things not buildable
15598 via Canadian Cross
6599da04
JM
15599
15600Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15601
15602 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 15603 don't get ". ".
6599da04
JM
15604
15605Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15606
15607 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15608
15609Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15610
15611 * Makefile.in (taz): Handle case where tex3patch didn't even get
15612 checked out. Also, if it was found, put the symlink in a new util
15613 subdirectory.
15614
15615Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15616
15617 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15618
15619Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15620
15621 * config.sub: Recognize -openvms.
15622 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15623 * make-all.com, setup.com: New files.
15624
15625Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15626
15627 * Makefile.in (taz): tex3patch moved to texinfo/util.
15628
15629Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15630
15631 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15632 * configure.in: remove make from disable-if-Can-Cross list
15633 enable gdb if ${host} and ${target} are cygwin32
15634
15635Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15636
15637 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15638 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15639
15640Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15641
15642 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15643 distinguish sysv/svr4/bsd variants.
15644 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15645
15646Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15647
15648 * configure.in: Added copyright notice.
15649 * move-if-change: Added copyright notice.
15650
15651Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15652
15653 * configure.in (powerpcle-*-solaris*): Until we get shared
15654 libraries working, don't build gdb, sim, make, tcl, tk, or
15655 expect.
15656
15657Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15658
15659 * config.guess: Merge with FSF:
15660
15661 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15662 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15663
15664 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15665 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15666
15667 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15668 * config.guess: Combine two OSF1 rules.
15669 Also recognize field test versions. From mjr@zk3.dec.com.
15670 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15671 because GNU uname does not support -p. From pmr@pajato.com.
15672
15673Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15674
15675 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15676
15677Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15678
15679 * mpw-README: Document GCCIncludes.
15680
15681Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15682
15683 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15684
15685Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15686
15687 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15688
15689Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15690
15691 * configure.in (*-*-cygwin32): Configure make.
15692
15693Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15694
15695 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15696
15697Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15698
15699 * Makefile.in (all-inet): Depend on all-perl.
15700
15701 * Makefile.in (inet-install): New target.
15702
15703 * Makefile.in (all-inet): Depend on all-tcl.
15704 (all-inet): Depend on all-send-pr.
15705
15706Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15707
15708 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15709 temporarily.
15710
15711Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15712
15713 * configure.in: Don't configure --with-gnu-ld on AIX.
15714
15715Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15716
15717 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15718
15719Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15720
15721 * Makefile.in (ALL_MODULES): Added all-inet.
15722 (CROSS_CHECK_MODULES): Added check-inet.
15723 (INSTALL_MODULES): Added install-inet.
15724 (CLEAN_MODULES): Added clean-inet.
15725 (all-indent): New target.
15726
15727 * configure.in (host_tools): Added inet.
15728 (native_only): Added inet.
15729 (noconfigdirs): Added inet.
15730
15731Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15732
15733 * configure.in: Don't configure libgloss if we are not configuring
15734 newlib.
15735
15736Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15737
15738 * configure.in: Don't configure libgloss for unsupported
15739 architectures.
15740
15741Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15742
15743 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15744
15745Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15746
15747 * Makefile.in (ALL_MODULES): Include all-apache.
15748 (CROSS_CHECK_MODULES): Include check-apache.
15749 (INSTALL_MODULES): Include install-apache.
15750 (all-apache): New target.
15751
15752 * configure.in: Added apache everywhere perl is seen.
15753
15754Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15755
15756 * Makefile.in: Add support for clean-{module} and
15757 clean-target-{module} rules.
15758
15759Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15760
15761 * configure.in (*-*-ose) do not build libgloss.
15762
15763Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15764
15765 * config.guess (prep*:SunOS:5.*:*): Turn into
15766 powerpele-unknown-solaris2.
15767
15768Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15769
15770 * configure.in: Permit --enable-shared to specify a list of
15771 directories.
15772
15773Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15774
15775 * configure.in (host==solaris): Pass only the first word of $CC
15776 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15777
15778Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15779
15780 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15781
15782Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15783
15784 * Makefile.in (ALL_MODULES): Include all-perl.
15785 (CROSS_CHECK_MODULES): Include check-perl.
15786 (INSTALL_MODULES): Include install-perl.
15787 (ALL_X11_MODULES): Include all-guile.
15788 (CHECK_X11_MODULES): Include check-guile.
15789 (INSTALL_X11_MODULES): Include install-guile.
15790 (all-perl): New target.
15791 (all-guile): New target.
15792
15793 * configure.in (host_tools): Include perl and guile.
15794 (native_only): Include perl and guile.
15795 (noconfigdirs): Don't build guile and perl; no ports have been
15796 done.
15797
15798Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15799
e490616e
ZW
15800 * configure (--enable-*): Handle quoted option lists such as
15801 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
15802
15803Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15804
15805 * Makefile.in ({,inst}all-target): New rule so we can make and
15806 install all of the target directories easily.
15807
15808Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15809
15810 * configure.in: Add missing global flag in sed substitution when
15811 deleting `target-' from ${configdirs}.
15812
15813Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15814
15815 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15816 option.
15817
15818 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15819 config/mh-necv4.
15820
15821 * install.sh: Correct misspelling of transformbasename.
15822
15823 * config.guess: Recognize mips-*-sysv*.
15824
15825Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15826
15827 * config.sub: Recognize mon960.
15828
15829Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15830
15831 * configure: Restore Canadian Cross handling of BISON and LEX,
15832 removed in Feb 20 change.
15833
15834Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15835
15836 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15837 Mention make install. Remove the old copyright date as well the
15838 clumsy and rather pointless copyright on the README file.
15839
15840Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15841
15842 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15843 Makefile after running symlink-tree, then run `make distclean' to
15844 avoid clobbering any generated files in srcdir.
15845
15846Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15847
15848 * configure.in (m68k-*-netbsd*): Build everything now.
15849
15850Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15851
15852 * Makefile.in (taz): Fix quoting.
15853
15854Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15855
15856 * configure.in (sparclet-*-*): Build everything now.
15857
15858Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15859
15860 * configure.in (m68k-*-linux*): New host.
15861
15862Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15863
15864 * configure: Check for bison before byacc.
15865
15866Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15867
15868 * Makefile.in configure: Change the way LEX and BISON/YACC are
15869 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15870 searching PATH. These are used as fallbacks by Makefile.in if
15871 flex/bison/byacc aren't in objdir.
15872
15873Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15874
15875 * Makefile.in: Make everything which depends upon all-bfd also
15876 depend upon all-opcodes, in case --with-commonbfdlib is used.
15877
15878Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15879
15880 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15881 building NT native compilers on Unix.
15882
15883Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15884
15885 * configure.in: Don't get CC from the host Makefile fragment if we
15886 can find gcc in PATH, or if this is a Canadian Cross. Move the
15887 Solaris test for /usr/ucb/cc to the post target script, just after
15888 the compiler sanity test.
15889
15890Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15891
15892 * config.sub: Merge with FSF.
15893
15894Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15895
15896 * Makefile.in (RPATH_ENVVAR): New variable.
15897 (REALLY_SET_LIB_PATH): Use it.
15898 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15899
15900Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15901
15902 * config.sub, configure.in: Recognize sparclet cpu.
15903
15904Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15905
15906 * config.guess: Support m68k-cbm-sysv4.
15907
15908Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15909
15910 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15911 m68k-unknown-linuxaout from linker help string. Put quotes around
15912 $ld_help_string.
15913
15914Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15915
15916 * config.guess (powerpc-harris-powerunix): Add guess for port
15917 to new target.
15918
15919Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15920
15921 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15922
15923Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15924
15925 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15926 $(REALLY_SET_LIB_PATH) in Makefile.
15927 * Makefile.in (SET_LIB_PATH): New variable.
15928 (REALLY_SET_LIB_PATH): New variable.
15929 ($(DO_X)): Use $(SET_LIB_PATH).
15930 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15931 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15932 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15933 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15934 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15935 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15936 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15937 (install-dosrel): Likewise.
15938 (all-opcodes): Depend upon all-libiberty.
15939
15940Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15941
15942 * config.guess (*:CYGWIN*): New
15943
15944Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15945
15946 * Makefile.in (all-target-winsup): All all-target-libiberty.
15947
15948Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15949
15950 * configure.in (noconfigdirs): Add missing # in front of comment.
15951
15952Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15953
15954 * configure.in: add second pass to things added to noconfigdirs
15955 so *-gm-magic can exclude libgloss properly.
15956
15957Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15958
15959 * mpw-configure (extralibs_name, rez_name): Set correctly
15960 for MWC68K compiler.
15961
15962 * mpw-README: Add more info on the necessary build tools.
15963
15964Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15965
15966 * configure.in, config.sub: Recognize cygwin32.
15967
15968Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15969
15970 * config.guess, config.sub: Recognize A/UX.
15971
15972Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15973
15974 * config.sub: Merge with gcc/config.sub.
15975
15976Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15977
15978 * mpw-build.in (do-binutils): Add build of stamps.
15979
15980Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15981
15982 * config.sub: Add recognition for mips64vr4100*-* targets.
15983
15984Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15985
15986 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15987 Add creation of gconfigargs with `--enable-shared' turned on.
15988 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15989 ($(host)-stamp-stage3-configured): Likewise.
15990 (HOLES): Add chatr and ldd.
15991 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15992
15993Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15994
15995 * configure: Pass --nfp to recursive configures.
15996
15997Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15998
15999 * Makefile.in (DLLTOOL): New.
16000 (DLLTOOL_FOR_TARGET): New.
16001 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16002 (EXTRA_TARGET_FLAGS): Ditto.
16003 (EXTRA_GCC_FLAGS): Ditto.
16004 (CONFIGURE_TARGET_MODULES): Ditto.
16005 (DO_X): Ditto.
16006 * configure: Add DLLTOOL.
16007
16008Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16009
16010 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16011 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16012 mh-sco, since old workarounds no longer needed, and don't
16013 build ld, since libraries have weak symbols in COFF.
16014
16015Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16016
16017 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16018
16019Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16020
16021 * configure.in: Make sure that ${CC} can be used to compile an
16022 executable.
16023
16024Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16025
16026 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16027 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16028 nothing depending on whether gdbtk is being built.
16029
16030Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16031
16032 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16033
16034Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16035
16036 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16037 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16038
16039Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16040
16041 * config-ml.in: Add support for
16042 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16043 Simplify setting of multidirs from --disable-foo.
16044
16045Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16046
16047 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16048 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16049 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 16050 non-empty, pass them on to the GCC make.
6599da04
JM
16051 (all-bootstrap): New rule that is like all-gcc, except it executes
16052 the GCC bootstrap rule instead of the GCC all rule.
16053
16054Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16055
16056 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16057
16058Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16059
16060 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16061 DG/UX support.
16062
16063Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16064
16065 * config.sub (i*86*) Change [345] to [3456]
16066
16067Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16068
16069 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16070 --with-gnu-ld=no.
16071
16072Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16073
16074 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16075 AIX multilibs get built.
16076
16077Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16078
16079 * configure.in (i386-win32): Don't build expect if we're not
16080 building the tcl subdir.
16081
16082Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16083
16084 * Makefile.in: (configure-target-examples, all-target-examples):
16085 New targets, configure and build example programs.
16086
16087Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16088
16089 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16090 use it as input to sedit the generated MPW makefile.
16091 * mpw-README: Add a suggestion about Gestalt.h.
16092
16093Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16094
16095 * config.sub: Accept *-*-ieee*.
16096
16097Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16098
16099 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16100 Ronald F. Guilmette <rfg@monkeys.com>.
16101
16102Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16103
16104 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16105 for powerpc-pe native.
16106 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16107 (target==powerpc-pe): duplicate i386-win32 entry.
16108
16109Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16110
16111 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16112 of vxworks, not just vxworks5.1.
16113
16114Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16115
16116 * mpw-configure: Add support for exec-prefix.
16117
16118Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16119
16120 * config.guess: Recognize HP model 816 machines as having
16121 a PA1.1 processor.
16122
16123Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16124
16125 * configure: Ignore new autoconf configure options.
16126
6599da04
JM
16127Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16128
16129 * config.guess: Recognize Pentium under SCO.
16130 From Robert Lipe <robertl@arnet.com>.
16131
16132Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16133
16134 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
16135
16136Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16137
16138 * configure.in: Don't configure gas for alpha-dec-osf*.
16139
16140Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16141
16142 * configure.in: Default to --with-stabs for some targets for which
16143 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16144 i[345]86*-*-unixware*.
16145
16146Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16147
16148 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16149 rather than basing it on the target. Simplify handling of options
16150 controlling which directories to configure. Remove extraneous
16151 slash in multi-clean target.
16152
16153Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16154
16155 * config-ml.in: Prefix more variables with ml_ so they don't collide
16156 with configure's.
16157
16158Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16159
16160 * configure: Don't turn -v into --v.
16161
16162Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16163
16164 * configure.in (targargs): Fix typo.
16165
16166 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16167
16168Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16169
16170 * configure.in: Strip --host and --target options from
16171 CONFIG_ARGUMENTS, and always configure for --host only. Add
16172 --with-cross-host option when building with a cross-compiler.
16173 * configure: Canonicalize the arguments put into config.status by
16174 always using `=' for an option with an argument. Pass a presumed
16175 --host or --target explicitly.
16176
16177Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16178
16179 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16180 into general OS recognition case.
16181
16182Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16183
16184 * configure.in (target_configdirs): add target-winsup only
16185 for win32 target systems.
16186
16187Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16188
16189 * Makefile.in (all-target-libgloss): Depend upon
16190 configure-target-newlib, since when libgloss is built it looks to
16191 see if the newlib directory exists.
16192
16193Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16194
16195 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16196 cfg-ml-*.in.
16197
16198Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16199
16200 * configure: Handle LD and LD_FOR_TARGET when configuring a
16201 Canadian Cross.
16202
6599da04
JM
16203Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16204
16205 * configure.in (target_libs): add target-winsup.
16206 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16207 (target==ppcle-pe): remove ld from $noconfigdirs.
16208
16209Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16210
16211 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16212 Preserve relative path names in $srcdir. Build symlink tree if
16213 configuring cross target dir and srcdir=. (= no VPATH support).
16214 (configure-target-libg++): Depend on configure-target-librx.
16215 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16216 * config-ml.in: New file.
16217 * symlink-tree: New file.
16218 * configure: Ensure srcdir="." if that's what it is.
16219
16220Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16221
16222 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16223 includes and FLEX_SKELETON setting.
16224 * mpw-configure (--with-gnu-ld): New option, controls whether
16225 to use PPCLink or ld with PowerMac GCC.
16226 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16227 * mpw-config.in: Configure grez if targeting Mac.
16228
16229 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
16230 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16231 just macos.
6599da04
JM
16232 * configure.in: Configure grez resource compiler if targeting Mac.
16233 * Makefile.in (all-grez, install-grez): New targets.
16234
16235Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16236
16237 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 16238 gcc in the path, set CC to gcc -O2.
6599da04
JM
16239
16240Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16241
16242 * configure: Default ${build} correctly. Avoid picking up extra
16243 spaces when reading CC and CXX from Makefile. When doing a
16244 Canadian Cross, use plausible default values for numerous
16245 variables.
16246 * configure.in: When doing a Canadian Cross, don't try to
16247 configure tools whose configure script can't handle it.
16248
16249Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16250
16251 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16252
16253Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16254
16255 * configure: Remove dubious bug reporting address.
16256
16257Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16258
16259 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16260 configure script, run that instead of this directory's configure.
16261 In either case, print a message that we're configuring the sub-dir.
16262
16263Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16264
16265 * configure.in: Before checking for the existence of various files,
16266 use sed to filter out "target-".
16267
16268Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16269
16270 * Makefile.in (DO_X): Split rule to decrease command line length
16271 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16272 (Philippe De Muyter).
16273
16274Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16275
16276 * Makefile.in (all-patch): depend on all-libiberty.
16277
16278Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16279
16280 * configure.in: If the only directory in target_configdirs which
16281 actually exists is libiberty, then set target_configdirs to empty,
16282 to avoid trying to build a target libiberty in a gas or gdb
16283 distribution.
16284
16285Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16286
16287 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
16288 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16289 systems.
6599da04
JM
16290
16291Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16292
16293 * configure.in (copy_dirs): Use sys-include instead of include
16294 for --with-headers option.
16295
16296Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16297
16298 * Makefile.in, configure.in: Make winsup builds work with
16299 new scheme.
16300
16301Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16302
16303 * configure.in: Build the linker on AIX.
16304
16305Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16306
16307 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16308 where needed.
16309
16310Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16311
16312 * Makefile.in (all-gcc): Fix typo.
16313
16314Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16315
16316 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16317
16318Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16319
16320 * configure.in: Rename libFOO to target-libFOO, and xiberty
16321 to target-xiberty, to provide more flexibility.
16322 (target_subdir): Define. Create if cross.
16323 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16324 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16325 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16326 check-libFOO -> check-target-libFOO, etc.
16327 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16328 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16329 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16330 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16331 allow ALL_GCC="" to only configure.
16332 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16333 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16334 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16335
16336Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16337
16338 * Makefile.in (taz): Build "info" in etc explicitly.
16339
16340Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16341
16342 * configure.in: Make sure that CC is undefined (as opposed to
16343 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16344 problem with autoconf trying to configure on a host without GCC.
16345
16346Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16347
16348 * mpw-configure: Set host alias from choice of host compiler,
16349 only use generic MPW Makefile sed if present, edit a file
16350 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16351 * mpw-README: Add problem notes about CW6 and CW7.
16352
16353Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16354
16355 * Makefile.in (taz): Use ";" instead of ";;".
16356
16357Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16358
16359 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16360 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16361 DISTDOCDIRS.
16362 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16363 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16364
16365Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16366
16367 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16368 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16369 Move bfd to DISTSTUFFDIRS.
16370
16371Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16372
16373 * Makefile.in (X11_LIB): Removed.
16374 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16375
16376 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16377
16378Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16379
16380 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16381 names.
16382
16383Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16384
16385 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16386
16387Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16388
16389 * configure.in (i[345]86-*-win32): Always build newlib.
16390 Don't configure cvs, autoconf or texinfo.
16391 * Makefile.in (LD_FOR_TARGET): New.
16392 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16393 Pass down LD_FOR_TARGET.
16394
16395Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16396
16397 * winsup: New directory.
16398 * Makefile.in: Build winsup.
16399 * configure.in: Winsup is configured when target is win32.
16400 Can only build win32 target GDB when native.
4e81ae98 16401
6599da04
JM
16402Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16403
16404 * config.guess: Recognize HP model 819 machines as having
16405 a PA 1.1 processor.
16406
16407Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16408
16409 * configure: Fix sed loop which substitutes for CC and CXX to
16410 avoid bug found in various sed implementations.
16411
16412Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16413
16414 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16415 simulator. Use standard powerpc-*-eabi*.
16416
16417Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16418
16419 * configure.in: Stop putting gas and binutils in noconfigdirs for
16420 powerpc-*-aix* and rs6000-*-*.
16421
16422Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16423
16424 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16425 -mcall-aixdesc libraries.
16426
16427Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16428
16429 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16430
16431 * config.sub (arm | armel | armeb): Fix shell syntax.
16432
16433Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16434
16435 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16436 -msoft-float and -mcpu=common support.
16437 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16438 libraries.
16439
16440Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16441
16442 * configure.in: Allow configuration and build of emacs19 for the alpha.
16443
16444Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16445
16446 * configure.in (CC): Get ^CC, not just any old CC, from
16447 ${host_makefile_frag}.
16448
16449Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16450
4e81ae98 16451 * configure.in (CC): Try to get CC from
6599da04
JM
16452 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16453
16454Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16455
16456 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16457 only if it exists in $(srcdir).
16458
16459Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16460
16461 * configure: If CC and CXX are not set in the environment, set
16462 them, based on either an existing Makefile or on searching for gcc
16463 in PATH. Substitute for CC and CXX in Makefile.
16464 * configure.in: Remove libm from target_libs. Separate
16465 target_configdirs from configdirs. If CC is not set in
16466 environment, try to get it from a host Makefile fragment. Rewrite
16467 changes of configdirs to use skipdirs instead. A few minor
16468 tweaks. Take directories out of target_configdirs as they are
16469 taken out of configdirs. Remove existing Makefile files from
16470 subdirectories. Substitute for TARGET_CONFIGDIRS and
16471 CONFIG_ARGUMENTS in Makefile.
16472 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16473 by configure.in.
16474 (CONFIG_ARGUMENTS): Likewise.
16475 (CONFIGURE_TARGET_MODULES): New variable.
16476 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16477 ($(CONFIGURE_TARGET_MODULES)): New target.
16478 (configure-libg++, configure-libio): New targets.
16479 (all-libg++): Depend upon configure-libg++.
16480 (all-libio): Depend upon configure-libio.
16481 (configure-libgloss, all-libgloss): New targets.
16482 (configure-libstdc++): New target.
16483 (all-libstdc++): Depend upon configure-libstdc++.
16484 (configure-librx, all-librx): New targets.
16485 (configure-newlib): New target.
16486 (all-newlib): Depend upon configure-newlib
16487 (configure-xiberty): New target.
16488 (all-xiberty): Depend upon configure-xiberty.
16489
16490Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16491
16492 * configure.in (host i[345]86-*-win32): Expand the
16493 noconfigdirs again.
16494
16495Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16496
16497 * mpw-configure: Fix sed command file name.
16498
16499Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16500
4e81ae98 16501 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
16502 noconfigdirs again.
16503
16504Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16505
16506 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16507 or powerpc*-*-pe*, since they are not yet supported.
16508
16509Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16510
16511 Add PowerMac support and many other enhancements.
16512 * mpw-configure: New option --cc to select compiler to use,
16513 paste options set according to --cc into the generated
16514 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16515 if mpw-make.sed is present.
16516 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16517 add forward includes for PowerPC include files.
16518 * mpw-build.in: Build using Makefile.PPC if present.
16519 (do-byacc, etc): Remove separate version resource builds.
16520 (do-gas): Build "stamps" before "all".
16521 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16522 * mpw-README: Update to reflect --cc option, PowerMac support,
16523 and recently-reported compatibility problems.
16524
16525Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16526
16527 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16528 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16529 (--with-multilib-top): Pass to recursive invocations.
16530
16531Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16532
16533 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16534 v810-*-*.
16535
16536Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16537
16538 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16539 gdb, ld and opcodes on v810-*-*.
16540
6599da04
JM
16541Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16542
16543 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16544 (local-maintainer-clean): New target.
16545 (maintainer-clean): New target.
16546 (realclean): Just depend upon maintainer-clean.
16547
16548Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16549
16550 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16551
16552Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16553
16554 * configure.in: Build ld in mips*-*-bsd* case.
16555
16556Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16557
16558 * config.sub: Accept -lites* OS. From Ian Dall.
16559
16560Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16561
16562 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 16563 targets.
6599da04
JM
16564
16565Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16566
16567 * configure.in: treat i386-win32 canadian cross the same as
16568 i386-go32 canadian cross.
16569
16570Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16571
16572 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16573 running under the simulator to build a reduced set of libraries.
16574 (powerpc-*-eabiaix): Add fine grained multilib support added to
16575 other powerpc targets yesterday.
16576
16577Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16578
16579 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16580 -disable-softfloat, -disable-relocatable, -disable-aix, and
16581 -disable-sysv to control which multilib libraries get built.
16582
16583Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16584
16585 * configure: Add Makefile.tem to list of files to remove in trap
16586 handler.
16587
16588Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16589
16590 * config.guess (*Linux*): Add missing "exit"s.
16591 Also, need specific check for alpha-unknown-linux (uses COFF).
16592
16593Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16594
16595 * config.guess: Merge with FSF:
16596
16597 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16598 * config.guess (AIX4): More robust release numbering discovery.
16599
16600 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16601 * config.guess (i386-sequent-ptx): Properly get version number.
16602
16603 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16604 * config.guess (mips:*:4*:UMIPS): New case.
16605
16606Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16607
16608 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16609 (i386-win32 host): Likewise. Don't build readline.
16610
16611Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16612
16613 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16614 SUPPORT_FILES to submakes.
16615
16616Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16617
16618 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16619 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16620 mpw-configure.
16621
16622Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16623
16624 * configure.in (appdirs): Use =, not ==, in test expression when
16625 trying to build the text to print in the warning message for
16626 Solaris users.
16627
16628Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16629
16630 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16631
16632Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16633
16634 * config.guess: Recognize lynx-2.3.
16635
16636Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16637
16638 * config.sub (z8ksim): Deleted
16639 (z8k-*-coff): New, this is the one true name of the target.
16640
16641Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16642
16643 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16644
16645Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16646
16647 * config.guess (*:Linux:*:*): First try asking the linker what the
16648 default object file format is (elf, aout, or coff). Then if this
16649 fails, try previous methods.
16650
16651Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16652
16653 * configure.in: Don't build newlib for *-*-vxworks5.1.
16654
16655Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16656
16657 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16658 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16659
16660Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16661
16662 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16663
16664Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16665
16666 * cfg-ml-com.in: New file.
16667 * cfg-ml-pos.in: New file.
16668
16669Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16670
16671 * COPYING.NEWLIB: Add HP free copyright to list.
16672
16673Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16674
16675 * config.sub: Recognize -eabi* for the system, not just -eabi.
16676
16677Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16678
16679 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16680 * config.sub, configure.in (win32): New target and host.
16681
16682Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16683
16684 * configure.in: Add i386-pe configuration.
16685
16686Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16687
16688 * mpw-build.in (install): Install GDB after LD.
16689
16690Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16691
16692 * mpw-config.in (elf/mips.h): Always forward-include, needed
16693 for GDB to build.
16694
16695Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16696
16697 * testsuite: New directory for customer acceptance and whole tool
16698 chain tests.
16699
16700Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16701
16702 * configure: If per-host line isn't found, but AC_OUTPUT is found
16703 and a configure script exists, run it instead.
16704
16705Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16706
16707 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16708
16709Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16710
16711 * configure: Set build_{cpu,vendor,os,alias} to host values when
16712 --build isn't specified.
16713
16714Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16715
16716 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16717 (FLAGS_TO_PASS): Pass them.
16718 (EXTRA_TARGET_FLAGS): Ditto.
16719
6599da04
JM
16720Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16721
16722 * Makefile.in (all-libg++): Depend on all-libstdc++.
16723
16724Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16725
16726 * configure.in (noconfigdirs): Enable all packages for
16727 i386-unknown-netbsd.
16728
16729Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16730
16731 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16732 hosted builds (DOS builds)
16733
16734Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16735
16736 Changes for ARM based on patches from Richard Earnshaw:
16737 * config.sub: Handle armeb and armel.
16738 * configure.in: Omit arm linker only for riscix.
16739
16740Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16741
16742 * config.guess: Update from FSF.
16743
16744Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16745
63f6bcd7 16746 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
16747 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16748 powerpcle variant. Convert pentium into i586, not i486. Add p5
16749 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16750 temporarily.
16751
16752Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16753
16754 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16755
16756Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16757
16758 * config.sub: Accept -lites* as a basic system type.
16759
16760Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16761
16762 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16763 installed, and if so return linuxoldld as the system name.
16764
16765Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16766
16767 * config.guess: Add hppa1.1-hp-lites support.
16768
16769Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16770
16771 * configure.in: Don't build newlib for m68k-vxworks5.1.
16772
16773Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16774
16775 * configure.in (mips-sgi-irix6): Use mh-irix5.
16776
16777Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16778
16779 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16780
16781Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16782
16783 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 16784 OSF/1. Fix compiler flags.
6599da04
JM
16785 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16786
16787Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16788
16789 * configure.in: Recognize --with-newlib.
16790 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16791
16792Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16793
d207ebef 16794 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
16795 to *_X11_MODULES due to gdbtk needing X include files et al.
16796
16797Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16798
16799 Merge in support for Mac MPW as a host.
16800 (Old change descriptions retained for informational value.)
16801
16802 * mpw-config.in: Add generic include forwards for cpu-specific
16803 include files in aout and elf directories.
16804
16805 * mpw-configure: Added copyright.
16806 * mpw-config.in: Check for presence of required build tools.
16807 (target_libs): Add newlib.
16808 (target_tools): Add examples.
16809 (Read Me): Generate as "Read Me for MPW" instead.
16810 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16811 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16812 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16813
16814 * mpw-configure: Remove subdir-specific makefile hackery,
16815 delete mk.tmp after using it.
16816
16817 * mpw-build.in (all): Display start and end times.
16818
16819 * mpw-configure (host_canonical): Set.
16820 (target_cpu): Always add to makefiles.
16821 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16822 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16823 (mpw-mh-mpw): Look for in srcdir and srcroot.
16824 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16825
16826 * mpw-build.in: (install-only): New target.
16827
16828 * mpw-configure (host_alias, target_alias): Rename from hostalias
16829 and targetalias, add into generated Makefile.
16830 (mk.tmp): If present, add into generated Makefile.
16831 * mpw-build.in (all-gas): Build config.h first before gas proper.
16832
16833 * mpw-configure (config.status): Write only if changed.
16834 * mpw-config.in (readline): Configure it (not built, just used for
16835 definitions).
16836
16837 * mpw-config.in (elf/mips.h): Add a forward include.
16838
16839 * mpw-config.in: Forward-include most .h files in include into
16840 extra-include.
16841 (readline): Don't build.
16842 mpw-build.in (install): Install GDB.
16843
16844 * mpw-configure (prefix, mpw_prefix): Handle it.
16845 * mpw-config.in (mmalloc, readline): Don't configure.
16846 * mpw-build.in (thisscript): Rename to ThisScript.
16847 Use mpw-build instead of BuildProgram everywhere.
16848 (mmalloc, readline): Don't build.
16849 * mpw-README: New file, basic documentation about the MPW port.
16850
16851 * mpw-config.in: Use forward-include to create include files.
16852
16853 * mpw-configure: Add more things to the top of each configured
16854 Makefile, including contents of config/mpw-mh-mpw.
16855 * mpw-config.in (extra-include): Create this directory and fill it
16856 with Posix-like include files when configuring.
16857
16858 * config.sub (apple, mac, mpw): Add various aliases.
16859
16860 * mpw-build.in: New file, top-level build script fragment for MPW.
16861 * mpw-configure: New file, configure script for MPW.
16862 * mpw-config.in: New file, config fragment for MPW.
16863
16864Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16865
16866 * configure.in (host_libs): Remove glob, since it is gone from the
16867 sources.
16868
16869Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16870
16871 * Makefile.in: define empty GDB_NLM_DEPS var.
16872
16873 * configure.in(target_makefile_frag): use config/mt-netware
16874 for netware targets.
16875
16876Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16877
16878 * config.sub: Merge in recent FSF changes. Remove linux special
16879 cases.
16880
16881Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16882
731a8127 16883 Revert this change:
6599da04
JM
16884
16885 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16886
16887 * build-all.mk: Use CC=cc -Xs on Solaris.
16888
6599da04
JM
16889Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16890
16891 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16892 stop using it.
16893 * Makefile.in: Nuke all references to glob subdirectory.
16894
16895Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16896
16897 * configure.in: Fix --enable-shared logic in per-host.
16898
16899Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16900
16901 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16902
16903Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16904
16905 * configure.in (noconfigdirs): Don't build gas on AIX, for
16906 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16907
16908Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16909
16910 * configure: Fix --cache-file to work if the file argument is a
16911 relative path.
16912
16913Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16914
16915 * configure: If the --cache-file is used, pass it down to
16916 configure in subdirectories.
16917
16918Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16919
16920 * config.sub: add vxworks29k configuration.
16921
16922Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16923
16924 * Makefile.in (taz): Do "diststuff" part quietly.
16925
16926Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16927
16928 * config.sub: Mini-merge with gcc/config.sub.
16929
16930Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16931
16932 * config.guess (IRIX): Sed - to _.
16933
16934Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16935
16936 * Makefile.in (source-vault, binary-vault): New targets.
16937
16938Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16939
16940 * config.sub: Recognize -eabi as a basic system type.
16941
16942Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16943
16944 * configure.in (enable_shared stuff): Fix typo.
16945
16946Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16947
16948 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16949
16950Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16951
16952 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16953
16954Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16955
16956 * configure.in (rs6000-*-*): Don't build gas.
16957
16958Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16959
16960 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16961 reduce command line length.
16962 (AS_FOR_TARGET): Check for as.new, not Makefile.
16963 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16964
16965Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16966
16967 * config.guess: Merge from FSF.
16968
16969Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16970
16971 * configure: Don't use $ when handling program_suffix.
16972
16973Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16974
16975 * configure.in: Configure tk for hppa/hpux.
16976
16977Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16978
16979 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16980
16981Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16982
16983 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16984 to LIBCXXFLAGS. Tests are better run without it.
16985
16986Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16987
16988 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16989
16990Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16991
16992 * configure.in (*-*-netware*): Don't configure xiberty.
16993
16994Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16995
16996 * configure.in: Remove tk from native_only list.
16997
16998Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16999
17000 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17001 for special NCD build.
17002
17003Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17004
17005 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17006 makeall.bat, they're only useful for binutils snapshots.
17007 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17008 makeall.bat to specified SUPPORT_FILES.
17009
17010Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17011
17012 * build-all.mk: Add Ericsson targets to sun4 and solaris
17013 hosts. Add BNR's sun4 target to solaris host, so their
17014 build-from-source will be tested in-house first.
17015
17016Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17017
17018 * Makefile.in (LIBCFLAGS): New variable.
17019 (CFLAGS_FOR_TARGET): Ditto.
17020 (LIBCFLAGS_FOR_TARGET): Ditto.
17021 (LIBCXXFLAGS): Ditto.
17022 (CXXFLAGS_FOR_TARGET): Ditto.
17023 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17024 (BASE_FLAGS_TO_PASS): Pass them.
17025 (EXTRA_TARGET_FLAGS): Ditto.
17026
731a8127 17027 * configure.in: Support --enable-shared.
6599da04
JM
17028
17029Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17030
17031 * configure.in (target_libs): Include libstdc++ again.
17032 * config.guess: Update from FSF (for FreeBSD).
17033
17034Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17035
17036 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17037 makeall.bat.
17038 (DISTDOCDIRS): Add `etc'.
17039 (ETC_SUPPORT_PFX): New variable.
17040 (taz): Include anything from etc starting with a word in
17041 ETC_SUPPORT_PFX.
17042
17043Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17044
17045 * config.sub: Update for recent FSF changes. Remove obsolete
17046 h8300hds entry. Add -windows* and -osx as basic os. Minor
17047 spacing changes.
17048
17049Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17050
17051 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17052
17053 * config.guess: Merge with FSF.
17054 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17055
17056Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17057
17058 * configure: Since the "trap 0" handler will override the exit
17059 status on many systems, only use it for "exit 1", and make it set
17060 a non-zero exit status; reset it before "exit 0". Also, check
17061 exit status of config.sub, and error out if it failed.
17062
17063Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17064
17065 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17066 and install libgloss.
17067
17068Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17069
17070 * Makefile.in (all-binutils): Depend upon all-byacc.
17071
17072 * configure.in: Don't build emacs on Irix 5.
17073
17074Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17075
17076 * configure.in (*-*-netware*): Add libio.
17077
17078Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17079
17080 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17081 (CHECK_TARGET_MODULES): Ditto.
17082 (INSTALL_TARGET_MODULES): Ditto.
17083 (TARGET_LIBS): Ditto.
17084 (all-libstdc++): Note dependencies.
17085
17086Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17087
17088 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17089
17090Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17091
17092 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17093 -fexternal-templates.
17094
17095 * configure.in (target_libs): Add libstdc++.
17096 (noconfigdirs): Add libstdc++ as appropriate.
17097
17098Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17099
17100 * config.guess: Update from FSF.
17101
17102Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17103
17104 * configure: Use ${config_shell} when running ${configsub}.
17105
17106Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17107
17108 * config.sub: No longer recognize h8300h.
17109
17110Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17111
17112 * config.sub: Remove extraneous differences between config.sub and
17113 gcc/config.sub.
17114
17115Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17116
17117 * Makefile.in (DISTSTUFFDIRS): Add gas.
17118
17119Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17120
17121 * COPYING.NEWLIB: New file.
17122
17123Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17124
17125 * config.guess (HP-UX): Patch from Harlan Stenn
17126 <harlan@landmark.com> to also emit release level.
17127
17128Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17129
17130 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17131
17132Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17133
17134 * config.sub: Merge nextstep cleanup from FSF.
17135
17136Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17137
17138 * configure.in (arm-*-*): Don't configure ld for this target.
17139
17140Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17141
17142 * configure.in (*-*-netware): don't configure libg++, libio,
17143 librx, or newlib.
17144
17145Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17146
17147 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17148 configure ld--it works, but it doesn't support shared libraries.
17149
17150Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17151
17152 * config.guess (*-unknown-freebsd*): Get rid of possible
17153 trailing "(Release)" in version string.
17154 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17155
17156Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17157
17158 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17159 Fix type: *-next-neststep -> *-next-nextstep.
17160
17161 * config.guess: Merge from FSF:
17162
17163 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17164
17165 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17166
17167 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17168
17169 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17170 instead of UNIX_SV for UnixWare 1.0).
17171
17172Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17173
17174 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17175 to make gdb/nlm/* build after the compiler and linker.
17176
17177Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17178
17179 * config.guess (netbsd, freebsd, linux): Accept any machine,
17180 not just i[34]86.
17181 (m68k-atari-sysv4): Relocate to match FSF version.
17182
17183 * config.guess: More merges from the FSF:
17184
17185 Add a space before function call or macro invocation.
17186
17187 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17188
17189 * config.guess: Add trap cmd to remove dummy.c and dummy when
17190 interrupted.
17191
17192 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17193
17194 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17195 (dummy): Redirect stderr from compilation of dummy.c.
17196
17197 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17198
17199 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17200
17201Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17202
17203 * configure: Accept and ignore --cache*, for compatibility with
17204 new autoconf.
17205
17206Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17207
17208 * config.guess: Merge from FSF:
17209
17210 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17211
17212 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
17213 (PATH): Add /.attbin at end for finding uname.
17214 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
17215
17216 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17217
e490616e 17218 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
17219
17220 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17221
e490616e
ZW
17222 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17223 to select whether to use ELF or COFF.
6599da04
JM
17224
17225 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17226
e490616e 17227 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
17228
17229 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17230
17231 * config.guess: Guess the OS version for HPUX.
17232
17233 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17234
17235 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17236
17237Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17238
17239 * configure.in: Recognize --with-headers, --with-libs, and
17240 --without-newlib.
17241 * Makefile.in (all-xiberty): Depend upon all-ld.
17242
17243Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17244
17245 * configure.in: Change i[34]86 to i[345]86.
17246
17247Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17248
17249 * configure (version): A few more tweaks to help message.
17250
17251Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17252
17253 * Makefile.in: Remove (for now) librx as a host library,
17254 now that we're building it for target.
17255
17256Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17257
17258 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17259 (Karl Berry).
17260
17261Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17262
17263 * configure.in: Also configure librx.
17264
17265Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17266
17267 * Makefile.in: Update various rules to reflect that librx
17268 is now needed for libg++.
17269
17270Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17271
17272 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17273
17274Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17275
17276 * configure.in: Configure the examples directory.
17277
17278Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17279
17280 * configure: Simplify Jun 2 1994 change.
17281
17282Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17283
17284 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17285 /bin/gcc isn't good enough to build gcc.
17286
17287Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17288
17289 * Makefile.in (GDB_SUPPORT_FILES): Remove
17290 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17291 (gdb.tar.gz): Add new rule to use standard distribution building
17292 mechanism.
17293
17294Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17295
17296 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17297 Bill Cox <bill@cygnus.com>.
17298
17299Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17300
17301 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17302
17303Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17304
17305 * configure: Search current dir first in .gdbinit.
17306
17307Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17308
17309 * config.sub: Recognize freebsd (merged from gcc config.sub).
17310
17311Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17312
17313 * config.sub: Refer to NeXT's operating system as nextstep.
17314
17315 * config.sub (case $basic_machine): Re-order the cases, to match
17316 the order in the FSF version (which is mostly alphabethical).
17317 Merge in some additions and changes from the FSF.
17318
17319Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17320
17321 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17322 * config.sub: Recognize cxux7.
17323 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17324
17325Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17326
17327 * config.sub: Fix typo powerpc -> powerpc-*.
17328
17329Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17330
17331 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17332
17333 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17334 parallel with all-emacs and install-emacs). Top-level command
17335 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17336
17337Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17338
17339 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17340 $(relbindir)/make before doing ``make install'', and use
17341 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17342 installing over running make binary.
17343 ($(host)-stamp-stage3-installed): Likewise.
17344
17345Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17346
17347 * config.guess: Recognize Mach.
17348
17349Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17350
17351 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17352 see whether --exec-prefix was used.
17353
17354Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17355
17356 * README: Explicitly mention libg++/README. (Zoo's idea.)
17357
17358Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17359
17360 * Makefile.in: Add all-librx target similar to all-libproc.
17361
17362Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17363
17364 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17365 with post 1.2 uname bogosity.
17366
17367Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17368
17369 * configure: Remove temporary files on receipt of a signal.
17370
17371Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17372
17373 * configure: If there is a package_makefile_frag, remove
17374 ${subdir}/Makefile.tem after copying it in.
17375
17376Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17377
17378 * build_all.mk: support rs6000 lynx identifies itself as
17379 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17380 since /bin/gcc is too feeble to compile a modern gcc.
17381
17382Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17383
17384 * brought devo/test-build.mk update-to-date with progressive/
17385 test-build.mk. Add lynx targets and hppa flag info.
17386
17387Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17388
17389 * configure.in: Use mh-ncrsvr43. Patch from
17390 Tom McConnell <tmcconne@sedona.intel.com>.
17391
17392Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17393
17394 * config.guess (i386-unknown-bsdi): No longer need to
17395 check #if defined(__bsdi__) && defined(__i386__).
17396
17397Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17398
17399 * configure: Set program_transform_nameoption correctly.
17400
17401Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17402
17403 * brought build-all.mk update-to-date with progressive build-all.mk,
17404 added new targets and hppa info.
4e81ae98 17405
6599da04
JM
17406Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17407
17408 * configure: If config.guess result is a prefix of the user
17409 specified target, assume a native build and use the user specified
17410 target as the host alias. Remove SunOS patch suffix removal hack.
17411 * configure.in: Remove SunOS patch suffix removal hack.
17412
17413 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17414 in NATIVE_CHECK_MODULES.
17415
17416Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17417
17418 * Makefile.in: Rename HOST_ONLY to NATIVE.
17419 * configure: Delete SunOs patch suffix from host_canonical
17420 and build_canonical variables that are prepended to Makefiles.
17421 * configure.in: Add comments for easier maintenance.
17422
17423Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17424
17425 * Makefile.in: Add all-libproc target similar to all-gui.
17426
17427Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17428
17429 * Makefile.in (CHECK_MODULES): split into
17430 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17431
17432Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17433
17434 * config.guess (i386-unknown-bsdi): New system to guess.
17435
17436Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17437
17438 * Makefile.in: Add all-gui target (but not yet build by "all").
17439
17440Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17441
17442 * config.sub: Move deletion of patch suffix from here...
17443 * configure.in: To here, at Ian's suggestion. The top-
17444 level scripts might need to know of a patch level.
17445
17446Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17447
17448 * config.sub: Strip off patch suffix so rtl is recognized
17449 as a sunos4.1.3 machine, even though it's been patched.
17450
17451Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17452
17453 * Makefile.in (INSTALL_LAST): Delete.
17454 (INSTALL_DOSREL): New.
17455
17456Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17457
17458 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17459 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17460 whether we pass down --with-gnu-ld anyhow.
17461
17462Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17463
17464 * Makefile.in (INSTALL_LAST): Change operation so it works
17465 on more flavors of make.
17466 * configure.in (go32): Don't build libg++ or libio.
17467
17468Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17469
17470 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17471 they can be overriden by templates.
17472
17473Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17474
17475 * configure.in (target==go32): Don't build gdb.
17476 * dosrel: New directory.
17477
17478Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17479
17480 * configure.in (host==go32): Configure dosrel too.
17481 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17482 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17483 be set by incoming names or templates.
17484 (INSTALL_LAST): New rule.
6599da04
JM
17485
17486Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17487
17488 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17489
17490Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17491
6599da04
JM
17492 * configure.in (appdirs): New variable. Currently empty, but will
17493 be used in gas distribution. If nonempty, lists a set of
17494 directories at least one of which must get configured, or top
17495 level configuration is considered to have failed.
17496 (rs6000-*-lynxos*): Use new file name.
17497
17498Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17499
17500 Eliminate XTRAFLAGS.
17501 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17502 newlib include files using -idirafter, and also use -nostdinc.
17503 (CXX_FOR_TARGET): Likewise.
17504 (XTRAFLAGS): Removed.
17505 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17506 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17507 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17508 ($(DO_X)): Don't pass down XTRAFLAGS.
17509
17510Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17511
17512 * configure.in (mips*-dec-bsd*): New target; do build linker.
17513 (mips*-*-bsd*): New target; don't build linker.
17514
17515Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17516
17517 * configure.in: support rs6000-*-lynxos* configuration.
17518 support sunos4 as a cross target.
17519
17520 * config.sub: look for lynx*, not lynx since the OS version may
17521 legitimately be part of the name.
17522
17523Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17524
17525 * configure.in (i[34]86-*-sco*): Move to be with other i386
17526 targets.
17527 (romp-*-*): New target. Skip various binary utilities.
17528 (vax-*-*): New target. Don't build newlib.
17529 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17530
17531Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17532
17533 * configure.in: Only set host_makefile_frag if config
17534 directory exists.
17535
17536Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17537
17538 * install.sh: If $dstdir exists, don't check whether each
17539 component does.
17540
17541Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17542
17543 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17544
17545Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17546
3b75d237
AJ
17547 * configure.in (*-*-lynxos*): Don't configure newlib for either
17548 native or cross Lynx.
6599da04
JM
17549
17550Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17551
17552 * config.sub (sparc64-elf): Fix os.
17553 (z8k): Remove duplicate.
17554
17555Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17556
17557 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17558 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17559
17560Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17561
17562 * configure: Make file links cleanly even if Lynx fails on
e490616e 17563 an NFS symlink (at least fail cleanly).
6599da04
JM
17564
17565Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17566
17567 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17568 -XNh2000.
17569
17570Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17571
17572 * configure: Unknown options are fatal again.
17573
17574Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17575
17576 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 17577 compatibility.
6599da04
JM
17578
17579Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17580
17581 * build-all.mk: Add `clean' target.
17582
17583Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17584
17585 * config.guess: Add SINIX support.
17586 * configure.in: Add mips-*-sysv4* support.
17587
17588Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17589
17590 * build-all.mk: Document all useful targets.
17591 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17592 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17593
17594Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17595
17596 * configure: Support --silent, --quiet.
17597
17598Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17599
17600 * configure: Support --disable-FEATURE.
17601
17602Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17603
17604 * config.guess: Recognize NCR running SVR4.3.
17605
17606Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17607
17608 * config.guess: Make BSDI generate i386-unknown-bsd386.
17609 Patch from Paul Eggert <eggert@twinsun.com>.
17610
17611Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17612
17613 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17614
17615Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17616
17617 * configure: Make unrecognized options give nonfatal warnings
17618 instead of fatal errors, and pass them to any subdirectory
17619 configures in case they recognize them.
17620 Make --x equivalent to --with-x.
17621
17622Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17623
17624 * configure: Add --enable-* options. Clean up usage message and
17625 some comments.
17626
17627Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17628
17629 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17630
17631Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17632
17633 * configure.in (hppa*-*-*): Enable binutils.
17634
17635Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17636
17637 * config.sub: Recognize cisco.
17638
17639Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17640
17641 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17642
17643Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17644
17645 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17646 than one configuration name. Add comment.
17647
17648Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17649
17650 * config.guess: about target *-hitachi-hiuxwe2, fixed
17651 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17652 macro is incorrect.]
17653
17654Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17655
17656 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17657 than the "make ls" stuff which used to be here.
17658
17659Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17660
17661 * config.guess: Recognize i[34]86-unknown-freebsd.
17662 From Shawn M Carey <smcarey@rodan.syr.edu>.
17663
17664Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17665
17666 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17667
17668Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17669
17670 * config.guess: Check for ptx.
17671
17672Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17673
17674 * config.sub: Add os9k checking.
17675
17676Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17677
17678 * config.guess: Handle OSF1 running on HPPA processors
17679
17680Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17681
17682 * configure: If subdir configure fails, print out a message with
17683 subdirectory name, in case subdir's configure code didn't identify
17684 itself.
17685
17686Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17687
17688 * configure.in: Remove embedded newlines from configdirs.
17689 Avoid mismatches of substrings. Fix matching strings at end
17690 of configdirs.
17691
17692Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17693
17694 * config.guess: Add Lynx/rs6000 config support.
17695
17696Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17697
17698 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17699
17700Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17701
17702 * configure.in (hppa*-*-osf*): Treat this just like most other
17703 PA configurations (eg no binutils or ld).
17704 (hppa*-*-*elf*): These configurations have binutils and ld.
17705
17706Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17707
17708 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17709
17710Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17711
17712 * configure.in (rs6000-*-*): Build gas.
17713
17714Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17715
e490616e 17716 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
17717
17718Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17719
17720 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17721 for GDB and GDB has been fixed to not need it.
17722
6599da04
JM
17723Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17724
17725 * config.guess: Recognize vax hosts.
17726
17727Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17728
17729 * configure (while loop): Don't use "break 2" inside case
17730 statement -- the case statement isn't an enclosing loop.
17731
17732Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17733
17734 * config.guess: Clean up NeXT support, to allow nextstep
17735 on Intel machines. Make OS be nextstep.
17736
17737Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17738
17739 * config.guess: Add alternate forms for Convex.
17740
17741Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17742
17743 * configure: Completely rewrite option processing. Take
17744 advantage of pattern-matching to avoid invoking test frequently.
17745 Also clean up host and target defaulting logic.
17746
17747Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17748
17749 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17750 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17751 commands (plus user environment) will fit SCO limits.
17752
17753Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17754
17755 * configure.in: Don't issue warnings about directories which are
17756 not being configured if -norecursion is set. Correct test for
17757 --with-gnu-as and --with-gnu-ld to not get confused by substring
17758 matches.
17759
17760 * configure.in: Don't build gas for alpha-dec-osf1*.
17761
17762Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17763
17764 * configure: Back out Per's change of 12/19/1993. It changes the
17765 behavior of configure in unexpected and confusing ways.
17766
17767 Also, use different delim char when calculating
17768 program_transform_name so that the name can contain slashes.
17769
17770Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17771
17772 * configure.in, config.sub: Add support for VSTa micro-kernel.
17773
17774Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17775
17776 * configure.in: Nuke hacks which were used to get a special
17777 version of GAS for HPPA configurations.
17778
17779Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17780
17781 * configure: If only ${target_alias} is given, use that
17782 as the default for ${host_alias}.
17783 * configure: Add missing back-slashes before nested quotes.
17784
17785Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17786
17787 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17788
17789Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17790
17791 * config.guess: Recognize some Tektronix configurations.
17792 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17793
17794Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17795
17796 * config.sub: Match any flavor of SH.
17797
17798Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17799
17800 * configure.in: Don't try to configure newlib for Alpha.
17801
17802Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17803
17804 * configure.in: Don't build ld for Irix 5. Don't build gas,
17805 libg++ or libio for any Alpha target.
17806
17807 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
17808
17809Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17810
17811 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17812 default arguments -- so it tried to compress itself.
17813
17814Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17815
17816 * configure.in (notsupp): ensure that a space is always at the end
17817 of the configdirs list, since the grep checks for an explicit space
17818
17819Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17820
17821 * configure.in (target i386-sysv4.2): don't build ld, since static
17822 versions of many libraries are not available.
17823
17824Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17825
17826 * config.guess: Recognize Apollos (using environment variables).
17827 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17828
17829Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17830
17831 * config.guess: Recognize Sony news mips running newsos.
17832
17833Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17834
17835 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17836 "fi ; else" for bash.
17837
17838Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17839
17840 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17841
17842Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17843
17844 * config.sub: accept unixware as an alias for svr4.2.
17845 Fix some inconsistancies with the gcc version.
17846
17847Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17848
17849 * Makefile.in (DISTDOCDIRS): Add gdb.
17850
17851Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17852
17853 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17854
17855Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17856
17857 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17858 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17859 this now.
17860
17861Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17862
17863 * config.sub: Accept hiux* as an OS name.
17864
17865 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17866 etc/make-stds.texi. The underscore came from gcc, and dje now
17867 agrees that RUNTESTFLAGS is the correct name.
17868
17869Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17870
17871 * install.sh: Remove 'set -e'. It makes any conditionals
17872 in the script useless.
17873
17874 * config.guess: Automatically recognize arm-acorn-riscix
17875 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17876
17877Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17878
17879 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17880
17881Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17882
17883 * Makefile.in (DISTDOCDIRS): New variable.
17884 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 17885 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
17886
17887Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17888
17889 * configure.in (hppa target): check the source directory for the
17890 pagas sub-directory
17891
17892Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17893
17894 * config.sub: Allow -aout* and -elf*.
17895
17896Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17897
17898 * configure.in: Don't build ld on i386-solaris2, same as for
17899 sparc-solaris2.
17900
17901Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17902
17903 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17904
17905Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17906
17907 * configure.in: Configure gdb for alpha.
17908
17909Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17910
17911 * Makefile.in (CXXFLAGS): Add -O.
17912
17913Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17914
17915 * config.guess: added support for DG Aviion
17916
17917Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17918
17919 * configure.in: Produce warning message for subdirectories not
17920 configurable for this host/target combination. Don't try to
17921 configure gdb for vms.
17922
17923Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17924
17925 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17926 appropriate files before making "diststuff".
17927 (DISTBISONFILES): New var: list of files to be edited.
17928 (DISTSTUFFDIRS): Add binutils.
17929
17930Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17931
17932 * config.sub: also handle mipsel and mips64el (for little endian mips)
17933
17934Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17935
17936 * configure.in: Add * to end of all OS names.
17937
17938Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17939
17940 * configure.in: Build newlib for LynxOS native.
17941
17942Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17943
17944 * config.guess: Add support for delta 88k running SVR3.
17945
17946 * configure.in: Add comment about HP compiler vs. emacs.
17947
17948Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17949
17950 * configure.in: don't build ld on solaris2 (not a viable option
17951 due to bugs in getpwnam & getpwuid)
17952
17953Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17954
17955 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17956 config.guess will produce a full version number.
17957
17958Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17959
17960 * configure.in: Build linker and binutils for alpha-dec-osf1.
17961
17962Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17963
17964 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17965 and gdb/testsuite/Makefile.in.
17966
17967Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17968
17969 * configure.in: recognize mips*- instead of mips-
17970
17971Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17972
17973 * config.sub: Accept linux*coff and linux*elf as operating
17974 systems.
17975
17976Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17977
17978 * config.sub: Recognize mips64, and mips3 as an alias for it.
17979
17980Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17981
17982 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17983 gdb knows how to handle OSF/1 shared libraries.
17984
17985Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17986
17987 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17988 * config.guess: Recognize Hitachi's HIUX.
17989 * config.sub: Recognize h3050r* and hppahitachi.
17990 Remove redundant cases for hp9k[23]*.
17991
17992Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17993
17994 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17995 if gas and ld are in the source tree and are in ${configdirs}.
17996 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 17997 --with options (but still pass them down on the command line,
6599da04
JM
17998 if they were explicitly specified).
17999
18000Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18001
18002 * configure: substitute SHELL value in Makefile.in with
18003 ${CONFIG_SHELL}
18004
18005Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18006
18007 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18008 *-*-solaris2* targets.
18009
18010Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18011
18012 * Makefile.in: define M4, and pass it down to sub-makes;
18013 all-autoconf now depends on all-m4
18014
18015Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18016
18017 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18018 presence of {ar,ranlib} instead of a configured directory
18019
18020Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18021
18022 * config.guess: Accept 34?? as well as 33?? for NCR.
18023
18024Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18025
18026 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18027 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18028
18029Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18030
18031 * configure: grab values for $(CC) and $(CXX) from the
18032 environment, so that someone can do "CC=gcc configure; make" and
18033 have it work right (matching the way that autoconf works now)
18034
18035 * configure.in, Makefile.in: add support for gash, the tcl
18036 interface to Galaxy
18037
18038 * config.guess: add NetBSD variants (hp300, x86)
18039
18040Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18041
18042 * install.sh: Support -d option (in the manner of SunOS 4 install,
18043 as it is more deterministic than that of GNU install)
18044 (chmodcmd): Set file to mode 755 by default (should also do default
18045 chgrp and chown, but I don't feel like dealing with that now)
18046
18047Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18048
18049 * config.sub: Remove h8300hhms alias.
18050
18051Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18052
18053 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18054
18055Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18056
18057 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18058 as stmp-fixinc
18059
18060Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18061
18062 * config.sub: recognize m88110-bug-coff.
18063
18064Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18065
18066 * Makefile.in (all-libio): all dependencies on the toolchain used
18067 to build this (gcc, gas, ld, etc)
18068
18069Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18070
18071 * config.guess: Deal with OSF/1 1.3 on alpha.
18072
18073Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18074
18075 * install.sh: add some 'else true' clauses for portability
18076
18077 * configure.in: don't build libio for h8[35]00-*-* targets
18078
18079Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18080
18081 * Makefile.in: Add support for new libio.
18082
18083Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18084
18085 * install.sh: If one command fails, don't try the rest. Don't try
18086 to remove $dsttmp (via trap) unless we have already created it.
18087 If $src doesn't exist, detect it and exit with an error.
18088
18089 * config.guess: Recognize BSD on hp300.
18090
18091Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18092
18093 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18094 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18095
18096Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18097
18098 * Makefile.in (all-send-pr): depends on all-prms
18099
18100Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18101
18102 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18103
18104Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18105
18106 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18107 Added test for mips-mips-riscos5.
18108
18109Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18110
18111 * configure.in: use mh-hp300 for 68k HP hosts
18112
18113Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18114
18115 * configure: add support for CONFIG_SHELL, so that you can use
18116 some alternate shell for evaluating configure scripts
18117
18118Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18119
18120 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18121 in configure script to bug-gdb@prep.ai.mit.edu when building
18122 distribution archive.
18123 * Makefile.in (COMPRESS): Remove def.
18124 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18125 gdb.tar.Z and make-gdb.tar.Z respectively.
18126 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18127 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18128 to convergence with 'taz' target in Makefile.in.
18129
18130Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18131
18132 * install.sh (dsttmp): use trap to ensure that tmp files go
18133 away on error conditions
18134
18135Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18136
18137 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18138
18139Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18140
18141 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18142 its parent is '/' not ''.
18143
18144 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18145
18146Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18147
18148 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18149 that ${newsrcdir}/configure.in does.
18150
18151Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18152
18153 * test-build.mk: support for CONFIG_SHELL
18154
18155Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18156
18157 * config.sub (netware): Add as a basic system type.
18158
18159Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18160
18161 * Makefile.in (Makefile): depend on configure.in. Also drop the
18162 $(srcdir)/ from the dependency on Makefile.in.
18163
18164Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18165
18166 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18167 (h8300hhms is temporary until multi-libraries are implemented).
18168 * configure.in: Handle h8300h too.
18169
18170Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18171
18172 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18173
18174Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18175
18176 * configure: Remove extraneous output when guessing host type.
18177 * config.guess: Remove extraneous output when guessing using C
18178 compiler rather than uname, or when guessing fails.
18179
18180Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18181
18182 * Makefile.in: remove all.cross and install.cross targets
18183
18184 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18185 definitions
18186
18187Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18188
18189 * configure.in (target sh): Build gprof.
18190
18191Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18192
18193 * config.sub: change -solaris to -solaris2
18194
18195Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18196
18197 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18198
18199Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18200
18201 * configure: Correct error message for missing Makefile.in to
18202 print correct directory.
18203
18204Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18205
18206 * install.sh: kludge around 386BSD shell bug
18207
18208Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18209
18210 * config.guess: Recognize NeXT.
18211 * config.guess: Recognize i486-ncr-sysv4.
18212 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18213
18214Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18215
18216 * Makefile.in (MAKEINFOFLAGS): New variable.
18217 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18218 * build-all.mk, test-build.mk: Pass down --no-split as
18219 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18220
18221Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18222
18223 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18224
18225Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18226
18227 * Makefile.in (libg++.tar.z): New rule.
18228 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18229 * Makefile.in (taz): Only do a single chmod.
18230
18231Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18232
18233 * install.sh: don't use dirname anymore (replaced with sed usage)
18234
18235Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18236
18237 * Makefile.in: Change extension for gzip'd files from '.z' to
18238 '.gz' per new FSF standard usage.
18239
18240Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18241
18242 * configure: put quotes around the final value of program_transform_name
18243
18244Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18245
18246 * Makefile.in: new install.sh support; update install-info rules
18247
18248Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18249
18250 * configure.in: Build diff for crosses, but not for go32 host.
18251
18252 * configure.in: Build gprof only for native, and don't build it
18253 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18254
18255Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18256
18257 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18258
18259Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18260
18261 * configure.in (host_tools): Add prms.
18262
18263Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18264
18265 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18266 with $(FLAGS_TO_PASS) on the command line
18267
18268 * config.sub: Recognize lynx and lynxos
18269
18270Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18271
18272 * config.sub: Accept -ecoff*, not just -ecoff.
18273
18274Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18275
18276 * Makefile.in (taz): Use .gz suffix instead of .z.
18277 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18278 names.
18279
18280Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18281
18282 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18283
18284Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18285
18286 * Makefile.in (install-no-fixedincludes): install gcc last, so
18287 that rebuilds that might happen during 'make install' don't get
18288 bogus gcc include files
18289
18290Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18291
18292 Change from Utah for HPPA support:
18293 * config.guess: Recognize hppa1.x-hp-bsd.
18294
18295Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18296
18297 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18298 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18299
18300Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18301
18302 * config.sub: Add support for rom68k and bug boot monitors.
18303
18304Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18305
18306 * Makefile.in: Make all-opcodes depend on all-bfd.
18307
18308Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18309
18310 * config.guess: Added special check for i[34]86-univel-sysv4*.
18311
18312Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18313
18314 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18315 the processor rather than assuming i486.
18316
18317Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18318
18319 * config.guess: Recognize SunOS6 as Solaris3.
18320
18321Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18322
18323 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18324 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18325
18326Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18327
18328 * build-all.mk (all-cross): New target for Canadian Cross.
18329 Added Q2 go32 targets.
18330 * test-build.mk: Configure go32 cross sparclite-aout and
18331 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18332 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18333
18334Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18335
18336 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18337 GO32 hosted toolchains
18338
18339Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18340
18341 * configure: change so "-exec-prefix" gets passed down rather
18342 than "-exec_prefix" so autoconf generated Makefiles get the
18343 exec_prefix set right.
18344
18345Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18346
18347 * config.guess: get the Solaris2 minor version number
18348
18349 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18350
18351Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18352
18353 * config.guess: Recognize some Sequent platforms.
18354
18355Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18356
18357 * Makefile.in: added the vault-install target
18358
18359 * configure.in: actually use the Sun3 makefile fragment that's in
18360 config, also added the release dir to configdirs
18361
18362Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18363
18364 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18365
18366Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18367
18368 * configure.in: remove some program from Alpha targetted toolchains
18369
18370Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18371
18372 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18373 gprof.
18374 (taz): Run "make diststuff" in those directories instead of "make
18375 proto-dir". Look for "VERSION=" only at start of line in subdir
18376 Makefile. Use "gzip -9" for compression.
18377 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18378 (binutils.tar.z): New target.
18379
18380Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18381
18382 * Makefile.in (taz): Include gpl.texinfo.
18383
18384Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18385
18386 * Makefile.in (setup-dirs): Merged into "taz" target.
18387 (taz): Only do `proto-dir' stuff if a directory is actually needed
18388 for this target.
18389
18390Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18391
18392 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18393 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18394 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18395 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18396 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18397
18398Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18399
18400 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18401 config.sub, and move-if-change to gdb testsuite distribution
18402 archive, so the testsuite can be extracted, configured, and
18403 run separately from the gdb distribution. Blow away the Chill
18404 tests that require a Chill compiled executable, since GNU Chill
18405 is not yet publically available.
18406
18407Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18408
18409 * test-build.mk: set environment variables in a single command,
18410 instead of a list of assignments and exports
18411
18412 * config.guess: recognize Alpha/OSF1 systems
18413
18414Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18415
18416 * configure: Change help message to prefer --options rather than
18417 -options.
18418
18419Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18420
18421 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18422 zippy@ecst.csuchico.edu.
18423 * config.guess: Recognize miniframe.
18424
18425Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18426
cc6010cd
AP
18427 * Makefile.in: Use srcroot to find runtest rather than rootme.
18428 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
18429
18430Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18431
18432 * test-build.mk: Extensive additions to support building on a
18433 machine other than the host.
18434
18435Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18436
18437 * configure (tooldir): Fix for i386-aix again.
18438
18439Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18440
18441 * configure, Makefile.in: Change definition of $(tooldir)
18442 to match the FSF.
18443
18444Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18445
18446 * config.guess: Recognize i[34]86/SVR4.
18447
18448Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18449
18450 * Makefile.in (all-gdb): gdb depends on sim.
18451
18452Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18453
18454 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18455 at the same time we make the prototype gdb directory.
18456 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18457 files at the same time as the gdb base release distribution.
18458
18459Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18460
18461 * Makefile.in (check): Use individual check targets rather than
18462 DO_X rule.
18463 (check-gcc): Added.
18464
18465Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18466
18467 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18468 for System V release 3.2.
18469
18470Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18471
18472 * config.sub: Recognize hppaosf.
18473 * configure.in: Do configure ld/binutils/gas for it.
18474
18475Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18476
18477 * configure (tooldir): Alter syntax used to set this, for systems
18478 where "\$" isn't handled right, like i386-aix.
18479
18480Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18481
18482 * configure: Pass program-transform-name, not
18483 program_transform_name, to recursive configures.
18484
18485Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18486
18487 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18488 of gas+ld+binutils.
18489
18490Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18491
18492 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18493
18494Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18495
18496 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18497
6599da04
JM
18498Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18499
18500 * Makefile.in (PRMS): Set back to all-prms.
18501
18502Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18503
18504 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18505 targets, rather than for MIPS hosts.
18506
18507Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18508
18509 * configure.in: add comment for --with-x default values
18510
18511 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18512
18513 * Makefile.in: add check-* targets for each of the directories in
18514 the tree. Add a definition of RUNTEST that will use the one we
18515 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18516
18517Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18518
18519 * configure.in: Removed obsolete references to bfd_target and
18520 target_makefile_frag.
18521
18522 * build-all.mk: Set assorted targets for Q2.
18523 * config.sub: Recognize z8k-sim and h8300-hms.
18524 * test-build.mk: Really don't pass host to configure.
18525 (HOLES): Added uname.
18526
18527Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18528
18529 * configure: Handle an empty program-prefix, program-suffix or
18530 program-transform-name correctly.
18531
18532Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18533
18534 * build-all.mk: -G 8 no longer required for MIPS targets.
18535 * test-build.mk: Don't pass host argument to configure; make it
18536 guess.
18537
18538Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18539
18540 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18541 * Makefile.in (COMPRESS): New macro, like GZIP.
18542
18543Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18544
18545 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18546
18547 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18548 with gas currently defaults to -G 0.
18549
18550Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18551
18552 * Makefile.in (all-flex): flex depends on byacc.
18553
18554 * build-all.mk: If host not specified, use config.guess. Pass TAG
18555 to test-build.mk as RELEASE_TAG.
18556 * test-build.mk (configargs): New variable containing arguments to
18557 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18558 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18559
18560 * config.guess: Use /bin/uname when checking -X argument on SCO,
18561 to avoid invoking GNU uname which doesn't understand -X.
18562
18563 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18564
18565 * configure.in: Build gas for mips-*-*.
18566
18567Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18568
18569 * Makefile.in (all.normal): insert missing backslash.
18570
18571Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18572
731a8127 18573 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
18574
18575 * Makefile.in: Complete overhaul to merge many almost identical
18576 targets.
18577
18578Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18579
18580 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18581 (gdb.tar.Z): Adjusted.
18582
18583 * Makefile.in (setup-dirs, taz): New targets; should be general
18584 enough to adapt for gdb sometime. Build only .z file.
18585 (gas.tar.z): New target.
18586
18587Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18588
18589 * build-all.mk: Use CC=cc -Xs on Solaris.
18590
6599da04
JM
18591Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18592
18593 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18594 for handling BISON for FSF releases.
18595
18596Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18597
18598 * configure: Actually implement the change zoo just documented.
18599
18600Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18601
18602 * configure: when using config.guess, only set target_alias when
18603 it's not already been set (ie, on the command line)
18604
18605Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18606
18607 * Makefile.in: add installcheck target, set PRMS to install-prms
18608
18609Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18610
18611 * configure: add support for package_makefile_fragment, handle the
18612 case where a directory has a configure.in file but no Makefile.in
18613 more gracefully (with an actual understandable error message, even);
18614 add support for --without (and add this to the usage message); also
18615 explicitly add a --host=${host_alias} to the command line when
18616 config.guess is used
18617
18618Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18619
18620 * configure: Must use both --host and --target in recursive calls.
18621
18622Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18623
18624 * Makefile.in: Change deja-gnu to dejagnu.
18625
18626Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18627
18628 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18629
18630Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18631
18632 * configure.in: canonicalize all instances to *-*-solaris2*,
18633 also strip out a number of tools to not build for go32 host
18634
18635Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18636
18637 * config.guess: add GPL.
18638
18639 * Makefile.in, config.guess, config.sub, configure: bump
18640 copyrights to 93.
18641
18642Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18643
18644 * Makefile.in (do-info): Removed obsolete check for existence of
18645 localenv file.
18646
18647 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18648
18649Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18650
18651 * Makefile.in: a couple of 'else true' for decstation,
18652 support for TclX
18653
18654 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18655
18656Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18657
18658 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18659
18660Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18661
18662 * config.guess: Recognize i386-ibm-aix (PS/2).
18663 * configure.in: Use config/mh-aix386 file for it.
18664
18665Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18666
18667 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18668 CC_FOR_TARGET instead.
18669 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18670
18671Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18672
18673 * Makefile.in: Add sim to list of directories sent with gdb
18674
18675Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18676
18677 * configure.in: Put back mips-dec-bsd* case.
18678
18679Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18680
18681 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18682 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18683 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
18684
18685Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18686
18687 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18688
18689 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18690 (install-info): install dir.info only if it exists,
18691 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18692
18693Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18694
18695 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18696 gas for mips-dec-bsd.
18697
18698Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18699
18700 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18701 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18702
18703Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18704
18705 * configure.in: Added "dejagnu" to hosttools list.
18706
18707Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18708
18709 * config.sub, configure.in, config.guess: Add support
18710 for Bosx, an AIX variant from Bull.
18711 Patches from F.Pierresteguy@frcl.bull.fr.
18712
18713Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18714
18715 * devo/dejagnu: Initial creation of devo/dejagnu.
18716 Migrated dejagnu testcases and support files for testing software
18717 tools to reside as subdirectories, currently called "testsuite",
18718 within the directory of the software tool. Migrated all programs,
18719 support libraries, etc. beloging to dejagnu proper from
18720 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18721 with no modifications. The changes to these files which will
18722 allow them to configure, build, and execute properly will be made
18723 in a future update.
18724
18725Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18726
18727 * Makefile.in: Change send_pr to send-pr.
18728 * configure.in: Likewise.
18729 * send_pr: Renamed directory to send-pr.
18730
18731Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18732
18733 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18734
18735Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18736
18737 * README: Update for gdb-4.8 release.
18738 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18739 gdb-xxx.tar.z (gzip'd) file also.
18740
18741Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18742
18743 * Makefile.in: make all-diff depend on all-libiberty
18744
18745Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18746
18747 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18748
18749Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18750
18751 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18752
18753Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18754
18755 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18756 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18757 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18758
18759Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18760
18761 * Makefile.in: makeinfo binary is in a new location
18762
18763Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18764
18765 * config.sub: Accept -ecoff as an OS.
18766
18767 * Makefile.in: Various changes to eliminate a level of make
18768 recursion and reduce the required command line length.
18769 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18770 sub-makes.
18771 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18772 variables holding settings for specific sub-makes.
18773 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18774 in terms of BASE_FLAGS_TO_PASS.
18775 (TARGET_LIBS): New variable listing directories which use
18776 TARGET_FLAGS_TO_PASS.
18777 (subdir_do): Eliminated.
18778 (do-*): New set of targets to replace subdir_do.
18779 (various): All targets which used subdir_do now depend on do-*.
18780 (local-clean): Renamed from do_clean.
18781 (local-distclean): New target, dependency of distclean and
18782 realclean.
18783 (install-info): Don't create directories. Depend on dir.info
18784 rather than calling make recursively.
18785 (install-dir.info): Eliminated.
18786 (install-info-dirs): Create all info directories here.
18787 (dir.info): Depend upon do-install-info.
18788
18789 * test-build.mk (HOLES): Added false.
18790
18791Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18792
18793 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18794
18795Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18796
18797 * Makefile.in (info): remove dependency on all-texinfo. The
18798 problem was really in texinfo/C, not at this level.
18799
18800Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18801
18802 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18803
18804Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18805
18806 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18807 GDB releases.
18808
18809Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18810
18811 * configure: Include srcdir in message about target of link not
18812 being found. Don't convert `-' to `_' in `with' options being
18813 passed to subdirs.
18814
18815Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18816
18817 * configure.in: add uudecode to host_tools
18818
18819 * Makefile.in: added {all,install}-uudecode targets, added them to
18820 the appropriate lists
18821
18822Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18823
18824 * Makefile.in (all-gcc): Added dependency on all-gas.
18825
18826 * configure.in (mips-*-*): Build ld and binutils.
18827
18828Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18829
18830 * configure: check return code from mkdir, print error message and
18831 exit on failure.
18832
18833Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18834
18835 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18836
18837Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18838
18839 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18840
18841Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18842
18843 * config.sub (h8500): Recognize this as a cpu type.
18844
18845Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18846
18847 * configure: source directory missing is no longer a warning
18848
18849 * configure.in: recognize irix[34]* instead of irix[34]
18850
18851 * Makefile.in: define and pass down X11_LIB
18852
6599da04
JM
18853Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18854
18855 * guess-systype: Renamed to ...
18856 * config.guess: ... by popular request.
18857 * configure.in, Makefile.in: Update accordingly.
18858
18859Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18860
18861 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18862 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18863 + Execute ./dummy instead of assuming . is in PATH.
18864
18865Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18866
18867 * guess-systype: New shell script. Attempts to guess the
18868 canonical host name of the executing host.
18869 Only a few hosts are supported so far.
18870 * configure: Call guess-systype if no host is specified.
18871
18872Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18873
18874 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18875 gcc Makefile.
18876
6599da04
JM
18877Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18878
18879 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18880 (all-gcc, install-gcc, subdir_do): Use it.
18881
18882Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18883
18884 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18885
18886Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18887
18888 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18889 set exclusively by configure, using configure.in .
18890
18891Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18892
18893 * test-build.mk: set $PATH for all builds
18894
18895 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18896
18897Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18898
18899 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18900 the one used in gcc/Makefile.in, so that a null expansion doesn't
18901 override the one needed to build gcc with a native cc.
18902
6599da04
JM
18903Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18904
18905 * configure: Accept -with arguments.
18906
18907Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18908
18909 * Makefile.in: added h8300sim
18910
18911Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18912
6599da04
JM
18913 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18914 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18915 (all-cygnus, native, build-cygnus): Make
18916 $(canonhost)-stamp-3stage-done, not $(host)....
18917 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18918 i386-sco3.2v4. Added else true to if command.
18919
18920Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18921
18922 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18923
18924Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18925
18926 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18927
18928Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18929
18930 * configure.in: don't remove binutils from Solaris builds
18931
18932Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18933
18934 * Makefile.in: get rid of earlier definitions for *clean,
18935 also handle the recursive info rule better
18936
18937Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18938
18939 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18940 do more-or-less the right thing.
18941
18942Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18943
18944 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18945 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18946
18947Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18948
18949 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18950 $(host_canonical).
18951
18952 * configure.in: split the configdirs list into 4 categories (native
18953 v. cross, library v. tool) and handle the cross-only and native-
18954 only in more reasonable (and correct!) way.
18955
18956Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18957
18958 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18959 configdirs anymore.
18960
18961Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18962
18963 * Makefile.in: extensive cleanup:: removed all of the explicit
18964 clean-* targets, collapsed many wrappers around subdir_do into
18965 one, added additional targets to satisfy standards.texi, deleted
18966 some old targets, some changes for consistency
18967
18968Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18969
18970 * configure.in: handle some programs as cross-only, and others as
18971 native only
18972
18973 * test-build.mk: handle partial holes in a more generic manner
18974
18975 * Makefile.in: m4 depends on libiberty
18976
6599da04
JM
18977Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18978
18979 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18980 time, wdiff, and find to configdirs
18981
18982 * Makefile.in: all, clean, and install rules for the new programs
18983 added to configure.in
18984
18985Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18986
18987 * configure.in: use mh-sun for all *-sun-* hosts
18988
6599da04
JM
18989Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18990
18991 * Makefile.in: define flags for X11 include files and library file
18992 locations, pass them down to the programs that need this info
18993
18994 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18995
6599da04
JM
18996Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18997
18998 * configure.in: start building libg++ for HP-UX targets
18999
19000Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19001
19002 * README: Update references to files moved into etc/.
19003
19004Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19005
19006 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19007 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19008
19009Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19010
19011 * configure: accept dash as well as underscore in long option
19012 names for FSF compatibility.
19013
19014Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19015
19016 * config.sub: added -sco3.2v4 support from FSF.
19017
19018Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19019
19020 * configure.in: expand the section that adds or removes
19021 directories from the list of programs to build, to handle native
19022 vs. cross in addition to host v. native
19023
19024Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19025
19026 * Makefile.in: Replace C++ in macro names with CXX.
19027 This is less likely to break ...
19028
19029Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19030
19031 * test-build.mk: add -w to GNU_MAKE
19032
19033Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19034
19035 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19036 add 'sparc' to list of recognized cpus. This needed to make
19037 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19038 Delete some redundant ose68 variants. Recognize -wrs as an os,
19039 then changes that into $CPU-wrs-vxworks.
19040
19041 * configure.in: remove most references to gdbtest, regularize
19042 target based program removal
19043
19044 * test-build.mk: import from p3 tree (many fixes and changes)
19045
19046Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19047
19048 * Makefile.in: added rules to handle tcl, tk, and expect
19049
19050 * configure.in: handle those directories if they exist
19051
19052Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19053
19054 * config.sub: removed bogus hppabsd and hppahpux names, since
19055 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19056
19057Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19058
19059 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19060 depends upon all-xiberty
19061
19062 * Makefile.in: changes from p3, including:
19063
19064 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19065
19066 * Makefile.in (XTRAFLAGS): include newlib directories if
19067 newlib/Makefile exists, rather than if host != target.
19068
19069 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19070
19071 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19072 from the same source tree and not building a cross-compiler. This
19073 matters for the libg++ configuration if reconfiguring a tree that
19074 has already been installed.
19075
19076 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19077
19078 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19079 pick up the machine and system specific header files.
19080
19081 * Makefile.in: added AS_FOR_TARGET, passed down in
19082 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19083 the C compiler to use to create programs which are run in the
19084 build environment, set it to default to $(CC), and passed it down
19085 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19086
19087 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19088
19089 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19090 We need them for unusual native builds, like systems without
19091 ranlib.
19092
19093 * configure: also define $(host_canonical) and
e490616e
ZW
19094 $(target_canonical), which are the full, canonical names for the
19095 given host and target
6599da04
JM
19096
19097Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19098
19099 * Makefile.in: Added separate definitions for C++.
19100
19101Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19102
19103 * configure.in (configdirs): Add deja-gnu.
19104
19105Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19106
19107 * README: Update for configure.texi and gdb-4.7 release.
19108
19109Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19110
19111 * Makefile.in: Move "all" target to top of file.
19112 Previously, first target was ".PHONY" which caused BSD4.4 make
19113 to build .PHONY when make was run without arguments.
19114
19115Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19116
19117 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19118 Library-copylefted code in libiberty.
19119
19120Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19121
19122 * config.sub: Replace m68kmote with plain old m68k.
19123
19124Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19125
19126 * Makefile.in: Remove space from blank line, avoid Make complaints.
19127
19128Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19129
19130 * config.sub: Complain if no argument is given. Added support for
19131 386bsd as OS and target alias.
19132
19133Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19134
19135 * Makefile.in (XTRAFLAGS): include newlib directories if
19136 newlib/Makefile exists, rather than if host != target.
19137
19138Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19139
19140 * config.sub: recognize sparclite-wrs-vxworks.
19141
19142 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19143 p3.) Added clean-xiberty to clean.
19144
19145Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19146
19147 * configure.in: use *-*-* instead of nested cases for host and target
19148
19149Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19150
19151 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19152 from the same source tree and not building a cross-compiler. This
19153 matters for the libg++ configuration if reconfiguring a tree that
19154 has already been installed.
19155
19156Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19157
19158 * config.sub (i486v/i486v4): Merge in from FSF version.
19159
19160Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19161
19162 * configure: only set PWD if it is already set.
19163
19164Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19165
19166 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19167 doesn't have unset and all success paths (and most error paths)
19168 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19169 to just ${PWD} to avoid confusion.)
19170
19171Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19172
19173 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19174 even for a native compilation.
19175
19176Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19177
19178 Changes to make the gdb.tar.Z rule work better.
19179
19180 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19181 (DEVO_SUPPORT): Add configure.texi.
19182 (bfd-ilrt.tar.Z): Remove ancient rule.
19183
19184Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19185
19186 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19187 pick up the machine and system specific header files.
19188
19189 * configure.in, config.sub: added new target m68010-adobe-scout,
19190 with alias of adobe68k. Changed configure.in to check for
19191 -scout before -sco* to avoid a false match.
19192
19193 * Makefile.in: added AS_FOR_TARGET, passed down in
19194 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19195 the C compiler to use to create programs which are run in the
19196 build environment, set it to default to $(CC), and passed it down
19197 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19198
19199Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19200
19201 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19202 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19203 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19204 FOR_TARGET variants, to newlib and libg++.
19205
19206Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19207
19208 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19209 first.
19210
19211Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19212
19213 * config.sub: Accept `elf' as an environment.
19214
19215Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19216
19217 * Makefile.in (all-opcodes): cd into the right directory
19218
19219Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19220
19221 * configure: added -program_transform_name option, used as
19222 argument to sed when installing programs.
19223 configure.texi: added documentation for -program_prefix,
19224 -program_suffix and -program_transform_name.
19225
19226Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19227
19228 * config.sub: Accept i486 where i386 ok.
19229
19230Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19231
19232 * config.sub: accept we32k
19233
19234Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19235
3b75d237 19236 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
19237
19238 * Makefile.in: don't create all directories for ``make install'';
19239 let the subdirectories create the ones they need.
19240
19241Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19242
e490616e 19243 * COPYING: new file, GPL v2
6599da04
JM
19244
19245Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19246
19247 * Makefile.in: use the new gen-info-dir, which needs a template
19248 argument (which also lives in texinfo)
19249
19250 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19251
6599da04
JM
19252Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19253
19254 * config.sub (ncr3000): Change i386 to i486.
19255
19256Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19257
19258 * Makefile.in: add install-rcs, install-grep to
19259 install-no-fixedincludes, removed install-bison and install-libgcc
19260
19261Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19262
19263 * configure.in: grab the HPUX makefile fragment if on HPUX
19264
19265Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19266
19267 * Makefile.in: eradicate bison spoor (ditto libgcc).
19268 configure.in: recognise m68{k,000}-ericsson-OSE.
19269 es1800 is alias for m68k-ericsson-OSE
19270
19271Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19272
19273 * configure.in: rearrange the parts that remove programs from
19274 configdirs, based now on HOST==TARGET or by canonical triple.
19275
19276Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19277
19278 * test-build.mk: recurse explicitly with -f test-build.mk when
19279 appropriate. predicate stage3 and comparison on the existence
19280 of gcc. That is, if gcc isn't around, we aren't three-staging.
19281 On very clean, also remove ...stamp-co. Build in-place before
19282 doing other builds.
19283
19284Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19285
19286 * Makefile.in, configure.in: add tgas
19287
19288Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19289
19290 * Makefile.in: a number of changes merged in from progressive.
19291
19292 * configure.in: add libm.
19293
19294 * .cvsignore: ignore some stuff that comes from test-build.mk.
19295
6599da04
JM
19296Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19297
19298 * config.sub: Add es1800 (m68k-ericsson-es1800).
19299
19300Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19301
19302 * configure: Add program_suffix (parallel to program_prefix)
19303 * Makefile.in: adjust directory-creating script for losing decstation
19304
19305Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19306
19307 * configure: Minor $subdir-related fixes.
19308
19309Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19310
19311 * configure: fix various problems with propogating
19312 makefile_target_frag in subdirs.
19313 * configure.in: config libgcc if its there
19314
19315Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19316
19317 * config.sub: HPPA merge.
19318
6599da04
JM
19319Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19320
19321 * Makefile.in: Replace all-bison with all-byacc in all
19322 dependency lines for other tools (which now use byacc).
19323
19324Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19325
19326 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19327
6599da04
JM
19328Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19329
19330 * Makefile.in: make gprof rules similar to byacc rules (instead of
19331 vestigal $(unsubdir) that didn't work...)
19332
19333Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19334
19335 * config.sub: Add support for Linux.
19336 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19337 (at least for libg++).
19338
19339Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19340
19341 * configure.texi: fix doc for the -nfp option to configure
19342
19343Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19344
19345 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19346
19347Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19348
19349 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19350 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19351 * configure.in: added solaris* host_makefile_frag hook.
19352
19353Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19354
19355 * config.sub: changed recognition of m68000 so that various
19356 m68k types can be specified via m680[01234]0
19357
19358Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19359
19360 * config.sub (basic_machine): fix sed so that '-foo' isn't
19361 completely substituted out while .+'-foo' loses the '-foo'
19362
19363Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19364
19365 * config.sub ($os): Add -aout.
19366
19367Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19368
19369 * configure: If host_makefile_frag is absolute, don't
19370 prefix ${invsubdir} (relevant to libg++ auto-configure).
19371
19372Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19373
19374 * Makefile.in (tooldir): Define it.
19375 (all-ld): Depend on all-flex.
19376
19377Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19378
19379 * Makefile.in (check): Fix libg++ special case.
19380
19381Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19382
19383 * configure: do not bury `pwd` into config.status, thus do fewer
19384 pwd's.
19385
19386 * configure: print the "Building in" message only when building in
19387 other than "." AND verbose.
19388
63f6bcd7 19389 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
19390 configures.
19391
19392 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19393
19394Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19395
19396 * Makefile.in: macroize flags passed on recursion. remove
19397 fileutils.
19398
19399Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19400
19401 * configure: get makesrcdir right for subdirs deeper than 1.
19402
19403 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19404 install.
19405
19406Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19407
19408 * Makefile.in: don't print subdir_do or recursion lines.
19409
19410Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19411
19412 * standards.texi: added menu item.
19413
19414 * Makefile.in: build and install standards.info.
19415
19416 * standards.texi: new file.
19417
19418Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19419
19420 * configure: test for and move config.status pieces from
19421 ${subdir}/.
19422
19423Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19424
6599da04
JM
19425 * configure: Test for existance of files before trying to mv
19426 them, to avoid numerous non-existance messages.
19427
19428Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19429
19430 * configure: correct final line of config.status.
19431
19432 * configure: patch from eggert. Avoids a protection problem if
19433 the original Makefile.in is read only.
19434
19435 * configure: use move-if-change from gcc to create config.status.
19436 Some makefiles depend on config.status to tell if a directory
19437 has been reconfigured for a different host. This change
19438 prevents those directories from remaking everything in the case
19439 where the reconfig was only intended to rebuild a Makefile.
19440
19441 * configure: test for config.sub with "config.sub sun4" rather
19442 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19443 host alias from a missing config.sub.
19444
19445Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19446
19447 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19448 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19449
19450Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19451
19452 * configure: mkdir ${subdir} as needed.
19453
19454Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19455
19456 * Makefile.in,configure.in: added autoconf.
19457
19458Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19459
19460 * Makefile.in: no longer pass against on recursion.
19461
19462 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19463 definitions are not inherited.
19464
19465 * configure: correct makesrcdir when subdir is .
19466
19467Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19468
19469 * configure: Add support for 'subdirs' variable, which is
19470 like 'configdirs', except that configure doesn't re-invoke
19471 itself for subdirs, it just creates a Makefile for each subdir.
19472 * configure.texi: Document subdirs.
19473
19474Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19475
19476 * configure.in: added flex to configdirs
19477
19478Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19479
19480 * Makefile.in: remove clean-stamps from clean.
19481
19482Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19483
19484 * configure.in: Add gdbtest to configdirs.
19485
19486Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19487
19488 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19489 to recursive makes.
19490 * configure.in: Recognize new ncr3000 config.
19491
19492Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19493
19494 * Makefile.in, configure.in: removed references to gdbm.
19495
19496Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19497
19498 * config.sub: Don't canonicalize os value
19499 newsos* to bsd (readline needs to check for newsos).
19500 (This fix was earlier made Jan 31, but got re-broken.)
19501
19502Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19503
19504 * configure.in: sco is an os, not a vendor!
19505
19506 * configure: Quote $( better. Keep various shells happy.
19507
19508Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19509
19510 * Makefile.in: eliminate stamp-files.
19511
19512Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19513
19514 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19515 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19516
19517Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19518
19519 * config.sub: fix iris/iris3.
19520
19521Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19522
19523 * configure: re-add -rm.
19524
19525Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19526
19527 * Maskefile.in: add .stmp-rcs to all.
19528
19529 * configure.in: remove gas from rs6000 build, use aix host fragment.
19530
19531Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19532
19533 * configure: pass down site_option during recursion.
19534
19535Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19536
19537 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19538
19539Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19540
19541 * configure: Change exec_prefix so that it really defaults to prefix.
19542
19543Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19544
19545 * Makefile.in, configure.in: Add support for mmalloc library.
19546
19547Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19548
19549 * Makefile.in: add stmp dependencies for a few more things.
19550
19551Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19552
19553 * configure: adjusted error message on objdir/srcdir configure
19554 collision, per john's suggestion.
19555
19556 * Makefile.in: add libiberty stmp to all and all.cross.
19557
19558Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19559
19560 * Makefile.in: remove force dependencies, add grep to all.
19561
19562Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19563
19564 * Makefile.in: drop flex. make stamp files work.
19565
19566 * configure: added test for conflicting configuration in srcdir,
19567 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19568 gets cranky. use relative paths for configure and srcdir
19569 whenever possible. Send some error messages to stderr that were
19570 going to stdout.
19571
19572Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19573
19574 * Makefile.in: Fix libg++ rule to check for gcc directory
19575 before using gcc/gcc. Also pass XTRAFLAGS.
19576
19577Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19578
19579 * Makefile.in: added stmp-files so that directories aren't polled
19580 when they are already built.
19581
19582 * configure.texi: fixed a node pointer problem.
19583
19584Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19585
731a8127 19586 * config.sub configure.in gdb/configure.in
6599da04
JM
19587 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19588 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19589 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19590
19591Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19592
19593 * configure: -recurring becomes -silent. corrected help message
19594 for -site= option.
19595
19596 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19597
19598Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19599
19600 * configure: when building Makefile for crosses, replace
19601 tooldir and program_prefix. default srcdir from location of
19602 config.sub. remove "for host in hosts" and "for target in
19603 targets" loops.
19604
19605Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19606
19607 * Makefile.in: Do not pass bindir or mandir to cvs.
19608
19609Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19610
19611 * Makefile.in, configure.in: removed traces of namesubdir,
19612 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19613 copyrights to '92, changed some from Cygnus to FSF.
19614
19615 * configure.texi: remove most references to multiple hosts,
19616 multiple targets, subdirs, etc.
19617
19618 * configure.man: removed rcsid. reference config.sub not
19619 config.subr.
19620
19621 * Makefile.in: mkdir $(infodir) on install-info.
19622
19623Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19624
19625 * configure.texi: Explain better about .gdbinit and about
19626 the environment that configure.in sections run in.
19627
19628Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19629
19630 * configure.in: Ultrix is only a decstation if it's a MIPS.
19631
19632Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19633
19634 * README: DOC.configure => cfg-paper.texi.
19635
19636Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19637
19638 * config.sub (near case $os): Don't convert newsos* to bsd!
19639
19640Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19641
19642 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19643 the number of copies of COPYING that go into the GDB tar file.
19644
19645Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19646
731a8127 19647 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
19648 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19649 Fix SCO configuration stuff.
19650
19651Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19652
19653 * Makefile.in: For libg++, make sure the -I pointing
19654 to the gcc directory goes *after* all the libg++-local -I flags.
19655 Also, move just-gcc dependency from just-libg++ to all-libg++.
19656
19657Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19658
19659 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19660
19661Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19662
19663 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19664
19665Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19666
19667 * config.sub: Add stratus configuration frags. Also
19668 submitted to FSF.
19669
19670Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19671
19672 * Makefile.in (DEV_SUPPORT): add configure.man.
19673
19674 * config.sub(Decode manufacturer-specific): add -none*.
19675
19676Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19677
19678 * Makefile.in: remove form feeds to make Sun's make happy.
19679 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19680
19681Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19682
19683 * Makefile.in (AR_FLAGS): Make quieter.
19684
19685Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19686
19687 * configure.in: Add libg++.
19688 * configure: When verbose, don't output the command line at each
19689 level; it will be unremarkably the same as the previous version,
19690 which will be the same as what the user typed.
19691
19692Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19693
19694 * configure.in, Makefile.in: fix clean-info, add flex. add
19695 fileutils.
19696
19697 * configure: be less sensitive to spaces in Makefile.in. Do not
19698 look for sources in "..". Doing so breaks subdirectories that
19699 might have their own configure. If a subdir has it's own
19700 configure script, use it.
19701
19702Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19703
19704 * cfg-paper.texi: some changes suggested by rms.
19705
19706Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19707
19708 * config.sub: Merge in some small additions from the FSF version,
19709 taken from the gcc distribution, to bring the Cygnus and FSF
19710 versions into closer sync.
19711
19712Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19713
19714 * configure.in: Changed svr4 references to sysv4.
19715
19716Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19717
19718 * configure: added -V for version number option.
19719
19720Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19721
19722 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19723 renamed from DOC.configure to cfg-paper.texi.
19724
19725Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19726
19727 * configure, config.subr, config.sub: config.subr is now
19728 config.sub again.
19729
19730Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19731
19732 * configure.texi: new file, in progress.
19733
19734 * Makefile.in: build info file and install the man page for
19735 configure.
19736
19737 * configure.man: new file, first cut.
19738
19739 * configure: find config.subr again now that configuration "none"
19740 has gone. removed all traces of the -ansi option. removed all
19741 traces of the -languages option.
19742
19743 * config.subr: resync from rms.
19744
19745Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19746
19747 * configure, config.sub, config.subr: merge config.sub into
19748 config.subr, call the result config.subr, remove config.sub, use
19749 config.subr.
19750
19751 * Makefile.in: revised install for dir.info.
19752
19753Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19754
19755 * configure.in: add decstation host makefile frag.
19756
19757 * Makefile.in: BISON now bison -y again. also install-gcc on
19758 install. clean-gdbm on clean. infodir belongs in datadir.
19759 Make directories for info install. Build dir.info here then
19760 install it.
19761
19762Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19763
19764 * Makefile.in: fix for bad directory tests.
19765
19766Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19767
19768 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19769 regexp. -srcdir relative was being handled incorrectly.
19770
19771 * Makefile.in: unwrapped some for loops so that parallel makes
19772 work again and so one can focus one's attention on a particular
19773 package.
19774
19775Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19776
19777 * configure: added PWD as a stand in for `pwd` (for speed). use
19778 elif wherever possible. make -srcdir work without -objdir.
19779 -objdir= commented out.
19780
19781Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19782
19783 * configure: +options become --options. -subdirs commented out.
19784 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19785 Makefile now at top of generated Makefile. Removed cvs log
19786 entries. added -srcdir. create .gdbinit only if there is one
19787 in ${srcdir}.
19788
19789 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19790 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19791 and mandir now keyed off datadir by default.
19792
19793Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19794
19795 * Freshly created ChangeLog.
19796
19797\f
19798Local Variables:
19799mode: change-log
19800left-margin: 8
19801fill-column: 76
19802version-control: never
19803End:
This page took 4.53351 seconds and 5 git commands to generate.