]> gcc.gnu.org Git - gcc.git/blame - ChangeLog
PR c/80892 - -Wfloat-conversion now warns about non-floats
[gcc.git] / ChangeLog
CommitLineData
afd88efc
ML
12017-05-31 Martin Liska <mliska@suse.cz>
2
3 * configure.ac: Add handling of stage2_werror_flags to
4 action-if-given and to action-if-not-given.
5 * configure: Regenerate.
6
945bafd6
PB
72017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
8
9 * MAINTAINERS: Add self to Write After Approval
10
b9396a49
BS
112017-05-27 Bernd Schmidt <bschmidt@redhat.com>
12
13 * MAINTAINERS: Update my email address, and remove myself as
14 maintainer in some areas.
15
aa1b69e7
EG
162017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
17
18 * MAINTAINERS: Add self to Write After Approval
19
cdfee50a
NS
202017-05-25 Nathan Sidwell <nathan@acm.org>
21
22 * configure.ac: Add --enable-languages=default to mean default and
23 make --enable-languages=all mean all supported languages.
24 * configure: Regenerated.
25
83349046
SB
262017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
27
28 * config.gcc (powerpc*-*-*spe*): New.
29 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
30 (powerpc-*-rtems*spe*): New.
31 (powerpc*-*-linux*spe*): New.
32 (powerpc-wrs-vxworksspe): New.
33 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
34 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
35 * config.host (powerpc*-*-*spe*): New.
36
01c712cb
ML
372017-05-19 Martin Liska <mliska@suse.cz>
38
39 * configure.ac: Add --enable-werror-always just for
40 bootstrap-debug (or none build config) and do not add it
41 when we are on a release branch.
42 * configure: Regenerated.
43
7880c1a5
SL
442017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
45
46 * MAINTAINERS: Add self to Write After Approval
47
c759355f
KK
482017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
49
50 * MAINTAINERS: Move myself to Write After Approval section.
51
79557bae
CZ
522017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
53
54 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
55 ACCH registers.
56 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
57 available.
58 (umulsidi3): Likewise.
59 (mulsidi3_700): Disable this pattern when we have advanced mpy
60 instructions.
61 (umulsidi3_700): Likewise.
62 (maddsidi4): New pattern.
63 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
64 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
65 (mpydu_imm_arcv2hs): Likewise.
66 * config/arc/predicates.md (accl_operand): New predicate.
67
c7314bc1
CZ
682017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
69 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
72 case.
73 (ARC_AUTOFP_IRQ_P): Likewise.
74 (ARC_AUTO_IRQ_P): Likewise.
75 (rgf_banked_register_count): New variable.
76 (parse_mrgf_banked_regs_option): New function.
77 (arc_override_options): Handle rgf_banked_regs option.
78 (arc_handle_interrupt_attribute): Add firq option.
79 (arc_compute_function_type): Return fast irq type when required.
80 (arc_must_save_register): Handle fast interrupts.
81 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
82 (arc_return_address_regs): Update.
83 * config/arc/arc.h (arc_return_address_regs): Update.
84 (arc_function_type): Add fast interrupt type.
85 (ARC_INTERRUPT_P): Update.
86 (RC_FAST_INTERRUPT_P): Define.
87 * config/arc/arc.md (simple_return): Update for fast interrupts.
88 (p_return_i): Likewise.
89 * config/arc/arc.opt (mrgf-banked-regs): New option.
90 * doc/invoke.texi (mrgf-banked-regs): Document.
91
41453183
CZ
922017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
93
94 * config/arc/arc.c (irq_ctrl_saved): New variable.
95 (ARC_AUTOBLINK_IRQ_P): Define.
96 (ARC_AUTOFP_IRQ_P): Likewise.
97 (ARC_AUTO_IRQ_P): Likewise.
98 (irq_range): New function.
99 (arc_must_save_register): Likewise.
100 (arc_must_save_return_addr): Likewise.
101 (arc_dwarf_emit_irq_save_regs): Likewise.
102 (arc_override_options): Handle deferred options.
103 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
104 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
105 arc_must_save_return_addr.
106 (arc_compute_frame_size): Handle automated save and restore of
107 registers.
108 (arc_expand_prologue): Likewise.
109 (arc_expand_epilogue): Likewise.
110 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
111 * config/arc/arc.opt (mirq-ctrl-saved): New option.
112 * doc/invoke.texi (mirq-ctrl-saved): Document option.
113
52744dd7
TK
1142017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
115 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
116
117 PR bootstrap/77661
118 * Makefile.def: Don't pass --enable-maintainer-mode on to an
119 in-tree build MPC.
120 * Makefile.in: Regenerate.
121
deeba76a
FXC
1222017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
123
124 * configure.ac: Enable LTO by default on darwin >= 9.
125 * configure: Regenerate.
126
5a05e11d
PD
1272017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
128
129 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
130 and Andrew Waterman as the RISC-V maintainers.
131
e04f858c
NK
1322017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
133
134 * MAINTAINERS: Add self to Write After Approval
135
a98cf819
GP
1362017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
137
138 * config.guess: Import latest from upstream.
139
9826d1a3
GP
1402017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
141
142 * MAINTAINERS (Write After Approval): Remove entries that are
143 already covered under Reviewers.
144
a46586c3
MW
1452017-03-08 Mark Wielaard <mark@klomp.org>
146
147 PR demangler/70909
148 PR demangler/67264
149 * include/demangle.h: Add d_printing to struct demangle_component
150 and pass struct demangle_component as non const.
151
734ca1c2
GP
1522017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
153
154 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
155
93b87d1d
TS
1562017-02-15 Thomas Schwinge <thomas@codesourcery.com>
157
158 * Makefile.tpl: Remove HOST_ISLVER.
159 (HOST_EXPORTS): Remove ISLVER.
160 * Makefile.in: Regenerate.
161
f877b3ad
RB
1622017-02-13 Richard Biener <rguenther@suse.de>
163
164 * configure: Re-generate.
165
2ad31830
GP
1662017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
167
168 * MAINTAINERS: Adjust bug reporting URL.
169
3501e62c
GP
1702017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
171
172 * MAINTAINERS (Write After Approval): Remove redundant entry
173 for Andrew Burgess.
174
510555e0
JDA
1752017-02-03 John David Anglin <danglin@gcc.gnu.org>
176
177 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
178 32-bit hppa*-*-hpux*.
179 * configure: Regenerate.
180
f6a24a94
MJ
1812017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
182
183 * configure.ac: Moved the white list of enabling BRIG FE to
184 libhsail-rt/configure.tgt.
185 * configure: Regenerated.
186 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
187
1882017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
189 Martin Jambor <mjambor@suse.cz>
190
5fd1486c
PJ
191 * Makefile.def (target_modules): Added libhsail-rt.
192 (languages): Added language brig.
193 * Makefile.in: Regenerated.
194 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
195 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
196 * configure: Regenerated.
197
3c36aa6b
JJ
1982017-01-17 Jakub Jelinek <jakub@redhat.com>
199
200 PR other/79046
201 * configure: Regenerated.
202
8f56cb51
AM
2032017-01-04 Alan Modra <amodra@gmail.com>
204
205 * configure: Regenerate.
206
f2c764c5
BE
2072016-12-29 Ben Elliston <bje@gnu.org>
208
209 * config.sub: Import latest version.
210
1dc9c117
AI
2112016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
212
213 * MAINTAINERS (Write After Approval): Add myself.
214
c21fdaa1
JJ
2152016-12-21 Jakub Jelinek <jakub@redhat.com>
216
217 * configure.ac: Don't bootstrap libmpx unless --with-build-config
218 includes bootstrap-mpx.
219 * configure: Regenerated.
220
cc811459
CX
2212016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
222
223 * MAINTAINERS (Write After Approval): Add myself.
224
b55e6680
MJ
2252016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
226
8f56cb51 227 * configure: Regenerate.
b55e6680 228
825fba52
MK
2292016-12-01 Matthias Klose <doko@ubuntu.com>
230
231 * configure.ac: Don't use pkg-config to check for bdw-gc.
232 * configure: Regenerate.
233
114bf3f1
MK
2342016-11-30 Matthias Klose <doko@ubuntu.com>
235
236 * Makefile.def: Remove reference to boehm-gc target module.
237 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
238 options and for the bdw-gc pkg-config module.
239 * configure: Regenerate.
240 * Makefile.in: Regenerate.
241
21b0f96a
NS
2422016-11-28 Nathan Sidwell <nathan@acm.org>
243
244 * MAINTAINERS (nvptx): Remove self.
245
292edab3
BE
2462016-11-25 Ben Elliston <bje@gnu.org>
247
248 * config.guess: Import latest version.
249 * config.sub: Likewise.
250
0954a00b
TT
2512016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
252
253 * MAINTAINERS (Write After Approval): Add myself.
254
8e4d2ca4
MK
2552016-11-15 Matthias Klose <doko@ubuntu.com>
256
257 * Makefile.def: Remove references to GCJ.
258 * Makefile.tpl: Likewise.
259 * Makefile.in: Regenerate.
260
84c1b9d3
MK
2612016-11-15 Matthias Klose <doko@ubuntu.com>
262
263 * config-ml.in: Remove references to GCJ.
264 * configure.ac: Likewise.
265 * configure: Regenerate.
266
3f95ca6c
JC
2672016-11-01 Josh Conner <joshconner@google.com>
268
269 * MAINTAINERS (Write After Approval): Update email address,
270
457cc672
CL
2712016-10-27 Carl Love <cel@us.ibm.com>
272
273 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
274 Approval list to make it alphabetical.
275
2142f54f
CL
2762016-10-27 Carl Love <cel@us.ibm.com>
277
278 * MAINTAINERS (Write After Approval): Add myself.
279
104700f4
AB
2802016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * MAINTAINERS (Reviewers): Add myself.
283 (Write After Approval): Add myself.
284
942c0db8
HP
2852016-10-21 Hartmut Penner <hepenner@us.ibm.com>
286 Ulrich Weigand <uweigand@de.ibm.com>
287
288 * MAINTAINERS: Update email address.
289
fbf4c502
NS
2902016-10-10 Nathan Sidwell <nathan@acm.org>
291
292 * MAINTAINERS: Update email address.
293
b20e7532
AT
2942016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
295
296 * configure.ac: Add aarch64-*-freebsd*.
297 * configure: Regenerate.
298
2e21fd4d
SE
2992016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
300
301 * MAINTAINERS: Update email address after it got reverted.
302
43c40f3e
RO
3032016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
304
305 * configure.ac (target_libraries): Readd target-boehm-gc.
306 Restore --enable-objc-gc handling.
307 * configure: Regenerate.
308
f05796ba
JL
3092015-10-03 Jeff Law <law@redhat.com>
310
311 * MAINTAINERS: Move several inactive maintainers to the
312 write-after-approval section.
313
012447ea
JJ
3142016-09-30 Jakub Jelinek <jakub@redhat.com>
315
316 * configure.ac: Add target-libffi to target_libraries.
317 Readd libgcj target disablings, modified to only target-libffi.
318 Readd target addition of go to unsupported languages.
319 * configure: Regenerated.
320
a7d75d59
SE
3212016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
322
323 * MAINTAINERS: Update email address.
324
d1a79a95
AH
3252016-09-30 Andrew Haley <aph@redhat.com>
326
4d8c733d 327 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
328 write-after approval. Remove Tom Tromey and Bryce McKinlay from
329 libgcj.
330
af2d4873
AH
3312016-09-30 Andrew Haley <aph@redhat.com>
332
333 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
334 write-after approval after GCJ deletion.
335
07b78716
AH
3362016-09-30 Andrew Haley <aph@redhat.com>
337
338 * Makefile.def: Remove libjava.
339 * Makefile.tpl: Likewise.
340 * Makefile.in: Regenerate.
341 * configure.ac: Likewise.
342 * configure: Likewise.
343 * gcc/java: Remove.
344 * libjava: Likewise.
345
a29b7214
CZ
3462016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
347
348 * MAINTAINERS (Reviewers): Add myself.
349
2fd88f4f
AK
3502016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
351
352 * configure.ac: Disable "sim" directory for arc*-*-*.
353 * configure: Regenerated.
354
e2080e79
TC
3552016-09-23 Tamar Christina <tamar.christina@arm.com>
356
357 * MAINTAINERS (Write After Approval): Add myself.
358
8f3675f8
MR
3592016-09-12 Maciej W. Rozycki <macro@imgtec.com>
360
361 * configure.ac: Check for the minimum in-tree MPFR version
362 handled.
363 * configure: Regenerate.
364
21f88103
YTL
3652016-07-20 Yan-Ting Lin <currygt52@gmail.com>
366
367 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
368 * configure: Regenerated.
369
60d51882
FR
3702016-07-19 Fritz Reese <fritzoreese@gmail.com>
371
372 * MAINTAINERS (Write After Approval): Add myself.
373
277d7ee0
AK
3742016-06-23 Andi Kleen <ak@linux.intel.com>
375
376 * Makefile.def: Add autoprofiledbootstrap.
377 * Makefile.tpl: Dito.
378 * Makefile.in: Regenerate.
379
fd6487af
JS
3802016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
381
382 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
383 * configure: Regenerate.
384
3e326935
TS
3852016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
386
387 * configure: Regenerate.
388 * configure.ac: Remove support for avr-rtems.
389
9582bf04
SKS
3902016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
391
392 * MAINTAINERS (Write After Approval): Add myself.
393
6f820b68
MC
3942016-06-16 Michael Collison <michael.collison@arm.com>
395
396 * MAINTAINERS (Write After Approval): Add myself.
397
775ee7fa
MM
3982016-06-14 Mikael Morin <mikael@gcc.gnu.org>
399
400 * MAINTAINERS (Write After Approval): Update e-mail address.
401
de3ba371
JM
4022016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
403
21f88103 404 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 405
350216e3
AM
4062016-05-28 Alan Modra <amodra@gmail.com>
407
408 * Makefile.tpl (configure): Depend on m4 files included.
409 * Makefile.in: Regenerate.
410
9cad20fa
BS
4112016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
412
413 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
414 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
415
92466115
BS
4162016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
417
418 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
419 special case builtin.
420 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
421 support for ALTIVEC_BUILTIN_VEC_ADDEC.
422 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
423 for __builtin_vec_addec.
424
fe38e08b
JS
4252016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
426
427 * config.guess: Import version 2016-04-02 (newest).
428 * config.sub: Import version 2016-05-10 (newest).
429
cef1a0b8 4302016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 431
cef1a0b8
JL
432 * configure.ac: Add ARC support to libgloss.
433 * configure: Regenerate
704b85c7 434
75a6b91a
AS
4352016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
436
437 * MAINTAINERS (Write After Approval): Add myself.
438
00f35794
BE
4392016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
440
441 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
442 * configure: Regenerated.
443 * Makefile.def (gmp): Explicitly disable assembler.
444 (mpfr): Adjust lib_path.
445 (mpc): Likewise.
446 * Makefile.in: Regenerated.
447
c100769b
JJ
4482016-05-01 Jakub Jelinek <jakub@redhat.com>
449
450 PR bootstrap/70704
451 * configure.ac (--enable-stage1-checking): Add missing
452 --enable-checking=.
453 * configure: Regenerated.
454
bc6d9014
OE
4552016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
456
ace08cb8
OE
457 * config.guess: Revert r235676.
458 * config.sub: Revert r235676.
459
4602016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
461
462 * config.guess: Remove SH5 support.
bc6d9014
OE
463 * config.sub: Likewise.
464 * configure: Likewise.
465 * configure.ac: Likewise.
466
7db11a5a
JJ
4672016-04-26 Jakub Jelinek <jakub@redhat.com>
468
469 PR bootstrap/70704
470 * configure.ac (--enable-stage1-checking): For --disable-checking or
471 implicit --enable-checking, make sure extra flag matches in between
472 stage1 and later checking.
473 * configure: Regenerated.
474
ab0fc037
TS
4752016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
476
477 * .gitattributes: New file.
478
c048fa95
SB
4792016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
480
481 * MAINTAINERS (rs6000/powerpc port): Add myself.
482
f3653cf5
SB
4832016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
484
485 PR bootstrap/70173
486 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
487 and gotools directories. Delete the stage_final file.
488 * Makefile.in: Regenerate.
489
4f93efa4
AV
4902016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
491
492 * MAINTAINERS (Write After Approval): Add myself.
493
c27e432e
SK
4942016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
495
496 * MAINTAINERS (Fortran maintainer): Remove myself.
497
7134713c
BS
4982016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
499
500 * MAINTAINERS (Write After Approval): Add myself.
501
7d74282a
KN
5022016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
503
504 * MAINTAINERS (Write After Approval): Add myself.
505
1b858e76
CC
5062016-03-17 Cary Coutant <ccoutant@gmail.com>
507
508 Sync with binutils-gdb:
509
510 2016-03-17 Cary Coutant <ccoutant@gmail.com>
511
512 * configure.ac: Add mips and s390 to the gold target check.
513 * configure: Regenerate.
514
d15bd5bb
DD
5152016-03-01 DJ Delorie <dj@redhat.com>
516
517 * MAINTAINERS (mep): Remove myself as MeP maintainer.
518
6d1fa6bb
DM
5192016-02-22 David Malcolm <dmalcolm@redhat.com>
520
521 * MAINTAINERS (libcpp): Add myself.
522 (diagnostic messages): Likewise.
523
607bda60
TV
5242016-02-20 Tom de Vries <tom@codesourcery.com>
525
526 * MAINTAINERS: Fix whitespace.
527
80cfaff8
CZ
5282016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
529
530 * MAINTAINERS (Write After Approval): Add myself.
531
c661a43d
SP
5322016-01-29 Sebastian Pop <s.pop@samsung.com>
533
534 * config/isl.m4: Add comments about isl-0.16.
535 * configure: Regenerate.
536
86b3a101
MJ
5372016-01-29 Martin Jambor <mjambor@suse.cz>
538
539 * MAINTAINERS (hsa maintainers): Add myself.
540
960cbfd2
WD
5412015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
542
543 * MAINTAINERS: (Write After Approval): Add myself.
544
1e050c90
AK
5452016-01-25 Aditya Kumar <aditya.k7@samsung.com>
546 Sebastian Pop <s.pop@samsung.com>
547
548 * Makefile.in: Regenerate.
549 * Makefile.tpl: Export ISLVER.
550 * configure: Regenerate.
551 * config/isl.m4: Detect isl-0.15.
552
cefadad1
MM
5532016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
554
555 PR bootstrap/69329
556 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
557 * Makefile.in: Regenerate.
558
9e530bcd
AP
5592016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
560
561 * configure.ac: Enable LTO for DJGPP
562 * configure: Regenerate
563
324402a0
L
5642016-01-12 H.J. Lu <hongjiu.lu@intel.com>
565
566 Sync with binutils-gdb:
567 2015-10-21 Nick Clifton <nickc@redhat.com>
568
569 PR gas/19109
570 * configure.ac: Note the 'none' is an acceptable argument to
571 --enable-compressed-debug-sections.
572 * configure: Regenerate.
573
9eaaa830
BE
5742016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
575
576 PR bootstrap/69134
577 * Makefile.def (mpfr): Disable assembler.
578 * Makefile.in: Regenerate.
579
cfe67e03
BE
5802016-01-01 Ben Elliston <bje@gnu.org>
581
582 * config.guess: Import version 2016-01-01.
583 * config.sub: Likewise.
584
be33d404
SS
5852015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
586
587 * MAINTAINERS (Write After Approval): Add myself.
588
e357a5e0
SP
5892015-12-17 Sebastian Pop <s.pop@samsung.com>
590
591 * Makefile.in: Replace ISL with isl.
592 * Makefile.tpl: Same.
593 * config/isl.m4: Same.
594 * configure.ac: Same.
595 * contrib/download_prerequisites: Same.
596 * configure: Regenerate.
597
1ad2439b
AP
5982015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
599
600 * MAINTAINERS (Write After Approval): Add Myself.
601
70decafb
NS
6022015-12-17 Nathan Sidwell <nathan@acm.org>
603
604 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
605 * configure: Regenerate.
606
560d18d3
AK
6072015-12-16 Aditya Kumar <aditya.k7@samsung.com>
608 Sebastian Pop <s.pop@samsung.com>
609
610 * config/isl.m4 (ISL_CHECK_VERSION): Check for
611 isl_ctx_get_max_operations.
612 * configure: Regenerate.
613
57e8ab24 6142015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
615
616 * MAINTAINERS (Write After Approval): Add myself.
617
105b682e
ILT
6182015-12-02 Ian Lance Taylor <iant@google.com>
619
620 PR go/66147
621 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
622 * Makefile.in: Regenerate.
623
7eb46bec
AT
6242015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
625
626 PR libffi/65726
627 * Makefile.def (lang_env_dependencies): Make libffi depend
628 on cxx.
629 * Makefile.in: Regenerate.
630
cc3baaa9
DE
6312015-11-26 David Edelsohn <dje.gcc@gmail.com>
632
633 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
634 symbols.
635
3be96231
TG
6362015-11-20 Tristan Gingold <gingold@adacore.com>
637
638 Sync with binutils-gdb:
639 2015-11-20 Tristan Gingold <gingold@adacore.com>
640
641 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
642 * configure: Regenerate.
643
daa53f38
ML
6442015-11-19 Martin Liska <mliska@suse.cz>
645
646 * .gitignore: Add .clang-format to ignored files.
647 * Makefile.in: Add clang-format.
648 * Makefile.tpl: Likewise.
649
54985c70
TA
6502015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
651
652 * configure.ac: Enable libmpx by default.
653 * configure: Regenerated.
654
d0397c75
SE
6552015-10-23 Steve Ellcey <sellcey@imgtec.com>
656
657 * MAINTAINERS: Update email address.
658
735a559c
PM
6592015-10-23 Paulo Matos <pmatos@linki.tools>
660
661 * MAINTAINERS: Update email address.
662
15713b43
AH
6632015-10-23 Alan Hayward <alan.hayward@arm.com>
664
665 * MAINTAINERS (Write After Approval): Add myself.
666
78edb32f
L
6672015-10-20 H.J. Lu <hongjiu.lu@intel.com>
668
669 Sync with binutils-gdb:
670 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
671
672 PR gas/19109
673 * configure.ac: Add
674 --enable-compressed-debug-sections={all,gas,gold,ld}.
675 * configure: Regenerated.
676
dec6b7f1
AC
6772015-10-16 Arnaud Charlet <charlet@adacore.com>
678
679 * MAINTAINERS: Update list of Ada maintainers and email addresses.
680
6be1d686
ML
6812015-10-09 Martin Liska <mliska@suse.cz>
682
683 * MAINTAINERS (Write After Approval): Add myself.
684
dc0e2060
AF
6852015-10-09 Alexander Fomin <alexander.fomin@intel.com>
686
687 * MAINTAINERS (Write After Approval): Add myself.
688
bec93d40
FW
6892015-10-02 Florian Weimer <fweimer@redhat.com>
690
691 * MAINTAINERS: Update email address.
692
0487f06d
LK
6932015-10-02 Louis Krupp <louis.krupp@zoho.com>
694
695 * MAINTAINERS (Write After Approval): Add myself.
696
56547ff7
KT
6972015-09-20 Kai Tietz <ktietz70@googlemail.com>
698
423ea09f 699 * MAINTAINERS: Update email.
56547ff7 700
ed4c91ea
BS
7012015-09-14 Bernd Schmidt <bschmidt@redhat.com>
702
703 * MAINTAINERS: Update my email address.
704
2503fd9e
JB
7052015-09-01 James Bowman <james.bowman@ftdichip.com>
706
707 * MAINTAINERS (ft32 port): Add myself.
708
3726332a
DS
7092015-08-28 David Sherwood <david.sherwood@arm.com>
710
711 * MAINTAINERS: Add myself.
712
15480aaf
PM
7132015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
714
715 * MAINTAINERS (Write After Approval): Add myself.
716
ad4f95e3
FXC
7172015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
718
719 PR libfortran/54572
720 * Makefile.def: Make libgfortran depend on libbacktrace.
721 * Makefile.in: Regenerate.
722
95f25df0
SD
7232015-08-20 Simon Dardis <simon.dardis@imgtec.com>
724
725 * MAINTAINERS (Write After Approval): Add myself.
726
5dc85f7e
TV
7272015-08-12 Tom de Vries <tom@codesourcery.com>
728
729 PR other/67092
730 * configure.ac: Remove --with_host_libstdcxx support.
731 * configure: Regenerate.
732
44a7d18d
TS
7332015-08-10 Thomas Schwinge <thomas@codesourcery.com>
734 Jakub Jelinek <jakub@redhat.com>
735
736 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
737 nvptx*-*-*.
738 * configure: Regenerate.
739
bf5372e7
YS
7402015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
741
742 * Makefile.def (libiconv): Define bootstrap=true.
743 Mark pdf/html/info as missing.
744 (configure-gcc): Depend on all-libiconv.
745 (all-gcc): Ditto.
746 (configure-libcpp): Ditto.
747 (all-libcpp): Ditto.
748 (configure-intl): Ditto.
749 (all-intl): Ditto.
750 * Makefile.in: Regenerate.
751
94b8fdcc
BC
7522015-08-03 Bin Cheng <bin.cheng@arm.com>
753
754 * MAINTAINERS (loop ivopts): Add the entry and myself.
755
430bcac1
NS
7562015-07-31 Nathan Sidwell <nathan@codesourcery.com>
757
758 * MAINTAINERS (nvptx): Add self.
759
110d61da
AL
7602015-07-29 Alan Lawrence <alan.lawrence@arm.com>
761
762 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
763 128-bit vector modes.
764
c9da7548 7652015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 766
c9da7548
VV
767 * MAINTAINERS (Write After Approval): Add myself.
768
423ea09f 7692015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
770
771 * config.sub, config.guess: Import from upstream.
772
6b1786aa
JL
7732015-07-24 Michael Darling <darlingm@gmail.com>
774
775 PR other/66259
776 * config-ml.in: Reflects renaming of configure.in to configure.ac
777 * configure: Likewise
778 * configure.ac: Likewise
779
45952786
BS
7802015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
781
782 * MAINTAINERS: Update my email address.
783
f1595603
L
7842015-07-14 H.J. Lu <hongjiu.lu@intel.com>
785
786 Sync with binutils-gdb:
787 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
788
789 * configure.ac (target_configdirs): Exclude target-zlib if
790 target-libjava isn't built.
791 * configure: Regenerated.
792
a05c2c75
L
7932015-07-14 H.J. Lu <hongjiu.lu@intel.com>
794
795 Sync with binutils-gdb:
796 2015-05-13 John David Anglin <dave.anglin@bell.net>
797
798 * configure.ac: Disable configuration of GDB for HPUX targets.
799 * configure: Regenerate.
800
801 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
802
803 * configure.ac: Add --with-system-zlib.
804 * configure: Regenerated.
805
806 2015-01-28 James Bowman <james.bowman@ftdichip.com>
807
808 * configure.ac: Add FT32 support.
809 * configure: Regenerate.
810
811 2015-01-12 Anthony Green <green@moxielogic.com>
812
813 * configure.ac: Don't disable gprof for moxie.
814 * configure: Rebuild.
815
1c01ebf6
L
8162015-07-14 H.J. Lu <hongjiu.lu@intel.com>
817
818 Sync with binutils-gdb:
819 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
820
821 PR ld/18355
822 * Makefile.def: Add extra_configure_flags to host zlib.
823 * configure.ac (extra_host_zlib_configure_flags): New. Set
824 to --enable-host-shared When bfd is to be built as shared
825 library. AC_SUBST.
826 * Makefile.in: Regenerated.
827
e59969a1
HPN
8282015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
829
830 Sync with src:
831 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
832 * Makefile.def (dependencies): Add all-zlib to all-bfd.
833 * Makefile.in: Regenerated.
834
d9063947
L
8352015-06-30 H.J. Lu <hongjiu.lu@intel.com>
836
837 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
838 target.
839 * configure: Regenerate.
840
b837291d
LC
8412015-06-23 Ludovic Courtès <ludo@gnu.org>
842
843 * MAINTAINERS (Write After Approval): Add myself.
844
2a97995f
AT
8452015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
846
847 * MAINTAINERS (OS Port Maintainers): Add myself.
848 (Various Maintainers): Remove myself from libffi testsuite.
849
19cd26a6
RS
8502015-06-04 Richard Sandiford <richard.sandiford@arm.com>
851
852 * MAINTAINERS (gen* on machine desc): Add self.
853
8ca528d9
JM
8542015-06-02 Jason Merrill <jason@redhat.com>
855
856 PR bootstrap/66319
857 * configure.ac: Use -std=gnu++98.
858
4526c3c1
SN
8592015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
860
861 * MAINTAINERS (Write After Approval): Add myself.
862
318a4e6d
MF
8632015-05-28 Mike Frysinger <vapier@gentoo.org>
864
865 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
866 * configure: Regenerate.
867
46070488
JM
8682015-05-26 Jason Merrill <jason@redhat.com>
869
870 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
871 * configure: Regenerate.
872
fef939d6
JB
8732015-05-16 James Bowman <james.bowman@ftdichip.com>
874
875 * configure.ac: FT32 target added.
fef939d6
JB
876 * configure: Regenerated.
877
886faf50
IB
8782015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
879
880 * MAINTAINERS (Write After Approval): Add myself.
881
91c6b410
PM
8822015-05-11 Paulo Matos <paulo@matos-sorge.com>
883
884 * MAINTAINERS (Write After Approval): Add myself.
885
e640447c
PM
8862015-05-11 Paulo Matos <paulo@matos-sorge.com>
887
888 * configure.ac: Fix typo.
889 * configure: Regenerate.
890
e587377d
MM
8912015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
892
893 * MAINTAINERS (Write After Approval): Add myself.
894
cabb9d59
MK
8952015-05-03 Matthias Klose <doko@ubuntu.com>
896
897 * configure.ac: Match $host configured with triplets.
898 * configure: Regenerate.
899
fafb95a6
BRF
9002015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
901
902 * Makefile.tpl: Remove surplus whitespace throughout.
903 * Makefile.in: Regenerate.
904
85867772
SB
9052015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
906
907 * MAINTAINERS (Various Maintainers): Add myself as instruction
908 combiner maintainer.
909
c10b5ea0
JJ
9102015-04-17 Jakub Jelinek <jakub@redhat.com>
911
912 PR bootstrap/62077
913 * configure.ac (--enable-stage1-checking): Default to
914 release,misc,gimple,rtlflag,tree,types if --disable-checking
915 or --enable-checking is not specified and DEV-PHASE is not
916 experimental.
917 * configure: Regenerated.
918
77019397
MO
9192015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
920
921 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
922 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
923 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
924 * Makefile.in: Regenerate.
925
17feae99 9262015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
927
928 * MAINTAINERS: Update my email address.
929
e61ffb3b
JG
9302015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
931
932 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
933
b16cc4f2
KT
9342015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
935
936 * MAINTAINERS: Add myself as an arm port reviewer.
937
ec523909
ML
9382015-03-25 Martin Liska <mliska@suse.cz>
939 Yury Gribov <y.gribov@samsung.com>
940
941 * Makefile.in: Fix ln source location for vimrc file.
942 * Makefile.tpl: Likewise.
943
fc30054e
AH
9442015-03-09 Aldy Hernandez <aldyh@redhat.com>
945
946 PR bootstrap/25672
947 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
948 cross-compiling. Similarly for CXX_FOR_TARGET.
949 * configure: Regenerate.
950
5373cd33
IE
9512015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
952
953 * Makefile.def: Add libmpx.
954 * configure.ac: Add libmpx.
955 * Makefile.in: Regenerate.
956 * configure: Regenerate.
957
a6e8abb9
KY
9582015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
959
960 * MAINTAINERS (CPU Port Maintainers): Add myself
961 i386 vector ISA extns mantainer.
962
f2b86778
JL
9632015-03-13 Jeff Law <law@redhat.com>
964
965 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
966 maintainer.
967 Remove Richard Henderson as a maintainer for the x86 port.
968
9dd44d1c
JR
9692015-03-03 Joern Rennecke <gnu@amylaar.uk>
970
971 * MAINTAINERS (CPU Port Maintainers): Update my email address.
972
33079441
IE
9732015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
974
975 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
976 pointer bounds checker and i386 MPX maintainer.
977
d083ae5f
SL
9782015-02-26 Sandra Loosemore <sandra@codesourcery.com>
979
980 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
981
f91f1c13
MS
9822015-02-26 Martin Sebor <msebor@redhat.com>
983
984 * MAINTAINERS (Various Maintainers): Add self.
985
426c1eb0
TS
9862015-02-20 Thomas Schwinge <thomas@codesourcery.com>
987
988 * configure.ac [--enable-as-accelerator-for] (enable_languages):
989 Make sure it contains lto.
990 * configure: Regenerate.
991
8ae12d71
TS
9922015-02-18 Thomas Schwinge <thomas@codesourcery.com>
993
994 * configure: Regenerate.
995
11aa81cc 9962015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 9971
11aa81cc
DN
998 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
999 middle-end, docstring): Remove myself.
1000 (Write After Approval): Add myself.
1001
a436ab27
JJ
10022015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1003
1004 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1005 (Write After Approval): Update address.
1006
231d020b
DM
10072015-01-29 David Malcolm <dmalcolm@redhat.com>
1008
1009 PR jit/64780
1010 * configure.ac: Require the user to explicitly specify
1011 --enable-host-shared if the jit is enabled.
1012 * configure: Regenerate.
1013
82a94471
RS
10142015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1015
1016 * MAINTAINERS (Write After Approval): Add myself.
1017
e6f0c56d
TV
10182015-01-25 Tom de Vries <tom@codesourcery.com>
1019
1020 * MAINTAINERS: Make whitespace consistent.
1021
631ff3e1
BO
10222015-01-23 Braden Obrzut <admin@maniacsvault.net>
1023
1024 * MAINTAINERS (Write After Approval): Add myself.
1025
09b9cd1f
AV
10262015-01-20 Andre Vehreschild <vehre@gmx.de>
1027
1028 * MAINTAINERS: (Write After Approval): Add myself.
1029
802ed46a
MU
10302015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1031
1032 * MAINTAINERS: (Write After Approval): Add myself.
1033
c61fcfa6
PT
10342015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1035
1036 * MAINTAINERS: (Write After Approval): Add myself.
1037
ebcd09c1
IS
10382015-01-13 Iain Sandoe <iain@codesourcery.com>
1039
1040 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1041 objective-c/c++ front end maintainer.
1042
71aa170d
MP
10432015-01-13 Marek Polacek <polacek@redhat.com>
1044
1045 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1046
da067543
JL
10472015-01-12 Jeff Law <law@redhat.com>
1048
1049 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1050 a very long time.
1051
bf1de3f0
ILT
10522015-01-09 Ian Lance Taylor <iant@google.com>
1053
1054 * configure.ac (host_tools): Add gotools.
1055 * Makefile.def (host_modules): Add gotools.
1056 (dependencies): Add dependency of all-gotools on all-target-libgo.
1057
82a19768
AT
10582015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1059
1060 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1061 * configure: Regenerate.
1062
53dd59bf
TS
10632015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1064
1065 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1066 all-target-libgomp.
1067 * Makefile.in: Regenerate.
1068
8054942d
EB
10692015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1070
1071 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1072
0969ec7d
EB
10732015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1074
1075 * configure.ac: Add Visium support.
1076 * configure: Regenerate.
1077
ec8fd1c0
AS
10782015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1079
1080 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1081 * configure: Regenerate.
1082
9bccfdf5
AP
10832015-01-03 Andrew Pinski <apinski@cavium.com>
1084
1085 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1086 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1087 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1088 (OBJCOPY_FOR_TARGET): New variable.
1089 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1090 * Makefile.in: Regenerate.
1091 * configure.ac: Check for already installed target objcopy.
1092 Also GCC_TARGET_TOOL on objcopy.
1093 * configure: Regenerate.
1094
007adc0d
HPN
10952015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1096
1097 * config.sub: Update from upstream, to 2015-01-01 version.
1098 * config.guess: Ditto.
1099
fe55e976
SH
11002014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1101
1102 * MAINTAINERS (RTEMS Ports): Add myself.
1103
b86d271e
PMR
11042014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1105
1106 * MAINTAINERS (Write After Approval): Add myself.
1107
9733278a
MH
11082014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1109
1110 * MAINTAINERS (Write After Approval): Add myself.
1111
4b4f2e35
TS
11122014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1113
1114 * configure.ac (--enable-as-accelerator-for): Don't set
1115 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1116 * configure: Regenerate.
1117
b6a65eb6
JJ
11182014-12-13 Jakub Jelinek <jakub@redhat.com>
1119
1120 PR bootstrap/64023
1121 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1122 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1123 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1124 to CXX.
1125 * Makefile.in: Regenerated.
1126
c3e1e693
YG
11272014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1128 Yury Gribov <y.gribov@samsung.com>
1129
1130 * .gitignore: Added .local.vimrc and .lvimrc.
1131 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1132 * Makefile.in: Regenerate.
1133
11342014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
1135
1136 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1137 * configure: Regenerated.
1138
b9fb25a5
BS
11392014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1140
1141 * MAINTAINERS (nvptx port): New entry.
1142
d896cc4d
JBG
11432014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1144
1145 * configure: Regenerate.
1146
74ae587e
JBG
11472014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1148
1149 * configure.ac: Merge with Binutils.
1150
45c89690
TB
11512014-11-26 Tobias Burnus <burnus@net-b.de>
1152
1153 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1154 * Makefile.in: Regenerate.
1155
ea903c37
BE
11562014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1157
1158 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1159 missing flex.
1160 * Makefile.in: Regenerated.
1161
eb23df59
IV
11622014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1163
1164 * Makefile.in: Regenerate.
1165
a699d672
L
11662014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1167
1168 PR bootstrap/63784
1169 * libtool.m4: Add $pic_flag with -shared.
1170
fc065a61
RL
11712014-11-21 Renlin Li <Renlin.Li@arm.com>
1172
1173 * MAINTAINERS (Write After Approval): Added myself.
1174
efcc23e6
AV
11752014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1176
1177 * MAINTAINERS (write-after-approval): Add myself.
1178
dd308ed8
MK
11792014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1180
1181 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1182 from 2 years ago.
1183
ac8698a1
AV
11842014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1185
1186 Revert:
1187 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1188
1189 * MAINTAINERS (Write After Approval): Added myself as line map
1190 maintainer.
1191
8dab9330
RL
11922014-11-19 Renlin Li <Renlin.Li@arm.com>
1193
1194 Revert:
1195 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1196
1197 * MAINTAINERS (Write After Approval): Added myself.
1198
1be22083
RL
11992014-11-19 Renlin Li <Renlin.Li@arm.com>
1200
1201 * MAINTAINERS (Write After Approval): Added myself.
1202
59392f46
AV
12032014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1204
1205 * MAINTAINERS (Write After Approval): Added myself as line map
1206 maintainer.
1207
0f3422cc
DS
12082014-11-17 Dodji Seketeli <dodji@redhat.com>
1209
1210 * MAINTAINERS (Various Maintainers): Added myself as line map
1211 maintainer.
1212
0c8969f0
JBG
12132014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1214
1215 * move-if-change: Sync from upstream gnulib.
1216
d7134c0e
JBG
12172014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1218
1219 * compile: Sync with upstream Automake.
1220 * depcomp: Ditto.
1221 * install-sh: Ditto.
1222 * missing: Ditto.
1223 * mkinstalldirs: Ditto.
1224 * ylwrap: Ditto.
1225
e4ff7e6a
JBG
12262014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1227
1228 * config.sub: Update from upstream config repo.
1229 * config.guess: Ditto.
1230
5f520819
KY
12312014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1232
1233 * Makefile.def: Add liboffloadmic to target_modules. Make
1234 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1235 * Makefile.in: Regenerate.
1236 * configure: Regenerate.
1237 * configure.ac: Add liboffloadmic to target binaries.
1238 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1239 Add liboffloadmic to noconfig list when C++ is not supported.
1240
85c64bbe
BS
12412014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1242 Thomas Schwinge <thomas@codesourcery.com>
1243 Ilya Verbin <ilya.verbin@intel.com>
1244 Andrey Turetskiy <andrey.turetskiy@intel.com>
1245
1246 * configure: Regenerate.
1247 * configure.ac (--enable-as-accelerator-for)
1248 (--enable-offload-targets): New configure options.
1249
7d35a59e
TB
12502014-11-11 Tobias Burnus <burnus@net-b.de>
1251
0a002272 1252 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
1253 * Makefile.in: Regenerate.
1254
35485da9
DM
12552014-11-11 David Malcolm <dmalcolm@redhat.com>
1256
1257 * ChangeLog.jit: New.
1258 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1259
ebf6d33b
FXC
12602014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1261
1262 PR target/63610
1263 * libtool.m4: Fix globbing of darwin versions.
1264 * configure: Regenerate.
1265
4a9bb2aa
TB
12662014-11-11 Tobias Burnus <burnus@net-b.de>
1267
4a9bb2aa
TB
1268 * Makefile.def: Remove CLooG.
1269 * Makefile.tpl: Ditto.
1270 * configure.ac: Ditto.
1271 * configure: Regenerate.
1272 * Makefile.in: Ditto.
1273
738f2522
BS
12742014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1275
1276 * configure.ac: Handle nvptx-*-*.
1277 * configure: Regenerate.
1278
9b591dd1
PG
12792014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1280
1281 * MAINTAINERS (Write After Approval): Add myself.
1282
14258928
JJ
12832014-10-31 Jakub Jelinek <jakub@redhat.com>
1284
1285 * Makefile.def (libcc1): Remove bootstrap=true;.
1286 * Makefile.in: Regenerated.
1287
1335a8ca
JBG
12882014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1289
1290 * configure.ac: Update comment.
1291 * configure: Regenerate.
1292
cb115cc2
IE
12932014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1294
1295 * MAINTAINERS (Write After Approval): Add myself.
1296
fca38047
TS
12972014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1298
1299 * configure.ac (extra_host_libiberty_configure_flags): Add
1300 --enable-shared also for libcc1's benefit.
1301 * configure: Regenerate.
1302
65c0707b
TG
13032014-10-29 Tristan Gingold <gingold@adacore.com>
1304
1305 * MAINTAINERS: Change my email address.
1306
ddc8de03
PM
13072014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1308 Tom Tromey <tromey@redhat.com>
1309
1310 * Makefile.def: Add libcc1 to host_modules.
1311 * configure.ac (host_tools): Add libcc1.
1312 * Makefile.in, configure: Rebuild.
1313
4eb1ac39 13142014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
1315
1316 * configure.ac (build_configargs): Don't share config.cache between
1317 build subdirs.
7fd74620 1318 * configure: Regenerate.
3d96b0d0 1319
d81230b5
DH
13202014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1321
1322 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1323 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1324 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1325 leon3v7 as leon3.
1326 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1327 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1328 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1329 * config/sparc/sparc.md (cpu): Add leon3v7.
1330 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1331
c7a6a617
DH
13322014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1333
1334 * MAINTAINERS (write-after-approval): Add myself.
1335
74cc5471
ILT
13362014-10-23 Ian Lance Taylor <iant@google.com>
1337
1338 * configure.ac: Disable the Go frontend on systems where it is known
1339 to not work.
1340 * configure: Regenerate.
1341
929315a9
RB
13422014-10-23 Richard Biener <rguenther@suse.de>
1343
1344 * Makefile.def: Add libcpp build module and dependencies.
1345 * configure.ac: Add libcpp build module.
1346 * Makefile.in: Regenerate.
1347 * configure: Likewise.
1348
5d12b768
MF
13492014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1350
1351 * MAINTAINERS (write-after-approval): Add myself.
1352
7b262a51
MLI
13532014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1354
1355 * INSTALL/README: Do not mention CVS.
1356
7705dfd1
JY
13572014-10-03 Jing Yu <jingyu@google.com>
1358
1359 * configure.ac: Add aarch64 to list of targets that support gold.
1360 * configure: Regenerate.
1361
a3052d31
FD
13622014-09-29 François Dumont <fdumont@gcc.gnu.org>
1363
1364 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1365
b2a1b261
CM
13662014-09-29 Catherine Moore <clm@codesourcery.com>
1367
1368 * MAINTAINERS: Add myself as MIPS maintainer.
1369
05342e10
MF
13702014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1371
1372 * MAINTAINERS: Move myself to MIPS maintainers.
1373
3f6bb7e5
JBG
13742014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1375
1376 * MAINTAINERS: Put all email addresses between '<' and '>'.
1377
3e895729
FXC
13782014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1379
1380 * MAINTAINERS: Move myself to reviewers (Fortran).
1381
e04733ee
AK
13822014-09-01 Andi Kleen <ak@linux.intel.com>
1383
1384 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1385 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1386 * Makefile.in: Regenerate.
1387
e79c0ea8
DM
13882014-08-28 David Malcolm <dmalcolm@redhat.com>
1389
1390 * rtx-classes-status.txt: Delete
1391
b32d5189
DM
13922014-08-28 David Malcolm <dmalcolm@redhat.com>
1393
1394 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1395
e0c0c325
SP
13962014-08-27 Sebastian Pop <s.pop@samsung.com>
1397
1398 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1399 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1400 of checking for version number.
1401 * configure: Regenerated.
1402 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1403
d7ac0a6a
DM
14042014-08-27 David Malcolm <dmalcolm@redhat.com>
1405
1406 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1407 is done; begin phase 6 (use extra rtx_def subclasses).
1408
9daaca36
DM
14092014-08-27 David Malcolm <dmalcolm@redhat.com>
1410
1411 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1412 done; begin phase 5 (additional rtx_def subclasses).
1413
b2908ba6
DM
14142014-08-26 David Malcolm <dmalcolm@redhat.com>
1415
1416 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1417
1130d5e3
DM
14182014-08-26 David Malcolm <dmalcolm@redhat.com>
1419
1420 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1421 SET_BB_HEADER are done.
1422
0e0ce50d
DM
14232014-08-26 David Malcolm <dmalcolm@redhat.com>
1424
1425 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1426 done.
1427
3d30f4e8
DM
14282014-08-26 David Malcolm <dmalcolm@redhat.com>
1429
1430 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1431
6144a836
DM
14322014-08-26 David Malcolm <dmalcolm@redhat.com>
1433
1434 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1435
b311fd0f
DM
14362014-08-25 David Malcolm <dmalcolm@redhat.com>
1437
1438 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1439
d8ce2eae
DM
14402014-08-25 David Malcolm <dmalcolm@redhat.com>
1441
1442 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1443
1455e88c
DM
14442014-08-25 David Malcolm <dmalcolm@redhat.com>
1445
1446 * rtx-classes-status.txt: Phase 3 (per-file commits within
1447 "config" subdirs) is done; begin phase 4 (removal of
1448 "scaffolding").
1449
76c531d3
DM
14502014-08-23 David Malcolm <dmalcolm@redhat.com>
1451
1452 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1453 dir) is done; begin phase 3 (per-file commits within "config"
1454 subdirs).
1455
00550b3d
DM
14562014-08-21 David Malcolm <dmalcolm@redhat.com>
1457
1458 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1459 phase 2 (per-file commits in main source dir).
1460
622dbadf
BC
14612014-08-21 Bin Cheng <bin.cheng@arm.com>
1462
1463 * configure: Regenerated.
1464
c1286e0b
DM
14652014-08-19 David Malcolm <dmalcolm@redhat.com>
1466
1467 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1468
c2fc1aee
DM
14692014-08-19 David Malcolm <dmalcolm@redhat.com>
1470
1471 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1472
68975683
DM
14732014-08-19 David Malcolm <dmalcolm@redhat.com>
1474
1475 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1476
d914bc6b
DM
14772014-08-19 David Malcolm <dmalcolm@redhat.com>
1478
1479 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1480
8020a4d5
DM
14812014-08-19 David Malcolm <dmalcolm@redhat.com>
1482
1483 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1484
a231b8a5
JV
14852014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1486
1487 * MAINTAINERS (Write After Approval): Add myself.
1488
ce8126f5
CF
14892014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1490
1491 * MAINTAINERS: Remove myself
1492
0f82e5c9
DM
14932014-08-19 David Malcolm <dmalcolm@redhat.com>
1494
1495 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1496
9c9afb69
PP
14972014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1498
1499 * MAINTAINERS (Write After Approval): Add myself.
1500
190bea87
DM
15012014-08-18 David Malcolm <dmalcolm@redhat.com>
1502
1503 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1504 SET_BB_HEADER, SET_BB_FOOTER
1505
c41b94ce
DM
15062014-08-18 David Malcolm <dmalcolm@redhat.com>
1507
bb3fff01 1508 * rtx-classes-status.txt: New file
c41b94ce 1509
eae1a5d4
RG
15102014-08-18 Roman Gareev <gareevroman@gmail.com>
1511
1512 * configure.ac: Eliminate ClooG installation dependency.
1513 * configure: Regenerate.
1514 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1515 * Makefile.in: Regenerate.
1516
f613bc0f
IV
15172014-08-15 Ilya Verbin <iverbin@gmail.com>
1518
1519 * MAINTAINERS (Write After Approval): Add myself.
1520
423ea09f 15212014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
1522
1523 * MAINTAINERS (Write After Approval): Add myself.
1524
88b1a322
JW
15252014-08-01 Jiong Wang <jiong.wang@arm.com>
1526
1527 * MAINTAINERS (Write After Approval): Add myself.
1528
8ed499f8
AG
15292014-07-28 Anthony Green <green@moxielogic.com>
1530
1531 Import from savannah.gnu.org:
1532 * config.sub: Update to 2014-07-28 version.
1533
09ec3110
RS
15342014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1535
1536 * MAINTAINERS: Remove my MIPS maintainer entry.
1537
7b7f941a
UB
15382014-07-26 Uros Bizjak <ubizjak@gmail.com>
1539
1540 PR target/47230
1541 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1542 * configure: Regenerate.
1543
a12f7ac8
JN
15442014-07-24 James Norris <jnorris@codesourcery.com>
1545
1546 * MAINTAINERS (Write After Approval): Add myself.
1547
09611faf
RG
15482014-07-20 Roman Gareev <gareevroman@gmail.com>
1549
1550 * configure.ac: Accept only CLooG 0.18.1.
1551 * configure: Regenerate.
1552
37738b0f
RG
15532014-07-17 Roman Gareev <gareevroman@gmail.com>
1554
1555 * configure.ac: Don't accept isl 0.11.
1556 * configure: Regenerate.
1557
473037cb
AZ
15582014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1559
1560 * MAINTAINERS (Write After Approval): Add myself.
1561
9a62ed16
RO
15622014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1563
1564 * configure.ac: Don't accept isl 0.10.
1565 * configure: Regenerate.
1566
c41f1c42 15672014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 1568
c41f1c42
BE
1569 Fix include path for in-tree cloog.
1570 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1571 * configure: Regenerate.
29d0a43c 1572
c41f1c42 15732014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 1574
c41f1c42 1575 * .gitignore: Import gcc_update output.
a5852bea 1576
b6383ab8
TS
15772014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1578
a10ec8bc
TS
1579 * config-ml.in: Robustify ac_configure_args parsing.
1580
45b3824d
TS
1581 * configure.ac (--enable-linker-plugin-configure-flags)
1582 (--enable-linker-plugin-flags): New flags.
1583 (configdirs): Conditionally add libiberty-linker-plugin.
1584 * configure: Regenerate.
1585 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1586 (host_modules) <lto-plugin>: Pay attention to
1587 @extra_linker_plugin_flags@ and
1588 @extra_linker_plugin_configure_flags@.
1589 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1590 * Makefile.in: Regenerate.
1591
b6383ab8
TS
1592 * Makefile.tpl (configure-[+prefix+][+module+])
1593 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1594 "module_srcdir" instead of "module" for locating a module's srcdir.
1595 * Makefile.in: Regenerate.
1596
a4a1b5f3
MF
15972014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1598
1599 * MAINTAINERS (Write After Approval): Add myself.
1600
38a13841
SP
16012014-06-06 Sebastian Pop <sebpop@gmail.com>
1602
1603 * MAINTAINERS: Update my email address.
1604
153fcd41
TP
16052014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1606
1607 * MAINTAINERS (Write After Approval): Add myself.
1608
e25d9632
AB
16092014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1610
1611 * MAINTAINERS (Write After Approval): Add myself.
1612
1007a55c
JW
16132014-05-30 Jonathan Wakely <jwakely@redhat.com>
1614
1615 PR libstdc++/61011
1616 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1617 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1618 * configure: Regenerate.
1619
fd9ed1ae
PA
16202014-05-28 Pedro Alves <palves@redhat.com>
1621
1622 * MAINTAINERS (Write After Approval): Add myself.
1623
03bdb69f
MK
16242014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1625
1626 * MAINTAINERS: Update my affiliation/email.
1627
905083ad
MS
16282014-05-19 Mike Stump <mikestump@comcast.net>
1629
1630 * MAINTAINERS: Add wide-int reviewers.
1631
707f1839
SL
16322014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1633
1634 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1635 * configure: Regenerated.
1636
7321dc60
TR
16372014-05-15 Torvald Riegel <triegel@redhat.com>
1638
1639 * MAINTAINERS (libitm): Add myself as maintainer.
1640
5b1e4b47
CB
16412014-05-07 Charles Baylis <charles.baylis@linaro.org>
1642
1643 * MAINTAINERS (Write After Approval): Add myself.
1644
a4ebe104
RS
16452014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1646
1647 * config.sub, config.guess: Import from upstream.
1648
9575df4a
AL
16492014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1650
1651 * MAINTAINERS (Write After Approval): Put myself in correct order.
1652
2fdc94b7
AL
16532014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1654
1655 * MAINTAINERS (Write After Approval): Add myself.
1656
080c6230
LB
16572014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1658
1659 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1660 section.
1661
4e4c8692
RÁE
16622014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1663
1664 * MAINTAINERS (Write After Approval): Delete myself.
1665
ffe7f7a7
JJ
16662014-04-17 Jakub Jelinek <jakub@redhat.com>
1667
1668 PR sanitizer/56781
1669 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1670 and -B* options with -Xcompiler.
1671
147d38a5
EB
16722014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1673
1674 PR bootstrap/60620
423ea09f 1675 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
1676 * Makefile.in: Regenerate.
1677
ba1925c3
YS
16782014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1679
1680 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1681 for WINDRES_FOR_TARGET in default-manifest.o rule.
1682 * Makefile.in: Regenerate.
1683
8707b3bc
DH
16842014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1685
1686 * MAINTAINERS (Write After Approval): Add myself.
1687
9e1c8fc1
JJ
16882014-03-26 Jakub Jelinek <jakub@redhat.com>
1689
1690 PR sanitizer/56781
1691 * Makefile.def: Set bootstrap=true; for host fixincludes.
1692 * configure.ac: Don't bootstrap host fixincludes unless
1693 --with-build-config=bootstrap-{a,ub}san.
1694 * Makefile.in: Regenerated.
1695 * configure: Regenerated.
1696
beeda1d9
JJ
16972014-03-21 Jakub Jelinek <jakub@redhat.com>
1698
1699 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1700 --enable-vtable-verify option parsing. Don't add
1701 target-libsanitizer to bootstrap_target_libs unless
1702 --with-build-config=bootstrap-asan or
1703 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1704 to bootstrap_target_libs unless --enable-vtable-verify.
1705 * configure: Regenerated.
1706
e5dddc50
AS
17072014-03-10 Anatoly Sokolov <aesok@post.ru>
1708
1709 * MAINTAINERS (Write After Approval): Add myself.
1710
df5bc1cb
DC
17112014-03-07 Denis Chertykov <chertykov@gmail.com>
1712
1713 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1714
3b9edeac
JJ
17152014-03-07 Jakub Jelinek <jakub@redhat.com>
1716
1717 PR bootstrap/58572
1718 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1719 -I for libstdc++-v3 includes if $(LEAN).
1720 * Makefile.in: Regenerated.
1721
c01a8548
JW
17222014-03-04 Jonathan Wakely <jwakely@redhat.com>
1723
1724 * MAINTAINERS: Update my email address.
1725
341c653c
WL
17262014-02-24 Walter Lee <walt@tilera.com>
1727
1728 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1729 (tilegx-*-*): Change to tilegx*-*-*.
1730 * configure: Regenerate.
1731
37f2c4f0
LR
17322014-02-17 Loren J. Rittle <ljrittle@acm.org>
1733
1734 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1735
6c01e96e
KV
17362014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1737
1738 * MAINTAINERS (Write After Approval): Add myself.
1739
91da0481
RO
17402014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1741
1742 PR target/59788
1743 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1744 *solaris2*.
1745
dd35b84f
JDA
17462014-01-21 John David Anglin <danglin@gcc.gnu.org>
1747
1748 * MAINTAINERS: Update my email address.
1749
493b8af8
GP
17502014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1751
1752 * MAINTAINERS: Convert to UTF-8.
1753 Properly sort Xinliang David Li's entry.
1754
f121b81d
CLT
17552013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1756 Sandra Loosemore <sandra@codesourcery.com>
1757
1758 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1759 nios2 port maintainers.
1760
74f769b5
MT
17612013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1762
1763 * MAINTAINERS (Write After Approval): Add myself.
1764
79e0604d 17652013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
1766
1767 * configure.ac: Add user-friendly check for native x86_64-linux
1768 multilibs.
1769 * configure: Regenerate.
1770
17712013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1772
1773 * MAINTAINERS: Add myself as sh maintainer.
1774
17752013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1776
1777 * MAINTAINERS: Add self as SLSR maintainer.
1778
17792013-11-18 Jan Hubicka <hubicka@ucw.cz>
1780
1781 * MAINTAINERS: Update my email address.
1782
17832013-11-15 David Edelsohn <dje.gcc@gmail.com>
1784
1785 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1786
17872013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1788
1789 * Makefile.in: Regenerate.
1790
1791 * Makefile.tpl: Fix typo.
1792 * Makefile.in: Regenerate partially.
1793
17942013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1795
1796 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1797 supported.
1798 * configure: Regenerated.
1799
18002013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1801
1802 * MAINTAINERS (Write After Approval): Add myself.
1803
18042013-10-30 Jason Merrill <jason@redhat.com>
1805
1806 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1807 --disable-build-format-warnings.
1808
18092013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1810
423ea09f 1811 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
1812 depend on libstdc++ and libgcc.
1813 * configure: Regenerate.
1814 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1815 libcilkrts for POSIX and i*86, and x86_64 architectures.
1816 * Makefile.in: Added libcilkrts related fields to support building it.
1817
18182013-10-26 Jeff Law <law@redhat.com>
1819
1820 * Makefile.def (target_modules): Remove libmudflap
1821 (languages): Remove check-target-libmudflap).
1822 * Makefile.in: Rebuilt.
1823 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1824 * configure.ac (target_libraries): Remove target-libmudflap.
1825 Remove checks which disabled libmudflap on some systems.
1826 * configure: Rebuilt.
1827 * libmudflap: Directory removed.
1828
18292013-10-21 Cong Hou <congh@google.com>
1830
1831 * MAINTAINERS (Write After Approval): Add myself.
1832
18332013-10-16 Mike Stump <mikestump@comcast.net>
1834
1835 * .dir-locals.el: Add.
1836
18372013-10-15 David Malcolm <dmalcolm@redhat.com>
1838
1839 * configure.ac: Add --enable-host-shared
1840 * configure: Regenerate.
1841
18422013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1843
1844 Import from savannah.gnu.org:
1845 * config.guess: Update to 2013-06-10 version.
1846 * config.sub: Update to 2013-10-01 version.
1847
18482013-10-01 Simon Cook <simon.cook@embecosm.com>
1849
1850 Changes to build configuration to allow big endian ARC ELF toolchain
1851 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1852 * configure: Regenerate.
1853
18542013-09-20 Alan Modra <amodra@gmail.com>
1855
1856 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1857 ppc host match. Support little-endian powerpc linux hosts.
1858
18592013-09-19 Dodji Seketeli <dodji@redhat.com>
1860
1861 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1862 maintainer.
1863
18642013-09-12 DJ Delorie <dj@redhat.com>
1865
1866 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1867 maintainers.
1868
18692013-09-03 Richard Biener <rguenther@suse.de>
1870
1871 * configure.ac: Also allow ISL 0.12.
1872 * configure: Regenerated.
1873
18742013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1875
1876 * MAINTAINERS (Write After Approval): Add myself.
1877
18782013-08-27 David Malcolm <dmalcolm@redhat.com>
1879
1880 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1881
18822013-08-26 Caroline Tice <cmtice@google.com>
1883
1884 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1885 "Various Reviewers" to libvtv "Various Maintainers".
1886
18872013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1888
1889 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1890
18912013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1892
1893 * MAINTAINERS: Update name, email.
1894
18952013-08-13 Adam Butcher <adam@jessamine.co.uk>
1896
1897 * MAINTAINERS (Write After Approval): Add myself.
1898
18992013-08-12 Caroline Tice <cmtice@google.com>
1900
1901 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1902 address in the Write After Approval section.
1903
19042013-08-09 Carlos O'Donell <carlos@redhat.com>
1905
1906 * MAINTAINERS (Write After Approval): Update email.
1907
19082013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1909
1910 * configure.ac: Adjust to check VTV_SUPPORTED.
1911 * configure: Regenerated.
1912
19132013-08-02 Caroline Tice <cmtice@google.com>
1914
1915 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1916 on non-linux systems; add target-libvtv to noconfigdirs; add
1917 libsupc++/.libs to C++ library search paths.
1918 * configure: Regenerated.
1919 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1920 libstdc++ and libgcc.
1921 * Makefile.in: Regenerated.
1922
19232013-07-19 Yvan Roux <yvan.roux@linaro.org>
1924
1925 * MAINTAINERS (Write After Approval): Add myself.
1926
19272013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1928 Shiva Chen <shiva0217@gmail.com>
1929
1930 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1931 nds32 port maintainers.
1932
19332013-07-17 Tim Shen <timshen91@gmail.com>
1934
1935 * MAINTAINERS (Write After Approval): Add myself.
1936
19372013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1938
1939 * configure.ac: Sync from binutils.
1940 * configure: Regenerate.
1941
19422013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1943
1944 * MAINTAINERS (Write After Approval): Add myself.
1945
19462013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1947
1948 * MAINTAINERS (Write After Approval): Add myself.
1949
19502013-05-17 David Malcolm <dmalcolm@redhat.com>
1951
1952 * MAINTAINERS (Write After Approval): Add myself.
1953
19542013-04-30 Brooks Moses <bmoses@google.com>
1955
1956 * MAINTAINERS: Update my email; move myself from Fortran
1957 reviewer to Write After Approval.
1958
19592013-04-16 Andreas Schwab <schwab@suse.de>
1960
1961 * configure.ac (aarch64-*-*): Don't disable java.
1962 * configure: Regenerate.
1963
19642013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1965
1966 * MAINTAINERS (Write After Approval): Add myself.
1967
19682013-03-30 Matthias Klose <doko@ubuntu.com>
1969
1970 * Makefile.def (target_modules): Don't install libffi.
1971 * Makefile.in: Regenerate.
1972
19732013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1974
1975 * MAINTAINERS (Write After Approval): Add myself.
1976
19772013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1978
1979 * MAINTAINERS (Write After Approval): Add myself.
1980
19812013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1982
1983 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1984 * configure: Regenerated.
1985
a15d2ea8
ILT
19862013-02-05 Ian Lance Taylor <iant@google.com>
1987
1988 PR go/55969
1989 * configure.ac: Disable libgo on some systems where it does not
1990 work.
1991
a3b854b6
FXC
19922013-02-04 David Edelsohn <dje.gcc@gmail.com>
1993
1994 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1995 Remove Geoff Keating as rs6000 port maintainer, at his request.
1996
19972013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1998
1999 * MAINTAINERS: Update my email.
2000
20012013-01-23 Shenghou Ma <minux.ma@gmail.com>
2002
2003 * configure: Re-generate.
2004
20052013-01-15 Richard Biener <rguenther@suse.de>
2006
2007 PR other/55973
2008 * configure: Re-generate.
2009
20102013-01-14 Matthias Klose <doko@ubuntu.com>
2011
2012 * Makefile.def (install-target-libsanitizer): Depend on
2013 install-target-libstdc++-v3.
2014 * Makefile.in: Regenerate.
2015
20162013-01-14 Richard Biener <rguenther@suse.de>
2017
2018 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2019 * configure: Re-generate
2020
20212013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2022
2023 * config.sub: Update from config repo.
2024
20252013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2026
2027 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2028 * Makefile.in: Regenerate.
2029
20302013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2031
2032 * MAINTAINERS (arc): Add new port maintainership for myself.
2033
20342013-01-09 Jason Merrill <jason@redhat.com>
2035
2036 * .gitignore: Import from gdb repository.
2037
20382013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2039
2040 * Makefile.def (configure-gcc): Depend on all-gmp.
2041 (all-gcc): Remove dependency on all-gmp.
2042 * Makefile.in: Regenerated.
2043
20442013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2045
2046 * config.sub: Merge from config repo.
2047 * config.guess: Ditto.
2048
20492013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2050
2051 * Makefile.def: Merge from binutils.
2052 * Makefile.in: Ditto.
2053
20542013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2055
2056 * MAINTAINERS: Update my email.
2057
20582012-12-29 Ben Elliston <bje@gnu.org>
2059
2060 * config.guess: Update to 2012-12-29 version.
2061 * config.sub: Likewise.
2062
20632012-12-20 Matthias Klose <doko@ubuntu.com>
2064
2065 * Makefile.def (install-target-libgfortran): Depend on
2066 install-target-libquadmath, install-target-libgcc.
2067 (install-target-libsanitizer): Depend on install-target-libgcc.
2068 (install-target-libjava): Depend on install-target-libgcc.
2069 (install-target-libitm): Depend on install-target-libgcc.
2070 (install-target-libobjc): Depend on install-target-libgcc.
2071 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2072 * Makefile.in: Regenerate.
2073
20742012-12-19 Matthias Klose <doko@ubuntu.com>
2075
2076 * Makefile.def (install-target-libgo): Depend on
2077 install-target-libatomic.
2078 * Makefile.in: Regenerate.
2079
20802012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2081
2082 PR go/55201
2083 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2084 * Makefile.in: Regenerate.
2085
20862012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2087
2088 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2089 * configure: Regenerate.
2090
20912012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2092
2093 * config.sub: Merge from config repo.
2094
20952012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2096
2097 * Makefile.def (target_modules): Add bootstrap=true and
2098 raw_cxx=true to libsanitizer.
2099 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2100 * Makefile.in: Regenerated.
2101 * configure: Likewise.
2102
21032012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2104
2105 * MAINTAINERS: Remove self as RTL optimization maintainer.
2106
21072012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2108
2109 * MAINTAINERS (Write After Approval): Add myself.
2110
21112012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2112
2113 * Makefile.def (target_modules): Remove bootstrap=true and
2114 raw_cxx=true from libsanitizer.
2115 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2116 * Makefile.in: Regenerated.
2117 * configure: Likewise.
2118
21192012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2120
2121 * Makefile.def (target_modules): Add bootstrap=true and
2122 raw_cxx=true to libsanitizer.
2123 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2124 * Makefile.in: Regenerated.
2125 * configure: Likewise.
2126
21272012-11-28 Andrew Pinski <apinski@cavium.com>
2128
2129 PR bootstrap/54279
2130 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2131 * configure: Regenerate.
2132 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2133 * Makefile.in: Regenerate.
2134
21352012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2136
2137 * configure.ac: Disable libsanitizer if we're not building C++.
2138 * configure: Regenerate.
2139
21402012-11-15 Roland McGrath <roland@hack.frob.com>
2141
2142 * MAINTAINERS (Write After Approval): Add myself.
2143
21442012-11-15 Dmitry Vyukov <dvyukov@google.com>
2145
2146 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2147 Kostya Serebryany (kcc@google.com) and
2148 Jakub Jelinek (jakub@redhat.com).
2149 Rename area for Dodji Seketeli (dodji@redhat.com).
2150
21512012-11-15 Dodji Seketeli <dodji@redhat.com>
2152
2153 * MAINTAINERS: (asan.c, related): Add myself.
2154
21552012-11-14 Roland McGrath <mcgrathr@google.com>
2156
2157 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2158 * configure: Regenerate.
2159
21602012-11-13 Richard Henderson <rth@redhat.com>
2161
2162 * configure.ac: Move libsanitizer logic to subdirectory.
2163 * configure: Regenerate.
2164
21652012-11-13 Dodji Seketeli <dodji@redhat.com>
2166
2167 * configure.ac: Enable libsanitizer just on x86 linux for now.
2168 * configure: Re-generate.
2169
21702012-11-13 David Edelsohn <dje.gcc@gmail.com>
2171
2172 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2173 sections.
2174 * configure: Regenerate.
2175
21762012-11-13 Hans-Peter Nilsson <hp@axis.com>
2177
2178 * configure.ac: Add section for configdirs for libsanitizer.
2179 Disable for cris-*-* and mmix-*-*.
2180 * configure: Regenerate.
2181
21822012-11-12 Wei Mi <wmi@google.com>
2183
2184 * configure.ac: Add libsanitizer to target_libraries.
2185 * Makefile.def: Ditto.
2186 * configure: Regenerate.
2187 * Makefile.in: Regenerate.
2188 * libsanitizer: New directory for asan runtime. Contains an empty
2189 tsan directory.
2190
21912012-11-03 Corinna Vinschen <corinna@vinschen.de>
2192
2193 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2194 against Mingw64 w32api.
2195 * configure: Regenerate.
2196
21972012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2198
2199 * configure: Regenerated.
2200
22012012-11-03 Robert Mason <rbmj@verizon.net>
2202
2203 * configure.ac: add --disable-libstdcxx configure option
2204 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2205
22062012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2207
2208 * MAINTAINERS (Write After Approval): Add myself.
2209
22102012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2211
2212 * MAINTAINERS (Write After Approval): Add myself.
2213
22142012-10-24 Sharad Singhai <singhai@google.com>
2215
2216 * MAINTAINERS (Write After Approval): Add myself.
2217
22182012-10-24 Eric Christopher <echristo@gmail.com>
2219
2220 * MAINTAINERS: Update email address.
2221
22222012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2223
2224 PR bootstrap/54820
2225 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2226 * configure: Regenerate.
2227
22282012-10-23 Richard Earnshaw <rearnsha@arm.com>
2229
2230 * MAINTAINERS (aarch64): Add Marcus and myself.
2231
22322012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2233
2234 PR bootstrap/54820
2235 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2236 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2237 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2238 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2239 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2240 * Makefile.in: Regenerate.
2241 * configure.ac (have_static_libs): New variable and associated check.
2242 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2243 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2244 * configure: Regenerate.
2245
22462012-10-10 Richard Biener <rguenther@suse.de>
2247
2248 * MAINTAINERS: Adjust for changed surname.
2249
22502012-10-04 Lawrence Crowl <crowl@google.com>
2251
2252 * MAINTAINERS (Write After Approval): Add myself.
2253
22542012-10-01 Cary Coutant <ccoutant@google.com>
2255
2256 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2257
22582012-09-28 Ian Lance Taylor <iant@google.com>
2259
2260 * Makefile.def: Make all-target-libgo depend on
2261 all-target-libbacktrace.
2262 * Makefile.in: Rebuild.
2263
22642012-09-26 Ian Lance Taylor <iant@google.com>
2265
2266 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2267 * Makefile.in: Rebuild.
2268
22692012-09-20 Walter Lee <walt@tilera.com>
2270
2271 * configure.ac: Add tilegx to list of targets that support gold.
2272 * configure: Regenerate.
2273
22742012-09-20 Marek Polacek <polacek@redhat.com>
2275
2276 * MAINTAINERS (Write After Approval): Add myself.
2277
22782012-09-19 Steve Ellcey <sellcey@mips.com>
2279
2280 * configure.ac: Add mips*-mti-elf* target.
2281 * configure: Regenerate.
2282
22832012-09-17 Ian Lance Taylor <iant@google.com>
2284
2285 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2286 * configure.ac (host_libs): Add libbacktrace.
2287 (target_libraries): Add libbacktrace.
2288 * Makefile.def (host_modules): Add libbacktrace.
2289 (target_modules): Likewise.
2290 * configure, Makefile.in: Rebuild.
2291
22922012-09-14 David Edelsohn <dje.gcc@gmail.com>
2293
2294 PR target/38607
2295 Merge upstream change.
2296 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2297
2298 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2299 Add libgomp*.o to compare_exclusions for AIX.
2300 * configure: Regenerate.
2301
23022012-09-06 Diego Novillo <dnovillo@google.com>
2303
2304 * configure.ac: Bump minimum GMP version to 4.2.3.
2305 * configure: Re-generate.
2306
23072012-09-05 Georg-Johann Lay <avr@gjlay.de>
2308
2309 PR target/54461
2310 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2311 target-libgloss if not configured --with-avrlibc=no.
2312 * configure: Regenerate.
2313
23142012-09-04 Jason Merrill <jason@redhat.com>
2315
2316 * configure.ac: Fix --enable-languages=all.
2317
23182012-09-04 Christophe Lyon <christophe.lyon@st.com>
2319
2320 * MAINTAINERS (Write After Approval): Add myself.
2321
23222012-09-03 Richard Guenther <rguenther@suse.de>
2323
2324 PR bootstrap/54138
2325 * configure.ac: Re-organize ISL / CLOOG checks to allow
2326 disabling with either --without-isl or --without-cloog.
2327 * configure: Regenerated.
2328
23292012-09-03 Georg-Johann Lay <avr@gjlay.de>
2330
2331 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2332 * configure: Regenerate.
2333
23342012-08-27 Ulrich Drepper <drepper@gmail.com>
2335
2336 * MAINTAINERS: Fix my email address.
2337
23382012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2339
2340 PR binutils/4970
2341 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2342 and opcodes.
2343 * Makefile.in: Regenerated.
2344
23452012-08-26 Art Haas <ahaas@impactweather.com>
2346
2347 * configure: Regenerate.
2348
23492012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2350
2351 * INSTALL/README: Also refer to the online installation
2352 instructions.
2353
23542012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2355
2356 * MAINTAINERS (Write After Approval): Add myself.
2357 (Picochip port): Remove myself.
2358
23592012-08-14 Diego Novillo <dnovillo@google.com>
2360
2361 Merge from cxx-conversion branch.
2362
2363 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2364 POSTSTAGE1_CONFIGURE_FLAGS.
2365 * Makefile.in: Regenerate.
2366 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2367 Force C++ when bootstrapping.
2368 * configure: Regenerate.
2369
23702012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2371
2372 * MAINTAINERS (Write After Approval): Add myself.
2373
23742012-07-16 Joseph Myers <joseph@codesourcery.com>
2375
2376 * README: Document use of ranges of years in copyright notices.
2377
23782012-07-06 Richard Guenther <rguenther@suse.de>
2379
2380 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2381 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2382 --with-gmp=system.
2383 * Makefile.in: Regenerated.
2384 * configure: Likewise.
2385
23862012-07-06 Richard Guenther <rguenther@suse.de>
2387
2388 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2389 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2390 supply V=1 as extra_make_flags.
2391 * configure: Regenerated.
2392 * Makefile.in: Likewise.
2393
23942012-07-04 Tristan Gingold <gingold@adacore.com>
2395
2396 * configure: Regenerate.
2397
23982012-07-03 Richard Guenther <rguenther@suse.de>
2399
2400 * Makfile.def (isl): Remove not necessary extra_exports and
2401 extra_make_flags.
2402 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2403 * Makefile.in: Regenerated.
2404
24052012-07-03 Richard Guenther <rguenther@suse.de>
2406
2407 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2408 * configure.ac: If either the ISL or the CLooG check failed
2409 do not try to build in-tree versions.
2410 * Makefile.in: Regenerated.
2411 * configure: Regenerated.
2412
24132012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2414
2415 * configure: Regenerate.
2416
24172012-07-02 Janis Johnson <janisjo@codesourcery.com>
2418
2419 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2420 maintainer.
2421
24222012-07-02 Richard Guenther <rguenther@suse.de>
2423
2424 * configure: Regenerated.
2425
24262012-07-02 Richard Guenther <rguenther@suse.de>
2427 Michael Matz <matz@suse.de>
2428 Tobias Grosser <tobias@grosser.es>
2429 Sebastian Pop <sebpop@gmail.com>
2430
2431 * Makefile.def: Add ISL host module, remove PPL host module.
2432 Adjust ClooG host module to use the proper ISL.
2433 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2434 * configure.ac: Include config/isl.m4. Add ISL host library,
2435 remove PPL. Remove PPL configury, add ISL configury, adjust
2436 ClooG configury.
2437 * Makefile.in: Regenerated.
2438 * configure: Likewise.
2439
24402012-07-02 Richard Guenther <rguenther@suse.de>
2441
2442 Merge from graphite branch
2443 2011-07-21 Tobias Grosser <tobias@grosser.es>
2444
2445 * configure: Regenerated.
2446 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2447 both cloog.org and legacy versions. The only supported version will
2448 be CLooG with the isl backend.
2449
2450 2011-07-21 Tobias Grosser <tobias@grosser.es>
2451
2452 * configure: Regenerated.
2453 * configure.ac: Require cloog isl 0.17.0
2454
2455 2011-07-21 Tobias Grosser <tobias@grosser.es>
2456
2457 * configure: Regenerated.
2458 * config/cloog.m4: Do not define CLOOG_ORG
2459
24602012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2461
2462 * configure.ac: Skip C if explicitly selected.
2463 * configure: Regenerate.
2464
24652012-06-28 Christophe Lyon <christophe.lyon@st.com>
2466
2467 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2468 they contain -O2.
2469 * configure: Regenerate.
2470
24712012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2472
2473 PR debug/53740
2474 * df.h, df-problems.c, dce.c: Revert last patch.
2475
24762012-06-25 Iain Sandoe <iain@codesourcery.com>
2477
2478 * MAINTAINERS (Write After Approval): Update my email address.
2479
24802012-06-21 Meador Inge <meadori@codesourcery.com>
2481
2482 * MAINTAINERS (Write After Approval): Add myself.
2483
24842012-06-20 Jason Merrill <jason@redhat.com>
2485
2486 * Makefile.tpl (check-target-libgomp-c++): New.
2487 (check-target-libitm-c++): New.
2488 * Makefile.def (c++): Add them.
2489 * Makefile.in: Regenerate.
2490
24912012-05-29 Edmar Wienskoski <edmar@freescale.com>
2492
2493 * MAINTAINERS (Write After Approval): Add myself.
2494
24952012-05-16 Olivier Hainque <hainque@adacore.com>
2496
2497 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2498 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2499 (install-no-fixedincludes): Adjust accordingly.
2500 * Makefile.in: Regenerate.
2501
25022012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2503
2504 Merge upstream change
2505 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2506
25072012-05-14 Marc Glisse <marc.glisse@inria.fr>
2508
2509 * MAINTAINERS (Write After Approval): Add myself.
2510
25112012-05-09 Nick Clifton <nickc@redhat.com>
2512 Paul Smith <psmith@gnu.org>
2513
2514 PR bootstrap/50461
2515 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2516 allow for the fact that from release v3.1.0 of MPFR the source
2517 files were moved into a src sub-directory.
2518 * configure: Regenerate.
2519
25202012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2521
2522 * configure.ac: Bump minimum MPFR version to 2.4.0.
2523 * configure: Regenerated.
2524
25252012-05-01 Richard Henderson <rth@redhat.com>
2526
2527 * Makefile.def (libatomic): New target_module.
2528 * configure.ac (target_libraries): Add libatomic.
2529 (noconfigdirs): Check if libatomic is supported.
2530 * Makefile.in, configure: Rebuild.
2531
25322012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2533
2534 * MAINTAINERS (Write After Approval): Add myself.
2535
25362012-04-25 Joel Brobecker <brobecker@adacore.com>
2537
2538 * config.sub: Update to 2012-04-18 version from official repo.
2539
25402012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2541
2542 * MAINTAINERS (Write After Approval): Add myself.
2543
25442012-04-11 Steve Ellcey <sellcey@mips.com>
2545
2546 * MAINTAINERS: Changed email address.
2547
25482012-03-28 Georg-Johann Lay <avr@gjlay.de>
2549
2550 PR target/52737
2551 * contrib/gcc_update (files_and_dependencies):
2552 Remove gcc/config/avr/t-multilib from touch data.
2553
25542012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2555
2556 * MAINTAINERS (OS Port Maintainers): Remove irix.
2557 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2558 (unsupported_languages): Remove mips-sgi-irix6.*.
2559 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2560 (with_stabs): Remove.
2561 * configure: Regenerate.
2562
25632012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2564
2565 * MAINTAINERS (OS Port Maintainers): Remove osf.
2566 * configure.ac (enable_libgomp): Remove *-*-osf*.
2567 (with_stabs): Remove alpha*-*-osf*.
2568 * configure: Regenerate.
2569
25702012-03-05 Tristan Gingold <gingold@adacore.com>
2571
2572 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2573 * configure: Regenerate.
2574
25752012-02-17 Walter Lee <walt@tilera.com>
2576
2577 * MAINTAINERS: (Write After Approval): Delete myself.
2578
25792012-02-14 Walter Lee <walt@tilera.com>
2580
2581 * MAINTAINERS (tilegx port): Add myself.
2582 (tilepro port): Add myself.
2583 (Write After Approval): Add myself.
2584
25852012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2586
2587 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2588 and Joseph Myers as docstring relicensing maintainers.
2589
25902012-02-09 Bin Cheng <bin.cheng@arm.com>
2591
2592 * MAINTAINERS (write-after-approval): Add myself.
2593
25942012-02-08 Ira Rosen <irar@il.ibm.com>
2595
2596 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2597 maintainer.
2598
25992012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2600
2601 * MAINTAINERS (Write After Approval): Move myself to
2602 maintain alphabetical order.
2603
26042012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2605
2606 * MAINTAINERS (Write After Approval): Add myself.
2607
26082012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2609
2610 * MAINTAINERS (Write After Approval): Add myself.
2611
26122012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2613 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2614
2615 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2616 * configure: Regenerate.
2617
26182012-01-23 Harshit Chopra <harshit@google.com>
2619
2620 * MAINTAINERS (Write After Approval): Add myself.
2621
26222012-01-22 Douglas B Rupp <rupp@ngnat.com>
2623
2624 * configure.ac: Remove reference to mh-interix.
2625 * configure: Regenerate.
2626
26272012-01-05 Richard Henderson <rth@redhat.com>
2628
2629 PR bootstrap/51072
2630 * configure.ac: Disable libitm if c++ is not enabled.
2631 * configure: Rebuild.
2632
2633 * configure.ac: Fix regexp for same.
2634 * configure: Rebuild.
2635
26362012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2637
2638 * MAINTAINERS (Write After Approval): Add myself.
2639
26402012-01-02 Richard Guenther <rguenther@suse.de>
2641
2642 PR bootstrap/51686
2643 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2644 * Makefile.in: Regenerate.
2645
26462011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2647
2648 * MAINTAINERS (Write After Approval): Add myself.
2649
26502011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2651
2652 * configure: Regenerate.
2653
26542011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2655
2656 * MAINTAINERS (picochip): Changed email address.
2657
26582011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2659
2660 * MAINTAINERS (write-after-approval): Add self.
2661
26622011-11-29 DJ Delorie <dj@redhat.com>
2663
2664 * configure.ac (rl78-*-*) New case.
2665 * configure: Regenerate.
2666 * MAINTAINERS: Add myself as RL78 maintainer.
2667
26682011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2669
2670 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2671
26722011-11-21 Andreas Tobler <andreast@fgznet.ch>
2673
2674 * libtool.m4: Additional FreeBSD 10 fixes.
2675
26762011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2677
2678 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2679 Maintainers section, as Epiphany maintainer.
2680
26812011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2682
2683 PR target/49992
2684 * configure.ac: Remove ranlib special-casing for Darwin.
2685 * configure: Regenerate.
2686
26872011-11-12 Andrey Belevantsev <abel@ispras.ru>
2688
2689 * MAINTAINERS (Reviewers): Keep the list sorted.
2690
26912011-11-11 Andrey Belevantsev <abel@ispras.ru>
2692
2693 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2694
26952011-11-09 Roland McGrath <mcgrathr@google.com>
2696
2697 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2698 * configure: Rebuild.
2699 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2700 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2701 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2702 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2703 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2704 Add READELF.
2705 * Makefile.in: Rebuild.
2706
27072011-11-09 Jason Merrill <jason@redhat.com>
2708
2709 * Makefile.def (language=c++): Remove check-c++0x.
2710 * Makefile.in (check-gcc-c++): Regenerate.
2711
27122011-11-08 Richard Henderson <rth@redhat.com>
2713
2714 * configure.ac: Test for libitm directory present first.
2715
2716 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2717
2718 * configure.ac: Test libitm/configure.tgt to disable libitm.
2719 * configure: Rebuild.
2720
27212011-11-07 Aldy Hernandez <aldyh@redhat.com>
2722 Richard Henderson <rth@redhat.com>
2723
2724 Merged from transactional-memory.
2725
2726 * Makefile.def (lang_env_dependencies): libitm is c++.
2727 Add libitm target module.
2728 * configure.ac: Likewise.
2729 * config/mmap.m4: New file.
2730 * contrib/gcc_update: Add libitm to touch data.
2731 * Makefile.in, configure: Rebuild.
2732
27332011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2734
2735 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2736 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2737 * Makefile.in: Regenerate.
2738
27392011-11-01 DJ Delorie <dj@redhat.com>
2740
2741 * config.sub: Update to version 2011-10-29 (added rl78)
2742
27432011-10-27 Nick Clifton <nickc@redhat.com>
2744
2745 * config.sub: Import these changes from the config project:
2746
2747 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2748 Ben Elliston <bje@gnu.org>
2749
2750 * config.sub (epiphany): New.
2751
2752 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2753 Ben Elliston <bje@gnu.org>
2754
2755 * config.sub (hexagon, hexagon-*): New.
2756
2757 2011-08-23 Roland McGrath <mcgrathr@google.com>
2758
2759 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2760 64eb to be64.
2761
2762 2011-08-16 Roland McGrath <mcgrathr@google.com>
2763
2764 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2765 (nacl): Grok as alias for 32el-unknown-nacl.
2766
27672011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2768
2769 * MAINTAINERS (Write After Approval): Add myself.
2770
27712011-10-24 Teresa Johnson <tejohnson@google.com>
2772
2773 * MAINTAINERS (Write After Approval): Add myself.
2774
27752011-09-21 Jakub Jelinek <jakub@redhat.com>
2776
2777 * MAINTAINERS (sparc port): Remove myself.
2778
27792011-09-14 Tom de Vries <tom@codesourcery.com>
2780
2781 * MAINTAINERS (Write After Approval): Add myself.
2782
27832011-08-14 Yao Qi <yao@codesourcery.com>
2784
2785 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2786 * configure: Regenerate.
2787
27882011-07-26 Ian Lance Taylor <iant@google.com>
2789
2790 * configure.ac: Set have_compiler based on whether gcc directory
2791 exists, rather than on whether gcc is in configdirs.
2792 * configure: Rebuild.
2793
27942011-07-21 Joseph Myers <joseph@codesourcery.com>
2795
2796 * MAINTAINERS (Global Reviewers): Add self.
2797
27982011-07-20 David Edelsohn <dje.gcc@gmail.com>
2799
2800 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2801 link directories.
2802 * Makefile.in: Rebuild.
2803
28042011-07-20 Ian Lance Taylor <iant@google.com>
2805
2806 PR bootstrap/49787
2807 * configure.ac: Move --enable-bootstrap handling earlier in file.
2808 If --enable-bootstrap and either --enable-build-with-cxx or
2809 --enable-build-poststage1-with-cxx, enable C++ automatically.
2810 * configure: Rebuild.
2811
28122011-07-19 Ian Lance Taylor <iant@google.com>
2813
2814 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2815 make C++ a boot_language. Set and substitute
2816 POSTSTAGE1_CONFIGURE_FLAGS.
2817 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2818 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2819 * configure, Makefile.in: Rebuild.
2820
28212011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2822
2823 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2824 maintainers.
2825
28262011-07-18 Jakub Jelinek <jakub@redhat.com>
2827
2828 * MAINTAINERS (Global Reviewers): Add myself.
2829
28302011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2831
2832 * configure: Regenerate.
2833
28342011-07-16 Jason Merrill <jason@redhat.com>
2835
2836 * Makefile.def (language=c++): Add check-c++0x and
2837 check-target-libmudflap-c++.
2838 * Makefile.tpl (check-target-libmudflap-c++): New.
2839 * Makefile.in: Regenerate.
2840
28412011-07-16 Matthias Klose <doko@ubuntu.com>
2842
2843 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2844 * Makefile.def (target_modules/libjava): Pass
2845 $(EXTRA_CONFIGARGS_LIBJAVA).
2846 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2847 if not configured with --enable-static-libjava.
2848 * Makefile.in: Regenerate.
2849 * configure: Likewise.
2850
28512011-07-15 Jason Merrill <jason@redhat.com>
2852
2853 * Makefile.in (check-c++): Move check-gcc-c++0x after
2854 check-target-libstdc++-v3.
2855
28562011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2857
2858 * MAINTAINERS (c6x port): New entry.
2859
28602011-07-13 Jason Merrill <jason@redhat.com>
2861
2862 * Makefile.in (check-gcc-c++0x): New.
2863 (check-c++): Depend on it.
2864
28652011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2866
2867 PR target/39150
2868 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2869 x86_64-*-solaris2.1[0-9]*.
2870 * configure: Regenerate.
2871
28722011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2873
2874 * MAINTAINERS (RTL optimizers): Add self.
2875
28762011-06-27 Gabriel Charette <gchare@google.com>
2877
2878 * MAINTAINERS (Write After Approval): Add myself.
2879
28802011-06-22 Hans-Peter Nilsson <hp@axis.com>
2881
2882 PR regression/47836
2883 PR bootstrap/23656
2884 PR other/47733
2885 PR bootstrap/49247
2886 PR c/48825
2887 * configure.ac (target_libraries): Remove target-libiberty.
2888 Remove case-statement setting skipdirs=target-libiberty for
2889 multiple targets. Remove checking target_configdirs and
2890 removing target-libiberty but keeping target-libgcc if
2891 otherwise empty.
2892 * Makefile.def (target_modules): Don't add libiberty.
2893 (dependencies): Remove all traces of target-libiberty.
2894 * configure, Makefile.in: Regenerate.
2895
28962011-06-13 Walter Lee <walt@tilera.com>
2897
2898 * configure.ac (tilepro-*-*) New case.
2899 (tilegx-*-*): Likewise.
2900 * configure: Regenerate.
2901
29022011-06-06 Jing Yu <jingyu@google.com>
2903
2904 * configure.ac: Skip target-libiberty for
2905 arm*-*-linux-androideabi.
2906 * configure: Regenerated.
2907
29082011-06-06 Nick Clifton <nickc@redhat.com>
2909
2910 * config.sub: Sync from upstream.
2911
29122011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2913
2914 * MAINTAINERS (Write After Approval): Add myself.
2915
29162011-06-01 Daniel Jacobowitz <drow@false.org>
2917
2918 * MAINTAINERS: Update my email address.
2919
29202011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2921
2922 * MAINTAINERS (Write After Approval): Update my email address.
2923
29242011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2925
2926 * MAINTAINERS (Write After Approval): Add myself.
2927
29282011-05-08 Doug Kwan <dougkwan@google.com>
2929
2930 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2931 * configure: Regenerated.
2932 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2933 value from configure.
2934 * Makefile.in: Regenerated.
2935
29362011-05-05 Joseph Myers <joseph@codesourcery.com>
2937
2938 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2939 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2940 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2941 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2942 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2943 *-*-vxworks*): Disable newlib and libgloss in separate case
2944 statement.
2945 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2946 to separate case statement.
2947 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2948 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2949 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2950 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2951 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2952 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2953 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2954 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2955 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2956 i[[3456789]]86-*-rdos*, m32r-*-*,
2957 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2958 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2959 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2960 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2961 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2962 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2963 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2964 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2965 and libgloss in main case over targets. Remove most empty cases
2966 in main case over targets.
2967 * configure: Regenerate.
2968
29692011-05-04 Janis Johnson <janisjo@codesourcery.com>
2970
2971 * MAINTAINERS (Write After Approval): Add myself.
2972
29732011-05-04 Joseph Myers <joseph@codesourcery.com>
2974
2975 * configure.ac: Remove code setting special library locations for
2976 hppa*64*-*-hpux11*. Remove code setting compiler for
2977 sparc-sun-solaris2*.
2978 * configure: Regenerate.
2979
29802011-05-04 Joseph Myers <joseph@codesourcery.com>
2981
2982 * configure.ac: Separate libgloss_dir settings from general case
2983 over targets.
2984 * configure: Regenerate.
2985
29862011-04-28 Joseph Myers <joseph@codesourcery.com>
2987
2988 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2989 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2990 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2991 cases in libgcj-disabling case statement.
2992 (hppa*64*-*-linux*): Set unsupported_languages instead of
2993 disabling target-zlib.
2994 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2995 to hppa*64*-*-hpux*.
2996 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2997 hppa*-*-hpux*.
2998 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2999 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3000 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3001 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3002 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3003 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3004 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3005 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3006 libgcj-disabling case statement.
3007 * configure: Regenerate.
3008
30092011-04-28 Joseph Myers <joseph@codesourcery.com>
3010
3011 * configure.ac: Disable Java for targets not supporting libffi.
3012 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3013 Remove cases in Java-disabling statement.
3014 (*arm-wince-pe): Change to arm-wince-pe.
3015 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3016 cases in Java-disabling statement.
3017 (bfin-*-*): Don't disable Java again.
3018 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3019 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3020 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3021 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3022 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3023 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3024 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3025 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3026 Java-disabling statement.
3027 (mmix-*-*): Don't disable Java again.
3028 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3029 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3030 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3031 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3032 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3033 statement.
3034 * configure: Regenerate.
3035
30362011-04-28 Joseph Myers <joseph@codesourcery.com>
3037
3038 * configure.ac: Separate cases disabling Java and Java libraries
3039 from general case over targets.
3040 * configure: Regenerate.
3041
30422011-04-21 Jie Zhang <jzhang918@gmail.com>
3043
3044 * MAINTAINERS: Update my email address.
3045
30462011-04-20 Easwaran Raman <eraman@google.com>
3047
3048 * MAINTAINERS (Write After Approval): Add myself.
3049
30502011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3051
3052 PR lto/48086
3053 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3054 * configure: Regenerate.
3055
30562011-04-16 Jim Meyering <meyering@redhat.com>
3057
3058 * MAINTAINERS (Write After Approval): Add myself.
3059
30602011-04-15 Dodji Seketeli <dodji@redhat.com>
3061
3062 * MAINTAINERS: Update my email address.
3063
30642011-04-13 Georg-Johann Lay <avr@gjlay.de>
3065
3066 * MAINTAINERS (Write After Approval): Add myself.
3067
30682011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3069
3070 * MAINTAINERS (Write After Approval): Add myself.
3071
30722011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3073
3074 * MAINTAINERS (Write After Approval): Add myself.
3075
30762011-04-06 Joseph Myers <joseph@codesourcery.com>
3077
3078 * configure.ac (build_tools): Remove build-byacc.
3079 (host_libs): Remove mmalloc.
3080 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3081 autoconf automake libtool diff rcs fileutils shellutils time
3082 textutils wdiff find uudecode hello tar gzip indent recode release
3083 sed perl gawk findutils gettext zip.
3084 (libgcj): Remove target-qthreads.
3085 (target_tools): Remove target-examples target-gperf.
3086 (YACC): Don't handle building byacc.
3087 * configure: Regenerate.
3088 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3089 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3090 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3091 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3092 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3093 handle building components.
3094 * Makefile.in: Regenerate.
3095
30962011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3097
3098 * MAINTAINERS: Update my email address as Xtensa maintainer.
3099
31002011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3101
3102 * config.sub: Sync from upstream.
3103
31042011-04-01 Joseph Myers <joseph@codesourcery.com>
3105
3106 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3107 (microblaze*): Don't disable libssp.
3108 * configure: Regenerate.
3109
31102011-04-01 Joseph Myers <joseph@codesourcery.com>
3111
3112 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3113 moveifchange.
3114 * configure: Regenerate.
3115 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3116 * Makefile.in: Regenerate.
3117
31182011-04-01 Joseph Myers <joseph@codesourcery.com>
3119
3120 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3121 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3122 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3123 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3124 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3125 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3126 md_exec_prefix cases.
3127 * configure: Regenerate.
3128
31292011-04-01 Joseph Myers <joseph@codesourcery.com>
3130
3131 * configure.ac: Separate cases disabling target-libssp,
3132 target-libiberty, target-libstdc++-v3 and Fortran from general
3133 case over targets.
3134 * configure: Regenerate.
3135
31362011-04-01 Joseph Myers <joseph@codesourcery.com>
3137
3138 * configure.ac (*-*-chorusos): Don't disable libgcj.
3139 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3140 Remove case.
3141 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3142 (arm-*-coff): Don't disable libgcj.
3143 (arm*-*-linux-gnueabi): Remove useless assignment.
3144 (arm-*-riscix*): Don't disable libgcj.
3145 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3146 configuration.
3147 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3148 (c54x*-*-*): Remove case.
3149 (tic54x-*-*): Don't disable GCC or GCC libraries.
3150 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3151 to *.
3152 (d10v-*-*): Don't disable GCC libraries.
3153 (d30v-*-*): Don't disable libgcj.
3154 (h8500-*-*): Don't disable GCC libraries.
3155 (i960-*-*): Don't disable libgcj.
3156 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3157 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3158 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3159 libgcj.
3160 (m68k-*-coff*): Remove case.
3161 (mmix-*-*): Don't disable libgloss on host.
3162 (mn10200-*-*, mn10300-*-*): Remove cases.
3163 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3164 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3165 Don't disable libgcj.
3166 (romp-*-*): Remove case.
3167 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3168 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3169 case.
3170 (v810-*-*): Don't disable GCC libraries.
3171 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3172 (ip2k-*-*): Don't disable GCC libraries.
3173 * configure: Regenerate.
3174
31752011-03-28 Joseph Myers <joseph@codesourcery.com>
3176
3177 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3178 libffi on host.
3179 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3180 on host.
3181 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3182 * configure: Regenerate.
3183
31842011-03-26 John Marino <binutils@marino.st>
3185
3186 * configure.ac: Add support for *-*-dragonfly*
3187 * configure: Regenerate.
3188
31892011-03-25 Joseph Myers <joseph@codesourcery.com>
3190
3191 * configure.ac (native_only): Remove.
3192 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3193 send-pr uudecode guile gnuserv on host.
3194 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3195 send-pr rcs guile perl texinfo libtool on host.
3196 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3197 automake send-pr rcs guile perl texinfo libtool on host.
3198 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3199 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3200 (alpha*-dec-osf*): Don't disable fileutils on target.
3201 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3202 texinfo send-pr expect dejagnu on target.
3203 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3204 target-qthreads on target.
3205 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3206 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3207 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3208 x86_64-*-mingw*): Don't disable expect on target.
3209 (*-*-cygwin*): Don't disable target-gperf on target.
3210 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3211 gnuserv on target.
3212 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3213 target.
3214 * configure: Regenerate.
3215
32162011-03-25 Joseph Myers <joseph@codesourcery.com>
3217
3218 * configure.ac (target_tools): Remove target-groff.
3219 (native_only): Remove target-groff.
3220 (hppa*64*-*-*): Don't disable byacc.
3221 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3222 setting.
3223 (*-*-kaos*): Don't skip target-librx and target-groff.
3224 (*-*-netware*): Don't skip target-libmudflap.
3225 (*-*-tpf*): Don't skip target-libmudflap.
3226 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3227 directories on the host.
3228 (ia64*-*-*vms*): Don't skip tix.
3229 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3230 host.
3231 * configure: Regenerate.
3232
32332011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3234
3235 * configure.ac: Remove references to mt-mep, mt-netware,
3236 mt-wince.
3237 * Makefile.def: Add all-utils soft dependencies.
3238 * Makefile.tpl: Remove GDB_NLM_DEPS.
3239 * configure: Regenerate.
3240 * Makefile.in: Regenerate.
3241
32422011-03-24 Paolo Bonzini <bonzini@gnu.org>
3243
3244 * configure.ac: Do not include mh-x86omitfp.
3245 * configure: Regenerate.
3246
32472011-03-24 Paolo Bonzini <bonzini@gnu.org>
3248
3249 * configure.ac: Remove empty cases.
3250 * configure: Regenerate.
3251
32522011-03-24 Paolo Bonzini <bonzini@gnu.org>
3253
3254 * Makefile.def: Add dependency from termcap to gdb.
3255 * Makefile.in: Regenerate.
3256
32572011-03-24 Paolo Bonzini <bonzini@gnu.org>
3258
3259 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3260 * configure: Regenerate.
3261 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3262 * Makefile.tpl: Likewise.
3263 * Makefile.in: Regenerate.
3264
32652011-03-24 Paolo Bonzini <bonzini@gnu.org>
3266
3267 * configure.ac: Remove all mentions of tentative_cc.
3268 * configure: Regenerate.
3269
32702011-03-24 Joseph Myers <joseph@codesourcery.com>
3271
3272 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3273 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3274 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3275 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3276 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3277 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3278 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3279 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3280 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3281 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3282 *-*-rhapsody*): Remove host cases.
3283 * configure: Regenerate.
3284
32852011-03-24 Joseph Myers <joseph@codesourcery.com>
3286
3287 * configure.ac (ppc*-*-pe): Remove host case.
3288 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3289 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3290 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3291 cases.
3292 * configure: Regenerate.
3293
32942011-03-24 Joseph Myers <joseph@codesourcery.com>
3295
3296 * config.sub: Update to version 2011-03-23.
3297
32982011-03-22 Joseph Myers <joseph@codesourcery.com>
3299
3300 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3301 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3302 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3303 * configure: Regenerate.
3304
33052011-03-22 Joseph Myers <joseph@codesourcery.com>
3306
3307 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3308 to Write After Approval.
3309 * config-ml.in: Don't handle arc-*-elf*.
3310 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3311 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3312 handle GCC libraries.
3313 * configure: Regenerate.
3314
33152011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3316
3317 PR bootstrap/48120:
3318 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3319 Add -lstdc++ -lm to LIBS.
3320 * configure: Regenerate.
3321
33222011-03-18 David Edelsohn <dje.gcc@gmail.com>
3323
3324 * config.guess: Update to version 2011-02-02
3325 * config.sub: Update to version 2011-02-24
3326
33272011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3328
3329 PR lto/48086
3330 * configure.ac: Re-enable LTO on *-apple-darwin9.
3331 * configure: Regenerate.
3332
33332011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3334
3335 PR lto/48086
3336 * configure.ac: Disable LTO on darwin due to an assembler change in
3337 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3338 under 256.
3339 * configure: Regenerate.
3340
33412011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3342
3343 * MAINTAINERS: Update myself as score backend maintainer,
3344 update my e-mail address.
3345
33462011-03-09 Xuepeng Guo <terry.guo@arm.com>
3347
3348 * MAINTAINERS: Update my e-mail address.
3349
33502011-03-06 Joey Ye <joey.ye@arm.com>
3351
3352 * MAINTAINERS: Update my e-mail address.
3353
33542011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3355
3356 * configure.ac: Adjust test of with_ppl.
3357 * configure: Regenerated.
3358
33592011-03-02 Kai Tietz <ktietz@redhat.com>
3360
3361 * MAINTAINERS: Adjust my e-mail address.
3362
33632011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3364
3365 * configure.ac: Add -lpwl to ppllibs.
3366 * configure: Regenerated.
3367
33682011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3369
3370 * config/cloog.m4: Add -lisl to clooglibs.
3371 * configure: Regenerated.
3372
33732011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3374
3375 * MAINTAINERS (CPU Port maintainers): Add self.
3376
33772011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3378
3379 * MAINTAINERS: Add myself as testsuite maintainer.
3380
33812011-02-15 Mike Stump <mikestump@comcast.net>
3382
3383 * MAINTAINERS: Add myself as testsuite maintainer.
3384
33852011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3386
3387 Import from Libtool and gnulib:
3388
3389 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3390
3391 Prepare for supporting FreeBSD 10.
3392 * config.rpath: Remove handling of freebsd1* which soon would
3393 match FreeBSD 10.0.
3394
3395 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3396
3397 Remove support for FreeBSD 1.x.
3398 * libtool.m4 (_LT_LINKER_SHLIBS)
3399 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3400 soon would incorrectly match FreeBSD 10.0.
3401
34022011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3403
3404 PR binutils/12283
3405 * move-if-change: Import version from gnulib.
3406
34072011-02-12 Alexandre Oliva <aoliva@redhat.com>
3408
3409 PR lto/47225
3410 * Makefile.def (lto-plugin): Double dash for enable-shared.
3411 (configure-gcc): Depend on all-lto-plugin.
3412 * Makefile.in: Rebuilt.
3413
34142011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3415
3416 * configure.ac: Remove extra bracket.
3417 * configure: Regenerate.
3418
34192011-02-08 Tobias Burnus <burnus@net-b.de>
3420
3421 * MAINTAINERS: Add myself as libquadmath maintainer.
3422
34232011-02-08 Thomas Schwinge <thomas@schwinge.name>
3424
3425 * MAINTAINERS: Update my email address.
3426
34272011-02-07 Joseph Myers <joseph@codesourcery.com>
3428
3429 * MAINTAINERS (option handling): Add self.
3430
34312011-02-06 Kai Tietz <kai.tietz@onevision.com>
3432
3433 PR lto/47225
3434 * Makefile.def: Add dependency for install-gcc
3435 on install-lto-plugin.
3436 * Makfile.in: Regenerated
3437
34382011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3439
3440 * MAINTAINERS (CPU Port Maintainers): Add myself.
3441
34422011-01-31 Alexandre Oliva <aoliva@redhat.com>
3443
3444 PR libgcj/44341
3445 * configure.ac: Discard --with-* flags for host when configuring
3446 target libraries for cross build.
3447 * configure: Rebuilt.
3448
34492011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3450
3451 * MAINTAINERS (linear loop transforms): Removed.
3452
34532011-01-25 Jakub Jelinek <jakub@redhat.com>
3454
3455 * configure.ac: If with_ppl is no, move setting with_cloog=no
3456 after CLOOG_REQUESTED check.
3457 * configure: Regenerated.
3458
34592011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3460
3461 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3462 CLooG has been requested.
3463 * configure: Regenerated.
3464
34652011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3466
3467 * configure: Regenerated.
3468 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3469
34702011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3471
3472 * configure: Regenerated.
3473 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3474
34752011-01-21 Andreas Schwab <schwab@redhat.com>
3476
3477 * configure.ac: Use AS_HELP_STRING throughout.
3478 * configure: Regenerate.
3479
34802011-01-18 Jie Zhang <jie.zhang@analog.com>
3481
3482 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3483 * configure: Regenerate.
3484
34852011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3486
3487 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3488
34892011-01-13 Joel Brobecker <brobecker@adacore.com>
3490
3491 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3492 for ia64-hpux.
3493 * configure: Regenerate.
3494
34952011-01-07 Jan Hubicka <jh@suse.cz>
3496
3497 PR lto/47225
3498 * Makefile.in: Regenerate.
3499 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3500 configure.
3501
35022011-01-07 Jan Hubicka <jh@suse.cz>
3503
3504 * Makefile.in: Regenerate.
3505 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3506 and configure dependency on lto-plugin configure.
3507 (lto-plugin module): Remove dependency on GCC; add dependency on
3508 liniberty.
3509
35102011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3511
3512 * MAINTAINERS (Write After Approval): Add myself.
3513
35142010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3515
3516 * configure: Regenerate.
3517
35182010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3519
3520 * configure.ac: (picochip): Disable libiberty.
3521
35222010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3523
3524 * MAINTAINERS (Write After Approval): Add myself.
3525
35262010-12-10 Ian Lance Taylor <iant@google.com>
3527
3528 PR bootstrap/46819
3529 * configure.ac: For --disable-libgcj clear libgcj_saved.
3530 * configure: Rebuild.
3531
35322010-12-10 Tobias Burnus <burnus@net-b.de>
3533
3534 PR fortran/46540
3535 * configure.ac: Add --disable-libquadmath and
3536 --disable-libquadmath-support.
3537 * configure: Regenerate.
3538
35392010-12-03 Ian Lance Taylor <iant@google.com>
3540
3541 * MAINTAINERS: Add myself as libgo maintainer.
3542
35432010-12-03 Hans-Peter Nilsson <hp@axis.com>
3544
3545 PR libffi/46792
3546 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3547 * configure: Regenerate.
3548
35492010-12-02 Ian Lance Taylor <iant@google.com>
3550
3551 * configure.ac: Always set default for poststage1_ldflags to
3552 -static-libstdc++ -static-libgcc.
3553
35542010-11-29 Andreas Schwab <schwab@redhat.com>
3555
3556 * configure.ac: Move comment to remove extra space in last argument
3557 of GCC_TARGET_TOOL.
3558
35592010-11-26 Alexandre Oliva <aoliva@redhat.com>
3560
3561 PR other/46026
3562 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3563 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3564 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3565 (BASE_FLAGS_TO_PASS): Use it.
3566 * configure: Rebuilt.
3567 * Makefile.in: Rebuilt.
3568
35692010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3570
3571 PR binutils/12258
3572 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3573 Properly check default linker.
3574 * configure: Regnerated.
3575
35762010-11-23 Matthias Klose <doko@ubuntu.com>
3577
3578 * configure.ac: For --enable-gold, handle value `default' instead of
3579 `both*'. New configure option --{en,dis}able-ld.
3580 * configure: Regenerate.
3581
35822010-11-20 Ian Lance Taylor <iant@google.com>
3583
3584 * configure.ac: Only disable a language library if no language needs
3585 it. Don't let --disable-libgcj uncondtionally disable libffi.
3586 * configure: Rebuild.
3587
35882010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3589
3590 * Makefile.in: Regenerate.
3591
3592 PR other/46202
3593 * configure.ac: Fix just-built in-tree STRIP name to be
3594 binutils/strip-new.
3595 * configure: Regenerate.
3596 * Makefile.def (install-strip-gcc, install-strip-binutils)
3597 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3598 (install-strip-sid): Mirror dependencies on non-strip variants
3599 of these targets on the respective -strip prerequisites.
3600 * Makefile.tpl (install-strip, install-strip-host)
3601 (install-strip-target): New targets.
3602 (install-strip-[+module+], install-strip-target-[+module+]):
3603 New targets.
3604 * Makefile.in: Regenerate.
3605
36062010-11-19 Ian Lance Taylor <iant@google.com>
3607 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3608
3609 * configure.ac: Add target-libgo to target_libraries. Set
3610 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3611 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3612 (HOST_EXPORTS): Add GOC.
3613 (BASE_TARGET_EXPORTS): Add GOC.
3614 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3615 (GOCFLAGS_FOR_TARGET): New variable.
3616 (EXTRA_HOST_FLAGS): Add GOC.
3617 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3618 * Makefile.def (target_modules): Add libgo.
3619 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3620 (dependencies): Add dependency from configure-target-libgo to
3621 configure-target-libffi and all-target-libstdc++-v3. Add
3622 dependencies from all-target-libgo to all-target-libffi.
3623 (languages): Add go.
3624 * configure: Rebuild.
3625 * Makefile.in: Rebuild.
3626
36272010-11-19 Ian Lance Taylor <iant@google.com>
3628
3629 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3630 compiler/flag environment variables.
3631
36322010-11-18 Ian Lance Taylor <iant@google.com>
3633
3634 * configure.ac: Check for lang_requires_boot_languages in
3635 config-lang.in files.
3636 * configure: Rebuild.
3637
36382010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
3639 Tobias Burnus <burnus@net-b.de>
3640
3641 PR fortran/32049
3642 * Makefile.def: Add libquadmath; build it with language=fortran.
3643 * configure.ac: Add libquadmath.
3644 * Makefile.tpl: Handle multiple libs in check-[+language+].
3645 * Makefile.in: Regenerate.
3646 * configure: Regenerate.
3647
b9b9d342
TT
36482010-11-16 Tom Tromey <tromey@redhat.com>
3649
3650 * MAINTAINERS: Moved myself to reviewers section.
3651
ecbfe87a
ZD
36522010-11-15 Zdenek Dvorak <ook@ucw.cz>
3653
3654 * MAINTAINERS: Moved myself to reviewers section.
3655
29a4f477
RW
36562010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3657
3658 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3659 (Write After Approval): Remove self.
3660
9965e3cd
AS
36612010-11-15 Andreas Schwab <schwab@redhat.com>
3662
3663 * configure.ac: Fix spelling in option names.
3664 * configure: Regenerated.
3665
0463992b
GJL
36662010-11-13 Georg-Johann Lay <georgjohann@web.de>
3667
3668 PR bootstrap/39622
3669 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3670 * configure: Regenerated.
3671
3df08734
KG
36722010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3673
3674 * MAINTAINERS: Update my email address.
3675
f16e2237
TG
36762010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3677
f16e2237
TG
3678 * configure: Regenerate.
3679
0bb52d68
TG
36802010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3681
1f980c25 3682 * configure: Regenerate.
0bb52d68 3683
aba2b02e
TG
36842010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3685
aba2b02e
TG
3686 * configure: Regenerate.
3687
27882098
TG
36882010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3689
27882098
TG
3690 * configure: Regenerate.
3691
d32ef397
AS
36922010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3693
3694 * configure.ac: Support official CLooG.org versions.
3695 * configure: Regenerate.
3696 * config/cloog.m4: New.
3697
5a4b6c0e
FD
36982010-11-10 François Dumont <francois.cppdevs@free.fr>
3699
3700 * MAINTAINERS (Write After Approval): Add myself.
3701
f2cea726
DE
37022010-11-09 David Edelsohn <dje.gcc@gmail.com>
3703
3704 * MAINTAINERS: Update my email address.
3705
d8ed14ce
IS
37062010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3707
3708 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3709 * configure: Regenerate.
d8ed14ce 3710
48215350
DK
37112010-11-03 Ian Lance Taylor <iant@google.com>
3712 Dave Korn <dave.korn.cygwin@gmail.com>
3713
3714 PR lto/46273
3715 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3716 and on other supported platforms whenever LTO is enabled.
3717 * configure: Rebuild.
3718
87841584
AM
37192010-11-02 Alan Modra <amodra@gmail.com>
3720
3721 PR binutils/12110
3722 * configure.ac: Error when source path contains spaces.
3723 * configure: Regenerate.
3724
fe12dfe1
JW
37252010-10-23 James E. Wilson <wilson@codesourcery.com>
3726
3727 * MAINTAINERS: Update my email address.
3728
66c92425
ILT
37292010-10-20 Ian Lance Taylor <iant@google.com>
3730
3731 * Makefile.def (target_modules): Set lib_path to src/.libs for
3732 libstdc++-v3 module.
3733 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3734 * Makefile.in: Rebuild.
3735
187d3518
LB
37362010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3737
3738 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3739 (Write After Approval): Remove myself.
3740
02db6bba
TG
37412010-10-15 Tristan Gingold <gingold@adacore.com>
3742
3743 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3744
c0103e74
DR
37452010-10-14 Douglas Rupp <rupp@gnat.com>
3746
3747 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3748
1cd0b716
DK
37492010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3750
3751 * configure.ac (build_lto_plugin): New shell variable.
3752 (--enable-lto): Turn on by default for all non-ELF platforms that
3753 have had LTO support added so far. Set build_lto_plugin appropriately
3754 for both ELF and non-ELF.
3755 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3756 * configure: Regenerate.
3757
d4c1abb3
RW
37582010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3759
3760 Sync from src:
3761 * configure.ac (v850 support): Remove target-libgloss from
3762 noconfigdirs.
3763 * configure: Regenerate.
3764
ffedf511
RW
37652010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3766
3767 PR bootstrap/45326
3768 PR bootstrap/45174
3769 * configure.ac: Honor initial values of $build_configargs,
3770 $host_configargs, $target_configargs. Mark the precious, so
3771 environment settings get recorded.
3772 * configure: Regenerate.
3773
e1826acc
RW
37742010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3775
3776 PR bootstrap/45796
3777 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3778 Depend on all-build-libiberty.
3779 * Makefile.in: Regenerate.
3780
80920132
ME
37812010-09-30 Michael Eager <eager@eagercon.com>
3782
3783 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3784 * configure: Regenerate.
3785
770a498a
ME
37862010-09-28 Michael Eager <eager@eagercon.com>
3787
3788 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3789
86dfbd58
RW
37902010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3791
3792 PR bootstrap/44621
3793 * configure.ac: Fix unportable shell quoting.
3794 * configure: Regenerate.
3795
db50fe7d
IS
37962010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3797
3798 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3799 targets and amend comment.
3800 * configure: Regenerate.
3801
0064e825
TB
38022010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3803
3804 * MAINTAINERS (Write After Approval): Add myself.
3805
bb79486c
JH
38062010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3807
3808 * configure.ac: Enable LTO by default on Darwin.
3809 * configure: Regenerate.
3810
9e0b22c3
MS
38112010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3812
bb79486c 3813 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 3814
2fabf1b7
IB
38152010-09-01 Ian Bolton <ian.bolton@arm.com>
3816
bb79486c 3817 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 3818
3a9abc98
DS
38192010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3820
3821 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3822 ports
3823
331a9a59
DY
38242010-07-28 David Yuste <david.yuste@gmail.com>
3825
3826 * MAINTAINERS (Write After Approval): Add myself.
3827
223a9d64
N
38282010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3829
3830 * configure.ac: Support all v850 targets.
3831 * configure: Regenerate.
3832
9183bdcf
MG
38332010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3834
3835 PR bootstrap/44455
3836 * configure.ac (extra_mpfr_configure_flags): Copy from
3837 extra_mpc_gmp_configure_flags.
3838 * configure: Re-generated.
3839
2e290598
AK
38402010-07-22 Andi Kleen <ak@linux.intel.com>
3841
3842 * MAINTAINERS (Write After Approval): Add myself.
3843
8d6cd388
CLT
38442010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3845
3846 * MAINTAINERS (Write After Approval): Add myself.
3847
b0b01eb0
JY
38482010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3849
3850 * MAINTAINERS (Write After Approval): Add myself.
3851
77198d71
JH
38522010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3853
3854 PR target/44862
3855 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3856 Provide -B option to allow for link spec %s substitutions for
3857 libstdc++.a on darwin.
3858 * Makefile.in: Regenerate.
3859
02fe70af
MM
38602010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3861
3862 * MAINTAINERS (Reviewers): Update my e-mail address
3863
c63a4676
AO
38642010-06-10 Alexandre Oliva <aoliva@redhat.com>
3865
3866 * Makefile.def (configure-gcc): Depend on all-libelf.
3867 * Makefile.in: Rebuild.
3868
e68edbf6
FC
38692010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3870
3871 * MAINTAINERS (Write After Approval): Add myself in the right place.
3872
dce2d8b2 38732010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
dce2d8b2 38772010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
3878
3879 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
3880
38812010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 3882
1ab55d69
MK
3883 * config.sub: Update to version 2010-05-21.
3884 * config.guess: Update to version 2010-04-03.
0c422e74 3885
02540df4
SB
38862010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3887
3888 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3889 * configure: Regenerate.
3890
dfe5f5b2
ST
38912010-05-12 Sriraman Tallam <tmsriram@google.com>
3892
3893 * MAINTAINERS (Write After Approval): Add myself.
3894
c082f9f3
SB
38952010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3896
3897 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3898 a platform that supports LTO.
3899 * configure: Regenerate.
3900
f1af9e5f
SP
39012010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3902
3903 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3904 * configure: Regenerated.
3905
38e3d868
RM
39062010-04-27 Roland McGrath <roland@redhat.com>
3907 H.J. Lu <hongjiu.lu@intel.com>
3908
3909 * configure.ac (--enable-gold): Support both, both/gold and
3910 both/bfd to add gold to configdirs without removing ld.
3911 * configure: Regenerated.
3912
3913 * Makefile.def: Add install-gold dependency to install-ld.
3914 * Makefile.in: Regenerated.
3915
3bec79c5
DK
39162010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3917
3918 PR lto/42776
3919 * configure.ac (--enable-lto): Refactor handling so libelf tests
3920 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3921 and allow LTO to be explicitly enabled on non-ELF platforms that
3922 are known to support it inside else-clause.
3923 * configure: Regenerate.
3924
615c8ffa
EB
39252010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3926
3927 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3928 * configure: Regenerate.
3929
e4522f78
RC
39302010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3931
3932 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3933 * configure: Regenerate.
3934
8ccb78f2
RO
39352010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3936
3937 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3938 separately.
3939 * configure: Regenerate.
3940
d5cc2ee3
KW
39412010-04-16 Kevin Williams <kevin.williams@inria.fr>
3942
3943 * MAINTAINERS (Write After Approval): Add myself.
3944
8406cb62
TG
39452010-04-14 Tristan Gingold <gingold@adacore.com>
3946
3947 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3948 * configure: Regenerate.
3949
3591b8e2
SE
39502010-04-13 Steve Ellcey <sje@cup.hp.com>
3951
3952 * configure: Regenerate after change to elf.m4.
3953
a82ecc7b
IS
39542010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3955
3956 * MAINTAINERS (Write After Approval): Add myself.
3957
1f0bf148
SP
39582010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3959
3960 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3961 * configure: Regenerated.
3962
39632010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3964
3965 * configure.ac: Print "buggy but acceptable" when CLooG
3966 revision is less than 9.
3967 * configure: Regenerated.
3968
ecd01dee
DN
39692010-04-01 Diego Novillo <dnovillo@google.com>
3970
3971 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3972
dc683a3f
RW
39732010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3974
3975 PR bootstrap/43615
3976 PR bootstrap/43328
3977
3978 Revert:
3979
3980 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3981
3982 * configure.ac: Do not pass --enable-multilib nor
3983 --disable-multilib in baseargs. Accept explicitly passed
3984 --enable_multilib.
3985 * configure: Regenerate.
3986
7527d83f
UW
39872010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3988
3989 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3990
895522b6
JJ
39912010-03-31 Janis Johnson <janis187@us.ibm.com>
3992
3993 * MAINTAINERS: Remove myself.
3994
9db4e878
RW
39952010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3996
3997 PR bootstrap/43328
3998 * configure.ac: Do not pass --enable-multilib nor
3999 --disable-multilib in baseargs. Accept explicitly passed
4000 --enable_multilib.
4001 * configure: Regenerate.
4002
acf6bf36
AP
40032010-03-28 Andrew Pinski <pinskia@gmail.com>
4004
4005 * MAINTAINERS (spu port): Remove me.
4006
b42f0d7e
JM
40072010-03-23 Joseph Myers <joseph@codesourcery.com>
4008
4009 * configure.ac (tic6x-*-*): New case.
4010 * configure: Regenerate.
4011
0d1152b1
JM
40122010-03-23 Joseph Myers <joseph@codesourcery.com>
4013
4014 * config.sub: Update to version 2010-03-22.
4015 * config.guess: Update to version 2009-12-30.
4016
dce2d8b2 40172010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
4018
4019 PR ada/42554
4020 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4021 * configure: Regenerate.
4022
5408fbe8
RR
40232010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4024
4025 * MAINTAINERS: Update my email address.
4026
3f55a3b3
SP
40272010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4028
4029 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4030 (ghassan.shobaki@amd.com): Removed.
4031
3f08f7e8
AM
40322010-03-17 Alan Modra <amodra@gmail.com>
4033
4034 * MAINTAINERS: Update my email address.
4035
f3a9d094
DN
40362010-03-16 Diego Novillo <dnovillo@google.com>
4037
4038 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4039 Matthews.
4040
db5c4b8b
JM
40412010-03-16 Joseph Myers <joseph@codesourcery.com>
4042
4043 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4044 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4045
b995570a
JM
40462010-03-16 Joseph Myers <joseph@codesourcery.com>
4047
4048 * MAINTAINERS: Update my email address.
4049
124cc66f
DJ
40502010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4051
4052 * MAINTAINERS: Update my email address.
4053
a4581668
BS
40542010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4055
4056 * MAINTAINERS: Update my email address.
4057
49d78e29
JZ
40582010-03-09 Jie Zhang <jie@codesourcery.com>
4059
4060 * MAINTAINERS: Update my email address.
4061
8927b7c0
RO
40622010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4063
4064 PR libstdc++/32499
4065 * configure.ac (RANLIB): Default to true.
4066 (STRIP): Likewise.
4067 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4068 * configure: Regenerate.
4069
dce2d8b2 40702010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
4071
4072 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4073 (Write After Approval): Update my email address.
4074
bf646aaf
NC
40752010-02-17 Nick Clifton <nickc@redhat.com>
4076
4077 PR 11238
4078 * Makefile.tpl (local-distclean): Also remove config.cache files in
4079 sub-directories as there may not be Makefiles present in the
4080 sub-directories.
96e41f16
NC
4081 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4082 the config.cache files found by the find command.
4083
bf646aaf
NC
4084 * Makefile.in: Regenerate.
4085 * configure.ac: Revert previous delta.
4086 * configure: Regenerate.
4087
ff78880a
NC
40882010-02-15 Nick Clifton <nickc@redhat.com>
4089
4090 PR 11238
4091 * configure.ac: Delete config.cache files in sub-directories when
4092 deleting Makefiles.
4093 * configure: Regenerate.
4094
8150eadf
BE
40952010-02-12 Ben Elliston <bje@gnu.org>
4096
4097 * MAINTAINERS: Update my email address.
4098
a9e12bfd
AP
40992010-02-08 Andrew Pinski <pinskia@gmail.com>
4100
4101 * MAINTAINERS (spu port): Update my email address.
4102
95315086
JZ
41032010-02-08 Jie Zhang <jie.zhang@analog.com>
4104
4105 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4106
362c6d2f
KG
41072010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4108
4109 * configure.ac: Add "recommended" version checks for GMP/MPC.
4110 Update recommended GMP/MPFR/MPC versions.
4111 * configure: Regenerate.
4112
888c5ad2
JR
41132010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4114
4115 * MAINTAINERS: Move my Embecosm email address into the
4116 write-after-approval section.
4117
3bf714a7
ILT
41182010-01-26 Ian Lance Taylor <iant@google.com>
4119
4120 * MAINTAINERS: Add myself as Go frontend maintainer.
4121
ad1e5170
JR
41222010-01-25 Joern Rennecke <amylaar@spamcop.net>
4123
4124 PR libstdc++/36101, PR libstdc++/42813
4125 * configure.ac (bootstrap_target_libs): Make inclusion of
4126 target-libgomp conditional on libgomb being in target_configdirs.
4127 * configure: Regenerate.
4128
fb0553d1
JR
41292010-01-23 Joern Rennecke <amylaar@spamcop.net>
4130
4131 PR libstdc++/36101, PR libstdc++/42813
4132 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4133 * configure: Regenerate.
4134
aae29963
JR
41352010-01-22 Joern Rennecke <amylaar@spamcop.net>
4136
4137 PR libstdc++/36101, PR libstdc++/42813
4138 * configure.ac (target_configdirs): Substitute.
4139 * Makefile.def: Bootstrap target module libgomp.
4140 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4141 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4142 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4143 * configure, Makefile.in: Regenerate.
4144
d8fe8895
DK
41452010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4146
4147 * MAINTAINERS: Adjust my details.
4148
ebfe4897
EW
41492010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4150
4151 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4152
f7746c59
TL
41532010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4154
4155 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4156
306c7b5b
TL
41572010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4158
4159 * MAINTAINERS (Write After Approval): Add myself.
4160
1b8b9e19
KT
41612010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4162
4163 * MAINTAINERS (Write After Approval): Add myself.
4164
c164615b
RG
41652010-01-11 Richard Guenther <rguenther@suse.de>
4166
4167 PR lto/41569
4168 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4169 * Makefile.in: Regenerated.
4170
f3f623ae
AT
41712010-01-11 Andreas Tobler <andreast@fgznet.ch>
4172
4173 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4174 * configure: Regenerate.
4175
592c90ff 41762010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 4177 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
4178
4179 PR bootstrap/42424
4180 * configure.ac: Include libtool m4 files.
9c78662a 4181 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
4182 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4183 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 4184
592c90ff
KG
4185 * configure: Regenerate.
4186
60a2e213
RW
41872010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4188
4189 PR bootstrap/41818
4190 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4191 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4192 * Makefile.in: Regenerate.
4193
7413962d
RG
41942010-01-02 Richard Guenther <rguenther@suse.de>
4195
4196 PR lto/41529
4197 * configure.ac: Include config/elf.m4. Disable LTO if not
4198 builting for an elf target.
4199 * configure: Regenerate.
4200
f77f3945
CF
42012009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4202
4203 * MAINTAINERS: Change my email address.
4204
4960e3f0
BE
42052009-12-18 Ben Elliston <bje@au.ibm.com>
4206
4207 * config.sub, config.guess: Update from upstream sources.
4208
d16a31da
SZ
42092009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4210
4211 * MAINTAINERS (Write After Approval): Add myself.
4212
3a5729ea
KG
42132009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4214
4215 PR middle-end/30447
4216 PR middle-end/30789
4217 PR other/40302
4218
4219 * configure.ac: Require MPC.
4220 * configure: Regenerate.
4221
43e02a8a
RW
42222009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4223
4224 PR target/38384
4225 PR bootstrap/40972
4226 * libtool.m4: Sync from git Libtool.
4227 * ltoptions.m4: Likewise.
4228 * ltversion.m4: Likewise.
4229 * lt~obsolete.m4: Likewise.
4230 * ltmain.sh: Likewise.
4231
360d4522
KG
42322009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4233
4234 * configure.ac: Update minimum MPC version to 0.8.
4235 * configure: Regenerate.
4236
f264ed56
SP
42372009-11-21 Sebastian Pop <sebpop@gmail.com>
4238
4239 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4240 * configure: Regenerated.
4241
ed2eaa9f
ILT
42422009-11-21 Ian Lance Taylor <iant@google.com>
4243
4244 * configure.ac: Change default of poststage1_ldflags to be empty if
4245 poststage1_libs is set. When poststage1_libs is empty, and
4246 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4247 * configure: Rebuild.
4248
58346783
AN
42492009-11-21 Adam Nemet <adambnmet@gmail.com>
4250
4251 * MAINTAINERS (Write After Approval): Update my email address.
4252
5ca0106a
BE
42532009-11-20 Ben Elliston <bje@au.ibm.com>
4254
4255 * config.guess: Update from upstream sources.
4256
87213cd4
AO
42572009-11-16 Alexandre Oliva <aoliva@redhat.com>
4258
4259 * Makefile.def: Restore host and target settings for gmp.
4260 * Makefile.in: Rebuild.
4261
f61428ed
AO
42622009-11-16 Alexandre Oliva <aoliva@redhat.com>
4263
4264 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4265 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4266 Fix portability of test of C++ as bootstrap language. Add
4267 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4268 * configure: Rebuild.
4269 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4270 and cloog. Fix in-tree ppl configuration. Introduce libelf
4271 in-tree building.
4272 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4273 (POSTSTAGE1_HOST_EXPORTS): Use it.
4274 (STAGE[+id+]_CXXFLAGS): New.
4275 (BASE_FLAGS_TO_PASS): Pass it down.
4276 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4277 extra_exports.
4278 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4279 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4280 extra_exports.
4281 * Makefile.in: Rebuild.
4282
f6c56be6
BE
42832009-11-17 Ben Elliston <bje@au.ibm.com>
4284
4285 * config.sub, config.guess: Update from upstream sources.
4286
0ccb5970
JK
42872009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4288
4289 * MAINTAINERS (Write After Approval): Add myself.
4290
dce2d8b2 42912009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
4292
4293 * MAINTAINERS (Write After Approval): Add myself.
4294
5d571eaa
OS
42952009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4296
4297 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4298 paths for *-w64-mingw* and x86_64-*mingw*.
4299 * configure: Regenerated.
4300
dce2d8b2 43012009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
4302
4303 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4304
c393f559
BK
43052009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4306
4307 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4308 Phil Edwards to Write-After Approval.
4309
ef4c4300
KT
43102009-10-30 Kai Tietz <kai.tietz@onevision.com>
4311
4312 * configure.ac: Disable target-winsup & co for
4313 x86_64-*-mingw* and *-w64-mingw* targets.
4314 * configure: Regenerated.
4315
65a324b4
NC
43162009-10-16 Nick Clifton <nickc@redhat.com>
4317
4318 * MAINTAINERS: Add myself as a maintainer for the RX port.
4319
dce2d8b2 43202009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 4321
9c78662a 4322 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 4323
17e72e5d
RO
43242009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4325
4326 * configure.ac (CLooG test): Use = with test.
4327 * configure: Regenerate.
4328
ed3a56f3
RG
43292009-10-22 Richard Guenther <rguenther@suse.de>
4330
4331 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4332 cloog if the ppl version check failed. Move flags saving
4333 before setting in libelf check.
4334 * configure: Regenerate.
4335
ad0abd3c
RG
43362009-10-21 Richard Guenther <rguenther@suse.de>
4337
4338 * configure.ac: Adjust the ppl and cloog configure to work as
4339 documented. Disable cloog if ppl was disabled. Omit the version
4340 checks if they were disabled.
4341 * configure: Re-generate.
4342
e4c5bd48
RW
43432009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4344
4345 * configure.ac: Add 'lto' to enable_languages, not
4346 new_enable_languages, and only if not already present.
4347 * configure: Regenerate.
4348
0ffd69c5
GP
43492009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4350
4351 * README: Refer to the various COPYING* files instead of just
4352 COPYING.
4353 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4354
dce2d8b2 43552009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
4356
4357 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 4358
58687768
RG
43592009-10-07 Richard Guenther <rguenther@suse.de>
4360
4361 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4362 and Richard Guenther as reviewers.
4363 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4364 as reviewers.
4365
49b0ca5c 43662009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 4367
49b0ca5c 4368 * config.sub: Update from upstream sources.
d2d9ce5e 4369
aeb94799
ILT
43702009-10-06 Ian Lance Taylor <iant@google.com>
4371
4372 * Makefile.def: check-gold depends upon all-gas.
4373 * Makefile.in: Rebuild.
4374
123651cd
PM
43752009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4376
4377 * MAINTAINERS (Write After Approval): Add myself.
4378
d7f09764
DN
43792009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4380
4381 * Makefile.def: all-lto-plugin depends on all-libiberty.
4382 set bootstrap=true for lto-plugin.
4383 Add lto-plugin.
4384 * Makefile.in: Regenerate.
4385 * configure.ac (host_libs): Add lto-plugin.
4386 * configure: Regenerate.
4387
d7f09764
DN
43882009-10-03 Diego Novillo <dnovillo@google.com>
4389
4390 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4391 (HOST_LIBELFLIBS): Define.
4392 (HOST_LIBELFINC): Define.
4393 * Makefile.in: Regenerate.
4394 * configure.ac: Add --enable-lto.
4395 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4396 If --enable-lto is used, add 'lto' to new_enable_languages.
4397 If --enable-lto is used and gold is enabled, add
4398 lto-plugin to configdirs.
4399 * configure: Regenerate.
4400
44012009-10-03 Simon Baldwin <simonb@google.com>
4402
4403 * configure.ac: If --with-system-zlib, suppress local zlib and
4404 pass --with-system-zlib to subdir configure scripts.
4405 * configure: Regenerate.
4406
dce2d8b2 44072009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
4408 Paolo Bonzini <bonzini@gnu.org>
4409
4410 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4411 $(srcdir).
4412 * Makefile.in: Rebuilt.
4413
dce2d8b2 44142009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
4415
4416 * MAINTAINERS (Write After Approval): Add myself.
4417
3e661154
KG
44182009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4419
4420 * configure.ac: Update minimum MPC version to 0.7.
4421 * configure: Regenerate.
4422
f1a036e4
NC
44232009-09-25 Nick Clifton <nickc@redhat.com>
4424
4425 * configure.ac: Pass any --cache-file=/dev/null option on to
4426 subconfigures.
4427 * configure: Regenerate.
4428
d4c74acc
NC
44292009-09-23 Nick Clifton <nickc@redhat.com>
4430
4431 * config.sub, config.guess: Update from upstream sources.
4432
dce2d8b2 44332009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
4434
4435 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4436 * Makefile.in: Rebuilt.
4437
0db770bd
RW
44382009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4439
4440 PR bootstrap/32272
4441 * configure.ac: Error out if $srcdir isn't '.' but contains
4442 host-${host_noncanonical}.
4443 * configure: Regenerate.
4444
71101870
RO
44452009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4446
4447 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4448 maintainer.
4449
ca6d0d62
RW
44502009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4451
79cd2b23
RW
4452 * configure.ac: If bootstrapping a combined tree with
4453 --enable-gold, require c++ in stage1_languages.
4454 * configure: Regenerate.
4455
ab9dcd0c
RW
4456 * configure.ac: Also add target_libs of stage1_languages to
4457 bootstrap_target_libs.
4458 * configure: Regenerate.
4459
ca6d0d62
RW
4460 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4461 with --enable-languages not containing c++.
4462 * configure: Regenerate.
4463
1c3c9f12
JZ
44642009-09-15 Jie Zhang <jie.zhang@analog.com>
4465
4466 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4467 * configure: Regenerate.
4468
dce2d8b2 44692009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 4470
6fb30a14
JR
4471 * MAINTAINERS (Write After Approval): Update my e-mail address,
4472 and move from from here...
4473 (Waiting for paperwork): To here.
0318772d 4474
4056c2c6
JM
44752009-09-09 Joseph Myers <joseph@codesourcery.com>
4476
4477 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4478
3e54529c
RW
44792009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4480
4481 * configure.ac: Do not use $extrasub for replacing @if/@endif
4482 parts in Makefile; instead, use additional arguments to
4483 AC_CONFIG_COMMANDS to do the replacement manually, with several
4484 sed invocations, to avoid HP-UX sed command limits.
4485 * configure: Regenerate.
4486
713e2ea6
AO
44872009-09-08 Alexandre Oliva <aoliva@redhat.com>
4488
4489 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4490 blank before -L.
4491
5646b7b9
AO
44922009-09-04 Alexandre Oliva <aoliva@redhat.com>
4493
4494 * configure.ac (with-build-config): Document. Handle without.
4495 Handle missing argument.
4496 * configure: Rebuilt.
4497
e12c4094
AO
44982009-09-03 Alexandre Oliva <aoliva@redhat.com>
4499
4500 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4501 Default to bootstrap-debug only if compare-debug works.
4502 * configure: Rebuilt.
4503 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4504 * Makefile.in: Rebuilt.
4505
75cb0057
RO
45062009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4507
4508 * MAINTAINERS (OS Port Maintainers): Update my email address.
4509
8fc68cba
AO
45102009-09-01 Alexandre Oliva <aoliva@redhat.com>
4511
4512 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4513 * Makefile.in: Rebuilt.
4514
44cb38cf
CD
45152009-09-01 Chris Demetriou <cgd@google.com>
4516
4517 * MAINTAINERS (Write After Approval): Add myself.
4518
f9329c35
DS
45192009-08-31 Dodji Seketeli <dodji@redhat.com>
4520
4521 PR debug/30161
4522 * include/dwarf2.h (enum dwarf_tag): Added
4523 DW_TAG_GNU_template_template_param
4524 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4525
f945e229
PB
45262009-08-30 Paolo Bonzini <bonzini@gnu.org>
4527
4528 * Makefile.tpl (AWK): Fix typo.
4529 * Makefile.in: Regenerate.
4530
87264276
PB
45312009-08-30 Paolo Bonzini <bonzini@gnu.org>
4532
4533 * configure.ac: Detect awk and sed.
4534 * Makefile.def (flags_to_pass): Add AWK and SED.
4535 * Makefile.tpl (AWK, SED): New.
4536 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4537 * configure: Regenerate.
4538 * Makefile.in: Regenerate.
4539
68ccd57c
DK
45402009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4541
4542 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4543 (collapseslashes): Likewise.
4544
df58e648
RW
45452009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4546
4547 * configure.ac (AC_PREREQ): Bump to 2.64.
4548
0539cb2c
RW
45492009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4550
70fa0efa
RW
4551 * configure.ac: Remove --with-datarootdir, --with-docdir,
4552 --with-pdfdir, --with-htmldir switches.
4553 * configure: Regenerate.
4554
5213506e
RW
4555 * configure: Regenerate.
4556
0539cb2c
RW
4557 * compile: Sync from Automake 1.11.
4558 * depcomp: Likewise.
4559 * install-sh: Likewise.
4560 * missing: Likewise.
4561 * mkinstalldirs: Likewise.
4562 * ylwrap: Likewise.
4563
197c68cc
DK
45642009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4565
4566 * ltmain.sh (func_normal_abspath): New function.
4567 (func_relative_path): Likewise.
4568 (func_mode_help): Document new -bindir option for link mode.
4569 (func_mode_link): Add new -bindir option, and use it to place
4570 output DLL if specified.
4571
58af276a
RW
45722009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4573
0115d4a3
RW
4574 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4575 (baseargs): Add --disable-option-checking.
4576 * configure: Regenerate.
4577
58af276a
RW
4578 * Makefile.def (configure-target-libiberty): Depend on
4579 all-binutils and all-ld.
4580 (configure-target-newlib): Likewise.
4581 * Makefile.in: Regenerate.
4582
e9d9afef
BE
45832009-08-17 Ben Elliston <bje@au.ibm.com>
4584
4585 * config.sub, config.guess: Update from upstream sources.
4586
354ebf88
RW
45872009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4588
4589 Sync from src, merge:
4590
4591 2009-07-02 Tristan Gingold <gingold@adacore.com>
4592
4593 * configure.ac: Do not exclude gas for i386-*-darwin.
4594 Add a case for x86_64-*-darwin.
4595 * configure: Regenerate.
4596
8375f7b2
NV
45972009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4598
4599 * MAINTAINERS: Add my name to Write After Approval list.
4600
dce2d8b2 46012009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
4602
4603 * configure.ac: Add Microblaze target.
4604 * configure: Regenerate.
4605
ea2002ba
CB
46062009-07-31 Christian Bruel <christian.bruel@st.com>
4607
4608 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4609 * configure: Regenerate.
2bf33cdb 4610
dce2d8b2 46112009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
4612
4613 * MAINTAINERS (Write After Approval): Update my e-mail address.
4614
e90e6bd7
ILT
46152009-07-06 Ian Lance Taylor <iant@google.com>
4616
4617 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4618 * configure: Rebuild.
4619
f6e0880a
TG
46202009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4621
4622 * MAINTAINERS: Move myself to the Graphite Reviewers.
4623
6d984927
WG
46242009-06-30 Wei Guozhi <carrot@google.com>
4625
4626 * MAINTAINERS: Add my name to Write After Approval list.
4627
f2689b09
SE
46282009-06-26 Steve Ellcey <sje@cup.hp.com>
4629
4630 PR bootstrap/40338
4631 * configure.ac (comparestring): Create new variable.
4632 * Makefile.tpl (comparestring): Use to skip some comparisions.
4633 * configure: Regenerate.
4634 * Makefile.in: Regenerate.
4635
f62c0ba4
DE
46362009-06-26 Doug Evans <dje@sebabeach.org>
4637
4638 * Makefile.def (host_modules): Add cgen.
4639 * Makefile.in: Regenerate.
4640 * configure.ac (host_tools): Add cgen.
4641 * configure: Regenerate.
4642
7acf4da6
DD
46432009-06-23 DJ Delorie <dj@redhat.com>
4644
4645 * MAINTAINERS: Add myself as mep maintainer.
4646
00020c16
ILT
46472009-06-23 Ian Lance Taylor <iant@google.com>
4648
4649 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4650 boot_languages. Only bootstrap target libraries listed in
4651 target_libs for some boot language. Add --with-stage1-ldflags,
4652 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4653 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4654 if not building with C++.
4655 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4656 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4657 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4658 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4659 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4660 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4661 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4662 * configure, Makefile.in: Rebuild.
4663
1da52d4a
LF
46642009-06-23 Li Feng <nemokingdom@gmail.com>
4665
4666 * MAINTAINERS: Added my name to write-after-approval list.
4667
144c9175
RM
46682009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4669
4670 * configure.ac: Define is_elf for QNX Neutrino targets.
4671 * configure: Regenerate.
4672
e5871e24
GS
46732009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4674
9c78662a 4675 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 4676
5f4a82c0
KG
46772009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4678
4679 * configure.ac: Detect MPC in default directory.
4680 * configure: Regenerate.
4681
394e9195
JG
46822009-06-03 Jerome Guitton <guitton@adacore.com>
4683 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4684
9c78662a
UB
4685 * Makefile.tpl (all): Avoid a trailing backslash.
4686 * Makefile.in: Regenerate.
394e9195 4687
47bca6aa
BE
46882009-06-03 Ben Elliston <bje@au.ibm.com>
4689
4690 * config.sub, config.guess: Update from upstream sources.
4691
a891a473
RS
46922009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4693
4694 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4695 to noconfdirs.
4696 * configure: Regenerate.
4697
70cb2d9f
AO
46982009-06-02 Alexandre Oliva <aoliva@redhat.com>
4699
4700 * Makefile.tpl ([+compare-target+]): Compare all stage
4701 directories, rather than just gcc.
4702 * Makefile.in: Rebuilt.
4703
7f1245df
DK
47042009-06-01 Doug Kwan <dougkwan@google.com>
4705
4706 * configure.ac: Support gold for target arm*-*-*.
4707 * configure: Regenerate.
394e9195 4708
acd26225
KG
47092009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4710
4711 * Makefile.def: Add MPC support and dependencies.
4712 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4713
4714 * Makefile.in, configure: Regenerate.
4715
a1fc946a
AO
47162009-05-27 Alexandre Oliva <aoliva@redhat.com>
4717
4718 * Makefile.tpl (all): Avoid harmless warning in make all when
4719 gcc-bootstrap is enabled but stage_last does not exist.
4720 * Makefile.in: Rebuilt.
4721
2e6a3c8d
NR
47222009-05-24 Nicolas Roche <roche@adacore.com>
4723
4724 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4725 * Makefile.in: Regenerate.
4726
63487d11
DC
47272009-05-21 Denis Chertykov <chertykov@gmail.com>
4728
4729 * MAINTAINERS: Update my e-mail address.
4730
449223af
DK
47312009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4732
4733 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4734 * configure: Regenerate.
4735
31c98f49
AO
47362009-05-18 Alexandre Oliva <aoliva@redhat.com>
4737
4738 PR other/40159
4739 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4740 gcc-no-bootstrap are mutually exclusive.
4741 * Makefile.in: Rebuilt.
4742
0f501837
AO
47432009-05-18 Alexandre Oliva <aoliva@redhat.com>
4744
4745 PR other/40159
4746 * Makefile.tpl (all): Don't end with unconditional success.
4747 * Makefile.in: Rebuilt.
4748
4a4a4e99
AO
47492009-05-12 Alexandre Oliva <aoliva@redhat.com>
4750
4751 PR target/37137
4752 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4753 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4754 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4755 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4756 stage_configureflags, stage_cflags and stage_libcflags into
4757 explicit Makefile macros.
4758 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4759 GFORTRAN.
4760 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4761 CC. Set CC_FOR_BUILD from CC.
4762 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4763 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4764 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4765 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4766 and GFORTRAN.
4767 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4768 (_LIBCFLAGS): Renamed to _TFLAGS.
4769 (do-compare-debug, do-compare3-debug): Drop.
4770 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4771 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4772 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4773 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4774 (XGCC_FLAGS_FOR_TARGET): New.
4775 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4776 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4777 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4778 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 4779 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
4780 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4781 TFLAGS.
4782 (BUILD_CONFIG): Include if requested.
4783 (all): Set TFLAGS on bootstrap.
4784 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4785 (all-stageid-prefixmodule): Likewise.
4786 (do-clean, distclean-stageid): Set TFLAGS.
4787 (restrap): Fix whitespace.
4788 * Makefile.in: Rebuilt.
4789
1cee3429
PB
47902009-05-07 Paolo Bonzini <bonzini@gnu.org>
4791
4792 * config.guess: Sync with src.
4793
0b70eafd
DK
47942009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4795
4796 * configure.ac ($with_ppl): Default to no if not supplied.
4797 ($with_cloog): Likewise.
4798 configure: Regenerate.
4799
5175f17c
JW
48002009-04-27 James E. Wilson <wilson@codesourcery.com>
4801
4802 * MAINTAINERS: Update my e-mail address.
4803
952fa153
NC
48042009-04-27 Nick Clifton <nickc@redhat.com>
4805
4806 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4807
a687f83c
EB
48082009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4809
4810 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4811 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4812 * Makefile.in: Regenerate.
4813
9e3eba15
KG
48142009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4815
4816 PR bootstrap/39739
4817 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4818 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4819
4820 * configure, Makefile.in: Regenerate.
4821
a687f83c 48222009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
4823
4824 * include/hashtab.h: Update GTY annotations to new syntax
4825 * include/splay-tree.h: Likewise
4826
070bdbd9
BE
48272009-04-17 Ben Elliston <bje@au.ibm.com>
4828
4829 * config.sub, config.guess: Update from upstream sources.
4830
55f2d967
AG
48312009-04-15 Anthony Green <green@moxielogic.com>
4832
4833 * configure.ac: Add moxie support.
4834 * configure: Rebuilt.
4835
309c24a9
JJ
48362009-04-14 Jakub Jelinek <jakub@redhat.com>
4837
4838 * configure.ac: Change copyright header to refer to version
4839 3 of the GNU General Public License and to point readers at the
4840 COPYING3 file and the FSF's license web page.
4841 * Makefile.def: Likewise.
4842 * Makefile.tpl: Likewise.
4843 * Makefile.in: Regenerate.
4844
b93133bc
JH
48452009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4846
4847 * configure.ac: Restore match for darwin9 or later. Use double
4848 brackets since regeneration eats one pair.
4849 * configure: Regenerate.
4850
d18ff35a
L
48512009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4852
4853 PR gas/10039
4854 * configure.ac: Require texinfo 4.7.
4855 * configure: Regenerated.
4856
748086b7
JJ
48572009-04-09 Nick Clifton <nickc@redhat.com>
4858
4859 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4860 the GCC Runtime Library Exception.
4861
a3337ea2
KG
48622009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4863
4864 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4865 * configure: Regenerate.
4866
60911f14
SE
48672009-04-01 Steve Ellcey <sje@cup.hp.com>
4868
4869 * Makefil.def (languages): New entries.
4870 * Makefile.tpl (check-gcc-*): New generic target.
4871 * Makefile.in: Regenerate.
60911f14 4872
dce2d8b2 48732009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 4874
d18ff35a 4875 * MAINTAINERS: Update my email address.
7369c1d0 4876
cfb1f59f
TT
48772009-03-18 Tom Tromey <tromey@redhat.com>
4878
d18ff35a
L
4879 * configure: Rebuild.
4880 * configure.ac (host_libs): Add libiconv.
4881 * Makefile.in: Rebuild.
4882 * Makefile.def (host_modules): Add libiconv.
4883 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 4884
75eeae1a
TG
48852009-03-16 Tristan Gingold <gingold@adacore.com>
4886
4887 * configure.ac: Treat gdb as supported on x86_64-darwin.
4888 * configure: Regenerate.
4889
f38095f3
JM
48902009-03-16 Joseph Myers <joseph@codesourcery.com>
4891
4892 * configure.ac (--with-host-libstdcxx): New option.
4893 * configure: Regenerate.
4894
dce2d8b2 48952009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
4896
4897 * MAINTAINERS: Move myself into the write after approval list.
4898
6d401294
NP
48992009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4900
4901 * MAINTAINERS: Update e-mail address.
2bf33cdb 4902
07c97076
DN
49032009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4904
4905 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4906
dce2d8b2 49072009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
4908
4909 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4910
7a9d3fe8
RW
49112009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4912
4913 Backport from git Libtool:
4914
4915 2009-01-19 Robert Millan <rmh@aybabtu.com>
4916 Support GNU/kOpenSolaris.
4917 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4918 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4919 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4920 GNU/kOpenSolaris.
4921
c9e9e11f
AS
49222009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4923
4924 * MAINTAINERS: Update e-mail address.
4925
5e8c1552 49262009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
4927
4928 * MAINTAINERS (Write After Approval): Add self.
4929
b0adb088
BM
49302009-02-18 Bingfeng Mei <bmei@broadcom.com>
4931
4932 * MAINTAINERS (Write After Approval): Add myself.
4933
ee04b574
AS
49342009-02-05 Andreas Schwab <schwab@suse.de>
4935
4936 * Makefile.tpl (stage_last): Define $r and $s before using
4937 $(RECURSE_FLAGS_TO_PASS).
4938 * Makefile.in: Regenerate
4939
907884c9
ILT
49402009-01-30 Ian Lance Taylor <iant@google.com>
4941
4942 * MAINTAINERS: Move myself to the Global Reviewers list.
4943
416ac4d4
RM
49442009-01-29 Robert Millan <rmh@aybabtu.com>
4945
4946 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4947 * configure: Regenerate.
4948
ee5decb3
GP
49492009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4950
4951 * MAINTAINERS: Make whitespace consistent.
19196f44 4952 Remove Robert Millan from Write After Approval.
ee5decb3 4953
36fbb0ec
AM
49542009-01-16 Alan Modra <amodra@bigpond.net.au>
4955
4956 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4957 (all-opcodes): Depend on all-libiberty.
4958 * Makefile.in: Regenerate.
4959
52535a64
DR
49602009-01-15 Douglas B Rupp <rupp@gnat.com>
4961
4962 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4963 * configure: Regenerate.
4964
e04a57df
RR
49652009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4966
4967 * MAINTAINERS (Write After Approval): Add myself.
4968
856c450b
SK
49692009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4970
4971 * MAINTAINERS: Add myself to reviewers (Fortran).
4972
dce2d8b2 49732009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
4974
4975 PR tree-optimization/38515
4976 * configure.ac (cloog-polylib): Removed.
4977 (with_ppl, with_cloog): Test for "no".
4978 * configure: Regenerated.
4979
1e5e8a59
DF
49802009-01-11 Daniel Franke <franke.daniel@gmail.com>
4981
4982 * MAINTAINERS: Moved myself to reviewers (Fortran).
4983
5e5debf6
TS
49842009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4985
4986 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4987 (Write After Approval): Remove myself.
4988
1c42acf1
DN
49892009-01-03 Diego Novillo <dnovillo@google.com>
4990
4991 * MAINTAINERS: Remove myself from alias maintainership.
4992
2fbbedaf
DA
49932009-01-02 David Ayers <ayers@fsfe.org>
4994
4995 * MAINTAINERS: Update e-mail address.
4996
17213821
GP
49972008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4998
4999 * MAINTAINERS: Make whitespace consistent.
5000
baafc534
RW
50012008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5002
5003 Backport from upstream Libtool:
5004 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5005 Add cache variables to tests that require the linker to work.
5006 For shlibpath_overrides_runpath, this also changes the semantics
5007 to let the result from the C compiler take precedence.
5008
18430d27
BE
50092008-12-02 Ben Elliston <bje@au.ibm.com>
5010
5011 * config.sub, config.guess: Update from upstream sources.
5012
dce2d8b2 50132008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
5014
5015 * configure.ac (ppllibs): Add by default the lib flags.
5016 * configure: Regenerate.
5017
41e9641b
LM
50182008-12-08 Luis Machado <luisgpm@br.ibm.com>
5019
5020 * MAINTAINERS: Add myself to the write after approval list.
5021
25783c30
JH
50222008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5023
ee04b574
AS
5024 * configure.ac: Add double brackets on darwin[912].
5025 * configure: Regenerate.
25783c30 5026
0e318fcc
DK
50272008-12-03 Daniel Kraft <d@domob.eu>
5028
5029 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5030 Approval to Reviewer section (for Fortran front-end).
5031
7f171b95
JH
50322008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5033
5034 * configure.ac: Expand to darwin10 and later.
5035 * configure: Regenerate.
5036
09ce620e
AS
50372008-12-02 Andreas Schwab <schwab@suse.de>
5038
5039 * Makefile.def: configure-target-boehm-gc depends on
5040 all-target-libstdc++-v3.
5041 * Makefile.in: Regenerate.
5042
386c704d
KT
50432008-12-02 Kai Tietz <kai.tietz@onevision.com>
5044
5045 * MAINTAINERS: Add myself as mingw maintainer.
5046
e03dd84a
BE
50472008-12-02 Ben Elliston <bje@au.ibm.com>
5048
5049 * config.sub, config.guess: Update from upstream sources.
5050
3fa87964
GP
50512008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5052
5053 * README.SCO: Remove.
5054
df72d7ed
FP
50552008-11-29 Fernando Pereira <pronesto@gmail.com>
5056
5057 * MAINTAINERS: Add myself to the write after approval list.
5058
b5646528
DK
50592008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5060
5061 * MAINTAINERS: Update my email address in WAA section.
5062
dce2d8b2 50632008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
5064
5065 * MAINTAINERS: Update e-mail address.
5066
dce2d8b2 50672008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
5068
5069 * MAINTAINERS: Change e-mail address.
5070
0db3a858
TG
50712008-11-27 Tristan Gingold <gingold@adacore.com>
5072
5073 * configure.ac: Build gdb for i?86-*-darwin*
5074 * configure: Regenerated.
5075
dce2d8b2 50762008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
5077
5078 * MAINTAINERS: Added my full name.
5079
487e299b
DJ
50802008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5081
5082 PR bootstrap/38014
5083 PR bootstrap/37923
5084
5085 Revert:
5086
5087 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5088
5089 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5090 * Makefile.in: Regenerated.
5091
5092 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5093
5094 PR gdb/921
5095 PR gdb/1646
5096 PR gdb/2175
5097 PR gdb/2176
5098
5099 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5100 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5101 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5102 (HOST_EXPORTS): Pass CPPFLAGS.
5103 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5104 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5105 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5106 * Makefile.in, configure: Regenerated.
5107 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5108 and CPPFLAGS_FOR_BUILD.
5109
dce2d8b2 51102008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
5111
5112 * MAINTAINERS: Add myself as middle end maintainer.
5113
044fed69
AS
51142008-11-06 Andrew Stubbs <ams@codesourcery.com>
5115
5116 * MAINTAINERS (Write after approval): Add myself.
5117
caf6defe
DN
51182008-11-05 Diego Novillo <dnovillo@google.com>
5119
5120 * MAINTAINERS (Global Reviewers): Add myself.
5121 (Non-Algorithmic Maintainers): Remove myself.
5122
3e9899ac
TS
51232008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5124
09ce620e 5125 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 5126
ea99e36e
MM
51272008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5128
09ce620e 5129 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 5130
fb0d2684
BE
51312008-10-31 Ben Elliston <bje@au.ibm.com>
5132
5133 * configure.ac (spu-*-*): Remove special case.
5134 * configure: Regenerate.
5135
73c07a3e
CM
51362008-10-30 Catherine Moore <clm@codesourcery.com>
5137
5138 * MAINTAINERS (Write after approval): Update my email address.
5139
7310a2da
SSF
51402008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5141
5142 * configure.ac [spu-*-*]: Do not set skipdirs.
5143 * configure: Re-generate.
5144
7e51fe23
BS
51452008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5146
5147 * MAINTAINERS (Various Maintainers): Add myself to reload.
5148
ef20be93
RG
51492008-10-25 Richard Guenther <rguenther@suse.de>
5150
5151 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5152 maintainer. Remove myself as libgcc-math maintainer.
5153 (Non-Algorithmic Maintainers): Remove myself.
5154
03ffcfa0
DJ
51552008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5156
5157 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5158 * Makefile.in: Regenerated.
5159
dec014a9
CC
51602008-10-23 Cary Coutant <ccoutant@google.com>
5161
5162 * MAINTAINERS (Write after approval): Add myself.
5163
b36c386c
DJ
51642008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5165
5166 PR gdb/921
5167 PR gdb/1646
5168 PR gdb/2175
5169 PR gdb/2176
5170
5171 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5172 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5173 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5174 (HOST_EXPORTS): Pass CPPFLAGS.
5175 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5176 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5177 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5178 * Makefile.in, configure: Regenerated.
5179 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5180 and CPPFLAGS_FOR_BUILD.
5181
dce2d8b2 51822008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
5183
5184 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5185 Sebastian Pop.
5186
e0bda97e
AP
51872008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5188
5189 * MAINTAINERS (Write After Approval): Added myself.
5190
36c713e0
KG
51912008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5192
5193 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5194 recommended version to 2.3.2.
5195
5196 * configure: Regenerate.
5197
8fe005ee
MM
51982008-10-01 Mark Mitchell <mark@codesourcery.com>
5199
5200 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5201
be8f156f
DD
52022008-09-29 David Daney <david.daney@caviumnetworks.com>
5203
5204 * MAINTAINERS (Write After Approval): Update e-mail address.
5205
ae11dff4
PG
52062008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5207
5208 * libtool.m4: Update to libtool 2.2.6.
5209 * lt~obsolete.m4: Update to libtool 2.2.6.
5210 * ltmain.sh: Update to libtool 2.2.6.
5211 * ltsugar.m4: Update to libtool 2.2.6.
5212 * ltversion.m4: Update to libtool 2.2.6.
5213 * ltoptions.m4: Update to libtool 2.2.6.
5214 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5215
441154b1
CF
52162008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5217
5218 * MAINTAINERS (Write After Approval): Add myself.
5219
775b3b26
BRF
52202008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5221
5222 * MAINTAINERS (Write After Approval): Update my name.
5223
94538043
SB
52242008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5225
09ce620e 5226 * MAINTAINERS: Add myself in "Write After Approval".
94538043 5227
52d1bfd8
SE
52282008-09-18 Steve Ellcey <sje@cup.hp.com>
5229
09ce620e 5230 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 5231
c5cc92f5
GP
52322008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5233
5234 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5235 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5236 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5237 and Michael Tiemann from Write After Approval since they do not
5238 actually have access.
5239
23d9794a
RG
52402008-09-05 Richard Guenther <rguenther@suse.de>
5241
5242 * configure.ac: Initialize clooglibs to -lcloog.
5243 * configure: Re-generate.
5244
192a671e
LCW
52452008-09-04 Le-Chun Wu <lcwu@google.com>
5246
5247 * MAINTAINERS (Write After Approval): Add myself.
5248
d789184e
SP
52492008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5250
5251 * configure.ac (--with-cloog-polylib): New.
5252 (--disable-cloog-version-check): New.
5253 (--disable-ppl-version-check): New.
5254 * configure: Re-generate.
5255
36a881c7
RG
52562008-09-03 Richard Guenther <rguenther@suse.de>
5257
5258 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5259 cloog test.
5260 * configure: Re-generate.
5261
358da97e
HS
52622008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5263
5264 Add picoChip port.
5265 * MAINTAINERS: Add picoChip maintainers.
5266
f8bf9252
SP
52672008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5268 Tobias Grosser <grosser@fim.uni-passau.de>
5269 Jan Sjodin <jan.sjodin@amd.com>
5270 Harsha Jagasia <harsha.jagasia@amd.com>
5271 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5272 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5273 Adrien Eliche <aeliche@isty.uvsq.fr>
5274
5275 Merge from graphite branch.
5276 * configure: Regenerate.
5277 * Makefile.in: Regenerate.
5278 * configure.ac (host_libs): Add ppl and cloog.
5279 Add checks for PPL and CLooG.
5280 * Makefile.def (ppl, cloog): Added modules and dependences.
5281 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5282 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5283
d89f0ad6
AL
52842008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5285
5286 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5287 (GCC_SHLIB_SUBDIR): New.
5288 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5289 * configure: Regenerate.
5290 * Makefile.in: Regenerate.
5291
88a25817
GP
52922008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5293
5294 * MAINTAINERS: Consistently use tabs to separate columns.
5295
f873f15f
TG
52962008-08-29 Tristan Gingold <gingold@adacore.com>
5297
5298 * MAINTAINERS (Write after Approval): Add myself.
5299
e1514c3f
TG
53002008-08-28 Tristan Gingold <gingold@adacore.com>
5301
5302 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5303 Enable bfd, binutils and opcodes.
5304 * configure: Regenerate.
5305
4717882f
JDA
53062008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5307
5308 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5309
28c9884c
TK
53102008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5311
5312 * MAINTAINERS: Use correct Umlaut for last name.
5313
ae96d86a
FXC
53142008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5315
5316 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5317
3ecc96e3
DE
53182008-08-16 David Edelsohn <edelsohn@gnu.org>
5319
5320 * MAINTAINERS: Update my email address.
5321
dd609cc1
EB
53222008-08-16 Nicolas Roche <roche@adacore.com>
5323
5324 * Makefile.tpl: Add BOOT_ADAFLAGS.
5325 * Makefile.in: Regenerate.
5326
08d0963a
RS
53272008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5328
5329 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5330 * configure: Regenerate.
5331
dce2d8b2 53322008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
5333
5334 * configure.ac: Add makefile fragments for hpux.
5335 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5336 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5337 * configure: Regenerate.
5338 * Makefile.in: Regenerate.
5339
dce2d8b2 53402008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
5341
5342 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5343
dce2d8b2 53442008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
5345
5346 * MAINTAINERS (Write after Approval): Add myself.
5347
78209f30
XG
53482008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5349
5350 * MAINTAINERS (Write After Approval): Add myself.
5351
5b5b098d
AJ
53522008-06-29 Andrew Jenner <andrew@codesourcery.com>
5353
5354 * MAINTAINERS (Write After Approval): Add myself.
5355
d812ec93
KW
53562008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5357
5358 * MAINTAINERS: Update my email address.
5359
99e78224
JY
53602008-06-25 Joey Ye <joey.ye@intel.com>
5361
5362 * MAINTAINERS (Write After Approval): Add myself.
5363
18c04407
RW
53642008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5365
5366 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5367 * Makefile.in: Regenerate.
5368 * configure: Regenerate.
5369
47aa9a31
DK
53702008-06-17 Daniel Kraft <d@domob.eu>
5371
5372 * MAINTAINERS (Write After Approval): Add myself.
5373
ad33ff57
RW
53742008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5375
5376 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5377 "$@" is still intact with both Autoconf 2.59 and 2.62.
5378 * configure: Regenerate.
5379
cdce5c41
RW
53802008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5381
5382 * Makefile.tpl: Fix comment errors.
5383 * Makefile.in: Regenerate.
5384
01b79d11
DM
53852008-06-12 David S. Miller <davem@davemloft.net>
5386 David Edelsohn <edelsohn@gnu.org>
5387
5388 * configure.ac: Add powerpc*-*-* to gold supported targets.
5389 * configure: Regenerate.
5390
f8c33439
JM
53912008-06-08 Joseph Myers <joseph@codesourcery.com>
5392
5393 PR tree-optimization/36218
5394 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5395 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5396 (all prefix="build-"): Pass them to build-system sub-makes.
5397 * Makefile.in: Regenerate.
5398
cd985f66
JM
53992008-06-07 Joseph Myers <joseph@codesourcery.com>
5400
5401 * MAINTAINERS (mt port): Remove.
5402 (sco5, unixware, sco udk): Remove.
5403 (Kean Johnston): Add to Write After Approval.
5404
3f6383d3
JB
54052008-05-30 Julian Brown <julian@codesourcery.com>
5406
5407 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5408 of libobjc for ARM EABI Linux.
5409 * configure: Regenerate.
30da41ed 5410
dce2d8b2 54112008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 5412
09ce620e 5413 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 5414
dce2d8b2 54152008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 5416
e29cc9b4 5417 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 5418
955410cb
JW
54192008-05-15 Janus Weil <janus@gcc.gnu.org>
5420
5421 * MAINTAINERS (Write After Approval): Add myself.
5422
719bb4e3 54232008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
5424
5425 * config-ml.in: don't handle --enable-shared and --enable-static.
5426
372b05fc
RS
54272008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5428
5429 * MAINTAINERS: Update my email address.
5430
f73e2200
PC
54312008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5432
5433 * MAINTAINERS: Update my email address.
09ce620e 5434
3e438e2b
KVH
54352008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5436
5437 * MAINTAINERS (Write After Approval): Add myself.
5438
177bf491
GS
54392008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5440
5441 * MAINTAINERS (Write After Approval): Add myself.
5442
dce2d8b2 54432008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
5444
5445 * MAINTAINERS (crx): Add myself.
5446
14a8726b
PB
54472008-04-18 Paolo Bonzini <bonzini@gnu.org>
5448
5449 Sync with src:
5450 2008-04-14 David S. Miller <davem@davemloft.net>
5451
09ce620e
AS
5452 * configure.ac: Add sparc*-*-* to gold supported targets.
5453 * configure: Regenerate.
14a8726b 5454
7142fb32
PB
54552008-04-18 Paolo Bonzini <bonzini@gnu.org>
5456
5457 PR bootstrap/35457
5458 * configure.ac: Include override.m4.
5459 * configure: Regenerate.
5460
c6b196de
PB
54612008-04-18 Paolo Bonzini <bonzini@gnu.org>
5462
09ce620e
AS
5463 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5464 * Makefile.in: Regenerate.
c6b196de 5465
dce2d8b2 54662008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 5467
09ce620e 5468 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 5469 as nonconfigurable directories list.
09ce620e 5470 * configure: Regenerate.
c993ae60 5471
8479b1b1
BE
54722008-04-14 Ben Elliston <bje@au.ibm.com>
5473
5474 * config.sub, config.guess: Update from upstream sources.
5475
295e261a
HPN
54762008-04-12 Hans-Peter Nilsson <hp@axis.com>
5477
5478 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5479 * Makefile.in: Regenerate.
5480
ac3949d9
EW
54812008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5482
5483 * configure.ac: Do not build libssp for the AVR.
5484 * configure: Regenerate.
5485
06407e30
ILT
54862008-04-07 Ian Lance Taylor <iant@google.com>
5487
5488 * Makefile.def: check-gold depends upon all-binutils.
5489 * Makefile.in: Regenerate.
5490
97db009c
AH
54912008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5492
5493 * MAINTAINERS (Write After Approval): Add myself.
5494
2a79c47f
NC
54952008-04-04 Nick Clifton <nickc@redhat.com>
5496
5497 PR binutils/4334
5f4bebbf 5498 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
5499 builds.
5500 * configure: Regenerate.
5501
c53a18d3
N
55022008-04-04 NightStrike <NightStrike@gmail.com>
5503
5504 PR other/35151
09ce620e
AS
5505 * configure.ac: Combine rules for mingw32 and mingw64.
5506 * configure: Regenerate.
c53a18d3 5507
d925aa70
KT
55082008-04-02 Kai Tietz <kai.tietz@onvision.com>
5509
5510 * MAINTAINERS (Write After Approval): Add myself.
5511
dce2d8b2 55122008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
5513
5514 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5515 * Makefile.in (.NOTPARALLEL): Ditto.
5516
4412a506
PG
55172008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5518
5519 * MAINTAINERS (Write After Approval): Add myself.
5520
dce2d8b2 55212008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
5522
5523 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5524 * Makefile.in (.NOTPARALLEL): Regenerate.
5525
639223bd
PB
55262008-03-27 Paolo Bonzini <bonzini@gnu.org>
5527
5528 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5529 * Makefile.in: Regenerate.
5530
b8ab1f4a
JS
55312008-03-26 Jakub Staszak <kuba@et.pl>
5532
5533 * MAINTAINERS (Write After Approval): Add myself.
5534
b45890a4
TK
55352008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5536
5537 * MAINTAINERS: Update e-mail address.
5538
5afab7ad
ILT
55392008-03-20 Ian Lance Taylor <iant@google.com>
5540
5541 * configure.ac: Add support for --enable-gold.
5542 * Makefile.def: Add gold as a directory like ld.
5543 * configure, Makefile.in: Regenerate.
5544
38d24731
RW
55452008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5546
5547 * configure.ac: m4_include config/proginstall.m4.
5548 * configure: Regenerate.
32bc4cf4
RW
5549
5550 Backport from upstream Libtool:
09ce620e 5551
32bc4cf4 5552 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 5553
32bc4cf4
RW
5554 Deal with Autoconf 2.62's semantic change in m4_append.
5555 * ltsugar.m4 (lt_append): Replace broken versions of
5556 m4_append.
5557 (lt_if_append_uniq): Don't require separator to be overquoted,
5558 and avoid broken m4_append.
5559 (lt_dict_add): Fix typo.
5560 * libtool.m4 (_LT_DECL): Don't overquote separator.
5561
9d3c50ea
DE
55622008-03-13 David Edelsohn <edelsohn@gnu.org>
5563
5564 * config.rpath: Add AIX 6 support.
5565
5d2edb29
PB
55662008-03-13 Paolo Bonzini <bonzini@gnu.org>
5567
5568 * Makefile.def (stageprofile). Remove -fprofile-generate
5569 from stage_libcflags.
5570 * Makefile.in: Regenerate.
5571
954910ef
BE
55722008-03-13 Ben Elliston <bje@au.ibm.com>
5573
5574 * config.sub, config.guess: Update from upstream sources.
5575
e8645a40
TT
55762008-03-06 Tom Tromey <tromey@redhat.com>
5577
5578 * MAINTAINERS: Update for treelang deletion.
5579
2c8e955e
JW
55802008-03-03 James E. Wilson <wilson@tuliptree.org>
5581
5582 * MAINTAINERS: Update my email address.
5583
54acd307
SS
55842008-03-03 Stan Shebs <stanshebs@earthlink.net>
5585
893ad2a1 5586 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
5587 (objective-c/c++): Add myself as a maintainer.
5588
4b52b516
VR
55892008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5590
5591 * MAINTAINERS (Write After Approval): Update my email address.
5592
e652b516
TB
55932008-02-25 Tomas Bily <tbily@suse.cz>
5594
5595 * MAINTAINERS (Write After Approval): Add myself.
5596
02d30740
JJ
55972008-02-23 Jakub Jelinek <jakub@redhat.com>
5598
5599 * MAINTAINERS (OpenMP): Add myself.
5600
1c8bd6a3
PB
56012008-02-20 Paolo Bonzini <bonzini@gnu.org>
5602
4b40b2a5
UB
5603 PR bootstrap/32009
5604 PR bootstrap/32161
1c8bd6a3 5605
4b40b2a5
UB
5606 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5607 * configure: Regenerate.
1c8bd6a3 5608
4b40b2a5
UB
5609 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5610 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5611 STAGE4_LIBCFLAGS): New.
5612 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5613 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5614 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5615 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5616 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5617 for target modules. Don't export LIBCFLAGS.
5618 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5619 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5620 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5621 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5622 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5623 * Makefile.in: Regenerate.
1c8bd6a3 5624
bb44c9d2
RW
56252008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5626
5627 PR libgcj/33085
5628 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5629 Do not use -DDLL_EXPORT. Backport from upstream.
5630
29a7754d
RW
56312008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5632
5633 * MAINTAINERS (Write After Approval): Add myself.
5634
9a212bb7
HPN
56352008-02-02 Hans-Peter Nilsson <hp@axis.com>
5636
5637 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5638 * configure: Regenerate.
5639
aa12a573
MG
56402008-01-31 Marc Gauthier <marc@tensilica.com>
5641
5642 * configure.ac (xtensa*-*-*): Recognize processor variants.
5643 * configure: Regenerate.
5644
ac9e6043
RW
56452008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5646
40049ccc
UB
5647 PR bootstrap/34922
5648 * configure.ac (PARSE_ARGS): Push suitable setting of
5649 ac_subdirs_all, for `./configure --help=recursive'.
5650 Handle `+' in generic toplevel directory disabling.
5651 * configure: Regenerate.
ac9e6043 5652
4288c86a
NC
56532008-01-28 Nick Clifton <nickc@redhat.com>
5654
5655 * MAINTAINERS (xstormy16): Take over maintainership.
5656
8d8da227
JM
56572008-01-25 Joseph Myers <joseph@codesourcery.com>
5658
5659 * MAINTAINERS (c4x port): Remove.
5660
349b60e7
DE
56612008-01-24 David Edelsohn <edelsohn@gnu.org>
5662
5663 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5664
3ca06a68
BE
56652008-01-23 Ben Elliston <bje@au.ibm.com>
5666
5667 * config.sub, config.guess: Update from upstream sources.
5668
3c631381
TG
56692008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5670
5671 * MAINTAINERS (Write After Approval): Add myself.
5672
20533ef1
L
56732008-01-17 H.J. Lu <hjl.tools@gmail.com>
5674
5675 * MAINTAINERS: Update my email address.
5676
56772008-01-09 Raksit Ashok <raksit@google.com>
5678
5679 * MAINTAINERS (Write After Approval): Add myself.
5680
684f4f6a
RA
56812008-01-09 Raksit Ashok <raksit@google.com>
5682
5683 * MAINTAINERS (Write After Approval): Add myself.
5684
9cb8756f
BE
56852008-01-08 Ben Elliston <bje@au.ibm.com>
5686
5687 * config.sub, config.guess: Update from upstream sources.
5688
94e1934d
KG
56892007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5690
5691 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 5692 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
5693 * configure: Regenerate.
5694
a2e51f77
SP
56952007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5696
5697 * MAINTAINERS: Update my email address.
5698
ffe3dcd9
BRF
56992007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5700
5701 * MAINTAINERS: Update my email address.
5702
aa4095c9
RS
57032007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5704
5705 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5706 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5707 * Makefile.in: Regenerate.
5708
dce2d8b2 57092007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
5710
5711 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5712 misplaced entries.
5713
0fe0f073
AT
57142007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5715
5716 * configure.ac: Enable libjava for x86_64-*-darwin9.
5717 * configure: Regenerate.
5718
dce2d8b2 57192007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
5720
5721 * MAINTAINERS (Write After Approval): Add myself.
5722
c3220d4c
BE
57232007-12-05 Ben Elliston <bje@au.ibm.com>
5724
5725 * config.sub, config.guess: Update from upstream sources.
5726
aba7501e
MK
57272007-12-02 Matthias Klose <doko@ubuntu.com>
5728
5729 * config-ml.in: Remove 64bit configure tests.
5730
d683ec81
PB
57312007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5732
5733 * config-ml.in: Robustify against white space in absolute file
5734 names.
5735
5736 * config-ml.in (multi-clean): Substitute ${Makefile}.
5737 Remove superfluous ${Makefile} in list.
5738
60f1711a
TS
57392007-11-19 Thiemo Seufer <ths@mips.com>
5740
5741 * config-ml.in: Don't hardcode the Makefile name.
5742
487f9d96
AM
57432007-11-08 Alexander Monakov <amonakov@ispras.ru>
5744
5745 * MAINTAINERS (Write After Approval): Add myself.
5746
fa3886fe
ST
57472007-11-07 Samuel Tardieu <sam@rfc1149.net>
5748
5749 * MAINTAINERS (Write After Approval): Add myself.
5750
dce2d8b2 57512007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
5752
5753 * MAINTAINERS (Write After Approval): Add myself.
5754
acc48927
BE
57552007-10-25 Ben Elliston <bje@au.ibm.com>
5756
5757 * MAINTAINERS (mercury): Remove entry.
5758 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5759
e00e9858
DJ
57602007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5761
5762 * Makefile.def (dependencies): Make configure-gdb depend on
5763 all-intl.
5764 * Makefile.in: Regenerated.
5765
def14a3c
SK
57662007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5767
5768 * MAINTAINERS (Fortran maintainer): Remove myself.
5769
dce2d8b2 57702007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
5771
5772 * Makefile.def: To avoid problems running with parallel makes,
5773 build newlib before libgloss so that target specific header
5774 files are availble.
5775 * Makefile.in: Regenerate
5776
bbfbfafc
DJ
57772007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5778
5779 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5780 * Makefile.in: Regenerate.
5781
c56abad5
VM
57822007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5783
5784 * MAINTAINERS (Register allocation reviewer): Add myself.
5785
f019adc1
MF
57862007-10-08 Mike Frysinger <vapier@gentoo.org>
5787
5788 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5789 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5790 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5791 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5792 * configure: Regenerate.
5793
dce2d8b2 57942006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
5795
5796 * MAINTAINERS (Register allocation reviewer): Add myself.
5797
0999159b
PB
57982007-10-01 Paolo Bonzini <bonzini@gnu.org>
5799
5800 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5801 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5802 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5803 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5804 * configure.ac: Default them to host tools for $host = $build.
5805 Subst them.
5806
5807 * configure: Regenerate.
5808 * Makefile.in: Regenerate.
5809
dce2d8b2 58102006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
5811
5812 * MAINTAINERS (Register allocation reviewer): Add myself.
5813
dce2d8b2 58142006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
5815
5816 * MAINTAINERS (Register allocation reviewer): Add myself.
5817
9d209c83
SP
58182007-09-21 Seongbae Park <seongbae.park@gmail.com>
5819
5820 * MAINTAINERS (Write After Approval): Fix typo.
5821
1ec3b87b
RS
58222007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5823
5824 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5825 * configure: Regenerate.
5826
19d5986d
PJ
58272007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5828
5829 PR bootstrap/31906
5830 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 5831 they're already prefixed.
19d5986d 5832
6d3b5aea
BK
58332007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5834
5835 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5836 libstdc++.
5837 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5838 * configure: Regenerate.
5839 * Makefile.in: Regenerate.
09ce620e 5840
4fe7e755
AS
58412007-09-17 Andreas Schwab <schwab@suse.de>
5842
5843 * configure.ac: Raise minimum makeinfo version to 4.6.
5844 * configure: Regenerate.
5845
dce2d8b2 58462007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 5847
ffe3dcd9 5848 * MAINTAINERS (write-after-approval) add myself
d483feaa 5849
fa9a3f31
AM
58502007-09-15 Alan Modra <amodra@bigpond.net.au>
5851
5852 * configure.ac: Correct makeinfo version check.
5853 * configure: Regenerate.
5854
6593a73e
RS
58552007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5856
5857 * MAINTAINERS: Update my email address.
5858
d9dced13
RS
58592007-09-14 Richard Sandiford <richard@codesourcery.com>
5860
5861 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5862 to $skipdirs and only disable gprof for newlib. Use the normal
5863 mips*-elf* handling in other respects.
5864 * configure: Regnerate.
5865
773c1467
DD
58662007-09-12 David Daney <ddaney@avtrex.com>
5867
5868 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5869 enabling libgcj.
5870 * configure: Regenerate.
5871
c03353e2
RIL
58722007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5873
5874 PR other/32154
5875 * configure.ac: For libgloss targets, point the linker to the linker
5876 script, startup code and simulator library.
5877 * configure: Regenerate.
5878
c4e9bf2b
AH
58792007-09-07 Andrew Haley <aph@redhat.com>
5880
5881 * configure.ac (noconfigdirs): Remove target-libffi and
5882 target-libjava.
5883 * configure: Regenerate.
5884
1f5a6b84
FXC
58852007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5886
5887 PR target/33281
5888 * configure.ac: Use config/mh-mingw on mingw.
5889 * configure: Regenerate.
1f5a6b84 5890
3951e521
PH
58912007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5892
9f349f63 5893 * MAINTAINERS (Write After Approval): Add myself.
3951e521 5894
e643dc23
RG
58952007-09-05 Richard Guenther <rguenther@suse.de>
5896
5897 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5898 nor --disable-checking is provided also turn on yes and types
5899 checking for stage1.
5900 * configure: Re-generate.
5901
039874df
KW
59022007-08-30 Krister Walfridsson <cato@df.lth.se>
5903
5904 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5905 (Write After Approval): Remove myself.
5906
c3f07bd6 59072007-08-29 Nick Clifton <nickc@redhat.com>
15098359 5908
c3f07bd6 5909 * config.sub, config.guess: Update from upstream sources.
15098359 5910
40049ccc 59112007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
5912
5913 * MAINTAINERS (Write After Approval): Added myself.
5914 * MAINTAINERS (Reviewers): Removed myself.
5915
c8aea42c 59162007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 5917 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
5918
5919 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5920 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5921 * Makefile.in: Regenerate.
5922 * configure.ac (--with-debug-prefix-map): New.
5923 * configure: Regenerate.
5924
4bf6c438
RS
59252007-08-17 Richard Sandiford <richard@codesourcery.com>
5926 Nigel Stephens <nigel@mips.com>
5927
4bf6c438
RS
5928 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5929 as target_makefile_frag.
5930 * configure: Regenerate.
5931
bb286d71
AO
59322007-08-16 Alexandre Oliva <aoliva@redhat.com>
5933
5934 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5935 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5936 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5937 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5938 (do-compare, do-compare3, do-compare-debug): New.
5939 ([+compare-target+]): Use them.
5940
a4630417
MK
59412007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5942
5943 * MAINTAINERS (Write After Approval): Change my email address.
5944
d9acb717
RW
59452007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5946 Ben Elliston <bje@au.ibm.com>
5947
5948 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5949 --silent if $silent.
5950 * configure: Regenerate.
5951
96876681
ZD
59522003-08-12 Zdenek Dvorak <ook@ucw.cz>
5953
5954 * MAINTAINERS (Various Maintainers): Add myself as
5955 loop infrastructure maintainer. Update my e-mail
5956 address.
5957
1c1d80ee
DN
59582007-07-31 Diego Novillo <dnovillo@google.com>
5959
5960 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5961 Adjust description.
5962
7e98624c
RG
59632007-07-26 Richard Guenther <rguenther@suse.de>
5964
5965 * configure.ac: Add types checking to stage1 checking flags.
5966 * configure: Regenerate.
5967
4c85af60
NC
59682007-07-17 Nick Clifton <nickc@redhat.com>
5969
5970 * COPYING3: New file. Contains version 3 of the GNU General
5971 Public License.
5972 * COPYING3.LIB: New file. Contains version 3 of the GNU
5973 Lesser General Public License.
5974
19ddfd3a
AK
59752007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5976
5977 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5978
2a064545
AK
59792007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5980
5981 * MAINTAINERS (S/390 co-maintainer): Add myself.
5982 (Write After Approval): Remove myself.
5983
f861f54d
DH
59842007-07-13 Dan Hipschman <dsh@google.com>
5985
5986 * MAINTAINERS (Write After Approval): Add myself.
5987
0136f2f7
NC
59882007-07-11 Nick Clifton <nickc@redhat.com>
5989
5990 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5991 WINDRES export.
5992 * Makefile.in: Regenerate.
5993
6e29b5a4
RO
59942007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5995
5996 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5997 maintainer.
5998
159a4b02
L
59992007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6000
6001 * lt~obsolete.m4: New. Import from 20070318 libtool.
6002
6ba67283
JB
60032007-07-03 Julian Brown <julian@codesourcery.com>
6004
6005 * MAINTAINERS (Write After Approval): Add myself.
6006
30b74385
RW
60072007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6008
6009 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6010 * configure: Regenerate.
6011
60122007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6013
6014 * configure.ac: Add some missing m4 quotation.
6015 * configure: Regenerate.
6016
943c54ce
SB
60172007-07-02 Simon Baldwin <simonb@google.com>
6018
6019 * MAINTAINERS (Write After Approval): Add myself.
6020
1c00b503
PB
60212007-07-02 Paolo Bonzini <bonzini@gnu.org>
6022
6023 * configure: Regenerate.
6024
901119ae
KT
60252007-07-02 Kai Tietz <kai.tietz@onevision.com>
6026
6027 * Makefile.def: Add windmc tool to build.
6028 * Makefile.tpl: Likewise.
6029 * configure.ac: Likewise.
6030 * Makefile.in: Regenerate.
6031 * configure: Regenerate.
09ce620e 6032
83f4c19f
DD
60332007-06-28 DJ Delorie <dj@redhat.com>
6034
6035 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6036 not building newlib.
6037 * configure: Regenerated.
09ce620e 6038
5346c75c
JS
60392007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6040
6041 * MAINTAINERS (Write After Approval): Add myself.
6042
aacfb86b
MM
60432007-06-25 Martin Michlmayr <tbm@cyrius.com>
6044
6045 * MAINTAINERS (Write After Approval): Add myself.
6046
590bf0d3
CM
60472007-06-19 Chris Matthews <chrismatthews@google.com>
6048
6049 * MAINTAINERS (Write After Approval): Add myself.
6050
cdbbee7a
RIL
60512007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6052
6053 * MAINTAINERS (Write After Approval): Add myself.
6054
b8afffc1
DJ
60552007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6056
6057 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6058 * Makefile.in: Regenerated.
6059
3fcfad76
BS
60602007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6061
6062 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6063 bfin*-*-uclinux* targets.
6064 * configure: Regenerate.
6065
3f5a2b7f
ILT
60662007-06-14 Ian Lance Taylor <iant@google.com>
6067
6068 * MAINTAINERS: Add myself as non-algorithmic global write
6069 maintainer.
6070
4c46daee
DN
60712007-06-14 Diego Novillo <dnovillo@google.com>
6072
6073 * MAINTAINERS: Add self as middle-end maintainer and
6074 non-algorithmic global write maintainer.
6075
a3bb222a
FXC
60762007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6077
6078 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6079 Move all Fortran maintainers except Paul Brook into the
6080 Non-Autopoiesis section.
6081
a19e8f64
PB
60822007-06-14 Paolo Bonzini <bonzini@gnu.org>
6083
6084 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6085 (distclean-stage[+id+]): Possibly delete stage_last.
6086 * Makefile.in: Regenerate.
6087
1c2abe5e
SP
60882007-06-12 Seongbae Park <seongbae.park@gmail.com>
6089
6090 * MAINTAINERS (Various Maintainer): Fix typo.
6091
abca4739
PB
60922007-06-11 Paolo Bonzini <bonzini@gnu.org>
6093
6094 * MAINTAINERS (Various Maintainer): Add myself as
6095 dataflow maintainer.
6096
a894d2c3
BE
60972007-06-07 Ben Elliston <bje@au.ibm.com>
6098
6099 * config.sub, config.guess: Update from upstream sources.
6100
8024d75e
BE
61012007-06-07 Ben Elliston <bje@au.ibm.com>
6102
6103 * Makefile.tpl: Fix spelling error.
6104 * Makefile.in: Regenerate.
6105
973a9a5e
SE
61062007-06-01 Steve Ellcey <sje@cup.hp.com>
6107
96598938
L
6108 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6109 lt_cv_sys_max_cmd_len.
973a9a5e 6110
ccb4d26b
DN
61112007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6112
6113 * MAINTAINERS (Various Maintainers): Add myself as
6114 auto-vectorizer maintainer.
6115
eecb7461
PB
61162003-05-31 Paolo Bonzini <bonzini@gnu.org>
6117
6118 PR libjava/32098
6119 * libtool.m4: Revert previous change.
6120 * ltgcc.m4: Put it here.
6121
89d28202
ZD
61222003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6123
6124 * MAINTAINERS (Various Maintainers): Add myself as
6125 auto-vectorizer maintainer.
6126
60c7a11a
L
61272007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6128
6129 PR libjava/32098
6130 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6131
9dd3cc81
RG
61322007-05-30 Richard Guenther <rguenther@suse.de>
6133
6134 * MAINTAINERS (Various Maintainers): Add myself as
6135 auto-vectorizer maintainer.
6136
9cc1244e
JJ
61372007-05-30 Jakub Jelinek <jakub@redhat.com>
6138
6139 PR bootstrap/29382
6140 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6141 * configure: Rebuilt.
6142
6124296b
RC
61432007-05-28 Roberto Costa <robsettantasei@gmail.com>
6144
6145 * MAINTAINERS (Write After Approval): Removed my name.
6146
6b757a0d
SB
61472007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6148
6149 * MAINTAINERS (Write After Approval): Remove myself.
6150
86ef8528
AT
61512007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6152
6153 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6154
1cf3d07d
SE
61552007-05-23 Steve Ellcey <sje@cup.hp.com>
6156
6157 * ltmain.sh: Update from ToT Libtool.
6158 * libtool.m4: Update from ToT Libtool.
6159 * ltsugar.m4: New. Update from ToT Libtool.
6160 * ltversion.m4: New. Update from ToT Libtool.
6161 * ltoptions.m4: New. Update from ToT Libtool.
6162 * ltconfig: Remove.
6163 * ltcf-c.sh: Remove.
6164 * ltcf-cxx.sh: Remove.
6165 * ltcf-gcj.sh: Remove.
6166
ce3fcf8c
OW
61672007-05-22 Ollie Wild <aaw@google.com>
6168
6169 * MAINTAINERS (Write After Approval): Add myself.
6170
342b9200
PB
61712007-05-16 Paolo Bonzini <bonzini@gnu.org>
6172
6173 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6174 stage_cflags.
6175 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6176 Remove CFLAGS/LIBCFLAGS.
6177 (configure-stage[+id+]-[+prefix+][+module+],
6178 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6179 * Makefile.in: Regenerate.
6180
cea17285
DN
61812007-05-15 Diego Novillo <dnovillo@google.com>
6182
6183 * MAINTAINERS: Update e-mail address.
6184
11c004e7
RE
61852007-05-15 Revital Eres <eres@il.ibm.com>
6186
6187 * MAINTAINERS (Write After Approval): Add myself.
6188
ab6bd693
RC
61892007-05-14 Roberto Costa <robsettantasei@gmail.com>
6190
6191 * MAINTAINERS (Write After Approval): Updated my address.
6192
388cdf07
TN
61932007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6194
6195 * MAINTAINERS (Write After Approval): Add myself.
6196
23f24034
SR
61972007-05-11 Silvius Rus <rus@google.com>
6198
6199 * MAINTAINERS (Write After Approval): Add myself.
6200
34a7526e
TT
62012007-04-23 Tom Tromey <tromey@redhat.com>
6202
6203 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6204
51da21be
MM
62052007-04-22 Mark Mitchell <mark@codesourcery.com>
6206
6207 * MAINTAINERS (cpplib): Rename to ...
6208 (libcpp): ... this. Add C/C++ front end maintainers.
6209
70070387
SE
62102007-04-14 Steve Ellcey <sje@cup.hp.com>
6211
6212 * config-ml.in: Pass ${ml_config_env} to configure calls.
6213
df1a0dbb
CB
62142007-04-04 Christian Bruel <christian.bruel@st.com>
6215
6216 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6217
9daff147
DK
62182007-04-02 Dave Korn <dave.korn@artimi.com>
6219
6220 * MAINTAINERS (Write After Approval): Add myself.
6221
374eadb2
TB
62222007-03-31 Tobias Burnus <burnus@net-b.de>
6223
6224 * MAINTAINERS (fortran 95 front end): Add myself.
6225
8eced3a2
DR
62262007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6227
6228 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 6229
653de3e3
AZ
62302007-03-24 Ayal Zaks <zaks@il.ibm.com>
6231
6232 * MAINTAINERS (Modulo Scheduler): Add myself.
6233
b737d953
BM
62342007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6235
6236 * MAINTAINERS (fortran 95 front end): Add myself.
6237 (c++ front end): whitespace fix.
6238
a584cdf2
NF
62392007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6240
6241 * MAINTAINERS (Write After Approval): Add myself.
6242
8c79f3c4
RS
62432007-03-21 Richard Sandiford <richard@codesourcery.com>
6244
6245 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6246 of glob. Quote arguments with single quotes too.
6247 * configure: Regenerate.
6248
07f1ac6d
BM
62492007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6250
6251 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6252 * Makefile.in: Regenerate
6253
172e41aa
AS
62542007-03-07 Andreas Schwab <schwab@suse.de>
6255
6256 * configure: Regenerate.
6257
9c4d2493
BM
62582007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6259
6260 * configure.ac: Add "--with-pdfdir" configure option,
6261 which defines pdfdir variable.
6262 * Makefile.def (target=fixincludes): Add install-pdf to
6263 missing targets.
6264 (recursive_targets): Add install-pdf target.
6265 (flags_to_pass): Add pdfdir.
6266 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6267 target.
6268 * configure: Regenerate
6269 * Makefile.in: Regenerate
6270
e14e622e
EC
62712007-02-28 Eric Christopher <echristo@apple.com>
6272
6273 Revert:
6274 2006-12-07 Mike Stump <mrs@apple.com>
6275
6276 * Makefile.def (dependencies): Add dependency for
6277 install-target-libssp and install-target-libgomp on
6278 install-gcc.
6279 * Makefile.in: Regenerate.
6280
54e433bc
MK
62812007-02-27 Matt Kraai <kraai@ftbfs.org>
6282
6283 * configure: Regenerate.
6284 * configure.ac: Move statements after variable declarations.
6285
6c8d3d8f
KK
62862007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6287
6288 * MAINTAINERS: Add myself as sh maintainer.
6289
9f8c6739
JM
62902007-02-19 Joseph Myers <joseph@codesourcery.com>
6291
6292 * configure.ac: Adjust for loop syntax.
6293 * configure: Regenerate.
6294
278a7a38
AO
62952007-02-18 Alexandre Oliva <aoliva@redhat.com>
6296
6297 * configure: Rebuilt.
6298
b2eaac4a
AO
62992007-02-18 Alexandre Oliva <aoliva@redhat.com>
6300
6301 * configure.ac: Drop multiple occurrences of --enable-languages,
6302 and fix its quoting.
6303 * configure: Rebuilt.
6304
beeaf216 63052007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
6306 Nathan Sidwell <nathan@codesourcery.com>
6307 Vladimir Prus <vladimir@codesourcery.com>
6308 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
6309
6310 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6311 * configure: Regenerate.
6312
09201a09
GP
63132007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6314
6315 * ltconfig (freebsd*): Default to elf.
6316
291f172e
DJ
63172007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6318
6319 * configure.ac (target_libraries): Move libgcc before libiberty.
6320 * configure: Regenerated.
6321
c3a86da9
DJ
63222007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6323 Paolo Bonzini <bonzini@gnu.org>
6324
6325 PR bootstrap/30753
6326 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6327 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6328 * configure: Regenerated.
6329
88e1e72a
FXC
63302007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6331
6332 * MAINTAINERS (Language Front End Maintainers): Update my mail
6333 address.
6334
44bfc3ac
DJ
63352007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6336
6337 PR bootstrap/30748
6338 * configure.ac: Correct syntax for Solaris ksh.
6339 * configure: Regenerated.
6340
3e19841a
PB
63412007-02-09 Paolo Bonzini <bonzini@gnu.org>
6342
6343 * configure.ac: Sync with src.
6344 * configure: Regenerate.
6345
74a48762
PB
63462007-02-09 Paolo Bonzini <bonzini@gnu.org>
6347
6348 * Makefile.in: Regenerate.
6349
d846e52e
PB
63502007-02-09 Paolo Bonzini <bonzini@gnu.org>
6351
6352 * config.sub: Sync with src.
6353
1c710c3c
DJ
63542007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6355
6356 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6357 noncanonical equivalents.
6358 * configure.in: Rename to...
6359 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6360 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6361 target_noncanonical. Use them. Rewrite removal of configure
6362 arguments for autoconf 2.59. Discard variable settings. Force
6363 program_transform_name for native tools.
6364
6365 * Makefile.in: Regenerated.
6366 * configure: Regenerated with autoconf 2.59.
6367
dce2d8b2 63682007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 6369
3de8da2a 6370 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 6371
f6671c93
AS
63722007-01-31 Andreas Schwab <schwab@suse.de>
6373
6374 * Makefile.tpl (LDFLAGS): Substitute it.
6375 * Makefile.in: Regenerate.
6376
dce2d8b2 63772007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 6378
3de8da2a 6379 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 6380
2472200d
DE
63812007-01-28 David Edelsohn <edelsohn@gnu.org>
6382
3de8da2a 6383 * MAINTAINERS (spu port): Add myself.
2472200d 6384
5305be7e
RG
63852007-01-23 Richard Guenther <rguenther@suse.de>
6386
6387 PR bootstrap/30541
6388 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6389 * Makefile.tpl (GNATBIND): Substitute it.
6390 (GNATMAKE): Likewise.
6391 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6392 of STAGE_PREFIX.
6393 * Makefile.in: Regenerate.
6394 * configure: Regenerate.
6395
416cfb5e
MS
63962007-01-18 Mike Stump <mrs@apple.com>
6397
6398 * configure.in: Re-enable -Werror for gcc builds.
6399
3de8da2a 64002007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 6401
3de8da2a 6402 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 6403
d943d7c4
PB
64042007-01-11 Paolo Bonzini <bonzini@gnu.org>
6405
6406 * configure.in: Change == to = in test command.
3de8da2a 6407 * configure: Regenerate.
d943d7c4 6408
e69bf64b 64092007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
6410 Nick Clifton <nickc@redhat.com>
6411 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6412
6413 * configure.in (build_configargs, host_configargs, target_configargs):
6414 Remove build/host/target parameters.
6415 (host_libs): Add gmp and mpfr.
6416 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6417 * Makefile.def (gmp, mpfr): New.
6418 (gcc): Remove target.
6419 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6420 target_os, target_vendor): New.
dce2d8b2 6421 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
6422 * configure: Regenerate.
6423 * Makefile.in: Regenerate.
e69bf64b
PB
6424
64252007-01-11 Matt Fago <fago@earthlink.net>
6426
6427 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 6428 to improve robustness of configure tests.
e69bf64b 6429 * configure: Regenerate.
e14e622e 6430
a42f3b80
UB
64312007-01-09 Uros Bizjak <ubizjak@gmail.com>
6432
6433 * MAINTAINERS: Add myself as i386 maintainer.
6434
a36aee1a
JH
64352007-01-08 Jan Hubicka <jh@suse.cz>
6436
61fcaeef 6437 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 6438
738a52d3
KT
64392007-01-08 Kai Tietz <kai.tietz@onevision.com>
6440
6441 * configure.in: Add support for an x86_64-mingw* target.
95af8923 6442 * configure: Regenerate.
738a52d3 6443
54fdc474
DJ
64442007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6445
6446 * Makefile.tpl (all-target): Correct @if conditional for target
6447 modules.
6448 * configure.in: Omit libiberty if building only target libgcc.
6449 * configure, Makefile.in: Regenerated.
6450
3dd71726
PB
64512007-01-04 Paolo Bonzini <bonzini@gnu.org>
6452
dce2d8b2 6453 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
6454 * configure: Regenerate.
6455
fa958513
DJ
64562007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6457
6458 * Makefile.def (target_modules): Add libgcc.
6459 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6460 * Makefile.tpl (clean-target-libgcc): Delete.
6461 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6462 on gcc even for bootstrapped modules. Rewrite handling of
6463 lang_env_dependencies to loop over target_modules.
6464 * configure.in (target_libraries): Add target-libgcc.
6465 * Makefile.in, configure: Regenerated.
6466
e1888513
PB
64672006-12-29 Paolo Bonzini <bonzini@gnu.org>
6468
6469 * configure.in: Reorganize recognition of languages. Add
6470 --enable-stage1-languages. Show supported languages for the chosen
6471 target rather than all recognized languages.
6472 * configure: Regenerate.
6473
53b88b73
PB
64742006-12-29 Paolo Bonzini <bonzini@gnu.org>
6475
6476 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6477 * Makefile.in: Regenerate.
6478
a3993f33
KG
64792006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6480
6481 * configure.in: Warn that MPFR 2.2.0 is buggy.
6482 * configure: Regenerate.
6483
f063a9ed
ILT
64842006-12-27 Ian Lance Taylor <iant@google.com>
6485
6486 * configure.in: When removing Makefiles to force a reconfigure, also
6487 remove prev-DIR*/Makefile.
6488 * configure: Regenerate.
6489
af71363e
AS
64902006-12-22 Andreas Schwab <schwab@suse.de>
6491
6492 * configure: Regenerate with correct autoconf version.
6493
0b0dc272
AM
64942006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6495
3de8da2a
UB
6496 * configure.in: add AC_SUBST for *_FOR_TARGET.
6497 * configure: Regenerate.
0b0dc272 6498
53b88b73
PB
64992006-12-19 Paolo Bonzini <bonzini@gnu.org>
6500
6501 * configure.in: Simplify logic for rejecting languages that cannot
6502 be built. Separate the case when a language is unsupported,
6503 from the case when the user chooses not to build a language.
6504
400ebff4
PB
65052006-12-19 Paolo Bonzini <bonzini@gnu.org>
6506
6507 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6508 it only affects bootstrap and could be tested on "$host" as well.
6509 * configure: Regenerate.
6510 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6511
8efea775
PB
65122006-12-19 Paolo Bonzini <bonzini@gnu.org>
6513
6514 PR bootstrap/29544
6515 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6516 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6517 move here comment from Makefile.tpl.
6518 * Makefile.tpl: Move some definitions higher in the file.
6519 (STAGE1_CHECKING): New.
6520 * configure.in: Add --enable-stage1-checking.
6521 * configure: Regenerate.
6522 * Makefile.in: Regenerate.
6523
ed88a7ed
PB
65242006-12-19 Paolo Bonzini <bonzini@gnu.org>
6525
6526 * MAINTAINERS: Add myself as build system maintainer.
6527
b65151d3
SM
65282006-12-15 Simon Martin <simartin@users.sourceforge.net>
6529
6530 * MAINTAINERS (Write After Approval): Add myself.
6531
7e050830
EC
65322006-12-13 Eric Christopher <echristo@apple.com>
6533
6534 * MAINTAINERS: Add myself as darwin maintainer.
6535
8b494895
ILT
65362006-12-11 Ian Lance Taylor <ian@airs.com>
6537
6538 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6539
dce2d8b2 65402006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
6541
6542 MAINTAINERS: Update my entry.
6543
58e24147
AM
65442006-12-11 Alan Modra <amodra@bigpond.net.au>
6545
6546 * configure.in: Handle spu makefile frag.
58e24147
AM
6547 * Makefile.tpl (MAINT): Define
6548 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6549 * configure: Regenerate.
6550 * Makefile.in: Regenerate.
6551
9b6f37a0
BE
65522006-12-11 Ben Elliston <bje@au.ibm.com>
6553
6554 * config.guess: Import latest version.
6555 * config.sub: Likewise.
6556
ea6f5c57
BE
65572006-12-11 Ben Elliston <bje@au.ibm.com>
6558
6559 * configure.in (spu-*-*): Don't skip target-libiberty.
6560 * configure: Regenerate.
6561
42c1cd8a
AT
65622006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6563
6564 PR bootstrap/30134
6565 * configure.in: Correct x86 darwin support for libjava to powerpc
6566 and i?86 only.
6567 * configure: Regenerate.
6568
55eb837d
ST
65692006-12-08 Sandro Tolaini <tolaini@libero.it>
6570
6571 * configure.in: Add x86 darwin support for libjava.
6572 * configure: Regenerate.
6573
5bdacbc7
MS
65742006-12-07 Mike Stump <mrs@apple.com>
6575
6576 * Makefile.def (dependencies): Add dependency for
6577 install-target-libssp and install-target-libgomp on
6578 install-gcc.
6579 * Makefile.in: Regenerate.
6580
477d851c
RG
65812006-12-04 Richard Guenther <rguenther@suse.de>
6582
6583 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6584 (Non-Algorithmic Maintainers): Move over non-algorithmic
6585 loop optimizer maintainers, add myself as a non-algorithmic
6586 middle-end maintainer.
6587
5d33d367
DF
65882006-12-04 Daniel Franke <franke.daniel@gmail.com>
6589
6590 * MAINTAINERS (Write After Approval): Add myself.
6591
dbee1fb3
KG
65922006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6593
6594 * configure.in: Update error message for missing GMP/MPFR.
6595
6596 * configure: Regenerate.
6597
b5147de7
KG
65982006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6599
6600 * configure.in: Update MPFR version in error message.
6601
6602 * configure: Regenerate.
6603
f019376c
KG
66042006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6605
6606 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6607 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6608 --with-gmp-lib): New flags.
6609
6610 * configure: Regenerate.
6611
91ed95ae
BM
66122006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6613
6614 * MAINTAINERS (Write After Approval): Change my email address.
6615
3a971f15
MLI
66162006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6617
05170031 6618 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 6619
dce2d8b2 66202006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
6621
6622 * MAINTAINERS (i18n): Update e-mail address.
6623
df5487ee
TS
66242006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6625
6626 * MAINTAINERS (spu port): Add myself as maintainer.
6627 (Write After Approval): Remove myself.
6628
92c2f0ee
BE
66292006-11-22 Ben Elliston <bje@au.ibm.com>
6630
6631 * configure.in (skipdirs): Don't build libssp for SPU.
6632 * configure: Regenerate.
6633
a3b97199
AP
66342006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6635
6636 * MAINTAINERS (spu port): Add myself as maintainer.
6637 (libobjc): Update my email address.
6638
0eb97064
AB
66392006-11-21 Andrea Bona <andrea.bona@st.com>
6640
6641 * MAINTAINERS (Write After Approval): Add myself.
6642
dce2d8b2 66432006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
6644
6645 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6646 * configure : Rebuilt.
6647
dce2d8b2 66482006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
6649
6650 * MAINTAINERS (Write After Approval): Add myself.
6651
d58542ea
AO
66522006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6653
6654 * MAINTAINERS (Write After Approval): Add myself.
6655
a357b5ae
KG
66562006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6657
6658 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6659 libmpfr.a.
6660 * configure: Regenerate.
6661
9bd6112c
PB
66622006-11-16 Paolo Bonzini <bonzini@gnu.org>
6663
6664 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6665 (unstage): Test for stage_last presence.
6666
6667 PR bootstrap/29802
dce2d8b2
EB
6668 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6669 STAGE_PREFIX.
9bd6112c
PB
6670 * Makefile.in: Regenerate.
6671
c8cf9f0f
ZD
66722003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6673
6674 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6675 maintainers.
6676
467b1fc6
ER
66772006-11-14 Erven Rohou <erven.rohou@st.com>
6678
6679 * MAINTAINERS (Write After Approval): Add myself.
6680
995a5697
PB
66812006-11-14 Paolo Bonzini <bonzini@gnu.org>
6682
6683 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6684 and stageN-package/Makefile.
6685 * Makefile.in: Regenerated.
6686
c8d6d53e
JZ
66872006-11-14 Jie Zhang <jie.zhang@analog.com>
6688
6689 * configure.in: Remove target-libgloss from noconfigdirs for
6690 bfin-*-*.
6691 * configure: Regenerated.
6692
dffb147d
KG
66932006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6694
6695 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 6696
dffb147d
KG
6697 * configure: Regenerate.
6698
ca558912
KG
66992006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6700
6701 * configure.in: Robustify error message for missing GMP/MPFR.
6702
6703 * configure: Regenerate.
6704
dce2d8b2 67052006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
6706
6707 * MAINTAINERS (Write After Approval): Add myself.
6708
dce2d8b2 67092006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
6710
6711 * MAINTAINERS: Change email address.
6712
91de1527
VP
67132006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6714
6715 * MAINTAINERS (Write After Approval): Add myself.
6716
a3867703
PB
67172006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6718
6719 * MAINTAINERS (Write After Approval): Add myself.
6720
b4364fa2
CL
67212006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6722
7e050830 6723 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 6724 Write After Approval section.
b4364fa2 6725
70ec446f
KG
67262006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6727
6728 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6729 need_gmp anymore.
6730 * configure: Regenerate.
6731
018c8d88
TB
67322006-10-16 Tobias Burnus <burnus@net-b.de>
6733
6734 * MAINTAINERS (Write After Approval): Add myself.
6735
f6a1687e
BE
67362006-10-16 Ben Elliston <bje@au.ibm.com>
6737
6738 * config.guess: Import latest version.
6739 * config.sub: Likewise.
6740
b5422ad7
BM
67412006-10-10 Brooks Moses <bmoses@stanford.edu>
6742
6743 * Makefile.def: Added pdf target handling.
6744 * Makefile.tpl: Added pdf target handling.
6745 * Makefile.in: Regenerated.
6746
bdcee471
CL
67472006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6748
6749 * MAINTAINERS: Add self as score port maintainer.
6750
7d610414
BM
67512006-10-04 Brooks Moses <bmoses@stanford.edu>
6752
6753 * MAINTAINERS (Write After Approval): Add myself.
6754
e48d66a9
SK
67552006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6756
7e050830 6757 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
6758 or newer.
6759 * configure: Regenerated.
6760
c394e891
DB
67612006-09-27 Dave Brolley <brolley@redhat.com>
6762
dce2d8b2
EB
6763 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6764 using $s instead of $r.
c394e891
DB
6765 * configure: Regenerated.
6766
1ee4c5a0
TS
67672006-09-26 Thiemo Seufer <ths@mips.com>
6768
6769 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6770 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6771 * configure: Regenerate.
6772
dce2d8b2 67732006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
6774
6775 * MAINTAINERS (Write After Approval): Remove myself.
6776
0c502898
CF
67772006-09-22 Chao-ying Fu <fu@mips.com>
6778
6779 * MAINTAINERS (Write After Approval): Add myself.
6780
a7819e42
JM
67812006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6782
6783 * MAINTAINERS: Add self as soft-fp maintainer.
6784
dce2d8b2 67852006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
6786
6787 * MAINTAINERS: Add myself as avr maintainer.
6788 Remove Marek Michalkiewicz as avr maintainer.
827d0991 6789
e8288489
RC
67902006-09-07 Roberto Costa <roberto.costa@st.com>
6791
6792 * MAINTAINERS (Write After Approval): Add myself.
6793
b91f0a41
CV
67942006-08-30 Corinna Vinschen <corinna@vinschen.de>
6795
6796 * configure.in: Never build newlib for a Mingw host.
6797 Never build newlib as Mingw target library.
6798 Test the existence of winsup/cygwin for building a Cygwin newlib,
6799 rather than just winsup.
6800 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6801 building a Mingw target.
6802 * configure: Regenerate.
6803
094c07a0
EB
68042006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6805
6806 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6807
8d1171cb
PB
68082006-07-25 Paolo Bonzini <bonzini@gnu.org>
6809
6810 * config.guess: Import from src (was more updated).
6811 * config.sub: Likewise.
6812
2e9e6f68
DJ
68132006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6814
6815 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6816 * configure: Regenerated.
6817
57255173
PB
68182006-07-18 Paolo Bonzini <bonzini@gnu.org>
6819
cc6010cd
AP
6820 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6821 for stages after the first.
57255173 6822
9fbe6585
JJ
68232006-07-17 Jakub Jelinek <jakub@redhat.com>
6824
6825 * Makefile.def: Add dependencies for configure-opcodes
6826 on configure-intl and all-opcodes on all-intl.
6827 * Makefile.in: Regenerated.
6828
18c3f977
BE
68292006-07-13 Ben Elliston <bje@au.ibm.com>
6830
6831 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6832
27b56ba6
PE
68332006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6834
6835 Port to hosts whose 'sort' and 'tail' implementations
6836 treat operands with leading '+' as file names, as POSIX
6837 has required since 2001. However, make sure the code still
6838 works on pre-POSIX hosts.
6839 * ltmain.sh: Don't assume "sort +2" is equivalent to
6840 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6841
ad6d4e43
UW
68422006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6843
6844 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6845
706601d9
PG
68462006-07-04 Peter O'Gorman <peter@pogma.com>
6847
6848 * ltconfig: chmod 644 before ranlib during install.
6849
0b50988a
EB
68502006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6851
6852 PR bootstrap/18058
6853 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6854 if the bootstrap compiler is a GCC version that supports it.
6855 * configure: Regenerate.
6856
b6348cb3
PB
68572006-07-03 Paolo Bonzini <bonzini@gnu.org>
6858
95695ad3 6859 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
6860 * configure: Regenerate.
6861
1546bb64
PB
68622006-07-03 Paolo Bonzini <bonzini@gnu.org>
6863
6864 PR other/27063
6865 * configure.in: Test subdir_requires and give an appropriate
6866 error message.
6867 * configure: Regenerate.
6868
5cb6c629
AJH
68692006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6870
6871 * MAINTAINERS (Write After Approval): Add myself.
6872
f4d8cdf8
JDA
68732006-06-22 John David Anglin <dave.anglin@nrc.ca>
6874
6875 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6876
4fe5abb7
SE
68772006-06-22 Steve Ellcey <sje@cup.hp.com>
6878
6879 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6880
2a79fd67
DA
68812006-06-20 David Ayers <d.ayers@inode.at>
6882
6883 PR bootstrap/28072
6884 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6885 whether target-libjava is being configured instead of whether the
6886 java front end is enabled.
6887 * configure: Regenerate.
7e050830 6888
04879af3
RO
68892006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6890
6891 PR target/27540
6892 * configure.in: Only enable libgomp on IRIX 6.
6893 * configure: Regenerate.
6894
ec6c7392
PB
68952006-06-15 Paolo Bonzini <bonzini@gnu.org>
6896
6897 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6898 too.
6899 * Makefile.in: Regenerate.
6900
12973d7a
DD
69012006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6902
6903 * config-ml.in: Alter CCASFLAGS to include special
6904 multilib options the same as is done for CFLAGS.
6905
c67ed86a
JDA
69062006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6907
6908 * configure.in: Don't enable libgomp on hpux10.
6909 * configure: Rebuilt.
6910
cb253473
DA
69112006-06-12 David Ayers <d.ayers@inode.at>
6912
6913 PR bootstrap/27963
6914 PR target/19970
7e050830 6915 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
6916 ${libgcj} is specified.
6917 * configure: Regenerate.
7e050830 6918
dce2d8b2 69192006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
6920
6921 Sync from src:
7e050830
EC
6922
6923 * configure.in: Sync.
32845532 6924 * configure: Regenerated.
7e050830 6925
32845532
CD
6926 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6927
6928 * Makefile.def: Added dependencies from sim and gdb on intl, and
6929 added configure dependencies to everything with an all dependency
6930 on intl.
6931 * Makefile.in: Regenerated.
6932
7cd0cf9c
DA
69332006-06-06 David Ayers <d.ayers@inode.at>
6934
6935 PR libobjc/13946
6936 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6937 * Makefile.in: Regenerate.
6938 * configure.in: Add --enable-objc-gc at toplevel and have it
6939 enable boehm-gc for Objective-C.
6940 Remove target-boehm-gc from libgcj.
6941 Add target-boehm-gc to target_libraries.
6942 Add target-boehm-gc to noconfigdirs where ${libgcj}
6943 is specified.
6944 Assert that boehm-gc is supported when requested for Objective-C.
6945 Only build boehm-gc if needed either for Java or Objective-C.
6946 * configure: Regenerate.
7e050830 6947
3ff3adad
PB
69482006-06-05 Paolo Bonzini <bonzini@gnu.org>
6949
6950 PR 27674
6951 * Makefile.tpl (configure-[+prefix+][+module+],
6952 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6953 Remove rule to unstage bootstrapped modules.
6954 (stage_current): New.
6955 * Makefile.in: Regenerate.
6956
898e551d
LB
69572006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6958
6959 * MAINTAINERS (Write After Approval): Update my e-mail address.
6960
ea60341e
MS
69612006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6962
6963 * include/libiberty.h: Declare pex_run_in_environment.
6964
222ae291
AL
69652006-05-31 Asher Langton <langton2@llnl.gov>
6966
6967 * MAINTAINERS (Write After Approval): Add myself.
898e551d 6968
e9a54b07
PB
69692006-05-25 Paolo Bonzini <bonzini@gnu.org>
6970
6971 * Makefile.def (bfd, opcodes): Fix lib_path.
6972 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6973 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6974 * Makefile.in: Regenerate.
6975
03e67131
CD
69762006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6977
6978 * Makefile.in: Regenerate.
6979
65d6e994
CD
69802006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6981
6982 * Makefile.def: Add install-html target. Add datarootdir
6983 docdir and htmldir to flags_to_pass.
6984 * Makefile.tpl: Add install-html target.
6985 * Makefile.in: Regenerate.
6986 * configure.in: Add --with-datarootdir, --with-docdir, and
6987 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6988 * configure: Regenerate.
6989
9e299237
MS
69902006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6991
6992 * configure.in: Enable gprof for cross builds.
6993 * configure: Regenerate.
6994
c31202cd
RG
69952006-05-22 Richard Guenther <rguenther@suse.de>
6996
6997 Revert
6998 2006-01-31 Richard Guenther <rguenther@suse.de>
6999 Paolo Bonzini <bonzini@gnu.org>
7000
7001 * Makefile.def (target_modules): Add libgcc-math target module.
7002 * configure.in (target_libraries): Add libgcc-math target library.
7003 (--enable-libgcc-math): New configure switch.
7004 * Makefile.in: Re-generate.
7005 * configure: Re-generate.
7006 * libgcc-math: New toplevel directory.
7007
2a332582
JDA
70082006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7009 Andreas Tobler <a.tobler@schweiz.ch>
7010
7011 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7012 * configure: Rebuilt.
7013
dce2d8b2 70142006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 7015
ccce6917
SL
7016 * MAINTAINERS (Write After Approval): Add myself.
7017
ed606bc0
DD
70182006-05-01 DJ Delorie <dj@redhat.com>
7019
3d8f47a0 7020 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
7021 * configure: Regenerate.
7022
9386bd20
RG
70232006-05-01 Richard Guenther <rguenther@suse.de>
7024
7025 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7026 maintainer.
7027
dce2d8b2 70282006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
7029
7030 * MAINTAINERS (Write After Approval): Add myself.
7031
87ceee72
JB
70322006-04-28 Jan Beulich <jbeulich@novell.com>
7033
7034 * MAINTAINERS (Write After Approval): Add myself.
7035
e88a2c09
DD
70362006-04-18 DJ Delorie <dj@redhat.com>
7037
7038 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7039 reference libgloss so that libssp can be built in a combined
7040 tree.
7041 * configure: Regenerate.
7042
675f0a8a
RM
70432006-04-08 Robert Millan <rmh@gcc.gnu.org>
7044
7045 * MAINTAINERS (Write After Approval): Add myself.
7046
27b6c940
BE
70472006-04-05 Ben Elliston <bje@au.ibm.com>
7048
7049 * configure.in: Require makeinfo 4.4 or higher.
7050 * configure: Regenerate.
7051
687b17d4
GP
70522006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7053
7054 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7055 Rearrange the entries of other libraries to have them in one place.
7056
906ac235
JB
70572006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7058
7e050830 7059 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
7060 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7061
fb0103e5
RG
70622006-03-14 Richard Guenther <rguenther@suse.de>
7063
7064 * configure: Regenerate with autoconf 2.13.
7065
17237f6b
JB
70662006-03-13 Jim Blandy <jimb@codesourcery.com>
7067
7068 * MAINTAINERS: Use my work address.
bed31434
JB
7069
7070 * MAINTAINERS: Update my E-mail address.
7071
27079765
AH
70722006-03-10 Aldy Hernandez <aldyh@redhat.com>
7073
7074 * configure.in: Handle --disable-<component> generically.
7075 * configure: Regenerate.
7076
54a17039
L
70772006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7078
7079 PR libgcj/17311
7080 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7081
b9bd11ca
EE
70822006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7083
7084 * MAINTAINERS (Write After Approval): Remove myself.
7085 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7086
dce2d8b2 70872006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 7088
072b06f2
RE
7089 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7090 (TARGET_CONFIGDIRS): Remove.
7091 * configure.in: Remove AC_SUBST(target_configdirs).
7092 * Makefile.in, configure: Regenerated.
ee2312f3 7093
936e1a35
SK
70942006-02-20 Steven G. Kargl <kargls@comcast.net>
7095
7096 * MAINTAINERS (Write After Approval): Remove myself.
7097 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7098
cc11cc9b
PB
70992006-02-20 Paolo Bonzini <bonzini@gnu.org>
7100
7101 PR bootstrap/25670
7102
7103 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7104
7105 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7106 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7107 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7108 BUILD_PREFIX, BUILD_PREFIX_1.
7109 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7110
7111 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7112 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7113
7114 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7115 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7116 of `cat stage_current`. Always provide the `r' and `s' variables.
7117 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7118 a single shell execution.
7119 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7120 bootstrapped modules, make the stage1 module if the build was not
7121 started yet, else build the current stage.
7122 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7123 (all-build, all-host, all-target, [+make_target+]-host,
7124 [+make_target+]-target): Do not use \-continued lines.
7125 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7126 (current_stage, restrap, stage_last): New.
7127
7128 * Makefile.in: Regenerate.
7129 * configure: Regenerate.
7130
63a7c9ef
BD
71312006-02-19 Bud Davis <jmdavis@link.com>
7132
7133 * MAINTAINERS (Write After Approval): Remove myself.
7134 (Language Front End Maintainers): Add myself as fortran 95
7135 maintainer and update e-mail address.
7136
a3543e3a
FXC
71372006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7138
7139 * MAINTAINERS (Write After Approval): Remove myself.
7140 (Language Front End Maintainers): Add myself as fortran 95
7141 maintainer.
7142
ca5b1d2c
VK
71432006-02-16 Victor Kaplansky <victork@il.ibm.com>
7144
7145 * MAINTAINERS (Write After Approval): Add myself.
7146
0499513f
TK
71472006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7148
7149 * MAINTAINERS (Write After Approval): Remove myself.
7150 (Language Front End Maintainers): Add myself as
7151 fortran 95 maintainer.
7152
d1f8db0c
PB
71532006-02-14 Paolo Bonzini <bonzini@gnu.org>
7154
7155 Sync from src:
7156
7157 2005-12-27 Leif Ekblad <leif@rdos.net>
7158
cc6010cd
AP
7159 * configure.in: Add support for RDOS target.
7160 * configure: Regenerate.
d1f8db0c
PB
7161
71622006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 7163 Andreas Schwab <schwab@suse.de>
d1f8db0c 7164
cc6010cd 7165 * configure: Regenerate.
d1f8db0c 7166
cac90078
DE
71672006-02-12 David Edelsohn <edelsohn@gnu.org>
7168
7169 * configure.in (enable_libgomp): Add AIX.
7170 * configure: Regenerate.
7171
bd37fbf5
MK
71722006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7173
7174 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7175
23027b7a
LM
71762006-02-03 Lee Millward <lee.millward@gmail.com>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7e050830 7179
0058967b
RG
71802006-01-31 Richard Guenther <rguenther@suse.de>
7181 Paolo Bonzini <bonzini@gnu.org>
7182
7183 * Makefile.def (target_modules): Add libgcc-math target module.
7184 * configure.in (target_libraries): Add libgcc-math target library.
7185 (--enable-libgcc-math): New configure switch.
7186 * Makefile.in: Re-generate.
7187 * configure: Re-generate.
7188 * libgcc-math: New toplevel directory.
7189
e8b05380
PB
71902006-01-26 Paolo Bonzini <bonzini@gnu.org>
7191
7192 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7193 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7194 the assembler, linker and binutils.
7195 * configure: Regenerate.
7196
d54d5437
DM
71972006-01-22 Dirk Mueller <dmueller@suse.de>
7198
7199 * MAINTAINERS (Write After Approval): Add myself.
7200
670cbfcf
DN
72012006-01-20 Diego Novillo <dnovillo@redhat.com>
7202
7203 * configure: Regenerate.
7204
953ff289
DN
72052006-01-18 Richard Henderson <rth@redhat.com>
7206 Jakub Jelinek <jakub@redhat.com>
7207 Diego Novillo <dnovillo@redhat.com>
7208
7209 * libgomp: New directory.
7210 * Makefile.def: Add target_module libgomp.
7211 * Makefile.in: Regenerate.
7212 * configure.in (target_libraries): Add target-libgomp.
7213 * configure: Regenerate.
7214
32ce4048
AO
72152006-01-05 Alexandre Oliva <aoliva@redhat.com>
7216
7217 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7218 @ from continuation.
7219 * Makefile.in: Rebuilt.
7220
0eaf8e17 72212006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 7222
c76c0c83
CL
7223 * MAINTAINERS (Write After Approval): Add myself.
7224
2d309510
PB
72252006-01-04 Paolo Bonzini <bonzini@gnu.org>
7226
7227 PR bootstrap/24252
7228
7229 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7230 * Makefile.tpl (OBJDUMP): New.
7231 (EXTRA_HOST_FLAGS): Add it.
7232 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7233
953ff289
DN
7234 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7235 to use symbolic links between directories. Avoid race conditions
7236 or make them harmless.
7237 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
7238
7239 * Makefile.def (LEAN): Pass.
7240 * Makefile.tpl (LEAN): Define.
7241 (stage[+id+]-start): Accept that the previous directory does not
7242 exist, if the bootstrap is lean.
7243 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7244 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7245 configure substitution.
7246 ([+compare-target+]): Likewise.
7247 ([+bootstrap-target+]-lean): New.
7248 * configure.in: Remove lean bootstrap support from here.
7249
953ff289
DN
7250 * Makefile.in: Regenerate.
7251 * configure: Regenerate.
2d309510 7252
368872c3
BE
72532006-01-04 Ben Elliston <bje@au.ibm.com>
7254
7255 * MAINTAINERS (libdecnumber): Add myself.
7256
d79e6356
MM
72572006-01-02 Mark Mitchell <mark@codesourcery.com>
7258
7259 * libtool-ldflags: New script.
7260
a6fbc1e2
AS
72612006-01-02 Andreas Schwab <schwab@suse.de>
7262
7263 * configure.in: When reconfiguring remove Makefile in
7264 all stage directories.
7265 * configure: Regenerate.
7266
103a4b39
SB
72672005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7268
7269 * MAINTAINERS: Update my email address.
7270
212f829c
PB
72712005-12-20 Paolo Bonzini <bonzini@gnu.org>
7272
7273 Revert Ada-related part of the previous change.
7274
7275 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7276 Do not pass.
7277 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7278 * Makefile.in: Regenerate.
7279 * configure.in: Do not include mt-ppc-aix target fragment.
7280 * configure: Regenerate.
7281
8ef1f2df
PB
72822005-12-19 Paolo Bonzini <bonzini@gnu.org>
7283
7284 * configure.in: Select appropriate fragments for PowerPC/AIX.
7285 * configure: Regenerate.
7286
7287 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7288 BOOT_CFLAGS, BOOT_LDFLAGS.
7289 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7290 BOOT_CFLAGS, BOOT_LDFLAGS.
7291 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7292 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7293 (stage): Fail if we cannot complete the work.
7294 * Makefile.in: Regenerate.
7295
ab34901f
NS
72962005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7297
7298 * configure.in: Replace ms1 with mt.
7299 * configure: Rebuilt.
7300
cbe82f21
BM
73012005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7302
7303 * MAINTAINERS: Update my email address.
7304
19843472
PB
73052005-12-15 Paolo Bonzini <bonzini@gnu.org>
7306
7307 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7308 install-host-nogcc): Don't invoke $(stage) at the end.
7309 * Makefile.in: Regenerate.
7310
1ca26cd2
PB
73112005-12-14 Paolo Bonzini <bonzini@gnu.org>
7312
7313 * configure.in: Flip the top-level bootstrap switch.
7314 * configure: Regenerate.
7315
f41d6665
DJ
73162005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7317
7318 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7319 $(stage) and $(unstage).
7320 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7321 (all): Remove stray semicolon.
7322 (local-distclean): Don't handle multilib.tmp and multilib.out.
7323 (install.all): Set $s for consistency.
7324 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7325 check_multilibs setting. Always make the install directory.
7326 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7327 Correct @if/@endif.
7328 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7329 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7330 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7331 (multilib.out): Remove.
7332 * Makefile.in: Regenerated.
7333
dce2d8b2 73342005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
7335
7336 * MAINTAINERS (Write After Approval): Add myself.
7337
64f182bd
NS
73382005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7339
121b2cee
NS
7340 * MAINTAINERS: Add myself as mt maintainer.
7341
64f182bd
NS
7342 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7343
a6d63770
AN
73442005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7345
7346 * MAINTAINERS: Change email address.
7347
2abefe3d
PB
73482005-12-05 Paolo Bonzini <bonzini@gnu.org>
7349
7350 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7351 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7352 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7353 Find in-tree tools if available.
7354 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7355 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7356 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7357 (COMPILER_*_FOR_TARGET): New.
7358 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7359 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7360 (CONFIGURED_*, USUAL_*): Remove.
7361 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7362 STRIP): Use autoconf substitutions.
7363 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7364 COMPILER_NM_FOR_TARGET): New.
7365 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7366
7367 (all): Make all-host and all-target in parallel.
7368 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7369 that $$r and $$s are set before invoking a recursive make.
7370 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7371 ([+bootstrap-target+]): Inline most of the `all' target.
7372
2f3bdde7
BE
73732005-11-29 Ben Elliston <bje@au.ibm.com>
7374
7375 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7376 from the gcc build directory.
7377 * Makefile.in: Regenerate.
7378
a4b6c45a
BE
73792005-11-29 Ben Elliston <bje@au.ibm.com>
7380
7381 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7382 depend on all-libdecnumber.
7383 * configure.in (host_libs): Include libdecnumber.
7384 * Makefile.in: Regenerate.
7385 * configure: Likewise.
7386
473a74b9
BE
73872005-11-29 Ben Elliston <bje@au.ibm.com>
7388
7389 * libdecnumber: Import decNumber sources from the dfp-branch.
7390
b4623110
KJ
73912005-11-21 Kean Johnston <jkj@sco.com>
7392
7393 * config.sub, config.guess: Sync from upstream sources.
7394
67dc1785
BE
73952005-11-21 Ben Elliston <bje@au.ibm.com>
7396
7397 Import from Autoconf sources:
7398
7399 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7400 * config/move-if-change: Don't output "$2 is unchanged";
7401 suggested by Ben Elliston. Handle weird characters correctly.
7402
186abafe
AT
74032005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7404
7405 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7406 to match upstream libtool for darwin.
7407
ef9db8d5
DJ
74082005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7409
7410 * Makefile.def: Remove gdb dependencies for gdbtk.
7411 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7412 (configure-gdb, install-gdb): New rules.
7413 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7414 * Makefile.in, configure: Regenerated.
7415
9c5141ab
JB
74162005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7417
7418 * MAINTAINERS (Write After Approval): Add myself.
7419
4523d51b
EE
74202005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7421
7422 * MAINTAINERS (Write After Approval): Add myself.
7423
086b011c
DN
74242005-10-24 Diego Novillo <dnovillo@redhat.com>
7425
7426 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7427 Diego Novillo.
7428
e7c84bf8
PB
74292005-10-22 Paolo Bonzini <bonzini@gnu.org>
7430
7431 PR bootstrap/24297
7432 * Makefile.tpl (do-[+make-target+], do-check, install,
7433 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7434 are set before recursing.
7435 * Makefile.in: Regenerate.
7436
b88a7564
EB
74372005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7438
7439 PR bootstrap/18939
7440 * Makefile.def (gcc) <target>: Fix thinko.
7441 * Makefile.in: Regenerate.
7442
61efc800
BS
74432005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7444
7445 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7446 * configure: Regenerate.
7447
f53d2869
JZ
74482005-10-15 Jie Zhang <jie.zhang@analog.com>
7449
7450 * MAINTAINERS (Write After Approval): Add self.
7451
077fc835
KH
74522005-10-08 Kazu Hirata <kazu@codesourcery.com>
7453
7454 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7455 target-libffi, target-qthreads, target-libjava, and
7456 targetlibobjc.
7457 * configure: Regenerate.
7458
d739199a
DJ
74592005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7460
7461 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7462 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7463 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7464 (USUAL_OBJDUMP_FOR_TARGET): New.
7465 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7466 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 7467 * configure, Makefile.in: Regenerated.
d739199a 7468
db38c6bb
PB
74692005-10-05 Paolo Bonzini <bonzini@gnu.org>
7470
7471 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7472 before other host packages.
7473
3015564c
KK
74742005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7475
7476 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7477
1061f99e
PB
74782005-10-05 Paolo Bonzini <bonzini@gnu.org>
7479
7480 PR bootstrap/22340
7481
7482 * configure.in (default_target): Remove.
7483 * Makefile.tpl (all): Do not use prerequisites as subroutines
7484 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7485 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7486 use prerequisites as subroutines.
7487 (check-host, check-target): New.
7488 (bootstrap configure & all targets): Do not use stage*-start
7489 if the directory layout is already ok.
7490 (non-bootstrap configure & all targets): Prepend a $(unstage).
7491 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7492 (NOTPARALLEL): Remove.
7493 (unstage, stage variables): New variables.
7494 (unstage, stage targets): Simply expand to those variables.
7495
7496 * configure: Regenerate.
7497 * Makefile.in: Regenerate.
7498
4a9c436f
JW
74992005-10-04 James E Wilson <wilson@specifix.com>
7500
7501 * Makefile.def (lang_env_dependencies): Add libmudflap.
7502 * Makefile.in: Regenerate.
7503
37150080
AS
75042005-10-03 Andreas Schwab <schwab@suse.de>
7505
7506 Backport from libtool CVS:
7507 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7508
7509 * ltmain.sh: add support for installing into temporary
7510 staging area (e.g. 'make install DESTDIR=...')
7511
39d16468
L
75122005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7513
7514 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7515 * configure: Regenerated.
7516
72a7ab82
AP
75172005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7518
7519 * configure: Regenerate with the correct
7520 autoconf version.
7521
6b65a26d
CM
75222005-09-30 Catherine Moore <clm@cm00re.com>
7523
7524 * configure.in (bfin-*-*): New.
7525 * configure: Regenerated.
7526
040b1c5a
GK
75272005-09-28 Geoffrey Keating <geoffk@apple.com>
7528
7529 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7530 (LIPO_FOR_TARGET): New.
7531 (CONFIGURED_LIPO_FOR_TARGET): New.
7532 (USUAL_LIPO_FOR_TARGET): New.
7533 (STRIP_FOR_TARGET): New.
7534 (CONFIGURED_STRIP_FOR_TARGET): New.
7535 (USUAL_STRIP_FOR_TARGET): New.
7536 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7537 STRIP_FOR_TARGET.
7538 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7539 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7540 * Makefile.in: Regenerate.
7541 * configure: Regenerate.
7e050830 7542
3a3c28db
DE
75432005-09-19 David Edelsohn <edelsohn@gnu.org>
7544
7545 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7546 (rs6000-*-aix*): Same.
7547 * configure: Regenerate.
7548
2749a921
TT
75492005-09-16 Tom Tromey <tromey@redhat.com>
7550
7551 * MAINTAINERS: Add self as java maintainer.
7552
7f26dfa3
FXC
75532005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7554
7555 * configure.in: Recognize f95 in the --enable-languages option,
7556 and substitute it for fortran, issuing a warning.
7557 * configure: Regenerate.
7558
d8852c4f
PE
75592005-08-30 Phil Edwards <phil@codesourcery.com>
7560
7561 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7562 * configure: Regenerated.
7563
ad685e81
AH
75642005-08-22 Aldy Hernandez <aldyh@redhat.com>
7565
7566 * MAINTAINERS: Add self as ms1 maintainer.
7567
b00d752c
RE
75682005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7569
7570 * Makefile.def (libssp): Add to lang_env_dependencies.
7571 * Makefile.in: Regenerate.
7572
9ed8fb9b
ILT
75732005-08-18 Ian Lance Taylor <ian@airs.com>
7574
7575 * MAINTAINERS: Add myself as middle-end maintainer.
7576
0f029d39
CG
75772005-08-17 Christian Groessler <chris@groessler.org>
7578
7579 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7580 * Makefile.in: Regenerate.
7581
81087874
AK
75822005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7583
7584 * MAINTAINERS (write after approval): Added myself.
7585
6a134f1c
MR
75862005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7587
7588 * MAINTAINERS (Write After Approval): Add myself.
7589
2693c0b0
PB
75902005-08-12 Paolo Bonzini <bonzini@gnu.org>
7591
7592 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7593 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7594 Look for alternate names of the target cc and c++
7595 * configure: Regenerate.
7596
4de997d1
PB
75972005-08-08 Paolo Bonzini <bonzini@gnu.org>
7598
7599 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7600 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7601 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7602 tools; remove code to manually set them.
7603 (Target tools): Look in the environment for them.
7604 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7605 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7606 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7607 build directory.
7608 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7609 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7610 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7611 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7612 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7613 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7614 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7615 * configure: Regenerate.
7616 * Makefile.in: Regenerate.
7617
b089e33a
BE
76182005-07-28 Ben Elliston <bje@au.ibm.com>
7619
7620 * MAINTAINERS: Update for removed CPU targets.
7621
e3791243
MM
76222005-07-27 Mark Mitchell <mark@codesourcery.com>
7623
7624 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 7625 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
7626 * Makefile.in: Regenerated.
7627
526635cb
MM
76282005-07-26 Mark Mitchell <mark@codesourcery.com>
7629
7630 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7631 (CFLAGS_FOR_TARGET): Use it.
7632 (CXXFLAGS_FOR_TARGET): Likewise.
7633 * Makefile.in: Regenerated.
7634 * configure.in (--with-build-sysroot): New option.
7635 * configure: Regenerated.
7636
19791f70
PB
76372005-07-24 Paolo Bonzini <bonzini@gnu.org>
7638
7639 * Makefile.tpl: Wrap install between unstage and stage
7640 * Makefile.in: Regenerate.
7641
35f5a23f
EC
76422005-07-21 Eric Christopher <echristo@apple.com>
7643
7644 * MAINTAINERS: Update affiliation.
7645
ff3ddf15
PW
76462005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7647
7648 * MAINTAINERS: Add self as crx port maintainer.
7649
3a664c1c
DD
76502005-07-20 DJ Delorie <dj@redhat.com>
7651
7652 * MAINTAINERS: Add self as m32c maintainer.
7653
539df155
KC
76542005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7655
7656 * all files: Update FSF address.
7657
be9c593a
EC
76582005-07-15 Eric Christopher <echristo@redhat.com>
7659
7660 * MAINTAINERS: Change affiliation.
7661
fd7ea4ab
JB
76622005-07-14 Jim Blandy <jimb@redhat.com>
7663
7664 * configure.in: Add cases for Renesas m32c.
7665 * configure: Regenerated.
7e050830 7666
0063a823
KC
76672005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7668
d0ca130a
KC
7669 * COPYING.LIB: Update from fsf.org.
7670
76712005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7672
7673 * COPYING, compile, config.guess,
0063a823
KC
7674 config.sub, install-sh, missing, mkinstalldirs,
7675 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 7676 * config-ml.in: Update FSF address.
0063a823 7677
a8ba31f2
EC
76782005-07-13 Eric Christopher <echristo@redhat.com>
7679
7680 * configure.in: Add toplevel noconfigdir support for tpf.
7681 * configure: Regenerate.
7682
5bea4a03
PB
76832005-07-11 Paolo Bonzini <bonzini@gnu.org>
7684
7685 PR ada/22340
7686
7687 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7688 * Makefile.in: Regenerate.
7689
284bdbbd
MM
76902005-07-07 Mark Mitchell <mark@codesourcery.com>
7691
7692 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 7693 Brolley to write-after-approval.
284bdbbd 7694
452190fb
AS
76952005-07-07 Andreas Schwab <schwab@suse.de>
7696
7697 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7698 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7699 * Makefile.in: Regenerated.
7700
9c8f9ec2
GK
77012005-07-06 Geoffrey Keating <geoffk@apple.com>
7702
7703 * configure.in: Don't build sim or rda when targetting darwin.
7704 * configure: Regenerate.
7705
ef0087a7
KH
77062005-07-06 Kazu Hirata <kazu@codesourcery.com>
7707
7708 * configure.in: Add --enable-libssp and --disable-libssp.
7709 * configure: Regenerate with autoconf-2.13.
7710
77008252
JJ
77112005-07-02 Jakub Jelinek <jakub@redhat.com>
7712
7713 * Makefile.def (target_modules): Add libssp.
7714 * configure.in (target_libraries): Add target-libssp.
7715 * configure: Rebuilt.
7716 * Makefile.in: Rebuilt.
7717
a04eae1b
ZW
77182005-07-01 Zack Weinberg <zackw@panix.com>
7719
7720 * MAINTAINERS: Change email address. Resign from maintainership.
7721
948884cd
RG
77222005-07-01 Richard Guenther <rguenther@suse.de>
7723
7724 * MAINTAINERS: Change my e-mail address and affiliation.
7725
c7870f5d
PB
77262005-06-22 Paolo Bonzini <bonzini@gnu.org>
7727
7728 * Makefile.def (stagefeedback): Come after profile.
7729 Define profiledbootstrap target.
7730 * Makefile.tpl (profiledbootstrap): Remove.
7731 (stageprofile-end): Zap stagefeedback.
7732 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7733 * Makefile.in: Regenerate.
7734
ab99519a
RS
77352005-06-13 Richard Sandiford <richard@codesourcery.com>
7736
7737 * MAINTAINERS: Update my email address.
7738
f610dd5f
ZW
77392005-06-13 Zack Weinberg <zack@codesourcery.com>
7740
7741 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7742 In 'cpp' stanza, support '#line' as well as '# '.
7743
71bc2a83
AS
77442005-06-08 Andreas Schwab <schwab@suse.de>
7745
7746 * MAINTAINERS: Move myself from 'Write After Approval' to
7747 'CPU Port Maintainers' section as m68k maintainer.
7748
4fab7234
HPN
77492005-06-07 Hans-Peter Nilsson <hp@axis.com>
7750
7751 * configure.in (unsupported_languages): New macro.
7752 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7753 non-ported target libraries in noconfigdirs.
7754 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7755 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 7756 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
7757 unsupported_languages.
7758 * configure: Regenerate.
7759
68193f9b
TS
77602005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7761
7762 * configure.in: Fix typo in handling of --with-mpfr-dir.
7763 * configure: Regenerate.
7764
f26f6b8d
RS
77652005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7766
7767 * MAINTAINERS: Update my email address.
7768
ba4853f8
JB
77692005-06-02 Jim Blandy <jimb@redhat.com>
7770
7771 * config.sub: Add cases for the Renesas m32c. (This patch has been
7772 accepted into the master sources.)
7773
79dd769c 77742005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
7775 Michael Snyder <msnyder@redhat.com>
7776 Stan Cox <scox@redhat.com>
79dd769c 7777
f610dd5f 7778 * configure.in: Set noconfigdirs for ms1.
79dd769c 7779
f610dd5f 7780 * configure: Regenerate.
79dd769c 7781
d29e107f
JD
77822005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7783
7784 * MAINTAINERS (Write After Approval): Add self.
7785
e93196c3
JC
77862005-06-01 Josh Conner <jconner@apple.com>
7787
7788 * MAINTAINERS (Write After Approval): Add self.
7789
ae263c7a
KH
77902005-06-01 Kazu Hirata <kazu@codesourcery.com>
7791
7792 * MAINTAINERS: Update my email address.
7793
585b3aa3
ZM
77942005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7795
7796 * MAINTAINERS (Write After Approval): Add self.
7797
4930c50b
CD
77982005-05-26 Chris Demetriou <cgd@broadcom.com>
7799
7800 * MAINTAINERS (Write After Approval): Remove self.
7801
2dfbef6d
PB
78022005-05-25 Paolo Bonzini <bonzini@gnu.org>
7803
7804 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7805 (Dependencies): Consider target modules for bootstrap dependencies.
7806 Make target bootstrap modules depend on each stage's gcc.
7807 * Makefile.in: Regenerate.
7808
bcb28cf5
PB
78092005-05-20 Paolo Bonzini <bonzini@gnu.org>
7810
7811 * Makefile.def (configure-gcc): Depend on binutils having been built.
7812 (all-gcc): No need to do it here.
7813 * Makefile.in: Regenerate.
7814
0cf085e4
PB
78152005-05-19 Paul Brook <paul@codesourcery.com>
7816
f610dd5f 7817 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
7818 language cannot be built.
7819 * configure: Regenerate.
7820
dfb2c39a
DJ
78212005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7822
7823 * ylwrap: Import from Automake 1.9.5.
7824
771aaa92
DU
78252005-05-13 David Ung <davidu@mips.com>
7826
7827 * MAINTAINERS (Write After Approval): Add self.
7828
3ac9bd58
MS
78292005-05-09 Mike Stump <mrs@apple.com>
7830
7831 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7832 lt_cv_sys_max_cmd_len for now.
f610dd5f 7833
f77a5578
SC
78342005-05-09 Stan Cox <scox@redhat.com>
7835
7836 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7837
795e36e5
MK
78382005-05-08 Matt Kraai <kraai@ftbfs.org>
7839
7840 * README.SCO: Update the URL.
7841
c9392a2b
DE
78422005-05-05 David Edelsohn <edelsohn@gnu.org>
7843
7844 * ltconfig: Define file_list_spec. Pass file_list_spec and
7845 with_gnu_ld to libtool.
7846 * ltcf-c.sh (aix[45]): Define file_list_spec.
7847 * ltcf-cxx.sh (aix[45]): Same.
7848 * ltcf-gcj.sh (aix[45]): Same.
7849 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7850 exists, write list of input files to temporary file.
7851
bebcd931
MS
78522005-05-04 Mike Stump <mrs@apple.com>
7853
7854 * configure.in: Always pass --target to target configures as
7855 otherwise rebuilds that do --recheck will fail.
7856 * confiugure: Rebuilt.
7857
ce406537
PB
78582005-05-04 Paolo Bonzini <bonzini@gnu.org>
7859
7860 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7861 STAGE_HOST_EXPORTS.
7862 (configure, all): Add bootstrap support.
7863 (Host modules, target modules): Pass post-stage1 flags and exports.
7864 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7865 * Makefile.in: Regenerate.
7866
aa9dcfc4
PB
78672005-04-29 Paolo Bonzini <bonzini@gnu.org>
7868
7869 * configure: Regenerate.
7870
b6f9abcf
MS
78712005-04-27 Mike Stump <mrs@apple.com>
7872
7873 * MAINTAINERS: Add self as darwin maintainer.
7874
acb217cb
BS
78752005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7876
7877 * config.sub: Update from master copy.
7878
b6dae270
MS
78792005-04-21 Mike Stump <mrs@apple.com>
7880
7881 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7882 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7883
c2e0d3a9
HPN
78842005-04-19 Hans-Peter Nilsson <hp@axis.com>
7885
7886 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7887 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7888 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7889 "*-*-elf" and "*-*-linux*".
7890 * configure: Regenerate.
7891
871ae772
JM
78922005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7893
7894 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7895
bf070c29
MS
78962005-04-12 Mike Stump <mrs@apple.com>
7897
7898 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7899
e865b6f7
TK
79002005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7901
7902 * MAINTAINERS (Write After Approval): Add myself.
7903
7b71ad7f
BS
79042005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7905
7906 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7907
25b42232
PB
79082005-04-06 Paolo Bonzini <bonzini@gnu.org>
7909
f610dd5f 7910 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
7911 (TARGET_CONFIGARGS): Include --with-target-subdir.
7912 (configure, all): New macros. Use them throughout.
7913 * Makefile.in: Regenerate.
7914
d727c624
JG
79152005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7916
7917 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 7918
fff72cc4
ZD
79192005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7920
7921 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7922
86472dc3
GP
79232005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7924
7925 * MAINTAINERS: Move John Carr to Write After Approval.
7926
dce2d8b2 79272005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
7928
7929 * config/mh-mingw32: Delete.
7930 * configure.in: Don't use it.
7931 * configure: Regenerate.
7932
33da42bc
PB
79332005-03-31 Paolo Bonzini <bonzini@gnu.org>
7934
7935 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7936 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 7937 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
7938 (HOST_LIB_PATH): Generate from Makefile.def.
7939 (TARGET_LIB_PATH): Likewise.
7940 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7941 * Makefile.in: Regenerate.
7942 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7943 (RPATH_ENVVAR): Include Darwin case.
7944 * configure: Regenerate.
7945
15cc1841
TF
79462005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7947
7948 * MAINTAINERS (Various Maintainers): Remove self.
7949 (Write After Approval): Add self.
7950
6a8c79d5
TF
79512005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7952
7953 * MAINTAINERS (Various Maintainers): Add self.
7954
256f7136
PB
79552005-03-25 Paolo Bonzini <bonzini@gnu.org>
7956
7957 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7958 * configure: Regenerate.
7959
191dd2c9
ZW
79602005-03-21 Zack Weinberg <zack@codesourcery.com>
7961
7962 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7963 gcc_version, and gcc_version_trigger from set of flags to pass.
7964 * Makefile.tpl: Remove definitions of above variables.
7965 (config.status): Remove dependency on $(gcc_version_trigger).
7966 * Makefile.in: Regenerate.
7967 * configure.in: Do not reference config/gcc-version.m4 nor
7968 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7969 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7970 * configure: Regenerate.
7971
ef6e9bc0 79722005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 7973 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
7974
7975 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7976 * Makefile.in: Regenerate.
7977
009bbd5a
FW
79782005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7979
7980 * MAINTAINERS (Write After Approval): Add myself.
7981
09f8755b
DA
79822005-03-03 David Ayers <d.ayers@inode.at>
7983
7984 * MAINTAINERS (Write After Approval): Add myself.
7985
e73ed25c
AO
79862005-03-01 Alexandre Oliva <aoliva@redhat.com>
7987
7988 PR libgcj/20160
7989 * ltmain.sh: Avoid creating archives with components that have
7990 duplicate basenames.
7991
ace9ac7b
AP
79922005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7993
7994 PR bootstrap/20250
7995 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7996 instead of check.
7997 * Makefile.in: Regenerate.
7998
c9db9354
PB
79992005-02-28 Paolo Bonzini <bonzini@gnu.org>
8000
8001 * Makefile.in: Regenerate to fix conflict between the previous two
8002 patches.
8003
215c351a
PB
80042005-02-28 Paolo Bonzini <bonzini@gnu.org>
8005
8006 PR bootstrap/17383
8007 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8008 * Makefile.tpl (HOST_SUBDIR): New substitution.
8009 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8010 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8011 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8012 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8013 (Host modules, Bootstrapped modules): Use it.
8014 (Build modules, Target modules): Do not create symlink trees,
8015 always configure out-of-srcdir.
8016 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8017 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8018 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8019 $(HOST_SUBDIR). Create a symlink for host_subdir.
8020
8021 * Makefile.in: Regenerate.
8022 * configure: Regenerate.
8023
5395b47b
NN
80242005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8025
8026 Merged from libada-gnattools-branch:
8027 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8028
8029 * gnattools: New directory.
8030 * Makefile.def: Add gnattools as a module, depending on target-libada.
8031 * Makefile.in: Regenerate.
8032 * configure.in: Include gnattools in host_tools; disable it if ada
8033 is disabled.
8034 * configure: Regenerate.
8035
ca2cc05c
JM
80362005-02-24 James A. Morrison <phython@gcc.gnu.org>
8037
8038 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8039 treelang maintainer.
8040 (Write After Approval): Remove myself.
8041
d2f3024f
PS
80422005-02-23 Paul Schlie <schlie@comcast.net>
8043
8044 * configure.in: Allow darwin targeted ports to build tk, itcl and
8045 libgui.
8046 * configure: Regenerate.
8047
bba5e0ca
EB
80482005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8049
8050 PR libgcj/10353
8051 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8052 * configure: Regenerate.
8053
70132ce7
SK
80542005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8055
8056 * MAINTAINERS (Write After Approval): Add myself.
8057
20f0edca
ILT
80582005-02-10 Ian Lance Taylor <ian@airs.com>
8059
8060 * MAINTAINERS: Update my e-mail address.
8061
e64e5109
RG
80622005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8063
8064 * MAINTAINERS (Write After Approval): Add myself.
8065
40d64b5a
HPN
80662005-01-29 Hans-Peter Nilsson <hp@axis.com>
8067
8068 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8069 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8070 target-libgloss when not *-*-elf and *-*-aout.
8071 * configure: Regenerate.
8072
54a12711
KH
80732005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8074
8075 * MAINTAINERS: Remove obsolete entries.
8076
0aa99dbb
KH
8077 * MAINTAINERS (Write After Approval): Add Michael Matz.
8078
2b009f5f
NB
80792005-01-19 Neil Booth <neil@daikokuya.co.uk>
8080
8081 * MAINTAINERS: Remove self as cpplib maintainer.
8082
385870f5
KC
80832005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8084
8085 * install-sh, config.sub: Import from upstream.
8086
e7daab31
KC
80872005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8088
8089 PR bootstrap/18222
8090 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8091 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8092 * Makefile.in: Regenerate.
8093
e6003f4d
JT
80942005-01-16 Jason Thorpe <thorpej@netbsd.org>
8095
8096 * MAINTAINERS: Update my email address.
8097
145e2972 80982005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 8099 Andreas Schwab <schwab@suse.de>
145e2972
DE
8100
8101 PR bootstrap/18033
8102 * config-ml.in: Eval option if surrounded by single quotes.
8103
86c7e0da
PB
81042005-01-03 Paolo Bonzini <bonzini@gnu.org>
8105
8106 Revert 2004-12-28 Makefile changes, a better fix will be
8107 applied to mainline and src after GCC 4.0 branches.
8108
3224a22f
PB
81092004-12-28 Paolo Bonzini <bonzini@gnu.org>
8110
8111 PR bootstrap/17383
8112
8113 * Makefile.def (target_modules): Remove stage parameter,
8114 it is always true now.
8115 * Makefile.tpl (configure-build-[+module+],
8116 configure-target-[+module+]): Always build symlink tree
8117 for the directory and for include. BUILD_SUBDIR and
8118 TARGET_SUBDIR cannot be . anymore.
8119 * Makefile.in: Regenerate.
8120
aaf51ca2
DE
81212004-12-25 David Edelsohn <edelsohn@gnu.org>
8122
8123 Revert 2004-12-08 Makefile changes.
8124
4e32e454
DS
81252004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8126
8127 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8128 cygwin, mingw.
8129
669f01d8
AS
81302004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8131
8132 * configure.in (sh64-*-*): Reenable gprof.
8133 * configure: Regenerate.
8134
1b227ee0
DE
81352004-12-08 David Edelsohn <edelsohn@gnu.org>
8136
8137 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8138 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8139 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8140 * Makefile.in: Regenerate.
8141
ce5e944c
CF
81422004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8143
8144 * MAINTAINERS: Update my email address.
8145
893f1e87
MK
81462004-12-07 Matt Kraai <kraai@ftbfs.org>
8147
8148 * Makefile.tpl: Generate normal dependencies if the LHS module is
8149 not bootstrapped.
8150 * Makefile.in: Regenerate.
8151
bb59c339
RS
81522004-12-03 Richard Sandiford <rsandifo@redhat.com>
8153
8154 * configure.in: Include config/gxx-include-dir.m4. Use
8155 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8156 * configure: Regenerate.
8157
4982adbe
RS
81582004-12-03 Richard Sandiford <rsandifo@redhat.com>
8159
8160 * config.if: Delete.
8161 * configure.in: Set libstdcxx_incdir directly.
8162 * configure: Regenerate.
8163
05750653
EC
81642004-12-02 Eric Christopher <echristo@redhat.com>
8165
8166 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8167 * Makefile.in: Regenerate.
8168
5fef1dbd
RS
81692004-12-02 Richard Sandiford <rsandifo@redhat.com>
8170
8171 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8172 * configure: Regenerate.
8173
afabd8e6
RS
81742004-12-02 Richard Sandiford <rsandifo@redhat.com>
8175
8176 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8177 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8178 * configure: Regenerate.
8179
78716e86
EC
81802004-12-01 Eric Christopher <echristo@redhat.com>
8181
8182 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8183 of things to remove.
8184
57ab8ba9
MK
81852004-11-29 Matt Kraai <kraai@ftbfs.org>
8186
8187 * MAINTAINERS (Write After Approval): Update my e-mail address.
8188
2539bffe
KC
81892004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8190
8191 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8192 from CVS libtool to always pass_all.
8193
3e732ba0
JDA
81942004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8195
8196 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8197 (hppa*64*-*-*): Delete incorrect comment.
8198 * configure: Rebuilt.
8199
767f726e
KC
82002004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8201
8202 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8203
2c92e90f
KC
82042004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8205
8206 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8207 from CVS libtool to always pass_all.
8208
32f84e48
KC
82092004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8210
8211 * install-sh, compile: Import from automake.
8212
9587be8a
KC
82132004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8214
8215 * config.guess, config.sub: Import from savannnah.
8216
04e81808 82172004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
8218
8219 * MAINTAINERS (Write After Approval): Add myself
8220
f87a2b2e
MS
82212004-11-12 Mike Stump <mrs@apple.com>
8222
8223 * Makefile.def: Add html support.
8224 * Makefile.tpl: Likewise.
8225 * Makefile.in: Regenerate.
8226
848556c2
GK
82272004-11-11 Geoffrey Keating <geoffk@apple.com>
8228
556f03c4
GK
8229 PR 18423
8230 * configure.in: Remove all instances of build-fixincludes from
8231 noconfigdirs.
8232 (build_configargs): Supply --target to subdirectories.
8233 * configure: Regenerate.
8234
848556c2
GK
8235 * Makefile.def: Make gcc install depend on fixincludes install.
8236 * Makefile.in: Regenerate.
8237
9e5712a5
JJ
82382004-11-10 Janis Johnson <janis187@us.ibm.com>
8239
8240 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8241
4ef509c0
PB
82422004-11-11 Paul Brook <paul@codesourcery.com>
8243
8244 * MAINTAINERS: Add self as arm maintainer. Update email address.
8245
20d11df6
HPN
82462004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8247
8248 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8249 target-libgfortran.
79fd8592 8250 * configure: Regenerate.
20d11df6 8251
68c70f15
DE
82522004-11-07 David Edelsohn <edelsohn@gnu.org>
8253
8254 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8255 like CC.
8256
54f88091
PB
82572004-11-05 Paolo Bonzini <bonzini@gnu.org>
8258
8259 * Makefile.def (host fixincludes): Specify missing targets.
8260 * Makefile.in: Regenerate.
8261
6866abb8
RC
82622004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8263
8264 * MAINTAINERS: Add myself
8265
83f62578
GL
82662004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8267
8268 * MAINTAINERS (Write After Approval): Add myself.
8269
53c7ffe7
GK
82702004-11-04 Geoffrey Keating <geoffk@apple.com>
8271
8272 * Makefile.def: Build fixincludes for the host, too.
8273 * Makefile.in: Regenerate.
8274 * configure.in (host_tools): Add fixincludes.
8275 * configure: Regenerate.
8276
ac8b3d9d
DJ
82772004-11-04 Daniel Jacobowitz <dan@debian.org>
8278
8279 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8280 * configure: Regenerated.
8281
bab37580
L
82822004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8283
8284 PR other/17783
8285 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8286 * configure: Regenerated.
8287
db1de713
MM
82882004-10-31 Mark Mitchell <mark@codesourcery.com>
8289
8290 * README.SCO: Update per FSF instructions.
8291
a827e21a
EW
82922004-10-28 Eric B. Weddington <ericw@evcohs.com>
8293
8294 PR target/18151
8295 * configure.in (case ${target}): Do not build fixincludes for avr.
8296 * configure: Regenerated.
8297
9d069a4f
PB
82982004-10-26 Paolo Bonzini <bonzini@gnu.org>
8299
8300 * configure.in (case ${target}): Do not build fixincludes
8301 on platforms where it is not used.
8302 * configure: Regenerated.
8303
fc45f3fe
DJ
83042004-10-23 Daniel Jacobowitz <dan@debian.org>
8305
8306 * configure.in: Use an absolute path to install-sh.
8307 * configure: Regenerated.
8308
36554b92
AL
83092004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8310
8311 * MAINTAINERS (Write After Approval): Add myself.
8312
88e9994a
KH
83132004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8314
8315 * MAINTAINERS: Remove from Write After Approval those that are
8316 already maintainers.
8317
ad02a944
SP
83182004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8319
8320 * MAINTAINERS: Update my email address.
8321
c8e6cd41
KC
83222004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8323
8324 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8325 * configure: Regenerate.
8326
dce2d8b2 83272004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
8328
8329 * MAINTAINERS: Update my email address.
8330
a8b0957e
KH
83312004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8332
8333 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8334 entries belonging to this category.
8335
96836f61
JZ
83362004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8337
8338 * MAINTAINERS: Update my e-mail address.
8339
7e0b5752
PB
83402004-10-06 Paolo Bonzini <bonzini@gnu.org>
8341
8342 Fix wrong conflict resolution in:
8343
8344 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8345
8346 * Makefile.in: Regenerate.
8347 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8348 in the recursive `make', instead of hardwiring `all'.
8349 (Autogenerated TARGET-* variables): New.
8350
370f7a47
TL
83512004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8352
8353 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 8354 * configure: Regenerate.
370f7a47 8355
13e5d623
KH
83562004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8357
8358 * MAINTAINERS (Various Maintainers): Move the "windows,
8359 cygwin, mingw" maintainer to ...
8360 (OS Port Maintainers): ... here.
8361
a6497c1b
KH
83622004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8363
8364 * MAINTAINERS (Write After Approval): Remove those that are
8365 maintainers of some subsystem.
8366
1abb828a
D
83672004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8368
8369 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8370 * ltcf-cxx.sh (tpf*): Likewise.
8371 * ltconfig (tpf*): Add TPF OS configuration support.
8372
16d1338d
BS
83732004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8374
8375 * MAINTAINERS: Change my email address to my new work account.
8376
9082a750
MR
83772004-09-24 Michael Roth <mroth@nessie.de>
8378
8379 * configure.in (--without-headers): Add missing double quotes.
8380 * configure: Regenerate.
8381
dce2d8b2 83822004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
8383
8384 * ylwrap: Revert to previous version.
8385
4c4a5bbc
L
83862004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8387
8388 PR bootstrap/17369
8389 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8390 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8391 SET_GCC_LIB_PATH_CMD.
8392 (BASE_TARGET_EXPORTS): Likewise.
8393 * Makefile.in: Regenerated.
8394
8395 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8396 * configure: Regenerated.
8397
85f59630
KC
83982004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8399
8400 * config.guess: New upstream version
8401 * compile, depcomp, install-sh, ylwrap: Likewise.
8402
95c53c62
RS
84032004-09-19 Roger Sayle <roger@eyesopen.com>
8404
8405 * config/mh-x86omitfp: New host makefile fragment. Add
8406 -fomit-frame-pointer to the default BOOT_CFLAGS.
8407 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8408 * configure: Regenerate.
8409
0a1c093b
AP
84102004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8411
8412 PR target/11572
8413 * configure.in (*-*-darwin*): Renable libobjc.
8414 * configure: Regenerate.
8415
315fcf97
NS
84162004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8417
8418 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8419
0a050485 84202004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 8421
0a050485
DB
8422 * Makefile.def: Remove libbanshee.
8423 * Makefile.tpl: Ditto.
8424 * configure.in: Ditto.
8425 * Makefile.in: Regen.
8426 * configure: Ditto.
8427
5f4a098e
DE
84282004-09-08 David Edelsohn <edelsohn@gnu.org>
8429
8430 * ltmain.sh: Use $pic_object as $non_pic_object if
8431 $non_pic_object=none.
8432
32b2511f
PB
84332004-09-07 Paolo Bonzini <bonzini@gnu.org>
8434
8435 * missing: Import latest version from master repository.
8436
fc4d0e82
NC
84372004-09-06 Nick Clifton <nickc@redhat.com>
8438
8439 * config.sub: Import latest version from master repository.
8440 * config.guess: Likewise.
8441 This includes these changes:
78716e86 8442
fc4d0e82
NC
8443 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8444
8445 * config.sub: Handle crisv32, alias etraxfs.
8446 * config.guess (crisv32:Linux:*:*): Handle.
8447
8448 2004-08-13 Brad Smith <brad@comstyle.com>
8449
8450 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8451 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8452
8453 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8454
8455 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8456 assume the processor is a powerpc. This is because coreutils
8457 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8458 in this case, due to a MacOS X bug that causes
8459 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8460 to return a negative number.
8461 Problem reported by Petter Reinholdtsen in:
8462 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8463
8464 2004-07-19 Ben Elliston <bje@gnu.org>
8465
8466 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8467
8468 2004-06-24 Ben Elliston <bje@gnu.org>
8469
8470 * config.guess: Update copyright years.
8471 * config.sub: Likewise.
8472
8473 2004-06-22 Robert Millan <robertmh@gnu.org>
8474
8475 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8476 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8477
8478 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8479
8480 * config.guess (*:*VMS:*:*): New entry. Replaces
8481 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8482 manufacturer.
8483
8484 2004-06-22 Ben Elliston <bje@gnu.org>
8485
8486 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8487 * config.sub: Likewise.
8488
8489 2004-06-22 Ben Elliston <bje@gnu.org>
8490
8491 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8492 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8493
8494 2004-06-11 Ben Elliston <bje@gnu.org>
8495
8496 * config.guess (pegasos:OpenBSD:*:*): Remove.
8497
8498 2004-06-11 Ben Elliston <bje@gnu.org>
8499
8500 From Wouter Verhelst <wouter@grep.be>:
8501 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8502
8503 2004-06-11 Ben Elliston <bje@gnu.org>
8504
8505 * config.guess (luna88k:OpenBSD:*:*): New.
8506
8507 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8508
8509 * config.guess (m32r*:Linux:*:*): New case.
8510 * config.sub: Handle m32rle.
8511
8512 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8513
8514 From Jens Petersen <petersen@redhat.com>:
8515 * config.sub: Handle sparcv8.
8516
8517 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8518
8519 From Tom Smith <smith@cag.lkg.hp.com>:
8520 * config.guess: Version suffixes are equally significant on Tru64
8521 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8522 prefix of "P" (patched kernel).
8523
8524 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8525
8526 * config.sub: Add support for National Semiconductor CRX target.
8527
2f4cc6bf
JJ
85282004-09-03 Janis Johnson <janis187@us.ibm.com>
8529
8530 * MAINTAINERS (Various Maintainers): Remove myself as web page
8531 maintainer, add myself as maintainer of build status lists.
8532
61fec9ff
JB
85332004-09-03 Jan Beulich <jbeulich@novell.com>
8534
8535 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8536 *-*-netware, but add target-libmudflap.
8537 Consolidate *-*-netware targets (of which really only i?86 exists)
8538 into a single entry.
8539 * configure: Likewise.
8540
45f366ab
PB
85412004-09-01 Paolo Bonzini <bonzini@gnu.org>
8542
8543 * Makefile.tpl (sorry): Remove.
8544 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8545 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8546 (do-clean): Clean per-stage directories too.
8547 (do-distclean): Run distclean-stage1 too.
8548 (.NOTPARALLEL): Enable during toplevel bootstrap.
8549 (stage[+id+]-bubble): Enable parallel execution during
8550 the recursive invocation.
8551 * Makefile.in: Regenerate.
8552
8553 Fix previous checkin:
8554
8555 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8556 include.
8557 * configure.in: Fix indentation.
8558 * configure: Regenerate.
8559
dce2d8b2 85602004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 8561
45f366ab
PB
8562 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8563 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8564 * configure: regenerate
78716e86 8565 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 8566 -mdynamic-no-pic
be8fff81 8567
71b5d516
PB
85682004-08-31 Paolo Bonzini <bonzini@gnu.org>
8569
8570 * Makefile.def (build_modules): Add fixincludes.
8571 (dependencies): Make gcc depend on fixincludes.
8572 * configure.in (build_tools): Add fixincludes.
8573 (build_configdirs): Always include build_libs.
8574 * Makefile.in: Regenerate.
8575 * configure: Regenerate.
8576
85772004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
8578
8579 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8580 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8581 phony targets; do not generate timestamp files.
8582 (distclean-stageN): Remove references to their timestamp files.
8583 (restageN, touch-stageN): Remove.
8584 (stageN-bubble): Rewritten.
8585 (compare): Support lean bootstraps.
8586 * Makefile.in: Regenerate.
8587
8588 * configure.in: Only warn when bootstrapping but
8589 build != host or build != target. Support lean bootstraps.
8590 * configure: Regenerate.
8591
ce7cbbb0
PE
85922004-08-26 Phil Edwards <phil@codesourcery.com>
8593
8594 * configure.in: Give a better error message if GMP/MPFR are missing
8595 and a language needing them has been requested.
8596 * configure: Regenerated.
8597
9c71a529
PE
85982004-08-25 Phil Edwards <phil@codesourcery.com>
8599
8600 * configure.in: Print a list of available language front-ends if
8601 a requested one is missing. Tidy stray tab characters.
8602 * configure: Regenerated.
8603
e3f92d3b
MK
86042004-08-19 Michael Koch <konqueror@gmx.de>
8605
8606 * gcc/doc/install.texi: Update entry about automake for libjava.
8607
c3f84f61
RM
86082004-08-17 Robert Millan <robertmh@gnu.org>
8609
8610 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8611 (instead of FreeBSD).
8612 * configure: Regenerate.
8613
7c27e184
PB
86142004-08-16 Paolo Bonzini <bonzini@gnu.org>
8615
8616 * Makefile.in: Regenerate.
8617 * configure: Regenerate.
8618
8619 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8620 stage_*_flags.
8621 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8622 for bootstrapped modules if toplevel bootstrap is going.
8623 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8624 modules. Adjust for changes in Makefile.def. Enable several
8625 rules even in non-bootstrap mode, just to avoid peppering the
8626 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8627 (stage-[+prev+]-bubble): Remove.
8628
8629 * Makefile.def (Dependencies): Depend on all-build-bison,
8630 all-build-flex, all-build-byacc, all-build-texinfo, rather
8631 than the host variations.
8632 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8633 with BUILD_SUBDIR.
8634 (BISON): Update for recent Bisons.
8635 (YACC): Fix typo.
8636 (cross): Depend on all-build.
8637 (all): Do not depend on all-build.
8638 (prebootstrap): Remove.
8639 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8640 (Prebootstrap dependencies): Add them to the per-stage targets
8641 and to all-prebootstrap.
8642 * configure.in (build_configdirs): Always enable build_tools.
8643 (BUILD_DIR_PREFIX): Remove.
8644
8645 * Makefile.def (gcc): Add target variable.
8646 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8647 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8648 in the recursive `make', instead of hardwiring `all'.
8649 (Autogenerated TARGET-* variables): New.
8650
20f3bb80
BB
86512004-08-13 Brian Booth <bbooth@redhat.com>
8652
8653 * MAINTAINERS: Remove myself from write-after-approval.
8654
b5be499d
NN
86552004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8656
8657 * src-release: Stop distributing mmalloc with gdb (which doesn't
8658 use it).
8659 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8660 * Makefile.in: Regenerate.
8661
b3f8d95d
MM
86622004-08-09 Mark Mitchell <mark@codesourcery.com>
8663
8664 * configure.in (arm*-*-eabi*): New target.
8665 * configure: Regenerate.
8666
3589b69e
PB
86672004-08-06 Paolo Bonzini <bonzini@gnu.org>
8668
8669 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8670 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8671 (Dependencies): New section.
8672 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8673 (configure-target-[+module+]): Depend on maybe-all-gcc
8674 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8675 (toplevel profiledbootstrap): Fix dependencies.
8676 * Makefile.in: Regenerate.
8677
972974fc
MM
86782004-08-03 Mark Mitchell <mark@codesourcery.com>
8679
8680 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8681 target-libiberty to noconfigdirs.
8682 * configure: Regenerate.
8683
bebf829d
PB
86842004-08-03 Paul Brook <paul@codesourcery.com>
8685
8686 * configure.in: Check for MPFR as well as GMP.
8687 * configure: Regenerate.
8688
98a5bb3b
RM
86892004-08-01 Robert Millan <robertmh@gnu.org>
8690
8691 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8692 libmudflap for all GNU-based systems (with Glibc).
8693 * configure: Regenerate.
8694
dce2d8b2 86952004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
8696
8697 * Makefile.def (host-modules): Add gcc.
8698 * Makefile.in: Regenerate.
8699 * Makefile.tpl (sorry): New rule.
8700 (configure-host, all-host, [+make_target+]-host, do-check,
8701 install-host): Do not add gcc as a special case.
8702 (host modules): Add a small special-casing for gcc. Export
8703 extra_make_flags through the environment.
8704 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8705 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8706 other recursive targets for gcc): Remove.
8707
8708 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8709 (stage, unstage): New rules.
8710 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8711 distclean-stage[+id+]): Use stage_current.
8712 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8713 the stage*-start rules.
8714
aeb732c1
GK
87152004-08-02 Geoffrey Keating <geoffk@apple.com>
8716
8717 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8718 use -all_load flag.
8719
25b656e7
PB
87202004-08-02 Paolo Bonzini <bonzini@gnu.org>
8721
8722 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8723 * configure: Regenerate.
8724
cc440d71
TM
87252004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8726
8727 * maintainer-scripts/gcc_release: Revert yesterday's change.
8728
270e140b
SB
87292004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8730
8731 * MAINTAINERS: Add myself to write-after-approval.
8732
3e4035f8
TM
87332004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8734
8735 * libf2c: Removed.
8736 * gcc/gccbug.in: Updated because of libf2c removal.
8737 * maintainer-scripts/gcc_release: Ditto.
8738
dce2d8b2 87392004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
8740
8741 * configure.in: Build libmudflap by default on FreeBSD.
8742 * configure: Regenerated.
8743
dfcada9a
MM
87442004-07-09 Mark Mitchell <mark@codesourcery.com>
8745
8746 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8747 systems.
8748 * configure: Regenerated.
8749
dce2d8b2 87502004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
8751
8752 PR target/16344
8753 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8754 feedback based compiler.
8755 * Makefile.in: Rebuilt.
8756
95bcca47
AO
87572004-07-08 Alexandre Oliva <aoliva@redhat.com>
8758
8759 * Makefile.def (host_modules): Set bootstrap=true for flex.
8760 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8761 * Makefile.in: Rebuilt.
8762
051822f6
JH
87632004-07-07 Jan Hubicka <jh@suse.cz>
8764
8765 * MAINTAINERS: Add self as a profile feedback maintainer.
8766
7b61653a
PE
87672004-07-05 Phil Edwards <phil@codesourcery.com>
8768
8769 * configure.in: Do not prepend $srcdir to /dev/null in
8770 makefile fragments.
8771 * configure: Regenerate.
8772
23f6b2f9
PB
87732004-07-01 Paolo Bonzini <bonzini@gnu.org>
8774
8775 * Makefile.def (build_modules): Add bison, byacc, flex,
8776 m4, texinfo.
8777 (flags_to_pass): Add FLEX.
8778 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8779 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8780 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8781 DEFAULT_MAKEINFO): Remove.
8782 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8783 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8784 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8785 objdir or else use configured tool.
8786 (all-build): New.
8787 (all): Depend on it.
8788 (Build module dependencies): Add.
8789 * Makefile.in: Regenerate.
8790 * configure.in: Better support for multiple build modules,
8791 matching what is done for host/target modules. Do not look
8792 for "plausible" locations of build tools if Canadian cross.
8793 Use autoconf's AC_PROG_CC to find a C compiler. Define
8794 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8795 * configure: Regenerate.
78716e86 8796
1c020272
PB
87972004-06-22 Paolo Bonzini <bonzini@gnu.org>
8798
8799 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8800 * Makefile.in: Regenerate.
8801
a52a0a7f
PB
88022004-06-22 Paolo Bonzini <bonzini@gnu.org>
8803
8804 * Makefile.tpl (configure-build-[+module+],
8805 configure-[+module+], configure-target-[+module+]): Pass
8806 [+extra_configure_args+].
8807 (all-build-[+module+], all-[+module+], check-[+module+],
8808 install-[+module+], [+make_target+]-[+module+],
8809 all-target-[+module+], check-target-[+module+],
8810 install-target-[+module+], [+make_target+]-target-[+module+]):
8811 Pass [+extra_make_args+].
8812 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8813 (GCC_HOST_EXPORTS): Remove.
8814 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8815 cross, check-gcc, check-gcc-c++, install-gcc,
8816 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8817 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8818 * Makefile.in: Regenerate.
8819
ccde3f1a
MS
88202004-06-21 Matthew Sachs <msachs@apple.com>
8821
8822 * MAINTAINERS: Added self to write-after-approval.
8823
6264b0a6
CF
88242004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8825
8826 * configure.in: Check for srcdir/winsup rather than build directory
8827 winsup.
8828 * configure: Regenerate.
8829
801e2270
CV
88302004-06-17 Corinna Vinschen <vinschen@redhat.com>
8831
8832 * configure.in: Don't build Cygwin native newlib if winsup
8833 directory is missing. Emit warning instead.
8834 * configure: Regenerate.
8835
ad6717df
PB
88362004-06-09 Paolo Bonzini <bonzini@gnu.org>
8837
8838 * Makefile.tpl (touch-stage[+id+]): New.
8839 (restage[+prev+]): Depend on touch-stage[+id+].
8840
8841 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8842 Use it throughout.
8843
8844 * Makefile.def: Add profile and feedback bootstrap stages.
8845 Remove next field from bootstrap stages.
8846 * Makefile.tpl (LN, LN_S): Substitute.
8847 (stageN-start, stageN-end): Use double-colon rules, to
8848 provide a hook for additional setup commands.
8849 (distclean-stageN-gcc, restageN): Create dependencies from
8850 [+prev+], not from [+next+].
8851 (stageN-bubble): Add commands for successive stages from
8852 [+prev+], using double-colon rules.
8853 (all-stageN-gcc): Fix typo.
8854 (stagefeedback-start, profiledbootstrap): New.
8855 * Makefile.in: Regenerate.
8856 * configure.in: Call ACX_PROG_LN.
8857 * configure: Regenerate.
8858
5bbb9680
CY
88592004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8860
8861 * MAINTAINERS (Write After Approval): Add myself.
8862
e18be1d4
MA
88632004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8864
8865 * MAINTAINERS (Write After Approval): Add myself.
8866
5607edfd
PB
88672004-06-03 Paolo Bonzini <bonzini@gnu.org>
8868
8869 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8870 without gcc.
8871 * configure: Regenerate.
8872
1ec4e9c3
PB
88732004-06-01 Paolo Bonzini <bonzini@gnu.org>
8874
8875 * Makefile.tpl: Fix typo.
8876 * Makefile.in: Regenerate.
8877
dce2d8b2 88782004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
8879
8880 * configure.in: Remove new- prefix from toplevel
8881 bootstrap targets.
8882 * configure: Regenerate.
8883
f516a7da
PB
88842004-06-01 Paolo Bonzini <bonzini@gnu.org>
8885
8886 * Makefile.tpl (all.normal): Rename to all.
8887 (all): Replace with a rule to pick the default
8888 target from configure.
8889 (all-gcc, configure-gcc): Use conditionals to
8890 do nothing when toplevel bootstrap is going on.
8891 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8892 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8893 * configure.in: Support --enable-bootstrap.
8894
8895 * Makefile.def: Remove new- prefix from toplevel
8896 bootstrap targets.
8897 * Makefile.tpl: Likewise.
8898
8899 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8900 target.
8901
8902 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8903 $(RECURSE_FLAGS) to recursive invocation of make.
8904
8905 * Makefile.in: Regenerate.
8906 * configure: Regenerate.
8907
78dd5e36 89082004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 8909 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
8910
8911 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8912 like CC.
8913
30f1bddc
DJ
89142004-05-27 Daniel Jacobowitz <dan@debian.org>
8915
8916 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8917 * configure: Regenerate.
8918
4fc4dd12
DJ
89192004-05-25 Daniel Jacobowitz <drow@false.org>
8920
8921 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8922 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8923 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8924 targets.
8925 * Makefile.in: Regenerate.
8926
dce2d8b2 89272004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
8928
8929 * configure.in: Test the ability to symlink directories.
8930 * configure: Regenerate.
8931
8932 * Makefile.def (bootstrap-stage): New definitions.
8933 * Makefile.tpl (configure-stage1-gcc,
8934 configure-stage2-gcc, configure-stage3-gcc,
8935 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8936 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8937 new-restage3, compare): Autogenerate, see Makefile.in
8938 entry for behavioral changes.
8939 (distclean-stage1, new-stage1-start, new-stage1-end,
8940 new-stage1-bubble, distclean-stage2, new-stage2-start,
8941 new-stage2-end, new-stage2-bubble, distclean-stage3,
8942 new-stage3-start, new-stage3-end): New autogenerated targets.
8943 (objext, prebootstrap, BOOT_CFLAGS,
8944 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8945 targets.
8946
8947 * Makefile.in: Regenerate.
8948 (distclean-stage1, new-stage1-start, new-stage1-end,
8949 new-stage1-bubble, distclean-stage2, new-stage2-start,
8950 new-stage2-end, new-stage2-bubble, distclean-stage3,
8951 new-stage3-start, new-stage3-end): New targets.
8952 (all-stage1-gcc): Move prebootstrap dependency from here...
8953 (configure-stage1-gcc): ...to here.
8954 (new-bootstrap): Use bubble targets.
8955 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8956 Use per-stage distclean targets.
8957 (configure-stage1-gcc, configure-stage2-gcc,
8958 configure-stage3-gcc, all-stage1-gcc,
8959 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8960 Use new-stageN-start to prepare the tree.
8961
4f4e53dd
PB
89622004-05-23 Paolo Bonzini <bonzini@gnu.org>
8963
8964 * Makefile.def (host_modules): add libcpp.
8965 * Makefile.tpl: Add dependencies on and for libcpp.
8966 * Makefile.in: Regenerate.
8967 * configure.in: Add libcpp host module.
8968 * configure: Regenerate.
8969
60975492
PB
89702004-05-21 Paolo Bonzini <bonzini@gnu.org>
8971
8972 * Makefile.tpl: Whenever a recursive target is defined, wrap
8973 it in a special @if/@endif block, and prepare its maybe
8974 dependency in the @if/@endif block
8975 * configure.in: Instead of writing maybe dependencies, remove
8976 the @if/@endif statements, and remove the @if/@endif blocks
8977 that remain.
8978 * configure: Regenerate.
8979 * Makefile.in: Regenerate.
8980
5ce7d75d
JJ
89812004-05-20 Janis Johnson <janis187@us.ibm.com>
8982
8983 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8984
c779c42f
KK
89852004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8986
8987 PR bootstrap/15120
8988 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8989 * */configure: Rebuilt.
8990
b4117c30
ZW
89912004-05-17 Zack Weinberg <zack@codesourcery.com>
8992
8993 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8994 of libf2c.
8995 * configure, Makefile.in: Regenerate.
8996
719bb4e3 89972004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
8998
8999 * MAINTAINERS (Write After Approval): Add myself.
9000
6de9cd9a
DN
90012004-05-13 Diego Novillo <dnovillo@redhat.com>
9002
9003 Merge from tree-ssa-20020619-branch.
9004
9005 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9006 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9007 (HOST_GMPLIBS): Define.
9008 (HOST_GMPINC): Define.
9009 (TARGET_LIB_PATH): Add libmudflap.
9010 (GFORTRAN_FOR_TARGET): Define.
9011 (configure-build*): Export GFORTRAN.
9012 (configure-gcc): Export GMPLIBS and GMPINC.
9013 (all-gcc): Add maybe-all-libbanshee.
9014 (configure-target-libgfortran): Define.
9015 * Makefile.in: Regenerate.
9016 * configure.in (host_libs): Add libbanshee.
9017 (target_libraries): Add target-libmudflap and target-libgfortran.
9018 Add --with-libbanshee.
9019 Handle --disable-libmudflap.
9020 (*-*-freebsd*): Use with_gmp.
9021 Add $(libgcj) to noconfigdirs.
9022 * configure: Regenerate.
9023 * depcomp: New file.
9024 * MAINTAINERS: Add tree-ssa maintainers.
9025
8f1b790f
VM
90262004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9027
b4117c30 9028 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 9029
693446fc
BF
90302004-04-30 Brian Ford <ford@vss.fsi.com>
9031
b4117c30 9032 * MAINTAINERS (Write After Approval): Add myself.
693446fc 9033
d1bb666c
UB
90342004-04-29 Uros Bizjak <uros@kss-loka.si>
9035
b4117c30 9036 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 9037
6cf1ac42
PB
90382004-04-28 Paolo Bonzini <bonzini@gnu.org>
9039
9040 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9041 * configure: Regenerate.
9042
632933d5
PB
90432004-04-27 Paolo Bonzini <bonzini@gnu.org>
9044
9045 Revert:
9046 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9047
9048 * Makefile.def (flags_to_pass): Remove *dir variables that
9049 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9050 as well as prefix and exec_prefix.
9051 * Makefile.in: Regenerate.
9052
80dc6aa0
RM
90532004-04-26 Robert Millan <robertmh@gnu.org>
9054
9055 Add patches from libtool CVS.
9056 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9057 * ltconfig: Likewise.
9058 * ltcf-c.sh: Likewise.
9059 * ltcf-cxx.sh: Likewise.
9060 * ltcf-gcj.sh: Likewise.
9061
e11283f1
PB
90622004-04-26 Paolo Bonzini <bonzini@gnu.org>
9063
9064 * Makefile.def (host_modules): Mark with the bootstrap
9065 flag packages on which gcc depends.
9066 * Makefile.tpl (all-bootstrap): Use it.
9067 * Makefile.in: Regenerate.
9068
8546950c
PB
90692004-04-26 Paolo Bonzini <bonzini@gnu.org>
9070
9071 * Makefile.def (flags_to_pass): Remove *dir variables that
9072 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9073 as well as prefix and exec_prefix.
9074 * Makefile.in: Regenerate.
9075
a76494aa
PB
90762004-04-26 Paolo Bonzini <bonzini@gnu.org>
9077
b4117c30
ZW
9078 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9079 * configure: Regenerate.
9080 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9081 * gcc/Makefile.tpl (compare): Use the result of the test.
9082 * gcc/Makefile.in: Regenerate.
a76494aa 9083
03a91701
PB
90842004-04-23 Paolo Bonzini <bonzini@gnu.org>
9085
9086 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9087 Always relocate gcc and prev-gcc to the original names, even
9088 if the build fails.
9089 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9090 New targets.
9091
082a6351
LG
90922004-04-23 Laurent GUERBY <laurent@guerby.net>
9093
9094 * MAINTAINERS: Update my email address.
b4117c30 9095
1f1d584b
RO
90962004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9097
9098 * configure.in (mips*-*-irix5*): Enable ld.
9099 * configure: Regenerate.
082a6351 9100
1db673ca
RO
91012004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9102
9103 * configure: Regenerate.
9104
ce4ea44e
JW
91052004-04-15 James E Wilson <wilson@specifixinc.com>
9106
9107 * Makefile.tpl (configure-[+module+], configure-gcc,
9108 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9109 Set and export LDFLAGS.
9110 * Makefile.in: Regenerate.
9111
611f62ad
MC
91122004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9113
b4117c30 9114 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 9115
be912515
NN
91162004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9117
9118 PR bootstrap/14871
9119 * Makefile.tpl: If we don't have built-in-tree target tools,
9120 use the ones found by configure rather than hacking around with
9121 program_transform_name.
9122 * configure.in: Give Makefile.tpl the information necessary
9123 to do that.
9124 * Makefile.in: Regenerate.
9125 * configure: Regenerate.
9126
9104315a
NN
91272004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9128
9129 PR bootstrap/14760
9130 * configure.in: When computing baseargs, strip *all* copies of
9131 offending options. Also, don't match/substitute the trailing space,
9132 so that this actually works when two similar options are separated by
9133 only one space.
9134 * configure: Regenerate.
9135
bef1d700
DE
91362004-04-06 David Edelsohn <edelsohn@gnu.org>
9137
b4117c30
ZW
9138 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9139 (rs6000-*-aix*): Same.
9140 * configure: Regenerate.
bef1d700 9141
54bcf05e 91422004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
9143
9144 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 9145
369a832c 91462004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
9147
9148 * MAINTAINERS: Add myself to write-after-approval.
369a832c 9149
09a9c095
NN
91502004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9151
7caf53cb
NN
9152 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9153 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9154 * Makefile.in: Regenerate.
9155
09a9c095
NN
9156 * configure.in (top level bootstrap support): Rework --enable-werror
9157 to set @stage2_werror_flag@.
9158 * configure: Regenerate.
9159 * Makefile.tpl (top level bootstrap support): Pass
9160 @stage2_werror_flag@ down to configure in stages 2 and 3.
9161 * Makefile.in: Regenerate.
9162
5595a2bd
NN
91632004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9164
cbfd7e06
NN
9165 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9166 for stages 2 and 3 as well as in make. As a consequence, remove
9167 OUTPUT_OPTION (now detected by configure) from the flags passed down
9168 to make.
9169 * Makefile.in: Regenerate.
9170
5595a2bd
NN
9171 * Makefile.tpl (new-bootstrap): Fix typo.
9172 * Makefile.in: Regenerate.
9173
ca3b3e20
NN
91742004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9175
295f4e42
NN
9176 * Makefile.tpl: Rearrange by moving recursive_targets rules
9177 into their proper sections.
9178 * Makefile.tpl (top level bootstrap support): Move disabling
9179 of coverage flags from 'make' to 'configure'; improve comments.
9180 * Makefile.in: Regenerate.
9181
340de83f
NN
9182 * Makefile.tpl (experimental top level bootstrap) Move stage1
9183 language setting from all- target to configure- target; disable
9184 intermodule optimization in stage 1; prevent gratuitous rebuilds
9185 of stage 1.
9186 * Makefile.in: Regenerate.
9187 * configure.in: Comma-separate stage 1 language list for top
9188 level bootstrap.
9189 * configure: Regenerate.
9190
ca3b3e20
NN
9191 * Makefile.tpl: Clean up experimental top level bootstrap support:
9192 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9193 prev-gcc in configure- targets as well as all- targets.
9194 * Makefile.in: Regenerate.
9195
4d038073
KC
91962004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9197
9198 * compile: New file imported from automake.
9199
ab3533d6
PB
92002004-03-17 Paolo Bonzini <bonzini@gnu.org>
9201
9202 * configure.in: Remove symbolic link section.
9203 * configure: Regenerate.
9204 * Makefile.tpl (links): Remove.
9205 * Makefile.in: Regenerate.
9206
1e0f07d3 92072004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 9208 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
9209
9210 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 9211 Set with AC_CHECK_PROGS.
1e0f07d3
PB
9212 * configure.in: Fix comment typo from last patch.
9213 * configure: Regenerate.
9214
2805b53a
NN
92152004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9216
9217 * Makefile.tpl: Introduce experimental top level bootstrap support.
9218 * Makefile.in: Regenerate.
9219 * configure.in: Introduce support for top level bootstrap.
9220 * configure: Regenerate.
9221
79b4b7d2 92222004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9223 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
9224
9225 PR bootstrap/14522
9226 * configure.in: Cope with shells that do not support unquoted ^
9227 * configure: Regenerate.
9228
6bbec498 92292004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 9230 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
9231
9232 PR bootstrap/14522
79b4b7d2 9233 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
9234 quotes inside quoted backquote substitutions.
9235 * configure: Regenerate.
9236
83c15dfc
AP
92372004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9238
9239 PR bootstrap/14522
f2bd98d4 9240 * configure.in: Fix escaping of $.
83c15dfc
AP
9241 * configure: Regenerate.
9242
55ffb5ed
NN
92432004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9244
9245 * configure: Regenerate, since I forgot to while committing Paolo's
9246 changes.
9247
e4c9c075
PB
92482004-03-08 Paolo Bonzini <bonzini@gnu.org>
9249
9250 PR ada/14131
9251 Move language detection to the top level.
9252 * configure.in: Find default values for the tools as
9253 soon as possible. Disable ada if GNAT is not found.
9254 Emit error message about missing languages. Expand
9255 --enable-languages=all for the gcc subdirectory.
9256
5199e2c6
BE
92572004-03-10 Ben Elliston <bje@gnu.org>
9258
9259 * MAINTAINERS: Update my email address.
9260
c18b95e5
DE
92612004-03-05 David Edelsohn <edelsohn@gnu.org>
9262
9263 * ltconfig: Disable building static libraries if building shared
9264 libraries on AIX 5L.
9265
d0fe5ad3
RS
92662004-03-01 Richard Sandiford <rsandifo@redhat.com>
9267
9268 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9269 and disable libgcj.
9270 * configure: Regenerated.
9271
e6f71f9d
BB
92722004-03-01 Brian Booth <bbooth@redhat.com>
9273
9274 * MAINTAINERS: Add myself to write-after-approval.
9275
8983e50e
PB
92762004-03-01 Paolo Bonzini <bonzini@gnu.org>
9277
9278 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9279
d4cd9d81
NN
92802004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9281
9282 PR bootstrap/7087
9283 * Makefile.tpl: Guard XFOO sed statements better.
9284 * Makefile.tpl: Add dependency for configure-target-libada.
9285 * Makefile.in: Regenerate (incidentally fixes broken
9286 commit when libada-branch was merged).
9287
0ea0229e
KC
92882004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9289
9290 * MAINTAINERS: Add myself to write-after-approval.
9291
bad93735
AP
92922004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9293
9294 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9295 maintainers.
9296
a7ca14fc
AC
92972004-02-20 Andrew Cagney <cagney@redhat.com>
9298
9299 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9300 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9301
51592782
NN
93022004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9303
9304 PR bootstrap/11932
9305 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9306
6a30854a
JQ
93072004-02-14 Jerry Quinn <jlquinn@optonline.net>
9308
9309 * MAINTAINERS: Added myself to write-after-approval.
9310
be8b2bee
MK
93112004-02-14 Michael Koch <konqueror@gmx.de>
9312
9313 * MAINTAINERS: Added myself to write-after-approval.
9314
972760b7
JM
93152004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9316
9317 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9318 some OS port maintainers to OS port maintainers section.
9319
b0281654
FCE
93202004-02-13 Frank Ch. Eigler <fche@redhat.com>
9321
9322 * MAINTAINERS: Add self.
9323
3c419fd6
KH
93242004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9325
9326 * MAINTAINERS: Alphabetize.
9327
e88e9aee
PB
93282004-02-12 Paolo Bonzini <bonzini@gnu.org>
9329
9330 * MAINTAINERS: Remove myself.
b4117c30 9331
1915e422
DE
93322004-02-11 David Edelsohn <edelsohn@gnu.org>
9333
9334 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9335 (rs6000-*-aix*): Same.
9336 * configure: Regenerate.
9337
a22c2d8d
KC
93382004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9339
9340 * configure.in (host): Add in missing $noconfigdirs to defines.
9341 * configure: Regenerate.
9342
d9cdb878
AC
93432004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9344 Nathanael Nerode <neroden@gcc.gnu.org>
9345
9346 PR ada/6637, PR ada/5911
b4117c30 9347 Merge with libada-branch:
d9cdb878
AC
9348 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9349 with appropriate dependencies. Add --enable-libada configure switch.
9350 * configure, Makefile.in: Regenerate.
9351
8bd92821
PB
93522004-02-09 Paolo Bonzini <bonzini@gnu.org>
9353
9354 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9355
89a95129
RO
93562004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9357
9358 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9359 * configure: Regenerate.
9360
892629bc
GK
93612004-02-04 Geoffrey Keating <geoffk@apple.com>
9362
9363 Merge from upstream:
9364
9365 * ltmain.in: When setting IFS to '~', be careful about user
9366 arguments that contain '~'.
9367
9368 2004-02-04 Peter O'Gorman <peter@pogma.com>
9369
9370 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9371 Also test $base_compile against $CC with escaped arguments. Bug
9372 reported by Geoff Keating <geoffk@apple.com>.
9373
6b402165
KH
93742004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9375
9376 * MAINTAINERS: Remove i960 port.
9377
fa2f0306
DD
93782004-01-23 DJ Delorie <dj@redhat.com>
9379
9380 * Makefile.def (target_modules) [libiberty]: Don't stage.
9381 * Makefile.in: Rebuilt.
9382
9feb20aa
CT
93832004-01-20 Caroline Tice <ctice@apple.com>
9384
9385 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9386
7aed2ccc
PC
93872004-01-19 Paolo Carlini <pcarlini@suse.de>
9388
9389 * MAINTAINERS: Update my email address.
9390
f25bebe1
JM
93912004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9392
9393 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 9394
28083580
VR
93952004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9396
9397 * MAINTAINERS: Remove entries without email address.
9398
c0f4b5e4
DJ
93992004-01-15 Daniel Jacobowitz <drow@mvista.com>
9400
9401 * MAINTAINERS: Add myself to write-after-approval.
9402
b5eb5a5e
SB
94032004-01-15 Steven Bosscher <stevenb@suse.de>
9404
9405 * MAINTAINERS: Update my email address.
9406
dce2d8b2 94072004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
9408
9409 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9410 * Makefile.tpl (configure-target-[+module+]): Support stage.
9411 * Makefile.in: Rebuilt.
9412
74c0b320
ILT
94132004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9414
9415 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9416
2560344b
RS
94172004-01-10 Richard Sandiford <rsandifo@redhat.com>
9418
9419 * MAINTAINERS: Add myself as a MIPS maintainer.
9420
8b21cda6
NN
94212004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9422
2b6c260d
NN
9423 * configure.in: Use ./config.cache, not config.cache.
9424 * configure: Regenerate.
9425 * Makefile.tpl: Special-casing not needed for GCC any more.
9426 * Makefile.in: Regenerate.
9427
09438bde
NN
9428 * configure.in: Don't share a cache file for host dirs.
9429 * configure: Regenerate.
9430
8b21cda6
NN
9431 * config-ml.in: Don't mess with the cache file.
9432
e42870df
EB
94332004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9434
9435 * MAINTAINERS: Move myself from 'Write After Approval' to
9436 'CPU Port Maintainers' section as SPARC maintainer.
9437
6b9eb62c
NN
94382004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9439
78a816a6
NN
9440 * Makefile.tpl: Make GCC use a separate config.cache.
9441 * Makefile.in: Regenerate.
9442
6b9eb62c
NN
9443 PR bootstrap/11932, PR bootstrap/11933
9444 (I don't know if it will fix either of them, but it relates
9445 to them.)
9446 * configure.in: Don't use shared config.cache for target
9447 directories.
9448 * configure: Regenerate.
9449
86d7b562
DN
94502004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9451
9452 * MAINTAINERS: Add myself to 'Write After Approval' section.
9453
07d0a605
RS
94542003-12-31 Roger Sayle <roger@eyesopen.com>
9455
9456 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9457 * configure: Regenerated.
9458
459ac19f
KH
94592003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9460
9461 * MAINTAINERS: Remove the mn10200 maintainer.
9462
5785c0ed 94632003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 9464
cc6010cd
AP
9465 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9466 * configure: Regenerated.
5785c0ed 9467
a268eff9
JH
94682003-12-16 Jan Hubicka <jh@suse.cz>
9469
9470 * MAINTAINERS: Add myself as callgraph maintainer.
9471
9d465b12
TF
94722003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9473
9474 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9475 * configure: Regenerate.
9476
a68a270a
GB
94772003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9478
9479 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9480 'Write After Approval' section. Update email.
9481
dce2d8b2 94822003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
9483
9484 * MAINTAINERS (Write After Approval): Add myself.
9485
8c052da4
MT
94862003-11-20 Matt Thomas <matt@3am-software.com>
9487
9488 * MAINTAINERS: Add myself as a vax port maintainer.
9489
e75f9147
KC
94902003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9491
9492 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9493 (configure-build-[+module+], configure-[+module+]): Likewise.
9494 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9495 * Makefile.in: Regenerate.
9496
43d8d958
AT
94972003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9498
9499 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9500 shared/dylibed libraries.
9501 * ltmain.sh: Likewise.
9502 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9503 * ltcf-cxx.sh: Likewise.
9504 * ltcf-gcj.sh: Likewise.
9505 * ltconfig: Likewise.
9506
638dcaa0
SC
95072003-11-17 Stan Cox <scox@redhat.com>
9508
9509 * MAINTAINERS: Add myself as iq2000 port maintainer.
9510
15cc172b
AC
95112003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9512
b4117c30
ZW
9513 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9514 * Makefile.in: Regenerate.
15cc172b 9515
20af77cd
UW
95162003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9517
9518 * config.sub: Update to 2003-11-03 version.
9519
4dd01c5c
PE
95202003-10-20 Phil Edwards <phil@codesourcery.com>
9521
9522 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9523 * configure: Regenerate.
9524
dce2d8b2 95252003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
9526
9527 * MAINTAINERS: Add myself to 'Write After Approval' section.
9528
8b7ebc31
AC
95292003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9530
9531 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9532
afe1910c
JM
95332003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9534
9535 * MAINTAINERS: Update my email address.
9536
05dcec66
RO
95372003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9538
9539 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9540
dce2d8b2 95412003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
9542
9543 * MAINTAINERS: Add myself to 'Write After Approval' section.
9544
507ec745
BI
95452003-10-16 Bernardo Innocenti <bernie@develer.com>
9546
9547 * config.guess: Update to 2003-10-16 version.
9548 * config.sub: Update to 2003-10-16 version.
9549
dce2d8b2 95502003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
9551
9552 * MAINTAINERS: Added myself to 'Write After Approval' section.
9553
0c9b16bc
FH
95542003-10-15 Falk Hueffner <falk@debian.org>
9555
9556 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9557 'Write After Approval' section. Update email.
9558
74d57d15
RS
95592003-10-14 Roger Sayle <roger@eyesopen.com>
9560
9561 * MAINTAINERS: Move myself from 'Write After Approval' to
9562 'Various Maintainers' section as middle-end maintainer.
9563
d29b8ad8
NN
95642003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9565
9566 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9567 HOST_FLAGS_TO_PASS.
9568 * Makefile.in: Regenerate.
9569
26db814a
BI
95702003-10-11 Bernardo Innocenti <bernie@develer.com>
9571
9572 * config.guess: Update to 2003-10-07 version.
9573 * config.sub: Update to 2003-10-07 version.
9574
fffeb871
RO
95752003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9576
9577 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9578 * ltconfig (irix5*, irix6*): Don't override version_type.
9579
6691a79e
ME
95802003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9581
9582 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9583 * configure: Rebuilt
9584 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9585 * Makefile.in: Rebuilt
9586
62cdd71e
L
95872003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9588
9589 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9590
6fe2eacc
CW
95912003-09-30 Carlo Wood <carlo@alinoe.com>
9592
cc6010cd 9593 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 9594
ea57e5ad
PK
95952003-09-29 Paul Koning <ni1d@arrl.net>
9596
9597 * MAINTAINERS: Move myself from "Write After Approval"
9598 to CPU platform maintainers for pdp11 platform.
9599
e070672a
AT
96002003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9601
9602 * MAINTAINERS: Move myself from 'Write After Approval' to
9603 'Various Maintainers' section as libffi testsuite maintainer.
9604
43bb47c2
DJ
96052003-09-21 Daniel Jacobowitz <drow@mvista.com>
9606
9607 * configure.in: Pass a computed --program-transform-name
9608 to subconfigures.
9609 * configure: Regenerated.
9610
da9d3b37
NN
96112003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9612
94322beb
NN
9613 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9614 * Makefile.in: Regenerate.
9615
da9d3b37
NN
9616 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9617 * Makefile.in: Regenerate.
9618
ffd9060b
ZL
96192003-09-19 Ziemowit Laski <zlaski@apple.com>
9620
9621 * MAINTAINERS: Move myself from 'Write After Approval'
9622 to 'Various Maintainers' (objective-c) section.
9623
eeae7b41
DJ
96242003-09-17 Daniel Jacobowitz <drow@mvista.com>
9625
9626 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9627 quoting.
9628 * configure: Regenerated.
9629
a080d12b
JB
96302003-09-16 Joel Brobecker <brobecker@gnat.com>
9631
9632 * MAINTAINERS (Write After Approval): Add myself to write after
9633 approval list.
9634
6cd2fc59
DN
96352003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9636
cc6010cd 9637 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 9638
dcbdd9cc
ILT
96392003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9640
9641 * MAINTAINERS: Update my e-mail address.
9642
e517f636
AM
96432003-09-09 Alan Modra <amodra@bigpond.net.au>
9644
9645 * libtool.m4 (LD): Correct powerpc64 host match.
9646
bc49924b
JW
96472003-09-06 James E Wilson <wilson@tuliptree.org>
9648
9649 * MAINTAINTERS: Update my affiliation and email address.
9650
082124f5
ZD
96512003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9652
9653 * MAINTAINERS (Write After Approval): Add myself.
9654
dc94d89e
DD
96552003-09-04 DJ Delorie <dj@redhat.com>
9656
9657 * configure: Regenerate.
9658
96592003-09-04 Robert Millan <robertmh@gnu.org>
9660
9661 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 9662
7a0f2d4e
KG
96632003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9664
9665 * configure.in: Ensure arguments to sed are properly spaced.
9666 * configure: Regenerate.
9667
88d032eb
GP
96682003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9669
9670 * MAINTAINERS: Update my e-mail address.
9671
0b3f3d22
ME
96722003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9673
9674 * MAINTAINERS (Write After Approval): Add myself.
9675
d253f9ba
DJ
96762003-08-27 Daniel Jacobowitz <drow@mvista.com>
9677
9678 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9679 * configure: Regenerated.
9680
066ec9c9
MM
96812003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9682
9683 * MAINTAINERS: Update my email address.
9684
415d7ef9
PE
96852003-08-23 Phil Edwards <pme@gcc.gnu.org>
9686
9687 * configure.in: Use newline instead of semicolon when assuming
9688 shell arguments in a for loop.
9689 * configure: Regenerated.
9690
e1567352
JE
96912003-08-22 Jason Eckhardt <jle@rice.edu>
9692
9693 * MAINTAINERS: Resurrect the i860 maintainer.
9694
b348267b
GK
96952003-08-20 Geoffrey Keating <geoffk@apple.com>
9696
e50084fa
GK
9697 PR 8180
9698 * configure.in: When testing with_libs and with_headers, treat
9699 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9700 * configure: Regenerate.
b4117c30 9701
b348267b
GK
9702 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9703 make, shell, etc.
9704 (baseargs): Likewise.
9705 * configure: Regenerate.
9706
ca26ffe0
BI
97072003-08-20 Bernardo Innocenti <bernie@develer.com>
9708
9709 * MAINTAINERS (Write After Approval): Add myself.
9710
940cde4d
GK
97112003-08-19 Geoffrey Keating <geoffk@apple.com>
9712
9713 * configure.in: Disable libgcj for darwin not on powerpc.
9714 * configure: Rebuild.
9715
74bed51b
ADL
97162003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9717
9718 * config-ml.in, symlink-tree: Add license.
9719
b4117c30
ZW
97202003-08-03 Richard Stallman <rms@gnu.org>
9721 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
9722
9723 * README.SCO: New file.
9724
333a28b4
MK
97252003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9726
9727 * Makefile.tpl (check, check-c++): Express dependencies using
9728 dependencies rather than commands.
9729 * Makefile.in: Regenerate.
9730
c197e306
AC
97312003-08-01 Andrew Cagney <cagney@redhat.com>
9732
9733 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9734 * configure: Ditto.
9735
a8ee6e2d
GK
97362003-07-31 Geoffrey Keating <geoffk@apple.com>
9737
9738 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 9739 * Makefile.in: Update.
a8ee6e2d 9740
8d9b3f2e
AT
97412003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9742
9743 * configure.in: Enable libgcj for darwin.
9744 * configure: Rebuild.
9745
52c0c542
PE
97462003-07-29 Phil Edwards <pme@gcc.gnu.org>
9747
9748 * config-ml.in: Use ac_configure_args directly instead of
9749 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9750 actually seen.
9751
b4acb5ef
NN
97522003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9753
9754 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9755 creating target and build subdirs to build all parent dirs as needed.
9756 * Makefile.in: Rebuild.
9757 * configure.in: Don't build dirs explicitly here.
9758 * configure: Rebuild.
9759
a51d71d0
PB
97602003-07-26 Paul Brook <paul@nowt.org>
9761
9762 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9763
f43e12ce
AO
97642003-07-22 Alexandre Oliva <aoliva@redhat.com>
9765
9766 * Makefile.tpl (all-make): Depend on intl.
9767 * Makefile.in: Rebuilt.
9768
8a199ff6
PE
97692003-07-20 Phil Edwards <pme@gcc.gnu.org>
9770
9771 * install-sh: Update to newer upstream versions (associated with
9772 aclocal 1.7).
9773 * mkinstalldirs: Likewise.
9774 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9775
e6a8c803
AP
97762003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9777
9778 * MAINTAINERS: Move self from Bug database only accounts
9779 to write-after-approval.
9780
9f13608f
NN
97812003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9782
9783 * config.if: Remove unused libc_interface determination.
9784
c7864714
NN
97852003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9786
9787 * MAINTAINERS: Move self from write-after-approval to
9788 build machinery (*.in).
9789
775956d0
NN
97902003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9791
9792 PR bootstrap/11273
9793 PR bootstrap/11408
9794 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9795 unused INSTALL_PROGRAM_ARGS.
9796 * configure.in: Use AC_PROG_INSTALL.
9797 * Makefile.in: Regenerate.
9798 * configure: Regenerate.
9799
c7f67a6e
KH
98002003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9801
9802 * MAINTAINERS: Alphabetize.
9803
33952f6f
AO
98042003-07-10 Alexandre Oliva <aoliva@redhat.com>
9805
9806 * configure: Rebuilt.
9807 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9808 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9809 newlib nor libgloss.
9810 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9811 * configure.in (am33_2.0-*-linux*): Added.
9812
0d4f1b4e
BW
98132003-07-09 Bob Wilson <bob.wilson@acm.org>
9814
9815 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9816 * configure: Regenerate.
9817
56694dd9
ZW
98182003-07-07 Zack Weinberg <zack@codesourcery.com>
9819
9820 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9821 * Makefile.in: Regenerate.
9822
21607eb4
ZW
98232003-07-04 Zack Weinberg <zack@codesourcery.com>
9824
9825 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9826 * Makefile.in: Regenerate.
9827
dce2d8b2 98282003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
9829
9830 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9831 * Makefile.in: Regenerated.
9832
5d42f90e
L
9833 * config-ml.in: Replace PWD with PWD_COMMAND.
9834
6eb95e99
ZW
98352003-07-04 Zack Weinberg <zack@codesourcery.com>
9836
9837 * intl: New directory; see intl/ChangeLog for details.
9838 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9839 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9840 * Makefile.in: Regenerate.
9841
07d1940e
NN
98422003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9843
9844 * configure.in: Clean up config-lang.in handling. Delete
9845 useless assignment to "subdirs".
9846 * configure: Regenerate.
9847
4dbda6f0
NN
98482003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9849
9850 * configure.in: Rename 'target_libs' to 'target_libraries'.
9851 Remove useless reference to 'target_libs'.
9852 * configure: Regenerate.
9853
2c30ab71
KS
98542003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9855
9856 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9857 * Makefile.in: Regenerate.
9858
11405c93
NN
98592003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9860
9861 * Makefile.def: Introduce flags_to_pass.
9862 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9863 * Makefile.in: Regenerate.
9864
fb87ad5d
HPN
98652003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9866
9867 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9868 and target-libgloss.
9869 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9870 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9871 * configure: Regenerate.
9872
a7956a48
BK
98732003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9874
9875 * configure.in: Update testsuite_flags to new location.
9876 * configure. Regenerate.
6eb95e99 9877
eaf9f3b2
NN
98782003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9879
9880 * Makefile.tpl: Remove BUILD_CC stuff.
9881 * Makefile.in: Regenerate.
9882
2d89ffef
KH
98832003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9884
9885 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9886
dce2d8b2 98872003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
9888
9889 * MAINTAINERS (Write After Approval): Add myself.
9890
dce2d8b2 98912003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 9892
b951c91c
L
9893 * config.guess: Update to 2003-06-12 version.
9894 * config.sub: Update to 2003-06-13 version.
9895
dce2d8b2 98962003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
9897
9898 * config.guess: Update to 2003-06-06 version.
9899 * config.sub: Update to 2003-06-06 version.
9900
655b7166
RO
99012003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9902
9903 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9904 * configure. Regenerate.
9905
01b759aa
NN
99062003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9907
bf1d3e81
NN
9908 * configure.in: Disable serial configure by default.
9909 * configure: Regenerate.
9910 * Makefile.tpl: Abolish .NOTPARALLEL.
9911 * Makefile.in: Regenerate.
9912
e89fbdfe
NN
9913 * Makefile.tpl: Replace {build,host,target}_canonical by
9914 {build,host,target}.
9915 * Makefile.in: Regenerate.
9916
01b759aa
NN
9917 * Makefile.tpl: Fix stupid pasto.
9918 * Makefile.in: Regenerate.
9919
f7dae026
NN
99202003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9921
9922 * Makefile.tpl: Remove bogus conditional.
9923 * Makefile.in: Regenerate.
9924
99252003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
9926
9927 * Makefile.tpl (profiledbootstrap): New target.
9928 * Makefile.in (profiledbootstrap): New target.
9929
2ffc3e73 99302003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
9931
9932 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9933 Pinski. Remove user names from other bugzilla-only maintainers.
9934
1a1e6b96
NN
99352003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9936
1358ccea
NN
9937 * Makefile.tpl: Make 'recursive targets' using autogen rather
9938 than shell loop. Remove duplicate 'clean' targets and false
9939 comments.
9940 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9941 Add systematic method of specifying missing targets in subdirs.
9942 Add copyright boilerplate.
9943 * Makefile.in: Regenerate.
9944 * configure.in: Add 'recursive targets' to maybe list.
9945 * configure: Regenerate.
9946
ae74ed1f
NN
9947 * MAINTAINERS: "GNATS only" -> "Bug database only".
9948
1a1e6b96
NN
9949 * Makefile.tpl: Rename [+target+] to [+make_target+].
9950 * Makefile.def: Rename 'target' to 'make_target'.
9951
c79af3fa
NB
99522003-05-31 Neil Booth <neil@daikokuya.co.uk>
9953
9954 * MAINTAINERS: Add self as options handling maintainer.
9955
39d85b61
MM
99562003-05-28 Michael Meissner <gnu@the-meissners.org>
9957
9958 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9959 been too long since I touched those ports.
9960
afc2b62d
DD
99612003-05-28 DJ Delorie <dj@redhat.com>
9962
9963 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9964 * Makefile.in: Regenerate.
9965
df445104
MR
99662003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9967
9968 * configure.in: Use curly braces in the definition of tooldir.
9969 * configure: Regenerate.
9970
2eb98e5d 99712003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 9972
2eb98e5d
DD
9973 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9974 newlib or libgloss.
9975 * Makefile.in: Regenerate.
9976
862fced8
DD
99772003-05-21 DJ Delorie <dj@redhat.com>
9978
9979 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9980 * Makefile.in: Regenerate.
9981
fc351800
ILT
99822003-05-20 Ian Lance Taylor <ian@airs.com>
9983
9984 * MAINTAINERS: Update my e-mail address.
9985
7e2dbcef
NN
99862003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9987
9988 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 9989 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
9990 Factor out common code from autogen IF statements.
9991 * configure: Regenerate.
9992 * Makefile.in: Regenerate.
9993
f2a0e225
KC
99942003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9995
9996 * configure.in: Accept i[3456789]86 for machine type.
9997 * configure: Regenerate.
9998
8b87bb96
NN
99992003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10000
10001 * configure.in: Switch more things to use maybe dependencies.
10002 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10003 * configure: Regenerate.
10004 * Makefile.tpl: Switch more things to use maybe dependencies.
10005 * Makefile.in: Regenerate.
10006
fdb882bc 100072003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
10008
10009 * Makefile.tpl (install-opcodes): Define.
10010 * Makefile.in: Rebuild.
10011
f7c50032
AJ
100122003-05-13 Andreas Jaeger <aj@suse.de>
10013
10014 * config.guess: Update to 2003-05-09 version.
10015 * config.sub: Update to 2003-05-09 version.
10016
dce2d8b2 100172003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
10018
10019 * configure.in: Correct sed script so that options in quotes are not
10020 deleted.
10021 * configure: Rebuild.
10022
aa8f1f57
CV
100232003-05-12 Corinna Vinschen <corinna@vinschen.de>
10024
10025 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10026 and $$s/newlib/libc/sys/cygwin32 include paths.
10027 * configure: Ditto.
10028
0c130f81
MM
100292003-05-12 Michael Meissner <gnu@the-meissners.org>
10030
10031 * MAINTAINERS: Update my email addresses.
10032
aa1a100b
EB
100332003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10034
10035 * config-ml.in: Propagate INSTALL variables.
f7c50032 10036
87861833
GP
100372003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10038
10039 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10040
de722255
CD
100412003-05-02 Chris Demetriou <cgd@broadcom.com>
10042
6eb95e99
ZW
10043 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10044 * Makefile.in: Regenerate.
de722255 10045
96c4a002
WB
100462003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10047
10048 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10049
55b15a11
WB
100502003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10051
10052 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10053
0c227849
DJ
100542003-04-27 Daniel Jacobowitz <drow@mvista.com>
10055
10056 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10057 * Makefile.in: Regenerated.
10058
d45148c1
WB
100592003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10060
10061 * MAINTAINERS (Write After Approval): Upgrade myself from
10062 GNATS only to write-after-approval. Update my mail address.
10063
dce2d8b2 100642003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
10065
10066 (OS Port Maintainers: freebsd): Add myself.
10067
438f50c3
MM
100682003-04-22 Mark Mitchell <mark@codesourcery.com>
10069
10070 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10071
9074e169
KJ
100722003-04-22 Kean Johnston <jkj@sco.com>
10073
10074 * MAINTAINERS (SCO ports): Added myself.
10075
dfd39a2e
NS
100762003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10077
10078 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10079
ccbae82a
KJ
100802003-04-19 Kean Johnston <jkj@sco.com>
10081
10082 * MAINTAINERS (Write After Approval): Add myself.
10083
2f50999f
GP
100842003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10085
10086 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10087 * Makefile.in: Regenerate.
10088
e9b84181
JJ
100892003-04-18 Jakub Jelinek <jakub@redhat.com>
10090
10091 * configure.in (powerpc64*-*-linux*): Remove.
10092 * configure: Rebuilt.
10093
1ca4c6e1
PE
100942003-04-17 Phil Edwards <pme@gcc.gnu.org>
10095
10096 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10097 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10098 and restrap.
10099 * Makefile.in: Regenerate.
10100
0590b963
RE
101012003-04-16 Richard Earnshaw <rearnsha@arm.com>
10102
10103 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10104 * configure: Regenerated.
10105
ff41a56f
DD
101062003-04-15 DJ Delorie <dj@redhat.com>
10107
10108 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10109
50d440bc
NC
101102003-04-13 Nick Clifton <nickc@redhat.com>
10111
10112 * config-ml.in: Remove support for --disable-aix removing
10113 call-aix multilibs.
10114
b1e0a93e
AO
101152003-04-10 Alexandre Oliva <aoliva@redhat.com>
10116
10117 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10118 * */configure: Rebuilt.
10119
71fb704d
JS
101202003-04-08 Joel Sherrill <joel@oarcorp.com>
10121
10122 * MAINTAINERS: Add my email address.
10123
3897ea90
OH
101242003-03-17 Olivier Hainque <hainque@act-europe.fr>
10125
10126 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 10127
93c834b7
NN
101282003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10129
10130 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10131 * Makefile.in: Regenerate.
10132
82c34dcb
MC
101332003-03-14 Michael Chastain <mec@shout.net>
10134
10135 * Makefile.in: Regenerate with correct Makefile.def.
10136
73458fb7
NN
101372003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10138
10139 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10140 Make macro.
10141 * Makefile.in: Regenerate.
10142 * configure.in: Clean up gxx_include_dir logic.
10143 * configure: Regenerate.
10144
32cf27e5
AE
101452003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10146
10147 * MAINTAINERS (Write After Approval): Add myself.
10148
c727e7a0
BE
101492003-03-10 Ben Elliston <bje@wasabisystems.com>
10150
10151 * MAINTAINERS: Update my mail address.
10152
9a27ac7a
FS
101532003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10154
10155 * configure.in (gxx_include_dir): Fix typo.
10156 * configure: Regenerated.
10157
3aa83176
NN
101582003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10159
10160 * Makefile.tpl: Reindent.
10161 * Makefile.in: Regenerate.
10162 * configure.in: Reindent. Don't set unused variables.
10163 * configure: Regenerate.
10164
9124bc53
DJ
101652003-03-04 Daniel Jacobowitz <drow@mvista.com>
10166
10167 * configure.in: Include $(build_tooldir)/sys-include in
10168 FLAGS_FOR_TARGET.
10169 * configure: Regenerated.
10170
cb543528
NN
101712003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10172
c858bf1e
NN
10173 * Makefile.tpl: Always pass down RANLIB.
10174 * Makefile.in: Regenerate.
10175
aa9c3ab4
NN
10176 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10177 * Makefile.in: Regenerate.
10178 * configure.in: Remove unused logic relating to --enable-shared
10179 and --enable-threads. Remove bogus comments. Remove redundant
10180 noconfigdirs.
10181 * configure: Regenerate.
10182
cb543528
NN
10183 * configure.in: Replace ${libstdcxx_version} by its value.
10184 Remove reference to mh-dgux.
10185 * configure: Regenerate.
10186
53f70c1b
KB
101872003-03-03 Kevin Buettner <kevinb@redhat.com>
10188
10189 * MAINTAINERS (Write After Approval): Add myself.
10190
df0f0674
NN
101912003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10192
10193 * Makefile.tpl: Rearrange.
10194 * Makefile.in: Regenerate.
10195
dce2d8b2 101962003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
10197
10198 * configure.in: Add support for kaOS as cross build target system.
10199 * configure: Regenerated.
10200
a7a287eb
SB
102012003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10202
10203 * MAINTAINERS (Write after approval): Add myself.
10204
ff00c8a2
JW
102052003-02-21 James E Wilson <wilson@tuliptree.org>
10206
10207 * MAINTAINERS: Update my email address.
10208
abb2db7a
ZW
102092003-02-21 Zack Weinberg <zack@codesourcery.com>
10210
10211 * MAINTAINERS: Add self to blanket write privs. section.
10212
e9f2dc3b
SM
102132003-02-20 Sean McNeil <sean@blue.mcneil.com>
10214
10215 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10216 configure-target-* as some target builds may require additional
10217 flags for preprocessor tests.
10218 * Makefile.in: Regenerated.
10219
ee03dc5e
AO
102202003-02-19 Alexandre Oliva <aoliva@redhat.com>
10221
11856278
AO
10222 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10223 * ltconfig: Handle it.
10224 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10225 auto-detecting it.
10226
274aef32
AO
10227 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10228 it is used as argument to $CC.
10229 * ltcf-gcj.sh: Likewise.
10230
ee03dc5e
AO
10231 * configure.in: Introduce --enable-maintainer-mode.
10232 * configure: Rebuilt.
10233 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10234 for maintainer mode.
10235 * Makefile.in: Rebuilt.
10236
30db8e17
JM
102372003-02-18 Jason Merrill <jason@redhat.com>
10238
10239 * Makefile.tpl (check-c++): Allow parallelism.
10240
cab60ac6
GP
102412003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10242
10243 * MAINTAINERS: Remove John Carr (who never actually had access to
10244 gcc.gnu.org).
10245
c8e5d1af
GK
102462003-02-15 Geoffrey Keating <geoffk@apple.com>
10247
10248 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10249 don't configure target-libobjc.
10250 * configure: Regenerate.
10251
70f91f50
RO
102522003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10253
10254 * Makefile.tpl (RANLIB): Define.
10255 * Makefile.in: Regenerate.
10256
669e9062
LB
102572003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10258
10259 * MAINTAINERS: Update my email.
abb2db7a 10260
61b56b2e
KS
102612003-02-06 Keith R Seitz <keiths@redhat.com>
10262
10263 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10264 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10265 * Makefile.in: Regenerated.
10266 * configure.in: Remove all traces of snavigator, db, and grep.
10267 * configure: Regenerated.
10268
a1ba6e15
GP
102692003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10270
10271 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10272 After Approval.
10273
f5f2cce5
CC
102742003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10275
10276 * MAINTAINERS (Write after approval): Add myself.
10277
ba49f6f1
FCE
102782003-01-31 Frank Ch. Eigler <fche@redhat.com>
10279
10280 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10281 * Makefile.in: Regenerated.
10282
ccf9f10c
RS
102832003-01-30 Roger Sayle <roger@eyesopen.com>
10284
10285 * config.guess: Updated to 2003-01-30's version.
10286 * config.sub: Updated to 2003-01-28's version.
10287
a693735b
AO
102882003-01-30 Alexandre Oliva <aoliva@redhat.com>
10289
10290 * config.if: If gcc_version is already set, just use it. Don't set
10291 gcc_version_trigger if it's already set, otherwise set it to
10292 gcc/version.c, but only if the file exists. If it is not set and
10293 gcc/version.c does not exist, try to extract the version number from
10294 $CC.
10295
204c43d6
AT
102962003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10297
abb2db7a 10298 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 10299
842e91ec
PE
103002003-01-27 Phil Edwards <pme@gcc.gnu.org>
10301
10302 * configure.in: Revert 24Jan change.
10303 * configure: Regenerate.
10304
6b99984e
GP
103052003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10306
10307 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10308 entry of HJ Lu.
10309
806e0935
NN
103102003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10311
10312 * configure.in: Revert previous change.
10313 * configure: Regenerate.
10314
307a9864
NN
103152003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10316
10317 * configure.in: Make rda native-only.
10318 * configure: Regenerate.
10319
02ba6302
VR
103202003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10321
10322 * MAINTAINERS: Move myself from GNATS-only-accounts to
10323 write-after-approval.
10324
77d187bc
NN
103252003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10326
10327 * configure.in: Add missing \.
10328 * configure: Rebuilt.
10329
a94a2d4c
JJ
103302003-01-17 Jakub Jelinek <jakub@redhat.com>
10331
10332 * configure.in (baseargs): Avoid using \| in sed regular
10333 expressions.
10334 * configure: Rebuilt.
10335
73f84924
JJ
103362003-01-16 Jakub Jelinek <jakub@redhat.com>
10337
10338 * configure.in (baseargs): Remove all supported forms of
10339 --cache-file, --srcdir, --host, --build and --target options
10340 from argument lists.
10341 * configure: Rebuilt.
10342
8c12fc63
JZ
103432003-01-15 Josef Zlomek <zlomekj@suse.cz>
10344
10345 * MAINTAINERS: Add myself to write-after-approval list.
10346
7c005a3a
AO
103472003-01-15 Alexandre Oliva <aoliva@redhat.com>
10348
10349 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10350 * configure: Rebuilt.
10351
3dfabf63
NN
103522003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10353
10354 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10355 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10356 * Makefile.in: Regenerate.
10357 * configure: Regenerate.
10358
cf53ae10
AO
103592003-01-09 Alexandre Oliva <aoliva@redhat.com>
10360
10361 * configure.in: Remove Makefile in build, host and target modules
10362 unless configure was run with --no-recursion.
10363 * configure: Rebuilt.
10364
3fbe8e4a
CC
103652003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10366
10367 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10368 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10369 * Makefile.in: Regenerate.
10370
66e2aa7d
CD
103712003-01-08 Chris Demetriou <cgd@broadcom.com>
10372
10373 * config.guess: Update to 2003-01-03 version.
10374 * config.sub: Update to 2003-01-03 version.
10375
b5038cfb
CF
103762003-01-07 Christopher Faylor <cgf@redhat.com>
10377
10378 * configure: Regenerate with proper autoconf 2.13.
10379
d02c69be
CF
103802003-01-07 Christopher Faylor <cgf@redhat.com>
10381
10382 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 10383 * configure: Regenerate.
d02c69be 10384
e914a571
AC
103852003-01-06 Andrew Cagney <ac131313@redhat.com>
10386
10387 * configure.in (GDB_TK): Add tcl directories conditional on
10388 gdb/gdbtk directory being present.
10389 * configure: Regenerate.
abb2db7a 10390
dce2d8b2 103912003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 10392
dce2d8b2
EB
10393 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10394 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
10395 * configure: Rebuilt.
10396
89a7012a
TT
103972002-12-31 Tom Tromey <tromey@redhat.com>
10398
10399 * Makefile.in: Rebuilt.
10400 * Makefile.def (target_modules) [libffi]: Allow installation.
10401
3f4f56e2
AS
104022002-12-31 Andreas Schwab <schwab@suse.de>
10403
10404 * configure.in: Fix use of $program_transform_name.
10405 * configure: Regenerated.
10406
6c1b8d0a
DJ
104072002-12-30 Daniel Jacobowitz <drow@mvista.com>
10408
10409 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 10410 * configure: Regenerated.
6c1b8d0a 10411
c5120911
AO
104122002-12-29 Alexandre Oliva <aoliva@redhat.com>
10413
10414 * Makefile.tpl (local-distclean): Don't remove...
10415 (multilib.ts): ... this. Moved into...
10416 (multilib.out): ... this. Don't use sub-make.
10417 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10418 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10419 (configure-build-[+module+], configure-[+module+],
10420 configure-target-[+module+], configure-gcc): ... these. Test
10421 for Makefile existence. Drop config.status from dependencies.
10422 * Makefile.in: Rebuilt.
10423 * configure.in: Move gcc-version-trigger to the end of
10424 ac_configure_args. Add comments to maybedep.tmp and
10425 serdep.tmp. Introduce --disable-serial-configure. Remove
10426 nonopt from baseargs, matching and removing corresponding
10427 whitespace while at it.
10428 * configure: Rebuilt.
10429
e245b0ea
AO
104302002-12-28 Alexandre Oliva <aoliva@redhat.com>
10431
903de295
AO
10432 * configure.in (host_configargs): Replace reference to
10433 no-longer-defined buildopts with --build=${build_alias}.
10434 * configure: Rebuilt.
10435
e245b0ea
AO
10436 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10437 program_transform_name to standard idiom.
10438 (AUTOGEN, AUTOCONF): Define.
10439 (Makefile.in): Use $(AUTOGEN).
10440 (Makefile): Depend on config.status, and use autoconf-style rule to
10441 build it. Move original commands to...
10442 (config.status): ... this new target.
10443 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10444 $(AUTOCONF).
10445 * Makefile.in: Rebuilt.
10446
671aa708
NN
104472002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10448
53fbfb58
NN
10449 * Makefile.tpl: Fix dramatic bustage due to change in
10450 program_transform_name.
10451 * Makefile.in: Regenerate.
10452
10453 * configure.in: Remove unnecessary PATH setting.
10454 * configure: Regnerate.
10455
10456 * configure.in: Don't default to unprefixed tools unless
10457 the native tools will work.
10458 * configure: Regenerate.
10459
671aa708
NN
10460 * configure.in: Convert to autoconf script. Blow away lots
10461 of now-redundant Makefile fragments.
10462 * configure: Generate using Autoconf.
10463 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10464 * Makefile.in: Regenerate.
10465
57f40826
NN
104662002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10467
3fedb745
NN
10468 * configure: Fix stupid bug where RANLIB was mistakenly included.
10469
abb2db7a 10470 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
10471 (build_configargs, host_configargs, target_configargs).
10472
10473 * configure.in: Move logic out of sed statement.
10474
abb2db7a 10475 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
10476 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10477
315fa0f4
SS
104782002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10479
10480 * config.sub: Import from master repository
10481 * config.guess: Ditto
10482
45aff44f
AS
104832002-12-24 Andreas Schwab <schwab@suse.de>
10484
10485 * Makefile.tpl (multilib.out): Fix missing space.
10486 * Makefile.in: Regenerate.
10487
88b5521b
NN
104882002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10489
10490 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10491 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10492 * Makefile.in: Regenerate.
10493 * configure.in: Remove unnecessary leftovers.
10494
2a726918
GK
104952002-12-21 Geoffrey Keating <geoffk@apple.com>
10496
10497 * configure.in (extra_ranlibflags_for_target): New variable.
10498 (*-*-darwin): Add -c to ranlib commands.
10499 * configure (tooldir): Handle extra_ranlibflags_for_target.
10500
aace3269 105012002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
10502
10503 * Makefile.tpl: Revert HJL's change.
10504 * Makefile.in: Regenerated.
10505 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10506 always.
10507
f0895142
AS
105082002-12-19 Andreas Schwab <schwab@suse.de>
10509
10510 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10511 * Makefile.in: Regenerate.
10512
dce2d8b2 105132002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
10514
10515 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10516 * Makefile.in: Regenerated.
10517
10518 * configure.in (build_prefix): New. Substitute.
10519
212f6dd0
NN
105202002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10521
79308c5d
NN
10522 * Makefile.tpl: Don't let real targets depend on phony targets.
10523 * Makefile.in: Regenerate.
10524
212f6dd0
NN
10525 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10526 * Makefile.in: Regenerate.
10527
ab17919f
SS
105282002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10529
10530 * config.sub: Import from master repository
10531 * config.guess: Ditto
10532
5ecf91d1
JM
105332002-12-16 Jason Merrill <jason@redhat.com>
10534
10535 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10536 previous 'make bootstrap'.
10537 * Makefile.in: Regenerate.
10538
d8437e1b
HPN
105392002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10540
10541 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10542
4977bab6
ZW
105432002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10544
10545 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10546 * Makefile.in: Regenerate.
10547
0edcfdcb
JM
105482002-12-13 Jason Merrill <jason@redhat.com>
10549
6248218a 10550 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
10551 library tests.
10552 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
10553 * Makefile.in: Regenerate.
10554
4977bab6
ZW
105552002-12-12 Alexandre Oliva <aoliva@redhat.com>
10556
10557 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10558 * Makefile.in: Rebuilt.
10559
f87505dd
AO
105602002-12-12 Alexandre Oliva <aoliva@redhat.com>
10561
10562 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10563
4977bab6
ZW
105642002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10565
10566 * configure: Fix bug put in by gremlins.
10567
10568 * Makefile.tpl: Substitute more autoconfily.
10569 * configure: Substitute more autoconfily.
10570 * Makefile.in: Regenerate.
10571
7f0db92a
SS
105722002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10573
10574 * config.sub: Import from master repository
10575 * config.guess: Ditto
10576 * MAINTAINERS: Added Svein Seldal under write after approval
10577
4977bab6
ZW
105782002-12-08 Andrew Cagney <ac131313@redhat.com>
10579
10580 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10581 * Makefile.in (all-sim): Ditto.
10582
105832002-12-06 DJ Delorie <dj@redhat.com>
10584
10585 * Makefile.tpl: Change configure dependencies to not have real
10586 targets depend on phony targets.
10587
105882002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10589
10590 * configure.in: Revert unintentional change.
10591
10592 * Makefile.tpl: Change dependency for */multilib.out so that
10593 it works when gcc isn't in the tree.
10594
10595 * configure.in: Substitute more.
10596 * configure: Run subconfigures from the Makefile.
10597 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10598 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10599
67f1b906
GP
106002002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10601
10602 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10603
4977bab6
ZW
106042002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10605
10606 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10607 and corresponding dependencies.
10608 * Makefile.in: Regenerate.
10609
10610 * configure.in (host_tools): Order binutils, gas and ld for
10611 convenience in running the testsuites.
10612
10613 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10614 * Makefile.in: Regenerate.
10615 * configure.in: Introduce rules to serialize subconfigure runs.
10616
10617 * configure.in: Introduce BASE_CC_FOR_TARGET.
10618 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10619 Realize configure-build-* targets. Realize configure-target-* targets.
10620 * Makefile.in: Regenerate.
10621
106222002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10623
10624 * configure: Move gcc_version_trigger stuff from here...
10625 * configure.in: ...to here.
10626
10627 * configure.in: Separate subconfigure options added by this file from
10628 options given by the user. Add machinery to put args for host
10629 subconfigures into the Makefile.
10630
10631 * Makefile.tpl: Remove 'vault' targets.
10632 * Makefile.tpl: Reorder and comment dependencies.
10633 * Makefile.in: Regenerate.
10634
106352002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10636 * configure.in: Fix my broken commit of previous patch. (sigh)
10637
743f054e
GK
106382002-11-28 Geoffrey Keating <geoffk@apple.com>
10639
10640 * configure.in: Move host-specific darwin noconfigdirs into
10641 the host-specific section.
10642
4977bab6
ZW
106432002-11-28 Geoffrey Keating <geoffk@apple.com>
10644
10645 * configure.in: Move host-specific darwin noconfigdirs into
10646 the host-specific section.
10647
106482002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10649
10650 * configure: Remove skip-this-dir support.
10651 * Makefile.tpl: Remove skip-this-dir support.
10652
10653 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10654 subdirectories.
10655 * Makefile.in: Regenerate.
10656
10657 * Makefile.tpl: Strip out useless setting of 'dir'.
10658 * Makefile.in: Regenerate.
10659
106602002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10661
10662 * configure.in: Fix deeply stupid bug.
10663
10664 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10665 shell code in CXX_FOR_TARGET
10666 * Makefile.def: Introduce raw_cxx.
10667 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10668 RAW_CXX_FOR_TARGET.
10669 * Makefile.in: Regenerate.
10670
106712002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10672
10673 * Makefile.tpl: Remove unnecessary ifs.
10674 * Makefile.in: Regenerate.
10675
10676 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10677 dependencies. Maybe-ize build-libiberty. Create dummy install
10678 targets for 'no_install' modules.
10679 * configure: Move GDB_TK substitution to configure.in. Move
10680 build_modules stuff to configure.in.
10681 * configure.in: Implement soft dependency machinery. Maybe-ize
10682 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10683 * Makefile.in: Regenerate.
10684
106852002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10686
10687 * Makefile.tpl: Make all-target, install-target behave similarly
10688 to all, install (only hitting configured targets). Eliminate
10689 unused macro defintions.
10690
10691 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10692 build != host.
10693
10694 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10695
10696 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10697
10698 * configure.in: Produce lists of subdir targets we're actually
10699 configuring. Remove references to "dosrel".
10700 * Makefile.tpl: Let configure set which subdir targets are hit.
10701 Remove install-cross; clean up install; remove ALL. Remove
10702 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10703 Autogenerate host module targets. Remove empty dependency lines
10704 and redundant dependency; rearrange slightly.
10705 * Makefile.def: Add host-side libtermcap, utils.
10706
10707 * Makefile.in: Regenerate.
10708
e6226a2f
RO
107092002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10710
10711 * ltconfig (osf[345]): Append $major to soname_spec.
10712 Reflect this in library_names_spec.
10713 * ltmain.sh (osf): Prefix $major with . for use as extension.
10714
3b75d237
AJ
107152002-11-19 Andreas Jaeger <aj@suse.de>
10716
10717 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10718 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10719 and sparc64 GNU/Linux systems.
10720
809108de
NS
107212002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10722
10723 * MAINTAINERS: Update email.
10724
e7e0de7e
GP
107252002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10726
10727 * MAINTAINERS: Complete James Dennett's entry.
10728
f7109dea
EB
107292002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10730
10731 * MAINTAINERS (Write After Approval): Add myself.
10732
d3ac17c9
BK
107332002-11-13 Bruce Korb <bkorb@gnu.org>
10734
10735 * Makefile.tpl: syntactic cleanup
10736
dce2d8b2 107372002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
10738
10739 * MAINTAINERS: Add myself to write-after-approval list.
10740
4977bab6
ZW
107412002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10742
10743 * Makefile.def: Add list of recursive targets to autogenerate.
10744 Add build_modules.
10745 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10746 targets. Autogenerate *-build-* targets.
10747 * Makefile.in: Regenerate.
10748
107492002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10750
10751 * configure: More autoconf-style substitutions.
10752 * Makefile.tpl: More autoconf-style substitutions.
10753 * Makefile.in: Regenerate.
10754
107552002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10756
10757 * configure: Substitute more variables in a more autoconf-friendly
10758 way. Simplify slightly.
10759 * Makefile.tpl: Make more variables substitutable in an
10760 autoconf-friendly way.
10761 * Makefile.in: Regenerate.
10762
d4783999
JW
107632002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10764
10765 * MAINTAINERS (Write After Approval): Add myself.
10766
4977bab6
ZW
107672002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10768
10769 * configure.in (v810*): Remove special setting of tools.
10770
10771 * configure: Add support for extra required flags for ar or nm.
10772 * configure.in (aix4.3+): Use above support for target-specific
10773 issues, rather than using config/mt-aix43.
10774
107752002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10776
10777 * configure: Remove 'removing', which doesn't work. Replace $subdir
10778 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10779 with $srcdir. Reformat indentation. Substitute some variables
10780 formerly hard-coded in the Makefile for build=host.
10781 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10782 * Makefile.def: Autogenerate more.
10783 * Makefile.in: Regenerate.
10784
1c9c903e
AN
107852002-11-04 Adam Nemet <anemet@lnxw.com>
10786
10787 * MAINTAINERS (Write After Approval): Add myself.
10788
40673d2b
KB
107892002-11-04 Kevin Buettner <kevinb@redhat.com>
10790
10791 * Makefile.def (host_modules): Add rda.
10792 * Makefile.in: Regenerate.
10793 * configure.in (target_tool): Add target-rda to list.
10794
42e650ae
GP
107952002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10796
10797 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10798
e004b81f
PE
107992002-10-25 Phil Edwards <pme@gcc.gnu.org>
10800
10801 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10802 and restrap targets to this rule.
10803 * Makefile.in: Regenerate.
10804
06bd49b1
GP
108052002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10806
10807 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10808 GNATS only accounts.
10809
d0af82b0
HPN
108102002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10811
10812 * configure.in (i[3456]86-*-linux*): Add check to disable
10813 ${libgcj} for glibc1.
10814
10782654
DC
108152002-10-24 Denis Chertykov <denisc@overta.ru>
10816
10817 * MAINTAINERS: Add myself as ip2k port maintainer.
10818
a5a438f5
SS
108192002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10820
10821 * configure.in: Add tic4x target.
10822
fe3d5b7f
NN
108232002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10824
aba8a494
NN
10825 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10826 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10827 * Makefile.in: Regenerate.
10828
fe3d5b7f
NN
10829 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10830 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10831 * Makefile.in: Regenerate.
10832
a6ad79e7
JJ
108332002-10-02 Janis Johnson <janis187@us.ibm.com>
10834
10835 * MAINTAINERS: Add myself as web pages co-maintainer.
10836
6a8a9058
NN
108372002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10838
10839 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10840 * Makefile.in: Regenerate.
10841
327d975a
ZW
108422002-10-02 Zack Weinberg <zack@codesourcery.com>
10843
10844 * MAINTAINERS: Add myself and Nathan Sidwell
10845 <nathan@codesourcery.com> as VxWorks maintainers.
10846
a5ae8f19 108472002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
10848
10849 * Makefile.def: Remove order dependency comments.
10850 * Makefile.tpl: Add explicit install-install dependencies.
10851 * Makefile.in: Regenerate.
d0f6c823 10852
34c6040c 10853 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 10854 * Makefile.in: Regenerate.
34c6040c 10855
d0f6c823
NN
10856 * Makefile.tpl: Add configure-target (for src-release in src)
10857 * Makefile.in: Regenerate.
10858
50bd210b
NC
108592002-09-30 Nick Clifton <nickc@redhat.com>
10860
10861 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10862
ca25149e
UW
108632002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10864
10865 * configure.in (s390*-*-linux*): Enable libgcj.
10866
dd30b57d
NN
108672002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10868
9e60a678
NN
10869 * configure: Revert accidentally applied changes.
10870
dd30b57d
NN
10871 * Makefile.tpl: Make more autoconf-friendly.
10872 * Makefile.in: Regenerate.
10873 * configure: Make substitution more autoconf-like.
10874
5831424e
RE
108752002-09-28 Richard Earnshaw <rearnsha@arm.com>
10876
10877 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10878 single entry to handle all these.
10879 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10880 libjava on arm-*-elf.
10881
b7f3b15b
GK
108822002-09-27 Geoffrey Keating <geoffk@apple.com>
10883
10884 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10885 things that depend on them.
10886
0dffceed
NN
108872002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10888
10889 * Makefile.tpl: Make subsituted variables more autoconfy.
10890 * Makefile.in: Regenerate.
10891 * configure: Make seds more autoconfy.
10892
1db75a86 108932002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
10894
10895 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10896 * Makefile.in: Regenerate.
10897 * configure.in: Rewrite sed statements to look autoconfy.
10898
1db75a86
NN
10899 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10900 all-target-foo on configure-target-foo.
10901 * Makefile.def: Ditto.
10902 * Makefile.in: Rebuild.
10903
741a4e89
AH
109042002-09-25 Andrew Haley <aph@redhat.com>
10905
10906 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10907
95ddd785
NN
109082002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10909
10910 * Makefile.def: New file.
10911 * Makefile.tpl: New file.
10912 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10913 * contrib/gcc_update: Note that Makefile.in is a generated file.
10914
10915 * configure.in: Minor rearrangement. Simplify tests.
10916
65a824f6
JT
109172002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10918
10919 * configure.in (with_headers): Skip copy if value is "yes".
10920 (with_libs): Likewise.
10921
51270f0a 109222002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
10923
10924 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10925 * configure.in (sh*-*-pe*): Ditto.
10926 * configure.in (mips*-*-pe*): Ditto.
10927 * configure.in (*arm-wince-pe): Ditto.
10928
8f89dbf4
NN
10929 * configure.in: Rearrange.
10930
c1b8db3f
KH
109312002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10932
10933 * MAINTAINERS: Update my email address.
10934
341f0575
PK
109352002-08-30 Paul Koning <pkoning@equallogic.com>
10936
10937 * MAINTAINERS: (Write After Approval): Add myself.
10938
d2e06980
GK
109392002-08-29 Geoffrey Keating <geoffk@redhat.com>
10940
10941 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10942
4906d5d8
GK
109432002-08-24 Geoffrey Keating <geoffk@redhat.com>
10944
10945 * MAINTAINERS: Change my mailing address.
10946
e9a25cc8
PC
109472002-08-21 Paolo Carlini <pcarlini@unitus.it>
10948
10949 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 10950 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 10951
dce2d8b2 109522002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
10953
10954 * MAINTAINERS (Write After Approval): Remove myself.
10955 (Various Maintainers: c++ runtime libs): Add myself.
10956
5ce6f47b
EC
109572002-08-15 Eric Christopher <echristo@redhat.com>
10958
10959 * config.sub: Import from master repository.
10960 * config.guess: Ditto.
10961
7f9317f0
AO
109622002-08-19 Alexandre Oliva <aoliva@redhat.com>
10963
10964 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10965 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10966 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10967
7aecca3d
AH
109682002-08-16 Aldy Hernandez <aldyh@redhat.com>
10969
10970 * MAINTAINERS: Add self to rs6000 vector extensions.
10971
8ea4b195
AO
109722002-08-15 Alexandre Oliva <aoliva@redhat.com>
10973
10974 * libiberty/configure: Reverted unintended yesterday's check in.
10975
f5cc59a7
AO
109762002-08-14 Alexandre Oliva <aoliva@redhat.com>
10977
10978 * boehm-gc/configure, libf2c/configure: Rebuilt.
10979 * libffi/configure, libiberty/configure: Ditto.
10980 * libjava/configure, libobjc/configure: Ditto.
10981 * libstdc++-v3/configure, zlib/configure: Ditto.
10982 Merged from binutils:
10983 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10984 From Steve Ellcey <sje@cup.hp.com>:
10985 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10986 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10987 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10988 IA64.
10989 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10990 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10991 soname_spec, sys_lib_search_path_spec): Ditto.
10992
dce2d8b2 109932002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
10994
10995 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10996
2ff34870
L
109972002-08-04 H.J. Lu (hjl@gnu.org)
10998
10999 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11000
a014f2fe
KW
110012002-08-02 Krister Walfridsson <cato@df.lth.se>
11002
11003 * MAINTAINERS (Write After Approval): Add myself.
11004
c01d477a
AM
110052002-07-31 Alan Modra <amodra@bigpond.net.au>
11006
11007 * configure.in: Move generic linux case to end. Copy generic
11008 linux noconfigdirs to mips*-*-linux* entry and new
11009 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11010
68cd2524
MM
110112002-07-19 Michael Matz <matz@suse.de>
11012
11013 * MAINTAINERS: Add myself as ra* maintainer.
11014
e2d83b8c
CD
110152002-07-16 Chris Demetriou <cgd@broadcom.com>
11016
11017 * config.guess: Update to 2002-07-09 version.
11018 * config.sub: Update to 2002-07-03 version.
11019
cece4f1d
HPN
110202002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11021
11022 * MAINTAINERS: Fix typo in a maintainer email address.
11023
bb654703
NN
110242002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11025
11026 * configure.in: Remove two redundant tests.
11027
789b7de5
RO
110282002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11029
11030 * configure.in (mips*-*-irix6*o32): Enable stabs.
11031
e1da1089
NN
110322002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11033
f3970bba
NN
11034 * configure.in: Don't build grez.
11035 * Makefile.in: Ditto.
11036
e1da1089
NN
11037 * Makefile.in: Remove references to bsp, cygmon, libstub.
11038 * configure.in: Ditto.
11039
11040 * configure.in: Remove leftover reference to gdbtest.
11041
57c905fa
PE
110422002-07-08 Phil Edwards <pme@gcc.gnu.org>
11043
11044 * configure.in (gxx_include_dir): Change to match versioned
11045 C++ headers if --enable-version-specific-runtime-libs is used.
11046
a0af94a7 110472002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 11048
a0af94a7
SE
11049 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11050
423ce3eb
NN
110512002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11052
11053 * configure.in: Make --without-x work.
11054
98186934
NN
110552002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11056
c3b7d169
NN
11057 * configure.in: Rearrange target Makefile fragment collection.
11058
98186934
NN
11059 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11060 cvs[src].
11061 * configure.in: Ditto.
11062
eebd288a
MK
110632002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11064
11065 * MAINTAINERS (Write After Approval): Update my e-mail address.
11066
3ab36f05
NN
110672002-06-24 Ben Elliston <bje@redhat.com>
11068
11069 * configure.in (host_tools): Remove cgen.
11070
11071 * Makefile.in (all-cgen): Remove; runs from its source directory.
11072 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 11073 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
11074 (all-sim): Likewise.
11075
dce2d8b2 110762002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
11077
11078 * Makefile.in: Eliminate 'apache' targets.
11079 * configure.in: Eliminate 'apache' targets.
11080
55380b08
NN
11081 * configure.in: Eliminate redundant tests. Reorganize.
11082
9a5c1b9d
NN
11083 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11084
5fd3853a
NN
11085 * config-ml.in: Eliminate references to Cygnus configure.
11086
cfefc434
NN
11087 * Makefile.in: Eliminate references to building emacs.
11088
2fe93885
GS
110892002-06-28 Graham Stott <graham.stott@btinternet.com>
11090
11091 * MAINTAINERS: Update my email address.
11092
53c40185
BK
110932002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11094
11095 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 11096 (cxx_incdir): Remove.
53c40185 11097
97679694
NN
110982002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11099
11100 * MAINTAINERS (Write After Approval): Add self.
11101
b03bcd37
DC
11102Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11103
11104 * configure.in: Add support for ip2k.
11105
6bd12129
NN
111062002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11107
11108 * configure.in: Fix AIX configury bug.
11109
e0d98a92
SE
111102002-06-20 Steve Ellcey <sje@cup.hp.com>
11111
11112 * MAINTAINERS (Write After Approval): Add self.
11113
ba3292db
NN
111142002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11115
ef40bc65
NN
11116 * configure.in: replace ${topsrcdir} with ${srcdir}
11117
7a0be465
NN
11118 * configure.in: Move definition of libstdcxx_flags
11119 right above usage, rather than waaay earlier.
11120
e1848dde
NN
11121 * configure.in: Pull definition of is_cross_compiler earlier.
11122
8bc2fff1
NN
11123 * configure.in: Rearrange a little.
11124
ba3292db
NN
11125 * configure.in: Remove references to librx.
11126 * Makefile.in: Remove references to librx.
11127
11d8b408
DC
11128Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11129
11130 * config.sub: Add support for avr target.
11131 Import from master sources, rev 1.255
5ce6f47b 11132
93da8339
PE
111332002-06-19 Phil Edwards <pme@gcc.gnu.org>
11134
11135 * configure, .cvsignore: Revert previous change...
11136 * Makefile: ...delete.
11137
b4caab5c
NN
111382002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11139
11140 * configure.in: Eliminate ${gasdir} variable.
11141
ee777171
DB
111422002-06-18 Dave Brolley <brolley@redhat.com>
11143
11144 * configure.in: Add support for frv.
11145 * config.sub: Add support for frv.
11146
26e4af54
PE
111472002-06-18 Phil Edwards <pme@gcc.gnu.org>
11148
11149 * configure: Remove garbage from previous commit.
11150
bb20b7da
PE
111512002-06-18 Phil Edwards <pme@gcc.gnu.org>
11152
11153 * configure: For in-source builds, make a subdir and re-exec there.
11154 * Makefile: New file. Pass targets through to build directory.
11155 * .cvsignore: No longer ignore "Makefile".
11156
9d321f6c
DR
111572002-06-16 Douglas Rupp <rupp@gnat.com>
11158
11159 * MAINTAINERS (Write After Approval): Add self.
11160
c8eb2bc0
KG
111612002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11162
11163 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11164
f210d239
JT
111652002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11166
11167 * configure.in (vax-*-netbsd*): Re-enable gas.
11168
e9667b3c
NN
111692002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11170
efe1f357
NN
11171 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11172 BUILD_PREFIX_1, to correct nomenclature.
11173 * configure: Likewise.
11174
e9667b3c
NN
11175 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11176 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11177
fe2fe497
OH
111782002-05-31 Olaf Hering <olh@suse.de>
11179
11180 * config-ml.in: Propogate DESTDIR also.
11181
dcf7f0dd
JT
111822002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11183
11184 * configure.in (vax-*-netbsd*): Don't build gas for this
11185 platform.
11186
6ff14f32
MM
111872002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11188
11189 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11190 and libgcj for AVR.
11191
397de1ff
KK
111922002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11193
11194 * MAINTAINERS (Write After Approval): Add myself.
11195
ac30211c
JT
111962002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11197
11198 * config.guess: Update to 2002-05-22 version.
11199 * config.sub: Likewise.
11200
1e6347d8
RO
112012002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11202
11203 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11204 * config-ml.in: Likewise.
11205 * configure: Likewise.
11206 * configure.in: Likewise.
11207
e5ce1d6d
SC
112082002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11209
11210 * MAINTAINERS: Update my email address.
11211
6cdef75d
NN
112122002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11213
4a87f061
NN
11214 * configure.in: Simplify makefile fragment collection.
11215
11216 * configure.in: Remove code to build emacs.
603606e7 11217
e254d6b5
NN
11218 * configure.in : Remove --srcdir argument from targargs and buildargs
11219 (it's always overridden in the Makefile anyway). Rearrange a bit.
11220
11221 * configure: Move some logic to configure.in.
11222 * configure.in: Move some logic from configure.
6cdef75d 11223
1d6006fe
TT
112242002-05-11 Tom Tromey <tromey@redhat.com>
11225
11226 * MAINTAINERS: Reflect libgcj reality.
11227
b70b3534
FS
112282002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11229
11230 * Makefile.in: Honour DESTDIR.
11231
4434687a
MM
112322002-05-08 Mark Mitchell <mark@codesourcery.com>
11233
11234 * config.guess: Import 2002-03-20 version.
11235 * config.sub: Import 2002-04-26 version.
11236
a89e49c7
RO
112372002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11238
11239 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11240
44e55536
TJ
112412002-05-07 Tim Josling <tej@melbpc.org.au>
11242
11243 * MAINTAINERS: Add self.
11244
dce2d8b2 112452002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
11246
11247 * ltmain.sh: Detect and handle object name conflicts
11248 while piecewise linking a static library.
11249
b7c13625
AO
112502002-05-05 Alexandre Oliva <aoliva@redhat.com>
11251
11252 * configure.in (noconfigdirs): Don't disable libgcj on
11253 sparc64-*-solaris* and sparcv9-*-solaris*.
11254
4182d9fa
AO
112552002-05-03 Alexandre Oliva <aoliva@redhat.com>
11256
11257 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11258
7bebf279
TF
112592002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11260
11261 * configure.in (FLAGS_FOR_TARGET): Do not add
11262 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11263 on i[3456]86-*-linux*.
11264
9a06dc7d
TF
112652002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11266
11267 * configure.in (noconfigdirs): Replace [ ] with test.
11268
11269 * configure.in (noconfigdirs): Do not add target-newlib if
11270 target == i[3456]86-*-linux*, and host == target.
11271
a51a07fa
NN
112722002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11273
9e7facd6
DD
11274 * configure.in: delete reference to absent file
11275
aeaa0f2f
NN
11276 * configure.in: replace '[' with 'test'
11277
4bb98828
NN
11278 * configure.in: Eliminate references to gash.
11279 * Makefile.in: Eliminate references to gash.
11280
64791664
NN
11281 * configure.in: remove useless references to 'pic' makefile fragments.
11282
3ed57cf4
NN
11283 * configure.in: (*-*-windows*) Finish removing.
11284
a51a07fa
NN
11285 * configure.in: Eliminate redundant test for libgui.
11286
8552f6f1
RS
112872002-04-29 Roger Sayle <roger@eyesopen.com>
11288
11289 * MAINTAINERS: Add self and realphabetize. Update entries
11290 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11291 entry for a29k port maintainer.
11292
dce2d8b2 112932002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
11294
11295 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11296 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11297
704c9a14
NN
112982002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11299
11300 * configure.in: remove references to dead files
11301
7bff5059
MM
113022002-04-19 Mark Mitchell <mark@codesourcery.com>
11303
11304 * MAINTAINERS: Add information about purpose of this file.
11305
0c7c67f0
TT
113062002-04-18 Tom Tromey <tromey@redhat.com>
11307
11308 * configure.in: Disallow configuring libgcj when it is already
11309 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11310 Solaris 2.8 by default. For PR libgcj/6158.
11311
63501e91
NN
113122002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11313
11314 * configure.in: Move default CC setting out of config/mh-* fragments
11315 directly into here.
11316
701afd4d
NN
113172002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11318
11319 * configure.in: don't even try to configure or make a subdirectory
11320 if there's no configure script for it.
11321
07cdae91
MM
113222002-04-15 Mark Mitchell <mark@codesourcery.com>
11323
11324 * MAINTAINERS: Remove chill maintainers.
11325 * Makefile.in (CHILLFLAGS): Remove.
11326 (CHILL_LIB): Remove.
11327 (TARGET_CONFIGDIRS): Remove libchill.
11328 (CHILL_FOR_TARGET): Remove.
11329 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11330 CHILL_LIB.
11331 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11332 (CHECK_TARGET_MODULES): Likewise.
11333 (INSTALL_TARGET_MODULES): Likewise.
11334 (CLEAN_TARGET_MODULES): Likewise.
11335 (configure-target-libchill): Remove.
11336 (all-target-libchill): Remove.
11337 * configure.in (target_libs): Remove target-libchill.
11338 Do not compute CHILL_FOR_TARGET.
11339 * libchill: Remove directory.
5ce6f47b 11340
ab50d72b
DD
113412002-04-11 DJ Delorie <dj@redhat.com>
11342
11343 * Makefile.in, configure.in: Sync with binutils, entries
11344 follow...
11345
0a1e123a
DD
113462002-04-07 Andrew Cagney <ac131313@redhat.com>
11347
11348 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11349 (do-tar, do-bz2): New rules.
11350 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11351 (gdb-tar): New rule.
11352 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11353 (insight_dejagnu.tar): New rule.
11354 (insight.tar): New rule.
11355 (gdb+dejagnu.tar): New rule.
11356 (gdb.tar): New rule.
11357
ab50d72b
DD
113582002-02-01 Mo DeJong <supermo@bayarea.net>
11359
11360 * Makefile.in: Add all-tix to deps for all-snavigator
11361 so that tix is built when building snavigator.
11362
113632002-01-11 Steve Ellcey <sje@cup.hp.com>
11364
11365 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11366 ld and gdb are not supported.
11367
113682002-01-07 Mark Salter <msalter@redhat.com>
11369
11370 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11371 Allow target-libgloss to be built for arm, strongarm, and xscale.
11372
113732001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11374
11375 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11376 options for i[3456]86-pc-linux* native builds.
11377
113782001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11379
11380 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11381 files from .po files for a distribution.
11382
113832001-09-03 Jeff Holcomb <jeffh@redhat.com>
11384
11385 * configure.in: Enable libstdc++-v3 for h8300 targets.
11386
113872001-06-19 Alan Modra <amodra@bigpond.net.au>
11388
11389 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11390 version from bfd/.
11391
11392Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11393
11394 * Makefile.in (VER): When present, extract the version number from
11395 the file version.in.
11396
dce2d8b2 113972001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
11398
11399 * configure.in : enable ld for aix
11400
114012001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11402
11403 * config.guess: Add linux target for S/390.
11404
114052000-11-07 Philip Blundell <pb@futuretv.com>
11406
11407 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11408
114092000-11-03 Philip Blundell <pb@futuretv.com>
11410
11411 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11412 files.
11413
114142001-01-15 Ben Elliston <bje@redhat.com>
11415
11416 * configure.in (host_tools): Add sid.
11417 Always configure cgen.
11418
114192000-11-24 Nick Clifton <nickc@redhat.com>
11420
11421 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11422
ab50d72b
DD
114232000-08-20 Doug Evans <dje@casey.transmeta.com>
11424
11425 * Makefile.in (ALL_MODULES): Add all-cgen.
11426 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11427 (all-cgen): New target.
11428 (all-opcodes,all-sim): Depend on all-cgen.
11429 * configure.in (host_tools): Add cgen.
11430 Only configure cgen if --enable-cgen-maint.
11431
dce2d8b2 114322002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
11433
11434 * configure.in: Add *-*-freebsd* configurations.
11435
90def2b2
TT
114362002-04-08 Tom Tromey <tromey@redhat.com>
11437
11438 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11439 Fixes PR libgcj/6068.
11440
320d7e7a
KW
114412002-03-30 Krister Walfridsson <cato@df.lth.se>
11442
11443 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11444
18b467f1
RO
114452002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11446
11447 * configure.in (alpha*-dec-osf*): Enable libgcj.
11448
dce2d8b2 114492003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
11450
11451 * MAINTAINERS (Write After Approval): Add myself.
11452
56ae9405
NC
114532002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11454
11455 Fix for: PR bootstrap/3591, target/5676
11456 * configure.in (mcore-pe): Disable the configuration of
11457 libstdc++-v3 since exceptions are not supported.
11458
f18d9a0c
AG
114592002-03-20 Anthony Green <green@redhat.com>
11460
11461 * configure.in: Enable libgcj for xscale-elf target.
11462
dce2d8b2 11463Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
11464
11465 * MAINTAINERS: Update my email address.
11466
28eca9e8
AO
114672002-03-16 Alexandre Oliva <aoliva@redhat.com>
11468
11469 * ltmain.sh (relink_command): Fix typo in previous change.
11470
e67e72c7
AO
114712002-03-15 Alexandre Oliva <aoliva@redhat.com>
11472
11473 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11474 (relink_command): Added --tag flags.
11475 (mode=install): If relinking fails; error out.
11476
c2273204
RH
114772002-03-12 Richard Henderson <rth@redhat.com>
11478
11479 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11480 .NOTPARALLEL tag.
11481 (do-check): Rename from check.
11482 (check): Allow parallel check.
11483
bcb64245
BW
114842002-03-12 Bob Wilson <bob.wilson@acm.org>
11485
11486 * MAINTAINERS: Add myself as maintainer for xtensa port.
11487 Fix alphabetical order in CPU port maintainer list.
11488 Remove myself from Write After Approval list.
11489
63adb4ff
RH
114902002-03-11 Richard Henderson <rth@redhat.com>
11491
11492 * Makefile.in (.NOTPARALLEL): Add fake tag.
11493
9bec4bf0
L
114942002-03-07 H.J. Lu (hjl@gnu.org)
11495
11496 * configure.in: Enable gprof for mips*-*-linux*.
11497
c7fc1f84
DS
114982002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11499
11500 * MAINTAINERS (Write After Approval): Add myself.
11501
6bff33fb
AO
115022002-02-28 Alexandre Oliva <aoliva@redhat.com>
11503
11504 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11505 libjava.
11506 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11507
0210b33b
AO
115082002-02-23 Alexandre Oliva <aoliva@redhat.com>
11509
11510 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11511 because its Makefile is there; test for the executable instead.
11512
fcc0a3ef
AO
115132002-02-22 Alexandre Oliva <aoliva@redhat.com>
11514
11515 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11516 libstdc++-v3 and libjava.
11517
dce2d8b2 115182002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
11519
11520 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11521 boehm-gc
5ce6f47b 11522
40fe0ec3
AO
115232002-02-09 Alexandre Oliva <aoliva@redhat.com>
11524
11525 * config.guess: Updated to 2002-01-30's version.
11526 * config.sub: Updated to 2002-02-01's version.
11527 Contribute sh64-elf.
11528 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11529 * configure.in: Added sh64-*-*.
11530
694d53ee
CD
115312002-02-08 Chris Demetriou <cgd@broadcom.com>
11532
11533 * MAINTAINERS: Belatedly add myself to write after approval list.
11534
a9ca50b1
JH
11535Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11536
11537 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11538 Remove self as Write After Approval.
11539
5ffc3500
GK
115402002-01-31 Geoffrey Keating <geoffk@redhat.com>
11541
11542 * MAINTAINERS: Put self in as maintainer for contrib/regression
11543 directory.
11544
4ceaf7fb
PE
115452002-01-28 Phil Edwards <pme@gcc.gnu.org>
11546
11547 * MAINTAINERS: Update my email address.
11548
51584787
JT
115492002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11550
5ce6f47b
EC
11551 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11552 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
11553 libraries if not supported for NetBSD on target CPU.
11554
5701d273
DR
115552002-01-25 Douglas B Rupp <rupp@gnat.com>
11556
11557 * install-sh: Use _inst.$$_ for temp file name.
11558
b299a075
JT
115592002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11560
11561 * MAINTAINERS (Write After Approval): Move my contact info
11562 from here...
11563 (OS Port Maintainers): ...to here (netbsd).
11564
51fe14b5
BW
115652002-01-22 Bob Wilson <bob.wilson@acm.org>
11566
11567 * MAINTAINERS (Write After Approval): Add myself.
11568
dce2d8b2 115692002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
11570
11571 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11572 (all-target-fastjar): Also depend on all-target-libiberty.
11573
3cd87679
L
115742002-01-16 H.J. Lu (hjl@gnu.org)
11575
11576 * config.guess: Import from master sources, rev 1.225.
11577 * config.sub: Import from master sources, rev 1.238.
11578
969a6d8f
KH
115792002-01-16 Kazu Hirata <kazu@hxi.com>
11580
11581 * MAINTAINERS (Write After Approval): Remove myself.
11582
366f6a52
FW
115832001-12-19 Florian Weimer <fw@deneb.enyo.de>
11584
11585 * MAINTAINERS (Write After Approval): Add myself.
11586
f02240b6
JM
115872001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11588
11589 * MAINTAINERS: Add self as docs co-maintainer.
11590
5d08dc39
MK
115912001-12-11 Matthias Klose <doko@debian.org>
11592
11593 * MAINTAINERS (Write After Approval): Add myself.
11594
39e790d5
ZW
115952001-12-09 Zack Weinberg <zack@codesourcery.com>
11596
11597 * MAINTAINERS: Update my email address.
11598
4519d6a3
TC
115992001-12-07 Turly O'Connor <turly@apple.com>
11600 * MAINTAINERS (Write After Approval): Add myself.
11601 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11602 (rs6000_initialize_trampoline): Call __trampoline_setup for
11603 ABI_DARWIN too.
11604 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 11605 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 11606
21cf0a73
PC
116072001-12-07 Paolo Carlini <pcarlini@unitus.it>
11608
11609 * MAINTAINERS (Write After Approval): Add myself.
11610
4ee43206
DR
11611Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11612
11613 * configure, configure.in: Use temp file for long sed commands.
11614
251931f3
LG
116152001-12-03 Laurent Guerby <guerby@acm.org>
11616
11617 * config.sub: Update to version 1.232 on subversion.
11618
03777dd7
BE
116192001-12-03 Ben Elliston <bje@redhat.com>
11620
11621 * MAINTAINERS: Update mail address for config.* patches.
11622
dce2d8b2 116232001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
11624 Zack Weinberg <zack@codesourcery.com>
11625
11626 When build != host, create libiberty for the build machine.
11627
11628 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11629 CONFIG_ARGUMENTS.
11630 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11631 New variables.
11632 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11633 and rules.
11634 (all.normal): Depend on ALL_BUILD_MODULES.
11635 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11636 (all-build-libiberty): Depend on configure-build-libiberty.
11637
11638 * configure: Calculate and substitute proper value for
11639 ALL_BUILD_MODULES.
11640 * configure.in: Create the build subdirectory.
11641 Calculate and substitute TARGET_CONFIGARGS (formerly
11642 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11643
04075e8f
ZL
116442001-11-26 Ziemowit Laski <zlaski@apple.com>
11645
11646 * MAINTAINERS (write-after-approval): Add self.
11647
ed19322d
CR
116482001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11649
11650 * MAINTAINERS (GNATS only accounts): Remove self.
11651
90a12988
HPN
116522001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11653
11654 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11655 libf2c.
11656
77e653ad
CR
116572001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11658
11659 * MAINTAINERS (Write After Approval): Add self.
11660
64adad99
DB
116612001-11-12 David O'Brien <obrien@FreeBSD.org>
11662
11663 * MAINTAINERS: mips and s390 are also CPU ports.
11664
834a28c7
DB
116652001-11-12 David O'Brien <obrien@FreeBSD.org>
11666
11667 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11668
ef94239f
DB
116692001-11-11 David O'Brien <obrien@FreeBSD.org>
11670
11671 * MAINTAINERS: Alphabetize.
11672
beda0427
KH
116732001-11-09 Kazu Hirata <kazu@hxi.com>
11674
11675 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11676
6ca224d3
JDA
116772001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11678
11679 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11680
132e4bd7
PE
116812001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11682
11683 * configure.in (--enable-languages): Be more permissive about
11684 syntax. Check for empty lists better. Warn about $LANGUAGES.
11685
c6243b4c
GK
116862001-11-08 Geoffrey Keating <geoffk@redhat.com>
11687
11688 * config.sub: Import from master sources, rev. 1.230.
11689 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11690
abbb9e76
LG
116912001-11-07 Laurent Guerby <guerby@acm.org>
11692
11693 * MAINTAINERS (Write After Approval): Add self.
11694
53cdb27a
HPN
116952001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11696
11697 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11698
dd3a88c9
HPN
116992001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11700
11701 * config.sub: Import from master sources, rev 1.226.
11702 * config.guess: Import from master sources, rev 1.216.
11703
d344dce9
HPN
117042001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11705
11706 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11707 * MAINTAINERS: Add self as maintainer of MMIX port.
11708 Remove old after-approval entry.
11709
63f6bcd7
JM
117102001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11711
11712 * ChangeLog, configure: Fix spelling errors.
11713
84f92638
BK
117142001-10-20 Brendan Kehoe <brendan@zen.org>
11715
11716 * MAINTAINERS: Tweak my address.
11717
dce2d8b2 11718Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
11719
11720 * MAINTAINERS: Update my email address.
11721
1567080c 117222001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 11723
f48a3b5c 11724 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 11725 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 11726
30106886
GB
117272001-10-10 Geert Bosch <bosch@gnat.com>
11728
e490616e 11729 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
11730 Added Robert Dewar.
11731
dce2d8b2 117322001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
11733
11734 * MAINTAINERS (Write After Approval): Added self
11735
d1c3e709
GB
117362001-10-02 Geert Bosch <bosch@gnat.com>
11737
11738 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11739
50f5f793
JM
117402001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11741
11742 * configure: Handle temporary files securely using mkdir.
11743
7fddf9a9
AO
117442001-09-29 Alexandre Oliva <aoliva@redhat.com>
11745
11746 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11747
dce2d8b2 117482001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
11749
11750 * configure.in (*-*-linux*): Disable configuration of target-newlib
11751 and target-libgloss.
e490616e 11752
0c055e34
AO
117532001-09-26 Alexandre Oliva <aoliva@redhat.com>
11754
11755 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11756 RANLIB.
11757
759bfa90
AO
117582001-09-21 Alexandre Oliva <aoliva@redhat.com>
11759
11760 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11761 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11762 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11763 avoid quotes nesting problems.
11764 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11765 (DO_X): Export only variables that are set.
11766
1dc4a750
BE
117672001-09-19 Ben Elliston <bje@redhat.com>
11768
11769 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11770 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11771 semantics. Use the shell built-in "type" command instead.
11772
898c7238
AO
117732001-08-31 Alexandre Oliva <aoliva@redhat.com>
11774
11775 Merged from gcc-3_0-branch:
11776 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11777 * ltcf-c.sh: Use $objext, not $ac_objext.
11778 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11779 * ltcf-cxx.sh: Add support for GNU.
11780 2001-07-22 Timothy Wall <twall@redhat.com>
11781 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11782 default settings if using GNU tools with that configuration.
11783 * ltcf-cxx.sh: Ditto.
11784 * ltcf-gcj.sh: Ditto.
11785 2001-07-21 Michael Chastain <chastain@redhat.com>
11786 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11787 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11788 * ltmain.sh: Mark as gcc-local.
11789
8fa0a32e
EC
117902001-08-30 Eric Christopher <echristo@redhat.com>
11791 Jason Eckhardt <jle@redhat.com>
11792
11793 * config.guess: Merge from master sources.
11794 * config.sub: Merge from master sources, add support for mipsisa32.
11795
32f30f91 117962001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
11797 * config.sub: Merge from master sources, rev 1.219.
11798 * MAINTAINERS: Add self as contact for stormy16 port.
11799
f6084f99
ZW
118002001-08-14 Zack Weinberg <zackw@panix.com>
11801
11802 * config.sub: Merge from master sources, rev 1.218.
11803 * config.guess: Merge from master sources, rev 1.209.
11804
91b54f7f
GS
118052001-08-11 Graham Stott <grahams@redhat.com>
11806
11807 * Makefile.in (check-c++): Add missing semicolon.
11808
e5b3941e
JH
11809Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11810
32f30f91 11811 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 11812
6387a56e
EC
118132001-07-30 Eric Christopher <echristo@redhat.com>
11814
11815 * MAINTAINERS (Various maintainers: mips port): Added myself.
11816
53b475f0
AH
118172001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11818
e490616e 11819 * configure.in (sh-*-linux*): New.
53b475f0 11820
2a08c780
RH
118212001-07-27 Richard Henderson <rth@redhat.com>
11822
11823 * .cvsignore: Add LAST_UPDATED.
11824
bfa79422
UW
118252001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11826
11827 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11828
0ae85492
AH
118292001-07-16 Aldy Hernandez <aldyh@redhat.com>
11830
e490616e 11831 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 11832
8e1ab0fe
NP
11833Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11834
11835 * MAINTAINERS (Write After Approval): Added myself.
11836
2b997990
SC
118372001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11838
11839 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11840 and libgcj on m68hc11/m68hc12.
11841
d920e825
L
118422001-06-27 H.J. Lu (hjl@gnu.org)
11843
11844 * Makefile (CFLAGS_FOR_BUILD): New.
11845 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11846
d425a1e0
JM
118472001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11848
11849 * README: Remove version number.
11850
5b5b4207
GP
118512001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11852
11853 * INSTALL/README: Update wrt. to the installation instructions now
11854 residing in gcc/doc/install.texi.
11855
be839b69
JM
118562001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11857
11858 * README: Replace with a cut-down and updated version of gcc/README.
11859
fe2ee7c4
DE
118602001-06-12 David Edelsohn <edelsohn@gnu.org>
11861
11862 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11863 multilibs to be disabled.
11864
4f5d646c
DB
118652001-06-11 Daniel Berlin <dan@cgsoftware.com>
11866
11867 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 11868
818f0c85
AO
118692001-06-09 Alexandre Oliva <aoliva@redhat.com>
11870
11871 * config.guess: Import CVS version 1.195.
11872 * config.sub: Import CVS version 1.212.
11873
e9a8af10
AO
118742001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11875
11876 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11877 gcc/xgcc is built, use -print-prog-name to find out the program
11878 name to use.
11879
ae3ca0a9
PE
118802001-06-04 Phil Edwards <pme@sources.redhat.com>
11881
11882 * config.guess: Import CVS version 1.194. All gcc-local changes
11883 appear to also be in the master copy.
11884 * config.sub: Import CVS version 1.211.
11885
066bd40d
MM
11886Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11887
11888 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11889 with_gcc]: Use `gcc -shared' to build a shared library.
11890
4aef4f33
JDA
11891Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11892
11893 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11894 archives.
11895
c386f00f
RO
11896Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11897
11898 * MAINTAINERS (Write After Approval): Add myself.
11899
2ae5cea5
HPN
119002001-06-01 Hans-Peter Nilsson <hp@axis.com>
11901
11902 * configure.in (libstdcxx_flags): Do not try to execute
11903 libstdc++-v3/testsuite_flags until it exists.
11904
c3766183
AM
119052001-06-01 Alan Modra <amodra@bigpond.net.au>
11906
11907 * MAINTAINERS: Update my email address.
11908
9b337833
GS
119092001-05-31 Graham Stott <grahams@redhat.com>
11910
11911 * MAINTAINERS (Write After Approval): Add myself.
11912
dce2d8b2 119132001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
11914
11915 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11916 libraries when using g++ with native linker.
11917
5f7de4b8
AO
119182001-05-28 Alexandre Oliva <aoliva@redhat.com>
11919
11920 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11921
a7bc0fbb
AO
119222001-05-22 Alexandre Oliva <aoliva@redhat.com>
11923
11924 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11925 [aix4*|aix5*]: Prepend blank.
11926
33456445
AO
119272001-05-20 Alexandre Oliva <aoliva@redhat.com>
11928
11929 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11930 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11931 of subdir/configure scripts to use the new libtool.m4.
11932
e48d3d00
MK
119332001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11934
11935 * MAINTAINERS (Write After Approval): Add myself.
11936
9e0e191b
BK
119372001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11938
11939 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11940
3f19b439
BE
119412001-05-11 Ben Elliston <bje@redhat.com>
11942
11943 * Makefile.in (all-sid): New target.
11944 (check-sid, clean-sid, install-sid): Likewise.
11945
6ebe3121
JO
119462001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11947
11948 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11949
ca3667c4
AO
119502001-05-03 Alexandre Oliva <aoliva@redhat.com>
11951
11952 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11953 libgcj.
11954
119552001-05-03 Alexandre Oliva <aoliva@redhat.com>
11956
11957 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11958 gcc/xgcc is built, use -print-prog-name to find out the program
11959 name to use.
11960
b2964d63
AO
119612001-04-26 Alexandre Oliva <aoliva@redhat.com>
11962
b1bb2302
AO
11963 * configure.in (noconfigdirs): Don't reset it from scratch in the
11964 target case; only append to it.
6387a56e 11965
b2964d63
AO
11966 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11967 sparc-*-solaris2.8]: Disable ${libgcj}.
11968
8343765d
AO
119692001-04-25 Alexandre Oliva <aoliva@redhat.com>
11970
11971 * configure.in (libgcj_saved): Copy from $libgcj.
11972 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11973 --disable-libgcj.
11974
ddbb6d43
GRK
119752001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11976
11977 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 11978 C front end maintainer.
ddbb6d43 11979
3fa03ff9
AG
11980Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11981
11982 * configure.in: Move *-chorusos target case to the proper switch.
11983 Disable libgcj.
11984
99ffe40f
AO
119852001-04-12 Alexandre Oliva <aoliva@redhat.com>
11986
11987 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11988 1.641.2.228.
11989
78faa32d
FS
119902001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11991
11992 * Makefile.in (STAGE1_CFLAGS): Pass down.
11993
cdbff0ab
AM
119942001-04-13 Alan Modra <amodra@one.net.au>
11995
11996 * config.guess: Add hppa64-linux support. Note for next import that
11997 this is already in the master file.
11998 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11999
75b9074c
AO
120002001-04-12 Alexandre Oliva <aoliva@redhat.com>
12001
12002 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12003 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12004
125404c5
SS
120052001-04-11 Stan Shebs <shebs@apple.com>
12006
12007 * MAINTAINERS: Add self as Darwin port maintainer.
12008
876684fe
AM
120092001-04-11 Alan Modra <amodra@one.net.au>
12010
12011 * MAINTAINERS: Update my email address.
12012
06729913
LR
120132001-04-10 Loren J. Rittle <ljrittle@acm.org>
12014
12015 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12016 recent versions of FreeBSD (release 3 or later).
12017 * ltconfig: On FreeBSD, -lc must not be provided when building
12018 a shared library or else the standard -pthread gcc option is
12019 rendered worthless to later users of the built library.
12020
67916302
JM
120212001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12022
12023 * MAINTAINERS: Add self and RTH as C front end maintainers.
12024
d2bc0628
AO
120252001-04-05 Alexandre Oliva <aoliva@redhat.com>
12026
e490616e
ZW
12027 * config.sub: Make sure to match an already-canonicalized
12028 machine name (eg. mn10300-unknown-elf).
d2bc0628 12029
a3406c06
AO
120302001-04-01 Alexandre Oliva <aoliva@redhat.com>
12031
12032 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12033 New macros.
12034 (bootstrap, cross): Use RECURSE_FLAGS.
12035 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12036
a076f6a4
AO
120372001-03-27 Alexandre Oliva <aoliva@redhat.com>
12038
12039 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12040
e9f4fa71
CH
120412001-03-22 Colin Howell <chowell@redhat.com>
12042
7238de5c
CH
12043 * Makefile.in (DO_X): Do not backslash single-quotes in
12044 backquotes (two places).
e9f4fa71 12045
b6b14b1b
AO
120462001-03-22 Alexandre Oliva <aoliva@redhat.com>
12047
12048 Re-installed:
12049 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12050 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12051 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12052 * ltcf-cxx.sh: Likewise.
12053 * ltcf-gcj.sh: Likewise.
12054
1eb0b89d
GP
120552001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12056
12057 * MAINTAINERS: Add myself as "documentation co-maintainer".
12058
82e23236
AO
120592001-03-22 Alexandre Oliva <aoliva@redhat.com>
12060
12061 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12062 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12063
64ec27c3
TT
120642001-03-19 Tom Tromey <tromey@redhat.com>
12065
12066 * config-ml.in: Handle GCJ and GCJFLAGS.
12067
191de407
MC
120682001-03-21 Michael Chastain <chastain@redhat.com>
12069
12070 * Makefile.in: all-m4 depends on all-texinfo.
12071
fed4dede
LR
120722001-03-20 Loren J. Rittle <ljrittle@acm.org>
12073
12074 * MAINTAINERS: Add myself to write after approval list.
12075
085072bb
LB
120762001-03-18 Laurynas Biveinis <lauras@softhome.net>
12077
12078 * Makefile.in (DO_X): Quote nested quotes.
12079
5af8ea3f
AM
120802001-03-18 Alan Modra <alan@linuxcare.com.au>
12081
12082 * MAINTAINERS: Add myself to write after approval list.
12083
69e23037
LB
120842001-03-15 Laurynas Biveinis <lauras@softhome.net>
12085
12086 * Makefile.in (DO_X): Use double quotes for quoting
12087 "RANLIB=$${RANLIB}".
12088
2b9650f4
OP
120892001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12090
12091 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12092
dce2d8b2 120932001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
12094
12095 * configure.in: Only use `lang_requires' for languages athat are
12096 actually enabled.
12097
f6646274
PE
120982001-03-08 Phil Edwards <pme@sources.redhat.com>
12099
12100 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12101
c9a54638
AO
121022001-03-08 Alexandre Oliva <aoliva@redhat.com>
12103
12104 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12105
6a556ad6
TT
121062001-03-07 Tom Tromey <tromey@redhat.com>
12107
12108 * configure.in: Allow config-lang.in to set `lang_requires' to list
12109 of other required languages.
12110
6822468a
LB
121112001-03-06 Laurynas Biveinis <lauras@softhome.net>
12112
12113 * Makefile.in: Remove RANLIB definition. Use RANLIB
12114 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12115 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 12116
f04885d3 121172001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 12118 Alexandre Oliva <aoliva@redhat.com>
6387a56e 12119
f04885d3
BK
12120 * Makefile.in (check-c++): Use tabs, not spaces.
12121
288edf47 121222001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 12123
288edf47
LB
12124 * MAINTAINERS: add myself to Write After Approval list.
12125
3d55d2f8 121262001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 12127
e490616e 12128 * Makefile.in (check-c++): New rule.
6387a56e 12129
4d88a68a
BK
12130 * configure.in (target_libs): Remove libg++.
12131 (noconfigdirs): Remove libg++.
12132 (noconfigdirs): Same.
12133 (noconfigdirs): Same.
12134 (noconfigdirs): Same.
12135
12136 * config-ml.in: Remove libg++ references.
12137
12138 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12139 (ALL_TARGET_MODULES): Same.
12140 (configure-target-libg++): Remove.
12141 (all-target-libg++): Remove.
12142 (configure-target-libio): Remove.
12143 (all-target-libio): Remove.
12144 (check-target-libio): Remove.
12145 (.PHONY): Remove.
12146 (libg++.tar.bz2): Remove.
12147 (all-target-cygmon): Remove libio.
12148 (all-target-libstdc++): Remove.
12149 (configure-target-libstdc++): Remove.
12150 (TARGET_LIB_PATH): Remove libstdc++.
12151 (ALL_GCC_CXX): Remove libstdc++.
12152 (all-target-gperf): Correct.
12153
2437d4ed
NC
121542001-02-16 Nick Clifton <nickc@redhat.com>
12155
12156 * configure.in (noconfigdirs): Allow configuration of texinfo
12157 for Cygwin hosts.
12158
85b99cbe
AG
121592001-02-15 Anthony Green <green@redhat.com>
12160
12161 * configure: Introduce GCJ_FOR_TARGET.
12162 * configure.in: Ditto.
12163 * Makefile.in: Ditto.
12164
7b18790c
AS
121652001-02-13 Andreas Schwab <schwab@suse.de>
12166
12167 * MAINTAINERS: Update mail address.
12168
c4880c99
MS
121692001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12170
12171 * config.guess: Add linux target for S/390.
12172 * config.sub: Likewise.
12173
dce2d8b2 121742001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
12175
12176 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 12177 target-libgloss.
e31ae6db 12178
7739adfb
BE
121792001-02-06 Ben Elliston <bje@redhat.com>
12180
12181 * configure: Output host type to stdout, not stderr.
12182
36ca672c
MM
121832001-02-05 Mark Mitchell <mark@codesourcery.com>
12184
e40f2829 12185 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
12186 * ltcf-cxx.sh: Likewise.
12187
36ca672c
MM
12188 * config.if: Assume enable_libstdcxx_v3 is defined.
12189
22fdd65e
MM
121902001-02-04 Mark Mitchell <mark@codesourcery.com>
12191
12192 Remove V2 C++ library.
12193 * configure.in: Remove --enable-libstdcxx_v3 support.
12194
3b60dd8e
BM
121952001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12196
12197 * include/demangle.h: Add prototype for java_demangle_v3.
12198
42c0c80a
PE
121992001-01-29 Phil Edwards <pme@sources.redhat.com>
12200
12201 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12202
0be25992
RH
122032001-01-27 Richard Henderson <rth@redhat.com>
12204
12205 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12206
8a8de62d
MS
122072001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12208
12209 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12210 Don't unset, it's non-portable and no longer necessary, set to empty
12211 instead.
12212
92769744
MS
122132001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12214
12215 * ltconfig: Shell portability fix for the tagname validity check.
12216
88a1c0ab
AO
122172001-01-27 Alexandre Oliva <aoliva@redhat.com>
12218
12219 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12220 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12221
45291dd5
MS
122222001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12223
12224 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12225
1ace7e15
TT
122262001-01-26 Tom Tromey <tromey@redhat.com>
12227
12228 * configure.in: Allow libgcj to be built on Sparc Solaris.
12229
0ef8b11b
DE
122302001-01-25 David Edelsohn <edelsohn@gnu.org>
12231
12232 * ltcf-c.sh: Add aix5 case.
12233 * ltcf-cxx.sh: Likewise.
12234 * ltconfig: Likewise.
12235
0006091e
AO
122362001-01-24 Alexandre Oliva <aoliva@redhat.com>
12237
9bad11e1
AO
12238 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12239 keep at least one of build_libtool_libs or build_old_libs set to
12240 yes.
12241
0006091e
AO
12242 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12243 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12244
7c01b2b5
BM
122452001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12246
12247 * configure.in: Enable libgcj on several additional platforms.
12248
d340e0ac
BM
122492001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12250
12251 * configure.in: Enable libgcj for linux targets.
12252
5baf8c37
MS
122532001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12254
12255 * MAINTAINERS (Write After Approval): Add myself.
12256
10a0ba84
JDA
122572001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12258
12259 * MAINTAINERS: Add myself as vax port maintainer.
12260
357c6a4b
FH
122612001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12262
12263 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12264
6e2d9a7a
MS
122652001-01-09 Mike Stump <mrs@wrs.com>
12266
12267 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12268 failures of subdirectories.
12269
b6b14b1b 122702001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 12271
b6b14b1b 12272 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 12273 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
12274 * ltcf-cxx.sh: Likewise.
12275 * ltcf-gcj.sh: Likewise.
12276 * ltconfig.sh: Fix typo.
976b230d 12277
07109110
LB
122782001-01-02 Laurynas Biveinis <lauras@softhome.net>
12279
12280 * configure: handle DOS-style absolute paths.
12281
1da5b8fc
LB
122822001-01-02 Laurynas Biveinis <lauras@softhome.net>
12283
12284 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12285
4c2f5b4f
MM
122862000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12287
12288 * MAINTAINERS: Add myself as avr port co-maintainer.
12289
bc53668e
BE
122902000-12-28 Ben Elliston <bje@redhat.com>
12291
12292 * MAINTAINERS: Add myself under ``Write After Approval''.
12293
c387606f
JM
122942000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12295
12296 * texinfo: Remove directory from GCC.
12297
2cb5082c
JM
122982000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12299
12300 * COPYING: Update to current
12301 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12302 to 19yy as example year in copyright notice).
12303
cc330df9
BK
123042000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12305
6387a56e 12306 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
12307 (libstdcxx_incdir): Pass down.
12308 * config.if: Remove expired bits for cxx_interface, add stub.
12309 (libstdcxx_incdir): Add variable for g++ include directory.
12310 * configure.in (gxx_include_dir): Use it.
6387a56e 12311
4c6b2835
AO
123122000-12-18 Alexandre Oliva <aoliva@redhat.com>
12313
12314 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12315 with old-email address from ``Write After Approval''.
12316
3896f13e
AJ
123172000-12-15 Andreas Jaeger <aj@suse.de>
12318
12319 * configure.in: Handle lang_dirs.
12320
123212000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 12322
ad46e881
TT
12323 * MAINTAINERS: Removed brads.
12324
90a10418
TT
12325 * MAINTAINERS: Added gcj developers.
12326
41dfe3a2 123272000-12-13 Anthony Green <green@redhat.com>
6387a56e 12328
41dfe3a2 12329 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
12330 listed. Disable libgcj for x86 and Alpha Linux until compatible
12331 with g++ abi.
6387a56e 12332
e2f601da
MS
123332000-12-13 Mike Stump <mrs@wrs.com>
12334
12335 * Makefile.in (local-distclean): Also remove fastjar.
12336
70030c01
RB
123372000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12338
12339 * contrib/gcc_update: Add fastjar --touch entries.
12340
2a50f859
AO
123412000-12-12 Alexandre Oliva <aoliva@redhat.com>
12342
12343 * configure.in: Disable language-specific target libraries for
12344 languages that aren't enabled.
12345
7743113b
AG
123462000-12-10 Anthony Green <green@redhat.com>
12347
12348 * configure.in: Define libgcj. Disable libgcj target libraries for
12349 most targets.
12350
92e061a6
NB
123512000-12-10 Neil Booth <neilb@earthling.net>
12352
12353 * MAINTAINERS: Update mail address, remove from WAA list.
12354
f34ff6d6
APB
123552000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12356
12357 * libjava: Imported from /cvs/java.
12358 * libffi: Likewise.
12359 * Boehm-gc: Likewise.
12360
d82a33c6
APB
123612000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12362
12363 * configure.in (target_libs): Revert 2000-12-08 patch.
12364 (noconfigdirs): Added target-libjava.
12365
e14f8e28
LB
123662000-12-09 Laurynas Biveinis <lauras@softhome.net>
12367
12368 * djunpack.bat: removed.
12369
fc26516b
LB
123702000-12-09 Laurynas Biveinis <lauras@softhome.net>
12371
12372 * Makefile.in: handle DOS-style absolute paths.
12373 * config-ml.in: likewise.
12374 * symlink-tree: likewise.
12375
bd8757b3
APB
123762000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12377
12378 * fastjar: Imported.
12379
81522a1f
APB
123802000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12381
12382 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12383 libjava.
12384 * configure.in (target_libs): Removed `target-libjava'.
12385
5db1f7ed
APB
123862000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12387
12388 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12389 (ALL_MODULES): Added fastjar.
12390 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12391 (all-target-libjava): all-fastjar replaces all-zip.
12392 (all-fastjar): Added.
12393 (configure-target-fastjar, all-target-fastjar): Likewise.
12394 * configure.in (host_tools): Added fastjar.
12395
5e59997c
MS
123962000-12-07 Mike Stump <mrs@wrs.com>
12397
12398 * Makefile.in (local-distclean): Remove leftover built files.
12399
0a534f40
NC
124002000-11-24 Nick Clifton <nickc@redhat.com>
12401
12402 * configure.in (xscale-elf): Add target.
12403 (xscale-coff): Add target.
12404
7686cadf
LR
124052000-11-22 Loren J. Rittle <ljrittle@acm.org>
12406
e490616e
ZW
12407 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12408 recent versions of FreeBSD (release 3 or later).
12409 * ltconfig: On FreeBSD, -lc must not be provided when building
12410 a shared library or else the standard -pthread gcc option is
12411 rendered worthless to later users of the built library.
7686cadf 12412
fff01699
FF
124132000-11-16 Fred Fish <fnf@be.com>
12414
12415 * configure.in (enable_libstdcxx_v3): Fix typo,
12416 libstd++ -> libstdc++.
12417
4dc16355
KL
124182000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12419
12420 * MAINTAINERS: Add self to Write After Approval list.
12421
bf6fc7b2
BS
124222000-11-21 Bernd Schmidt <bernds@redhat.com>
12423
12424 * MAINTAINERS: Update my email address. Add myself to global write
12425 privs list.
12426
ce8e06b1
AO
124272000-11-18 Alexandre Oliva <aoliva@redhat.com>
12428
6e2a4843
AO
12429 * Makefile.in: Merge with src and libgcj.
12430 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12431 configure-target-<library> when their configure scripts need the C
12432 or C++ library to have already been built to work properly.
12433 (do_proto_toplev): Set them to an empty string.
12434
ce8e06b1
AO
12435 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12436 (REALLY_SET_LIB_PATH): Use them.
12437
c003f378
SS
124382000-11-17 Stan Shebs <shebs@apple.com>
12439
12440 * MAINTAINERS: Add self to Write After Approval list.
12441
cc1e60ea
JM
124422000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12443
12444 * configure: Provide the original toplevel configure arguments
12445 (including $0) to subprocesses in the environment rather than
12446 through gcc/configargs.h.
12447
1173593d
JM
124482000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12449
12450 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12451 C99. Alphabetise "Write After Approval" list.
12452
520907ee
MM
124532000-11-12 Mark Mitchell <mark@codesourcery.com>
12454
34f6fbdb
MM
12455 * configure: Turn on libstdc++ V3 by default.
12456
520907ee
MM
12457 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12458 if we've got GCC.
12459
0bbd37ed
PB
124602000-11-11 Philip Blundell <philb@gnu.org>
12461
12462 * MAINTAINERS: Add self to Write After Approval list.
12463
7ca0e6d9
DE
124642000-11-09 David Edelsohn <edelsohn@gnu.org>
12465
12466 * ltcf-c.sh (aix4): Improve shared library configuration; require
12467 exporting symbols.
12468 * ltcf-cxx.sh (aix4): Define.
12469 * ltconfig (aix4): Define library and soname specs appropriate for
12470 AIX. Define command to create export symbols list.
12471
dce2d8b2 12472Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
12473
12474 * config.sub: Add support for Sun Chorus
12475
fc05d516
NC
124762000-10-31 Nick Clifton <nickc@redhat.com>
12477
12478 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12479 <name>@redhat.com. Also installed new email address for Clint
12480 Popetz.
6387a56e 12481
90a0e73f
JM
124822000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12483
12484 * etc: Remove directory from GCC.
12485
a5e1b548
MM
124862000-10-16 Michael Meissner <meissner@redhat.com>
12487
12488 * configure (gcc/configargs.h): Only create if there is a build GCC
12489 directory created.
12490
6387a56e
EC
124912000-10-16 Matthias Klose <doko@debian.org>
12492
be1db873
MK
12493 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12494 when configured for libstdc++-v3.
12495
f5fa9a5b
PE
124962000-10-05 Phil Edwards <pme@gcc.gnu.org>
12497
12498 * configure: Save configure arguments to gcc/configargs.h.
12499
61a77fea
PT
125002000-10-04 Philipp Thomas <pthomas@suse.de>
12501
12502 * config.guess: Import CVS version 1.157.
12503 * config.sub: Import CVS version 1.181.
12504
3a4fee66
AP
125052000-10-04 Andris Pavenis <pavenis@latnet.lv>
12506
12507 * Makefile.in (bootstrap): avoid recursion if subdir missing
12508 (cross): ditto
12509 (do-proto-toplev): ditto
12510
3dd7094e
AO
125112000-09-30 Alexandre Oliva <aoliva@redhat.com>
12512
de710532
AO
12513 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12514 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12515
3dd7094e
AO
12516 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12517 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12518 all affected `configure' scripts.
12519
e592386f
NB
12520Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12521
12522 * MAINTAINERS: Add self as cpplib co-maintainer.
12523
fba54939
AH
125242000-09-24 Aldy Hernandez <aldyh@redhat.com>
12525
12526 * MAINTAINERS: Add self to Write After Approval list.
12527
2bd429f4
GP
125282000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12529
12530 * INSTALL/README: egcs -> GCC update.
12531
dce2d8b2 12532Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
12533
12534 * MAINTAINERS: Add myself to Write After Approval list.
12535
d7ce9a83
KH
125362000-09-15 Kazu Hirata <kazu@hxi.com>
12537
12538 * MAINTAINERS: Add myself to Write After Approval list.
12539
18a53ffe
JL
12540Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12541
e490616e
ZW
12542 * configure.in: Do not build byacc for hppa64. Provide paths to the
12543 X11 libraries for hppa64.
18a53ffe 12544
f246ff23
SC
125452000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12546
12547 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12548
06298abd
AO
125492000-09-06 Alexandre Oliva <aoliva@redhat.com>
12550
4b92758a
AO
12551 * Makefile.in (all-zlib): Added dummy target.
12552
06298abd
AO
12553 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12554 ltcf-gcj.sh: Updated from libtool multi-language branch.
12555
4d73d07a
AO
125562000-09-05 Alexandre Oliva <aoliva@redhat.com>
12557
12558 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12559 (bootstrap*): Depend on all-bootstrap.
12560
05d52d78
PT
125612000-09-05 Philipp Thomas <pthomas@suse.de>
12562
12563 * config.guess: Import CVS version 1.156.
12564 * config.sub: Import CVS version 1.179.
12565
3c809ba4
AG
125662000-09-02 Anthony Green <green@cygnus.com>
12567
12568 * Makefile.in (all-gcc): Depend on all-zlib.
12569 (CLEAN_MODULES): Add clean-zlib.
12570 (ALL_MODULES): Add all-zlib.
12571 * configure.in (host_libs): Add zlib.
12572
10ad78a0 125732000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
12574
12575 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12576 crosses, but add gcc/include to the header search path for them.
12577
b36a9ce3
DB
125782000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12579
12580 * MAINTAINERS: Add self to Write After Approval list.
12581
cb011248
FS
125822000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12583
12584 * config.guess: Import CVS version 1.152.
12585 * config.sub: Import CVS version 1.177.
12586
db310af0
AO
125872000-08-25 Alexandre Oliva <aoliva@redhat.com>
12588
7965440a
AO
12589 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12590 $targargs to tell whether newlib is going to be built.
12591
db310af0
AO
12592 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12593 $$r/TARGET_SUBDIR/libio for _G_config.h.
12594
e7977565
AO
125952000-08-23 Alexandre Oliva <aoliva@redhat.com>
12596
12597 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12598
126bb9ed
DD
125992000-08-22 DJ Delorie <dj@redhat.com>
12600
12601 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12602
5b0e9d29
AO
126032000-08-22 Alexandre Oliva <aoliva@redhat.com>
12604
12605 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12606 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12607 sub-configures.
12608
4f3e904e
DD
126092000-08-21 DJ Delorie <dj@redhat.com>
12610
12611 * MAINTAINERS: Add self as a libiberty maintainer
12612
c9635443
AO
126132000-08-16 Alexandre Oliva <aoliva@redhat.com>
12614
12615 * configure.in (libstdcxx_flags): Use
12616 libstdc++-v3/src/libstdc++.INC.
12617
8b2100ba
AO
126182000-08-15 Alexandre Oliva <aoliva@redhat.com>
12619
12620 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12621
57119aa9
ZW
126222000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12623
eeb943b0
ZW
12624 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12625
6387a56e 12626 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
12627 explicit. Substitute enable_threads into generated Makefiles.
12628 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12629 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12630
acffa7c4
GK
126312000-08-13 Geoff Keating <geoffk@cygnus.com>
12632
12633 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12634
808d8c41
AO
126352000-08-12 Alexandre Oliva <aoliva@redhat.com>
12636
12637 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12638 previous delta.
12639
1fc8c51c 126402000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 12641
1fc8c51c
JM
12642 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12643 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12644 (FLAGS_FOR_TARGET): Not here.
12645 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 12646
25698887
AO
126472000-08-11 Alexandre Oliva <aoliva@redhat.com>
12648
12649 * config-ml.in (CC, CXX): Don't introduce a leading space.
12650
10120687
DD
126512000-08-07 DJ Delorie <dj@delorie.com>
12652
12653 * MAINTAINERS: Add self as a DJGPP maintainer
12654
15c758e9
DD
126552000-08-07 DJ Delorie <dj@redhat.com>
12656
12657 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12658 "if we're also building gcc, and it's a gcc that will run on the
12659 build machine, we want to use its includes instead of the system's
12660 default includes".
12661
2d0de245
JM
126622000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12663
12664 * MAINTAINERS: Add self to Write After Approval list.
12665
e81b330a
AO
126662000-08-03 Alexandre Oliva <aoliva@redhat.com>
12667
83440c1e
AO
12668 * configure.in (libstdcxx_flags): Don't use `"'.
12669
e81b330a
AO
12670 * config-ml.in: Adjust multilib search paths to the
12671 appropriate multilib tree.
12672
cf95c847
AO
126732000-08-02 Alexandre Oliva <aoliva@redhat.com>
12674
12675 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12676 commas in $LANGUAGES.
12677
9e9af119
MH
126782000-08-02 Manfred Hollstein <manfredh@redhat.com>
12679
12680 * configure.in: Re-enable all references to libg++ and librx.
12681
606ce391
AO
126822000-08-01 Alexandre Oliva <aoliva@redhat.com>
12683
89820b43
AO
12684 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12685 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12686 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12687 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12688
606ce391
AO
12689 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12690
04179d4a
AO
126912000-07-31 Alexandre Oliva <aoliva@redhat.com>
12692
12693 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12694 CXX_FOR_TARGET for sed.
12695
d4eb109c
AO
126962000-07-30 Alexandre Oliva <aoliva@redhat.com>
12697
12698 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12699 Do not override if already set in the environment or in configure.
12700 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12701 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12702
4f4caf92
AO
127032000-07-28 Alexandre Oliva <aoliva@redhat.com>
12704
12705 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12706 the libtool CVS tree multi-language branch.
12707 * ltconfig, ltmain.sh: Updated.
6387a56e 12708
b87487b6
AO
127092000-07-27 Alexandre Oliva <aoliva@redhat.com>
12710
1670d1ea
AO
12711 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12712 (clean-target): Depend on it.
12713
b87487b6
AO
12714 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12715 (GCC_FOR_TARGET): Use it.
12716 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12717 * configure.in: ... here.
12718 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12719 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12720
4e81ae98
EC
127212000-07-24 Eric Christopher <echristo@cygnus.com>
12722
12723 * MAINTAINERS: Add self to Write After Approval list.
12724
059ae32c
AO
127252000-07-24 Alexandre Oliva <aoliva@redhat.com>
12726
5b28edd4
AO
12727 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12728 (configure-target-libchill, configure-target-libobjc): Likewise.
12729
059ae32c
AO
12730 * configure.in: Use the same cache file for all target libs.
12731 * config-ml.in: But different cache files per multilib variant.
12732
1adcd149
MS
127332000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12734
12735 * configure (topsrcdir): Don't use dirname.
12736
2d573dff
JO
127372000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12738
12739 * MAINTAINERS: Add self to Write After Approval list.
12740
d207ebef
JM
127412000-07-20 Jason Merrill <jason@redhat.com>
12742
12743 * configure.in: Remove all references to libg++ and librx.
12744
12745 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12746
127472000-07-20 Hans-Peter Nilsson <hp@axis.com>
12748
12749 * config.sub: Update to subversions version 2000-07-06.
12750
7b7792d5
AH
127512000-07-12 Andrew Haley <aph@cygnus.com>
12752
12753 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12754 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12755
3abaac67
PE
127562000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12757
12758 * symlink-tree: Check number of arguments.
12759
34be2b36
JW
127602000-07-05 Jim Wilson <wilson@cygnus.com>
12761
12762 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12763 search path for a g++ extracted from the build tree. This
12764 will allow link tests run by configure scripts in
12765 subdirectories to succeed.
12766
d207ebef
JM
127672000-07-01 Koundinya K <kk@ddeorg.soft.net>
12768
e490616e 12769 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 12770
0900331b
MH
127712000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12772
12773 * MAINTAINERS: Add myself as loop discovery maintainer.
12774
d207ebef
JM
127752000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12776
12777 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12778 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12779
127802000-06-19 Timothy Wall <twall@cygnus.com>
12781
12782 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12783 * config.sub: Add tic54x target.
12784
11a27a76
TM
12785Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12786
12787 * MAINTAINERS: Add self as Fortran maintainer,
12788 remove Craig Burley.
12789
d207ebef 12790Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 12791
d207ebef
JM
12792 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12793 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 12794
7758b73f
PT
12795Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12796
12797 * MAINTAINERS: Add self as i18n maintainer
12798
d207ebef
JM
1279920000-05-21 H.J. Lu (hjl@gnu.org)
12800
e490616e
ZW
12801 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12802 directory are used if they exist. Make sure
12803 $(build_tooldir)/include is searched for header files,
12804 $(build_tooldir)/lib/ for library files.
d207ebef 12805 (GCC_FOR_TARGET): Likewise.
e490616e 12806 (CXX_FOR_TARGET): Likewise.
d207ebef 12807
bae29210
JL
12808Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12809
12810 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12811
d207ebef 12812Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
12813
12814 * Makefile.in (configure-target-libiberty): Depend on
12815 configure-target-newlib.
12816
aab0d19d
AO
128172000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12818
12819 * configure.in, Makefile.in: Merge all libffi-related
12820 configury stuff from the libgcj tree.
12821
d207ebef
JM
12822Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12823
12824 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12825 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12826
12827Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12828
12829 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12830 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 12831 current version information. Add to proto-toplev directory.
d207ebef
JM
12832 (gdb-taz): Build do-djunpack.
12833
758c7bd4
DE
128342000-05-15 David Edelsohn <edelsohn@gnu.org>
12835
12836 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12837
1888228d
AC
12838Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12839
12840 * MAINTAINERS: Add self to Write After Approval list.
12841
d207ebef
JM
128422000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12843
12844 * ltmain.sh: Preserve in relink_command any environment
12845 variables that may affect the linker behavior.
12846
2d7cc2fe
JL
12847Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12848
d207ebef
JM
12849 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12850
12851Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12852
12853 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12854
128552000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12856
12857 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 12858 with the version name.
2d7cc2fe 12859
ee455968
JE
12860Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12861
12862 * MAINTAINERS: Add self as bb-reorder maintainer.
12863
73b97e5c
BK
128642000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12865
12866 * config.if: Tweak.
12867
d207ebef
JM
128682000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12869
12870 * djunpack.bat: New file.
12871
12872Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12873
12874 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
12875 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12876 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12877 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 12878
954869eb
DP
128792000-04-16 Dave Pitts <dpitts@cozx.com>
12880
e490616e
ZW
12881 * config.sub (case $basic_machine): Change default for "ibm-*"
12882 to "openedition".
954869eb 12883
eaabe541
AJ
128842000-04-13 Andreas Jaeger <aj@suse.de>
12885
12886 * MAINTAINERS: Added myself.
12887
d207ebef
JM
12888Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12889
12890 * Makefile.in (gdb-taz): New target. GDB specific archive.
12891 (do-md5sum): New target.
12892 (MD5PROG): Define.
12893 (PACKAGE): Default to TOOL.
12894 (VER): Default to a shell script.
12895 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 12896 md5 checksum generation.
d207ebef
JM
12897 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12898 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12899 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 12900 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
12901
12902Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12903
12904 * configure (warn_cflags): Delete.
12905
0ea6d60c
PDM
12906Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12907
12908 * MAINTAINERS: Added myself.
12909
17090313 129102000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 12911 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 12912
e490616e
ZW
12913 * configure.in (enable_libstdcxx_v3): Add.
12914 (target_libs): Add bits here to switch between libstdc++-v2 and
12915 libstdc++-v3.
12916 * config.if: And this file too.
12917 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 12918
76b78517
MM
129192000-04-05 Michael Meissner <meissner@redhat.com>
12920
12921 * config.sub (d30v): Add d30v as a basic machine type.
12922
ad242caf
JM
129232000-03-29 Jason Merrill <jason@casey.cygnus.com>
12924
12925 * configure.in: -linux-gnu*, not -linux-gnu.
12926
d4537148
TM
12927Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12928
12929 * MAINTAINERS: Add self in write-after-approval section.
12930
f152e9d4
JW
12931Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12932
12933 * MAINTAINERS: Add self as ia64 port maintainer.
12934
6a5fcef1
NB
129352000-03-08 Neil Booth <NeilB@earthling.net>
12936
12937 * MAINTAINERS: Add self in write-after-approval section.
12938
d207ebef 12939Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 12940
d207ebef
JM
12941 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12942 (do-tar-bz2): Replace TOOL with PACKAGE.
12943 (gdb.tar.bz2): Remove GDBTK from GDB package.
12944 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 12945 dejagnu.tar.bz2): New packages.
d207ebef
JM
12946
129472000-02-27 Andreas Jaeger <aj@suse.de>
12948
12949 * configure.in: Add entry for mips*-*-linux*, move catch all
12950 *-*-*linux* entry below this one.
12951
129522000-02-27 Ian Lance Taylor <ian@zembu.com>
12953
12954 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 12955
521fe9d0
NC
129562000-02-24 Nick Clifton <nickc@cygnus.com>
12957
12958 * config.sub: Support an OS of "wince".
12959
d207ebef
JM
12960Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12961
12962 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 12963 version.
d207ebef 12964
dce2d8b2 129652000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
12966
12967 * config.sub: Add support for Linux/IBM 370.
12968 * configure.in: Likewise.
12969
3a685f6f
NC
129702000-02-22 Nick Clifton <nickc@cygnus.com>
12971
12972 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12973
dce2d8b2 129742000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 12975
d207ebef 12976 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 12977
4746ee26
KG
129782000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12979
12980 * configure (gcc_version): When setting, narrow search to
12981 lines containing `version_string'.
12982
ba96c72d
DC
129832000-02-15 Denis Chertykov <denisc@overta.ru>
12984
12985 * config.sub: Add support for avr target.
12986
77f16a66
NC
129872000-02-14 Nick Clifton <nickc@cygnus.com>
12988
12989 * MAINTAINERS: Add maintainers for MCore port.
12990
784a3a80
HPN
12991Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12992
12993 * config.sub: Add mmix-knuth-mmixware.
12994
719dd4fa
KG
129952000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12996
12997 * MAINTAINERS: Pair cccp with cpplib maintainership.
12998
dce2d8b2 129992000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
13000
13001 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13002 structure stuff to -L library search.
13003 (CXX_FOR_TARGET): Ditto.
13004 (CROSS_CHECK_MODULES): Fix spelling mistake.
13005
7a53e94b
MM
130062000-01-24 Mark Mitchell <mark@codesourcery.com>
13007
13008 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13009 the C++ compiler.
13010
0da3b5a7
RH
130112000-01-12 Richard Henderson <rth@cygnus.com>
13012
13013 * configure.in: Don't build some bits for beos.
13014
02368d6d
JS
130152000-01-12 Joel Sherrill (joel@OARcorp.com)
13016
13017 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13018 as include files.
13019
2e76d35c
ZW
130202000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13021
13022 * Add self as cpplib maintainer, as requested by Jason
13023 Merrill. Correct my e-mail address.
13024
4c25fdcf
GK
130252000-01-06 Geoff Keating <geoffk@cygnus.com>
13026
13027 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13028 not mh-aix43.
13029
188e3966
HPN
13030Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13031
13032 * MAINTAINERS: Add myself to "write after approval" list.
13033
c2f5d030
RH
130341999-12-14 Richard Henderson <rth@cygnus.com>
13035
13036 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13037 * config.sub: Accept alphaev[78], alphaev8.
13038
eeda916a
AO
130391999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13040
13041 * config.guess, config.sub: Update from autoconf.
13042
b3bd7820
BK
130431999-11-29 Bruce Korb <autogen@linuxbox.com>
13044
2c290989 13045 * MAINTAINERS: update my playtime e-address.
b3bd7820 13046
1882b2b1
RO
13047Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13048
13049 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13050 necessary libraries are missing.
13051
dce2d8b2 13052Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
13053
13054 * MAINTAINERS: Add new 'write after approval' maintainer.
13055
1e25de97
APB
13056Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13057
13058 * MAINTAINERS: Add new Java maintainer.
13059
1722c704
AS
130601999-10-25 Andreas Schwab <schwab@suse.de>
13061
13062 * configure: Fix quoting inside arguments of eval.
13063
8141abe8
NC
130641999-10-21 Nick Clifton <nickc@cygnus.com>
13065
13066 * config-ml.in: Allow suppression of some ARM multilibs.
13067
0b77644a
LV
13068Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13069
13070 * config.guess: Add OS/390 match pattern.
13071 * config.sub: Add mvs, openedition targets.
13072 * configure.in (i370-ibm-opened*): New.
13073
d207ebef
JM
130741999-09-04 Steve Chamberlain <sac@pobox.com>
13075
13076 * config.sub: Add support for configuring for pj.
13077
130781999-08-31 Nick Clifton <nickc@cygnus.com>
13079
13080 * config.sub (maybe_os): Add support for configuring for fr30.
13081
af13ebe9
NC
130821999-08-25 Nick Clifton <nickc@cygnus.com>
13083
13084 * configure.in: Do not configure or build ld for AIX
13085 platforms. ld is known to be broken on these platforms.
13086
1250c760
RO
13087Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13088
13089 * config-ml.in: Pass compiler flag corresponding to multidirs to
13090 subdir configures.
13091
d207ebef
JM
130921999-08-09 Ian Lance Taylor <ian@zembu.com>
13093
13094 * Makefile.in (LDFLAGS): Define.
13095
130961999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13097
13098 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13099 noconfigdirs.
13100 (*-*-cygwin*): Likewise.
13101
131021999-08-08 Ian Lance Taylor <ian@zembu.com>
13103
13104 * mkdep: New file.
13105 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13106 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13107
13108 From Eli Zaretskii <eliz@is.elta.co.il>:
13109 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13110 long file name when using DJGPP on MS-DOS.
13111
dbd83e11
JL
13112Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13113
13114 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13115
d207ebef
JM
131161999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13117
13118 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13119 dependency as this causes "make check" to globally "make all"
13120
cd1f4c2c
TT
13121Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13122
13123 * configure.in (target_libs): Added target-zlib.
13124 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13125 (CONFIGURE_TARGET_MODULES): Likewise.
13126 (CHECK_TARGET_MODULES): Likewise.
13127 (INSTALL_TARGET_MODULES): Likewise.
13128 (CLEAN_TARGET_MODULES): Likewise.
13129 (configure-target-zlib): New target.
13130 (all-target-zlib): Likewise.
13131 (all-target-libjava): Depend on all-target-zlib.
13132 (configure-target-libjava): Depend on configure-target-zlib.
13133
13134 * Makefile.in (configure-target-libjava): Depend on
13135 configure-target-newlib.
13136 (configure-target-boehm-gc): New target.
13137 (configure-target-qthreads): New target.
13138
e490616e
ZW
13139 * configure.in (target_libs): Added target-qthreads.
13140 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13141 (CONFIGURE_TARGET_MODULES): Likewise.
13142 (CHECK_TARGET_MODULES): Likewise.
13143 (INSTALL_TARGET_MODULES): Likewise.
13144 (CLEAN_TARGET_MODULES): Likewise.
13145 (all-target-qthreads): New target.
13146 (configure-target-libjava): Depend on configure-target-qthreads.
13147 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
13148
13149 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13150 (CONFIGURE_TARGET_MODULES): Likewise.
13151 (CHECK_TARGET_MODULES): Likewise.
13152 (INSTALL_TARGET_MODULES): Likewise.
13153 (CLEAN_TARGET_MODULES): Likewise.
13154 (all-target-libjava): New target.
13155 (all-target-boehm-gc): Likewise.
13156 * configure.in (target_libs): Added libjava, boehm-gc.
13157
d207ebef
JM
131581999-07-22 Ian Lance Taylor <ian@zembu.com>
13159
13160 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13161 configure.bat in SUPPORT_FILES.
13162 (gas+binutils.tar.bz2): Likewise.
13163
13164 * makeall.bat: Remove; obsolete.
13165
131661999-07-21 Ian Lance Taylor <ian@zembu.com>
13167
13168 From Mark Elbrecht:
13169 * configure.bat: Remove; obsolete.
13170
131711999-07-11 Ian Lance Taylor <ian@zembu.com>
13172
13173 * configure: Add -W -Wall to the default CFLAGS when compiling with
13174 gcc.
13175
13176Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13177
13178 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13179
131801999-06-30 Mark Mitchell <mark@codesourcery.com>
13181
13182 * configure.in: Build ld on IRIX6.
13183
131841999-06-12 Ian Lance Taylor <ian@zembu.com>
13185
13186 * Makefile.in: Change distribution targets to use bzip2 instead of
13187 gzip.
13188 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13189 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13190
131911999-06-04 Nick Clifton <nickc@cygnus.com>
13192
13193 * config.sub: Add mcore target.
13194
26d088fa
CD
13195Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13196
13197 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13198
c2c08b29
L
13199Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13200
13201 * config.guess (dummy): Changed to $dummy.
13202
671d0648
NC
132031999-05-24 Nick Clifton <nickc@cygnus.com>
13204
13205 * config.sub: Tidied up case statements.
13206
b1345c72
BE
132071999-05-22 Ben Elliston <bje@cygnus.com>
13208
51ccbd8d
BE
13209 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13210 <jiro@din.or.jp>.
13211
b1345c72
BE
13212 * config.guess: Merge with FSF version. Future changes will be
13213 more accurately recorded in this ChangeLog.
13214 * config.sub: Likewise.
13215
2caf864f
SM
13216Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13217
13218 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13219
d207ebef
JM
132201999-04-30 Tom Tromey <tromey@cygnus.com>
13221
13222 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13223
90fb0c24
TT
132241999-04-23 Tom Tromey <tromey@cygnus.com>
13225
13226 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13227
d207ebef
JM
132281999-04-20 Drew Moseley <dmoseley@cygnus.com>
13229
13230 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13231 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13232 Bad merge removed these two changes.
13233
3516940d 13234Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 13235 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
13236
13237 * config.guess (interix Alpha): Add.
13238
d207ebef
JM
132391999-04-11 Richard Henderson <rth@cygnus.com>
13240
13241 * configure.in (i?86-*-beos*): Do config gperf; don't config
13242 gdb, newlib, or libgloss.
13243
e891fbfe 13244Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13245
e891fbfe
AO
13246 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13247 link a trivial program with -mabi=64. If it fails, remove mabi=64
13248 from multidirs.
13249
f9ae47d6
PT
13250Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13251
13252 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13253
d207ebef
JM
132541999-04-08 Nick Clifton <nickc@cygnus.com>
13255
13256 * config.sub: Add support for mcore targets.
13257
132581999-04-07 Michael Meissner <meissner@cygnus.com>
13259
13260 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13261 not mt-ospace, in order to shut up assembler warning about using
13262 symbols that are named the same as registers.
13263
132641999-04-07 Drew Moseley <dmoseley@cygnus.com>
13265
13266 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13267 dependency list for all-target-cygmon.
13268
132691999-04-05 Doug Evans <devans@casey.cygnus.com>
13270
13271 * config-ml.in: Check $host, not $target, for selective multilibs.
13272 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13273 thumb interworking, and underscore prefix multilibs.
13274
132751999-04-04 Ian Lance Taylor <ian@zembu.com>
13276
13277 * missing: Update to version from current automake.
13278
88101ab9
L
13279Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13280
13281 * configure (gxx_include_dir): Removed.
13282
13283 * configure.in (gxx_include_dir): Handle it.
13284 * Makefile.in: Likewise.
13285
d207ebef
JM
132861999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13287
13288 * config.sub (mips64vr4111,mips64vr4111el) Add.
13289
132901999-03-21 Ben Elliston <bje@cygnus.com>
13291
e490616e 13292 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 13293
8dc91cbe
ME
13294Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13295
8dc91cbe
ME
13296 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13297 config/mh-djgpp.
13298
d207ebef
JM
13299Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13300
13301 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13302 all-target-newlib to dependency list for all-target-bsp.
13303
926bb5ed
MK
13304Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13305
13306 * config.sub: Add i386-uwin support.
13307 * config.guess: Likewise.
13308
4a6e3000
FS
13309Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13310
13311 * configure.in: cleanup, add mh-*pic handling for arm, special
13312 case powerpc*-*-aix*
13313
d207ebef
JM
13314Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13315
13316 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13317 can be built.
13318
13319Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13320
13321 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 13322 targets.
d207ebef 13323
71c91078
NC
133241999-03-02 Nick Clifton <nickc@cygnus.com>
13325
13326 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13327
282e5df8
GN
13328Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13329
13330 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13331
1de558ee
NC
133321999-02-24 Nick Clifton <nickc@cygnus.com>
13333
13334 * config.sub: Fix typo in arm recognition.
13335
d207ebef
JM
13336Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13337
13338 * configure.in (noconfigdirs): Changed target_configdirs to
13339 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13340 rather than m68k-*-* since it is not known to work on
13341 m68k-aout. Ditto for arm-*-*oabi.
13342
13343Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13344
13345 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
13346
133471999-02-19 Ben Elliston <bje@cygnus.com>
13348
13349 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13350 Smart and improved by Andrew Cagney.
13351
fab7445a
ME
13352Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13353
13354 * config.guess: Recognize openbsd-*-hppa.
13355
8ccdc228
L
13356Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13357
13358 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13359 only if it is not empty.
13360
3b7265ff
NC
133611999-02-17 Nick Clifton <nickc@cygnus.com>
13362
13363 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 13364
d207ebef 13365 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
13366
13367 * config.sub: Modified to recognize uname's armv* syntax.
13368
d207ebef
JM
133691999-02-17 Mark Salter <msalter@cygnus.com>
13370
13371 * configure.in: Added target-bsp for sparclite.
13372
13373Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13374
13375 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13376
133771999-02-08 Nick Clifton <nickc@cygnus.com>
13378
13379 * configure.in: Add support for strongarm port.
13380 * config.sub: Add support for strongarm target.
13381
c48dd3f5 13382Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 13383
c48dd3f5
MK
13384 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13385 the old name config/mh-cygwin32.
13386 Enable texinfo.
13387
d207ebef
JM
13388Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13389
13390 * configure.in: Do build ld for ix86 Solaris.
13391
ecd62820
JW
13392Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13393
13394 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13395 $AR_FOR_TARGET. Likewise for RANLIB.
13396
bbd8fa7f 13397Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 13398
e490616e
ZW
13399 * config.sub (oabi): Recognize.
13400 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 13401
0397442c
RL
13402Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13403
13404 * config.guess: Improve detection of i686 on UnixWare 7.
13405
c9ffaa63
MK
13406Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13407
13408 * config.guess: Add support for i386-pc-interix.
13409 * config.sub: Likewise.
13410 * configure.in: Likewise.
c9ffaa63 13411
d207ebef
JM
13412Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13413
13414 * Makefile.in: Remove unneeded all-target-libio from
13415 from all-target-winsup target since it is now unneeded.
13416 Add all-target-libtermcap in its place since it is now
13417 needed.
13418
13419Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13420
13421 * configure.in: makefile stub for cygwin target is probably
13422 unnecessary. Remove it for now.
d207ebef
JM
13423
13424Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13425
13426 * configure.in: libtermcap.a should be built when cygwin is the
13427 target as well as the host.
13428 * config.guess: Allow mixed case in cygwin uname output.
13429 * Makefile.in: Add libtermcap target.
d207ebef 13430
ebe12325
JL
13431Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13432
13433 * config.sub: Clean up handling of hppa2.0.
13434
57057b67
RB
13435Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13436
13437 * config.guess: Use C code to identify more HP machines.
13438
f8670be1
JL
13439Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13440
13441 * config.sub: Handle hppa2.0.
13442
d207ebef
JM
13443Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13444
13445 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 13446 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
13447
134481998-12-15 Mark Salter <msalter@cygnus.com>
13449
13450 * configure.in: Added target-bsp for several target architectures.
13451
13452 * Makefile.in: Added rules for bsp.
13453
d1a09590
JL
13454Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13455
13456 * config.guess: Improve detection of hppa2.0 processors.
13457
13458Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13459
13460 * config.guess: Recognize FreeBSD using ELF automatically.
13461
71205e0b
MH
134621998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13463
13464 * configure (skip-this-dir): Add handling for new shell script, which
13465 might be created by a sub-directory's configure to indicate, this particular
13466 directory is "unwanted".
13467 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13468
d207ebef
JM
13469Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13470
13471 * ltconfig: import from libtool, after changing libtool to
13472 account for the cygwin name change.
13473
13474Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13475
13476 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13477 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13478
13479Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13480
13481 * configure.in: Add libtermcap to list of cygwin dependencies.
13482
13483Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13484
e490616e
ZW
13485 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13486 they include winsup/include when it's a cygwin target.
d207ebef
JM
13487
134881998-11-12 Tom Tromey <tromey@cygnus.com>
13489
13490 * configure.in (host_tools): Added zip.
13491 * Makefile.in (all-target-libjava): Depend on all-zip.
13492 (all-zip): New target.
13493 (ALL_MODULES): Added all-zip.
13494 (NATIVE_CHECK_MODULES): Added check-zip.
13495 (INSTALL_MODULES): Added install-zip.
13496 (CLEAN_MODULES): Added clean-zip.
13497
13498Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13499
13500 * Makefile.in: lose "32" from comment about cygwin.
13501
13502Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13503
13504 * configure.in: Use -Os to build target libraries for the fr30.
13505
13506Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13507
13508 * config.sub: Add fr30.
13509
13510Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13511
e490616e 13512 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
13513 cygwin* instead of cygwin32*.
13514 * config.sub: Check cygwin* instead of cygwin32*.
13515
d2ec8b39
RL
13516Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13517
13518 * config.guess: Match any version of Unixware7.
13519
d207ebef
JM
135201998-10-20 Syd Polk <spolk@cygnus.com>
13521
13522 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13523 if desired.
13524
35cd2565
JL
13525Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13526
13527 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13528 these if the appropriate directories and files to not exist.
13529
52d4e5b7
JL
13530Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13531
13532 * Makefile.in (DEVO_SUPPORT): Add config.if.
13533
38ada91e
MH
13534Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13535
13536 * configure: Add pattern to replace "build_tooldir"'s
13537 definition in the generated Makefile with "tooldir"'s
13538 actual value.
13539
e44e84da
JL
13540Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13541
56a8387f
JL
13542 * config.sub: Bring back lost sparcv9.
13543
e44e84da
JL
13544 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13545
5cb95c7a
JL
13546Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13547
13548 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13549 CC_FOR_TARGET and friends.
13550
13551Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 13552
ceff9b14
AO
13553 * Makefile.in (build_tooldir): New variable, same as tooldir.
13554 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13555 -B$(build_tooldir)/bin/.
13556 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 13557
f2d11dcd
GP
13558Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13559
13560 * README: Remove installation instructions and refer to the
13561 INSTALL directory instead.
13562
73a6d2e7 13563Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 13564
73a6d2e7
RL
13565 * config.sub: Add support for i[34567]86-pc-udk.
13566 * configure.in: Likewise.
13567
5d4a5ee6
JL
13568Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13569
13570 * Makefile.in: add bzip2 package building bits for user
13571 tools module
13572 * configure.in: ditto
13573
6fc19d6d
JL
13574Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13575
13576 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13577 (ALL_TARGET_MODULES): Add all-target-libobjc.
13578 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13579 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13580 (all-target-libchill): Add dependencies.
13581 * configure.in (target_libs): Add libchill.
4e81ae98 13582
f653f0ab
MH
135831998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13584
13585 * configure.in (target_subdir): Remove duplicate line.
13586
5d4a5ee6
JL
13587Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13588
13589 * Makefile.in (all-automake): fix dependencies.
13590
494933e4
JL
13591Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13592
13593 * configure.in: Minor cleanups for building in the $(target_alias)
13594 subdir.
13595
f6b58262
JW
135961998-09-22 Jim Wilson <wilson@cygnus.com>
13597
13598 * Makefile.in (bootstrap): Set r and s before make all. Use
13599 BASE_FLAGS_TO_PASS in make all.
13600 (cross): Likewise.
13601
27c7a08d
MM
136021998-09-20 Mark Mitchell <mark@markmitchell.com>
13603
13604 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13605
e67afd1e
RH
13606Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13607
13608 * config.sub: Fix typo in last change.
13609
8e44ac71
MH
136101998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13611
13612 * config.sub: Add support for C4x target.
13613 * configure.in: Likewise.
13614
d7496fbb
DM
136151998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13616
13617 * config.sub: Recognize sparcv9 just like sparc64.
13618
22097bd1
RL
13619Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13620
13621 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13622
4b877abd
JL
13623Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13624
2c8ec9a2
JL
13625 * config.guess: Correctly identify Pentium II sco boxes.
13626
4b877abd
JL
13627 * config.guess: Fix "tr" code. From Weiwen Liu.
13628
ab03db52
JH
13629Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13630
13631 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13632 stabs.
13633
b54db294
JL
13634Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13635
13636 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13637 (ALL_TARGET_MODULES): Add all-target-libchill.
13638 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13639 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13640 (all-target-libchill): Add dependencies.
13641 * configure.in (target_libs): Add libchill.
13642
bf48dd73
LW
13643Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13644
13645 * config.guess: Avoid assumptions about "tr" behaves when
13646 LANG is set to something other than English.
13647
a3cbd105
L
13648Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13649
13650 * configure (gxx_include_dir): Changed to
13651 '${prefix}/include/g++'-${libstdcxx_interface}.
13652
13653 * config.if: New to determine the interfaces.
13654
c4acd909
MK
13655Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13656
13657 * config.guess: Detect and handle MPE/IX.
13658 * config.sub: Deal with MPE/IX.
13659
9ea97665
DE
13660Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13661
13662 * configure.in: Use mh-aix43.
13663
0ce065bd
MH
136641998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13665
13666 * configure: Fix --without/--disable cases for gxx-include-dir.
13667
5d4a5ee6
JL
13668Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13669
13670 * mdata-sh: Imported. Needed for automake support.
13671
13672Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13673
13674 * Makefile.in (taz): Try "chmod -R og=u ." before
13675 "chmod og=u `find . -print`".
13676
13677Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13678
13679 * configure.in: Add arm-elf and thumb-elf support.
13680
13681Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13682
13683 * Makefile.in: Undo previous patch.
13684
13685Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13686
13687 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13688 to here ...
13689 (install-no-fixedincludes): and here
13690 (INSTALL_MODULES): ... from here.
13691
466456d9
ILT
13692Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13693
13694 * config.sub: Merge with FSF.
13695
1b409d25
ILT
13696 * config.guess: Merge with FSF.
13697
d207ebef
JM
13698Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13699
13700 * configure (extraconfigdirs): New variable.
13701 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13702 * Makefile.in (all): Move higher in file.
13703 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13704 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13705 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13706 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13707 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13708
137091998-07-23 Brendan Kehoe <brendan@cygnus.com>
13710
13711 * Makefile.in (all-target-libjava): Depend on all-gcc and
13712 all-target-newlib.
13713 (configure-target-libjava): Depend on $(ALL_GCC).
13714
7f1937c1
RL
13715Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13716
13717 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13718 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13719
2ada2bd6
ML
13720Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13721
13722 * INSTALL/README: Fix typo.
13723
1e025bde
ML
13724Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13725
5d4a5ee6
JL
13726 * ylwrap: Change absolute path checks to check for DOS style path
13727 names.
1e025bde 13728
5d4a5ee6
JL
13729 * ylwrap: Don't use a full path name if the source file is in the
13730 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 13731
6755ff73
ILT
13732 * config-ml.in: Default to being verbose, to match Feb 18 change to
13733 configure.
13734
5d4a5ee6
JL
13735Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13736
13737 Brought over from egcs:
13738
13739 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13740
13741 * configure.in (target_subdir): Set to ${target_alias} instead
13742 of "libraries".
13743
13744 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13745
13746 * configure.in (target_subdir): Set to libraries if enable_multilib.
13747
13748Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13749
13750 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13751 multilibs, force reconfiguration the first time we create
13752 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13753
13754Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13755
13756 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13757 avoid confusion with --no-recursion.
13758
13759Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13760
13761 * configure.in: Win32 hosts shouldn't use install -x
13762 * install-sh: remove -x option, and special .exe-handling
13763 hack.
13764
d207ebef
JM
13765Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13766
13767 * config.guess: Recognize i586-pc-beos.
13768 * configure.in: Don't build some bits for beos.
13769
fbd836fc
ILT
13770Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13771
5d4a5ee6
JL
13772 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13773 CFLAGS default to -O2.
13774
fbd836fc
ILT
13775 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13776 when using GNU ld.
13777
13778Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13779
13780 * ltmain.sh: Correct install when using a different shell.
13781
13782Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13783
13784 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13785
d207ebef
JM
13786Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13787
13788 * makefile.vms: Update to build binutils/makefile.vms. Add install
13789 target.
fbd836fc
ILT
13790
13791Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13792
13793 * ltconfig: Update to correct AIX handling.
13794
69b471bc
JL
13795Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13796
81241b5e
JL
13797 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13798
69b471bc
JL
13799 * configure.in (target_subdir): Set to ${target_alias} instead
13800 of "libraries".
13801
bedf82df
MH
138021998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13803
13804 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13805 (Makefile): Depend on $(gcc_version_trigger).
13806
13807 * configure (gcc_version): Change default initializer to empty
13808 string.
13809 (gcc_version_trigger): New variable; pass this variable down
13810 to subdir configures to enable them checking gcc's version
13811 themselves. Emit make macros for both gcc_version vars.
13812 (topsrcdir): Initialize reliably.
13813 (recursion line): Remove --with-gcc-version=${gcc_version}.
13814
28e449d8
MH
138151998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13816
13817 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
13818 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13819 in $(libsubdir); emit definition in each generated Makefile.
13820 (gxx_include_dir): Initialize depending on
13821 $enable_version_specific_runtime_libs.
28e449d8 13822
50c4c9f7
MH
138231998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13824
13825 * configure (gcc_version): Initialize properly depending on
13826 how and where configure is started.
13827 (recursion line): Pass a --with-gcc-version=${gcc_version}
13828 to configures in subdirs.
13829
d207ebef
JM
13830Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13831
13832 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 13833 cygmon
d207ebef 13834
5d4a5ee6
JL
13835Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13836
13837 * configure.in: Add cygmon and libstub support for mn10200.
13838
2f96399b
MH
138391998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13840
13841 * configure (gcc_version): Add new variable describing the
13842 particular gcc version we're building.
13843 * Makefile.in (libsubdir): Add new macro for the directory
13844 in which the compiler finds executables, libraries, etc.
13845 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13846 and libsubdir.
13847
c4137c50
AO
13848Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13849
ceff9b14
AO
13850 * Makefile.in (local-clean): Remove *.log.
13851 (warning.log): Built with warn_summary from build.log.
13852 (mail-report.log): Run test_summary.
13853 (mail-report-with-warnings.log): Run test_summary including
13854 warning.log in the report.
c4137c50 13855
276d5ee0
RL
13856Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13857
13858 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13859
5d4a5ee6
JL
13860Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13861
13862 * Makefile.in (grep): Grep no longer depends on libiberty.
13863
13864Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13865
13866 * Makefile.in: all-snavigator needs all-libgui.
13867
13868Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13869
13870 * configure.in: Add cygmon and libstub support for mn10300.
13871
8af14275
ILT
13872Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13873
13874 * missing: Update to version from automake 1.3.
13875
fbd836fc
ILT
13876 * ltmain.sh: On installation, don't get confused if the same name
13877 appears more than once in the list of library names.
13878
466456d9
ILT
13879Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13880
13881 * config.sub: Accept m68060 and m5200 as CPU names.
13882
5d4a5ee6
JL
13883Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13884
13885 * configure: Use && rather than using -a in test, because odd
13886 strings can confuse test.
13887 * configure.in: Likewise.
13888
fbd836fc
ILT
13889Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13890
13891 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13892
f0983958
AO
13893Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13894
13895 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 13896 bootstrap4-lean): New targets.
f0983958 13897
bfed1ea0
JL
13898Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13899
13900 * mpw-* Delete. Not used.
13901
5d4a5ee6
JL
13902Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13903
13904 * COPYING.LIB: Update FSF address.
13905
bfed1ea0
JL
13906Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13907
13908 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13909
5d4a5ee6
JL
13910 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13911 GAS_SUPPORT_DIRS.
13912
bfed1ea0
JL
13913Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13914
13915 * ltconfig, ltmain.sh: Avoid producing a version number if
13916 -version-info was not used.
13917
5d4a5ee6
JL
13918Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13919
13920 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13921 building with newlib.
13922
139231998-04-30 Paul Eggert <eggert@twinsun.com>
13924
d207ebef 13925 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 13926 Solaris `make' causes it to continue to next definition.
d207ebef
JM
13927
13928Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13929
13930 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13931 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
13932
13933Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13934
13935 * configure.in: Change alpha to alpha* in several places.
13936
d207ebef
JM
13937Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13938
13939 * config.sub: Recognize sparc86x.
13940
77be0cab
MM
13941Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13942
13943 * configure.in (--enable-target-optspace): Remove debug echo.
13944
62441128
JW
13945Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13946
13947 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13948
bfed1ea0
JL
13949Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13950
13951 * ltconfig: Update cygwin32 support.
13952
5d4a5ee6
JL
13953 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13954 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13955 (GDB_SUPPORT_DIRS): Likewise.
13956
3f4ea1de
MM
13957Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13958
13959 * configure.in (target_makefile_frag): If --enable-target-optspace,
13960 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
13961 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13962 not used.
13963 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 13964
5d4a5ee6
JL
13965Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13966
13967 * Makefile.in (all-bfd): Depend on all-intl.
13968 (all-binutils): Likewise.
13969 (all-gas): Likewise.
13970 (all-gprof): Likewise.
13971 (all-ld): Likewise.
13972
139731998-04-19 Brendan Kehoe <brendan@cygnus.com>
13974
13975 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13976
bfed1ea0
JL
13977Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13978
5d4a5ee6
JL
13979 * Makefile.in (all-bfd): Depend upon all-libiberty.
13980
bfed1ea0
JL
13981 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13982
5d4a5ee6
JL
13983Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13984
13985 * Makefile.in: Add libstub.
13986
13987 * configure.in: Ditto. Build libstub for targets that have cygmon
13988 support.
13989
13990Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13991
13992 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13993
13994Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13995
13996 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13997 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13998
ec8d6ddc
KW
13999Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14000
14001 * configure: Define DEFAULT_M4 by searching PATH.
14002 * Makfile.in: Use DEFAULT_M4.
14003
bfed1ea0
JL
14004Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14005
14006 * ltconfig: Add cygwin32 support.
14007
5d4a5ee6
JL
14008 * Makefile.in, configure.in: Add libtool as a native only directory
14009 to configure and build.
14010
547a6183
JL
14011Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14012
14013 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14014
5d4a5ee6 14015Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 14016
5d4a5ee6
JL
14017 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14018
14019Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14020
14021 * Makefile.in: add ash make rules
14022 * configure.in: add ash to native_only and host_tools lists
14023
14024Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14025
14026 * Makefile.in (all-gettext, all-intl): New targets.
14027 (ALL_MODULES): Added all-gettext, all-intl.
14028 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14029 (INSTALL_MODULES): Added install-gettext, install-intl.
14030 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14031
14032 * configure.in (host_tools): Added gettext.
14033 (native_only): Likewise.
14034 (noconfigdirs) [various cases]: Likewise.
14035 (host_libs): Added intl.
14036
d207ebef
JM
14037Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14038
14039 * configure: Do not disable building gdbtk for cygwin32 hosts.
14040
e98e406f
NC
14041Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14042
14043 * configure.in: Add thumb-coff target.
14044 * config.sub: Add thumb-coff target.
14045
5d4a5ee6
JL
14046Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14047
14048 * Makefile.in: Revert yesterday's change.
14049 (all-target-winsup): all-target-librx stays out of here.
14050
14051Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14052
14053 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14054 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14055 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14056 Remove references to librx and libg++.
14057
14058Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14059
14060 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14061 recursive makes
14062
bfed1ea0
JL
14063Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14064
14065 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 14066 for newlib directory.
bfed1ea0
JL
14067 (CXX_FOR_TARGET): Likewise.
14068
14069Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14070
14071 * ltconfig: Update after libtool/ltconfig.in change for
14072 hpux11.
14073
14074Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14075
14076 * ltconfig, ltmain.sh: Update to libtool 1.2.
14077
3cd730af
MH
14078Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14079
14080 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14081 (install-gcc-cross): Instead, override LANGUAGES here.
14082
80564603
DL
140831998-03-18 Dave Love <d.love@dl.ac.uk>
14084
14085 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14086 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14087
d207ebef
JM
14088Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14089
14090 * configure.in: Add Thumb-pe target.
14091
5d4a5ee6 14092Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 14093
5d4a5ee6
JL
14094 * Makefile.in - changed sn targets to snavigator
14095 * configure.in - changed sn targets to snavigator
14096
2d4a0558
MH
14097Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14098
14099 * config-ml.in: After building symlink tree call make distclean
14100 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14101 to be the case for libiberty.
14102
04b93567
L
14103Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14104
14105 * configure: When making link, also check the current
14106 directory. The configure scripts may create one.
14107
9a06b842
RH
14108Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14109
14110 * config.sub: Accept alphapca56 and alphaev6 properly.
14111
217fc4e6
FS
14112Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14113
14114 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14115
3e07bdbd 14116Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 14117
e490616e 14118 * config.sub (sco5): Fix typo.
3e07bdbd 14119
5d4a5ee6
JL
14120Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14121
14122 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14123 install-itcl.
14124 (install-itcl): Remove dependency on install-tcl.
14125
14126Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14127
14128 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14129
14130Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14131
14132 * configure.in: Don't build libgui for a cygwin32 target when not on
14133 a cygwin32 host.
14134
14135Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14136
14137 * configure (redirect): Set to null, so default behavior of
14138 configure is now --verbose.
14139
ce0d965c
DL
141401998-02-16 Dave Love <d.love@dl.ac.uk>
14141
14142 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14143 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14144
3acd1fd0
MH
14145Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14146
14147 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14148 this change to sync Makefile.in with its ChangeLog entries.
14149
5d4a5ee6
JL
14150Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14151
14152 * ltmain.sh (mkdir): Check that the directory doesn't exist
14153 before we exit with error, so that we don't get races during
14154 parallel builds.
14155
bfed1ea0
JL
14156Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14157
14158 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14159
4e77e8f1
MH
14160Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14161
14162 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14163 PICFLAG_FOR_TARGET.
14164 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14165
14166 * configure: Emit a definition for the new macro enable_shared
14167 into each Makefile.
14168
5d4a5ee6
JL
14169Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14170
14171 * configure.in (host_tools, native_only): Add libtool.
14172
14173Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14174
14175 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14176 Fix typo in ming config comment.
14177
bfed1ea0
JL
14178Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14179
14180 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14181
5d4a5ee6
JL
14182Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14183
14184 * config.sub: Add tic30 cases, and map c30 to tic30.
14185
8821a725
RH
14186Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14187
14188 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14189 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14190 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14191 (CLEAN_TARGET_MODULES): Similarly
14192 (all-target-libf2c): Add dependences.
4e81ae98 14193 * configure.in (target_libs): Add libf2c.
8821a725 14194
5d4a5ee6
JL
14195Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14196
14197 * configure.in: Remove expect from noconfigdirs when target
14198 is cygwin32. OK to build expect and dejagnu with Canadian
14199 Cross.
14200
0aadd657
ILT
14201Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14202
5d4a5ee6
JL
14203 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14204 host.
14205
0aadd657
ILT
14206 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14207 and mingw32.
14208
d0a8352c
MH
14209Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14210
14211 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14212 here as it is not defined in the toplevel Makefile.
14213
59739e3c
MH
14214Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14215
14216 * configure (package_makefile_rules_frag): New variable, which names
14217 a file with generic rules, ...
14218 Change comment to mention we now have FIVE parts.
14219 * configure: Undo last change.
14220
228197ee
LT
14221Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14222
14223 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 14224 * config.sub: More accurate determination of HP processor types.
228197ee 14225
efd4c0ba
MH
14226Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14227
14228 * configure (package_makefile_frag): Move inserting the
14229 ${package_makefile_frag} to where it should be according
14230 to the comment.
14231
6eef3189
PB
14232Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14233
14234 * config.guess: Add support for Linux/ARM.
14235
d207ebef
JM
14236Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14237
14238 * .cvsignore: Remove *-info and *-install since they match
14239 release-info and mpw-install, which we don't want to just ignore.
14240
48464ebf
RH
14241Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14242
14243 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14244
803462a7
PN
14245Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14246
14247 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14248 local_prefix to sub-make invocations.
14249
520ab477
L
14250Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14251
14252 * configure.in: Check makefile fragments in the source
14253 directory.
14254
4bcdb76d
AO
14255Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14256
ceff9b14
AO
14257 * configure.in: Check whether host and target makefile
14258 fragments exist before adding them to *_makefile_frag.
4bcdb76d 14259
5d4a5ee6
JL
14260Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14261
14262 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14263
14264Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14265
14266 * configure.in: Make sure we only replace RPATH_ENVVAR on
14267 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14268 regexp to sed.
14269
14270 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14271 to sub-makes.
14272
0d3e11a5
LI
142731998-01-13 Lee Iverson (leei@ai.sri.com)
14274
14275 * config-ml.in (multi-do): LDFLAGS must include multilib
14276 designator.
14277
d45b3d87 14278Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
14279
14280 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14281
d39cd7a1
MK
14282Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14283
14284 * config.sub: Add mingw32 support.
14285 * configure.in: Likewise.
d39cd7a1 14286
6decbc24
FS
14287Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14288
14289 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14290
5d4a5ee6
JL
14291Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14292
14293 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14294 * configure (gxx_include_dir): Provide a definition for subdirs
14295 which do not use autoconf.
14296
14297Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14298
14299 * config.guess: Sync with egcs. Picks up new alpha support,
14300 BeOS & some additional linux support.
14301
d3d1907a
JL
14302Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14303
14304 * config.guess: HP 9000/803 is a PA1.1 machine.
14305
b104e095
RH
14306Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14307
14308 * configure.in: It's alpha*-...
14309
aca823c1
L
14310Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14311
14312 * configure.in (host_makefile_frag, target_makefile_frag):
14313 Handle multiple config files.
14314 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14315 alpha-*-*.
14316
d207ebef
JM
14317Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14318
14319 * mkdep: New file.
14320
14321Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14322
14323 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14324
5d4a5ee6
JL
14325Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14326
14327 * Makefile.in: Add libgui directory.
14328 (GDB_TK): Add all-libgui.
14329 * configure.in: Add libgui directory.
14330 * configure: Add all-libgui to GDB_TK.
14331
14332Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14333
14334 * config-ml.in (multidirs): Add m32r to multilib list.
14335
14336Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14337
14338 * Makefile.in (all-target-gperf): Change dependency to
14339 all-target-libstdc++.
14340
baf55877
FF
14341Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14342
14343 * config.guess: Add BeOS support.
14344
5d4a5ee6
JL
14345Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14346
14347 Source directory cvs renamed to cvssrc:
14348 * configure.in (host_tools): Change cvs to cvssrc.
14349 (native_only): Likewise.
14350 (noconfigdirs) [various cases]: Likewise.
14351 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14352 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14353 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14354 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14355 (all-cvssrc): Rename target from all-cvs.
14356
f2d76545
JL
14357Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14358
14359 * configure (gxx_include_dir): Fix thinko.
14360
205cba53
JL
14361Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14362
14363 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14364 (install-cross, install-gcc-cross): New targets.
14365
5d4a5ee6
JL
14366Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14367
14368 * configure.in (noconfigdirs): Add support for Thumb target.
14369
14370 * config.sub (maybe_os): Add support for Thumb target.
14371
14372Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14373
14374 * Makefile.in: Add rules for cygmon.
14375
14376 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14377
96b0f1fc
JL
14378Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14379
14380 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14381 * configure (gxx_include_dir): Provide a definition for subdirs
14382 which do not use autoconf.
d207ebef
JM
14383
14384Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14385
14386 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 14387 11/18/97 build
d207ebef 14388
7dfef6ed
JL
14389Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14390
14391 * From Franz Sirl.
14392 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14393 found on RedHat Linux systems.
96b0f1fc 14394
83cfe7c0
JL
14395Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14396
14397 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14398 guesses.
14399
7dfef6ed
JL
14400Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14401
14402 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14403
5d4a5ee6
JL
14404Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14405
14406 * ltmain.sh: If mkdir fails, check whether the directory was created
14407 anyhow by some other process.
14408
d207ebef
JM
14409Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14410
14411 * configure.in (d30v-*-*): Configure all directories.
14412
14413Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14414
14415 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14416 for the D30V.
14417
14418Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14419
14420 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14421
5d4a5ee6
JL
14422Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14423
e490616e
ZW
14424 * include/libiberty.h: Add extern "C" { so it can be used with C++
14425 progrms.
14426 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14427 programs.
5d4a5ee6 14428
d207ebef
JM
14429Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14430
14431 * configure.in (d30v-*-*): Configure GCC now.
14432
5d4a5ee6
JL
14433Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14434
14435 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14436 is no longer needed.
14437
c9670e62
JM
14438Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14439
14440 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14441
cc71c0ca
MH
14442Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14443
14444 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14445 targets using "$@" to provide support for similar but not identical
14446 targets without having to duplicate code.
14447
d207ebef
JM
14448Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14449
14450 * makefile.vms: Fix to work with DEC C.
14451
14452Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14453
14454 * config.sub: Add mips-tx39-elf to marketing names.
14455
14456Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14457
14458 * ltmain.sh: Handle symlinks in generated script.
14459
14460Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14461
14462 * configure: Handle autoconf style directory options: --bindir,
14463 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14464 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14465 --sysconfdir.
14466 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14467 (sharedstatedir, localstatedir, oldincludedir): New variables.
14468 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14469 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14470 sbindir, sharedstatedir, and sysconfdir.
14471
b1e3ddfd
AJ
14472Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14473
14474 * Makefile.in (bootstrap-lean): New target.
14475
d207ebef
JM
14476Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14477
14478 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 14479 sn, and gnuserv from noconfigdirs.
d207ebef
JM
14480
14481Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14482
14483 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14484
09f97c1e
JL
14485Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14486
14487 * Makefile.in (cross): New target.
14488
335d0ab2
AO
14489Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14490 Jeff Law <law@cygnus.com>
14491
14492 * Makefile.in (bootstrap2, bootstrap3): New targets.
14493 (all-bootstrap): Remove outdated and confusing target.
339c9b00 14494 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 14495
d207ebef
JM
14496Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14497
14498 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 14499 windows. Consistent with gdb/configure.
d207ebef 14500
e693cc28
UD
145011997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14502
e693cc28
UD
14503 * configure.in: Name Linux target fragment.
14504
14505 * configure: Rewrite so that project Makefile fragment is inserted
14506 first and appears last in the resulting Makefile.
14507
d207ebef
JM
14508Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14509
14510 * Makefile.in (install-itcl): Install tcl first.
14511
5d4a5ee6
JL
14512Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14513
14514 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14515
f401679e
JW
14516Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14517
14518 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14519
14520 * configure.in (skipdirs): Add target-librx for Linux.
14521 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14522
ec20b1b9
JL
14523Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14524
14525 * Makefile.in (bootstrap): New target.
14526
becdcf6d
JL
14527Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14528
63f6bcd7 14529 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 14530
d207ebef
JM
14531Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14532
14533 * config.guess: Merge with FSF.
14534
0c82f6bf
FF
14535Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14536
14537 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14538
d207ebef
JM
14539Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14540
14541 * config.sub: Add "marketing-names" patch.
14542
3fbc0b70
JS
14543Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14544
e490616e 14545 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 14546
e20d4801
JL
14547Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14548
14549 * config.sub: Handle v850-elf.
14550
fe181f78 14551Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
14552
14553 * .cvsignore (*-install): Remove.
14554
bfed1ea0
JL
14555Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14556
14557 * ltconfig: Set CONFIG_SHELL in libtool.
14558 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14559
558a1e7c
JW
14560Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14561
14562 * configure.in (target_subdir): Set to libraries if enable_multilib.
14563
7818d6fc
JW
14564Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14565
14566 * config.guess: Update from gcc directory.
14567
d207ebef
JM
14568Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14569
14570 * Makefile.in (all-sim): Depends on all-readline.
14571
6599da04
JM
14572Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14573
14574 * Makefile.in (BISON, YACC): Use $$s.
14575 (all-bison): Depend on all-texinfo.
14576
14577Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14578
14579 * Makefile.in (BISON): Add -L flag.
14580 (YACC): Likewise.
14581
d207ebef
JM
14582Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14583
4e81ae98
EC
14584 * configure.in (noconfigdirs): Add support for v850e target.
14585
d207ebef
JM
14586 * config.sub (maybe_os): Add support for v850e target.
14587
14588Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14589
4e81ae98
EC
14590 * configure.in (noconfigdirs): Add support for v850ea target.
14591
d207ebef
JM
14592 * config.sub (maybe_os): Add support for v850ea target.
14593
6599da04
JM
14594Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14595
14596 * config.sub: Add mipstx39. Delete r3900.
14597
14598Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14599
14600 * Makefile.in (all-autoconf): Depends on all-texinfo.
14601
14602Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14603
14604 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14605 eabi targets.
14606
14607Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14608
14609 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14610
14611 * configure: When handling a Canadian Cross, handle YACC as well as
14612 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 14613 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
14614
14615Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14616
14617 * Makefile.in (BISON): bison, not byacc or bison -y.
14618 (YACC): bison -y or byacc or yacc.
14619 (various): Add *-bison as appropriate.
14620 (taz): No need to mess with BISON anymore.
14621
14622Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14623
14624 * configure: If OSTYPE matches *win32*, try to find a good value for
14625 CONFIG_SHELL.
14626
14627Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14628
14629 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14630 configure.in if it is present.
14631
14632Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14633
14634 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14635
14636Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14637
14638 * config.sub: Recognize `arc' cpu.
14639 * configure.in: Likewise.
14640 * config-ml.in: Likewise.
14641
14642Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14643
14644 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14645
14646Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14647
14648 * configure: Changed sed delimiter from ':' to '|' when
14649 attempting to substitute ${config_shell} for SHELL. On
14650 NT ${config_shell} may contain a ':' in it.
14651
14652Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14653
14654 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14655
14656Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14657
14658 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14659
14660Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14661
14662 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14663
14664 * ylwrap: If the program is a relative path, force it to be
14665 absolute.
14666
14667Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14668
14669 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14670
14671Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14672
14673 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
14674 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14675 for libraries.
6599da04
JM
14676
14677Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14678
14679 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 14680 separated by spaces.
6599da04
JM
14681
14682Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14683
14684 * ylwrap: New file.
14685 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14686
14687 * ltmain.sh: Handle /bin/sh at start of install program.
14688
14689 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14690
14691 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14692 * missing: New file, from automake 1.2.
14693
14694Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14695
14696 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14697 check-tk to CHECK_X11_MODULES.
14698
14699Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14700
14701 * config.sub: Merge with FSF.
14702
14703Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14704
14705 * config.guess: Merge with FSF.
14706
14707Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14708
14709 * configure: Treat msdosdjgpp like go32.
14710 * configure.in: Likewise. Don't remove gprof for go32.
14711
14712 * configure: Change Makefile.tem2 to Makefile.tm2.
14713
14714Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14715
14716 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14717
14718Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14719
14720 * install-sh (chmodcmd): Set to null if the DST directory already
14721 exists. Same as Nov 11th change.
14722
14723Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14724
4e81ae98 14725 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
14726
14727Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14728
14729 * config.guess: Update from FSF.
14730
14731Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14732
14733 * Makefile.in (GDB_TK): Depend on itcl and tix.
14734
14735Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14736
14737 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14738 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14739 (INSTALL_SCRIPT): New variable.
14740 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14741 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14742 to -x.
14743 * install-sh: Add support for -x option.
14744
14745Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14746
14747 * configure.in, Makefile.in: Treat tix like itcl.
14748
14749Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14750
14751 * Makefile.in (WINDRES): New variable.
14752 (WINDRES_FOR_TARGET): New variable.
14753 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14754 (EXTRA_HOST_FLAGS): Add WINDRES.
14755 (EXTRA_TARGET_FLAGS): Add WINDRES.
14756 (EXTRA_GCC_FLAGS): Add WINDRES.
14757 ($(DO_X)): Pass down WINDRES.
14758 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14759 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14760 DLLTOOL_FOR_TARGET.
14761
14762Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14763
14764 * configure.in: configure sim before gdb for win32-x-ppc
14765
14766Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14767
14768 Move gperf into the toplevel, from libg++.
14769 * configure.in (target_tools): Add target-gperf.
14770 (native_only): Add target-gperf.
14771 * Makefile.in (all-target-gperf): New target, depend on
14772 all-target-libg++.
14773 (configure-target-gperf): Empty rule.
14774 (ALL_TARGET_MODULES): Add all-target-gperf.
14775 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14776 (CHECK_TARGET_MODULES): Add check-target-gperf.
14777 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14778 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14779
14780Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 14781
6599da04
JM
14782 * config.sub (mn10200): Recognize new basic machine.
14783
14784Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14785
14786 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14787 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14788
14789Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14790
14791 * configure.in: If we're building mips-sgi-irix6* native, turn on
14792 ENABLE_MULTILIB and set TARGET_SUBDIR.
14793
14794Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14795
14796 * Makefile.in (all-sn): Depend on all-grep.
14797
14798Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14799
14800 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14801
14802 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14803 Makefile. From Jeff Makey <jeff@cts.com>.
14804 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14805
14806 * Makefile.in (DISTBISONFILES): Remove.
14807 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14808 $(DEFAULT_YACC).
14809
14810 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 14811 cygwin32.
6599da04
JM
14812
14813 * Makefile.in (LD): New variable.
14814 (EXTRA_HOST_FLAGS): Pass down LD.
14815 ($(DO_X)): Likewise.
14816
14817Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14818
14819 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14820
14821Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14822
14823 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 14824 before adding our own. Always add --build.
6599da04
JM
14825
14826Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14827
14828 * configure.in (targargs): Pass --build if we're doing
14829 a cross-compile.
14830
14831Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14832
ca236658 14833 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
14834 sed. Otherwise sed chokes on NT path names with drive
14835 designators. Also look for "?:*" as the leading characters in an
14836 absolute pathname.
14837
14838Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14839
14840 * config.sub: Support for r3900.
14841
14842Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14843
14844 * configure.in: Use install-sh, not install.sh.
14845
14846Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14847
14848 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14849 apply it twice.
14850
14851Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14852
14853 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14854 install-binutils.
14855
14856Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14857
14858 * Makefile.in: Add automake targets.
14859 * configure.in (host_tools): Add automake.
14860
14861Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14862
14863 * configure: Default CXX to c++, not gcc.
14864 * Makefile.in (CXX): Set to c++, not gcc.
14865 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14866
14867Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14868
14869 * install-sh: try appending a .exe if source file doesn't
14870 exist
14871
14872Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14873
14874 * configure.in: Turn on multilib by default.
14875 (cross_only): Remove target-libiberty.
14876
14877 * Makefile.in (all-gcc): Don't depend on libiberty.
14878
14879Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14880
14881 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14882
14883Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14884
14885 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14886 (DISTBISONFILES): Add ld/Makefile.in
14887
14888Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14889
14890 * configure.in: if target is cygwin32 but host isn't cygwin32,
14891 don't configure gdb tcl tk expect, not just gdb.
14892
14893Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14894
14895 * configure.in: Added gnuserv everywhere sn appears.
14896
14897 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14898 (CROSS_CHECK_MODULES): Added check-gnuserv.
14899 (INSTALL_MODULES): Added install-gnuserv.
14900 (CLEAN_MODULES): Added clean-gnuserv.
14901 (all-gnuserv): New target.
14902
14903Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14904
14905 * config.guess: Fixes for MIPS OpenBSD systems.
14906
14907Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14908
14909 * Makefile.in (INSTALL_XFORM): Remove.
14910 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14911
14912 * mkinstalldirs: New file, copied from automake.
14913 * Makefile.in (installdirs): Rename from install-dirs. Use
14914 mkinstalldirs. Change all users.
14915 (DEVO_SUPPORT): Add mkinstalldirs.
14916
14917Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14918
14919 * install-sh: Rename from install.sh.
14920 * Makefile.in (INSTALL): Change install.sh to install-sh.
14921 (DEVO_SUPPORT): Likewise.
14922
14923 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14924 Graichen <graichen@rzpd.de>.
14925
14926Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14927
14928 * config.guess: Recognize OpenBSD systems correctly.
14929
14930Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14931
14932 * README, Makefile.in (ETC_SUPPORT): Remove references to
14933 cfg-paper*, configure.{texi,man,info*}._
14934
14935Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14936
14937 * Makefile.in (all.normal): Ensure that gcc is built after all
14938 the x11 - ie gdb - targets.
14939
14940Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14941
14942 * makefile.vms: Don't run conf-a-gas.
14943
14944Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14945
e490616e 14946 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 14947
d207ebef
JM
14948Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14949
14950 * configure.in: Remove noconfigdirs case since gdb also
14951 configures and builds for tic80-coff.
14952
6599da04
JM
14953Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14954
14955 * configure: Set cache_file to config.cache.
14956 * Makefile.in (local-distclean): Remove config.cache.
14957
14958Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14959
14960 * COPYING: Update FSF address.
14961
d207ebef
JM
14962Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14963
14964 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14965 noconfigdirs.
14966
6599da04
JM
14967Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14968
14969 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14970 MAKEDIRS, is empty.
14971
14972Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14973
14974 * config.sub: Tweak mn10300 entry.
14975
14976Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14977
14978 * configure.in (host_tools): Put sim before gdb, so gdb's
14979 configure.tgt can determine if the simulator was configured.
14980
14981Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14982
14983 * config.sub: Move BeOS $os case to be with other Cygnus
14984 local cases.
14985
14986Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14987
14988 * config.sub: Remove misplaced comment that broke Linux.
14989
14990Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14991
14992 * config.sub: Add BeOS support.
14993
14994Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14995
14996 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14997
14998Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14999
15000 * configure.in (noconfigdirs): Remove tcl and tk from
15001 noconfigdirs for cygwin32 builds.
15002
d207ebef
JM
15003Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15004
15005 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15006
6599da04
JM
15007Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15008
15009 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15010 make-all.com, use makefile.vms instead.
15011
15012Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15013
15014 * config.sub: Accept -lnews*.
15015
d207ebef
JM
15016Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15017
15018 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 15019 target-examples and target-libiberty for d30v.
d207ebef
JM
15020
15021Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15022
15023 * configure.in (noconfigdirs): Enable ld for d30v.
15024
15025Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15026
15027 * configure.in (tic80-*-*): Build compiler.
15028
15029Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15030
15031 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 15032 unsupported d30v directories
d207ebef
JM
15033
15034Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15035
4e81ae98
EC
15036 * config.sub, configure.in: Add d30v target cpu.
15037
6599da04
JM
15038Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15039
15040 * makefile.vms: New file.
15041 * make-all.com: Remove.
15042
15043Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15044
15045 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15046
15047Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15048
15049 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15050
15051Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15052
15053 * Makefile.in (ALL_MODULES): Added all-db.
15054 (CROSS_CHECK_MODULES): Addec check-db.
15055 (INSTALL_MODULES): Added install-db.
15056 (CLEAN_MODULES): Added clean-db.
15057
15058Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15059
15060 * config.guess: Merge with latest FSF sources.
15061
15062Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15063
15064 * Makefile.in (ALL_MODULES): Added all-itcl.
15065 (CROSS_CHECK_MODULES): Added check-itcl.
15066 (INSTALL_MODULES): Added install-itcl.
15067 (CLEAN_MODULES): Added clean-itcl.
15068
15069Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15070
15071 * configure.in: build gdb for mn10200
15072
15073Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15074
15075 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15076
d207ebef
JM
15077Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15078
15079 * configure.in (tic80-*-*): Turn off most targets right now.
15080
6599da04
JM
15081Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15082
15083 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15084 rather than the makeinfo program.
15085 (do-info): Depend upon all-texinfo.
15086
15087Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15088
15089 * configure.in: Remove uses of config/mh-linux.
15090
15091 * config.sub, config.guess: Merge with latest FSF sources.
15092
d207ebef
JM
15093Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15094
15095 * config.sub (case $basic_machine): Add tic80 entries.
15096
6599da04
JM
15097Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15098
15099 * config.sub, config.guess: Merge with latest FSF sources.
15100
15101Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15102
15103 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15104 * mpw-config.in: Test for NewFolderRecursive.
15105 * mpw-install: Use symbolic name for startup filename.
15106 * mpw-README: Add various additional details.
15107
15108Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15109
15110 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15111
15112Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15113
15114 * configure.in: Do build gcc and the target libraries for
15115 the mn10200.
15116
15117Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15118
15119 * configure.in: don't avoid building gdb for mn10300 any more
15120 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15121 instead of single-quoting it.
15122
15123Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15124
15125 * configure.in: Don't use --with-stabs on IRIX 6.
15126
15127Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15128
15129 * configure.in (m32r): Build gdb, libg++ now.
15130
15131Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15132
15133 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15134 directories from noconfigdirs.
15135
15136Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15137
15138 * config.sub (basic_machine): added mips16 configuration
15139
15140Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15141
15142 * config.sub: Handle d10v-unknown.
15143
d207ebef
JM
15144Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15145
15146 * config.sub: Handle v850-unknown.
15147
6599da04
JM
15148Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15149
15150 * Makefile.in: add findutils
15151 * configure.in: add findutils to list of host_tools
15152
15153Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15154
15155 * config.sub: Handle mn10200 and mn10300.
15156
15157Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15158
15159 * configure.in (d10v-*): Do not build librx.
15160
15161Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15162
15163 * configure.in (mn10300): Build everything except gdb & libgloss.
15164
15165Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15166
15167 * config.guess: Patch for Dansk Data Elektronik servers,
15168 from Niels Skou Olsen <nso@dde.dk>.
15169
15170 For ncr, use /bin/uname rather than uname, since GNU uname does not
15171 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15172
15173 Patch for MIPS R4000 running System V,
15174 from Eric S. Raymond <esr@snark.thyrsus.com>.
15175
15176 Fix thinko for nextstep.
15177
15178 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15179
15180 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15181 * config.guess: Guess mips-dec-mach_bsd4.3.
15182
15183 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15184 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15185 release numbers.
15186 * config.guess (mips-mips-riscos*): Emit just enough of the
15187 release number.
15188
15189 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15190 * config.guess (sparc-auspex-sunos*): Added.
15191 (f300-fujitsu-*): Added.
15192
15193 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15194 * config.guess: Recognize a Tadpole as a sparc.
15195
15196Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15197
15198 * config.guess: Don't assume that NextStep version is either 2 or
15199 3. NextStep 4 (aka OpenStep 4) has come out now.
15200
15201Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15202
15203 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15204 From Rik Faith <faith@cs.unc.edu>.
15205
15206Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15207
15208 * config.sub: Contributions from bug-gnu-utils to:
15209 Support plain "hppa" (no version given) architecture, reported by
15210 OpenStep.
15211 OpenBSD like NetBSD.
15212 LynxOs is not a hardware supplier.
15213
15214 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 15215 OpenBSD like NetBSD.
6599da04
JM
15216 Stratus systems.
15217 More Pyramid systems.
15218 i[n>4]86 Intel chips.
15219 M680[n>4]0 Motorola chips.
15220 Use unknown instead of lynx for hardware manufacturer.
15221
15222Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15223
15224 * install.sh (chmodcmd): Set to null if the DST directory already
15225 exists.
15226
15227Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15228
15229 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15230 not use mt-ppc target Makefile fragment any more.
15231
15232Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15233
15234 * configure.in (*-*-windows): Exclude everything but those dirs
15235 needed to build windows.
15236
15237Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15238
15239 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15240
15241Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15242
15243 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
15244
15245Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15246
15247 * Undo my previous change.
15248
15249Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15250
15251 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15252 unconditionally.
15253 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15254
15255Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15256
15257 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15258 host to add it's own flags.
6599da04
JM
15259
15260Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15261
15262 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15263
15264Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15265
15266 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15267 (CXX_FOR_TARGET): Likewise.
15268 (GCC_FOR_TARGET): Define.
15269 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15270 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15271 CC_FOR_TARGET was specified on the command line.
15272 (MAKEOVERRIDES): Don't define.
15273
15274Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15275
15276 * configure.in (m32r): Fix spelling of libg++ libs.
15277
15278Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15279
15280 * config.sub (-apple*): Remove, now redundant.
15281
15282Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15283
15284 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15285
15286 * configure: Rework yesterday's sed script patch.
15287
15288 * config.sub: Merge with FSF.
15289
15290Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15291
15292 * config.guess: Merge from FSF.
15293
15294 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
15295 * config.guess: Use pc instead of unknown, for pc clone systems.
15296 Change linux to linux-gnu.
6599da04
JM
15297
15298 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 15299 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
15300
15301Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15302
15303 * test-build.mk (HOLES): Add "xargs" for gdb.
15304
15305 * configure: Avoid hpux10.20 sed bug.
15306
15307Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15308
731a8127 15309 * configure.in: Add support for windows host
6599da04
JM
15310 (that is a build done under the Microsoft build environment).
15311
15312Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15313
15314 * Makefile.in: Replace all uses of srcroot with s, to shrink
15315 command line lengths.
15316
15317 Patches from Geoffrey Noer <noer@cygnus.com>:
15318 * configure.in: If configuring for newlib, pass --with-newlib to
15319 subdirectories.
15320 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15321 -Bnewlib/ and -Lwinsup to gcc.
15322 (CXX_FOR_TARGET): Likewise.
15323
15324Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15325
15326 * Makefile.in (ETC_SUPPORT): Add configure.
15327
15328Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15329
4e81ae98 15330 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
15331 host configuration file.
15332
15333Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15334
15335 * configure.in: Break mn10x00 support into separate
15336 mn10200 and mn10300 configurations.
15337 * config.sub: Likewise.
15338
15339Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15340
15341 * configure.in: Add lots of stuff to noconfigdirs for
15342 the mn10x00 targets.
15343
15344 * config.sub, configure.in: Add mn10x00 support.
15345
15346Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15347
15348 * make-all.com: Call conf-a-gas, not config-a-gas.
15349
15350Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15351
15352 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 15353 targets.
6599da04
JM
15354
15355Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15356
15357 * mpw-README: Add much more detail for native PowerMac.
15358 * mpw-install: New file.
15359 * mpw-configure: Add --norecursion and --help options.
15360 * mpw-config.in: Translate readme and install files when
15361 copying to objdir.
15362 * mpw-build.in: Don't always depend on byacc and flex.
15363 (install-only-top): New action.
15364
d207ebef
JM
15365Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15366
15367 * configure.in: You can now configure GDB for the v850.
15368
6599da04
JM
15369Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15370
15371 * configure.in (noconfigdirs): Don't configure any C++ dirs
15372 if targeting D10V.
15373
15374Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15375
15376 * config.sub: Recognize mips64vr5000.
15377
15378Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15379
15380 * configure.in: Use a single line for host_tools and native_only.
15381
15382Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15383
15384 * config.sub, configure.in: Add entries for m32r.
15385
15386Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15387
15388 * Makefile.in (inet-install): Don't run install-gzip.
15389
15390Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15391
15392 * configure.in: Don't config lots of things for *-*-windows*.
15393
15394Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15395
15396 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15397 (host_libs, host_tools): Copy from configure.in.
15398 * mpw-configure: Don't complain about directories not found.
15399
15400Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15401
15402 * configure.in (i[345]86): Recognize i686 for pentium pro.
15403 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15404 file.
15405
15406 * config.guess (i[345]86): Ditto.
15407
15408Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15409
15410 * configure.in (noconfigdirs): Removed gdb for D10V.
15411
d207ebef 15412Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 15413
d207ebef
JM
15414 * configure.in: Remove ld, target-libio, target-libg++, and
15415 target-libstdc++ from noconfigdirs.
5d4a5ee6 15416
6599da04
JM
15417Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15418
15419 * configure: Fix three locations where shell scripts were
15420 being run directly rather than with config_shell.
15421
d207ebef
JM
15422Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15423
15424 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15425 * config.sub (basic_machine): Recognize v850.
15426
6599da04
JM
15427Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15428
15429 * mpw-configure: Handle multiple enable/disable options and
15430 pass them down recursively, handle -c and -s flags appropriately
15431 depending on choice of compiler, add escape mechanism for
15432 quoted arguments to gC.
15433
15434Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15435
15436 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15437 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15438 so that -mrelocatable-lib and -mno-eabi are used.
15439
15440 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15441 not support --print-multi-lib, don't abort.
15442
6599da04
JM
15443Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15444
15445 * make-all.com: Run config-a-gas.
15446 * setup.com: Don't copy subdirectory files around.
15447
15448Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15449
15450 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15451 target, it now compiles correctly.
15452
15453Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15454
15455 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15456
15457Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15458
4e81ae98 15459 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
15460
15461Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15462
15463 * configure.in (native_only): Add prms.
15464
15465Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15466
15467 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15468 (BINUTILS_SUPPORT_DIRS): Likewise.
15469
15470Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15471
15472 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15473 d10v support is added.
15474
15475Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15476
15477 * configure.in (d10v-*-*): New target.
15478
15479Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15480
15481 * config.guess (HP 9000/811): Recognize this as a PA1.1
15482 machine.
15483
15484Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15485
15486 * Makefile.in (do-tar-gz): New target, split out from tail end of
15487 taz target. Run each command separately, don't use pipes.
15488 (taz): Use it.
15489
15490Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15491
15492 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15493 * mpw-build.in: No builds should depend on building byacc or flex,
15494 they are assumed to be installed already.
15495
15496Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15497
15498 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15499 variable that CC_FOR_TARGET needs.
15500
15501Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15502
15503 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15504 options have changed since the last time the subdirectory was
15505 configured, and if it has, reconfigure.
15506 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15507 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15508
15509Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15510
15511 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15512 CLEAN_MODULES): Add bash.
15513 (all-bash): New target.
15514
15515Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15516
15517 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15518
15519Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15520
15521 * config.sub (basic_machine): Recognize d10v as a valid processor.
15522
15523Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15524
15525 * mpw-configure: Add support for --bindir.
15526 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15527
15528Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15529
15530 * configure.in: add bash, time, gawk to list of hosttools and things
15531 to only build for native toolchains
15532
15533Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15534
15535 * Makefile.in (docdir): Remove.
15536
15537Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15538
15539 * Makefile.in (datadir): Set to $(prefix)/share.
15540
15541Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15542
15543 * configure.in: build diff and patch for cygwin32-hosted
15544 toolchains.
15545
15546Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15547
15548 * config.sub: Accept -rtems*.
15549
15550Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15551
e490616e
ZW
15552 * configure.in: enable dosrel for cygwin32-hosted builds,
15553 remove diff from the list of things not buildable
15554 via Canadian Cross
6599da04
JM
15555
15556Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15557
15558 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 15559 don't get ". ".
6599da04
JM
15560
15561Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15562
15563 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15564
15565Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15566
15567 * Makefile.in (taz): Handle case where tex3patch didn't even get
15568 checked out. Also, if it was found, put the symlink in a new util
15569 subdirectory.
15570
15571Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15572
15573 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15574
15575Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15576
15577 * config.sub: Recognize -openvms.
15578 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15579 * make-all.com, setup.com: New files.
15580
15581Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15582
15583 * Makefile.in (taz): tex3patch moved to texinfo/util.
15584
15585Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15586
15587 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15588 * configure.in: remove make from disable-if-Can-Cross list
15589 enable gdb if ${host} and ${target} are cygwin32
15590
15591Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15592
15593 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15594 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15595
15596Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15597
15598 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15599 distinguish sysv/svr4/bsd variants.
15600 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15601
15602Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15603
15604 * configure.in: Added copyright notice.
15605 * move-if-change: Added copyright notice.
15606
15607Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15608
15609 * configure.in (powerpcle-*-solaris*): Until we get shared
15610 libraries working, don't build gdb, sim, make, tcl, tk, or
15611 expect.
15612
15613Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15614
15615 * config.guess: Merge with FSF:
15616
15617 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15618 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15619
15620 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15621 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15622
15623 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15624 * config.guess: Combine two OSF1 rules.
15625 Also recognize field test versions. From mjr@zk3.dec.com.
15626 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15627 because GNU uname does not support -p. From pmr@pajato.com.
15628
15629Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15630
15631 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15632
15633Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15634
15635 * mpw-README: Document GCCIncludes.
15636
15637Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15638
15639 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15640
15641Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15642
15643 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15644
15645Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15646
15647 * configure.in (*-*-cygwin32): Configure make.
15648
15649Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15650
15651 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15652
15653Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15654
15655 * Makefile.in (all-inet): Depend on all-perl.
15656
15657 * Makefile.in (inet-install): New target.
15658
15659 * Makefile.in (all-inet): Depend on all-tcl.
15660 (all-inet): Depend on all-send-pr.
15661
15662Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15663
15664 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15665 temporarily.
15666
15667Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15668
15669 * configure.in: Don't configure --with-gnu-ld on AIX.
15670
15671Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15672
15673 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15674
15675Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15676
15677 * Makefile.in (ALL_MODULES): Added all-inet.
15678 (CROSS_CHECK_MODULES): Added check-inet.
15679 (INSTALL_MODULES): Added install-inet.
15680 (CLEAN_MODULES): Added clean-inet.
15681 (all-indent): New target.
15682
15683 * configure.in (host_tools): Added inet.
15684 (native_only): Added inet.
15685 (noconfigdirs): Added inet.
15686
15687Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15688
15689 * configure.in: Don't configure libgloss if we are not configuring
15690 newlib.
15691
15692Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15693
15694 * configure.in: Don't configure libgloss for unsupported
15695 architectures.
15696
15697Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15698
15699 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15700
15701Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15702
15703 * Makefile.in (ALL_MODULES): Include all-apache.
15704 (CROSS_CHECK_MODULES): Include check-apache.
15705 (INSTALL_MODULES): Include install-apache.
15706 (all-apache): New target.
15707
15708 * configure.in: Added apache everywhere perl is seen.
15709
15710Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15711
15712 * Makefile.in: Add support for clean-{module} and
15713 clean-target-{module} rules.
15714
15715Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15716
15717 * configure.in (*-*-ose) do not build libgloss.
15718
15719Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15720
15721 * config.guess (prep*:SunOS:5.*:*): Turn into
15722 powerpele-unknown-solaris2.
15723
15724Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15725
15726 * configure.in: Permit --enable-shared to specify a list of
15727 directories.
15728
15729Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15730
15731 * configure.in (host==solaris): Pass only the first word of $CC
15732 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15733
15734Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15735
15736 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15737
15738Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15739
15740 * Makefile.in (ALL_MODULES): Include all-perl.
15741 (CROSS_CHECK_MODULES): Include check-perl.
15742 (INSTALL_MODULES): Include install-perl.
15743 (ALL_X11_MODULES): Include all-guile.
15744 (CHECK_X11_MODULES): Include check-guile.
15745 (INSTALL_X11_MODULES): Include install-guile.
15746 (all-perl): New target.
15747 (all-guile): New target.
15748
15749 * configure.in (host_tools): Include perl and guile.
15750 (native_only): Include perl and guile.
15751 (noconfigdirs): Don't build guile and perl; no ports have been
15752 done.
15753
15754Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15755
e490616e
ZW
15756 * configure (--enable-*): Handle quoted option lists such as
15757 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
15758
15759Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15760
15761 * Makefile.in ({,inst}all-target): New rule so we can make and
15762 install all of the target directories easily.
15763
15764Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15765
15766 * configure.in: Add missing global flag in sed substitution when
15767 deleting `target-' from ${configdirs}.
15768
15769Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15770
15771 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15772 option.
15773
15774 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15775 config/mh-necv4.
15776
15777 * install.sh: Correct misspelling of transformbasename.
15778
15779 * config.guess: Recognize mips-*-sysv*.
15780
15781Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15782
15783 * config.sub: Recognize mon960.
15784
15785Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15786
15787 * configure: Restore Canadian Cross handling of BISON and LEX,
15788 removed in Feb 20 change.
15789
15790Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15791
15792 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15793 Mention make install. Remove the old copyright date as well the
15794 clumsy and rather pointless copyright on the README file.
15795
15796Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15797
15798 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15799 Makefile after running symlink-tree, then run `make distclean' to
15800 avoid clobbering any generated files in srcdir.
15801
15802Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15803
15804 * configure.in (m68k-*-netbsd*): Build everything now.
15805
15806Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15807
15808 * Makefile.in (taz): Fix quoting.
15809
15810Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15811
15812 * configure.in (sparclet-*-*): Build everything now.
15813
15814Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15815
15816 * configure.in (m68k-*-linux*): New host.
15817
15818Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15819
15820 * configure: Check for bison before byacc.
15821
15822Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15823
15824 * Makefile.in configure: Change the way LEX and BISON/YACC are
15825 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15826 searching PATH. These are used as fallbacks by Makefile.in if
15827 flex/bison/byacc aren't in objdir.
15828
15829Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15830
15831 * Makefile.in: Make everything which depends upon all-bfd also
15832 depend upon all-opcodes, in case --with-commonbfdlib is used.
15833
15834Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15835
15836 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15837 building NT native compilers on Unix.
15838
15839Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15840
15841 * configure.in: Don't get CC from the host Makefile fragment if we
15842 can find gcc in PATH, or if this is a Canadian Cross. Move the
15843 Solaris test for /usr/ucb/cc to the post target script, just after
15844 the compiler sanity test.
15845
15846Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15847
15848 * config.sub: Merge with FSF.
15849
15850Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15851
15852 * Makefile.in (RPATH_ENVVAR): New variable.
15853 (REALLY_SET_LIB_PATH): Use it.
15854 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15855
15856Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15857
15858 * config.sub, configure.in: Recognize sparclet cpu.
15859
15860Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15861
15862 * config.guess: Support m68k-cbm-sysv4.
15863
15864Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15865
15866 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15867 m68k-unknown-linuxaout from linker help string. Put quotes around
15868 $ld_help_string.
15869
15870Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15871
15872 * config.guess (powerpc-harris-powerunix): Add guess for port
15873 to new target.
15874
15875Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15876
15877 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15878
15879Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15880
15881 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15882 $(REALLY_SET_LIB_PATH) in Makefile.
15883 * Makefile.in (SET_LIB_PATH): New variable.
15884 (REALLY_SET_LIB_PATH): New variable.
15885 ($(DO_X)): Use $(SET_LIB_PATH).
15886 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15887 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15888 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15889 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15890 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15891 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15892 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15893 (install-dosrel): Likewise.
15894 (all-opcodes): Depend upon all-libiberty.
15895
15896Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15897
15898 * config.guess (*:CYGWIN*): New
15899
15900Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15901
15902 * Makefile.in (all-target-winsup): All all-target-libiberty.
15903
15904Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15905
15906 * configure.in (noconfigdirs): Add missing # in front of comment.
15907
15908Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15909
15910 * configure.in: add second pass to things added to noconfigdirs
15911 so *-gm-magic can exclude libgloss properly.
15912
15913Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15914
15915 * mpw-configure (extralibs_name, rez_name): Set correctly
15916 for MWC68K compiler.
15917
15918 * mpw-README: Add more info on the necessary build tools.
15919
15920Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15921
15922 * configure.in, config.sub: Recognize cygwin32.
15923
15924Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15925
15926 * config.guess, config.sub: Recognize A/UX.
15927
15928Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15929
15930 * config.sub: Merge with gcc/config.sub.
15931
15932Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15933
15934 * mpw-build.in (do-binutils): Add build of stamps.
15935
15936Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15937
15938 * config.sub: Add recognition for mips64vr4100*-* targets.
15939
15940Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15941
15942 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15943 Add creation of gconfigargs with `--enable-shared' turned on.
15944 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15945 ($(host)-stamp-stage3-configured): Likewise.
15946 (HOLES): Add chatr and ldd.
15947 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15948
15949Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15950
15951 * configure: Pass --nfp to recursive configures.
15952
15953Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15954
15955 * Makefile.in (DLLTOOL): New.
15956 (DLLTOOL_FOR_TARGET): New.
15957 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15958 (EXTRA_TARGET_FLAGS): Ditto.
15959 (EXTRA_GCC_FLAGS): Ditto.
15960 (CONFIGURE_TARGET_MODULES): Ditto.
15961 (DO_X): Ditto.
15962 * configure: Add DLLTOOL.
15963
15964Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15965
15966 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15967 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15968 mh-sco, since old workarounds no longer needed, and don't
15969 build ld, since libraries have weak symbols in COFF.
15970
15971Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15972
15973 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15974
15975Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15976
15977 * configure.in: Make sure that ${CC} can be used to compile an
15978 executable.
15979
15980Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15981
15982 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15983 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15984 nothing depending on whether gdbtk is being built.
15985
15986Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15987
15988 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15989
15990Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15991
15992 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15993 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15994
15995Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15996
15997 * config-ml.in: Add support for
15998 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15999 Simplify setting of multidirs from --disable-foo.
16000
16001Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16002
16003 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16004 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16005 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 16006 non-empty, pass them on to the GCC make.
6599da04
JM
16007 (all-bootstrap): New rule that is like all-gcc, except it executes
16008 the GCC bootstrap rule instead of the GCC all rule.
16009
16010Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16011
16012 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16013
16014Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16015
16016 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16017 DG/UX support.
16018
16019Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16020
16021 * config.sub (i*86*) Change [345] to [3456]
16022
16023Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16024
16025 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16026 --with-gnu-ld=no.
16027
16028Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16029
16030 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16031 AIX multilibs get built.
16032
16033Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16034
16035 * configure.in (i386-win32): Don't build expect if we're not
16036 building the tcl subdir.
16037
16038Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16039
16040 * Makefile.in: (configure-target-examples, all-target-examples):
16041 New targets, configure and build example programs.
16042
16043Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16044
16045 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16046 use it as input to sedit the generated MPW makefile.
16047 * mpw-README: Add a suggestion about Gestalt.h.
16048
16049Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16050
16051 * config.sub: Accept *-*-ieee*.
16052
16053Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16054
16055 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16056 Ronald F. Guilmette <rfg@monkeys.com>.
16057
16058Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16059
16060 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16061 for powerpc-pe native.
16062 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16063 (target==powerpc-pe): duplicate i386-win32 entry.
16064
16065Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16066
16067 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16068 of vxworks, not just vxworks5.1.
16069
16070Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16071
16072 * mpw-configure: Add support for exec-prefix.
16073
16074Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16075
16076 * config.guess: Recognize HP model 816 machines as having
16077 a PA1.1 processor.
16078
16079Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16080
16081 * configure: Ignore new autoconf configure options.
16082
6599da04
JM
16083Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16084
16085 * config.guess: Recognize Pentium under SCO.
16086 From Robert Lipe <robertl@arnet.com>.
16087
16088Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16089
16090 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
16091
16092Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16093
16094 * configure.in: Don't configure gas for alpha-dec-osf*.
16095
16096Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16097
16098 * configure.in: Default to --with-stabs for some targets for which
16099 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16100 i[345]86*-*-unixware*.
16101
16102Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16103
16104 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16105 rather than basing it on the target. Simplify handling of options
16106 controlling which directories to configure. Remove extraneous
16107 slash in multi-clean target.
16108
16109Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16110
16111 * config-ml.in: Prefix more variables with ml_ so they don't collide
16112 with configure's.
16113
16114Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16115
16116 * configure: Don't turn -v into --v.
16117
16118Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16119
16120 * configure.in (targargs): Fix typo.
16121
16122 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16123
16124Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16125
16126 * configure.in: Strip --host and --target options from
16127 CONFIG_ARGUMENTS, and always configure for --host only. Add
16128 --with-cross-host option when building with a cross-compiler.
16129 * configure: Canonicalize the arguments put into config.status by
16130 always using `=' for an option with an argument. Pass a presumed
16131 --host or --target explicitly.
16132
16133Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16134
16135 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16136 into general OS recognition case.
16137
16138Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16139
16140 * configure.in (target_configdirs): add target-winsup only
16141 for win32 target systems.
16142
16143Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16144
16145 * Makefile.in (all-target-libgloss): Depend upon
16146 configure-target-newlib, since when libgloss is built it looks to
16147 see if the newlib directory exists.
16148
16149Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16150
16151 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16152 cfg-ml-*.in.
16153
16154Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16155
16156 * configure: Handle LD and LD_FOR_TARGET when configuring a
16157 Canadian Cross.
16158
6599da04
JM
16159Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16160
16161 * configure.in (target_libs): add target-winsup.
16162 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16163 (target==ppcle-pe): remove ld from $noconfigdirs.
16164
16165Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16166
16167 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16168 Preserve relative path names in $srcdir. Build symlink tree if
16169 configuring cross target dir and srcdir=. (= no VPATH support).
16170 (configure-target-libg++): Depend on configure-target-librx.
16171 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16172 * config-ml.in: New file.
16173 * symlink-tree: New file.
16174 * configure: Ensure srcdir="." if that's what it is.
16175
16176Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16177
16178 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16179 includes and FLEX_SKELETON setting.
16180 * mpw-configure (--with-gnu-ld): New option, controls whether
16181 to use PPCLink or ld with PowerMac GCC.
16182 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16183 * mpw-config.in: Configure grez if targeting Mac.
16184
16185 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
16186 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16187 just macos.
6599da04
JM
16188 * configure.in: Configure grez resource compiler if targeting Mac.
16189 * Makefile.in (all-grez, install-grez): New targets.
16190
16191Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16192
16193 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 16194 gcc in the path, set CC to gcc -O2.
6599da04
JM
16195
16196Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16197
16198 * configure: Default ${build} correctly. Avoid picking up extra
16199 spaces when reading CC and CXX from Makefile. When doing a
16200 Canadian Cross, use plausible default values for numerous
16201 variables.
16202 * configure.in: When doing a Canadian Cross, don't try to
16203 configure tools whose configure script can't handle it.
16204
16205Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16206
16207 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16208
16209Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16210
16211 * configure: Remove dubious bug reporting address.
16212
16213Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16214
16215 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16216 configure script, run that instead of this directory's configure.
16217 In either case, print a message that we're configuring the sub-dir.
16218
16219Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16220
16221 * configure.in: Before checking for the existence of various files,
16222 use sed to filter out "target-".
16223
16224Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16225
16226 * Makefile.in (DO_X): Split rule to decrease command line length
16227 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16228 (Philippe De Muyter).
16229
16230Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16231
16232 * Makefile.in (all-patch): depend on all-libiberty.
16233
16234Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16235
16236 * configure.in: If the only directory in target_configdirs which
16237 actually exists is libiberty, then set target_configdirs to empty,
16238 to avoid trying to build a target libiberty in a gas or gdb
16239 distribution.
16240
16241Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16242
16243 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
16244 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16245 systems.
6599da04
JM
16246
16247Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16248
16249 * configure.in (copy_dirs): Use sys-include instead of include
16250 for --with-headers option.
16251
16252Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16253
16254 * Makefile.in, configure.in: Make winsup builds work with
16255 new scheme.
16256
16257Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16258
16259 * configure.in: Build the linker on AIX.
16260
16261Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16262
16263 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16264 where needed.
16265
16266Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16267
16268 * Makefile.in (all-gcc): Fix typo.
16269
16270Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16271
16272 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16273
16274Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16275
16276 * configure.in: Rename libFOO to target-libFOO, and xiberty
16277 to target-xiberty, to provide more flexibility.
16278 (target_subdir): Define. Create if cross.
16279 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16280 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16281 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16282 check-libFOO -> check-target-libFOO, etc.
16283 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16284 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16285 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16286 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16287 allow ALL_GCC="" to only configure.
16288 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16289 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16290 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16291
16292Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16293
16294 * Makefile.in (taz): Build "info" in etc explicitly.
16295
16296Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16297
16298 * configure.in: Make sure that CC is undefined (as opposed to
16299 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16300 problem with autoconf trying to configure on a host without GCC.
16301
16302Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16303
16304 * mpw-configure: Set host alias from choice of host compiler,
16305 only use generic MPW Makefile sed if present, edit a file
16306 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16307 * mpw-README: Add problem notes about CW6 and CW7.
16308
16309Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16310
16311 * Makefile.in (taz): Use ";" instead of ";;".
16312
16313Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16314
16315 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16316 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16317 DISTDOCDIRS.
16318 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16319 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16320
16321Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16322
16323 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16324 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16325 Move bfd to DISTSTUFFDIRS.
16326
16327Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16328
16329 * Makefile.in (X11_LIB): Removed.
16330 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16331
16332 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16333
16334Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16335
16336 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16337 names.
16338
16339Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16340
16341 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16342
16343Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16344
16345 * configure.in (i[345]86-*-win32): Always build newlib.
16346 Don't configure cvs, autoconf or texinfo.
16347 * Makefile.in (LD_FOR_TARGET): New.
16348 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16349 Pass down LD_FOR_TARGET.
16350
16351Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16352
16353 * winsup: New directory.
16354 * Makefile.in: Build winsup.
16355 * configure.in: Winsup is configured when target is win32.
16356 Can only build win32 target GDB when native.
4e81ae98 16357
6599da04
JM
16358Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16359
16360 * config.guess: Recognize HP model 819 machines as having
16361 a PA 1.1 processor.
16362
16363Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16364
16365 * configure: Fix sed loop which substitutes for CC and CXX to
16366 avoid bug found in various sed implementations.
16367
16368Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16369
16370 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16371 simulator. Use standard powerpc-*-eabi*.
16372
16373Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16374
16375 * configure.in: Stop putting gas and binutils in noconfigdirs for
16376 powerpc-*-aix* and rs6000-*-*.
16377
16378Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16379
16380 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16381 -mcall-aixdesc libraries.
16382
16383Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16384
16385 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16386
16387 * config.sub (arm | armel | armeb): Fix shell syntax.
16388
16389Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16390
16391 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16392 -msoft-float and -mcpu=common support.
16393 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16394 libraries.
16395
16396Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16397
16398 * configure.in: Allow configuration and build of emacs19 for the alpha.
16399
16400Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16401
16402 * configure.in (CC): Get ^CC, not just any old CC, from
16403 ${host_makefile_frag}.
16404
16405Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16406
4e81ae98 16407 * configure.in (CC): Try to get CC from
6599da04
JM
16408 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16409
16410Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16411
16412 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16413 only if it exists in $(srcdir).
16414
16415Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16416
16417 * configure: If CC and CXX are not set in the environment, set
16418 them, based on either an existing Makefile or on searching for gcc
16419 in PATH. Substitute for CC and CXX in Makefile.
16420 * configure.in: Remove libm from target_libs. Separate
16421 target_configdirs from configdirs. If CC is not set in
16422 environment, try to get it from a host Makefile fragment. Rewrite
16423 changes of configdirs to use skipdirs instead. A few minor
16424 tweaks. Take directories out of target_configdirs as they are
16425 taken out of configdirs. Remove existing Makefile files from
16426 subdirectories. Substitute for TARGET_CONFIGDIRS and
16427 CONFIG_ARGUMENTS in Makefile.
16428 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16429 by configure.in.
16430 (CONFIG_ARGUMENTS): Likewise.
16431 (CONFIGURE_TARGET_MODULES): New variable.
16432 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16433 ($(CONFIGURE_TARGET_MODULES)): New target.
16434 (configure-libg++, configure-libio): New targets.
16435 (all-libg++): Depend upon configure-libg++.
16436 (all-libio): Depend upon configure-libio.
16437 (configure-libgloss, all-libgloss): New targets.
16438 (configure-libstdc++): New target.
16439 (all-libstdc++): Depend upon configure-libstdc++.
16440 (configure-librx, all-librx): New targets.
16441 (configure-newlib): New target.
16442 (all-newlib): Depend upon configure-newlib
16443 (configure-xiberty): New target.
16444 (all-xiberty): Depend upon configure-xiberty.
16445
16446Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16447
16448 * configure.in (host i[345]86-*-win32): Expand the
16449 noconfigdirs again.
16450
16451Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16452
16453 * mpw-configure: Fix sed command file name.
16454
16455Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16456
4e81ae98 16457 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
16458 noconfigdirs again.
16459
16460Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16461
16462 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16463 or powerpc*-*-pe*, since they are not yet supported.
16464
16465Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16466
16467 Add PowerMac support and many other enhancements.
16468 * mpw-configure: New option --cc to select compiler to use,
16469 paste options set according to --cc into the generated
16470 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16471 if mpw-make.sed is present.
16472 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16473 add forward includes for PowerPC include files.
16474 * mpw-build.in: Build using Makefile.PPC if present.
16475 (do-byacc, etc): Remove separate version resource builds.
16476 (do-gas): Build "stamps" before "all".
16477 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16478 * mpw-README: Update to reflect --cc option, PowerMac support,
16479 and recently-reported compatibility problems.
16480
16481Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16482
16483 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16484 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16485 (--with-multilib-top): Pass to recursive invocations.
16486
16487Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16488
16489 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16490 v810-*-*.
16491
16492Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16493
16494 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16495 gdb, ld and opcodes on v810-*-*.
16496
6599da04
JM
16497Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16498
16499 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16500 (local-maintainer-clean): New target.
16501 (maintainer-clean): New target.
16502 (realclean): Just depend upon maintainer-clean.
16503
16504Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16505
16506 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16507
16508Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16509
16510 * configure.in: Build ld in mips*-*-bsd* case.
16511
16512Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16513
16514 * config.sub: Accept -lites* OS. From Ian Dall.
16515
16516Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16517
16518 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 16519 targets.
6599da04
JM
16520
16521Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16522
16523 * configure.in: treat i386-win32 canadian cross the same as
16524 i386-go32 canadian cross.
16525
16526Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16527
16528 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16529 running under the simulator to build a reduced set of libraries.
16530 (powerpc-*-eabiaix): Add fine grained multilib support added to
16531 other powerpc targets yesterday.
16532
16533Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16534
16535 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16536 -disable-softfloat, -disable-relocatable, -disable-aix, and
16537 -disable-sysv to control which multilib libraries get built.
16538
16539Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16540
16541 * configure: Add Makefile.tem to list of files to remove in trap
16542 handler.
16543
16544Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16545
16546 * config.guess (*Linux*): Add missing "exit"s.
16547 Also, need specific check for alpha-unknown-linux (uses COFF).
16548
16549Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16550
16551 * config.guess: Merge with FSF:
16552
16553 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16554 * config.guess (AIX4): More robust release numbering discovery.
16555
16556 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16557 * config.guess (i386-sequent-ptx): Properly get version number.
16558
16559 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16560 * config.guess (mips:*:4*:UMIPS): New case.
16561
16562Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16563
16564 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16565 (i386-win32 host): Likewise. Don't build readline.
16566
16567Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16568
16569 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16570 SUPPORT_FILES to submakes.
16571
16572Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16573
16574 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16575 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16576 mpw-configure.
16577
16578Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16579
16580 * configure.in (appdirs): Use =, not ==, in test expression when
16581 trying to build the text to print in the warning message for
16582 Solaris users.
16583
16584Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16585
16586 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16587
16588Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16589
16590 * config.guess: Recognize lynx-2.3.
16591
16592Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16593
16594 * config.sub (z8ksim): Deleted
16595 (z8k-*-coff): New, this is the one true name of the target.
16596
16597Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16598
16599 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16600
16601Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16602
16603 * config.guess (*:Linux:*:*): First try asking the linker what the
16604 default object file format is (elf, aout, or coff). Then if this
16605 fails, try previous methods.
16606
16607Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16608
16609 * configure.in: Don't build newlib for *-*-vxworks5.1.
16610
16611Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16612
16613 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16614 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16615
16616Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16617
16618 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16619
16620Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16621
16622 * cfg-ml-com.in: New file.
16623 * cfg-ml-pos.in: New file.
16624
16625Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16626
16627 * COPYING.NEWLIB: Add HP free copyright to list.
16628
16629Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16630
16631 * config.sub: Recognize -eabi* for the system, not just -eabi.
16632
16633Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16634
16635 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16636 * config.sub, configure.in (win32): New target and host.
16637
16638Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16639
16640 * configure.in: Add i386-pe configuration.
16641
16642Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16643
16644 * mpw-build.in (install): Install GDB after LD.
16645
16646Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16647
16648 * mpw-config.in (elf/mips.h): Always forward-include, needed
16649 for GDB to build.
16650
16651Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16652
16653 * testsuite: New directory for customer acceptance and whole tool
16654 chain tests.
16655
16656Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16657
16658 * configure: If per-host line isn't found, but AC_OUTPUT is found
16659 and a configure script exists, run it instead.
16660
16661Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16662
16663 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16664
16665Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16666
16667 * configure: Set build_{cpu,vendor,os,alias} to host values when
16668 --build isn't specified.
16669
16670Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16671
16672 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16673 (FLAGS_TO_PASS): Pass them.
16674 (EXTRA_TARGET_FLAGS): Ditto.
16675
6599da04
JM
16676Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16677
16678 * Makefile.in (all-libg++): Depend on all-libstdc++.
16679
16680Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16681
16682 * configure.in (noconfigdirs): Enable all packages for
16683 i386-unknown-netbsd.
16684
16685Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16686
16687 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16688 hosted builds (DOS builds)
16689
16690Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16691
16692 Changes for ARM based on patches from Richard Earnshaw:
16693 * config.sub: Handle armeb and armel.
16694 * configure.in: Omit arm linker only for riscix.
16695
16696Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16697
16698 * config.guess: Update from FSF.
16699
16700Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16701
63f6bcd7 16702 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
16703 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16704 powerpcle variant. Convert pentium into i586, not i486. Add p5
16705 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16706 temporarily.
16707
16708Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16709
16710 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16711
16712Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16713
16714 * config.sub: Accept -lites* as a basic system type.
16715
16716Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16717
16718 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16719 installed, and if so return linuxoldld as the system name.
16720
16721Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16722
16723 * config.guess: Add hppa1.1-hp-lites support.
16724
16725Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16726
16727 * configure.in: Don't build newlib for m68k-vxworks5.1.
16728
16729Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16730
16731 * configure.in (mips-sgi-irix6): Use mh-irix5.
16732
16733Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16734
16735 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16736
16737Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16738
16739 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 16740 OSF/1. Fix compiler flags.
6599da04
JM
16741 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16742
16743Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16744
16745 * configure.in: Recognize --with-newlib.
16746 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16747
16748Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16749
d207ebef 16750 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
16751 to *_X11_MODULES due to gdbtk needing X include files et al.
16752
16753Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16754
16755 Merge in support for Mac MPW as a host.
16756 (Old change descriptions retained for informational value.)
16757
16758 * mpw-config.in: Add generic include forwards for cpu-specific
16759 include files in aout and elf directories.
16760
16761 * mpw-configure: Added copyright.
16762 * mpw-config.in: Check for presence of required build tools.
16763 (target_libs): Add newlib.
16764 (target_tools): Add examples.
16765 (Read Me): Generate as "Read Me for MPW" instead.
16766 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16767 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16768 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16769
16770 * mpw-configure: Remove subdir-specific makefile hackery,
16771 delete mk.tmp after using it.
16772
16773 * mpw-build.in (all): Display start and end times.
16774
16775 * mpw-configure (host_canonical): Set.
16776 (target_cpu): Always add to makefiles.
16777 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16778 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16779 (mpw-mh-mpw): Look for in srcdir and srcroot.
16780 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16781
16782 * mpw-build.in: (install-only): New target.
16783
16784 * mpw-configure (host_alias, target_alias): Rename from hostalias
16785 and targetalias, add into generated Makefile.
16786 (mk.tmp): If present, add into generated Makefile.
16787 * mpw-build.in (all-gas): Build config.h first before gas proper.
16788
16789 * mpw-configure (config.status): Write only if changed.
16790 * mpw-config.in (readline): Configure it (not built, just used for
16791 definitions).
16792
16793 * mpw-config.in (elf/mips.h): Add a forward include.
16794
16795 * mpw-config.in: Forward-include most .h files in include into
16796 extra-include.
16797 (readline): Don't build.
16798 mpw-build.in (install): Install GDB.
16799
16800 * mpw-configure (prefix, mpw_prefix): Handle it.
16801 * mpw-config.in (mmalloc, readline): Don't configure.
16802 * mpw-build.in (thisscript): Rename to ThisScript.
16803 Use mpw-build instead of BuildProgram everywhere.
16804 (mmalloc, readline): Don't build.
16805 * mpw-README: New file, basic documentation about the MPW port.
16806
16807 * mpw-config.in: Use forward-include to create include files.
16808
16809 * mpw-configure: Add more things to the top of each configured
16810 Makefile, including contents of config/mpw-mh-mpw.
16811 * mpw-config.in (extra-include): Create this directory and fill it
16812 with Posix-like include files when configuring.
16813
16814 * config.sub (apple, mac, mpw): Add various aliases.
16815
16816 * mpw-build.in: New file, top-level build script fragment for MPW.
16817 * mpw-configure: New file, configure script for MPW.
16818 * mpw-config.in: New file, config fragment for MPW.
16819
16820Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16821
16822 * configure.in (host_libs): Remove glob, since it is gone from the
16823 sources.
16824
16825Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16826
16827 * Makefile.in: define empty GDB_NLM_DEPS var.
16828
16829 * configure.in(target_makefile_frag): use config/mt-netware
16830 for netware targets.
16831
16832Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16833
16834 * config.sub: Merge in recent FSF changes. Remove linux special
16835 cases.
16836
16837Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16838
731a8127 16839 Revert this change:
6599da04
JM
16840
16841 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16842
16843 * build-all.mk: Use CC=cc -Xs on Solaris.
16844
6599da04
JM
16845Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16846
16847 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16848 stop using it.
16849 * Makefile.in: Nuke all references to glob subdirectory.
16850
16851Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16852
16853 * configure.in: Fix --enable-shared logic in per-host.
16854
16855Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16856
16857 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16858
16859Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16860
16861 * configure.in (noconfigdirs): Don't build gas on AIX, for
16862 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16863
16864Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16865
16866 * configure: Fix --cache-file to work if the file argument is a
16867 relative path.
16868
16869Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16870
16871 * configure: If the --cache-file is used, pass it down to
16872 configure in subdirectories.
16873
16874Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16875
16876 * config.sub: add vxworks29k configuration.
16877
16878Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16879
16880 * Makefile.in (taz): Do "diststuff" part quietly.
16881
16882Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16883
16884 * config.sub: Mini-merge with gcc/config.sub.
16885
16886Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16887
16888 * config.guess (IRIX): Sed - to _.
16889
16890Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16891
16892 * Makefile.in (source-vault, binary-vault): New targets.
16893
16894Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16895
16896 * config.sub: Recognize -eabi as a basic system type.
16897
16898Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16899
16900 * configure.in (enable_shared stuff): Fix typo.
16901
16902Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16903
16904 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16905
16906Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16907
16908 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16909
16910Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16911
16912 * configure.in (rs6000-*-*): Don't build gas.
16913
16914Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16915
16916 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16917 reduce command line length.
16918 (AS_FOR_TARGET): Check for as.new, not Makefile.
16919 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16920
16921Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16922
16923 * config.guess: Merge from FSF.
16924
16925Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16926
16927 * configure: Don't use $ when handling program_suffix.
16928
16929Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16930
16931 * configure.in: Configure tk for hppa/hpux.
16932
16933Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16934
16935 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16936
16937Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16938
16939 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16940 to LIBCXXFLAGS. Tests are better run without it.
16941
16942Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16943
16944 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16945
16946Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16947
16948 * configure.in (*-*-netware*): Don't configure xiberty.
16949
16950Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16951
16952 * configure.in: Remove tk from native_only list.
16953
16954Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16955
16956 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16957 for special NCD build.
16958
16959Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16960
16961 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16962 makeall.bat, they're only useful for binutils snapshots.
16963 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16964 makeall.bat to specified SUPPORT_FILES.
16965
16966Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16967
16968 * build-all.mk: Add Ericsson targets to sun4 and solaris
16969 hosts. Add BNR's sun4 target to solaris host, so their
16970 build-from-source will be tested in-house first.
16971
16972Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16973
16974 * Makefile.in (LIBCFLAGS): New variable.
16975 (CFLAGS_FOR_TARGET): Ditto.
16976 (LIBCFLAGS_FOR_TARGET): Ditto.
16977 (LIBCXXFLAGS): Ditto.
16978 (CXXFLAGS_FOR_TARGET): Ditto.
16979 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16980 (BASE_FLAGS_TO_PASS): Pass them.
16981 (EXTRA_TARGET_FLAGS): Ditto.
16982
731a8127 16983 * configure.in: Support --enable-shared.
6599da04
JM
16984
16985Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16986
16987 * configure.in (target_libs): Include libstdc++ again.
16988 * config.guess: Update from FSF (for FreeBSD).
16989
16990Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16991
16992 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16993 makeall.bat.
16994 (DISTDOCDIRS): Add `etc'.
16995 (ETC_SUPPORT_PFX): New variable.
16996 (taz): Include anything from etc starting with a word in
16997 ETC_SUPPORT_PFX.
16998
16999Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17000
17001 * config.sub: Update for recent FSF changes. Remove obsolete
17002 h8300hds entry. Add -windows* and -osx as basic os. Minor
17003 spacing changes.
17004
17005Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17006
17007 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17008
17009 * config.guess: Merge with FSF.
17010 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17011
17012Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17013
17014 * configure: Since the "trap 0" handler will override the exit
17015 status on many systems, only use it for "exit 1", and make it set
17016 a non-zero exit status; reset it before "exit 0". Also, check
17017 exit status of config.sub, and error out if it failed.
17018
17019Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17020
17021 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17022 and install libgloss.
17023
17024Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17025
17026 * Makefile.in (all-binutils): Depend upon all-byacc.
17027
17028 * configure.in: Don't build emacs on Irix 5.
17029
17030Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17031
17032 * configure.in (*-*-netware*): Add libio.
17033
17034Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17035
17036 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17037 (CHECK_TARGET_MODULES): Ditto.
17038 (INSTALL_TARGET_MODULES): Ditto.
17039 (TARGET_LIBS): Ditto.
17040 (all-libstdc++): Note dependencies.
17041
17042Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17043
17044 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17045
17046Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17047
17048 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17049 -fexternal-templates.
17050
17051 * configure.in (target_libs): Add libstdc++.
17052 (noconfigdirs): Add libstdc++ as appropriate.
17053
17054Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17055
17056 * config.guess: Update from FSF.
17057
17058Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17059
17060 * configure: Use ${config_shell} when running ${configsub}.
17061
17062Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17063
17064 * config.sub: No longer recognize h8300h.
17065
17066Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17067
17068 * config.sub: Remove extraneous differences between config.sub and
17069 gcc/config.sub.
17070
17071Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17072
17073 * Makefile.in (DISTSTUFFDIRS): Add gas.
17074
17075Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17076
17077 * COPYING.NEWLIB: New file.
17078
17079Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17080
17081 * config.guess (HP-UX): Patch from Harlan Stenn
17082 <harlan@landmark.com> to also emit release level.
17083
17084Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17085
17086 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17087
17088Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17089
17090 * config.sub: Merge nextstep cleanup from FSF.
17091
17092Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17093
17094 * configure.in (arm-*-*): Don't configure ld for this target.
17095
17096Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17097
17098 * configure.in (*-*-netware): don't configure libg++, libio,
17099 librx, or newlib.
17100
17101Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17102
17103 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17104 configure ld--it works, but it doesn't support shared libraries.
17105
17106Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17107
17108 * config.guess (*-unknown-freebsd*): Get rid of possible
17109 trailing "(Release)" in version string.
17110 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17111
17112Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17113
17114 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17115 Fix type: *-next-neststep -> *-next-nextstep.
17116
17117 * config.guess: Merge from FSF:
17118
17119 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17120
17121 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17122
17123 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17124
17125 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17126 instead of UNIX_SV for UnixWare 1.0).
17127
17128Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17129
17130 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17131 to make gdb/nlm/* build after the compiler and linker.
17132
17133Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17134
17135 * config.guess (netbsd, freebsd, linux): Accept any machine,
17136 not just i[34]86.
17137 (m68k-atari-sysv4): Relocate to match FSF version.
17138
17139 * config.guess: More merges from the FSF:
17140
17141 Add a space before function call or macro invocation.
17142
17143 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17144
17145 * config.guess: Add trap cmd to remove dummy.c and dummy when
17146 interrupted.
17147
17148 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17149
17150 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17151 (dummy): Redirect stderr from compilation of dummy.c.
17152
17153 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17154
17155 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17156
17157Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17158
17159 * configure: Accept and ignore --cache*, for compatibility with
17160 new autoconf.
17161
17162Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17163
17164 * config.guess: Merge from FSF:
17165
17166 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17167
17168 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
17169 (PATH): Add /.attbin at end for finding uname.
17170 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
17171
17172 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17173
e490616e 17174 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
17175
17176 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17177
e490616e
ZW
17178 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17179 to select whether to use ELF or COFF.
6599da04
JM
17180
17181 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17182
e490616e 17183 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
17184
17185 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17186
17187 * config.guess: Guess the OS version for HPUX.
17188
17189 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17190
17191 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17192
17193Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17194
17195 * configure.in: Recognize --with-headers, --with-libs, and
17196 --without-newlib.
17197 * Makefile.in (all-xiberty): Depend upon all-ld.
17198
17199Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17200
17201 * configure.in: Change i[34]86 to i[345]86.
17202
17203Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17204
17205 * configure (version): A few more tweaks to help message.
17206
17207Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17208
17209 * Makefile.in: Remove (for now) librx as a host library,
17210 now that we're building it for target.
17211
17212Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17213
17214 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17215 (Karl Berry).
17216
17217Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17218
17219 * configure.in: Also configure librx.
17220
17221Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17222
17223 * Makefile.in: Update various rules to reflect that librx
17224 is now needed for libg++.
17225
17226Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17227
17228 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17229
17230Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17231
17232 * configure.in: Configure the examples directory.
17233
17234Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17235
17236 * configure: Simplify Jun 2 1994 change.
17237
17238Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17239
17240 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17241 /bin/gcc isn't good enough to build gcc.
17242
17243Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17244
17245 * Makefile.in (GDB_SUPPORT_FILES): Remove
17246 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17247 (gdb.tar.gz): Add new rule to use standard distribution building
17248 mechanism.
17249
17250Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17251
17252 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17253 Bill Cox <bill@cygnus.com>.
17254
17255Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17256
17257 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17258
17259Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17260
17261 * configure: Search current dir first in .gdbinit.
17262
17263Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17264
17265 * config.sub: Recognize freebsd (merged from gcc config.sub).
17266
17267Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17268
17269 * config.sub: Refer to NeXT's operating system as nextstep.
17270
17271 * config.sub (case $basic_machine): Re-order the cases, to match
17272 the order in the FSF version (which is mostly alphabethical).
17273 Merge in some additions and changes from the FSF.
17274
17275Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17276
17277 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17278 * config.sub: Recognize cxux7.
17279 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17280
17281Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17282
17283 * config.sub: Fix typo powerpc -> powerpc-*.
17284
17285Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17286
17287 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17288
17289 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17290 parallel with all-emacs and install-emacs). Top-level command
17291 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17292
17293Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17294
17295 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17296 $(relbindir)/make before doing ``make install'', and use
17297 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17298 installing over running make binary.
17299 ($(host)-stamp-stage3-installed): Likewise.
17300
17301Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17302
17303 * config.guess: Recognize Mach.
17304
17305Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17306
17307 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17308 see whether --exec-prefix was used.
17309
17310Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17311
17312 * README: Explicitly mention libg++/README. (Zoo's idea.)
17313
17314Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17315
17316 * Makefile.in: Add all-librx target similar to all-libproc.
17317
17318Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17319
17320 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17321 with post 1.2 uname bogosity.
17322
17323Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17324
17325 * configure: Remove temporary files on receipt of a signal.
17326
17327Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17328
17329 * configure: If there is a package_makefile_frag, remove
17330 ${subdir}/Makefile.tem after copying it in.
17331
17332Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17333
17334 * build_all.mk: support rs6000 lynx identifies itself as
17335 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17336 since /bin/gcc is too feeble to compile a modern gcc.
17337
17338Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17339
17340 * brought devo/test-build.mk update-to-date with progressive/
17341 test-build.mk. Add lynx targets and hppa flag info.
17342
17343Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17344
17345 * configure.in: Use mh-ncrsvr43. Patch from
17346 Tom McConnell <tmcconne@sedona.intel.com>.
17347
17348Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17349
17350 * config.guess (i386-unknown-bsdi): No longer need to
17351 check #if defined(__bsdi__) && defined(__i386__).
17352
17353Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17354
17355 * configure: Set program_transform_nameoption correctly.
17356
17357Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17358
17359 * brought build-all.mk update-to-date with progressive build-all.mk,
17360 added new targets and hppa info.
4e81ae98 17361
6599da04
JM
17362Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17363
17364 * configure: If config.guess result is a prefix of the user
17365 specified target, assume a native build and use the user specified
17366 target as the host alias. Remove SunOS patch suffix removal hack.
17367 * configure.in: Remove SunOS patch suffix removal hack.
17368
17369 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17370 in NATIVE_CHECK_MODULES.
17371
17372Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17373
17374 * Makefile.in: Rename HOST_ONLY to NATIVE.
17375 * configure: Delete SunOs patch suffix from host_canonical
17376 and build_canonical variables that are prepended to Makefiles.
17377 * configure.in: Add comments for easier maintenance.
17378
17379Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17380
17381 * Makefile.in: Add all-libproc target similar to all-gui.
17382
17383Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17384
17385 * Makefile.in (CHECK_MODULES): split into
17386 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17387
17388Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17389
17390 * config.guess (i386-unknown-bsdi): New system to guess.
17391
17392Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17393
17394 * Makefile.in: Add all-gui target (but not yet build by "all").
17395
17396Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17397
17398 * config.sub: Move deletion of patch suffix from here...
17399 * configure.in: To here, at Ian's suggestion. The top-
17400 level scripts might need to know of a patch level.
17401
17402Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17403
17404 * config.sub: Strip off patch suffix so rtl is recognized
17405 as a sunos4.1.3 machine, even though it's been patched.
17406
17407Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17408
17409 * Makefile.in (INSTALL_LAST): Delete.
17410 (INSTALL_DOSREL): New.
17411
17412Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17413
17414 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17415 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17416 whether we pass down --with-gnu-ld anyhow.
17417
17418Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17419
17420 * Makefile.in (INSTALL_LAST): Change operation so it works
17421 on more flavors of make.
17422 * configure.in (go32): Don't build libg++ or libio.
17423
17424Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17425
17426 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17427 they can be overriden by templates.
17428
17429Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17430
17431 * configure.in (target==go32): Don't build gdb.
17432 * dosrel: New directory.
17433
17434Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17435
17436 * configure.in (host==go32): Configure dosrel too.
17437 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17438 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17439 be set by incoming names or templates.
17440 (INSTALL_LAST): New rule.
6599da04
JM
17441
17442Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17443
17444 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17445
17446Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17447
6599da04
JM
17448 * configure.in (appdirs): New variable. Currently empty, but will
17449 be used in gas distribution. If nonempty, lists a set of
17450 directories at least one of which must get configured, or top
17451 level configuration is considered to have failed.
17452 (rs6000-*-lynxos*): Use new file name.
17453
17454Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17455
17456 Eliminate XTRAFLAGS.
17457 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17458 newlib include files using -idirafter, and also use -nostdinc.
17459 (CXX_FOR_TARGET): Likewise.
17460 (XTRAFLAGS): Removed.
17461 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17462 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17463 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17464 ($(DO_X)): Don't pass down XTRAFLAGS.
17465
17466Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17467
17468 * configure.in (mips*-dec-bsd*): New target; do build linker.
17469 (mips*-*-bsd*): New target; don't build linker.
17470
17471Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17472
17473 * configure.in: support rs6000-*-lynxos* configuration.
17474 support sunos4 as a cross target.
17475
17476 * config.sub: look for lynx*, not lynx since the OS version may
17477 legitimately be part of the name.
17478
17479Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17480
17481 * configure.in (i[34]86-*-sco*): Move to be with other i386
17482 targets.
17483 (romp-*-*): New target. Skip various binary utilities.
17484 (vax-*-*): New target. Don't build newlib.
17485 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17486
17487Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17488
17489 * configure.in: Only set host_makefile_frag if config
17490 directory exists.
17491
17492Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17493
17494 * install.sh: If $dstdir exists, don't check whether each
17495 component does.
17496
17497Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17498
17499 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17500
17501Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17502
3b75d237
AJ
17503 * configure.in (*-*-lynxos*): Don't configure newlib for either
17504 native or cross Lynx.
6599da04
JM
17505
17506Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17507
17508 * config.sub (sparc64-elf): Fix os.
17509 (z8k): Remove duplicate.
17510
17511Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17512
17513 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17514 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17515
17516Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17517
17518 * configure: Make file links cleanly even if Lynx fails on
e490616e 17519 an NFS symlink (at least fail cleanly).
6599da04
JM
17520
17521Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17522
17523 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17524 -XNh2000.
17525
17526Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17527
17528 * configure: Unknown options are fatal again.
17529
17530Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17531
17532 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 17533 compatibility.
6599da04
JM
17534
17535Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17536
17537 * build-all.mk: Add `clean' target.
17538
17539Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17540
17541 * config.guess: Add SINIX support.
17542 * configure.in: Add mips-*-sysv4* support.
17543
17544Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17545
17546 * build-all.mk: Document all useful targets.
17547 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17548 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17549
17550Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17551
17552 * configure: Support --silent, --quiet.
17553
17554Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17555
17556 * configure: Support --disable-FEATURE.
17557
17558Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17559
17560 * config.guess: Recognize NCR running SVR4.3.
17561
17562Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17563
17564 * config.guess: Make BSDI generate i386-unknown-bsd386.
17565 Patch from Paul Eggert <eggert@twinsun.com>.
17566
17567Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17568
17569 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17570
17571Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17572
17573 * configure: Make unrecognized options give nonfatal warnings
17574 instead of fatal errors, and pass them to any subdirectory
17575 configures in case they recognize them.
17576 Make --x equivalent to --with-x.
17577
17578Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17579
17580 * configure: Add --enable-* options. Clean up usage message and
17581 some comments.
17582
17583Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17584
17585 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17586
17587Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17588
17589 * configure.in (hppa*-*-*): Enable binutils.
17590
17591Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17592
17593 * config.sub: Recognize cisco.
17594
17595Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17596
17597 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17598
17599Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17600
17601 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17602 than one configuration name. Add comment.
17603
17604Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17605
17606 * config.guess: about target *-hitachi-hiuxwe2, fixed
17607 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17608 macro is incorrect.]
17609
17610Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17611
17612 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17613 than the "make ls" stuff which used to be here.
17614
17615Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17616
17617 * config.guess: Recognize i[34]86-unknown-freebsd.
17618 From Shawn M Carey <smcarey@rodan.syr.edu>.
17619
17620Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17621
17622 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17623
17624Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17625
17626 * config.guess: Check for ptx.
17627
17628Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17629
17630 * config.sub: Add os9k checking.
17631
17632Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17633
17634 * config.guess: Handle OSF1 running on HPPA processors
17635
17636Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17637
17638 * configure: If subdir configure fails, print out a message with
17639 subdirectory name, in case subdir's configure code didn't identify
17640 itself.
17641
17642Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17643
17644 * configure.in: Remove embedded newlines from configdirs.
17645 Avoid mismatches of substrings. Fix matching strings at end
17646 of configdirs.
17647
17648Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17649
17650 * config.guess: Add Lynx/rs6000 config support.
17651
17652Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17653
17654 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17655
17656Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17657
17658 * configure.in (hppa*-*-osf*): Treat this just like most other
17659 PA configurations (eg no binutils or ld).
17660 (hppa*-*-*elf*): These configurations have binutils and ld.
17661
17662Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17663
17664 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17665
17666Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17667
17668 * configure.in (rs6000-*-*): Build gas.
17669
17670Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17671
e490616e 17672 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
17673
17674Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17675
17676 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17677 for GDB and GDB has been fixed to not need it.
17678
6599da04
JM
17679Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17680
17681 * config.guess: Recognize vax hosts.
17682
17683Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17684
17685 * configure (while loop): Don't use "break 2" inside case
17686 statement -- the case statement isn't an enclosing loop.
17687
17688Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17689
17690 * config.guess: Clean up NeXT support, to allow nextstep
17691 on Intel machines. Make OS be nextstep.
17692
17693Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17694
17695 * config.guess: Add alternate forms for Convex.
17696
17697Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17698
17699 * configure: Completely rewrite option processing. Take
17700 advantage of pattern-matching to avoid invoking test frequently.
17701 Also clean up host and target defaulting logic.
17702
17703Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17704
17705 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17706 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17707 commands (plus user environment) will fit SCO limits.
17708
17709Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17710
17711 * configure.in: Don't issue warnings about directories which are
17712 not being configured if -norecursion is set. Correct test for
17713 --with-gnu-as and --with-gnu-ld to not get confused by substring
17714 matches.
17715
17716 * configure.in: Don't build gas for alpha-dec-osf1*.
17717
17718Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17719
17720 * configure: Back out Per's change of 12/19/1993. It changes the
17721 behavior of configure in unexpected and confusing ways.
17722
17723 Also, use different delim char when calculating
17724 program_transform_name so that the name can contain slashes.
17725
17726Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17727
17728 * configure.in, config.sub: Add support for VSTa micro-kernel.
17729
17730Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17731
17732 * configure.in: Nuke hacks which were used to get a special
17733 version of GAS for HPPA configurations.
17734
17735Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17736
17737 * configure: If only ${target_alias} is given, use that
17738 as the default for ${host_alias}.
17739 * configure: Add missing back-slashes before nested quotes.
17740
17741Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17742
17743 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17744
17745Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17746
17747 * config.guess: Recognize some Tektronix configurations.
17748 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17749
17750Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17751
17752 * config.sub: Match any flavor of SH.
17753
17754Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17755
17756 * configure.in: Don't try to configure newlib for Alpha.
17757
17758Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17759
17760 * configure.in: Don't build ld for Irix 5. Don't build gas,
17761 libg++ or libio for any Alpha target.
17762
17763 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
17764
17765Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17766
17767 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17768 default arguments -- so it tried to compress itself.
17769
17770Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17771
17772 * configure.in (notsupp): ensure that a space is always at the end
17773 of the configdirs list, since the grep checks for an explicit space
17774
17775Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17776
17777 * configure.in (target i386-sysv4.2): don't build ld, since static
17778 versions of many libraries are not available.
17779
17780Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17781
17782 * config.guess: Recognize Apollos (using environment variables).
17783 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17784
17785Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17786
17787 * config.guess: Recognize Sony news mips running newsos.
17788
17789Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17790
17791 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17792 "fi ; else" for bash.
17793
17794Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17795
17796 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17797
17798Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17799
17800 * config.sub: accept unixware as an alias for svr4.2.
17801 Fix some inconsistancies with the gcc version.
17802
17803Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17804
17805 * Makefile.in (DISTDOCDIRS): Add gdb.
17806
17807Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17808
17809 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17810
17811Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17812
17813 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17814 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17815 this now.
17816
17817Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17818
17819 * config.sub: Accept hiux* as an OS name.
17820
17821 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17822 etc/make-stds.texi. The underscore came from gcc, and dje now
17823 agrees that RUNTESTFLAGS is the correct name.
17824
17825Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17826
17827 * install.sh: Remove 'set -e'. It makes any conditionals
17828 in the script useless.
17829
17830 * config.guess: Automatically recognize arm-acorn-riscix
17831 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17832
17833Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17834
17835 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17836
17837Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17838
17839 * Makefile.in (DISTDOCDIRS): New variable.
17840 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 17841 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
17842
17843Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17844
17845 * configure.in (hppa target): check the source directory for the
17846 pagas sub-directory
17847
17848Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17849
17850 * config.sub: Allow -aout* and -elf*.
17851
17852Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17853
17854 * configure.in: Don't build ld on i386-solaris2, same as for
17855 sparc-solaris2.
17856
17857Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17858
17859 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17860
17861Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17862
17863 * configure.in: Configure gdb for alpha.
17864
17865Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17866
17867 * Makefile.in (CXXFLAGS): Add -O.
17868
17869Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17870
17871 * config.guess: added support for DG Aviion
17872
17873Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17874
17875 * configure.in: Produce warning message for subdirectories not
17876 configurable for this host/target combination. Don't try to
17877 configure gdb for vms.
17878
17879Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17880
17881 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17882 appropriate files before making "diststuff".
17883 (DISTBISONFILES): New var: list of files to be edited.
17884 (DISTSTUFFDIRS): Add binutils.
17885
17886Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17887
17888 * config.sub: also handle mipsel and mips64el (for little endian mips)
17889
17890Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17891
17892 * configure.in: Add * to end of all OS names.
17893
17894Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17895
17896 * configure.in: Build newlib for LynxOS native.
17897
17898Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17899
17900 * config.guess: Add support for delta 88k running SVR3.
17901
17902 * configure.in: Add comment about HP compiler vs. emacs.
17903
17904Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17905
17906 * configure.in: don't build ld on solaris2 (not a viable option
17907 due to bugs in getpwnam & getpwuid)
17908
17909Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17910
17911 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17912 config.guess will produce a full version number.
17913
17914Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17915
17916 * configure.in: Build linker and binutils for alpha-dec-osf1.
17917
17918Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17919
17920 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17921 and gdb/testsuite/Makefile.in.
17922
17923Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17924
17925 * configure.in: recognize mips*- instead of mips-
17926
17927Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17928
17929 * config.sub: Accept linux*coff and linux*elf as operating
17930 systems.
17931
17932Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17933
17934 * config.sub: Recognize mips64, and mips3 as an alias for it.
17935
17936Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17937
17938 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17939 gdb knows how to handle OSF/1 shared libraries.
17940
17941Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17942
17943 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17944 * config.guess: Recognize Hitachi's HIUX.
17945 * config.sub: Recognize h3050r* and hppahitachi.
17946 Remove redundant cases for hp9k[23]*.
17947
17948Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17949
17950 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17951 if gas and ld are in the source tree and are in ${configdirs}.
17952 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 17953 --with options (but still pass them down on the command line,
6599da04
JM
17954 if they were explicitly specified).
17955
17956Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17957
17958 * configure: substitute SHELL value in Makefile.in with
17959 ${CONFIG_SHELL}
17960
17961Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17962
17963 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17964 *-*-solaris2* targets.
17965
17966Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17967
17968 * Makefile.in: define M4, and pass it down to sub-makes;
17969 all-autoconf now depends on all-m4
17970
17971Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17972
17973 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17974 presence of {ar,ranlib} instead of a configured directory
17975
17976Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17977
17978 * config.guess: Accept 34?? as well as 33?? for NCR.
17979
17980Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17981
17982 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17983 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17984
17985Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17986
17987 * configure: grab values for $(CC) and $(CXX) from the
17988 environment, so that someone can do "CC=gcc configure; make" and
17989 have it work right (matching the way that autoconf works now)
17990
17991 * configure.in, Makefile.in: add support for gash, the tcl
17992 interface to Galaxy
17993
17994 * config.guess: add NetBSD variants (hp300, x86)
17995
17996Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17997
17998 * install.sh: Support -d option (in the manner of SunOS 4 install,
17999 as it is more deterministic than that of GNU install)
18000 (chmodcmd): Set file to mode 755 by default (should also do default
18001 chgrp and chown, but I don't feel like dealing with that now)
18002
18003Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18004
18005 * config.sub: Remove h8300hhms alias.
18006
18007Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18008
18009 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18010
18011Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18012
18013 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18014 as stmp-fixinc
18015
18016Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18017
18018 * config.sub: recognize m88110-bug-coff.
18019
18020Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18021
18022 * Makefile.in (all-libio): all dependencies on the toolchain used
18023 to build this (gcc, gas, ld, etc)
18024
18025Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18026
18027 * config.guess: Deal with OSF/1 1.3 on alpha.
18028
18029Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18030
18031 * install.sh: add some 'else true' clauses for portability
18032
18033 * configure.in: don't build libio for h8[35]00-*-* targets
18034
18035Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18036
18037 * Makefile.in: Add support for new libio.
18038
18039Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18040
18041 * install.sh: If one command fails, don't try the rest. Don't try
18042 to remove $dsttmp (via trap) unless we have already created it.
18043 If $src doesn't exist, detect it and exit with an error.
18044
18045 * config.guess: Recognize BSD on hp300.
18046
18047Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18048
18049 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18050 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18051
18052Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18053
18054 * Makefile.in (all-send-pr): depends on all-prms
18055
18056Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18057
18058 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18059
18060Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18061
18062 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18063 Added test for mips-mips-riscos5.
18064
18065Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18066
18067 * configure.in: use mh-hp300 for 68k HP hosts
18068
18069Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18070
18071 * configure: add support for CONFIG_SHELL, so that you can use
18072 some alternate shell for evaluating configure scripts
18073
18074Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18075
18076 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18077 in configure script to bug-gdb@prep.ai.mit.edu when building
18078 distribution archive.
18079 * Makefile.in (COMPRESS): Remove def.
18080 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18081 gdb.tar.Z and make-gdb.tar.Z respectively.
18082 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18083 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18084 to convergence with 'taz' target in Makefile.in.
18085
18086Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18087
18088 * install.sh (dsttmp): use trap to ensure that tmp files go
18089 away on error conditions
18090
18091Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18092
18093 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18094
18095Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18096
18097 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18098 its parent is '/' not ''.
18099
18100 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18101
18102Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18103
18104 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18105 that ${newsrcdir}/configure.in does.
18106
18107Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18108
18109 * test-build.mk: support for CONFIG_SHELL
18110
18111Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18112
18113 * config.sub (netware): Add as a basic system type.
18114
18115Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18116
18117 * Makefile.in (Makefile): depend on configure.in. Also drop the
18118 $(srcdir)/ from the dependency on Makefile.in.
18119
18120Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18121
18122 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18123 (h8300hhms is temporary until multi-libraries are implemented).
18124 * configure.in: Handle h8300h too.
18125
18126Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18127
18128 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18129
18130Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18131
18132 * configure: Remove extraneous output when guessing host type.
18133 * config.guess: Remove extraneous output when guessing using C
18134 compiler rather than uname, or when guessing fails.
18135
18136Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18137
18138 * Makefile.in: remove all.cross and install.cross targets
18139
18140 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18141 definitions
18142
18143Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18144
18145 * configure.in (target sh): Build gprof.
18146
18147Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18148
18149 * config.sub: change -solaris to -solaris2
18150
18151Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18152
18153 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18154
18155Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18156
18157 * configure: Correct error message for missing Makefile.in to
18158 print correct directory.
18159
18160Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18161
18162 * install.sh: kludge around 386BSD shell bug
18163
18164Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18165
18166 * config.guess: Recognize NeXT.
18167 * config.guess: Recognize i486-ncr-sysv4.
18168 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18169
18170Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18171
18172 * Makefile.in (MAKEINFOFLAGS): New variable.
18173 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18174 * build-all.mk, test-build.mk: Pass down --no-split as
18175 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18176
18177Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18178
18179 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18180
18181Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18182
18183 * Makefile.in (libg++.tar.z): New rule.
18184 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18185 * Makefile.in (taz): Only do a single chmod.
18186
18187Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18188
18189 * install.sh: don't use dirname anymore (replaced with sed usage)
18190
18191Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18192
18193 * Makefile.in: Change extension for gzip'd files from '.z' to
18194 '.gz' per new FSF standard usage.
18195
18196Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18197
18198 * configure: put quotes around the final value of program_transform_name
18199
18200Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18201
18202 * Makefile.in: new install.sh support; update install-info rules
18203
18204Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18205
18206 * configure.in: Build diff for crosses, but not for go32 host.
18207
18208 * configure.in: Build gprof only for native, and don't build it
18209 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18210
18211Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18212
18213 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18214
18215Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18216
18217 * configure.in (host_tools): Add prms.
18218
18219Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18220
18221 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18222 with $(FLAGS_TO_PASS) on the command line
18223
18224 * config.sub: Recognize lynx and lynxos
18225
18226Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18227
18228 * config.sub: Accept -ecoff*, not just -ecoff.
18229
18230Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18231
18232 * Makefile.in (taz): Use .gz suffix instead of .z.
18233 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18234 names.
18235
18236Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18237
18238 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18239
18240Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18241
18242 * Makefile.in (install-no-fixedincludes): install gcc last, so
18243 that rebuilds that might happen during 'make install' don't get
18244 bogus gcc include files
18245
18246Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18247
18248 Change from Utah for HPPA support:
18249 * config.guess: Recognize hppa1.x-hp-bsd.
18250
18251Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18252
18253 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18254 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18255
18256Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18257
18258 * config.sub: Add support for rom68k and bug boot monitors.
18259
18260Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18261
18262 * Makefile.in: Make all-opcodes depend on all-bfd.
18263
18264Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18265
18266 * config.guess: Added special check for i[34]86-univel-sysv4*.
18267
18268Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18269
18270 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18271 the processor rather than assuming i486.
18272
18273Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18274
18275 * config.guess: Recognize SunOS6 as Solaris3.
18276
18277Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18278
18279 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18280 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18281
18282Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18283
18284 * build-all.mk (all-cross): New target for Canadian Cross.
18285 Added Q2 go32 targets.
18286 * test-build.mk: Configure go32 cross sparclite-aout and
18287 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18288 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18289
18290Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18291
18292 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18293 GO32 hosted toolchains
18294
18295Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18296
18297 * configure: change so "-exec-prefix" gets passed down rather
18298 than "-exec_prefix" so autoconf generated Makefiles get the
18299 exec_prefix set right.
18300
18301Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18302
18303 * config.guess: get the Solaris2 minor version number
18304
18305 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18306
18307Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18308
18309 * config.guess: Recognize some Sequent platforms.
18310
18311Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18312
18313 * Makefile.in: added the vault-install target
18314
18315 * configure.in: actually use the Sun3 makefile fragment that's in
18316 config, also added the release dir to configdirs
18317
18318Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18319
18320 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18321
18322Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18323
18324 * configure.in: remove some program from Alpha targetted toolchains
18325
18326Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18327
18328 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18329 gprof.
18330 (taz): Run "make diststuff" in those directories instead of "make
18331 proto-dir". Look for "VERSION=" only at start of line in subdir
18332 Makefile. Use "gzip -9" for compression.
18333 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18334 (binutils.tar.z): New target.
18335
18336Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18337
18338 * Makefile.in (taz): Include gpl.texinfo.
18339
18340Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18341
18342 * Makefile.in (setup-dirs): Merged into "taz" target.
18343 (taz): Only do `proto-dir' stuff if a directory is actually needed
18344 for this target.
18345
18346Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18347
18348 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18349 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18350 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18351 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18352 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18353
18354Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18355
18356 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18357 config.sub, and move-if-change to gdb testsuite distribution
18358 archive, so the testsuite can be extracted, configured, and
18359 run separately from the gdb distribution. Blow away the Chill
18360 tests that require a Chill compiled executable, since GNU Chill
18361 is not yet publically available.
18362
18363Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18364
18365 * test-build.mk: set environment variables in a single command,
18366 instead of a list of assignments and exports
18367
18368 * config.guess: recognize Alpha/OSF1 systems
18369
18370Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18371
18372 * configure: Change help message to prefer --options rather than
18373 -options.
18374
18375Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18376
18377 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18378 zippy@ecst.csuchico.edu.
18379 * config.guess: Recognize miniframe.
18380
18381Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18382
cc6010cd
AP
18383 * Makefile.in: Use srcroot to find runtest rather than rootme.
18384 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
18385
18386Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18387
18388 * test-build.mk: Extensive additions to support building on a
18389 machine other than the host.
18390
18391Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18392
18393 * configure (tooldir): Fix for i386-aix again.
18394
18395Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18396
18397 * configure, Makefile.in: Change definition of $(tooldir)
18398 to match the FSF.
18399
18400Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18401
18402 * config.guess: Recognize i[34]86/SVR4.
18403
18404Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18405
18406 * Makefile.in (all-gdb): gdb depends on sim.
18407
18408Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18409
18410 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18411 at the same time we make the prototype gdb directory.
18412 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18413 files at the same time as the gdb base release distribution.
18414
18415Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18416
18417 * Makefile.in (check): Use individual check targets rather than
18418 DO_X rule.
18419 (check-gcc): Added.
18420
18421Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18422
18423 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18424 for System V release 3.2.
18425
18426Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18427
18428 * config.sub: Recognize hppaosf.
18429 * configure.in: Do configure ld/binutils/gas for it.
18430
18431Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18432
18433 * configure (tooldir): Alter syntax used to set this, for systems
18434 where "\$" isn't handled right, like i386-aix.
18435
18436Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18437
18438 * configure: Pass program-transform-name, not
18439 program_transform_name, to recursive configures.
18440
18441Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18442
18443 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18444 of gas+ld+binutils.
18445
18446Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18447
18448 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18449
18450Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18451
18452 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18453
6599da04
JM
18454Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18455
18456 * Makefile.in (PRMS): Set back to all-prms.
18457
18458Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18459
18460 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18461 targets, rather than for MIPS hosts.
18462
18463Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18464
18465 * configure.in: add comment for --with-x default values
18466
18467 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18468
18469 * Makefile.in: add check-* targets for each of the directories in
18470 the tree. Add a definition of RUNTEST that will use the one we
18471 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18472
18473Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18474
18475 * configure.in: Removed obsolete references to bfd_target and
18476 target_makefile_frag.
18477
18478 * build-all.mk: Set assorted targets for Q2.
18479 * config.sub: Recognize z8k-sim and h8300-hms.
18480 * test-build.mk: Really don't pass host to configure.
18481 (HOLES): Added uname.
18482
18483Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18484
18485 * configure: Handle an empty program-prefix, program-suffix or
18486 program-transform-name correctly.
18487
18488Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18489
18490 * build-all.mk: -G 8 no longer required for MIPS targets.
18491 * test-build.mk: Don't pass host argument to configure; make it
18492 guess.
18493
18494Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18495
18496 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18497 * Makefile.in (COMPRESS): New macro, like GZIP.
18498
18499Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18500
18501 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18502
18503 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18504 with gas currently defaults to -G 0.
18505
18506Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18507
18508 * Makefile.in (all-flex): flex depends on byacc.
18509
18510 * build-all.mk: If host not specified, use config.guess. Pass TAG
18511 to test-build.mk as RELEASE_TAG.
18512 * test-build.mk (configargs): New variable containing arguments to
18513 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18514 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18515
18516 * config.guess: Use /bin/uname when checking -X argument on SCO,
18517 to avoid invoking GNU uname which doesn't understand -X.
18518
18519 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18520
18521 * configure.in: Build gas for mips-*-*.
18522
18523Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18524
18525 * Makefile.in (all.normal): insert missing backslash.
18526
18527Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18528
731a8127 18529 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
18530
18531 * Makefile.in: Complete overhaul to merge many almost identical
18532 targets.
18533
18534Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18535
18536 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18537 (gdb.tar.Z): Adjusted.
18538
18539 * Makefile.in (setup-dirs, taz): New targets; should be general
18540 enough to adapt for gdb sometime. Build only .z file.
18541 (gas.tar.z): New target.
18542
18543Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18544
18545 * build-all.mk: Use CC=cc -Xs on Solaris.
18546
6599da04
JM
18547Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18548
18549 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18550 for handling BISON for FSF releases.
18551
18552Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18553
18554 * configure: Actually implement the change zoo just documented.
18555
18556Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18557
18558 * configure: when using config.guess, only set target_alias when
18559 it's not already been set (ie, on the command line)
18560
18561Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18562
18563 * Makefile.in: add installcheck target, set PRMS to install-prms
18564
18565Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18566
18567 * configure: add support for package_makefile_fragment, handle the
18568 case where a directory has a configure.in file but no Makefile.in
18569 more gracefully (with an actual understandable error message, even);
18570 add support for --without (and add this to the usage message); also
18571 explicitly add a --host=${host_alias} to the command line when
18572 config.guess is used
18573
18574Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18575
18576 * configure: Must use both --host and --target in recursive calls.
18577
18578Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18579
18580 * Makefile.in: Change deja-gnu to dejagnu.
18581
18582Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18583
18584 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18585
18586Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18587
18588 * configure.in: canonicalize all instances to *-*-solaris2*,
18589 also strip out a number of tools to not build for go32 host
18590
18591Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18592
18593 * config.guess: add GPL.
18594
18595 * Makefile.in, config.guess, config.sub, configure: bump
18596 copyrights to 93.
18597
18598Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18599
18600 * Makefile.in (do-info): Removed obsolete check for existence of
18601 localenv file.
18602
18603 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18604
18605Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18606
18607 * Makefile.in: a couple of 'else true' for decstation,
18608 support for TclX
18609
18610 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18611
18612Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18613
18614 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18615
18616Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18617
18618 * config.guess: Recognize i386-ibm-aix (PS/2).
18619 * configure.in: Use config/mh-aix386 file for it.
18620
18621Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18622
18623 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18624 CC_FOR_TARGET instead.
18625 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18626
18627Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18628
18629 * Makefile.in: Add sim to list of directories sent with gdb
18630
18631Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18632
18633 * configure.in: Put back mips-dec-bsd* case.
18634
18635Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18636
18637 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18638 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18639 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
18640
18641Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18642
18643 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18644
18645 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18646 (install-info): install dir.info only if it exists,
18647 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18648
18649Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18650
18651 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18652 gas for mips-dec-bsd.
18653
18654Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18655
18656 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18657 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18658
18659Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18660
18661 * configure.in: Added "dejagnu" to hosttools list.
18662
18663Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18664
18665 * config.sub, configure.in, config.guess: Add support
18666 for Bosx, an AIX variant from Bull.
18667 Patches from F.Pierresteguy@frcl.bull.fr.
18668
18669Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18670
18671 * devo/dejagnu: Initial creation of devo/dejagnu.
18672 Migrated dejagnu testcases and support files for testing software
18673 tools to reside as subdirectories, currently called "testsuite",
18674 within the directory of the software tool. Migrated all programs,
18675 support libraries, etc. beloging to dejagnu proper from
18676 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18677 with no modifications. The changes to these files which will
18678 allow them to configure, build, and execute properly will be made
18679 in a future update.
18680
18681Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18682
18683 * Makefile.in: Change send_pr to send-pr.
18684 * configure.in: Likewise.
18685 * send_pr: Renamed directory to send-pr.
18686
18687Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18688
18689 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18690
18691Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18692
18693 * README: Update for gdb-4.8 release.
18694 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18695 gdb-xxx.tar.z (gzip'd) file also.
18696
18697Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18698
18699 * Makefile.in: make all-diff depend on all-libiberty
18700
18701Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18702
18703 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18704
18705Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18706
18707 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18708
18709Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18710
18711 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18712 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18713 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18714
18715Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18716
18717 * Makefile.in: makeinfo binary is in a new location
18718
18719Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18720
18721 * config.sub: Accept -ecoff as an OS.
18722
18723 * Makefile.in: Various changes to eliminate a level of make
18724 recursion and reduce the required command line length.
18725 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18726 sub-makes.
18727 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18728 variables holding settings for specific sub-makes.
18729 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18730 in terms of BASE_FLAGS_TO_PASS.
18731 (TARGET_LIBS): New variable listing directories which use
18732 TARGET_FLAGS_TO_PASS.
18733 (subdir_do): Eliminated.
18734 (do-*): New set of targets to replace subdir_do.
18735 (various): All targets which used subdir_do now depend on do-*.
18736 (local-clean): Renamed from do_clean.
18737 (local-distclean): New target, dependency of distclean and
18738 realclean.
18739 (install-info): Don't create directories. Depend on dir.info
18740 rather than calling make recursively.
18741 (install-dir.info): Eliminated.
18742 (install-info-dirs): Create all info directories here.
18743 (dir.info): Depend upon do-install-info.
18744
18745 * test-build.mk (HOLES): Added false.
18746
18747Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18748
18749 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18750
18751Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18752
18753 * Makefile.in (info): remove dependency on all-texinfo. The
18754 problem was really in texinfo/C, not at this level.
18755
18756Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18757
18758 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18759
18760Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18761
18762 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18763 GDB releases.
18764
18765Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18766
18767 * configure: Include srcdir in message about target of link not
18768 being found. Don't convert `-' to `_' in `with' options being
18769 passed to subdirs.
18770
18771Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18772
18773 * configure.in: add uudecode to host_tools
18774
18775 * Makefile.in: added {all,install}-uudecode targets, added them to
18776 the appropriate lists
18777
18778Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18779
18780 * Makefile.in (all-gcc): Added dependency on all-gas.
18781
18782 * configure.in (mips-*-*): Build ld and binutils.
18783
18784Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18785
18786 * configure: check return code from mkdir, print error message and
18787 exit on failure.
18788
18789Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18790
18791 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18792
18793Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18794
18795 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18796
18797Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18798
18799 * config.sub (h8500): Recognize this as a cpu type.
18800
18801Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18802
18803 * configure: source directory missing is no longer a warning
18804
18805 * configure.in: recognize irix[34]* instead of irix[34]
18806
18807 * Makefile.in: define and pass down X11_LIB
18808
6599da04
JM
18809Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18810
18811 * guess-systype: Renamed to ...
18812 * config.guess: ... by popular request.
18813 * configure.in, Makefile.in: Update accordingly.
18814
18815Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18816
18817 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18818 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18819 + Execute ./dummy instead of assuming . is in PATH.
18820
18821Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18822
18823 * guess-systype: New shell script. Attempts to guess the
18824 canonical host name of the executing host.
18825 Only a few hosts are supported so far.
18826 * configure: Call guess-systype if no host is specified.
18827
18828Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18829
18830 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18831 gcc Makefile.
18832
6599da04
JM
18833Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18834
18835 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18836 (all-gcc, install-gcc, subdir_do): Use it.
18837
18838Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18839
18840 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18841
18842Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18843
18844 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18845 set exclusively by configure, using configure.in .
18846
18847Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18848
18849 * test-build.mk: set $PATH for all builds
18850
18851 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18852
18853Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18854
18855 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18856 the one used in gcc/Makefile.in, so that a null expansion doesn't
18857 override the one needed to build gcc with a native cc.
18858
6599da04
JM
18859Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18860
18861 * configure: Accept -with arguments.
18862
18863Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18864
18865 * Makefile.in: added h8300sim
18866
18867Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18868
6599da04
JM
18869 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18870 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18871 (all-cygnus, native, build-cygnus): Make
18872 $(canonhost)-stamp-3stage-done, not $(host)....
18873 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18874 i386-sco3.2v4. Added else true to if command.
18875
18876Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18877
18878 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18879
18880Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18881
18882 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18883
18884Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18885
18886 * configure.in: don't remove binutils from Solaris builds
18887
18888Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18889
18890 * Makefile.in: get rid of earlier definitions for *clean,
18891 also handle the recursive info rule better
18892
18893Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18894
18895 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18896 do more-or-less the right thing.
18897
18898Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18899
18900 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18901 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18902
18903Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18904
18905 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18906 $(host_canonical).
18907
18908 * configure.in: split the configdirs list into 4 categories (native
18909 v. cross, library v. tool) and handle the cross-only and native-
18910 only in more reasonable (and correct!) way.
18911
18912Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18913
18914 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18915 configdirs anymore.
18916
18917Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18918
18919 * Makefile.in: extensive cleanup:: removed all of the explicit
18920 clean-* targets, collapsed many wrappers around subdir_do into
18921 one, added additional targets to satisfy standards.texi, deleted
18922 some old targets, some changes for consistency
18923
18924Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18925
18926 * configure.in: handle some programs as cross-only, and others as
18927 native only
18928
18929 * test-build.mk: handle partial holes in a more generic manner
18930
18931 * Makefile.in: m4 depends on libiberty
18932
6599da04
JM
18933Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18934
18935 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18936 time, wdiff, and find to configdirs
18937
18938 * Makefile.in: all, clean, and install rules for the new programs
18939 added to configure.in
18940
18941Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18942
18943 * configure.in: use mh-sun for all *-sun-* hosts
18944
6599da04
JM
18945Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18946
18947 * Makefile.in: define flags for X11 include files and library file
18948 locations, pass them down to the programs that need this info
18949
18950 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18951
6599da04
JM
18952Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18953
18954 * configure.in: start building libg++ for HP-UX targets
18955
18956Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18957
18958 * README: Update references to files moved into etc/.
18959
18960Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18961
18962 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18963 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18964
18965Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18966
18967 * configure: accept dash as well as underscore in long option
18968 names for FSF compatibility.
18969
18970Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18971
18972 * config.sub: added -sco3.2v4 support from FSF.
18973
18974Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18975
18976 * configure.in: expand the section that adds or removes
18977 directories from the list of programs to build, to handle native
18978 vs. cross in addition to host v. native
18979
18980Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18981
18982 * Makefile.in: Replace C++ in macro names with CXX.
18983 This is less likely to break ...
18984
18985Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18986
18987 * test-build.mk: add -w to GNU_MAKE
18988
18989Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18990
18991 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18992 add 'sparc' to list of recognized cpus. This needed to make
18993 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18994 Delete some redundant ose68 variants. Recognize -wrs as an os,
18995 then changes that into $CPU-wrs-vxworks.
18996
18997 * configure.in: remove most references to gdbtest, regularize
18998 target based program removal
18999
19000 * test-build.mk: import from p3 tree (many fixes and changes)
19001
19002Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19003
19004 * Makefile.in: added rules to handle tcl, tk, and expect
19005
19006 * configure.in: handle those directories if they exist
19007
19008Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19009
19010 * config.sub: removed bogus hppabsd and hppahpux names, since
19011 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19012
19013Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19014
19015 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19016 depends upon all-xiberty
19017
19018 * Makefile.in: changes from p3, including:
19019
19020 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19021
19022 * Makefile.in (XTRAFLAGS): include newlib directories if
19023 newlib/Makefile exists, rather than if host != target.
19024
19025 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19026
19027 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19028 from the same source tree and not building a cross-compiler. This
19029 matters for the libg++ configuration if reconfiguring a tree that
19030 has already been installed.
19031
19032 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19033
19034 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19035 pick up the machine and system specific header files.
19036
19037 * Makefile.in: added AS_FOR_TARGET, passed down in
19038 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19039 the C compiler to use to create programs which are run in the
19040 build environment, set it to default to $(CC), and passed it down
19041 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19042
19043 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19044
19045 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19046 We need them for unusual native builds, like systems without
19047 ranlib.
19048
19049 * configure: also define $(host_canonical) and
e490616e
ZW
19050 $(target_canonical), which are the full, canonical names for the
19051 given host and target
6599da04
JM
19052
19053Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19054
19055 * Makefile.in: Added separate definitions for C++.
19056
19057Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19058
19059 * configure.in (configdirs): Add deja-gnu.
19060
19061Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19062
19063 * README: Update for configure.texi and gdb-4.7 release.
19064
19065Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19066
19067 * Makefile.in: Move "all" target to top of file.
19068 Previously, first target was ".PHONY" which caused BSD4.4 make
19069 to build .PHONY when make was run without arguments.
19070
19071Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19072
19073 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19074 Library-copylefted code in libiberty.
19075
19076Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19077
19078 * config.sub: Replace m68kmote with plain old m68k.
19079
19080Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19081
19082 * Makefile.in: Remove space from blank line, avoid Make complaints.
19083
19084Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19085
19086 * config.sub: Complain if no argument is given. Added support for
19087 386bsd as OS and target alias.
19088
19089Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19090
19091 * Makefile.in (XTRAFLAGS): include newlib directories if
19092 newlib/Makefile exists, rather than if host != target.
19093
19094Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19095
19096 * config.sub: recognize sparclite-wrs-vxworks.
19097
19098 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19099 p3.) Added clean-xiberty to clean.
19100
19101Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19102
19103 * configure.in: use *-*-* instead of nested cases for host and target
19104
19105Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19106
19107 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19108 from the same source tree and not building a cross-compiler. This
19109 matters for the libg++ configuration if reconfiguring a tree that
19110 has already been installed.
19111
19112Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19113
19114 * config.sub (i486v/i486v4): Merge in from FSF version.
19115
19116Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19117
19118 * configure: only set PWD if it is already set.
19119
19120Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19121
19122 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19123 doesn't have unset and all success paths (and most error paths)
19124 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19125 to just ${PWD} to avoid confusion.)
19126
19127Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19128
19129 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19130 even for a native compilation.
19131
19132Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19133
19134 Changes to make the gdb.tar.Z rule work better.
19135
19136 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19137 (DEVO_SUPPORT): Add configure.texi.
19138 (bfd-ilrt.tar.Z): Remove ancient rule.
19139
19140Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19141
19142 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19143 pick up the machine and system specific header files.
19144
19145 * configure.in, config.sub: added new target m68010-adobe-scout,
19146 with alias of adobe68k. Changed configure.in to check for
19147 -scout before -sco* to avoid a false match.
19148
19149 * Makefile.in: added AS_FOR_TARGET, passed down in
19150 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19151 the C compiler to use to create programs which are run in the
19152 build environment, set it to default to $(CC), and passed it down
19153 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19154
19155Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19156
19157 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19158 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19159 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19160 FOR_TARGET variants, to newlib and libg++.
19161
19162Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19163
19164 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19165 first.
19166
19167Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19168
19169 * config.sub: Accept `elf' as an environment.
19170
19171Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19172
19173 * Makefile.in (all-opcodes): cd into the right directory
19174
19175Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19176
19177 * configure: added -program_transform_name option, used as
19178 argument to sed when installing programs.
19179 configure.texi: added documentation for -program_prefix,
19180 -program_suffix and -program_transform_name.
19181
19182Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19183
19184 * config.sub: Accept i486 where i386 ok.
19185
19186Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19187
19188 * config.sub: accept we32k
19189
19190Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19191
3b75d237 19192 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
19193
19194 * Makefile.in: don't create all directories for ``make install'';
19195 let the subdirectories create the ones they need.
19196
19197Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19198
e490616e 19199 * COPYING: new file, GPL v2
6599da04
JM
19200
19201Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19202
19203 * Makefile.in: use the new gen-info-dir, which needs a template
19204 argument (which also lives in texinfo)
19205
19206 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19207
6599da04
JM
19208Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19209
19210 * config.sub (ncr3000): Change i386 to i486.
19211
19212Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19213
19214 * Makefile.in: add install-rcs, install-grep to
19215 install-no-fixedincludes, removed install-bison and install-libgcc
19216
19217Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19218
19219 * configure.in: grab the HPUX makefile fragment if on HPUX
19220
19221Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19222
19223 * Makefile.in: eradicate bison spoor (ditto libgcc).
19224 configure.in: recognise m68{k,000}-ericsson-OSE.
19225 es1800 is alias for m68k-ericsson-OSE
19226
19227Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19228
19229 * configure.in: rearrange the parts that remove programs from
19230 configdirs, based now on HOST==TARGET or by canonical triple.
19231
19232Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19233
19234 * test-build.mk: recurse explicitly with -f test-build.mk when
19235 appropriate. predicate stage3 and comparison on the existence
19236 of gcc. That is, if gcc isn't around, we aren't three-staging.
19237 On very clean, also remove ...stamp-co. Build in-place before
19238 doing other builds.
19239
19240Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19241
19242 * Makefile.in, configure.in: add tgas
19243
19244Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19245
19246 * Makefile.in: a number of changes merged in from progressive.
19247
19248 * configure.in: add libm.
19249
19250 * .cvsignore: ignore some stuff that comes from test-build.mk.
19251
6599da04
JM
19252Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19253
19254 * config.sub: Add es1800 (m68k-ericsson-es1800).
19255
19256Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19257
19258 * configure: Add program_suffix (parallel to program_prefix)
19259 * Makefile.in: adjust directory-creating script for losing decstation
19260
19261Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19262
19263 * configure: Minor $subdir-related fixes.
19264
19265Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19266
19267 * configure: fix various problems with propogating
19268 makefile_target_frag in subdirs.
19269 * configure.in: config libgcc if its there
19270
19271Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19272
19273 * config.sub: HPPA merge.
19274
6599da04
JM
19275Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19276
19277 * Makefile.in: Replace all-bison with all-byacc in all
19278 dependency lines for other tools (which now use byacc).
19279
19280Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19281
19282 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19283
6599da04
JM
19284Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19285
19286 * Makefile.in: make gprof rules similar to byacc rules (instead of
19287 vestigal $(unsubdir) that didn't work...)
19288
19289Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19290
19291 * config.sub: Add support for Linux.
19292 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19293 (at least for libg++).
19294
19295Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19296
19297 * configure.texi: fix doc for the -nfp option to configure
19298
19299Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19300
19301 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19302
19303Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19304
19305 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19306 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19307 * configure.in: added solaris* host_makefile_frag hook.
19308
19309Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19310
19311 * config.sub: changed recognition of m68000 so that various
19312 m68k types can be specified via m680[01234]0
19313
19314Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19315
19316 * config.sub (basic_machine): fix sed so that '-foo' isn't
19317 completely substituted out while .+'-foo' loses the '-foo'
19318
19319Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19320
19321 * config.sub ($os): Add -aout.
19322
19323Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19324
19325 * configure: If host_makefile_frag is absolute, don't
19326 prefix ${invsubdir} (relevant to libg++ auto-configure).
19327
19328Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19329
19330 * Makefile.in (tooldir): Define it.
19331 (all-ld): Depend on all-flex.
19332
19333Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19334
19335 * Makefile.in (check): Fix libg++ special case.
19336
19337Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19338
19339 * configure: do not bury `pwd` into config.status, thus do fewer
19340 pwd's.
19341
19342 * configure: print the "Building in" message only when building in
19343 other than "." AND verbose.
19344
63f6bcd7 19345 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
19346 configures.
19347
19348 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19349
19350Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19351
19352 * Makefile.in: macroize flags passed on recursion. remove
19353 fileutils.
19354
19355Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19356
19357 * configure: get makesrcdir right for subdirs deeper than 1.
19358
19359 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19360 install.
19361
19362Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19363
19364 * Makefile.in: don't print subdir_do or recursion lines.
19365
19366Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19367
19368 * standards.texi: added menu item.
19369
19370 * Makefile.in: build and install standards.info.
19371
19372 * standards.texi: new file.
19373
19374Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19375
19376 * configure: test for and move config.status pieces from
19377 ${subdir}/.
19378
19379Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19380
6599da04
JM
19381 * configure: Test for existance of files before trying to mv
19382 them, to avoid numerous non-existance messages.
19383
19384Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19385
19386 * configure: correct final line of config.status.
19387
19388 * configure: patch from eggert. Avoids a protection problem if
19389 the original Makefile.in is read only.
19390
19391 * configure: use move-if-change from gcc to create config.status.
19392 Some makefiles depend on config.status to tell if a directory
19393 has been reconfigured for a different host. This change
19394 prevents those directories from remaking everything in the case
19395 where the reconfig was only intended to rebuild a Makefile.
19396
19397 * configure: test for config.sub with "config.sub sun4" rather
19398 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19399 host alias from a missing config.sub.
19400
19401Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19402
19403 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19404 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19405
19406Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19407
19408 * configure: mkdir ${subdir} as needed.
19409
19410Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19411
19412 * Makefile.in,configure.in: added autoconf.
19413
19414Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19415
19416 * Makefile.in: no longer pass against on recursion.
19417
19418 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19419 definitions are not inherited.
19420
19421 * configure: correct makesrcdir when subdir is .
19422
19423Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19424
19425 * configure: Add support for 'subdirs' variable, which is
19426 like 'configdirs', except that configure doesn't re-invoke
19427 itself for subdirs, it just creates a Makefile for each subdir.
19428 * configure.texi: Document subdirs.
19429
19430Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19431
19432 * configure.in: added flex to configdirs
19433
19434Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19435
19436 * Makefile.in: remove clean-stamps from clean.
19437
19438Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19439
19440 * configure.in: Add gdbtest to configdirs.
19441
19442Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19443
19444 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19445 to recursive makes.
19446 * configure.in: Recognize new ncr3000 config.
19447
19448Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19449
19450 * Makefile.in, configure.in: removed references to gdbm.
19451
19452Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19453
19454 * config.sub: Don't canonicalize os value
19455 newsos* to bsd (readline needs to check for newsos).
19456 (This fix was earlier made Jan 31, but got re-broken.)
19457
19458Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19459
19460 * configure.in: sco is an os, not a vendor!
19461
19462 * configure: Quote $( better. Keep various shells happy.
19463
19464Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19465
19466 * Makefile.in: eliminate stamp-files.
19467
19468Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19469
19470 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19471 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19472
19473Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19474
19475 * config.sub: fix iris/iris3.
19476
19477Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19478
19479 * configure: re-add -rm.
19480
19481Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19482
19483 * Maskefile.in: add .stmp-rcs to all.
19484
19485 * configure.in: remove gas from rs6000 build, use aix host fragment.
19486
19487Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19488
19489 * configure: pass down site_option during recursion.
19490
19491Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19492
19493 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19494
19495Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19496
19497 * configure: Change exec_prefix so that it really defaults to prefix.
19498
19499Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19500
19501 * Makefile.in, configure.in: Add support for mmalloc library.
19502
19503Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19504
19505 * Makefile.in: add stmp dependencies for a few more things.
19506
19507Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19508
19509 * configure: adjusted error message on objdir/srcdir configure
19510 collision, per john's suggestion.
19511
19512 * Makefile.in: add libiberty stmp to all and all.cross.
19513
19514Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19515
19516 * Makefile.in: remove force dependencies, add grep to all.
19517
19518Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19519
19520 * Makefile.in: drop flex. make stamp files work.
19521
19522 * configure: added test for conflicting configuration in srcdir,
19523 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19524 gets cranky. use relative paths for configure and srcdir
19525 whenever possible. Send some error messages to stderr that were
19526 going to stdout.
19527
19528Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19529
19530 * Makefile.in: Fix libg++ rule to check for gcc directory
19531 before using gcc/gcc. Also pass XTRAFLAGS.
19532
19533Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19534
19535 * Makefile.in: added stmp-files so that directories aren't polled
19536 when they are already built.
19537
19538 * configure.texi: fixed a node pointer problem.
19539
19540Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19541
731a8127 19542 * config.sub configure.in gdb/configure.in
6599da04
JM
19543 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19544 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19545 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19546
19547Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19548
19549 * configure: -recurring becomes -silent. corrected help message
19550 for -site= option.
19551
19552 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19553
19554Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19555
19556 * configure: when building Makefile for crosses, replace
19557 tooldir and program_prefix. default srcdir from location of
19558 config.sub. remove "for host in hosts" and "for target in
19559 targets" loops.
19560
19561Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19562
19563 * Makefile.in: Do not pass bindir or mandir to cvs.
19564
19565Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19566
19567 * Makefile.in, configure.in: removed traces of namesubdir,
19568 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19569 copyrights to '92, changed some from Cygnus to FSF.
19570
19571 * configure.texi: remove most references to multiple hosts,
19572 multiple targets, subdirs, etc.
19573
19574 * configure.man: removed rcsid. reference config.sub not
19575 config.subr.
19576
19577 * Makefile.in: mkdir $(infodir) on install-info.
19578
19579Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19580
19581 * configure.texi: Explain better about .gdbinit and about
19582 the environment that configure.in sections run in.
19583
19584Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19585
19586 * configure.in: Ultrix is only a decstation if it's a MIPS.
19587
19588Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19589
19590 * README: DOC.configure => cfg-paper.texi.
19591
19592Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19593
19594 * config.sub (near case $os): Don't convert newsos* to bsd!
19595
19596Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19597
19598 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19599 the number of copies of COPYING that go into the GDB tar file.
19600
19601Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19602
731a8127 19603 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
19604 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19605 Fix SCO configuration stuff.
19606
19607Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19608
19609 * Makefile.in: For libg++, make sure the -I pointing
19610 to the gcc directory goes *after* all the libg++-local -I flags.
19611 Also, move just-gcc dependency from just-libg++ to all-libg++.
19612
19613Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19614
19615 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19616
19617Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19618
19619 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19620
19621Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19622
19623 * config.sub: Add stratus configuration frags. Also
19624 submitted to FSF.
19625
19626Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19627
19628 * Makefile.in (DEV_SUPPORT): add configure.man.
19629
19630 * config.sub(Decode manufacturer-specific): add -none*.
19631
19632Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19633
19634 * Makefile.in: remove form feeds to make Sun's make happy.
19635 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19636
19637Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19638
19639 * Makefile.in (AR_FLAGS): Make quieter.
19640
19641Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19642
19643 * configure.in: Add libg++.
19644 * configure: When verbose, don't output the command line at each
19645 level; it will be unremarkably the same as the previous version,
19646 which will be the same as what the user typed.
19647
19648Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19649
19650 * configure.in, Makefile.in: fix clean-info, add flex. add
19651 fileutils.
19652
19653 * configure: be less sensitive to spaces in Makefile.in. Do not
19654 look for sources in "..". Doing so breaks subdirectories that
19655 might have their own configure. If a subdir has it's own
19656 configure script, use it.
19657
19658Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19659
19660 * cfg-paper.texi: some changes suggested by rms.
19661
19662Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19663
19664 * config.sub: Merge in some small additions from the FSF version,
19665 taken from the gcc distribution, to bring the Cygnus and FSF
19666 versions into closer sync.
19667
19668Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19669
19670 * configure.in: Changed svr4 references to sysv4.
19671
19672Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19673
19674 * configure: added -V for version number option.
19675
19676Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19677
19678 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19679 renamed from DOC.configure to cfg-paper.texi.
19680
19681Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19682
19683 * configure, config.subr, config.sub: config.subr is now
19684 config.sub again.
19685
19686Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19687
19688 * configure.texi: new file, in progress.
19689
19690 * Makefile.in: build info file and install the man page for
19691 configure.
19692
19693 * configure.man: new file, first cut.
19694
19695 * configure: find config.subr again now that configuration "none"
19696 has gone. removed all traces of the -ansi option. removed all
19697 traces of the -languages option.
19698
19699 * config.subr: resync from rms.
19700
19701Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19702
19703 * configure, config.sub, config.subr: merge config.sub into
19704 config.subr, call the result config.subr, remove config.sub, use
19705 config.subr.
19706
19707 * Makefile.in: revised install for dir.info.
19708
19709Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19710
19711 * configure.in: add decstation host makefile frag.
19712
19713 * Makefile.in: BISON now bison -y again. also install-gcc on
19714 install. clean-gdbm on clean. infodir belongs in datadir.
19715 Make directories for info install. Build dir.info here then
19716 install it.
19717
19718Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19719
19720 * Makefile.in: fix for bad directory tests.
19721
19722Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19723
19724 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19725 regexp. -srcdir relative was being handled incorrectly.
19726
19727 * Makefile.in: unwrapped some for loops so that parallel makes
19728 work again and so one can focus one's attention on a particular
19729 package.
19730
19731Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19732
19733 * configure: added PWD as a stand in for `pwd` (for speed). use
19734 elif wherever possible. make -srcdir work without -objdir.
19735 -objdir= commented out.
19736
19737Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19738
19739 * configure: +options become --options. -subdirs commented out.
19740 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19741 Makefile now at top of generated Makefile. Removed cvs log
19742 entries. added -srcdir. create .gdbinit only if there is one
19743 in ${srcdir}.
19744
19745 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19746 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19747 and mandir now keyed off datadir by default.
19748
19749Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19750
19751 * Freshly created ChangeLog.
19752
19753\f
19754Local Variables:
19755mode: change-log
19756left-margin: 8
19757fill-column: 76
19758version-control: never
19759End:
This page took 3.323773 seconds and 5 git commands to generate.