]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
configure.ac (*-*-linux-android*): Set target_makefile_frag.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
76052545
EB
12017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2
3 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
4 * configure: Regenerate.
5
afd88efc
ML
62017-05-31 Martin Liska <mliska@suse.cz>
7
8 * configure.ac: Add handling of stage2_werror_flags to
9 action-if-given and to action-if-not-given.
10 * configure: Regenerate.
11
945bafd6
PB
122017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
13
14 * MAINTAINERS: Add self to Write After Approval
15
b9396a49
BS
162017-05-27 Bernd Schmidt <bschmidt@redhat.com>
17
18 * MAINTAINERS: Update my email address, and remove myself as
19 maintainer in some areas.
20
aa1b69e7
EG
212017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
22
23 * MAINTAINERS: Add self to Write After Approval
24
cdfee50a
NS
252017-05-25 Nathan Sidwell <nathan@acm.org>
26
27 * configure.ac: Add --enable-languages=default to mean default and
28 make --enable-languages=all mean all supported languages.
29 * configure: Regenerated.
30
83349046
SB
312017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
32
33 * config.gcc (powerpc*-*-*spe*): New.
34 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
35 (powerpc-*-rtems*spe*): New.
36 (powerpc*-*-linux*spe*): New.
37 (powerpc-wrs-vxworksspe): New.
38 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
39 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
40 * config.host (powerpc*-*-*spe*): New.
41
01c712cb
ML
422017-05-19 Martin Liska <mliska@suse.cz>
43
44 * configure.ac: Add --enable-werror-always just for
45 bootstrap-debug (or none build config) and do not add it
46 when we are on a release branch.
47 * configure: Regenerated.
48
7880c1a5
SL
492017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
50
51 * MAINTAINERS: Add self to Write After Approval
52
c759355f
KK
532017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
54
55 * MAINTAINERS: Move myself to Write After Approval section.
56
79557bae
CZ
572017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
58
59 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
60 ACCH registers.
61 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
62 available.
63 (umulsidi3): Likewise.
64 (mulsidi3_700): Disable this pattern when we have advanced mpy
65 instructions.
66 (umulsidi3_700): Likewise.
67 (maddsidi4): New pattern.
68 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
69 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
70 (mpydu_imm_arcv2hs): Likewise.
71 * config/arc/predicates.md (accl_operand): New predicate.
72
c7314bc1
CZ
732017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
74 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
77 case.
78 (ARC_AUTOFP_IRQ_P): Likewise.
79 (ARC_AUTO_IRQ_P): Likewise.
80 (rgf_banked_register_count): New variable.
81 (parse_mrgf_banked_regs_option): New function.
82 (arc_override_options): Handle rgf_banked_regs option.
83 (arc_handle_interrupt_attribute): Add firq option.
84 (arc_compute_function_type): Return fast irq type when required.
85 (arc_must_save_register): Handle fast interrupts.
86 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
87 (arc_return_address_regs): Update.
88 * config/arc/arc.h (arc_return_address_regs): Update.
89 (arc_function_type): Add fast interrupt type.
90 (ARC_INTERRUPT_P): Update.
91 (RC_FAST_INTERRUPT_P): Define.
92 * config/arc/arc.md (simple_return): Update for fast interrupts.
93 (p_return_i): Likewise.
94 * config/arc/arc.opt (mrgf-banked-regs): New option.
95 * doc/invoke.texi (mrgf-banked-regs): Document.
96
41453183
CZ
972017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
98
99 * config/arc/arc.c (irq_ctrl_saved): New variable.
100 (ARC_AUTOBLINK_IRQ_P): Define.
101 (ARC_AUTOFP_IRQ_P): Likewise.
102 (ARC_AUTO_IRQ_P): Likewise.
103 (irq_range): New function.
104 (arc_must_save_register): Likewise.
105 (arc_must_save_return_addr): Likewise.
106 (arc_dwarf_emit_irq_save_regs): Likewise.
107 (arc_override_options): Handle deferred options.
108 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
109 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
110 arc_must_save_return_addr.
111 (arc_compute_frame_size): Handle automated save and restore of
112 registers.
113 (arc_expand_prologue): Likewise.
114 (arc_expand_epilogue): Likewise.
115 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
116 * config/arc/arc.opt (mirq-ctrl-saved): New option.
117 * doc/invoke.texi (mirq-ctrl-saved): Document option.
118
52744dd7
TK
1192017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
120 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
121
122 PR bootstrap/77661
123 * Makefile.def: Don't pass --enable-maintainer-mode on to an
124 in-tree build MPC.
125 * Makefile.in: Regenerate.
126
deeba76a
FXC
1272017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
128
129 * configure.ac: Enable LTO by default on darwin >= 9.
130 * configure: Regenerate.
131
5a05e11d
PD
1322017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
133
134 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
135 and Andrew Waterman as the RISC-V maintainers.
136
e04f858c
NK
1372017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
138
139 * MAINTAINERS: Add self to Write After Approval
140
a98cf819
GP
1412017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
142
143 * config.guess: Import latest from upstream.
144
9826d1a3
GP
1452017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
146
147 * MAINTAINERS (Write After Approval): Remove entries that are
148 already covered under Reviewers.
149
a46586c3
MW
1502017-03-08 Mark Wielaard <mark@klomp.org>
151
152 PR demangler/70909
153 PR demangler/67264
154 * include/demangle.h: Add d_printing to struct demangle_component
155 and pass struct demangle_component as non const.
156
734ca1c2
GP
1572017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
158
159 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
160
93b87d1d
TS
1612017-02-15 Thomas Schwinge <thomas@codesourcery.com>
162
163 * Makefile.tpl: Remove HOST_ISLVER.
164 (HOST_EXPORTS): Remove ISLVER.
165 * Makefile.in: Regenerate.
166
f877b3ad
RB
1672017-02-13 Richard Biener <rguenther@suse.de>
168
169 * configure: Re-generate.
170
2ad31830
GP
1712017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
172
173 * MAINTAINERS: Adjust bug reporting URL.
174
3501e62c
GP
1752017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
176
177 * MAINTAINERS (Write After Approval): Remove redundant entry
178 for Andrew Burgess.
179
510555e0
JDA
1802017-02-03 John David Anglin <danglin@gcc.gnu.org>
181
182 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
183 32-bit hppa*-*-hpux*.
184 * configure: Regenerate.
185
f6a24a94
MJ
1862017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
187
188 * configure.ac: Moved the white list of enabling BRIG FE to
189 libhsail-rt/configure.tgt.
190 * configure: Regenerated.
191 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
192
1932017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
194 Martin Jambor <mjambor@suse.cz>
195
5fd1486c
PJ
196 * Makefile.def (target_modules): Added libhsail-rt.
197 (languages): Added language brig.
198 * Makefile.in: Regenerated.
199 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
200 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
201 * configure: Regenerated.
202
3c36aa6b
JJ
2032017-01-17 Jakub Jelinek <jakub@redhat.com>
204
205 PR other/79046
206 * configure: Regenerated.
207
8f56cb51
AM
2082017-01-04 Alan Modra <amodra@gmail.com>
209
210 * configure: Regenerate.
211
f2c764c5
BE
2122016-12-29 Ben Elliston <bje@gnu.org>
213
214 * config.sub: Import latest version.
215
1dc9c117
AI
2162016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
217
218 * MAINTAINERS (Write After Approval): Add myself.
219
c21fdaa1
JJ
2202016-12-21 Jakub Jelinek <jakub@redhat.com>
221
222 * configure.ac: Don't bootstrap libmpx unless --with-build-config
223 includes bootstrap-mpx.
224 * configure: Regenerated.
225
cc811459
CX
2262016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
227
228 * MAINTAINERS (Write After Approval): Add myself.
229
b55e6680
MJ
2302016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
231
8f56cb51 232 * configure: Regenerate.
b55e6680 233
825fba52
MK
2342016-12-01 Matthias Klose <doko@ubuntu.com>
235
236 * configure.ac: Don't use pkg-config to check for bdw-gc.
237 * configure: Regenerate.
238
114bf3f1
MK
2392016-11-30 Matthias Klose <doko@ubuntu.com>
240
241 * Makefile.def: Remove reference to boehm-gc target module.
242 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
243 options and for the bdw-gc pkg-config module.
244 * configure: Regenerate.
245 * Makefile.in: Regenerate.
246
21b0f96a
NS
2472016-11-28 Nathan Sidwell <nathan@acm.org>
248
249 * MAINTAINERS (nvptx): Remove self.
250
292edab3
BE
2512016-11-25 Ben Elliston <bje@gnu.org>
252
253 * config.guess: Import latest version.
254 * config.sub: Likewise.
255
0954a00b
TT
2562016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
257
258 * MAINTAINERS (Write After Approval): Add myself.
259
8e4d2ca4
MK
2602016-11-15 Matthias Klose <doko@ubuntu.com>
261
262 * Makefile.def: Remove references to GCJ.
263 * Makefile.tpl: Likewise.
264 * Makefile.in: Regenerate.
265
84c1b9d3
MK
2662016-11-15 Matthias Klose <doko@ubuntu.com>
267
268 * config-ml.in: Remove references to GCJ.
269 * configure.ac: Likewise.
270 * configure: Regenerate.
271
3f95ca6c
JC
2722016-11-01 Josh Conner <joshconner@google.com>
273
274 * MAINTAINERS (Write After Approval): Update email address,
275
457cc672
CL
2762016-10-27 Carl Love <cel@us.ibm.com>
277
278 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
279 Approval list to make it alphabetical.
280
2142f54f
CL
2812016-10-27 Carl Love <cel@us.ibm.com>
282
283 * MAINTAINERS (Write After Approval): Add myself.
284
104700f4
AB
2852016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * MAINTAINERS (Reviewers): Add myself.
288 (Write After Approval): Add myself.
289
942c0db8
HP
2902016-10-21 Hartmut Penner <hepenner@us.ibm.com>
291 Ulrich Weigand <uweigand@de.ibm.com>
292
293 * MAINTAINERS: Update email address.
294
fbf4c502
NS
2952016-10-10 Nathan Sidwell <nathan@acm.org>
296
297 * MAINTAINERS: Update email address.
298
b20e7532
AT
2992016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
300
301 * configure.ac: Add aarch64-*-freebsd*.
302 * configure: Regenerate.
303
2e21fd4d
SE
3042016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
305
306 * MAINTAINERS: Update email address after it got reverted.
307
43c40f3e
RO
3082016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
309
310 * configure.ac (target_libraries): Readd target-boehm-gc.
311 Restore --enable-objc-gc handling.
312 * configure: Regenerate.
313
f05796ba
JL
3142015-10-03 Jeff Law <law@redhat.com>
315
316 * MAINTAINERS: Move several inactive maintainers to the
317 write-after-approval section.
318
012447ea
JJ
3192016-09-30 Jakub Jelinek <jakub@redhat.com>
320
321 * configure.ac: Add target-libffi to target_libraries.
322 Readd libgcj target disablings, modified to only target-libffi.
323 Readd target addition of go to unsupported languages.
324 * configure: Regenerated.
325
a7d75d59
SE
3262016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
327
328 * MAINTAINERS: Update email address.
329
d1a79a95
AH
3302016-09-30 Andrew Haley <aph@redhat.com>
331
4d8c733d 332 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
333 write-after approval. Remove Tom Tromey and Bryce McKinlay from
334 libgcj.
335
af2d4873
AH
3362016-09-30 Andrew Haley <aph@redhat.com>
337
338 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
339 write-after approval after GCJ deletion.
340
07b78716
AH
3412016-09-30 Andrew Haley <aph@redhat.com>
342
343 * Makefile.def: Remove libjava.
344 * Makefile.tpl: Likewise.
345 * Makefile.in: Regenerate.
346 * configure.ac: Likewise.
347 * configure: Likewise.
348 * gcc/java: Remove.
349 * libjava: Likewise.
350
a29b7214
CZ
3512016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
352
353 * MAINTAINERS (Reviewers): Add myself.
354
2fd88f4f
AK
3552016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
356
357 * configure.ac: Disable "sim" directory for arc*-*-*.
358 * configure: Regenerated.
359
e2080e79
TC
3602016-09-23 Tamar Christina <tamar.christina@arm.com>
361
362 * MAINTAINERS (Write After Approval): Add myself.
363
8f3675f8
MR
3642016-09-12 Maciej W. Rozycki <macro@imgtec.com>
365
366 * configure.ac: Check for the minimum in-tree MPFR version
367 handled.
368 * configure: Regenerate.
369
21f88103
YTL
3702016-07-20 Yan-Ting Lin <currygt52@gmail.com>
371
372 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
373 * configure: Regenerated.
374
60d51882
FR
3752016-07-19 Fritz Reese <fritzoreese@gmail.com>
376
377 * MAINTAINERS (Write After Approval): Add myself.
378
277d7ee0
AK
3792016-06-23 Andi Kleen <ak@linux.intel.com>
380
381 * Makefile.def: Add autoprofiledbootstrap.
382 * Makefile.tpl: Dito.
383 * Makefile.in: Regenerate.
384
fd6487af
JS
3852016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
386
387 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
388 * configure: Regenerate.
389
3e326935
TS
3902016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
391
392 * configure: Regenerate.
393 * configure.ac: Remove support for avr-rtems.
394
9582bf04
SKS
3952016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
396
397 * MAINTAINERS (Write After Approval): Add myself.
398
6f820b68
MC
3992016-06-16 Michael Collison <michael.collison@arm.com>
400
401 * MAINTAINERS (Write After Approval): Add myself.
402
775ee7fa
MM
4032016-06-14 Mikael Morin <mikael@gcc.gnu.org>
404
405 * MAINTAINERS (Write After Approval): Update e-mail address.
406
de3ba371
JM
4072016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
408
21f88103 409 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 410
350216e3
AM
4112016-05-28 Alan Modra <amodra@gmail.com>
412
413 * Makefile.tpl (configure): Depend on m4 files included.
414 * Makefile.in: Regenerate.
415
9cad20fa
BS
4162016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
417
418 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
419 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
420
92466115
BS
4212016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
422
423 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
424 special case builtin.
425 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
426 support for ALTIVEC_BUILTIN_VEC_ADDEC.
427 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
428 for __builtin_vec_addec.
429
fe38e08b
JS
4302016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
431
432 * config.guess: Import version 2016-04-02 (newest).
433 * config.sub: Import version 2016-05-10 (newest).
434
cef1a0b8 4352016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 436
cef1a0b8
JL
437 * configure.ac: Add ARC support to libgloss.
438 * configure: Regenerate
704b85c7 439
75a6b91a
AS
4402016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
441
442 * MAINTAINERS (Write After Approval): Add myself.
443
00f35794
BE
4442016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
445
446 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
447 * configure: Regenerated.
448 * Makefile.def (gmp): Explicitly disable assembler.
449 (mpfr): Adjust lib_path.
450 (mpc): Likewise.
451 * Makefile.in: Regenerated.
452
c100769b
JJ
4532016-05-01 Jakub Jelinek <jakub@redhat.com>
454
455 PR bootstrap/70704
456 * configure.ac (--enable-stage1-checking): Add missing
457 --enable-checking=.
458 * configure: Regenerated.
459
bc6d9014
OE
4602016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
461
ace08cb8
OE
462 * config.guess: Revert r235676.
463 * config.sub: Revert r235676.
464
4652016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
466
467 * config.guess: Remove SH5 support.
bc6d9014
OE
468 * config.sub: Likewise.
469 * configure: Likewise.
470 * configure.ac: Likewise.
471
7db11a5a
JJ
4722016-04-26 Jakub Jelinek <jakub@redhat.com>
473
474 PR bootstrap/70704
475 * configure.ac (--enable-stage1-checking): For --disable-checking or
476 implicit --enable-checking, make sure extra flag matches in between
477 stage1 and later checking.
478 * configure: Regenerated.
479
ab0fc037
TS
4802016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
481
482 * .gitattributes: New file.
483
c048fa95
SB
4842016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
485
486 * MAINTAINERS (rs6000/powerpc port): Add myself.
487
f3653cf5
SB
4882016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
489
490 PR bootstrap/70173
491 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
492 and gotools directories. Delete the stage_final file.
493 * Makefile.in: Regenerate.
494
4f93efa4
AV
4952016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
496
497 * MAINTAINERS (Write After Approval): Add myself.
498
c27e432e
SK
4992016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
500
501 * MAINTAINERS (Fortran maintainer): Remove myself.
502
7134713c
BS
5032016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
504
505 * MAINTAINERS (Write After Approval): Add myself.
506
7d74282a
KN
5072016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
508
509 * MAINTAINERS (Write After Approval): Add myself.
510
1b858e76
CC
5112016-03-17 Cary Coutant <ccoutant@gmail.com>
512
513 Sync with binutils-gdb:
514
515 2016-03-17 Cary Coutant <ccoutant@gmail.com>
516
517 * configure.ac: Add mips and s390 to the gold target check.
518 * configure: Regenerate.
519
d15bd5bb
DD
5202016-03-01 DJ Delorie <dj@redhat.com>
521
522 * MAINTAINERS (mep): Remove myself as MeP maintainer.
523
6d1fa6bb
DM
5242016-02-22 David Malcolm <dmalcolm@redhat.com>
525
526 * MAINTAINERS (libcpp): Add myself.
527 (diagnostic messages): Likewise.
528
607bda60
TV
5292016-02-20 Tom de Vries <tom@codesourcery.com>
530
531 * MAINTAINERS: Fix whitespace.
532
80cfaff8
CZ
5332016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
534
535 * MAINTAINERS (Write After Approval): Add myself.
536
c661a43d
SP
5372016-01-29 Sebastian Pop <s.pop@samsung.com>
538
539 * config/isl.m4: Add comments about isl-0.16.
540 * configure: Regenerate.
541
86b3a101
MJ
5422016-01-29 Martin Jambor <mjambor@suse.cz>
543
544 * MAINTAINERS (hsa maintainers): Add myself.
545
960cbfd2
WD
5462015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
547
548 * MAINTAINERS: (Write After Approval): Add myself.
549
1e050c90
AK
5502016-01-25 Aditya Kumar <aditya.k7@samsung.com>
551 Sebastian Pop <s.pop@samsung.com>
552
553 * Makefile.in: Regenerate.
554 * Makefile.tpl: Export ISLVER.
555 * configure: Regenerate.
556 * config/isl.m4: Detect isl-0.15.
557
cefadad1
MM
5582016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
559
560 PR bootstrap/69329
561 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
562 * Makefile.in: Regenerate.
563
9e530bcd
AP
5642016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
565
566 * configure.ac: Enable LTO for DJGPP
567 * configure: Regenerate
568
324402a0
L
5692016-01-12 H.J. Lu <hongjiu.lu@intel.com>
570
571 Sync with binutils-gdb:
572 2015-10-21 Nick Clifton <nickc@redhat.com>
573
574 PR gas/19109
575 * configure.ac: Note the 'none' is an acceptable argument to
576 --enable-compressed-debug-sections.
577 * configure: Regenerate.
578
9eaaa830
BE
5792016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
580
581 PR bootstrap/69134
582 * Makefile.def (mpfr): Disable assembler.
583 * Makefile.in: Regenerate.
584
cfe67e03
BE
5852016-01-01 Ben Elliston <bje@gnu.org>
586
587 * config.guess: Import version 2016-01-01.
588 * config.sub: Likewise.
589
be33d404
SS
5902015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
591
592 * MAINTAINERS (Write After Approval): Add myself.
593
e357a5e0
SP
5942015-12-17 Sebastian Pop <s.pop@samsung.com>
595
596 * Makefile.in: Replace ISL with isl.
597 * Makefile.tpl: Same.
598 * config/isl.m4: Same.
599 * configure.ac: Same.
600 * contrib/download_prerequisites: Same.
601 * configure: Regenerate.
602
1ad2439b
AP
6032015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
604
605 * MAINTAINERS (Write After Approval): Add Myself.
606
70decafb
NS
6072015-12-17 Nathan Sidwell <nathan@acm.org>
608
609 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
610 * configure: Regenerate.
611
560d18d3
AK
6122015-12-16 Aditya Kumar <aditya.k7@samsung.com>
613 Sebastian Pop <s.pop@samsung.com>
614
615 * config/isl.m4 (ISL_CHECK_VERSION): Check for
616 isl_ctx_get_max_operations.
617 * configure: Regenerate.
618
57e8ab24 6192015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
620
621 * MAINTAINERS (Write After Approval): Add myself.
622
105b682e
ILT
6232015-12-02 Ian Lance Taylor <iant@google.com>
624
625 PR go/66147
626 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
627 * Makefile.in: Regenerate.
628
7eb46bec
AT
6292015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
630
631 PR libffi/65726
632 * Makefile.def (lang_env_dependencies): Make libffi depend
633 on cxx.
634 * Makefile.in: Regenerate.
635
cc3baaa9
DE
6362015-11-26 David Edelsohn <dje.gcc@gmail.com>
637
638 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
639 symbols.
640
3be96231
TG
6412015-11-20 Tristan Gingold <gingold@adacore.com>
642
643 Sync with binutils-gdb:
644 2015-11-20 Tristan Gingold <gingold@adacore.com>
645
646 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
647 * configure: Regenerate.
648
daa53f38
ML
6492015-11-19 Martin Liska <mliska@suse.cz>
650
651 * .gitignore: Add .clang-format to ignored files.
652 * Makefile.in: Add clang-format.
653 * Makefile.tpl: Likewise.
654
54985c70
TA
6552015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
656
657 * configure.ac: Enable libmpx by default.
658 * configure: Regenerated.
659
d0397c75
SE
6602015-10-23 Steve Ellcey <sellcey@imgtec.com>
661
662 * MAINTAINERS: Update email address.
663
735a559c
PM
6642015-10-23 Paulo Matos <pmatos@linki.tools>
665
666 * MAINTAINERS: Update email address.
667
15713b43
AH
6682015-10-23 Alan Hayward <alan.hayward@arm.com>
669
670 * MAINTAINERS (Write After Approval): Add myself.
671
78edb32f
L
6722015-10-20 H.J. Lu <hongjiu.lu@intel.com>
673
674 Sync with binutils-gdb:
675 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
676
677 PR gas/19109
678 * configure.ac: Add
679 --enable-compressed-debug-sections={all,gas,gold,ld}.
680 * configure: Regenerated.
681
dec6b7f1
AC
6822015-10-16 Arnaud Charlet <charlet@adacore.com>
683
684 * MAINTAINERS: Update list of Ada maintainers and email addresses.
685
6be1d686
ML
6862015-10-09 Martin Liska <mliska@suse.cz>
687
688 * MAINTAINERS (Write After Approval): Add myself.
689
dc0e2060
AF
6902015-10-09 Alexander Fomin <alexander.fomin@intel.com>
691
692 * MAINTAINERS (Write After Approval): Add myself.
693
bec93d40
FW
6942015-10-02 Florian Weimer <fweimer@redhat.com>
695
696 * MAINTAINERS: Update email address.
697
0487f06d
LK
6982015-10-02 Louis Krupp <louis.krupp@zoho.com>
699
700 * MAINTAINERS (Write After Approval): Add myself.
701
56547ff7
KT
7022015-09-20 Kai Tietz <ktietz70@googlemail.com>
703
423ea09f 704 * MAINTAINERS: Update email.
56547ff7 705
ed4c91ea
BS
7062015-09-14 Bernd Schmidt <bschmidt@redhat.com>
707
708 * MAINTAINERS: Update my email address.
709
2503fd9e
JB
7102015-09-01 James Bowman <james.bowman@ftdichip.com>
711
712 * MAINTAINERS (ft32 port): Add myself.
713
3726332a
DS
7142015-08-28 David Sherwood <david.sherwood@arm.com>
715
716 * MAINTAINERS: Add myself.
717
15480aaf
PM
7182015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
719
720 * MAINTAINERS (Write After Approval): Add myself.
721
ad4f95e3
FXC
7222015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
723
724 PR libfortran/54572
725 * Makefile.def: Make libgfortran depend on libbacktrace.
726 * Makefile.in: Regenerate.
727
95f25df0
SD
7282015-08-20 Simon Dardis <simon.dardis@imgtec.com>
729
730 * MAINTAINERS (Write After Approval): Add myself.
731
5dc85f7e
TV
7322015-08-12 Tom de Vries <tom@codesourcery.com>
733
734 PR other/67092
735 * configure.ac: Remove --with_host_libstdcxx support.
736 * configure: Regenerate.
737
44a7d18d
TS
7382015-08-10 Thomas Schwinge <thomas@codesourcery.com>
739 Jakub Jelinek <jakub@redhat.com>
740
741 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
742 nvptx*-*-*.
743 * configure: Regenerate.
744
bf5372e7
YS
7452015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
746
747 * Makefile.def (libiconv): Define bootstrap=true.
748 Mark pdf/html/info as missing.
749 (configure-gcc): Depend on all-libiconv.
750 (all-gcc): Ditto.
751 (configure-libcpp): Ditto.
752 (all-libcpp): Ditto.
753 (configure-intl): Ditto.
754 (all-intl): Ditto.
755 * Makefile.in: Regenerate.
756
94b8fdcc
BC
7572015-08-03 Bin Cheng <bin.cheng@arm.com>
758
759 * MAINTAINERS (loop ivopts): Add the entry and myself.
760
430bcac1
NS
7612015-07-31 Nathan Sidwell <nathan@codesourcery.com>
762
763 * MAINTAINERS (nvptx): Add self.
764
110d61da
AL
7652015-07-29 Alan Lawrence <alan.lawrence@arm.com>
766
767 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
768 128-bit vector modes.
769
c9da7548 7702015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 771
c9da7548
VV
772 * MAINTAINERS (Write After Approval): Add myself.
773
423ea09f 7742015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
775
776 * config.sub, config.guess: Import from upstream.
777
6b1786aa
JL
7782015-07-24 Michael Darling <darlingm@gmail.com>
779
780 PR other/66259
781 * config-ml.in: Reflects renaming of configure.in to configure.ac
782 * configure: Likewise
783 * configure.ac: Likewise
784
45952786
BS
7852015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
786
787 * MAINTAINERS: Update my email address.
788
f1595603
L
7892015-07-14 H.J. Lu <hongjiu.lu@intel.com>
790
791 Sync with binutils-gdb:
792 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
793
794 * configure.ac (target_configdirs): Exclude target-zlib if
795 target-libjava isn't built.
796 * configure: Regenerated.
797
a05c2c75
L
7982015-07-14 H.J. Lu <hongjiu.lu@intel.com>
799
800 Sync with binutils-gdb:
801 2015-05-13 John David Anglin <dave.anglin@bell.net>
802
803 * configure.ac: Disable configuration of GDB for HPUX targets.
804 * configure: Regenerate.
805
806 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
807
808 * configure.ac: Add --with-system-zlib.
809 * configure: Regenerated.
810
811 2015-01-28 James Bowman <james.bowman@ftdichip.com>
812
813 * configure.ac: Add FT32 support.
814 * configure: Regenerate.
815
816 2015-01-12 Anthony Green <green@moxielogic.com>
817
818 * configure.ac: Don't disable gprof for moxie.
819 * configure: Rebuild.
820
1c01ebf6
L
8212015-07-14 H.J. Lu <hongjiu.lu@intel.com>
822
823 Sync with binutils-gdb:
824 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
825
826 PR ld/18355
827 * Makefile.def: Add extra_configure_flags to host zlib.
828 * configure.ac (extra_host_zlib_configure_flags): New. Set
829 to --enable-host-shared When bfd is to be built as shared
830 library. AC_SUBST.
831 * Makefile.in: Regenerated.
832
e59969a1
HPN
8332015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
834
835 Sync with src:
836 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
837 * Makefile.def (dependencies): Add all-zlib to all-bfd.
838 * Makefile.in: Regenerated.
839
d9063947
L
8402015-06-30 H.J. Lu <hongjiu.lu@intel.com>
841
842 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
843 target.
844 * configure: Regenerate.
845
b837291d
LC
8462015-06-23 Ludovic Courtès <ludo@gnu.org>
847
848 * MAINTAINERS (Write After Approval): Add myself.
849
2a97995f
AT
8502015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
851
852 * MAINTAINERS (OS Port Maintainers): Add myself.
853 (Various Maintainers): Remove myself from libffi testsuite.
854
19cd26a6
RS
8552015-06-04 Richard Sandiford <richard.sandiford@arm.com>
856
857 * MAINTAINERS (gen* on machine desc): Add self.
858
8ca528d9
JM
8592015-06-02 Jason Merrill <jason@redhat.com>
860
861 PR bootstrap/66319
862 * configure.ac: Use -std=gnu++98.
863
4526c3c1
SN
8642015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
865
866 * MAINTAINERS (Write After Approval): Add myself.
867
318a4e6d
MF
8682015-05-28 Mike Frysinger <vapier@gentoo.org>
869
870 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
871 * configure: Regenerate.
872
46070488
JM
8732015-05-26 Jason Merrill <jason@redhat.com>
874
875 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
876 * configure: Regenerate.
877
fef939d6
JB
8782015-05-16 James Bowman <james.bowman@ftdichip.com>
879
880 * configure.ac: FT32 target added.
fef939d6
JB
881 * configure: Regenerated.
882
886faf50
IB
8832015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
884
885 * MAINTAINERS (Write After Approval): Add myself.
886
91c6b410
PM
8872015-05-11 Paulo Matos <paulo@matos-sorge.com>
888
889 * MAINTAINERS (Write After Approval): Add myself.
890
e640447c
PM
8912015-05-11 Paulo Matos <paulo@matos-sorge.com>
892
893 * configure.ac: Fix typo.
894 * configure: Regenerate.
895
e587377d
MM
8962015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
897
898 * MAINTAINERS (Write After Approval): Add myself.
899
cabb9d59
MK
9002015-05-03 Matthias Klose <doko@ubuntu.com>
901
902 * configure.ac: Match $host configured with triplets.
903 * configure: Regenerate.
904
fafb95a6
BRF
9052015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
906
907 * Makefile.tpl: Remove surplus whitespace throughout.
908 * Makefile.in: Regenerate.
909
85867772
SB
9102015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
911
912 * MAINTAINERS (Various Maintainers): Add myself as instruction
913 combiner maintainer.
914
c10b5ea0
JJ
9152015-04-17 Jakub Jelinek <jakub@redhat.com>
916
917 PR bootstrap/62077
918 * configure.ac (--enable-stage1-checking): Default to
919 release,misc,gimple,rtlflag,tree,types if --disable-checking
920 or --enable-checking is not specified and DEV-PHASE is not
921 experimental.
922 * configure: Regenerated.
923
77019397
MO
9242015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
925
926 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
927 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
928 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
929 * Makefile.in: Regenerate.
930
17feae99 9312015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
932
933 * MAINTAINERS: Update my email address.
934
e61ffb3b
JG
9352015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
936
937 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
938
b16cc4f2
KT
9392015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
940
941 * MAINTAINERS: Add myself as an arm port reviewer.
942
ec523909
ML
9432015-03-25 Martin Liska <mliska@suse.cz>
944 Yury Gribov <y.gribov@samsung.com>
945
946 * Makefile.in: Fix ln source location for vimrc file.
947 * Makefile.tpl: Likewise.
948
fc30054e
AH
9492015-03-09 Aldy Hernandez <aldyh@redhat.com>
950
951 PR bootstrap/25672
952 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
953 cross-compiling. Similarly for CXX_FOR_TARGET.
954 * configure: Regenerate.
955
5373cd33
IE
9562015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
957
958 * Makefile.def: Add libmpx.
959 * configure.ac: Add libmpx.
960 * Makefile.in: Regenerate.
961 * configure: Regenerate.
962
a6e8abb9
KY
9632015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
964
965 * MAINTAINERS (CPU Port Maintainers): Add myself
966 i386 vector ISA extns mantainer.
967
f2b86778
JL
9682015-03-13 Jeff Law <law@redhat.com>
969
970 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
971 maintainer.
972 Remove Richard Henderson as a maintainer for the x86 port.
973
9dd44d1c
JR
9742015-03-03 Joern Rennecke <gnu@amylaar.uk>
975
976 * MAINTAINERS (CPU Port Maintainers): Update my email address.
977
33079441
IE
9782015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
979
980 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
981 pointer bounds checker and i386 MPX maintainer.
982
d083ae5f
SL
9832015-02-26 Sandra Loosemore <sandra@codesourcery.com>
984
985 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
986
f91f1c13
MS
9872015-02-26 Martin Sebor <msebor@redhat.com>
988
989 * MAINTAINERS (Various Maintainers): Add self.
990
426c1eb0
TS
9912015-02-20 Thomas Schwinge <thomas@codesourcery.com>
992
993 * configure.ac [--enable-as-accelerator-for] (enable_languages):
994 Make sure it contains lto.
995 * configure: Regenerate.
996
8ae12d71
TS
9972015-02-18 Thomas Schwinge <thomas@codesourcery.com>
998
999 * configure: Regenerate.
1000
11aa81cc 10012015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 10021
11aa81cc
DN
1003 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1004 middle-end, docstring): Remove myself.
1005 (Write After Approval): Add myself.
1006
a436ab27
JJ
10072015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1008
1009 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1010 (Write After Approval): Update address.
1011
231d020b
DM
10122015-01-29 David Malcolm <dmalcolm@redhat.com>
1013
1014 PR jit/64780
1015 * configure.ac: Require the user to explicitly specify
1016 --enable-host-shared if the jit is enabled.
1017 * configure: Regenerate.
1018
82a94471
RS
10192015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1020
1021 * MAINTAINERS (Write After Approval): Add myself.
1022
e6f0c56d
TV
10232015-01-25 Tom de Vries <tom@codesourcery.com>
1024
1025 * MAINTAINERS: Make whitespace consistent.
1026
631ff3e1
BO
10272015-01-23 Braden Obrzut <admin@maniacsvault.net>
1028
1029 * MAINTAINERS (Write After Approval): Add myself.
1030
09b9cd1f
AV
10312015-01-20 Andre Vehreschild <vehre@gmx.de>
1032
1033 * MAINTAINERS: (Write After Approval): Add myself.
1034
802ed46a
MU
10352015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1036
1037 * MAINTAINERS: (Write After Approval): Add myself.
1038
c61fcfa6
PT
10392015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1040
1041 * MAINTAINERS: (Write After Approval): Add myself.
1042
ebcd09c1
IS
10432015-01-13 Iain Sandoe <iain@codesourcery.com>
1044
1045 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1046 objective-c/c++ front end maintainer.
1047
71aa170d
MP
10482015-01-13 Marek Polacek <polacek@redhat.com>
1049
1050 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1051
da067543
JL
10522015-01-12 Jeff Law <law@redhat.com>
1053
1054 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1055 a very long time.
1056
bf1de3f0
ILT
10572015-01-09 Ian Lance Taylor <iant@google.com>
1058
1059 * configure.ac (host_tools): Add gotools.
1060 * Makefile.def (host_modules): Add gotools.
1061 (dependencies): Add dependency of all-gotools on all-target-libgo.
1062
82a19768
AT
10632015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1064
1065 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1066 * configure: Regenerate.
1067
53dd59bf
TS
10682015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1069
1070 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1071 all-target-libgomp.
1072 * Makefile.in: Regenerate.
1073
8054942d
EB
10742015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1075
1076 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1077
0969ec7d
EB
10782015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1079
1080 * configure.ac: Add Visium support.
1081 * configure: Regenerate.
1082
ec8fd1c0
AS
10832015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1084
1085 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1086 * configure: Regenerate.
1087
9bccfdf5
AP
10882015-01-03 Andrew Pinski <apinski@cavium.com>
1089
1090 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1091 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1092 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1093 (OBJCOPY_FOR_TARGET): New variable.
1094 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1095 * Makefile.in: Regenerate.
1096 * configure.ac: Check for already installed target objcopy.
1097 Also GCC_TARGET_TOOL on objcopy.
1098 * configure: Regenerate.
1099
007adc0d
HPN
11002015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1101
1102 * config.sub: Update from upstream, to 2015-01-01 version.
1103 * config.guess: Ditto.
1104
fe55e976
SH
11052014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1106
1107 * MAINTAINERS (RTEMS Ports): Add myself.
1108
b86d271e
PMR
11092014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1110
1111 * MAINTAINERS (Write After Approval): Add myself.
1112
9733278a
MH
11132014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1114
1115 * MAINTAINERS (Write After Approval): Add myself.
1116
4b4f2e35
TS
11172014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1118
1119 * configure.ac (--enable-as-accelerator-for): Don't set
1120 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1121 * configure: Regenerate.
1122
b6a65eb6
JJ
11232014-12-13 Jakub Jelinek <jakub@redhat.com>
1124
1125 PR bootstrap/64023
1126 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1127 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1128 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1129 to CXX.
1130 * Makefile.in: Regenerated.
1131
c3e1e693
YG
11322014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1133 Yury Gribov <y.gribov@samsung.com>
1134
1135 * .gitignore: Added .local.vimrc and .lvimrc.
1136 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1137 * Makefile.in: Regenerate.
1138
11392014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
1140
1141 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1142 * configure: Regenerated.
1143
b9fb25a5
BS
11442014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1145
1146 * MAINTAINERS (nvptx port): New entry.
1147
d896cc4d
JBG
11482014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1149
1150 * configure: Regenerate.
1151
74ae587e
JBG
11522014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1153
1154 * configure.ac: Merge with Binutils.
1155
45c89690
TB
11562014-11-26 Tobias Burnus <burnus@net-b.de>
1157
1158 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1159 * Makefile.in: Regenerate.
1160
ea903c37
BE
11612014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1162
1163 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1164 missing flex.
1165 * Makefile.in: Regenerated.
1166
eb23df59
IV
11672014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1168
1169 * Makefile.in: Regenerate.
1170
a699d672
L
11712014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1172
1173 PR bootstrap/63784
1174 * libtool.m4: Add $pic_flag with -shared.
1175
fc065a61
RL
11762014-11-21 Renlin Li <Renlin.Li@arm.com>
1177
1178 * MAINTAINERS (Write After Approval): Added myself.
1179
efcc23e6
AV
11802014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1181
1182 * MAINTAINERS (write-after-approval): Add myself.
1183
dd308ed8
MK
11842014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1185
1186 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1187 from 2 years ago.
1188
ac8698a1
AV
11892014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1190
1191 Revert:
1192 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1193
1194 * MAINTAINERS (Write After Approval): Added myself as line map
1195 maintainer.
1196
8dab9330
RL
11972014-11-19 Renlin Li <Renlin.Li@arm.com>
1198
1199 Revert:
1200 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1201
1202 * MAINTAINERS (Write After Approval): Added myself.
1203
1be22083
RL
12042014-11-19 Renlin Li <Renlin.Li@arm.com>
1205
1206 * MAINTAINERS (Write After Approval): Added myself.
1207
59392f46
AV
12082014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1209
1210 * MAINTAINERS (Write After Approval): Added myself as line map
1211 maintainer.
1212
0f3422cc
DS
12132014-11-17 Dodji Seketeli <dodji@redhat.com>
1214
1215 * MAINTAINERS (Various Maintainers): Added myself as line map
1216 maintainer.
1217
0c8969f0
JBG
12182014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1219
1220 * move-if-change: Sync from upstream gnulib.
1221
d7134c0e
JBG
12222014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1223
1224 * compile: Sync with upstream Automake.
1225 * depcomp: Ditto.
1226 * install-sh: Ditto.
1227 * missing: Ditto.
1228 * mkinstalldirs: Ditto.
1229 * ylwrap: Ditto.
1230
e4ff7e6a
JBG
12312014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1232
1233 * config.sub: Update from upstream config repo.
1234 * config.guess: Ditto.
1235
5f520819
KY
12362014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1237
1238 * Makefile.def: Add liboffloadmic to target_modules. Make
1239 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1240 * Makefile.in: Regenerate.
1241 * configure: Regenerate.
1242 * configure.ac: Add liboffloadmic to target binaries.
1243 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1244 Add liboffloadmic to noconfig list when C++ is not supported.
1245
85c64bbe
BS
12462014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1247 Thomas Schwinge <thomas@codesourcery.com>
1248 Ilya Verbin <ilya.verbin@intel.com>
1249 Andrey Turetskiy <andrey.turetskiy@intel.com>
1250
1251 * configure: Regenerate.
1252 * configure.ac (--enable-as-accelerator-for)
1253 (--enable-offload-targets): New configure options.
1254
7d35a59e
TB
12552014-11-11 Tobias Burnus <burnus@net-b.de>
1256
0a002272 1257 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
1258 * Makefile.in: Regenerate.
1259
35485da9
DM
12602014-11-11 David Malcolm <dmalcolm@redhat.com>
1261
1262 * ChangeLog.jit: New.
1263 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1264
ebf6d33b
FXC
12652014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1266
1267 PR target/63610
1268 * libtool.m4: Fix globbing of darwin versions.
1269 * configure: Regenerate.
1270
4a9bb2aa
TB
12712014-11-11 Tobias Burnus <burnus@net-b.de>
1272
4a9bb2aa
TB
1273 * Makefile.def: Remove CLooG.
1274 * Makefile.tpl: Ditto.
1275 * configure.ac: Ditto.
1276 * configure: Regenerate.
1277 * Makefile.in: Ditto.
1278
738f2522
BS
12792014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1280
1281 * configure.ac: Handle nvptx-*-*.
1282 * configure: Regenerate.
1283
9b591dd1
PG
12842014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1285
1286 * MAINTAINERS (Write After Approval): Add myself.
1287
14258928
JJ
12882014-10-31 Jakub Jelinek <jakub@redhat.com>
1289
1290 * Makefile.def (libcc1): Remove bootstrap=true;.
1291 * Makefile.in: Regenerated.
1292
1335a8ca
JBG
12932014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1294
1295 * configure.ac: Update comment.
1296 * configure: Regenerate.
1297
cb115cc2
IE
12982014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1299
1300 * MAINTAINERS (Write After Approval): Add myself.
1301
fca38047
TS
13022014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1303
1304 * configure.ac (extra_host_libiberty_configure_flags): Add
1305 --enable-shared also for libcc1's benefit.
1306 * configure: Regenerate.
1307
65c0707b
TG
13082014-10-29 Tristan Gingold <gingold@adacore.com>
1309
1310 * MAINTAINERS: Change my email address.
1311
ddc8de03
PM
13122014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1313 Tom Tromey <tromey@redhat.com>
1314
1315 * Makefile.def: Add libcc1 to host_modules.
1316 * configure.ac (host_tools): Add libcc1.
1317 * Makefile.in, configure: Rebuild.
1318
4eb1ac39 13192014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
1320
1321 * configure.ac (build_configargs): Don't share config.cache between
1322 build subdirs.
7fd74620 1323 * configure: Regenerate.
3d96b0d0 1324
d81230b5
DH
13252014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1326
1327 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1328 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1329 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1330 leon3v7 as leon3.
1331 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1332 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1333 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1334 * config/sparc/sparc.md (cpu): Add leon3v7.
1335 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1336
c7a6a617
DH
13372014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1338
1339 * MAINTAINERS (write-after-approval): Add myself.
1340
74cc5471
ILT
13412014-10-23 Ian Lance Taylor <iant@google.com>
1342
1343 * configure.ac: Disable the Go frontend on systems where it is known
1344 to not work.
1345 * configure: Regenerate.
1346
929315a9
RB
13472014-10-23 Richard Biener <rguenther@suse.de>
1348
1349 * Makefile.def: Add libcpp build module and dependencies.
1350 * configure.ac: Add libcpp build module.
1351 * Makefile.in: Regenerate.
1352 * configure: Likewise.
1353
5d12b768
MF
13542014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1355
1356 * MAINTAINERS (write-after-approval): Add myself.
1357
7b262a51
MLI
13582014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1359
1360 * INSTALL/README: Do not mention CVS.
1361
7705dfd1
JY
13622014-10-03 Jing Yu <jingyu@google.com>
1363
1364 * configure.ac: Add aarch64 to list of targets that support gold.
1365 * configure: Regenerate.
1366
a3052d31
FD
13672014-09-29 François Dumont <fdumont@gcc.gnu.org>
1368
1369 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1370
b2a1b261
CM
13712014-09-29 Catherine Moore <clm@codesourcery.com>
1372
1373 * MAINTAINERS: Add myself as MIPS maintainer.
1374
05342e10
MF
13752014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1376
1377 * MAINTAINERS: Move myself to MIPS maintainers.
1378
3f6bb7e5
JBG
13792014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1380
1381 * MAINTAINERS: Put all email addresses between '<' and '>'.
1382
3e895729
FXC
13832014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1384
1385 * MAINTAINERS: Move myself to reviewers (Fortran).
1386
e04733ee
AK
13872014-09-01 Andi Kleen <ak@linux.intel.com>
1388
1389 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1390 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1391 * Makefile.in: Regenerate.
1392
e79c0ea8
DM
13932014-08-28 David Malcolm <dmalcolm@redhat.com>
1394
1395 * rtx-classes-status.txt: Delete
1396
b32d5189
DM
13972014-08-28 David Malcolm <dmalcolm@redhat.com>
1398
1399 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1400
e0c0c325
SP
14012014-08-27 Sebastian Pop <s.pop@samsung.com>
1402
1403 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1404 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1405 of checking for version number.
1406 * configure: Regenerated.
1407 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1408
d7ac0a6a
DM
14092014-08-27 David Malcolm <dmalcolm@redhat.com>
1410
1411 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1412 is done; begin phase 6 (use extra rtx_def subclasses).
1413
9daaca36
DM
14142014-08-27 David Malcolm <dmalcolm@redhat.com>
1415
1416 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1417 done; begin phase 5 (additional rtx_def subclasses).
1418
b2908ba6
DM
14192014-08-26 David Malcolm <dmalcolm@redhat.com>
1420
1421 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1422
1130d5e3
DM
14232014-08-26 David Malcolm <dmalcolm@redhat.com>
1424
1425 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1426 SET_BB_HEADER are done.
1427
0e0ce50d
DM
14282014-08-26 David Malcolm <dmalcolm@redhat.com>
1429
1430 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1431 done.
1432
3d30f4e8
DM
14332014-08-26 David Malcolm <dmalcolm@redhat.com>
1434
1435 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1436
6144a836
DM
14372014-08-26 David Malcolm <dmalcolm@redhat.com>
1438
1439 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1440
b311fd0f
DM
14412014-08-25 David Malcolm <dmalcolm@redhat.com>
1442
1443 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1444
d8ce2eae
DM
14452014-08-25 David Malcolm <dmalcolm@redhat.com>
1446
1447 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1448
1455e88c
DM
14492014-08-25 David Malcolm <dmalcolm@redhat.com>
1450
1451 * rtx-classes-status.txt: Phase 3 (per-file commits within
1452 "config" subdirs) is done; begin phase 4 (removal of
1453 "scaffolding").
1454
76c531d3
DM
14552014-08-23 David Malcolm <dmalcolm@redhat.com>
1456
1457 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1458 dir) is done; begin phase 3 (per-file commits within "config"
1459 subdirs).
1460
00550b3d
DM
14612014-08-21 David Malcolm <dmalcolm@redhat.com>
1462
1463 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1464 phase 2 (per-file commits in main source dir).
1465
622dbadf
BC
14662014-08-21 Bin Cheng <bin.cheng@arm.com>
1467
1468 * configure: Regenerated.
1469
c1286e0b
DM
14702014-08-19 David Malcolm <dmalcolm@redhat.com>
1471
1472 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1473
c2fc1aee
DM
14742014-08-19 David Malcolm <dmalcolm@redhat.com>
1475
1476 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1477
68975683
DM
14782014-08-19 David Malcolm <dmalcolm@redhat.com>
1479
1480 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1481
d914bc6b
DM
14822014-08-19 David Malcolm <dmalcolm@redhat.com>
1483
1484 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1485
8020a4d5
DM
14862014-08-19 David Malcolm <dmalcolm@redhat.com>
1487
1488 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1489
a231b8a5
JV
14902014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1491
1492 * MAINTAINERS (Write After Approval): Add myself.
1493
ce8126f5
CF
14942014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1495
1496 * MAINTAINERS: Remove myself
1497
0f82e5c9
DM
14982014-08-19 David Malcolm <dmalcolm@redhat.com>
1499
1500 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1501
9c9afb69
PP
15022014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1503
1504 * MAINTAINERS (Write After Approval): Add myself.
1505
190bea87
DM
15062014-08-18 David Malcolm <dmalcolm@redhat.com>
1507
1508 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1509 SET_BB_HEADER, SET_BB_FOOTER
1510
c41b94ce
DM
15112014-08-18 David Malcolm <dmalcolm@redhat.com>
1512
bb3fff01 1513 * rtx-classes-status.txt: New file
c41b94ce 1514
eae1a5d4
RG
15152014-08-18 Roman Gareev <gareevroman@gmail.com>
1516
1517 * configure.ac: Eliminate ClooG installation dependency.
1518 * configure: Regenerate.
1519 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1520 * Makefile.in: Regenerate.
1521
f613bc0f
IV
15222014-08-15 Ilya Verbin <iverbin@gmail.com>
1523
1524 * MAINTAINERS (Write After Approval): Add myself.
1525
423ea09f 15262014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
1527
1528 * MAINTAINERS (Write After Approval): Add myself.
1529
88b1a322
JW
15302014-08-01 Jiong Wang <jiong.wang@arm.com>
1531
1532 * MAINTAINERS (Write After Approval): Add myself.
1533
8ed499f8
AG
15342014-07-28 Anthony Green <green@moxielogic.com>
1535
1536 Import from savannah.gnu.org:
1537 * config.sub: Update to 2014-07-28 version.
1538
09ec3110
RS
15392014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1540
1541 * MAINTAINERS: Remove my MIPS maintainer entry.
1542
7b7f941a
UB
15432014-07-26 Uros Bizjak <ubizjak@gmail.com>
1544
1545 PR target/47230
1546 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1547 * configure: Regenerate.
1548
a12f7ac8
JN
15492014-07-24 James Norris <jnorris@codesourcery.com>
1550
1551 * MAINTAINERS (Write After Approval): Add myself.
1552
09611faf
RG
15532014-07-20 Roman Gareev <gareevroman@gmail.com>
1554
1555 * configure.ac: Accept only CLooG 0.18.1.
1556 * configure: Regenerate.
1557
37738b0f
RG
15582014-07-17 Roman Gareev <gareevroman@gmail.com>
1559
1560 * configure.ac: Don't accept isl 0.11.
1561 * configure: Regenerate.
1562
473037cb
AZ
15632014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1564
1565 * MAINTAINERS (Write After Approval): Add myself.
1566
9a62ed16
RO
15672014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1568
1569 * configure.ac: Don't accept isl 0.10.
1570 * configure: Regenerate.
1571
c41f1c42 15722014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 1573
c41f1c42
BE
1574 Fix include path for in-tree cloog.
1575 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1576 * configure: Regenerate.
29d0a43c 1577
c41f1c42 15782014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 1579
c41f1c42 1580 * .gitignore: Import gcc_update output.
a5852bea 1581
b6383ab8
TS
15822014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1583
a10ec8bc
TS
1584 * config-ml.in: Robustify ac_configure_args parsing.
1585
45b3824d
TS
1586 * configure.ac (--enable-linker-plugin-configure-flags)
1587 (--enable-linker-plugin-flags): New flags.
1588 (configdirs): Conditionally add libiberty-linker-plugin.
1589 * configure: Regenerate.
1590 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1591 (host_modules) <lto-plugin>: Pay attention to
1592 @extra_linker_plugin_flags@ and
1593 @extra_linker_plugin_configure_flags@.
1594 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1595 * Makefile.in: Regenerate.
1596
b6383ab8
TS
1597 * Makefile.tpl (configure-[+prefix+][+module+])
1598 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1599 "module_srcdir" instead of "module" for locating a module's srcdir.
1600 * Makefile.in: Regenerate.
1601
a4a1b5f3
MF
16022014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1603
1604 * MAINTAINERS (Write After Approval): Add myself.
1605
38a13841
SP
16062014-06-06 Sebastian Pop <sebpop@gmail.com>
1607
1608 * MAINTAINERS: Update my email address.
1609
153fcd41
TP
16102014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1611
1612 * MAINTAINERS (Write After Approval): Add myself.
1613
e25d9632
AB
16142014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1615
1616 * MAINTAINERS (Write After Approval): Add myself.
1617
1007a55c
JW
16182014-05-30 Jonathan Wakely <jwakely@redhat.com>
1619
1620 PR libstdc++/61011
1621 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1622 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1623 * configure: Regenerate.
1624
fd9ed1ae
PA
16252014-05-28 Pedro Alves <palves@redhat.com>
1626
1627 * MAINTAINERS (Write After Approval): Add myself.
1628
03bdb69f
MK
16292014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1630
1631 * MAINTAINERS: Update my affiliation/email.
1632
905083ad
MS
16332014-05-19 Mike Stump <mikestump@comcast.net>
1634
1635 * MAINTAINERS: Add wide-int reviewers.
1636
707f1839
SL
16372014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1638
1639 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1640 * configure: Regenerated.
1641
7321dc60
TR
16422014-05-15 Torvald Riegel <triegel@redhat.com>
1643
1644 * MAINTAINERS (libitm): Add myself as maintainer.
1645
5b1e4b47
CB
16462014-05-07 Charles Baylis <charles.baylis@linaro.org>
1647
1648 * MAINTAINERS (Write After Approval): Add myself.
1649
a4ebe104
RS
16502014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1651
1652 * config.sub, config.guess: Import from upstream.
1653
9575df4a
AL
16542014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1655
1656 * MAINTAINERS (Write After Approval): Put myself in correct order.
1657
2fdc94b7
AL
16582014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1659
1660 * MAINTAINERS (Write After Approval): Add myself.
1661
080c6230
LB
16622014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1663
1664 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1665 section.
1666
4e4c8692
RÁE
16672014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1668
1669 * MAINTAINERS (Write After Approval): Delete myself.
1670
ffe7f7a7
JJ
16712014-04-17 Jakub Jelinek <jakub@redhat.com>
1672
1673 PR sanitizer/56781
1674 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1675 and -B* options with -Xcompiler.
1676
147d38a5
EB
16772014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1678
1679 PR bootstrap/60620
423ea09f 1680 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
1681 * Makefile.in: Regenerate.
1682
ba1925c3
YS
16832014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1684
1685 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1686 for WINDRES_FOR_TARGET in default-manifest.o rule.
1687 * Makefile.in: Regenerate.
1688
8707b3bc
DH
16892014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1690
1691 * MAINTAINERS (Write After Approval): Add myself.
1692
9e1c8fc1
JJ
16932014-03-26 Jakub Jelinek <jakub@redhat.com>
1694
1695 PR sanitizer/56781
1696 * Makefile.def: Set bootstrap=true; for host fixincludes.
1697 * configure.ac: Don't bootstrap host fixincludes unless
1698 --with-build-config=bootstrap-{a,ub}san.
1699 * Makefile.in: Regenerated.
1700 * configure: Regenerated.
1701
beeda1d9
JJ
17022014-03-21 Jakub Jelinek <jakub@redhat.com>
1703
1704 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1705 --enable-vtable-verify option parsing. Don't add
1706 target-libsanitizer to bootstrap_target_libs unless
1707 --with-build-config=bootstrap-asan or
1708 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1709 to bootstrap_target_libs unless --enable-vtable-verify.
1710 * configure: Regenerated.
1711
e5dddc50
AS
17122014-03-10 Anatoly Sokolov <aesok@post.ru>
1713
1714 * MAINTAINERS (Write After Approval): Add myself.
1715
df5bc1cb
DC
17162014-03-07 Denis Chertykov <chertykov@gmail.com>
1717
1718 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1719
3b9edeac
JJ
17202014-03-07 Jakub Jelinek <jakub@redhat.com>
1721
1722 PR bootstrap/58572
1723 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1724 -I for libstdc++-v3 includes if $(LEAN).
1725 * Makefile.in: Regenerated.
1726
c01a8548
JW
17272014-03-04 Jonathan Wakely <jwakely@redhat.com>
1728
1729 * MAINTAINERS: Update my email address.
1730
341c653c
WL
17312014-02-24 Walter Lee <walt@tilera.com>
1732
1733 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1734 (tilegx-*-*): Change to tilegx*-*-*.
1735 * configure: Regenerate.
1736
37f2c4f0
LR
17372014-02-17 Loren J. Rittle <ljrittle@acm.org>
1738
1739 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1740
6c01e96e
KV
17412014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1742
1743 * MAINTAINERS (Write After Approval): Add myself.
1744
91da0481
RO
17452014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1746
1747 PR target/59788
1748 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1749 *solaris2*.
1750
dd35b84f
JDA
17512014-01-21 John David Anglin <danglin@gcc.gnu.org>
1752
1753 * MAINTAINERS: Update my email address.
1754
493b8af8
GP
17552014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1756
1757 * MAINTAINERS: Convert to UTF-8.
1758 Properly sort Xinliang David Li's entry.
1759
f121b81d
CLT
17602013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1761 Sandra Loosemore <sandra@codesourcery.com>
1762
1763 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1764 nios2 port maintainers.
1765
74f769b5
MT
17662013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1767
1768 * MAINTAINERS (Write After Approval): Add myself.
1769
79e0604d 17702013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
1771
1772 * configure.ac: Add user-friendly check for native x86_64-linux
1773 multilibs.
1774 * configure: Regenerate.
1775
17762013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1777
1778 * MAINTAINERS: Add myself as sh maintainer.
1779
17802013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1781
1782 * MAINTAINERS: Add self as SLSR maintainer.
1783
17842013-11-18 Jan Hubicka <hubicka@ucw.cz>
1785
1786 * MAINTAINERS: Update my email address.
1787
17882013-11-15 David Edelsohn <dje.gcc@gmail.com>
1789
1790 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1791
17922013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1793
1794 * Makefile.in: Regenerate.
1795
1796 * Makefile.tpl: Fix typo.
1797 * Makefile.in: Regenerate partially.
1798
17992013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1800
1801 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1802 supported.
1803 * configure: Regenerated.
1804
18052013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1806
1807 * MAINTAINERS (Write After Approval): Add myself.
1808
18092013-10-30 Jason Merrill <jason@redhat.com>
1810
1811 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1812 --disable-build-format-warnings.
1813
18142013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1815
423ea09f 1816 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
1817 depend on libstdc++ and libgcc.
1818 * configure: Regenerate.
1819 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1820 libcilkrts for POSIX and i*86, and x86_64 architectures.
1821 * Makefile.in: Added libcilkrts related fields to support building it.
1822
18232013-10-26 Jeff Law <law@redhat.com>
1824
1825 * Makefile.def (target_modules): Remove libmudflap
1826 (languages): Remove check-target-libmudflap).
1827 * Makefile.in: Rebuilt.
1828 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1829 * configure.ac (target_libraries): Remove target-libmudflap.
1830 Remove checks which disabled libmudflap on some systems.
1831 * configure: Rebuilt.
1832 * libmudflap: Directory removed.
1833
18342013-10-21 Cong Hou <congh@google.com>
1835
1836 * MAINTAINERS (Write After Approval): Add myself.
1837
18382013-10-16 Mike Stump <mikestump@comcast.net>
1839
1840 * .dir-locals.el: Add.
1841
18422013-10-15 David Malcolm <dmalcolm@redhat.com>
1843
1844 * configure.ac: Add --enable-host-shared
1845 * configure: Regenerate.
1846
18472013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1848
1849 Import from savannah.gnu.org:
1850 * config.guess: Update to 2013-06-10 version.
1851 * config.sub: Update to 2013-10-01 version.
1852
18532013-10-01 Simon Cook <simon.cook@embecosm.com>
1854
1855 Changes to build configuration to allow big endian ARC ELF toolchain
1856 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1857 * configure: Regenerate.
1858
18592013-09-20 Alan Modra <amodra@gmail.com>
1860
1861 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1862 ppc host match. Support little-endian powerpc linux hosts.
1863
18642013-09-19 Dodji Seketeli <dodji@redhat.com>
1865
1866 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1867 maintainer.
1868
18692013-09-12 DJ Delorie <dj@redhat.com>
1870
1871 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1872 maintainers.
1873
18742013-09-03 Richard Biener <rguenther@suse.de>
1875
1876 * configure.ac: Also allow ISL 0.12.
1877 * configure: Regenerated.
1878
18792013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1880
1881 * MAINTAINERS (Write After Approval): Add myself.
1882
18832013-08-27 David Malcolm <dmalcolm@redhat.com>
1884
1885 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1886
18872013-08-26 Caroline Tice <cmtice@google.com>
1888
1889 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1890 "Various Reviewers" to libvtv "Various Maintainers".
1891
18922013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1893
1894 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1895
18962013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1897
1898 * MAINTAINERS: Update name, email.
1899
19002013-08-13 Adam Butcher <adam@jessamine.co.uk>
1901
1902 * MAINTAINERS (Write After Approval): Add myself.
1903
19042013-08-12 Caroline Tice <cmtice@google.com>
1905
1906 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1907 address in the Write After Approval section.
1908
19092013-08-09 Carlos O'Donell <carlos@redhat.com>
1910
1911 * MAINTAINERS (Write After Approval): Update email.
1912
19132013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1914
1915 * configure.ac: Adjust to check VTV_SUPPORTED.
1916 * configure: Regenerated.
1917
19182013-08-02 Caroline Tice <cmtice@google.com>
1919
1920 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1921 on non-linux systems; add target-libvtv to noconfigdirs; add
1922 libsupc++/.libs to C++ library search paths.
1923 * configure: Regenerated.
1924 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1925 libstdc++ and libgcc.
1926 * Makefile.in: Regenerated.
1927
19282013-07-19 Yvan Roux <yvan.roux@linaro.org>
1929
1930 * MAINTAINERS (Write After Approval): Add myself.
1931
19322013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1933 Shiva Chen <shiva0217@gmail.com>
1934
1935 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1936 nds32 port maintainers.
1937
19382013-07-17 Tim Shen <timshen91@gmail.com>
1939
1940 * MAINTAINERS (Write After Approval): Add myself.
1941
19422013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1943
1944 * configure.ac: Sync from binutils.
1945 * configure: Regenerate.
1946
19472013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1948
1949 * MAINTAINERS (Write After Approval): Add myself.
1950
19512013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1952
1953 * MAINTAINERS (Write After Approval): Add myself.
1954
19552013-05-17 David Malcolm <dmalcolm@redhat.com>
1956
1957 * MAINTAINERS (Write After Approval): Add myself.
1958
19592013-04-30 Brooks Moses <bmoses@google.com>
1960
1961 * MAINTAINERS: Update my email; move myself from Fortran
1962 reviewer to Write After Approval.
1963
19642013-04-16 Andreas Schwab <schwab@suse.de>
1965
1966 * configure.ac (aarch64-*-*): Don't disable java.
1967 * configure: Regenerate.
1968
19692013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1970
1971 * MAINTAINERS (Write After Approval): Add myself.
1972
19732013-03-30 Matthias Klose <doko@ubuntu.com>
1974
1975 * Makefile.def (target_modules): Don't install libffi.
1976 * Makefile.in: Regenerate.
1977
19782013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1979
1980 * MAINTAINERS (Write After Approval): Add myself.
1981
19822013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1983
1984 * MAINTAINERS (Write After Approval): Add myself.
1985
19862013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1987
1988 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1989 * configure: Regenerated.
1990
a15d2ea8
ILT
19912013-02-05 Ian Lance Taylor <iant@google.com>
1992
1993 PR go/55969
1994 * configure.ac: Disable libgo on some systems where it does not
1995 work.
1996
a3b854b6
FXC
19972013-02-04 David Edelsohn <dje.gcc@gmail.com>
1998
1999 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2000 Remove Geoff Keating as rs6000 port maintainer, at his request.
2001
20022013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2003
2004 * MAINTAINERS: Update my email.
2005
20062013-01-23 Shenghou Ma <minux.ma@gmail.com>
2007
2008 * configure: Re-generate.
2009
20102013-01-15 Richard Biener <rguenther@suse.de>
2011
2012 PR other/55973
2013 * configure: Re-generate.
2014
20152013-01-14 Matthias Klose <doko@ubuntu.com>
2016
2017 * Makefile.def (install-target-libsanitizer): Depend on
2018 install-target-libstdc++-v3.
2019 * Makefile.in: Regenerate.
2020
20212013-01-14 Richard Biener <rguenther@suse.de>
2022
2023 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2024 * configure: Re-generate
2025
20262013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2027
2028 * config.sub: Update from config repo.
2029
20302013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2031
2032 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2033 * Makefile.in: Regenerate.
2034
20352013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2036
2037 * MAINTAINERS (arc): Add new port maintainership for myself.
2038
20392013-01-09 Jason Merrill <jason@redhat.com>
2040
2041 * .gitignore: Import from gdb repository.
2042
20432013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2044
2045 * Makefile.def (configure-gcc): Depend on all-gmp.
2046 (all-gcc): Remove dependency on all-gmp.
2047 * Makefile.in: Regenerated.
2048
20492013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2050
2051 * config.sub: Merge from config repo.
2052 * config.guess: Ditto.
2053
20542013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2055
2056 * Makefile.def: Merge from binutils.
2057 * Makefile.in: Ditto.
2058
20592013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2060
2061 * MAINTAINERS: Update my email.
2062
20632012-12-29 Ben Elliston <bje@gnu.org>
2064
2065 * config.guess: Update to 2012-12-29 version.
2066 * config.sub: Likewise.
2067
20682012-12-20 Matthias Klose <doko@ubuntu.com>
2069
2070 * Makefile.def (install-target-libgfortran): Depend on
2071 install-target-libquadmath, install-target-libgcc.
2072 (install-target-libsanitizer): Depend on install-target-libgcc.
2073 (install-target-libjava): Depend on install-target-libgcc.
2074 (install-target-libitm): Depend on install-target-libgcc.
2075 (install-target-libobjc): Depend on install-target-libgcc.
2076 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2077 * Makefile.in: Regenerate.
2078
20792012-12-19 Matthias Klose <doko@ubuntu.com>
2080
2081 * Makefile.def (install-target-libgo): Depend on
2082 install-target-libatomic.
2083 * Makefile.in: Regenerate.
2084
20852012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2086
2087 PR go/55201
2088 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2089 * Makefile.in: Regenerate.
2090
20912012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2092
2093 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2094 * configure: Regenerate.
2095
20962012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2097
2098 * config.sub: Merge from config repo.
2099
21002012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2101
2102 * Makefile.def (target_modules): Add bootstrap=true and
2103 raw_cxx=true to libsanitizer.
2104 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2105 * Makefile.in: Regenerated.
2106 * configure: Likewise.
2107
21082012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2109
2110 * MAINTAINERS: Remove self as RTL optimization maintainer.
2111
21122012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2113
2114 * MAINTAINERS (Write After Approval): Add myself.
2115
21162012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2117
2118 * Makefile.def (target_modules): Remove bootstrap=true and
2119 raw_cxx=true from libsanitizer.
2120 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2121 * Makefile.in: Regenerated.
2122 * configure: Likewise.
2123
21242012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2125
2126 * Makefile.def (target_modules): Add bootstrap=true and
2127 raw_cxx=true to libsanitizer.
2128 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2129 * Makefile.in: Regenerated.
2130 * configure: Likewise.
2131
21322012-11-28 Andrew Pinski <apinski@cavium.com>
2133
2134 PR bootstrap/54279
2135 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2136 * configure: Regenerate.
2137 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2138 * Makefile.in: Regenerate.
2139
21402012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2141
2142 * configure.ac: Disable libsanitizer if we're not building C++.
2143 * configure: Regenerate.
2144
21452012-11-15 Roland McGrath <roland@hack.frob.com>
2146
2147 * MAINTAINERS (Write After Approval): Add myself.
2148
21492012-11-15 Dmitry Vyukov <dvyukov@google.com>
2150
2151 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2152 Kostya Serebryany (kcc@google.com) and
2153 Jakub Jelinek (jakub@redhat.com).
2154 Rename area for Dodji Seketeli (dodji@redhat.com).
2155
21562012-11-15 Dodji Seketeli <dodji@redhat.com>
2157
2158 * MAINTAINERS: (asan.c, related): Add myself.
2159
21602012-11-14 Roland McGrath <mcgrathr@google.com>
2161
2162 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2163 * configure: Regenerate.
2164
21652012-11-13 Richard Henderson <rth@redhat.com>
2166
2167 * configure.ac: Move libsanitizer logic to subdirectory.
2168 * configure: Regenerate.
2169
21702012-11-13 Dodji Seketeli <dodji@redhat.com>
2171
2172 * configure.ac: Enable libsanitizer just on x86 linux for now.
2173 * configure: Re-generate.
2174
21752012-11-13 David Edelsohn <dje.gcc@gmail.com>
2176
2177 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2178 sections.
2179 * configure: Regenerate.
2180
21812012-11-13 Hans-Peter Nilsson <hp@axis.com>
2182
2183 * configure.ac: Add section for configdirs for libsanitizer.
2184 Disable for cris-*-* and mmix-*-*.
2185 * configure: Regenerate.
2186
21872012-11-12 Wei Mi <wmi@google.com>
2188
2189 * configure.ac: Add libsanitizer to target_libraries.
2190 * Makefile.def: Ditto.
2191 * configure: Regenerate.
2192 * Makefile.in: Regenerate.
2193 * libsanitizer: New directory for asan runtime. Contains an empty
2194 tsan directory.
2195
21962012-11-03 Corinna Vinschen <corinna@vinschen.de>
2197
2198 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2199 against Mingw64 w32api.
2200 * configure: Regenerate.
2201
22022012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2203
2204 * configure: Regenerated.
2205
22062012-11-03 Robert Mason <rbmj@verizon.net>
2207
2208 * configure.ac: add --disable-libstdcxx configure option
2209 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2210
22112012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2212
2213 * MAINTAINERS (Write After Approval): Add myself.
2214
22152012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2216
2217 * MAINTAINERS (Write After Approval): Add myself.
2218
22192012-10-24 Sharad Singhai <singhai@google.com>
2220
2221 * MAINTAINERS (Write After Approval): Add myself.
2222
22232012-10-24 Eric Christopher <echristo@gmail.com>
2224
2225 * MAINTAINERS: Update email address.
2226
22272012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2228
2229 PR bootstrap/54820
2230 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2231 * configure: Regenerate.
2232
22332012-10-23 Richard Earnshaw <rearnsha@arm.com>
2234
2235 * MAINTAINERS (aarch64): Add Marcus and myself.
2236
22372012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2238
2239 PR bootstrap/54820
2240 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2241 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2242 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2243 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2244 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2245 * Makefile.in: Regenerate.
2246 * configure.ac (have_static_libs): New variable and associated check.
2247 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2248 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2249 * configure: Regenerate.
2250
22512012-10-10 Richard Biener <rguenther@suse.de>
2252
2253 * MAINTAINERS: Adjust for changed surname.
2254
22552012-10-04 Lawrence Crowl <crowl@google.com>
2256
2257 * MAINTAINERS (Write After Approval): Add myself.
2258
22592012-10-01 Cary Coutant <ccoutant@google.com>
2260
2261 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2262
22632012-09-28 Ian Lance Taylor <iant@google.com>
2264
2265 * Makefile.def: Make all-target-libgo depend on
2266 all-target-libbacktrace.
2267 * Makefile.in: Rebuild.
2268
22692012-09-26 Ian Lance Taylor <iant@google.com>
2270
2271 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2272 * Makefile.in: Rebuild.
2273
22742012-09-20 Walter Lee <walt@tilera.com>
2275
2276 * configure.ac: Add tilegx to list of targets that support gold.
2277 * configure: Regenerate.
2278
22792012-09-20 Marek Polacek <polacek@redhat.com>
2280
2281 * MAINTAINERS (Write After Approval): Add myself.
2282
22832012-09-19 Steve Ellcey <sellcey@mips.com>
2284
2285 * configure.ac: Add mips*-mti-elf* target.
2286 * configure: Regenerate.
2287
22882012-09-17 Ian Lance Taylor <iant@google.com>
2289
2290 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2291 * configure.ac (host_libs): Add libbacktrace.
2292 (target_libraries): Add libbacktrace.
2293 * Makefile.def (host_modules): Add libbacktrace.
2294 (target_modules): Likewise.
2295 * configure, Makefile.in: Rebuild.
2296
22972012-09-14 David Edelsohn <dje.gcc@gmail.com>
2298
2299 PR target/38607
2300 Merge upstream change.
2301 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2302
2303 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2304 Add libgomp*.o to compare_exclusions for AIX.
2305 * configure: Regenerate.
2306
23072012-09-06 Diego Novillo <dnovillo@google.com>
2308
2309 * configure.ac: Bump minimum GMP version to 4.2.3.
2310 * configure: Re-generate.
2311
23122012-09-05 Georg-Johann Lay <avr@gjlay.de>
2313
2314 PR target/54461
2315 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2316 target-libgloss if not configured --with-avrlibc=no.
2317 * configure: Regenerate.
2318
23192012-09-04 Jason Merrill <jason@redhat.com>
2320
2321 * configure.ac: Fix --enable-languages=all.
2322
23232012-09-04 Christophe Lyon <christophe.lyon@st.com>
2324
2325 * MAINTAINERS (Write After Approval): Add myself.
2326
23272012-09-03 Richard Guenther <rguenther@suse.de>
2328
2329 PR bootstrap/54138
2330 * configure.ac: Re-organize ISL / CLOOG checks to allow
2331 disabling with either --without-isl or --without-cloog.
2332 * configure: Regenerated.
2333
23342012-09-03 Georg-Johann Lay <avr@gjlay.de>
2335
2336 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2337 * configure: Regenerate.
2338
23392012-08-27 Ulrich Drepper <drepper@gmail.com>
2340
2341 * MAINTAINERS: Fix my email address.
2342
23432012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2344
2345 PR binutils/4970
2346 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2347 and opcodes.
2348 * Makefile.in: Regenerated.
2349
23502012-08-26 Art Haas <ahaas@impactweather.com>
2351
2352 * configure: Regenerate.
2353
23542012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2355
2356 * INSTALL/README: Also refer to the online installation
2357 instructions.
2358
23592012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2360
2361 * MAINTAINERS (Write After Approval): Add myself.
2362 (Picochip port): Remove myself.
2363
23642012-08-14 Diego Novillo <dnovillo@google.com>
2365
2366 Merge from cxx-conversion branch.
2367
2368 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2369 POSTSTAGE1_CONFIGURE_FLAGS.
2370 * Makefile.in: Regenerate.
2371 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2372 Force C++ when bootstrapping.
2373 * configure: Regenerate.
2374
23752012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2376
2377 * MAINTAINERS (Write After Approval): Add myself.
2378
23792012-07-16 Joseph Myers <joseph@codesourcery.com>
2380
2381 * README: Document use of ranges of years in copyright notices.
2382
23832012-07-06 Richard Guenther <rguenther@suse.de>
2384
2385 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2386 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2387 --with-gmp=system.
2388 * Makefile.in: Regenerated.
2389 * configure: Likewise.
2390
23912012-07-06 Richard Guenther <rguenther@suse.de>
2392
2393 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2394 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2395 supply V=1 as extra_make_flags.
2396 * configure: Regenerated.
2397 * Makefile.in: Likewise.
2398
23992012-07-04 Tristan Gingold <gingold@adacore.com>
2400
2401 * configure: Regenerate.
2402
24032012-07-03 Richard Guenther <rguenther@suse.de>
2404
2405 * Makfile.def (isl): Remove not necessary extra_exports and
2406 extra_make_flags.
2407 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2408 * Makefile.in: Regenerated.
2409
24102012-07-03 Richard Guenther <rguenther@suse.de>
2411
2412 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2413 * configure.ac: If either the ISL or the CLooG check failed
2414 do not try to build in-tree versions.
2415 * Makefile.in: Regenerated.
2416 * configure: Regenerated.
2417
24182012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2419
2420 * configure: Regenerate.
2421
24222012-07-02 Janis Johnson <janisjo@codesourcery.com>
2423
2424 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2425 maintainer.
2426
24272012-07-02 Richard Guenther <rguenther@suse.de>
2428
2429 * configure: Regenerated.
2430
24312012-07-02 Richard Guenther <rguenther@suse.de>
2432 Michael Matz <matz@suse.de>
2433 Tobias Grosser <tobias@grosser.es>
2434 Sebastian Pop <sebpop@gmail.com>
2435
2436 * Makefile.def: Add ISL host module, remove PPL host module.
2437 Adjust ClooG host module to use the proper ISL.
2438 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2439 * configure.ac: Include config/isl.m4. Add ISL host library,
2440 remove PPL. Remove PPL configury, add ISL configury, adjust
2441 ClooG configury.
2442 * Makefile.in: Regenerated.
2443 * configure: Likewise.
2444
24452012-07-02 Richard Guenther <rguenther@suse.de>
2446
2447 Merge from graphite branch
2448 2011-07-21 Tobias Grosser <tobias@grosser.es>
2449
2450 * configure: Regenerated.
2451 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2452 both cloog.org and legacy versions. The only supported version will
2453 be CLooG with the isl backend.
2454
2455 2011-07-21 Tobias Grosser <tobias@grosser.es>
2456
2457 * configure: Regenerated.
2458 * configure.ac: Require cloog isl 0.17.0
2459
2460 2011-07-21 Tobias Grosser <tobias@grosser.es>
2461
2462 * configure: Regenerated.
2463 * config/cloog.m4: Do not define CLOOG_ORG
2464
24652012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2466
2467 * configure.ac: Skip C if explicitly selected.
2468 * configure: Regenerate.
2469
24702012-06-28 Christophe Lyon <christophe.lyon@st.com>
2471
2472 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2473 they contain -O2.
2474 * configure: Regenerate.
2475
24762012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2477
2478 PR debug/53740
2479 * df.h, df-problems.c, dce.c: Revert last patch.
2480
24812012-06-25 Iain Sandoe <iain@codesourcery.com>
2482
2483 * MAINTAINERS (Write After Approval): Update my email address.
2484
24852012-06-21 Meador Inge <meadori@codesourcery.com>
2486
2487 * MAINTAINERS (Write After Approval): Add myself.
2488
24892012-06-20 Jason Merrill <jason@redhat.com>
2490
2491 * Makefile.tpl (check-target-libgomp-c++): New.
2492 (check-target-libitm-c++): New.
2493 * Makefile.def (c++): Add them.
2494 * Makefile.in: Regenerate.
2495
24962012-05-29 Edmar Wienskoski <edmar@freescale.com>
2497
2498 * MAINTAINERS (Write After Approval): Add myself.
2499
25002012-05-16 Olivier Hainque <hainque@adacore.com>
2501
2502 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2503 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2504 (install-no-fixedincludes): Adjust accordingly.
2505 * Makefile.in: Regenerate.
2506
25072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2508
2509 Merge upstream change
2510 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2511
25122012-05-14 Marc Glisse <marc.glisse@inria.fr>
2513
2514 * MAINTAINERS (Write After Approval): Add myself.
2515
25162012-05-09 Nick Clifton <nickc@redhat.com>
2517 Paul Smith <psmith@gnu.org>
2518
2519 PR bootstrap/50461
2520 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2521 allow for the fact that from release v3.1.0 of MPFR the source
2522 files were moved into a src sub-directory.
2523 * configure: Regenerate.
2524
25252012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2526
2527 * configure.ac: Bump minimum MPFR version to 2.4.0.
2528 * configure: Regenerated.
2529
25302012-05-01 Richard Henderson <rth@redhat.com>
2531
2532 * Makefile.def (libatomic): New target_module.
2533 * configure.ac (target_libraries): Add libatomic.
2534 (noconfigdirs): Check if libatomic is supported.
2535 * Makefile.in, configure: Rebuild.
2536
25372012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2538
2539 * MAINTAINERS (Write After Approval): Add myself.
2540
25412012-04-25 Joel Brobecker <brobecker@adacore.com>
2542
2543 * config.sub: Update to 2012-04-18 version from official repo.
2544
25452012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2546
2547 * MAINTAINERS (Write After Approval): Add myself.
2548
25492012-04-11 Steve Ellcey <sellcey@mips.com>
2550
2551 * MAINTAINERS: Changed email address.
2552
25532012-03-28 Georg-Johann Lay <avr@gjlay.de>
2554
2555 PR target/52737
2556 * contrib/gcc_update (files_and_dependencies):
2557 Remove gcc/config/avr/t-multilib from touch data.
2558
25592012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2560
2561 * MAINTAINERS (OS Port Maintainers): Remove irix.
2562 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2563 (unsupported_languages): Remove mips-sgi-irix6.*.
2564 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2565 (with_stabs): Remove.
2566 * configure: Regenerate.
2567
25682012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2569
2570 * MAINTAINERS (OS Port Maintainers): Remove osf.
2571 * configure.ac (enable_libgomp): Remove *-*-osf*.
2572 (with_stabs): Remove alpha*-*-osf*.
2573 * configure: Regenerate.
2574
25752012-03-05 Tristan Gingold <gingold@adacore.com>
2576
2577 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2578 * configure: Regenerate.
2579
25802012-02-17 Walter Lee <walt@tilera.com>
2581
2582 * MAINTAINERS: (Write After Approval): Delete myself.
2583
25842012-02-14 Walter Lee <walt@tilera.com>
2585
2586 * MAINTAINERS (tilegx port): Add myself.
2587 (tilepro port): Add myself.
2588 (Write After Approval): Add myself.
2589
25902012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2591
2592 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2593 and Joseph Myers as docstring relicensing maintainers.
2594
25952012-02-09 Bin Cheng <bin.cheng@arm.com>
2596
2597 * MAINTAINERS (write-after-approval): Add myself.
2598
25992012-02-08 Ira Rosen <irar@il.ibm.com>
2600
2601 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2602 maintainer.
2603
26042012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2605
2606 * MAINTAINERS (Write After Approval): Move myself to
2607 maintain alphabetical order.
2608
26092012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2610
2611 * MAINTAINERS (Write After Approval): Add myself.
2612
26132012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2614
2615 * MAINTAINERS (Write After Approval): Add myself.
2616
26172012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2618 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2619
2620 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2621 * configure: Regenerate.
2622
26232012-01-23 Harshit Chopra <harshit@google.com>
2624
2625 * MAINTAINERS (Write After Approval): Add myself.
2626
26272012-01-22 Douglas B Rupp <rupp@ngnat.com>
2628
2629 * configure.ac: Remove reference to mh-interix.
2630 * configure: Regenerate.
2631
26322012-01-05 Richard Henderson <rth@redhat.com>
2633
2634 PR bootstrap/51072
2635 * configure.ac: Disable libitm if c++ is not enabled.
2636 * configure: Rebuild.
2637
2638 * configure.ac: Fix regexp for same.
2639 * configure: Rebuild.
2640
26412012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2642
2643 * MAINTAINERS (Write After Approval): Add myself.
2644
26452012-01-02 Richard Guenther <rguenther@suse.de>
2646
2647 PR bootstrap/51686
2648 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2649 * Makefile.in: Regenerate.
2650
26512011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2652
2653 * MAINTAINERS (Write After Approval): Add myself.
2654
26552011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2656
2657 * configure: Regenerate.
2658
26592011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2660
2661 * MAINTAINERS (picochip): Changed email address.
2662
26632011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2664
2665 * MAINTAINERS (write-after-approval): Add self.
2666
26672011-11-29 DJ Delorie <dj@redhat.com>
2668
2669 * configure.ac (rl78-*-*) New case.
2670 * configure: Regenerate.
2671 * MAINTAINERS: Add myself as RL78 maintainer.
2672
26732011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2674
2675 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2676
26772011-11-21 Andreas Tobler <andreast@fgznet.ch>
2678
2679 * libtool.m4: Additional FreeBSD 10 fixes.
2680
26812011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2682
2683 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2684 Maintainers section, as Epiphany maintainer.
2685
26862011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2687
2688 PR target/49992
2689 * configure.ac: Remove ranlib special-casing for Darwin.
2690 * configure: Regenerate.
2691
26922011-11-12 Andrey Belevantsev <abel@ispras.ru>
2693
2694 * MAINTAINERS (Reviewers): Keep the list sorted.
2695
26962011-11-11 Andrey Belevantsev <abel@ispras.ru>
2697
2698 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2699
27002011-11-09 Roland McGrath <mcgrathr@google.com>
2701
2702 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2703 * configure: Rebuild.
2704 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2705 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2706 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2707 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2708 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2709 Add READELF.
2710 * Makefile.in: Rebuild.
2711
27122011-11-09 Jason Merrill <jason@redhat.com>
2713
2714 * Makefile.def (language=c++): Remove check-c++0x.
2715 * Makefile.in (check-gcc-c++): Regenerate.
2716
27172011-11-08 Richard Henderson <rth@redhat.com>
2718
2719 * configure.ac: Test for libitm directory present first.
2720
2721 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2722
2723 * configure.ac: Test libitm/configure.tgt to disable libitm.
2724 * configure: Rebuild.
2725
27262011-11-07 Aldy Hernandez <aldyh@redhat.com>
2727 Richard Henderson <rth@redhat.com>
2728
2729 Merged from transactional-memory.
2730
2731 * Makefile.def (lang_env_dependencies): libitm is c++.
2732 Add libitm target module.
2733 * configure.ac: Likewise.
2734 * config/mmap.m4: New file.
2735 * contrib/gcc_update: Add libitm to touch data.
2736 * Makefile.in, configure: Rebuild.
2737
27382011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2739
2740 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2741 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2742 * Makefile.in: Regenerate.
2743
27442011-11-01 DJ Delorie <dj@redhat.com>
2745
2746 * config.sub: Update to version 2011-10-29 (added rl78)
2747
27482011-10-27 Nick Clifton <nickc@redhat.com>
2749
2750 * config.sub: Import these changes from the config project:
2751
2752 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2753 Ben Elliston <bje@gnu.org>
2754
2755 * config.sub (epiphany): New.
2756
2757 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2758 Ben Elliston <bje@gnu.org>
2759
2760 * config.sub (hexagon, hexagon-*): New.
2761
2762 2011-08-23 Roland McGrath <mcgrathr@google.com>
2763
2764 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2765 64eb to be64.
2766
2767 2011-08-16 Roland McGrath <mcgrathr@google.com>
2768
2769 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2770 (nacl): Grok as alias for 32el-unknown-nacl.
2771
27722011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2773
2774 * MAINTAINERS (Write After Approval): Add myself.
2775
27762011-10-24 Teresa Johnson <tejohnson@google.com>
2777
2778 * MAINTAINERS (Write After Approval): Add myself.
2779
27802011-09-21 Jakub Jelinek <jakub@redhat.com>
2781
2782 * MAINTAINERS (sparc port): Remove myself.
2783
27842011-09-14 Tom de Vries <tom@codesourcery.com>
2785
2786 * MAINTAINERS (Write After Approval): Add myself.
2787
27882011-08-14 Yao Qi <yao@codesourcery.com>
2789
2790 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2791 * configure: Regenerate.
2792
27932011-07-26 Ian Lance Taylor <iant@google.com>
2794
2795 * configure.ac: Set have_compiler based on whether gcc directory
2796 exists, rather than on whether gcc is in configdirs.
2797 * configure: Rebuild.
2798
27992011-07-21 Joseph Myers <joseph@codesourcery.com>
2800
2801 * MAINTAINERS (Global Reviewers): Add self.
2802
28032011-07-20 David Edelsohn <dje.gcc@gmail.com>
2804
2805 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2806 link directories.
2807 * Makefile.in: Rebuild.
2808
28092011-07-20 Ian Lance Taylor <iant@google.com>
2810
2811 PR bootstrap/49787
2812 * configure.ac: Move --enable-bootstrap handling earlier in file.
2813 If --enable-bootstrap and either --enable-build-with-cxx or
2814 --enable-build-poststage1-with-cxx, enable C++ automatically.
2815 * configure: Rebuild.
2816
28172011-07-19 Ian Lance Taylor <iant@google.com>
2818
2819 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2820 make C++ a boot_language. Set and substitute
2821 POSTSTAGE1_CONFIGURE_FLAGS.
2822 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2823 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2824 * configure, Makefile.in: Rebuild.
2825
28262011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2827
2828 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2829 maintainers.
2830
28312011-07-18 Jakub Jelinek <jakub@redhat.com>
2832
2833 * MAINTAINERS (Global Reviewers): Add myself.
2834
28352011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2836
2837 * configure: Regenerate.
2838
28392011-07-16 Jason Merrill <jason@redhat.com>
2840
2841 * Makefile.def (language=c++): Add check-c++0x and
2842 check-target-libmudflap-c++.
2843 * Makefile.tpl (check-target-libmudflap-c++): New.
2844 * Makefile.in: Regenerate.
2845
28462011-07-16 Matthias Klose <doko@ubuntu.com>
2847
2848 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2849 * Makefile.def (target_modules/libjava): Pass
2850 $(EXTRA_CONFIGARGS_LIBJAVA).
2851 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2852 if not configured with --enable-static-libjava.
2853 * Makefile.in: Regenerate.
2854 * configure: Likewise.
2855
28562011-07-15 Jason Merrill <jason@redhat.com>
2857
2858 * Makefile.in (check-c++): Move check-gcc-c++0x after
2859 check-target-libstdc++-v3.
2860
28612011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2862
2863 * MAINTAINERS (c6x port): New entry.
2864
28652011-07-13 Jason Merrill <jason@redhat.com>
2866
2867 * Makefile.in (check-gcc-c++0x): New.
2868 (check-c++): Depend on it.
2869
28702011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2871
2872 PR target/39150
2873 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2874 x86_64-*-solaris2.1[0-9]*.
2875 * configure: Regenerate.
2876
28772011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2878
2879 * MAINTAINERS (RTL optimizers): Add self.
2880
28812011-06-27 Gabriel Charette <gchare@google.com>
2882
2883 * MAINTAINERS (Write After Approval): Add myself.
2884
28852011-06-22 Hans-Peter Nilsson <hp@axis.com>
2886
2887 PR regression/47836
2888 PR bootstrap/23656
2889 PR other/47733
2890 PR bootstrap/49247
2891 PR c/48825
2892 * configure.ac (target_libraries): Remove target-libiberty.
2893 Remove case-statement setting skipdirs=target-libiberty for
2894 multiple targets. Remove checking target_configdirs and
2895 removing target-libiberty but keeping target-libgcc if
2896 otherwise empty.
2897 * Makefile.def (target_modules): Don't add libiberty.
2898 (dependencies): Remove all traces of target-libiberty.
2899 * configure, Makefile.in: Regenerate.
2900
29012011-06-13 Walter Lee <walt@tilera.com>
2902
2903 * configure.ac (tilepro-*-*) New case.
2904 (tilegx-*-*): Likewise.
2905 * configure: Regenerate.
2906
29072011-06-06 Jing Yu <jingyu@google.com>
2908
2909 * configure.ac: Skip target-libiberty for
2910 arm*-*-linux-androideabi.
2911 * configure: Regenerated.
2912
29132011-06-06 Nick Clifton <nickc@redhat.com>
2914
2915 * config.sub: Sync from upstream.
2916
29172011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2918
2919 * MAINTAINERS (Write After Approval): Add myself.
2920
29212011-06-01 Daniel Jacobowitz <drow@false.org>
2922
2923 * MAINTAINERS: Update my email address.
2924
29252011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2926
2927 * MAINTAINERS (Write After Approval): Update my email address.
2928
29292011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2930
2931 * MAINTAINERS (Write After Approval): Add myself.
2932
29332011-05-08 Doug Kwan <dougkwan@google.com>
2934
2935 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2936 * configure: Regenerated.
2937 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2938 value from configure.
2939 * Makefile.in: Regenerated.
2940
29412011-05-05 Joseph Myers <joseph@codesourcery.com>
2942
2943 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2944 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2945 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2946 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2947 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2948 *-*-vxworks*): Disable newlib and libgloss in separate case
2949 statement.
2950 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2951 to separate case statement.
2952 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2953 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2954 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2955 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2956 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2957 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2958 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2959 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2960 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2961 i[[3456789]]86-*-rdos*, m32r-*-*,
2962 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2963 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2964 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2965 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2966 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2967 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2968 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2969 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2970 and libgloss in main case over targets. Remove most empty cases
2971 in main case over targets.
2972 * configure: Regenerate.
2973
29742011-05-04 Janis Johnson <janisjo@codesourcery.com>
2975
2976 * MAINTAINERS (Write After Approval): Add myself.
2977
29782011-05-04 Joseph Myers <joseph@codesourcery.com>
2979
2980 * configure.ac: Remove code setting special library locations for
2981 hppa*64*-*-hpux11*. Remove code setting compiler for
2982 sparc-sun-solaris2*.
2983 * configure: Regenerate.
2984
29852011-05-04 Joseph Myers <joseph@codesourcery.com>
2986
2987 * configure.ac: Separate libgloss_dir settings from general case
2988 over targets.
2989 * configure: Regenerate.
2990
29912011-04-28 Joseph Myers <joseph@codesourcery.com>
2992
2993 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2994 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2995 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2996 cases in libgcj-disabling case statement.
2997 (hppa*64*-*-linux*): Set unsupported_languages instead of
2998 disabling target-zlib.
2999 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3000 to hppa*64*-*-hpux*.
3001 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3002 hppa*-*-hpux*.
3003 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3004 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3005 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3006 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3007 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3008 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3009 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3010 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3011 libgcj-disabling case statement.
3012 * configure: Regenerate.
3013
30142011-04-28 Joseph Myers <joseph@codesourcery.com>
3015
3016 * configure.ac: Disable Java for targets not supporting libffi.
3017 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3018 Remove cases in Java-disabling statement.
3019 (*arm-wince-pe): Change to arm-wince-pe.
3020 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3021 cases in Java-disabling statement.
3022 (bfin-*-*): Don't disable Java again.
3023 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3024 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3025 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3026 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3027 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3028 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3029 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3030 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3031 Java-disabling statement.
3032 (mmix-*-*): Don't disable Java again.
3033 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3034 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3035 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3036 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3037 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3038 statement.
3039 * configure: Regenerate.
3040
30412011-04-28 Joseph Myers <joseph@codesourcery.com>
3042
3043 * configure.ac: Separate cases disabling Java and Java libraries
3044 from general case over targets.
3045 * configure: Regenerate.
3046
30472011-04-21 Jie Zhang <jzhang918@gmail.com>
3048
3049 * MAINTAINERS: Update my email address.
3050
30512011-04-20 Easwaran Raman <eraman@google.com>
3052
3053 * MAINTAINERS (Write After Approval): Add myself.
3054
30552011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3056
3057 PR lto/48086
3058 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3059 * configure: Regenerate.
3060
30612011-04-16 Jim Meyering <meyering@redhat.com>
3062
3063 * MAINTAINERS (Write After Approval): Add myself.
3064
30652011-04-15 Dodji Seketeli <dodji@redhat.com>
3066
3067 * MAINTAINERS: Update my email address.
3068
30692011-04-13 Georg-Johann Lay <avr@gjlay.de>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
30732011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3074
3075 * MAINTAINERS (Write After Approval): Add myself.
3076
30772011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3078
3079 * MAINTAINERS (Write After Approval): Add myself.
3080
30812011-04-06 Joseph Myers <joseph@codesourcery.com>
3082
3083 * configure.ac (build_tools): Remove build-byacc.
3084 (host_libs): Remove mmalloc.
3085 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3086 autoconf automake libtool diff rcs fileutils shellutils time
3087 textutils wdiff find uudecode hello tar gzip indent recode release
3088 sed perl gawk findutils gettext zip.
3089 (libgcj): Remove target-qthreads.
3090 (target_tools): Remove target-examples target-gperf.
3091 (YACC): Don't handle building byacc.
3092 * configure: Regenerate.
3093 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3094 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3095 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3096 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3097 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3098 handle building components.
3099 * Makefile.in: Regenerate.
3100
31012011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3102
3103 * MAINTAINERS: Update my email address as Xtensa maintainer.
3104
31052011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3106
3107 * config.sub: Sync from upstream.
3108
31092011-04-01 Joseph Myers <joseph@codesourcery.com>
3110
3111 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3112 (microblaze*): Don't disable libssp.
3113 * configure: Regenerate.
3114
31152011-04-01 Joseph Myers <joseph@codesourcery.com>
3116
3117 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3118 moveifchange.
3119 * configure: Regenerate.
3120 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3121 * Makefile.in: Regenerate.
3122
31232011-04-01 Joseph Myers <joseph@codesourcery.com>
3124
3125 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3126 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3127 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3128 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3129 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3130 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3131 md_exec_prefix cases.
3132 * configure: Regenerate.
3133
31342011-04-01 Joseph Myers <joseph@codesourcery.com>
3135
3136 * configure.ac: Separate cases disabling target-libssp,
3137 target-libiberty, target-libstdc++-v3 and Fortran from general
3138 case over targets.
3139 * configure: Regenerate.
3140
31412011-04-01 Joseph Myers <joseph@codesourcery.com>
3142
3143 * configure.ac (*-*-chorusos): Don't disable libgcj.
3144 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3145 Remove case.
3146 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3147 (arm-*-coff): Don't disable libgcj.
3148 (arm*-*-linux-gnueabi): Remove useless assignment.
3149 (arm-*-riscix*): Don't disable libgcj.
3150 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3151 configuration.
3152 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3153 (c54x*-*-*): Remove case.
3154 (tic54x-*-*): Don't disable GCC or GCC libraries.
3155 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3156 to *.
3157 (d10v-*-*): Don't disable GCC libraries.
3158 (d30v-*-*): Don't disable libgcj.
3159 (h8500-*-*): Don't disable GCC libraries.
3160 (i960-*-*): Don't disable libgcj.
3161 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3162 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3163 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3164 libgcj.
3165 (m68k-*-coff*): Remove case.
3166 (mmix-*-*): Don't disable libgloss on host.
3167 (mn10200-*-*, mn10300-*-*): Remove cases.
3168 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3169 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3170 Don't disable libgcj.
3171 (romp-*-*): Remove case.
3172 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3173 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3174 case.
3175 (v810-*-*): Don't disable GCC libraries.
3176 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3177 (ip2k-*-*): Don't disable GCC libraries.
3178 * configure: Regenerate.
3179
31802011-03-28 Joseph Myers <joseph@codesourcery.com>
3181
3182 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3183 libffi on host.
3184 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3185 on host.
3186 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3187 * configure: Regenerate.
3188
31892011-03-26 John Marino <binutils@marino.st>
3190
3191 * configure.ac: Add support for *-*-dragonfly*
3192 * configure: Regenerate.
3193
31942011-03-25 Joseph Myers <joseph@codesourcery.com>
3195
3196 * configure.ac (native_only): Remove.
3197 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3198 send-pr uudecode guile gnuserv on host.
3199 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3200 send-pr rcs guile perl texinfo libtool on host.
3201 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3202 automake send-pr rcs guile perl texinfo libtool on host.
3203 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3204 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3205 (alpha*-dec-osf*): Don't disable fileutils on target.
3206 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3207 texinfo send-pr expect dejagnu on target.
3208 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3209 target-qthreads on target.
3210 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3211 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3212 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3213 x86_64-*-mingw*): Don't disable expect on target.
3214 (*-*-cygwin*): Don't disable target-gperf on target.
3215 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3216 gnuserv on target.
3217 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3218 target.
3219 * configure: Regenerate.
3220
32212011-03-25 Joseph Myers <joseph@codesourcery.com>
3222
3223 * configure.ac (target_tools): Remove target-groff.
3224 (native_only): Remove target-groff.
3225 (hppa*64*-*-*): Don't disable byacc.
3226 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3227 setting.
3228 (*-*-kaos*): Don't skip target-librx and target-groff.
3229 (*-*-netware*): Don't skip target-libmudflap.
3230 (*-*-tpf*): Don't skip target-libmudflap.
3231 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3232 directories on the host.
3233 (ia64*-*-*vms*): Don't skip tix.
3234 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3235 host.
3236 * configure: Regenerate.
3237
32382011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3239
3240 * configure.ac: Remove references to mt-mep, mt-netware,
3241 mt-wince.
3242 * Makefile.def: Add all-utils soft dependencies.
3243 * Makefile.tpl: Remove GDB_NLM_DEPS.
3244 * configure: Regenerate.
3245 * Makefile.in: Regenerate.
3246
32472011-03-24 Paolo Bonzini <bonzini@gnu.org>
3248
3249 * configure.ac: Do not include mh-x86omitfp.
3250 * configure: Regenerate.
3251
32522011-03-24 Paolo Bonzini <bonzini@gnu.org>
3253
3254 * configure.ac: Remove empty cases.
3255 * configure: Regenerate.
3256
32572011-03-24 Paolo Bonzini <bonzini@gnu.org>
3258
3259 * Makefile.def: Add dependency from termcap to gdb.
3260 * Makefile.in: Regenerate.
3261
32622011-03-24 Paolo Bonzini <bonzini@gnu.org>
3263
3264 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3265 * configure: Regenerate.
3266 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3267 * Makefile.tpl: Likewise.
3268 * Makefile.in: Regenerate.
3269
32702011-03-24 Paolo Bonzini <bonzini@gnu.org>
3271
3272 * configure.ac: Remove all mentions of tentative_cc.
3273 * configure: Regenerate.
3274
32752011-03-24 Joseph Myers <joseph@codesourcery.com>
3276
3277 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3278 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3279 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3280 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3281 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3282 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3283 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3284 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3285 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3286 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3287 *-*-rhapsody*): Remove host cases.
3288 * configure: Regenerate.
3289
32902011-03-24 Joseph Myers <joseph@codesourcery.com>
3291
3292 * configure.ac (ppc*-*-pe): Remove host case.
3293 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3294 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3295 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3296 cases.
3297 * configure: Regenerate.
3298
32992011-03-24 Joseph Myers <joseph@codesourcery.com>
3300
3301 * config.sub: Update to version 2011-03-23.
3302
33032011-03-22 Joseph Myers <joseph@codesourcery.com>
3304
3305 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3306 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3307 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3308 * configure: Regenerate.
3309
33102011-03-22 Joseph Myers <joseph@codesourcery.com>
3311
3312 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3313 to Write After Approval.
3314 * config-ml.in: Don't handle arc-*-elf*.
3315 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3316 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3317 handle GCC libraries.
3318 * configure: Regenerate.
3319
33202011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3321
3322 PR bootstrap/48120:
3323 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3324 Add -lstdc++ -lm to LIBS.
3325 * configure: Regenerate.
3326
33272011-03-18 David Edelsohn <dje.gcc@gmail.com>
3328
3329 * config.guess: Update to version 2011-02-02
3330 * config.sub: Update to version 2011-02-24
3331
33322011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3333
3334 PR lto/48086
3335 * configure.ac: Re-enable LTO on *-apple-darwin9.
3336 * configure: Regenerate.
3337
33382011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3339
3340 PR lto/48086
3341 * configure.ac: Disable LTO on darwin due to an assembler change in
3342 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3343 under 256.
3344 * configure: Regenerate.
3345
33462011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3347
3348 * MAINTAINERS: Update myself as score backend maintainer,
3349 update my e-mail address.
3350
33512011-03-09 Xuepeng Guo <terry.guo@arm.com>
3352
3353 * MAINTAINERS: Update my e-mail address.
3354
33552011-03-06 Joey Ye <joey.ye@arm.com>
3356
3357 * MAINTAINERS: Update my e-mail address.
3358
33592011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3360
3361 * configure.ac: Adjust test of with_ppl.
3362 * configure: Regenerated.
3363
33642011-03-02 Kai Tietz <ktietz@redhat.com>
3365
3366 * MAINTAINERS: Adjust my e-mail address.
3367
33682011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3369
3370 * configure.ac: Add -lpwl to ppllibs.
3371 * configure: Regenerated.
3372
33732011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3374
3375 * config/cloog.m4: Add -lisl to clooglibs.
3376 * configure: Regenerated.
3377
33782011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3379
3380 * MAINTAINERS (CPU Port maintainers): Add self.
3381
33822011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3383
3384 * MAINTAINERS: Add myself as testsuite maintainer.
3385
33862011-02-15 Mike Stump <mikestump@comcast.net>
3387
3388 * MAINTAINERS: Add myself as testsuite maintainer.
3389
33902011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3391
3392 Import from Libtool and gnulib:
3393
3394 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3395
3396 Prepare for supporting FreeBSD 10.
3397 * config.rpath: Remove handling of freebsd1* which soon would
3398 match FreeBSD 10.0.
3399
3400 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3401
3402 Remove support for FreeBSD 1.x.
3403 * libtool.m4 (_LT_LINKER_SHLIBS)
3404 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3405 soon would incorrectly match FreeBSD 10.0.
3406
34072011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3408
3409 PR binutils/12283
3410 * move-if-change: Import version from gnulib.
3411
34122011-02-12 Alexandre Oliva <aoliva@redhat.com>
3413
3414 PR lto/47225
3415 * Makefile.def (lto-plugin): Double dash for enable-shared.
3416 (configure-gcc): Depend on all-lto-plugin.
3417 * Makefile.in: Rebuilt.
3418
34192011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3420
3421 * configure.ac: Remove extra bracket.
3422 * configure: Regenerate.
3423
34242011-02-08 Tobias Burnus <burnus@net-b.de>
3425
3426 * MAINTAINERS: Add myself as libquadmath maintainer.
3427
34282011-02-08 Thomas Schwinge <thomas@schwinge.name>
3429
3430 * MAINTAINERS: Update my email address.
3431
34322011-02-07 Joseph Myers <joseph@codesourcery.com>
3433
3434 * MAINTAINERS (option handling): Add self.
3435
34362011-02-06 Kai Tietz <kai.tietz@onevision.com>
3437
3438 PR lto/47225
3439 * Makefile.def: Add dependency for install-gcc
3440 on install-lto-plugin.
3441 * Makfile.in: Regenerated
3442
34432011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3444
3445 * MAINTAINERS (CPU Port Maintainers): Add myself.
3446
34472011-01-31 Alexandre Oliva <aoliva@redhat.com>
3448
3449 PR libgcj/44341
3450 * configure.ac: Discard --with-* flags for host when configuring
3451 target libraries for cross build.
3452 * configure: Rebuilt.
3453
34542011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3455
3456 * MAINTAINERS (linear loop transforms): Removed.
3457
34582011-01-25 Jakub Jelinek <jakub@redhat.com>
3459
3460 * configure.ac: If with_ppl is no, move setting with_cloog=no
3461 after CLOOG_REQUESTED check.
3462 * configure: Regenerated.
3463
34642011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3465
3466 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3467 CLooG has been requested.
3468 * configure: Regenerated.
3469
34702011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3471
3472 * configure: Regenerated.
3473 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3474
34752011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3476
3477 * configure: Regenerated.
3478 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3479
34802011-01-21 Andreas Schwab <schwab@redhat.com>
3481
3482 * configure.ac: Use AS_HELP_STRING throughout.
3483 * configure: Regenerate.
3484
34852011-01-18 Jie Zhang <jie.zhang@analog.com>
3486
3487 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3488 * configure: Regenerate.
3489
34902011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3491
3492 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3493
34942011-01-13 Joel Brobecker <brobecker@adacore.com>
3495
3496 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3497 for ia64-hpux.
3498 * configure: Regenerate.
3499
35002011-01-07 Jan Hubicka <jh@suse.cz>
3501
3502 PR lto/47225
3503 * Makefile.in: Regenerate.
3504 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3505 configure.
3506
35072011-01-07 Jan Hubicka <jh@suse.cz>
3508
3509 * Makefile.in: Regenerate.
3510 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3511 and configure dependency on lto-plugin configure.
3512 (lto-plugin module): Remove dependency on GCC; add dependency on
3513 liniberty.
3514
35152011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3516
3517 * MAINTAINERS (Write After Approval): Add myself.
3518
35192010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3520
3521 * configure: Regenerate.
3522
35232010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3524
3525 * configure.ac: (picochip): Disable libiberty.
3526
35272010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3528
3529 * MAINTAINERS (Write After Approval): Add myself.
3530
35312010-12-10 Ian Lance Taylor <iant@google.com>
3532
3533 PR bootstrap/46819
3534 * configure.ac: For --disable-libgcj clear libgcj_saved.
3535 * configure: Rebuild.
3536
35372010-12-10 Tobias Burnus <burnus@net-b.de>
3538
3539 PR fortran/46540
3540 * configure.ac: Add --disable-libquadmath and
3541 --disable-libquadmath-support.
3542 * configure: Regenerate.
3543
35442010-12-03 Ian Lance Taylor <iant@google.com>
3545
3546 * MAINTAINERS: Add myself as libgo maintainer.
3547
35482010-12-03 Hans-Peter Nilsson <hp@axis.com>
3549
3550 PR libffi/46792
3551 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3552 * configure: Regenerate.
3553
35542010-12-02 Ian Lance Taylor <iant@google.com>
3555
3556 * configure.ac: Always set default for poststage1_ldflags to
3557 -static-libstdc++ -static-libgcc.
3558
35592010-11-29 Andreas Schwab <schwab@redhat.com>
3560
3561 * configure.ac: Move comment to remove extra space in last argument
3562 of GCC_TARGET_TOOL.
3563
35642010-11-26 Alexandre Oliva <aoliva@redhat.com>
3565
3566 PR other/46026
3567 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3568 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3569 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3570 (BASE_FLAGS_TO_PASS): Use it.
3571 * configure: Rebuilt.
3572 * Makefile.in: Rebuilt.
3573
35742010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3575
3576 PR binutils/12258
3577 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3578 Properly check default linker.
3579 * configure: Regnerated.
3580
35812010-11-23 Matthias Klose <doko@ubuntu.com>
3582
3583 * configure.ac: For --enable-gold, handle value `default' instead of
3584 `both*'. New configure option --{en,dis}able-ld.
3585 * configure: Regenerate.
3586
35872010-11-20 Ian Lance Taylor <iant@google.com>
3588
3589 * configure.ac: Only disable a language library if no language needs
3590 it. Don't let --disable-libgcj uncondtionally disable libffi.
3591 * configure: Rebuild.
3592
35932010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3594
3595 * Makefile.in: Regenerate.
3596
3597 PR other/46202
3598 * configure.ac: Fix just-built in-tree STRIP name to be
3599 binutils/strip-new.
3600 * configure: Regenerate.
3601 * Makefile.def (install-strip-gcc, install-strip-binutils)
3602 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3603 (install-strip-sid): Mirror dependencies on non-strip variants
3604 of these targets on the respective -strip prerequisites.
3605 * Makefile.tpl (install-strip, install-strip-host)
3606 (install-strip-target): New targets.
3607 (install-strip-[+module+], install-strip-target-[+module+]):
3608 New targets.
3609 * Makefile.in: Regenerate.
3610
36112010-11-19 Ian Lance Taylor <iant@google.com>
3612 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3613
3614 * configure.ac: Add target-libgo to target_libraries. Set
3615 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3616 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3617 (HOST_EXPORTS): Add GOC.
3618 (BASE_TARGET_EXPORTS): Add GOC.
3619 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3620 (GOCFLAGS_FOR_TARGET): New variable.
3621 (EXTRA_HOST_FLAGS): Add GOC.
3622 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3623 * Makefile.def (target_modules): Add libgo.
3624 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3625 (dependencies): Add dependency from configure-target-libgo to
3626 configure-target-libffi and all-target-libstdc++-v3. Add
3627 dependencies from all-target-libgo to all-target-libffi.
3628 (languages): Add go.
3629 * configure: Rebuild.
3630 * Makefile.in: Rebuild.
3631
36322010-11-19 Ian Lance Taylor <iant@google.com>
3633
3634 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3635 compiler/flag environment variables.
3636
36372010-11-18 Ian Lance Taylor <iant@google.com>
3638
3639 * configure.ac: Check for lang_requires_boot_languages in
3640 config-lang.in files.
3641 * configure: Rebuild.
3642
36432010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
3644 Tobias Burnus <burnus@net-b.de>
3645
3646 PR fortran/32049
3647 * Makefile.def: Add libquadmath; build it with language=fortran.
3648 * configure.ac: Add libquadmath.
3649 * Makefile.tpl: Handle multiple libs in check-[+language+].
3650 * Makefile.in: Regenerate.
3651 * configure: Regenerate.
3652
b9b9d342
TT
36532010-11-16 Tom Tromey <tromey@redhat.com>
3654
3655 * MAINTAINERS: Moved myself to reviewers section.
3656
ecbfe87a
ZD
36572010-11-15 Zdenek Dvorak <ook@ucw.cz>
3658
3659 * MAINTAINERS: Moved myself to reviewers section.
3660
29a4f477
RW
36612010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3662
3663 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3664 (Write After Approval): Remove self.
3665
9965e3cd
AS
36662010-11-15 Andreas Schwab <schwab@redhat.com>
3667
3668 * configure.ac: Fix spelling in option names.
3669 * configure: Regenerated.
3670
0463992b
GJL
36712010-11-13 Georg-Johann Lay <georgjohann@web.de>
3672
3673 PR bootstrap/39622
3674 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3675 * configure: Regenerated.
3676
3df08734
KG
36772010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3678
3679 * MAINTAINERS: Update my email address.
3680
f16e2237
TG
36812010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3682
f16e2237
TG
3683 * configure: Regenerate.
3684
0bb52d68
TG
36852010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3686
1f980c25 3687 * configure: Regenerate.
0bb52d68 3688
aba2b02e
TG
36892010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3690
aba2b02e
TG
3691 * configure: Regenerate.
3692
27882098
TG
36932010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3694
27882098
TG
3695 * configure: Regenerate.
3696
d32ef397
AS
36972010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3698
3699 * configure.ac: Support official CLooG.org versions.
3700 * configure: Regenerate.
3701 * config/cloog.m4: New.
3702
5a4b6c0e
FD
37032010-11-10 François Dumont <francois.cppdevs@free.fr>
3704
3705 * MAINTAINERS (Write After Approval): Add myself.
3706
f2cea726
DE
37072010-11-09 David Edelsohn <dje.gcc@gmail.com>
3708
3709 * MAINTAINERS: Update my email address.
3710
d8ed14ce
IS
37112010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3712
3713 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3714 * configure: Regenerate.
d8ed14ce 3715
48215350
DK
37162010-11-03 Ian Lance Taylor <iant@google.com>
3717 Dave Korn <dave.korn.cygwin@gmail.com>
3718
3719 PR lto/46273
3720 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3721 and on other supported platforms whenever LTO is enabled.
3722 * configure: Rebuild.
3723
87841584
AM
37242010-11-02 Alan Modra <amodra@gmail.com>
3725
3726 PR binutils/12110
3727 * configure.ac: Error when source path contains spaces.
3728 * configure: Regenerate.
3729
fe12dfe1
JW
37302010-10-23 James E. Wilson <wilson@codesourcery.com>
3731
3732 * MAINTAINERS: Update my email address.
3733
66c92425
ILT
37342010-10-20 Ian Lance Taylor <iant@google.com>
3735
3736 * Makefile.def (target_modules): Set lib_path to src/.libs for
3737 libstdc++-v3 module.
3738 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3739 * Makefile.in: Rebuild.
3740
187d3518
LB
37412010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3742
3743 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3744 (Write After Approval): Remove myself.
3745
02db6bba
TG
37462010-10-15 Tristan Gingold <gingold@adacore.com>
3747
3748 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3749
c0103e74
DR
37502010-10-14 Douglas Rupp <rupp@gnat.com>
3751
3752 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3753
1cd0b716
DK
37542010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3755
3756 * configure.ac (build_lto_plugin): New shell variable.
3757 (--enable-lto): Turn on by default for all non-ELF platforms that
3758 have had LTO support added so far. Set build_lto_plugin appropriately
3759 for both ELF and non-ELF.
3760 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3761 * configure: Regenerate.
3762
d4c1abb3
RW
37632010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3764
3765 Sync from src:
3766 * configure.ac (v850 support): Remove target-libgloss from
3767 noconfigdirs.
3768 * configure: Regenerate.
3769
ffedf511
RW
37702010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3771
3772 PR bootstrap/45326
3773 PR bootstrap/45174
3774 * configure.ac: Honor initial values of $build_configargs,
3775 $host_configargs, $target_configargs. Mark the precious, so
3776 environment settings get recorded.
3777 * configure: Regenerate.
3778
e1826acc
RW
37792010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3780
3781 PR bootstrap/45796
3782 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3783 Depend on all-build-libiberty.
3784 * Makefile.in: Regenerate.
3785
80920132
ME
37862010-09-30 Michael Eager <eager@eagercon.com>
3787
3788 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3789 * configure: Regenerate.
3790
770a498a
ME
37912010-09-28 Michael Eager <eager@eagercon.com>
3792
3793 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3794
86dfbd58
RW
37952010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3796
3797 PR bootstrap/44621
3798 * configure.ac: Fix unportable shell quoting.
3799 * configure: Regenerate.
3800
db50fe7d
IS
38012010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3802
3803 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3804 targets and amend comment.
3805 * configure: Regenerate.
3806
0064e825
TB
38072010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3808
3809 * MAINTAINERS (Write After Approval): Add myself.
3810
bb79486c
JH
38112010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3812
3813 * configure.ac: Enable LTO by default on Darwin.
3814 * configure: Regenerate.
3815
9e0b22c3
MS
38162010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3817
bb79486c 3818 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 3819
2fabf1b7
IB
38202010-09-01 Ian Bolton <ian.bolton@arm.com>
3821
bb79486c 3822 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 3823
3a9abc98
DS
38242010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3825
3826 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3827 ports
3828
331a9a59
DY
38292010-07-28 David Yuste <david.yuste@gmail.com>
3830
3831 * MAINTAINERS (Write After Approval): Add myself.
3832
223a9d64
N
38332010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3834
3835 * configure.ac: Support all v850 targets.
3836 * configure: Regenerate.
3837
9183bdcf
MG
38382010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3839
3840 PR bootstrap/44455
3841 * configure.ac (extra_mpfr_configure_flags): Copy from
3842 extra_mpc_gmp_configure_flags.
3843 * configure: Re-generated.
3844
2e290598
AK
38452010-07-22 Andi Kleen <ak@linux.intel.com>
3846
3847 * MAINTAINERS (Write After Approval): Add myself.
3848
8d6cd388
CLT
38492010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3850
3851 * MAINTAINERS (Write After Approval): Add myself.
3852
b0b01eb0
JY
38532010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3854
3855 * MAINTAINERS (Write After Approval): Add myself.
3856
77198d71
JH
38572010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3858
3859 PR target/44862
3860 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3861 Provide -B option to allow for link spec %s substitutions for
3862 libstdc++.a on darwin.
3863 * Makefile.in: Regenerate.
3864
02fe70af
MM
38652010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3866
3867 * MAINTAINERS (Reviewers): Update my e-mail address
3868
c63a4676
AO
38692010-06-10 Alexandre Oliva <aoliva@redhat.com>
3870
3871 * Makefile.def (configure-gcc): Depend on all-libelf.
3872 * Makefile.in: Rebuild.
3873
e68edbf6
FC
38742010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3875
3876 * MAINTAINERS (Write After Approval): Add myself in the right place.
3877
dce2d8b2 38782010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
3879
3880 * MAINTAINERS (Write After Approval): Add myself.
3881
dce2d8b2 38822010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
3883
3884 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
3885
38862010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 3887
1ab55d69
MK
3888 * config.sub: Update to version 2010-05-21.
3889 * config.guess: Update to version 2010-04-03.
0c422e74 3890
02540df4
SB
38912010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3892
3893 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3894 * configure: Regenerate.
3895
dfe5f5b2
ST
38962010-05-12 Sriraman Tallam <tmsriram@google.com>
3897
3898 * MAINTAINERS (Write After Approval): Add myself.
3899
c082f9f3
SB
39002010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3901
3902 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3903 a platform that supports LTO.
3904 * configure: Regenerate.
3905
f1af9e5f
SP
39062010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3907
3908 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3909 * configure: Regenerated.
3910
38e3d868
RM
39112010-04-27 Roland McGrath <roland@redhat.com>
3912 H.J. Lu <hongjiu.lu@intel.com>
3913
3914 * configure.ac (--enable-gold): Support both, both/gold and
3915 both/bfd to add gold to configdirs without removing ld.
3916 * configure: Regenerated.
3917
3918 * Makefile.def: Add install-gold dependency to install-ld.
3919 * Makefile.in: Regenerated.
3920
3bec79c5
DK
39212010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3922
3923 PR lto/42776
3924 * configure.ac (--enable-lto): Refactor handling so libelf tests
3925 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3926 and allow LTO to be explicitly enabled on non-ELF platforms that
3927 are known to support it inside else-clause.
3928 * configure: Regenerate.
3929
615c8ffa
EB
39302010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3931
3932 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3933 * configure: Regenerate.
3934
e4522f78
RC
39352010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3936
3937 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3938 * configure: Regenerate.
3939
8ccb78f2
RO
39402010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3941
3942 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3943 separately.
3944 * configure: Regenerate.
3945
d5cc2ee3
KW
39462010-04-16 Kevin Williams <kevin.williams@inria.fr>
3947
3948 * MAINTAINERS (Write After Approval): Add myself.
3949
8406cb62
TG
39502010-04-14 Tristan Gingold <gingold@adacore.com>
3951
3952 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3953 * configure: Regenerate.
3954
3591b8e2
SE
39552010-04-13 Steve Ellcey <sje@cup.hp.com>
3956
3957 * configure: Regenerate after change to elf.m4.
3958
a82ecc7b
IS
39592010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3960
3961 * MAINTAINERS (Write After Approval): Add myself.
3962
1f0bf148
SP
39632010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3964
3965 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3966 * configure: Regenerated.
3967
39682010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3969
3970 * configure.ac: Print "buggy but acceptable" when CLooG
3971 revision is less than 9.
3972 * configure: Regenerated.
3973
ecd01dee
DN
39742010-04-01 Diego Novillo <dnovillo@google.com>
3975
3976 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3977
dc683a3f
RW
39782010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3979
3980 PR bootstrap/43615
3981 PR bootstrap/43328
3982
3983 Revert:
3984
3985 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3986
3987 * configure.ac: Do not pass --enable-multilib nor
3988 --disable-multilib in baseargs. Accept explicitly passed
3989 --enable_multilib.
3990 * configure: Regenerate.
3991
7527d83f
UW
39922010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3993
3994 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3995
895522b6
JJ
39962010-03-31 Janis Johnson <janis187@us.ibm.com>
3997
3998 * MAINTAINERS: Remove myself.
3999
9db4e878
RW
40002010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4001
4002 PR bootstrap/43328
4003 * configure.ac: Do not pass --enable-multilib nor
4004 --disable-multilib in baseargs. Accept explicitly passed
4005 --enable_multilib.
4006 * configure: Regenerate.
4007
acf6bf36
AP
40082010-03-28 Andrew Pinski <pinskia@gmail.com>
4009
4010 * MAINTAINERS (spu port): Remove me.
4011
b42f0d7e
JM
40122010-03-23 Joseph Myers <joseph@codesourcery.com>
4013
4014 * configure.ac (tic6x-*-*): New case.
4015 * configure: Regenerate.
4016
0d1152b1
JM
40172010-03-23 Joseph Myers <joseph@codesourcery.com>
4018
4019 * config.sub: Update to version 2010-03-22.
4020 * config.guess: Update to version 2009-12-30.
4021
dce2d8b2 40222010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
4023
4024 PR ada/42554
4025 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4026 * configure: Regenerate.
4027
5408fbe8
RR
40282010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4029
4030 * MAINTAINERS: Update my email address.
4031
3f55a3b3
SP
40322010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4033
4034 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4035 (ghassan.shobaki@amd.com): Removed.
4036
3f08f7e8
AM
40372010-03-17 Alan Modra <amodra@gmail.com>
4038
4039 * MAINTAINERS: Update my email address.
4040
f3a9d094
DN
40412010-03-16 Diego Novillo <dnovillo@google.com>
4042
4043 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4044 Matthews.
4045
db5c4b8b
JM
40462010-03-16 Joseph Myers <joseph@codesourcery.com>
4047
4048 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4049 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4050
b995570a
JM
40512010-03-16 Joseph Myers <joseph@codesourcery.com>
4052
4053 * MAINTAINERS: Update my email address.
4054
124cc66f
DJ
40552010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4056
4057 * MAINTAINERS: Update my email address.
4058
a4581668
BS
40592010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4060
4061 * MAINTAINERS: Update my email address.
4062
49d78e29
JZ
40632010-03-09 Jie Zhang <jie@codesourcery.com>
4064
4065 * MAINTAINERS: Update my email address.
4066
8927b7c0
RO
40672010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4068
4069 PR libstdc++/32499
4070 * configure.ac (RANLIB): Default to true.
4071 (STRIP): Likewise.
4072 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4073 * configure: Regenerate.
4074
dce2d8b2 40752010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
4076
4077 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4078 (Write After Approval): Update my email address.
4079
bf646aaf
NC
40802010-02-17 Nick Clifton <nickc@redhat.com>
4081
4082 PR 11238
4083 * Makefile.tpl (local-distclean): Also remove config.cache files in
4084 sub-directories as there may not be Makefiles present in the
4085 sub-directories.
96e41f16
NC
4086 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4087 the config.cache files found by the find command.
4088
bf646aaf
NC
4089 * Makefile.in: Regenerate.
4090 * configure.ac: Revert previous delta.
4091 * configure: Regenerate.
4092
ff78880a
NC
40932010-02-15 Nick Clifton <nickc@redhat.com>
4094
4095 PR 11238
4096 * configure.ac: Delete config.cache files in sub-directories when
4097 deleting Makefiles.
4098 * configure: Regenerate.
4099
8150eadf
BE
41002010-02-12 Ben Elliston <bje@gnu.org>
4101
4102 * MAINTAINERS: Update my email address.
4103
a9e12bfd
AP
41042010-02-08 Andrew Pinski <pinskia@gmail.com>
4105
4106 * MAINTAINERS (spu port): Update my email address.
4107
95315086
JZ
41082010-02-08 Jie Zhang <jie.zhang@analog.com>
4109
4110 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4111
362c6d2f
KG
41122010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4113
4114 * configure.ac: Add "recommended" version checks for GMP/MPC.
4115 Update recommended GMP/MPFR/MPC versions.
4116 * configure: Regenerate.
4117
888c5ad2
JR
41182010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4119
4120 * MAINTAINERS: Move my Embecosm email address into the
4121 write-after-approval section.
4122
3bf714a7
ILT
41232010-01-26 Ian Lance Taylor <iant@google.com>
4124
4125 * MAINTAINERS: Add myself as Go frontend maintainer.
4126
ad1e5170
JR
41272010-01-25 Joern Rennecke <amylaar@spamcop.net>
4128
4129 PR libstdc++/36101, PR libstdc++/42813
4130 * configure.ac (bootstrap_target_libs): Make inclusion of
4131 target-libgomp conditional on libgomb being in target_configdirs.
4132 * configure: Regenerate.
4133
fb0553d1
JR
41342010-01-23 Joern Rennecke <amylaar@spamcop.net>
4135
4136 PR libstdc++/36101, PR libstdc++/42813
4137 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4138 * configure: Regenerate.
4139
aae29963
JR
41402010-01-22 Joern Rennecke <amylaar@spamcop.net>
4141
4142 PR libstdc++/36101, PR libstdc++/42813
4143 * configure.ac (target_configdirs): Substitute.
4144 * Makefile.def: Bootstrap target module libgomp.
4145 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4146 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4147 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4148 * configure, Makefile.in: Regenerate.
4149
d8fe8895
DK
41502010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4151
4152 * MAINTAINERS: Adjust my details.
4153
ebfe4897
EW
41542010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4155
4156 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4157
f7746c59
TL
41582010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4159
4160 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4161
306c7b5b
TL
41622010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
1b8b9e19
KT
41662010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4167
4168 * MAINTAINERS (Write After Approval): Add myself.
4169
c164615b
RG
41702010-01-11 Richard Guenther <rguenther@suse.de>
4171
4172 PR lto/41569
4173 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4174 * Makefile.in: Regenerated.
4175
f3f623ae
AT
41762010-01-11 Andreas Tobler <andreast@fgznet.ch>
4177
4178 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4179 * configure: Regenerate.
4180
592c90ff 41812010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 4182 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
4183
4184 PR bootstrap/42424
4185 * configure.ac: Include libtool m4 files.
9c78662a 4186 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
4187 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4188 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 4189
592c90ff
KG
4190 * configure: Regenerate.
4191
60a2e213
RW
41922010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4193
4194 PR bootstrap/41818
4195 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4196 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4197 * Makefile.in: Regenerate.
4198
7413962d
RG
41992010-01-02 Richard Guenther <rguenther@suse.de>
4200
4201 PR lto/41529
4202 * configure.ac: Include config/elf.m4. Disable LTO if not
4203 builting for an elf target.
4204 * configure: Regenerate.
4205
f77f3945
CF
42062009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4207
4208 * MAINTAINERS: Change my email address.
4209
4960e3f0
BE
42102009-12-18 Ben Elliston <bje@au.ibm.com>
4211
4212 * config.sub, config.guess: Update from upstream sources.
4213
d16a31da
SZ
42142009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4215
4216 * MAINTAINERS (Write After Approval): Add myself.
4217
3a5729ea
KG
42182009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4219
4220 PR middle-end/30447
4221 PR middle-end/30789
4222 PR other/40302
4223
4224 * configure.ac: Require MPC.
4225 * configure: Regenerate.
4226
43e02a8a
RW
42272009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4228
4229 PR target/38384
4230 PR bootstrap/40972
4231 * libtool.m4: Sync from git Libtool.
4232 * ltoptions.m4: Likewise.
4233 * ltversion.m4: Likewise.
4234 * lt~obsolete.m4: Likewise.
4235 * ltmain.sh: Likewise.
4236
360d4522
KG
42372009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4238
4239 * configure.ac: Update minimum MPC version to 0.8.
4240 * configure: Regenerate.
4241
f264ed56
SP
42422009-11-21 Sebastian Pop <sebpop@gmail.com>
4243
4244 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4245 * configure: Regenerated.
4246
ed2eaa9f
ILT
42472009-11-21 Ian Lance Taylor <iant@google.com>
4248
4249 * configure.ac: Change default of poststage1_ldflags to be empty if
4250 poststage1_libs is set. When poststage1_libs is empty, and
4251 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4252 * configure: Rebuild.
4253
58346783
AN
42542009-11-21 Adam Nemet <adambnmet@gmail.com>
4255
4256 * MAINTAINERS (Write After Approval): Update my email address.
4257
5ca0106a
BE
42582009-11-20 Ben Elliston <bje@au.ibm.com>
4259
4260 * config.guess: Update from upstream sources.
4261
87213cd4
AO
42622009-11-16 Alexandre Oliva <aoliva@redhat.com>
4263
4264 * Makefile.def: Restore host and target settings for gmp.
4265 * Makefile.in: Rebuild.
4266
f61428ed
AO
42672009-11-16 Alexandre Oliva <aoliva@redhat.com>
4268
4269 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4270 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4271 Fix portability of test of C++ as bootstrap language. Add
4272 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4273 * configure: Rebuild.
4274 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4275 and cloog. Fix in-tree ppl configuration. Introduce libelf
4276 in-tree building.
4277 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4278 (POSTSTAGE1_HOST_EXPORTS): Use it.
4279 (STAGE[+id+]_CXXFLAGS): New.
4280 (BASE_FLAGS_TO_PASS): Pass it down.
4281 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4282 extra_exports.
4283 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4284 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4285 extra_exports.
4286 * Makefile.in: Rebuild.
4287
f6c56be6
BE
42882009-11-17 Ben Elliston <bje@au.ibm.com>
4289
4290 * config.sub, config.guess: Update from upstream sources.
4291
0ccb5970
JK
42922009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * MAINTAINERS (Write After Approval): Add myself.
4295
dce2d8b2 42962009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
4297
4298 * MAINTAINERS (Write After Approval): Add myself.
4299
5d571eaa
OS
43002009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4301
4302 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4303 paths for *-w64-mingw* and x86_64-*mingw*.
4304 * configure: Regenerated.
4305
dce2d8b2 43062009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
4307
4308 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4309
c393f559
BK
43102009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4311
4312 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4313 Phil Edwards to Write-After Approval.
4314
ef4c4300
KT
43152009-10-30 Kai Tietz <kai.tietz@onevision.com>
4316
4317 * configure.ac: Disable target-winsup & co for
4318 x86_64-*-mingw* and *-w64-mingw* targets.
4319 * configure: Regenerated.
4320
65a324b4
NC
43212009-10-16 Nick Clifton <nickc@redhat.com>
4322
4323 * MAINTAINERS: Add myself as a maintainer for the RX port.
4324
dce2d8b2 43252009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 4326
9c78662a 4327 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 4328
17e72e5d
RO
43292009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4330
4331 * configure.ac (CLooG test): Use = with test.
4332 * configure: Regenerate.
4333
ed3a56f3
RG
43342009-10-22 Richard Guenther <rguenther@suse.de>
4335
4336 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4337 cloog if the ppl version check failed. Move flags saving
4338 before setting in libelf check.
4339 * configure: Regenerate.
4340
ad0abd3c
RG
43412009-10-21 Richard Guenther <rguenther@suse.de>
4342
4343 * configure.ac: Adjust the ppl and cloog configure to work as
4344 documented. Disable cloog if ppl was disabled. Omit the version
4345 checks if they were disabled.
4346 * configure: Re-generate.
4347
e4c5bd48
RW
43482009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4349
4350 * configure.ac: Add 'lto' to enable_languages, not
4351 new_enable_languages, and only if not already present.
4352 * configure: Regenerate.
4353
0ffd69c5
GP
43542009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4355
4356 * README: Refer to the various COPYING* files instead of just
4357 COPYING.
4358 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4359
dce2d8b2 43602009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
4361
4362 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 4363
58687768
RG
43642009-10-07 Richard Guenther <rguenther@suse.de>
4365
4366 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4367 and Richard Guenther as reviewers.
4368 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4369 as reviewers.
4370
49b0ca5c 43712009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 4372
49b0ca5c 4373 * config.sub: Update from upstream sources.
d2d9ce5e 4374
aeb94799
ILT
43752009-10-06 Ian Lance Taylor <iant@google.com>
4376
4377 * Makefile.def: check-gold depends upon all-gas.
4378 * Makefile.in: Rebuild.
4379
123651cd
PM
43802009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4381
4382 * MAINTAINERS (Write After Approval): Add myself.
4383
d7f09764
DN
43842009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4385
4386 * Makefile.def: all-lto-plugin depends on all-libiberty.
4387 set bootstrap=true for lto-plugin.
4388 Add lto-plugin.
4389 * Makefile.in: Regenerate.
4390 * configure.ac (host_libs): Add lto-plugin.
4391 * configure: Regenerate.
4392
d7f09764
DN
43932009-10-03 Diego Novillo <dnovillo@google.com>
4394
4395 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4396 (HOST_LIBELFLIBS): Define.
4397 (HOST_LIBELFINC): Define.
4398 * Makefile.in: Regenerate.
4399 * configure.ac: Add --enable-lto.
4400 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4401 If --enable-lto is used, add 'lto' to new_enable_languages.
4402 If --enable-lto is used and gold is enabled, add
4403 lto-plugin to configdirs.
4404 * configure: Regenerate.
4405
44062009-10-03 Simon Baldwin <simonb@google.com>
4407
4408 * configure.ac: If --with-system-zlib, suppress local zlib and
4409 pass --with-system-zlib to subdir configure scripts.
4410 * configure: Regenerate.
4411
dce2d8b2 44122009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
4413 Paolo Bonzini <bonzini@gnu.org>
4414
4415 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4416 $(srcdir).
4417 * Makefile.in: Rebuilt.
4418
dce2d8b2 44192009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
4420
4421 * MAINTAINERS (Write After Approval): Add myself.
4422
3e661154
KG
44232009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4424
4425 * configure.ac: Update minimum MPC version to 0.7.
4426 * configure: Regenerate.
4427
f1a036e4
NC
44282009-09-25 Nick Clifton <nickc@redhat.com>
4429
4430 * configure.ac: Pass any --cache-file=/dev/null option on to
4431 subconfigures.
4432 * configure: Regenerate.
4433
d4c74acc
NC
44342009-09-23 Nick Clifton <nickc@redhat.com>
4435
4436 * config.sub, config.guess: Update from upstream sources.
4437
dce2d8b2 44382009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
4439
4440 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4441 * Makefile.in: Rebuilt.
4442
0db770bd
RW
44432009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4444
4445 PR bootstrap/32272
4446 * configure.ac: Error out if $srcdir isn't '.' but contains
4447 host-${host_noncanonical}.
4448 * configure: Regenerate.
4449
71101870
RO
44502009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4451
4452 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4453 maintainer.
4454
ca6d0d62
RW
44552009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4456
79cd2b23
RW
4457 * configure.ac: If bootstrapping a combined tree with
4458 --enable-gold, require c++ in stage1_languages.
4459 * configure: Regenerate.
4460
ab9dcd0c
RW
4461 * configure.ac: Also add target_libs of stage1_languages to
4462 bootstrap_target_libs.
4463 * configure: Regenerate.
4464
ca6d0d62
RW
4465 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4466 with --enable-languages not containing c++.
4467 * configure: Regenerate.
4468
1c3c9f12
JZ
44692009-09-15 Jie Zhang <jie.zhang@analog.com>
4470
4471 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4472 * configure: Regenerate.
4473
dce2d8b2 44742009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 4475
6fb30a14
JR
4476 * MAINTAINERS (Write After Approval): Update my e-mail address,
4477 and move from from here...
4478 (Waiting for paperwork): To here.
0318772d 4479
4056c2c6
JM
44802009-09-09 Joseph Myers <joseph@codesourcery.com>
4481
4482 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4483
3e54529c
RW
44842009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4485
4486 * configure.ac: Do not use $extrasub for replacing @if/@endif
4487 parts in Makefile; instead, use additional arguments to
4488 AC_CONFIG_COMMANDS to do the replacement manually, with several
4489 sed invocations, to avoid HP-UX sed command limits.
4490 * configure: Regenerate.
4491
713e2ea6
AO
44922009-09-08 Alexandre Oliva <aoliva@redhat.com>
4493
4494 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4495 blank before -L.
4496
5646b7b9
AO
44972009-09-04 Alexandre Oliva <aoliva@redhat.com>
4498
4499 * configure.ac (with-build-config): Document. Handle without.
4500 Handle missing argument.
4501 * configure: Rebuilt.
4502
e12c4094
AO
45032009-09-03 Alexandre Oliva <aoliva@redhat.com>
4504
4505 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4506 Default to bootstrap-debug only if compare-debug works.
4507 * configure: Rebuilt.
4508 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4509 * Makefile.in: Rebuilt.
4510
75cb0057
RO
45112009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4512
4513 * MAINTAINERS (OS Port Maintainers): Update my email address.
4514
8fc68cba
AO
45152009-09-01 Alexandre Oliva <aoliva@redhat.com>
4516
4517 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4518 * Makefile.in: Rebuilt.
4519
44cb38cf
CD
45202009-09-01 Chris Demetriou <cgd@google.com>
4521
4522 * MAINTAINERS (Write After Approval): Add myself.
4523
f9329c35
DS
45242009-08-31 Dodji Seketeli <dodji@redhat.com>
4525
4526 PR debug/30161
4527 * include/dwarf2.h (enum dwarf_tag): Added
4528 DW_TAG_GNU_template_template_param
4529 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4530
f945e229
PB
45312009-08-30 Paolo Bonzini <bonzini@gnu.org>
4532
4533 * Makefile.tpl (AWK): Fix typo.
4534 * Makefile.in: Regenerate.
4535
87264276
PB
45362009-08-30 Paolo Bonzini <bonzini@gnu.org>
4537
4538 * configure.ac: Detect awk and sed.
4539 * Makefile.def (flags_to_pass): Add AWK and SED.
4540 * Makefile.tpl (AWK, SED): New.
4541 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4542 * configure: Regenerate.
4543 * Makefile.in: Regenerate.
4544
68ccd57c
DK
45452009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4546
4547 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4548 (collapseslashes): Likewise.
4549
df58e648
RW
45502009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4551
4552 * configure.ac (AC_PREREQ): Bump to 2.64.
4553
0539cb2c
RW
45542009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4555
70fa0efa
RW
4556 * configure.ac: Remove --with-datarootdir, --with-docdir,
4557 --with-pdfdir, --with-htmldir switches.
4558 * configure: Regenerate.
4559
5213506e
RW
4560 * configure: Regenerate.
4561
0539cb2c
RW
4562 * compile: Sync from Automake 1.11.
4563 * depcomp: Likewise.
4564 * install-sh: Likewise.
4565 * missing: Likewise.
4566 * mkinstalldirs: Likewise.
4567 * ylwrap: Likewise.
4568
197c68cc
DK
45692009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4570
4571 * ltmain.sh (func_normal_abspath): New function.
4572 (func_relative_path): Likewise.
4573 (func_mode_help): Document new -bindir option for link mode.
4574 (func_mode_link): Add new -bindir option, and use it to place
4575 output DLL if specified.
4576
58af276a
RW
45772009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4578
0115d4a3
RW
4579 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4580 (baseargs): Add --disable-option-checking.
4581 * configure: Regenerate.
4582
58af276a
RW
4583 * Makefile.def (configure-target-libiberty): Depend on
4584 all-binutils and all-ld.
4585 (configure-target-newlib): Likewise.
4586 * Makefile.in: Regenerate.
4587
e9d9afef
BE
45882009-08-17 Ben Elliston <bje@au.ibm.com>
4589
4590 * config.sub, config.guess: Update from upstream sources.
4591
354ebf88
RW
45922009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4593
4594 Sync from src, merge:
4595
4596 2009-07-02 Tristan Gingold <gingold@adacore.com>
4597
4598 * configure.ac: Do not exclude gas for i386-*-darwin.
4599 Add a case for x86_64-*-darwin.
4600 * configure: Regenerate.
4601
8375f7b2
NV
46022009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4603
4604 * MAINTAINERS: Add my name to Write After Approval list.
4605
dce2d8b2 46062009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
4607
4608 * configure.ac: Add Microblaze target.
4609 * configure: Regenerate.
4610
ea2002ba
CB
46112009-07-31 Christian Bruel <christian.bruel@st.com>
4612
4613 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4614 * configure: Regenerate.
2bf33cdb 4615
dce2d8b2 46162009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
4617
4618 * MAINTAINERS (Write After Approval): Update my e-mail address.
4619
e90e6bd7
ILT
46202009-07-06 Ian Lance Taylor <iant@google.com>
4621
4622 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4623 * configure: Rebuild.
4624
f6e0880a
TG
46252009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4626
4627 * MAINTAINERS: Move myself to the Graphite Reviewers.
4628
6d984927
WG
46292009-06-30 Wei Guozhi <carrot@google.com>
4630
4631 * MAINTAINERS: Add my name to Write After Approval list.
4632
f2689b09
SE
46332009-06-26 Steve Ellcey <sje@cup.hp.com>
4634
4635 PR bootstrap/40338
4636 * configure.ac (comparestring): Create new variable.
4637 * Makefile.tpl (comparestring): Use to skip some comparisions.
4638 * configure: Regenerate.
4639 * Makefile.in: Regenerate.
4640
f62c0ba4
DE
46412009-06-26 Doug Evans <dje@sebabeach.org>
4642
4643 * Makefile.def (host_modules): Add cgen.
4644 * Makefile.in: Regenerate.
4645 * configure.ac (host_tools): Add cgen.
4646 * configure: Regenerate.
4647
7acf4da6
DD
46482009-06-23 DJ Delorie <dj@redhat.com>
4649
4650 * MAINTAINERS: Add myself as mep maintainer.
4651
00020c16
ILT
46522009-06-23 Ian Lance Taylor <iant@google.com>
4653
4654 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4655 boot_languages. Only bootstrap target libraries listed in
4656 target_libs for some boot language. Add --with-stage1-ldflags,
4657 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4658 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4659 if not building with C++.
4660 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4661 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4662 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4663 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4664 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4665 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4666 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4667 * configure, Makefile.in: Rebuild.
4668
1da52d4a
LF
46692009-06-23 Li Feng <nemokingdom@gmail.com>
4670
4671 * MAINTAINERS: Added my name to write-after-approval list.
4672
144c9175
RM
46732009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4674
4675 * configure.ac: Define is_elf for QNX Neutrino targets.
4676 * configure: Regenerate.
4677
e5871e24
GS
46782009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4679
9c78662a 4680 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 4681
5f4a82c0
KG
46822009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4683
4684 * configure.ac: Detect MPC in default directory.
4685 * configure: Regenerate.
4686
394e9195
JG
46872009-06-03 Jerome Guitton <guitton@adacore.com>
4688 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4689
9c78662a
UB
4690 * Makefile.tpl (all): Avoid a trailing backslash.
4691 * Makefile.in: Regenerate.
394e9195 4692
47bca6aa
BE
46932009-06-03 Ben Elliston <bje@au.ibm.com>
4694
4695 * config.sub, config.guess: Update from upstream sources.
4696
a891a473
RS
46972009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4698
4699 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4700 to noconfdirs.
4701 * configure: Regenerate.
4702
70cb2d9f
AO
47032009-06-02 Alexandre Oliva <aoliva@redhat.com>
4704
4705 * Makefile.tpl ([+compare-target+]): Compare all stage
4706 directories, rather than just gcc.
4707 * Makefile.in: Rebuilt.
4708
7f1245df
DK
47092009-06-01 Doug Kwan <dougkwan@google.com>
4710
4711 * configure.ac: Support gold for target arm*-*-*.
4712 * configure: Regenerate.
394e9195 4713
acd26225
KG
47142009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4715
4716 * Makefile.def: Add MPC support and dependencies.
4717 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4718
4719 * Makefile.in, configure: Regenerate.
4720
a1fc946a
AO
47212009-05-27 Alexandre Oliva <aoliva@redhat.com>
4722
4723 * Makefile.tpl (all): Avoid harmless warning in make all when
4724 gcc-bootstrap is enabled but stage_last does not exist.
4725 * Makefile.in: Rebuilt.
4726
2e6a3c8d
NR
47272009-05-24 Nicolas Roche <roche@adacore.com>
4728
4729 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4730 * Makefile.in: Regenerate.
4731
63487d11
DC
47322009-05-21 Denis Chertykov <chertykov@gmail.com>
4733
4734 * MAINTAINERS: Update my e-mail address.
4735
449223af
DK
47362009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4737
4738 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4739 * configure: Regenerate.
4740
31c98f49
AO
47412009-05-18 Alexandre Oliva <aoliva@redhat.com>
4742
4743 PR other/40159
4744 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4745 gcc-no-bootstrap are mutually exclusive.
4746 * Makefile.in: Rebuilt.
4747
0f501837
AO
47482009-05-18 Alexandre Oliva <aoliva@redhat.com>
4749
4750 PR other/40159
4751 * Makefile.tpl (all): Don't end with unconditional success.
4752 * Makefile.in: Rebuilt.
4753
4a4a4e99
AO
47542009-05-12 Alexandre Oliva <aoliva@redhat.com>
4755
4756 PR target/37137
4757 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4758 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4759 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4760 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4761 stage_configureflags, stage_cflags and stage_libcflags into
4762 explicit Makefile macros.
4763 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4764 GFORTRAN.
4765 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4766 CC. Set CC_FOR_BUILD from CC.
4767 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4768 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4769 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4770 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4771 and GFORTRAN.
4772 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4773 (_LIBCFLAGS): Renamed to _TFLAGS.
4774 (do-compare-debug, do-compare3-debug): Drop.
4775 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4776 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4777 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4778 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4779 (XGCC_FLAGS_FOR_TARGET): New.
4780 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4781 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4782 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4783 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 4784 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
4785 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4786 TFLAGS.
4787 (BUILD_CONFIG): Include if requested.
4788 (all): Set TFLAGS on bootstrap.
4789 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4790 (all-stageid-prefixmodule): Likewise.
4791 (do-clean, distclean-stageid): Set TFLAGS.
4792 (restrap): Fix whitespace.
4793 * Makefile.in: Rebuilt.
4794
1cee3429
PB
47952009-05-07 Paolo Bonzini <bonzini@gnu.org>
4796
4797 * config.guess: Sync with src.
4798
0b70eafd
DK
47992009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4800
4801 * configure.ac ($with_ppl): Default to no if not supplied.
4802 ($with_cloog): Likewise.
4803 configure: Regenerate.
4804
5175f17c
JW
48052009-04-27 James E. Wilson <wilson@codesourcery.com>
4806
4807 * MAINTAINERS: Update my e-mail address.
4808
952fa153
NC
48092009-04-27 Nick Clifton <nickc@redhat.com>
4810
4811 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4812
a687f83c
EB
48132009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4814
4815 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4816 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4817 * Makefile.in: Regenerate.
4818
9e3eba15
KG
48192009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4820
4821 PR bootstrap/39739
4822 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4823 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4824
4825 * configure, Makefile.in: Regenerate.
4826
a687f83c 48272009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
4828
4829 * include/hashtab.h: Update GTY annotations to new syntax
4830 * include/splay-tree.h: Likewise
4831
070bdbd9
BE
48322009-04-17 Ben Elliston <bje@au.ibm.com>
4833
4834 * config.sub, config.guess: Update from upstream sources.
4835
55f2d967
AG
48362009-04-15 Anthony Green <green@moxielogic.com>
4837
4838 * configure.ac: Add moxie support.
4839 * configure: Rebuilt.
4840
309c24a9
JJ
48412009-04-14 Jakub Jelinek <jakub@redhat.com>
4842
4843 * configure.ac: Change copyright header to refer to version
4844 3 of the GNU General Public License and to point readers at the
4845 COPYING3 file and the FSF's license web page.
4846 * Makefile.def: Likewise.
4847 * Makefile.tpl: Likewise.
4848 * Makefile.in: Regenerate.
4849
b93133bc
JH
48502009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4851
4852 * configure.ac: Restore match for darwin9 or later. Use double
4853 brackets since regeneration eats one pair.
4854 * configure: Regenerate.
4855
d18ff35a
L
48562009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4857
4858 PR gas/10039
4859 * configure.ac: Require texinfo 4.7.
4860 * configure: Regenerated.
4861
748086b7
JJ
48622009-04-09 Nick Clifton <nickc@redhat.com>
4863
4864 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4865 the GCC Runtime Library Exception.
4866
a3337ea2
KG
48672009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4868
4869 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4870 * configure: Regenerate.
4871
60911f14
SE
48722009-04-01 Steve Ellcey <sje@cup.hp.com>
4873
4874 * Makefil.def (languages): New entries.
4875 * Makefile.tpl (check-gcc-*): New generic target.
4876 * Makefile.in: Regenerate.
60911f14 4877
dce2d8b2 48782009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 4879
d18ff35a 4880 * MAINTAINERS: Update my email address.
7369c1d0 4881
cfb1f59f
TT
48822009-03-18 Tom Tromey <tromey@redhat.com>
4883
d18ff35a
L
4884 * configure: Rebuild.
4885 * configure.ac (host_libs): Add libiconv.
4886 * Makefile.in: Rebuild.
4887 * Makefile.def (host_modules): Add libiconv.
4888 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 4889
75eeae1a
TG
48902009-03-16 Tristan Gingold <gingold@adacore.com>
4891
4892 * configure.ac: Treat gdb as supported on x86_64-darwin.
4893 * configure: Regenerate.
4894
f38095f3
JM
48952009-03-16 Joseph Myers <joseph@codesourcery.com>
4896
4897 * configure.ac (--with-host-libstdcxx): New option.
4898 * configure: Regenerate.
4899
dce2d8b2 49002009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
4901
4902 * MAINTAINERS: Move myself into the write after approval list.
4903
6d401294
NP
49042009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4905
4906 * MAINTAINERS: Update e-mail address.
2bf33cdb 4907
07c97076
DN
49082009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4909
4910 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4911
dce2d8b2 49122009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
4913
4914 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4915
7a9d3fe8
RW
49162009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4917
4918 Backport from git Libtool:
4919
4920 2009-01-19 Robert Millan <rmh@aybabtu.com>
4921 Support GNU/kOpenSolaris.
4922 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4923 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4924 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4925 GNU/kOpenSolaris.
4926
c9e9e11f
AS
49272009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4928
4929 * MAINTAINERS: Update e-mail address.
4930
5e8c1552 49312009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
4932
4933 * MAINTAINERS (Write After Approval): Add self.
4934
b0adb088
BM
49352009-02-18 Bingfeng Mei <bmei@broadcom.com>
4936
4937 * MAINTAINERS (Write After Approval): Add myself.
4938
ee04b574
AS
49392009-02-05 Andreas Schwab <schwab@suse.de>
4940
4941 * Makefile.tpl (stage_last): Define $r and $s before using
4942 $(RECURSE_FLAGS_TO_PASS).
4943 * Makefile.in: Regenerate
4944
907884c9
ILT
49452009-01-30 Ian Lance Taylor <iant@google.com>
4946
4947 * MAINTAINERS: Move myself to the Global Reviewers list.
4948
416ac4d4
RM
49492009-01-29 Robert Millan <rmh@aybabtu.com>
4950
4951 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4952 * configure: Regenerate.
4953
ee5decb3
GP
49542009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4955
4956 * MAINTAINERS: Make whitespace consistent.
19196f44 4957 Remove Robert Millan from Write After Approval.
ee5decb3 4958
36fbb0ec
AM
49592009-01-16 Alan Modra <amodra@bigpond.net.au>
4960
4961 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4962 (all-opcodes): Depend on all-libiberty.
4963 * Makefile.in: Regenerate.
4964
52535a64
DR
49652009-01-15 Douglas B Rupp <rupp@gnat.com>
4966
4967 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4968 * configure: Regenerate.
4969
e04a57df
RR
49702009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4971
4972 * MAINTAINERS (Write After Approval): Add myself.
4973
856c450b
SK
49742009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4975
4976 * MAINTAINERS: Add myself to reviewers (Fortran).
4977
dce2d8b2 49782009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
4979
4980 PR tree-optimization/38515
4981 * configure.ac (cloog-polylib): Removed.
4982 (with_ppl, with_cloog): Test for "no".
4983 * configure: Regenerated.
4984
1e5e8a59
DF
49852009-01-11 Daniel Franke <franke.daniel@gmail.com>
4986
4987 * MAINTAINERS: Moved myself to reviewers (Fortran).
4988
5e5debf6
TS
49892009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4990
4991 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4992 (Write After Approval): Remove myself.
4993
1c42acf1
DN
49942009-01-03 Diego Novillo <dnovillo@google.com>
4995
4996 * MAINTAINERS: Remove myself from alias maintainership.
4997
2fbbedaf
DA
49982009-01-02 David Ayers <ayers@fsfe.org>
4999
5000 * MAINTAINERS: Update e-mail address.
5001
17213821
GP
50022008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5003
5004 * MAINTAINERS: Make whitespace consistent.
5005
baafc534
RW
50062008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5007
5008 Backport from upstream Libtool:
5009 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5010 Add cache variables to tests that require the linker to work.
5011 For shlibpath_overrides_runpath, this also changes the semantics
5012 to let the result from the C compiler take precedence.
5013
18430d27
BE
50142008-12-02 Ben Elliston <bje@au.ibm.com>
5015
5016 * config.sub, config.guess: Update from upstream sources.
5017
dce2d8b2 50182008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
5019
5020 * configure.ac (ppllibs): Add by default the lib flags.
5021 * configure: Regenerate.
5022
41e9641b
LM
50232008-12-08 Luis Machado <luisgpm@br.ibm.com>
5024
5025 * MAINTAINERS: Add myself to the write after approval list.
5026
25783c30
JH
50272008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5028
ee04b574
AS
5029 * configure.ac: Add double brackets on darwin[912].
5030 * configure: Regenerate.
25783c30 5031
0e318fcc
DK
50322008-12-03 Daniel Kraft <d@domob.eu>
5033
5034 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5035 Approval to Reviewer section (for Fortran front-end).
5036
7f171b95
JH
50372008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5038
5039 * configure.ac: Expand to darwin10 and later.
5040 * configure: Regenerate.
5041
09ce620e
AS
50422008-12-02 Andreas Schwab <schwab@suse.de>
5043
5044 * Makefile.def: configure-target-boehm-gc depends on
5045 all-target-libstdc++-v3.
5046 * Makefile.in: Regenerate.
5047
386c704d
KT
50482008-12-02 Kai Tietz <kai.tietz@onevision.com>
5049
5050 * MAINTAINERS: Add myself as mingw maintainer.
5051
e03dd84a
BE
50522008-12-02 Ben Elliston <bje@au.ibm.com>
5053
5054 * config.sub, config.guess: Update from upstream sources.
5055
3fa87964
GP
50562008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5057
5058 * README.SCO: Remove.
5059
df72d7ed
FP
50602008-11-29 Fernando Pereira <pronesto@gmail.com>
5061
5062 * MAINTAINERS: Add myself to the write after approval list.
5063
b5646528
DK
50642008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5065
5066 * MAINTAINERS: Update my email address in WAA section.
5067
dce2d8b2 50682008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
5069
5070 * MAINTAINERS: Update e-mail address.
5071
dce2d8b2 50722008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
5073
5074 * MAINTAINERS: Change e-mail address.
5075
0db3a858
TG
50762008-11-27 Tristan Gingold <gingold@adacore.com>
5077
5078 * configure.ac: Build gdb for i?86-*-darwin*
5079 * configure: Regenerated.
5080
dce2d8b2 50812008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
5082
5083 * MAINTAINERS: Added my full name.
5084
487e299b
DJ
50852008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5086
5087 PR bootstrap/38014
5088 PR bootstrap/37923
5089
5090 Revert:
5091
5092 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5093
5094 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5095 * Makefile.in: Regenerated.
5096
5097 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5098
5099 PR gdb/921
5100 PR gdb/1646
5101 PR gdb/2175
5102 PR gdb/2176
5103
5104 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5105 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5106 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5107 (HOST_EXPORTS): Pass CPPFLAGS.
5108 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5109 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5110 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5111 * Makefile.in, configure: Regenerated.
5112 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5113 and CPPFLAGS_FOR_BUILD.
5114
dce2d8b2 51152008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
5116
5117 * MAINTAINERS: Add myself as middle end maintainer.
5118
044fed69
AS
51192008-11-06 Andrew Stubbs <ams@codesourcery.com>
5120
5121 * MAINTAINERS (Write after approval): Add myself.
5122
caf6defe
DN
51232008-11-05 Diego Novillo <dnovillo@google.com>
5124
5125 * MAINTAINERS (Global Reviewers): Add myself.
5126 (Non-Algorithmic Maintainers): Remove myself.
5127
3e9899ac
TS
51282008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5129
09ce620e 5130 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 5131
ea99e36e
MM
51322008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5133
09ce620e 5134 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 5135
fb0d2684
BE
51362008-10-31 Ben Elliston <bje@au.ibm.com>
5137
5138 * configure.ac (spu-*-*): Remove special case.
5139 * configure: Regenerate.
5140
73c07a3e
CM
51412008-10-30 Catherine Moore <clm@codesourcery.com>
5142
5143 * MAINTAINERS (Write after approval): Update my email address.
5144
7310a2da
SSF
51452008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5146
5147 * configure.ac [spu-*-*]: Do not set skipdirs.
5148 * configure: Re-generate.
5149
7e51fe23
BS
51502008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5151
5152 * MAINTAINERS (Various Maintainers): Add myself to reload.
5153
ef20be93
RG
51542008-10-25 Richard Guenther <rguenther@suse.de>
5155
5156 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5157 maintainer. Remove myself as libgcc-math maintainer.
5158 (Non-Algorithmic Maintainers): Remove myself.
5159
03ffcfa0
DJ
51602008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5161
5162 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5163 * Makefile.in: Regenerated.
5164
dec014a9
CC
51652008-10-23 Cary Coutant <ccoutant@google.com>
5166
5167 * MAINTAINERS (Write after approval): Add myself.
5168
b36c386c
DJ
51692008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5170
5171 PR gdb/921
5172 PR gdb/1646
5173 PR gdb/2175
5174 PR gdb/2176
5175
5176 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5177 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5178 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5179 (HOST_EXPORTS): Pass CPPFLAGS.
5180 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5181 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5182 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5183 * Makefile.in, configure: Regenerated.
5184 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5185 and CPPFLAGS_FOR_BUILD.
5186
dce2d8b2 51872008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
5188
5189 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5190 Sebastian Pop.
5191
e0bda97e
AP
51922008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5193
5194 * MAINTAINERS (Write After Approval): Added myself.
5195
36c713e0
KG
51962008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5197
5198 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5199 recommended version to 2.3.2.
5200
5201 * configure: Regenerate.
5202
8fe005ee
MM
52032008-10-01 Mark Mitchell <mark@codesourcery.com>
5204
5205 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5206
be8f156f
DD
52072008-09-29 David Daney <david.daney@caviumnetworks.com>
5208
5209 * MAINTAINERS (Write After Approval): Update e-mail address.
5210
ae11dff4
PG
52112008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5212
5213 * libtool.m4: Update to libtool 2.2.6.
5214 * lt~obsolete.m4: Update to libtool 2.2.6.
5215 * ltmain.sh: Update to libtool 2.2.6.
5216 * ltsugar.m4: Update to libtool 2.2.6.
5217 * ltversion.m4: Update to libtool 2.2.6.
5218 * ltoptions.m4: Update to libtool 2.2.6.
5219 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5220
441154b1
CF
52212008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5222
5223 * MAINTAINERS (Write After Approval): Add myself.
5224
775b3b26
BRF
52252008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5226
5227 * MAINTAINERS (Write After Approval): Update my name.
5228
94538043
SB
52292008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5230
09ce620e 5231 * MAINTAINERS: Add myself in "Write After Approval".
94538043 5232
52d1bfd8
SE
52332008-09-18 Steve Ellcey <sje@cup.hp.com>
5234
09ce620e 5235 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 5236
c5cc92f5
GP
52372008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5238
5239 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5240 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5241 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5242 and Michael Tiemann from Write After Approval since they do not
5243 actually have access.
5244
23d9794a
RG
52452008-09-05 Richard Guenther <rguenther@suse.de>
5246
5247 * configure.ac: Initialize clooglibs to -lcloog.
5248 * configure: Re-generate.
5249
192a671e
LCW
52502008-09-04 Le-Chun Wu <lcwu@google.com>
5251
5252 * MAINTAINERS (Write After Approval): Add myself.
5253
d789184e
SP
52542008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5255
5256 * configure.ac (--with-cloog-polylib): New.
5257 (--disable-cloog-version-check): New.
5258 (--disable-ppl-version-check): New.
5259 * configure: Re-generate.
5260
36a881c7
RG
52612008-09-03 Richard Guenther <rguenther@suse.de>
5262
5263 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5264 cloog test.
5265 * configure: Re-generate.
5266
358da97e
HS
52672008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5268
5269 Add picoChip port.
5270 * MAINTAINERS: Add picoChip maintainers.
5271
f8bf9252
SP
52722008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5273 Tobias Grosser <grosser@fim.uni-passau.de>
5274 Jan Sjodin <jan.sjodin@amd.com>
5275 Harsha Jagasia <harsha.jagasia@amd.com>
5276 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5277 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5278 Adrien Eliche <aeliche@isty.uvsq.fr>
5279
5280 Merge from graphite branch.
5281 * configure: Regenerate.
5282 * Makefile.in: Regenerate.
5283 * configure.ac (host_libs): Add ppl and cloog.
5284 Add checks for PPL and CLooG.
5285 * Makefile.def (ppl, cloog): Added modules and dependences.
5286 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5287 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5288
d89f0ad6
AL
52892008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5290
5291 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5292 (GCC_SHLIB_SUBDIR): New.
5293 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5294 * configure: Regenerate.
5295 * Makefile.in: Regenerate.
5296
88a25817
GP
52972008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5298
5299 * MAINTAINERS: Consistently use tabs to separate columns.
5300
f873f15f
TG
53012008-08-29 Tristan Gingold <gingold@adacore.com>
5302
5303 * MAINTAINERS (Write after Approval): Add myself.
5304
e1514c3f
TG
53052008-08-28 Tristan Gingold <gingold@adacore.com>
5306
5307 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5308 Enable bfd, binutils and opcodes.
5309 * configure: Regenerate.
5310
4717882f
JDA
53112008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5312
5313 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5314
28c9884c
TK
53152008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5316
5317 * MAINTAINERS: Use correct Umlaut for last name.
5318
ae96d86a
FXC
53192008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5320
5321 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5322
3ecc96e3
DE
53232008-08-16 David Edelsohn <edelsohn@gnu.org>
5324
5325 * MAINTAINERS: Update my email address.
5326
dd609cc1
EB
53272008-08-16 Nicolas Roche <roche@adacore.com>
5328
5329 * Makefile.tpl: Add BOOT_ADAFLAGS.
5330 * Makefile.in: Regenerate.
5331
08d0963a
RS
53322008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5333
5334 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5335 * configure: Regenerate.
5336
dce2d8b2 53372008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
5338
5339 * configure.ac: Add makefile fragments for hpux.
5340 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5341 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5342 * configure: Regenerate.
5343 * Makefile.in: Regenerate.
5344
dce2d8b2 53452008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
5346
5347 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5348
dce2d8b2 53492008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
5350
5351 * MAINTAINERS (Write after Approval): Add myself.
5352
78209f30
XG
53532008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5354
5355 * MAINTAINERS (Write After Approval): Add myself.
5356
5b5b098d
AJ
53572008-06-29 Andrew Jenner <andrew@codesourcery.com>
5358
5359 * MAINTAINERS (Write After Approval): Add myself.
5360
d812ec93
KW
53612008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5362
5363 * MAINTAINERS: Update my email address.
5364
99e78224
JY
53652008-06-25 Joey Ye <joey.ye@intel.com>
5366
5367 * MAINTAINERS (Write After Approval): Add myself.
5368
18c04407
RW
53692008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5370
5371 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5372 * Makefile.in: Regenerate.
5373 * configure: Regenerate.
5374
47aa9a31
DK
53752008-06-17 Daniel Kraft <d@domob.eu>
5376
5377 * MAINTAINERS (Write After Approval): Add myself.
5378
ad33ff57
RW
53792008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5380
5381 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5382 "$@" is still intact with both Autoconf 2.59 and 2.62.
5383 * configure: Regenerate.
5384
cdce5c41
RW
53852008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5386
5387 * Makefile.tpl: Fix comment errors.
5388 * Makefile.in: Regenerate.
5389
01b79d11
DM
53902008-06-12 David S. Miller <davem@davemloft.net>
5391 David Edelsohn <edelsohn@gnu.org>
5392
5393 * configure.ac: Add powerpc*-*-* to gold supported targets.
5394 * configure: Regenerate.
5395
f8c33439
JM
53962008-06-08 Joseph Myers <joseph@codesourcery.com>
5397
5398 PR tree-optimization/36218
5399 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5400 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5401 (all prefix="build-"): Pass them to build-system sub-makes.
5402 * Makefile.in: Regenerate.
5403
cd985f66
JM
54042008-06-07 Joseph Myers <joseph@codesourcery.com>
5405
5406 * MAINTAINERS (mt port): Remove.
5407 (sco5, unixware, sco udk): Remove.
5408 (Kean Johnston): Add to Write After Approval.
5409
3f6383d3
JB
54102008-05-30 Julian Brown <julian@codesourcery.com>
5411
5412 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5413 of libobjc for ARM EABI Linux.
5414 * configure: Regenerate.
30da41ed 5415
dce2d8b2 54162008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 5417
09ce620e 5418 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 5419
dce2d8b2 54202008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 5421
e29cc9b4 5422 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 5423
955410cb
JW
54242008-05-15 Janus Weil <janus@gcc.gnu.org>
5425
5426 * MAINTAINERS (Write After Approval): Add myself.
5427
719bb4e3 54282008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
5429
5430 * config-ml.in: don't handle --enable-shared and --enable-static.
5431
372b05fc
RS
54322008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5433
5434 * MAINTAINERS: Update my email address.
5435
f73e2200
PC
54362008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5437
5438 * MAINTAINERS: Update my email address.
09ce620e 5439
3e438e2b
KVH
54402008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5441
5442 * MAINTAINERS (Write After Approval): Add myself.
5443
177bf491
GS
54442008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5445
5446 * MAINTAINERS (Write After Approval): Add myself.
5447
dce2d8b2 54482008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
5449
5450 * MAINTAINERS (crx): Add myself.
5451
14a8726b
PB
54522008-04-18 Paolo Bonzini <bonzini@gnu.org>
5453
5454 Sync with src:
5455 2008-04-14 David S. Miller <davem@davemloft.net>
5456
09ce620e
AS
5457 * configure.ac: Add sparc*-*-* to gold supported targets.
5458 * configure: Regenerate.
14a8726b 5459
7142fb32
PB
54602008-04-18 Paolo Bonzini <bonzini@gnu.org>
5461
5462 PR bootstrap/35457
5463 * configure.ac: Include override.m4.
5464 * configure: Regenerate.
5465
c6b196de
PB
54662008-04-18 Paolo Bonzini <bonzini@gnu.org>
5467
09ce620e
AS
5468 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5469 * Makefile.in: Regenerate.
c6b196de 5470
dce2d8b2 54712008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 5472
09ce620e 5473 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 5474 as nonconfigurable directories list.
09ce620e 5475 * configure: Regenerate.
c993ae60 5476
8479b1b1
BE
54772008-04-14 Ben Elliston <bje@au.ibm.com>
5478
5479 * config.sub, config.guess: Update from upstream sources.
5480
295e261a
HPN
54812008-04-12 Hans-Peter Nilsson <hp@axis.com>
5482
5483 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5484 * Makefile.in: Regenerate.
5485
ac3949d9
EW
54862008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5487
5488 * configure.ac: Do not build libssp for the AVR.
5489 * configure: Regenerate.
5490
06407e30
ILT
54912008-04-07 Ian Lance Taylor <iant@google.com>
5492
5493 * Makefile.def: check-gold depends upon all-binutils.
5494 * Makefile.in: Regenerate.
5495
97db009c
AH
54962008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5497
5498 * MAINTAINERS (Write After Approval): Add myself.
5499
2a79c47f
NC
55002008-04-04 Nick Clifton <nickc@redhat.com>
5501
5502 PR binutils/4334
5f4bebbf 5503 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
5504 builds.
5505 * configure: Regenerate.
5506
c53a18d3
N
55072008-04-04 NightStrike <NightStrike@gmail.com>
5508
5509 PR other/35151
09ce620e
AS
5510 * configure.ac: Combine rules for mingw32 and mingw64.
5511 * configure: Regenerate.
c53a18d3 5512
d925aa70
KT
55132008-04-02 Kai Tietz <kai.tietz@onvision.com>
5514
5515 * MAINTAINERS (Write After Approval): Add myself.
5516
dce2d8b2 55172008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
5518
5519 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5520 * Makefile.in (.NOTPARALLEL): Ditto.
5521
4412a506
PG
55222008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5523
5524 * MAINTAINERS (Write After Approval): Add myself.
5525
dce2d8b2 55262008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
5527
5528 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5529 * Makefile.in (.NOTPARALLEL): Regenerate.
5530
639223bd
PB
55312008-03-27 Paolo Bonzini <bonzini@gnu.org>
5532
5533 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5534 * Makefile.in: Regenerate.
5535
b8ab1f4a
JS
55362008-03-26 Jakub Staszak <kuba@et.pl>
5537
5538 * MAINTAINERS (Write After Approval): Add myself.
5539
b45890a4
TK
55402008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5541
5542 * MAINTAINERS: Update e-mail address.
5543
5afab7ad
ILT
55442008-03-20 Ian Lance Taylor <iant@google.com>
5545
5546 * configure.ac: Add support for --enable-gold.
5547 * Makefile.def: Add gold as a directory like ld.
5548 * configure, Makefile.in: Regenerate.
5549
38d24731
RW
55502008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5551
5552 * configure.ac: m4_include config/proginstall.m4.
5553 * configure: Regenerate.
32bc4cf4
RW
5554
5555 Backport from upstream Libtool:
09ce620e 5556
32bc4cf4 5557 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 5558
32bc4cf4
RW
5559 Deal with Autoconf 2.62's semantic change in m4_append.
5560 * ltsugar.m4 (lt_append): Replace broken versions of
5561 m4_append.
5562 (lt_if_append_uniq): Don't require separator to be overquoted,
5563 and avoid broken m4_append.
5564 (lt_dict_add): Fix typo.
5565 * libtool.m4 (_LT_DECL): Don't overquote separator.
5566
9d3c50ea
DE
55672008-03-13 David Edelsohn <edelsohn@gnu.org>
5568
5569 * config.rpath: Add AIX 6 support.
5570
5d2edb29
PB
55712008-03-13 Paolo Bonzini <bonzini@gnu.org>
5572
5573 * Makefile.def (stageprofile). Remove -fprofile-generate
5574 from stage_libcflags.
5575 * Makefile.in: Regenerate.
5576
954910ef
BE
55772008-03-13 Ben Elliston <bje@au.ibm.com>
5578
5579 * config.sub, config.guess: Update from upstream sources.
5580
e8645a40
TT
55812008-03-06 Tom Tromey <tromey@redhat.com>
5582
5583 * MAINTAINERS: Update for treelang deletion.
5584
2c8e955e
JW
55852008-03-03 James E. Wilson <wilson@tuliptree.org>
5586
5587 * MAINTAINERS: Update my email address.
5588
54acd307
SS
55892008-03-03 Stan Shebs <stanshebs@earthlink.net>
5590
893ad2a1 5591 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
5592 (objective-c/c++): Add myself as a maintainer.
5593
4b52b516
VR
55942008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5595
5596 * MAINTAINERS (Write After Approval): Update my email address.
5597
e652b516
TB
55982008-02-25 Tomas Bily <tbily@suse.cz>
5599
5600 * MAINTAINERS (Write After Approval): Add myself.
5601
02d30740
JJ
56022008-02-23 Jakub Jelinek <jakub@redhat.com>
5603
5604 * MAINTAINERS (OpenMP): Add myself.
5605
1c8bd6a3
PB
56062008-02-20 Paolo Bonzini <bonzini@gnu.org>
5607
4b40b2a5
UB
5608 PR bootstrap/32009
5609 PR bootstrap/32161
1c8bd6a3 5610
4b40b2a5
UB
5611 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5612 * configure: Regenerate.
1c8bd6a3 5613
4b40b2a5
UB
5614 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5615 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5616 STAGE4_LIBCFLAGS): New.
5617 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5618 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5619 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5620 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5621 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5622 for target modules. Don't export LIBCFLAGS.
5623 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5624 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5625 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5626 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5627 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5628 * Makefile.in: Regenerate.
1c8bd6a3 5629
bb44c9d2
RW
56302008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5631
5632 PR libgcj/33085
5633 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5634 Do not use -DDLL_EXPORT. Backport from upstream.
5635
29a7754d
RW
56362008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5637
5638 * MAINTAINERS (Write After Approval): Add myself.
5639
9a212bb7
HPN
56402008-02-02 Hans-Peter Nilsson <hp@axis.com>
5641
5642 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5643 * configure: Regenerate.
5644
aa12a573
MG
56452008-01-31 Marc Gauthier <marc@tensilica.com>
5646
5647 * configure.ac (xtensa*-*-*): Recognize processor variants.
5648 * configure: Regenerate.
5649
ac9e6043
RW
56502008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5651
40049ccc
UB
5652 PR bootstrap/34922
5653 * configure.ac (PARSE_ARGS): Push suitable setting of
5654 ac_subdirs_all, for `./configure --help=recursive'.
5655 Handle `+' in generic toplevel directory disabling.
5656 * configure: Regenerate.
ac9e6043 5657
4288c86a
NC
56582008-01-28 Nick Clifton <nickc@redhat.com>
5659
5660 * MAINTAINERS (xstormy16): Take over maintainership.
5661
8d8da227
JM
56622008-01-25 Joseph Myers <joseph@codesourcery.com>
5663
5664 * MAINTAINERS (c4x port): Remove.
5665
349b60e7
DE
56662008-01-24 David Edelsohn <edelsohn@gnu.org>
5667
5668 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5669
3ca06a68
BE
56702008-01-23 Ben Elliston <bje@au.ibm.com>
5671
5672 * config.sub, config.guess: Update from upstream sources.
5673
3c631381
TG
56742008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5675
5676 * MAINTAINERS (Write After Approval): Add myself.
5677
20533ef1
L
56782008-01-17 H.J. Lu <hjl.tools@gmail.com>
5679
5680 * MAINTAINERS: Update my email address.
5681
56822008-01-09 Raksit Ashok <raksit@google.com>
5683
5684 * MAINTAINERS (Write After Approval): Add myself.
5685
684f4f6a
RA
56862008-01-09 Raksit Ashok <raksit@google.com>
5687
5688 * MAINTAINERS (Write After Approval): Add myself.
5689
9cb8756f
BE
56902008-01-08 Ben Elliston <bje@au.ibm.com>
5691
5692 * config.sub, config.guess: Update from upstream sources.
5693
94e1934d
KG
56942007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5695
5696 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 5697 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
5698 * configure: Regenerate.
5699
a2e51f77
SP
57002007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5701
5702 * MAINTAINERS: Update my email address.
5703
ffe3dcd9
BRF
57042007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5705
5706 * MAINTAINERS: Update my email address.
5707
aa4095c9
RS
57082007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5709
5710 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5711 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5712 * Makefile.in: Regenerate.
5713
dce2d8b2 57142007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
5715
5716 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5717 misplaced entries.
5718
0fe0f073
AT
57192007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5720
5721 * configure.ac: Enable libjava for x86_64-*-darwin9.
5722 * configure: Regenerate.
5723
dce2d8b2 57242007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
5725
5726 * MAINTAINERS (Write After Approval): Add myself.
5727
c3220d4c
BE
57282007-12-05 Ben Elliston <bje@au.ibm.com>
5729
5730 * config.sub, config.guess: Update from upstream sources.
5731
aba7501e
MK
57322007-12-02 Matthias Klose <doko@ubuntu.com>
5733
5734 * config-ml.in: Remove 64bit configure tests.
5735
d683ec81
PB
57362007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5737
5738 * config-ml.in: Robustify against white space in absolute file
5739 names.
5740
5741 * config-ml.in (multi-clean): Substitute ${Makefile}.
5742 Remove superfluous ${Makefile} in list.
5743
60f1711a
TS
57442007-11-19 Thiemo Seufer <ths@mips.com>
5745
5746 * config-ml.in: Don't hardcode the Makefile name.
5747
487f9d96
AM
57482007-11-08 Alexander Monakov <amonakov@ispras.ru>
5749
5750 * MAINTAINERS (Write After Approval): Add myself.
5751
fa3886fe
ST
57522007-11-07 Samuel Tardieu <sam@rfc1149.net>
5753
5754 * MAINTAINERS (Write After Approval): Add myself.
5755
dce2d8b2 57562007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
5757
5758 * MAINTAINERS (Write After Approval): Add myself.
5759
acc48927
BE
57602007-10-25 Ben Elliston <bje@au.ibm.com>
5761
5762 * MAINTAINERS (mercury): Remove entry.
5763 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5764
e00e9858
DJ
57652007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5766
5767 * Makefile.def (dependencies): Make configure-gdb depend on
5768 all-intl.
5769 * Makefile.in: Regenerated.
5770
def14a3c
SK
57712007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5772
5773 * MAINTAINERS (Fortran maintainer): Remove myself.
5774
dce2d8b2 57752007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
5776
5777 * Makefile.def: To avoid problems running with parallel makes,
5778 build newlib before libgloss so that target specific header
5779 files are availble.
5780 * Makefile.in: Regenerate
5781
bbfbfafc
DJ
57822007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5783
5784 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5785 * Makefile.in: Regenerate.
5786
c56abad5
VM
57872007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5788
5789 * MAINTAINERS (Register allocation reviewer): Add myself.
5790
f019adc1
MF
57912007-10-08 Mike Frysinger <vapier@gentoo.org>
5792
5793 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5794 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5795 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5796 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5797 * configure: Regenerate.
5798
dce2d8b2 57992006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
5800
5801 * MAINTAINERS (Register allocation reviewer): Add myself.
5802
0999159b
PB
58032007-10-01 Paolo Bonzini <bonzini@gnu.org>
5804
5805 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5806 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5807 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5808 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5809 * configure.ac: Default them to host tools for $host = $build.
5810 Subst them.
5811
5812 * configure: Regenerate.
5813 * Makefile.in: Regenerate.
5814
dce2d8b2 58152006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
5816
5817 * MAINTAINERS (Register allocation reviewer): Add myself.
5818
dce2d8b2 58192006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
5820
5821 * MAINTAINERS (Register allocation reviewer): Add myself.
5822
9d209c83
SP
58232007-09-21 Seongbae Park <seongbae.park@gmail.com>
5824
5825 * MAINTAINERS (Write After Approval): Fix typo.
5826
1ec3b87b
RS
58272007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5828
5829 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5830 * configure: Regenerate.
5831
19d5986d
PJ
58322007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5833
5834 PR bootstrap/31906
5835 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 5836 they're already prefixed.
19d5986d 5837
6d3b5aea
BK
58382007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5839
5840 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5841 libstdc++.
5842 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5843 * configure: Regenerate.
5844 * Makefile.in: Regenerate.
09ce620e 5845
4fe7e755
AS
58462007-09-17 Andreas Schwab <schwab@suse.de>
5847
5848 * configure.ac: Raise minimum makeinfo version to 4.6.
5849 * configure: Regenerate.
5850
dce2d8b2 58512007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 5852
ffe3dcd9 5853 * MAINTAINERS (write-after-approval) add myself
d483feaa 5854
fa9a3f31
AM
58552007-09-15 Alan Modra <amodra@bigpond.net.au>
5856
5857 * configure.ac: Correct makeinfo version check.
5858 * configure: Regenerate.
5859
6593a73e
RS
58602007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5861
5862 * MAINTAINERS: Update my email address.
5863
d9dced13
RS
58642007-09-14 Richard Sandiford <richard@codesourcery.com>
5865
5866 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5867 to $skipdirs and only disable gprof for newlib. Use the normal
5868 mips*-elf* handling in other respects.
5869 * configure: Regnerate.
5870
773c1467
DD
58712007-09-12 David Daney <ddaney@avtrex.com>
5872
5873 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5874 enabling libgcj.
5875 * configure: Regenerate.
5876
c03353e2
RIL
58772007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5878
5879 PR other/32154
5880 * configure.ac: For libgloss targets, point the linker to the linker
5881 script, startup code and simulator library.
5882 * configure: Regenerate.
5883
c4e9bf2b
AH
58842007-09-07 Andrew Haley <aph@redhat.com>
5885
5886 * configure.ac (noconfigdirs): Remove target-libffi and
5887 target-libjava.
5888 * configure: Regenerate.
5889
1f5a6b84
FXC
58902007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5891
5892 PR target/33281
5893 * configure.ac: Use config/mh-mingw on mingw.
5894 * configure: Regenerate.
1f5a6b84 5895
3951e521
PH
58962007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5897
9f349f63 5898 * MAINTAINERS (Write After Approval): Add myself.
3951e521 5899
e643dc23
RG
59002007-09-05 Richard Guenther <rguenther@suse.de>
5901
5902 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5903 nor --disable-checking is provided also turn on yes and types
5904 checking for stage1.
5905 * configure: Re-generate.
5906
039874df
KW
59072007-08-30 Krister Walfridsson <cato@df.lth.se>
5908
5909 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5910 (Write After Approval): Remove myself.
5911
c3f07bd6 59122007-08-29 Nick Clifton <nickc@redhat.com>
15098359 5913
c3f07bd6 5914 * config.sub, config.guess: Update from upstream sources.
15098359 5915
40049ccc 59162007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
5917
5918 * MAINTAINERS (Write After Approval): Added myself.
5919 * MAINTAINERS (Reviewers): Removed myself.
5920
c8aea42c 59212007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 5922 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
5923
5924 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5925 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5926 * Makefile.in: Regenerate.
5927 * configure.ac (--with-debug-prefix-map): New.
5928 * configure: Regenerate.
5929
4bf6c438
RS
59302007-08-17 Richard Sandiford <richard@codesourcery.com>
5931 Nigel Stephens <nigel@mips.com>
5932
4bf6c438
RS
5933 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5934 as target_makefile_frag.
5935 * configure: Regenerate.
5936
bb286d71
AO
59372007-08-16 Alexandre Oliva <aoliva@redhat.com>
5938
5939 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5940 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5941 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5942 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5943 (do-compare, do-compare3, do-compare-debug): New.
5944 ([+compare-target+]): Use them.
5945
a4630417
MK
59462007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5947
5948 * MAINTAINERS (Write After Approval): Change my email address.
5949
d9acb717
RW
59502007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5951 Ben Elliston <bje@au.ibm.com>
5952
5953 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5954 --silent if $silent.
5955 * configure: Regenerate.
5956
96876681
ZD
59572003-08-12 Zdenek Dvorak <ook@ucw.cz>
5958
5959 * MAINTAINERS (Various Maintainers): Add myself as
5960 loop infrastructure maintainer. Update my e-mail
5961 address.
5962
1c1d80ee
DN
59632007-07-31 Diego Novillo <dnovillo@google.com>
5964
5965 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5966 Adjust description.
5967
7e98624c
RG
59682007-07-26 Richard Guenther <rguenther@suse.de>
5969
5970 * configure.ac: Add types checking to stage1 checking flags.
5971 * configure: Regenerate.
5972
4c85af60
NC
59732007-07-17 Nick Clifton <nickc@redhat.com>
5974
5975 * COPYING3: New file. Contains version 3 of the GNU General
5976 Public License.
5977 * COPYING3.LIB: New file. Contains version 3 of the GNU
5978 Lesser General Public License.
5979
19ddfd3a
AK
59802007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5981
5982 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5983
2a064545
AK
59842007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5985
5986 * MAINTAINERS (S/390 co-maintainer): Add myself.
5987 (Write After Approval): Remove myself.
5988
f861f54d
DH
59892007-07-13 Dan Hipschman <dsh@google.com>
5990
5991 * MAINTAINERS (Write After Approval): Add myself.
5992
0136f2f7
NC
59932007-07-11 Nick Clifton <nickc@redhat.com>
5994
5995 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5996 WINDRES export.
5997 * Makefile.in: Regenerate.
5998
6e29b5a4
RO
59992007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6000
6001 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6002 maintainer.
6003
159a4b02
L
60042007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6005
6006 * lt~obsolete.m4: New. Import from 20070318 libtool.
6007
6ba67283
JB
60082007-07-03 Julian Brown <julian@codesourcery.com>
6009
6010 * MAINTAINERS (Write After Approval): Add myself.
6011
30b74385
RW
60122007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6013
6014 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6015 * configure: Regenerate.
6016
60172007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6018
6019 * configure.ac: Add some missing m4 quotation.
6020 * configure: Regenerate.
6021
943c54ce
SB
60222007-07-02 Simon Baldwin <simonb@google.com>
6023
6024 * MAINTAINERS (Write After Approval): Add myself.
6025
1c00b503
PB
60262007-07-02 Paolo Bonzini <bonzini@gnu.org>
6027
6028 * configure: Regenerate.
6029
901119ae
KT
60302007-07-02 Kai Tietz <kai.tietz@onevision.com>
6031
6032 * Makefile.def: Add windmc tool to build.
6033 * Makefile.tpl: Likewise.
6034 * configure.ac: Likewise.
6035 * Makefile.in: Regenerate.
6036 * configure: Regenerate.
09ce620e 6037
83f4c19f
DD
60382007-06-28 DJ Delorie <dj@redhat.com>
6039
6040 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6041 not building newlib.
6042 * configure: Regenerated.
09ce620e 6043
5346c75c
JS
60442007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6045
6046 * MAINTAINERS (Write After Approval): Add myself.
6047
aacfb86b
MM
60482007-06-25 Martin Michlmayr <tbm@cyrius.com>
6049
6050 * MAINTAINERS (Write After Approval): Add myself.
6051
590bf0d3
CM
60522007-06-19 Chris Matthews <chrismatthews@google.com>
6053
6054 * MAINTAINERS (Write After Approval): Add myself.
6055
cdbbee7a
RIL
60562007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6057
6058 * MAINTAINERS (Write After Approval): Add myself.
6059
b8afffc1
DJ
60602007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6061
6062 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6063 * Makefile.in: Regenerated.
6064
3fcfad76
BS
60652007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6066
6067 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6068 bfin*-*-uclinux* targets.
6069 * configure: Regenerate.
6070
3f5a2b7f
ILT
60712007-06-14 Ian Lance Taylor <iant@google.com>
6072
6073 * MAINTAINERS: Add myself as non-algorithmic global write
6074 maintainer.
6075
4c46daee
DN
60762007-06-14 Diego Novillo <dnovillo@google.com>
6077
6078 * MAINTAINERS: Add self as middle-end maintainer and
6079 non-algorithmic global write maintainer.
6080
a3bb222a
FXC
60812007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6082
6083 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6084 Move all Fortran maintainers except Paul Brook into the
6085 Non-Autopoiesis section.
6086
a19e8f64
PB
60872007-06-14 Paolo Bonzini <bonzini@gnu.org>
6088
6089 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6090 (distclean-stage[+id+]): Possibly delete stage_last.
6091 * Makefile.in: Regenerate.
6092
1c2abe5e
SP
60932007-06-12 Seongbae Park <seongbae.park@gmail.com>
6094
6095 * MAINTAINERS (Various Maintainer): Fix typo.
6096
abca4739
PB
60972007-06-11 Paolo Bonzini <bonzini@gnu.org>
6098
6099 * MAINTAINERS (Various Maintainer): Add myself as
6100 dataflow maintainer.
6101
a894d2c3
BE
61022007-06-07 Ben Elliston <bje@au.ibm.com>
6103
6104 * config.sub, config.guess: Update from upstream sources.
6105
8024d75e
BE
61062007-06-07 Ben Elliston <bje@au.ibm.com>
6107
6108 * Makefile.tpl: Fix spelling error.
6109 * Makefile.in: Regenerate.
6110
973a9a5e
SE
61112007-06-01 Steve Ellcey <sje@cup.hp.com>
6112
96598938
L
6113 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6114 lt_cv_sys_max_cmd_len.
973a9a5e 6115
ccb4d26b
DN
61162007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6117
6118 * MAINTAINERS (Various Maintainers): Add myself as
6119 auto-vectorizer maintainer.
6120
eecb7461
PB
61212003-05-31 Paolo Bonzini <bonzini@gnu.org>
6122
6123 PR libjava/32098
6124 * libtool.m4: Revert previous change.
6125 * ltgcc.m4: Put it here.
6126
89d28202
ZD
61272003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6128
6129 * MAINTAINERS (Various Maintainers): Add myself as
6130 auto-vectorizer maintainer.
6131
60c7a11a
L
61322007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6133
6134 PR libjava/32098
6135 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6136
9dd3cc81
RG
61372007-05-30 Richard Guenther <rguenther@suse.de>
6138
6139 * MAINTAINERS (Various Maintainers): Add myself as
6140 auto-vectorizer maintainer.
6141
9cc1244e
JJ
61422007-05-30 Jakub Jelinek <jakub@redhat.com>
6143
6144 PR bootstrap/29382
6145 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6146 * configure: Rebuilt.
6147
6124296b
RC
61482007-05-28 Roberto Costa <robsettantasei@gmail.com>
6149
6150 * MAINTAINERS (Write After Approval): Removed my name.
6151
6b757a0d
SB
61522007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6153
6154 * MAINTAINERS (Write After Approval): Remove myself.
6155
86ef8528
AT
61562007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6157
6158 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6159
1cf3d07d
SE
61602007-05-23 Steve Ellcey <sje@cup.hp.com>
6161
6162 * ltmain.sh: Update from ToT Libtool.
6163 * libtool.m4: Update from ToT Libtool.
6164 * ltsugar.m4: New. Update from ToT Libtool.
6165 * ltversion.m4: New. Update from ToT Libtool.
6166 * ltoptions.m4: New. Update from ToT Libtool.
6167 * ltconfig: Remove.
6168 * ltcf-c.sh: Remove.
6169 * ltcf-cxx.sh: Remove.
6170 * ltcf-gcj.sh: Remove.
6171
ce3fcf8c
OW
61722007-05-22 Ollie Wild <aaw@google.com>
6173
6174 * MAINTAINERS (Write After Approval): Add myself.
6175
342b9200
PB
61762007-05-16 Paolo Bonzini <bonzini@gnu.org>
6177
6178 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6179 stage_cflags.
6180 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6181 Remove CFLAGS/LIBCFLAGS.
6182 (configure-stage[+id+]-[+prefix+][+module+],
6183 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6184 * Makefile.in: Regenerate.
6185
cea17285
DN
61862007-05-15 Diego Novillo <dnovillo@google.com>
6187
6188 * MAINTAINERS: Update e-mail address.
6189
11c004e7
RE
61902007-05-15 Revital Eres <eres@il.ibm.com>
6191
6192 * MAINTAINERS (Write After Approval): Add myself.
6193
ab6bd693
RC
61942007-05-14 Roberto Costa <robsettantasei@gmail.com>
6195
6196 * MAINTAINERS (Write After Approval): Updated my address.
6197
388cdf07
TN
61982007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6199
6200 * MAINTAINERS (Write After Approval): Add myself.
6201
23f24034
SR
62022007-05-11 Silvius Rus <rus@google.com>
6203
6204 * MAINTAINERS (Write After Approval): Add myself.
6205
34a7526e
TT
62062007-04-23 Tom Tromey <tromey@redhat.com>
6207
6208 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6209
51da21be
MM
62102007-04-22 Mark Mitchell <mark@codesourcery.com>
6211
6212 * MAINTAINERS (cpplib): Rename to ...
6213 (libcpp): ... this. Add C/C++ front end maintainers.
6214
70070387
SE
62152007-04-14 Steve Ellcey <sje@cup.hp.com>
6216
6217 * config-ml.in: Pass ${ml_config_env} to configure calls.
6218
df1a0dbb
CB
62192007-04-04 Christian Bruel <christian.bruel@st.com>
6220
6221 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6222
9daff147
DK
62232007-04-02 Dave Korn <dave.korn@artimi.com>
6224
6225 * MAINTAINERS (Write After Approval): Add myself.
6226
374eadb2
TB
62272007-03-31 Tobias Burnus <burnus@net-b.de>
6228
6229 * MAINTAINERS (fortran 95 front end): Add myself.
6230
8eced3a2
DR
62312007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6232
6233 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6234
653de3e3
AZ
62352007-03-24 Ayal Zaks <zaks@il.ibm.com>
6236
6237 * MAINTAINERS (Modulo Scheduler): Add myself.
6238
b737d953
BM
62392007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6240
6241 * MAINTAINERS (fortran 95 front end): Add myself.
6242 (c++ front end): whitespace fix.
6243
a584cdf2
NF
62442007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6245
6246 * MAINTAINERS (Write After Approval): Add myself.
6247
8c79f3c4
RS
62482007-03-21 Richard Sandiford <richard@codesourcery.com>
6249
6250 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6251 of glob. Quote arguments with single quotes too.
6252 * configure: Regenerate.
6253
07f1ac6d
BM
62542007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6255
6256 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6257 * Makefile.in: Regenerate
6258
172e41aa
AS
62592007-03-07 Andreas Schwab <schwab@suse.de>
6260
6261 * configure: Regenerate.
6262
9c4d2493
BM
62632007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6264
6265 * configure.ac: Add "--with-pdfdir" configure option,
6266 which defines pdfdir variable.
6267 * Makefile.def (target=fixincludes): Add install-pdf to
6268 missing targets.
6269 (recursive_targets): Add install-pdf target.
6270 (flags_to_pass): Add pdfdir.
6271 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6272 target.
6273 * configure: Regenerate
6274 * Makefile.in: Regenerate
6275
e14e622e
EC
62762007-02-28 Eric Christopher <echristo@apple.com>
6277
6278 Revert:
6279 2006-12-07 Mike Stump <mrs@apple.com>
6280
6281 * Makefile.def (dependencies): Add dependency for
6282 install-target-libssp and install-target-libgomp on
6283 install-gcc.
6284 * Makefile.in: Regenerate.
6285
54e433bc
MK
62862007-02-27 Matt Kraai <kraai@ftbfs.org>
6287
6288 * configure: Regenerate.
6289 * configure.ac: Move statements after variable declarations.
6290
6c8d3d8f
KK
62912007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6292
6293 * MAINTAINERS: Add myself as sh maintainer.
6294
9f8c6739
JM
62952007-02-19 Joseph Myers <joseph@codesourcery.com>
6296
6297 * configure.ac: Adjust for loop syntax.
6298 * configure: Regenerate.
6299
278a7a38
AO
63002007-02-18 Alexandre Oliva <aoliva@redhat.com>
6301
6302 * configure: Rebuilt.
6303
b2eaac4a
AO
63042007-02-18 Alexandre Oliva <aoliva@redhat.com>
6305
6306 * configure.ac: Drop multiple occurrences of --enable-languages,
6307 and fix its quoting.
6308 * configure: Rebuilt.
6309
beeaf216 63102007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
6311 Nathan Sidwell <nathan@codesourcery.com>
6312 Vladimir Prus <vladimir@codesourcery.com>
6313 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
6314
6315 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6316 * configure: Regenerate.
6317
09201a09
GP
63182007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6319
6320 * ltconfig (freebsd*): Default to elf.
6321
291f172e
DJ
63222007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6323
6324 * configure.ac (target_libraries): Move libgcc before libiberty.
6325 * configure: Regenerated.
6326
c3a86da9
DJ
63272007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6328 Paolo Bonzini <bonzini@gnu.org>
6329
6330 PR bootstrap/30753
6331 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6332 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6333 * configure: Regenerated.
6334
88e1e72a
FXC
63352007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6336
6337 * MAINTAINERS (Language Front End Maintainers): Update my mail
6338 address.
6339
44bfc3ac
DJ
63402007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6341
6342 PR bootstrap/30748
6343 * configure.ac: Correct syntax for Solaris ksh.
6344 * configure: Regenerated.
6345
3e19841a
PB
63462007-02-09 Paolo Bonzini <bonzini@gnu.org>
6347
6348 * configure.ac: Sync with src.
6349 * configure: Regenerate.
6350
74a48762
PB
63512007-02-09 Paolo Bonzini <bonzini@gnu.org>
6352
6353 * Makefile.in: Regenerate.
6354
d846e52e
PB
63552007-02-09 Paolo Bonzini <bonzini@gnu.org>
6356
6357 * config.sub: Sync with src.
6358
1c710c3c
DJ
63592007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6360
6361 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6362 noncanonical equivalents.
6363 * configure.in: Rename to...
6364 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6365 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6366 target_noncanonical. Use them. Rewrite removal of configure
6367 arguments for autoconf 2.59. Discard variable settings. Force
6368 program_transform_name for native tools.
6369
6370 * Makefile.in: Regenerated.
6371 * configure: Regenerated with autoconf 2.59.
6372
dce2d8b2 63732007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 6374
3de8da2a 6375 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 6376
f6671c93
AS
63772007-01-31 Andreas Schwab <schwab@suse.de>
6378
6379 * Makefile.tpl (LDFLAGS): Substitute it.
6380 * Makefile.in: Regenerate.
6381
dce2d8b2 63822007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 6383
3de8da2a 6384 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 6385
2472200d
DE
63862007-01-28 David Edelsohn <edelsohn@gnu.org>
6387
3de8da2a 6388 * MAINTAINERS (spu port): Add myself.
2472200d 6389
5305be7e
RG
63902007-01-23 Richard Guenther <rguenther@suse.de>
6391
6392 PR bootstrap/30541
6393 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6394 * Makefile.tpl (GNATBIND): Substitute it.
6395 (GNATMAKE): Likewise.
6396 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6397 of STAGE_PREFIX.
6398 * Makefile.in: Regenerate.
6399 * configure: Regenerate.
6400
416cfb5e
MS
64012007-01-18 Mike Stump <mrs@apple.com>
6402
6403 * configure.in: Re-enable -Werror for gcc builds.
6404
3de8da2a 64052007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 6406
3de8da2a 6407 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 6408
d943d7c4
PB
64092007-01-11 Paolo Bonzini <bonzini@gnu.org>
6410
6411 * configure.in: Change == to = in test command.
3de8da2a 6412 * configure: Regenerate.
d943d7c4 6413
e69bf64b 64142007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
6415 Nick Clifton <nickc@redhat.com>
6416 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6417
6418 * configure.in (build_configargs, host_configargs, target_configargs):
6419 Remove build/host/target parameters.
6420 (host_libs): Add gmp and mpfr.
6421 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6422 * Makefile.def (gmp, mpfr): New.
6423 (gcc): Remove target.
6424 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6425 target_os, target_vendor): New.
dce2d8b2 6426 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
6427 * configure: Regenerate.
6428 * Makefile.in: Regenerate.
e69bf64b
PB
6429
64302007-01-11 Matt Fago <fago@earthlink.net>
6431
6432 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 6433 to improve robustness of configure tests.
e69bf64b 6434 * configure: Regenerate.
e14e622e 6435
a42f3b80
UB
64362007-01-09 Uros Bizjak <ubizjak@gmail.com>
6437
6438 * MAINTAINERS: Add myself as i386 maintainer.
6439
a36aee1a
JH
64402007-01-08 Jan Hubicka <jh@suse.cz>
6441
61fcaeef 6442 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 6443
738a52d3
KT
64442007-01-08 Kai Tietz <kai.tietz@onevision.com>
6445
6446 * configure.in: Add support for an x86_64-mingw* target.
95af8923 6447 * configure: Regenerate.
738a52d3 6448
54fdc474
DJ
64492007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6450
6451 * Makefile.tpl (all-target): Correct @if conditional for target
6452 modules.
6453 * configure.in: Omit libiberty if building only target libgcc.
6454 * configure, Makefile.in: Regenerated.
6455
3dd71726
PB
64562007-01-04 Paolo Bonzini <bonzini@gnu.org>
6457
dce2d8b2 6458 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
6459 * configure: Regenerate.
6460
fa958513
DJ
64612007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * Makefile.def (target_modules): Add libgcc.
6464 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6465 * Makefile.tpl (clean-target-libgcc): Delete.
6466 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6467 on gcc even for bootstrapped modules. Rewrite handling of
6468 lang_env_dependencies to loop over target_modules.
6469 * configure.in (target_libraries): Add target-libgcc.
6470 * Makefile.in, configure: Regenerated.
6471
e1888513
PB
64722006-12-29 Paolo Bonzini <bonzini@gnu.org>
6473
6474 * configure.in: Reorganize recognition of languages. Add
6475 --enable-stage1-languages. Show supported languages for the chosen
6476 target rather than all recognized languages.
6477 * configure: Regenerate.
6478
53b88b73
PB
64792006-12-29 Paolo Bonzini <bonzini@gnu.org>
6480
6481 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6482 * Makefile.in: Regenerate.
6483
a3993f33
KG
64842006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6485
6486 * configure.in: Warn that MPFR 2.2.0 is buggy.
6487 * configure: Regenerate.
6488
f063a9ed
ILT
64892006-12-27 Ian Lance Taylor <iant@google.com>
6490
6491 * configure.in: When removing Makefiles to force a reconfigure, also
6492 remove prev-DIR*/Makefile.
6493 * configure: Regenerate.
6494
af71363e
AS
64952006-12-22 Andreas Schwab <schwab@suse.de>
6496
6497 * configure: Regenerate with correct autoconf version.
6498
0b0dc272
AM
64992006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6500
3de8da2a
UB
6501 * configure.in: add AC_SUBST for *_FOR_TARGET.
6502 * configure: Regenerate.
0b0dc272 6503
53b88b73
PB
65042006-12-19 Paolo Bonzini <bonzini@gnu.org>
6505
6506 * configure.in: Simplify logic for rejecting languages that cannot
6507 be built. Separate the case when a language is unsupported,
6508 from the case when the user chooses not to build a language.
6509
400ebff4
PB
65102006-12-19 Paolo Bonzini <bonzini@gnu.org>
6511
6512 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6513 it only affects bootstrap and could be tested on "$host" as well.
6514 * configure: Regenerate.
6515 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6516
8efea775
PB
65172006-12-19 Paolo Bonzini <bonzini@gnu.org>
6518
6519 PR bootstrap/29544
6520 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6521 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6522 move here comment from Makefile.tpl.
6523 * Makefile.tpl: Move some definitions higher in the file.
6524 (STAGE1_CHECKING): New.
6525 * configure.in: Add --enable-stage1-checking.
6526 * configure: Regenerate.
6527 * Makefile.in: Regenerate.
6528
ed88a7ed
PB
65292006-12-19 Paolo Bonzini <bonzini@gnu.org>
6530
6531 * MAINTAINERS: Add myself as build system maintainer.
6532
b65151d3
SM
65332006-12-15 Simon Martin <simartin@users.sourceforge.net>
6534
6535 * MAINTAINERS (Write After Approval): Add myself.
6536
7e050830
EC
65372006-12-13 Eric Christopher <echristo@apple.com>
6538
6539 * MAINTAINERS: Add myself as darwin maintainer.
6540
8b494895
ILT
65412006-12-11 Ian Lance Taylor <ian@airs.com>
6542
6543 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6544
dce2d8b2 65452006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
6546
6547 MAINTAINERS: Update my entry.
6548
58e24147
AM
65492006-12-11 Alan Modra <amodra@bigpond.net.au>
6550
6551 * configure.in: Handle spu makefile frag.
58e24147
AM
6552 * Makefile.tpl (MAINT): Define
6553 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6554 * configure: Regenerate.
6555 * Makefile.in: Regenerate.
6556
9b6f37a0
BE
65572006-12-11 Ben Elliston <bje@au.ibm.com>
6558
6559 * config.guess: Import latest version.
6560 * config.sub: Likewise.
6561
ea6f5c57
BE
65622006-12-11 Ben Elliston <bje@au.ibm.com>
6563
6564 * configure.in (spu-*-*): Don't skip target-libiberty.
6565 * configure: Regenerate.
6566
42c1cd8a
AT
65672006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6568
6569 PR bootstrap/30134
6570 * configure.in: Correct x86 darwin support for libjava to powerpc
6571 and i?86 only.
6572 * configure: Regenerate.
6573
55eb837d
ST
65742006-12-08 Sandro Tolaini <tolaini@libero.it>
6575
6576 * configure.in: Add x86 darwin support for libjava.
6577 * configure: Regenerate.
6578
5bdacbc7
MS
65792006-12-07 Mike Stump <mrs@apple.com>
6580
6581 * Makefile.def (dependencies): Add dependency for
6582 install-target-libssp and install-target-libgomp on
6583 install-gcc.
6584 * Makefile.in: Regenerate.
6585
477d851c
RG
65862006-12-04 Richard Guenther <rguenther@suse.de>
6587
6588 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6589 (Non-Algorithmic Maintainers): Move over non-algorithmic
6590 loop optimizer maintainers, add myself as a non-algorithmic
6591 middle-end maintainer.
6592
5d33d367
DF
65932006-12-04 Daniel Franke <franke.daniel@gmail.com>
6594
6595 * MAINTAINERS (Write After Approval): Add myself.
6596
dbee1fb3
KG
65972006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6598
6599 * configure.in: Update error message for missing GMP/MPFR.
6600
6601 * configure: Regenerate.
6602
b5147de7
KG
66032006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6604
6605 * configure.in: Update MPFR version in error message.
6606
6607 * configure: Regenerate.
6608
f019376c
KG
66092006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6610
6611 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6612 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6613 --with-gmp-lib): New flags.
6614
6615 * configure: Regenerate.
6616
91ed95ae
BM
66172006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6618
6619 * MAINTAINERS (Write After Approval): Change my email address.
6620
3a971f15
MLI
66212006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6622
05170031 6623 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 6624
dce2d8b2 66252006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
6626
6627 * MAINTAINERS (i18n): Update e-mail address.
6628
df5487ee
TS
66292006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6630
6631 * MAINTAINERS (spu port): Add myself as maintainer.
6632 (Write After Approval): Remove myself.
6633
92c2f0ee
BE
66342006-11-22 Ben Elliston <bje@au.ibm.com>
6635
6636 * configure.in (skipdirs): Don't build libssp for SPU.
6637 * configure: Regenerate.
6638
a3b97199
AP
66392006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6640
6641 * MAINTAINERS (spu port): Add myself as maintainer.
6642 (libobjc): Update my email address.
6643
0eb97064
AB
66442006-11-21 Andrea Bona <andrea.bona@st.com>
6645
6646 * MAINTAINERS (Write After Approval): Add myself.
6647
dce2d8b2 66482006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
6649
6650 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6651 * configure : Rebuilt.
6652
dce2d8b2 66532006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
6654
6655 * MAINTAINERS (Write After Approval): Add myself.
6656
d58542ea
AO
66572006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6658
6659 * MAINTAINERS (Write After Approval): Add myself.
6660
a357b5ae
KG
66612006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6662
6663 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6664 libmpfr.a.
6665 * configure: Regenerate.
6666
9bd6112c
PB
66672006-11-16 Paolo Bonzini <bonzini@gnu.org>
6668
6669 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6670 (unstage): Test for stage_last presence.
6671
6672 PR bootstrap/29802
dce2d8b2
EB
6673 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6674 STAGE_PREFIX.
9bd6112c
PB
6675 * Makefile.in: Regenerate.
6676
c8cf9f0f
ZD
66772003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6678
6679 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6680 maintainers.
6681
467b1fc6
ER
66822006-11-14 Erven Rohou <erven.rohou@st.com>
6683
6684 * MAINTAINERS (Write After Approval): Add myself.
6685
995a5697
PB
66862006-11-14 Paolo Bonzini <bonzini@gnu.org>
6687
6688 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6689 and stageN-package/Makefile.
6690 * Makefile.in: Regenerated.
6691
c8d6d53e
JZ
66922006-11-14 Jie Zhang <jie.zhang@analog.com>
6693
6694 * configure.in: Remove target-libgloss from noconfigdirs for
6695 bfin-*-*.
6696 * configure: Regenerated.
6697
dffb147d
KG
66982006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6699
6700 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 6701
dffb147d
KG
6702 * configure: Regenerate.
6703
ca558912
KG
67042006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6705
6706 * configure.in: Robustify error message for missing GMP/MPFR.
6707
6708 * configure: Regenerate.
6709
dce2d8b2 67102006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
6711
6712 * MAINTAINERS (Write After Approval): Add myself.
6713
dce2d8b2 67142006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
6715
6716 * MAINTAINERS: Change email address.
6717
91de1527
VP
67182006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6719
6720 * MAINTAINERS (Write After Approval): Add myself.
6721
a3867703
PB
67222006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6723
6724 * MAINTAINERS (Write After Approval): Add myself.
6725
b4364fa2
CL
67262006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6727
7e050830 6728 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 6729 Write After Approval section.
b4364fa2 6730
70ec446f
KG
67312006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6732
6733 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6734 need_gmp anymore.
6735 * configure: Regenerate.
6736
018c8d88
TB
67372006-10-16 Tobias Burnus <burnus@net-b.de>
6738
6739 * MAINTAINERS (Write After Approval): Add myself.
6740
f6a1687e
BE
67412006-10-16 Ben Elliston <bje@au.ibm.com>
6742
6743 * config.guess: Import latest version.
6744 * config.sub: Likewise.
6745
b5422ad7
BM
67462006-10-10 Brooks Moses <bmoses@stanford.edu>
6747
6748 * Makefile.def: Added pdf target handling.
6749 * Makefile.tpl: Added pdf target handling.
6750 * Makefile.in: Regenerated.
6751
bdcee471
CL
67522006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6753
6754 * MAINTAINERS: Add self as score port maintainer.
6755
7d610414
BM
67562006-10-04 Brooks Moses <bmoses@stanford.edu>
6757
6758 * MAINTAINERS (Write After Approval): Add myself.
6759
e48d66a9
SK
67602006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6761
7e050830 6762 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
6763 or newer.
6764 * configure: Regenerated.
6765
c394e891
DB
67662006-09-27 Dave Brolley <brolley@redhat.com>
6767
dce2d8b2
EB
6768 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6769 using $s instead of $r.
c394e891
DB
6770 * configure: Regenerated.
6771
1ee4c5a0
TS
67722006-09-26 Thiemo Seufer <ths@mips.com>
6773
6774 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6775 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6776 * configure: Regenerate.
6777
dce2d8b2 67782006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
6779
6780 * MAINTAINERS (Write After Approval): Remove myself.
6781
0c502898
CF
67822006-09-22 Chao-ying Fu <fu@mips.com>
6783
6784 * MAINTAINERS (Write After Approval): Add myself.
6785
a7819e42
JM
67862006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6787
6788 * MAINTAINERS: Add self as soft-fp maintainer.
6789
dce2d8b2 67902006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
6791
6792 * MAINTAINERS: Add myself as avr maintainer.
6793 Remove Marek Michalkiewicz as avr maintainer.
827d0991 6794
e8288489
RC
67952006-09-07 Roberto Costa <roberto.costa@st.com>
6796
6797 * MAINTAINERS (Write After Approval): Add myself.
6798
b91f0a41
CV
67992006-08-30 Corinna Vinschen <corinna@vinschen.de>
6800
6801 * configure.in: Never build newlib for a Mingw host.
6802 Never build newlib as Mingw target library.
6803 Test the existence of winsup/cygwin for building a Cygwin newlib,
6804 rather than just winsup.
6805 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6806 building a Mingw target.
6807 * configure: Regenerate.
6808
094c07a0
EB
68092006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6810
6811 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6812
8d1171cb
PB
68132006-07-25 Paolo Bonzini <bonzini@gnu.org>
6814
6815 * config.guess: Import from src (was more updated).
6816 * config.sub: Likewise.
6817
2e9e6f68
DJ
68182006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6819
6820 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6821 * configure: Regenerated.
6822
57255173
PB
68232006-07-18 Paolo Bonzini <bonzini@gnu.org>
6824
cc6010cd
AP
6825 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6826 for stages after the first.
57255173 6827
9fbe6585
JJ
68282006-07-17 Jakub Jelinek <jakub@redhat.com>
6829
6830 * Makefile.def: Add dependencies for configure-opcodes
6831 on configure-intl and all-opcodes on all-intl.
6832 * Makefile.in: Regenerated.
6833
18c3f977
BE
68342006-07-13 Ben Elliston <bje@au.ibm.com>
6835
6836 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6837
27b56ba6
PE
68382006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6839
6840 Port to hosts whose 'sort' and 'tail' implementations
6841 treat operands with leading '+' as file names, as POSIX
6842 has required since 2001. However, make sure the code still
6843 works on pre-POSIX hosts.
6844 * ltmain.sh: Don't assume "sort +2" is equivalent to
6845 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6846
ad6d4e43
UW
68472006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6848
6849 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6850
706601d9
PG
68512006-07-04 Peter O'Gorman <peter@pogma.com>
6852
6853 * ltconfig: chmod 644 before ranlib during install.
6854
0b50988a
EB
68552006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6856
6857 PR bootstrap/18058
6858 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6859 if the bootstrap compiler is a GCC version that supports it.
6860 * configure: Regenerate.
6861
b6348cb3
PB
68622006-07-03 Paolo Bonzini <bonzini@gnu.org>
6863
95695ad3 6864 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
6865 * configure: Regenerate.
6866
1546bb64
PB
68672006-07-03 Paolo Bonzini <bonzini@gnu.org>
6868
6869 PR other/27063
6870 * configure.in: Test subdir_requires and give an appropriate
6871 error message.
6872 * configure: Regenerate.
6873
5cb6c629
AJH
68742006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6875
6876 * MAINTAINERS (Write After Approval): Add myself.
6877
f4d8cdf8
JDA
68782006-06-22 John David Anglin <dave.anglin@nrc.ca>
6879
6880 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6881
4fe5abb7
SE
68822006-06-22 Steve Ellcey <sje@cup.hp.com>
6883
6884 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6885
2a79fd67
DA
68862006-06-20 David Ayers <d.ayers@inode.at>
6887
6888 PR bootstrap/28072
6889 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6890 whether target-libjava is being configured instead of whether the
6891 java front end is enabled.
6892 * configure: Regenerate.
7e050830 6893
04879af3
RO
68942006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6895
6896 PR target/27540
6897 * configure.in: Only enable libgomp on IRIX 6.
6898 * configure: Regenerate.
6899
ec6c7392
PB
69002006-06-15 Paolo Bonzini <bonzini@gnu.org>
6901
6902 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6903 too.
6904 * Makefile.in: Regenerate.
6905
12973d7a
DD
69062006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6907
6908 * config-ml.in: Alter CCASFLAGS to include special
6909 multilib options the same as is done for CFLAGS.
6910
c67ed86a
JDA
69112006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6912
6913 * configure.in: Don't enable libgomp on hpux10.
6914 * configure: Rebuilt.
6915
cb253473
DA
69162006-06-12 David Ayers <d.ayers@inode.at>
6917
6918 PR bootstrap/27963
6919 PR target/19970
7e050830 6920 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
6921 ${libgcj} is specified.
6922 * configure: Regenerate.
7e050830 6923
dce2d8b2 69242006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
6925
6926 Sync from src:
7e050830
EC
6927
6928 * configure.in: Sync.
32845532 6929 * configure: Regenerated.
7e050830 6930
32845532
CD
6931 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6932
6933 * Makefile.def: Added dependencies from sim and gdb on intl, and
6934 added configure dependencies to everything with an all dependency
6935 on intl.
6936 * Makefile.in: Regenerated.
6937
7cd0cf9c
DA
69382006-06-06 David Ayers <d.ayers@inode.at>
6939
6940 PR libobjc/13946
6941 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6942 * Makefile.in: Regenerate.
6943 * configure.in: Add --enable-objc-gc at toplevel and have it
6944 enable boehm-gc for Objective-C.
6945 Remove target-boehm-gc from libgcj.
6946 Add target-boehm-gc to target_libraries.
6947 Add target-boehm-gc to noconfigdirs where ${libgcj}
6948 is specified.
6949 Assert that boehm-gc is supported when requested for Objective-C.
6950 Only build boehm-gc if needed either for Java or Objective-C.
6951 * configure: Regenerate.
7e050830 6952
3ff3adad
PB
69532006-06-05 Paolo Bonzini <bonzini@gnu.org>
6954
6955 PR 27674
6956 * Makefile.tpl (configure-[+prefix+][+module+],
6957 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6958 Remove rule to unstage bootstrapped modules.
6959 (stage_current): New.
6960 * Makefile.in: Regenerate.
6961
898e551d
LB
69622006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6963
6964 * MAINTAINERS (Write After Approval): Update my e-mail address.
6965
ea60341e
MS
69662006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6967
6968 * include/libiberty.h: Declare pex_run_in_environment.
6969
222ae291
AL
69702006-05-31 Asher Langton <langton2@llnl.gov>
6971
6972 * MAINTAINERS (Write After Approval): Add myself.
898e551d 6973
e9a54b07
PB
69742006-05-25 Paolo Bonzini <bonzini@gnu.org>
6975
6976 * Makefile.def (bfd, opcodes): Fix lib_path.
6977 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6978 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6979 * Makefile.in: Regenerate.
6980
03e67131
CD
69812006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6982
6983 * Makefile.in: Regenerate.
6984
65d6e994
CD
69852006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6986
6987 * Makefile.def: Add install-html target. Add datarootdir
6988 docdir and htmldir to flags_to_pass.
6989 * Makefile.tpl: Add install-html target.
6990 * Makefile.in: Regenerate.
6991 * configure.in: Add --with-datarootdir, --with-docdir, and
6992 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6993 * configure: Regenerate.
6994
9e299237
MS
69952006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6996
6997 * configure.in: Enable gprof for cross builds.
6998 * configure: Regenerate.
6999
c31202cd
RG
70002006-05-22 Richard Guenther <rguenther@suse.de>
7001
7002 Revert
7003 2006-01-31 Richard Guenther <rguenther@suse.de>
7004 Paolo Bonzini <bonzini@gnu.org>
7005
7006 * Makefile.def (target_modules): Add libgcc-math target module.
7007 * configure.in (target_libraries): Add libgcc-math target library.
7008 (--enable-libgcc-math): New configure switch.
7009 * Makefile.in: Re-generate.
7010 * configure: Re-generate.
7011 * libgcc-math: New toplevel directory.
7012
2a332582
JDA
70132006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7014 Andreas Tobler <a.tobler@schweiz.ch>
7015
7016 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7017 * configure: Rebuilt.
7018
dce2d8b2 70192006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 7020
ccce6917
SL
7021 * MAINTAINERS (Write After Approval): Add myself.
7022
ed606bc0
DD
70232006-05-01 DJ Delorie <dj@redhat.com>
7024
3d8f47a0 7025 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
7026 * configure: Regenerate.
7027
9386bd20
RG
70282006-05-01 Richard Guenther <rguenther@suse.de>
7029
7030 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7031 maintainer.
7032
dce2d8b2 70332006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
7034
7035 * MAINTAINERS (Write After Approval): Add myself.
7036
87ceee72
JB
70372006-04-28 Jan Beulich <jbeulich@novell.com>
7038
7039 * MAINTAINERS (Write After Approval): Add myself.
7040
e88a2c09
DD
70412006-04-18 DJ Delorie <dj@redhat.com>
7042
7043 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7044 reference libgloss so that libssp can be built in a combined
7045 tree.
7046 * configure: Regenerate.
7047
675f0a8a
RM
70482006-04-08 Robert Millan <rmh@gcc.gnu.org>
7049
7050 * MAINTAINERS (Write After Approval): Add myself.
7051
27b6c940
BE
70522006-04-05 Ben Elliston <bje@au.ibm.com>
7053
7054 * configure.in: Require makeinfo 4.4 or higher.
7055 * configure: Regenerate.
7056
687b17d4
GP
70572006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7058
7059 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7060 Rearrange the entries of other libraries to have them in one place.
7061
906ac235
JB
70622006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7063
7e050830 7064 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
7065 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7066
fb0103e5
RG
70672006-03-14 Richard Guenther <rguenther@suse.de>
7068
7069 * configure: Regenerate with autoconf 2.13.
7070
17237f6b
JB
70712006-03-13 Jim Blandy <jimb@codesourcery.com>
7072
7073 * MAINTAINERS: Use my work address.
bed31434
JB
7074
7075 * MAINTAINERS: Update my E-mail address.
7076
27079765
AH
70772006-03-10 Aldy Hernandez <aldyh@redhat.com>
7078
7079 * configure.in: Handle --disable-<component> generically.
7080 * configure: Regenerate.
7081
54a17039
L
70822006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7083
7084 PR libgcj/17311
7085 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7086
b9bd11ca
EE
70872006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7088
7089 * MAINTAINERS (Write After Approval): Remove myself.
7090 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7091
dce2d8b2 70922006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 7093
072b06f2
RE
7094 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7095 (TARGET_CONFIGDIRS): Remove.
7096 * configure.in: Remove AC_SUBST(target_configdirs).
7097 * Makefile.in, configure: Regenerated.
ee2312f3 7098
936e1a35
SK
70992006-02-20 Steven G. Kargl <kargls@comcast.net>
7100
7101 * MAINTAINERS (Write After Approval): Remove myself.
7102 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7103
cc11cc9b
PB
71042006-02-20 Paolo Bonzini <bonzini@gnu.org>
7105
7106 PR bootstrap/25670
7107
7108 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7109
7110 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7111 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7112 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7113 BUILD_PREFIX, BUILD_PREFIX_1.
7114 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7115
7116 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7117 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7118
7119 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7120 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7121 of `cat stage_current`. Always provide the `r' and `s' variables.
7122 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7123 a single shell execution.
7124 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7125 bootstrapped modules, make the stage1 module if the build was not
7126 started yet, else build the current stage.
7127 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7128 (all-build, all-host, all-target, [+make_target+]-host,
7129 [+make_target+]-target): Do not use \-continued lines.
7130 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7131 (current_stage, restrap, stage_last): New.
7132
7133 * Makefile.in: Regenerate.
7134 * configure: Regenerate.
7135
63a7c9ef
BD
71362006-02-19 Bud Davis <jmdavis@link.com>
7137
7138 * MAINTAINERS (Write After Approval): Remove myself.
7139 (Language Front End Maintainers): Add myself as fortran 95
7140 maintainer and update e-mail address.
7141
a3543e3a
FXC
71422006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7143
7144 * MAINTAINERS (Write After Approval): Remove myself.
7145 (Language Front End Maintainers): Add myself as fortran 95
7146 maintainer.
7147
ca5b1d2c
VK
71482006-02-16 Victor Kaplansky <victork@il.ibm.com>
7149
7150 * MAINTAINERS (Write After Approval): Add myself.
7151
0499513f
TK
71522006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7153
7154 * MAINTAINERS (Write After Approval): Remove myself.
7155 (Language Front End Maintainers): Add myself as
7156 fortran 95 maintainer.
7157
d1f8db0c
PB
71582006-02-14 Paolo Bonzini <bonzini@gnu.org>
7159
7160 Sync from src:
7161
7162 2005-12-27 Leif Ekblad <leif@rdos.net>
7163
cc6010cd
AP
7164 * configure.in: Add support for RDOS target.
7165 * configure: Regenerate.
d1f8db0c
PB
7166
71672006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 7168 Andreas Schwab <schwab@suse.de>
d1f8db0c 7169
cc6010cd 7170 * configure: Regenerate.
d1f8db0c 7171
cac90078
DE
71722006-02-12 David Edelsohn <edelsohn@gnu.org>
7173
7174 * configure.in (enable_libgomp): Add AIX.
7175 * configure: Regenerate.
7176
bd37fbf5
MK
71772006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7178
7179 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7180
23027b7a
LM
71812006-02-03 Lee Millward <lee.millward@gmail.com>
7182
7183 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7184
0058967b
RG
71852006-01-31 Richard Guenther <rguenther@suse.de>
7186 Paolo Bonzini <bonzini@gnu.org>
7187
7188 * Makefile.def (target_modules): Add libgcc-math target module.
7189 * configure.in (target_libraries): Add libgcc-math target library.
7190 (--enable-libgcc-math): New configure switch.
7191 * Makefile.in: Re-generate.
7192 * configure: Re-generate.
7193 * libgcc-math: New toplevel directory.
7194
e8b05380
PB
71952006-01-26 Paolo Bonzini <bonzini@gnu.org>
7196
7197 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7198 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7199 the assembler, linker and binutils.
7200 * configure: Regenerate.
7201
d54d5437
DM
72022006-01-22 Dirk Mueller <dmueller@suse.de>
7203
7204 * MAINTAINERS (Write After Approval): Add myself.
7205
670cbfcf
DN
72062006-01-20 Diego Novillo <dnovillo@redhat.com>
7207
7208 * configure: Regenerate.
7209
953ff289
DN
72102006-01-18 Richard Henderson <rth@redhat.com>
7211 Jakub Jelinek <jakub@redhat.com>
7212 Diego Novillo <dnovillo@redhat.com>
7213
7214 * libgomp: New directory.
7215 * Makefile.def: Add target_module libgomp.
7216 * Makefile.in: Regenerate.
7217 * configure.in (target_libraries): Add target-libgomp.
7218 * configure: Regenerate.
7219
32ce4048
AO
72202006-01-05 Alexandre Oliva <aoliva@redhat.com>
7221
7222 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7223 @ from continuation.
7224 * Makefile.in: Rebuilt.
7225
0eaf8e17 72262006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 7227
c76c0c83
CL
7228 * MAINTAINERS (Write After Approval): Add myself.
7229
2d309510
PB
72302006-01-04 Paolo Bonzini <bonzini@gnu.org>
7231
7232 PR bootstrap/24252
7233
7234 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7235 * Makefile.tpl (OBJDUMP): New.
7236 (EXTRA_HOST_FLAGS): Add it.
7237 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7238
953ff289
DN
7239 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7240 to use symbolic links between directories. Avoid race conditions
7241 or make them harmless.
7242 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
7243
7244 * Makefile.def (LEAN): Pass.
7245 * Makefile.tpl (LEAN): Define.
7246 (stage[+id+]-start): Accept that the previous directory does not
7247 exist, if the bootstrap is lean.
7248 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7249 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7250 configure substitution.
7251 ([+compare-target+]): Likewise.
7252 ([+bootstrap-target+]-lean): New.
7253 * configure.in: Remove lean bootstrap support from here.
7254
953ff289
DN
7255 * Makefile.in: Regenerate.
7256 * configure: Regenerate.
2d309510 7257
368872c3
BE
72582006-01-04 Ben Elliston <bje@au.ibm.com>
7259
7260 * MAINTAINERS (libdecnumber): Add myself.
7261
d79e6356
MM
72622006-01-02 Mark Mitchell <mark@codesourcery.com>
7263
7264 * libtool-ldflags: New script.
7265
a6fbc1e2
AS
72662006-01-02 Andreas Schwab <schwab@suse.de>
7267
7268 * configure.in: When reconfiguring remove Makefile in
7269 all stage directories.
7270 * configure: Regenerate.
7271
103a4b39
SB
72722005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7273
7274 * MAINTAINERS: Update my email address.
7275
212f829c
PB
72762005-12-20 Paolo Bonzini <bonzini@gnu.org>
7277
7278 Revert Ada-related part of the previous change.
7279
7280 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7281 Do not pass.
7282 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7283 * Makefile.in: Regenerate.
7284 * configure.in: Do not include mt-ppc-aix target fragment.
7285 * configure: Regenerate.
7286
8ef1f2df
PB
72872005-12-19 Paolo Bonzini <bonzini@gnu.org>
7288
7289 * configure.in: Select appropriate fragments for PowerPC/AIX.
7290 * configure: Regenerate.
7291
7292 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7293 BOOT_CFLAGS, BOOT_LDFLAGS.
7294 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7295 BOOT_CFLAGS, BOOT_LDFLAGS.
7296 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7297 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7298 (stage): Fail if we cannot complete the work.
7299 * Makefile.in: Regenerate.
7300
ab34901f
NS
73012005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7302
7303 * configure.in: Replace ms1 with mt.
7304 * configure: Rebuilt.
7305
cbe82f21
BM
73062005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7307
7308 * MAINTAINERS: Update my email address.
7309
19843472
PB
73102005-12-15 Paolo Bonzini <bonzini@gnu.org>
7311
7312 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7313 install-host-nogcc): Don't invoke $(stage) at the end.
7314 * Makefile.in: Regenerate.
7315
1ca26cd2
PB
73162005-12-14 Paolo Bonzini <bonzini@gnu.org>
7317
7318 * configure.in: Flip the top-level bootstrap switch.
7319 * configure: Regenerate.
7320
f41d6665
DJ
73212005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7322
7323 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7324 $(stage) and $(unstage).
7325 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7326 (all): Remove stray semicolon.
7327 (local-distclean): Don't handle multilib.tmp and multilib.out.
7328 (install.all): Set $s for consistency.
7329 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7330 check_multilibs setting. Always make the install directory.
7331 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7332 Correct @if/@endif.
7333 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7334 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7335 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7336 (multilib.out): Remove.
7337 * Makefile.in: Regenerated.
7338
dce2d8b2 73392005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
7340
7341 * MAINTAINERS (Write After Approval): Add myself.
7342
64f182bd
NS
73432005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7344
121b2cee
NS
7345 * MAINTAINERS: Add myself as mt maintainer.
7346
64f182bd
NS
7347 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7348
a6d63770
AN
73492005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7350
7351 * MAINTAINERS: Change email address.
7352
2abefe3d
PB
73532005-12-05 Paolo Bonzini <bonzini@gnu.org>
7354
7355 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7356 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7357 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7358 Find in-tree tools if available.
7359 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7360 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7361 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7362 (COMPILER_*_FOR_TARGET): New.
7363 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7364 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7365 (CONFIGURED_*, USUAL_*): Remove.
7366 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7367 STRIP): Use autoconf substitutions.
7368 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7369 COMPILER_NM_FOR_TARGET): New.
7370 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7371
7372 (all): Make all-host and all-target in parallel.
7373 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7374 that $$r and $$s are set before invoking a recursive make.
7375 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7376 ([+bootstrap-target+]): Inline most of the `all' target.
7377
2f3bdde7
BE
73782005-11-29 Ben Elliston <bje@au.ibm.com>
7379
7380 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7381 from the gcc build directory.
7382 * Makefile.in: Regenerate.
7383
a4b6c45a
BE
73842005-11-29 Ben Elliston <bje@au.ibm.com>
7385
7386 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7387 depend on all-libdecnumber.
7388 * configure.in (host_libs): Include libdecnumber.
7389 * Makefile.in: Regenerate.
7390 * configure: Likewise.
7391
473a74b9
BE
73922005-11-29 Ben Elliston <bje@au.ibm.com>
7393
7394 * libdecnumber: Import decNumber sources from the dfp-branch.
7395
b4623110
KJ
73962005-11-21 Kean Johnston <jkj@sco.com>
7397
7398 * config.sub, config.guess: Sync from upstream sources.
7399
67dc1785
BE
74002005-11-21 Ben Elliston <bje@au.ibm.com>
7401
7402 Import from Autoconf sources:
7403
7404 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7405 * config/move-if-change: Don't output "$2 is unchanged";
7406 suggested by Ben Elliston. Handle weird characters correctly.
7407
186abafe
AT
74082005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7409
7410 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7411 to match upstream libtool for darwin.
7412
ef9db8d5
DJ
74132005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7414
7415 * Makefile.def: Remove gdb dependencies for gdbtk.
7416 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7417 (configure-gdb, install-gdb): New rules.
7418 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7419 * Makefile.in, configure: Regenerated.
7420
9c5141ab
JB
74212005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7422
7423 * MAINTAINERS (Write After Approval): Add myself.
7424
4523d51b
EE
74252005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7426
7427 * MAINTAINERS (Write After Approval): Add myself.
7428
086b011c
DN
74292005-10-24 Diego Novillo <dnovillo@redhat.com>
7430
7431 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7432 Diego Novillo.
7433
e7c84bf8
PB
74342005-10-22 Paolo Bonzini <bonzini@gnu.org>
7435
7436 PR bootstrap/24297
7437 * Makefile.tpl (do-[+make-target+], do-check, install,
7438 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7439 are set before recursing.
7440 * Makefile.in: Regenerate.
7441
b88a7564
EB
74422005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7443
7444 PR bootstrap/18939
7445 * Makefile.def (gcc) <target>: Fix thinko.
7446 * Makefile.in: Regenerate.
7447
61efc800
BS
74482005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7449
7450 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7451 * configure: Regenerate.
7452
f53d2869
JZ
74532005-10-15 Jie Zhang <jie.zhang@analog.com>
7454
7455 * MAINTAINERS (Write After Approval): Add self.
7456
077fc835
KH
74572005-10-08 Kazu Hirata <kazu@codesourcery.com>
7458
7459 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7460 target-libffi, target-qthreads, target-libjava, and
7461 targetlibobjc.
7462 * configure: Regenerate.
7463
d739199a
DJ
74642005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7467 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7468 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7469 (USUAL_OBJDUMP_FOR_TARGET): New.
7470 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7471 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 7472 * configure, Makefile.in: Regenerated.
d739199a 7473
db38c6bb
PB
74742005-10-05 Paolo Bonzini <bonzini@gnu.org>
7475
7476 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7477 before other host packages.
7478
3015564c
KK
74792005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7480
7481 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7482
1061f99e
PB
74832005-10-05 Paolo Bonzini <bonzini@gnu.org>
7484
7485 PR bootstrap/22340
7486
7487 * configure.in (default_target): Remove.
7488 * Makefile.tpl (all): Do not use prerequisites as subroutines
7489 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7490 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7491 use prerequisites as subroutines.
7492 (check-host, check-target): New.
7493 (bootstrap configure & all targets): Do not use stage*-start
7494 if the directory layout is already ok.
7495 (non-bootstrap configure & all targets): Prepend a $(unstage).
7496 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7497 (NOTPARALLEL): Remove.
7498 (unstage, stage variables): New variables.
7499 (unstage, stage targets): Simply expand to those variables.
7500
7501 * configure: Regenerate.
7502 * Makefile.in: Regenerate.
7503
4a9c436f
JW
75042005-10-04 James E Wilson <wilson@specifix.com>
7505
7506 * Makefile.def (lang_env_dependencies): Add libmudflap.
7507 * Makefile.in: Regenerate.
7508
37150080
AS
75092005-10-03 Andreas Schwab <schwab@suse.de>
7510
7511 Backport from libtool CVS:
7512 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7513
7514 * ltmain.sh: add support for installing into temporary
7515 staging area (e.g. 'make install DESTDIR=...')
7516
39d16468
L
75172005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7518
7519 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7520 * configure: Regenerated.
7521
72a7ab82
AP
75222005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7523
7524 * configure: Regenerate with the correct
7525 autoconf version.
7526
6b65a26d
CM
75272005-09-30 Catherine Moore <clm@cm00re.com>
7528
7529 * configure.in (bfin-*-*): New.
7530 * configure: Regenerated.
7531
040b1c5a
GK
75322005-09-28 Geoffrey Keating <geoffk@apple.com>
7533
7534 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7535 (LIPO_FOR_TARGET): New.
7536 (CONFIGURED_LIPO_FOR_TARGET): New.
7537 (USUAL_LIPO_FOR_TARGET): New.
7538 (STRIP_FOR_TARGET): New.
7539 (CONFIGURED_STRIP_FOR_TARGET): New.
7540 (USUAL_STRIP_FOR_TARGET): New.
7541 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7542 STRIP_FOR_TARGET.
7543 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7544 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7545 * Makefile.in: Regenerate.
7546 * configure: Regenerate.
7e050830 7547
3a3c28db
DE
75482005-09-19 David Edelsohn <edelsohn@gnu.org>
7549
7550 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7551 (rs6000-*-aix*): Same.
7552 * configure: Regenerate.
7553
2749a921
TT
75542005-09-16 Tom Tromey <tromey@redhat.com>
7555
7556 * MAINTAINERS: Add self as java maintainer.
7557
7f26dfa3
FXC
75582005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7559
7560 * configure.in: Recognize f95 in the --enable-languages option,
7561 and substitute it for fortran, issuing a warning.
7562 * configure: Regenerate.
7563
d8852c4f
PE
75642005-08-30 Phil Edwards <phil@codesourcery.com>
7565
7566 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7567 * configure: Regenerated.
7568
ad685e81
AH
75692005-08-22 Aldy Hernandez <aldyh@redhat.com>
7570
7571 * MAINTAINERS: Add self as ms1 maintainer.
7572
b00d752c
RE
75732005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7574
7575 * Makefile.def (libssp): Add to lang_env_dependencies.
7576 * Makefile.in: Regenerate.
7577
9ed8fb9b
ILT
75782005-08-18 Ian Lance Taylor <ian@airs.com>
7579
7580 * MAINTAINERS: Add myself as middle-end maintainer.
7581
0f029d39
CG
75822005-08-17 Christian Groessler <chris@groessler.org>
7583
7584 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7585 * Makefile.in: Regenerate.
7586
81087874
AK
75872005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7588
7589 * MAINTAINERS (write after approval): Added myself.
7590
6a134f1c
MR
75912005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7592
7593 * MAINTAINERS (Write After Approval): Add myself.
7594
2693c0b0
PB
75952005-08-12 Paolo Bonzini <bonzini@gnu.org>
7596
7597 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7598 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7599 Look for alternate names of the target cc and c++
7600 * configure: Regenerate.
7601
4de997d1
PB
76022005-08-08 Paolo Bonzini <bonzini@gnu.org>
7603
7604 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7605 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7606 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7607 tools; remove code to manually set them.
7608 (Target tools): Look in the environment for them.
7609 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7610 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7611 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7612 build directory.
7613 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7614 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7615 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7616 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7617 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7618 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7619 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7620 * configure: Regenerate.
7621 * Makefile.in: Regenerate.
7622
b089e33a
BE
76232005-07-28 Ben Elliston <bje@au.ibm.com>
7624
7625 * MAINTAINERS: Update for removed CPU targets.
7626
e3791243
MM
76272005-07-27 Mark Mitchell <mark@codesourcery.com>
7628
7629 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 7630 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
7631 * Makefile.in: Regenerated.
7632
526635cb
MM
76332005-07-26 Mark Mitchell <mark@codesourcery.com>
7634
7635 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7636 (CFLAGS_FOR_TARGET): Use it.
7637 (CXXFLAGS_FOR_TARGET): Likewise.
7638 * Makefile.in: Regenerated.
7639 * configure.in (--with-build-sysroot): New option.
7640 * configure: Regenerated.
7641
19791f70
PB
76422005-07-24 Paolo Bonzini <bonzini@gnu.org>
7643
7644 * Makefile.tpl: Wrap install between unstage and stage
7645 * Makefile.in: Regenerate.
7646
35f5a23f
EC
76472005-07-21 Eric Christopher <echristo@apple.com>
7648
7649 * MAINTAINERS: Update affiliation.
7650
ff3ddf15
PW
76512005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7652
7653 * MAINTAINERS: Add self as crx port maintainer.
7654
3a664c1c
DD
76552005-07-20 DJ Delorie <dj@redhat.com>
7656
7657 * MAINTAINERS: Add self as m32c maintainer.
7658
539df155
KC
76592005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7660
7661 * all files: Update FSF address.
7662
be9c593a
EC
76632005-07-15 Eric Christopher <echristo@redhat.com>
7664
7665 * MAINTAINERS: Change affiliation.
7666
fd7ea4ab
JB
76672005-07-14 Jim Blandy <jimb@redhat.com>
7668
7669 * configure.in: Add cases for Renesas m32c.
7670 * configure: Regenerated.
7e050830 7671
0063a823
KC
76722005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7673
d0ca130a
KC
7674 * COPYING.LIB: Update from fsf.org.
7675
76762005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7677
7678 * COPYING, compile, config.guess,
0063a823
KC
7679 config.sub, install-sh, missing, mkinstalldirs,
7680 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 7681 * config-ml.in: Update FSF address.
0063a823 7682
a8ba31f2
EC
76832005-07-13 Eric Christopher <echristo@redhat.com>
7684
7685 * configure.in: Add toplevel noconfigdir support for tpf.
7686 * configure: Regenerate.
7687
5bea4a03
PB
76882005-07-11 Paolo Bonzini <bonzini@gnu.org>
7689
7690 PR ada/22340
7691
7692 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7693 * Makefile.in: Regenerate.
7694
284bdbbd
MM
76952005-07-07 Mark Mitchell <mark@codesourcery.com>
7696
7697 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 7698 Brolley to write-after-approval.
284bdbbd 7699
452190fb
AS
77002005-07-07 Andreas Schwab <schwab@suse.de>
7701
7702 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7703 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7704 * Makefile.in: Regenerated.
7705
9c8f9ec2
GK
77062005-07-06 Geoffrey Keating <geoffk@apple.com>
7707
7708 * configure.in: Don't build sim or rda when targetting darwin.
7709 * configure: Regenerate.
7710
ef0087a7
KH
77112005-07-06 Kazu Hirata <kazu@codesourcery.com>
7712
7713 * configure.in: Add --enable-libssp and --disable-libssp.
7714 * configure: Regenerate with autoconf-2.13.
7715
77008252
JJ
77162005-07-02 Jakub Jelinek <jakub@redhat.com>
7717
7718 * Makefile.def (target_modules): Add libssp.
7719 * configure.in (target_libraries): Add target-libssp.
7720 * configure: Rebuilt.
7721 * Makefile.in: Rebuilt.
7722
a04eae1b
ZW
77232005-07-01 Zack Weinberg <zackw@panix.com>
7724
7725 * MAINTAINERS: Change email address. Resign from maintainership.
7726
948884cd
RG
77272005-07-01 Richard Guenther <rguenther@suse.de>
7728
7729 * MAINTAINERS: Change my e-mail address and affiliation.
7730
c7870f5d
PB
77312005-06-22 Paolo Bonzini <bonzini@gnu.org>
7732
7733 * Makefile.def (stagefeedback): Come after profile.
7734 Define profiledbootstrap target.
7735 * Makefile.tpl (profiledbootstrap): Remove.
7736 (stageprofile-end): Zap stagefeedback.
7737 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7738 * Makefile.in: Regenerate.
7739
ab99519a
RS
77402005-06-13 Richard Sandiford <richard@codesourcery.com>
7741
7742 * MAINTAINERS: Update my email address.
7743
f610dd5f
ZW
77442005-06-13 Zack Weinberg <zack@codesourcery.com>
7745
7746 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7747 In 'cpp' stanza, support '#line' as well as '# '.
7748
71bc2a83
AS
77492005-06-08 Andreas Schwab <schwab@suse.de>
7750
7751 * MAINTAINERS: Move myself from 'Write After Approval' to
7752 'CPU Port Maintainers' section as m68k maintainer.
7753
4fab7234
HPN
77542005-06-07 Hans-Peter Nilsson <hp@axis.com>
7755
7756 * configure.in (unsupported_languages): New macro.
7757 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7758 non-ported target libraries in noconfigdirs.
7759 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7760 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 7761 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
7762 unsupported_languages.
7763 * configure: Regenerate.
7764
68193f9b
TS
77652005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7766
7767 * configure.in: Fix typo in handling of --with-mpfr-dir.
7768 * configure: Regenerate.
7769
f26f6b8d
RS
77702005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7771
7772 * MAINTAINERS: Update my email address.
7773
ba4853f8
JB
77742005-06-02 Jim Blandy <jimb@redhat.com>
7775
7776 * config.sub: Add cases for the Renesas m32c. (This patch has been
7777 accepted into the master sources.)
7778
79dd769c 77792005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
7780 Michael Snyder <msnyder@redhat.com>
7781 Stan Cox <scox@redhat.com>
79dd769c 7782
f610dd5f 7783 * configure.in: Set noconfigdirs for ms1.
79dd769c 7784
f610dd5f 7785 * configure: Regenerate.
79dd769c 7786
d29e107f
JD
77872005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7788
7789 * MAINTAINERS (Write After Approval): Add self.
7790
e93196c3
JC
77912005-06-01 Josh Conner <jconner@apple.com>
7792
7793 * MAINTAINERS (Write After Approval): Add self.
7794
ae263c7a
KH
77952005-06-01 Kazu Hirata <kazu@codesourcery.com>
7796
7797 * MAINTAINERS: Update my email address.
7798
585b3aa3
ZM
77992005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7800
7801 * MAINTAINERS (Write After Approval): Add self.
7802
4930c50b
CD
78032005-05-26 Chris Demetriou <cgd@broadcom.com>
7804
7805 * MAINTAINERS (Write After Approval): Remove self.
7806
2dfbef6d
PB
78072005-05-25 Paolo Bonzini <bonzini@gnu.org>
7808
7809 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7810 (Dependencies): Consider target modules for bootstrap dependencies.
7811 Make target bootstrap modules depend on each stage's gcc.
7812 * Makefile.in: Regenerate.
7813
bcb28cf5
PB
78142005-05-20 Paolo Bonzini <bonzini@gnu.org>
7815
7816 * Makefile.def (configure-gcc): Depend on binutils having been built.
7817 (all-gcc): No need to do it here.
7818 * Makefile.in: Regenerate.
7819
0cf085e4
PB
78202005-05-19 Paul Brook <paul@codesourcery.com>
7821
f610dd5f 7822 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
7823 language cannot be built.
7824 * configure: Regenerate.
7825
dfb2c39a
DJ
78262005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7827
7828 * ylwrap: Import from Automake 1.9.5.
7829
771aaa92
DU
78302005-05-13 David Ung <davidu@mips.com>
7831
7832 * MAINTAINERS (Write After Approval): Add self.
7833
3ac9bd58
MS
78342005-05-09 Mike Stump <mrs@apple.com>
7835
7836 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7837 lt_cv_sys_max_cmd_len for now.
f610dd5f 7838
f77a5578
SC
78392005-05-09 Stan Cox <scox@redhat.com>
7840
7841 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7842
795e36e5
MK
78432005-05-08 Matt Kraai <kraai@ftbfs.org>
7844
7845 * README.SCO: Update the URL.
7846
c9392a2b
DE
78472005-05-05 David Edelsohn <edelsohn@gnu.org>
7848
7849 * ltconfig: Define file_list_spec. Pass file_list_spec and
7850 with_gnu_ld to libtool.
7851 * ltcf-c.sh (aix[45]): Define file_list_spec.
7852 * ltcf-cxx.sh (aix[45]): Same.
7853 * ltcf-gcj.sh (aix[45]): Same.
7854 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7855 exists, write list of input files to temporary file.
7856
bebcd931
MS
78572005-05-04 Mike Stump <mrs@apple.com>
7858
7859 * configure.in: Always pass --target to target configures as
7860 otherwise rebuilds that do --recheck will fail.
7861 * confiugure: Rebuilt.
7862
ce406537
PB
78632005-05-04 Paolo Bonzini <bonzini@gnu.org>
7864
7865 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7866 STAGE_HOST_EXPORTS.
7867 (configure, all): Add bootstrap support.
7868 (Host modules, target modules): Pass post-stage1 flags and exports.
7869 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7870 * Makefile.in: Regenerate.
7871
aa9dcfc4
PB
78722005-04-29 Paolo Bonzini <bonzini@gnu.org>
7873
7874 * configure: Regenerate.
7875
b6f9abcf
MS
78762005-04-27 Mike Stump <mrs@apple.com>
7877
7878 * MAINTAINERS: Add self as darwin maintainer.
7879
acb217cb
BS
78802005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7881
7882 * config.sub: Update from master copy.
7883
b6dae270
MS
78842005-04-21 Mike Stump <mrs@apple.com>
7885
7886 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7887 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7888
c2e0d3a9
HPN
78892005-04-19 Hans-Peter Nilsson <hp@axis.com>
7890
7891 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7892 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7893 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7894 "*-*-elf" and "*-*-linux*".
7895 * configure: Regenerate.
7896
871ae772
JM
78972005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7898
7899 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7900
bf070c29
MS
79012005-04-12 Mike Stump <mrs@apple.com>
7902
7903 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7904
e865b6f7
TK
79052005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7906
7907 * MAINTAINERS (Write After Approval): Add myself.
7908
7b71ad7f
BS
79092005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7910
7911 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7912
25b42232
PB
79132005-04-06 Paolo Bonzini <bonzini@gnu.org>
7914
f610dd5f 7915 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
7916 (TARGET_CONFIGARGS): Include --with-target-subdir.
7917 (configure, all): New macros. Use them throughout.
7918 * Makefile.in: Regenerate.
7919
d727c624
JG
79202005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7921
7922 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 7923
fff72cc4
ZD
79242005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7925
7926 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7927
86472dc3
GP
79282005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7929
7930 * MAINTAINERS: Move John Carr to Write After Approval.
7931
dce2d8b2 79322005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
7933
7934 * config/mh-mingw32: Delete.
7935 * configure.in: Don't use it.
7936 * configure: Regenerate.
7937
33da42bc
PB
79382005-03-31 Paolo Bonzini <bonzini@gnu.org>
7939
7940 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7941 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 7942 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
7943 (HOST_LIB_PATH): Generate from Makefile.def.
7944 (TARGET_LIB_PATH): Likewise.
7945 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7946 * Makefile.in: Regenerate.
7947 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7948 (RPATH_ENVVAR): Include Darwin case.
7949 * configure: Regenerate.
7950
15cc1841
TF
79512005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7952
7953 * MAINTAINERS (Various Maintainers): Remove self.
7954 (Write After Approval): Add self.
7955
6a8c79d5
TF
79562005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7957
7958 * MAINTAINERS (Various Maintainers): Add self.
7959
256f7136
PB
79602005-03-25 Paolo Bonzini <bonzini@gnu.org>
7961
7962 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7963 * configure: Regenerate.
7964
191dd2c9
ZW
79652005-03-21 Zack Weinberg <zack@codesourcery.com>
7966
7967 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7968 gcc_version, and gcc_version_trigger from set of flags to pass.
7969 * Makefile.tpl: Remove definitions of above variables.
7970 (config.status): Remove dependency on $(gcc_version_trigger).
7971 * Makefile.in: Regenerate.
7972 * configure.in: Do not reference config/gcc-version.m4 nor
7973 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7974 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7975 * configure: Regenerate.
7976
ef6e9bc0 79772005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 7978 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
7979
7980 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7981 * Makefile.in: Regenerate.
7982
009bbd5a
FW
79832005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7984
7985 * MAINTAINERS (Write After Approval): Add myself.
7986
09f8755b
DA
79872005-03-03 David Ayers <d.ayers@inode.at>
7988
7989 * MAINTAINERS (Write After Approval): Add myself.
7990
e73ed25c
AO
79912005-03-01 Alexandre Oliva <aoliva@redhat.com>
7992
7993 PR libgcj/20160
7994 * ltmain.sh: Avoid creating archives with components that have
7995 duplicate basenames.
7996
ace9ac7b
AP
79972005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7998
7999 PR bootstrap/20250
8000 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8001 instead of check.
8002 * Makefile.in: Regenerate.
8003
c9db9354
PB
80042005-02-28 Paolo Bonzini <bonzini@gnu.org>
8005
8006 * Makefile.in: Regenerate to fix conflict between the previous two
8007 patches.
8008
215c351a
PB
80092005-02-28 Paolo Bonzini <bonzini@gnu.org>
8010
8011 PR bootstrap/17383
8012 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8013 * Makefile.tpl (HOST_SUBDIR): New substitution.
8014 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8015 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8016 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8017 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8018 (Host modules, Bootstrapped modules): Use it.
8019 (Build modules, Target modules): Do not create symlink trees,
8020 always configure out-of-srcdir.
8021 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8022 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8023 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8024 $(HOST_SUBDIR). Create a symlink for host_subdir.
8025
8026 * Makefile.in: Regenerate.
8027 * configure: Regenerate.
8028
5395b47b
NN
80292005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8030
8031 Merged from libada-gnattools-branch:
8032 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8033
8034 * gnattools: New directory.
8035 * Makefile.def: Add gnattools as a module, depending on target-libada.
8036 * Makefile.in: Regenerate.
8037 * configure.in: Include gnattools in host_tools; disable it if ada
8038 is disabled.
8039 * configure: Regenerate.
8040
ca2cc05c
JM
80412005-02-24 James A. Morrison <phython@gcc.gnu.org>
8042
8043 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8044 treelang maintainer.
8045 (Write After Approval): Remove myself.
8046
d2f3024f
PS
80472005-02-23 Paul Schlie <schlie@comcast.net>
8048
8049 * configure.in: Allow darwin targeted ports to build tk, itcl and
8050 libgui.
8051 * configure: Regenerate.
8052
bba5e0ca
EB
80532005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8054
8055 PR libgcj/10353
8056 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8057 * configure: Regenerate.
8058
70132ce7
SK
80592005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8060
8061 * MAINTAINERS (Write After Approval): Add myself.
8062
20f0edca
ILT
80632005-02-10 Ian Lance Taylor <ian@airs.com>
8064
8065 * MAINTAINERS: Update my e-mail address.
8066
e64e5109
RG
80672005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8068
8069 * MAINTAINERS (Write After Approval): Add myself.
8070
40d64b5a
HPN
80712005-01-29 Hans-Peter Nilsson <hp@axis.com>
8072
8073 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8074 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8075 target-libgloss when not *-*-elf and *-*-aout.
8076 * configure: Regenerate.
8077
54a12711
KH
80782005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8079
8080 * MAINTAINERS: Remove obsolete entries.
8081
0aa99dbb
KH
8082 * MAINTAINERS (Write After Approval): Add Michael Matz.
8083
2b009f5f
NB
80842005-01-19 Neil Booth <neil@daikokuya.co.uk>
8085
8086 * MAINTAINERS: Remove self as cpplib maintainer.
8087
385870f5
KC
80882005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8089
8090 * install-sh, config.sub: Import from upstream.
8091
e7daab31
KC
80922005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8093
8094 PR bootstrap/18222
8095 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8096 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8097 * Makefile.in: Regenerate.
8098
e6003f4d
JT
80992005-01-16 Jason Thorpe <thorpej@netbsd.org>
8100
8101 * MAINTAINERS: Update my email address.
8102
145e2972 81032005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 8104 Andreas Schwab <schwab@suse.de>
145e2972
DE
8105
8106 PR bootstrap/18033
8107 * config-ml.in: Eval option if surrounded by single quotes.
8108
86c7e0da
PB
81092005-01-03 Paolo Bonzini <bonzini@gnu.org>
8110
8111 Revert 2004-12-28 Makefile changes, a better fix will be
8112 applied to mainline and src after GCC 4.0 branches.
8113
3224a22f
PB
81142004-12-28 Paolo Bonzini <bonzini@gnu.org>
8115
8116 PR bootstrap/17383
8117
8118 * Makefile.def (target_modules): Remove stage parameter,
8119 it is always true now.
8120 * Makefile.tpl (configure-build-[+module+],
8121 configure-target-[+module+]): Always build symlink tree
8122 for the directory and for include. BUILD_SUBDIR and
8123 TARGET_SUBDIR cannot be . anymore.
8124 * Makefile.in: Regenerate.
8125
aaf51ca2
DE
81262004-12-25 David Edelsohn <edelsohn@gnu.org>
8127
8128 Revert 2004-12-08 Makefile changes.
8129
4e32e454
DS
81302004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8131
8132 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8133 cygwin, mingw.
8134
669f01d8
AS
81352004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8136
8137 * configure.in (sh64-*-*): Reenable gprof.
8138 * configure: Regenerate.
8139
1b227ee0
DE
81402004-12-08 David Edelsohn <edelsohn@gnu.org>
8141
8142 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8143 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8144 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8145 * Makefile.in: Regenerate.
8146
ce5e944c
CF
81472004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8148
8149 * MAINTAINERS: Update my email address.
8150
893f1e87
MK
81512004-12-07 Matt Kraai <kraai@ftbfs.org>
8152
8153 * Makefile.tpl: Generate normal dependencies if the LHS module is
8154 not bootstrapped.
8155 * Makefile.in: Regenerate.
8156
bb59c339
RS
81572004-12-03 Richard Sandiford <rsandifo@redhat.com>
8158
8159 * configure.in: Include config/gxx-include-dir.m4. Use
8160 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8161 * configure: Regenerate.
8162
4982adbe
RS
81632004-12-03 Richard Sandiford <rsandifo@redhat.com>
8164
8165 * config.if: Delete.
8166 * configure.in: Set libstdcxx_incdir directly.
8167 * configure: Regenerate.
8168
05750653
EC
81692004-12-02 Eric Christopher <echristo@redhat.com>
8170
8171 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8172 * Makefile.in: Regenerate.
8173
5fef1dbd
RS
81742004-12-02 Richard Sandiford <rsandifo@redhat.com>
8175
8176 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8177 * configure: Regenerate.
8178
afabd8e6
RS
81792004-12-02 Richard Sandiford <rsandifo@redhat.com>
8180
8181 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8182 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8183 * configure: Regenerate.
8184
78716e86
EC
81852004-12-01 Eric Christopher <echristo@redhat.com>
8186
8187 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8188 of things to remove.
8189
57ab8ba9
MK
81902004-11-29 Matt Kraai <kraai@ftbfs.org>
8191
8192 * MAINTAINERS (Write After Approval): Update my e-mail address.
8193
2539bffe
KC
81942004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8195
8196 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8197 from CVS libtool to always pass_all.
8198
3e732ba0
JDA
81992004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8200
8201 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8202 (hppa*64*-*-*): Delete incorrect comment.
8203 * configure: Rebuilt.
8204
767f726e
KC
82052004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8206
8207 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8208
2c92e90f
KC
82092004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8210
8211 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8212 from CVS libtool to always pass_all.
8213
32f84e48
KC
82142004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8215
8216 * install-sh, compile: Import from automake.
8217
9587be8a
KC
82182004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8219
8220 * config.guess, config.sub: Import from savannnah.
8221
04e81808 82222004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
8223
8224 * MAINTAINERS (Write After Approval): Add myself
8225
f87a2b2e
MS
82262004-11-12 Mike Stump <mrs@apple.com>
8227
8228 * Makefile.def: Add html support.
8229 * Makefile.tpl: Likewise.
8230 * Makefile.in: Regenerate.
8231
848556c2
GK
82322004-11-11 Geoffrey Keating <geoffk@apple.com>
8233
556f03c4
GK
8234 PR 18423
8235 * configure.in: Remove all instances of build-fixincludes from
8236 noconfigdirs.
8237 (build_configargs): Supply --target to subdirectories.
8238 * configure: Regenerate.
8239
848556c2
GK
8240 * Makefile.def: Make gcc install depend on fixincludes install.
8241 * Makefile.in: Regenerate.
8242
9e5712a5
JJ
82432004-11-10 Janis Johnson <janis187@us.ibm.com>
8244
8245 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8246
4ef509c0
PB
82472004-11-11 Paul Brook <paul@codesourcery.com>
8248
8249 * MAINTAINERS: Add self as arm maintainer. Update email address.
8250
20d11df6
HPN
82512004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8252
8253 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8254 target-libgfortran.
79fd8592 8255 * configure: Regenerate.
20d11df6 8256
68c70f15
DE
82572004-11-07 David Edelsohn <edelsohn@gnu.org>
8258
8259 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8260 like CC.
8261
54f88091
PB
82622004-11-05 Paolo Bonzini <bonzini@gnu.org>
8263
8264 * Makefile.def (host fixincludes): Specify missing targets.
8265 * Makefile.in: Regenerate.
8266
6866abb8
RC
82672004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8268
8269 * MAINTAINERS: Add myself
8270
83f62578
GL
82712004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8272
8273 * MAINTAINERS (Write After Approval): Add myself.
8274
53c7ffe7
GK
82752004-11-04 Geoffrey Keating <geoffk@apple.com>
8276
8277 * Makefile.def: Build fixincludes for the host, too.
8278 * Makefile.in: Regenerate.
8279 * configure.in (host_tools): Add fixincludes.
8280 * configure: Regenerate.
8281
ac8b3d9d
DJ
82822004-11-04 Daniel Jacobowitz <dan@debian.org>
8283
8284 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8285 * configure: Regenerated.
8286
bab37580
L
82872004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8288
8289 PR other/17783
8290 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8291 * configure: Regenerated.
8292
db1de713
MM
82932004-10-31 Mark Mitchell <mark@codesourcery.com>
8294
8295 * README.SCO: Update per FSF instructions.
8296
a827e21a
EW
82972004-10-28 Eric B. Weddington <ericw@evcohs.com>
8298
8299 PR target/18151
8300 * configure.in (case ${target}): Do not build fixincludes for avr.
8301 * configure: Regenerated.
8302
9d069a4f
PB
83032004-10-26 Paolo Bonzini <bonzini@gnu.org>
8304
8305 * configure.in (case ${target}): Do not build fixincludes
8306 on platforms where it is not used.
8307 * configure: Regenerated.
8308
fc45f3fe
DJ
83092004-10-23 Daniel Jacobowitz <dan@debian.org>
8310
8311 * configure.in: Use an absolute path to install-sh.
8312 * configure: Regenerated.
8313
36554b92
AL
83142004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8315
8316 * MAINTAINERS (Write After Approval): Add myself.
8317
88e9994a
KH
83182004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8319
8320 * MAINTAINERS: Remove from Write After Approval those that are
8321 already maintainers.
8322
ad02a944
SP
83232004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8324
8325 * MAINTAINERS: Update my email address.
8326
c8e6cd41
KC
83272004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8328
8329 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8330 * configure: Regenerate.
8331
dce2d8b2 83322004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
8333
8334 * MAINTAINERS: Update my email address.
8335
a8b0957e
KH
83362004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8337
8338 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8339 entries belonging to this category.
8340
96836f61
JZ
83412004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8342
8343 * MAINTAINERS: Update my e-mail address.
8344
7e0b5752
PB
83452004-10-06 Paolo Bonzini <bonzini@gnu.org>
8346
8347 Fix wrong conflict resolution in:
8348
8349 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8350
8351 * Makefile.in: Regenerate.
8352 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8353 in the recursive `make', instead of hardwiring `all'.
8354 (Autogenerated TARGET-* variables): New.
8355
370f7a47
TL
83562004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8357
8358 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 8359 * configure: Regenerate.
370f7a47 8360
13e5d623
KH
83612004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8362
8363 * MAINTAINERS (Various Maintainers): Move the "windows,
8364 cygwin, mingw" maintainer to ...
8365 (OS Port Maintainers): ... here.
8366
a6497c1b
KH
83672004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8368
8369 * MAINTAINERS (Write After Approval): Remove those that are
8370 maintainers of some subsystem.
8371
1abb828a
D
83722004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8373
8374 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8375 * ltcf-cxx.sh (tpf*): Likewise.
8376 * ltconfig (tpf*): Add TPF OS configuration support.
8377
16d1338d
BS
83782004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8379
8380 * MAINTAINERS: Change my email address to my new work account.
8381
9082a750
MR
83822004-09-24 Michael Roth <mroth@nessie.de>
8383
8384 * configure.in (--without-headers): Add missing double quotes.
8385 * configure: Regenerate.
8386
dce2d8b2 83872004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
8388
8389 * ylwrap: Revert to previous version.
8390
4c4a5bbc
L
83912004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8392
8393 PR bootstrap/17369
8394 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8395 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8396 SET_GCC_LIB_PATH_CMD.
8397 (BASE_TARGET_EXPORTS): Likewise.
8398 * Makefile.in: Regenerated.
8399
8400 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8401 * configure: Regenerated.
8402
85f59630
KC
84032004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8404
8405 * config.guess: New upstream version
8406 * compile, depcomp, install-sh, ylwrap: Likewise.
8407
95c53c62
RS
84082004-09-19 Roger Sayle <roger@eyesopen.com>
8409
8410 * config/mh-x86omitfp: New host makefile fragment. Add
8411 -fomit-frame-pointer to the default BOOT_CFLAGS.
8412 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8413 * configure: Regenerate.
8414
0a1c093b
AP
84152004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8416
8417 PR target/11572
8418 * configure.in (*-*-darwin*): Renable libobjc.
8419 * configure: Regenerate.
8420
315fcf97
NS
84212004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8422
8423 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8424
0a050485 84252004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 8426
0a050485
DB
8427 * Makefile.def: Remove libbanshee.
8428 * Makefile.tpl: Ditto.
8429 * configure.in: Ditto.
8430 * Makefile.in: Regen.
8431 * configure: Ditto.
8432
5f4a098e
DE
84332004-09-08 David Edelsohn <edelsohn@gnu.org>
8434
8435 * ltmain.sh: Use $pic_object as $non_pic_object if
8436 $non_pic_object=none.
8437
32b2511f
PB
84382004-09-07 Paolo Bonzini <bonzini@gnu.org>
8439
8440 * missing: Import latest version from master repository.
8441
fc4d0e82
NC
84422004-09-06 Nick Clifton <nickc@redhat.com>
8443
8444 * config.sub: Import latest version from master repository.
8445 * config.guess: Likewise.
8446 This includes these changes:
78716e86 8447
fc4d0e82
NC
8448 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8449
8450 * config.sub: Handle crisv32, alias etraxfs.
8451 * config.guess (crisv32:Linux:*:*): Handle.
8452
8453 2004-08-13 Brad Smith <brad@comstyle.com>
8454
8455 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8456 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8457
8458 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8459
8460 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8461 assume the processor is a powerpc. This is because coreutils
8462 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8463 in this case, due to a MacOS X bug that causes
8464 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8465 to return a negative number.
8466 Problem reported by Petter Reinholdtsen in:
8467 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8468
8469 2004-07-19 Ben Elliston <bje@gnu.org>
8470
8471 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8472
8473 2004-06-24 Ben Elliston <bje@gnu.org>
8474
8475 * config.guess: Update copyright years.
8476 * config.sub: Likewise.
8477
8478 2004-06-22 Robert Millan <robertmh@gnu.org>
8479
8480 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8481 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8482
8483 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8484
8485 * config.guess (*:*VMS:*:*): New entry. Replaces
8486 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8487 manufacturer.
8488
8489 2004-06-22 Ben Elliston <bje@gnu.org>
8490
8491 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8492 * config.sub: Likewise.
8493
8494 2004-06-22 Ben Elliston <bje@gnu.org>
8495
8496 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8497 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8498
8499 2004-06-11 Ben Elliston <bje@gnu.org>
8500
8501 * config.guess (pegasos:OpenBSD:*:*): Remove.
8502
8503 2004-06-11 Ben Elliston <bje@gnu.org>
8504
8505 From Wouter Verhelst <wouter@grep.be>:
8506 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8507
8508 2004-06-11 Ben Elliston <bje@gnu.org>
8509
8510 * config.guess (luna88k:OpenBSD:*:*): New.
8511
8512 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8513
8514 * config.guess (m32r*:Linux:*:*): New case.
8515 * config.sub: Handle m32rle.
8516
8517 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8518
8519 From Jens Petersen <petersen@redhat.com>:
8520 * config.sub: Handle sparcv8.
8521
8522 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8523
8524 From Tom Smith <smith@cag.lkg.hp.com>:
8525 * config.guess: Version suffixes are equally significant on Tru64
8526 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8527 prefix of "P" (patched kernel).
8528
8529 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8530
8531 * config.sub: Add support for National Semiconductor CRX target.
8532
2f4cc6bf
JJ
85332004-09-03 Janis Johnson <janis187@us.ibm.com>
8534
8535 * MAINTAINERS (Various Maintainers): Remove myself as web page
8536 maintainer, add myself as maintainer of build status lists.
8537
61fec9ff
JB
85382004-09-03 Jan Beulich <jbeulich@novell.com>
8539
8540 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8541 *-*-netware, but add target-libmudflap.
8542 Consolidate *-*-netware targets (of which really only i?86 exists)
8543 into a single entry.
8544 * configure: Likewise.
8545
45f366ab
PB
85462004-09-01 Paolo Bonzini <bonzini@gnu.org>
8547
8548 * Makefile.tpl (sorry): Remove.
8549 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8550 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8551 (do-clean): Clean per-stage directories too.
8552 (do-distclean): Run distclean-stage1 too.
8553 (.NOTPARALLEL): Enable during toplevel bootstrap.
8554 (stage[+id+]-bubble): Enable parallel execution during
8555 the recursive invocation.
8556 * Makefile.in: Regenerate.
8557
8558 Fix previous checkin:
8559
8560 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8561 include.
8562 * configure.in: Fix indentation.
8563 * configure: Regenerate.
8564
dce2d8b2 85652004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 8566
45f366ab
PB
8567 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8568 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8569 * configure: regenerate
78716e86 8570 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 8571 -mdynamic-no-pic
be8fff81 8572
71b5d516
PB
85732004-08-31 Paolo Bonzini <bonzini@gnu.org>
8574
8575 * Makefile.def (build_modules): Add fixincludes.
8576 (dependencies): Make gcc depend on fixincludes.
8577 * configure.in (build_tools): Add fixincludes.
8578 (build_configdirs): Always include build_libs.
8579 * Makefile.in: Regenerate.
8580 * configure: Regenerate.
8581
85822004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
8583
8584 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8585 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8586 phony targets; do not generate timestamp files.
8587 (distclean-stageN): Remove references to their timestamp files.
8588 (restageN, touch-stageN): Remove.
8589 (stageN-bubble): Rewritten.
8590 (compare): Support lean bootstraps.
8591 * Makefile.in: Regenerate.
8592
8593 * configure.in: Only warn when bootstrapping but
8594 build != host or build != target. Support lean bootstraps.
8595 * configure: Regenerate.
8596
ce7cbbb0
PE
85972004-08-26 Phil Edwards <phil@codesourcery.com>
8598
8599 * configure.in: Give a better error message if GMP/MPFR are missing
8600 and a language needing them has been requested.
8601 * configure: Regenerated.
8602
9c71a529
PE
86032004-08-25 Phil Edwards <phil@codesourcery.com>
8604
8605 * configure.in: Print a list of available language front-ends if
8606 a requested one is missing. Tidy stray tab characters.
8607 * configure: Regenerated.
8608
e3f92d3b
MK
86092004-08-19 Michael Koch <konqueror@gmx.de>
8610
8611 * gcc/doc/install.texi: Update entry about automake for libjava.
8612
c3f84f61
RM
86132004-08-17 Robert Millan <robertmh@gnu.org>
8614
8615 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8616 (instead of FreeBSD).
8617 * configure: Regenerate.
8618
7c27e184
PB
86192004-08-16 Paolo Bonzini <bonzini@gnu.org>
8620
8621 * Makefile.in: Regenerate.
8622 * configure: Regenerate.
8623
8624 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8625 stage_*_flags.
8626 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8627 for bootstrapped modules if toplevel bootstrap is going.
8628 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8629 modules. Adjust for changes in Makefile.def. Enable several
8630 rules even in non-bootstrap mode, just to avoid peppering the
8631 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8632 (stage-[+prev+]-bubble): Remove.
8633
8634 * Makefile.def (Dependencies): Depend on all-build-bison,
8635 all-build-flex, all-build-byacc, all-build-texinfo, rather
8636 than the host variations.
8637 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8638 with BUILD_SUBDIR.
8639 (BISON): Update for recent Bisons.
8640 (YACC): Fix typo.
8641 (cross): Depend on all-build.
8642 (all): Do not depend on all-build.
8643 (prebootstrap): Remove.
8644 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8645 (Prebootstrap dependencies): Add them to the per-stage targets
8646 and to all-prebootstrap.
8647 * configure.in (build_configdirs): Always enable build_tools.
8648 (BUILD_DIR_PREFIX): Remove.
8649
8650 * Makefile.def (gcc): Add target variable.
8651 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8652 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8653 in the recursive `make', instead of hardwiring `all'.
8654 (Autogenerated TARGET-* variables): New.
8655
20f3bb80
BB
86562004-08-13 Brian Booth <bbooth@redhat.com>
8657
8658 * MAINTAINERS: Remove myself from write-after-approval.
8659
b5be499d
NN
86602004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8661
8662 * src-release: Stop distributing mmalloc with gdb (which doesn't
8663 use it).
8664 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8665 * Makefile.in: Regenerate.
8666
b3f8d95d
MM
86672004-08-09 Mark Mitchell <mark@codesourcery.com>
8668
8669 * configure.in (arm*-*-eabi*): New target.
8670 * configure: Regenerate.
8671
3589b69e
PB
86722004-08-06 Paolo Bonzini <bonzini@gnu.org>
8673
8674 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8675 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8676 (Dependencies): New section.
8677 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8678 (configure-target-[+module+]): Depend on maybe-all-gcc
8679 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8680 (toplevel profiledbootstrap): Fix dependencies.
8681 * Makefile.in: Regenerate.
8682
972974fc
MM
86832004-08-03 Mark Mitchell <mark@codesourcery.com>
8684
8685 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8686 target-libiberty to noconfigdirs.
8687 * configure: Regenerate.
8688
bebf829d
PB
86892004-08-03 Paul Brook <paul@codesourcery.com>
8690
8691 * configure.in: Check for MPFR as well as GMP.
8692 * configure: Regenerate.
8693
98a5bb3b
RM
86942004-08-01 Robert Millan <robertmh@gnu.org>
8695
8696 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8697 libmudflap for all GNU-based systems (with Glibc).
8698 * configure: Regenerate.
8699
dce2d8b2 87002004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
8701
8702 * Makefile.def (host-modules): Add gcc.
8703 * Makefile.in: Regenerate.
8704 * Makefile.tpl (sorry): New rule.
8705 (configure-host, all-host, [+make_target+]-host, do-check,
8706 install-host): Do not add gcc as a special case.
8707 (host modules): Add a small special-casing for gcc. Export
8708 extra_make_flags through the environment.
8709 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8710 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8711 other recursive targets for gcc): Remove.
8712
8713 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8714 (stage, unstage): New rules.
8715 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8716 distclean-stage[+id+]): Use stage_current.
8717 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8718 the stage*-start rules.
8719
aeb732c1
GK
87202004-08-02 Geoffrey Keating <geoffk@apple.com>
8721
8722 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8723 use -all_load flag.
8724
25b656e7
PB
87252004-08-02 Paolo Bonzini <bonzini@gnu.org>
8726
8727 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8728 * configure: Regenerate.
8729
cc440d71
TM
87302004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8731
8732 * maintainer-scripts/gcc_release: Revert yesterday's change.
8733
270e140b
SB
87342004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8735
8736 * MAINTAINERS: Add myself to write-after-approval.
8737
3e4035f8
TM
87382004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8739
8740 * libf2c: Removed.
8741 * gcc/gccbug.in: Updated because of libf2c removal.
8742 * maintainer-scripts/gcc_release: Ditto.
8743
dce2d8b2 87442004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
8745
8746 * configure.in: Build libmudflap by default on FreeBSD.
8747 * configure: Regenerated.
8748
dfcada9a
MM
87492004-07-09 Mark Mitchell <mark@codesourcery.com>
8750
8751 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8752 systems.
8753 * configure: Regenerated.
8754
dce2d8b2 87552004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
8756
8757 PR target/16344
8758 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8759 feedback based compiler.
8760 * Makefile.in: Rebuilt.
8761
95bcca47
AO
87622004-07-08 Alexandre Oliva <aoliva@redhat.com>
8763
8764 * Makefile.def (host_modules): Set bootstrap=true for flex.
8765 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8766 * Makefile.in: Rebuilt.
8767
051822f6
JH
87682004-07-07 Jan Hubicka <jh@suse.cz>
8769
8770 * MAINTAINERS: Add self as a profile feedback maintainer.
8771
7b61653a
PE
87722004-07-05 Phil Edwards <phil@codesourcery.com>
8773
8774 * configure.in: Do not prepend $srcdir to /dev/null in
8775 makefile fragments.
8776 * configure: Regenerate.
8777
23f6b2f9
PB
87782004-07-01 Paolo Bonzini <bonzini@gnu.org>
8779
8780 * Makefile.def (build_modules): Add bison, byacc, flex,
8781 m4, texinfo.
8782 (flags_to_pass): Add FLEX.
8783 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8784 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8785 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8786 DEFAULT_MAKEINFO): Remove.
8787 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8788 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8789 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8790 objdir or else use configured tool.
8791 (all-build): New.
8792 (all): Depend on it.
8793 (Build module dependencies): Add.
8794 * Makefile.in: Regenerate.
8795 * configure.in: Better support for multiple build modules,
8796 matching what is done for host/target modules. Do not look
8797 for "plausible" locations of build tools if Canadian cross.
8798 Use autoconf's AC_PROG_CC to find a C compiler. Define
8799 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8800 * configure: Regenerate.
78716e86 8801
1c020272
PB
88022004-06-22 Paolo Bonzini <bonzini@gnu.org>
8803
8804 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8805 * Makefile.in: Regenerate.
8806
a52a0a7f
PB
88072004-06-22 Paolo Bonzini <bonzini@gnu.org>
8808
8809 * Makefile.tpl (configure-build-[+module+],
8810 configure-[+module+], configure-target-[+module+]): Pass
8811 [+extra_configure_args+].
8812 (all-build-[+module+], all-[+module+], check-[+module+],
8813 install-[+module+], [+make_target+]-[+module+],
8814 all-target-[+module+], check-target-[+module+],
8815 install-target-[+module+], [+make_target+]-target-[+module+]):
8816 Pass [+extra_make_args+].
8817 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8818 (GCC_HOST_EXPORTS): Remove.
8819 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8820 cross, check-gcc, check-gcc-c++, install-gcc,
8821 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8822 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8823 * Makefile.in: Regenerate.
8824
ccde3f1a
MS
88252004-06-21 Matthew Sachs <msachs@apple.com>
8826
8827 * MAINTAINERS: Added self to write-after-approval.
8828
6264b0a6
CF
88292004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8830
8831 * configure.in: Check for srcdir/winsup rather than build directory
8832 winsup.
8833 * configure: Regenerate.
8834
801e2270
CV
88352004-06-17 Corinna Vinschen <vinschen@redhat.com>
8836
8837 * configure.in: Don't build Cygwin native newlib if winsup
8838 directory is missing. Emit warning instead.
8839 * configure: Regenerate.
8840
ad6717df
PB
88412004-06-09 Paolo Bonzini <bonzini@gnu.org>
8842
8843 * Makefile.tpl (touch-stage[+id+]): New.
8844 (restage[+prev+]): Depend on touch-stage[+id+].
8845
8846 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8847 Use it throughout.
8848
8849 * Makefile.def: Add profile and feedback bootstrap stages.
8850 Remove next field from bootstrap stages.
8851 * Makefile.tpl (LN, LN_S): Substitute.
8852 (stageN-start, stageN-end): Use double-colon rules, to
8853 provide a hook for additional setup commands.
8854 (distclean-stageN-gcc, restageN): Create dependencies from
8855 [+prev+], not from [+next+].
8856 (stageN-bubble): Add commands for successive stages from
8857 [+prev+], using double-colon rules.
8858 (all-stageN-gcc): Fix typo.
8859 (stagefeedback-start, profiledbootstrap): New.
8860 * Makefile.in: Regenerate.
8861 * configure.in: Call ACX_PROG_LN.
8862 * configure: Regenerate.
8863
5bbb9680
CY
88642004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8865
8866 * MAINTAINERS (Write After Approval): Add myself.
8867
e18be1d4
MA
88682004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8869
8870 * MAINTAINERS (Write After Approval): Add myself.
8871
5607edfd
PB
88722004-06-03 Paolo Bonzini <bonzini@gnu.org>
8873
8874 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8875 without gcc.
8876 * configure: Regenerate.
8877
1ec4e9c3
PB
88782004-06-01 Paolo Bonzini <bonzini@gnu.org>
8879
8880 * Makefile.tpl: Fix typo.
8881 * Makefile.in: Regenerate.
8882
dce2d8b2 88832004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
8884
8885 * configure.in: Remove new- prefix from toplevel
8886 bootstrap targets.
8887 * configure: Regenerate.
8888
f516a7da
PB
88892004-06-01 Paolo Bonzini <bonzini@gnu.org>
8890
8891 * Makefile.tpl (all.normal): Rename to all.
8892 (all): Replace with a rule to pick the default
8893 target from configure.
8894 (all-gcc, configure-gcc): Use conditionals to
8895 do nothing when toplevel bootstrap is going on.
8896 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8897 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8898 * configure.in: Support --enable-bootstrap.
8899
8900 * Makefile.def: Remove new- prefix from toplevel
8901 bootstrap targets.
8902 * Makefile.tpl: Likewise.
8903
8904 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8905 target.
8906
8907 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8908 $(RECURSE_FLAGS) to recursive invocation of make.
8909
8910 * Makefile.in: Regenerate.
8911 * configure: Regenerate.
8912
78dd5e36 89132004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 8914 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
8915
8916 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8917 like CC.
8918
30f1bddc
DJ
89192004-05-27 Daniel Jacobowitz <dan@debian.org>
8920
8921 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8922 * configure: Regenerate.
8923
4fc4dd12
DJ
89242004-05-25 Daniel Jacobowitz <drow@false.org>
8925
8926 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8927 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8928 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8929 targets.
8930 * Makefile.in: Regenerate.
8931
dce2d8b2 89322004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
8933
8934 * configure.in: Test the ability to symlink directories.
8935 * configure: Regenerate.
8936
8937 * Makefile.def (bootstrap-stage): New definitions.
8938 * Makefile.tpl (configure-stage1-gcc,
8939 configure-stage2-gcc, configure-stage3-gcc,
8940 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8941 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8942 new-restage3, compare): Autogenerate, see Makefile.in
8943 entry for behavioral changes.
8944 (distclean-stage1, new-stage1-start, new-stage1-end,
8945 new-stage1-bubble, distclean-stage2, new-stage2-start,
8946 new-stage2-end, new-stage2-bubble, distclean-stage3,
8947 new-stage3-start, new-stage3-end): New autogenerated targets.
8948 (objext, prebootstrap, BOOT_CFLAGS,
8949 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8950 targets.
8951
8952 * Makefile.in: Regenerate.
8953 (distclean-stage1, new-stage1-start, new-stage1-end,
8954 new-stage1-bubble, distclean-stage2, new-stage2-start,
8955 new-stage2-end, new-stage2-bubble, distclean-stage3,
8956 new-stage3-start, new-stage3-end): New targets.
8957 (all-stage1-gcc): Move prebootstrap dependency from here...
8958 (configure-stage1-gcc): ...to here.
8959 (new-bootstrap): Use bubble targets.
8960 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8961 Use per-stage distclean targets.
8962 (configure-stage1-gcc, configure-stage2-gcc,
8963 configure-stage3-gcc, all-stage1-gcc,
8964 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8965 Use new-stageN-start to prepare the tree.
8966
4f4e53dd
PB
89672004-05-23 Paolo Bonzini <bonzini@gnu.org>
8968
8969 * Makefile.def (host_modules): add libcpp.
8970 * Makefile.tpl: Add dependencies on and for libcpp.
8971 * Makefile.in: Regenerate.
8972 * configure.in: Add libcpp host module.
8973 * configure: Regenerate.
8974
60975492
PB
89752004-05-21 Paolo Bonzini <bonzini@gnu.org>
8976
8977 * Makefile.tpl: Whenever a recursive target is defined, wrap
8978 it in a special @if/@endif block, and prepare its maybe
8979 dependency in the @if/@endif block
8980 * configure.in: Instead of writing maybe dependencies, remove
8981 the @if/@endif statements, and remove the @if/@endif blocks
8982 that remain.
8983 * configure: Regenerate.
8984 * Makefile.in: Regenerate.
8985
5ce7d75d
JJ
89862004-05-20 Janis Johnson <janis187@us.ibm.com>
8987
8988 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8989
c779c42f
KK
89902004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8991
8992 PR bootstrap/15120
8993 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8994 * */configure: Rebuilt.
8995
b4117c30
ZW
89962004-05-17 Zack Weinberg <zack@codesourcery.com>
8997
8998 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8999 of libf2c.
9000 * configure, Makefile.in: Regenerate.
9001
719bb4e3 90022004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
9003
9004 * MAINTAINERS (Write After Approval): Add myself.
9005
6de9cd9a
DN
90062004-05-13 Diego Novillo <dnovillo@redhat.com>
9007
9008 Merge from tree-ssa-20020619-branch.
9009
9010 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9011 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9012 (HOST_GMPLIBS): Define.
9013 (HOST_GMPINC): Define.
9014 (TARGET_LIB_PATH): Add libmudflap.
9015 (GFORTRAN_FOR_TARGET): Define.
9016 (configure-build*): Export GFORTRAN.
9017 (configure-gcc): Export GMPLIBS and GMPINC.
9018 (all-gcc): Add maybe-all-libbanshee.
9019 (configure-target-libgfortran): Define.
9020 * Makefile.in: Regenerate.
9021 * configure.in (host_libs): Add libbanshee.
9022 (target_libraries): Add target-libmudflap and target-libgfortran.
9023 Add --with-libbanshee.
9024 Handle --disable-libmudflap.
9025 (*-*-freebsd*): Use with_gmp.
9026 Add $(libgcj) to noconfigdirs.
9027 * configure: Regenerate.
9028 * depcomp: New file.
9029 * MAINTAINERS: Add tree-ssa maintainers.
9030
8f1b790f
VM
90312004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9032
b4117c30 9033 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 9034
693446fc
BF
90352004-04-30 Brian Ford <ford@vss.fsi.com>
9036
b4117c30 9037 * MAINTAINERS (Write After Approval): Add myself.
693446fc 9038
d1bb666c
UB
90392004-04-29 Uros Bizjak <uros@kss-loka.si>
9040
b4117c30 9041 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 9042
6cf1ac42
PB
90432004-04-28 Paolo Bonzini <bonzini@gnu.org>
9044
9045 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9046 * configure: Regenerate.
9047
632933d5
PB
90482004-04-27 Paolo Bonzini <bonzini@gnu.org>
9049
9050 Revert:
9051 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9052
9053 * Makefile.def (flags_to_pass): Remove *dir variables that
9054 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9055 as well as prefix and exec_prefix.
9056 * Makefile.in: Regenerate.
9057
80dc6aa0
RM
90582004-04-26 Robert Millan <robertmh@gnu.org>
9059
9060 Add patches from libtool CVS.
9061 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9062 * ltconfig: Likewise.
9063 * ltcf-c.sh: Likewise.
9064 * ltcf-cxx.sh: Likewise.
9065 * ltcf-gcj.sh: Likewise.
9066
e11283f1
PB
90672004-04-26 Paolo Bonzini <bonzini@gnu.org>
9068
9069 * Makefile.def (host_modules): Mark with the bootstrap
9070 flag packages on which gcc depends.
9071 * Makefile.tpl (all-bootstrap): Use it.
9072 * Makefile.in: Regenerate.
9073
8546950c
PB
90742004-04-26 Paolo Bonzini <bonzini@gnu.org>
9075
9076 * Makefile.def (flags_to_pass): Remove *dir variables that
9077 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9078 as well as prefix and exec_prefix.
9079 * Makefile.in: Regenerate.
9080
a76494aa
PB
90812004-04-26 Paolo Bonzini <bonzini@gnu.org>
9082
b4117c30
ZW
9083 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9084 * configure: Regenerate.
9085 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9086 * gcc/Makefile.tpl (compare): Use the result of the test.
9087 * gcc/Makefile.in: Regenerate.
a76494aa 9088
03a91701
PB
90892004-04-23 Paolo Bonzini <bonzini@gnu.org>
9090
9091 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9092 Always relocate gcc and prev-gcc to the original names, even
9093 if the build fails.
9094 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9095 New targets.
9096
082a6351
LG
90972004-04-23 Laurent GUERBY <laurent@guerby.net>
9098
9099 * MAINTAINERS: Update my email address.
b4117c30 9100
1f1d584b
RO
91012004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9102
9103 * configure.in (mips*-*-irix5*): Enable ld.
9104 * configure: Regenerate.
082a6351 9105
1db673ca
RO
91062004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9107
9108 * configure: Regenerate.
9109
ce4ea44e
JW
91102004-04-15 James E Wilson <wilson@specifixinc.com>
9111
9112 * Makefile.tpl (configure-[+module+], configure-gcc,
9113 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9114 Set and export LDFLAGS.
9115 * Makefile.in: Regenerate.
9116
611f62ad
MC
91172004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9118
b4117c30 9119 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 9120
be912515
NN
91212004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9122
9123 PR bootstrap/14871
9124 * Makefile.tpl: If we don't have built-in-tree target tools,
9125 use the ones found by configure rather than hacking around with
9126 program_transform_name.
9127 * configure.in: Give Makefile.tpl the information necessary
9128 to do that.
9129 * Makefile.in: Regenerate.
9130 * configure: Regenerate.
9131
9104315a
NN
91322004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9133
9134 PR bootstrap/14760
9135 * configure.in: When computing baseargs, strip *all* copies of
9136 offending options. Also, don't match/substitute the trailing space,
9137 so that this actually works when two similar options are separated by
9138 only one space.
9139 * configure: Regenerate.
9140
bef1d700
DE
91412004-04-06 David Edelsohn <edelsohn@gnu.org>
9142
b4117c30
ZW
9143 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9144 (rs6000-*-aix*): Same.
9145 * configure: Regenerate.
bef1d700 9146
54bcf05e 91472004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
9148
9149 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 9150
369a832c 91512004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
9152
9153 * MAINTAINERS: Add myself to write-after-approval.
369a832c 9154
09a9c095
NN
91552004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9156
7caf53cb
NN
9157 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9158 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9159 * Makefile.in: Regenerate.
9160
09a9c095
NN
9161 * configure.in (top level bootstrap support): Rework --enable-werror
9162 to set @stage2_werror_flag@.
9163 * configure: Regenerate.
9164 * Makefile.tpl (top level bootstrap support): Pass
9165 @stage2_werror_flag@ down to configure in stages 2 and 3.
9166 * Makefile.in: Regenerate.
9167
5595a2bd
NN
91682004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9169
cbfd7e06
NN
9170 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9171 for stages 2 and 3 as well as in make. As a consequence, remove
9172 OUTPUT_OPTION (now detected by configure) from the flags passed down
9173 to make.
9174 * Makefile.in: Regenerate.
9175
5595a2bd
NN
9176 * Makefile.tpl (new-bootstrap): Fix typo.
9177 * Makefile.in: Regenerate.
9178
ca3b3e20
NN
91792004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9180
295f4e42
NN
9181 * Makefile.tpl: Rearrange by moving recursive_targets rules
9182 into their proper sections.
9183 * Makefile.tpl (top level bootstrap support): Move disabling
9184 of coverage flags from 'make' to 'configure'; improve comments.
9185 * Makefile.in: Regenerate.
9186
340de83f
NN
9187 * Makefile.tpl (experimental top level bootstrap) Move stage1
9188 language setting from all- target to configure- target; disable
9189 intermodule optimization in stage 1; prevent gratuitous rebuilds
9190 of stage 1.
9191 * Makefile.in: Regenerate.
9192 * configure.in: Comma-separate stage 1 language list for top
9193 level bootstrap.
9194 * configure: Regenerate.
9195
ca3b3e20
NN
9196 * Makefile.tpl: Clean up experimental top level bootstrap support:
9197 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9198 prev-gcc in configure- targets as well as all- targets.
9199 * Makefile.in: Regenerate.
9200
4d038073
KC
92012004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9202
9203 * compile: New file imported from automake.
9204
ab3533d6
PB
92052004-03-17 Paolo Bonzini <bonzini@gnu.org>
9206
9207 * configure.in: Remove symbolic link section.
9208 * configure: Regenerate.
9209 * Makefile.tpl (links): Remove.
9210 * Makefile.in: Regenerate.
9211
1e0f07d3 92122004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 9213 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
9214
9215 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 9216 Set with AC_CHECK_PROGS.
1e0f07d3
PB
9217 * configure.in: Fix comment typo from last patch.
9218 * configure: Regenerate.
9219
2805b53a
NN
92202004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9221
9222 * Makefile.tpl: Introduce experimental top level bootstrap support.
9223 * Makefile.in: Regenerate.
9224 * configure.in: Introduce support for top level bootstrap.
9225 * configure: Regenerate.
9226
79b4b7d2 92272004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9228 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
9229
9230 PR bootstrap/14522
9231 * configure.in: Cope with shells that do not support unquoted ^
9232 * configure: Regenerate.
9233
6bbec498 92342004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9235 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
9236
9237 PR bootstrap/14522
79b4b7d2 9238 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
9239 quotes inside quoted backquote substitutions.
9240 * configure: Regenerate.
9241
83c15dfc
AP
92422004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9243
9244 PR bootstrap/14522
f2bd98d4 9245 * configure.in: Fix escaping of $.
83c15dfc
AP
9246 * configure: Regenerate.
9247
55ffb5ed
NN
92482004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9249
9250 * configure: Regenerate, since I forgot to while committing Paolo's
9251 changes.
9252
e4c9c075
PB
92532004-03-08 Paolo Bonzini <bonzini@gnu.org>
9254
9255 PR ada/14131
9256 Move language detection to the top level.
9257 * configure.in: Find default values for the tools as
9258 soon as possible. Disable ada if GNAT is not found.
9259 Emit error message about missing languages. Expand
9260 --enable-languages=all for the gcc subdirectory.
9261
5199e2c6
BE
92622004-03-10 Ben Elliston <bje@gnu.org>
9263
9264 * MAINTAINERS: Update my email address.
9265
c18b95e5
DE
92662004-03-05 David Edelsohn <edelsohn@gnu.org>
9267
9268 * ltconfig: Disable building static libraries if building shared
9269 libraries on AIX 5L.
9270
d0fe5ad3
RS
92712004-03-01 Richard Sandiford <rsandifo@redhat.com>
9272
9273 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9274 and disable libgcj.
9275 * configure: Regenerated.
9276
e6f71f9d
BB
92772004-03-01 Brian Booth <bbooth@redhat.com>
9278
9279 * MAINTAINERS: Add myself to write-after-approval.
9280
8983e50e
PB
92812004-03-01 Paolo Bonzini <bonzini@gnu.org>
9282
9283 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9284
d4cd9d81
NN
92852004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9286
9287 PR bootstrap/7087
9288 * Makefile.tpl: Guard XFOO sed statements better.
9289 * Makefile.tpl: Add dependency for configure-target-libada.
9290 * Makefile.in: Regenerate (incidentally fixes broken
9291 commit when libada-branch was merged).
9292
0ea0229e
KC
92932004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9294
9295 * MAINTAINERS: Add myself to write-after-approval.
9296
bad93735
AP
92972004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9298
9299 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9300 maintainers.
9301
a7ca14fc
AC
93022004-02-20 Andrew Cagney <cagney@redhat.com>
9303
9304 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9305 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9306
51592782
NN
93072004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9308
9309 PR bootstrap/11932
9310 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9311
6a30854a
JQ
93122004-02-14 Jerry Quinn <jlquinn@optonline.net>
9313
9314 * MAINTAINERS: Added myself to write-after-approval.
9315
be8b2bee
MK
93162004-02-14 Michael Koch <konqueror@gmx.de>
9317
9318 * MAINTAINERS: Added myself to write-after-approval.
9319
972760b7
JM
93202004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9321
9322 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9323 some OS port maintainers to OS port maintainers section.
9324
b0281654
FCE
93252004-02-13 Frank Ch. Eigler <fche@redhat.com>
9326
9327 * MAINTAINERS: Add self.
9328
3c419fd6
KH
93292004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9330
9331 * MAINTAINERS: Alphabetize.
9332
e88e9aee
PB
93332004-02-12 Paolo Bonzini <bonzini@gnu.org>
9334
9335 * MAINTAINERS: Remove myself.
b4117c30 9336
1915e422
DE
93372004-02-11 David Edelsohn <edelsohn@gnu.org>
9338
9339 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9340 (rs6000-*-aix*): Same.
9341 * configure: Regenerate.
9342
a22c2d8d
KC
93432004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9344
9345 * configure.in (host): Add in missing $noconfigdirs to defines.
9346 * configure: Regenerate.
9347
d9cdb878
AC
93482004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9349 Nathanael Nerode <neroden@gcc.gnu.org>
9350
9351 PR ada/6637, PR ada/5911
b4117c30 9352 Merge with libada-branch:
d9cdb878
AC
9353 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9354 with appropriate dependencies. Add --enable-libada configure switch.
9355 * configure, Makefile.in: Regenerate.
9356
8bd92821
PB
93572004-02-09 Paolo Bonzini <bonzini@gnu.org>
9358
9359 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9360
89a95129
RO
93612004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9362
9363 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9364 * configure: Regenerate.
9365
892629bc
GK
93662004-02-04 Geoffrey Keating <geoffk@apple.com>
9367
9368 Merge from upstream:
9369
9370 * ltmain.in: When setting IFS to '~', be careful about user
9371 arguments that contain '~'.
9372
9373 2004-02-04 Peter O'Gorman <peter@pogma.com>
9374
9375 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9376 Also test $base_compile against $CC with escaped arguments. Bug
9377 reported by Geoff Keating <geoffk@apple.com>.
9378
6b402165
KH
93792004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9380
9381 * MAINTAINERS: Remove i960 port.
9382
fa2f0306
DD
93832004-01-23 DJ Delorie <dj@redhat.com>
9384
9385 * Makefile.def (target_modules) [libiberty]: Don't stage.
9386 * Makefile.in: Rebuilt.
9387
9feb20aa
CT
93882004-01-20 Caroline Tice <ctice@apple.com>
9389
9390 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9391
7aed2ccc
PC
93922004-01-19 Paolo Carlini <pcarlini@suse.de>
9393
9394 * MAINTAINERS: Update my email address.
9395
f25bebe1
JM
93962004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9397
9398 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9399
28083580
VR
94002004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9401
9402 * MAINTAINERS: Remove entries without email address.
9403
c0f4b5e4
DJ
94042004-01-15 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * MAINTAINERS: Add myself to write-after-approval.
9407
b5eb5a5e
SB
94082004-01-15 Steven Bosscher <stevenb@suse.de>
9409
9410 * MAINTAINERS: Update my email address.
9411
dce2d8b2 94122004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
9413
9414 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9415 * Makefile.tpl (configure-target-[+module+]): Support stage.
9416 * Makefile.in: Rebuilt.
9417
74c0b320
ILT
94182004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9419
9420 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9421
2560344b
RS
94222004-01-10 Richard Sandiford <rsandifo@redhat.com>
9423
9424 * MAINTAINERS: Add myself as a MIPS maintainer.
9425
8b21cda6
NN
94262004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9427
2b6c260d
NN
9428 * configure.in: Use ./config.cache, not config.cache.
9429 * configure: Regenerate.
9430 * Makefile.tpl: Special-casing not needed for GCC any more.
9431 * Makefile.in: Regenerate.
9432
09438bde
NN
9433 * configure.in: Don't share a cache file for host dirs.
9434 * configure: Regenerate.
9435
8b21cda6
NN
9436 * config-ml.in: Don't mess with the cache file.
9437
e42870df
EB
94382004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9439
9440 * MAINTAINERS: Move myself from 'Write After Approval' to
9441 'CPU Port Maintainers' section as SPARC maintainer.
9442
6b9eb62c
NN
94432004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9444
78a816a6
NN
9445 * Makefile.tpl: Make GCC use a separate config.cache.
9446 * Makefile.in: Regenerate.
9447
6b9eb62c
NN
9448 PR bootstrap/11932, PR bootstrap/11933
9449 (I don't know if it will fix either of them, but it relates
9450 to them.)
9451 * configure.in: Don't use shared config.cache for target
9452 directories.
9453 * configure: Regenerate.
9454
86d7b562
DN
94552004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9456
9457 * MAINTAINERS: Add myself to 'Write After Approval' section.
9458
07d0a605
RS
94592003-12-31 Roger Sayle <roger@eyesopen.com>
9460
9461 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9462 * configure: Regenerated.
9463
459ac19f
KH
94642003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9465
9466 * MAINTAINERS: Remove the mn10200 maintainer.
9467
5785c0ed 94682003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 9469
cc6010cd
AP
9470 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9471 * configure: Regenerated.
5785c0ed 9472
a268eff9
JH
94732003-12-16 Jan Hubicka <jh@suse.cz>
9474
9475 * MAINTAINERS: Add myself as callgraph maintainer.
9476
9d465b12
TF
94772003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9478
9479 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9480 * configure: Regenerate.
9481
a68a270a
GB
94822003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9483
9484 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9485 'Write After Approval' section. Update email.
9486
dce2d8b2 94872003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
9488
9489 * MAINTAINERS (Write After Approval): Add myself.
9490
8c052da4
MT
94912003-11-20 Matt Thomas <matt@3am-software.com>
9492
9493 * MAINTAINERS: Add myself as a vax port maintainer.
9494
e75f9147
KC
94952003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9496
9497 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9498 (configure-build-[+module+], configure-[+module+]): Likewise.
9499 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9500 * Makefile.in: Regenerate.
9501
43d8d958
AT
95022003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9503
9504 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9505 shared/dylibed libraries.
9506 * ltmain.sh: Likewise.
9507 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9508 * ltcf-cxx.sh: Likewise.
9509 * ltcf-gcj.sh: Likewise.
9510 * ltconfig: Likewise.
9511
638dcaa0
SC
95122003-11-17 Stan Cox <scox@redhat.com>
9513
9514 * MAINTAINERS: Add myself as iq2000 port maintainer.
9515
15cc172b
AC
95162003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9517
b4117c30
ZW
9518 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9519 * Makefile.in: Regenerate.
15cc172b 9520
20af77cd
UW
95212003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9522
9523 * config.sub: Update to 2003-11-03 version.
9524
4dd01c5c
PE
95252003-10-20 Phil Edwards <phil@codesourcery.com>
9526
9527 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9528 * configure: Regenerate.
9529
dce2d8b2 95302003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
9531
9532 * MAINTAINERS: Add myself to 'Write After Approval' section.
9533
8b7ebc31
AC
95342003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9535
9536 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9537
afe1910c
JM
95382003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9539
9540 * MAINTAINERS: Update my email address.
9541
05dcec66
RO
95422003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9543
9544 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9545
dce2d8b2 95462003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
9547
9548 * MAINTAINERS: Add myself to 'Write After Approval' section.
9549
507ec745
BI
95502003-10-16 Bernardo Innocenti <bernie@develer.com>
9551
9552 * config.guess: Update to 2003-10-16 version.
9553 * config.sub: Update to 2003-10-16 version.
9554
dce2d8b2 95552003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
9556
9557 * MAINTAINERS: Added myself to 'Write After Approval' section.
9558
0c9b16bc
FH
95592003-10-15 Falk Hueffner <falk@debian.org>
9560
9561 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9562 'Write After Approval' section. Update email.
9563
74d57d15
RS
95642003-10-14 Roger Sayle <roger@eyesopen.com>
9565
9566 * MAINTAINERS: Move myself from 'Write After Approval' to
9567 'Various Maintainers' section as middle-end maintainer.
9568
d29b8ad8
NN
95692003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9570
9571 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9572 HOST_FLAGS_TO_PASS.
9573 * Makefile.in: Regenerate.
9574
26db814a
BI
95752003-10-11 Bernardo Innocenti <bernie@develer.com>
9576
9577 * config.guess: Update to 2003-10-07 version.
9578 * config.sub: Update to 2003-10-07 version.
9579
fffeb871
RO
95802003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9581
9582 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9583 * ltconfig (irix5*, irix6*): Don't override version_type.
9584
6691a79e
ME
95852003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9586
9587 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9588 * configure: Rebuilt
9589 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9590 * Makefile.in: Rebuilt
9591
62cdd71e
L
95922003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9593
9594 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9595
6fe2eacc
CW
95962003-09-30 Carlo Wood <carlo@alinoe.com>
9597
cc6010cd 9598 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 9599
ea57e5ad
PK
96002003-09-29 Paul Koning <ni1d@arrl.net>
9601
9602 * MAINTAINERS: Move myself from "Write After Approval"
9603 to CPU platform maintainers for pdp11 platform.
9604
e070672a
AT
96052003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9606
9607 * MAINTAINERS: Move myself from 'Write After Approval' to
9608 'Various Maintainers' section as libffi testsuite maintainer.
9609
43bb47c2
DJ
96102003-09-21 Daniel Jacobowitz <drow@mvista.com>
9611
9612 * configure.in: Pass a computed --program-transform-name
9613 to subconfigures.
9614 * configure: Regenerated.
9615
da9d3b37
NN
96162003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9617
94322beb
NN
9618 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9619 * Makefile.in: Regenerate.
9620
da9d3b37
NN
9621 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9622 * Makefile.in: Regenerate.
9623
ffd9060b
ZL
96242003-09-19 Ziemowit Laski <zlaski@apple.com>
9625
9626 * MAINTAINERS: Move myself from 'Write After Approval'
9627 to 'Various Maintainers' (objective-c) section.
9628
eeae7b41
DJ
96292003-09-17 Daniel Jacobowitz <drow@mvista.com>
9630
9631 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9632 quoting.
9633 * configure: Regenerated.
9634
a080d12b
JB
96352003-09-16 Joel Brobecker <brobecker@gnat.com>
9636
9637 * MAINTAINERS (Write After Approval): Add myself to write after
9638 approval list.
9639
6cd2fc59
DN
96402003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9641
cc6010cd 9642 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 9643
dcbdd9cc
ILT
96442003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9645
9646 * MAINTAINERS: Update my e-mail address.
9647
e517f636
AM
96482003-09-09 Alan Modra <amodra@bigpond.net.au>
9649
9650 * libtool.m4 (LD): Correct powerpc64 host match.
9651
bc49924b
JW
96522003-09-06 James E Wilson <wilson@tuliptree.org>
9653
9654 * MAINTAINTERS: Update my affiliation and email address.
9655
082124f5
ZD
96562003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9657
9658 * MAINTAINERS (Write After Approval): Add myself.
9659
dc94d89e
DD
96602003-09-04 DJ Delorie <dj@redhat.com>
9661
9662 * configure: Regenerate.
9663
96642003-09-04 Robert Millan <robertmh@gnu.org>
9665
9666 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 9667
7a0f2d4e
KG
96682003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9669
9670 * configure.in: Ensure arguments to sed are properly spaced.
9671 * configure: Regenerate.
9672
88d032eb
GP
96732003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9674
9675 * MAINTAINERS: Update my e-mail address.
9676
0b3f3d22
ME
96772003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9678
9679 * MAINTAINERS (Write After Approval): Add myself.
9680
d253f9ba
DJ
96812003-08-27 Daniel Jacobowitz <drow@mvista.com>
9682
9683 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9684 * configure: Regenerated.
9685
066ec9c9
MM
96862003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9687
9688 * MAINTAINERS: Update my email address.
9689
415d7ef9
PE
96902003-08-23 Phil Edwards <pme@gcc.gnu.org>
9691
9692 * configure.in: Use newline instead of semicolon when assuming
9693 shell arguments in a for loop.
9694 * configure: Regenerated.
9695
e1567352
JE
96962003-08-22 Jason Eckhardt <jle@rice.edu>
9697
9698 * MAINTAINERS: Resurrect the i860 maintainer.
9699
b348267b
GK
97002003-08-20 Geoffrey Keating <geoffk@apple.com>
9701
e50084fa
GK
9702 PR 8180
9703 * configure.in: When testing with_libs and with_headers, treat
9704 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9705 * configure: Regenerate.
b4117c30 9706
b348267b
GK
9707 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9708 make, shell, etc.
9709 (baseargs): Likewise.
9710 * configure: Regenerate.
9711
ca26ffe0
BI
97122003-08-20 Bernardo Innocenti <bernie@develer.com>
9713
9714 * MAINTAINERS (Write After Approval): Add myself.
9715
940cde4d
GK
97162003-08-19 Geoffrey Keating <geoffk@apple.com>
9717
9718 * configure.in: Disable libgcj for darwin not on powerpc.
9719 * configure: Rebuild.
9720
74bed51b
ADL
97212003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9722
9723 * config-ml.in, symlink-tree: Add license.
9724
b4117c30
ZW
97252003-08-03 Richard Stallman <rms@gnu.org>
9726 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
9727
9728 * README.SCO: New file.
9729
333a28b4
MK
97302003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9731
9732 * Makefile.tpl (check, check-c++): Express dependencies using
9733 dependencies rather than commands.
9734 * Makefile.in: Regenerate.
9735
c197e306
AC
97362003-08-01 Andrew Cagney <cagney@redhat.com>
9737
9738 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9739 * configure: Ditto.
9740
a8ee6e2d
GK
97412003-07-31 Geoffrey Keating <geoffk@apple.com>
9742
9743 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 9744 * Makefile.in: Update.
a8ee6e2d 9745
8d9b3f2e
AT
97462003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9747
9748 * configure.in: Enable libgcj for darwin.
9749 * configure: Rebuild.
9750
52c0c542
PE
97512003-07-29 Phil Edwards <pme@gcc.gnu.org>
9752
9753 * config-ml.in: Use ac_configure_args directly instead of
9754 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9755 actually seen.
9756
b4acb5ef
NN
97572003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9758
9759 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9760 creating target and build subdirs to build all parent dirs as needed.
9761 * Makefile.in: Rebuild.
9762 * configure.in: Don't build dirs explicitly here.
9763 * configure: Rebuild.
9764
a51d71d0
PB
97652003-07-26 Paul Brook <paul@nowt.org>
9766
9767 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9768
f43e12ce
AO
97692003-07-22 Alexandre Oliva <aoliva@redhat.com>
9770
9771 * Makefile.tpl (all-make): Depend on intl.
9772 * Makefile.in: Rebuilt.
9773
8a199ff6
PE
97742003-07-20 Phil Edwards <pme@gcc.gnu.org>
9775
9776 * install-sh: Update to newer upstream versions (associated with
9777 aclocal 1.7).
9778 * mkinstalldirs: Likewise.
9779 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9780
e6a8c803
AP
97812003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9782
9783 * MAINTAINERS: Move self from Bug database only accounts
9784 to write-after-approval.
9785
9f13608f
NN
97862003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9787
9788 * config.if: Remove unused libc_interface determination.
9789
c7864714
NN
97902003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9791
9792 * MAINTAINERS: Move self from write-after-approval to
9793 build machinery (*.in).
9794
775956d0
NN
97952003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9796
9797 PR bootstrap/11273
9798 PR bootstrap/11408
9799 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9800 unused INSTALL_PROGRAM_ARGS.
9801 * configure.in: Use AC_PROG_INSTALL.
9802 * Makefile.in: Regenerate.
9803 * configure: Regenerate.
9804
c7f67a6e
KH
98052003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9806
9807 * MAINTAINERS: Alphabetize.
9808
33952f6f
AO
98092003-07-10 Alexandre Oliva <aoliva@redhat.com>
9810
9811 * configure: Rebuilt.
9812 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9813 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9814 newlib nor libgloss.
9815 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9816 * configure.in (am33_2.0-*-linux*): Added.
9817
0d4f1b4e
BW
98182003-07-09 Bob Wilson <bob.wilson@acm.org>
9819
9820 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9821 * configure: Regenerate.
9822
56694dd9
ZW
98232003-07-07 Zack Weinberg <zack@codesourcery.com>
9824
9825 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9826 * Makefile.in: Regenerate.
9827
21607eb4
ZW
98282003-07-04 Zack Weinberg <zack@codesourcery.com>
9829
9830 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9831 * Makefile.in: Regenerate.
9832
dce2d8b2 98332003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
9834
9835 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9836 * Makefile.in: Regenerated.
9837
5d42f90e
L
9838 * config-ml.in: Replace PWD with PWD_COMMAND.
9839
6eb95e99
ZW
98402003-07-04 Zack Weinberg <zack@codesourcery.com>
9841
9842 * intl: New directory; see intl/ChangeLog for details.
9843 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9844 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9845 * Makefile.in: Regenerate.
9846
07d1940e
NN
98472003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9848
9849 * configure.in: Clean up config-lang.in handling. Delete
9850 useless assignment to "subdirs".
9851 * configure: Regenerate.
9852
4dbda6f0
NN
98532003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9854
9855 * configure.in: Rename 'target_libs' to 'target_libraries'.
9856 Remove useless reference to 'target_libs'.
9857 * configure: Regenerate.
9858
2c30ab71
KS
98592003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9860
9861 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9862 * Makefile.in: Regenerate.
9863
11405c93
NN
98642003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9865
9866 * Makefile.def: Introduce flags_to_pass.
9867 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9868 * Makefile.in: Regenerate.
9869
fb87ad5d
HPN
98702003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9871
9872 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9873 and target-libgloss.
9874 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9875 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9876 * configure: Regenerate.
9877
a7956a48
BK
98782003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9879
9880 * configure.in: Update testsuite_flags to new location.
9881 * configure. Regenerate.
6eb95e99 9882
eaf9f3b2
NN
98832003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9884
9885 * Makefile.tpl: Remove BUILD_CC stuff.
9886 * Makefile.in: Regenerate.
9887
2d89ffef
KH
98882003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9889
9890 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9891
dce2d8b2 98922003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
9893
9894 * MAINTAINERS (Write After Approval): Add myself.
9895
dce2d8b2 98962003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 9897
b951c91c
L
9898 * config.guess: Update to 2003-06-12 version.
9899 * config.sub: Update to 2003-06-13 version.
9900
dce2d8b2 99012003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
9902
9903 * config.guess: Update to 2003-06-06 version.
9904 * config.sub: Update to 2003-06-06 version.
9905
655b7166
RO
99062003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9907
9908 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9909 * configure. Regenerate.
9910
01b759aa
NN
99112003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9912
bf1d3e81
NN
9913 * configure.in: Disable serial configure by default.
9914 * configure: Regenerate.
9915 * Makefile.tpl: Abolish .NOTPARALLEL.
9916 * Makefile.in: Regenerate.
9917
e89fbdfe
NN
9918 * Makefile.tpl: Replace {build,host,target}_canonical by
9919 {build,host,target}.
9920 * Makefile.in: Regenerate.
9921
01b759aa
NN
9922 * Makefile.tpl: Fix stupid pasto.
9923 * Makefile.in: Regenerate.
9924
f7dae026
NN
99252003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9926
9927 * Makefile.tpl: Remove bogus conditional.
9928 * Makefile.in: Regenerate.
9929
99302003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
9931
9932 * Makefile.tpl (profiledbootstrap): New target.
9933 * Makefile.in (profiledbootstrap): New target.
9934
2ffc3e73 99352003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
9936
9937 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9938 Pinski. Remove user names from other bugzilla-only maintainers.
9939
1a1e6b96
NN
99402003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9941
1358ccea
NN
9942 * Makefile.tpl: Make 'recursive targets' using autogen rather
9943 than shell loop. Remove duplicate 'clean' targets and false
9944 comments.
9945 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9946 Add systematic method of specifying missing targets in subdirs.
9947 Add copyright boilerplate.
9948 * Makefile.in: Regenerate.
9949 * configure.in: Add 'recursive targets' to maybe list.
9950 * configure: Regenerate.
9951
ae74ed1f
NN
9952 * MAINTAINERS: "GNATS only" -> "Bug database only".
9953
1a1e6b96
NN
9954 * Makefile.tpl: Rename [+target+] to [+make_target+].
9955 * Makefile.def: Rename 'target' to 'make_target'.
9956
c79af3fa
NB
99572003-05-31 Neil Booth <neil@daikokuya.co.uk>
9958
9959 * MAINTAINERS: Add self as options handling maintainer.
9960
39d85b61
MM
99612003-05-28 Michael Meissner <gnu@the-meissners.org>
9962
9963 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9964 been too long since I touched those ports.
9965
afc2b62d
DD
99662003-05-28 DJ Delorie <dj@redhat.com>
9967
9968 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9969 * Makefile.in: Regenerate.
9970
df445104
MR
99712003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9972
9973 * configure.in: Use curly braces in the definition of tooldir.
9974 * configure: Regenerate.
9975
2eb98e5d 99762003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 9977
2eb98e5d
DD
9978 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9979 newlib or libgloss.
9980 * Makefile.in: Regenerate.
9981
862fced8
DD
99822003-05-21 DJ Delorie <dj@redhat.com>
9983
9984 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9985 * Makefile.in: Regenerate.
9986
fc351800
ILT
99872003-05-20 Ian Lance Taylor <ian@airs.com>
9988
9989 * MAINTAINERS: Update my e-mail address.
9990
7e2dbcef
NN
99912003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9992
9993 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 9994 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
9995 Factor out common code from autogen IF statements.
9996 * configure: Regenerate.
9997 * Makefile.in: Regenerate.
9998
f2a0e225
KC
99992003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10000
10001 * configure.in: Accept i[3456789]86 for machine type.
10002 * configure: Regenerate.
10003
8b87bb96
NN
100042003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10005
10006 * configure.in: Switch more things to use maybe dependencies.
10007 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10008 * configure: Regenerate.
10009 * Makefile.tpl: Switch more things to use maybe dependencies.
10010 * Makefile.in: Regenerate.
10011
fdb882bc 100122003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
10013
10014 * Makefile.tpl (install-opcodes): Define.
10015 * Makefile.in: Rebuild.
10016
f7c50032
AJ
100172003-05-13 Andreas Jaeger <aj@suse.de>
10018
10019 * config.guess: Update to 2003-05-09 version.
10020 * config.sub: Update to 2003-05-09 version.
10021
dce2d8b2 100222003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
10023
10024 * configure.in: Correct sed script so that options in quotes are not
10025 deleted.
10026 * configure: Rebuild.
10027
aa8f1f57
CV
100282003-05-12 Corinna Vinschen <corinna@vinschen.de>
10029
10030 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10031 and $$s/newlib/libc/sys/cygwin32 include paths.
10032 * configure: Ditto.
10033
0c130f81
MM
100342003-05-12 Michael Meissner <gnu@the-meissners.org>
10035
10036 * MAINTAINERS: Update my email addresses.
10037
aa1a100b
EB
100382003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10039
10040 * config-ml.in: Propagate INSTALL variables.
f7c50032 10041
87861833
GP
100422003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10043
10044 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10045
de722255
CD
100462003-05-02 Chris Demetriou <cgd@broadcom.com>
10047
6eb95e99
ZW
10048 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10049 * Makefile.in: Regenerate.
de722255 10050
96c4a002
WB
100512003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10052
10053 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10054
55b15a11
WB
100552003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10056
10057 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10058
0c227849
DJ
100592003-04-27 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10062 * Makefile.in: Regenerated.
10063
d45148c1
WB
100642003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10065
10066 * MAINTAINERS (Write After Approval): Upgrade myself from
10067 GNATS only to write-after-approval. Update my mail address.
10068
dce2d8b2 100692003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
10070
10071 (OS Port Maintainers: freebsd): Add myself.
10072
438f50c3
MM
100732003-04-22 Mark Mitchell <mark@codesourcery.com>
10074
10075 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10076
9074e169
KJ
100772003-04-22 Kean Johnston <jkj@sco.com>
10078
10079 * MAINTAINERS (SCO ports): Added myself.
10080
dfd39a2e
NS
100812003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10082
10083 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10084
ccbae82a
KJ
100852003-04-19 Kean Johnston <jkj@sco.com>
10086
10087 * MAINTAINERS (Write After Approval): Add myself.
10088
2f50999f
GP
100892003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10090
10091 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10092 * Makefile.in: Regenerate.
10093
e9b84181
JJ
100942003-04-18 Jakub Jelinek <jakub@redhat.com>
10095
10096 * configure.in (powerpc64*-*-linux*): Remove.
10097 * configure: Rebuilt.
10098
1ca4c6e1
PE
100992003-04-17 Phil Edwards <pme@gcc.gnu.org>
10100
10101 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10102 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10103 and restrap.
10104 * Makefile.in: Regenerate.
10105
0590b963
RE
101062003-04-16 Richard Earnshaw <rearnsha@arm.com>
10107
10108 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10109 * configure: Regenerated.
10110
ff41a56f
DD
101112003-04-15 DJ Delorie <dj@redhat.com>
10112
10113 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10114
50d440bc
NC
101152003-04-13 Nick Clifton <nickc@redhat.com>
10116
10117 * config-ml.in: Remove support for --disable-aix removing
10118 call-aix multilibs.
10119
b1e0a93e
AO
101202003-04-10 Alexandre Oliva <aoliva@redhat.com>
10121
10122 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10123 * */configure: Rebuilt.
10124
71fb704d
JS
101252003-04-08 Joel Sherrill <joel@oarcorp.com>
10126
10127 * MAINTAINERS: Add my email address.
10128
3897ea90
OH
101292003-03-17 Olivier Hainque <hainque@act-europe.fr>
10130
10131 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 10132
93c834b7
NN
101332003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10134
10135 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10136 * Makefile.in: Regenerate.
10137
82c34dcb
MC
101382003-03-14 Michael Chastain <mec@shout.net>
10139
10140 * Makefile.in: Regenerate with correct Makefile.def.
10141
73458fb7
NN
101422003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10143
10144 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10145 Make macro.
10146 * Makefile.in: Regenerate.
10147 * configure.in: Clean up gxx_include_dir logic.
10148 * configure: Regenerate.
10149
32cf27e5
AE
101502003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10151
10152 * MAINTAINERS (Write After Approval): Add myself.
10153
c727e7a0
BE
101542003-03-10 Ben Elliston <bje@wasabisystems.com>
10155
10156 * MAINTAINERS: Update my mail address.
10157
9a27ac7a
FS
101582003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10159
10160 * configure.in (gxx_include_dir): Fix typo.
10161 * configure: Regenerated.
10162
3aa83176
NN
101632003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10164
10165 * Makefile.tpl: Reindent.
10166 * Makefile.in: Regenerate.
10167 * configure.in: Reindent. Don't set unused variables.
10168 * configure: Regenerate.
10169
9124bc53
DJ
101702003-03-04 Daniel Jacobowitz <drow@mvista.com>
10171
10172 * configure.in: Include $(build_tooldir)/sys-include in
10173 FLAGS_FOR_TARGET.
10174 * configure: Regenerated.
10175
cb543528
NN
101762003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10177
c858bf1e
NN
10178 * Makefile.tpl: Always pass down RANLIB.
10179 * Makefile.in: Regenerate.
10180
aa9c3ab4
NN
10181 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10182 * Makefile.in: Regenerate.
10183 * configure.in: Remove unused logic relating to --enable-shared
10184 and --enable-threads. Remove bogus comments. Remove redundant
10185 noconfigdirs.
10186 * configure: Regenerate.
10187
cb543528
NN
10188 * configure.in: Replace ${libstdcxx_version} by its value.
10189 Remove reference to mh-dgux.
10190 * configure: Regenerate.
10191
53f70c1b
KB
101922003-03-03 Kevin Buettner <kevinb@redhat.com>
10193
10194 * MAINTAINERS (Write After Approval): Add myself.
10195
df0f0674
NN
101962003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10197
10198 * Makefile.tpl: Rearrange.
10199 * Makefile.in: Regenerate.
10200
dce2d8b2 102012003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
10202
10203 * configure.in: Add support for kaOS as cross build target system.
10204 * configure: Regenerated.
10205
a7a287eb
SB
102062003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10207
10208 * MAINTAINERS (Write after approval): Add myself.
10209
ff00c8a2
JW
102102003-02-21 James E Wilson <wilson@tuliptree.org>
10211
10212 * MAINTAINERS: Update my email address.
10213
abb2db7a
ZW
102142003-02-21 Zack Weinberg <zack@codesourcery.com>
10215
10216 * MAINTAINERS: Add self to blanket write privs. section.
10217
e9f2dc3b
SM
102182003-02-20 Sean McNeil <sean@blue.mcneil.com>
10219
10220 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10221 configure-target-* as some target builds may require additional
10222 flags for preprocessor tests.
10223 * Makefile.in: Regenerated.
10224
ee03dc5e
AO
102252003-02-19 Alexandre Oliva <aoliva@redhat.com>
10226
11856278
AO
10227 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10228 * ltconfig: Handle it.
10229 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10230 auto-detecting it.
10231
274aef32
AO
10232 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10233 it is used as argument to $CC.
10234 * ltcf-gcj.sh: Likewise.
10235
ee03dc5e
AO
10236 * configure.in: Introduce --enable-maintainer-mode.
10237 * configure: Rebuilt.
10238 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10239 for maintainer mode.
10240 * Makefile.in: Rebuilt.
10241
30db8e17
JM
102422003-02-18 Jason Merrill <jason@redhat.com>
10243
10244 * Makefile.tpl (check-c++): Allow parallelism.
10245
cab60ac6
GP
102462003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10247
10248 * MAINTAINERS: Remove John Carr (who never actually had access to
10249 gcc.gnu.org).
10250
c8e5d1af
GK
102512003-02-15 Geoffrey Keating <geoffk@apple.com>
10252
10253 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10254 don't configure target-libobjc.
10255 * configure: Regenerate.
10256
70f91f50
RO
102572003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10258
10259 * Makefile.tpl (RANLIB): Define.
10260 * Makefile.in: Regenerate.
10261
669e9062
LB
102622003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10263
10264 * MAINTAINERS: Update my email.
abb2db7a 10265
61b56b2e
KS
102662003-02-06 Keith R Seitz <keiths@redhat.com>
10267
10268 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10269 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10270 * Makefile.in: Regenerated.
10271 * configure.in: Remove all traces of snavigator, db, and grep.
10272 * configure: Regenerated.
10273
a1ba6e15
GP
102742003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10275
10276 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10277 After Approval.
10278
f5f2cce5
CC
102792003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10280
10281 * MAINTAINERS (Write after approval): Add myself.
10282
ba49f6f1
FCE
102832003-01-31 Frank Ch. Eigler <fche@redhat.com>
10284
10285 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10286 * Makefile.in: Regenerated.
10287
ccf9f10c
RS
102882003-01-30 Roger Sayle <roger@eyesopen.com>
10289
10290 * config.guess: Updated to 2003-01-30's version.
10291 * config.sub: Updated to 2003-01-28's version.
10292
a693735b
AO
102932003-01-30 Alexandre Oliva <aoliva@redhat.com>
10294
10295 * config.if: If gcc_version is already set, just use it. Don't set
10296 gcc_version_trigger if it's already set, otherwise set it to
10297 gcc/version.c, but only if the file exists. If it is not set and
10298 gcc/version.c does not exist, try to extract the version number from
10299 $CC.
10300
204c43d6
AT
103012003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10302
abb2db7a 10303 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 10304
842e91ec
PE
103052003-01-27 Phil Edwards <pme@gcc.gnu.org>
10306
10307 * configure.in: Revert 24Jan change.
10308 * configure: Regenerate.
10309
6b99984e
GP
103102003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10311
10312 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10313 entry of HJ Lu.
10314
806e0935
NN
103152003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10316
10317 * configure.in: Revert previous change.
10318 * configure: Regenerate.
10319
307a9864
NN
103202003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10321
10322 * configure.in: Make rda native-only.
10323 * configure: Regenerate.
10324
02ba6302
VR
103252003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10326
10327 * MAINTAINERS: Move myself from GNATS-only-accounts to
10328 write-after-approval.
10329
77d187bc
NN
103302003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10331
10332 * configure.in: Add missing \.
10333 * configure: Rebuilt.
10334
a94a2d4c
JJ
103352003-01-17 Jakub Jelinek <jakub@redhat.com>
10336
10337 * configure.in (baseargs): Avoid using \| in sed regular
10338 expressions.
10339 * configure: Rebuilt.
10340
73f84924
JJ
103412003-01-16 Jakub Jelinek <jakub@redhat.com>
10342
10343 * configure.in (baseargs): Remove all supported forms of
10344 --cache-file, --srcdir, --host, --build and --target options
10345 from argument lists.
10346 * configure: Rebuilt.
10347
8c12fc63
JZ
103482003-01-15 Josef Zlomek <zlomekj@suse.cz>
10349
10350 * MAINTAINERS: Add myself to write-after-approval list.
10351
7c005a3a
AO
103522003-01-15 Alexandre Oliva <aoliva@redhat.com>
10353
10354 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10355 * configure: Rebuilt.
10356
3dfabf63
NN
103572003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10358
10359 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10360 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10361 * Makefile.in: Regenerate.
10362 * configure: Regenerate.
10363
cf53ae10
AO
103642003-01-09 Alexandre Oliva <aoliva@redhat.com>
10365
10366 * configure.in: Remove Makefile in build, host and target modules
10367 unless configure was run with --no-recursion.
10368 * configure: Rebuilt.
10369
3fbe8e4a
CC
103702003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10371
10372 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10373 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10374 * Makefile.in: Regenerate.
10375
66e2aa7d
CD
103762003-01-08 Chris Demetriou <cgd@broadcom.com>
10377
10378 * config.guess: Update to 2003-01-03 version.
10379 * config.sub: Update to 2003-01-03 version.
10380
b5038cfb
CF
103812003-01-07 Christopher Faylor <cgf@redhat.com>
10382
10383 * configure: Regenerate with proper autoconf 2.13.
10384
d02c69be
CF
103852003-01-07 Christopher Faylor <cgf@redhat.com>
10386
10387 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 10388 * configure: Regenerate.
d02c69be 10389
e914a571
AC
103902003-01-06 Andrew Cagney <ac131313@redhat.com>
10391
10392 * configure.in (GDB_TK): Add tcl directories conditional on
10393 gdb/gdbtk directory being present.
10394 * configure: Regenerate.
abb2db7a 10395
dce2d8b2 103962003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 10397
dce2d8b2
EB
10398 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10399 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
10400 * configure: Rebuilt.
10401
89a7012a
TT
104022002-12-31 Tom Tromey <tromey@redhat.com>
10403
10404 * Makefile.in: Rebuilt.
10405 * Makefile.def (target_modules) [libffi]: Allow installation.
10406
3f4f56e2
AS
104072002-12-31 Andreas Schwab <schwab@suse.de>
10408
10409 * configure.in: Fix use of $program_transform_name.
10410 * configure: Regenerated.
10411
6c1b8d0a
DJ
104122002-12-30 Daniel Jacobowitz <drow@mvista.com>
10413
10414 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 10415 * configure: Regenerated.
6c1b8d0a 10416
c5120911
AO
104172002-12-29 Alexandre Oliva <aoliva@redhat.com>
10418
10419 * Makefile.tpl (local-distclean): Don't remove...
10420 (multilib.ts): ... this. Moved into...
10421 (multilib.out): ... this. Don't use sub-make.
10422 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10423 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10424 (configure-build-[+module+], configure-[+module+],
10425 configure-target-[+module+], configure-gcc): ... these. Test
10426 for Makefile existence. Drop config.status from dependencies.
10427 * Makefile.in: Rebuilt.
10428 * configure.in: Move gcc-version-trigger to the end of
10429 ac_configure_args. Add comments to maybedep.tmp and
10430 serdep.tmp. Introduce --disable-serial-configure. Remove
10431 nonopt from baseargs, matching and removing corresponding
10432 whitespace while at it.
10433 * configure: Rebuilt.
10434
e245b0ea
AO
104352002-12-28 Alexandre Oliva <aoliva@redhat.com>
10436
903de295
AO
10437 * configure.in (host_configargs): Replace reference to
10438 no-longer-defined buildopts with --build=${build_alias}.
10439 * configure: Rebuilt.
10440
e245b0ea
AO
10441 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10442 program_transform_name to standard idiom.
10443 (AUTOGEN, AUTOCONF): Define.
10444 (Makefile.in): Use $(AUTOGEN).
10445 (Makefile): Depend on config.status, and use autoconf-style rule to
10446 build it. Move original commands to...
10447 (config.status): ... this new target.
10448 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10449 $(AUTOCONF).
10450 * Makefile.in: Rebuilt.
10451
671aa708
NN
104522002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10453
53fbfb58
NN
10454 * Makefile.tpl: Fix dramatic bustage due to change in
10455 program_transform_name.
10456 * Makefile.in: Regenerate.
10457
10458 * configure.in: Remove unnecessary PATH setting.
10459 * configure: Regnerate.
10460
10461 * configure.in: Don't default to unprefixed tools unless
10462 the native tools will work.
10463 * configure: Regenerate.
10464
671aa708
NN
10465 * configure.in: Convert to autoconf script. Blow away lots
10466 of now-redundant Makefile fragments.
10467 * configure: Generate using Autoconf.
10468 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10469 * Makefile.in: Regenerate.
10470
57f40826
NN
104712002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10472
3fedb745
NN
10473 * configure: Fix stupid bug where RANLIB was mistakenly included.
10474
abb2db7a 10475 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
10476 (build_configargs, host_configargs, target_configargs).
10477
10478 * configure.in: Move logic out of sed statement.
10479
abb2db7a 10480 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
10481 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10482
315fa0f4
SS
104832002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10484
10485 * config.sub: Import from master repository
10486 * config.guess: Ditto
10487
45aff44f
AS
104882002-12-24 Andreas Schwab <schwab@suse.de>
10489
10490 * Makefile.tpl (multilib.out): Fix missing space.
10491 * Makefile.in: Regenerate.
10492
88b5521b
NN
104932002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10494
10495 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10496 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10497 * Makefile.in: Regenerate.
10498 * configure.in: Remove unnecessary leftovers.
10499
2a726918
GK
105002002-12-21 Geoffrey Keating <geoffk@apple.com>
10501
10502 * configure.in (extra_ranlibflags_for_target): New variable.
10503 (*-*-darwin): Add -c to ranlib commands.
10504 * configure (tooldir): Handle extra_ranlibflags_for_target.
10505
aace3269 105062002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
10507
10508 * Makefile.tpl: Revert HJL's change.
10509 * Makefile.in: Regenerated.
10510 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10511 always.
10512
f0895142
AS
105132002-12-19 Andreas Schwab <schwab@suse.de>
10514
10515 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10516 * Makefile.in: Regenerate.
10517
dce2d8b2 105182002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
10519
10520 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10521 * Makefile.in: Regenerated.
10522
10523 * configure.in (build_prefix): New. Substitute.
10524
212f6dd0
NN
105252002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10526
79308c5d
NN
10527 * Makefile.tpl: Don't let real targets depend on phony targets.
10528 * Makefile.in: Regenerate.
10529
212f6dd0
NN
10530 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10531 * Makefile.in: Regenerate.
10532
ab17919f
SS
105332002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10534
10535 * config.sub: Import from master repository
10536 * config.guess: Ditto
10537
5ecf91d1
JM
105382002-12-16 Jason Merrill <jason@redhat.com>
10539
10540 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10541 previous 'make bootstrap'.
10542 * Makefile.in: Regenerate.
10543
d8437e1b
HPN
105442002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10545
10546 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10547
4977bab6
ZW
105482002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10549
10550 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10551 * Makefile.in: Regenerate.
10552
0edcfdcb
JM
105532002-12-13 Jason Merrill <jason@redhat.com>
10554
6248218a 10555 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
10556 library tests.
10557 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
10558 * Makefile.in: Regenerate.
10559
4977bab6
ZW
105602002-12-12 Alexandre Oliva <aoliva@redhat.com>
10561
10562 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10563 * Makefile.in: Rebuilt.
10564
f87505dd
AO
105652002-12-12 Alexandre Oliva <aoliva@redhat.com>
10566
10567 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10568
4977bab6
ZW
105692002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10570
10571 * configure: Fix bug put in by gremlins.
10572
10573 * Makefile.tpl: Substitute more autoconfily.
10574 * configure: Substitute more autoconfily.
10575 * Makefile.in: Regenerate.
10576
7f0db92a
SS
105772002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10578
10579 * config.sub: Import from master repository
10580 * config.guess: Ditto
10581 * MAINTAINERS: Added Svein Seldal under write after approval
10582
4977bab6
ZW
105832002-12-08 Andrew Cagney <ac131313@redhat.com>
10584
10585 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10586 * Makefile.in (all-sim): Ditto.
10587
105882002-12-06 DJ Delorie <dj@redhat.com>
10589
10590 * Makefile.tpl: Change configure dependencies to not have real
10591 targets depend on phony targets.
10592
105932002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10594
10595 * configure.in: Revert unintentional change.
10596
10597 * Makefile.tpl: Change dependency for */multilib.out so that
10598 it works when gcc isn't in the tree.
10599
10600 * configure.in: Substitute more.
10601 * configure: Run subconfigures from the Makefile.
10602 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10603 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10604
67f1b906
GP
106052002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10606
10607 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10608
4977bab6
ZW
106092002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10610
10611 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10612 and corresponding dependencies.
10613 * Makefile.in: Regenerate.
10614
10615 * configure.in (host_tools): Order binutils, gas and ld for
10616 convenience in running the testsuites.
10617
10618 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10619 * Makefile.in: Regenerate.
10620 * configure.in: Introduce rules to serialize subconfigure runs.
10621
10622 * configure.in: Introduce BASE_CC_FOR_TARGET.
10623 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10624 Realize configure-build-* targets. Realize configure-target-* targets.
10625 * Makefile.in: Regenerate.
10626
106272002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10628
10629 * configure: Move gcc_version_trigger stuff from here...
10630 * configure.in: ...to here.
10631
10632 * configure.in: Separate subconfigure options added by this file from
10633 options given by the user. Add machinery to put args for host
10634 subconfigures into the Makefile.
10635
10636 * Makefile.tpl: Remove 'vault' targets.
10637 * Makefile.tpl: Reorder and comment dependencies.
10638 * Makefile.in: Regenerate.
10639
106402002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10641 * configure.in: Fix my broken commit of previous patch. (sigh)
10642
743f054e
GK
106432002-11-28 Geoffrey Keating <geoffk@apple.com>
10644
10645 * configure.in: Move host-specific darwin noconfigdirs into
10646 the host-specific section.
10647
4977bab6
ZW
106482002-11-28 Geoffrey Keating <geoffk@apple.com>
10649
10650 * configure.in: Move host-specific darwin noconfigdirs into
10651 the host-specific section.
10652
106532002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10654
10655 * configure: Remove skip-this-dir support.
10656 * Makefile.tpl: Remove skip-this-dir support.
10657
10658 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10659 subdirectories.
10660 * Makefile.in: Regenerate.
10661
10662 * Makefile.tpl: Strip out useless setting of 'dir'.
10663 * Makefile.in: Regenerate.
10664
106652002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10666
10667 * configure.in: Fix deeply stupid bug.
10668
10669 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10670 shell code in CXX_FOR_TARGET
10671 * Makefile.def: Introduce raw_cxx.
10672 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10673 RAW_CXX_FOR_TARGET.
10674 * Makefile.in: Regenerate.
10675
106762002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10677
10678 * Makefile.tpl: Remove unnecessary ifs.
10679 * Makefile.in: Regenerate.
10680
10681 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10682 dependencies. Maybe-ize build-libiberty. Create dummy install
10683 targets for 'no_install' modules.
10684 * configure: Move GDB_TK substitution to configure.in. Move
10685 build_modules stuff to configure.in.
10686 * configure.in: Implement soft dependency machinery. Maybe-ize
10687 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10688 * Makefile.in: Regenerate.
10689
106902002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10691
10692 * Makefile.tpl: Make all-target, install-target behave similarly
10693 to all, install (only hitting configured targets). Eliminate
10694 unused macro defintions.
10695
10696 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10697 build != host.
10698
10699 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10700
10701 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10702
10703 * configure.in: Produce lists of subdir targets we're actually
10704 configuring. Remove references to "dosrel".
10705 * Makefile.tpl: Let configure set which subdir targets are hit.
10706 Remove install-cross; clean up install; remove ALL. Remove
10707 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10708 Autogenerate host module targets. Remove empty dependency lines
10709 and redundant dependency; rearrange slightly.
10710 * Makefile.def: Add host-side libtermcap, utils.
10711
10712 * Makefile.in: Regenerate.
10713
e6226a2f
RO
107142002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10715
10716 * ltconfig (osf[345]): Append $major to soname_spec.
10717 Reflect this in library_names_spec.
10718 * ltmain.sh (osf): Prefix $major with . for use as extension.
10719
3b75d237
AJ
107202002-11-19 Andreas Jaeger <aj@suse.de>
10721
10722 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10723 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10724 and sparc64 GNU/Linux systems.
10725
809108de
NS
107262002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10727
10728 * MAINTAINERS: Update email.
10729
e7e0de7e
GP
107302002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10731
10732 * MAINTAINERS: Complete James Dennett's entry.
10733
f7109dea
EB
107342002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10735
10736 * MAINTAINERS (Write After Approval): Add myself.
10737
d3ac17c9
BK
107382002-11-13 Bruce Korb <bkorb@gnu.org>
10739
10740 * Makefile.tpl: syntactic cleanup
10741
dce2d8b2 107422002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
10743
10744 * MAINTAINERS: Add myself to write-after-approval list.
10745
4977bab6
ZW
107462002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10747
10748 * Makefile.def: Add list of recursive targets to autogenerate.
10749 Add build_modules.
10750 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10751 targets. Autogenerate *-build-* targets.
10752 * Makefile.in: Regenerate.
10753
107542002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10755
10756 * configure: More autoconf-style substitutions.
10757 * Makefile.tpl: More autoconf-style substitutions.
10758 * Makefile.in: Regenerate.
10759
107602002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10761
10762 * configure: Substitute more variables in a more autoconf-friendly
10763 way. Simplify slightly.
10764 * Makefile.tpl: Make more variables substitutable in an
10765 autoconf-friendly way.
10766 * Makefile.in: Regenerate.
10767
d4783999
JW
107682002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10769
10770 * MAINTAINERS (Write After Approval): Add myself.
10771
4977bab6
ZW
107722002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10773
10774 * configure.in (v810*): Remove special setting of tools.
10775
10776 * configure: Add support for extra required flags for ar or nm.
10777 * configure.in (aix4.3+): Use above support for target-specific
10778 issues, rather than using config/mt-aix43.
10779
107802002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10781
10782 * configure: Remove 'removing', which doesn't work. Replace $subdir
10783 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10784 with $srcdir. Reformat indentation. Substitute some variables
10785 formerly hard-coded in the Makefile for build=host.
10786 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10787 * Makefile.def: Autogenerate more.
10788 * Makefile.in: Regenerate.
10789
1c9c903e
AN
107902002-11-04 Adam Nemet <anemet@lnxw.com>
10791
10792 * MAINTAINERS (Write After Approval): Add myself.
10793
40673d2b
KB
107942002-11-04 Kevin Buettner <kevinb@redhat.com>
10795
10796 * Makefile.def (host_modules): Add rda.
10797 * Makefile.in: Regenerate.
10798 * configure.in (target_tool): Add target-rda to list.
10799
42e650ae
GP
108002002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10801
10802 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10803
e004b81f
PE
108042002-10-25 Phil Edwards <pme@gcc.gnu.org>
10805
10806 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10807 and restrap targets to this rule.
10808 * Makefile.in: Regenerate.
10809
06bd49b1
GP
108102002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10811
10812 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10813 GNATS only accounts.
10814
d0af82b0
HPN
108152002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10816
10817 * configure.in (i[3456]86-*-linux*): Add check to disable
10818 ${libgcj} for glibc1.
10819
10782654
DC
108202002-10-24 Denis Chertykov <denisc@overta.ru>
10821
10822 * MAINTAINERS: Add myself as ip2k port maintainer.
10823
a5a438f5
SS
108242002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10825
10826 * configure.in: Add tic4x target.
10827
fe3d5b7f
NN
108282002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10829
aba8a494
NN
10830 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10831 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10832 * Makefile.in: Regenerate.
10833
fe3d5b7f
NN
10834 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10835 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10836 * Makefile.in: Regenerate.
10837
a6ad79e7
JJ
108382002-10-02 Janis Johnson <janis187@us.ibm.com>
10839
10840 * MAINTAINERS: Add myself as web pages co-maintainer.
10841
6a8a9058
NN
108422002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10843
10844 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10845 * Makefile.in: Regenerate.
10846
327d975a
ZW
108472002-10-02 Zack Weinberg <zack@codesourcery.com>
10848
10849 * MAINTAINERS: Add myself and Nathan Sidwell
10850 <nathan@codesourcery.com> as VxWorks maintainers.
10851
a5ae8f19 108522002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
10853
10854 * Makefile.def: Remove order dependency comments.
10855 * Makefile.tpl: Add explicit install-install dependencies.
10856 * Makefile.in: Regenerate.
d0f6c823 10857
34c6040c 10858 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 10859 * Makefile.in: Regenerate.
34c6040c 10860
d0f6c823
NN
10861 * Makefile.tpl: Add configure-target (for src-release in src)
10862 * Makefile.in: Regenerate.
10863
50bd210b
NC
108642002-09-30 Nick Clifton <nickc@redhat.com>
10865
10866 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10867
ca25149e
UW
108682002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10869
10870 * configure.in (s390*-*-linux*): Enable libgcj.
10871
dd30b57d
NN
108722002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10873
9e60a678
NN
10874 * configure: Revert accidentally applied changes.
10875
dd30b57d
NN
10876 * Makefile.tpl: Make more autoconf-friendly.
10877 * Makefile.in: Regenerate.
10878 * configure: Make substitution more autoconf-like.
10879
5831424e
RE
108802002-09-28 Richard Earnshaw <rearnsha@arm.com>
10881
10882 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10883 single entry to handle all these.
10884 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10885 libjava on arm-*-elf.
10886
b7f3b15b
GK
108872002-09-27 Geoffrey Keating <geoffk@apple.com>
10888
10889 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10890 things that depend on them.
10891
0dffceed
NN
108922002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10893
10894 * Makefile.tpl: Make subsituted variables more autoconfy.
10895 * Makefile.in: Regenerate.
10896 * configure: Make seds more autoconfy.
10897
1db75a86 108982002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
10899
10900 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10901 * Makefile.in: Regenerate.
10902 * configure.in: Rewrite sed statements to look autoconfy.
10903
1db75a86
NN
10904 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10905 all-target-foo on configure-target-foo.
10906 * Makefile.def: Ditto.
10907 * Makefile.in: Rebuild.
10908
741a4e89
AH
109092002-09-25 Andrew Haley <aph@redhat.com>
10910
10911 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10912
95ddd785
NN
109132002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10914
10915 * Makefile.def: New file.
10916 * Makefile.tpl: New file.
10917 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10918 * contrib/gcc_update: Note that Makefile.in is a generated file.
10919
10920 * configure.in: Minor rearrangement. Simplify tests.
10921
65a824f6
JT
109222002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10923
10924 * configure.in (with_headers): Skip copy if value is "yes".
10925 (with_libs): Likewise.
10926
51270f0a 109272002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
10928
10929 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10930 * configure.in (sh*-*-pe*): Ditto.
10931 * configure.in (mips*-*-pe*): Ditto.
10932 * configure.in (*arm-wince-pe): Ditto.
10933
8f89dbf4
NN
10934 * configure.in: Rearrange.
10935
c1b8db3f
KH
109362002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10937
10938 * MAINTAINERS: Update my email address.
10939
341f0575
PK
109402002-08-30 Paul Koning <pkoning@equallogic.com>
10941
10942 * MAINTAINERS: (Write After Approval): Add myself.
10943
d2e06980
GK
109442002-08-29 Geoffrey Keating <geoffk@redhat.com>
10945
10946 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10947
4906d5d8
GK
109482002-08-24 Geoffrey Keating <geoffk@redhat.com>
10949
10950 * MAINTAINERS: Change my mailing address.
10951
e9a25cc8
PC
109522002-08-21 Paolo Carlini <pcarlini@unitus.it>
10953
10954 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 10955 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 10956
dce2d8b2 109572002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
10958
10959 * MAINTAINERS (Write After Approval): Remove myself.
10960 (Various Maintainers: c++ runtime libs): Add myself.
10961
5ce6f47b
EC
109622002-08-15 Eric Christopher <echristo@redhat.com>
10963
10964 * config.sub: Import from master repository.
10965 * config.guess: Ditto.
10966
7f9317f0
AO
109672002-08-19 Alexandre Oliva <aoliva@redhat.com>
10968
10969 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10970 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10971 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10972
7aecca3d
AH
109732002-08-16 Aldy Hernandez <aldyh@redhat.com>
10974
10975 * MAINTAINERS: Add self to rs6000 vector extensions.
10976
8ea4b195
AO
109772002-08-15 Alexandre Oliva <aoliva@redhat.com>
10978
10979 * libiberty/configure: Reverted unintended yesterday's check in.
10980
f5cc59a7
AO
109812002-08-14 Alexandre Oliva <aoliva@redhat.com>
10982
10983 * boehm-gc/configure, libf2c/configure: Rebuilt.
10984 * libffi/configure, libiberty/configure: Ditto.
10985 * libjava/configure, libobjc/configure: Ditto.
10986 * libstdc++-v3/configure, zlib/configure: Ditto.
10987 Merged from binutils:
10988 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10989 From Steve Ellcey <sje@cup.hp.com>:
10990 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10991 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10992 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10993 IA64.
10994 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10995 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10996 soname_spec, sys_lib_search_path_spec): Ditto.
10997
dce2d8b2 109982002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
10999
11000 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11001
2ff34870
L
110022002-08-04 H.J. Lu (hjl@gnu.org)
11003
11004 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11005
a014f2fe
KW
110062002-08-02 Krister Walfridsson <cato@df.lth.se>
11007
11008 * MAINTAINERS (Write After Approval): Add myself.
11009
c01d477a
AM
110102002-07-31 Alan Modra <amodra@bigpond.net.au>
11011
11012 * configure.in: Move generic linux case to end. Copy generic
11013 linux noconfigdirs to mips*-*-linux* entry and new
11014 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11015
68cd2524
MM
110162002-07-19 Michael Matz <matz@suse.de>
11017
11018 * MAINTAINERS: Add myself as ra* maintainer.
11019
e2d83b8c
CD
110202002-07-16 Chris Demetriou <cgd@broadcom.com>
11021
11022 * config.guess: Update to 2002-07-09 version.
11023 * config.sub: Update to 2002-07-03 version.
11024
cece4f1d
HPN
110252002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11026
11027 * MAINTAINERS: Fix typo in a maintainer email address.
11028
bb654703
NN
110292002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11030
11031 * configure.in: Remove two redundant tests.
11032
789b7de5
RO
110332002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11034
11035 * configure.in (mips*-*-irix6*o32): Enable stabs.
11036
e1da1089
NN
110372002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11038
f3970bba
NN
11039 * configure.in: Don't build grez.
11040 * Makefile.in: Ditto.
11041
e1da1089
NN
11042 * Makefile.in: Remove references to bsp, cygmon, libstub.
11043 * configure.in: Ditto.
11044
11045 * configure.in: Remove leftover reference to gdbtest.
11046
57c905fa
PE
110472002-07-08 Phil Edwards <pme@gcc.gnu.org>
11048
11049 * configure.in (gxx_include_dir): Change to match versioned
11050 C++ headers if --enable-version-specific-runtime-libs is used.
11051
a0af94a7 110522002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 11053
a0af94a7
SE
11054 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11055
423ce3eb
NN
110562002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11057
11058 * configure.in: Make --without-x work.
11059
98186934
NN
110602002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11061
c3b7d169
NN
11062 * configure.in: Rearrange target Makefile fragment collection.
11063
98186934
NN
11064 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11065 cvs[src].
11066 * configure.in: Ditto.
11067
eebd288a
MK
110682002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11069
11070 * MAINTAINERS (Write After Approval): Update my e-mail address.
11071
3ab36f05
NN
110722002-06-24 Ben Elliston <bje@redhat.com>
11073
11074 * configure.in (host_tools): Remove cgen.
11075
11076 * Makefile.in (all-cgen): Remove; runs from its source directory.
11077 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 11078 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
11079 (all-sim): Likewise.
11080
dce2d8b2 110812002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
11082
11083 * Makefile.in: Eliminate 'apache' targets.
11084 * configure.in: Eliminate 'apache' targets.
11085
55380b08
NN
11086 * configure.in: Eliminate redundant tests. Reorganize.
11087
9a5c1b9d
NN
11088 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11089
5fd3853a
NN
11090 * config-ml.in: Eliminate references to Cygnus configure.
11091
cfefc434
NN
11092 * Makefile.in: Eliminate references to building emacs.
11093
2fe93885
GS
110942002-06-28 Graham Stott <graham.stott@btinternet.com>
11095
11096 * MAINTAINERS: Update my email address.
11097
53c40185
BK
110982002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11099
11100 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 11101 (cxx_incdir): Remove.
53c40185 11102
97679694
NN
111032002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11104
11105 * MAINTAINERS (Write After Approval): Add self.
11106
b03bcd37
DC
11107Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11108
11109 * configure.in: Add support for ip2k.
11110
6bd12129
NN
111112002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11112
11113 * configure.in: Fix AIX configury bug.
11114
e0d98a92
SE
111152002-06-20 Steve Ellcey <sje@cup.hp.com>
11116
11117 * MAINTAINERS (Write After Approval): Add self.
11118
ba3292db
NN
111192002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11120
ef40bc65
NN
11121 * configure.in: replace ${topsrcdir} with ${srcdir}
11122
7a0be465
NN
11123 * configure.in: Move definition of libstdcxx_flags
11124 right above usage, rather than waaay earlier.
11125
e1848dde
NN
11126 * configure.in: Pull definition of is_cross_compiler earlier.
11127
8bc2fff1
NN
11128 * configure.in: Rearrange a little.
11129
ba3292db
NN
11130 * configure.in: Remove references to librx.
11131 * Makefile.in: Remove references to librx.
11132
11d8b408
DC
11133Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11134
11135 * config.sub: Add support for avr target.
11136 Import from master sources, rev 1.255
5ce6f47b 11137
93da8339
PE
111382002-06-19 Phil Edwards <pme@gcc.gnu.org>
11139
11140 * configure, .cvsignore: Revert previous change...
11141 * Makefile: ...delete.
11142
b4caab5c
NN
111432002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11144
11145 * configure.in: Eliminate ${gasdir} variable.
11146
ee777171
DB
111472002-06-18 Dave Brolley <brolley@redhat.com>
11148
11149 * configure.in: Add support for frv.
11150 * config.sub: Add support for frv.
11151
26e4af54
PE
111522002-06-18 Phil Edwards <pme@gcc.gnu.org>
11153
11154 * configure: Remove garbage from previous commit.
11155
bb20b7da
PE
111562002-06-18 Phil Edwards <pme@gcc.gnu.org>
11157
11158 * configure: For in-source builds, make a subdir and re-exec there.
11159 * Makefile: New file. Pass targets through to build directory.
11160 * .cvsignore: No longer ignore "Makefile".
11161
9d321f6c
DR
111622002-06-16 Douglas Rupp <rupp@gnat.com>
11163
11164 * MAINTAINERS (Write After Approval): Add self.
11165
c8eb2bc0
KG
111662002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11167
11168 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11169
f210d239
JT
111702002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11171
11172 * configure.in (vax-*-netbsd*): Re-enable gas.
11173
e9667b3c
NN
111742002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11175
efe1f357
NN
11176 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11177 BUILD_PREFIX_1, to correct nomenclature.
11178 * configure: Likewise.
11179
e9667b3c
NN
11180 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11181 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11182
fe2fe497
OH
111832002-05-31 Olaf Hering <olh@suse.de>
11184
11185 * config-ml.in: Propogate DESTDIR also.
11186
dcf7f0dd
JT
111872002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11188
11189 * configure.in (vax-*-netbsd*): Don't build gas for this
11190 platform.
11191
6ff14f32
MM
111922002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11193
11194 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11195 and libgcj for AVR.
11196
397de1ff
KK
111972002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11198
11199 * MAINTAINERS (Write After Approval): Add myself.
11200
ac30211c
JT
112012002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11202
11203 * config.guess: Update to 2002-05-22 version.
11204 * config.sub: Likewise.
11205
1e6347d8
RO
112062002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11207
11208 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11209 * config-ml.in: Likewise.
11210 * configure: Likewise.
11211 * configure.in: Likewise.
11212
e5ce1d6d
SC
112132002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11214
11215 * MAINTAINERS: Update my email address.
11216
6cdef75d
NN
112172002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11218
4a87f061
NN
11219 * configure.in: Simplify makefile fragment collection.
11220
11221 * configure.in: Remove code to build emacs.
603606e7 11222
e254d6b5
NN
11223 * configure.in : Remove --srcdir argument from targargs and buildargs
11224 (it's always overridden in the Makefile anyway). Rearrange a bit.
11225
11226 * configure: Move some logic to configure.in.
11227 * configure.in: Move some logic from configure.
6cdef75d 11228
1d6006fe
TT
112292002-05-11 Tom Tromey <tromey@redhat.com>
11230
11231 * MAINTAINERS: Reflect libgcj reality.
11232
b70b3534
FS
112332002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11234
11235 * Makefile.in: Honour DESTDIR.
11236
4434687a
MM
112372002-05-08 Mark Mitchell <mark@codesourcery.com>
11238
11239 * config.guess: Import 2002-03-20 version.
11240 * config.sub: Import 2002-04-26 version.
11241
a89e49c7
RO
112422002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11243
11244 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11245
44e55536
TJ
112462002-05-07 Tim Josling <tej@melbpc.org.au>
11247
11248 * MAINTAINERS: Add self.
11249
dce2d8b2 112502002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
11251
11252 * ltmain.sh: Detect and handle object name conflicts
11253 while piecewise linking a static library.
11254
b7c13625
AO
112552002-05-05 Alexandre Oliva <aoliva@redhat.com>
11256
11257 * configure.in (noconfigdirs): Don't disable libgcj on
11258 sparc64-*-solaris* and sparcv9-*-solaris*.
11259
4182d9fa
AO
112602002-05-03 Alexandre Oliva <aoliva@redhat.com>
11261
11262 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11263
7bebf279
TF
112642002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11265
11266 * configure.in (FLAGS_FOR_TARGET): Do not add
11267 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11268 on i[3456]86-*-linux*.
11269
9a06dc7d
TF
112702002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11271
11272 * configure.in (noconfigdirs): Replace [ ] with test.
11273
11274 * configure.in (noconfigdirs): Do not add target-newlib if
11275 target == i[3456]86-*-linux*, and host == target.
11276
a51a07fa
NN
112772002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11278
9e7facd6
DD
11279 * configure.in: delete reference to absent file
11280
aeaa0f2f
NN
11281 * configure.in: replace '[' with 'test'
11282
4bb98828
NN
11283 * configure.in: Eliminate references to gash.
11284 * Makefile.in: Eliminate references to gash.
11285
64791664
NN
11286 * configure.in: remove useless references to 'pic' makefile fragments.
11287
3ed57cf4
NN
11288 * configure.in: (*-*-windows*) Finish removing.
11289
a51a07fa
NN
11290 * configure.in: Eliminate redundant test for libgui.
11291
8552f6f1
RS
112922002-04-29 Roger Sayle <roger@eyesopen.com>
11293
11294 * MAINTAINERS: Add self and realphabetize. Update entries
11295 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11296 entry for a29k port maintainer.
11297
dce2d8b2 112982002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
11299
11300 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11301 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11302
704c9a14
NN
113032002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11304
11305 * configure.in: remove references to dead files
11306
7bff5059
MM
113072002-04-19 Mark Mitchell <mark@codesourcery.com>
11308
11309 * MAINTAINERS: Add information about purpose of this file.
11310
0c7c67f0
TT
113112002-04-18 Tom Tromey <tromey@redhat.com>
11312
11313 * configure.in: Disallow configuring libgcj when it is already
11314 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11315 Solaris 2.8 by default. For PR libgcj/6158.
11316
63501e91
NN
113172002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11318
11319 * configure.in: Move default CC setting out of config/mh-* fragments
11320 directly into here.
11321
701afd4d
NN
113222002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11323
11324 * configure.in: don't even try to configure or make a subdirectory
11325 if there's no configure script for it.
11326
07cdae91
MM
113272002-04-15 Mark Mitchell <mark@codesourcery.com>
11328
11329 * MAINTAINERS: Remove chill maintainers.
11330 * Makefile.in (CHILLFLAGS): Remove.
11331 (CHILL_LIB): Remove.
11332 (TARGET_CONFIGDIRS): Remove libchill.
11333 (CHILL_FOR_TARGET): Remove.
11334 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11335 CHILL_LIB.
11336 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11337 (CHECK_TARGET_MODULES): Likewise.
11338 (INSTALL_TARGET_MODULES): Likewise.
11339 (CLEAN_TARGET_MODULES): Likewise.
11340 (configure-target-libchill): Remove.
11341 (all-target-libchill): Remove.
11342 * configure.in (target_libs): Remove target-libchill.
11343 Do not compute CHILL_FOR_TARGET.
11344 * libchill: Remove directory.
5ce6f47b 11345
ab50d72b
DD
113462002-04-11 DJ Delorie <dj@redhat.com>
11347
11348 * Makefile.in, configure.in: Sync with binutils, entries
11349 follow...
11350
0a1e123a
DD
113512002-04-07 Andrew Cagney <ac131313@redhat.com>
11352
11353 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11354 (do-tar, do-bz2): New rules.
11355 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11356 (gdb-tar): New rule.
11357 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11358 (insight_dejagnu.tar): New rule.
11359 (insight.tar): New rule.
11360 (gdb+dejagnu.tar): New rule.
11361 (gdb.tar): New rule.
11362
ab50d72b
DD
113632002-02-01 Mo DeJong <supermo@bayarea.net>
11364
11365 * Makefile.in: Add all-tix to deps for all-snavigator
11366 so that tix is built when building snavigator.
11367
113682002-01-11 Steve Ellcey <sje@cup.hp.com>
11369
11370 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11371 ld and gdb are not supported.
11372
113732002-01-07 Mark Salter <msalter@redhat.com>
11374
11375 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11376 Allow target-libgloss to be built for arm, strongarm, and xscale.
11377
113782001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11379
11380 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11381 options for i[3456]86-pc-linux* native builds.
11382
113832001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11384
11385 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11386 files from .po files for a distribution.
11387
113882001-09-03 Jeff Holcomb <jeffh@redhat.com>
11389
11390 * configure.in: Enable libstdc++-v3 for h8300 targets.
11391
113922001-06-19 Alan Modra <amodra@bigpond.net.au>
11393
11394 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11395 version from bfd/.
11396
11397Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11398
11399 * Makefile.in (VER): When present, extract the version number from
11400 the file version.in.
11401
dce2d8b2 114022001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
11403
11404 * configure.in : enable ld for aix
11405
114062001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11407
11408 * config.guess: Add linux target for S/390.
11409
114102000-11-07 Philip Blundell <pb@futuretv.com>
11411
11412 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11413
114142000-11-03 Philip Blundell <pb@futuretv.com>
11415
11416 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11417 files.
11418
114192001-01-15 Ben Elliston <bje@redhat.com>
11420
11421 * configure.in (host_tools): Add sid.
11422 Always configure cgen.
11423
114242000-11-24 Nick Clifton <nickc@redhat.com>
11425
11426 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11427
ab50d72b
DD
114282000-08-20 Doug Evans <dje@casey.transmeta.com>
11429
11430 * Makefile.in (ALL_MODULES): Add all-cgen.
11431 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11432 (all-cgen): New target.
11433 (all-opcodes,all-sim): Depend on all-cgen.
11434 * configure.in (host_tools): Add cgen.
11435 Only configure cgen if --enable-cgen-maint.
11436
dce2d8b2 114372002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
11438
11439 * configure.in: Add *-*-freebsd* configurations.
11440
90def2b2
TT
114412002-04-08 Tom Tromey <tromey@redhat.com>
11442
11443 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11444 Fixes PR libgcj/6068.
11445
320d7e7a
KW
114462002-03-30 Krister Walfridsson <cato@df.lth.se>
11447
11448 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11449
18b467f1
RO
114502002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11451
11452 * configure.in (alpha*-dec-osf*): Enable libgcj.
11453
dce2d8b2 114542003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
11455
11456 * MAINTAINERS (Write After Approval): Add myself.
11457
56ae9405
NC
114582002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11459
11460 Fix for: PR bootstrap/3591, target/5676
11461 * configure.in (mcore-pe): Disable the configuration of
11462 libstdc++-v3 since exceptions are not supported.
11463
f18d9a0c
AG
114642002-03-20 Anthony Green <green@redhat.com>
11465
11466 * configure.in: Enable libgcj for xscale-elf target.
11467
dce2d8b2 11468Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
11469
11470 * MAINTAINERS: Update my email address.
11471
28eca9e8
AO
114722002-03-16 Alexandre Oliva <aoliva@redhat.com>
11473
11474 * ltmain.sh (relink_command): Fix typo in previous change.
11475
e67e72c7
AO
114762002-03-15 Alexandre Oliva <aoliva@redhat.com>
11477
11478 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11479 (relink_command): Added --tag flags.
11480 (mode=install): If relinking fails; error out.
11481
c2273204
RH
114822002-03-12 Richard Henderson <rth@redhat.com>
11483
11484 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11485 .NOTPARALLEL tag.
11486 (do-check): Rename from check.
11487 (check): Allow parallel check.
11488
bcb64245
BW
114892002-03-12 Bob Wilson <bob.wilson@acm.org>
11490
11491 * MAINTAINERS: Add myself as maintainer for xtensa port.
11492 Fix alphabetical order in CPU port maintainer list.
11493 Remove myself from Write After Approval list.
11494
63adb4ff
RH
114952002-03-11 Richard Henderson <rth@redhat.com>
11496
11497 * Makefile.in (.NOTPARALLEL): Add fake tag.
11498
9bec4bf0
L
114992002-03-07 H.J. Lu (hjl@gnu.org)
11500
11501 * configure.in: Enable gprof for mips*-*-linux*.
11502
c7fc1f84
DS
115032002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11504
11505 * MAINTAINERS (Write After Approval): Add myself.
11506
6bff33fb
AO
115072002-02-28 Alexandre Oliva <aoliva@redhat.com>
11508
11509 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11510 libjava.
11511 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11512
0210b33b
AO
115132002-02-23 Alexandre Oliva <aoliva@redhat.com>
11514
11515 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11516 because its Makefile is there; test for the executable instead.
11517
fcc0a3ef
AO
115182002-02-22 Alexandre Oliva <aoliva@redhat.com>
11519
11520 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11521 libstdc++-v3 and libjava.
11522
dce2d8b2 115232002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
11524
11525 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11526 boehm-gc
5ce6f47b 11527
40fe0ec3
AO
115282002-02-09 Alexandre Oliva <aoliva@redhat.com>
11529
11530 * config.guess: Updated to 2002-01-30's version.
11531 * config.sub: Updated to 2002-02-01's version.
11532 Contribute sh64-elf.
11533 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11534 * configure.in: Added sh64-*-*.
11535
694d53ee
CD
115362002-02-08 Chris Demetriou <cgd@broadcom.com>
11537
11538 * MAINTAINERS: Belatedly add myself to write after approval list.
11539
a9ca50b1
JH
11540Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11541
11542 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11543 Remove self as Write After Approval.
11544
5ffc3500
GK
115452002-01-31 Geoffrey Keating <geoffk@redhat.com>
11546
11547 * MAINTAINERS: Put self in as maintainer for contrib/regression
11548 directory.
11549
4ceaf7fb
PE
115502002-01-28 Phil Edwards <pme@gcc.gnu.org>
11551
11552 * MAINTAINERS: Update my email address.
11553
51584787
JT
115542002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11555
5ce6f47b
EC
11556 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11557 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
11558 libraries if not supported for NetBSD on target CPU.
11559
5701d273
DR
115602002-01-25 Douglas B Rupp <rupp@gnat.com>
11561
11562 * install-sh: Use _inst.$$_ for temp file name.
11563
b299a075
JT
115642002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11565
11566 * MAINTAINERS (Write After Approval): Move my contact info
11567 from here...
11568 (OS Port Maintainers): ...to here (netbsd).
11569
51fe14b5
BW
115702002-01-22 Bob Wilson <bob.wilson@acm.org>
11571
11572 * MAINTAINERS (Write After Approval): Add myself.
11573
dce2d8b2 115742002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
11575
11576 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11577 (all-target-fastjar): Also depend on all-target-libiberty.
11578
3cd87679
L
115792002-01-16 H.J. Lu (hjl@gnu.org)
11580
11581 * config.guess: Import from master sources, rev 1.225.
11582 * config.sub: Import from master sources, rev 1.238.
11583
969a6d8f
KH
115842002-01-16 Kazu Hirata <kazu@hxi.com>
11585
11586 * MAINTAINERS (Write After Approval): Remove myself.
11587
366f6a52
FW
115882001-12-19 Florian Weimer <fw@deneb.enyo.de>
11589
11590 * MAINTAINERS (Write After Approval): Add myself.
11591
f02240b6
JM
115922001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11593
11594 * MAINTAINERS: Add self as docs co-maintainer.
11595
5d08dc39
MK
115962001-12-11 Matthias Klose <doko@debian.org>
11597
11598 * MAINTAINERS (Write After Approval): Add myself.
11599
39e790d5
ZW
116002001-12-09 Zack Weinberg <zack@codesourcery.com>
11601
11602 * MAINTAINERS: Update my email address.
11603
4519d6a3
TC
116042001-12-07 Turly O'Connor <turly@apple.com>
11605 * MAINTAINERS (Write After Approval): Add myself.
11606 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11607 (rs6000_initialize_trampoline): Call __trampoline_setup for
11608 ABI_DARWIN too.
11609 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 11610 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 11611
21cf0a73
PC
116122001-12-07 Paolo Carlini <pcarlini@unitus.it>
11613
11614 * MAINTAINERS (Write After Approval): Add myself.
11615
4ee43206
DR
11616Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11617
11618 * configure, configure.in: Use temp file for long sed commands.
11619
251931f3
LG
116202001-12-03 Laurent Guerby <guerby@acm.org>
11621
11622 * config.sub: Update to version 1.232 on subversion.
11623
03777dd7
BE
116242001-12-03 Ben Elliston <bje@redhat.com>
11625
11626 * MAINTAINERS: Update mail address for config.* patches.
11627
dce2d8b2 116282001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
11629 Zack Weinberg <zack@codesourcery.com>
11630
11631 When build != host, create libiberty for the build machine.
11632
11633 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11634 CONFIG_ARGUMENTS.
11635 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11636 New variables.
11637 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11638 and rules.
11639 (all.normal): Depend on ALL_BUILD_MODULES.
11640 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11641 (all-build-libiberty): Depend on configure-build-libiberty.
11642
11643 * configure: Calculate and substitute proper value for
11644 ALL_BUILD_MODULES.
11645 * configure.in: Create the build subdirectory.
11646 Calculate and substitute TARGET_CONFIGARGS (formerly
11647 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11648
04075e8f
ZL
116492001-11-26 Ziemowit Laski <zlaski@apple.com>
11650
11651 * MAINTAINERS (write-after-approval): Add self.
11652
ed19322d
CR
116532001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11654
11655 * MAINTAINERS (GNATS only accounts): Remove self.
11656
90a12988
HPN
116572001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11658
11659 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11660 libf2c.
11661
77e653ad
CR
116622001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11663
11664 * MAINTAINERS (Write After Approval): Add self.
11665
64adad99
DB
116662001-11-12 David O'Brien <obrien@FreeBSD.org>
11667
11668 * MAINTAINERS: mips and s390 are also CPU ports.
11669
834a28c7
DB
116702001-11-12 David O'Brien <obrien@FreeBSD.org>
11671
11672 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11673
ef94239f
DB
116742001-11-11 David O'Brien <obrien@FreeBSD.org>
11675
11676 * MAINTAINERS: Alphabetize.
11677
beda0427
KH
116782001-11-09 Kazu Hirata <kazu@hxi.com>
11679
11680 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11681
6ca224d3
JDA
116822001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11683
11684 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11685
132e4bd7
PE
116862001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11687
11688 * configure.in (--enable-languages): Be more permissive about
11689 syntax. Check for empty lists better. Warn about $LANGUAGES.
11690
c6243b4c
GK
116912001-11-08 Geoffrey Keating <geoffk@redhat.com>
11692
11693 * config.sub: Import from master sources, rev. 1.230.
11694 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11695
abbb9e76
LG
116962001-11-07 Laurent Guerby <guerby@acm.org>
11697
11698 * MAINTAINERS (Write After Approval): Add self.
11699
53cdb27a
HPN
117002001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11701
11702 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11703
dd3a88c9
HPN
117042001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11705
11706 * config.sub: Import from master sources, rev 1.226.
11707 * config.guess: Import from master sources, rev 1.216.
11708
d344dce9
HPN
117092001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11710
11711 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11712 * MAINTAINERS: Add self as maintainer of MMIX port.
11713 Remove old after-approval entry.
11714
63f6bcd7
JM
117152001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11716
11717 * ChangeLog, configure: Fix spelling errors.
11718
84f92638
BK
117192001-10-20 Brendan Kehoe <brendan@zen.org>
11720
11721 * MAINTAINERS: Tweak my address.
11722
dce2d8b2 11723Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
11724
11725 * MAINTAINERS: Update my email address.
11726
1567080c 117272001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 11728
f48a3b5c 11729 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 11730 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 11731
30106886
GB
117322001-10-10 Geert Bosch <bosch@gnat.com>
11733
e490616e 11734 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
11735 Added Robert Dewar.
11736
dce2d8b2 117372001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
11738
11739 * MAINTAINERS (Write After Approval): Added self
11740
d1c3e709
GB
117412001-10-02 Geert Bosch <bosch@gnat.com>
11742
11743 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11744
50f5f793
JM
117452001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11746
11747 * configure: Handle temporary files securely using mkdir.
11748
7fddf9a9
AO
117492001-09-29 Alexandre Oliva <aoliva@redhat.com>
11750
11751 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11752
dce2d8b2 117532001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
11754
11755 * configure.in (*-*-linux*): Disable configuration of target-newlib
11756 and target-libgloss.
e490616e 11757
0c055e34
AO
117582001-09-26 Alexandre Oliva <aoliva@redhat.com>
11759
11760 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11761 RANLIB.
11762
759bfa90
AO
117632001-09-21 Alexandre Oliva <aoliva@redhat.com>
11764
11765 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11766 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11767 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11768 avoid quotes nesting problems.
11769 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11770 (DO_X): Export only variables that are set.
11771
1dc4a750
BE
117722001-09-19 Ben Elliston <bje@redhat.com>
11773
11774 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11775 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11776 semantics. Use the shell built-in "type" command instead.
11777
898c7238
AO
117782001-08-31 Alexandre Oliva <aoliva@redhat.com>
11779
11780 Merged from gcc-3_0-branch:
11781 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11782 * ltcf-c.sh: Use $objext, not $ac_objext.
11783 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11784 * ltcf-cxx.sh: Add support for GNU.
11785 2001-07-22 Timothy Wall <twall@redhat.com>
11786 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11787 default settings if using GNU tools with that configuration.
11788 * ltcf-cxx.sh: Ditto.
11789 * ltcf-gcj.sh: Ditto.
11790 2001-07-21 Michael Chastain <chastain@redhat.com>
11791 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11792 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11793 * ltmain.sh: Mark as gcc-local.
11794
8fa0a32e
EC
117952001-08-30 Eric Christopher <echristo@redhat.com>
11796 Jason Eckhardt <jle@redhat.com>
11797
11798 * config.guess: Merge from master sources.
11799 * config.sub: Merge from master sources, add support for mipsisa32.
11800
32f30f91 118012001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
11802 * config.sub: Merge from master sources, rev 1.219.
11803 * MAINTAINERS: Add self as contact for stormy16 port.
11804
f6084f99
ZW
118052001-08-14 Zack Weinberg <zackw@panix.com>
11806
11807 * config.sub: Merge from master sources, rev 1.218.
11808 * config.guess: Merge from master sources, rev 1.209.
11809
91b54f7f
GS
118102001-08-11 Graham Stott <grahams@redhat.com>
11811
11812 * Makefile.in (check-c++): Add missing semicolon.
11813
e5b3941e
JH
11814Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11815
32f30f91 11816 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 11817
6387a56e
EC
118182001-07-30 Eric Christopher <echristo@redhat.com>
11819
11820 * MAINTAINERS (Various maintainers: mips port): Added myself.
11821
53b475f0
AH
118222001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11823
e490616e 11824 * configure.in (sh-*-linux*): New.
53b475f0 11825
2a08c780
RH
118262001-07-27 Richard Henderson <rth@redhat.com>
11827
11828 * .cvsignore: Add LAST_UPDATED.
11829
bfa79422
UW
118302001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11831
11832 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11833
0ae85492
AH
118342001-07-16 Aldy Hernandez <aldyh@redhat.com>
11835
e490616e 11836 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 11837
8e1ab0fe
NP
11838Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11839
11840 * MAINTAINERS (Write After Approval): Added myself.
11841
2b997990
SC
118422001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11843
11844 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11845 and libgcj on m68hc11/m68hc12.
11846
d920e825
L
118472001-06-27 H.J. Lu (hjl@gnu.org)
11848
11849 * Makefile (CFLAGS_FOR_BUILD): New.
11850 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11851
d425a1e0
JM
118522001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11853
11854 * README: Remove version number.
11855
5b5b4207
GP
118562001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11857
11858 * INSTALL/README: Update wrt. to the installation instructions now
11859 residing in gcc/doc/install.texi.
11860
be839b69
JM
118612001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11862
11863 * README: Replace with a cut-down and updated version of gcc/README.
11864
fe2ee7c4
DE
118652001-06-12 David Edelsohn <edelsohn@gnu.org>
11866
11867 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11868 multilibs to be disabled.
11869
4f5d646c
DB
118702001-06-11 Daniel Berlin <dan@cgsoftware.com>
11871
11872 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 11873
818f0c85
AO
118742001-06-09 Alexandre Oliva <aoliva@redhat.com>
11875
11876 * config.guess: Import CVS version 1.195.
11877 * config.sub: Import CVS version 1.212.
11878
e9a8af10
AO
118792001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11880
11881 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11882 gcc/xgcc is built, use -print-prog-name to find out the program
11883 name to use.
11884
ae3ca0a9
PE
118852001-06-04 Phil Edwards <pme@sources.redhat.com>
11886
11887 * config.guess: Import CVS version 1.194. All gcc-local changes
11888 appear to also be in the master copy.
11889 * config.sub: Import CVS version 1.211.
11890
066bd40d
MM
11891Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11892
11893 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11894 with_gcc]: Use `gcc -shared' to build a shared library.
11895
4aef4f33
JDA
11896Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11897
11898 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11899 archives.
11900
c386f00f
RO
11901Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11902
11903 * MAINTAINERS (Write After Approval): Add myself.
11904
2ae5cea5
HPN
119052001-06-01 Hans-Peter Nilsson <hp@axis.com>
11906
11907 * configure.in (libstdcxx_flags): Do not try to execute
11908 libstdc++-v3/testsuite_flags until it exists.
11909
c3766183
AM
119102001-06-01 Alan Modra <amodra@bigpond.net.au>
11911
11912 * MAINTAINERS: Update my email address.
11913
9b337833
GS
119142001-05-31 Graham Stott <grahams@redhat.com>
11915
11916 * MAINTAINERS (Write After Approval): Add myself.
11917
dce2d8b2 119182001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
11919
11920 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11921 libraries when using g++ with native linker.
11922
5f7de4b8
AO
119232001-05-28 Alexandre Oliva <aoliva@redhat.com>
11924
11925 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11926
a7bc0fbb
AO
119272001-05-22 Alexandre Oliva <aoliva@redhat.com>
11928
11929 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11930 [aix4*|aix5*]: Prepend blank.
11931
33456445
AO
119322001-05-20 Alexandre Oliva <aoliva@redhat.com>
11933
11934 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11935 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11936 of subdir/configure scripts to use the new libtool.m4.
11937
e48d3d00
MK
119382001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11939
11940 * MAINTAINERS (Write After Approval): Add myself.
11941
9e0e191b
BK
119422001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11943
11944 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11945
3f19b439
BE
119462001-05-11 Ben Elliston <bje@redhat.com>
11947
11948 * Makefile.in (all-sid): New target.
11949 (check-sid, clean-sid, install-sid): Likewise.
11950
6ebe3121
JO
119512001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11952
11953 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11954
ca3667c4
AO
119552001-05-03 Alexandre Oliva <aoliva@redhat.com>
11956
11957 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11958 libgcj.
11959
119602001-05-03 Alexandre Oliva <aoliva@redhat.com>
11961
11962 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11963 gcc/xgcc is built, use -print-prog-name to find out the program
11964 name to use.
11965
b2964d63
AO
119662001-04-26 Alexandre Oliva <aoliva@redhat.com>
11967
b1bb2302
AO
11968 * configure.in (noconfigdirs): Don't reset it from scratch in the
11969 target case; only append to it.
6387a56e 11970
b2964d63
AO
11971 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11972 sparc-*-solaris2.8]: Disable ${libgcj}.
11973
8343765d
AO
119742001-04-25 Alexandre Oliva <aoliva@redhat.com>
11975
11976 * configure.in (libgcj_saved): Copy from $libgcj.
11977 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11978 --disable-libgcj.
11979
ddbb6d43
GRK
119802001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11981
11982 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 11983 C front end maintainer.
ddbb6d43 11984
3fa03ff9
AG
11985Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11986
11987 * configure.in: Move *-chorusos target case to the proper switch.
11988 Disable libgcj.
11989
99ffe40f
AO
119902001-04-12 Alexandre Oliva <aoliva@redhat.com>
11991
11992 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11993 1.641.2.228.
11994
78faa32d
FS
119952001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11996
11997 * Makefile.in (STAGE1_CFLAGS): Pass down.
11998
cdbff0ab
AM
119992001-04-13 Alan Modra <amodra@one.net.au>
12000
12001 * config.guess: Add hppa64-linux support. Note for next import that
12002 this is already in the master file.
12003 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12004
75b9074c
AO
120052001-04-12 Alexandre Oliva <aoliva@redhat.com>
12006
12007 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12008 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12009
125404c5
SS
120102001-04-11 Stan Shebs <shebs@apple.com>
12011
12012 * MAINTAINERS: Add self as Darwin port maintainer.
12013
876684fe
AM
120142001-04-11 Alan Modra <amodra@one.net.au>
12015
12016 * MAINTAINERS: Update my email address.
12017
06729913
LR
120182001-04-10 Loren J. Rittle <ljrittle@acm.org>
12019
12020 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12021 recent versions of FreeBSD (release 3 or later).
12022 * ltconfig: On FreeBSD, -lc must not be provided when building
12023 a shared library or else the standard -pthread gcc option is
12024 rendered worthless to later users of the built library.
12025
67916302
JM
120262001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12027
12028 * MAINTAINERS: Add self and RTH as C front end maintainers.
12029
d2bc0628
AO
120302001-04-05 Alexandre Oliva <aoliva@redhat.com>
12031
e490616e
ZW
12032 * config.sub: Make sure to match an already-canonicalized
12033 machine name (eg. mn10300-unknown-elf).
d2bc0628 12034
a3406c06
AO
120352001-04-01 Alexandre Oliva <aoliva@redhat.com>
12036
12037 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12038 New macros.
12039 (bootstrap, cross): Use RECURSE_FLAGS.
12040 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12041
a076f6a4
AO
120422001-03-27 Alexandre Oliva <aoliva@redhat.com>
12043
12044 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12045
e9f4fa71
CH
120462001-03-22 Colin Howell <chowell@redhat.com>
12047
7238de5c
CH
12048 * Makefile.in (DO_X): Do not backslash single-quotes in
12049 backquotes (two places).
e9f4fa71 12050
b6b14b1b
AO
120512001-03-22 Alexandre Oliva <aoliva@redhat.com>
12052
12053 Re-installed:
12054 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12055 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12056 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12057 * ltcf-cxx.sh: Likewise.
12058 * ltcf-gcj.sh: Likewise.
12059
1eb0b89d
GP
120602001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12061
12062 * MAINTAINERS: Add myself as "documentation co-maintainer".
12063
82e23236
AO
120642001-03-22 Alexandre Oliva <aoliva@redhat.com>
12065
12066 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12067 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12068
64ec27c3
TT
120692001-03-19 Tom Tromey <tromey@redhat.com>
12070
12071 * config-ml.in: Handle GCJ and GCJFLAGS.
12072
191de407
MC
120732001-03-21 Michael Chastain <chastain@redhat.com>
12074
12075 * Makefile.in: all-m4 depends on all-texinfo.
12076
fed4dede
LR
120772001-03-20 Loren J. Rittle <ljrittle@acm.org>
12078
12079 * MAINTAINERS: Add myself to write after approval list.
12080
085072bb
LB
120812001-03-18 Laurynas Biveinis <lauras@softhome.net>
12082
12083 * Makefile.in (DO_X): Quote nested quotes.
12084
5af8ea3f
AM
120852001-03-18 Alan Modra <alan@linuxcare.com.au>
12086
12087 * MAINTAINERS: Add myself to write after approval list.
12088
69e23037
LB
120892001-03-15 Laurynas Biveinis <lauras@softhome.net>
12090
12091 * Makefile.in (DO_X): Use double quotes for quoting
12092 "RANLIB=$${RANLIB}".
12093
2b9650f4
OP
120942001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12095
12096 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12097
dce2d8b2 120982001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
12099
12100 * configure.in: Only use `lang_requires' for languages athat are
12101 actually enabled.
12102
f6646274
PE
121032001-03-08 Phil Edwards <pme@sources.redhat.com>
12104
12105 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12106
c9a54638
AO
121072001-03-08 Alexandre Oliva <aoliva@redhat.com>
12108
12109 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12110
6a556ad6
TT
121112001-03-07 Tom Tromey <tromey@redhat.com>
12112
12113 * configure.in: Allow config-lang.in to set `lang_requires' to list
12114 of other required languages.
12115
6822468a
LB
121162001-03-06 Laurynas Biveinis <lauras@softhome.net>
12117
12118 * Makefile.in: Remove RANLIB definition. Use RANLIB
12119 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12120 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 12121
f04885d3 121222001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 12123 Alexandre Oliva <aoliva@redhat.com>
6387a56e 12124
f04885d3
BK
12125 * Makefile.in (check-c++): Use tabs, not spaces.
12126
288edf47 121272001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 12128
288edf47
LB
12129 * MAINTAINERS: add myself to Write After Approval list.
12130
3d55d2f8 121312001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 12132
e490616e 12133 * Makefile.in (check-c++): New rule.
6387a56e 12134
4d88a68a
BK
12135 * configure.in (target_libs): Remove libg++.
12136 (noconfigdirs): Remove libg++.
12137 (noconfigdirs): Same.
12138 (noconfigdirs): Same.
12139 (noconfigdirs): Same.
12140
12141 * config-ml.in: Remove libg++ references.
12142
12143 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12144 (ALL_TARGET_MODULES): Same.
12145 (configure-target-libg++): Remove.
12146 (all-target-libg++): Remove.
12147 (configure-target-libio): Remove.
12148 (all-target-libio): Remove.
12149 (check-target-libio): Remove.
12150 (.PHONY): Remove.
12151 (libg++.tar.bz2): Remove.
12152 (all-target-cygmon): Remove libio.
12153 (all-target-libstdc++): Remove.
12154 (configure-target-libstdc++): Remove.
12155 (TARGET_LIB_PATH): Remove libstdc++.
12156 (ALL_GCC_CXX): Remove libstdc++.
12157 (all-target-gperf): Correct.
12158
2437d4ed
NC
121592001-02-16 Nick Clifton <nickc@redhat.com>
12160
12161 * configure.in (noconfigdirs): Allow configuration of texinfo
12162 for Cygwin hosts.
12163
85b99cbe
AG
121642001-02-15 Anthony Green <green@redhat.com>
12165
12166 * configure: Introduce GCJ_FOR_TARGET.
12167 * configure.in: Ditto.
12168 * Makefile.in: Ditto.
12169
7b18790c
AS
121702001-02-13 Andreas Schwab <schwab@suse.de>
12171
12172 * MAINTAINERS: Update mail address.
12173
c4880c99
MS
121742001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12175
12176 * config.guess: Add linux target for S/390.
12177 * config.sub: Likewise.
12178
dce2d8b2 121792001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
12180
12181 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 12182 target-libgloss.
e31ae6db 12183
7739adfb
BE
121842001-02-06 Ben Elliston <bje@redhat.com>
12185
12186 * configure: Output host type to stdout, not stderr.
12187
36ca672c
MM
121882001-02-05 Mark Mitchell <mark@codesourcery.com>
12189
e40f2829 12190 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
12191 * ltcf-cxx.sh: Likewise.
12192
36ca672c
MM
12193 * config.if: Assume enable_libstdcxx_v3 is defined.
12194
22fdd65e
MM
121952001-02-04 Mark Mitchell <mark@codesourcery.com>
12196
12197 Remove V2 C++ library.
12198 * configure.in: Remove --enable-libstdcxx_v3 support.
12199
3b60dd8e
BM
122002001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12201
12202 * include/demangle.h: Add prototype for java_demangle_v3.
12203
42c0c80a
PE
122042001-01-29 Phil Edwards <pme@sources.redhat.com>
12205
12206 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12207
0be25992
RH
122082001-01-27 Richard Henderson <rth@redhat.com>
12209
12210 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12211
8a8de62d
MS
122122001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12213
12214 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12215 Don't unset, it's non-portable and no longer necessary, set to empty
12216 instead.
12217
92769744
MS
122182001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12219
12220 * ltconfig: Shell portability fix for the tagname validity check.
12221
88a1c0ab
AO
122222001-01-27 Alexandre Oliva <aoliva@redhat.com>
12223
12224 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12225 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12226
45291dd5
MS
122272001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12228
12229 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12230
1ace7e15
TT
122312001-01-26 Tom Tromey <tromey@redhat.com>
12232
12233 * configure.in: Allow libgcj to be built on Sparc Solaris.
12234
0ef8b11b
DE
122352001-01-25 David Edelsohn <edelsohn@gnu.org>
12236
12237 * ltcf-c.sh: Add aix5 case.
12238 * ltcf-cxx.sh: Likewise.
12239 * ltconfig: Likewise.
12240
0006091e
AO
122412001-01-24 Alexandre Oliva <aoliva@redhat.com>
12242
9bad11e1
AO
12243 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12244 keep at least one of build_libtool_libs or build_old_libs set to
12245 yes.
12246
0006091e
AO
12247 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12248 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12249
7c01b2b5
BM
122502001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12251
12252 * configure.in: Enable libgcj on several additional platforms.
12253
d340e0ac
BM
122542001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12255
12256 * configure.in: Enable libgcj for linux targets.
12257
5baf8c37
MS
122582001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12259
12260 * MAINTAINERS (Write After Approval): Add myself.
12261
10a0ba84
JDA
122622001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12263
12264 * MAINTAINERS: Add myself as vax port maintainer.
12265
357c6a4b
FH
122662001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12267
12268 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12269
6e2d9a7a
MS
122702001-01-09 Mike Stump <mrs@wrs.com>
12271
12272 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12273 failures of subdirectories.
12274
b6b14b1b 122752001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 12276
b6b14b1b 12277 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 12278 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
12279 * ltcf-cxx.sh: Likewise.
12280 * ltcf-gcj.sh: Likewise.
12281 * ltconfig.sh: Fix typo.
976b230d 12282
07109110
LB
122832001-01-02 Laurynas Biveinis <lauras@softhome.net>
12284
12285 * configure: handle DOS-style absolute paths.
12286
1da5b8fc
LB
122872001-01-02 Laurynas Biveinis <lauras@softhome.net>
12288
12289 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12290
4c2f5b4f
MM
122912000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12292
12293 * MAINTAINERS: Add myself as avr port co-maintainer.
12294
bc53668e
BE
122952000-12-28 Ben Elliston <bje@redhat.com>
12296
12297 * MAINTAINERS: Add myself under ``Write After Approval''.
12298
c387606f
JM
122992000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12300
12301 * texinfo: Remove directory from GCC.
12302
2cb5082c
JM
123032000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12304
12305 * COPYING: Update to current
12306 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12307 to 19yy as example year in copyright notice).
12308
cc330df9
BK
123092000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12310
6387a56e 12311 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
12312 (libstdcxx_incdir): Pass down.
12313 * config.if: Remove expired bits for cxx_interface, add stub.
12314 (libstdcxx_incdir): Add variable for g++ include directory.
12315 * configure.in (gxx_include_dir): Use it.
6387a56e 12316
4c6b2835
AO
123172000-12-18 Alexandre Oliva <aoliva@redhat.com>
12318
12319 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12320 with old-email address from ``Write After Approval''.
12321
3896f13e
AJ
123222000-12-15 Andreas Jaeger <aj@suse.de>
12323
12324 * configure.in: Handle lang_dirs.
12325
123262000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 12327
ad46e881
TT
12328 * MAINTAINERS: Removed brads.
12329
90a10418
TT
12330 * MAINTAINERS: Added gcj developers.
12331
41dfe3a2 123322000-12-13 Anthony Green <green@redhat.com>
6387a56e 12333
41dfe3a2 12334 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
12335 listed. Disable libgcj for x86 and Alpha Linux until compatible
12336 with g++ abi.
6387a56e 12337
e2f601da
MS
123382000-12-13 Mike Stump <mrs@wrs.com>
12339
12340 * Makefile.in (local-distclean): Also remove fastjar.
12341
70030c01
RB
123422000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12343
12344 * contrib/gcc_update: Add fastjar --touch entries.
12345
2a50f859
AO
123462000-12-12 Alexandre Oliva <aoliva@redhat.com>
12347
12348 * configure.in: Disable language-specific target libraries for
12349 languages that aren't enabled.
12350
7743113b
AG
123512000-12-10 Anthony Green <green@redhat.com>
12352
12353 * configure.in: Define libgcj. Disable libgcj target libraries for
12354 most targets.
12355
92e061a6
NB
123562000-12-10 Neil Booth <neilb@earthling.net>
12357
12358 * MAINTAINERS: Update mail address, remove from WAA list.
12359
f34ff6d6
APB
123602000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12361
12362 * libjava: Imported from /cvs/java.
12363 * libffi: Likewise.
12364 * Boehm-gc: Likewise.
12365
d82a33c6
APB
123662000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12367
12368 * configure.in (target_libs): Revert 2000-12-08 patch.
12369 (noconfigdirs): Added target-libjava.
12370
e14f8e28
LB
123712000-12-09 Laurynas Biveinis <lauras@softhome.net>
12372
12373 * djunpack.bat: removed.
12374
fc26516b
LB
123752000-12-09 Laurynas Biveinis <lauras@softhome.net>
12376
12377 * Makefile.in: handle DOS-style absolute paths.
12378 * config-ml.in: likewise.
12379 * symlink-tree: likewise.
12380
bd8757b3
APB
123812000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12382
12383 * fastjar: Imported.
12384
81522a1f
APB
123852000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12386
12387 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12388 libjava.
12389 * configure.in (target_libs): Removed `target-libjava'.
12390
5db1f7ed
APB
123912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12392
12393 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12394 (ALL_MODULES): Added fastjar.
12395 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12396 (all-target-libjava): all-fastjar replaces all-zip.
12397 (all-fastjar): Added.
12398 (configure-target-fastjar, all-target-fastjar): Likewise.
12399 * configure.in (host_tools): Added fastjar.
12400
5e59997c
MS
124012000-12-07 Mike Stump <mrs@wrs.com>
12402
12403 * Makefile.in (local-distclean): Remove leftover built files.
12404
0a534f40
NC
124052000-11-24 Nick Clifton <nickc@redhat.com>
12406
12407 * configure.in (xscale-elf): Add target.
12408 (xscale-coff): Add target.
12409
7686cadf
LR
124102000-11-22 Loren J. Rittle <ljrittle@acm.org>
12411
e490616e
ZW
12412 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12413 recent versions of FreeBSD (release 3 or later).
12414 * ltconfig: On FreeBSD, -lc must not be provided when building
12415 a shared library or else the standard -pthread gcc option is
12416 rendered worthless to later users of the built library.
7686cadf 12417
fff01699
FF
124182000-11-16 Fred Fish <fnf@be.com>
12419
12420 * configure.in (enable_libstdcxx_v3): Fix typo,
12421 libstd++ -> libstdc++.
12422
4dc16355
KL
124232000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12424
12425 * MAINTAINERS: Add self to Write After Approval list.
12426
bf6fc7b2
BS
124272000-11-21 Bernd Schmidt <bernds@redhat.com>
12428
12429 * MAINTAINERS: Update my email address. Add myself to global write
12430 privs list.
12431
ce8e06b1
AO
124322000-11-18 Alexandre Oliva <aoliva@redhat.com>
12433
6e2a4843
AO
12434 * Makefile.in: Merge with src and libgcj.
12435 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12436 configure-target-<library> when their configure scripts need the C
12437 or C++ library to have already been built to work properly.
12438 (do_proto_toplev): Set them to an empty string.
12439
ce8e06b1
AO
12440 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12441 (REALLY_SET_LIB_PATH): Use them.
12442
c003f378
SS
124432000-11-17 Stan Shebs <shebs@apple.com>
12444
12445 * MAINTAINERS: Add self to Write After Approval list.
12446
cc1e60ea
JM
124472000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12448
12449 * configure: Provide the original toplevel configure arguments
12450 (including $0) to subprocesses in the environment rather than
12451 through gcc/configargs.h.
12452
1173593d
JM
124532000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12454
12455 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12456 C99. Alphabetise "Write After Approval" list.
12457
520907ee
MM
124582000-11-12 Mark Mitchell <mark@codesourcery.com>
12459
34f6fbdb
MM
12460 * configure: Turn on libstdc++ V3 by default.
12461
520907ee
MM
12462 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12463 if we've got GCC.
12464
0bbd37ed
PB
124652000-11-11 Philip Blundell <philb@gnu.org>
12466
12467 * MAINTAINERS: Add self to Write After Approval list.
12468
7ca0e6d9
DE
124692000-11-09 David Edelsohn <edelsohn@gnu.org>
12470
12471 * ltcf-c.sh (aix4): Improve shared library configuration; require
12472 exporting symbols.
12473 * ltcf-cxx.sh (aix4): Define.
12474 * ltconfig (aix4): Define library and soname specs appropriate for
12475 AIX. Define command to create export symbols list.
12476
dce2d8b2 12477Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
12478
12479 * config.sub: Add support for Sun Chorus
12480
fc05d516
NC
124812000-10-31 Nick Clifton <nickc@redhat.com>
12482
12483 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12484 <name>@redhat.com. Also installed new email address for Clint
12485 Popetz.
6387a56e 12486
90a0e73f
JM
124872000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12488
12489 * etc: Remove directory from GCC.
12490
a5e1b548
MM
124912000-10-16 Michael Meissner <meissner@redhat.com>
12492
12493 * configure (gcc/configargs.h): Only create if there is a build GCC
12494 directory created.
12495
6387a56e
EC
124962000-10-16 Matthias Klose <doko@debian.org>
12497
be1db873
MK
12498 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12499 when configured for libstdc++-v3.
12500
f5fa9a5b
PE
125012000-10-05 Phil Edwards <pme@gcc.gnu.org>
12502
12503 * configure: Save configure arguments to gcc/configargs.h.
12504
61a77fea
PT
125052000-10-04 Philipp Thomas <pthomas@suse.de>
12506
12507 * config.guess: Import CVS version 1.157.
12508 * config.sub: Import CVS version 1.181.
12509
3a4fee66
AP
125102000-10-04 Andris Pavenis <pavenis@latnet.lv>
12511
12512 * Makefile.in (bootstrap): avoid recursion if subdir missing
12513 (cross): ditto
12514 (do-proto-toplev): ditto
12515
3dd7094e
AO
125162000-09-30 Alexandre Oliva <aoliva@redhat.com>
12517
de710532
AO
12518 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12519 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12520
3dd7094e
AO
12521 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12522 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12523 all affected `configure' scripts.
12524
e592386f
NB
12525Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12526
12527 * MAINTAINERS: Add self as cpplib co-maintainer.
12528
fba54939
AH
125292000-09-24 Aldy Hernandez <aldyh@redhat.com>
12530
12531 * MAINTAINERS: Add self to Write After Approval list.
12532
2bd429f4
GP
125332000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12534
12535 * INSTALL/README: egcs -> GCC update.
12536
dce2d8b2 12537Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
12538
12539 * MAINTAINERS: Add myself to Write After Approval list.
12540
d7ce9a83
KH
125412000-09-15 Kazu Hirata <kazu@hxi.com>
12542
12543 * MAINTAINERS: Add myself to Write After Approval list.
12544
18a53ffe
JL
12545Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12546
e490616e
ZW
12547 * configure.in: Do not build byacc for hppa64. Provide paths to the
12548 X11 libraries for hppa64.
18a53ffe 12549
f246ff23
SC
125502000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12551
12552 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12553
06298abd
AO
125542000-09-06 Alexandre Oliva <aoliva@redhat.com>
12555
4b92758a
AO
12556 * Makefile.in (all-zlib): Added dummy target.
12557
06298abd
AO
12558 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12559 ltcf-gcj.sh: Updated from libtool multi-language branch.
12560
4d73d07a
AO
125612000-09-05 Alexandre Oliva <aoliva@redhat.com>
12562
12563 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12564 (bootstrap*): Depend on all-bootstrap.
12565
05d52d78
PT
125662000-09-05 Philipp Thomas <pthomas@suse.de>
12567
12568 * config.guess: Import CVS version 1.156.
12569 * config.sub: Import CVS version 1.179.
12570
3c809ba4
AG
125712000-09-02 Anthony Green <green@cygnus.com>
12572
12573 * Makefile.in (all-gcc): Depend on all-zlib.
12574 (CLEAN_MODULES): Add clean-zlib.
12575 (ALL_MODULES): Add all-zlib.
12576 * configure.in (host_libs): Add zlib.
12577
10ad78a0 125782000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
12579
12580 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12581 crosses, but add gcc/include to the header search path for them.
12582
b36a9ce3
DB
125832000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12584
12585 * MAINTAINERS: Add self to Write After Approval list.
12586
cb011248
FS
125872000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12588
12589 * config.guess: Import CVS version 1.152.
12590 * config.sub: Import CVS version 1.177.
12591
db310af0
AO
125922000-08-25 Alexandre Oliva <aoliva@redhat.com>
12593
7965440a
AO
12594 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12595 $targargs to tell whether newlib is going to be built.
12596
db310af0
AO
12597 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12598 $$r/TARGET_SUBDIR/libio for _G_config.h.
12599
e7977565
AO
126002000-08-23 Alexandre Oliva <aoliva@redhat.com>
12601
12602 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12603
126bb9ed
DD
126042000-08-22 DJ Delorie <dj@redhat.com>
12605
12606 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12607
5b0e9d29
AO
126082000-08-22 Alexandre Oliva <aoliva@redhat.com>
12609
12610 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12611 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12612 sub-configures.
12613
4f3e904e
DD
126142000-08-21 DJ Delorie <dj@redhat.com>
12615
12616 * MAINTAINERS: Add self as a libiberty maintainer
12617
c9635443
AO
126182000-08-16 Alexandre Oliva <aoliva@redhat.com>
12619
12620 * configure.in (libstdcxx_flags): Use
12621 libstdc++-v3/src/libstdc++.INC.
12622
8b2100ba
AO
126232000-08-15 Alexandre Oliva <aoliva@redhat.com>
12624
12625 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12626
57119aa9
ZW
126272000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12628
eeb943b0
ZW
12629 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12630
6387a56e 12631 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
12632 explicit. Substitute enable_threads into generated Makefiles.
12633 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12634 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12635
acffa7c4
GK
126362000-08-13 Geoff Keating <geoffk@cygnus.com>
12637
12638 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12639
808d8c41
AO
126402000-08-12 Alexandre Oliva <aoliva@redhat.com>
12641
12642 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12643 previous delta.
12644
1fc8c51c 126452000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 12646
1fc8c51c
JM
12647 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12648 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12649 (FLAGS_FOR_TARGET): Not here.
12650 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 12651
25698887
AO
126522000-08-11 Alexandre Oliva <aoliva@redhat.com>
12653
12654 * config-ml.in (CC, CXX): Don't introduce a leading space.
12655
10120687
DD
126562000-08-07 DJ Delorie <dj@delorie.com>
12657
12658 * MAINTAINERS: Add self as a DJGPP maintainer
12659
15c758e9
DD
126602000-08-07 DJ Delorie <dj@redhat.com>
12661
12662 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12663 "if we're also building gcc, and it's a gcc that will run on the
12664 build machine, we want to use its includes instead of the system's
12665 default includes".
12666
2d0de245
JM
126672000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12668
12669 * MAINTAINERS: Add self to Write After Approval list.
12670
e81b330a
AO
126712000-08-03 Alexandre Oliva <aoliva@redhat.com>
12672
83440c1e
AO
12673 * configure.in (libstdcxx_flags): Don't use `"'.
12674
e81b330a
AO
12675 * config-ml.in: Adjust multilib search paths to the
12676 appropriate multilib tree.
12677
cf95c847
AO
126782000-08-02 Alexandre Oliva <aoliva@redhat.com>
12679
12680 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12681 commas in $LANGUAGES.
12682
9e9af119
MH
126832000-08-02 Manfred Hollstein <manfredh@redhat.com>
12684
12685 * configure.in: Re-enable all references to libg++ and librx.
12686
606ce391
AO
126872000-08-01 Alexandre Oliva <aoliva@redhat.com>
12688
89820b43
AO
12689 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12690 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12691 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12692 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12693
606ce391
AO
12694 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12695
04179d4a
AO
126962000-07-31 Alexandre Oliva <aoliva@redhat.com>
12697
12698 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12699 CXX_FOR_TARGET for sed.
12700
d4eb109c
AO
127012000-07-30 Alexandre Oliva <aoliva@redhat.com>
12702
12703 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12704 Do not override if already set in the environment or in configure.
12705 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12706 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12707
4f4caf92
AO
127082000-07-28 Alexandre Oliva <aoliva@redhat.com>
12709
12710 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12711 the libtool CVS tree multi-language branch.
12712 * ltconfig, ltmain.sh: Updated.
6387a56e 12713
b87487b6
AO
127142000-07-27 Alexandre Oliva <aoliva@redhat.com>
12715
1670d1ea
AO
12716 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12717 (clean-target): Depend on it.
12718
b87487b6
AO
12719 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12720 (GCC_FOR_TARGET): Use it.
12721 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12722 * configure.in: ... here.
12723 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12724 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12725
4e81ae98
EC
127262000-07-24 Eric Christopher <echristo@cygnus.com>
12727
12728 * MAINTAINERS: Add self to Write After Approval list.
12729
059ae32c
AO
127302000-07-24 Alexandre Oliva <aoliva@redhat.com>
12731
5b28edd4
AO
12732 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12733 (configure-target-libchill, configure-target-libobjc): Likewise.
12734
059ae32c
AO
12735 * configure.in: Use the same cache file for all target libs.
12736 * config-ml.in: But different cache files per multilib variant.
12737
1adcd149
MS
127382000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12739
12740 * configure (topsrcdir): Don't use dirname.
12741
2d573dff
JO
127422000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12743
12744 * MAINTAINERS: Add self to Write After Approval list.
12745
d207ebef
JM
127462000-07-20 Jason Merrill <jason@redhat.com>
12747
12748 * configure.in: Remove all references to libg++ and librx.
12749
12750 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12751
127522000-07-20 Hans-Peter Nilsson <hp@axis.com>
12753
12754 * config.sub: Update to subversions version 2000-07-06.
12755
7b7792d5
AH
127562000-07-12 Andrew Haley <aph@cygnus.com>
12757
12758 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12759 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12760
3abaac67
PE
127612000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12762
12763 * symlink-tree: Check number of arguments.
12764
34be2b36
JW
127652000-07-05 Jim Wilson <wilson@cygnus.com>
12766
12767 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12768 search path for a g++ extracted from the build tree. This
12769 will allow link tests run by configure scripts in
12770 subdirectories to succeed.
12771
d207ebef
JM
127722000-07-01 Koundinya K <kk@ddeorg.soft.net>
12773
e490616e 12774 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 12775
0900331b
MH
127762000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12777
12778 * MAINTAINERS: Add myself as loop discovery maintainer.
12779
d207ebef
JM
127802000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12781
12782 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12783 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12784
127852000-06-19 Timothy Wall <twall@cygnus.com>
12786
12787 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12788 * config.sub: Add tic54x target.
12789
11a27a76
TM
12790Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12791
12792 * MAINTAINERS: Add self as Fortran maintainer,
12793 remove Craig Burley.
12794
d207ebef 12795Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 12796
d207ebef
JM
12797 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12798 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 12799
7758b73f
PT
12800Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12801
12802 * MAINTAINERS: Add self as i18n maintainer
12803
d207ebef
JM
1280420000-05-21 H.J. Lu (hjl@gnu.org)
12805
e490616e
ZW
12806 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12807 directory are used if they exist. Make sure
12808 $(build_tooldir)/include is searched for header files,
12809 $(build_tooldir)/lib/ for library files.
d207ebef 12810 (GCC_FOR_TARGET): Likewise.
e490616e 12811 (CXX_FOR_TARGET): Likewise.
d207ebef 12812
bae29210
JL
12813Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12814
12815 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12816
d207ebef 12817Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
12818
12819 * Makefile.in (configure-target-libiberty): Depend on
12820 configure-target-newlib.
12821
aab0d19d
AO
128222000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12823
12824 * configure.in, Makefile.in: Merge all libffi-related
12825 configury stuff from the libgcj tree.
12826
d207ebef
JM
12827Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12828
12829 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12830 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12831
12832Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12833
12834 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12835 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 12836 current version information. Add to proto-toplev directory.
d207ebef
JM
12837 (gdb-taz): Build do-djunpack.
12838
758c7bd4
DE
128392000-05-15 David Edelsohn <edelsohn@gnu.org>
12840
12841 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12842
1888228d
AC
12843Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12844
12845 * MAINTAINERS: Add self to Write After Approval list.
12846
d207ebef
JM
128472000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12848
12849 * ltmain.sh: Preserve in relink_command any environment
12850 variables that may affect the linker behavior.
12851
2d7cc2fe
JL
12852Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12853
d207ebef
JM
12854 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12855
12856Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12857
12858 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12859
128602000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12861
12862 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 12863 with the version name.
2d7cc2fe 12864
ee455968
JE
12865Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12866
12867 * MAINTAINERS: Add self as bb-reorder maintainer.
12868
73b97e5c
BK
128692000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12870
12871 * config.if: Tweak.
12872
d207ebef
JM
128732000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12874
12875 * djunpack.bat: New file.
12876
12877Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12878
12879 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
12880 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12881 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12882 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 12883
954869eb
DP
128842000-04-16 Dave Pitts <dpitts@cozx.com>
12885
e490616e
ZW
12886 * config.sub (case $basic_machine): Change default for "ibm-*"
12887 to "openedition".
954869eb 12888
eaabe541
AJ
128892000-04-13 Andreas Jaeger <aj@suse.de>
12890
12891 * MAINTAINERS: Added myself.
12892
d207ebef
JM
12893Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12894
12895 * Makefile.in (gdb-taz): New target. GDB specific archive.
12896 (do-md5sum): New target.
12897 (MD5PROG): Define.
12898 (PACKAGE): Default to TOOL.
12899 (VER): Default to a shell script.
12900 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 12901 md5 checksum generation.
d207ebef
JM
12902 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12903 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12904 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 12905 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
12906
12907Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12908
12909 * configure (warn_cflags): Delete.
12910
0ea6d60c
PDM
12911Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12912
12913 * MAINTAINERS: Added myself.
12914
17090313 129152000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 12916 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 12917
e490616e
ZW
12918 * configure.in (enable_libstdcxx_v3): Add.
12919 (target_libs): Add bits here to switch between libstdc++-v2 and
12920 libstdc++-v3.
12921 * config.if: And this file too.
12922 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 12923
76b78517
MM
129242000-04-05 Michael Meissner <meissner@redhat.com>
12925
12926 * config.sub (d30v): Add d30v as a basic machine type.
12927
ad242caf
JM
129282000-03-29 Jason Merrill <jason@casey.cygnus.com>
12929
12930 * configure.in: -linux-gnu*, not -linux-gnu.
12931
d4537148
TM
12932Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12933
12934 * MAINTAINERS: Add self in write-after-approval section.
12935
f152e9d4
JW
12936Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12937
12938 * MAINTAINERS: Add self as ia64 port maintainer.
12939
6a5fcef1
NB
129402000-03-08 Neil Booth <NeilB@earthling.net>
12941
12942 * MAINTAINERS: Add self in write-after-approval section.
12943
d207ebef 12944Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 12945
d207ebef
JM
12946 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12947 (do-tar-bz2): Replace TOOL with PACKAGE.
12948 (gdb.tar.bz2): Remove GDBTK from GDB package.
12949 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 12950 dejagnu.tar.bz2): New packages.
d207ebef
JM
12951
129522000-02-27 Andreas Jaeger <aj@suse.de>
12953
12954 * configure.in: Add entry for mips*-*-linux*, move catch all
12955 *-*-*linux* entry below this one.
12956
129572000-02-27 Ian Lance Taylor <ian@zembu.com>
12958
12959 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 12960
521fe9d0
NC
129612000-02-24 Nick Clifton <nickc@cygnus.com>
12962
12963 * config.sub: Support an OS of "wince".
12964
d207ebef
JM
12965Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12966
12967 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 12968 version.
d207ebef 12969
dce2d8b2 129702000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
12971
12972 * config.sub: Add support for Linux/IBM 370.
12973 * configure.in: Likewise.
12974
3a685f6f
NC
129752000-02-22 Nick Clifton <nickc@cygnus.com>
12976
12977 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12978
dce2d8b2 129792000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 12980
d207ebef 12981 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 12982
4746ee26
KG
129832000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12984
12985 * configure (gcc_version): When setting, narrow search to
12986 lines containing `version_string'.
12987
ba96c72d
DC
129882000-02-15 Denis Chertykov <denisc@overta.ru>
12989
12990 * config.sub: Add support for avr target.
12991
77f16a66
NC
129922000-02-14 Nick Clifton <nickc@cygnus.com>
12993
12994 * MAINTAINERS: Add maintainers for MCore port.
12995
784a3a80
HPN
12996Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12997
12998 * config.sub: Add mmix-knuth-mmixware.
12999
719dd4fa
KG
130002000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13001
13002 * MAINTAINERS: Pair cccp with cpplib maintainership.
13003
dce2d8b2 130042000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
13005
13006 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13007 structure stuff to -L library search.
13008 (CXX_FOR_TARGET): Ditto.
13009 (CROSS_CHECK_MODULES): Fix spelling mistake.
13010
7a53e94b
MM
130112000-01-24 Mark Mitchell <mark@codesourcery.com>
13012
13013 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13014 the C++ compiler.
13015
0da3b5a7
RH
130162000-01-12 Richard Henderson <rth@cygnus.com>
13017
13018 * configure.in: Don't build some bits for beos.
13019
02368d6d
JS
130202000-01-12 Joel Sherrill (joel@OARcorp.com)
13021
13022 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13023 as include files.
13024
2e76d35c
ZW
130252000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13026
13027 * Add self as cpplib maintainer, as requested by Jason
13028 Merrill. Correct my e-mail address.
13029
4c25fdcf
GK
130302000-01-06 Geoff Keating <geoffk@cygnus.com>
13031
13032 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13033 not mh-aix43.
13034
188e3966
HPN
13035Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13036
13037 * MAINTAINERS: Add myself to "write after approval" list.
13038
c2f5d030
RH
130391999-12-14 Richard Henderson <rth@cygnus.com>
13040
13041 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13042 * config.sub: Accept alphaev[78], alphaev8.
13043
eeda916a
AO
130441999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13045
13046 * config.guess, config.sub: Update from autoconf.
13047
b3bd7820
BK
130481999-11-29 Bruce Korb <autogen@linuxbox.com>
13049
2c290989 13050 * MAINTAINERS: update my playtime e-address.
b3bd7820 13051
1882b2b1
RO
13052Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13053
13054 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13055 necessary libraries are missing.
13056
dce2d8b2 13057Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
13058
13059 * MAINTAINERS: Add new 'write after approval' maintainer.
13060
1e25de97
APB
13061Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13062
13063 * MAINTAINERS: Add new Java maintainer.
13064
1722c704
AS
130651999-10-25 Andreas Schwab <schwab@suse.de>
13066
13067 * configure: Fix quoting inside arguments of eval.
13068
8141abe8
NC
130691999-10-21 Nick Clifton <nickc@cygnus.com>
13070
13071 * config-ml.in: Allow suppression of some ARM multilibs.
13072
0b77644a
LV
13073Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13074
13075 * config.guess: Add OS/390 match pattern.
13076 * config.sub: Add mvs, openedition targets.
13077 * configure.in (i370-ibm-opened*): New.
13078
d207ebef
JM
130791999-09-04 Steve Chamberlain <sac@pobox.com>
13080
13081 * config.sub: Add support for configuring for pj.
13082
130831999-08-31 Nick Clifton <nickc@cygnus.com>
13084
13085 * config.sub (maybe_os): Add support for configuring for fr30.
13086
af13ebe9
NC
130871999-08-25 Nick Clifton <nickc@cygnus.com>
13088
13089 * configure.in: Do not configure or build ld for AIX
13090 platforms. ld is known to be broken on these platforms.
13091
1250c760
RO
13092Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13093
13094 * config-ml.in: Pass compiler flag corresponding to multidirs to
13095 subdir configures.
13096
d207ebef
JM
130971999-08-09 Ian Lance Taylor <ian@zembu.com>
13098
13099 * Makefile.in (LDFLAGS): Define.
13100
131011999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13102
13103 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13104 noconfigdirs.
13105 (*-*-cygwin*): Likewise.
13106
131071999-08-08 Ian Lance Taylor <ian@zembu.com>
13108
13109 * mkdep: New file.
13110 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13111 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13112
13113 From Eli Zaretskii <eliz@is.elta.co.il>:
13114 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13115 long file name when using DJGPP on MS-DOS.
13116
dbd83e11
JL
13117Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13118
13119 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13120
d207ebef
JM
131211999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13122
13123 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13124 dependency as this causes "make check" to globally "make all"
13125
cd1f4c2c
TT
13126Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13127
13128 * configure.in (target_libs): Added target-zlib.
13129 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13130 (CONFIGURE_TARGET_MODULES): Likewise.
13131 (CHECK_TARGET_MODULES): Likewise.
13132 (INSTALL_TARGET_MODULES): Likewise.
13133 (CLEAN_TARGET_MODULES): Likewise.
13134 (configure-target-zlib): New target.
13135 (all-target-zlib): Likewise.
13136 (all-target-libjava): Depend on all-target-zlib.
13137 (configure-target-libjava): Depend on configure-target-zlib.
13138
13139 * Makefile.in (configure-target-libjava): Depend on
13140 configure-target-newlib.
13141 (configure-target-boehm-gc): New target.
13142 (configure-target-qthreads): New target.
13143
e490616e
ZW
13144 * configure.in (target_libs): Added target-qthreads.
13145 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13146 (CONFIGURE_TARGET_MODULES): Likewise.
13147 (CHECK_TARGET_MODULES): Likewise.
13148 (INSTALL_TARGET_MODULES): Likewise.
13149 (CLEAN_TARGET_MODULES): Likewise.
13150 (all-target-qthreads): New target.
13151 (configure-target-libjava): Depend on configure-target-qthreads.
13152 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
13153
13154 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13155 (CONFIGURE_TARGET_MODULES): Likewise.
13156 (CHECK_TARGET_MODULES): Likewise.
13157 (INSTALL_TARGET_MODULES): Likewise.
13158 (CLEAN_TARGET_MODULES): Likewise.
13159 (all-target-libjava): New target.
13160 (all-target-boehm-gc): Likewise.
13161 * configure.in (target_libs): Added libjava, boehm-gc.
13162
d207ebef
JM
131631999-07-22 Ian Lance Taylor <ian@zembu.com>
13164
13165 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13166 configure.bat in SUPPORT_FILES.
13167 (gas+binutils.tar.bz2): Likewise.
13168
13169 * makeall.bat: Remove; obsolete.
13170
131711999-07-21 Ian Lance Taylor <ian@zembu.com>
13172
13173 From Mark Elbrecht:
13174 * configure.bat: Remove; obsolete.
13175
131761999-07-11 Ian Lance Taylor <ian@zembu.com>
13177
13178 * configure: Add -W -Wall to the default CFLAGS when compiling with
13179 gcc.
13180
13181Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13182
13183 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13184
131851999-06-30 Mark Mitchell <mark@codesourcery.com>
13186
13187 * configure.in: Build ld on IRIX6.
13188
131891999-06-12 Ian Lance Taylor <ian@zembu.com>
13190
13191 * Makefile.in: Change distribution targets to use bzip2 instead of
13192 gzip.
13193 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13194 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13195
131961999-06-04 Nick Clifton <nickc@cygnus.com>
13197
13198 * config.sub: Add mcore target.
13199
26d088fa
CD
13200Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13201
13202 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13203
c2c08b29
L
13204Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13205
13206 * config.guess (dummy): Changed to $dummy.
13207
671d0648
NC
132081999-05-24 Nick Clifton <nickc@cygnus.com>
13209
13210 * config.sub: Tidied up case statements.
13211
b1345c72
BE
132121999-05-22 Ben Elliston <bje@cygnus.com>
13213
51ccbd8d
BE
13214 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13215 <jiro@din.or.jp>.
13216
b1345c72
BE
13217 * config.guess: Merge with FSF version. Future changes will be
13218 more accurately recorded in this ChangeLog.
13219 * config.sub: Likewise.
13220
2caf864f
SM
13221Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13222
13223 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13224
d207ebef
JM
132251999-04-30 Tom Tromey <tromey@cygnus.com>
13226
13227 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13228
90fb0c24
TT
132291999-04-23 Tom Tromey <tromey@cygnus.com>
13230
13231 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13232
d207ebef
JM
132331999-04-20 Drew Moseley <dmoseley@cygnus.com>
13234
13235 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13236 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13237 Bad merge removed these two changes.
13238
3516940d 13239Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 13240 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
13241
13242 * config.guess (interix Alpha): Add.
13243
d207ebef
JM
132441999-04-11 Richard Henderson <rth@cygnus.com>
13245
13246 * configure.in (i?86-*-beos*): Do config gperf; don't config
13247 gdb, newlib, or libgloss.
13248
e891fbfe 13249Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13250
e891fbfe
AO
13251 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13252 link a trivial program with -mabi=64. If it fails, remove mabi=64
13253 from multidirs.
13254
f9ae47d6
PT
13255Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13256
13257 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13258
d207ebef
JM
132591999-04-08 Nick Clifton <nickc@cygnus.com>
13260
13261 * config.sub: Add support for mcore targets.
13262
132631999-04-07 Michael Meissner <meissner@cygnus.com>
13264
13265 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13266 not mt-ospace, in order to shut up assembler warning about using
13267 symbols that are named the same as registers.
13268
132691999-04-07 Drew Moseley <dmoseley@cygnus.com>
13270
13271 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13272 dependency list for all-target-cygmon.
13273
132741999-04-05 Doug Evans <devans@casey.cygnus.com>
13275
13276 * config-ml.in: Check $host, not $target, for selective multilibs.
13277 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13278 thumb interworking, and underscore prefix multilibs.
13279
132801999-04-04 Ian Lance Taylor <ian@zembu.com>
13281
13282 * missing: Update to version from current automake.
13283
88101ab9
L
13284Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13285
13286 * configure (gxx_include_dir): Removed.
13287
13288 * configure.in (gxx_include_dir): Handle it.
13289 * Makefile.in: Likewise.
13290
d207ebef
JM
132911999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13292
13293 * config.sub (mips64vr4111,mips64vr4111el) Add.
13294
132951999-03-21 Ben Elliston <bje@cygnus.com>
13296
e490616e 13297 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 13298
8dc91cbe
ME
13299Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13300
8dc91cbe
ME
13301 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13302 config/mh-djgpp.
13303
d207ebef
JM
13304Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13305
13306 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13307 all-target-newlib to dependency list for all-target-bsp.
13308
926bb5ed
MK
13309Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13310
13311 * config.sub: Add i386-uwin support.
13312 * config.guess: Likewise.
13313
4a6e3000
FS
13314Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13315
13316 * configure.in: cleanup, add mh-*pic handling for arm, special
13317 case powerpc*-*-aix*
13318
d207ebef
JM
13319Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13320
13321 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13322 can be built.
13323
13324Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13325
13326 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 13327 targets.
d207ebef 13328
71c91078
NC
133291999-03-02 Nick Clifton <nickc@cygnus.com>
13330
13331 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13332
282e5df8
GN
13333Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13334
13335 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13336
1de558ee
NC
133371999-02-24 Nick Clifton <nickc@cygnus.com>
13338
13339 * config.sub: Fix typo in arm recognition.
13340
d207ebef
JM
13341Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13342
13343 * configure.in (noconfigdirs): Changed target_configdirs to
13344 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13345 rather than m68k-*-* since it is not known to work on
13346 m68k-aout. Ditto for arm-*-*oabi.
13347
13348Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13349
13350 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
13351
133521999-02-19 Ben Elliston <bje@cygnus.com>
13353
13354 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13355 Smart and improved by Andrew Cagney.
13356
fab7445a
ME
13357Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13358
13359 * config.guess: Recognize openbsd-*-hppa.
13360
8ccdc228
L
13361Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13362
13363 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13364 only if it is not empty.
13365
3b7265ff
NC
133661999-02-17 Nick Clifton <nickc@cygnus.com>
13367
13368 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 13369
d207ebef 13370 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
13371
13372 * config.sub: Modified to recognize uname's armv* syntax.
13373
d207ebef
JM
133741999-02-17 Mark Salter <msalter@cygnus.com>
13375
13376 * configure.in: Added target-bsp for sparclite.
13377
13378Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13379
13380 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13381
133821999-02-08 Nick Clifton <nickc@cygnus.com>
13383
13384 * configure.in: Add support for strongarm port.
13385 * config.sub: Add support for strongarm target.
13386
c48dd3f5 13387Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 13388
c48dd3f5
MK
13389 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13390 the old name config/mh-cygwin32.
13391 Enable texinfo.
13392
d207ebef
JM
13393Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13394
13395 * configure.in: Do build ld for ix86 Solaris.
13396
ecd62820
JW
13397Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13398
13399 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13400 $AR_FOR_TARGET. Likewise for RANLIB.
13401
bbd8fa7f 13402Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 13403
e490616e
ZW
13404 * config.sub (oabi): Recognize.
13405 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 13406
0397442c
RL
13407Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13408
13409 * config.guess: Improve detection of i686 on UnixWare 7.
13410
c9ffaa63
MK
13411Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13412
13413 * config.guess: Add support for i386-pc-interix.
13414 * config.sub: Likewise.
13415 * configure.in: Likewise.
c9ffaa63 13416
d207ebef
JM
13417Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13418
13419 * Makefile.in: Remove unneeded all-target-libio from
13420 from all-target-winsup target since it is now unneeded.
13421 Add all-target-libtermcap in its place since it is now
13422 needed.
13423
13424Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13425
13426 * configure.in: makefile stub for cygwin target is probably
13427 unnecessary. Remove it for now.
d207ebef
JM
13428
13429Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13430
13431 * configure.in: libtermcap.a should be built when cygwin is the
13432 target as well as the host.
13433 * config.guess: Allow mixed case in cygwin uname output.
13434 * Makefile.in: Add libtermcap target.
d207ebef 13435
ebe12325
JL
13436Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13437
13438 * config.sub: Clean up handling of hppa2.0.
13439
57057b67
RB
13440Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13441
13442 * config.guess: Use C code to identify more HP machines.
13443
f8670be1
JL
13444Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13445
13446 * config.sub: Handle hppa2.0.
13447
d207ebef
JM
13448Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13449
13450 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 13451 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
13452
134531998-12-15 Mark Salter <msalter@cygnus.com>
13454
13455 * configure.in: Added target-bsp for several target architectures.
13456
13457 * Makefile.in: Added rules for bsp.
13458
d1a09590
JL
13459Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13460
13461 * config.guess: Improve detection of hppa2.0 processors.
13462
13463Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13464
13465 * config.guess: Recognize FreeBSD using ELF automatically.
13466
71205e0b
MH
134671998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13468
13469 * configure (skip-this-dir): Add handling for new shell script, which
13470 might be created by a sub-directory's configure to indicate, this particular
13471 directory is "unwanted".
13472 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13473
d207ebef
JM
13474Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13475
13476 * ltconfig: import from libtool, after changing libtool to
13477 account for the cygwin name change.
13478
13479Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13480
13481 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13482 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13483
13484Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13485
13486 * configure.in: Add libtermcap to list of cygwin dependencies.
13487
13488Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13489
e490616e
ZW
13490 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13491 they include winsup/include when it's a cygwin target.
d207ebef
JM
13492
134931998-11-12 Tom Tromey <tromey@cygnus.com>
13494
13495 * configure.in (host_tools): Added zip.
13496 * Makefile.in (all-target-libjava): Depend on all-zip.
13497 (all-zip): New target.
13498 (ALL_MODULES): Added all-zip.
13499 (NATIVE_CHECK_MODULES): Added check-zip.
13500 (INSTALL_MODULES): Added install-zip.
13501 (CLEAN_MODULES): Added clean-zip.
13502
13503Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13504
13505 * Makefile.in: lose "32" from comment about cygwin.
13506
13507Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13508
13509 * configure.in: Use -Os to build target libraries for the fr30.
13510
13511Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13512
13513 * config.sub: Add fr30.
13514
13515Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13516
e490616e 13517 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
13518 cygwin* instead of cygwin32*.
13519 * config.sub: Check cygwin* instead of cygwin32*.
13520
d2ec8b39
RL
13521Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13522
13523 * config.guess: Match any version of Unixware7.
13524
d207ebef
JM
135251998-10-20 Syd Polk <spolk@cygnus.com>
13526
13527 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13528 if desired.
13529
35cd2565
JL
13530Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13531
13532 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13533 these if the appropriate directories and files to not exist.
13534
52d4e5b7
JL
13535Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13536
13537 * Makefile.in (DEVO_SUPPORT): Add config.if.
13538
38ada91e
MH
13539Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13540
13541 * configure: Add pattern to replace "build_tooldir"'s
13542 definition in the generated Makefile with "tooldir"'s
13543 actual value.
13544
e44e84da
JL
13545Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13546
56a8387f
JL
13547 * config.sub: Bring back lost sparcv9.
13548
e44e84da
JL
13549 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13550
5cb95c7a
JL
13551Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13552
13553 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13554 CC_FOR_TARGET and friends.
13555
13556Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13557
ceff9b14
AO
13558 * Makefile.in (build_tooldir): New variable, same as tooldir.
13559 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13560 -B$(build_tooldir)/bin/.
13561 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 13562
f2d11dcd
GP
13563Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13564
13565 * README: Remove installation instructions and refer to the
13566 INSTALL directory instead.
13567
73a6d2e7 13568Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 13569
73a6d2e7
RL
13570 * config.sub: Add support for i[34567]86-pc-udk.
13571 * configure.in: Likewise.
13572
5d4a5ee6
JL
13573Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13574
13575 * Makefile.in: add bzip2 package building bits for user
13576 tools module
13577 * configure.in: ditto
13578
6fc19d6d
JL
13579Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13580
13581 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13582 (ALL_TARGET_MODULES): Add all-target-libobjc.
13583 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13584 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13585 (all-target-libchill): Add dependencies.
13586 * configure.in (target_libs): Add libchill.
4e81ae98 13587
f653f0ab
MH
135881998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13589
13590 * configure.in (target_subdir): Remove duplicate line.
13591
5d4a5ee6
JL
13592Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13593
13594 * Makefile.in (all-automake): fix dependencies.
13595
494933e4
JL
13596Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13597
13598 * configure.in: Minor cleanups for building in the $(target_alias)
13599 subdir.
13600
f6b58262
JW
136011998-09-22 Jim Wilson <wilson@cygnus.com>
13602
13603 * Makefile.in (bootstrap): Set r and s before make all. Use
13604 BASE_FLAGS_TO_PASS in make all.
13605 (cross): Likewise.
13606
27c7a08d
MM
136071998-09-20 Mark Mitchell <mark@markmitchell.com>
13608
13609 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13610
e67afd1e
RH
13611Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13612
13613 * config.sub: Fix typo in last change.
13614
8e44ac71
MH
136151998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13616
13617 * config.sub: Add support for C4x target.
13618 * configure.in: Likewise.
13619
d7496fbb
DM
136201998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13621
13622 * config.sub: Recognize sparcv9 just like sparc64.
13623
22097bd1
RL
13624Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13625
13626 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13627
4b877abd
JL
13628Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13629
2c8ec9a2
JL
13630 * config.guess: Correctly identify Pentium II sco boxes.
13631
4b877abd
JL
13632 * config.guess: Fix "tr" code. From Weiwen Liu.
13633
ab03db52
JH
13634Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13635
13636 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13637 stabs.
13638
b54db294
JL
13639Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13640
13641 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13642 (ALL_TARGET_MODULES): Add all-target-libchill.
13643 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13644 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13645 (all-target-libchill): Add dependencies.
13646 * configure.in (target_libs): Add libchill.
13647
bf48dd73
LW
13648Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13649
13650 * config.guess: Avoid assumptions about "tr" behaves when
13651 LANG is set to something other than English.
13652
a3cbd105
L
13653Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13654
13655 * configure (gxx_include_dir): Changed to
13656 '${prefix}/include/g++'-${libstdcxx_interface}.
13657
13658 * config.if: New to determine the interfaces.
13659
c4acd909
MK
13660Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13661
13662 * config.guess: Detect and handle MPE/IX.
13663 * config.sub: Deal with MPE/IX.
13664
9ea97665
DE
13665Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13666
13667 * configure.in: Use mh-aix43.
13668
0ce065bd
MH
136691998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13670
13671 * configure: Fix --without/--disable cases for gxx-include-dir.
13672
5d4a5ee6
JL
13673Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13674
13675 * mdata-sh: Imported. Needed for automake support.
13676
13677Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13678
13679 * Makefile.in (taz): Try "chmod -R og=u ." before
13680 "chmod og=u `find . -print`".
13681
13682Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13683
13684 * configure.in: Add arm-elf and thumb-elf support.
13685
13686Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13687
13688 * Makefile.in: Undo previous patch.
13689
13690Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13691
13692 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13693 to here ...
13694 (install-no-fixedincludes): and here
13695 (INSTALL_MODULES): ... from here.
13696
466456d9
ILT
13697Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13698
13699 * config.sub: Merge with FSF.
13700
1b409d25
ILT
13701 * config.guess: Merge with FSF.
13702
d207ebef
JM
13703Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13704
13705 * configure (extraconfigdirs): New variable.
13706 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13707 * Makefile.in (all): Move higher in file.
13708 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13709 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13710 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13711 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13712 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13713
137141998-07-23 Brendan Kehoe <brendan@cygnus.com>
13715
13716 * Makefile.in (all-target-libjava): Depend on all-gcc and
13717 all-target-newlib.
13718 (configure-target-libjava): Depend on $(ALL_GCC).
13719
7f1937c1
RL
13720Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13721
13722 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13723 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13724
2ada2bd6
ML
13725Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13726
13727 * INSTALL/README: Fix typo.
13728
1e025bde
ML
13729Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13730
5d4a5ee6
JL
13731 * ylwrap: Change absolute path checks to check for DOS style path
13732 names.
1e025bde 13733
5d4a5ee6
JL
13734 * ylwrap: Don't use a full path name if the source file is in the
13735 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 13736
6755ff73
ILT
13737 * config-ml.in: Default to being verbose, to match Feb 18 change to
13738 configure.
13739
5d4a5ee6
JL
13740Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13741
13742 Brought over from egcs:
13743
13744 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13745
13746 * configure.in (target_subdir): Set to ${target_alias} instead
13747 of "libraries".
13748
13749 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13750
13751 * configure.in (target_subdir): Set to libraries if enable_multilib.
13752
13753Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13754
13755 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13756 multilibs, force reconfiguration the first time we create
13757 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13758
13759Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13760
13761 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13762 avoid confusion with --no-recursion.
13763
13764Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13765
13766 * configure.in: Win32 hosts shouldn't use install -x
13767 * install-sh: remove -x option, and special .exe-handling
13768 hack.
13769
d207ebef
JM
13770Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13771
13772 * config.guess: Recognize i586-pc-beos.
13773 * configure.in: Don't build some bits for beos.
13774
fbd836fc
ILT
13775Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13776
5d4a5ee6
JL
13777 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13778 CFLAGS default to -O2.
13779
fbd836fc
ILT
13780 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13781 when using GNU ld.
13782
13783Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13784
13785 * ltmain.sh: Correct install when using a different shell.
13786
13787Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13788
13789 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13790
d207ebef
JM
13791Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13792
13793 * makefile.vms: Update to build binutils/makefile.vms. Add install
13794 target.
fbd836fc
ILT
13795
13796Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13797
13798 * ltconfig: Update to correct AIX handling.
13799
69b471bc
JL
13800Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13801
81241b5e
JL
13802 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13803
69b471bc
JL
13804 * configure.in (target_subdir): Set to ${target_alias} instead
13805 of "libraries".
13806
bedf82df
MH
138071998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13808
13809 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13810 (Makefile): Depend on $(gcc_version_trigger).
13811
13812 * configure (gcc_version): Change default initializer to empty
13813 string.
13814 (gcc_version_trigger): New variable; pass this variable down
13815 to subdir configures to enable them checking gcc's version
13816 themselves. Emit make macros for both gcc_version vars.
13817 (topsrcdir): Initialize reliably.
13818 (recursion line): Remove --with-gcc-version=${gcc_version}.
13819
28e449d8
MH
138201998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13821
13822 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
13823 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13824 in $(libsubdir); emit definition in each generated Makefile.
13825 (gxx_include_dir): Initialize depending on
13826 $enable_version_specific_runtime_libs.
28e449d8 13827
50c4c9f7
MH
138281998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13829
13830 * configure (gcc_version): Initialize properly depending on
13831 how and where configure is started.
13832 (recursion line): Pass a --with-gcc-version=${gcc_version}
13833 to configures in subdirs.
13834
d207ebef
JM
13835Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13836
13837 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 13838 cygmon
d207ebef 13839
5d4a5ee6
JL
13840Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13841
13842 * configure.in: Add cygmon and libstub support for mn10200.
13843
2f96399b
MH
138441998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13845
13846 * configure (gcc_version): Add new variable describing the
13847 particular gcc version we're building.
13848 * Makefile.in (libsubdir): Add new macro for the directory
13849 in which the compiler finds executables, libraries, etc.
13850 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13851 and libsubdir.
13852
c4137c50
AO
13853Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13854
ceff9b14
AO
13855 * Makefile.in (local-clean): Remove *.log.
13856 (warning.log): Built with warn_summary from build.log.
13857 (mail-report.log): Run test_summary.
13858 (mail-report-with-warnings.log): Run test_summary including
13859 warning.log in the report.
c4137c50 13860
276d5ee0
RL
13861Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13862
13863 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13864
5d4a5ee6
JL
13865Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13866
13867 * Makefile.in (grep): Grep no longer depends on libiberty.
13868
13869Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13870
13871 * Makefile.in: all-snavigator needs all-libgui.
13872
13873Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13874
13875 * configure.in: Add cygmon and libstub support for mn10300.
13876
8af14275
ILT
13877Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13878
13879 * missing: Update to version from automake 1.3.
13880
fbd836fc
ILT
13881 * ltmain.sh: On installation, don't get confused if the same name
13882 appears more than once in the list of library names.
13883
466456d9
ILT
13884Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13885
13886 * config.sub: Accept m68060 and m5200 as CPU names.
13887
5d4a5ee6
JL
13888Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13889
13890 * configure: Use && rather than using -a in test, because odd
13891 strings can confuse test.
13892 * configure.in: Likewise.
13893
fbd836fc
ILT
13894Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13895
13896 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13897
f0983958
AO
13898Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13899
13900 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 13901 bootstrap4-lean): New targets.
f0983958 13902
bfed1ea0
JL
13903Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13904
13905 * mpw-* Delete. Not used.
13906
5d4a5ee6
JL
13907Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13908
13909 * COPYING.LIB: Update FSF address.
13910
bfed1ea0
JL
13911Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13912
13913 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13914
5d4a5ee6
JL
13915 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13916 GAS_SUPPORT_DIRS.
13917
bfed1ea0
JL
13918Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13919
13920 * ltconfig, ltmain.sh: Avoid producing a version number if
13921 -version-info was not used.
13922
5d4a5ee6
JL
13923Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13924
13925 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13926 building with newlib.
13927
139281998-04-30 Paul Eggert <eggert@twinsun.com>
13929
d207ebef 13930 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 13931 Solaris `make' causes it to continue to next definition.
d207ebef
JM
13932
13933Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13934
13935 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13936 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
13937
13938Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13939
13940 * configure.in: Change alpha to alpha* in several places.
13941
d207ebef
JM
13942Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13943
13944 * config.sub: Recognize sparc86x.
13945
77be0cab
MM
13946Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13947
13948 * configure.in (--enable-target-optspace): Remove debug echo.
13949
62441128
JW
13950Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13951
13952 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13953
bfed1ea0
JL
13954Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13955
13956 * ltconfig: Update cygwin32 support.
13957
5d4a5ee6
JL
13958 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13959 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13960 (GDB_SUPPORT_DIRS): Likewise.
13961
3f4ea1de
MM
13962Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13963
13964 * configure.in (target_makefile_frag): If --enable-target-optspace,
13965 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
13966 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13967 not used.
13968 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 13969
5d4a5ee6
JL
13970Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13971
13972 * Makefile.in (all-bfd): Depend on all-intl.
13973 (all-binutils): Likewise.
13974 (all-gas): Likewise.
13975 (all-gprof): Likewise.
13976 (all-ld): Likewise.
13977
139781998-04-19 Brendan Kehoe <brendan@cygnus.com>
13979
13980 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13981
bfed1ea0
JL
13982Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13983
5d4a5ee6
JL
13984 * Makefile.in (all-bfd): Depend upon all-libiberty.
13985
bfed1ea0
JL
13986 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13987
5d4a5ee6
JL
13988Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13989
13990 * Makefile.in: Add libstub.
13991
13992 * configure.in: Ditto. Build libstub for targets that have cygmon
13993 support.
13994
13995Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13996
13997 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13998
13999Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14000
14001 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14002 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14003
ec8d6ddc
KW
14004Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14005
14006 * configure: Define DEFAULT_M4 by searching PATH.
14007 * Makfile.in: Use DEFAULT_M4.
14008
bfed1ea0
JL
14009Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14010
14011 * ltconfig: Add cygwin32 support.
14012
5d4a5ee6
JL
14013 * Makefile.in, configure.in: Add libtool as a native only directory
14014 to configure and build.
14015
547a6183
JL
14016Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14017
14018 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14019
5d4a5ee6 14020Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 14021
5d4a5ee6
JL
14022 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14023
14024Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14025
14026 * Makefile.in: add ash make rules
14027 * configure.in: add ash to native_only and host_tools lists
14028
14029Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14030
14031 * Makefile.in (all-gettext, all-intl): New targets.
14032 (ALL_MODULES): Added all-gettext, all-intl.
14033 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14034 (INSTALL_MODULES): Added install-gettext, install-intl.
14035 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14036
14037 * configure.in (host_tools): Added gettext.
14038 (native_only): Likewise.
14039 (noconfigdirs) [various cases]: Likewise.
14040 (host_libs): Added intl.
14041
d207ebef
JM
14042Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14043
14044 * configure: Do not disable building gdbtk for cygwin32 hosts.
14045
e98e406f
NC
14046Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14047
14048 * configure.in: Add thumb-coff target.
14049 * config.sub: Add thumb-coff target.
14050
5d4a5ee6
JL
14051Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14052
14053 * Makefile.in: Revert yesterday's change.
14054 (all-target-winsup): all-target-librx stays out of here.
14055
14056Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14057
14058 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14059 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14060 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14061 Remove references to librx and libg++.
14062
14063Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14064
14065 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14066 recursive makes
14067
bfed1ea0
JL
14068Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14069
14070 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 14071 for newlib directory.
bfed1ea0
JL
14072 (CXX_FOR_TARGET): Likewise.
14073
14074Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14075
14076 * ltconfig: Update after libtool/ltconfig.in change for
14077 hpux11.
14078
14079Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14080
14081 * ltconfig, ltmain.sh: Update to libtool 1.2.
14082
3cd730af
MH
14083Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14084
14085 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14086 (install-gcc-cross): Instead, override LANGUAGES here.
14087
80564603
DL
140881998-03-18 Dave Love <d.love@dl.ac.uk>
14089
14090 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14091 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14092
d207ebef
JM
14093Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14094
14095 * configure.in: Add Thumb-pe target.
14096
5d4a5ee6 14097Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 14098
5d4a5ee6
JL
14099 * Makefile.in - changed sn targets to snavigator
14100 * configure.in - changed sn targets to snavigator
14101
2d4a0558
MH
14102Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14103
14104 * config-ml.in: After building symlink tree call make distclean
14105 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14106 to be the case for libiberty.
14107
04b93567
L
14108Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14109
14110 * configure: When making link, also check the current
14111 directory. The configure scripts may create one.
14112
9a06b842
RH
14113Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14114
14115 * config.sub: Accept alphapca56 and alphaev6 properly.
14116
217fc4e6
FS
14117Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14118
14119 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14120
3e07bdbd 14121Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 14122
e490616e 14123 * config.sub (sco5): Fix typo.
3e07bdbd 14124
5d4a5ee6
JL
14125Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14126
14127 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14128 install-itcl.
14129 (install-itcl): Remove dependency on install-tcl.
14130
14131Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14132
14133 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14134
14135Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14136
14137 * configure.in: Don't build libgui for a cygwin32 target when not on
14138 a cygwin32 host.
14139
14140Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14141
14142 * configure (redirect): Set to null, so default behavior of
14143 configure is now --verbose.
14144
ce0d965c
DL
141451998-02-16 Dave Love <d.love@dl.ac.uk>
14146
14147 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14148 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14149
3acd1fd0
MH
14150Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14151
14152 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14153 this change to sync Makefile.in with its ChangeLog entries.
14154
5d4a5ee6
JL
14155Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14156
14157 * ltmain.sh (mkdir): Check that the directory doesn't exist
14158 before we exit with error, so that we don't get races during
14159 parallel builds.
14160
bfed1ea0
JL
14161Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14162
14163 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14164
4e77e8f1
MH
14165Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14166
14167 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14168 PICFLAG_FOR_TARGET.
14169 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14170
14171 * configure: Emit a definition for the new macro enable_shared
14172 into each Makefile.
14173
5d4a5ee6
JL
14174Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14175
14176 * configure.in (host_tools, native_only): Add libtool.
14177
14178Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14179
14180 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14181 Fix typo in ming config comment.
14182
bfed1ea0
JL
14183Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14184
14185 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14186
5d4a5ee6
JL
14187Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14188
14189 * config.sub: Add tic30 cases, and map c30 to tic30.
14190
8821a725
RH
14191Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14192
14193 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14194 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14195 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14196 (CLEAN_TARGET_MODULES): Similarly
14197 (all-target-libf2c): Add dependences.
4e81ae98 14198 * configure.in (target_libs): Add libf2c.
8821a725 14199
5d4a5ee6
JL
14200Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14201
14202 * configure.in: Remove expect from noconfigdirs when target
14203 is cygwin32. OK to build expect and dejagnu with Canadian
14204 Cross.
14205
0aadd657
ILT
14206Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14207
5d4a5ee6
JL
14208 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14209 host.
14210
0aadd657
ILT
14211 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14212 and mingw32.
14213
d0a8352c
MH
14214Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14215
14216 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14217 here as it is not defined in the toplevel Makefile.
14218
59739e3c
MH
14219Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14220
14221 * configure (package_makefile_rules_frag): New variable, which names
14222 a file with generic rules, ...
14223 Change comment to mention we now have FIVE parts.
14224 * configure: Undo last change.
14225
228197ee
LT
14226Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14227
14228 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 14229 * config.sub: More accurate determination of HP processor types.
228197ee 14230
efd4c0ba
MH
14231Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14232
14233 * configure (package_makefile_frag): Move inserting the
14234 ${package_makefile_frag} to where it should be according
14235 to the comment.
14236
6eef3189
PB
14237Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14238
14239 * config.guess: Add support for Linux/ARM.
14240
d207ebef
JM
14241Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14242
14243 * .cvsignore: Remove *-info and *-install since they match
14244 release-info and mpw-install, which we don't want to just ignore.
14245
48464ebf
RH
14246Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14247
14248 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14249
803462a7
PN
14250Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14251
14252 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14253 local_prefix to sub-make invocations.
14254
520ab477
L
14255Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14256
14257 * configure.in: Check makefile fragments in the source
14258 directory.
14259
4bcdb76d
AO
14260Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14261
ceff9b14
AO
14262 * configure.in: Check whether host and target makefile
14263 fragments exist before adding them to *_makefile_frag.
4bcdb76d 14264
5d4a5ee6
JL
14265Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14266
14267 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14268
14269Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14270
14271 * configure.in: Make sure we only replace RPATH_ENVVAR on
14272 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14273 regexp to sed.
14274
14275 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14276 to sub-makes.
14277
0d3e11a5
LI
142781998-01-13 Lee Iverson (leei@ai.sri.com)
14279
14280 * config-ml.in (multi-do): LDFLAGS must include multilib
14281 designator.
14282
d45b3d87 14283Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
14284
14285 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14286
d39cd7a1
MK
14287Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14288
14289 * config.sub: Add mingw32 support.
14290 * configure.in: Likewise.
d39cd7a1 14291
6decbc24
FS
14292Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14293
14294 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14295
5d4a5ee6
JL
14296Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14297
14298 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14299 * configure (gxx_include_dir): Provide a definition for subdirs
14300 which do not use autoconf.
14301
14302Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14303
14304 * config.guess: Sync with egcs. Picks up new alpha support,
14305 BeOS & some additional linux support.
14306
d3d1907a
JL
14307Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14308
14309 * config.guess: HP 9000/803 is a PA1.1 machine.
14310
b104e095
RH
14311Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14312
14313 * configure.in: It's alpha*-...
14314
aca823c1
L
14315Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14316
14317 * configure.in (host_makefile_frag, target_makefile_frag):
14318 Handle multiple config files.
14319 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14320 alpha-*-*.
14321
d207ebef
JM
14322Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14323
14324 * mkdep: New file.
14325
14326Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14327
14328 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14329
5d4a5ee6
JL
14330Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14331
14332 * Makefile.in: Add libgui directory.
14333 (GDB_TK): Add all-libgui.
14334 * configure.in: Add libgui directory.
14335 * configure: Add all-libgui to GDB_TK.
14336
14337Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14338
14339 * config-ml.in (multidirs): Add m32r to multilib list.
14340
14341Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14342
14343 * Makefile.in (all-target-gperf): Change dependency to
14344 all-target-libstdc++.
14345
baf55877
FF
14346Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14347
14348 * config.guess: Add BeOS support.
14349
5d4a5ee6
JL
14350Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14351
14352 Source directory cvs renamed to cvssrc:
14353 * configure.in (host_tools): Change cvs to cvssrc.
14354 (native_only): Likewise.
14355 (noconfigdirs) [various cases]: Likewise.
14356 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14357 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14358 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14359 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14360 (all-cvssrc): Rename target from all-cvs.
14361
f2d76545
JL
14362Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14363
14364 * configure (gxx_include_dir): Fix thinko.
14365
205cba53
JL
14366Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14367
14368 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14369 (install-cross, install-gcc-cross): New targets.
14370
5d4a5ee6
JL
14371Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14372
14373 * configure.in (noconfigdirs): Add support for Thumb target.
14374
14375 * config.sub (maybe_os): Add support for Thumb target.
14376
14377Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14378
14379 * Makefile.in: Add rules for cygmon.
14380
14381 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14382
96b0f1fc
JL
14383Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14384
14385 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14386 * configure (gxx_include_dir): Provide a definition for subdirs
14387 which do not use autoconf.
d207ebef
JM
14388
14389Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14390
14391 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 14392 11/18/97 build
d207ebef 14393
7dfef6ed
JL
14394Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14395
14396 * From Franz Sirl.
14397 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14398 found on RedHat Linux systems.
96b0f1fc 14399
83cfe7c0
JL
14400Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14401
14402 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14403 guesses.
14404
7dfef6ed
JL
14405Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14406
14407 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14408
5d4a5ee6
JL
14409Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14410
14411 * ltmain.sh: If mkdir fails, check whether the directory was created
14412 anyhow by some other process.
14413
d207ebef
JM
14414Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14415
14416 * configure.in (d30v-*-*): Configure all directories.
14417
14418Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14419
14420 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14421 for the D30V.
14422
14423Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14424
14425 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14426
5d4a5ee6
JL
14427Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14428
e490616e
ZW
14429 * include/libiberty.h: Add extern "C" { so it can be used with C++
14430 progrms.
14431 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14432 programs.
5d4a5ee6 14433
d207ebef
JM
14434Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14435
14436 * configure.in (d30v-*-*): Configure GCC now.
14437
5d4a5ee6
JL
14438Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14439
14440 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14441 is no longer needed.
14442
c9670e62
JM
14443Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14444
14445 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14446
cc71c0ca
MH
14447Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14448
14449 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14450 targets using "$@" to provide support for similar but not identical
14451 targets without having to duplicate code.
14452
d207ebef
JM
14453Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14454
14455 * makefile.vms: Fix to work with DEC C.
14456
14457Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14458
14459 * config.sub: Add mips-tx39-elf to marketing names.
14460
14461Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14462
14463 * ltmain.sh: Handle symlinks in generated script.
14464
14465Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14466
14467 * configure: Handle autoconf style directory options: --bindir,
14468 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14469 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14470 --sysconfdir.
14471 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14472 (sharedstatedir, localstatedir, oldincludedir): New variables.
14473 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14474 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14475 sbindir, sharedstatedir, and sysconfdir.
14476
b1e3ddfd
AJ
14477Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14478
14479 * Makefile.in (bootstrap-lean): New target.
14480
d207ebef
JM
14481Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14482
14483 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 14484 sn, and gnuserv from noconfigdirs.
d207ebef
JM
14485
14486Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14487
14488 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14489
09f97c1e
JL
14490Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14491
14492 * Makefile.in (cross): New target.
14493
335d0ab2
AO
14494Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14495 Jeff Law <law@cygnus.com>
14496
14497 * Makefile.in (bootstrap2, bootstrap3): New targets.
14498 (all-bootstrap): Remove outdated and confusing target.
339c9b00 14499 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 14500
d207ebef
JM
14501Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14502
14503 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 14504 windows. Consistent with gdb/configure.
d207ebef 14505
e693cc28
UD
145061997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14507
e693cc28
UD
14508 * configure.in: Name Linux target fragment.
14509
14510 * configure: Rewrite so that project Makefile fragment is inserted
14511 first and appears last in the resulting Makefile.
14512
d207ebef
JM
14513Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14514
14515 * Makefile.in (install-itcl): Install tcl first.
14516
5d4a5ee6
JL
14517Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14518
14519 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14520
f401679e
JW
14521Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14522
14523 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14524
14525 * configure.in (skipdirs): Add target-librx for Linux.
14526 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14527
ec20b1b9
JL
14528Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14529
14530 * Makefile.in (bootstrap): New target.
14531
becdcf6d
JL
14532Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14533
63f6bcd7 14534 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 14535
d207ebef
JM
14536Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14537
14538 * config.guess: Merge with FSF.
14539
0c82f6bf
FF
14540Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14541
14542 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14543
d207ebef
JM
14544Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14545
14546 * config.sub: Add "marketing-names" patch.
14547
3fbc0b70
JS
14548Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14549
e490616e 14550 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 14551
e20d4801
JL
14552Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14553
14554 * config.sub: Handle v850-elf.
14555
fe181f78 14556Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
14557
14558 * .cvsignore (*-install): Remove.
14559
bfed1ea0
JL
14560Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14561
14562 * ltconfig: Set CONFIG_SHELL in libtool.
14563 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14564
558a1e7c
JW
14565Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14566
14567 * configure.in (target_subdir): Set to libraries if enable_multilib.
14568
7818d6fc
JW
14569Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14570
14571 * config.guess: Update from gcc directory.
14572
d207ebef
JM
14573Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14574
14575 * Makefile.in (all-sim): Depends on all-readline.
14576
6599da04
JM
14577Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14578
14579 * Makefile.in (BISON, YACC): Use $$s.
14580 (all-bison): Depend on all-texinfo.
14581
14582Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14583
14584 * Makefile.in (BISON): Add -L flag.
14585 (YACC): Likewise.
14586
d207ebef
JM
14587Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14588
4e81ae98
EC
14589 * configure.in (noconfigdirs): Add support for v850e target.
14590
d207ebef
JM
14591 * config.sub (maybe_os): Add support for v850e target.
14592
14593Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14594
4e81ae98
EC
14595 * configure.in (noconfigdirs): Add support for v850ea target.
14596
d207ebef
JM
14597 * config.sub (maybe_os): Add support for v850ea target.
14598
6599da04
JM
14599Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14600
14601 * config.sub: Add mipstx39. Delete r3900.
14602
14603Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14604
14605 * Makefile.in (all-autoconf): Depends on all-texinfo.
14606
14607Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14608
14609 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14610 eabi targets.
14611
14612Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14613
14614 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14615
14616 * configure: When handling a Canadian Cross, handle YACC as well as
14617 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 14618 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
14619
14620Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14621
14622 * Makefile.in (BISON): bison, not byacc or bison -y.
14623 (YACC): bison -y or byacc or yacc.
14624 (various): Add *-bison as appropriate.
14625 (taz): No need to mess with BISON anymore.
14626
14627Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14628
14629 * configure: If OSTYPE matches *win32*, try to find a good value for
14630 CONFIG_SHELL.
14631
14632Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14633
14634 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14635 configure.in if it is present.
14636
14637Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14638
14639 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14640
14641Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14642
14643 * config.sub: Recognize `arc' cpu.
14644 * configure.in: Likewise.
14645 * config-ml.in: Likewise.
14646
14647Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14648
14649 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14650
14651Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14652
14653 * configure: Changed sed delimiter from ':' to '|' when
14654 attempting to substitute ${config_shell} for SHELL. On
14655 NT ${config_shell} may contain a ':' in it.
14656
14657Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14658
14659 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14660
14661Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14662
14663 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14664
14665Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14666
14667 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14668
14669 * ylwrap: If the program is a relative path, force it to be
14670 absolute.
14671
14672Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14673
14674 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14675
14676Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14677
14678 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
14679 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14680 for libraries.
6599da04
JM
14681
14682Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14683
14684 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 14685 separated by spaces.
6599da04
JM
14686
14687Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14688
14689 * ylwrap: New file.
14690 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14691
14692 * ltmain.sh: Handle /bin/sh at start of install program.
14693
14694 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14695
14696 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14697 * missing: New file, from automake 1.2.
14698
14699Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14700
14701 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14702 check-tk to CHECK_X11_MODULES.
14703
14704Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14705
14706 * config.sub: Merge with FSF.
14707
14708Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14709
14710 * config.guess: Merge with FSF.
14711
14712Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14713
14714 * configure: Treat msdosdjgpp like go32.
14715 * configure.in: Likewise. Don't remove gprof for go32.
14716
14717 * configure: Change Makefile.tem2 to Makefile.tm2.
14718
14719Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14720
14721 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14722
14723Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14724
14725 * install-sh (chmodcmd): Set to null if the DST directory already
14726 exists. Same as Nov 11th change.
14727
14728Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14729
4e81ae98 14730 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
14731
14732Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14733
14734 * config.guess: Update from FSF.
14735
14736Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14737
14738 * Makefile.in (GDB_TK): Depend on itcl and tix.
14739
14740Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14741
14742 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14743 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14744 (INSTALL_SCRIPT): New variable.
14745 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14746 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14747 to -x.
14748 * install-sh: Add support for -x option.
14749
14750Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14751
14752 * configure.in, Makefile.in: Treat tix like itcl.
14753
14754Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14755
14756 * Makefile.in (WINDRES): New variable.
14757 (WINDRES_FOR_TARGET): New variable.
14758 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14759 (EXTRA_HOST_FLAGS): Add WINDRES.
14760 (EXTRA_TARGET_FLAGS): Add WINDRES.
14761 (EXTRA_GCC_FLAGS): Add WINDRES.
14762 ($(DO_X)): Pass down WINDRES.
14763 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14764 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14765 DLLTOOL_FOR_TARGET.
14766
14767Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14768
14769 * configure.in: configure sim before gdb for win32-x-ppc
14770
14771Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14772
14773 Move gperf into the toplevel, from libg++.
14774 * configure.in (target_tools): Add target-gperf.
14775 (native_only): Add target-gperf.
14776 * Makefile.in (all-target-gperf): New target, depend on
14777 all-target-libg++.
14778 (configure-target-gperf): Empty rule.
14779 (ALL_TARGET_MODULES): Add all-target-gperf.
14780 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14781 (CHECK_TARGET_MODULES): Add check-target-gperf.
14782 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14783 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14784
14785Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 14786
6599da04
JM
14787 * config.sub (mn10200): Recognize new basic machine.
14788
14789Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14790
14791 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14792 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14793
14794Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14795
14796 * configure.in: If we're building mips-sgi-irix6* native, turn on
14797 ENABLE_MULTILIB and set TARGET_SUBDIR.
14798
14799Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14800
14801 * Makefile.in (all-sn): Depend on all-grep.
14802
14803Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14804
14805 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14806
14807 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14808 Makefile. From Jeff Makey <jeff@cts.com>.
14809 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14810
14811 * Makefile.in (DISTBISONFILES): Remove.
14812 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14813 $(DEFAULT_YACC).
14814
14815 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 14816 cygwin32.
6599da04
JM
14817
14818 * Makefile.in (LD): New variable.
14819 (EXTRA_HOST_FLAGS): Pass down LD.
14820 ($(DO_X)): Likewise.
14821
14822Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14823
14824 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14825
14826Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14827
14828 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 14829 before adding our own. Always add --build.
6599da04
JM
14830
14831Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14832
14833 * configure.in (targargs): Pass --build if we're doing
14834 a cross-compile.
14835
14836Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14837
ca236658 14838 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
14839 sed. Otherwise sed chokes on NT path names with drive
14840 designators. Also look for "?:*" as the leading characters in an
14841 absolute pathname.
14842
14843Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14844
14845 * config.sub: Support for r3900.
14846
14847Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14848
14849 * configure.in: Use install-sh, not install.sh.
14850
14851Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14852
14853 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14854 apply it twice.
14855
14856Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14857
14858 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14859 install-binutils.
14860
14861Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14862
14863 * Makefile.in: Add automake targets.
14864 * configure.in (host_tools): Add automake.
14865
14866Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14867
14868 * configure: Default CXX to c++, not gcc.
14869 * Makefile.in (CXX): Set to c++, not gcc.
14870 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14871
14872Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14873
14874 * install-sh: try appending a .exe if source file doesn't
14875 exist
14876
14877Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14878
14879 * configure.in: Turn on multilib by default.
14880 (cross_only): Remove target-libiberty.
14881
14882 * Makefile.in (all-gcc): Don't depend on libiberty.
14883
14884Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14885
14886 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14887
14888Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14889
14890 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14891 (DISTBISONFILES): Add ld/Makefile.in
14892
14893Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14894
14895 * configure.in: if target is cygwin32 but host isn't cygwin32,
14896 don't configure gdb tcl tk expect, not just gdb.
14897
14898Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14899
14900 * configure.in: Added gnuserv everywhere sn appears.
14901
14902 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14903 (CROSS_CHECK_MODULES): Added check-gnuserv.
14904 (INSTALL_MODULES): Added install-gnuserv.
14905 (CLEAN_MODULES): Added clean-gnuserv.
14906 (all-gnuserv): New target.
14907
14908Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14909
14910 * config.guess: Fixes for MIPS OpenBSD systems.
14911
14912Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14913
14914 * Makefile.in (INSTALL_XFORM): Remove.
14915 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14916
14917 * mkinstalldirs: New file, copied from automake.
14918 * Makefile.in (installdirs): Rename from install-dirs. Use
14919 mkinstalldirs. Change all users.
14920 (DEVO_SUPPORT): Add mkinstalldirs.
14921
14922Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14923
14924 * install-sh: Rename from install.sh.
14925 * Makefile.in (INSTALL): Change install.sh to install-sh.
14926 (DEVO_SUPPORT): Likewise.
14927
14928 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14929 Graichen <graichen@rzpd.de>.
14930
14931Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14932
14933 * config.guess: Recognize OpenBSD systems correctly.
14934
14935Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14936
14937 * README, Makefile.in (ETC_SUPPORT): Remove references to
14938 cfg-paper*, configure.{texi,man,info*}._
14939
14940Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14941
14942 * Makefile.in (all.normal): Ensure that gcc is built after all
14943 the x11 - ie gdb - targets.
14944
14945Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14946
14947 * makefile.vms: Don't run conf-a-gas.
14948
14949Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14950
e490616e 14951 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 14952
d207ebef
JM
14953Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14954
14955 * configure.in: Remove noconfigdirs case since gdb also
14956 configures and builds for tic80-coff.
14957
6599da04
JM
14958Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14959
14960 * configure: Set cache_file to config.cache.
14961 * Makefile.in (local-distclean): Remove config.cache.
14962
14963Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14964
14965 * COPYING: Update FSF address.
14966
d207ebef
JM
14967Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14968
14969 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14970 noconfigdirs.
14971
6599da04
JM
14972Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14973
14974 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14975 MAKEDIRS, is empty.
14976
14977Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14978
14979 * config.sub: Tweak mn10300 entry.
14980
14981Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14982
14983 * configure.in (host_tools): Put sim before gdb, so gdb's
14984 configure.tgt can determine if the simulator was configured.
14985
14986Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14987
14988 * config.sub: Move BeOS $os case to be with other Cygnus
14989 local cases.
14990
14991Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14992
14993 * config.sub: Remove misplaced comment that broke Linux.
14994
14995Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14996
14997 * config.sub: Add BeOS support.
14998
14999Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15000
15001 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15002
15003Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15004
15005 * configure.in (noconfigdirs): Remove tcl and tk from
15006 noconfigdirs for cygwin32 builds.
15007
d207ebef
JM
15008Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15009
15010 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15011
6599da04
JM
15012Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15013
15014 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15015 make-all.com, use makefile.vms instead.
15016
15017Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15018
15019 * config.sub: Accept -lnews*.
15020
d207ebef
JM
15021Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15022
15023 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 15024 target-examples and target-libiberty for d30v.
d207ebef
JM
15025
15026Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15027
15028 * configure.in (noconfigdirs): Enable ld for d30v.
15029
15030Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15031
15032 * configure.in (tic80-*-*): Build compiler.
15033
15034Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15035
15036 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 15037 unsupported d30v directories
d207ebef
JM
15038
15039Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15040
4e81ae98
EC
15041 * config.sub, configure.in: Add d30v target cpu.
15042
6599da04
JM
15043Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15044
15045 * makefile.vms: New file.
15046 * make-all.com: Remove.
15047
15048Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15049
15050 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15051
15052Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15053
15054 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15055
15056Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15057
15058 * Makefile.in (ALL_MODULES): Added all-db.
15059 (CROSS_CHECK_MODULES): Addec check-db.
15060 (INSTALL_MODULES): Added install-db.
15061 (CLEAN_MODULES): Added clean-db.
15062
15063Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15064
15065 * config.guess: Merge with latest FSF sources.
15066
15067Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15068
15069 * Makefile.in (ALL_MODULES): Added all-itcl.
15070 (CROSS_CHECK_MODULES): Added check-itcl.
15071 (INSTALL_MODULES): Added install-itcl.
15072 (CLEAN_MODULES): Added clean-itcl.
15073
15074Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15075
15076 * configure.in: build gdb for mn10200
15077
15078Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15079
15080 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15081
d207ebef
JM
15082Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15083
15084 * configure.in (tic80-*-*): Turn off most targets right now.
15085
6599da04
JM
15086Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15087
15088 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15089 rather than the makeinfo program.
15090 (do-info): Depend upon all-texinfo.
15091
15092Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15093
15094 * configure.in: Remove uses of config/mh-linux.
15095
15096 * config.sub, config.guess: Merge with latest FSF sources.
15097
d207ebef
JM
15098Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15099
15100 * config.sub (case $basic_machine): Add tic80 entries.
15101
6599da04
JM
15102Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15103
15104 * config.sub, config.guess: Merge with latest FSF sources.
15105
15106Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15107
15108 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15109 * mpw-config.in: Test for NewFolderRecursive.
15110 * mpw-install: Use symbolic name for startup filename.
15111 * mpw-README: Add various additional details.
15112
15113Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15114
15115 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15116
15117Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15118
15119 * configure.in: Do build gcc and the target libraries for
15120 the mn10200.
15121
15122Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15123
15124 * configure.in: don't avoid building gdb for mn10300 any more
15125 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15126 instead of single-quoting it.
15127
15128Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15129
15130 * configure.in: Don't use --with-stabs on IRIX 6.
15131
15132Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15133
15134 * configure.in (m32r): Build gdb, libg++ now.
15135
15136Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15137
15138 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15139 directories from noconfigdirs.
15140
15141Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15142
15143 * config.sub (basic_machine): added mips16 configuration
15144
15145Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15146
15147 * config.sub: Handle d10v-unknown.
15148
d207ebef
JM
15149Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15150
15151 * config.sub: Handle v850-unknown.
15152
6599da04
JM
15153Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15154
15155 * Makefile.in: add findutils
15156 * configure.in: add findutils to list of host_tools
15157
15158Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15159
15160 * config.sub: Handle mn10200 and mn10300.
15161
15162Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15163
15164 * configure.in (d10v-*): Do not build librx.
15165
15166Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15167
15168 * configure.in (mn10300): Build everything except gdb & libgloss.
15169
15170Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15171
15172 * config.guess: Patch for Dansk Data Elektronik servers,
15173 from Niels Skou Olsen <nso@dde.dk>.
15174
15175 For ncr, use /bin/uname rather than uname, since GNU uname does not
15176 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15177
15178 Patch for MIPS R4000 running System V,
15179 from Eric S. Raymond <esr@snark.thyrsus.com>.
15180
15181 Fix thinko for nextstep.
15182
15183 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15184
15185 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15186 * config.guess: Guess mips-dec-mach_bsd4.3.
15187
15188 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15189 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15190 release numbers.
15191 * config.guess (mips-mips-riscos*): Emit just enough of the
15192 release number.
15193
15194 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15195 * config.guess (sparc-auspex-sunos*): Added.
15196 (f300-fujitsu-*): Added.
15197
15198 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15199 * config.guess: Recognize a Tadpole as a sparc.
15200
15201Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15202
15203 * config.guess: Don't assume that NextStep version is either 2 or
15204 3. NextStep 4 (aka OpenStep 4) has come out now.
15205
15206Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15207
15208 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15209 From Rik Faith <faith@cs.unc.edu>.
15210
15211Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15212
15213 * config.sub: Contributions from bug-gnu-utils to:
15214 Support plain "hppa" (no version given) architecture, reported by
15215 OpenStep.
15216 OpenBSD like NetBSD.
15217 LynxOs is not a hardware supplier.
15218
15219 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 15220 OpenBSD like NetBSD.
6599da04
JM
15221 Stratus systems.
15222 More Pyramid systems.
15223 i[n>4]86 Intel chips.
15224 M680[n>4]0 Motorola chips.
15225 Use unknown instead of lynx for hardware manufacturer.
15226
15227Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15228
15229 * install.sh (chmodcmd): Set to null if the DST directory already
15230 exists.
15231
15232Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15233
15234 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15235 not use mt-ppc target Makefile fragment any more.
15236
15237Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15238
15239 * configure.in (*-*-windows): Exclude everything but those dirs
15240 needed to build windows.
15241
15242Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15243
15244 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15245
15246Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15247
15248 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
15249
15250Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15251
15252 * Undo my previous change.
15253
15254Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15255
15256 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15257 unconditionally.
15258 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15259
15260Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15261
15262 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15263 host to add it's own flags.
6599da04
JM
15264
15265Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15266
15267 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15268
15269Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15270
15271 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15272 (CXX_FOR_TARGET): Likewise.
15273 (GCC_FOR_TARGET): Define.
15274 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15275 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15276 CC_FOR_TARGET was specified on the command line.
15277 (MAKEOVERRIDES): Don't define.
15278
15279Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15280
15281 * configure.in (m32r): Fix spelling of libg++ libs.
15282
15283Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15284
15285 * config.sub (-apple*): Remove, now redundant.
15286
15287Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15288
15289 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15290
15291 * configure: Rework yesterday's sed script patch.
15292
15293 * config.sub: Merge with FSF.
15294
15295Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15296
15297 * config.guess: Merge from FSF.
15298
15299 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
15300 * config.guess: Use pc instead of unknown, for pc clone systems.
15301 Change linux to linux-gnu.
6599da04
JM
15302
15303 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 15304 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
15305
15306Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15307
15308 * test-build.mk (HOLES): Add "xargs" for gdb.
15309
15310 * configure: Avoid hpux10.20 sed bug.
15311
15312Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15313
731a8127 15314 * configure.in: Add support for windows host
6599da04
JM
15315 (that is a build done under the Microsoft build environment).
15316
15317Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15318
15319 * Makefile.in: Replace all uses of srcroot with s, to shrink
15320 command line lengths.
15321
15322 Patches from Geoffrey Noer <noer@cygnus.com>:
15323 * configure.in: If configuring for newlib, pass --with-newlib to
15324 subdirectories.
15325 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15326 -Bnewlib/ and -Lwinsup to gcc.
15327 (CXX_FOR_TARGET): Likewise.
15328
15329Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15330
15331 * Makefile.in (ETC_SUPPORT): Add configure.
15332
15333Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15334
4e81ae98 15335 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
15336 host configuration file.
15337
15338Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15339
15340 * configure.in: Break mn10x00 support into separate
15341 mn10200 and mn10300 configurations.
15342 * config.sub: Likewise.
15343
15344Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15345
15346 * configure.in: Add lots of stuff to noconfigdirs for
15347 the mn10x00 targets.
15348
15349 * config.sub, configure.in: Add mn10x00 support.
15350
15351Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15352
15353 * make-all.com: Call conf-a-gas, not config-a-gas.
15354
15355Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15356
15357 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 15358 targets.
6599da04
JM
15359
15360Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15361
15362 * mpw-README: Add much more detail for native PowerMac.
15363 * mpw-install: New file.
15364 * mpw-configure: Add --norecursion and --help options.
15365 * mpw-config.in: Translate readme and install files when
15366 copying to objdir.
15367 * mpw-build.in: Don't always depend on byacc and flex.
15368 (install-only-top): New action.
15369
d207ebef
JM
15370Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15371
15372 * configure.in: You can now configure GDB for the v850.
15373
6599da04
JM
15374Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15375
15376 * configure.in (noconfigdirs): Don't configure any C++ dirs
15377 if targeting D10V.
15378
15379Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15380
15381 * config.sub: Recognize mips64vr5000.
15382
15383Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15384
15385 * configure.in: Use a single line for host_tools and native_only.
15386
15387Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15388
15389 * config.sub, configure.in: Add entries for m32r.
15390
15391Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15392
15393 * Makefile.in (inet-install): Don't run install-gzip.
15394
15395Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15396
15397 * configure.in: Don't config lots of things for *-*-windows*.
15398
15399Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15400
15401 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15402 (host_libs, host_tools): Copy from configure.in.
15403 * mpw-configure: Don't complain about directories not found.
15404
15405Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15406
15407 * configure.in (i[345]86): Recognize i686 for pentium pro.
15408 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15409 file.
15410
15411 * config.guess (i[345]86): Ditto.
15412
15413Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15414
15415 * configure.in (noconfigdirs): Removed gdb for D10V.
15416
d207ebef 15417Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 15418
d207ebef
JM
15419 * configure.in: Remove ld, target-libio, target-libg++, and
15420 target-libstdc++ from noconfigdirs.
5d4a5ee6 15421
6599da04
JM
15422Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15423
15424 * configure: Fix three locations where shell scripts were
15425 being run directly rather than with config_shell.
15426
d207ebef
JM
15427Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15428
15429 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15430 * config.sub (basic_machine): Recognize v850.
15431
6599da04
JM
15432Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15433
15434 * mpw-configure: Handle multiple enable/disable options and
15435 pass them down recursively, handle -c and -s flags appropriately
15436 depending on choice of compiler, add escape mechanism for
15437 quoted arguments to gC.
15438
15439Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15440
15441 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15442 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15443 so that -mrelocatable-lib and -mno-eabi are used.
15444
15445 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15446 not support --print-multi-lib, don't abort.
15447
6599da04
JM
15448Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15449
15450 * make-all.com: Run config-a-gas.
15451 * setup.com: Don't copy subdirectory files around.
15452
15453Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15454
15455 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15456 target, it now compiles correctly.
15457
15458Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15459
15460 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15461
15462Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15463
4e81ae98 15464 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
15465
15466Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15467
15468 * configure.in (native_only): Add prms.
15469
15470Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15471
15472 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15473 (BINUTILS_SUPPORT_DIRS): Likewise.
15474
15475Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15476
15477 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15478 d10v support is added.
15479
15480Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15481
15482 * configure.in (d10v-*-*): New target.
15483
15484Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15485
15486 * config.guess (HP 9000/811): Recognize this as a PA1.1
15487 machine.
15488
15489Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15490
15491 * Makefile.in (do-tar-gz): New target, split out from tail end of
15492 taz target. Run each command separately, don't use pipes.
15493 (taz): Use it.
15494
15495Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15496
15497 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15498 * mpw-build.in: No builds should depend on building byacc or flex,
15499 they are assumed to be installed already.
15500
15501Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15502
15503 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15504 variable that CC_FOR_TARGET needs.
15505
15506Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15507
15508 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15509 options have changed since the last time the subdirectory was
15510 configured, and if it has, reconfigure.
15511 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15512 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15513
15514Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15515
15516 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15517 CLEAN_MODULES): Add bash.
15518 (all-bash): New target.
15519
15520Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15521
15522 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15523
15524Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15525
15526 * config.sub (basic_machine): Recognize d10v as a valid processor.
15527
15528Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15529
15530 * mpw-configure: Add support for --bindir.
15531 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15532
15533Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15534
15535 * configure.in: add bash, time, gawk to list of hosttools and things
15536 to only build for native toolchains
15537
15538Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15539
15540 * Makefile.in (docdir): Remove.
15541
15542Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15543
15544 * Makefile.in (datadir): Set to $(prefix)/share.
15545
15546Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15547
15548 * configure.in: build diff and patch for cygwin32-hosted
15549 toolchains.
15550
15551Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15552
15553 * config.sub: Accept -rtems*.
15554
15555Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15556
e490616e
ZW
15557 * configure.in: enable dosrel for cygwin32-hosted builds,
15558 remove diff from the list of things not buildable
15559 via Canadian Cross
6599da04
JM
15560
15561Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15562
15563 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 15564 don't get ". ".
6599da04
JM
15565
15566Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15567
15568 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15569
15570Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15571
15572 * Makefile.in (taz): Handle case where tex3patch didn't even get
15573 checked out. Also, if it was found, put the symlink in a new util
15574 subdirectory.
15575
15576Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15577
15578 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15579
15580Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15581
15582 * config.sub: Recognize -openvms.
15583 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15584 * make-all.com, setup.com: New files.
15585
15586Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15587
15588 * Makefile.in (taz): tex3patch moved to texinfo/util.
15589
15590Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15591
15592 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15593 * configure.in: remove make from disable-if-Can-Cross list
15594 enable gdb if ${host} and ${target} are cygwin32
15595
15596Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15597
15598 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15599 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15600
15601Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15602
15603 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15604 distinguish sysv/svr4/bsd variants.
15605 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15606
15607Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15608
15609 * configure.in: Added copyright notice.
15610 * move-if-change: Added copyright notice.
15611
15612Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15613
15614 * configure.in (powerpcle-*-solaris*): Until we get shared
15615 libraries working, don't build gdb, sim, make, tcl, tk, or
15616 expect.
15617
15618Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15619
15620 * config.guess: Merge with FSF:
15621
15622 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15623 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15624
15625 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15626 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15627
15628 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15629 * config.guess: Combine two OSF1 rules.
15630 Also recognize field test versions. From mjr@zk3.dec.com.
15631 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15632 because GNU uname does not support -p. From pmr@pajato.com.
15633
15634Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15635
15636 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15637
15638Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15639
15640 * mpw-README: Document GCCIncludes.
15641
15642Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15643
15644 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15645
15646Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15647
15648 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15649
15650Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15651
15652 * configure.in (*-*-cygwin32): Configure make.
15653
15654Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15655
15656 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15657
15658Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15659
15660 * Makefile.in (all-inet): Depend on all-perl.
15661
15662 * Makefile.in (inet-install): New target.
15663
15664 * Makefile.in (all-inet): Depend on all-tcl.
15665 (all-inet): Depend on all-send-pr.
15666
15667Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15668
15669 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15670 temporarily.
15671
15672Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15673
15674 * configure.in: Don't configure --with-gnu-ld on AIX.
15675
15676Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15677
15678 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15679
15680Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15681
15682 * Makefile.in (ALL_MODULES): Added all-inet.
15683 (CROSS_CHECK_MODULES): Added check-inet.
15684 (INSTALL_MODULES): Added install-inet.
15685 (CLEAN_MODULES): Added clean-inet.
15686 (all-indent): New target.
15687
15688 * configure.in (host_tools): Added inet.
15689 (native_only): Added inet.
15690 (noconfigdirs): Added inet.
15691
15692Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15693
15694 * configure.in: Don't configure libgloss if we are not configuring
15695 newlib.
15696
15697Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15698
15699 * configure.in: Don't configure libgloss for unsupported
15700 architectures.
15701
15702Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15703
15704 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15705
15706Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15707
15708 * Makefile.in (ALL_MODULES): Include all-apache.
15709 (CROSS_CHECK_MODULES): Include check-apache.
15710 (INSTALL_MODULES): Include install-apache.
15711 (all-apache): New target.
15712
15713 * configure.in: Added apache everywhere perl is seen.
15714
15715Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15716
15717 * Makefile.in: Add support for clean-{module} and
15718 clean-target-{module} rules.
15719
15720Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15721
15722 * configure.in (*-*-ose) do not build libgloss.
15723
15724Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15725
15726 * config.guess (prep*:SunOS:5.*:*): Turn into
15727 powerpele-unknown-solaris2.
15728
15729Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15730
15731 * configure.in: Permit --enable-shared to specify a list of
15732 directories.
15733
15734Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15735
15736 * configure.in (host==solaris): Pass only the first word of $CC
15737 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15738
15739Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15740
15741 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15742
15743Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15744
15745 * Makefile.in (ALL_MODULES): Include all-perl.
15746 (CROSS_CHECK_MODULES): Include check-perl.
15747 (INSTALL_MODULES): Include install-perl.
15748 (ALL_X11_MODULES): Include all-guile.
15749 (CHECK_X11_MODULES): Include check-guile.
15750 (INSTALL_X11_MODULES): Include install-guile.
15751 (all-perl): New target.
15752 (all-guile): New target.
15753
15754 * configure.in (host_tools): Include perl and guile.
15755 (native_only): Include perl and guile.
15756 (noconfigdirs): Don't build guile and perl; no ports have been
15757 done.
15758
15759Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15760
e490616e
ZW
15761 * configure (--enable-*): Handle quoted option lists such as
15762 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
15763
15764Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15765
15766 * Makefile.in ({,inst}all-target): New rule so we can make and
15767 install all of the target directories easily.
15768
15769Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15770
15771 * configure.in: Add missing global flag in sed substitution when
15772 deleting `target-' from ${configdirs}.
15773
15774Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15775
15776 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15777 option.
15778
15779 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15780 config/mh-necv4.
15781
15782 * install.sh: Correct misspelling of transformbasename.
15783
15784 * config.guess: Recognize mips-*-sysv*.
15785
15786Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15787
15788 * config.sub: Recognize mon960.
15789
15790Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15791
15792 * configure: Restore Canadian Cross handling of BISON and LEX,
15793 removed in Feb 20 change.
15794
15795Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15796
15797 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15798 Mention make install. Remove the old copyright date as well the
15799 clumsy and rather pointless copyright on the README file.
15800
15801Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15802
15803 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15804 Makefile after running symlink-tree, then run `make distclean' to
15805 avoid clobbering any generated files in srcdir.
15806
15807Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15808
15809 * configure.in (m68k-*-netbsd*): Build everything now.
15810
15811Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15812
15813 * Makefile.in (taz): Fix quoting.
15814
15815Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15816
15817 * configure.in (sparclet-*-*): Build everything now.
15818
15819Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15820
15821 * configure.in (m68k-*-linux*): New host.
15822
15823Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15824
15825 * configure: Check for bison before byacc.
15826
15827Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15828
15829 * Makefile.in configure: Change the way LEX and BISON/YACC are
15830 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15831 searching PATH. These are used as fallbacks by Makefile.in if
15832 flex/bison/byacc aren't in objdir.
15833
15834Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15835
15836 * Makefile.in: Make everything which depends upon all-bfd also
15837 depend upon all-opcodes, in case --with-commonbfdlib is used.
15838
15839Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15840
15841 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15842 building NT native compilers on Unix.
15843
15844Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15845
15846 * configure.in: Don't get CC from the host Makefile fragment if we
15847 can find gcc in PATH, or if this is a Canadian Cross. Move the
15848 Solaris test for /usr/ucb/cc to the post target script, just after
15849 the compiler sanity test.
15850
15851Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15852
15853 * config.sub: Merge with FSF.
15854
15855Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15856
15857 * Makefile.in (RPATH_ENVVAR): New variable.
15858 (REALLY_SET_LIB_PATH): Use it.
15859 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15860
15861Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15862
15863 * config.sub, configure.in: Recognize sparclet cpu.
15864
15865Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15866
15867 * config.guess: Support m68k-cbm-sysv4.
15868
15869Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15870
15871 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15872 m68k-unknown-linuxaout from linker help string. Put quotes around
15873 $ld_help_string.
15874
15875Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15876
15877 * config.guess (powerpc-harris-powerunix): Add guess for port
15878 to new target.
15879
15880Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15881
15882 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15883
15884Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15885
15886 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15887 $(REALLY_SET_LIB_PATH) in Makefile.
15888 * Makefile.in (SET_LIB_PATH): New variable.
15889 (REALLY_SET_LIB_PATH): New variable.
15890 ($(DO_X)): Use $(SET_LIB_PATH).
15891 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15892 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15893 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15894 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15895 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15896 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15897 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15898 (install-dosrel): Likewise.
15899 (all-opcodes): Depend upon all-libiberty.
15900
15901Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15902
15903 * config.guess (*:CYGWIN*): New
15904
15905Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15906
15907 * Makefile.in (all-target-winsup): All all-target-libiberty.
15908
15909Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15910
15911 * configure.in (noconfigdirs): Add missing # in front of comment.
15912
15913Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15914
15915 * configure.in: add second pass to things added to noconfigdirs
15916 so *-gm-magic can exclude libgloss properly.
15917
15918Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15919
15920 * mpw-configure (extralibs_name, rez_name): Set correctly
15921 for MWC68K compiler.
15922
15923 * mpw-README: Add more info on the necessary build tools.
15924
15925Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15926
15927 * configure.in, config.sub: Recognize cygwin32.
15928
15929Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15930
15931 * config.guess, config.sub: Recognize A/UX.
15932
15933Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15934
15935 * config.sub: Merge with gcc/config.sub.
15936
15937Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15938
15939 * mpw-build.in (do-binutils): Add build of stamps.
15940
15941Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15942
15943 * config.sub: Add recognition for mips64vr4100*-* targets.
15944
15945Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15946
15947 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15948 Add creation of gconfigargs with `--enable-shared' turned on.
15949 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15950 ($(host)-stamp-stage3-configured): Likewise.
15951 (HOLES): Add chatr and ldd.
15952 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15953
15954Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15955
15956 * configure: Pass --nfp to recursive configures.
15957
15958Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15959
15960 * Makefile.in (DLLTOOL): New.
15961 (DLLTOOL_FOR_TARGET): New.
15962 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15963 (EXTRA_TARGET_FLAGS): Ditto.
15964 (EXTRA_GCC_FLAGS): Ditto.
15965 (CONFIGURE_TARGET_MODULES): Ditto.
15966 (DO_X): Ditto.
15967 * configure: Add DLLTOOL.
15968
15969Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15970
15971 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15972 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15973 mh-sco, since old workarounds no longer needed, and don't
15974 build ld, since libraries have weak symbols in COFF.
15975
15976Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15977
15978 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15979
15980Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15981
15982 * configure.in: Make sure that ${CC} can be used to compile an
15983 executable.
15984
15985Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15986
15987 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15988 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15989 nothing depending on whether gdbtk is being built.
15990
15991Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15992
15993 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15994
15995Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15996
15997 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15998 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15999
16000Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16001
16002 * config-ml.in: Add support for
16003 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16004 Simplify setting of multidirs from --disable-foo.
16005
16006Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16007
16008 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16009 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16010 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 16011 non-empty, pass them on to the GCC make.
6599da04
JM
16012 (all-bootstrap): New rule that is like all-gcc, except it executes
16013 the GCC bootstrap rule instead of the GCC all rule.
16014
16015Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16016
16017 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16018
16019Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16020
16021 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16022 DG/UX support.
16023
16024Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16025
16026 * config.sub (i*86*) Change [345] to [3456]
16027
16028Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16029
16030 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16031 --with-gnu-ld=no.
16032
16033Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16034
16035 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16036 AIX multilibs get built.
16037
16038Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16039
16040 * configure.in (i386-win32): Don't build expect if we're not
16041 building the tcl subdir.
16042
16043Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16044
16045 * Makefile.in: (configure-target-examples, all-target-examples):
16046 New targets, configure and build example programs.
16047
16048Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16049
16050 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16051 use it as input to sedit the generated MPW makefile.
16052 * mpw-README: Add a suggestion about Gestalt.h.
16053
16054Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16055
16056 * config.sub: Accept *-*-ieee*.
16057
16058Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16059
16060 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16061 Ronald F. Guilmette <rfg@monkeys.com>.
16062
16063Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16064
16065 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16066 for powerpc-pe native.
16067 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16068 (target==powerpc-pe): duplicate i386-win32 entry.
16069
16070Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16071
16072 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16073 of vxworks, not just vxworks5.1.
16074
16075Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16076
16077 * mpw-configure: Add support for exec-prefix.
16078
16079Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16080
16081 * config.guess: Recognize HP model 816 machines as having
16082 a PA1.1 processor.
16083
16084Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16085
16086 * configure: Ignore new autoconf configure options.
16087
6599da04
JM
16088Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16089
16090 * config.guess: Recognize Pentium under SCO.
16091 From Robert Lipe <robertl@arnet.com>.
16092
16093Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16094
16095 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
16096
16097Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16098
16099 * configure.in: Don't configure gas for alpha-dec-osf*.
16100
16101Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16102
16103 * configure.in: Default to --with-stabs for some targets for which
16104 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16105 i[345]86*-*-unixware*.
16106
16107Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16108
16109 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16110 rather than basing it on the target. Simplify handling of options
16111 controlling which directories to configure. Remove extraneous
16112 slash in multi-clean target.
16113
16114Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16115
16116 * config-ml.in: Prefix more variables with ml_ so they don't collide
16117 with configure's.
16118
16119Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16120
16121 * configure: Don't turn -v into --v.
16122
16123Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16124
16125 * configure.in (targargs): Fix typo.
16126
16127 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16128
16129Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16130
16131 * configure.in: Strip --host and --target options from
16132 CONFIG_ARGUMENTS, and always configure for --host only. Add
16133 --with-cross-host option when building with a cross-compiler.
16134 * configure: Canonicalize the arguments put into config.status by
16135 always using `=' for an option with an argument. Pass a presumed
16136 --host or --target explicitly.
16137
16138Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16139
16140 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16141 into general OS recognition case.
16142
16143Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16144
16145 * configure.in (target_configdirs): add target-winsup only
16146 for win32 target systems.
16147
16148Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16149
16150 * Makefile.in (all-target-libgloss): Depend upon
16151 configure-target-newlib, since when libgloss is built it looks to
16152 see if the newlib directory exists.
16153
16154Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16155
16156 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16157 cfg-ml-*.in.
16158
16159Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16160
16161 * configure: Handle LD and LD_FOR_TARGET when configuring a
16162 Canadian Cross.
16163
6599da04
JM
16164Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16165
16166 * configure.in (target_libs): add target-winsup.
16167 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16168 (target==ppcle-pe): remove ld from $noconfigdirs.
16169
16170Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16171
16172 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16173 Preserve relative path names in $srcdir. Build symlink tree if
16174 configuring cross target dir and srcdir=. (= no VPATH support).
16175 (configure-target-libg++): Depend on configure-target-librx.
16176 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16177 * config-ml.in: New file.
16178 * symlink-tree: New file.
16179 * configure: Ensure srcdir="." if that's what it is.
16180
16181Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16182
16183 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16184 includes and FLEX_SKELETON setting.
16185 * mpw-configure (--with-gnu-ld): New option, controls whether
16186 to use PPCLink or ld with PowerMac GCC.
16187 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16188 * mpw-config.in: Configure grez if targeting Mac.
16189
16190 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
16191 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16192 just macos.
6599da04
JM
16193 * configure.in: Configure grez resource compiler if targeting Mac.
16194 * Makefile.in (all-grez, install-grez): New targets.
16195
16196Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16197
16198 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 16199 gcc in the path, set CC to gcc -O2.
6599da04
JM
16200
16201Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16202
16203 * configure: Default ${build} correctly. Avoid picking up extra
16204 spaces when reading CC and CXX from Makefile. When doing a
16205 Canadian Cross, use plausible default values for numerous
16206 variables.
16207 * configure.in: When doing a Canadian Cross, don't try to
16208 configure tools whose configure script can't handle it.
16209
16210Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16211
16212 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16213
16214Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16215
16216 * configure: Remove dubious bug reporting address.
16217
16218Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16219
16220 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16221 configure script, run that instead of this directory's configure.
16222 In either case, print a message that we're configuring the sub-dir.
16223
16224Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16225
16226 * configure.in: Before checking for the existence of various files,
16227 use sed to filter out "target-".
16228
16229Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16230
16231 * Makefile.in (DO_X): Split rule to decrease command line length
16232 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16233 (Philippe De Muyter).
16234
16235Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16236
16237 * Makefile.in (all-patch): depend on all-libiberty.
16238
16239Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16240
16241 * configure.in: If the only directory in target_configdirs which
16242 actually exists is libiberty, then set target_configdirs to empty,
16243 to avoid trying to build a target libiberty in a gas or gdb
16244 distribution.
16245
16246Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16247
16248 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
16249 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16250 systems.
6599da04
JM
16251
16252Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16253
16254 * configure.in (copy_dirs): Use sys-include instead of include
16255 for --with-headers option.
16256
16257Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16258
16259 * Makefile.in, configure.in: Make winsup builds work with
16260 new scheme.
16261
16262Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16263
16264 * configure.in: Build the linker on AIX.
16265
16266Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16267
16268 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16269 where needed.
16270
16271Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16272
16273 * Makefile.in (all-gcc): Fix typo.
16274
16275Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16276
16277 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16278
16279Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16280
16281 * configure.in: Rename libFOO to target-libFOO, and xiberty
16282 to target-xiberty, to provide more flexibility.
16283 (target_subdir): Define. Create if cross.
16284 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16285 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16286 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16287 check-libFOO -> check-target-libFOO, etc.
16288 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16289 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16290 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16291 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16292 allow ALL_GCC="" to only configure.
16293 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16294 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16295 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16296
16297Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16298
16299 * Makefile.in (taz): Build "info" in etc explicitly.
16300
16301Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16302
16303 * configure.in: Make sure that CC is undefined (as opposed to
16304 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16305 problem with autoconf trying to configure on a host without GCC.
16306
16307Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16308
16309 * mpw-configure: Set host alias from choice of host compiler,
16310 only use generic MPW Makefile sed if present, edit a file
16311 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16312 * mpw-README: Add problem notes about CW6 and CW7.
16313
16314Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16315
16316 * Makefile.in (taz): Use ";" instead of ";;".
16317
16318Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16319
16320 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16321 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16322 DISTDOCDIRS.
16323 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16324 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16325
16326Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16327
16328 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16329 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16330 Move bfd to DISTSTUFFDIRS.
16331
16332Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16333
16334 * Makefile.in (X11_LIB): Removed.
16335 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16336
16337 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16338
16339Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16340
16341 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16342 names.
16343
16344Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16345
16346 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16347
16348Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16349
16350 * configure.in (i[345]86-*-win32): Always build newlib.
16351 Don't configure cvs, autoconf or texinfo.
16352 * Makefile.in (LD_FOR_TARGET): New.
16353 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16354 Pass down LD_FOR_TARGET.
16355
16356Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16357
16358 * winsup: New directory.
16359 * Makefile.in: Build winsup.
16360 * configure.in: Winsup is configured when target is win32.
16361 Can only build win32 target GDB when native.
4e81ae98 16362
6599da04
JM
16363Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16364
16365 * config.guess: Recognize HP model 819 machines as having
16366 a PA 1.1 processor.
16367
16368Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16369
16370 * configure: Fix sed loop which substitutes for CC and CXX to
16371 avoid bug found in various sed implementations.
16372
16373Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16374
16375 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16376 simulator. Use standard powerpc-*-eabi*.
16377
16378Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16379
16380 * configure.in: Stop putting gas and binutils in noconfigdirs for
16381 powerpc-*-aix* and rs6000-*-*.
16382
16383Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16384
16385 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16386 -mcall-aixdesc libraries.
16387
16388Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16389
16390 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16391
16392 * config.sub (arm | armel | armeb): Fix shell syntax.
16393
16394Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16395
16396 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16397 -msoft-float and -mcpu=common support.
16398 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16399 libraries.
16400
16401Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16402
16403 * configure.in: Allow configuration and build of emacs19 for the alpha.
16404
16405Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16406
16407 * configure.in (CC): Get ^CC, not just any old CC, from
16408 ${host_makefile_frag}.
16409
16410Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16411
4e81ae98 16412 * configure.in (CC): Try to get CC from
6599da04
JM
16413 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16414
16415Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16416
16417 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16418 only if it exists in $(srcdir).
16419
16420Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16421
16422 * configure: If CC and CXX are not set in the environment, set
16423 them, based on either an existing Makefile or on searching for gcc
16424 in PATH. Substitute for CC and CXX in Makefile.
16425 * configure.in: Remove libm from target_libs. Separate
16426 target_configdirs from configdirs. If CC is not set in
16427 environment, try to get it from a host Makefile fragment. Rewrite
16428 changes of configdirs to use skipdirs instead. A few minor
16429 tweaks. Take directories out of target_configdirs as they are
16430 taken out of configdirs. Remove existing Makefile files from
16431 subdirectories. Substitute for TARGET_CONFIGDIRS and
16432 CONFIG_ARGUMENTS in Makefile.
16433 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16434 by configure.in.
16435 (CONFIG_ARGUMENTS): Likewise.
16436 (CONFIGURE_TARGET_MODULES): New variable.
16437 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16438 ($(CONFIGURE_TARGET_MODULES)): New target.
16439 (configure-libg++, configure-libio): New targets.
16440 (all-libg++): Depend upon configure-libg++.
16441 (all-libio): Depend upon configure-libio.
16442 (configure-libgloss, all-libgloss): New targets.
16443 (configure-libstdc++): New target.
16444 (all-libstdc++): Depend upon configure-libstdc++.
16445 (configure-librx, all-librx): New targets.
16446 (configure-newlib): New target.
16447 (all-newlib): Depend upon configure-newlib
16448 (configure-xiberty): New target.
16449 (all-xiberty): Depend upon configure-xiberty.
16450
16451Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16452
16453 * configure.in (host i[345]86-*-win32): Expand the
16454 noconfigdirs again.
16455
16456Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16457
16458 * mpw-configure: Fix sed command file name.
16459
16460Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16461
4e81ae98 16462 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
16463 noconfigdirs again.
16464
16465Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16466
16467 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16468 or powerpc*-*-pe*, since they are not yet supported.
16469
16470Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16471
16472 Add PowerMac support and many other enhancements.
16473 * mpw-configure: New option --cc to select compiler to use,
16474 paste options set according to --cc into the generated
16475 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16476 if mpw-make.sed is present.
16477 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16478 add forward includes for PowerPC include files.
16479 * mpw-build.in: Build using Makefile.PPC if present.
16480 (do-byacc, etc): Remove separate version resource builds.
16481 (do-gas): Build "stamps" before "all".
16482 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16483 * mpw-README: Update to reflect --cc option, PowerMac support,
16484 and recently-reported compatibility problems.
16485
16486Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16487
16488 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16489 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16490 (--with-multilib-top): Pass to recursive invocations.
16491
16492Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16493
16494 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16495 v810-*-*.
16496
16497Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16498
16499 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16500 gdb, ld and opcodes on v810-*-*.
16501
6599da04
JM
16502Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16503
16504 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16505 (local-maintainer-clean): New target.
16506 (maintainer-clean): New target.
16507 (realclean): Just depend upon maintainer-clean.
16508
16509Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16510
16511 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16512
16513Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16514
16515 * configure.in: Build ld in mips*-*-bsd* case.
16516
16517Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16518
16519 * config.sub: Accept -lites* OS. From Ian Dall.
16520
16521Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16522
16523 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 16524 targets.
6599da04
JM
16525
16526Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16527
16528 * configure.in: treat i386-win32 canadian cross the same as
16529 i386-go32 canadian cross.
16530
16531Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16532
16533 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16534 running under the simulator to build a reduced set of libraries.
16535 (powerpc-*-eabiaix): Add fine grained multilib support added to
16536 other powerpc targets yesterday.
16537
16538Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16539
16540 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16541 -disable-softfloat, -disable-relocatable, -disable-aix, and
16542 -disable-sysv to control which multilib libraries get built.
16543
16544Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16545
16546 * configure: Add Makefile.tem to list of files to remove in trap
16547 handler.
16548
16549Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16550
16551 * config.guess (*Linux*): Add missing "exit"s.
16552 Also, need specific check for alpha-unknown-linux (uses COFF).
16553
16554Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16555
16556 * config.guess: Merge with FSF:
16557
16558 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16559 * config.guess (AIX4): More robust release numbering discovery.
16560
16561 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16562 * config.guess (i386-sequent-ptx): Properly get version number.
16563
16564 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16565 * config.guess (mips:*:4*:UMIPS): New case.
16566
16567Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16568
16569 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16570 (i386-win32 host): Likewise. Don't build readline.
16571
16572Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16573
16574 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16575 SUPPORT_FILES to submakes.
16576
16577Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16578
16579 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16580 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16581 mpw-configure.
16582
16583Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16584
16585 * configure.in (appdirs): Use =, not ==, in test expression when
16586 trying to build the text to print in the warning message for
16587 Solaris users.
16588
16589Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16590
16591 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16592
16593Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16594
16595 * config.guess: Recognize lynx-2.3.
16596
16597Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16598
16599 * config.sub (z8ksim): Deleted
16600 (z8k-*-coff): New, this is the one true name of the target.
16601
16602Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16603
16604 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16605
16606Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16607
16608 * config.guess (*:Linux:*:*): First try asking the linker what the
16609 default object file format is (elf, aout, or coff). Then if this
16610 fails, try previous methods.
16611
16612Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16613
16614 * configure.in: Don't build newlib for *-*-vxworks5.1.
16615
16616Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16617
16618 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16619 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16620
16621Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16622
16623 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16624
16625Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16626
16627 * cfg-ml-com.in: New file.
16628 * cfg-ml-pos.in: New file.
16629
16630Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16631
16632 * COPYING.NEWLIB: Add HP free copyright to list.
16633
16634Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16635
16636 * config.sub: Recognize -eabi* for the system, not just -eabi.
16637
16638Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16639
16640 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16641 * config.sub, configure.in (win32): New target and host.
16642
16643Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16644
16645 * configure.in: Add i386-pe configuration.
16646
16647Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16648
16649 * mpw-build.in (install): Install GDB after LD.
16650
16651Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16652
16653 * mpw-config.in (elf/mips.h): Always forward-include, needed
16654 for GDB to build.
16655
16656Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16657
16658 * testsuite: New directory for customer acceptance and whole tool
16659 chain tests.
16660
16661Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16662
16663 * configure: If per-host line isn't found, but AC_OUTPUT is found
16664 and a configure script exists, run it instead.
16665
16666Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16667
16668 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16669
16670Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16671
16672 * configure: Set build_{cpu,vendor,os,alias} to host values when
16673 --build isn't specified.
16674
16675Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16676
16677 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16678 (FLAGS_TO_PASS): Pass them.
16679 (EXTRA_TARGET_FLAGS): Ditto.
16680
6599da04
JM
16681Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16682
16683 * Makefile.in (all-libg++): Depend on all-libstdc++.
16684
16685Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16686
16687 * configure.in (noconfigdirs): Enable all packages for
16688 i386-unknown-netbsd.
16689
16690Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16691
16692 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16693 hosted builds (DOS builds)
16694
16695Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16696
16697 Changes for ARM based on patches from Richard Earnshaw:
16698 * config.sub: Handle armeb and armel.
16699 * configure.in: Omit arm linker only for riscix.
16700
16701Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16702
16703 * config.guess: Update from FSF.
16704
16705Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16706
63f6bcd7 16707 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
16708 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16709 powerpcle variant. Convert pentium into i586, not i486. Add p5
16710 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16711 temporarily.
16712
16713Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16714
16715 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16716
16717Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16718
16719 * config.sub: Accept -lites* as a basic system type.
16720
16721Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16722
16723 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16724 installed, and if so return linuxoldld as the system name.
16725
16726Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16727
16728 * config.guess: Add hppa1.1-hp-lites support.
16729
16730Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16731
16732 * configure.in: Don't build newlib for m68k-vxworks5.1.
16733
16734Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16735
16736 * configure.in (mips-sgi-irix6): Use mh-irix5.
16737
16738Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16739
16740 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16741
16742Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16743
16744 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 16745 OSF/1. Fix compiler flags.
6599da04
JM
16746 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16747
16748Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16749
16750 * configure.in: Recognize --with-newlib.
16751 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16752
16753Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16754
d207ebef 16755 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
16756 to *_X11_MODULES due to gdbtk needing X include files et al.
16757
16758Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16759
16760 Merge in support for Mac MPW as a host.
16761 (Old change descriptions retained for informational value.)
16762
16763 * mpw-config.in: Add generic include forwards for cpu-specific
16764 include files in aout and elf directories.
16765
16766 * mpw-configure: Added copyright.
16767 * mpw-config.in: Check for presence of required build tools.
16768 (target_libs): Add newlib.
16769 (target_tools): Add examples.
16770 (Read Me): Generate as "Read Me for MPW" instead.
16771 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16772 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16773 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16774
16775 * mpw-configure: Remove subdir-specific makefile hackery,
16776 delete mk.tmp after using it.
16777
16778 * mpw-build.in (all): Display start and end times.
16779
16780 * mpw-configure (host_canonical): Set.
16781 (target_cpu): Always add to makefiles.
16782 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16783 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16784 (mpw-mh-mpw): Look for in srcdir and srcroot.
16785 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16786
16787 * mpw-build.in: (install-only): New target.
16788
16789 * mpw-configure (host_alias, target_alias): Rename from hostalias
16790 and targetalias, add into generated Makefile.
16791 (mk.tmp): If present, add into generated Makefile.
16792 * mpw-build.in (all-gas): Build config.h first before gas proper.
16793
16794 * mpw-configure (config.status): Write only if changed.
16795 * mpw-config.in (readline): Configure it (not built, just used for
16796 definitions).
16797
16798 * mpw-config.in (elf/mips.h): Add a forward include.
16799
16800 * mpw-config.in: Forward-include most .h files in include into
16801 extra-include.
16802 (readline): Don't build.
16803 mpw-build.in (install): Install GDB.
16804
16805 * mpw-configure (prefix, mpw_prefix): Handle it.
16806 * mpw-config.in (mmalloc, readline): Don't configure.
16807 * mpw-build.in (thisscript): Rename to ThisScript.
16808 Use mpw-build instead of BuildProgram everywhere.
16809 (mmalloc, readline): Don't build.
16810 * mpw-README: New file, basic documentation about the MPW port.
16811
16812 * mpw-config.in: Use forward-include to create include files.
16813
16814 * mpw-configure: Add more things to the top of each configured
16815 Makefile, including contents of config/mpw-mh-mpw.
16816 * mpw-config.in (extra-include): Create this directory and fill it
16817 with Posix-like include files when configuring.
16818
16819 * config.sub (apple, mac, mpw): Add various aliases.
16820
16821 * mpw-build.in: New file, top-level build script fragment for MPW.
16822 * mpw-configure: New file, configure script for MPW.
16823 * mpw-config.in: New file, config fragment for MPW.
16824
16825Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16826
16827 * configure.in (host_libs): Remove glob, since it is gone from the
16828 sources.
16829
16830Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16831
16832 * Makefile.in: define empty GDB_NLM_DEPS var.
16833
16834 * configure.in(target_makefile_frag): use config/mt-netware
16835 for netware targets.
16836
16837Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16838
16839 * config.sub: Merge in recent FSF changes. Remove linux special
16840 cases.
16841
16842Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16843
731a8127 16844 Revert this change:
6599da04
JM
16845
16846 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16847
16848 * build-all.mk: Use CC=cc -Xs on Solaris.
16849
6599da04
JM
16850Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16851
16852 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16853 stop using it.
16854 * Makefile.in: Nuke all references to glob subdirectory.
16855
16856Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16857
16858 * configure.in: Fix --enable-shared logic in per-host.
16859
16860Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16861
16862 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16863
16864Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16865
16866 * configure.in (noconfigdirs): Don't build gas on AIX, for
16867 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16868
16869Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16870
16871 * configure: Fix --cache-file to work if the file argument is a
16872 relative path.
16873
16874Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16875
16876 * configure: If the --cache-file is used, pass it down to
16877 configure in subdirectories.
16878
16879Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16880
16881 * config.sub: add vxworks29k configuration.
16882
16883Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16884
16885 * Makefile.in (taz): Do "diststuff" part quietly.
16886
16887Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16888
16889 * config.sub: Mini-merge with gcc/config.sub.
16890
16891Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16892
16893 * config.guess (IRIX): Sed - to _.
16894
16895Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16896
16897 * Makefile.in (source-vault, binary-vault): New targets.
16898
16899Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16900
16901 * config.sub: Recognize -eabi as a basic system type.
16902
16903Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16904
16905 * configure.in (enable_shared stuff): Fix typo.
16906
16907Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16908
16909 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16910
16911Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16912
16913 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16914
16915Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16916
16917 * configure.in (rs6000-*-*): Don't build gas.
16918
16919Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16920
16921 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16922 reduce command line length.
16923 (AS_FOR_TARGET): Check for as.new, not Makefile.
16924 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16925
16926Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16927
16928 * config.guess: Merge from FSF.
16929
16930Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16931
16932 * configure: Don't use $ when handling program_suffix.
16933
16934Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16935
16936 * configure.in: Configure tk for hppa/hpux.
16937
16938Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16939
16940 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16941
16942Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16943
16944 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16945 to LIBCXXFLAGS. Tests are better run without it.
16946
16947Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16948
16949 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16950
16951Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16952
16953 * configure.in (*-*-netware*): Don't configure xiberty.
16954
16955Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16956
16957 * configure.in: Remove tk from native_only list.
16958
16959Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16960
16961 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16962 for special NCD build.
16963
16964Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16965
16966 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16967 makeall.bat, they're only useful for binutils snapshots.
16968 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16969 makeall.bat to specified SUPPORT_FILES.
16970
16971Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16972
16973 * build-all.mk: Add Ericsson targets to sun4 and solaris
16974 hosts. Add BNR's sun4 target to solaris host, so their
16975 build-from-source will be tested in-house first.
16976
16977Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16978
16979 * Makefile.in (LIBCFLAGS): New variable.
16980 (CFLAGS_FOR_TARGET): Ditto.
16981 (LIBCFLAGS_FOR_TARGET): Ditto.
16982 (LIBCXXFLAGS): Ditto.
16983 (CXXFLAGS_FOR_TARGET): Ditto.
16984 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16985 (BASE_FLAGS_TO_PASS): Pass them.
16986 (EXTRA_TARGET_FLAGS): Ditto.
16987
731a8127 16988 * configure.in: Support --enable-shared.
6599da04
JM
16989
16990Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16991
16992 * configure.in (target_libs): Include libstdc++ again.
16993 * config.guess: Update from FSF (for FreeBSD).
16994
16995Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16996
16997 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16998 makeall.bat.
16999 (DISTDOCDIRS): Add `etc'.
17000 (ETC_SUPPORT_PFX): New variable.
17001 (taz): Include anything from etc starting with a word in
17002 ETC_SUPPORT_PFX.
17003
17004Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17005
17006 * config.sub: Update for recent FSF changes. Remove obsolete
17007 h8300hds entry. Add -windows* and -osx as basic os. Minor
17008 spacing changes.
17009
17010Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17011
17012 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17013
17014 * config.guess: Merge with FSF.
17015 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17016
17017Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17018
17019 * configure: Since the "trap 0" handler will override the exit
17020 status on many systems, only use it for "exit 1", and make it set
17021 a non-zero exit status; reset it before "exit 0". Also, check
17022 exit status of config.sub, and error out if it failed.
17023
17024Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17025
17026 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17027 and install libgloss.
17028
17029Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17030
17031 * Makefile.in (all-binutils): Depend upon all-byacc.
17032
17033 * configure.in: Don't build emacs on Irix 5.
17034
17035Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17036
17037 * configure.in (*-*-netware*): Add libio.
17038
17039Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17040
17041 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17042 (CHECK_TARGET_MODULES): Ditto.
17043 (INSTALL_TARGET_MODULES): Ditto.
17044 (TARGET_LIBS): Ditto.
17045 (all-libstdc++): Note dependencies.
17046
17047Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17048
17049 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17050
17051Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17052
17053 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17054 -fexternal-templates.
17055
17056 * configure.in (target_libs): Add libstdc++.
17057 (noconfigdirs): Add libstdc++ as appropriate.
17058
17059Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17060
17061 * config.guess: Update from FSF.
17062
17063Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17064
17065 * configure: Use ${config_shell} when running ${configsub}.
17066
17067Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17068
17069 * config.sub: No longer recognize h8300h.
17070
17071Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17072
17073 * config.sub: Remove extraneous differences between config.sub and
17074 gcc/config.sub.
17075
17076Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17077
17078 * Makefile.in (DISTSTUFFDIRS): Add gas.
17079
17080Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17081
17082 * COPYING.NEWLIB: New file.
17083
17084Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17085
17086 * config.guess (HP-UX): Patch from Harlan Stenn
17087 <harlan@landmark.com> to also emit release level.
17088
17089Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17090
17091 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17092
17093Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17094
17095 * config.sub: Merge nextstep cleanup from FSF.
17096
17097Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17098
17099 * configure.in (arm-*-*): Don't configure ld for this target.
17100
17101Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17102
17103 * configure.in (*-*-netware): don't configure libg++, libio,
17104 librx, or newlib.
17105
17106Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17107
17108 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17109 configure ld--it works, but it doesn't support shared libraries.
17110
17111Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17112
17113 * config.guess (*-unknown-freebsd*): Get rid of possible
17114 trailing "(Release)" in version string.
17115 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17116
17117Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17118
17119 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17120 Fix type: *-next-neststep -> *-next-nextstep.
17121
17122 * config.guess: Merge from FSF:
17123
17124 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17125
17126 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17127
17128 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17129
17130 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17131 instead of UNIX_SV for UnixWare 1.0).
17132
17133Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17134
17135 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17136 to make gdb/nlm/* build after the compiler and linker.
17137
17138Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17139
17140 * config.guess (netbsd, freebsd, linux): Accept any machine,
17141 not just i[34]86.
17142 (m68k-atari-sysv4): Relocate to match FSF version.
17143
17144 * config.guess: More merges from the FSF:
17145
17146 Add a space before function call or macro invocation.
17147
17148 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17149
17150 * config.guess: Add trap cmd to remove dummy.c and dummy when
17151 interrupted.
17152
17153 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17154
17155 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17156 (dummy): Redirect stderr from compilation of dummy.c.
17157
17158 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17159
17160 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17161
17162Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17163
17164 * configure: Accept and ignore --cache*, for compatibility with
17165 new autoconf.
17166
17167Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17168
17169 * config.guess: Merge from FSF:
17170
17171 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17172
17173 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
17174 (PATH): Add /.attbin at end for finding uname.
17175 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
17176
17177 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17178
e490616e 17179 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
17180
17181 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17182
e490616e
ZW
17183 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17184 to select whether to use ELF or COFF.
6599da04
JM
17185
17186 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17187
e490616e 17188 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
17189
17190 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17191
17192 * config.guess: Guess the OS version for HPUX.
17193
17194 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17195
17196 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17197
17198Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17199
17200 * configure.in: Recognize --with-headers, --with-libs, and
17201 --without-newlib.
17202 * Makefile.in (all-xiberty): Depend upon all-ld.
17203
17204Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17205
17206 * configure.in: Change i[34]86 to i[345]86.
17207
17208Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17209
17210 * configure (version): A few more tweaks to help message.
17211
17212Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17213
17214 * Makefile.in: Remove (for now) librx as a host library,
17215 now that we're building it for target.
17216
17217Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17218
17219 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17220 (Karl Berry).
17221
17222Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17223
17224 * configure.in: Also configure librx.
17225
17226Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17227
17228 * Makefile.in: Update various rules to reflect that librx
17229 is now needed for libg++.
17230
17231Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17232
17233 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17234
17235Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17236
17237 * configure.in: Configure the examples directory.
17238
17239Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17240
17241 * configure: Simplify Jun 2 1994 change.
17242
17243Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17244
17245 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17246 /bin/gcc isn't good enough to build gcc.
17247
17248Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17249
17250 * Makefile.in (GDB_SUPPORT_FILES): Remove
17251 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17252 (gdb.tar.gz): Add new rule to use standard distribution building
17253 mechanism.
17254
17255Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17256
17257 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17258 Bill Cox <bill@cygnus.com>.
17259
17260Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17261
17262 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17263
17264Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17265
17266 * configure: Search current dir first in .gdbinit.
17267
17268Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17269
17270 * config.sub: Recognize freebsd (merged from gcc config.sub).
17271
17272Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17273
17274 * config.sub: Refer to NeXT's operating system as nextstep.
17275
17276 * config.sub (case $basic_machine): Re-order the cases, to match
17277 the order in the FSF version (which is mostly alphabethical).
17278 Merge in some additions and changes from the FSF.
17279
17280Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17281
17282 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17283 * config.sub: Recognize cxux7.
17284 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17285
17286Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17287
17288 * config.sub: Fix typo powerpc -> powerpc-*.
17289
17290Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17291
17292 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17293
17294 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17295 parallel with all-emacs and install-emacs). Top-level command
17296 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17297
17298Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17299
17300 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17301 $(relbindir)/make before doing ``make install'', and use
17302 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17303 installing over running make binary.
17304 ($(host)-stamp-stage3-installed): Likewise.
17305
17306Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17307
17308 * config.guess: Recognize Mach.
17309
17310Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17311
17312 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17313 see whether --exec-prefix was used.
17314
17315Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17316
17317 * README: Explicitly mention libg++/README. (Zoo's idea.)
17318
17319Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17320
17321 * Makefile.in: Add all-librx target similar to all-libproc.
17322
17323Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17324
17325 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17326 with post 1.2 uname bogosity.
17327
17328Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17329
17330 * configure: Remove temporary files on receipt of a signal.
17331
17332Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17333
17334 * configure: If there is a package_makefile_frag, remove
17335 ${subdir}/Makefile.tem after copying it in.
17336
17337Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17338
17339 * build_all.mk: support rs6000 lynx identifies itself as
17340 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17341 since /bin/gcc is too feeble to compile a modern gcc.
17342
17343Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17344
17345 * brought devo/test-build.mk update-to-date with progressive/
17346 test-build.mk. Add lynx targets and hppa flag info.
17347
17348Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17349
17350 * configure.in: Use mh-ncrsvr43. Patch from
17351 Tom McConnell <tmcconne@sedona.intel.com>.
17352
17353Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17354
17355 * config.guess (i386-unknown-bsdi): No longer need to
17356 check #if defined(__bsdi__) && defined(__i386__).
17357
17358Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17359
17360 * configure: Set program_transform_nameoption correctly.
17361
17362Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17363
17364 * brought build-all.mk update-to-date with progressive build-all.mk,
17365 added new targets and hppa info.
4e81ae98 17366
6599da04
JM
17367Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17368
17369 * configure: If config.guess result is a prefix of the user
17370 specified target, assume a native build and use the user specified
17371 target as the host alias. Remove SunOS patch suffix removal hack.
17372 * configure.in: Remove SunOS patch suffix removal hack.
17373
17374 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17375 in NATIVE_CHECK_MODULES.
17376
17377Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17378
17379 * Makefile.in: Rename HOST_ONLY to NATIVE.
17380 * configure: Delete SunOs patch suffix from host_canonical
17381 and build_canonical variables that are prepended to Makefiles.
17382 * configure.in: Add comments for easier maintenance.
17383
17384Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17385
17386 * Makefile.in: Add all-libproc target similar to all-gui.
17387
17388Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17389
17390 * Makefile.in (CHECK_MODULES): split into
17391 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17392
17393Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17394
17395 * config.guess (i386-unknown-bsdi): New system to guess.
17396
17397Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17398
17399 * Makefile.in: Add all-gui target (but not yet build by "all").
17400
17401Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17402
17403 * config.sub: Move deletion of patch suffix from here...
17404 * configure.in: To here, at Ian's suggestion. The top-
17405 level scripts might need to know of a patch level.
17406
17407Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17408
17409 * config.sub: Strip off patch suffix so rtl is recognized
17410 as a sunos4.1.3 machine, even though it's been patched.
17411
17412Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17413
17414 * Makefile.in (INSTALL_LAST): Delete.
17415 (INSTALL_DOSREL): New.
17416
17417Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17418
17419 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17420 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17421 whether we pass down --with-gnu-ld anyhow.
17422
17423Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17424
17425 * Makefile.in (INSTALL_LAST): Change operation so it works
17426 on more flavors of make.
17427 * configure.in (go32): Don't build libg++ or libio.
17428
17429Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17430
17431 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17432 they can be overriden by templates.
17433
17434Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17435
17436 * configure.in (target==go32): Don't build gdb.
17437 * dosrel: New directory.
17438
17439Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17440
17441 * configure.in (host==go32): Configure dosrel too.
17442 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17443 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17444 be set by incoming names or templates.
17445 (INSTALL_LAST): New rule.
6599da04
JM
17446
17447Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17448
17449 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17450
17451Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17452
6599da04
JM
17453 * configure.in (appdirs): New variable. Currently empty, but will
17454 be used in gas distribution. If nonempty, lists a set of
17455 directories at least one of which must get configured, or top
17456 level configuration is considered to have failed.
17457 (rs6000-*-lynxos*): Use new file name.
17458
17459Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17460
17461 Eliminate XTRAFLAGS.
17462 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17463 newlib include files using -idirafter, and also use -nostdinc.
17464 (CXX_FOR_TARGET): Likewise.
17465 (XTRAFLAGS): Removed.
17466 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17467 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17468 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17469 ($(DO_X)): Don't pass down XTRAFLAGS.
17470
17471Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17472
17473 * configure.in (mips*-dec-bsd*): New target; do build linker.
17474 (mips*-*-bsd*): New target; don't build linker.
17475
17476Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17477
17478 * configure.in: support rs6000-*-lynxos* configuration.
17479 support sunos4 as a cross target.
17480
17481 * config.sub: look for lynx*, not lynx since the OS version may
17482 legitimately be part of the name.
17483
17484Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17485
17486 * configure.in (i[34]86-*-sco*): Move to be with other i386
17487 targets.
17488 (romp-*-*): New target. Skip various binary utilities.
17489 (vax-*-*): New target. Don't build newlib.
17490 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17491
17492Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17493
17494 * configure.in: Only set host_makefile_frag if config
17495 directory exists.
17496
17497Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17498
17499 * install.sh: If $dstdir exists, don't check whether each
17500 component does.
17501
17502Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17503
17504 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17505
17506Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17507
3b75d237
AJ
17508 * configure.in (*-*-lynxos*): Don't configure newlib for either
17509 native or cross Lynx.
6599da04
JM
17510
17511Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17512
17513 * config.sub (sparc64-elf): Fix os.
17514 (z8k): Remove duplicate.
17515
17516Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17517
17518 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17519 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17520
17521Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17522
17523 * configure: Make file links cleanly even if Lynx fails on
e490616e 17524 an NFS symlink (at least fail cleanly).
6599da04
JM
17525
17526Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17527
17528 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17529 -XNh2000.
17530
17531Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17532
17533 * configure: Unknown options are fatal again.
17534
17535Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17536
17537 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 17538 compatibility.
6599da04
JM
17539
17540Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17541
17542 * build-all.mk: Add `clean' target.
17543
17544Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17545
17546 * config.guess: Add SINIX support.
17547 * configure.in: Add mips-*-sysv4* support.
17548
17549Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17550
17551 * build-all.mk: Document all useful targets.
17552 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17553 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17554
17555Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17556
17557 * configure: Support --silent, --quiet.
17558
17559Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17560
17561 * configure: Support --disable-FEATURE.
17562
17563Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17564
17565 * config.guess: Recognize NCR running SVR4.3.
17566
17567Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17568
17569 * config.guess: Make BSDI generate i386-unknown-bsd386.
17570 Patch from Paul Eggert <eggert@twinsun.com>.
17571
17572Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17573
17574 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17575
17576Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17577
17578 * configure: Make unrecognized options give nonfatal warnings
17579 instead of fatal errors, and pass them to any subdirectory
17580 configures in case they recognize them.
17581 Make --x equivalent to --with-x.
17582
17583Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17584
17585 * configure: Add --enable-* options. Clean up usage message and
17586 some comments.
17587
17588Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17589
17590 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17591
17592Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17593
17594 * configure.in (hppa*-*-*): Enable binutils.
17595
17596Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17597
17598 * config.sub: Recognize cisco.
17599
17600Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17601
17602 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17603
17604Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17605
17606 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17607 than one configuration name. Add comment.
17608
17609Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17610
17611 * config.guess: about target *-hitachi-hiuxwe2, fixed
17612 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17613 macro is incorrect.]
17614
17615Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17616
17617 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17618 than the "make ls" stuff which used to be here.
17619
17620Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17621
17622 * config.guess: Recognize i[34]86-unknown-freebsd.
17623 From Shawn M Carey <smcarey@rodan.syr.edu>.
17624
17625Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17626
17627 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17628
17629Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17630
17631 * config.guess: Check for ptx.
17632
17633Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17634
17635 * config.sub: Add os9k checking.
17636
17637Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17638
17639 * config.guess: Handle OSF1 running on HPPA processors
17640
17641Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17642
17643 * configure: If subdir configure fails, print out a message with
17644 subdirectory name, in case subdir's configure code didn't identify
17645 itself.
17646
17647Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17648
17649 * configure.in: Remove embedded newlines from configdirs.
17650 Avoid mismatches of substrings. Fix matching strings at end
17651 of configdirs.
17652
17653Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17654
17655 * config.guess: Add Lynx/rs6000 config support.
17656
17657Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17658
17659 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17660
17661Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17662
17663 * configure.in (hppa*-*-osf*): Treat this just like most other
17664 PA configurations (eg no binutils or ld).
17665 (hppa*-*-*elf*): These configurations have binutils and ld.
17666
17667Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17668
17669 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17670
17671Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17672
17673 * configure.in (rs6000-*-*): Build gas.
17674
17675Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17676
e490616e 17677 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
17678
17679Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17680
17681 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17682 for GDB and GDB has been fixed to not need it.
17683
6599da04
JM
17684Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17685
17686 * config.guess: Recognize vax hosts.
17687
17688Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17689
17690 * configure (while loop): Don't use "break 2" inside case
17691 statement -- the case statement isn't an enclosing loop.
17692
17693Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17694
17695 * config.guess: Clean up NeXT support, to allow nextstep
17696 on Intel machines. Make OS be nextstep.
17697
17698Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17699
17700 * config.guess: Add alternate forms for Convex.
17701
17702Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17703
17704 * configure: Completely rewrite option processing. Take
17705 advantage of pattern-matching to avoid invoking test frequently.
17706 Also clean up host and target defaulting logic.
17707
17708Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17709
17710 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17711 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17712 commands (plus user environment) will fit SCO limits.
17713
17714Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17715
17716 * configure.in: Don't issue warnings about directories which are
17717 not being configured if -norecursion is set. Correct test for
17718 --with-gnu-as and --with-gnu-ld to not get confused by substring
17719 matches.
17720
17721 * configure.in: Don't build gas for alpha-dec-osf1*.
17722
17723Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17724
17725 * configure: Back out Per's change of 12/19/1993. It changes the
17726 behavior of configure in unexpected and confusing ways.
17727
17728 Also, use different delim char when calculating
17729 program_transform_name so that the name can contain slashes.
17730
17731Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17732
17733 * configure.in, config.sub: Add support for VSTa micro-kernel.
17734
17735Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17736
17737 * configure.in: Nuke hacks which were used to get a special
17738 version of GAS for HPPA configurations.
17739
17740Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17741
17742 * configure: If only ${target_alias} is given, use that
17743 as the default for ${host_alias}.
17744 * configure: Add missing back-slashes before nested quotes.
17745
17746Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17747
17748 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17749
17750Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17751
17752 * config.guess: Recognize some Tektronix configurations.
17753 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17754
17755Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17756
17757 * config.sub: Match any flavor of SH.
17758
17759Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17760
17761 * configure.in: Don't try to configure newlib for Alpha.
17762
17763Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17764
17765 * configure.in: Don't build ld for Irix 5. Don't build gas,
17766 libg++ or libio for any Alpha target.
17767
17768 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
17769
17770Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17771
17772 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17773 default arguments -- so it tried to compress itself.
17774
17775Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17776
17777 * configure.in (notsupp): ensure that a space is always at the end
17778 of the configdirs list, since the grep checks for an explicit space
17779
17780Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17781
17782 * configure.in (target i386-sysv4.2): don't build ld, since static
17783 versions of many libraries are not available.
17784
17785Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17786
17787 * config.guess: Recognize Apollos (using environment variables).
17788 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17789
17790Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17791
17792 * config.guess: Recognize Sony news mips running newsos.
17793
17794Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17795
17796 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17797 "fi ; else" for bash.
17798
17799Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17800
17801 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17802
17803Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17804
17805 * config.sub: accept unixware as an alias for svr4.2.
17806 Fix some inconsistancies with the gcc version.
17807
17808Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17809
17810 * Makefile.in (DISTDOCDIRS): Add gdb.
17811
17812Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17813
17814 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17815
17816Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17817
17818 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17819 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17820 this now.
17821
17822Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17823
17824 * config.sub: Accept hiux* as an OS name.
17825
17826 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17827 etc/make-stds.texi. The underscore came from gcc, and dje now
17828 agrees that RUNTESTFLAGS is the correct name.
17829
17830Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17831
17832 * install.sh: Remove 'set -e'. It makes any conditionals
17833 in the script useless.
17834
17835 * config.guess: Automatically recognize arm-acorn-riscix
17836 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17837
17838Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17839
17840 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17841
17842Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17843
17844 * Makefile.in (DISTDOCDIRS): New variable.
17845 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 17846 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
17847
17848Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17849
17850 * configure.in (hppa target): check the source directory for the
17851 pagas sub-directory
17852
17853Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17854
17855 * config.sub: Allow -aout* and -elf*.
17856
17857Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17858
17859 * configure.in: Don't build ld on i386-solaris2, same as for
17860 sparc-solaris2.
17861
17862Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17863
17864 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17865
17866Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17867
17868 * configure.in: Configure gdb for alpha.
17869
17870Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17871
17872 * Makefile.in (CXXFLAGS): Add -O.
17873
17874Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17875
17876 * config.guess: added support for DG Aviion
17877
17878Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17879
17880 * configure.in: Produce warning message for subdirectories not
17881 configurable for this host/target combination. Don't try to
17882 configure gdb for vms.
17883
17884Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17885
17886 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17887 appropriate files before making "diststuff".
17888 (DISTBISONFILES): New var: list of files to be edited.
17889 (DISTSTUFFDIRS): Add binutils.
17890
17891Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17892
17893 * config.sub: also handle mipsel and mips64el (for little endian mips)
17894
17895Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17896
17897 * configure.in: Add * to end of all OS names.
17898
17899Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17900
17901 * configure.in: Build newlib for LynxOS native.
17902
17903Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17904
17905 * config.guess: Add support for delta 88k running SVR3.
17906
17907 * configure.in: Add comment about HP compiler vs. emacs.
17908
17909Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17910
17911 * configure.in: don't build ld on solaris2 (not a viable option
17912 due to bugs in getpwnam & getpwuid)
17913
17914Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17915
17916 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17917 config.guess will produce a full version number.
17918
17919Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17920
17921 * configure.in: Build linker and binutils for alpha-dec-osf1.
17922
17923Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17924
17925 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17926 and gdb/testsuite/Makefile.in.
17927
17928Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17929
17930 * configure.in: recognize mips*- instead of mips-
17931
17932Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17933
17934 * config.sub: Accept linux*coff and linux*elf as operating
17935 systems.
17936
17937Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17938
17939 * config.sub: Recognize mips64, and mips3 as an alias for it.
17940
17941Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17942
17943 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17944 gdb knows how to handle OSF/1 shared libraries.
17945
17946Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17947
17948 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17949 * config.guess: Recognize Hitachi's HIUX.
17950 * config.sub: Recognize h3050r* and hppahitachi.
17951 Remove redundant cases for hp9k[23]*.
17952
17953Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17954
17955 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17956 if gas and ld are in the source tree and are in ${configdirs}.
17957 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 17958 --with options (but still pass them down on the command line,
6599da04
JM
17959 if they were explicitly specified).
17960
17961Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17962
17963 * configure: substitute SHELL value in Makefile.in with
17964 ${CONFIG_SHELL}
17965
17966Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17967
17968 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17969 *-*-solaris2* targets.
17970
17971Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17972
17973 * Makefile.in: define M4, and pass it down to sub-makes;
17974 all-autoconf now depends on all-m4
17975
17976Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17977
17978 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17979 presence of {ar,ranlib} instead of a configured directory
17980
17981Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17982
17983 * config.guess: Accept 34?? as well as 33?? for NCR.
17984
17985Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17986
17987 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17988 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17989
17990Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17991
17992 * configure: grab values for $(CC) and $(CXX) from the
17993 environment, so that someone can do "CC=gcc configure; make" and
17994 have it work right (matching the way that autoconf works now)
17995
17996 * configure.in, Makefile.in: add support for gash, the tcl
17997 interface to Galaxy
17998
17999 * config.guess: add NetBSD variants (hp300, x86)
18000
18001Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18002
18003 * install.sh: Support -d option (in the manner of SunOS 4 install,
18004 as it is more deterministic than that of GNU install)
18005 (chmodcmd): Set file to mode 755 by default (should also do default
18006 chgrp and chown, but I don't feel like dealing with that now)
18007
18008Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18009
18010 * config.sub: Remove h8300hhms alias.
18011
18012Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18013
18014 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18015
18016Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18017
18018 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18019 as stmp-fixinc
18020
18021Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18022
18023 * config.sub: recognize m88110-bug-coff.
18024
18025Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18026
18027 * Makefile.in (all-libio): all dependencies on the toolchain used
18028 to build this (gcc, gas, ld, etc)
18029
18030Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18031
18032 * config.guess: Deal with OSF/1 1.3 on alpha.
18033
18034Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18035
18036 * install.sh: add some 'else true' clauses for portability
18037
18038 * configure.in: don't build libio for h8[35]00-*-* targets
18039
18040Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18041
18042 * Makefile.in: Add support for new libio.
18043
18044Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18045
18046 * install.sh: If one command fails, don't try the rest. Don't try
18047 to remove $dsttmp (via trap) unless we have already created it.
18048 If $src doesn't exist, detect it and exit with an error.
18049
18050 * config.guess: Recognize BSD on hp300.
18051
18052Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18053
18054 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18055 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18056
18057Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18058
18059 * Makefile.in (all-send-pr): depends on all-prms
18060
18061Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18062
18063 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18064
18065Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18066
18067 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18068 Added test for mips-mips-riscos5.
18069
18070Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18071
18072 * configure.in: use mh-hp300 for 68k HP hosts
18073
18074Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18075
18076 * configure: add support for CONFIG_SHELL, so that you can use
18077 some alternate shell for evaluating configure scripts
18078
18079Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18080
18081 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18082 in configure script to bug-gdb@prep.ai.mit.edu when building
18083 distribution archive.
18084 * Makefile.in (COMPRESS): Remove def.
18085 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18086 gdb.tar.Z and make-gdb.tar.Z respectively.
18087 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18088 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18089 to convergence with 'taz' target in Makefile.in.
18090
18091Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18092
18093 * install.sh (dsttmp): use trap to ensure that tmp files go
18094 away on error conditions
18095
18096Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18097
18098 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18099
18100Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18101
18102 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18103 its parent is '/' not ''.
18104
18105 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18106
18107Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18108
18109 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18110 that ${newsrcdir}/configure.in does.
18111
18112Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18113
18114 * test-build.mk: support for CONFIG_SHELL
18115
18116Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18117
18118 * config.sub (netware): Add as a basic system type.
18119
18120Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18121
18122 * Makefile.in (Makefile): depend on configure.in. Also drop the
18123 $(srcdir)/ from the dependency on Makefile.in.
18124
18125Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18126
18127 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18128 (h8300hhms is temporary until multi-libraries are implemented).
18129 * configure.in: Handle h8300h too.
18130
18131Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18132
18133 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18134
18135Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18136
18137 * configure: Remove extraneous output when guessing host type.
18138 * config.guess: Remove extraneous output when guessing using C
18139 compiler rather than uname, or when guessing fails.
18140
18141Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18142
18143 * Makefile.in: remove all.cross and install.cross targets
18144
18145 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18146 definitions
18147
18148Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18149
18150 * configure.in (target sh): Build gprof.
18151
18152Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18153
18154 * config.sub: change -solaris to -solaris2
18155
18156Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18157
18158 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18159
18160Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18161
18162 * configure: Correct error message for missing Makefile.in to
18163 print correct directory.
18164
18165Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18166
18167 * install.sh: kludge around 386BSD shell bug
18168
18169Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18170
18171 * config.guess: Recognize NeXT.
18172 * config.guess: Recognize i486-ncr-sysv4.
18173 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18174
18175Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18176
18177 * Makefile.in (MAKEINFOFLAGS): New variable.
18178 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18179 * build-all.mk, test-build.mk: Pass down --no-split as
18180 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18181
18182Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18183
18184 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18185
18186Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18187
18188 * Makefile.in (libg++.tar.z): New rule.
18189 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18190 * Makefile.in (taz): Only do a single chmod.
18191
18192Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18193
18194 * install.sh: don't use dirname anymore (replaced with sed usage)
18195
18196Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18197
18198 * Makefile.in: Change extension for gzip'd files from '.z' to
18199 '.gz' per new FSF standard usage.
18200
18201Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18202
18203 * configure: put quotes around the final value of program_transform_name
18204
18205Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18206
18207 * Makefile.in: new install.sh support; update install-info rules
18208
18209Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18210
18211 * configure.in: Build diff for crosses, but not for go32 host.
18212
18213 * configure.in: Build gprof only for native, and don't build it
18214 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18215
18216Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18217
18218 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18219
18220Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18221
18222 * configure.in (host_tools): Add prms.
18223
18224Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18225
18226 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18227 with $(FLAGS_TO_PASS) on the command line
18228
18229 * config.sub: Recognize lynx and lynxos
18230
18231Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18232
18233 * config.sub: Accept -ecoff*, not just -ecoff.
18234
18235Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18236
18237 * Makefile.in (taz): Use .gz suffix instead of .z.
18238 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18239 names.
18240
18241Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18242
18243 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18244
18245Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18246
18247 * Makefile.in (install-no-fixedincludes): install gcc last, so
18248 that rebuilds that might happen during 'make install' don't get
18249 bogus gcc include files
18250
18251Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18252
18253 Change from Utah for HPPA support:
18254 * config.guess: Recognize hppa1.x-hp-bsd.
18255
18256Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18257
18258 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18259 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18260
18261Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18262
18263 * config.sub: Add support for rom68k and bug boot monitors.
18264
18265Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18266
18267 * Makefile.in: Make all-opcodes depend on all-bfd.
18268
18269Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18270
18271 * config.guess: Added special check for i[34]86-univel-sysv4*.
18272
18273Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18274
18275 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18276 the processor rather than assuming i486.
18277
18278Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18279
18280 * config.guess: Recognize SunOS6 as Solaris3.
18281
18282Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18283
18284 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18285 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18286
18287Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18288
18289 * build-all.mk (all-cross): New target for Canadian Cross.
18290 Added Q2 go32 targets.
18291 * test-build.mk: Configure go32 cross sparclite-aout and
18292 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18293 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18294
18295Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18296
18297 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18298 GO32 hosted toolchains
18299
18300Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18301
18302 * configure: change so "-exec-prefix" gets passed down rather
18303 than "-exec_prefix" so autoconf generated Makefiles get the
18304 exec_prefix set right.
18305
18306Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18307
18308 * config.guess: get the Solaris2 minor version number
18309
18310 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18311
18312Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18313
18314 * config.guess: Recognize some Sequent platforms.
18315
18316Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18317
18318 * Makefile.in: added the vault-install target
18319
18320 * configure.in: actually use the Sun3 makefile fragment that's in
18321 config, also added the release dir to configdirs
18322
18323Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18324
18325 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18326
18327Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18328
18329 * configure.in: remove some program from Alpha targetted toolchains
18330
18331Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18332
18333 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18334 gprof.
18335 (taz): Run "make diststuff" in those directories instead of "make
18336 proto-dir". Look for "VERSION=" only at start of line in subdir
18337 Makefile. Use "gzip -9" for compression.
18338 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18339 (binutils.tar.z): New target.
18340
18341Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18342
18343 * Makefile.in (taz): Include gpl.texinfo.
18344
18345Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18346
18347 * Makefile.in (setup-dirs): Merged into "taz" target.
18348 (taz): Only do `proto-dir' stuff if a directory is actually needed
18349 for this target.
18350
18351Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18352
18353 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18354 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18355 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18356 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18357 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18358
18359Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18360
18361 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18362 config.sub, and move-if-change to gdb testsuite distribution
18363 archive, so the testsuite can be extracted, configured, and
18364 run separately from the gdb distribution. Blow away the Chill
18365 tests that require a Chill compiled executable, since GNU Chill
18366 is not yet publically available.
18367
18368Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18369
18370 * test-build.mk: set environment variables in a single command,
18371 instead of a list of assignments and exports
18372
18373 * config.guess: recognize Alpha/OSF1 systems
18374
18375Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18376
18377 * configure: Change help message to prefer --options rather than
18378 -options.
18379
18380Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18381
18382 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18383 zippy@ecst.csuchico.edu.
18384 * config.guess: Recognize miniframe.
18385
18386Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18387
cc6010cd
AP
18388 * Makefile.in: Use srcroot to find runtest rather than rootme.
18389 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
18390
18391Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18392
18393 * test-build.mk: Extensive additions to support building on a
18394 machine other than the host.
18395
18396Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18397
18398 * configure (tooldir): Fix for i386-aix again.
18399
18400Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18401
18402 * configure, Makefile.in: Change definition of $(tooldir)
18403 to match the FSF.
18404
18405Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18406
18407 * config.guess: Recognize i[34]86/SVR4.
18408
18409Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18410
18411 * Makefile.in (all-gdb): gdb depends on sim.
18412
18413Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18414
18415 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18416 at the same time we make the prototype gdb directory.
18417 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18418 files at the same time as the gdb base release distribution.
18419
18420Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18421
18422 * Makefile.in (check): Use individual check targets rather than
18423 DO_X rule.
18424 (check-gcc): Added.
18425
18426Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18427
18428 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18429 for System V release 3.2.
18430
18431Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18432
18433 * config.sub: Recognize hppaosf.
18434 * configure.in: Do configure ld/binutils/gas for it.
18435
18436Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18437
18438 * configure (tooldir): Alter syntax used to set this, for systems
18439 where "\$" isn't handled right, like i386-aix.
18440
18441Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18442
18443 * configure: Pass program-transform-name, not
18444 program_transform_name, to recursive configures.
18445
18446Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18447
18448 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18449 of gas+ld+binutils.
18450
18451Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18452
18453 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18454
18455Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18456
18457 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18458
6599da04
JM
18459Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18460
18461 * Makefile.in (PRMS): Set back to all-prms.
18462
18463Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18464
18465 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18466 targets, rather than for MIPS hosts.
18467
18468Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18469
18470 * configure.in: add comment for --with-x default values
18471
18472 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18473
18474 * Makefile.in: add check-* targets for each of the directories in
18475 the tree. Add a definition of RUNTEST that will use the one we
18476 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18477
18478Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18479
18480 * configure.in: Removed obsolete references to bfd_target and
18481 target_makefile_frag.
18482
18483 * build-all.mk: Set assorted targets for Q2.
18484 * config.sub: Recognize z8k-sim and h8300-hms.
18485 * test-build.mk: Really don't pass host to configure.
18486 (HOLES): Added uname.
18487
18488Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18489
18490 * configure: Handle an empty program-prefix, program-suffix or
18491 program-transform-name correctly.
18492
18493Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18494
18495 * build-all.mk: -G 8 no longer required for MIPS targets.
18496 * test-build.mk: Don't pass host argument to configure; make it
18497 guess.
18498
18499Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18500
18501 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18502 * Makefile.in (COMPRESS): New macro, like GZIP.
18503
18504Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18505
18506 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18507
18508 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18509 with gas currently defaults to -G 0.
18510
18511Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18512
18513 * Makefile.in (all-flex): flex depends on byacc.
18514
18515 * build-all.mk: If host not specified, use config.guess. Pass TAG
18516 to test-build.mk as RELEASE_TAG.
18517 * test-build.mk (configargs): New variable containing arguments to
18518 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18519 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18520
18521 * config.guess: Use /bin/uname when checking -X argument on SCO,
18522 to avoid invoking GNU uname which doesn't understand -X.
18523
18524 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18525
18526 * configure.in: Build gas for mips-*-*.
18527
18528Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18529
18530 * Makefile.in (all.normal): insert missing backslash.
18531
18532Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18533
731a8127 18534 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
18535
18536 * Makefile.in: Complete overhaul to merge many almost identical
18537 targets.
18538
18539Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18540
18541 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18542 (gdb.tar.Z): Adjusted.
18543
18544 * Makefile.in (setup-dirs, taz): New targets; should be general
18545 enough to adapt for gdb sometime. Build only .z file.
18546 (gas.tar.z): New target.
18547
18548Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18549
18550 * build-all.mk: Use CC=cc -Xs on Solaris.
18551
6599da04
JM
18552Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18553
18554 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18555 for handling BISON for FSF releases.
18556
18557Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18558
18559 * configure: Actually implement the change zoo just documented.
18560
18561Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18562
18563 * configure: when using config.guess, only set target_alias when
18564 it's not already been set (ie, on the command line)
18565
18566Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18567
18568 * Makefile.in: add installcheck target, set PRMS to install-prms
18569
18570Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18571
18572 * configure: add support for package_makefile_fragment, handle the
18573 case where a directory has a configure.in file but no Makefile.in
18574 more gracefully (with an actual understandable error message, even);
18575 add support for --without (and add this to the usage message); also
18576 explicitly add a --host=${host_alias} to the command line when
18577 config.guess is used
18578
18579Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18580
18581 * configure: Must use both --host and --target in recursive calls.
18582
18583Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18584
18585 * Makefile.in: Change deja-gnu to dejagnu.
18586
18587Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18588
18589 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18590
18591Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18592
18593 * configure.in: canonicalize all instances to *-*-solaris2*,
18594 also strip out a number of tools to not build for go32 host
18595
18596Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18597
18598 * config.guess: add GPL.
18599
18600 * Makefile.in, config.guess, config.sub, configure: bump
18601 copyrights to 93.
18602
18603Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18604
18605 * Makefile.in (do-info): Removed obsolete check for existence of
18606 localenv file.
18607
18608 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18609
18610Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18611
18612 * Makefile.in: a couple of 'else true' for decstation,
18613 support for TclX
18614
18615 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18616
18617Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18618
18619 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18620
18621Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18622
18623 * config.guess: Recognize i386-ibm-aix (PS/2).
18624 * configure.in: Use config/mh-aix386 file for it.
18625
18626Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18627
18628 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18629 CC_FOR_TARGET instead.
18630 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18631
18632Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18633
18634 * Makefile.in: Add sim to list of directories sent with gdb
18635
18636Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18637
18638 * configure.in: Put back mips-dec-bsd* case.
18639
18640Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18641
18642 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18643 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18644 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
18645
18646Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18647
18648 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18649
18650 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18651 (install-info): install dir.info only if it exists,
18652 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18653
18654Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18655
18656 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18657 gas for mips-dec-bsd.
18658
18659Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18660
18661 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18662 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18663
18664Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18665
18666 * configure.in: Added "dejagnu" to hosttools list.
18667
18668Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18669
18670 * config.sub, configure.in, config.guess: Add support
18671 for Bosx, an AIX variant from Bull.
18672 Patches from F.Pierresteguy@frcl.bull.fr.
18673
18674Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18675
18676 * devo/dejagnu: Initial creation of devo/dejagnu.
18677 Migrated dejagnu testcases and support files for testing software
18678 tools to reside as subdirectories, currently called "testsuite",
18679 within the directory of the software tool. Migrated all programs,
18680 support libraries, etc. beloging to dejagnu proper from
18681 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18682 with no modifications. The changes to these files which will
18683 allow them to configure, build, and execute properly will be made
18684 in a future update.
18685
18686Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18687
18688 * Makefile.in: Change send_pr to send-pr.
18689 * configure.in: Likewise.
18690 * send_pr: Renamed directory to send-pr.
18691
18692Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18693
18694 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18695
18696Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18697
18698 * README: Update for gdb-4.8 release.
18699 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18700 gdb-xxx.tar.z (gzip'd) file also.
18701
18702Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18703
18704 * Makefile.in: make all-diff depend on all-libiberty
18705
18706Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18707
18708 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18709
18710Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18711
18712 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18713
18714Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18715
18716 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18717 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18718 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18719
18720Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18721
18722 * Makefile.in: makeinfo binary is in a new location
18723
18724Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18725
18726 * config.sub: Accept -ecoff as an OS.
18727
18728 * Makefile.in: Various changes to eliminate a level of make
18729 recursion and reduce the required command line length.
18730 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18731 sub-makes.
18732 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18733 variables holding settings for specific sub-makes.
18734 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18735 in terms of BASE_FLAGS_TO_PASS.
18736 (TARGET_LIBS): New variable listing directories which use
18737 TARGET_FLAGS_TO_PASS.
18738 (subdir_do): Eliminated.
18739 (do-*): New set of targets to replace subdir_do.
18740 (various): All targets which used subdir_do now depend on do-*.
18741 (local-clean): Renamed from do_clean.
18742 (local-distclean): New target, dependency of distclean and
18743 realclean.
18744 (install-info): Don't create directories. Depend on dir.info
18745 rather than calling make recursively.
18746 (install-dir.info): Eliminated.
18747 (install-info-dirs): Create all info directories here.
18748 (dir.info): Depend upon do-install-info.
18749
18750 * test-build.mk (HOLES): Added false.
18751
18752Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18753
18754 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18755
18756Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18757
18758 * Makefile.in (info): remove dependency on all-texinfo. The
18759 problem was really in texinfo/C, not at this level.
18760
18761Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18762
18763 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18764
18765Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18766
18767 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18768 GDB releases.
18769
18770Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18771
18772 * configure: Include srcdir in message about target of link not
18773 being found. Don't convert `-' to `_' in `with' options being
18774 passed to subdirs.
18775
18776Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18777
18778 * configure.in: add uudecode to host_tools
18779
18780 * Makefile.in: added {all,install}-uudecode targets, added them to
18781 the appropriate lists
18782
18783Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18784
18785 * Makefile.in (all-gcc): Added dependency on all-gas.
18786
18787 * configure.in (mips-*-*): Build ld and binutils.
18788
18789Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18790
18791 * configure: check return code from mkdir, print error message and
18792 exit on failure.
18793
18794Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18795
18796 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18797
18798Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18799
18800 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18801
18802Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18803
18804 * config.sub (h8500): Recognize this as a cpu type.
18805
18806Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18807
18808 * configure: source directory missing is no longer a warning
18809
18810 * configure.in: recognize irix[34]* instead of irix[34]
18811
18812 * Makefile.in: define and pass down X11_LIB
18813
6599da04
JM
18814Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18815
18816 * guess-systype: Renamed to ...
18817 * config.guess: ... by popular request.
18818 * configure.in, Makefile.in: Update accordingly.
18819
18820Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18821
18822 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18823 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18824 + Execute ./dummy instead of assuming . is in PATH.
18825
18826Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18827
18828 * guess-systype: New shell script. Attempts to guess the
18829 canonical host name of the executing host.
18830 Only a few hosts are supported so far.
18831 * configure: Call guess-systype if no host is specified.
18832
18833Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18834
18835 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18836 gcc Makefile.
18837
6599da04
JM
18838Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18839
18840 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18841 (all-gcc, install-gcc, subdir_do): Use it.
18842
18843Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18844
18845 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18846
18847Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18848
18849 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18850 set exclusively by configure, using configure.in .
18851
18852Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18853
18854 * test-build.mk: set $PATH for all builds
18855
18856 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18857
18858Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18859
18860 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18861 the one used in gcc/Makefile.in, so that a null expansion doesn't
18862 override the one needed to build gcc with a native cc.
18863
6599da04
JM
18864Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18865
18866 * configure: Accept -with arguments.
18867
18868Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18869
18870 * Makefile.in: added h8300sim
18871
18872Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18873
6599da04
JM
18874 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18875 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18876 (all-cygnus, native, build-cygnus): Make
18877 $(canonhost)-stamp-3stage-done, not $(host)....
18878 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18879 i386-sco3.2v4. Added else true to if command.
18880
18881Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18882
18883 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18884
18885Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18886
18887 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18888
18889Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18890
18891 * configure.in: don't remove binutils from Solaris builds
18892
18893Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18894
18895 * Makefile.in: get rid of earlier definitions for *clean,
18896 also handle the recursive info rule better
18897
18898Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18899
18900 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18901 do more-or-less the right thing.
18902
18903Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18904
18905 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18906 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18907
18908Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18909
18910 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18911 $(host_canonical).
18912
18913 * configure.in: split the configdirs list into 4 categories (native
18914 v. cross, library v. tool) and handle the cross-only and native-
18915 only in more reasonable (and correct!) way.
18916
18917Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18918
18919 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18920 configdirs anymore.
18921
18922Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18923
18924 * Makefile.in: extensive cleanup:: removed all of the explicit
18925 clean-* targets, collapsed many wrappers around subdir_do into
18926 one, added additional targets to satisfy standards.texi, deleted
18927 some old targets, some changes for consistency
18928
18929Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18930
18931 * configure.in: handle some programs as cross-only, and others as
18932 native only
18933
18934 * test-build.mk: handle partial holes in a more generic manner
18935
18936 * Makefile.in: m4 depends on libiberty
18937
6599da04
JM
18938Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18939
18940 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18941 time, wdiff, and find to configdirs
18942
18943 * Makefile.in: all, clean, and install rules for the new programs
18944 added to configure.in
18945
18946Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18947
18948 * configure.in: use mh-sun for all *-sun-* hosts
18949
6599da04
JM
18950Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18951
18952 * Makefile.in: define flags for X11 include files and library file
18953 locations, pass them down to the programs that need this info
18954
18955 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18956
6599da04
JM
18957Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18958
18959 * configure.in: start building libg++ for HP-UX targets
18960
18961Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18962
18963 * README: Update references to files moved into etc/.
18964
18965Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18966
18967 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18968 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18969
18970Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18971
18972 * configure: accept dash as well as underscore in long option
18973 names for FSF compatibility.
18974
18975Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18976
18977 * config.sub: added -sco3.2v4 support from FSF.
18978
18979Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18980
18981 * configure.in: expand the section that adds or removes
18982 directories from the list of programs to build, to handle native
18983 vs. cross in addition to host v. native
18984
18985Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18986
18987 * Makefile.in: Replace C++ in macro names with CXX.
18988 This is less likely to break ...
18989
18990Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18991
18992 * test-build.mk: add -w to GNU_MAKE
18993
18994Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18995
18996 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18997 add 'sparc' to list of recognized cpus. This needed to make
18998 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18999 Delete some redundant ose68 variants. Recognize -wrs as an os,
19000 then changes that into $CPU-wrs-vxworks.
19001
19002 * configure.in: remove most references to gdbtest, regularize
19003 target based program removal
19004
19005 * test-build.mk: import from p3 tree (many fixes and changes)
19006
19007Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19008
19009 * Makefile.in: added rules to handle tcl, tk, and expect
19010
19011 * configure.in: handle those directories if they exist
19012
19013Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19014
19015 * config.sub: removed bogus hppabsd and hppahpux names, since
19016 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19017
19018Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19019
19020 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19021 depends upon all-xiberty
19022
19023 * Makefile.in: changes from p3, including:
19024
19025 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19026
19027 * Makefile.in (XTRAFLAGS): include newlib directories if
19028 newlib/Makefile exists, rather than if host != target.
19029
19030 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19031
19032 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19033 from the same source tree and not building a cross-compiler. This
19034 matters for the libg++ configuration if reconfiguring a tree that
19035 has already been installed.
19036
19037 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19038
19039 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19040 pick up the machine and system specific header files.
19041
19042 * Makefile.in: added AS_FOR_TARGET, passed down in
19043 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19044 the C compiler to use to create programs which are run in the
19045 build environment, set it to default to $(CC), and passed it down
19046 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19047
19048 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19049
19050 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19051 We need them for unusual native builds, like systems without
19052 ranlib.
19053
19054 * configure: also define $(host_canonical) and
e490616e
ZW
19055 $(target_canonical), which are the full, canonical names for the
19056 given host and target
6599da04
JM
19057
19058Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19059
19060 * Makefile.in: Added separate definitions for C++.
19061
19062Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19063
19064 * configure.in (configdirs): Add deja-gnu.
19065
19066Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19067
19068 * README: Update for configure.texi and gdb-4.7 release.
19069
19070Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19071
19072 * Makefile.in: Move "all" target to top of file.
19073 Previously, first target was ".PHONY" which caused BSD4.4 make
19074 to build .PHONY when make was run without arguments.
19075
19076Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19077
19078 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19079 Library-copylefted code in libiberty.
19080
19081Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19082
19083 * config.sub: Replace m68kmote with plain old m68k.
19084
19085Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19086
19087 * Makefile.in: Remove space from blank line, avoid Make complaints.
19088
19089Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19090
19091 * config.sub: Complain if no argument is given. Added support for
19092 386bsd as OS and target alias.
19093
19094Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19095
19096 * Makefile.in (XTRAFLAGS): include newlib directories if
19097 newlib/Makefile exists, rather than if host != target.
19098
19099Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19100
19101 * config.sub: recognize sparclite-wrs-vxworks.
19102
19103 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19104 p3.) Added clean-xiberty to clean.
19105
19106Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19107
19108 * configure.in: use *-*-* instead of nested cases for host and target
19109
19110Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19111
19112 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19113 from the same source tree and not building a cross-compiler. This
19114 matters for the libg++ configuration if reconfiguring a tree that
19115 has already been installed.
19116
19117Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19118
19119 * config.sub (i486v/i486v4): Merge in from FSF version.
19120
19121Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19122
19123 * configure: only set PWD if it is already set.
19124
19125Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19126
19127 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19128 doesn't have unset and all success paths (and most error paths)
19129 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19130 to just ${PWD} to avoid confusion.)
19131
19132Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19133
19134 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19135 even for a native compilation.
19136
19137Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19138
19139 Changes to make the gdb.tar.Z rule work better.
19140
19141 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19142 (DEVO_SUPPORT): Add configure.texi.
19143 (bfd-ilrt.tar.Z): Remove ancient rule.
19144
19145Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19146
19147 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19148 pick up the machine and system specific header files.
19149
19150 * configure.in, config.sub: added new target m68010-adobe-scout,
19151 with alias of adobe68k. Changed configure.in to check for
19152 -scout before -sco* to avoid a false match.
19153
19154 * Makefile.in: added AS_FOR_TARGET, passed down in
19155 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19156 the C compiler to use to create programs which are run in the
19157 build environment, set it to default to $(CC), and passed it down
19158 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19159
19160Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19161
19162 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19163 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19164 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19165 FOR_TARGET variants, to newlib and libg++.
19166
19167Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19168
19169 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19170 first.
19171
19172Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19173
19174 * config.sub: Accept `elf' as an environment.
19175
19176Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19177
19178 * Makefile.in (all-opcodes): cd into the right directory
19179
19180Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19181
19182 * configure: added -program_transform_name option, used as
19183 argument to sed when installing programs.
19184 configure.texi: added documentation for -program_prefix,
19185 -program_suffix and -program_transform_name.
19186
19187Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19188
19189 * config.sub: Accept i486 where i386 ok.
19190
19191Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19192
19193 * config.sub: accept we32k
19194
19195Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19196
3b75d237 19197 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
19198
19199 * Makefile.in: don't create all directories for ``make install'';
19200 let the subdirectories create the ones they need.
19201
19202Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19203
e490616e 19204 * COPYING: new file, GPL v2
6599da04
JM
19205
19206Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19207
19208 * Makefile.in: use the new gen-info-dir, which needs a template
19209 argument (which also lives in texinfo)
19210
19211 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19212
6599da04
JM
19213Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19214
19215 * config.sub (ncr3000): Change i386 to i486.
19216
19217Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19218
19219 * Makefile.in: add install-rcs, install-grep to
19220 install-no-fixedincludes, removed install-bison and install-libgcc
19221
19222Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19223
19224 * configure.in: grab the HPUX makefile fragment if on HPUX
19225
19226Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19227
19228 * Makefile.in: eradicate bison spoor (ditto libgcc).
19229 configure.in: recognise m68{k,000}-ericsson-OSE.
19230 es1800 is alias for m68k-ericsson-OSE
19231
19232Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19233
19234 * configure.in: rearrange the parts that remove programs from
19235 configdirs, based now on HOST==TARGET or by canonical triple.
19236
19237Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19238
19239 * test-build.mk: recurse explicitly with -f test-build.mk when
19240 appropriate. predicate stage3 and comparison on the existence
19241 of gcc. That is, if gcc isn't around, we aren't three-staging.
19242 On very clean, also remove ...stamp-co. Build in-place before
19243 doing other builds.
19244
19245Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19246
19247 * Makefile.in, configure.in: add tgas
19248
19249Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19250
19251 * Makefile.in: a number of changes merged in from progressive.
19252
19253 * configure.in: add libm.
19254
19255 * .cvsignore: ignore some stuff that comes from test-build.mk.
19256
6599da04
JM
19257Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19258
19259 * config.sub: Add es1800 (m68k-ericsson-es1800).
19260
19261Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19262
19263 * configure: Add program_suffix (parallel to program_prefix)
19264 * Makefile.in: adjust directory-creating script for losing decstation
19265
19266Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19267
19268 * configure: Minor $subdir-related fixes.
19269
19270Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19271
19272 * configure: fix various problems with propogating
19273 makefile_target_frag in subdirs.
19274 * configure.in: config libgcc if its there
19275
19276Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19277
19278 * config.sub: HPPA merge.
19279
6599da04
JM
19280Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19281
19282 * Makefile.in: Replace all-bison with all-byacc in all
19283 dependency lines for other tools (which now use byacc).
19284
19285Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19286
19287 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19288
6599da04
JM
19289Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19290
19291 * Makefile.in: make gprof rules similar to byacc rules (instead of
19292 vestigal $(unsubdir) that didn't work...)
19293
19294Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19295
19296 * config.sub: Add support for Linux.
19297 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19298 (at least for libg++).
19299
19300Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19301
19302 * configure.texi: fix doc for the -nfp option to configure
19303
19304Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19305
19306 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19307
19308Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19309
19310 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19311 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19312 * configure.in: added solaris* host_makefile_frag hook.
19313
19314Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19315
19316 * config.sub: changed recognition of m68000 so that various
19317 m68k types can be specified via m680[01234]0
19318
19319Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19320
19321 * config.sub (basic_machine): fix sed so that '-foo' isn't
19322 completely substituted out while .+'-foo' loses the '-foo'
19323
19324Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19325
19326 * config.sub ($os): Add -aout.
19327
19328Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19329
19330 * configure: If host_makefile_frag is absolute, don't
19331 prefix ${invsubdir} (relevant to libg++ auto-configure).
19332
19333Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19334
19335 * Makefile.in (tooldir): Define it.
19336 (all-ld): Depend on all-flex.
19337
19338Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19339
19340 * Makefile.in (check): Fix libg++ special case.
19341
19342Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19343
19344 * configure: do not bury `pwd` into config.status, thus do fewer
19345 pwd's.
19346
19347 * configure: print the "Building in" message only when building in
19348 other than "." AND verbose.
19349
63f6bcd7 19350 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
19351 configures.
19352
19353 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19354
19355Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19356
19357 * Makefile.in: macroize flags passed on recursion. remove
19358 fileutils.
19359
19360Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19361
19362 * configure: get makesrcdir right for subdirs deeper than 1.
19363
19364 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19365 install.
19366
19367Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19368
19369 * Makefile.in: don't print subdir_do or recursion lines.
19370
19371Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19372
19373 * standards.texi: added menu item.
19374
19375 * Makefile.in: build and install standards.info.
19376
19377 * standards.texi: new file.
19378
19379Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19380
19381 * configure: test for and move config.status pieces from
19382 ${subdir}/.
19383
19384Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19385
6599da04
JM
19386 * configure: Test for existance of files before trying to mv
19387 them, to avoid numerous non-existance messages.
19388
19389Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19390
19391 * configure: correct final line of config.status.
19392
19393 * configure: patch from eggert. Avoids a protection problem if
19394 the original Makefile.in is read only.
19395
19396 * configure: use move-if-change from gcc to create config.status.
19397 Some makefiles depend on config.status to tell if a directory
19398 has been reconfigured for a different host. This change
19399 prevents those directories from remaking everything in the case
19400 where the reconfig was only intended to rebuild a Makefile.
19401
19402 * configure: test for config.sub with "config.sub sun4" rather
19403 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19404 host alias from a missing config.sub.
19405
19406Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19407
19408 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19409 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19410
19411Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19412
19413 * configure: mkdir ${subdir} as needed.
19414
19415Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19416
19417 * Makefile.in,configure.in: added autoconf.
19418
19419Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19420
19421 * Makefile.in: no longer pass against on recursion.
19422
19423 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19424 definitions are not inherited.
19425
19426 * configure: correct makesrcdir when subdir is .
19427
19428Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19429
19430 * configure: Add support for 'subdirs' variable, which is
19431 like 'configdirs', except that configure doesn't re-invoke
19432 itself for subdirs, it just creates a Makefile for each subdir.
19433 * configure.texi: Document subdirs.
19434
19435Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19436
19437 * configure.in: added flex to configdirs
19438
19439Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19440
19441 * Makefile.in: remove clean-stamps from clean.
19442
19443Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19444
19445 * configure.in: Add gdbtest to configdirs.
19446
19447Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19448
19449 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19450 to recursive makes.
19451 * configure.in: Recognize new ncr3000 config.
19452
19453Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19454
19455 * Makefile.in, configure.in: removed references to gdbm.
19456
19457Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19458
19459 * config.sub: Don't canonicalize os value
19460 newsos* to bsd (readline needs to check for newsos).
19461 (This fix was earlier made Jan 31, but got re-broken.)
19462
19463Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19464
19465 * configure.in: sco is an os, not a vendor!
19466
19467 * configure: Quote $( better. Keep various shells happy.
19468
19469Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19470
19471 * Makefile.in: eliminate stamp-files.
19472
19473Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19474
19475 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19476 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19477
19478Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19479
19480 * config.sub: fix iris/iris3.
19481
19482Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19483
19484 * configure: re-add -rm.
19485
19486Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19487
19488 * Maskefile.in: add .stmp-rcs to all.
19489
19490 * configure.in: remove gas from rs6000 build, use aix host fragment.
19491
19492Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19493
19494 * configure: pass down site_option during recursion.
19495
19496Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19497
19498 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19499
19500Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19501
19502 * configure: Change exec_prefix so that it really defaults to prefix.
19503
19504Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19505
19506 * Makefile.in, configure.in: Add support for mmalloc library.
19507
19508Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19509
19510 * Makefile.in: add stmp dependencies for a few more things.
19511
19512Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19513
19514 * configure: adjusted error message on objdir/srcdir configure
19515 collision, per john's suggestion.
19516
19517 * Makefile.in: add libiberty stmp to all and all.cross.
19518
19519Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19520
19521 * Makefile.in: remove force dependencies, add grep to all.
19522
19523Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19524
19525 * Makefile.in: drop flex. make stamp files work.
19526
19527 * configure: added test for conflicting configuration in srcdir,
19528 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19529 gets cranky. use relative paths for configure and srcdir
19530 whenever possible. Send some error messages to stderr that were
19531 going to stdout.
19532
19533Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19534
19535 * Makefile.in: Fix libg++ rule to check for gcc directory
19536 before using gcc/gcc. Also pass XTRAFLAGS.
19537
19538Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19539
19540 * Makefile.in: added stmp-files so that directories aren't polled
19541 when they are already built.
19542
19543 * configure.texi: fixed a node pointer problem.
19544
19545Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19546
731a8127 19547 * config.sub configure.in gdb/configure.in
6599da04
JM
19548 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19549 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19550 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19551
19552Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19553
19554 * configure: -recurring becomes -silent. corrected help message
19555 for -site= option.
19556
19557 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19558
19559Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19560
19561 * configure: when building Makefile for crosses, replace
19562 tooldir and program_prefix. default srcdir from location of
19563 config.sub. remove "for host in hosts" and "for target in
19564 targets" loops.
19565
19566Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19567
19568 * Makefile.in: Do not pass bindir or mandir to cvs.
19569
19570Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19571
19572 * Makefile.in, configure.in: removed traces of namesubdir,
19573 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19574 copyrights to '92, changed some from Cygnus to FSF.
19575
19576 * configure.texi: remove most references to multiple hosts,
19577 multiple targets, subdirs, etc.
19578
19579 * configure.man: removed rcsid. reference config.sub not
19580 config.subr.
19581
19582 * Makefile.in: mkdir $(infodir) on install-info.
19583
19584Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19585
19586 * configure.texi: Explain better about .gdbinit and about
19587 the environment that configure.in sections run in.
19588
19589Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19590
19591 * configure.in: Ultrix is only a decstation if it's a MIPS.
19592
19593Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19594
19595 * README: DOC.configure => cfg-paper.texi.
19596
19597Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19598
19599 * config.sub (near case $os): Don't convert newsos* to bsd!
19600
19601Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19602
19603 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19604 the number of copies of COPYING that go into the GDB tar file.
19605
19606Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19607
731a8127 19608 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
19609 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19610 Fix SCO configuration stuff.
19611
19612Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19613
19614 * Makefile.in: For libg++, make sure the -I pointing
19615 to the gcc directory goes *after* all the libg++-local -I flags.
19616 Also, move just-gcc dependency from just-libg++ to all-libg++.
19617
19618Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19619
19620 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19621
19622Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19623
19624 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19625
19626Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19627
19628 * config.sub: Add stratus configuration frags. Also
19629 submitted to FSF.
19630
19631Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19632
19633 * Makefile.in (DEV_SUPPORT): add configure.man.
19634
19635 * config.sub(Decode manufacturer-specific): add -none*.
19636
19637Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19638
19639 * Makefile.in: remove form feeds to make Sun's make happy.
19640 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19641
19642Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19643
19644 * Makefile.in (AR_FLAGS): Make quieter.
19645
19646Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19647
19648 * configure.in: Add libg++.
19649 * configure: When verbose, don't output the command line at each
19650 level; it will be unremarkably the same as the previous version,
19651 which will be the same as what the user typed.
19652
19653Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19654
19655 * configure.in, Makefile.in: fix clean-info, add flex. add
19656 fileutils.
19657
19658 * configure: be less sensitive to spaces in Makefile.in. Do not
19659 look for sources in "..". Doing so breaks subdirectories that
19660 might have their own configure. If a subdir has it's own
19661 configure script, use it.
19662
19663Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19664
19665 * cfg-paper.texi: some changes suggested by rms.
19666
19667Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19668
19669 * config.sub: Merge in some small additions from the FSF version,
19670 taken from the gcc distribution, to bring the Cygnus and FSF
19671 versions into closer sync.
19672
19673Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19674
19675 * configure.in: Changed svr4 references to sysv4.
19676
19677Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19678
19679 * configure: added -V for version number option.
19680
19681Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19682
19683 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19684 renamed from DOC.configure to cfg-paper.texi.
19685
19686Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19687
19688 * configure, config.subr, config.sub: config.subr is now
19689 config.sub again.
19690
19691Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19692
19693 * configure.texi: new file, in progress.
19694
19695 * Makefile.in: build info file and install the man page for
19696 configure.
19697
19698 * configure.man: new file, first cut.
19699
19700 * configure: find config.subr again now that configuration "none"
19701 has gone. removed all traces of the -ansi option. removed all
19702 traces of the -languages option.
19703
19704 * config.subr: resync from rms.
19705
19706Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19707
19708 * configure, config.sub, config.subr: merge config.sub into
19709 config.subr, call the result config.subr, remove config.sub, use
19710 config.subr.
19711
19712 * Makefile.in: revised install for dir.info.
19713
19714Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19715
19716 * configure.in: add decstation host makefile frag.
19717
19718 * Makefile.in: BISON now bison -y again. also install-gcc on
19719 install. clean-gdbm on clean. infodir belongs in datadir.
19720 Make directories for info install. Build dir.info here then
19721 install it.
19722
19723Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19724
19725 * Makefile.in: fix for bad directory tests.
19726
19727Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19728
19729 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19730 regexp. -srcdir relative was being handled incorrectly.
19731
19732 * Makefile.in: unwrapped some for loops so that parallel makes
19733 work again and so one can focus one's attention on a particular
19734 package.
19735
19736Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19737
19738 * configure: added PWD as a stand in for `pwd` (for speed). use
19739 elif wherever possible. make -srcdir work without -objdir.
19740 -objdir= commented out.
19741
19742Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19743
19744 * configure: +options become --options. -subdirs commented out.
19745 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19746 Makefile now at top of generated Makefile. Removed cvs log
19747 entries. added -srcdir. create .gdbinit only if there is one
19748 in ${srcdir}.
19749
19750 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19751 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19752 and mandir now keyed off datadir by default.
19753
19754Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19755
19756 * Freshly created ChangeLog.
19757
19758\f
19759Local Variables:
19760mode: change-log
19761left-margin: 8
19762fill-column: 76
19763version-control: never
19764End: